diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-01-29 18:48:28 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2023-01-29 18:48:28 +0100 |
commit | bb3a840fb61073bb195414aa93bfed9df2e5a4ca (patch) | |
tree | fa8a93417e0ae6f4c15e6fd00e5c03a0cec21b1f | |
parent | 219e0462a6b785ff58607dc0c41a0cf4dcc296fc (diff) | |
parent | 99e04aa1a12a52f5087e7b0d49482fc2ae09b786 (diff) |
Merge branch 'release/debian/1.8.19-4'debian/1.8.19-4
-rw-r--r-- | debian/NEWS | 7 | ||||
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/patches/0110-unpdate_IANA_URL.patch | 36 |
3 files changed, 51 insertions, 0 deletions
diff --git a/debian/NEWS b/debian/NEWS new file mode 100644 index 0000000..8b89dd7 --- /dev/null +++ b/debian/NEWS @@ -0,0 +1,7 @@ +ipmitool (1.8.19-4) unstable; urgency=medium + + The link to download the IANA PEN registry has changed to: + + https://www.iana.org/assignments/enterprise-numbers.txt + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 30 Dec 2022 10:07:51 +0100 diff --git a/debian/changelog b/debian/changelog index d4d8c39..b1395ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ipmitool (1.8.19-4) unstable; urgency=medium + + * debian/patches/0110-unpdate_IANA_URL.patch: + - Fix file name on man page (Closes: #1023312). + * New debian/NEWS about the changed download link. + + -- Jörg Frings-Fürst <debian@jff.email> Fri, 30 Dec 2022 10:07:51 +0100 + ipmitool (1.8.19-3) unstable; urgency=medium * debian/patches/0110-unpdate_IANA_URL.patch: diff --git a/debian/patches/0110-unpdate_IANA_URL.patch b/debian/patches/0110-unpdate_IANA_URL.patch index b83b0ba..6239c4c 100644 --- a/debian/patches/0110-unpdate_IANA_URL.patch +++ b/debian/patches/0110-unpdate_IANA_URL.patch @@ -34,3 +34,39 @@ Index: trunk/lib/ipmi_strings.c static int oem_info_list_load(oem_valstr_list_t **list) { +Index: trunk/doc/ipmitool.1.in +=================================================================== +--- trunk.orig/doc/ipmitool.1.in ++++ trunk/doc/ipmitool.1.in +@@ -3830,10 +3830,10 @@ Chassis Power Control: Up/On + + .SH FILES + .TP +-.B @IANADIR@/enterprise-numbers +-system IANA PEN registry taken from http://www.iana.org/assignments/enterprise-numbers ++.B @IANADIR@/enterprise-numbers.txt ++system IANA PEN registry taken from https://www.iana.org/assignments/enterprise-numbers.txt + .TP +-.B ~/@IANAUSERDIR@/enterprise-numbers ++.B ~/@IANAUSERDIR@/enterprise-numbers.txt + user's override for the system IANA PEN registry, this file if it exists is loaded instead + of the system registry (see above). + +Index: trunk/doc/ipmievd.8.in +=================================================================== +--- trunk.orig/doc/ipmievd.8.in ++++ trunk/doc/ipmievd.8.in +@@ -220,10 +220,10 @@ Waiting for Events... + + .SH FILES + .TP +-.B @IANADIR@/enterprise-numbers +-system IANA PEN registry taken from http://www.iana.org/assignments/enterprise-numbers ++.B @IANADIR@/enterprise-numbers.txt ++system IANA PEN registry taken from https://www.iana.org/assignments/enterprise-numbers.txt + .TP +-.B ~/@IANAUSERDIR@/enterprise-numbers ++.B ~/@IANAUSERDIR@/enterprise-numbers.txt + user's override for the system IANA PEN registry, this file if it exists is loaded instead + of the system registry (see above). + |