pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/p11-kit



Module Name:    pkgsrc
Committed By:   prlw1
Date:           Wed Sep  5 08:34:10 UTC 2018

Modified Files:
        pkgsrc/security/p11-kit: Makefile distinfo
        pkgsrc/security/p11-kit/patches: patch-common_compat.c

Log Message:
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]


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/p11-kit/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/security/p11-kit/patches/patch-common_compat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/p11-kit/Makefile
diff -u pkgsrc/security/p11-kit/Makefile:1.11 pkgsrc/security/p11-kit/Makefile:1.12
--- pkgsrc/security/p11-kit/Makefile:1.11       Sun Sep  2 07:49:51 2018
+++ pkgsrc/security/p11-kit/Makefile    Wed Sep  5 08:34:10 2018
@@ -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/}

Index: pkgsrc/security/p11-kit/distinfo
diff -u pkgsrc/security/p11-kit/distinfo:1.8 pkgsrc/security/p11-kit/distinfo:1.9
--- pkgsrc/security/p11-kit/distinfo:1.8        Sun Sep  2 07:49:51 2018
+++ pkgsrc/security/p11-kit/distinfo    Wed Sep  5 08:34:10 2018
@@ -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

Index: pkgsrc/security/p11-kit/patches/patch-common_compat.c
diff -u pkgsrc/security/p11-kit/patches/patch-common_compat.c:1.2 pkgsrc/security/p11-kit/patches/patch-common_compat.c:1.3
--- pkgsrc/security/p11-kit/patches/patch-common_compat.c:1.2   Sun Sep  2 07:49:51 2018
+++ pkgsrc/security/p11-kit/patches/patch-common_compat.c       Wed Sep  5 08:34:10 2018
@@ -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