From owner-freebsd-bugs@FreeBSD.ORG Tue Apr 15 22:50:01 2014 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39461A0D for ; Tue, 15 Apr 2014 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1627016F6 for ; Tue, 15 Apr 2014 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FMo02r047503 for ; Tue, 15 Apr 2014 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FMo0Mo047492; Tue, 15 Apr 2014 22:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 15 Apr 2014 22:50:00 GMT Resent-Message-Id: <201404152250.s3FMo0Mo047492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Ginzburg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E249924 for ; Tue, 15 Apr 2014 22:46:24 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7205216CA for ; Tue, 15 Apr 2014 22:46:24 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FMkNXM008236 for ; Tue, 15 Apr 2014 22:46:23 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3FMkNQQ008229; Tue, 15 Apr 2014 22:46:23 GMT (envelope-from nobody) Message-Id: <201404152246.s3FMkNQQ008229@cgiserv.freebsd.org> Date: Tue, 15 Apr 2014 22:46:23 GMT From: Oleg Ginzburg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: misc/188676: archivers/libzip: update to 0.11.2 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 22:50:01 -0000 >Number: 188676 >Category: misc >Synopsis: archivers/libzip: update to 0.11.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Apr 15 22:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: >Organization: >Environment: >Description: update to 0.11.2: * Support querying/setting operating system and external attributes. * For newly added files, set operating system to UNIX, permissions to 0666 (0777 for directories). * Fix bug when writing zip archives containing files bigger than 4GB. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN libzip.bak/Makefile libzip/Makefile --- libzip.bak/Makefile 2014-04-16 02:14:52.000000000 +0400 +++ libzip/Makefile 2014-04-16 01:24:34.000000000 +0400 @@ -2,7 +2,7 @@ # $FreeBSD: head/archivers/libzip/Makefile 331383 2013-10-23 13:08:41Z makc $ PORTNAME= libzip -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= archivers devel MASTER_SITES= http://www.nih.at/libzip/ diff -ruN libzip.bak/distinfo libzip/distinfo --- libzip.bak/distinfo 2014-04-16 02:14:54.000000000 +0400 +++ libzip/distinfo 2014-04-16 01:25:37.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (libzip-0.11.1.tar.xz) = 65338688f157784c80824d222f779505416d066c701409f6aef6b886bcd856a4 -SIZE (libzip-0.11.1.tar.xz) = 395104 +SHA256 (libzip-0.11.2.tar.xz) = 7cfbbc2c540e154b933b6e9ec781e2671086bd8114eb744ae1a1ade34d2bb6bb +SIZE (libzip-0.11.2.tar.xz) = 413352 diff -ruN libzip.bak/files/patch-lib__Makefile.in libzip/files/patch-lib__Makefile.in --- libzip.bak/files/patch-lib__Makefile.in 2014-04-11 15:48:51.000000000 +0400 +++ libzip/files/patch-lib__Makefile.in 2014-04-16 01:32:56.000000000 +0400 @@ -1,21 +1,22 @@ ---- ./lib/Makefile.in.orig 2011-03-18 15:51:26.000000000 +0300 -+++ ./lib/Makefile.in 2011-04-24 23:34:37.521556385 +0400 -@@ -240,8 +240,8 @@ +--- ./lib/Makefile.in.orig 2013-12-19 15:37:11.000000000 +0400 ++++ ./lib/Makefile.in 2014-04-16 01:32:02.000000000 +0400 +@@ -349,8 +349,8 @@ libincludedir = ${libdir}/@PACKAGE@/include lib_LTLIBRARIES = libzip.la noinst_HEADERS = zipint.h -include_HEADERS = zip.h --libinclude_HEADERS = zipconf.h +-nodist_libinclude_HEADERS = zipconf.h +include_HEADERS = zip.h zipconf.h -+libinclude_HEADERS = ++nodist_libinclude_HEADERS = # also update CMakeLists.txt when changing version libzip_la_LDFLAGS = -no-undefined -version-info 3:0:1 -@@ -683,7 +683,7 @@ +@@ -830,8 +830,7 @@ info-am: --install-data-am: install-includeHEADERS install-libincludeHEADERS +-install-data-am: install-includeHEADERS \ +- install-nodist_libincludeHEADERS +install-data-am: install-includeHEADERS install-dvi: install-dvi-am >Release-Note: >Audit-Trail: >Unformatted: