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:           Fri Jul  6 15:33:39 UTC 2018

Modified Files:
        pkgsrc/security/p11-kit: Makefile distinfo
        pkgsrc/security/p11-kit/patches: patch-Makefile.in
Removed Files:
        pkgsrc/security/p11-kit/patches: patch-common_debug.c
            patch-common_message.c patch-p11-kit_test-server.sh

Log Message:
Update p11-kit to 0.23.12

0.23.12 (stable)
 * Fix compile error when PKCS#11 GNU calling convention is enabled [PR#160]
 * Fix getauxval() and secure_getenv() emulation on macOS and FreeBSD [PR#167]
 * Build and test fixes on macOS [PR#162, PR#168]

0.23.11 (stable)
 * trust: Add extractor for edk2/cacerts.bin [PR#139]
 * modules: Add option to control module visibility from proxy [PR#140]
 * trust: Prevent trust module being loaded by proxy module [PR#142]
 * library: Use dedicated locale object for printing error [PR#148]
 * Treat CKR_CRYPTOKI_ALREADY_INITIALIZED correctly [PR#134]
 * Improve const correctness for P11KitUri [PR#152]
 * PKCS#11 URI scheme comparison is now case insensitive [PR#156]
 * Build and test fixes [PR#151, PR#149, PR#141, PR#138, PR#135]


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/p11-kit/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/p11-kit/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/p11-kit/patches/patch-Makefile.in
cvs rdiff -u -r1.1 -r0 pkgsrc/security/p11-kit/patches/patch-common_debug.c \
    pkgsrc/security/p11-kit/patches/patch-common_message.c \
    pkgsrc/security/p11-kit/patches/patch-p11-kit_test-server.sh

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.7 pkgsrc/security/p11-kit/Makefile:1.8
--- pkgsrc/security/p11-kit/Makefile:1.7        Wed Apr 18 00:46:25 2018
+++ pkgsrc/security/p11-kit/Makefile    Fri Jul  6 15:33:39 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2018/04/18 00:46:25 schmonz Exp $
+# $NetBSD: Makefile,v 1.8 2018/07/06 15:33:39 prlw1 Exp $
 
-DISTNAME=      p11-kit-0.23.10
+DISTNAME=      p11-kit-0.23.12
 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.4 pkgsrc/security/p11-kit/distinfo:1.5
--- pkgsrc/security/p11-kit/distinfo:1.4        Tue Apr 17 13:26:15 2018
+++ pkgsrc/security/p11-kit/distinfo    Fri Jul  6 15:33:39 2018
@@ -1,10 +1,7 @@
-$NetBSD: distinfo,v 1.4 2018/04/17 13:26:15 wiz Exp $
+$NetBSD: distinfo,v 1.5 2018/07/06 15:33:39 prlw1 Exp $
 
-SHA1 (p11-kit-0.23.10.tar.gz) = 88cdf4e7c50e3da02f1e69173d731410f6123efe
-RMD160 (p11-kit-0.23.10.tar.gz) = 5c87af0f7a088b58789859f42a95b9e2d038c5bb
-SHA512 (p11-kit-0.23.10.tar.gz) = 42a004613f951e4e18c10cd204bcba348267cc7b3ae0d9f26d69012b086af446947660575d5751539b8d4dd77fa9b684054ad5ac978119e0a2e94fcdf9842178
-Size (p11-kit-0.23.10.tar.gz) = 1121419 bytes
-SHA1 (patch-Makefile.in) = 8257299a8c1dc0b93e6ff919749823cbe83bc38c
-SHA1 (patch-common_debug.c) = d711b2dabff5a64cb0b524cfbda67043311b9cf6
-SHA1 (patch-common_message.c) = 8e098702b38c86ad8564510fb47bd97e1f62d4ab
-SHA1 (patch-p11-kit_test-server.sh) = 32768acd75723228adcaa5ead9139a9899918366
+SHA1 (p11-kit-0.23.12.tar.gz) = 9334d3b1890c7fe0f765460a69da70c796254373
+RMD160 (p11-kit-0.23.12.tar.gz) = 37220162e0a041bf388fcaaf621189ad0a8d0121
+SHA512 (p11-kit-0.23.12.tar.gz) = ae43b1f6ba5400cf5ae7b64b8c93aa47e5c7ee927196828600fd88beb6fdf6bcb6a63bc822d356757255638f9fbf10896e0604e32a1332a9a833836fa0468726
+Size (p11-kit-0.23.12.tar.gz) = 1257028 bytes
+SHA1 (patch-Makefile.in) = c7f26205c09537593a49dea33c05e1fd29e9dbc3

Index: pkgsrc/security/p11-kit/patches/patch-Makefile.in
diff -u pkgsrc/security/p11-kit/patches/patch-Makefile.in:1.2 pkgsrc/security/p11-kit/patches/patch-Makefile.in:1.3
--- pkgsrc/security/p11-kit/patches/patch-Makefile.in:1.2       Tue Apr 17 13:26:15 2018
+++ pkgsrc/security/p11-kit/patches/patch-Makefile.in   Fri Jul  6 15:33:39 2018
@@ -1,10 +1,10 @@
-$NetBSD: patch-Makefile.in,v 1.2 2018/04/17 13:26:15 wiz Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2018/07/06 15:33:39 prlw1 Exp $
 
 Install examples into pkgsrc example directory.
 
---- Makefile.in.orig   2018-02-27 15:35:35.000000000 +0000
+--- Makefile.in.orig   2018-05-30 14:18:17.000000000 +0000
 +++ Makefile.in
-@@ -1636,7 +1636,7 @@ libp11_kit_testable_la_LIBADD = $(COMMON
+@@ -1691,7 +1691,7 @@ libp11_kit_pkcs11_gnu_la_CFLAGS = -DCRYP
  @OS_WIN32_FALSE@p11_kit_client_la_LIBADD = $(libp11_kit_la_LIBADD)
  pkgconfigdir = $(libdir)/pkgconfig
  pkgconfig_DATA = p11-kit/p11-kit-1.pc



Home | Main Index | Thread Index | Old Index