[pkg-opensc-commit] [libp11] 02/04: Moving to openssl 1.1 bumps libp11 soname
Eric Dorland
eric at moszumanska.debian.org
Mon May 22 03:42:59 UTC 2017
This is an automated email from the git hooks/post-receive script.
eric pushed a commit to branch master
in repository libp11.
commit 2e73e25873e6449302dea06e15bf9c4c29888038
Author: Eric Dorland <eric at debian.org>
Date: Sun May 21 17:57:39 2017 -0400
Moving to openssl 1.1 bumps libp11 soname
Closes: 859547
---
debian/changelog | 5 ++-
debian/control | 4 +--
debian/libp11-2.symbols | 46 --------------------------
debian/{libp11-2.install => libp11-3.install} | 0
debian/libp11-3.symbols | 47 +++++++++++++++++++++++++++
debian/rules | 3 --
6 files changed, 53 insertions(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3540ceb..29dae04 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,11 @@ libp11 (0.4.4-2) unstable; urgency=medium
* debian/control, debian/libengine-pkcs11-openssl.install, debian/rules:
Patch from Luke Faraone to rebuild against libssl 1.1 and fix the path
to the engine directory. (Closes: #846548)
+ * debian/control, debian/libp11-3.install, debian/libp11-3.symbols,
+ debian/rules: Moving to openssl 1.1 bumps libp11 soname. (Closes:
+ #859547)
- -- Eric Dorland <eric at debian.org> Thu, 18 May 2017 00:25:29 -0400
+ -- Eric Dorland <eric at debian.org> Sun, 21 May 2017 17:56:55 -0400
libp11 (0.4.4-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index aafa59f..b6138f5 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-opensc/libp11.git
Package: libp11-dev
Architecture: any
-Depends: libp11-2 (= ${binary:Version}),
+Depends: libp11-3 (= ${binary:Version}),
libssl-dev,
pkg-config,
${misc:Depends}
@@ -26,7 +26,7 @@ Description: pkcs#11 convenience library - development files
.
This package contains the header files and static libraries.
-Package: libp11-2
+Package: libp11-3
Architecture: any
Multi-Arch: same
Section: libs
diff --git a/debian/libp11-2.symbols b/debian/libp11-2.symbols
deleted file mode 100644
index 56d9024..0000000
--- a/debian/libp11-2.symbols
+++ /dev/null
@@ -1,46 +0,0 @@
-libp11.so.2 libp11-2 #MINVER#
- ERR_load_PKCS11_strings at LIBP11_2 0.4.3
- LIBP11_2 at LIBP11_2 0.4.3
- PKCS11_CTX_free at LIBP11_2 0.4.3
- PKCS11_CTX_init_args at LIBP11_2 0.4.3
- PKCS11_CTX_load at LIBP11_2 0.4.3
- PKCS11_CTX_new at LIBP11_2 0.4.3
- PKCS11_CTX_unload at LIBP11_2 0.4.3
- PKCS11_change_pin at LIBP11_2 0.4.3
- PKCS11_ecdsa_method_free at LIBP11_2 0.4.3
- PKCS11_enumerate_certs at LIBP11_2 0.4.3
- PKCS11_enumerate_keys at LIBP11_2 0.4.3
- PKCS11_enumerate_public_keys at LIBP11_2 0.4.3
- PKCS11_enumerate_slots at LIBP11_2 0.4.3
- PKCS11_find_certificate at LIBP11_2 0.4.3
- PKCS11_find_key at LIBP11_2 0.4.3
- PKCS11_find_token at LIBP11_2 0.4.3
- PKCS11_generate_key at LIBP11_2 0.4.3
- PKCS11_generate_random at LIBP11_2 0.4.3
- PKCS11_get_ec_key_method at LIBP11_2 0.4.3
- PKCS11_get_ecdh_method at LIBP11_2 0.4.3
- PKCS11_get_ecdsa_method at LIBP11_2 0.4.3
- PKCS11_get_key_exponent at LIBP11_2 0.4.3
- PKCS11_get_key_modulus at LIBP11_2 0.4.3
- PKCS11_get_key_size at LIBP11_2 0.4.3
- PKCS11_get_key_type at LIBP11_2 0.4.3
- PKCS11_get_private_key at LIBP11_2 0.4.3
- PKCS11_get_public_key at LIBP11_2 0.4.3
- PKCS11_get_rsa_method at LIBP11_2 0.4.3
- PKCS11_get_slotid_from_slot at LIBP11_2 0.4.3
- PKCS11_init_pin at LIBP11_2 0.4.3
- PKCS11_init_token at LIBP11_2 0.4.3
- PKCS11_is_logged_in at LIBP11_2 0.4.3
- PKCS11_login at LIBP11_2 0.4.3
- PKCS11_logout at LIBP11_2 0.4.3
- PKCS11_open_session at LIBP11_2 0.4.3
- PKCS11_private_decrypt at LIBP11_2 0.4.3
- PKCS11_private_encrypt at LIBP11_2 0.4.3
- PKCS11_release_all_slots at LIBP11_2 0.4.3
- PKCS11_seed_random at LIBP11_2 0.4.3
- PKCS11_set_ui_method at LIBP11_2 0.4.3
- PKCS11_sign at LIBP11_2 0.4.3
- PKCS11_store_certificate at LIBP11_2 0.4.3
- PKCS11_store_private_key at LIBP11_2 0.4.3
- PKCS11_store_public_key at LIBP11_2 0.4.3
- PKCS11_verify at LIBP11_2 0.4.3
diff --git a/debian/libp11-2.install b/debian/libp11-3.install
similarity index 100%
rename from debian/libp11-2.install
rename to debian/libp11-3.install
diff --git a/debian/libp11-3.symbols b/debian/libp11-3.symbols
new file mode 100644
index 0000000..7a81b47
--- /dev/null
+++ b/debian/libp11-3.symbols
@@ -0,0 +1,47 @@
+libp11.so.3 libp11-3 #MINVER# [29/1976]
+ ERR_load_PKCS11_strings at LIBP11_3 0.4.4-2
+ LIBP11_3 at LIBP11_3 0.4.4-2
+ PKCS11_CTX_free at LIBP11_3 0.4.4-2
+ PKCS11_CTX_init_args at LIBP11_3 0.4.4-2
+ PKCS11_CTX_load at LIBP11_3 0.4.4-2
+ PKCS11_CTX_new at LIBP11_3 0.4.4-2
+ PKCS11_CTX_unload at LIBP11_3 0.4.4-2
+ PKCS11_change_pin at LIBP11_3 0.4.4-2
+ PKCS11_ecdsa_method_free at LIBP11_3 0.4.4-2
+ PKCS11_enumerate_certs at LIBP11_3 0.4.4-2
+ PKCS11_enumerate_keys at LIBP11_3 0.4.4-2
+ PKCS11_enumerate_public_keys at LIBP11_3 0.4.4-2
+ PKCS11_enumerate_slots at LIBP11_3 0.4.4-2
+ PKCS11_find_certificate at LIBP11_3 0.4.4-2
+ PKCS11_find_key at LIBP11_3 0.4.4-2
+ PKCS11_find_token at LIBP11_3 0.4.4-2
+ PKCS11_generate_key at LIBP11_3 0.4.4-2
+ PKCS11_generate_random at LIBP11_3 0.4.4-2
+ PKCS11_get_ec_key_method at LIBP11_3 0.4.4-2
+ PKCS11_get_ecdh_method at LIBP11_3 0.4.4-2
+ PKCS11_get_ecdsa_method at LIBP11_3 0.4.4-2
+ PKCS11_get_key_exponent at LIBP11_3 0.4.4-2
+ PKCS11_get_key_modulus at LIBP11_3 0.4.4-2
+ PKCS11_get_key_size at LIBP11_3 0.4.4-2
+ PKCS11_get_key_type at LIBP11_3 0.4.4-2
+ PKCS11_get_private_key at LIBP11_3 0.4.4-2
+ PKCS11_get_public_key at LIBP11_3 0.4.4-2
+ PKCS11_get_rsa_method at LIBP11_3 0.4.4-2
+ PKCS11_get_slotid_from_slot at LIBP11_3 0.4.4-2
+ PKCS11_init_pin at LIBP11_3 0.4.4-2
+ PKCS11_init_token at LIBP11_3 0.4.4-2
+ PKCS11_is_logged_in at LIBP11_3 0.4.4-2
+ PKCS11_login at LIBP11_3 0.4.4-2
+ PKCS11_logout at LIBP11_3 0.4.4-2
+ PKCS11_open_session at LIBP11_3 0.4.4-2
+ PKCS11_private_decrypt at LIBP11_3 0.4.4-2
+ PKCS11_private_encrypt at LIBP11_3 0.4.4-2
+ PKCS11_release_all_slots at LIBP11_3 0.4.4-2
+ PKCS11_seed_random at LIBP11_3 0.4.4-2
+ PKCS11_set_ui_method at LIBP11_3 0.4.4-2
+ PKCS11_sign at LIBP11_3 0.4.4-2
+ PKCS11_store_certificate at LIBP11_3 0.4.4-2
+ PKCS11_store_private_key at LIBP11_3 0.4.4-2
+ PKCS11_store_public_key at LIBP11_3 0.4.4-2
+ PKCS11_verify at LIBP11_3 0.4.4-2
+
diff --git a/debian/rules b/debian/rules
index 78bd9c9..5165491 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,3 @@ ENGINES_DIR := /usr/lib/$(DEB_HOST_GNU_TYPE)/engines-$(OPENSSL_VERSION)
override_dh_auto_configure:
dh_auto_configure -- \
--with-enginesdir=$(ENGINES_DIR)
-
-override_dh_strip:
- dh_strip --ddeb-migration='libp11-2-dbg (<< 0.3.0-2~)'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/libp11.git
More information about the pkg-opensc-commit
mailing list