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 Mar 27, 2023
1 parent b12d172 commit 21940dc
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.8/zabbix_agent-6.2.8-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.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: a1874a8208ff1c37bc58350094e4b4ae35bffef55b1856f7907fe8258216d5d2
checksum64: 8d0b969b6ad6c1627e1ef88b74e3b4f0f1e432e6398f4edc3c59882fbfb187cc
checksum32: 874b64874990bdf01b55a5fb7aaf25b5c117b212c2bde53fe1ddac6c5397a0c1
checksum64: 42d46b37dcba1754254bc98e74128eab05241ee63f9ecd6d1947bc64c1763768

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-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.8/zabbix_agent-6.2.8-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.msi'
Checksum = 'a1874a8208ff1c37bc58350094e4b4ae35bffef55b1856f7907fe8258216d5d2'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.msi'
Checksum = '874b64874990bdf01b55a5fb7aaf25b5c117b212c2bde53fe1ddac6c5397a0c1'
ChecksumType = 'sha256'
Checksum64 = '8d0b969b6ad6c1627e1ef88b74e3b4f0f1e432e6398f4edc3c59882fbfb187cc'
Checksum64 = '42d46b37dcba1754254bc98e74128eab05241ee63f9ecd6d1947bc64c1763768'
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.8",
"6.2": "6.2.9",
"6.0": "6.0.14",
"5.0": "5.0.32",
"5.0": "5.0.33",
"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.8</version>
<version>6.2.9</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.8/zabbix_agent-6.2.8-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.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: 646b7d2d2839cbbd3cc22c1f65f554fb3f1f5f7cb934363dc91ec3664dd4e4b7
checksum64: 74812bbff4173713422d76f1032e411ba89fcc59c7be1514637300fc544e332b
checksum32: 03bfddc21b3dc35c5ae5d1ea8791e121160fc664c1dfe77c71ee6a2770f865f6
checksum64: f1413ff540c98eaf8c583f168db9ad21385d3f5cd85b682352c65485b25e4b32

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-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.8'
$version = '6.2.9'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent-6.2.8-windows-amd64-openssl.zip'
$checksum = '646b7d2d2839cbbd3cc22c1f65f554fb3f1f5f7cb934363dc91ec3664dd4e4b7'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent-6.2.9-windows-amd64-openssl.zip'
$checksum = '03bfddc21b3dc35c5ae5d1ea8791e121160fc664c1dfe77c71ee6a2770f865f6'
$checksumType = 'sha256'
$checksum64 = '74812bbff4173713422d76f1032e411ba89fcc59c7be1514637300fc544e332b'
$checksum64 = 'f1413ff540c98eaf8c583f168db9ad21385d3f5cd85b682352c65485b25e4b32'
$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.8",
"6.2": "6.2.9",
"6.0": "6.0.14",
"5.0": "5.0.32",
"5.0": "5.0.33",
"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.8</version>
<version>6.2.9</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.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.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: 719bcb0e732dfc4e354c3612792b0d17356938351682a7e264deba8feb92d592
checksum64: be0d4f8424149e97d3d7f260f36d7f6691bb800ce30b3d2de3c742b9d727c280
checksum32: 229e1fb706f2ace151e801e19f6e5805f032eca8a7c8a1afbbe5ae83d2d4c325
checksum64: 987874ee8c547414cf8408b986573372ff53742732342fb7109c19aa3effc2cd

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-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.8/zabbix_agent2-6.2.8-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.8/zabbix_agent2-6.2.8-windows-amd64-openssl.msi'
Checksum = '719bcb0e732dfc4e354c3612792b0d17356938351682a7e264deba8feb92d592'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.9/zabbix_agent2-6.2.9-windows-amd64-openssl.msi'
Checksum = '229e1fb706f2ace151e801e19f6e5805f032eca8a7c8a1afbbe5ae83d2d4c325'
ChecksumType = 'sha256'
Checksum64 = 'be0d4f8424149e97d3d7f260f36d7f6691bb800ce30b3d2de3c742b9d727c280'
Checksum64 = '987874ee8c547414cf8408b986573372ff53742732342fb7109c19aa3effc2cd'
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.8",
"6.2": "6.2.9",
"6.0": "6.0.14",
"5.0": "5.0.32"
"5.0": "5.0.33"
}
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.8</version>
<version>6.2.9</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 21940dc

Please sign in to comment.