npth: update to 1.7.

Noteworthy changes in version 1.7 (2024-02-23)  [C2/A2/R0]
----------------------------------------------

 * The npth-config command is not installed by default, because it is
   now replaced by use of pkg-config/gpgrt-config with npth.pc.
   Supply --enable-install-npth-config configure option, if needed.

 * Support for legacy systems w/o pthread_rwlock_t support.  [T4306]

 * New functions npth_poll and npth_ppoll for Unix.  [T5748]

 * Fixes to improve support for 64 bit Windows.

 * Fix declaration conflict using newer mingw versions.  [T5889]

 * Fix build problems on Solaris 11.  [T4491]

 * Fix detecting of the pthread library.  [rPTH6629a4b801]

 * Clean up handling of unsafe semaphores on AIX.  [T6947]

 * Link without -flat_namespace to support macOS 11.  [T5610]
This commit is contained in:
wiz 2024-02-25 15:17:29 +00:00
parent dac0bcbcad
commit be30b83479
3 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.8 2018/08/16 12:19:54 wiz Exp $
# $NetBSD: Makefile,v 1.9 2024/02/25 15:17:29 wiz Exp $
DISTNAME= npth-1.6
DISTNAME= npth-1.7
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/npth/
EXTRACT_SUFX= .tar.bz2
@ -15,4 +15,6 @@ USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
PKGCONFIG_OVERRIDE+= npth.pc.in
.include "../../mk/bsd.pkg.mk"

View File

@ -1,5 +1,5 @@
@comment $NetBSD: PLIST,v 1.1 2015/07/04 05:17:56 ryoon Exp $
bin/npth-config
@comment $NetBSD: PLIST,v 1.2 2024/02/25 15:17:29 wiz Exp $
include/npth.h
lib/libnpth.la
lib/pkgconfig/npth.pc
share/aclocal/npth.m4

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.8 2021/10/26 10:15:43 nia Exp $
$NetBSD: distinfo,v 1.9 2024/02/25 15:17:29 wiz Exp $
BLAKE2s (npth-1.6.tar.bz2) = cdce2189e235a0c88b2f0ed2b8cca97e02a0e54dfb131c3d056c24f409eda3bd
SHA512 (npth-1.6.tar.bz2) = 2ed1012e14a9d10665420b9a23628be7e206fd9348111ec751349b93557ee69f1176bcf7e6b195b35b1c44a5e0e81ee33b713f03d79a33d1ecd9037035afeda2
Size (npth-1.6.tar.bz2) = 300486 bytes
BLAKE2s (npth-1.7.tar.bz2) = 75864a32b78be58a45784a64eea6c4e15f27f7d3bebac333c4ad6abd971e1aee
SHA512 (npth-1.7.tar.bz2) = 8893023bcf953a3f7c490cf8116bed323a9d4af2bea35277e919f437916fda8b8e68ded28ec1777717cf9187c504892556159cbdb8bc02ed4a8b30b3d897d244
Size (npth-1.7.tar.bz2) = 313213 bytes