diff options
author | ryoon <ryoon> | 2015-12-14 14:07:42 +0000 |
---|---|---|
committer | ryoon <ryoon> | 2015-12-14 14:07:42 +0000 |
commit | 337504b25c9992ca42118f528775b85f26fa4296 (patch) | |
tree | f830d135187c2d67beb35bfd9c9ed2af0e14a114 | |
parent | eb38c94aed2182466ca9db005fac4e1e5883928a (diff) | |
download | pkgsrc-337504b25c9992ca42118f528775b85f26fa4296.tar.gz |
Update to 2.4.2
Changelog:
Noteworthy changes in version 2.4.2 (2015-12-02) [C7/A7/R2]
------------------------------------------------
* The nPth version of the connect system hook does now wrap the call
with npth_unprotec/npth_protect to avoid blocking during a connect.
* Add feature to assuan_sock_connect_byname to test for SOCKS5
availability.
Noteworthy changes in version 2.4.1 (2015-11-23) [C7/A7/R1]
------------------------------------------------
* In Tor mode fallback to port 9150 if 9050 is not listening.
* Allow building with older mingw-w64 versions.
Noteworthy changes in version 2.4.0 (2015-11-03) [C7/A7/R0]
------------------------------------------------
* New flags "socks" and "tor-mode" for assuan_sock_{set,get}_flag.
* New function assuan_sock_connect_byname.
* Require at least libgpg-error 1.17.
* Interface changes relative to the 2.3.0 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
assuan_sock_connect_byname NEW.
ASSUAN_SOCK_TOR NEW.
ASSUAN_SOCK_SOCKS NEW.
assuan_sock_set_flag EXTENDED.
assuan_sock_get_flag EXTENDED.
Noteworthy changes in version 2.3.0 (2015-08-28) [C6/A6/R0]
------------------------------------------------
* Now wipes out the memory of the context structure before freeing.
The context may have stored sensitive data in its line buffers.
* Fixed a problem with the data length limit in assuan_inquire.
* Returns GPG_ERR_SOURCE_ASSUAN with errors from functions w/o a
context.
* Two new functions to tweak the behaviour of the socket wrappers.
* Experimental code to support Cygwin's local sockets.
* By default build without a build timestamp.
* Interface changes relative to the 2.2.1 release:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
assuan_sock_set_flag NEW.
assuan_sock_get_flag NEW.
-rw-r--r-- | security/libassuan2/Makefile | 4 | ||||
-rw-r--r-- | security/libassuan2/buildlink3.mk | 6 | ||||
-rw-r--r-- | security/libassuan2/distinfo | 10 |
3 files changed, 10 insertions, 10 deletions
diff --git a/security/libassuan2/Makefile b/security/libassuan2/Makefile index 8cee9633829..76b0b83653a 100644 --- a/security/libassuan2/Makefile +++ b/security/libassuan2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2015/07/05 18:23:24 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2015/12/14 14:07:42 ryoon Exp $ -DISTNAME= libassuan-2.2.1 +DISTNAME= libassuan-2.4.2 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/libassuan/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/libassuan2/buildlink3.mk b/security/libassuan2/buildlink3.mk index 021b06ca591..3a2916f9b26 100644 --- a/security/libassuan2/buildlink3.mk +++ b/security/libassuan2/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.3 2011/04/22 13:42:47 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2015/12/14 14:07:42 ryoon Exp $ BUILDLINK_TREE+= libassuan .if !defined(LIBASSUAN_BUILDLINK3_MK) LIBASSUAN_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.0.0 -BUILDLINK_ABI_DEPENDS.libassuan+= libassuan>=2.0.1nb2 +BUILDLINK_API_DEPENDS.libassuan+= libassuan>=2.4.2 +BUILDLINK_ABI_DEPENDS.libassuan+= libassuan>=2.4.2 BUILDLINK_PKGSRCDIR.libassuan?= ../../security/libassuan2 .include "../../security/libgpg-error/buildlink3.mk" diff --git a/security/libassuan2/distinfo b/security/libassuan2/distinfo index 3f24d1f5431..542a1cb0fed 100644 --- a/security/libassuan2/distinfo +++ b/security/libassuan2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2015/11/04 01:17:48 agc Exp $ +$NetBSD: distinfo,v 1.8 2015/12/14 14:07:42 ryoon Exp $ -SHA1 (libassuan-2.2.1.tar.bz2) = c21b86482f6a3624c2b46b91e20f8415f244233a -RMD160 (libassuan-2.2.1.tar.bz2) = a3cd677855045fe095a1d04de756ab4d8e25521c -SHA512 (libassuan-2.2.1.tar.bz2) = 7788c7c1163bbad659e308d7dc4254f9d6c27ff6bf9d9fad2ef7b9f07392799a3c0f57c6cbcc5f39aecaabb9ba8150044a969099b8d53d2eaf47d6022f1d9c4b -Size (libassuan-2.2.1.tar.bz2) = 542381 bytes +SHA1 (libassuan-2.4.2.tar.bz2) = ac1047f9764fd4a4db7dafe47640643164394db9 +RMD160 (libassuan-2.4.2.tar.bz2) = e8b7dcc3f55d2053a37f91d55f893b36e069f228 +SHA512 (libassuan-2.4.2.tar.bz2) = 175f9807b7c960750d8177bc879be1476b7948c9af17cce48a60e8ef35cf1f62dc0909fe6c53898d0ac0b991aa22d6aa0720bfbc48894a89775d32f287ea9f7b +Size (libassuan-2.4.2.tar.bz2) = 587631 bytes SHA1 (patch-src_Makefile.in) = 9c17777ee7750f06366b58023560d885072887ed |