security/libassuan: Update to 2.5.7

Prefer gpgrt-config in the configure stage over the old individual
*-config scripts from the various gnupg-related libraries.

https://dev.gnupg.org/T7028
main
Jason E. Hale 2024-04-23 21:33:30 -04:00
parent c670fd1880
commit 2dcb064c7a
4 changed files with 18 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= libassuan
PORTVERSION= 2.5.6
PORTVERSION= 2.5.7
CATEGORIES= security devel
MASTER_SITES= GNUPG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1687199709
SHA256 (libassuan-2.5.6.tar.bz2) = e9fd27218d5394904e4e39788f9b1742711c3e6b41689a31aa3380bd5aa4f426
SIZE (libassuan-2.5.6.tar.bz2) = 577012
TIMESTAMP = 1713921941
SHA256 (libassuan-2.5.7.tar.bz2) = 0103081ffc27838a2e50479153ca105e873d3d65d8a9593282e9c94c7e6afb76
SIZE (libassuan-2.5.7.tar.bz2) = 605076

View File

@ -0,0 +1,13 @@
Fix path of pkgconfig files passed to gpgrt-config.
--- configure.orig 2024-03-06 13:53:12 UTC
+++ configure
@@ -15047,7 +15047,7 @@ fi
# Get the prefix of gpgrt-config assuming it's something like:
# <PREFIX>/bin/gpgrt-config
gpgrt_prefix=${GPGRT_CONFIG%/*/*}
- possible_libdir1=${gpgrt_prefix}/lib
+ possible_libdir1=${gpgrt_prefix}/libdata
# Determine by using system libdir-format with CC, it's like:
# Normal style: /usr/lib
# GNU cross style: /usr/<triplet>/lib

View File

@ -2,6 +2,6 @@ bin/libassuan-config
include/assuan.h
lib/libassuan.so
lib/libassuan.so.0
lib/libassuan.so.0.8.6
lib/libassuan.so.0.8.7
libdata/pkgconfig/libassuan.pc
share/aclocal/libassuan.m4