[git] KSBA - branch, master, updated. libksba-1.3.4-12-g861cd1e

by Werner Koch cvs at cvs.gnupg.org
Mon Aug 22 12:03:02 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  861cd1eb38453a39226c7e206486078e9ac4a12c (commit)
       via  25cc42cf61a56e01f1bd72883e452f691dda8309 (commit)
      from  68fba3d8d7757b7f7ed75fdebd2b91299943503b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 861cd1eb38453a39226c7e206486078e9ac4a12c
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 22 11:59:47 2016 +0200

    Post release updates
    
    --

diff --git a/NEWS b/NEWS
index 22aeead..24192bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.3.6 (unreleased) [C19/A11/R-]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.3.5 (2016-08-22) [C19/A11/R6]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index e5e8764..44da1cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.14"
 m4_define([mym4_package],[libksba])
 m4_define([mym4_major], [1])
 m4_define([mym4_minor], [3])
-m4_define([mym4_micro], [5])
+m4_define([mym4_micro], [6])
 
 # Below is m4 magic to extract and compute the git revision number,
 # the decimalized short revision number, a beta version string and a

commit 25cc42cf61a56e01f1bd72883e452f691dda8309
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Aug 22 11:54:04 2016 +0200

    Release 1.3.5
    
    * configure.ac: Set LT version to C19/A/11/R6.

diff --git a/NEWS b/NEWS
index 9dca760..22aeead 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,18 @@
-Noteworthy changes in version 1.3.5 (unreleased) [C19/A11/R_]
+Noteworthy changes in version 1.3.5 (2016-08-22) [C19/A11/R6]
 ------------------------------------------------
 
+ * Limit the allowed size of complex ASN.1 objects (e.g. certificates)
+   to 16MiB.
 
-Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R4]
+ * Avoid read access to unitialized memory.
+
+ * Improve detection of invalid RDNs.
+
+ * Encode the OCSP nonce value as an octet string as described by
+   RFC-6960.
+
+
+Noteworthy changes in version 1.3.4 (2016-05-03) [C19/A11/R5]
 ------------------------------------------------
 
  * Fixed two OOB read access bugs which could be used to force a DoS.
diff --git a/configure.ac b/configure.ac
index d678ce4..e5e8764 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_INIT([mym4_package],[mym4_version], [http://bugs.gnupg.org])
 # Please remember to document interface changes in the NEWS file.
 LIBKSBA_LT_CURRENT=19
 LIBKSBA_LT_AGE=11
-LIBKSBA_LT_REVISION=5
+LIBKSBA_LT_REVISION=6
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 KSBA_CONFIG_API_VERSION=1

-----------------------------------------------------------------------

Summary of changes:
 NEWS         | 18 ++++++++++++++++--
 configure.ac |  4 ++--
 2 files changed, 18 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list