Accepting request 161779 from GNOME:Factory

Update to ver 0.17.5 (forwarded request 161675 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/161779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/p11-kit?expand=0&rev=12
This commit is contained in:
Stephan Kulow 2013-04-02 10:33:56 +00:00 committed by Git OBS Bridge
parent 5a94c39cb4
commit 81d3998e35
4 changed files with 126 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a5e561b8b4c6e25ed7a89ef36c8127437c8f18bd86fe4cd41d899c5c7def6d3
size 545993

3
p11-kit-0.17.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67d3570eec01dad5b38b6e816b24dfdf1c9fa49e72f6d9203b472cb858ea700c
size 952285

View File

@ -1,3 +1,112 @@
-------------------------------------------------------------------
Thu Mar 28 21:42:55 UTC 2013 - zaitor@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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 - dimstar@opensuse.org
- 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.
-------------------------------------------------------------------
Fri Sep 7 11:04:40 UTC 2012 - dimstar@opensuse.org

View File

@ -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 @@ Group: Development/Libraries/C and C++
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 @@ such a way that they're discoverable.
%setup -q
%build
%configure
%configure --with-system-anchors=/etc/ca-certificates
make %{?_smp_mflags}
%install
@ -86,6 +88,15 @@ rm -rf %{buildroot}
%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