Imported Upstream version 1.6.1
[platform/upstream/libksba.git] / ChangeLog
index db8bf7e..72ed3b2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,109 @@
+2022-09-16  Werner Koch  <wk@gnupg.org>
+
+       Release 1.6.1.
+       + commit d3c1e063d708a46ef39152256f8b1ea466b61be0
+
+
+2022-07-19  NIIBE Yutaka  <gniibe@fsij.org>
+
+       build: Update config.guess and config.sub.
+       + commit 466837db84fb318eaaee1aba6cc3939c16a3e2ba
+       * build-aux/config.guess: Update from upstream.
+       * build-aux/config.sub: Ditto.
+
+       build: Support cross compile.
+       + commit ca9a04569020c51719ab45ebd35a3cbb1f35c6aa
+       * configure.ac (AX_CC_FOR_BUILD): New.
+       * m4/ax_cc_for_build.m4: New.
+       * src/Makefile.am: Use EXEEXT_FOR_BUILD.
+
+2022-06-28  NIIBE Yutaka  <gniibe@fsij.org>
+
+       build: Update gpg-error.m4.
+       + commit e51d5c7ce81fe3f90039ad970fbb82f751a645fc
+       * m4/gpg-error.m4: Update from libgpg-error.
+
+2022-03-31  NIIBE Yutaka  <gniibe@fsij.org>
+
+       build: When no gpg-error-config, not install ksba-config.
+       + commit 41000330cdba87afdf9ea0b481e0260dab262a54
+       * configure.ac (USE_GPGRT_CONFIG): New.
+       * src/Makefile.am [USE_GPGRT_CONFIG]: Conditionalize the install
+       of ksba-config.
+
+2022-03-22  NIIBE Yutaka  <gniibe@fsij.org>
+
+       Fix test of t-cms-parser.
+       + commit e751d1fa01bd3e593eeccbeffb729176a59ca28c
+       * tests/t-cms-parser.c (one_file): Open the file with binary flag.
+
+2022-02-26  Werner Koch  <wk@gnupg.org>
+
+       ocsp: Accept a server not responding with a nonce.
+       + commit 24992a4a7a61d93759e1dbd104b845903d4589bf
+       * src/ocsp.h (struct ksba_ocsp_s): Remove good_nonce.
+       * src/ocsp.c (parse_response_extensions): No not set good_nonce.
+       (ksba_ocsp_parse_response): Simplify the check.
+
+       ocsp: Fix detecting the right response item.
+       + commit c9cde18bc84a1b3bb7de22ca80264c418ffd0fee
+       * src/ocsp.c (ksba_ocsp_prepare_request): Store the value of the
+       integer.
+
+2021-12-22  NIIBE Yutaka  <gniibe@fsij.org>
+
+       build: Update for newer autoconf.
+       + commit 51b565054096926dc97fc2ebb72c7de05a127dff
+       * configure.ac (AC_PREREQ): Require >= 2.69.
+       (AC_HEADER_STDC): Remove.
+
+2021-11-29  NIIBE Yutaka  <gniibe@fsij.org>
+
+       Silence warning for ksba_isotime_t.
+       + commit 64ef3144abee7afbc93a87e960b9a79c7b43cfca
+       * src/time.c (_ksba_current_time): Let it return the result.
+
+       Fix ksba.pc to use HTTPS for the URL.
+       + commit 4898212c705a49da0384ac8f1b44f2d6592a990e
+       * src/ksba.pc.in: Use https.
+
+2021-11-10  NIIBE Yutaka  <gniibe@fsij.org>
+
+       libtool: Link without -flat_namespace for macOS.
+       + commit 0d7a62c355ea18031daf00490da9f7c9f33683c3
+       * m4/libtool.m4: Not setting 10.0 to MACOSX_DEPLOYMENT_TARGET when not
+       defined.  Only specify -flat_namespace to linker for specific
+       (older) versions and hosts.
+
+2021-10-13  NIIBE Yutaka  <gniibe@fsij.org>
+
+       ASN.1 parser: Provide token table (no more %token-table).
+       + commit f3b7dd4167779f2694e932ad7c2adba98ff9a21d
+       * src/asn1-parse.y (%token-table): Remove.
+       (token_table): New.
+       (yylex): Use token_table.
+
+2021-09-22  Andreas Metzler  <ametzler@bebt.de>
+
+       build: Use automake primitives to install libksba.def.
+       + commit ce1de8cb2bcd712381f77519de4da87af42879a4
+       * src/Makekefile.am: Do not use explicit $INSTALL to install
+       libksba.def, fixes windows parallel build error.
+
+2021-08-18  Werner Koch  <wk@gnupg.org>
+
+       Avoid warnings about NULL ptr deref in ASN.1 helpers.
+       + commit c242f31b6d520a7f87bf36782e4b5c8da7dc045d
+       * src/asn1-func.c (_ksba_asn_set_value): Add extra asserts.  Fix the
+       VALTYPE_BOOL case, which is actually not in Libksba.
+
+2021-08-05  NIIBE Yutaka  <gniibe@fsij.org>
+
+       build: Simplify configure.ac.
+       + commit 379e787a965148fa5613ccd4e2b8c3c00feb45d9
+       * configure.ac (AC_CHECK_HEADERS): Remove string.h.
+       (AC_CHECK_FUNCS): Remove memmove, strchr, strtol and strtoul.
+
 2021-06-10  Werner Koch  <wk@gnupg.org>
 
        Release 1.6.0.