summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog18
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
-rw-r--r--debian/symbols12
4 files changed, 31 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index b60e189..4f71481 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,24 @@
+libonig (6.9.7.1-1) experimental; urgency=medium
+
+ * New upstream release.
+ - Refresh symbols file.
+ * Declare compliance with Debian Policy 4.5.1 (No changes needed).
+
+ -- Jörg Frings-Fürst <debian@jff.email> Mon, 26 Apr 2021 18:07:46 +0200
+
+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/control b/debian/control
index 41c5bf7..083e723 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
debhelper-compat (= 13)
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/kkos/oniguruma
Vcs-Git: git://jff.email/opt/git/libonig.git
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
diff --git a/debian/symbols b/debian/symbols
index e764aea..9276102 100644
--- a/debian/symbols
+++ b/debian/symbols
@@ -47,6 +47,7 @@ libonig.so.5 libonig5 #MINVER#
OnigSyntaxPerl_NG@Base 6.8.1
OnigSyntaxPosixBasic@Base 6.8.1
OnigSyntaxPosixExtended@Base 6.8.1
+ OnigSyntaxPython@Base 6.9.7.1
OnigSyntaxRuby@Base 6.8.1
OnigUnicodeFolds1@Base 6.8.1
OnigUnicodeFolds2@Base 6.8.1
@@ -82,11 +83,13 @@ libonig.so.5 libonig5 #MINVER#
onig_free_reg_callout_list@Base 6.8.1
onig_get_arg_by_callout_args@Base 6.8.1
onig_get_args_num_by_callout_args@Base 6.8.1
+ onig_get_callback_each_match@Base 6.9.7.1
onig_get_callout_data@Base 6.8.1
onig_get_callout_data_by_callout_args@Base 6.8.1
onig_get_callout_data_by_callout_args_self@Base 6.8.1
onig_get_callout_data_by_callout_args_self_dont_clear_old@Base 6.8.1
onig_get_callout_data_by_tag@Base 6.8.1
+ onig_get_callout_data_by_tag_dont_clear_old@Base 6.9.7.1
onig_get_callout_data_dont_clear_old@Base 6.8.1
onig_get_callout_end_func_by_name_id@Base 6.8.1
onig_get_callout_in_by_callout_args@Base 6.8.1
@@ -201,6 +204,7 @@ libonig.so.5 libonig5 #MINVER#
onig_scan_env_set_error_string@Base 6.8.1
onig_search@Base 6.8.1
onig_search_with_param@Base 6.8.1
+ onig_set_callback_each_match@Base 6.9.7.1
onig_set_callout_data@Base 6.8.1
onig_set_callout_data_by_callout_args@Base 6.8.1
onig_set_callout_data_by_callout_args_self@Base 6.8.1
@@ -322,3 +326,11 @@ libonig.so.5 libonig5 #MINVER#
re_mbcinit@Base 6.8.1
re_search@Base 6.8.1
re_set_casetable@Base 6.8.1
+ reg_foreach_name@Base 6.9.7.1
+ reg_name_to_group_numbers@Base 6.9.7.1
+ reg_number_of_names@Base 6.9.7.1
+ reg_set_encoding@Base 6.9.7.1
+ regcomp@Base 6.9.7.1
+ regerror@Base 6.9.7.1
+ regexec@Base 6.9.7.1
+ regfree@Base 6.9.7.1