2017-02-28 18:17:23 +00:00
|
|
|
%define opensc_module "OpenSC PKCS #11 Module"
|
|
|
|
%define nssdb %{_sysconfdir}/pki/nssdb
|
|
|
|
|
2005-02-02 23:25:14 +00:00
|
|
|
Name: opensc
|
2017-07-19 07:40:16 +00:00
|
|
|
Version: 0.17.0
|
2018-02-08 17:46:48 +00:00
|
|
|
Release: 5%{?dist}
|
2005-05-17 19:11:59 +00:00
|
|
|
Summary: Smart card library and applications
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
2007-08-16 10:44:31 +00:00
|
|
|
License: LGPLv2+
|
2013-12-23 14:53:56 +00:00
|
|
|
URL: https://github.com/OpenSC/OpenSC/wiki
|
2017-07-19 07:40:16 +00:00
|
|
|
Source0: https://github.com/OpenSC/OpenSC/releases/download/%{version}/%{name}-%{version}.tar.gz
|
2013-03-08 14:19:59 +00:00
|
|
|
Source1: opensc.module
|
2017-07-19 07:42:18 +00:00
|
|
|
Source2: pkcs11-switch.sh
|
2017-12-04 11:43:26 +00:00
|
|
|
Patch0: opensc-coolkey.patch
|
|
|
|
Patch1: opensc-estonia.patch
|
2005-02-02 23:25:14 +00:00
|
|
|
|
2009-12-21 10:25:18 +00:00
|
|
|
BuildRequires: pcsc-lite-devel
|
2005-11-12 15:11:14 +00:00
|
|
|
BuildRequires: readline-devel
|
2009-12-21 10:25:18 +00:00
|
|
|
BuildRequires: openssl-devel
|
2011-01-03 09:46:28 +00:00
|
|
|
BuildRequires: /usr/bin/xsltproc
|
|
|
|
BuildRequires: docbook-style-xsl
|
2015-07-14 08:58:27 +00:00
|
|
|
BuildRequires: autoconf automake libtool
|
2009-07-27 15:05:32 +00:00
|
|
|
Requires: pcsc-lite-libs%{?_isa}
|
2013-12-18 15:19:07 +00:00
|
|
|
Requires: pcsc-lite
|
2017-02-28 18:17:23 +00:00
|
|
|
Requires: nss-tools
|
2011-01-03 09:46:28 +00:00
|
|
|
Obsoletes: mozilla-opensc-signer < 0.12.0
|
|
|
|
Obsoletes: opensc-devel < 0.12.0
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
%description
|
2011-05-18 13:29:44 +00:00
|
|
|
OpenSC provides a set of libraries and utilities to work with smart cards. Its
|
|
|
|
main focus is on cards that support cryptographic operations, and facilitate
|
|
|
|
their use in security applications such as authentication, mail encryption and
|
|
|
|
digital signatures. OpenSC implements the PKCS#11 API so applications
|
|
|
|
supporting this API (such as Mozilla Firefox and Thunderbird) can use it. On
|
|
|
|
the card OpenSC implements the PKCS#15 standard and aims to be compatible with
|
|
|
|
every software/card that does so, too.
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2017-07-19 07:40:16 +00:00
|
|
|
%setup -q
|
|
|
|
%patch0 -p1
|
2017-12-04 11:43:26 +00:00
|
|
|
%patch1 -p1
|
2015-07-14 09:12:12 +00:00
|
|
|
|
2005-02-02 23:25:14 +00:00
|
|
|
cp -p src/pkcs15init/README ./README.pkcs15init
|
|
|
|
cp -p src/scconf/README.scconf .
|
2013-01-03 08:25:32 +00:00
|
|
|
# No {_libdir} here to avoid multilib conflicts; it's just an example
|
2006-05-31 19:42:32 +00:00
|
|
|
sed -i -e 's|/usr/local/towitoko/lib/|/usr/lib/ctapi/|' etc/opensc.conf.in
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2015-07-14 08:58:27 +00:00
|
|
|
autoreconf -fvi
|
|
|
|
sed -i -e 's/opensc.conf/opensc-%{_arch}.conf/g' src/libopensc/Makefile.in
|
|
|
|
sed -i -e 's|"/lib /usr/lib\b|"/%{_lib} %{_libdir}|' configure # lib64 rpaths
|
2008-09-02 14:32:04 +00:00
|
|
|
%configure --disable-static \
|
2011-01-03 12:23:41 +00:00
|
|
|
--disable-assert \
|
2008-09-02 14:32:04 +00:00
|
|
|
--enable-pcsc \
|
2013-12-23 13:55:21 +00:00
|
|
|
--enable-sm \
|
2011-01-03 09:46:28 +00:00
|
|
|
--with-pcsc-provider=libpcsclite.so.1
|
2011-07-19 14:05:35 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2014-02-28 15:41:28 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_sysconfdir}/opensc.conf
|
|
|
|
install -Dpm 644 etc/opensc.conf $RPM_BUILD_ROOT%{_sysconfdir}/opensc-%{_arch}.conf
|
2014-01-31 10:00:19 +00:00
|
|
|
install -Dpm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/p11-kit/modules/opensc.module
|
2017-07-19 07:42:18 +00:00
|
|
|
install -Dpm 755 %{SOURCE2} $RPM_BUILD_ROOT%{_bindir}/pkcs11-switch
|
2009-09-29 19:21:36 +00:00
|
|
|
# use NEWS file timestamp as reference for configuration file
|
2014-02-28 15:41:28 +00:00
|
|
|
touch -r NEWS $RPM_BUILD_ROOT%{_sysconfdir}/opensc-%{_arch}.conf
|
2005-02-02 23:25:14 +00:00
|
|
|
|
2005-11-12 15:11:14 +00:00
|
|
|
find $RPM_BUILD_ROOT%{_libdir} -type f -name "*.la" | xargs rm
|
|
|
|
|
2011-05-18 11:44:42 +00:00
|
|
|
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/opensc
|
2005-02-02 23:25:14 +00:00
|
|
|
|
2011-01-03 09:46:28 +00:00
|
|
|
# Upstream considers libopensc API internal and no longer ships
|
|
|
|
# public headers and pkgconfig files.
|
|
|
|
# Remove the symlink as nothing is supposed to link against libopensc.
|
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libopensc.so
|
2013-12-23 13:55:21 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/libsmm-local.so
|
2015-07-14 08:58:27 +00:00
|
|
|
%if 0%{?rhel}
|
|
|
|
rm -rf %{buildroot}%{_sysconfdir}/bash_completion.d/
|
|
|
|
%endif
|
2011-01-03 09:46:28 +00:00
|
|
|
|
2017-07-19 07:40:16 +00:00
|
|
|
# the npa-tool builds to nothing since we do not have OpenPACE library
|
|
|
|
rm -rf %{buildroot}%{_bindir}/npa-tool
|
|
|
|
rm -rf %{buildroot}%{_mandir}/man1/npa-tool.1*
|
|
|
|
|
2017-02-28 18:17:23 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
isThere=`modutil -rawlist -dbdir %{nssdb} | grep %{opensc_module} || echo NO`
|
|
|
|
if [ "$isThere" == "NO" ]; then
|
|
|
|
if [ -x %{_bindir}/pk11install ]; then
|
|
|
|
modutil -dbdir %{nssdb} -add %{opensc_module} -libfile opensc-pkcs11.so -force ||:
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
modutil -delete %{opensc_module} -dbdir %{nssdb} -force || :
|
|
|
|
fi
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
2008-09-02 14:32:04 +00:00
|
|
|
%doc COPYING NEWS README*
|
2015-07-14 08:58:27 +00:00
|
|
|
|
|
|
|
%if ! 0%{?rhel}
|
2016-10-31 09:20:27 +00:00
|
|
|
%{_sysconfdir}/bash_completion.d/*
|
2015-07-14 08:58:27 +00:00
|
|
|
%endif
|
|
|
|
|
2014-02-28 15:41:28 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/opensc-%{_arch}.conf
|
2014-01-31 10:00:19 +00:00
|
|
|
%{_datadir}/p11-kit/modules/opensc.module
|
2009-02-28 00:07:57 +00:00
|
|
|
%{_bindir}/cardos-tool
|
2005-02-02 23:25:14 +00:00
|
|
|
%{_bindir}/cryptoflex-tool
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_bindir}/eidenv
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_bindir}/iasecc-tool
|
2016-08-02 11:54:59 +00:00
|
|
|
%{_bindir}/gids-tool
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_bindir}/netkey-tool
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_bindir}/openpgp-tool
|
2005-02-02 23:25:14 +00:00
|
|
|
%{_bindir}/opensc-explorer
|
|
|
|
%{_bindir}/opensc-tool
|
2006-04-22 20:35:55 +00:00
|
|
|
%{_bindir}/piv-tool
|
2005-02-02 23:25:14 +00:00
|
|
|
%{_bindir}/pkcs11-tool
|
2017-07-19 07:42:18 +00:00
|
|
|
%{_bindir}/pkcs11-switch
|
2005-02-02 23:25:14 +00:00
|
|
|
%{_bindir}/pkcs15-crypt
|
|
|
|
%{_bindir}/pkcs15-init
|
|
|
|
%{_bindir}/pkcs15-tool
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_bindir}/sc-hsm-tool
|
2014-07-01 08:43:08 +00:00
|
|
|
%{_bindir}/dnie-tool
|
2009-11-19 17:06:59 +00:00
|
|
|
%{_bindir}/westcos-tool
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
%{_libdir}/opensc-pkcs11.so
|
2011-01-03 09:46:28 +00:00
|
|
|
%{_libdir}/pkcs11-spy.so
|
2014-07-01 08:43:08 +00:00
|
|
|
%{_libdir}/onepin-opensc-pkcs11.so
|
2016-10-31 11:56:53 +00:00
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%%dir %{_libdir}/pkcs11
|
2008-09-02 14:32:04 +00:00
|
|
|
%{_libdir}/pkcs11/opensc-pkcs11.so
|
2014-07-01 08:43:08 +00:00
|
|
|
%{_libdir}/pkcs11/onepin-opensc-pkcs11.so
|
2011-01-03 09:46:28 +00:00
|
|
|
%{_libdir}/pkcs11/pkcs11-spy.so
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_datadir}/opensc/
|
2009-02-28 00:07:57 +00:00
|
|
|
%{_mandir}/man1/cardos-tool.1*
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_mandir}/man1/cryptoflex-tool.1*
|
2011-05-18 10:52:53 +00:00
|
|
|
%{_mandir}/man1/eidenv.1*
|
2016-08-02 11:54:59 +00:00
|
|
|
%{_mandir}/man1/gids-tool.1*
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_mandir}/man1/iasecc-tool.1*
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_mandir}/man1/netkey-tool.1*
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_mandir}/man1/openpgp-tool.1*
|
2005-02-02 23:25:14 +00:00
|
|
|
%{_mandir}/man1/opensc-explorer.*
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_mandir}/man1/opensc-tool.1*
|
2011-05-18 10:52:53 +00:00
|
|
|
%{_mandir}/man1/piv-tool.1*
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_mandir}/man1/pkcs11-tool.1*
|
|
|
|
%{_mandir}/man1/pkcs15-crypt.1*
|
|
|
|
%{_mandir}/man1/pkcs15-init.1*
|
|
|
|
%{_mandir}/man1/pkcs15-tool.1*
|
2013-01-03 08:25:32 +00:00
|
|
|
%{_mandir}/man1/sc-hsm-tool.1*
|
2009-11-19 17:06:59 +00:00
|
|
|
%{_mandir}/man1/westcos-tool.1*
|
2015-07-14 08:58:27 +00:00
|
|
|
%{_mandir}/man1/dnie-tool.1*
|
2005-11-12 15:11:14 +00:00
|
|
|
%{_mandir}/man5/*.5*
|
2005-02-02 23:25:14 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-02-08 17:46:48 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-04 11:44:28 +00:00
|
|
|
* Mon Dec 04 2017 Jakub Jelen <jjelen@redhat.com> - 0.17.0-4
|
|
|
|
- Allow functionality of a new Estonia ID cards (#1519751)
|
|
|
|
|
2017-08-03 04:34:48 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:51:47 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-07-19 07:40:16 +00:00
|
|
|
* Wed Jul 19 2017 Jakub Jelen <jjelen@redhat.com> - 0.17.0-1
|
|
|
|
- New upstream release including support for Coolkey and CAC cards
|
|
|
|
|
2017-02-28 18:17:23 +00:00
|
|
|
* Tue Feb 28 2017 Jakub Jelen <jjelen@redhat.com> - 0.16.0-5.20161016git0362439
|
|
|
|
- Add PKCS#11 library to the NSS DB (#1421692)
|
|
|
|
|
2017-02-11 00:56:36 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.16.0-4.20161016git0362439
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-12 16:30:35 +00:00
|
|
|
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.16.0-3.20161016git0362439
|
|
|
|
- Rebuild for readline 7.x
|
|
|
|
|
2016-10-31 11:56:53 +00:00
|
|
|
* Mon Oct 31 2016 Jakub Jelen <jjelen@redhat.com> - 0.16.0-2.20161016git0362439
|
|
|
|
- Updated to latest git to address openssl 1.1.0 compilation issues (#1388895)
|
|
|
|
- Do not own /etc/bash_completion.d directory (#1303441)
|
|
|
|
|
2016-08-02 11:54:59 +00:00
|
|
|
* Tue Aug 02 2016 Jakub Jelen <jjelen@redhat.com> - 0.16.0-1
|
|
|
|
- New upstream release 0.16.0 (#1306071)
|
|
|
|
|
2016-07-04 13:03:47 +00:00
|
|
|
* Tue Jul 12 2016 Jakub Jelen <jjelen@redhat.com> - 0.15.0-6
|
|
|
|
- Add support for 2048 key length (#1350588)
|
|
|
|
- Explicitly set CKA_PRIVATE to false when writing certificates (#1272127)
|
|
|
|
|
2016-02-04 11:32:34 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-18 12:38:46 +00:00
|
|
|
* Mon Jan 18 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.15.0-4
|
2016-01-18 12:32:13 +00:00
|
|
|
- Fix a crash in accessing public key (#1298669)
|
|
|
|
|
2015-11-19 10:14:48 +00:00
|
|
|
* Thu Nov 19 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.15.0-3
|
|
|
|
- Export PKCS#11 symbols from spy library (#1283306)
|
|
|
|
|
2015-08-04 12:58:56 +00:00
|
|
|
* Tue Aug 4 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.15.0-2
|
|
|
|
- Updated fix for issue with C_Initialize after fork() (#1218797)
|
|
|
|
|
2015-07-14 08:58:27 +00:00
|
|
|
* Tue Jul 14 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.15.0-1
|
|
|
|
- Update to 0.15.0 (#1209682)
|
2015-07-14 09:12:12 +00:00
|
|
|
- Solve issue with C_Initialize after fork() (#1218797)
|
2015-07-14 08:58:27 +00:00
|
|
|
|
2015-06-18 00:03:50 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-08-17 14:02:45 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-07-01 08:43:08 +00:00
|
|
|
* Tue Jul 01 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.14.0-1
|
|
|
|
- new upstream version
|
|
|
|
|
2014-06-07 16:51:44 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-28 15:28:52 +00:00
|
|
|
* Fri Feb 28 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-12
|
|
|
|
- Added fix for crash when calling pkcs11-tool with an invalid module (#1071368)
|
|
|
|
- Added fix for invalid parameters passed to module by pkcs11-tool
|
|
|
|
when importing a private key (#1071369)
|
2014-02-28 15:41:28 +00:00
|
|
|
- Configuration file opensc.conf was renamed to opensc-arch.conf to
|
|
|
|
avoid multi-arch issues.
|
2014-02-28 15:28:52 +00:00
|
|
|
|
2014-01-31 10:00:19 +00:00
|
|
|
* Fri Jan 31 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-11
|
|
|
|
- Corrected installation path of opensc.module (#1060053)
|
|
|
|
|
2014-01-06 13:09:14 +00:00
|
|
|
* Mon Jan 06 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-10
|
2014-01-06 13:07:58 +00:00
|
|
|
- Applied myeid related patch (#1048576)
|
|
|
|
|
2014-01-02 09:12:15 +00:00
|
|
|
* Thu Jan 02 2014 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-9
|
|
|
|
- Applied epass2003 related patch (#981462)
|
|
|
|
|
|
|
|
* Mon Dec 23 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-8
|
2013-12-23 13:55:21 +00:00
|
|
|
- Compile using the --enable-sm option (related but does not fix #981462)
|
|
|
|
|
2013-12-18 15:19:07 +00:00
|
|
|
* Wed Dec 18 2013 Nikos Mavrogiannopoulos <nmav@redhat.com> - 0.13.0-7
|
|
|
|
- Ensure that pcsc-lite is depended on (#1029133)
|
|
|
|
|
2013-09-23 16:28:33 +00:00
|
|
|
* Mon Sep 23 2013 Stef Walter <stefw@redhat.com> - 0.13.0-6
|
|
|
|
- Install p11-kit config file to the right place (#999190)
|
|
|
|
|
2013-08-03 15:46:13 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-03-08 14:19:59 +00:00
|
|
|
* Fri Mar 08 2013 Stef Walter <stefw@redhat.com> - 0.13.0-4
|
|
|
|
- Use the standard name format for p11-kit module configs
|
|
|
|
- Put the p11-kit module config is the system location
|
|
|
|
|
2013-02-14 09:27:08 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-01-13 10:50:52 +00:00
|
|
|
* Sun Jan 13 2013 Kalev Lember <kalevlember@gmail.com> - 0.13.0-2
|
|
|
|
- Backport an upstream patch for fixing pkcs15 cert length calculation
|
|
|
|
|
2013-01-03 08:25:32 +00:00
|
|
|
* Thu Jan 03 2013 Milan Broz <mbroz@redhat.com> - 0.13.0-1
|
|
|
|
- Update to 0.13.0 (#890770)
|
|
|
|
- Remove no longer provided onepin-opensc-pkcs11.so.
|
|
|
|
- Add iasecc-tool, openpgp-tool and sc-hsm-tool.
|
|
|
|
|
2012-07-27 11:57:22 +00:00
|
|
|
* Fri Jul 27 2012 Tomas Mraz <tmraz@redhat.com> - 0.12.2-6
|
|
|
|
- Add a configuration file for p11-kit (#840504)
|
|
|
|
|
2012-07-20 07:00:36 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.2-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-04 11:41:10 +00:00
|
|
|
* Sun Mar 4 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.2-4
|
|
|
|
- Add patch for dso
|
|
|
|
|
2012-01-13 11:42:52 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-08-17 10:10:34 +00:00
|
|
|
* Wed Aug 17 2011 Tomas Mraz <tmraz@redhat.com> - 0.12.2-2
|
|
|
|
- Rebuilt to fix trailing slashes in filelist from rpmbuild bug
|
|
|
|
|
2011-07-19 14:05:35 +00:00
|
|
|
* Tue Jul 19 2011 Kalev Lember <kalevlember@gmail.com> - 0.12.2-1
|
|
|
|
- Update to 0.12.2 (#722659)
|
|
|
|
|
2011-05-18 10:52:53 +00:00
|
|
|
* Wed May 18 2011 Kalev Lember <kalev@smartlink.ee> - 0.12.1-1
|
|
|
|
- Update to 0.12.1 (#705743)
|
|
|
|
- Removed BR libtool-ltdl-devel to build with glibc's libdl instead
|
|
|
|
|
2011-04-12 06:53:21 +00:00
|
|
|
* Tue Apr 12 2011 Tomas Mraz <tmraz@redhat.com> - 0.12.0-4
|
|
|
|
- drop multilib conflicting and duplicated doc file (#695368)
|
|
|
|
|
2011-02-09 03:25:28 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-03 12:23:41 +00:00
|
|
|
* Mon Jan 03 2011 Kalev Lember <kalev@smartlink.ee> - 0.12.0-2
|
|
|
|
- Disabled asserts
|
|
|
|
|
2011-01-03 09:46:28 +00:00
|
|
|
* Mon Jan 03 2011 Kalev Lember <kalev@smartlink.ee> - 0.12.0-1
|
|
|
|
- Update to 0.12.0
|
|
|
|
- Removed and obsoleted mozilla-opensc-signer and opensc-devel subpackages
|
|
|
|
- Dropped patches which are now upstreamed
|
|
|
|
- It is no longer possible to build in both pcsc-lite and openct support,
|
|
|
|
so opensc now gets built exclusively with pcsc-lite.
|
|
|
|
|
2010-12-21 20:30:04 +00:00
|
|
|
* Tue Dec 21 2010 Tomas Mraz <tmraz@redhat.com> - 0.11.13-6
|
|
|
|
- fix buffer overflow on rogue card serial numbers
|
|
|
|
|
2010-10-19 19:27:13 +00:00
|
|
|
* Tue Oct 19 2010 Tomas Mraz <tmraz@redhat.com> - 0.11.13-5
|
|
|
|
- own the _libdir/pkcs11 subdirectory (#644527)
|
|
|
|
|
2010-09-07 09:42:47 +00:00
|
|
|
* Tue Sep 7 2010 Tomas Mraz <tmraz@redhat.com> - 0.11.13-4
|
|
|
|
- fix build with new pcsc-lite
|
|
|
|
|
2010-08-11 18:44:21 +00:00
|
|
|
* Wed Aug 11 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.11.13-3
|
|
|
|
- build against libassuan1 (f14+)
|
|
|
|
|
2010-06-09 10:48:25 +00:00
|
|
|
* Wed Jun 9 2010 Tomas Mraz <tmraz@redhat.com> - 0.11.13-2
|
|
|
|
- replace file dependency (#601943)
|
|
|
|
|
2010-02-16 11:53:22 +00:00
|
|
|
* Tue Feb 16 2010 Kalev Lember <kalev@smartlink.ee> - 0.11.13-1
|
|
|
|
- new upstream version
|
|
|
|
|
2010-02-14 21:10:03 +00:00
|
|
|
* Sun Feb 14 2010 Kalev Lember <kalev@smartlink.ee> - 0.11.12-2
|
|
|
|
- Added patch to fix linking with the new --no-add-needed default (#564758)
|
|
|
|
|
2009-12-21 10:25:18 +00:00
|
|
|
* Mon Dec 21 2009 Kalev Lember <kalev@smartlink.ee> - 0.11.12-1
|
|
|
|
- new upstream version
|
|
|
|
- replaced %%define with %%global
|
|
|
|
- BR clean up from items not applicable to current Fedora releases
|
|
|
|
|
2009-12-08 21:29:24 +00:00
|
|
|
* Tue Dec 8 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 0.11.11-2
|
|
|
|
- Explicitly BR libassuan-static in accordance with the Packaging
|
|
|
|
Guidelines (libassuan-devel is still static-only).
|
|
|
|
|
2009-11-19 17:06:59 +00:00
|
|
|
* Thu Nov 19 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.11-1
|
|
|
|
- new upstream version
|
|
|
|
|
2009-09-29 19:21:36 +00:00
|
|
|
* Tue Sep 29 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.9-2
|
|
|
|
- fix multilib conflict in the configuration file (#526269)
|
|
|
|
|
2009-09-09 15:33:07 +00:00
|
|
|
* Wed Sep 09 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.9-1
|
|
|
|
- new upstream version
|
|
|
|
|
2009-08-21 15:04:49 +00:00
|
|
|
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.8-5
|
|
|
|
- rebuilt with new openssl
|
|
|
|
|
2009-07-27 15:05:32 +00:00
|
|
|
* Mon Jul 27 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.8-4
|
|
|
|
- Depend on specific arch of pcsc-lite-libs (reported by Kalev Lember)
|
|
|
|
|
2009-07-25 20:51:34 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-15 20:51:23 +00:00
|
|
|
* Mon Jun 15 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.8-2
|
|
|
|
- Rebuilt with new openct
|
|
|
|
|
2009-05-11 11:07:32 +00:00
|
|
|
* Mon May 11 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.8-1
|
|
|
|
- new upstream version - fixes security issue
|
|
|
|
|
2009-02-27 18:09:48 +00:00
|
|
|
* Fri Feb 27 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.7-1
|
|
|
|
- new upstream version - fixes CVE-2009-0368
|
|
|
|
|
2009-02-26 08:43:19 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.6-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-15 10:21:55 +00:00
|
|
|
* Thu Jan 15 2009 Tomas Mraz <tmraz@redhat.com> - 0.11.6-2
|
|
|
|
- Add explicit requires for pcsc-lite-libs. Dlopen libpcsclite with the full
|
|
|
|
soname.
|
|
|
|
|
2008-09-02 14:32:04 +00:00
|
|
|
* Tue Sep 2 2008 Tomas Mraz <tmraz@redhat.com> - 0.11.6-1
|
|
|
|
- Update to latest upstream, fixes CVE-2008-2235
|
|
|
|
|
2008-04-10 15:01:45 +00:00
|
|
|
* Thu Apr 10 2008 Hans de Goede <j.w.r.degoede@hhs.nl> - 0.11.4-5
|
|
|
|
- BuildRequire libassuan-devel instead of libassuan-static (bz 441812)
|
|
|
|
|
2008-02-19 09:24:00 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.11.4-4
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2007-12-05 22:03:18 +00:00
|
|
|
* Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 0.11.4-3
|
|
|
|
- Rebuild for deps
|
|
|
|
|
2007-12-05 19:45:09 +00:00
|
|
|
* Wed Dec 5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.4-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2007-09-10 16:18:55 +00:00
|
|
|
* Mon Sep 10 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.4-1
|
|
|
|
- 0.11.4.
|
|
|
|
|
2007-08-20 17:24:51 +00:00
|
|
|
* Mon Aug 20 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.4-0.1.rc1
|
|
|
|
- 0.11.4-rc1, pkcs11-tool usage message fix applied upstream.
|
2007-08-16 10:44:31 +00:00
|
|
|
- License: LGPLv2+
|
|
|
|
|
2007-07-26 19:08:39 +00:00
|
|
|
* Thu Jul 26 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-2
|
|
|
|
- Fix pkcs11-tool usage message crash (#249702).
|
|
|
|
|
2007-07-17 19:02:40 +00:00
|
|
|
* Tue Jul 17 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-1
|
|
|
|
- 0.11.3.
|
|
|
|
|
2007-06-30 11:27:29 +00:00
|
|
|
* Sat Jun 30 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-0.1.pre2
|
|
|
|
- 0.11.3-pre2.
|
|
|
|
|
2007-06-21 15:30:28 +00:00
|
|
|
* Thu Jun 21 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.3-0.1.pre1
|
|
|
|
- 0.11.3-pre1.
|
|
|
|
|
2007-05-06 07:32:11 +00:00
|
|
|
* Sun May 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-2
|
|
|
|
- Add explicit build dependency on ncurses-devel.
|
|
|
|
|
2007-05-05 18:29:06 +00:00
|
|
|
* Sat May 5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-1
|
|
|
|
- 0.11.2.
|
|
|
|
|
2007-04-24 20:13:11 +00:00
|
|
|
* Tue Apr 24 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.3.rc2
|
|
|
|
- 0.11.2-rc2.
|
|
|
|
|
2007-03-23 20:40:08 +00:00
|
|
|
* Fri Mar 23 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.3.rc1
|
|
|
|
- 0.11.2-rc1.
|
|
|
|
|
2007-03-15 13:47:08 +00:00
|
|
|
* Thu Mar 15 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.2.pre6
|
|
|
|
- 0.11.2-pre6.
|
|
|
|
|
2007-03-05 22:31:28 +00:00
|
|
|
* Tue Mar 6 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.2.pre4
|
|
|
|
- 0.11.2-pre4.
|
|
|
|
- Require pinentry-gui instead of the pinentry executable in signer.
|
|
|
|
|
2006-12-03 10:28:00 +00:00
|
|
|
* Sun Dec 3 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.2-0.1.pre3
|
|
|
|
- 0.11.2-pre3.
|
|
|
|
- Build with new libassuan.
|
|
|
|
- Don't run autotools during build.
|
|
|
|
- Adjust to readline/termcap/ncurses changes.
|
|
|
|
|
2006-10-14 20:55:35 +00:00
|
|
|
* Sat Oct 14 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-6
|
|
|
|
- Rebuild with new libassuan.
|
|
|
|
|
2006-10-08 20:33:47 +00:00
|
|
|
* Sun Oct 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-5
|
|
|
|
- Rebuild with new libassuan.
|
|
|
|
|
2006-10-02 18:44:08 +00:00
|
|
|
* Mon Oct 2 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-4
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-09-26 20:58:39 +00:00
|
|
|
* Tue Sep 26 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-3
|
|
|
|
- Rebuild with new libassuan.
|
|
|
|
|
2006-09-01 22:19:35 +00:00
|
|
|
* Sat Sep 2 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-2
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-05-31 19:42:32 +00:00
|
|
|
* Wed May 31 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.1-1
|
|
|
|
- 0.11.1.
|
|
|
|
- Avoid some multilib conflicts.
|
|
|
|
|
2006-05-07 13:49:24 +00:00
|
|
|
* Sun May 7 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-2
|
|
|
|
- Sync example paths in openct.conf with ctapi-common.
|
|
|
|
- Update URL.
|
|
|
|
|
2006-05-04 17:05:31 +00:00
|
|
|
* Thu May 4 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-1
|
|
|
|
- 0.11.0.
|
|
|
|
|
2006-04-27 19:11:33 +00:00
|
|
|
* Thu Apr 27 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-0.1.rc2
|
|
|
|
- 0.11.0-rc2.
|
|
|
|
|
2006-04-22 20:35:55 +00:00
|
|
|
* Sat Apr 22 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.11.0-0.1.rc1
|
|
|
|
- 0.11.0-rc1.
|
|
|
|
|
2006-03-06 16:03:01 +00:00
|
|
|
* Mon Mar 6 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-3
|
|
|
|
- Rebuild.
|
|
|
|
|
2006-02-15 20:57:35 +00:00
|
|
|
* Wed Feb 15 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-2
|
|
|
|
- Avoid standard rpaths on lib64 archs.
|
|
|
|
|
2006-01-08 22:14:15 +00:00
|
|
|
* Sun Jan 8 2006 Ville Skyttä <ville.skytta at iki.fi> - 0.10.1-1
|
|
|
|
- 0.10.1.
|
|
|
|
|
2005-11-12 15:11:14 +00:00
|
|
|
* Wed Nov 9 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-1
|
|
|
|
- 0.10.0.
|
|
|
|
- Adapt to modularized X.Org.
|
|
|
|
|
|
|
|
* Wed Oct 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-0.1.rc2
|
|
|
|
- 0.10.0-rc2.
|
|
|
|
- Install signer plugin only to plugin dir.
|
|
|
|
|
|
|
|
* Sat Oct 22 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-0.1.rc1
|
|
|
|
- 0.10.0-rc1.
|
|
|
|
|
|
|
|
* Wed Oct 19 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.10.0-0.1.beta2.rc1
|
|
|
|
- 0.10.0-beta2-rc1.
|
|
|
|
- Specfile cleanups.
|
|
|
|
|
2005-05-17 19:11:59 +00:00
|
|
|
* Tue Apr 26 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.6-2
|
|
|
|
- 0.9.6, build patch applied upstream.
|
|
|
|
- Package summary and description improvements.
|
|
|
|
- Drop explicit openct dependency.
|
|
|
|
|
2005-03-18 09:23:18 +00:00
|
|
|
* Fri Mar 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-3
|
|
|
|
- Fix FC4 build.
|
|
|
|
- Rename opensc-pam to pam_opensc per package naming guidelines.
|
|
|
|
|
2005-02-08 23:31:22 +00:00
|
|
|
* Wed Feb 9 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.9.4-2
|
2005-03-05 21:10:23 +00:00
|
|
|
- Substitute hardcoded 'lib' in OpenSSL checks for multi-lib platforms.
|
2005-02-08 23:31:22 +00:00
|
|
|
- Use --with-plugin-dir instead of --with-plugin-path (fixes x86_64).
|
|
|
|
|
2005-02-02 23:25:14 +00:00
|
|
|
* Thu Feb 3 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.9.4-1
|
|
|
|
- Drop unnecessary Epochs, pre-FC1 compat cruft, and no longer relevant
|
|
|
|
--with(out) rpmbuild options.
|
|
|
|
- Exclude *.la.
|
|
|
|
|
|
|
|
* Wed Nov 3 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.4-0.fdr.1
|
|
|
|
- Update to 0.9.4, parallel build patch applied upstream.
|
|
|
|
- Patch to fix library paths and LDFLAGS.
|
|
|
|
- Don't require mozilla, but the plugin dir in signer.
|
|
|
|
- Build with dependency tracking disabled.
|
|
|
|
|
|
|
|
* Tue Jul 27 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.2-0.fdr.2
|
|
|
|
- Building the signer plugin can be disabled with "--without signer".
|
|
|
|
Thanks to Fritz Elfert for the idea.
|
|
|
|
- Update description.
|
|
|
|
|
|
|
|
* Sun Jul 25 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.2-0.fdr.1
|
|
|
|
- Update to 0.9.2, old patches applied upstream.
|
|
|
|
- Add patch to fix parallel builds.
|
|
|
|
- Convert man pages to UTF-8.
|
|
|
|
|
|
|
|
* Thu Jul 22 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.1-0.fdr.1
|
|
|
|
- Update to 0.9.1 (preview).
|
|
|
|
|
|
|
|
* Thu Jul 1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.9.0-0.fdr.0.1.alpha
|
|
|
|
- Update to 0.9.0-alpha.
|
|
|
|
|
|
|
|
* Sat May 1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.8
|
|
|
|
- Rebuild with libassuan 0.6.5.
|
|
|
|
|
|
|
|
* Sat Jan 31 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.7
|
|
|
|
- Rebuild with libassuan 0.6.3.
|
|
|
|
- Add gdm example to PAM quickstart.
|
|
|
|
|
|
|
|
* Mon Jan 19 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.6
|
|
|
|
- Use /%%{_lib} instead of hardcoding /lib.
|
|
|
|
|
|
|
|
* Sat Dec 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.5
|
|
|
|
- Split PAM support into a subpackage.
|
|
|
|
- Rebuild with libassuan 0.6.2.
|
|
|
|
|
|
|
|
* Sun Nov 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.4
|
|
|
|
- Rebuild with libassuan 0.6.1.
|
|
|
|
- Include PAM quickstart doc snippet.
|
|
|
|
|
|
|
|
* Fri Nov 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.3
|
|
|
|
- Require OpenCT.
|
|
|
|
|
|
|
|
* Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.2
|
|
|
|
- Install example config files as documentation.
|
|
|
|
|
|
|
|
* Tue Oct 14 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.1-0.fdr.1
|
|
|
|
- Update to 0.8.1.
|
|
|
|
|
|
|
|
* Wed Aug 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.2
|
|
|
|
- Signer can be built with oldssl too.
|
|
|
|
|
|
|
|
* Wed Aug 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.1
|
|
|
|
- Update to 0.8.0.
|
|
|
|
|
|
|
|
* Wed Jul 30 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.0.2.cvs20030730
|
|
|
|
- Update to 20030730.
|
|
|
|
- Clean up %%docs.
|
|
|
|
- Include *.la (uses ltdl).
|
|
|
|
- Own the %%{_libdir}/pkcs11 directory.
|
|
|
|
- Disable signer; assuan has disappeared from the tarball :(
|
|
|
|
|
|
|
|
* Fri May 23 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.8.0-0.fdr.0.1.rc1
|
|
|
|
- First build.
|