libassuan2: updated to 2.5.7

Noteworthy changes in version 2.5.7 (2024-03-06)

* New configure option --with-libtool-modification.

* Change the naming of the 64 bit Windows DLL from libassuan6-0.dll
  to libassuan-0.dll to sync this with what we did for libgpg-error.
This commit is contained in:
adam 2024-03-07 10:48:40 +00:00
parent eb14c8967e
commit b0f771f3a2
3 changed files with 6 additions and 25 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.23 2023/06/26 19:40:01 adam Exp $
# $NetBSD: Makefile,v 1.24 2024/03/07 10:48:40 adam Exp $
DISTNAME= libassuan-2.5.6
DISTNAME= libassuan-2.5.7
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/libassuan/
@ -13,7 +13,6 @@ LICENSE= gnu-gpl-v3
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --infodir=${PREFIX}/info
INFO_FILES= yes
PKGCONFIG_OVERRIDE= src/libassuan.pc.in
TEST_TARGET= check

View File

@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.22 2023/11/15 16:12:05 nia Exp $
$NetBSD: distinfo,v 1.23 2024/03/07 10:48:40 adam Exp $
BLAKE2s (libassuan-2.5.6.tar.bz2) = 428130dfc9bde48abc3dfa6a30811f50068bd0aca4e85584135b935885fbd002
SHA512 (libassuan-2.5.6.tar.bz2) = dcca942d222a2c226a7e34ba7988ee0c3c55bd6032166eb472caf2053db89aeeea7a40e93d8c2887c7ee73c5f838e8b0725e8cfb595accc1606646559362f7ee
Size (libassuan-2.5.6.tar.bz2) = 577012 bytes
SHA1 (patch-configure) = 0cb945282bd00a96b66d245f9723fd8d0bc32d8b
BLAKE2s (libassuan-2.5.7.tar.bz2) = 86443170f23fa804a0a9d5d21b2fe8467e5ff2dcf6f1100e769b34770db7baae
SHA512 (libassuan-2.5.7.tar.bz2) = ca33bd0325bbebccb63b6a84cc0aa5c85b25c6275a68df83aeb3f3729b2cd38220198a941c3479bd461f16b7ddb6b558c0664697ca3153c7fb430544303d773f
Size (libassuan-2.5.7.tar.bz2) = 605076 bytes
SHA1 (patch-src_assuan-socket.c) = 1a7a4167a32d7f55b4c0e0d12e5993f9f100737e
SHA1 (patch-src_assuan-uds.c) = 62d935c5fad5eb5bbc6721f89681b7be724c4916

View File

@ -1,17 +0,0 @@
$NetBSD: patch-configure,v 1.1 2017/05/25 11:49:05 jperkin Exp $
Handle _XOPEN_SOURCE correctly.
--- configure.orig 2016-07-14 08:11:48.000000000 +0000
+++ configure
@@ -13486,10 +13486,8 @@ case "${host}" in
;;
*-solaris*)
-$as_echo "#define _XOPEN_SOURCE 500" >>confdefs.h
-$as_echo "#define _XOPEN_SOURCE_EXTENDED 1" >>confdefs.h
$as_echo "#define __EXTENSIONS__ 1" >>confdefs.h