[git] KSBA - branch, master, updated. libksba-1.3.5-23-g4754816

by NIIBE Yutaka cvs at cvs.gnupg.org
Wed Oct 24 08:34:45 CEST 2018


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  4754816d10a38ebe97acd2f3bfaa835055566696 (commit)
      from  5a21f7465ca2aadfb3877a53f6536859b6973463 (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 4754816d10a38ebe97acd2f3bfaa835055566696
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Oct 24 15:34:03 2018 +0900

    build: Fix ksba.pc.
    
    * src/ksba.pc.in: Fix typo.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/ksba.pc.in b/src/ksba.pc.in
index 28b32c5..9666235 100644
--- a/src/ksba.pc.in
+++ b/src/ksba.pc.in
@@ -10,5 +10,5 @@ Description: X.509 and CMS support library
 Requires: gpg-error
 Version: @PACKAGE_VERSION@
 Cflags: @KSBA_CONFIG_CFLAGS@
-Libs: @KSBA_CONFIG_LIB@
+Libs: @KSBA_CONFIG_LIBS@
 URL: http://www.gnupg.org/related_software/libksba/

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

Summary of changes:
 src/ksba.pc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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