Skip to content

Commit

Permalink
AU: 5 updated - chromium OpenSSL.Light selenium-chrome-driver seleniu…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 9, 2023
1 parent ed38891 commit 2750c9f
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "112.0.5584.0-snapshots",
"snapshots": "112.0.5585.0-snapshots",
"stable": "109.0.5414.120"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>112.0.5584.0-snapshots</version>
<version>112.0.5585.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1102607/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1102613/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1102884/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1102903/mini_installer.exe>
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: 039382E49030D9A7E5DC7EAFABE9071B40824BECE5E6C44FF6C8E23FF7CD47B8
checksum64: CEB955C608C4B0C1DC3ED21AA630963F6DC3EE16F786AD0A45CB2803E328B9BB
checksum32: 4E955FF4DA0D2387CBABCA9E2369312184948CD1F2E3343D63823F7E233333E3
checksum64: 3F2F51A84BBAF3A2B117F3DA80B1CE8C1010D225399A8993DE8DE6168129A5D8

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "112.0.5584.0-snapshots"
$version = "112.0.5585.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/openssl.light/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://slproweb.com/products/Win32OpenSSL.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_7.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_7.exe>
32-Bit software: <https://slproweb.com/download/Win32OpenSSL_Light-3_0_8.exe>
64-Bit software: <https://slproweb.com/download/Win64OpenSSL_Light-3_0_8.exe>
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: 6B73DA49E04B99B8A464027D84E28071212C2B898A8F225A345FB8A9CA106BC5
checksum64: 68D5474ACAC230B5FAC5DE967E9D98927B49EC00243C89CEFE4B7B1066B1973D
checksum32: 5BF7EE8BBBD96B51EC3FFF93C6EA63B461A26C121027205B1075A6214E4B81A7
checksum64: 43FF636F4F312BB6252929A19FF92D8C808D0800DEFA99C1B4E1FBBE1579B3C2

The file 'LICENSE.txt' has been obtained from <https://www.openssl.org/source/license.txt>
2 changes: 1 addition & 1 deletion automatic/openssl.light/openssl.light.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>OpenSSL.Light</id>
<version>3.0.7</version>
<version>3.0.8</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openssl.light</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>OpenSSL – The Open Source SSL and TLS toolkit</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/openssl.light/tools/chocolateyInstall.ps1
Expand Up @@ -9,8 +9,8 @@ $silentArgs += '/DIR="{0}"' -f $( if ($pp.InstallDir) { $pp.InstallDir } else {
$packageArgs = @{
packageName = 'OpenSSL.Light'
fileType = 'exe'
file = "$toolsPath\Win32OpenSSL_Light-3_0_7.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_7.exe"
file = "$toolsPath\Win32OpenSSL_Light-3_0_8.exe"
file64 = "$toolsPath\Win64OpenSSL_Light-3_0_8.exe"
softwareName = 'OpenSSL*Light*'
silentArgs = $silentArgs
validExitCodes = @(0)
Expand Down
6 changes: 3 additions & 3 deletions automatic/selenium-chrome-driver/legal/VERIFICATION.txt
Expand Up @@ -3,17 +3,17 @@ 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 <https://chromedriver.storage.googleapis.com/index.html?path=110.0.5481.30/>
location on <https://chromedriver.storage.googleapis.com/index.html?path=110.0.5481.77/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://chromedriver.storage.googleapis.com/110.0.5481.30/chromedriver_win32.zip>
32-Bit software: <https://chromedriver.storage.googleapis.com/110.0.5481.77/chromedriver_win32.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: sha256
checksum32: 7CE1F0417A7C84ED1370A4B2C2E2B6A5205059AABFCE22B7FC924414EAFB0CC1
checksum32: 90CE06E0011C81E958A297D61B9C554BE22F9D73C1F45E254E95825E2BC3DE7D

File 'LICENSE.txt' is obtained from: https://source.chromium.org/chromium/chromium/src/+/main:LICENSE
Expand Up @@ -7,5 +7,5 @@
"107": "107.0.5304.62",
"108": "108.0.5359.71",
"109": "109.0.5414.74",
"110": "110.0.5481.30"
"110": "110.0.5481.77"
}
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-chrome-driver</id>
<version>110.0.5481.30</version>
<version>110.0.5481.77</version>
<title>Selenium Chrome Driver</title>
<authors>Chromium and WebDriver teams</authors>
<owners>chocolatey-community,AdmiringWorm,agabrys</owners>
Expand Down Expand Up @@ -31,7 +31,7 @@ To pass parameters, use `--params "''"` (e.g. `choco install selenium-chrome-dri
- **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.**
]]></description>
<summary>Chrome Driver is a WebDriver implementation that enables programmatic automation of Chrome products for desktop platforms. It is a part of the Selenium (http://code.google.com/p/selenium) project.</summary>
<releaseNotes>---------ChromeDriver 110.0.5481.30 (2023-01-13)---------
<releaseNotes>---------ChromeDriver 110.0.5481.77 (2023-02-08)---------
Supports Chrome version 110
Resolved issue 4193: Failed to start new session on Android 13 [Pri-]
Resolved issue 4272: WebSocket should treat code=0 as an indication of FIN [Pri-]
Expand Down
10 changes: 5 additions & 5 deletions automatic/selenium-gecko-driver/legal/VERIFICATION.txt
Expand Up @@ -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 <https://github.com/mozilla/geckodriver/releases/tag/v0.32.1>
location on <https://github.com/mozilla/geckodriver/releases/tag/v0.32.2>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.1/geckodriver-v0.32.1-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.1/geckodriver-v0.32.1-win64.zip>
32-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-win32.zip>
64-Bit software: <https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-win64.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: sha256
checksum32: 01F2BBE4065EB4698E4221088C948CEF60CB76AB22E5622B69872FEC32733191
checksum64: 8582B87A6BAA1F7156E66F2EFB1C591337943FE4EA1541E6AFBDFC0501F6E335
checksum32: BF2539BDAA5C79CCB0B1F17FE91C9876717BEA1A61CD0034644D798F9668B358
checksum64: 034341270AE7AE84B21EEF1710C504793467A395679E12EC426475256107DB26

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
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>selenium-gecko-driver</id>
<version>0.32.1</version>
<version>0.32.2</version>
<title>Selenium Gecko Driver</title>
<authors>Mozilla</authors>
<owners>chocolatey-community,hans0</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/selenium-gecko-driver/tools/chocolateyInstall.ps1
Expand Up @@ -9,8 +9,8 @@ $packageArgs = @{
packageName = 'selenium-gecko-driver'
softwareName = "Gecko WebDriver"

file = "$toolsDir\geckodriver-v0.32.1-win32.zip"
file64 = "$toolsDir\geckodriver-v0.32.1-win64.zip"
file = "$toolsDir\geckodriver-v0.32.2-win32.zip"
file64 = "$toolsDir\geckodriver-v0.32.2-win64.zip"
destination = $seleniumDir
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3062.0</version>
<version>10.0.3063.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '575ad0e1c9191e78a3118b62f1eeb2fc60b8663a74741f986b2d63adca00e30f'
checksum64 = '9323638043d68ddec87ee425b34b005a9a2ebf09f6a41556e236421461d39450'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 2750c9f

Please sign in to comment.