Skip to content

Commit

Permalink
AU: 4 updated - firefox-nightly zabbix-agent zabbix-agent.install zab…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Apr 22, 2024
1 parent 3c54115 commit 6a5cdb5
Show file tree
Hide file tree
Showing 16 changed files with 262 additions and 262 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "127.0.1.2024042109-alpha"
"nightly": "127.0.1.2024042209-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>127.0.1.2024042109-alpha</version>
<version>127.0.1.2024042209-alpha</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
448 changes: 224 additions & 224 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/04/2024-04-21-09-11-31-mozilla-central/firefox-127.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2024/04/2024-04-22-09-48-29-mozilla-central/firefox-127.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/04/2024-04-21-09-11-31-mozilla-central/firefox-127.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2024/04/2024-04-22-09-48-29-mozilla-central/firefox-127.0a1.${locale}.win64.installer.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/6.4/6.4.13/zabbix_agent-6.4.13-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-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: E78020714BD8AF67153C40F2DC707483D93631C0B793DD410C2318A1C313CB8C
checksum64: D2E38E8AA90D15A0501469F77DA18638CAFFAF71996AFDF4BE598F7C12A09407
checksum32: E5DEABE711187C733C8EC2330768329C3E2CAB8AF698B9DA6847799108920237
checksum64: 4EC62619CFCF07AAEDDC7D86F3013472AEF975356DD295AC188B37480DF92EFB

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-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-6.4.13-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.4.13-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent-6.4.14-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.4.14-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,9 +1,9 @@
{
"6.2": "6.2.9",
"6.0": "6.0.28",
"6.0": "6.0.29",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.2": "4.2.8",
"5.4": "5.4.9",
"6.4": "6.4.13"
"6.4": "6.4.14"
}
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>6.4.13</version>
<version>6.4.14</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/6.4/6.4.13/zabbix_agent-6.4.13-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-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: 030551B138C80515070DF399D4A3C708A73DD2399D3A72A7E08EA4D2BBC9557C
checksum64: 17A8C9FEE5334B7154BA7BD41B358A0613363E732A81314BA76AF628BF33F1E0
checksum32: 1487E34B55B6543ADA44DEA2DE3BDA2A2B94F7FC5B875F5E215372F889F6E7E5
checksum64: 405F90CF15FED868DC29972FACB4632571EEC7F66FB98DDB6E45462AD8BE3070

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent-6.4.13-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent-6.4.14-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 = '6.4.13'
$version = '6.4.14'
$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-6.4.13-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.4.13-windows-amd64-openssl.zip"
file = "$toolsDir\zabbix_agent-6.4.14-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.4.14-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,9 +1,9 @@
{
"6.2": "6.2.9",
"6.0": "6.0.28",
"6.0": "6.0.29",
"5.0": "5.0.42",
"4.0": "4.0.50",
"4.4": "4.4.9",
"5.4": "5.4.12",
"6.4": "6.4.13"
"6.4": "6.4.14"
}
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>6.4.13</version>
<version>6.4.14</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/6.4/6.4.13/zabbix_agent2-6.4.13-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent2-6.4.13-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent2-6.4.14-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent2-6.4.14-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: 4508BE992988C13478C87713EB1DBF66BB66B72BBB17ABEAFCACDE6AFE6F080C
checksum64: B2ACAB2B9BCDF6059A48FD681374413C389DE9A1E363F35D787F6F2E3B048DDF
checksum32: FCFBDA5B8678015F9D3D0B09E115D39A4BC25359E76F134E86D2FD9FAE24FD16
checksum64: 2EBA216D961F48D78FF3FBC72065DB9D0B8FB1694AFCEA5116CCB1F71650B63D

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent2-6.4.13-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.13/zabbix_agent2-6.4.13-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent2-6.4.14-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.14/zabbix_agent2-6.4.14-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-6.4.13-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.4.13-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent2-6.4.14-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.4.14-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,8 +1,8 @@
{
"6.2": "6.2.9",
"6.0": "6.0.28",
"6.0": "6.0.29",
"5.0": "5.0.42",
"5.2": "5.2.7",
"5.4": "5.4.12",
"6.4": "6.4.13"
"6.4": "6.4.14"
}
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>6.4.13</version>
<version>6.4.14</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 6a5cdb5

Please sign in to comment.