pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libksba



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.

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



Home | Main Index | Thread Index | Old Index