Commit Graph

18 Commits

Author SHA1 Message Date
Dima Panov 8856ff5add archivers/libzip: update to 1.7.3
PR:		252456
Submitted by:	fluffy
Reported by:	Repology
Approved by:	rakuco
2021-01-06 16:09:13 +00:00
Raphael Kubo da Costa 676d525cd2 Update to 1.5.2.
Announcement: https://libzip.org/news/release-1.5.2.html
2019-03-16 15:59:26 +00:00
Raphael Kubo da Costa 0f5fff9471 Update to 1.5.1.
Upstream has switched to CMake, so follow suit here (and explicitly disable
crypto backends other than OpenSSL for AES support).

The port also depends on Perl for testing, so add the missing dependency.

Based on an initial patch by danfe@.

Submitted by:	danfe (initial version)
2018-06-14 21:18:54 +00:00
Raphael Kubo da Costa ae74f422d9 Update to 1.3.2.
Remove our local patches, upstream has started installing zipconf.h into an
architecture-independent directory.
2017-11-21 12:09:55 +00:00
Raphael Kubo da Costa 1f941c5dad Update libzip to 1.3.0.
It includes the fix for CVE-2017-14107 (landed separately in r450768) as well
as a fix for CVE-2017-12858, which did not affect us due to the fact that the
vulnerability was introduced in 1.2.0.

libzip.so's SOVERSION got bumped after the removal of the undocumented function
zip_archive_set_tempdir(). All ports depending on libzip continue to build fine
after that.

PR:		222638
Submitted by:	Dani <i.dani@outlook.com>
2017-09-27 18:06:06 +00:00
Jason E. Hale bc8a7afbb1 - Update to 1.1.3
- Set LICENSE (BSD3CLAUSE)
2016-10-23 09:13:09 +00:00
Raphael Kubo da Costa 6c4a4a6b21 Update to 1.1.2.
Release notes: http://www.nih.at/libzip/NEWS.html

PR:		207441
Approved by:	makc (maintainer)
2016-02-25 10:03:17 +00:00
Raphael Kubo da Costa ad6b0f53de Update to 1.1.1.
2016-02-07: Released libzip 1.1.1
- Build fixes for Linux
- Fix some warnings reported by PVS-Studio

2016-01-28: Released libzip 1.1
- ziptool(1): command line tool to modify zip archives
- Speedups for archives with many entries
- Coverity fixes
- Better APK support
- Support for running tests on Windows
- More build fixes for Windows
- Portability fixes
- Documentation improvements

PR:		207250
Approved by:	makc (maintainer)
2016-02-17 13:58:46 +00:00
Max Brazhnikov f4a3846f70 archivers/libzip:
- Update to 1.0.1
- Remove obsolete patches
2015-08-28 10:47:43 +00:00
Max Brazhnikov 1d7811daed archivers/libzip:
- Update to bugfix release 0.11.2
- Convert to USES=tar:xz
- Remove needless USE_AUTOTOOLS
- Strip installed library
2014-04-18 09:35:56 +00:00
Max Brazhnikov 44f45cd7c7 - Update to 0.11.1 [1]
- Move MANx records to a separate makefile
- switch to xz compressed tarball
- Convert to USES, remove needless pkgconfig dependency

PR:		based on ports/180454 [1]
Submitted by:	Oleg Ginzburg <olevole at olevole.ru>
2013-07-13 18:01:04 +00:00
Max Brazhnikov eb6d0eb0f5 Update to bugfix release 0.10.1:
- fixed CVE-2012-1162
 - fixed CVE-2012-1163

Feature safe:	yes
2012-04-03 13:07:32 +00:00
Max Brazhnikov 85dfc7fbf0 Update to 0.10 2011-04-24 21:59:08 +00:00
Martin Wilke 65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Max Brazhnikov 471b31c71a Update to 0.9.3
Reformat pkg-descr.

Feature safe:	yes
2010-02-22 11:17:16 +00:00
Thomas Abthorpe 1478faa914 - update to 0.8
PR:		ports/115201
Submitted by:	Maxim Samsonov <xors_AT_mne.ru>
Approved by:	Alexander Zhuravlev (maintainer), clsung (mentor)
2007-09-18 12:04:29 +00:00
Cheng-Lung Sung dcb30613fd - Update to 0.7.1
Submitted by:	chinsan <chinsan dot tw_AT_gmail dot com>
Approved by:	maintainer (Alexander Zhuravlev)
2006-07-15 15:21:22 +00:00
Jean-Yves Lefort e74db4a6d9 Add libzip.
libzip is a C library for reading, creating, and modifying zip archives. Files
can be added from data buffers, files, or compressed data copied directly from
other zip archives. Changes made without closing the archive can be reverted.
The API is documented by man pages.

WWW: http://www.nih.at/libzip/

PR:		ports/94710
Submitted by:	Alexander Zhuravlev <zaa@ulstu.ru>
2006-03-21 16:28:29 +00:00