Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id A91E91A9239 for ; Thu, 13 Jan 2022 08:07:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id DFC0984EA5; Thu, 13 Jan 2022 08:07:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2482784CE3 for ; Thu, 13 Jan 2022 08:07:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lnCiV3476YO9 for ; Thu, 13 Jan 2022 08:07:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8277C84C71 for ; Thu, 13 Jan 2022 08:07:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79C61FB24; Thu, 13 Jan 2022 08:07:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164206124066550" MIME-Version: 1.0 Date: Thu, 13 Jan 2022 08:07:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/libksba To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20220113080720.79C61FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164206124066550 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 13 08:07:20 UTC 2022 Modified Files: pkgsrc/security/libksba: Makefile distinfo Log Message: libksba: updated to 1.6.0 Noteworthy changes in version 1.6.0 (2021-06-10) [C22/A14/R0] ------------------------------------------------ * Limited support for the Authenticated-Enveloped-Data content type. [81fdcd680c12] * Support password based decryption. [cb7f2484a09c] * Fix build problem on macOS. * Silence warnings from static analyzers. * Interface changes relative to the 1.5.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KSBA_CT_AUTHENVELOPED_DATA NEW. Release-info: https://dev.gnupg.org/T5479 Noteworthy changes in version 1.5.1 (2021-04-06) [C21/A13/R1] ------------------------------------------------ * Support Brainpool curves specified by ECDomainParameters. Release-info: https://dev.gnupg.org/T5379 Noteworthy changes in version 1.5.0 (2020-11-18) [C21/A13/R0] ------------------------------------------------ * ksba_cms_identify now identifies OpenPGP keyblock content. * Supports TR-03111 plain format ECDSA signature verification. * Fixes a CMS signed data parser bug exhibited by a somewhat strange CMS message. [b6438e768c] * Interface changes relative to the 1.4.0 release: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ KSBA_CT_OPENPGP_KEYBLOCK NEW. Release-info: https://dev.gnupg.org/T5146 To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/security/libksba/Makefile cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libksba/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164206124066550 Content-Disposition: inline Content-Length: 1771 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libksba/Makefile diff -u pkgsrc/security/libksba/Makefile:1.35 pkgsrc/security/libksba/Makefile:1.36 --- pkgsrc/security/libksba/Makefile:1.35 Mon Aug 3 15:30:06 2020 +++ pkgsrc/security/libksba/Makefile Thu Jan 13 08:07:20 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2020/08/03 15:30:06 adam Exp $ +# $NetBSD: Makefile,v 1.36 2022/01/13 08:07:20 adam Exp $ -DISTNAME= libksba-1.4.0 +DISTNAME= libksba-1.6.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libksba/ EXTRACT_SUFX= .tar.bz2 @@ -14,7 +14,6 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= src/ksba.pc.in INFO_FILES= yes - TEST_TARGET= check TEXINFO_REQD= 4.0 Index: pkgsrc/security/libksba/distinfo diff -u pkgsrc/security/libksba/distinfo:1.25 pkgsrc/security/libksba/distinfo:1.26 --- pkgsrc/security/libksba/distinfo:1.25 Tue Oct 26 11:17:14 2021 +++ pkgsrc/security/libksba/distinfo Thu Jan 13 08:07:20 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.25 2021/10/26 11:17:14 nia Exp $ +$NetBSD: distinfo,v 1.26 2022/01/13 08:07:20 adam Exp $ -BLAKE2s (libksba-1.4.0.tar.bz2) = cec7b6144205c0f35d8482df7f597f651fb148282a935b4d2d944abd8606f649 -SHA512 (libksba-1.4.0.tar.bz2) = 7c1666017ebfa50b5663153dead1e019e0ee342c4f44ee8f644fc749e82dcc983237ef0f557de9de3f7908dc90405d967a4db2e36e04fe0d5a09edf49f8a0c8d -Size (libksba-1.4.0.tar.bz2) = 651319 bytes +BLAKE2s (libksba-1.6.0.tar.bz2) = d29d7eb043b7b7480cd39696d7a0f8ec78dbe855f2b921b0834eb26927fb57e7 +SHA512 (libksba-1.6.0.tar.bz2) = a7c76d41dfd8ec6383ac2de3c53848cd9f066b538f6f3cd43175e3c8095df51b96d0a24a573481c0c4856b09b7c224e2b562d88f5c0801e7acfb582ea2739c2b +Size (libksba-1.6.0.tar.bz2) = 662120 bytes SHA1 (patch-aa) = f2e63361afb95d5469153efaecebcb8719938d58 --_----------=_164206124066550--