pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/p11-kit Update p11-kit to 0.23.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e0811e22e80
branches:  trunk
changeset: 384882:9e0811e22e80
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Wed Sep 05 08:34:10 2018 +0000

description:
Update p11-kit to 0.23.14

0.23.14 (stable)
 * proxy: Avoid invalid memory access when unloading proxy module [PR#180]
 * Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
 * build: Restore libpthread dependency [PR#183]
 * Build fixes [PR#188]

diffstat:

 security/p11-kit/Makefile                      |   5 ++---
 security/p11-kit/distinfo                      |  12 ++++++------
 security/p11-kit/patches/patch-common_compat.c |   3 ++-
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (44 lines):

diff -r 5ba354f195ad -r 9e0811e22e80 security/p11-kit/Makefile
--- a/security/p11-kit/Makefile Wed Sep 05 08:22:46 2018 +0000
+++ b/security/p11-kit/Makefile Wed Sep 05 08:34:10 2018 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2018/09/02 07:49:51 tnn Exp $
+# $NetBSD: Makefile,v 1.12 2018/09/05 08:34:10 prlw1 Exp $
 
-DISTNAME=      p11-kit-0.23.13
-PKGREVISION=   1
+DISTNAME=      p11-kit-0.23.14
 CATEGORIES=    security
 #MASTER_SITES= http://p11-glue.freedesktop.org/releases/
 MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/}
diff -r 5ba354f195ad -r 9e0811e22e80 security/p11-kit/distinfo
--- a/security/p11-kit/distinfo Wed Sep 05 08:22:46 2018 +0000
+++ b/security/p11-kit/distinfo Wed Sep 05 08:34:10 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.8 2018/09/02 07:49:51 tnn Exp $
+$NetBSD: distinfo,v 1.9 2018/09/05 08:34:10 prlw1 Exp $
 
-SHA1 (p11-kit-0.23.13.tar.gz) = 783fb69fabbc0fbc6569a3350f4bc553d95ecf2b
-RMD160 (p11-kit-0.23.13.tar.gz) = f7e9a7987dcec4a0fb96c01e3010aca61659f16c
-SHA512 (p11-kit-0.23.13.tar.gz) = bdf97867250fec20cf7e813bfe4ecee9d613ee0cf245fe5e97c0bc99446fa61e616756ce2785ae98cfd4fe55276ad6070828e1ef8ad154fac0e741ceb038a9c7
-Size (p11-kit-0.23.13.tar.gz) = 1264090 bytes
+SHA1 (p11-kit-0.23.14.tar.gz) = 30cab1d4b716022e6918f9a49976609c425f9cfc
+RMD160 (p11-kit-0.23.14.tar.gz) = 795ea86b15fbcb6865cf65c146c6f54b5a27d1cd
+SHA512 (p11-kit-0.23.14.tar.gz) = fc7e7e0745d7f8e5d783a1f38bad9bbe65b56d54897b6ba2c3118a0d912451c2d48dd113a875e7f7bfcff8fbd6b4905472fcd120630661c12029a16d2b13add4
+Size (p11-kit-0.23.14.tar.gz) = 1266595 bytes
 SHA1 (patch-Makefile.in) = c7f26205c09537593a49dea33c05e1fd29e9dbc3
-SHA1 (patch-common_compat.c) = 74d0bac6cbaabb4260ce512925d611d5d399a34f
+SHA1 (patch-common_compat.c) = b45c24309f2c4bd6389162a9c02c6ac132230e40
diff -r 5ba354f195ad -r 9e0811e22e80 security/p11-kit/patches/patch-common_compat.c
--- a/security/p11-kit/patches/patch-common_compat.c    Wed Sep 05 08:22:46 2018 +0000
+++ b/security/p11-kit/patches/patch-common_compat.c    Wed Sep 05 08:34:10 2018 +0000
@@ -1,7 +1,8 @@
-$NetBSD: patch-common_compat.c,v 1.2 2018/09/02 07:49:51 tnn Exp $
+$NetBSD: patch-common_compat.c,v 1.3 2018/09/05 08:34:10 prlw1 Exp $
 
 - Hide getauxval() symbol because the implementation is incomplete
   and breaks for example openssl on NetBSD/evbarm
+  https://github.com/p11-glue/p11-kit/issues/192
 - Avoid /proc section on Darwin.
 
 --- common/compat.c.orig       2018-08-10 09:54:46.000000000 +0000



Home | Main Index | Thread Index | Old Index