Skip to content

Commit

Permalink
AU: 3 updated - zabbix-agent zabbix-agent.install zabbix-agent2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 30, 2023
1 parent 291556b commit 2f75940
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 deletions.
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.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-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: 1DC8E6759DBAC54192B1C8FE01EC07536C94EB8340C660FE9460B64AEABE65BD
checksum64: E8D62C4C408985891A77AD39E3100285876746D9B89C9B1DB8CE45377CEDE886
checksum32: DB0AD1ACDE211DE7E826A1DC3E155292784B736BEA01F974FF2DB5D25C040414
checksum64: 7DF6BA6730C2040E7C31CD4DD57509417C41FD5B6E051278C53520F051237441

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-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.0.23-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.0.23-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent-6.4.9-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent-6.4.9-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
6 changes: 3 additions & 3 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.23",
"5.0": "5.0.39",
"6.0": "6.0.24",
"5.0": "5.0.40",
"4.0": "4.0.50",
"4.2": "4.2.8",
"5.4": "5.4.9",
"6.4": "6.4.8"
"6.4": "6.4.9"
}
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.0.23</version>
<version>6.4.9</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.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-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: 190919E00876C05B6F473FD1470A7E9E7A9A2B2E1E9EBB98B1FD88B31085CB07
checksum64: F6E9DF24C4FF63AE25A7BC0DA3ADB7E0030CC03C0F6BC85391F312FE326B4547
checksum32: DCF8E5272F1498FC415B80E631A5F205EB70D5F63D8079EFC489DDB998AA279B
checksum64: 9EB3A94A29F95456B7E2726E398001B4BE019CD2C26DC32D4CE70A6746CA5268

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-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.0.23'
$version = '6.4.9'
$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.0.23-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.0.23-windows-amd64-openssl.zip"
file = "$toolsDir\zabbix_agent-6.4.9-windows-i386-openssl.zip"
file64 = "$toolsDir\zabbix_agent-6.4.9-windows-amd64-openssl.zip"
}

try {
Expand Down
6 changes: 3 additions & 3 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.23",
"5.0": "5.0.39",
"6.0": "6.0.24",
"5.0": "5.0.40",
"4.0": "4.0.50",
"4.4": "4.4.9",
"5.4": "5.4.12",
"6.4": "6.4.8"
"6.4": "6.4.9"
}
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.0.23</version>
<version>6.4.9</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.0/6.0.23/zabbix_agent2-6.0.23-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-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: 563840156BD6EECC74C56C773B61B9B9AE8F33300C25C05E004251D5E4BBFE88
checksum64: 9919E4A9B229206348B0900B42C7726E8FE7D00E6BE336BFB26C98B257C91A58
checksum32: 8631E606D2BF9D192A12222EBF260130BA0C2E829D7C8CFF956EC1008BD4EC0B
checksum64: 0FF8F404D0C1F3C7A0A956A43B250A5BAF3BB569867401DF2888E3A1B3B285A1

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-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.0.23-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.0.23-windows-amd64-openssl.msi"
file = "$toolsDir\zabbix_agent2-6.4.9-windows-i386-openssl.msi"
file64 = "$toolsDir\zabbix_agent2-6.4.9-windows-amd64-openssl.msi"
softwareName = "Zabbix Agent *"

SilentArgs = $SilentArgs
Expand Down
6 changes: 3 additions & 3 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.23",
"5.0": "5.0.39",
"6.0": "6.0.24",
"5.0": "5.0.40",
"5.2": "5.2.7",
"5.4": "5.4.12",
"6.4": "6.4.8"
"6.4": "6.4.9"
}
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.0.23</version>
<version>6.4.9</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 2f75940

Please sign in to comment.