Skip to content

Commit 95d4e3e

Browse files
committed
Change our mirror of nagios-3.5.1.tar.gz to match public version
Uncovered in GitHub actions, the public URL for nagios-3.5.1.tar.gz had a top level directory different than our mirrors version, but were otherwise identical. This changes our mirror to match the publicly available version. CMK-29802 Change-Id: Ia2451e576617ad0631c8daba1cfebe3adfa16a20
1 parent 54645f2 commit 95d4e3e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

omd/packages/nagios/nagios_http.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def nagios(version_str, sha256):
66
http_archive(
77
name = "nagios",
88
build_file = "@omd_packages//omd/packages/nagios:BUILD.nagios.bazel",
9-
strip_prefix = "nagios-" + version_str,
9+
strip_prefix = "nagios",
1010
patches = [
1111
"//omd/packages/nagios/patches:0001-do-not-copy-brokermodules.dif",
1212
"//omd/packages/nagios/patches:0002-include-omd-site-config.dif",
@@ -20,7 +20,7 @@ def nagios(version_str, sha256):
2020
patch_tool = "patch",
2121
urls = [
2222
"https://assets.nagios.com/downloads/nagioscore/releases/" + filename,
23-
UPSTREAM_MIRROR_URL + filename,
23+
UPSTREAM_MIRROR_URL + "/CMK-29802/" + filename,
2424
],
2525
sha256 = sha256,
2626
)

package_versions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ XINETD_VERSION = "2.3.15.4"
5555
XINETD_SHA256 = "2baa581010bc70361abdfa37f121e92aeb9c5ce67f9a71913cebd69359cc9654"
5656

5757
NAGIOS_VERSION = "3.5.1"
58-
NAGIOS_SHA256 = "b4323f8c027bf3f409225eeb4f7fb8e55856092ef5f890206fc2983bc75b072e"
58+
NAGIOS_SHA256 = "ca9dd68234fa090b3c35ecc8767b2c9eb743977eaf32612fa9b8341cc00a0f99"
5959

6060
PNP4NAGIOS_VERSION = "0.6.26"
6161
PNP4NAGIOS_SHA256 = "ab59a8a02d0f70de3cf89b12fe1e9216e4b1127bc29c04a036cd06dde72ee8fb"

0 commit comments

Comments
 (0)