diff options
author | mef <mef@pkgsrc.org> | 2017-04-11 13:47:08 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2017-04-11 13:47:08 +0000 |
commit | d0b0125e71e0aed3d44da51f94da66cadc1a988f (patch) | |
tree | 940a44d150501886bef3e5ee366b34cb2c4f4a43 /archivers/advancecomp | |
parent | 133a7fc192369e8b178a55279eb766d835615350 (diff) | |
download | pkgsrc-d0b0125e71e0aed3d44da51f94da66cadc1a988f.tar.gz |
Updated archivers/advancecomp 1.19 to 1.23
------------------------------------------
ADVANCECOMP VERSION 1.23 2016/11
================================
* Fixed build issue from source code due missing libdeflate header.
ADVANCECOMP VERSION 1.22 2016/11
================================
* Enabled again the command line wildcard expansion in the Windows
builds. The new MingW compiler was disabling it by default.
ADVANCECOMP VERSION 1.21 2016/11
================================
* Added libdeflate support. It's the new default because it provides
better performance and compression than 7z.
From https://github.com/ebiggers/libdeflate
at commit 28cc14994b8b57f590d31a7340c8fffc5cc37d88
* Update to te latest zopfli library.
From https://github.com/google/zopfli
at commit 6818a0859063b946094fb6f94732836404a0d89a.
* Windows binaries built with MingW 4.9.3 using the MXE cross compiler at
commit 62bcdbee56e87c81f1faa105b8777a5879d4e2e with targets
i686-w64-mingw32 and x86_64-w64-mingw32.
* DOS binaries built with DJGPP 4.8.5 from
https://github.com/andrewwutw/build-djgpp
ADVANCECOMP VERSION 1.20 2015/08
================================
* Fixed .gz recompression of data bigger than 400 MB.
* Fixed .gz recompression with -0 and -1 options.
* Updated to the latest zopfli [Aaron Kaluszka].
* Preserve the EFS flag in .zip files [Jason Penney].
Diffstat (limited to 'archivers/advancecomp')
-rw-r--r-- | archivers/advancecomp/Makefile | 4 | ||||
-rw-r--r-- | archivers/advancecomp/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/advancecomp/Makefile b/archivers/advancecomp/Makefile index 8a9327e131e..67885f53342 100644 --- a/archivers/advancecomp/Makefile +++ b/archivers/advancecomp/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2016/05/30 13:27:04 mef Exp $ +# $NetBSD: Makefile,v 1.17 2017/04/11 13:47:08 mef Exp $ -DISTNAME= advancecomp-1.19 +DISTNAME= advancecomp-1.23 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=advancemame/} diff --git a/archivers/advancecomp/distinfo b/archivers/advancecomp/distinfo index 860beb9d373..7d40b62b373 100644 --- a/archivers/advancecomp/distinfo +++ b/archivers/advancecomp/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.7 2016/05/30 13:27:04 mef Exp $ +$NetBSD: distinfo,v 1.8 2017/04/11 13:47:08 mef Exp $ -SHA1 (advancecomp-1.19.tar.gz) = 894c2db01c9fff40257f929496621bdcea77748b -RMD160 (advancecomp-1.19.tar.gz) = 1064b5068178f6b65b30821cc19dcc0d241e4934 -SHA512 (advancecomp-1.19.tar.gz) = 9bce761f315e94ea9ebe59273cc810297e6227d914b498501f159f05c3a002236570c2d4248b397c5cdd3cf9a60565bb8d7f1470b079d5f50249031d3c78348d -Size (advancecomp-1.19.tar.gz) = 1193228 bytes +SHA1 (advancecomp-1.23.tar.gz) = 0c6d24c4a01eed5e229cb1fda2017fdce0a26fbc +RMD160 (advancecomp-1.23.tar.gz) = cd99a36ba2d4d428d08e91c566228550f41bd9f5 +SHA512 (advancecomp-1.23.tar.gz) = 2218d8677787d3f72434e2d5dd3f6b21f69de7042c7533ad29625522adedd56d765e70e4749bbfac14973b9b2bb6958db2900e62b26e5242106caf760cbc2236 +Size (advancecomp-1.23.tar.gz) = 1288937 bytes SHA1 (patch-aa) = ddc8b6981e1e0b46ac6291aee65d56cdae9f0998 SHA1 (patch-ab) = 1e6e10943bd2a414d4f704bd94b1de3d1036dd90 SHA1 (patch-ac) = d08d44224c4351c66c920b26bacc3f749a54d31a |