Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A4E3E7A1FB for ; Tue, 14 Mar 2017 21:50:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1E2F08568F; Tue, 14 Mar 2017 21:50:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A3608855B7 for ; Tue, 14 Mar 2017 21:50:00 +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 ACnk1QspPiUa for ; Tue, 14 Mar 2017 21:50:00 +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 3672D84CF0 for ; Tue, 14 Mar 2017 21:50:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31091FBE4; Tue, 14 Mar 2017 21:50:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1489528200216210" MIME-Version: 1.0 Date: Tue, 14 Mar 2017 21:50:00 +0000 From: "Roy Marples" Subject: CVS commit: pkgsrc/net/parpd To: pkgsrc-changes@NetBSD.org Reply-To: roy@netbsd.org X-Mailer: log_accum Message-Id: <20170314215000.31091FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1489528200216210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: roy Date: Tue Mar 14 21:50:00 UTC 2017 Modified Files: pkgsrc/net/parpd: Makefile distinfo Log Message: Import parpd-1.6 with the following changes: * Improved BPF ARP filter. * Use inet_pton to convert addresses for better error reporting. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/parpd/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/parpd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1489528200216210 Content-Disposition: inline Content-Length: 1684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/parpd/Makefile diff -u pkgsrc/net/parpd/Makefile:1.11 pkgsrc/net/parpd/Makefile:1.12 --- pkgsrc/net/parpd/Makefile:1.11 Thu Jan 19 18:52:20 2017 +++ pkgsrc/net/parpd/Makefile Tue Mar 14 21:50:00 2017 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2017/01/19 18:52:20 agc Exp $ +# $NetBSD: Makefile,v 1.12 2017/03/14 21:50:00 roy Exp $ # -DISTNAME= parpd-1.5 +DISTNAME= parpd-1.6 CATEGORIES= net MASTER_SITES= ftp://roy.marples.name/pub/parpd/ MASTER_SITES+= http://roy.aydogan.net/parpd/ -EXTRACT_SUFX= .tar.bz2 +EXTRACT_SUFX= .tar.xz MAINTAINER= roy@NetBSD.org HOMEPAGE= http://roy.marples.name/projects/parpd/ Index: pkgsrc/net/parpd/distinfo diff -u pkgsrc/net/parpd/distinfo:1.6 pkgsrc/net/parpd/distinfo:1.7 --- pkgsrc/net/parpd/distinfo:1.6 Wed Nov 4 00:35:26 2015 +++ pkgsrc/net/parpd/distinfo Tue Mar 14 21:50:00 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.6 2015/11/04 00:35:26 agc Exp $ +$NetBSD: distinfo,v 1.7 2017/03/14 21:50:00 roy Exp $ -SHA1 (parpd-1.5.tar.bz2) = 854b92205db882f8a31d25360ab4dbf2469f77d4 -RMD160 (parpd-1.5.tar.bz2) = 442632531eeb97a8f48232ef260db1924cafdf4b -SHA512 (parpd-1.5.tar.bz2) = ef26caf25a1c8b2ae912882bf22055f6f8355ea20c04493fb1537de2414f8f877ae5686111c5de43e0e081a863ef3b1818da96335a8a872ba1b414449e45b870 -Size (parpd-1.5.tar.bz2) = 11420 bytes +SHA1 (parpd-1.6.tar.xz) = 83d61196ef7988d6b6425017e96bef4c7712b4e3 +RMD160 (parpd-1.6.tar.xz) = 9785e3a67cf335dd126fc2db41581a9c788dd2b6 +SHA512 (parpd-1.6.tar.xz) = b0b241ec18b8964dd4e43c8238c9462a0fe52db8c1ac81ea3a95a15d57fa1707f7c3d7e882f6468cff8f2d3ed4896badce684db74d3316fb49f252a216e8c42b +Size (parpd-1.6.tar.xz) = 18440 bytes --_----------=_1489528200216210--