diff --git a/ipmitool/debian/changelog b/ipmitool/debian/changelog index 0363b0d..70adc7c 100644 --- a/ipmitool/debian/changelog +++ b/ipmitool/debian/changelog @@ -1,12 +1,12 @@ ipmitool-xcat (1.8.18-3) unstable; urgency=low * Add security patch CVE-2020-5208 - -- cxhong Thu, 29 Apr 2020 11:10:00 +0100 + -- cxhong Thu, 30 Apr 2020 11:10:00 +0100 ipmitool-xcat (1.8.18) unstable; urgency=low - * Upgrade to 1.8.18 version + * Upgrade to 1.8.18 version - -- Victor Hu Tue, 30 May 2017 14:41:01 -0400 + -- Victor Hu Tue, 30 May 2017 14:41:01 +0100 ipmitool-xcat (1.8.17-1) unstable; urgency=low * Make ipmitool exit gracefully when receiving `INT`, `TERM` or `HUP` signal. diff --git a/ipmitool/debian/patches/series b/ipmitool/debian/patches/series index 118679f..a133b5f 100644 --- a/ipmitool/debian/patches/series +++ b/ipmitool/debian/patches/series @@ -1,3 +1,4 @@ ipmitool-1.8.18-saneretry.patch ipmitool-1.8.18-rflash.patch ipmitool-1.8.18-signal.patch +0012-CVE-2020-5208.patch diff --git a/ipmitool/debian/rules b/ipmitool/debian/rules index f47454f..b711007 100755 --- a/ipmitool/debian/rules +++ b/ipmitool/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 -export DH_COMPAT=4 +export DH_COMPAT=5 export DH_OPTIONS ifndef TARGET_ARCH TARGET_ARCH=amd64