[pkg-opensc-commit] [pkcs11-helper] 02/06: debian/patches/01-pkcs11h_token_logout.diff, libpkcs11-helper1.symbols: Add patch from Pere Nubiola i Radigales to include pkcs11h_token_logout symbol.

Eric Dorland eric at alioth.debian.org
Sun Sep 15 06:56:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository pkcs11-helper.

commit 8e56963d5baa66f4b04a9e7fc252a2d051305ae1
Author: Eric Dorland <eric at debian.org>
Date:   Sun Sep 15 02:36:03 2013 -0400

    debian/patches/01-pkcs11h_token_logout.diff, libpkcs11-helper1.symbols: Add patch from Pere Nubiola i Radigales to include pkcs11h_token_logout symbol.
---
 debian/changelog                            |    3 +++
 debian/libpkcs11-helper1.symbols            |    1 +
 debian/patches/01-pkcs11h_token_logout.diff |   17 +++++++++++++++++
 debian/patches/series                       |    1 +
 4 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c845d02..dba7b4a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,9 @@
 pkcs11-helper (1.10-2) unstable; urgency=low
 
   * debian/copyright: New DEP-5 copyright file.
+  * debian/patches/01-pkcs11h_token_logout.diff,
+    libpkcs11-helper1.symbols: Add patch from Pere Nubiola i Radigales to
+    include pkcs11h_token_logout symbol. (Closes: #686155)
 
  --
 
diff --git a/debian/libpkcs11-helper1.symbols b/debian/libpkcs11-helper1.symbols
index cde6d67..442413a 100644
--- a/debian/libpkcs11-helper1.symbols
+++ b/debian/libpkcs11-helper1.symbols
@@ -67,5 +67,6 @@ libpkcs11-helper.so.1 libpkcs11-helper1 #MINVER#
  pkcs11h_token_freeTokenId at Base 1.05
  pkcs11h_token_freeTokenIdList at Base 1.05
  pkcs11h_token_login at Base 1.05
+ pkcs11h_token_logout at Base 1.10-2
  pkcs11h_token_sameTokenId at Base 1.05
  pkcs11h_token_serializeTokenId at Base 1.05
diff --git a/debian/patches/01-pkcs11h_token_logout.diff b/debian/patches/01-pkcs11h_token_logout.diff
new file mode 100644
index 0000000..830363e
--- /dev/null
+++ b/debian/patches/01-pkcs11h_token_logout.diff
@@ -0,0 +1,17 @@
+From: Pere Nubiola i Radigales <pere at nubiola.cat>
+Subject: undefined reference to 'pkcs11h_token_logout'
+Bug-Debian: http://bugs.debian.org/686155
+Forwarded: https://github.com/alonbl/pkcs11-helper/pull/1
+Last-Update: 2012-09-22
+
+diff --git a/lib/token.exports b/lib/token.exports
+index 9ac673b..42fa27c 100644
+--- a/lib/token.exports
++++ b/lib/token.exports
+@@ -5,5 +5,6 @@ pkcs11h_token_enumTokenIds
+ pkcs11h_token_freeTokenId
+ pkcs11h_token_freeTokenIdList
+ pkcs11h_token_login
++pkcs11h_token_logout
+ pkcs11h_token_sameTokenId
+ pkcs11h_token_serializeTokenId
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0d7b234
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-pkcs11h_token_logout.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opensc/pkcs11-helper.git



More information about the pkg-opensc-commit mailing list