Skip to content

Commit

Permalink
AU: 4 updated - php python python3 waterfox-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 2, 2022
1 parent 5d4797f commit 04db877
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 38 deletions.
16 changes: 8 additions & 8 deletions automatic/php/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ location on <http://windows.php.net/download>
and can be verified by doing the following:

1. Download the following:
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.8-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.1.8-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.8-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.1.8-nts-Win32-vs16-x64.zip>
32-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.22-Win32-vs16-x86.zip>
64-Bit software (threadsafe): <http://windows.php.net/downloads/releases/php-8.0.22-Win32-vs16-x64.zip>
32-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.22-nts-Win32-vs16-x86.zip>
64-Bit software (non-threadsafe): <http://windows.php.net/downloads/releases/php-8.0.22-nts-Win32-vs16-x64.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type:
checksum32 (threadsafe): 04B193D2B117F01E30C400F0F60B5BF529B9428E3A5229B16072DAFB1027B397
checksum64 (threadsafe): C43BD98FB2DB01F60CBDC5BCA8AD368148EE3C7C904B9726E0FC7B2CBCE0CC94
checksum32 (non-threadsafe): 31620B7ADB7E08782EC5A1EA4F4B468A8B070BC727E456FFB4A95811B61CE39F
checksum64 (non-threadsafe): 17FD49887187D534362F112F950652B8442009DD315C480FE5753378C5ED3D34
checksum32 (threadsafe): 0C5295A852D4F17EB616A871A5762E9D4436B2620D6A29FB0988AFC450B12F28
checksum64 (threadsafe): CBF96ECD25AD8356C0E1922378BA9F1BC64E18973CC752FA011FF8A75DEE7CD4
checksum32 (non-threadsafe): F7E0B887215482E3D572EADDB84E65F3986ACF249EB595E1BF509999417DD1FC
checksum64 (non-threadsafe): 073F80204DD372797CE3C6354B3F23668DC729CC0F1425DEC1FC801710CD847F

The file 'LICENSE.txt' has been obtained from <http://www.php.net/license/3_01.txt>
2 changes: 1 addition & 1 deletion automatic/php/php.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"7.2": "7.2.34",
"7.3": "7.3.33",
"7.4": "7.4.30",
"8.0": "8.0.21",
"8.0": "8.0.22",
"8.1": "8.1.8"
}
4 changes: 2 additions & 2 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>8.1.8</version>
<version>8.0.22</version>
<authors>PHP Authors</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -29,7 +29,7 @@ For example: `choco install php --package-parameters='"/ThreadSafe ""/InstallDir
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.1.8</releaseNotes>
<releaseNotes>https://www.php.net/ChangeLog-8.php#8.0.22</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/php/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ if ($installLocation) {
$pp = Get-PackageParameters

$filesInfo = @{
filets32 = "$toolsPath\php-8.1.8-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.1.8-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.1.8-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.1.8-nts-Win32-vs16-x64.zip"
filets32 = "$toolsPath\php-8.0.22-Win32-vs16-x86.zip"
filets64 = "$toolsPath\php-8.0.22-Win32-vs16-x64.zip"
filents32 = "$toolsPath\php-8.0.22-nts-Win32-vs16-x86.zip"
filents64 = "$toolsPath\php-8.0.22-nts-Win32-vs16-x64.zip"
}

if ($pp.ThreadSafe) {
Expand Down
2 changes: 1 addition & 1 deletion automatic/python/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.5",
"3.10": "3.10.6",
"3.11": "3.11.0-b5"
}
4 changes: 2 additions & 2 deletions automatic/python/python.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python</id>
<version>3.11.0-b5</version>
<version>3.10.6</version>
<title>Python</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand All @@ -22,7 +22,7 @@
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/python</packageSourceUrl>
<projectSourceUrl>https://www.python.org/downloads/source</projectSourceUrl>
<dependencies>
<dependency id="python3" version="[3.11.0-b5]" />
<dependency id="python3" version="[3.10.6]" />
</dependencies>
<licenseUrl>https://www.python.org/download/releases/3.4.0/license</licenseUrl>
</metadata>
Expand Down
8 changes: 4 additions & 4 deletions automatic/python3/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://www.python.org/ftp/python/3.11.0/python-3.11.0b5.exe
x64: https://www.python.org/ftp/python/3.11.0/python-3.11.0b5-amd64.exe
x32: https://www.python.org/ftp/python/3.10.6/python-3.10.6.exe
x64: https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 382EB4C6DC1606BD3CF6F4BDEEC8E1E7DAB444C5AA23B86142D608A480D7C195
checksum64: 0CF9D582DA862F2FE207FD54B81DFCA110E8F04F4B05AB8C3228CE1EA060C7AF
checksum32: C39FDF1B3241262A6A11CC0D18E876C48E92F8E10BC1B37F555E84F3F76A5CE4
checksum64: 678C4D8FB90771BAAA5C710B0E9608BC13423E66BD618A8521F8F431DABDF4D7

File 'license.txt' is obtained from:
https://www.python.org/download/releases/3.4.0/license/
2 changes: 1 addition & 1 deletion automatic/python3/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"3.7": "3.7.9",
"3.8": "3.8.10",
"3.9": "3.9.13",
"3.10": "3.10.5",
"3.10": "3.10.6",
"3.11": "3.11.0-b5"
}
2 changes: 1 addition & 1 deletion automatic/python3/python3.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>python3</id>
<version>3.11.0-b5</version>
<version>3.10.6</version>
<title>Python 3.x</title>
<owners>chocolatey-community</owners>
<authors>Python Software Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/python3/tools/helpers.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ function Install-Python {
$packageArgs = @{
packageName = 'python3'
fileType = 'exe'
file = "$toolsPath\python-3.11.0b5.exe"
file = "$toolsPath\python-3.10.6.exe"
silentArgs = '/quiet InstallAllUsers=1 PrependPath={0} TargetDir="{1}"' -f $prependPath, $installDir
validExitCodes = @(0)
softwareName = 'Python 3*'
}

if (!$only32Bit) {
$packageArgs['file64'] = "$toolsPath\python-3.11.0b5-amd64.exe"
$packageArgs['file64'] = "$toolsPath\python-3.10.6-amd64.exe"
}
else {
$packageArgs['packageName'] = '32-bit python3'
Expand Down
6 changes: 5 additions & 1 deletion automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -26,3 +26,7 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

## Notes

- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.4/Install.Waterfox.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/2022.08-classic/WaterfoxClassic2022.08.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: EE3C602085A69CACF1C336BC496552712795452CFF4857E981C2B44B3E724CAD
checksum: B6B395ED3EB5D81689FA98CB202791C96EC11339F26F45B9892B5DE8EDBFBA3C

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'Waterfox'
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Install.Waterfo_x64.exe"
file = "$toolsDir\WaterfoxClassic2022.08_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22084.1.4",
"classic": "2022.06"
"classic": "2022.08"
}
16 changes: 10 additions & 6 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>22084.1.4</version>
<id>waterfox-classic</id>
<version>2022.08</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
<title>Waterfox classic</title>
<authors>Alex Kontos</authors>
<projectUrl>https://www.waterfox.net/</projectUrl>
<projectUrl>https://classic.waterfox.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
<copyright>© 2019 Waterfox Ltd.</copyright>
<licenseUrl>https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox</projectSourceUrl>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox-Classic</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -42,6 +42,10 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...
## Notes
- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
]]></description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 04db877

Please sign in to comment.