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 7, 2023
1 parent 6f77165 commit 8bbcb3c
Show file tree
Hide file tree
Showing 12 changed files with 37 additions and 37 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.7/zabbix_agent-6.2.7-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-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: ef51f3b09ea11e5ecd54a74ae9f21522843b7c4e0e8f709ed067b9ba6eaba75d
checksum64: 52ca829c08ee606e2afad98ae8e1c7ef1a2c0959d4bca8ead9c8fa5543101da5
checksum32: fdbca5a6d48d079ee110f25135614dad804755cdf205de8a8482084816129baa
checksum64: c539dc45e5e66ecbd83b75d400dbc7fe8a99633d8935d18b888110983a0f957e

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-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.7/zabbix_agent-6.2.7-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.msi'
Checksum = 'ef51f3b09ea11e5ecd54a74ae9f21522843b7c4e0e8f709ed067b9ba6eaba75d'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.msi'
Checksum = 'fdbca5a6d48d079ee110f25135614dad804755cdf205de8a8482084816129baa'
ChecksumType = 'sha256'
Checksum64 = '52ca829c08ee606e2afad98ae8e1c7ef1a2c0959d4bca8ead9c8fa5543101da5'
Checksum64 = 'c539dc45e5e66ecbd83b75d400dbc7fe8a99633d8935d18b888110983a0f957e'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion 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.7",
"6.0": "6.0.13",
"5.0": "5.0.31",
"5.0": "5.0.32",
"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.7</version>
<version>5.0.32</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.7/zabbix_agent-6.2.7-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.zip
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-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: 8a8b248b3a2bdd773cdf62816326c0d9051d15a231788c3e3c7b793425ef5827
checksum64: 714957154f0fc1cf08947c25e9c0731d8f192aa2462623b3cfb47ae2e6a86a62
checksum32: 2295d6b2c5af375d0d3157f48f56ec137f5aca5e755ef0a02c7ee05d3b734dc3
checksum64: 2826363cafdcdcaa907d72c1ce2aee56a910770add17fb9d81c055ca6424766f

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.zip
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-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.7'
$version = '5.0.32'
$id = 'zabbix-agent'
$title = 'Zabbix Agent'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent-6.2.7-windows-amd64-openssl.zip'
$checksum = '8a8b248b3a2bdd773cdf62816326c0d9051d15a231788c3e3c7b793425ef5827'
$url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-i386-openssl.zip'
$url64 = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent-5.0.32-windows-amd64-openssl.zip'
$checksum = '2295d6b2c5af375d0d3157f48f56ec137f5aca5e755ef0a02c7ee05d3b734dc3'
$checksumType = 'sha256'
$checksum64 = '714957154f0fc1cf08947c25e9c0731d8f192aa2462623b3cfb47ae2e6a86a62'
$checksum64 = '2826363cafdcdcaa907d72c1ce2aee56a910770add17fb9d81c055ca6424766f'
$checksumType64 = 'sha256'

$configDir = Join-Path $env:PROGRAMDATA 'zabbix'
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent/zabbix-agent.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.2": "6.2.7",
"6.0": "6.0.13",
"5.0": "5.0.31",
"5.0": "5.0.32",
"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.7</version>
<version>5.0.32</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.7/zabbix_agent2-6.2.7-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent2-6.2.7-windows-amd64-openssl.msi
x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi
x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-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: d7188628a7408ab2d6843ea8a3e7c5c0163a3a69e3e31ce5f3f1d0ae73c07aa5
checksum64: 2a352c05c0dab1188dffa5ab6d2d610b507d616835f562458e778c994d544206
checksum32: a49fa355514b19bc50e219f9640043af18b8d283f450b53c4f8509b577206851
checksum64: 59af66fc9df55ae7514889402cafe7bf078e6f99094a5062f623bc415c2a984c

Using AU:

x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent2-6.2.7-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent2-6.2.7-windows-amd64-openssl.msi
x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi
x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-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.7/zabbix_agent2-6.2.7-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/6.2/6.2.7/zabbix_agent2-6.2.7-windows-amd64-openssl.msi'
Checksum = 'd7188628a7408ab2d6843ea8a3e7c5c0163a3a69e3e31ce5f3f1d0ae73c07aa5'
Url = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-i386-openssl.msi'
Url64bit = 'https://cdn.zabbix.com/zabbix/binaries/stable/5.0/5.0.32/zabbix_agent2-5.0.32-windows-amd64-openssl.msi'
Checksum = 'a49fa355514b19bc50e219f9640043af18b8d283f450b53c4f8509b577206851'
ChecksumType = 'sha256'
Checksum64 = '2a352c05c0dab1188dffa5ab6d2d610b507d616835f562458e778c994d544206'
Checksum64 = '59af66fc9df55ae7514889402cafe7bf078e6f99094a5062f623bc415c2a984c'
ChecksumType64 = 'sha256'

SilentArgs = $SilentArgs
Expand Down
2 changes: 1 addition & 1 deletion zabbix-agent2/zabbix-agent2.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"6.2": "6.2.7",
"6.0": "6.0.13",
"5.0": "5.0.31"
"5.0": "5.0.32"
}
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.7</version>
<version>5.0.32</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 8bbcb3c

Please sign in to comment.