From 50451b628b0ddfbd76102b49fc6799f4f102e358d4127dca3ba44a1a80566700 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Mon, 19 May 2014 07:07:01 +0000 Subject: [PATCH] - New version 0.20.2 * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor and blacklist were not in the same trust path (regression) [fdo#73558] * Check for race in BasicConstraints stapled extension [fdo#69314] * Build fixes and cleanup OBS-URL: https://build.opensuse.org/package/show/Base:System/p11-kit?expand=0&rev=13 --- p11-kit-0.20.1.tar.gz | 3 --- p11-kit-0.20.1.tar.gz.sig | Bin 72 -> 0 bytes p11-kit-0.20.2.tar.gz | 3 +++ p11-kit-0.20.2.tar.gz.sig | Bin 0 -> 72 bytes p11-kit.changes | 9 +++++++++ p11-kit.spec | 2 +- 6 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 p11-kit-0.20.1.tar.gz delete mode 100644 p11-kit-0.20.1.tar.gz.sig create mode 100644 p11-kit-0.20.2.tar.gz create mode 100644 p11-kit-0.20.2.tar.gz.sig diff --git a/p11-kit-0.20.1.tar.gz b/p11-kit-0.20.1.tar.gz deleted file mode 100644 index 243bde3..0000000 --- a/p11-kit-0.20.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:524548f0a3bfa1b5712721165b49f0300fb244c907533677e88a9c9743eb4a53 -size 1175729 diff --git a/p11-kit-0.20.1.tar.gz.sig b/p11-kit-0.20.1.tar.gz.sig deleted file mode 100644 index 210c8bc6d6c2759120a029bf90ab89900ef484912fc866fbab9241439ebc80cf..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0#Yr!PXG!D5PSO(2-zoPudrJHpKcfWgBLJ<&7iJrsIyMR eej9t2tN@>2u#H6#gXuty*jYY{8=IB=@8Wb|yd6{k diff --git a/p11-kit-0.20.2.tar.gz b/p11-kit-0.20.2.tar.gz new file mode 100644 index 0000000..9d9b4ff --- /dev/null +++ b/p11-kit-0.20.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ed51d92fc46c2b632e13d73e0293090e9f8aa29c8aa8c6bc95c12475e5ef7c +size 979999 diff --git a/p11-kit-0.20.2.tar.gz.sig b/p11-kit-0.20.2.tar.gz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..3a75a39504442f71975067c64cf1944d023075d745cc8f9838ae7572e6aee850 GIT binary patch literal 72 zcmV-O0Jr~$Mg#y60ssaD0#emfU;qjU5PSO(2-zoPuS=)^psVB&z$X`ydmhmryz<(s e!BHfkDFB~EM6zr-&3XVLVf`;3$KXkv6YREOdmHEg literal 0 HcmV?d00001 diff --git a/p11-kit.changes b/p11-kit.changes index 13e5071..def0244 100644 --- a/p11-kit.changes +++ b/p11-kit.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon May 19 07:04:38 UTC 2014 - lnussel@suse.de + +- New version 0.20.2 + * Fix bug where blacklist didn't affect extracted ca-anchors if the anchor + and blacklist were not in the same trust path (regression) [fdo#73558] + * Check for race in BasicConstraints stapled extension [fdo#69314] + * Build fixes and cleanup + ------------------------------------------------------------------- Tue Feb 11 12:53:06 UTC 2014 - meissner@suse.com diff --git a/p11-kit.spec b/p11-kit.spec index a9ed098..a4c2eb0 100644 --- a/p11-kit.spec +++ b/p11-kit.spec @@ -22,7 +22,7 @@ %define trustdir_static %{pkidir_static}/trust Name: p11-kit -Version: 0.20.1 +Version: 0.20.2 Release: 0 Summary: Library to work with PKCS#11 modules License: BSD-3-Clause