Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

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
Chocolatey committed Nov 2, 2022
1 parent c1a64f3 commit 43c4422
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 43 deletions.
12 changes: 6 additions & 6 deletions 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.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-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: 13e7fba526b62c7c5f59294d5cc2d4e74ebb9e797071d3cb9e29464ac4b3491e
checksum64: 5dbdf89deb5c1415ad5716f3ffbbe97e33728a99bd8ef339ebdb46979daa2b06
checksum32: 3a74c057ce03e6c63f0333e419c55af53b8080bdede5acdc178d42398f445004
checksum64: 73d58d61bd0e57e289c55d4edcedba8dc10725f5b7229def21a663a4c3290e0f

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-amd64-openssl.msi

8 changes: 4 additions & 4 deletions zabbix-agent.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.msi'
Checksum = '13e7fba526b62c7c5f59294d5cc2d4e74ebb9e797071d3cb9e29464ac4b3491e'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-amd64-openssl.msi'
Checksum = '3a74c057ce03e6c63f0333e419c55af53b8080bdede5acdc178d42398f445004'
ChecksumType = 'sha256'
Checksum64 = '5dbdf89deb5c1415ad5716f3ffbbe97e33728a99bd8ef339ebdb46979daa2b06'
Checksum64 = '73d58d61bd0e57e289c55d4edcedba8dc10725f5b7229def21a663a4c3290e0f'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
6 changes: 3 additions & 3 deletions zabbix-agent.install/zabbix-agent.install.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.3",
"6.0": "6.0.9",
"5.0": "5.0.28",
"6.2": "6.2.4",
"6.0": "6.0.10",
"5.0": "5.0.29",
"4.0": "4.0.44"
}
2 changes: 1 addition & 1 deletion zabbix-agent.install/zabbix-agent.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent.install</id>
<version>6.2.3</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent.install</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
12 changes: 6 additions & 6 deletions 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.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-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: 98291ca39a48c01407b5cecc7d2005b76834eb270e697a70c0c2a1949a67dec2
checksum64: 9824bcffbdabd32817b18225827b58e60856ad1a8bb664f5c23e2e60091ae5a4
checksum32: 1002ee063b4a89f2ef79e79a12dd9a1d709943bb350e8b14b18754e5ef44e303
checksum64: f271e9c8315dff5e69960f28cc2b0ccea58e12846df3e04fa260a7572431feea

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-amd64-openssl.zip

10 changes: 5 additions & 5 deletions zabbix-agent/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$version = '6.2.3'
$version = '6.2.4'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent-6.2.3-windows-amd64-openssl.zip'
$checksum = '98291ca39a48c01407b5cecc7d2005b76834eb270e697a70c0c2a1949a67dec2'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent-6.2.4-windows-amd64-openssl.zip'
$checksum = '1002ee063b4a89f2ef79e79a12dd9a1d709943bb350e8b14b18754e5ef44e303'
$checksumType = 'sha256'
$checksum64 = '9824bcffbdabd32817b18225827b58e60856ad1a8bb664f5c23e2e60091ae5a4'
$checksum64 = 'f271e9c8315dff5e69960f28cc2b0ccea58e12846df3e04fa260a7572431feea'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
6 changes: 3 additions & 3 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.3",
"6.0": "6.0.9",
"5.0": "5.0.28",
"6.2": "6.2.4",
"6.0": "6.0.10",
"5.0": "5.0.29",
"4.0": "4.0.44"
}
2 changes: 1 addition & 1 deletion zabbix-agent/zabbix-agent.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent</id>
<version>6.2.3</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down
12 changes: 6 additions & 6 deletions 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.2/6.2.3/zabbix_agent2-6.2.3-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent2-6.2.3-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-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: 87a898b3713de0c6356f1fa98efa56ab7466a511f49d922799f817122ee30c2e
checksum64: dd3c640020248b52cfbc98b97ebd194b05d124a2eda3b80fdbca138914108762
checksum32: 4140491786da7ffc8844d6431e41cf4d38407fad9bbdc57f89c8be400171c32b
checksum64: 0b00e8df03e0e5569e7c36d0273394d476f44648f950df78271673fe5b97807d

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent2-6.2.3-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent2-6.2.3-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-windows-amd64-openssl.msi

8 changes: 4 additions & 4 deletions zabbix-agent2/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" }
$PackageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent2-6.2.3-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.3/zabbix_agent2-6.2.3-windows-amd64-openssl.msi'
Checksum = '87a898b3713de0c6356f1fa98efa56ab7466a511f49d922799f817122ee30c2e'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.4/zabbix_agent2-6.2.4-windows-amd64-openssl.msi'
Checksum = '4140491786da7ffc8844d6431e41cf4d38407fad9bbdc57f89c8be400171c32b'
ChecksumType = 'sha256'
Checksum64 = 'dd3c640020248b52cfbc98b97ebd194b05d124a2eda3b80fdbca138914108762'
Checksum64 = '0b00e8df03e0e5569e7c36d0273394d476f44648f950df78271673fe5b97807d'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
6 changes: 3 additions & 3 deletions zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.3",
"6.0": "6.0.9",
"5.0": "5.0.28"
"6.2": "6.2.4",
"6.0": "6.0.10",
"5.0": "5.0.29"
}
2 changes: 1 addition & 1 deletion zabbix-agent2/zabbix-agent2.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>zabbix-agent2</id>
<version>6.2.3</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent2</packageSourceUrl>
<owners>Marcin Bojko, Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit 43c4422

Please sign in to comment.