diff --git a/automatic/ghostscript.app/ghostscript.app.nuspec b/automatic/ghostscript.app/ghostscript.app.nuspec index 43a3416fba4..ba7c14fdd71 100644 --- a/automatic/ghostscript.app/ghostscript.app.nuspec +++ b/automatic/ghostscript.app/ghostscript.app.nuspec @@ -3,7 +3,7 @@ Ghostscript.app - 9.56.1 + 10.0.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript.app chocolatey-community Ghostscript (Install) @@ -14,7 +14,7 @@ http://www.gnu.org/licenses/agpl-3.0.html false http://git.ghostscript.com/?p=ghostpdl.git;a=summary - http://www.ghostscript.com/doc/9.56.1/Readme.htm + http://www.ghostscript.com/doc/10.0.0/Readme.htm https://bugs.ghostscript.com/ ghostscript.app ghostscript postscript admin foss cross-platform an interpreter for the PostScript language and for PDF. @@ -22,7 +22,6 @@ Ghostscript has been under active development for over 20 years, and offers an extremely versatile feature set and can be deployed across a wide range of platforms, modules, end uses (embedding in hardware, as an engine in document management systems, providing cloud solution integration and as an engine in leading PDF generators and tools). - ## Features * An interpreter for the PostScript language, with the ability to convert PostScript language files to many raster formats, view them on displays, and print them on printers that don't have PostScript language capability built in @@ -30,8 +29,11 @@ Ghostscript has been under active development for over 20 years, and offers an e * The ability to convert PostScript language files to PDF (with some limitations) and vice versa * A set of C procedures (the Ghostscript library) that implement the graphics and filtering (data compression / decompression / conversion) capabilities that appear as primitive operations in the PostScript language and in PDF. +## Notes + +- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> - https://ghostscript.com/doc/9.56.1/History9.htm + https://ghostscript.com/doc/10.0.0/History10.htm diff --git a/automatic/ghostscript.app/legal/VERIFICATION.txt b/automatic/ghostscript.app/legal/VERIFICATION.txt index b4a566ec1d6..15735457553 100644 --- a/automatic/ghostscript.app/legal/VERIFICATION.txt +++ b/automatic/ghostscript.app/legal/VERIFICATION.txt @@ -3,19 +3,19 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on <> and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: sha256 - checksum32: 198CD49122CACC3DF94386970021E236CAB2DB5EE94090E795F52AA84AA317F7 - checksum64: 3B8E0D55269BA19095FFA11E7759AFF76AFB53CE43EABD16E24B70ADC275F578 + checksum32: 7B7D6A2786CE2B8F91A5F0295D82F2678304BF0BF9AA5501B6F98F90CD98520F + checksum64: A7A446388447E716EE3E2E1EEE840B0C80E5549A0FA1FC2B069BD887B9105B24 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 index d7193a174ae..ffb85975915 100644 --- a/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 +++ b/automatic/ghostscript.app/tools/ChocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$filePath32 = "$toolsPath\gs9561w32.exe" -$filePath64 = "$toolsPath\gs9561w64.exe" +$filePath32 = "$toolsPath\gs1000w32.exe" +$filePath64 = "$toolsPath\gs1000w64.exe" $filePath = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne $true) { Write-Host "Installing 64 bit version" ; $filePath64 diff --git a/automatic/ghostscript/ghostscript.nuspec b/automatic/ghostscript/ghostscript.nuspec index a40411969f7..aba7ce1fd40 100644 --- a/automatic/ghostscript/ghostscript.nuspec +++ b/automatic/ghostscript/ghostscript.nuspec @@ -3,7 +3,7 @@ Ghostscript - 9.56.1 + 10.0.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/ghostscript chocolatey-community Ghostscript @@ -14,11 +14,11 @@ http://www.gnu.org/licenses/agpl-3.0.html false http://git.ghostscript.com/?p=ghostpdl.git;a=summary - http://www.ghostscript.com/doc/9.56.1/Readme.htm + http://www.ghostscript.com/doc/10.0.0/Readme.htm https://bugs.ghostscript.com/ ghostscript.app ghostscript postscript admin foss cross-platform an interpreter for the PostScript language and for PDF. - - https://ghostscript.com/doc/9.56.1/History9.htm + https://ghostscript.com/doc/10.0.0/History10.htm - + diff --git a/automatic/k9s/k9s.nuspec b/automatic/k9s/k9s.nuspec index 0aa6da90414..7bb660b9cc7 100644 --- a/automatic/k9s/k9s.nuspec +++ b/automatic/k9s/k9s.nuspec @@ -3,7 +3,7 @@ k9s - 0.26.3 + 0.26.7 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s chocolatey-community,Matteo Dell'Aquila (moebius87) k9s: Kubernetes CLI To Manage Your Clusters In Style! @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis. * Resource Graph Traversals * K9s provides for easy traversal of Kubernetes resources and their associated resources. ]]> - https://github.com/derailed/k9s/blob/v0.26.3/change_logs/release_v0.26.3.md + https://github.com/derailed/k9s/blob/v0.26.7/change_logs/release_v0.26.7.md diff --git a/automatic/k9s/legal/VERIFICATION.txt b/automatic/k9s/legal/VERIFICATION.txt index 3f6108f4759..6a0fc984e34 100644 --- a/automatic/k9s/legal/VERIFICATION.txt +++ b/automatic/k9s/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy. The embedded software can be verified by doing the following: 1. Download the following: - 64-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: 399F2D9F5934B6B4B0A3D192808F88B7C2432162FAD2A08AD9EF8C25EF097E94 + checksum64: 258FED7FBFB3A70B249BD36D7A01BC568FCB4761274B39630456B0C8B8E4C10E The file 'LICENSE.txt' has been obtained from diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index 2b9019558ce..de269e42788 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 839B3A989CBD3AA9803695155BC475B5901D961557A3B128528240091A900F81 - checksum64: C19C84B003FE9EB84A77D108F072A958EE4BCFEB91FC040A391F16138AA5174C + checksum32: 6DE4EF4E65C7EDB834A2A9FCA6D85388ADC5DD71FC8BFF8B60569717D01DABEA + checksum64: 71852A30CF62975358EDFCBBFF93086E8857A079C8E4D6904881AA968D65C7F9 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 9027e5473df..df7cbaf3723 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 3.20.2 + 21.12 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.2 + https://github.com/protocolbuffers/protobuf/releases/tag/v21.12 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index f22cfc60e13..bb523561747 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-3.20.2-win32.zip" - FileFullPath64 = "$toolsPath\protoc-3.20.2-win64.zip" + FileFullPath = "$toolsPath\protoc-21.12-win32.zip" + FileFullPath64 = "$toolsPath\protoc-21.12-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/selenium-gecko-driver/legal/VERIFICATION.txt b/automatic/selenium-gecko-driver/legal/VERIFICATION.txt index 7e1d8f68493..7facd68e2fa 100644 --- a/automatic/selenium-gecko-driver/legal/VERIFICATION.txt +++ b/automatic/selenium-gecko-driver/legal/VERIFICATION.txt @@ -3,20 +3,20 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: sha256 - checksum32: 030A0175ADD4B06BB51852CE1E5A93A7EE6E0D4FAC6E9B3C017DC6CF3F6B6F6C - checksum64: D4BBEC9457DC1130F9D580DE012D17DBEADBB378D5C3E37419E6AD8C1C958CBB + checksum32: EC7DF877A4C8B30B96E00306EA01A203B18283735AFEAB56976C50CD30BEB4B5 + checksum64: BC4F260003886A5171D1FB4BF54AF608DF9B5A43FC9085A774B058496F9F8B5D File 'LICENSE.txt' is obtained from: https://www.mozilla.org/media/MPL/2.0/index.48a3fe23ed13.txt which is mentioned in their GitHub repository to be the correct license here: https://github.com/mozilla/geckodriver#source-code diff --git a/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec b/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec index 5e25635b360..f91407a77de 100644 --- a/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec +++ b/automatic/selenium-gecko-driver/selenium-gecko-driver.nuspec @@ -2,7 +2,7 @@ selenium-gecko-driver - 0.31.0 + 0.32.0 Selenium Gecko Driver Mozilla chocolatey-community,hans0 diff --git a/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 b/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 index d4865413bb3..d137e001397 100644 --- a/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 +++ b/automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1 @@ -9,8 +9,8 @@ $packageArgs = @{ packageName = 'selenium-gecko-driver' softwareName = "Gecko WebDriver" - file = "$toolsDir\geckodriver-v0.31.0-win32.zip" - file64 = "$toolsDir\geckodriver-v0.31.0-win64.zip" + file = "$toolsDir\geckodriver-v0.32.0-win32.zip" + file64 = "$toolsDir\geckodriver-v0.32.0-win64.zip" destination = $seleniumDir } diff --git a/automatic/simplewall.install/legal/VERIFICATION.txt b/automatic/simplewall.install/legal/VERIFICATION.txt index 3d2e0b81ded..41bf8af7e05 100644 --- a/automatic/simplewall.install/legal/VERIFICATION.txt +++ b/automatic/simplewall.install/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik 1. Download the following installer(s): -x86: https://github.com/henrypp/simplewall/releases/download/v.3.6.6/simplewall-3.6.6-setup.exe +x86: https://github.com/henrypp/simplewall/releases/download/v.3.6.7/simplewall-3.6.7-setup.exe 2. You can use one of the following methods to obtain the checksum(s): - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 97DFFA8C80E866CAA669FC80D5A34B65CEF46F0A5143444525AC96053C0F8090 + checksum32: 864418C6A03719BF98715FD6A7A91013E55DE79951DADA12E918481913D27B22 The included 'LICENSE.txt' file have been obtained from: https://github.com/henrypp/simplewall/blob/master/LICENSE diff --git a/automatic/simplewall.install/simplewall.install.nuspec b/automatic/simplewall.install/simplewall.install.nuspec index 7f9fdd68810..12ba880c363 100644 --- a/automatic/simplewall.install/simplewall.install.nuspec +++ b/automatic/simplewall.install/simplewall.install.nuspec @@ -2,7 +2,7 @@ simplewall.install - 3.6.6 + 3.6.7 Henry++ Simple tool to configure Windows Filtering Platform. simplewall.portable - 3.6.6 + 3.6.7 Henry++ Simple tool to configure Windows Filtering Platform. simplewall - 3.6.6 + 3.6.7 Henry++ Simple tool to configure Windows Filtering Platform. https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/simplewall https://github.com/henrypp/simplewall/blob/master/CHANGELOG.md - + diff --git a/automatic/waterfox/Readme.md b/automatic/waterfox/Readme.md index 5374b55001f..e3caa8304cf 100644 --- a/automatic/waterfox/Readme.md +++ b/automatic/waterfox/Readme.md @@ -1,6 +1,6 @@ # [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. @@ -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. diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index db2623319a5..78938c88696 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -2,15 +2,15 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer has been downloaded from their official download link listed on +The installer has been downloaded from their official download link listed on <> and can be verified like this: -1. Download +1. Download 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: 40164F274997F98839D9D8EF67BC4D39267737AA6F0F7A1ED25687EDF6529981 + checksum: 67005D3E3883291E9685C454FB6A926E2CB5A23ED48F7E57B65746EDF7F7F30E File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index 3decb23ca77..322cc315920 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -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\Waterfox.G4.1.5.Setup_x64.exe" + file = "$toolsDir\WaterfoxClassic2022.11_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index ecd0f523672..d3447dd3c3c 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "22094.1.5.20220912", - "classic": "2022.08" + "current": "22125.1.1", + "classic": "2022.11" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index c63754ab964..b32c62ef048 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -2,21 +2,21 @@ - Waterfox - 22094.1.5.20220912 + waterfox-classic + 2022.11 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm - Waterfox + Waterfox classic Alex Kontos - https://www.waterfox.net/ + https://classic.waterfox.net/ https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png © 2019 Waterfox Ltd. https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE false - https://github.com/WaterfoxCo/Waterfox + https://github.com/WaterfoxCo/Waterfox-Classic waterfox web-browser firefox 64-bit admin cross-platform foss Waterfox is basically a 64-bit version of Firefox. - https://www.waterfoxproject.org/blog/ diff --git a/automatic/yo/README.md b/automatic/yo/README.md index d7bdf8ae04a..e421b1827c7 100644 --- a/automatic/yo/README.md +++ b/automatic/yo/README.md @@ -1,4 +1,4 @@ -# [yo](https://chocolatey.org/packages/yo) +# [yo](https://chocolatey.org/packages/yo) Yeoman is a generic scaffolding system allowing the creation of any kind of app. diff --git a/automatic/yo/tools/chocolateyInstall.ps1 b/automatic/yo/tools/chocolateyInstall.ps1 index 9837e347749..d7ebc518c12 100644 --- a/automatic/yo/tools/chocolateyInstall.ps1 +++ b/automatic/yo/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ Update-SessionEnvironment -$version = '4.3.0' +$version = '4.3.1' npm install -g yo@$version diff --git a/automatic/yo/yo.nuspec b/automatic/yo/yo.nuspec index 5d6b0b2e71b..a73770ed64f 100644 --- a/automatic/yo/yo.nuspec +++ b/automatic/yo/yo.nuspec @@ -4,7 +4,7 @@ yo Yeoman - 4.3.0 + 4.3.1 The Yeoman Team chocolatey-community, Pascal Berger CLI tool for running Yeoman generators @@ -25,12 +25,12 @@ Yeoman is always the right choice for your scaffolding needs. https://github.com/yeoman/yo http://yeoman.io/learning/ https://github.com/yeoman/yo/issues - https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/yo + https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/yo nodejs node javascript web foss cross-platform cli https://opensource.org/licenses/bsd-license.php/ © Google false - https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png + https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@9e732d13804ce0097f9c52c080241edc560acbf9/icons/yo.png https://github.com/yeoman/yo/releases