pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/p7zip Updated archivers/p7zip from 15.4.1 to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fcbbce0b625a
branches:  trunk
changeset: 349922:fcbbce0b625a
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Jul 19 08:26:10 2016 +0000

description:
Updated archivers/p7zip from 15.4.1 to 16.02
--------------------------------------------
Version 16.02
=============
  - From Windows version of 7-Zip 16.02:
    - The BUG in 16.00 - 16.01 was fixed: 7-Zip mistakenly reported the warning
      "There are some data after the end of the payload data" for split archives.

Version 16.01 (never published)
=============
  - From Windows version of 7-Zip 16.01:
    - The bugs in SWM (WIM), EXE (PE) and CHM code were fixed.
    - there are some internal changes in source code for better compatibility with VS2015 C++ compiler.

Version 16.00 (never published)
=============
  - better support for OpenBsd (CPP/Windows/System.cpp), thanks Josh (https://sourceforge.net/p/p7zip/discussion/383043/thread/ee32dcd8/?limit=25#c322)

  - From Windows version of 7-Zip 16.00:
    - 7-Zip now can extract multivolume ZIP archives (z01, z02, ... , zip).
    - Some fixed bugs:
      - bzip2 decoder -mmt2 reported E_FAIL (for k_My_HRESULT_WritingWasCut case), if we extract partial file.
      - 7z solid update (hang in break)
      - sha1 worked incorrectly for call after call with ((size & 3) != 0)
      - 7z update bcj bugs were fixed.
      - split (aaa.001) fixed
      - iso loop fix
      - rar4 multivol -stdin kpidSize
      - drag and drop 1<2.txt
      - memory access violation fix

diffstat:

 archivers/p7zip/Makefile |   6 +++---
 archivers/p7zip/PLIST    |   3 +--
 archivers/p7zip/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (49 lines):

diff -r 08ebe4a73024 -r fcbbce0b625a archivers/p7zip/Makefile
--- a/archivers/p7zip/Makefile  Tue Jul 19 07:33:37 2016 +0000
+++ b/archivers/p7zip/Makefile  Tue Jul 19 08:26:10 2016 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2016/04/11 14:19:59 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2016/07/19 08:26:10 mef Exp $
 
-DISTNAME=      p7zip_15.14.1_src_all
-PKGNAME=       p7zip-15.14.1
+DISTNAME=      p7zip_16.02_src_all
+PKGNAME=       ${DISTNAME:S/_src_all//S/_/-/}
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=p7zip/}
 EXTRACT_SUFX=  .tar.bz2
diff -r 08ebe4a73024 -r fcbbce0b625a archivers/p7zip/PLIST
--- a/archivers/p7zip/PLIST     Tue Jul 19 07:33:37 2016 +0000
+++ b/archivers/p7zip/PLIST     Tue Jul 19 08:26:10 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2016/04/07 14:41:34 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.22 2016/07/19 08:26:10 mef Exp $
 bin/7z
 bin/7za
 ${PLIST.dll}lib/7z.so
@@ -29,7 +29,6 @@
 share/doc/p7zip/switches/bb.htm
 share/doc/p7zip/switches/bs.htm
 share/doc/p7zip/switches/charset.htm
-share/doc/p7zip/switches/email.htm
 share/doc/p7zip/switches/exclude.htm
 share/doc/p7zip/switches/include.htm
 share/doc/p7zip/switches/index.htm
diff -r 08ebe4a73024 -r fcbbce0b625a archivers/p7zip/distinfo
--- a/archivers/p7zip/distinfo  Tue Jul 19 07:33:37 2016 +0000
+++ b/archivers/p7zip/distinfo  Tue Jul 19 08:26:10 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.49 2016/04/11 14:19:59 ryoon Exp $
+$NetBSD: distinfo,v 1.50 2016/07/19 08:26:10 mef Exp $
 
-SHA1 (p7zip_15.14.1_src_all.tar.bz2) = 9b15a79f94230fab9b9d4f9f532c723117145c7a
-RMD160 (p7zip_15.14.1_src_all.tar.bz2) = 1b240131d6fc8322830fa893357a62a9cdb81bdb
-SHA512 (p7zip_15.14.1_src_all.tar.bz2) = 30d0ef47bd6938cdd5d9d80ec6e7aed972655686a43adb0ae34bb9856ec7cd5a68a05c580352021055cefd6eeceb134ff6402f93686ce46e57f9757798e76abd
-Size (p7zip_15.14.1_src_all.tar.bz2) = 4147911 bytes
+SHA1 (p7zip_16.02_src_all.tar.bz2) = e8819907132811aa1afe5ef296181d3a15cc8f22
+RMD160 (p7zip_16.02_src_all.tar.bz2) = 03550898e45b3eabe4ea0df5ee3787bd8f179fd0
+SHA512 (p7zip_16.02_src_all.tar.bz2) = d2c4d53817f96bb4c7683f42045198d4cd509cfc9c3e2cb85c8d9dc4ab6dfa7496449edeac4e300ecf986a9cbbc90bd8f8feef8156895d94617c04e507add55f
+Size (p7zip_16.02_src_all.tar.bz2) = 4239909 bytes
 SHA1 (patch-CPP_Windows_DLL.cpp) = 12fb3f3cf4d32b8848f741dde6bcb0e56a9c6745
 SHA1 (patch-aa) = 9c103fa831cc6ff099e3a604c763ff416f1b48ec
 SHA1 (patch-ab) = c680fb037b9ef5e19e4c8dc71dd710598277a61b



Home | Main Index | Thread Index | Old Index