From owner-svn-ports-all@FreeBSD.ORG Sat Feb 7 15:34:58 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D58B4D8C; Sat, 7 Feb 2015 15:34:58 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A68E55F2; Sat, 7 Feb 2015 15:34:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t17FYwK8054720; Sat, 7 Feb 2015 15:34:58 GMT (envelope-from johans@FreeBSD.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t17FYvXM054714; Sat, 7 Feb 2015 15:34:57 GMT (envelope-from johans@FreeBSD.org) Message-Id: <201502071534.t17FYvXM054714@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: johans set sender to johans@FreeBSD.org using -f From: Johan van Selst Date: Sat, 7 Feb 2015 15:34:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r378598 - in branches/2015Q1/devel/patch: . files X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Feb 2015 15:34:58 -0000 Author: johans Date: Sat Feb 7 15:34:57 2015 New Revision: 378598 URL: https://svnweb.freebsd.org/changeset/ports/378598 QAT: https://qat.redports.org/buildarchive/r378598/ Log: Update to GNU patch 2.7.4; bugfix release, patches CVE-2015-1196 Approved by: ports-secteam (erwin) MFH: r378592 Modified: branches/2015Q1/devel/patch/Makefile branches/2015Q1/devel/patch/distinfo branches/2015Q1/devel/patch/files/patch-lib__localcharset.c Modified: branches/2015Q1/devel/patch/Makefile ============================================================================== --- branches/2015Q1/devel/patch/Makefile Sat Feb 7 15:14:29 2015 (r378597) +++ branches/2015Q1/devel/patch/Makefile Sat Feb 7 15:34:57 2015 (r378598) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= patch -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.4 CATEGORIES= devel MASTER_SITES= GNU Modified: branches/2015Q1/devel/patch/distinfo ============================================================================== --- branches/2015Q1/devel/patch/distinfo Sat Feb 7 15:14:29 2015 (r378597) +++ branches/2015Q1/devel/patch/distinfo Sat Feb 7 15:34:57 2015 (r378598) @@ -1,2 +1,2 @@ -SHA256 (patch-2.7.1.tar.xz) = 9124ba46db0abd873d0995c2ca880e81252676bb6c03e0a37dfc5f608a9b0ceb -SIZE (patch-2.7.1.tar.xz) = 675896 +SHA256 (patch-2.7.4.tar.xz) = 0eacbb07ce106fe4dcbfbe6c052e55b50bf3df8e1bb16228c9da77b6659ff109 +SIZE (patch-2.7.4.tar.xz) = 714392 Modified: branches/2015Q1/devel/patch/files/patch-lib__localcharset.c ============================================================================== --- branches/2015Q1/devel/patch/files/patch-lib__localcharset.c Sat Feb 7 15:14:29 2015 (r378597) +++ branches/2015Q1/devel/patch/files/patch-lib__localcharset.c Sat Feb 7 15:34:57 2015 (r378598) @@ -4,8 +4,8 @@ cp = charset_aliases; if (cp == NULL) { --#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__) -+#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined __FreeBSD__) +-#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2) ++#if !(defined DARWIN7 || defined VMS || defined WINDOWS_NATIVE || defined __CYGWIN__ || defined OS2 || defined __FreeBSD__) const char *dir; const char *base = "charset.alias"; char *file_name;