[git] KSBA - branch, master, updated. libksba-1.3.2-10-g766280c

by Werner Koch cvs at cvs.gnupg.org
Fri Apr 10 17:50:51 CEST 2015


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  766280caf19ed78a7efe8a0e1fd2725447185992 (commit)
       via  b46ea28e82d67a2072817294115360fd3e1ab20c (commit)
      from  07116a314f4dcd4d96990bbd74db95a03a9f650a (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 766280caf19ed78a7efe8a0e1fd2725447185992
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Apr 10 17:49:04 2015 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 693f8ef..cc25641 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.3.4 (unreleased) [C19/A11/R ]
+------------------------------------------------
+
+
 Noteworthy changes in version 1.3.3 (2015-04-10) [C19/A11/R4]
 ------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 9b83206..fcf021c 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], [3])
+m4_define([mym4_micro], [4])
 
 # Below is m4 magic to extract and compute the git revision number,
 # the decimalized short revision number, a beta version string and a

commit b46ea28e82d67a2072817294115360fd3e1ab20c
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Apr 10 17:42:25 2015 +0200

    Release 1.3.3.

diff --git a/AUTHORS b/AUTHORS
index e479889..b18904c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,7 +2,7 @@ Program: Libksba
 Download: ftp://ftp.gnupg.org/gcrypt/libksba/
 Repository: git://git.gnupg.org/libksba.git
 Maintainer: Werner Koch <wk at gnupg.org>
-Bug reports: http://bugs.gnupg.org
+Bug reports: https://bugs.gnupg.org
 Security related bug reports: <security at gnupg.org>
 License (library): LGPLv3+/GPLv2+
 License (tools, manual): GPLv3+
@@ -24,7 +24,7 @@ Copyright
 =========
 
  | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2010, 2011
- |               2012 g10 Code GmbH
+ |               2012, 2013, 2014, 2015 g10 Code GmbH
  | Copyright (C) 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
  | Copyright (C) 2000, 2001 Fabio Fiorina
 
diff --git a/NEWS b/NEWS
index 49c45fe..693f8ef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,17 @@
-Noteworthy changes in version 1.3.3 (unreleased) [C19/A11/R_]
+Noteworthy changes in version 1.3.3 (2015-04-10) [C19/A11/R4]
 ------------------------------------------------
 
+ * Fixed an integer overflow in the DN decoder.
+
+ * Now returns an error instead of terminating the process for certain
+   bad BER encodings.
+
+ * Improved the parsing of utf-8 strings in DNs.
+
+ * Allow building with newer versions of Bison.
+
+ * Improvement building on Windows with newer versions of Mingw.
+
 
 Noteworthy changes in version 1.3.2 (2014-11-25) [C19/A11/R3]
 ------------------------------------------------
diff --git a/README b/README
index bce2ba5..e3a1df2 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
                               ---------
 
          Copyright 2001, 2006, 2007, 2008, 2009, 2010, 2011,
-                   2012  g10 Code GmbH
+                   2012, 2013, 2014, 2015  g10 Code GmbH
 
 This file is free software; as a special exception the author gives
 unlimited permission to copy and/or distribute it, with or without
diff --git a/configure.ac b/configure.ac
index 3bd8103..9b83206 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=3
+LIBKSBA_LT_REVISION=4
 #-------------------
 # If the API is changed in an incompatible way: increment the next counter.
 KSBA_CONFIG_API_VERSION=1
diff --git a/src/ksba.h b/src/ksba.h
index 0680d90..955dc06 100644
--- a/src/ksba.h
+++ b/src/ksba.h
@@ -1,6 +1,6 @@
 /* ksba.h - X.509 library used by GnuPG
  * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2010, 2011
- *               2012 g10 Code GmbH
+ *               2012, 2013, 2104, 2015 g10 Code GmbH
  *
  * This file is part of KSBA.
  *
diff --git a/src/versioninfo.rc.in b/src/versioninfo.rc.in
index 9828456..ef25eb8 100644
--- a/src/versioninfo.rc.in
+++ b/src/versioninfo.rc.in
@@ -40,7 +40,7 @@ BEGIN
             VALUE "FileDescription", "Libksba - X.509 and CMS Library\0"
             VALUE "FileVersion", "@LIBKSBA_LT_CURRENT at .@LIBKSBA_LT_AGE at .@LIBKSBA_LT_REVISION at .@BUILD_REVISION@\0"
             VALUE "InternalName", "libksba\0"
-            VALUE "LegalCopyright", "Copyright © 2012 g10 Code GmbH\0"
+            VALUE "LegalCopyright", "Copyright © 2015 g10 Code GmbH\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "libksba.dll\0"
             VALUE "PrivateBuild", "\0"

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

Summary of changes:
 AUTHORS               |  4 ++--
 NEWS                  | 17 ++++++++++++++++-
 README                |  2 +-
 configure.ac          |  4 ++--
 src/ksba.h            |  2 +-
 src/versioninfo.rc.in |  2 +-
 6 files changed, 23 insertions(+), 8 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