rpms/opensc/devel opensc-0.11.3-p11t-249702.patch, NONE, 1.1 opensc.spec, 1.30, 1.31

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jul 26 19:09:11 UTC 2007


Author: scop

Update of /cvs/pkgs/rpms/opensc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4989

Modified Files:
	opensc.spec 
Added Files:
	opensc-0.11.3-p11t-249702.patch 
Log Message:
* Thu Jul 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-2
- Fix pkcs11-tool usage message crash (#249702).


opensc-0.11.3-p11t-249702.patch:

--- NEW FILE opensc-0.11.3-p11t-249702.patch ---
Index: src/tools/pkcs11-tool.c
===================================================================
--- src/tools/pkcs11-tool.c	(revision 3231)
+++ src/tools/pkcs11-tool.c	(working copy)
@@ -117,6 +117,7 @@
 	"Specify the type and length of the key to create, for example rsa:1024",
 	"Write an object (key, cert, data) to the card",
 	"Get object's CKA_VALUE attribute (use with --type)",
+	"Delete an object",
 	"Specify the application label of the data object (use with --type data)",
 	"Specify the application id of the data object (use with --type data)",
 	"Specify the type of object (e.g. cert, privkey, pubkey, data)",


Index: opensc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/opensc/devel/opensc.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- opensc.spec	17 Jul 2007 19:02:40 -0000	1.30
+++ opensc.spec	26 Jul 2007 19:08:39 -0000	1.31
@@ -2,7 +2,7 @@
 
 Name:           opensc
 Version:        0.11.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Smart card library and applications
 
 Group:          System Environment/Libraries
@@ -10,6 +10,7 @@
 URL:            http://www.opensc-project.org/opensc/
 Source0:        http://www.opensc-project.org/files/opensc/%{name}-%{version}.tar.gz
 Patch0:         %{name}-0.11.1-develconfig.patch
+Patch1:         %{name}-0.11.3-p11t-249702.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  pcsc-lite-devel >= 1.1.1
@@ -55,6 +56,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p0
 sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths
 f=doc/ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 cp -p src/pkcs15init/README ./README.pkcs15init
@@ -144,6 +146,9 @@
 
 
 %changelog
+* Thu Jul 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-2
+- Fix pkcs11-tool usage message crash (#249702).
+
 * Tue Jul 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-1
 - 0.11.3.
 




More information about the fedora-extras-commits mailing list