Received: by mail.netbsd.org (Postfix, from userid 605) id F307584DAD; Tue, 1 Oct 2019 16:38:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7AD6984D6B for ; Tue, 1 Oct 2019 16:38:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0jVboPsJONNp for ; Tue, 1 Oct 2019 16:38:09 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F395B84CE8 for ; Tue, 1 Oct 2019 16:38:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F125CFBF4; Tue, 1 Oct 2019 16:38:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156994788848660" MIME-Version: 1.0 Date: Tue, 1 Oct 2019 16:38:08 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/net/radsecproxy To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20191001163808.F125CFBF4@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. --_----------=_156994788848660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Tue Oct 1 16:38:08 UTC 2019 Modified Files: pkgsrc/net/radsecproxy: Makefile distinfo Log Message: Update radsecproxy to version 1.8.1. Pkgsrc changes: * None. Upstream changes: 2019-10-01 1.8.1 Bug fixes: - Handle Tunnel-Password attribute correctly - Fix BSD platform issues - Fix spelling in log messages and manpages - Fix compile issues for unit tests - Don't hardcode location of config files To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/radsecproxy/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/radsecproxy/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156994788848660 Content-Disposition: inline Content-Length: 1635 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/radsecproxy/Makefile diff -u pkgsrc/net/radsecproxy/Makefile:1.6 pkgsrc/net/radsecproxy/Makefile:1.7 --- pkgsrc/net/radsecproxy/Makefile:1.6 Wed Sep 11 11:51:22 2019 +++ pkgsrc/net/radsecproxy/Makefile Tue Oct 1 16:38:08 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2019/09/11 11:51:22 he Exp $ +# $NetBSD: Makefile,v 1.7 2019/10/01 16:38:08 he Exp $ -VERSION= 1.8.0 +VERSION= 1.8.1 DISTNAME= radsecproxy-${VERSION} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_GITHUB:=radsecproxy/} Index: pkgsrc/net/radsecproxy/distinfo diff -u pkgsrc/net/radsecproxy/distinfo:1.4 pkgsrc/net/radsecproxy/distinfo:1.5 --- pkgsrc/net/radsecproxy/distinfo:1.4 Wed Sep 11 11:51:22 2019 +++ pkgsrc/net/radsecproxy/distinfo Tue Oct 1 16:38:08 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2019/09/11 11:51:22 he Exp $ +$NetBSD: distinfo,v 1.5 2019/10/01 16:38:08 he Exp $ -SHA1 (radsecproxy-1.8.0.tar.gz) = c460e4f59d78264a364ca3810df0c0441f319de2 -RMD160 (radsecproxy-1.8.0.tar.gz) = 2cdfcf06a28362155c6ac4562f7bc004fbba907e -SHA512 (radsecproxy-1.8.0.tar.gz) = 91a3bb60cb3d03fac4a789eca9d4e87512ae36f44c7eeee35a3766b60d57b0425ecabade56db52696727d864986f88a9d8fa26ca0ea2ac699abecda53a1e6a1a -Size (radsecproxy-1.8.0.tar.gz) = 326176 bytes +SHA1 (radsecproxy-1.8.1.tar.gz) = 4b62f3f7bbaeff11ca201f140f06d0b5664501bf +RMD160 (radsecproxy-1.8.1.tar.gz) = ea252a220388ede6cd0a27c7961215a5c11ccd63 +SHA512 (radsecproxy-1.8.1.tar.gz) = 4bf19a1490f63ae790612e0f15dfe539ddfbf4e0a3f16ba97532c612a6ab877d1686169ceba75f100cf098c501a3abad30302383d2277f915eceeeee98ba6232 +Size (radsecproxy-1.8.1.tar.gz) = 326921 bytes --_----------=_156994788848660--