From 77a04959299aa252579a98655e626d1b8f5f9f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 26 Apr 2021 17:38:02 +0200 Subject: Merge 6.9.6-1.1 --- debian/changelog | 10 +++++++++- 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 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 -- cgit v1.2.3