aboutsummaryrefslogtreecommitdiff
path: root/archivers/libzip
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* archivers/libzip: unbreak build with non-base *sslDima Panov2021-01-071-0/+18
| | | | | | | | | | PR: 252483 Submitted by: rakuco Reported by: rozhuk.im@gmail.com Approved by: rakuco Notes: svn path=/head/; revision=560706
* archivers/libzip: update to 1.7.3Dima Panov2021-01-064-13/+21
| | | | | | | | | | PR: 252456 Submitted by: fluffy Reported by: Repology Approved by: rakuco Notes: svn path=/head/; revision=560536
* Update to 1.5.2.Raphael Kubo da Costa2019-03-162-5/+5
| | | | | | | Announcement: https://libzip.org/news/release-1.5.2.html Notes: svn path=/head/; revision=495897
* Change cmake default behaviour to outsource.Tobias C. Berner2018-12-251-1/+1
| | | | | | | | | | | | | | Ports that build out of source now simply can use "USES=cmake" instead of "USES=cmake:outsource". Ports that fail to build out of source now need to specify "USES=cmake:insource". I tried to only set insource where explictely needed. PR: 232038 Exp-run by: antoine Notes: svn path=/head/; revision=488341
* Update to 1.5.1.Raphael Kubo da Costa2018-06-144-11/+28
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=472400
* Update to 1.3.2.Raphael Kubo da Costa2017-11-215-44/+6
| | | | | | | | Remove our local patches, upstream has started installing zipconf.h into an architecture-independent directory. Notes: svn path=/head/; revision=454603
* Point to libzip.org.Raphael Kubo da Costa2017-11-212-2/+2
| | | | | | | | libzip has recently switched to its own domain; use it instead of relying on redirections from the old one. Notes: svn path=/head/; revision=454595
* Set TEST_TARGET.Raphael Kubo da Costa2017-09-271-0/+1
| | | | | | | | | Use it to run `make check'. Submitted by: gpalmer Notes: svn path=/head/; revision=450776
* Update libzip to 1.3.0.Raphael Kubo da Costa2017-09-275-41/+17
| | | | | | | | | | | | | | | | 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> Notes: svn path=/head/; revision=450774
* Switch MASTER_SITES to https.Raphael Kubo da Costa2017-09-271-1/+1
| | | | Notes: svn path=/head/; revision=450772
* Add a patch for CVE-2017-14107.Raphael Kubo da Costa2017-09-272-0/+28
| | | | | | | | | | | | This is a minor security vulnerability that can lead to a denial of service issue in libzip when a specially crafted archive is used. PR: 222638 Security: b2952517-07e5-4d19-8850-21c5b7e0623f Security: CVE-2017-14107 Notes: svn path=/head/; revision=450768
* Switch to https in WWW.Raphael Kubo da Costa2017-09-271-1/+1
| | | | Notes: svn path=/head/; revision=450765
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Take maintainership of the port.Raphael Kubo da Costa2016-10-231-1/+1
| | | | Notes: svn path=/head/; revision=424518
* - Update to 1.1.3Jason E. Hale2016-10-232-3/+7
| | | | | | | - Set LICENSE (BSD3CLAUSE) Notes: svn path=/head/; revision=424503
* Reassign makc's ports back to the pool.Raphael Kubo da Costa2016-10-201-1/+1
| | | | | | | | | | | | See "Maintainer Reset" in https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit was in March 31st (r412218), and his ports have been timing out since at least July (r418155). I also emailed him 2 weeks ago and have received no response so far. Notes: svn path=/head/; revision=424339
* Cleanup patches, a* categories.Mathieu Arnold2016-07-262-4/+4
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-231-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415738
* Update to 1.1.2.Raphael Kubo da Costa2016-02-252-3/+3
| | | | | | | | | | Release notes: http://www.nih.at/libzip/NEWS.html PR: 207441 Approved by: makc (maintainer) Notes: svn path=/head/; revision=409501
* Update to 1.1.1.Raphael Kubo da Costa2016-02-173-3/+5
| | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=409045
* archivers/libzip:Max Brazhnikov2015-08-287-47/+57
| | | | | | | | - Update to 1.0.1 - Remove obsolete patches Notes: svn path=/head/; revision=395462
* archivers/libzip:Max Brazhnikov2015-03-282-2/+18
| | | | | | | | | | | - Add patch to fix CVE-2015-2331: ZIP Integer Overflow [1] - Add CPE PR: 198913 [1] Reported by: Sevan Janiyan Notes: svn path=/head/; revision=382523
* Convert archivers/libzip to USES=libtool. Bump PORTREVISION on allTijl Coosemans2014-05-052-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependent ports. cad/repsnapper: - Remove excessive dependencies. - Convert to USES=libtool. - Set LDFLAGS to fix detection of libintl. - Use @sample. databases/mysql-workbench51: - Remove remnants of former slave ports. - Convert some LIB_DEPENDS to USE_GNOME. - Convert to USES=libtool. - Staging. databases/mysql-workbench52: - USES=libtool. devel/libsigrok: - USES=libtool. - INSTALL_TARGET=install-strip. devel/liborcus: - USES=libtool tar:bzip2. Notes: svn path=/head/; revision=353054
* archivers/libzip:Max Brazhnikov2014-04-184-13/+15
| | | | | | | | | | - Update to bugfix release 0.11.2 - Convert to USES=tar:xz - Remove needless USE_AUTOTOOLS - Strip installed library Notes: svn path=/head/; revision=351525
* - Support stagingMax Brazhnikov2013-10-233-67/+65
| | | | | | | | | | - Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes Notes: svn path=/head/; revision=331383
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | archivers) Notes: svn path=/head/; revision=327699
* - Update to 0.11.1 [1]Max Brazhnikov2013-07-134-60/+72
| | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=322958
* For a number of ports in archives category, trim the header and drop leadingAlexey Dokuchaev2012-12-181-6/+2
| | | | | | | | indefinite article from COMMENT line; also fix few noticed styles bugs while I am here. Notes: svn path=/head/; revision=309150
* Update to bugfix release 0.10.1:Max Brazhnikov2012-04-032-3/+3
| | | | | | | | | | - fixed CVE-2012-1162 - fixed CVE-2012-1163 Feature safe: yes Notes: svn path=/head/; revision=294159
* Fix build with some non-default locales.Max Brazhnikov2011-05-121-0/+1
| | | | Notes: svn path=/head/; revision=273997
* Update to 0.10Max Brazhnikov2011-04-245-5/+53
| | | | Notes: svn path=/head/; revision=273149
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Update to 0.9.3Max Brazhnikov2010-02-224-19/+24
| | | | | | | | | Reformat pkg-descr. Feature safe: yes Notes: svn path=/head/; revision=250159
* take maintainershipMax Brazhnikov2010-01-101-1/+1
| | | | Notes: svn path=/head/; revision=247516
* Reset zaa@zaa.pp.ru: mail can not be delivered (mail loop).Mark Linimon2010-01-101-1/+1
| | | | Notes: svn path=/head/; revision=247513
* - update to 0.8Thomas Abthorpe2007-09-183-11/+15
| | | | | | | | | PR: ports/115201 Submitted by: Maxim Samsonov <xors_AT_mne.ru> Approved by: Alexander Zhuravlev (maintainer), clsung (mentor) Notes: svn path=/head/; revision=199693
* - Update to 0.7.1Cheng-Lung Sung2006-07-152-6/+11
| | | | | | | | Submitted by: chinsan <chinsan dot tw_AT_gmail dot com> Approved by: maintainer (Alexander Zhuravlev) Notes: svn path=/head/; revision=167904
* Add libzip.Jean-Yves Lefort2006-03-214-0/+86
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> Notes: svn path=/head/; revision=157895