Skip to content

Commit

Permalink
AU: 4 updated - firefox-dev zabbix-agent zabbix-agent.install zabbix-…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 17, 2024
1 parent a6fd521 commit dfaf73f
Show file tree
Hide file tree
Showing 16 changed files with 246 additions and 246 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "128.0.3-beta",
"dev": "128.0.3-beta"
"beta": "128.0.4-beta",
"dev": "128.0.4-beta"
}
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>128.0.3-beta</version>
<version>128.0.4-beta</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
412 changes: 206 additions & 206 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'firefox-dev'
$softwareName = 'Firefox Developer Edition'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '128.0b3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '128.0b4')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b3/win32/${locale}/Firefox%20Setup%20128.0b3.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b4/win32/${locale}/Firefox%20Setup%20128.0b4.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b3/win64/${locale}/Firefox%20Setup%20128.0b3.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/128.0b4/win64/${locale}/Firefox%20Setup%20128.0b4.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
12 changes: 6 additions & 6 deletions automatic/zabbix-agent.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-amd64-openssl.msi

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: E91CF9CDCD3CE8D2BCEE95058A9B12D6A801820212F9B643A5FA539F58B5CE41
checksum64: 1260C36454EC00BBE5BC723C75F934DC8CFB520785E5643387B9504F78CFC284
checksum32: 237EE050284811C84DA03FB24E34F9932DB682560AE9F1C8734B59F59F05066F
checksum64: EAFB088ED5BA670F3AB55262109CA52172A0C55CF6983725613906AAA09A363A

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-amd64-openssl.msi

4 changes: 2 additions & 2 deletions automatic/zabbix-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
file = "$toolsDir\zabbix_agent-7.0.0-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-7.0.0-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent-6.4.16-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.4.16-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"6.2": "6.2.9",
"6.0": "6.0.30",
"6.0": "6.0.31",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.2": "4.2.8",
"5.4": "5.4.9",
"6.4": "6.4.15",
"6.4": "6.4.16",
"7.0": "7.0.0"
}
2 changes: 1 addition & 1 deletion automatic/zabbix-agent.install/zabbix-agent.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>7.0.0</version>
<version>6.4.16</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
12 changes: 6 additions & 6 deletions automatic/zabbix-agent/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-amd64-openssl.zip

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: 0C972A8F0F5B4130FE9D5803CD42BDFD6C93462187EE0CE4262A21F41DFD819E
checksum64: 50C13B9418EB7B6D4316EFD81A253CBCAB1BCE8EB766F1704D9FBBD9121436B2
checksum32: 73092DBD54A1DB96D022E513B8DC78DE08597C63C06EE87ED9C7C940D3040AF4
checksum64: DFC5687A941111D1B504FE8B2C14064DEA464B49C868AA2F024097774868737E

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent-7.0.0-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent-6.4.16-windows-amd64-openssl.zip

6 changes: 3 additions & 3 deletions automatic/zabbix-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$ErrorActionPreference = 'Stop';
$version = '7.0.0'
$version = '6.4.16'
$title = 'Zabbix Agent'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand All @@ -19,8 +19,8 @@ $service = Get-WmiObject -Class Win32_Service -Filter "Name=`'$title`'"
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
unzipLocation = $tempDir
file = "$toolsDir\zabbix_agent-7.0.0-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-7.0.0-windows-amd64-openssl.zip"
file = "$toolsDir\zabbix_agent-6.4.16-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.4.16-windows-amd64-openssl.zip"
}

try {
Expand Down
4 changes: 2 additions & 2 deletions automatic/zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"6.2": "6.2.9",
"6.0": "6.0.30",
"6.0": "6.0.31",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.4": "4.4.9",
"5.4": "5.4.12",
"6.4": "6.4.15",
"6.4": "6.4.16",
"7.0": "7.0.0"
}
2 changes: 1 addition & 1 deletion automatic/zabbix-agent/zabbix-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>7.0.0</version>
<version>6.4.16</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
12 changes: 6 additions & 6 deletions automatic/zabbix-agent2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ Package can be verified like this:

1. Go to

x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent2-7.0.0-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent2-7.0.0-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent2-6.4.16-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent2-6.4.16-windows-amd64-openssl.msi

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: F4C411F8E11512A3A6094652CBFBE4B3775B1678A3BD07E56E0803F39795CB18
checksum64: D72370C4572AEE7715606853398B5A4EBA8AF9C8FEF3BBC29E19C8A6CA8BCC11
checksum32: 54C1311F584A6D9AE6FA8D02852916FF7259356CB8795F24148937ADA14176B4
checksum64: 542BA8F1E3F344B4C6DAC329A5FC1C068530D94CE567F4B794AB2941DBF9A2C3

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent2-7.0.0-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/7.0/7.0.0/zabbix_agent2-7.0.0-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent2-6.4.16-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.16/zabbix_agent2-6.4.16-windows-amd64-openssl.msi

4 changes: 2 additions & 2 deletions automatic/zabbix-agent2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
file = "$toolsDir\zabbix_agent2-7.0.0-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-7.0.0-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent2-6.4.16-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.4.16-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"6.2": "6.2.9",
"6.0": "6.0.30",
"6.0": "6.0.31",
"5.0": "5.0.42",
"5.2": "5.2.7",
"5.4": "5.4.12",
"6.4": "6.4.15",
"6.4": "6.4.16",
"7.0": "7.0.0"
}
2 changes: 1 addition & 1 deletion automatic/zabbix-agent2/zabbix-agent2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>7.0.0</version>
<version>6.4.16</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down

0 comments on commit dfaf73f

Please sign in to comment.