pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p11-kit p11-kit: update to 0.24.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85f340d13b53
branches:  trunk
changeset: 454379:85f340d13b53
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 10 10:20:50 2021 +0000

description:
p11-kit: update to 0.24.0.

0.24.0 (stable)
 * Use inclusive language on certificate distrust.  Note: This changes
   the directory and attribute names to distrust certain CAs to
   "blocklist" [PR#324]
 * Fix issues spotted by coverity and ASan [PR#349, PR#351]
 * Integrate gettext with tools more tightly [PR#358]
 * rpc: Forbid use of array of attributes [PR#365, PR#367]
 * Build fixes [PR#342, PR#344, PR#345, PR#353, PR#362, PR#364]

diffstat:

 security/p11-kit/Makefile                      |   5 ++---
 security/p11-kit/distinfo                      |  13 ++++++-------
 security/p11-kit/patches/patch-p11-kit_lists.c |  15 ---------------
 3 files changed, 8 insertions(+), 25 deletions(-)

diffs (51 lines):

diff -r 7554f1852819 -r 85f340d13b53 security/p11-kit/Makefile
--- a/security/p11-kit/Makefile Thu Jun 10 10:18:06 2021 +0000
+++ b/security/p11-kit/Makefile Thu Jun 10 10:20:50 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/01/08 21:09:08 triaxx Exp $
+# $NetBSD: Makefile,v 1.20 2021/06/10 10:20:50 wiz Exp $
 
-DISTNAME=      p11-kit-0.23.22
-PKGREVISION=   1
+DISTNAME=      p11-kit-0.24.0
 CATEGORIES=    security
 #MASTER_SITES= http://p11-glue.freedesktop.org/releases/
 MASTER_SITES+= ${MASTER_SITE_GITHUB:=p11-glue/}
diff -r 7554f1852819 -r 85f340d13b53 security/p11-kit/distinfo
--- a/security/p11-kit/distinfo Thu Jun 10 10:18:06 2021 +0000
+++ b/security/p11-kit/distinfo Thu Jun 10 10:20:50 2021 +0000
@@ -1,9 +1,8 @@
-$NetBSD: distinfo,v 1.14 2021/01/08 21:09:08 triaxx Exp $
+$NetBSD: distinfo,v 1.15 2021/06/10 10:20:50 wiz Exp $
 
-SHA1 (p11-kit-0.23.22.tar.xz) = 339e5163ed50a9984a74739b9207ea8cd77fa7e2
-RMD160 (p11-kit-0.23.22.tar.xz) = 35bc18cde9610ceb1a4c1c167360b7ef4a81288d
-SHA512 (p11-kit-0.23.22.tar.xz) = 098819e6ca4ad9cc2a0bc2e478aea67354d051a4f03e6c7d75d13d2469b6dc7654f26b15530052f6ed51acb35531c2539e0f971b31e29e6673e857c903afb080
-Size (p11-kit-0.23.22.tar.xz) = 830016 bytes
+SHA1 (p11-kit-0.24.0.tar.xz) = 66380b519caa58d49f31f7fb4aae7b14e91b1a40
+RMD160 (p11-kit-0.24.0.tar.xz) = 5dab40899e748c0879f1a30fc7e06811898159a7
+SHA512 (p11-kit-0.24.0.tar.xz) = 48369d6fdae79b8c5a255c821fbdb982f0c649cce07c0d92f0ff0c16322fea8919faa94067cae2efede2da3646c0e69a71a3e399b769dc2327f247bcb113eb3c
+Size (p11-kit-0.24.0.tar.xz) = 834392 bytes
+SHA1 (patch-Makefile.in) = 1393b1c8892e90362575d5d325a583921f629b3c
 SHA1 (patch-common_compat.c) = bdcb10cebe5e7755c81f88ef033b9dfecd7a1aad
-SHA1 (patch-Makefile.in) = 1393b1c8892e90362575d5d325a583921f629b3c
-SHA1 (patch-p11-kit_lists.c) = 5834dd7cb09de7776205dac0a21a31a5ad5f3dae
diff -r 7554f1852819 -r 85f340d13b53 security/p11-kit/patches/patch-p11-kit_lists.c
--- a/security/p11-kit/patches/patch-p11-kit_lists.c    Thu Jun 10 10:18:06 2021 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$NetBSD: patch-p11-kit_lists.c,v 1.1 2021/01/08 21:09:08 triaxx Exp $
-
-Add missing header for SIZE_MAX on FreeBSD.
-https://github.com/p11-glue/p11-kit/commit/507c394
-
---- p11-kit/lists.c.orig       2021-01-08 21:05:52.577818000 +0100
-+++ p11-kit/lists.c
-@@ -39,6 +39,7 @@
- 
- #include <assert.h>
- #include <ctype.h>
-+#include <stdint.h>
- #include <string.h>
- #include <stdio.h>
- #include <stdlib.h>



Home | Main Index | Thread Index | Old Index