From owner-svn-ports-branches@FreeBSD.ORG Wed Feb 18 18:38:16 2015 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB72269; Wed, 18 Feb 2015 18:38:16 +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 252942AE; Wed, 18 Feb 2015 18:38:16 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1IIcGMJ031830; Wed, 18 Feb 2015 18:38:16 GMT (envelope-from delphij@FreeBSD.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1IIcG2i031829; Wed, 18 Feb 2015 18:38:16 GMT (envelope-from delphij@FreeBSD.org) Message-Id: <201502181838.t1IIcG2i031829@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: delphij set sender to delphij@FreeBSD.org using -f From: Xin LI Date: Wed, 18 Feb 2015 18:38:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r379305 - branches/2015Q1/archivers/unzip/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-branches@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Feb 2015 18:38:16 -0000 Author: delphij Date: Wed Feb 18 18:38:15 2015 New Revision: 379305 URL: https://svnweb.freebsd.org/changeset/ports/379305 QAT: https://qat.redports.org/buildarchive/r379305/ Log: MFH: r379304 Fix patch, pass my pointy hats please. Reported by: Tomoaki AOKI Approved by: ports-secteam Modified: branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Directory Properties: branches/2015Q1/ (props changed) Modified: branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c ============================================================================== --- branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Wed Feb 18 18:37:37 2015 (r379304) +++ branches/2015Q1/archivers/unzip/files/extra-iconv-patch-unix_unix.c Wed Feb 18 18:38:15 2015 (r379305) @@ -1,5 +1,5 @@ ---- unix.c.orig 2015-02-17 15:18:36.176142072 -0800 -+++ unix.c 2015-02-17 15:18:56.289341100 -0800 +--- unix/unix.c.orig 2015-02-17 15:18:36.176142072 -0800 ++++ unix/unix.c 2015-02-17 15:18:56.289341100 -0800 @@ -30,6 +30,9 @@ #define UNZIP_INTERNAL #include "unzip.h"