misc/188676: archivers/libzip: update to 0.11.2

Oleg Ginzburg olevole at olevole.ru
Tue Apr 15 22:50:01 UTC 2014


>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:


More information about the freebsd-bugs mailing list