diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2021-04-26 17:38:02 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2021-04-26 17:38:02 +0200 |
commit | 77a04959299aa252579a98655e626d1b8f5f9f34 (patch) | |
tree | 46b13a99b5ab8b9e878612f8217846bda276132d | |
parent | 226c2c0900102c09cc36d67fdc7ed670e51dd018 (diff) |
Merge 6.9.6-1.1
-rw-r--r-- | debian/changelog | 10 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b60e189..9767f6e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ +libonig (6.9.6-1.1) unstable; urgency=high + + * Non-maintainer upload. + * debian/rules + - As upstream change, set "--enable-binary-compatible-posix-api=yes", + instead of "--enable-posix-api" (Closes: #983406) + + -- Hideki Yamane <henrich@debian.org> Wed, 24 Feb 2021 02:25:03 +0900 + libonig (6.9.6-1) unstable; urgency=medium * New upstream release. - Refresh symbols file. - - Fix CVE-2020-26159 (Closes: #972113). * Migrate to debhelper-compat 13: - Bump debhelper-compat version in debian/control to = 13. * debian/rules: diff --git a/debian/rules b/debian/rules index 8434f6c..8041e25 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- dh $@ override_dh_auto_configure: - dh_auto_configure -- --enable-posix-api + dh_auto_configure -- --enable-binary-compatible-posix-api=yes override_dh_install: $(RM) debian/tmp/usr/bin/onig-config |