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

Commit

Permalink
AU: 2 updated - zabbix-agent zabbix-agent.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 21, 2020
1 parent d921519 commit 1960430
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 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/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-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: 7a0586837ffcb56d66182ae5510329c6f51a6d915e7a83ba6aff722aac5f2a6c
checksum64: 1731eaf2e25b6557dd7ad393fda7726ba023d0a32eefb8d58e21146f773396ae
checksum32: 0583190efe63ecec887126420f5454ea0b5ab94dd903623d46e4ee7199568a09
checksum64: e1fb82142fb2c4a80453fe4c1da4552062e49a787c23560e9a62a7e111628563

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-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 @@ -37,11 +37,11 @@ if ($TLSPSKVALUE -ne 0) { $SilentArgs += " TLSPSKVALUE=`"$TLSPSKVALUE`"" }
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
FileType = 'MSI'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.msi'
Checksum = '7a0586837ffcb56d66182ae5510329c6f51a6d915e7a83ba6aff722aac5f2a6c'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-amd64-openssl.msi'
Checksum = '0583190efe63ecec887126420f5454ea0b5ab94dd903623d46e4ee7199568a09'
ChecksumType = 'sha256'
Checksum64 = '1731eaf2e25b6557dd7ad393fda7726ba023d0a32eefb8d58e21146f773396ae'
Checksum64 = 'e1fb82142fb2c4a80453fe4c1da4552062e49a787c23560e9a62a7e111628563'
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 @@
{
"5.2": "5.2.2",
"5.0": "5.0.6.20201207",
"5.2": "5.2.3",
"5.0": "5.0.7",
"4.0": "4.0.27.20201207",
"3.0": "3.0.31.20201207"
}
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>5.2.2</version>
<version>5.2.3</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/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-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: 5bda2bed4d6a81cd1d408e95b3cdc3d9202bd73438f9b94f6ad93f49f143d737
checksum64: 3f54853c354f8ed035f18a974815e0310ff074bb9bf3d4c821c857affd5a404b
checksum32: 36c2f8e87ce10b328e5c84a251eb382a5b29f7bcaf68fd3dc4a8c88655e54f3c
checksum64: 35c247c95257e663102afe0f8901bc9b6d4fe134deebe2b9b963d60d68bdc678

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-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 = '5.2.2'
$version = '5.2.3'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.2/zabbix_agent-5.2.2-windows-amd64-openssl.zip'
$checksum = '5bda2bed4d6a81cd1d408e95b3cdc3d9202bd73438f9b94f6ad93f49f143d737'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.2/5.2.3/zabbix_agent-5.2.3-windows-amd64-openssl.zip'
$checksum = '36c2f8e87ce10b328e5c84a251eb382a5b29f7bcaf68fd3dc4a8c88655e54f3c'
$checksumType = 'sha256'
$checksum64 = '3f54853c354f8ed035f18a974815e0310ff074bb9bf3d4c821c857affd5a404b'
$checksum64 = '35c247c95257e663102afe0f8901bc9b6d4fe134deebe2b9b963d60d68bdc678'
$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 @@
{
"5.2": "5.2.2",
"5.0": "5.0.6.20201207",
"5.2": "5.2.3",
"5.0": "5.0.7",
"4.0": "4.0.27.20201207",
"3.0": "3.0.31.20201207"
}
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>5.2.2</version>
<version>5.2.3</version>
<packageSourceUrl>https://github.com/zabbix/zabbix-agent-chocolatey/tree/master/zabbix-agent</packageSourceUrl>
<owners>Jamie Scott</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
Expand Down

0 comments on commit 1960430

Please sign in to comment.