Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 16569A654C for ; Sun, 8 Feb 2015 09:29:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AF5A314A18D; Sun, 8 Feb 2015 09:29:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E8F8B14A18A for ; Sun, 8 Feb 2015 09:29:43 +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 3TjWUxTRzkMs for ; Sun, 8 Feb 2015 09:29:43 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4E45314A187 for ; Sun, 8 Feb 2015 09:29:43 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 48BEF98; Sun, 8 Feb 2015 09:29:43 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 Feb 2015 09:29:43 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/patch To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150208092943.48BEF98@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Sun Feb 8 09:29:43 UTC 2015 Modified Files: pkgsrc/devel/patch: Makefile distinfo Log Message: Update 2.7.1 to 2.7.4 --------------------- Changes until version 2.7.4: * When a file isn't being deleted because the file contents don't match the patch, the resulting message is now "Not deleting file ... as content differs from patch" instead of "File ... is not empty after patch; not deleting". * Function names in hunks (from diff -p) are now preserved in reject files. * Patch no longer follows symbolic links to input and output files. This ensures that symbolic links created by git-style patches cannot cause patch to write outside the working directory (CVE-2015-1196). * Various fixes. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/patch/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/patch/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.