Hello community, here is the log from the commit of package p11-kit for openSUSE:Factory checked in at 2013-04-02 12:33:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/p11-kit (Old) and /work/SRC/openSUSE:Factory/.p11-kit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "p11-kit", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/p11-kit/p11-kit.changes 2012-10-03 10:37:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.p11-kit.new/p11-kit.changes 2013-04-02 12:33:58.000000000 +0200 @@ -1,0 +2,109 @@ +Thu Mar 28 21:42:55 UTC 2013 - [email protected] + +- Update to version 0.17.5: + + Don't try to guess at overflowing time values on 32-bit + systems (bgo#62825). + + Test fixes (bgo#927394). + +------------------------------------------------------------------- +Thu Mar 21 08:10:37 UTC 2013 - [email protected] + +- Update to version 0.17.4: + + Check for duplicate certificates in a token, warn and discard + (bgo#62548). + + Implement a proper index so we have decent load performance. + +------------------------------------------------------------------- +Wed Mar 20 19:09:13 UTC 2013 - [email protected] + +- Update to version 0.17.3: + + Use descriptive labels for the trust module tokens (bgo#62534). + + Remove the temporary built in distrust objects. + + Make extracted output directories and files read-only + (bgo#61898). + + Don't export unneccessary ABI. + + Build fixes (bgo#62479). + +------------------------------------------------------------------- +Tue Mar 19 20:39:24 UTC 2013 - [email protected] + +- Update to version 0.17.2: + + Fix build on 32-bit linux. + + Fix several crashers. +- Changes from version 0.17.1: + + Support a p11-kit specific PKCS#11 attribute persistance format + (bgo#62156). + + Use the SHA1 hash of SPKI as the CKA_ID in the trust module by + default (bgo#62329). + + Refactor a trust builder which builds objects out of parsed + data (bgo#62329). + + Combine trust policy when extracting certificates (bgo#61497). + + The extract --comment option adds comments to PEM bundles + (bgo#62029). + + A new 'priority' config option for ordering modules + (bgo#61978). + + Make each configured path its own trust module token + (bgo#61499). + + Use --with-trust-paths to configure trust module (bgo#62327). + + Fix bug decoding some PEM files. + + Better debug output for trust module lookups. + + Work around bug in NSS when doing serial number lookups. + + Work around broken strndup() function in firefox. + + Fix the nickname for the distrusted attribute. + + Build fixes. +- Add ca-certificates BuildRequires: needed to find the location of + the root certificates. + +------------------------------------------------------------------- +Thu Mar 14 12:26:18 UTC 2013 - [email protected] + +- Update to version 0.16.4: + + Display per command help again (fdo#62153). + + Don't always print tools debug output (fdo#62152). +- Changes from version 0.16.3: + + When iterating don't skip tokens without the + CKF_TOKEN_INITIALIZED flag. + + Hardcode some distrust records for NSS temporarily. + + Parse global options better in the p11-kit command. + + Better debugging. +- Changes from version 0.16.2: + + Fix regression in 'p11-kit extract --purpose' option + (fdo#62009) + + Documentation updates + + Build fixes (fdo#62001). +- Changes from version 0.16.1: + + Don't break when cA field of BasicConstraints is missing + (fdo#61975). + + Documentation fixes and updates. + + p11-kit extract-trust is a placeholder script now. + +------------------------------------------------------------------- +Tue Mar 5 13:36:20 UTC 2013 - [email protected] + +- Update to version 0.16.0: + + Update the pkcs11.h header for new mechanisms + + Fix build and tests on mingw64 (ie: win32) + + Relicense LGPL code to BSD license + + Documentation tweaks + + Bugs fixed: fdo#61739, fdo#60894, fdo#61740, fdo#60792 + + Updated translations. +- Changes from version 0.15.2: + + Better define the libtasn1 dependency. + + Crasher and bug fixes. + + Build fixes. + + Updated translations. +- Changes from version 0.15.1: + + Fix some memory leaks. + + Add a location for packages to drop module configs. + + Documentation updates and fixes. + + Add command line tool manual page. + + Remove unused err() function and friends. + + Move more code into common/ directory and refactor. + + Add a system trust policy module. + + Refactor how the p11-kit command line tool works. + + Add p11-kit extract and extract-trust commands. + + Don't complain if we cannot access ~/.pkcs11/pkcs11.conf. + + Refuse to load the p11-kit-proxy.so as a registered module. + + Don't fail initialization if last initialized module fails. + +------------------------------------------------------------------- Old: ---- p11-kit-0.14.tar.gz New: ---- p11-kit-0.17.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ p11-kit.spec ++++++ --- /var/tmp/diff_new_pack.ybIEOM/_old 2013-04-02 12:34:00.000000000 +0200 +++ /var/tmp/diff_new_pack.ybIEOM/_new 2013-04-02 12:34:00.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package p11-kit # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: p11-kit -Version: 0.14 +Version: 0.17.5 Release: 0 Summary: Library to work with PKCS#11 modules License: BSD-3-Clause @@ -25,7 +25,9 @@ Url: http://p11-glue.freedesktop.org/p11-kit.html Source0: http://p11-glue.freedesktop.org/releases/%{name}-%{version}.tar.gz Source99: baselibs.conf +BuildRequires: ca-certificates BuildRequires: pkg-config +BuildRequires: pkgconfig(libtasn1) >= 2.14 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -65,7 +67,7 @@ %setup -q %build -%configure +%configure --with-system-anchors=/etc/ca-certificates make %{?_smp_mflags} %install @@ -86,6 +88,15 @@ %postun -n libp11-kit0 -p /sbin/ldconfig +%files +%defattr(-,root,root) +%dir %{_libdir}/pkcs11 +%dir %{_datadir}/%{name} +%dir %{_datadir}/%{name}/modules +%{_libdir}/pkcs11/p11-kit-trust.so +%{_datadir}/%{name}/modules/p11-kit-trust.module +%{_datadir}/%{name}/p11-kit-extract-trust + %files -n libp11-kit0 %defattr(-,root,root) # Package the example conf file as documentation. Like this we're sure that we will ++++++ p11-kit-0.14.tar.gz -> p11-kit-0.17.5.tar.gz ++++++ ++++ 131282 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
