From 2f7594061033db8e52047e80c0d270be0bc079ff Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Thu, 30 Nov 2023 19:17:09 +0000 Subject: [PATCH] AU: 3 updated - zabbix-agent zabbix-agent.install zabbix-agent2 [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/296541eccb8761975b34f17a9103886bc3a26969 --- .../zabbix-agent.install/legal/VERIFICATION.txt | 12 ++++++------ .../zabbix-agent.install/tools/chocolateyInstall.ps1 | 4 ++-- .../zabbix-agent.install/zabbix-agent.install.json | 6 +++--- .../zabbix-agent.install/zabbix-agent.install.nuspec | 2 +- automatic/zabbix-agent/legal/VERIFICATION.txt | 12 ++++++------ automatic/zabbix-agent/tools/chocolateyInstall.ps1 | 6 +++--- automatic/zabbix-agent/zabbix-agent.json | 6 +++--- automatic/zabbix-agent/zabbix-agent.nuspec | 2 +- automatic/zabbix-agent2/legal/VERIFICATION.txt | 12 ++++++------ automatic/zabbix-agent2/tools/chocolateyinstall.ps1 | 4 ++-- automatic/zabbix-agent2/zabbix-agent2.json | 6 +++--- automatic/zabbix-agent2/zabbix-agent2.nuspec | 2 +- 12 files changed, 37 insertions(+), 37 deletions(-) diff --git a/automatic/zabbix-agent.install/legal/VERIFICATION.txt b/automatic/zabbix-agent.install/legal/VERIFICATION.txt index 504e15b8b..a596a5f2a 100644 --- a/automatic/zabbix-agent.install/legal/VERIFICATION.txt +++ b/automatic/zabbix-agent.install/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.msi - x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.msi + x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.msi + x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-amd64-openssl.msi to download the installer. @@ -16,11 +16,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 1DC8E6759DBAC54192B1C8FE01EC07536C94EB8340C660FE9460B64AEABE65BD - checksum64: E8D62C4C408985891A77AD39E3100285876746D9B89C9B1DB8CE45377CEDE886 + checksum32: DB0AD1ACDE211DE7E826A1DC3E155292784B736BEA01F974FF2DB5D25C040414 + checksum64: 7DF6BA6730C2040E7C31CD4DD57509417C41FD5B6E051278C53520F051237441 Using AU: - x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.msi - x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.msi + x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.msi + x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-amd64-openssl.msi diff --git a/automatic/zabbix-agent.install/tools/chocolateyInstall.ps1 b/automatic/zabbix-agent.install/tools/chocolateyInstall.ps1 index 61806ece4..eef775199 100644 --- a/automatic/zabbix-agent.install/tools/chocolateyInstall.ps1 +++ b/automatic/zabbix-agent.install/tools/chocolateyInstall.ps1 @@ -35,8 +35,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" } $PackageArgs = @{ PackageName = $env:ChocolateyPackageName FileType = 'MSI' - file = "$toolsDir\zabbix_agent-6.0.23-windows-i386-openssl.msi" - file64 = "$toolsDir\zabbix_agent-6.0.23-windows-amd64-openssl.msi" + file = "$toolsDir\zabbix_agent-6.4.9-windows-i386-openssl.msi" + file64 = "$toolsDir\zabbix_agent-6.4.9-windows-amd64-openssl.msi" softwareName = "Zabbix Agent *" SilentArgs = $SilentArgs diff --git a/automatic/zabbix-agent.install/zabbix-agent.install.json b/automatic/zabbix-agent.install/zabbix-agent.install.json index da403e96d..6f8534ec3 100644 --- a/automatic/zabbix-agent.install/zabbix-agent.install.json +++ b/automatic/zabbix-agent.install/zabbix-agent.install.json @@ -1,9 +1,9 @@ { "6.2": "6.2.9", - "6.0": "6.0.23", - "5.0": "5.0.39", + "6.0": "6.0.24", + "5.0": "5.0.40", "4.0": "4.0.50", "4.2": "4.2.8", "5.4": "5.4.9", - "6.4": "6.4.8" + "6.4": "6.4.9" } diff --git a/automatic/zabbix-agent.install/zabbix-agent.install.nuspec b/automatic/zabbix-agent.install/zabbix-agent.install.nuspec index 068152ef5..b4eb36a9d 100644 --- a/automatic/zabbix-agent.install/zabbix-agent.install.nuspec +++ b/automatic/zabbix-agent.install/zabbix-agent.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.23 + 6.4.9 Maurice Kevenaar diff --git a/automatic/zabbix-agent/legal/VERIFICATION.txt b/automatic/zabbix-agent/legal/VERIFICATION.txt index bdae9f48e..e9da56bef 100644 --- a/automatic/zabbix-agent/legal/VERIFICATION.txt +++ b/automatic/zabbix-agent/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.zip - x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.zip + x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.zip + x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-amd64-openssl.zip to download the installer. @@ -16,11 +16,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 190919E00876C05B6F473FD1470A7E9E7A9A2B2E1E9EBB98B1FD88B31085CB07 - checksum64: F6E9DF24C4FF63AE25A7BC0DA3ADB7E0030CC03C0F6BC85391F312FE326B4547 + checksum32: DCF8E5272F1498FC415B80E631A5F205EB70D5F63D8079EFC489DDB998AA279B + checksum64: 9EB3A94A29F95456B7E2726E398001B4BE019CD2C26DC32D4CE70A6746CA5268 Using AU: - x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-i386-openssl.zip - x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent-6.0.23-windows-amd64-openssl.zip + x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-i386-openssl.zip + x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent-6.4.9-windows-amd64-openssl.zip diff --git a/automatic/zabbix-agent/tools/chocolateyInstall.ps1 b/automatic/zabbix-agent/tools/chocolateyInstall.ps1 index 3972979cd..3ba8f011e 100644 --- a/automatic/zabbix-agent/tools/chocolateyInstall.ps1 +++ b/automatic/zabbix-agent/tools/chocolateyInstall.ps1 @@ -1,5 +1,5 @@ $ErrorActionPreference = 'Stop'; -$version = '6.0.23' +$version = '6.4.9' $title = 'Zabbix Agent' $configDir = Join-Path $env:PROGRAMDATA 'zabbix' @@ -19,8 +19,8 @@ $service = Get-WmiObject -Class Win32_Service -Filter "Name=`'$title`'" $PackageArgs = @{ PackageName = $env:ChocolateyPackageName unzipLocation = $tempDir - file = "$toolsDir\zabbix_agent-6.0.23-windows-i386-openssl.zip" - file64 = "$toolsDir\zabbix_agent-6.0.23-windows-amd64-openssl.zip" + file = "$toolsDir\zabbix_agent-6.4.9-windows-i386-openssl.zip" + file64 = "$toolsDir\zabbix_agent-6.4.9-windows-amd64-openssl.zip" } try { diff --git a/automatic/zabbix-agent/zabbix-agent.json b/automatic/zabbix-agent/zabbix-agent.json index 3a21eba43..6c924adbd 100644 --- a/automatic/zabbix-agent/zabbix-agent.json +++ b/automatic/zabbix-agent/zabbix-agent.json @@ -1,9 +1,9 @@ { "6.2": "6.2.9", - "6.0": "6.0.23", - "5.0": "5.0.39", + "6.0": "6.0.24", + "5.0": "5.0.40", "4.0": "4.0.50", "4.4": "4.4.9", "5.4": "5.4.12", - "6.4": "6.4.8" + "6.4": "6.4.9" } diff --git a/automatic/zabbix-agent/zabbix-agent.nuspec b/automatic/zabbix-agent/zabbix-agent.nuspec index 8ee44940c..431d13ec2 100644 --- a/automatic/zabbix-agent/zabbix-agent.nuspec +++ b/automatic/zabbix-agent/zabbix-agent.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.23 + 6.4.9 Maurice Kevenaar diff --git a/automatic/zabbix-agent2/legal/VERIFICATION.txt b/automatic/zabbix-agent2/legal/VERIFICATION.txt index b1c4154e7..7cc050418 100644 --- a/automatic/zabbix-agent2/legal/VERIFICATION.txt +++ b/automatic/zabbix-agent2/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-i386-openssl.msi - x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-amd64-openssl.msi + x32 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-i386-openssl.msi + x64 url: https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-amd64-openssl.msi to download the installer. @@ -16,11 +16,11 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 563840156BD6EECC74C56C773B61B9B9AE8F33300C25C05E004251D5E4BBFE88 - checksum64: 9919E4A9B229206348B0900B42C7726E8FE7D00E6BE336BFB26C98B257C91A58 + checksum32: 8631E606D2BF9D192A12222EBF260130BA0C2E829D7C8CFF956EC1008BD4EC0B + checksum64: 0FF8F404D0C1F3C7A0A956A43B250A5BAF3BB569867401DF2888E3A1B3B285A1 Using AU: - x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-i386-openssl.msi - x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.0/6.0.23/zabbix_agent2-6.0.23-windows-amd64-openssl.msi + x32: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-i386-openssl.msi + x64: Get-RemoteChecksum https://cdn.zabbix.com/zabbix/binaries/stable/6.4/6.4.9/zabbix_agent2-6.4.9-windows-amd64-openssl.msi diff --git a/automatic/zabbix-agent2/tools/chocolateyinstall.ps1 b/automatic/zabbix-agent2/tools/chocolateyinstall.ps1 index 821a1627d..98b5b0bec 100644 --- a/automatic/zabbix-agent2/tools/chocolateyinstall.ps1 +++ b/automatic/zabbix-agent2/tools/chocolateyinstall.ps1 @@ -39,8 +39,8 @@ if ($pp.ALLOWDENYKEY) { $SilentArgs += " ALLOWDENYKEY=`"$($pp.ALLOWDENYKEY)`"" } $PackageArgs = @{ PackageName = $env:ChocolateyPackageName FileType = 'MSI' - file = "$toolsDir\zabbix_agent2-6.0.23-windows-i386-openssl.msi" - file64 = "$toolsDir\zabbix_agent2-6.0.23-windows-amd64-openssl.msi" + file = "$toolsDir\zabbix_agent2-6.4.9-windows-i386-openssl.msi" + file64 = "$toolsDir\zabbix_agent2-6.4.9-windows-amd64-openssl.msi" softwareName = "Zabbix Agent *" SilentArgs = $SilentArgs diff --git a/automatic/zabbix-agent2/zabbix-agent2.json b/automatic/zabbix-agent2/zabbix-agent2.json index 2e825e1c9..6f12125e2 100644 --- a/automatic/zabbix-agent2/zabbix-agent2.json +++ b/automatic/zabbix-agent2/zabbix-agent2.json @@ -1,8 +1,8 @@ { "6.2": "6.2.9", - "6.0": "6.0.23", - "5.0": "5.0.39", + "6.0": "6.0.24", + "5.0": "5.0.40", "5.2": "5.2.7", "5.4": "5.4.12", - "6.4": "6.4.8" + "6.4": "6.4.9" } diff --git a/automatic/zabbix-agent2/zabbix-agent2.nuspec b/automatic/zabbix-agent2/zabbix-agent2.nuspec index 71eccf18d..33c78a0a1 100644 --- a/automatic/zabbix-agent2/zabbix-agent2.nuspec +++ b/automatic/zabbix-agent2/zabbix-agent2.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 6.0.23 + 6.4.9 Maurice Kevenaar