summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-26 08:44:27 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-12-26 08:44:27 +0100
commit34e5546917ed72765ae1f464c8bf71558d32409a (patch)
tree4a0c64e053aff956af1d47b122458c46b532ed92
parent1f3c9b4ae26ce1d46d954d509b83b8684ada5625 (diff)
parent58fd157a674f5edc9cd8fe3e80b98ea721372128 (diff)
Merge branch 'release/debian/1.8.19-2'debian/1.8.19-2
-rw-r--r--.gitignore2
-rw-r--r--debian/changelog7
-rw-r--r--debian/patches/0110-unpdate_IANA_URL.patch23
-rw-r--r--debian/patches/series1
4 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bedbed2..966b40f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,3 +37,5 @@ doc/ipmievd.8
doc/ipmitool.1
cscope.out
tags
+.pc/
+debian/files
diff --git a/debian/changelog b/debian/changelog
index 4e1ef9a..aed4a04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ipmitool (1.8.19-2) unstable; urgency=medium
+
+ * New debian/patches/0110-unpdate_IANA_URL.patch (Closes: #1023312):
+ - Fix IANA url.
+
+ -- Jörg Frings-Fürst <debian@jff.email> Sun, 25 Dec 2022 14:32:31 +0100
+
ipmitool (1.8.19-1) unstable; urgency=medium
* New upstrem release.
diff --git a/debian/patches/0110-unpdate_IANA_URL.patch b/debian/patches/0110-unpdate_IANA_URL.patch
new file mode 100644
index 0000000..2f53e5c
--- /dev/null
+++ b/debian/patches/0110-unpdate_IANA_URL.patch
@@ -0,0 +1,23 @@
+Description: Fix IANA url
+Author: <name and email of author, optional>
+Origin: upstream, https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0
+Bug: https://github.com/ipmitool/ipmitool/issues/377
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1023312
+Forwarded: not-needed
+Applied-Upstream: https://github.com/siderolabs/pkgs/pull/634/commits/5a39853823255f3715857fb4907bca13573e76d0
+Last-Update: 2022-12-25
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/Makefile.am
+===================================================================
+--- trunk.orig/Makefile.am
++++ trunk/Makefile.am
+@@ -41,7 +41,7 @@ MAINTAINERCLEANFILES = Makefile.in acloc
+ $(distdir).tar.gz $(distdir).tar.bz2
+
+ SUBDIRS = lib src include doc contrib control
+-IANA_PEN = http://www.iana.org/assignments/enterprise-numbers
++IANA_PEN = http://www.iana.org/assignments/enterprise-numbers.txt
+
+ dist-hook:
+ cp control/ipmitool.spec $(distdir)
diff --git a/debian/patches/series b/debian/patches/series
index e7d92ed..4286537 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
0700-build.patch
0100-fix_buf_overflow.patch
0010-utf8.patch
+0110-unpdate_IANA_URL.patch