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 Dec 5, 2022
1 parent c104e45 commit 48c9a3b
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 40 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.5/zabbix_agent-6.2.5-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-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: bee9f9272dffa3fce993e24fdfb8b3e36a9b9d110b8e38117c8783e2b4a6892e
checksum64: f3b2ef57654744e4da6b62352f934811ff82b63d503e98247d5f20b47ad862d6
checksum32: 2e60f8ea24b0bea9ef302a260036cb3b79839e377db723b732587637c6667c09
checksum64: fbd78c24c6660f1ec0c8743dc1b1f13b44c3969753f357e5744f9fa035cb4e16

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-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.5/zabbix_agent-6.2.5-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.msi'
Checksum = 'bee9f9272dffa3fce993e24fdfb8b3e36a9b9d110b8e38117c8783e2b4a6892e'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-amd64-openssl.msi'
Checksum = '2e60f8ea24b0bea9ef302a260036cb3b79839e377db723b732587637c6667c09'
ChecksumType = 'sha256'
Checksum64 = 'f3b2ef57654744e4da6b62352f934811ff82b63d503e98247d5f20b47ad862d6'
Checksum64 = 'fbd78c24c6660f1ec0c8743dc1b1f13b44c3969753f357e5744f9fa035cb4e16'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 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.5",
"6.0": "6.0.11",
"6.2": "6.2.6",
"6.0": "6.0.12",
"5.0": "5.0.30",
"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.5</version>
<version>6.2.6</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.5/zabbix_agent-6.2.5-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-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: e3211c5a8307cd2ee3de5657bf0343f40b5b61e5a3e7d393f49a55a9b6760a6b
checksum64: b5bdc11f5124c498aee41e98705e8cda1b865676c54a2dfec3147a95115de91e
checksum32: 342f4d0fea20c34f7cecfd4e000be83db0d29e860780bf840ff5476b4192e659
checksum64: 49aee8bd7cc77e23ee4a5363408235787a492b28e5432e1cb034c2b7cb04ab66

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-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.5'
$version = '6.2.6'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent-6.2.5-windows-amd64-openssl.zip'
$checksum = 'e3211c5a8307cd2ee3de5657bf0343f40b5b61e5a3e7d393f49a55a9b6760a6b'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent-6.2.6-windows-amd64-openssl.zip'
$checksum = '342f4d0fea20c34f7cecfd4e000be83db0d29e860780bf840ff5476b4192e659'
$checksumType = 'sha256'
$checksum64 = 'b5bdc11f5124c498aee41e98705e8cda1b865676c54a2dfec3147a95115de91e'
$checksum64 = '49aee8bd7cc77e23ee4a5363408235787a492b28e5432e1cb034c2b7cb04ab66'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.5",
"6.0": "6.0.11",
"6.2": "6.2.6",
"6.0": "6.0.12",
"5.0": "5.0.30",
"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.5</version>
<version>6.2.6</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.5/zabbix_agent2-6.2.5-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent2-6.2.5-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-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: b3f0cf2a48d5a761c97e1ded0bbdc78854035133b58cd01e9bde2d12f548853a
checksum64: a1f9eb682ca6252374b200018c32552fe8ed2ab1d7fe0a01f57dcf43cbc0afd7
checksum32: 4c6a7eba72b6b481805d85c3f85fb5a8941502d62f4631c7eb1834578506960e
checksum64: 9a1e16872c04d94de726f4e61968992ec75e16a72710d6309e95053f2ccabb4d

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent2-6.2.5-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent2-6.2.5-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-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.5/zabbix_agent2-6.2.5-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.5/zabbix_agent2-6.2.5-windows-amd64-openssl.msi'
Checksum = 'b3f0cf2a48d5a761c97e1ded0bbdc78854035133b58cd01e9bde2d12f548853a'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.6/zabbix_agent2-6.2.6-windows-amd64-openssl.msi'
Checksum = '4c6a7eba72b6b481805d85c3f85fb5a8941502d62f4631c7eb1834578506960e'
ChecksumType = 'sha256'
Checksum64 = 'a1f9eb682ca6252374b200018c32552fe8ed2ab1d7fe0a01f57dcf43cbc0afd7'
Checksum64 = '9a1e16872c04d94de726f4e61968992ec75e16a72710d6309e95053f2ccabb4d'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
4 changes: 2 additions & 2 deletions zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.5",
"6.0": "6.0.11",
"6.2": "6.2.6",
"6.0": "6.0.12",
"5.0": "5.0.30"
}
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.5</version>
<version>6.2.6</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 48c9a3b

Please sign in to comment.