summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-30 09:42:45 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-30 09:42:45 +0100
commited0b5b72b62ca1829e103f8ce768e56a49d82ba4 (patch)
tree99494f65f603b722b5ec27c46b06cb7ec485777c /debian
parent88b45b58e4b735f801b7742ef35eb4fef3d8a140 (diff)
IANA URL: Fix file name on man pages, add d/NEWS.Debian
Diffstat (limited to 'debian')
-rw-r--r--debian/NEWS.Debian6
-rw-r--r--debian/changelog8
-rw-r--r--debian/patches/0110-unpdate_IANA_URL.patch36
3 files changed, 50 insertions, 0 deletions
diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian
new file mode 100644
index 0000000..d8fba71
--- /dev/null
+++ b/debian/NEWS.Debian
@@ -0,0 +1,6 @@
+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
+
diff --git a/debian/changelog b/debian/changelog
index d4d8c39..67ecbab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ipmitool (1.8.19-4) UNRELEASED; urgency=medium
+
+ * debian/patches/0110-unpdate_IANA_URL.patch:
+ - Fix file name on man page.
+ * New debian/NEWS.Debian about the changed download link.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Wed, 28 Dec 2022 18:10:58 +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).
+