Received: by mail.netbsd.org (Postfix, from userid 605) id ABCF984F6B; Sat, 24 Dec 2022 00:11:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B72C084F6A for ; Sat, 24 Dec 2022 00:10:27 +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 S0AtpuF0xkp5 for ; Sat, 24 Dec 2022 00:10:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1F7E284ED1 for ; Sat, 24 Dec 2022 00:10:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 17682FA90; Sat, 24 Dec 2022 00:10:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1671840627184450" MIME-Version: 1.0 Date: Sat, 24 Dec 2022 00:10:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/security/rvault To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20221224001027.17682FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1671840627184450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Dec 24 00:10:27 UTC 2022 Modified Files: pkgsrc/security/rvault: Makefile distinfo Removed Files: pkgsrc/security/rvault/patches: patch-core_http__req.c Log Message: rvault: curl fix was incorrect Doesn't build for me for fuse reasons, so testing is hard. Let's remove -Werror, we don't want that in pkgsrc anyway. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/rvault/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/rvault/distinfo cvs rdiff -u -r1.2 -r0 pkgsrc/security/rvault/patches/patch-core_http__req.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1671840627184450 Content-Disposition: inline Content-Length: 1539 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/rvault/Makefile diff -u pkgsrc/security/rvault/Makefile:1.13 pkgsrc/security/rvault/Makefile:1.14 --- pkgsrc/security/rvault/Makefile:1.13 Wed Oct 26 10:31:57 2022 +++ pkgsrc/security/rvault/Makefile Sat Dec 24 00:10:26 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2022/10/26 10:31:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2022/12/24 00:10:26 wiz Exp $ DISTNAME= rvault-0.3 PKGREVISION= 7 @@ -21,6 +21,8 @@ MAKE_ENV+= DESTDIR=${DESTDIR} MAKE_ENV+= BINDIR=${PREFIX}/bin MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR} +BUILDLINK_TRANSFORM+= rm:-Werror + .include "../../security/scrypt/buildlink3.mk" .include "../../mk/fuse.buildlink3.mk" .include "../../www/curl/buildlink3.mk" Index: pkgsrc/security/rvault/distinfo diff -u pkgsrc/security/rvault/distinfo:1.8 pkgsrc/security/rvault/distinfo:1.9 --- pkgsrc/security/rvault/distinfo:1.8 Fri Dec 23 12:42:09 2022 +++ pkgsrc/security/rvault/distinfo Sat Dec 24 00:10:26 2022 @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/12/23 12:42:09 wiz Exp $ +$NetBSD: distinfo,v 1.9 2022/12/24 00:10:26 wiz Exp $ BLAKE2s (rvault-0.3.tar.gz) = 4ff52e5edf6156c4c9cc0046f02ef8845e9678a2c4719c64a1f7e83a040bd1b6 SHA512 (rvault-0.3.tar.gz) = 0687d14cf646adccb3c09a3d5a16e771ef9b046bd4e596a487413e83e06709b27a62c2f08a9a23d47f6253cadc1fb7cbe53262455faa6628d5b23d8539f12271 Size (rvault-0.3.tar.gz) = 76921 bytes SHA1 (patch-core_cli.c) = 8214fe7f75273a0d434751b600d89d70f735a24c -SHA1 (patch-core_http__req.c) = fbdcb674c577a21a36713fe9868294539e8b229c --_----------=_1671840627184450--