pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/libassuan2
Module Name: pkgsrc
Committed By: adam
Date: Wed Feb 19 19:26:04 UTC 2025
Modified Files:
pkgsrc/security/libassuan2: Makefile distinfo
Log Message:
libassuan2: updated to 3.0.2
Noteworthy changes in version 3.0.2 (2025-02-18)
* Fix for FreeBSD to set the pid of assuan_peercred_t.
* Use socklen_t for the length of socket address.
* Fix errno setting on Widnows for assuan_sock_bind failure.
* New assuan_sock_get_flag "w32_error" to get the actual Windows
error after a system call and not just the mapped errno.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/libassuan2/Makefile
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libassuan2/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/security/libassuan2/Makefile
diff -u pkgsrc/security/libassuan2/Makefile:1.26 pkgsrc/security/libassuan2/Makefile:1.27
--- pkgsrc/security/libassuan2/Makefile:1.26 Fri Aug 9 12:02:45 2024
+++ pkgsrc/security/libassuan2/Makefile Wed Feb 19 19:26:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2024/08/09 12:02:45 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/02/19 19:26:04 adam Exp $
-DISTNAME= libassuan-3.0.1
+DISTNAME= libassuan-3.0.2
CATEGORIES= security
MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/
MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/libassuan/
Index: pkgsrc/security/libassuan2/distinfo
diff -u pkgsrc/security/libassuan2/distinfo:1.25 pkgsrc/security/libassuan2/distinfo:1.26
--- pkgsrc/security/libassuan2/distinfo:1.25 Fri Aug 9 12:02:45 2024
+++ pkgsrc/security/libassuan2/distinfo Wed Feb 19 19:26:04 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.25 2024/08/09 12:02:45 adam Exp $
+$NetBSD: distinfo,v 1.26 2025/02/19 19:26:04 adam Exp $
-BLAKE2s (libassuan-3.0.1.tar.bz2) = 434ecf3d4099e9d28af327a8c3c3c5501adc36f0044c80233b1a4e8caa872d1d
-SHA512 (libassuan-3.0.1.tar.bz2) = 6914a02c20053bae0fc4c29c5c40655f1cec711983d57fa85e46df34e90b10e33d31256dd50ae7c7faa8d8d750a529bf9072da0cda3bdd77ebfedbc0e26e5e16
-Size (libassuan-3.0.1.tar.bz2) = 592430 bytes
+BLAKE2s (libassuan-3.0.2.tar.bz2) = 3945fd27e70fbf9e2f14b0a33c07ec240cee1581467b59e540195f54d50422f1
+SHA512 (libassuan-3.0.2.tar.bz2) = a591eda350ecbf4fe8568b5087f69830df31f36ec67e2a50672aacea9bee16020f374a0bface459aeac1897c048072415ab5962a97034ce6fa413100b2a427fb
+Size (libassuan-3.0.2.tar.bz2) = 593917 bytes
SHA1 (patch-config.h.in) = 2fbc3543620930d7be7ab87cbea981e0825f833d
SHA1 (patch-configure) = 3c2c095aed1a12865e05b9f4f141f0da89634f83
SHA1 (patch-src_assuan-socket.c) = f4f9301a35c2fc8f399d50b91dc84216f4059465
Home |
Main Index |
Thread Index |
Old Index