Received: by mail.netbsd.org (Postfix, from userid 605) id 20F1B84D6D; Wed, 13 Feb 2019 16:05:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BABF84D41 for ; Wed, 13 Feb 2019 16:05:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 4an-eq7r9EiR for ; Wed, 13 Feb 2019 16:05:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F1A184CDA for ; Wed, 13 Feb 2019 16:05:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 19931FB16; Wed, 13 Feb 2019 16:05:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550073949114660" MIME-Version: 1.0 Date: Wed, 13 Feb 2019 16:05:49 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/libassuan2 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190213160549.19931FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550073949114660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Feb 13 16:05:49 UTC 2019 Modified Files: pkgsrc/security/libassuan2: Makefile distinfo Log Message: libassuan2: updated to 2.5.3 Noteworthy changes in version 2.5.3: * Add a timeout for writing to a SOCKS5 proxy. This helps if another service is running on the standard tor socket (e.g. Windows 10). * Add workaround for a problem with LD_LIBRARY_PATH on newer systems. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/libassuan2/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/libassuan2/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550073949114660 Content-Disposition: inline Content-Length: 1881 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/libassuan2/Makefile diff -u pkgsrc/security/libassuan2/Makefile:1.18 pkgsrc/security/libassuan2/Makefile:1.19 --- pkgsrc/security/libassuan2/Makefile:1.18 Wed Jan 16 08:21:10 2019 +++ pkgsrc/security/libassuan2/Makefile Wed Feb 13 16:05:48 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2019/01/16 08:21:10 adam Exp $ +# $NetBSD: Makefile,v 1.19 2019/02/13 16:05:48 adam Exp $ -DISTNAME= libassuan-2.5.2 +DISTNAME= libassuan-2.5.3 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.15 pkgsrc/security/libassuan2/distinfo:1.16 --- pkgsrc/security/libassuan2/distinfo:1.15 Wed Jan 16 08:21:10 2019 +++ pkgsrc/security/libassuan2/distinfo Wed Feb 13 16:05:48 2019 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.15 2019/01/16 08:21:10 adam Exp $ +$NetBSD: distinfo,v 1.16 2019/02/13 16:05:48 adam Exp $ -SHA1 (libassuan-2.5.2.tar.bz2) = fb66bc1e8971d48ac9dbacd1cdaf6487a3e77375 -RMD160 (libassuan-2.5.2.tar.bz2) = a6d5698b3d2bfcf5cf08963714ef077c695bca94 -SHA512 (libassuan-2.5.2.tar.bz2) = 1c6f87e3f785a053e6b736eb3554fa704c798c7078307391ca45961e06d9282c659c8e46d230d1f52e67acc2cc12d841f9ec0d5184443f68555d3f0d240865b3 -Size (libassuan-2.5.2.tar.bz2) = 570676 bytes +SHA1 (libassuan-2.5.3.tar.bz2) = 6d81bf42fa91ed2894df8b65764ce899e39776f8 +RMD160 (libassuan-2.5.3.tar.bz2) = d9feb40b2b5f7efb0c8b981d889daf0a592c73d2 +SHA512 (libassuan-2.5.3.tar.bz2) = e7ccb651ea75b07b2e687d48d86d0ab83cba8e2af7f30da2aec794808e13e6ec93f21d607db50d3431f1c23cb3a07a2793b71170e69fa2f5a82cffb81961f617 +Size (libassuan-2.5.3.tar.bz2) = 572348 bytes SHA1 (patch-configure) = 0cb945282bd00a96b66d245f9723fd8d0bc32d8b SHA1 (patch-src_assuan-uds.c) = 62d935c5fad5eb5bbc6721f89681b7be724c4916 --_----------=_1550073949114660--