Received: by mail.netbsd.org (Postfix, from userid 605) id 58D0184D85; Thu, 14 Nov 2019 15:26:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D6FA484D4D for ; Thu, 14 Nov 2019 15:25:59 +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 EFceppBaBVHK for ; Thu, 14 Nov 2019 15:25:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6EA7184CDA for ; Thu, 14 Nov 2019 15:25:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6BAD8FA97; Thu, 14 Nov 2019 15:25:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1573745159199760" MIME-Version: 1.0 Date: Thu, 14 Nov 2019 15:25:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/graphics/libv4l To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20191114152559.6BAD8FA97@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. --_----------=_1573745159199760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 14 15:25:59 UTC 2019 Modified Files: pkgsrc/graphics/libv4l: Makefile Log Message: libv4l: bump PKGREVISION for RELRO fix To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/libv4l/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1573745159199760 Content-Disposition: inline Content-Length: 532 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/libv4l/Makefile diff -u pkgsrc/graphics/libv4l/Makefile:1.17 pkgsrc/graphics/libv4l/Makefile:1.18 --- pkgsrc/graphics/libv4l/Makefile:1.17 Sun Aug 5 10:54:58 2018 +++ pkgsrc/graphics/libv4l/Makefile Thu Nov 14 15:25:59 2019 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.17 2018/08/05 10:54:58 rjs Exp $ +# $NetBSD: Makefile,v 1.18 2019/11/14 15:25:59 wiz Exp $ DISTNAME= libv4l-0.4.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics #MASTER_SITES= http://people.atrpms.net/~hdegoede/ --_----------=_1573745159199760--