The NetBSD Project

CVS log for pkgsrc/archivers/libzip/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / archivers / libzip

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.69 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:03 2023 UTC (4 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.68: +2 -2 lines
Diff to previous 1.68 (colored) to selected 1.43 (colored)

*: recursive bump for icu 74.1

Revision 1.68 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:08 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored) to selected 1.43 (colored)

*: bump for openssl 3

Revision 1.67 / (download) - annotate - [select for diffs], Fri Aug 25 07:12:41 2023 UTC (7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.66: +3 -1 lines
Diff to previous 1.66 (colored) to selected 1.43 (colored)

libzip: fix testing on Darwin

Revision 1.66 / (download) - annotate - [select for diffs], Thu Aug 24 07:12:34 2023 UTC (7 months ago) by wiz
Branch: MAIN
Changes since 1.65: +2 -3 lines
Diff to previous 1.65 (colored) to selected 1.43 (colored)

libzip: update to 1.10.1.

* Add `ZIP_LENGTH_TO_END` and `ZIP_LENGTH_UNCHECKED`. Unless
  `ZIP_LENGTH_UNCHECKED` is used as `length`, it is an error for a
  file to shrink between the time when the source is created and when
  its data is read.
* Fix test on Windows.

Revision 1.65 / (download) - annotate - [select for diffs], Mon Aug 14 05:23:45 2023 UTC (7 months, 2 weeks ago) by wiz
Branch: MAIN
Changes since 1.64: +2 -1 lines
Diff to previous 1.64 (colored) to selected 1.43 (colored)

*: recursive bump for Python 3.11 as new default

Revision 1.64 / (download) - annotate - [select for diffs], Mon Jun 26 11:37:40 2023 UTC (9 months ago) by wiz
Branch: MAIN
Changes since 1.63: +7 -4 lines
Diff to previous 1.63 (colored) to selected 1.43 (colored)

libzip: update to 1.10.0.

# 1.10.0 [2023-06-23]

* Make support for layered sources public.
* Add `zip_source_zip_file` and `zip_source_zip_file_create`, deprecate `zip_source_zip` and `zip_source_zip_create`.
* Allow reading changed file data.
* Fix handling of files of size 4294967295.
* `zipmerge`: copy extra fields.
* `zipmerge`: add option to keep files uncompressed.
* Switch test framework to use nihtest instead of Perl.
* Fix reading/writing compressed data with buffers > 4GiB.
* Restore support for torrentzip.
* Add warnings when using deprecated functions.
* Allow keeping files for empty archives.
* Support mbedTLS>=3.3.0.
* Support OpenSSL 3.
* Use ISO C secure library functions, if available.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:04 2023 UTC (11 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.62: +2 -2 lines
Diff to previous 1.62 (colored) to selected 1.43 (colored)

revbump after textproc/icu update

Revision 1.62 / (download) - annotate - [select for diffs], Fri Jan 20 11:39:32 2023 UTC (14 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.61: +3 -3 lines
Diff to previous 1.61 (colored) to selected 1.43 (colored)

libzip: convert to cmake/build.mk

Revision 1.61 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:00 2022 UTC (17 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.60: +2 -1 lines
Diff to previous 1.60 (colored) to selected 1.43 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.60 / (download) - annotate - [select for diffs], Tue Jun 28 20:14:51 2022 UTC (21 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.59: +2 -3 lines
Diff to previous 1.59 (colored) to selected 1.43 (colored)

libzip: update to 1.9.2.

1.9.2 [2022-06-28]
===================

* Fix version number in header file.

1.9.1 [2022-06-28]
===================

* Fix `zip_file_is_seekable()`.

Revision 1.59 / (download) - annotate - [select for diffs], Tue Jun 28 11:30:52 2022 UTC (21 months ago) by wiz
Branch: MAIN
Changes since 1.58: +2 -1 lines
Diff to previous 1.58 (colored) to selected 1.43 (colored)

*: recursive bump for perl 5.36

Revision 1.58 / (download) - annotate - [select for diffs], Mon Jun 13 15:45:22 2022 UTC (21 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.57: +2 -3 lines
Diff to previous 1.57 (colored) to selected 1.43 (colored)

libzip: update to 1.9.0.

1.9.0 [2022-06-13]
==================

* Add `zip_file_is_seekable()`.
* Improve compatibility with WinAES.
* Fix encoding handling in `zip_name_locate()`.
* Add option to `zipcmp` to output summary of changes.
* Various bug fixes and documentation improvements.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Dec 8 16:01:42 2021 UTC (2 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.56: +2 -2 lines
Diff to previous 1.56 (colored) to selected 1.43 (colored)

revbump for icu and libffi

Revision 1.56 / (download) - annotate - [select for diffs], Wed Sep 29 19:00:02 2021 UTC (2 years, 5 months ago) by adam
Branch: MAIN
Changes since 1.55: +2 -1 lines
Diff to previous 1.55 (colored) to selected 1.43 (colored)

revbump for boost-libs

Revision 1.55 / (download) - annotate - [select for diffs], Thu Jun 24 21:40:06 2021 UTC (2 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.54: +4 -4 lines
Diff to previous 1.54 (colored) to selected 1.43 (colored)

libzip: update to 1.8.0.

Add one post-release patch.

1.8.0 [2021-06-18]
==================

* Add support for zstd (Zstandard) compression.
* Add support for lzma (ID 14) compression.
* Add `zip_source_window_create()`.
* Add `zip_source_zip_create()` variant to `zip_source_zip()`.
* Allow method specific `comp_flags` in `zip_set_file_compression()`.
* Allow `zip_source_tell()` on sources that don't support seeking and `zip_ftell()` on compressed data.
* Provide more details for consistency check errors.
* Improve output of `zipcmp`.
* In `zipcmp`, donãàÑÕ ignore empty directories when comparing directory listing.
* Treat empty string as no password given in `zip_file_set_encryption()`, `zip_fopen_encrypted()`, and `zip_set_default_password()`.

Revision 1.54 / (download) - annotate - [select for diffs], Mon May 24 19:49:02 2021 UTC (2 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.53: +2 -2 lines
Diff to previous 1.53 (colored) to selected 1.43 (colored)

*: recursive bump for perl 5.34

Revision 1.53 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:06 2021 UTC (2 years, 11 months ago) by adam
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52 (colored) to selected 1.43 (colored)

revbump for boost-libs

Revision 1.52 / (download) - annotate - [select for diffs], Mon Aug 31 18:06:30 2020 UTC (3 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.51: +2 -1 lines
Diff to previous 1.51 (colored) to selected 1.43 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.51 / (download) - annotate - [select for diffs], Wed Jul 15 08:15:39 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.50: +2 -2 lines
Diff to previous 1.50 (colored) to selected 1.43 (colored)

libzip: update to 1.7.3.

1.7.3 [2020-07-15]
==================

* Support cmake < 3.17 again.
* Fix pkgconfig file (regression in 1.7.2).

Revision 1.50 / (download) - annotate - [select for diffs], Sat Jul 11 10:26:04 2020 UTC (3 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.49: +4 -2 lines
Diff to previous 1.49 (colored) to selected 1.43 (colored)

libzip: update to 1.7.2.

Add github master site as fallback.

1.7.2 [2020-07-11]
==================

* Fixes for the CMake find_project() files.
* libzip moved to the CMake libzip:: NAMESPACE.
* CMake usage best practice cleanups.

Revision 1.49 / (download) - annotate - [select for diffs], Sat Jun 13 10:46:55 2020 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.48: +2 -2 lines
Diff to previous 1.48 (colored) to selected 1.43 (colored)

libzip: update to 1.7.1.

1.7.1 [2020-06-13]
==================

* Restore `LIBZIP_VERSION_{MAJOR,MINOR,MICRO}` symbols.
* Fixes warnings reported by PVS-Studio.
* Add `LIBZIP_DO_INSTALL` build setting to make it easier to use
  libzip as subproject.

Revision 1.48 / (download) - annotate - [select for diffs], Fri Jun 5 10:44:48 2020 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.47: +2 -3 lines
Diff to previous 1.47 (colored) to selected 1.43 (colored)

libzip: update to 1.7.0.

1.7.0 [2020-06-05]
==================

* Add support for encrypting using traditional PKWare encryption.
* Add `zip_compression_method_supported()`.
* Add `zip_encryption_method_supported()`.
* Add the `ZIP_SOURCE_GET_FILE_ATTRIBUTES` source command.
* Refactor stdio file backend.
* Add CMake find_project() support.

Revision 1.47 / (download) - annotate - [select for diffs], Fri May 22 10:55:43 2020 UTC (3 years, 10 months ago) by adam
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.43 (colored)

revbump after updating security/nettle

Revision 1.46 / (download) - annotate - [select for diffs], Sun Mar 8 16:47:24 2020 UTC (4 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.45: +2 -1 lines
Diff to previous 1.45 (colored) to selected 1.43 (colored)

*: recursive bump for libffi

Revision 1.45 / (download) - annotate - [select for diffs], Sun Feb 9 14:12:49 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.44: +2 -3 lines
Diff to previous 1.44 (colored) to selected 1.43 (colored)

libzip: update to 1.6.1.

1.6.1 [2020-02-03]
==================

* Bugfix for double-free in zipcmp(1) during cleanup.

Revision 1.44 / (download) - annotate - [select for diffs], Wed Jan 29 21:54:31 2020 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43 (colored)

libzip: update to 1.6.0nb1.

Add upstream patch avoiding a double-free in zipcmp.

Revision 1.43 / (download) - annotate - [selected], Fri Jan 24 12:09:23 2020 UTC (4 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.42: +3 -3 lines
Diff to previous 1.42 (colored)

libzip: update to 1.6.0.

1.6.0 [2020-01-24]
==================

* Avoid using umask() since it's not thread-safe.
* Set close-on-exec flag when opening files.
* Do not accept empty files as valid zip archives any longer.
* Add support for XZ compressed files (using liblzma).
* Add support for cancelling while closing zip archives.
* Add support for setting the time in the on-disk format.

Revision 1.42 / (download) - annotate - [select for diffs], Sat Jan 18 21:47:57 2020 UTC (4 years, 2 months ago) by jperkin
Branch: MAIN
Changes since 1.41: +2 -2 lines
Diff to previous 1.41 (colored) to selected 1.43 (colored)

*: Recursive revision bump for openssl 1.1.1.

Revision 1.41 / (download) - annotate - [select for diffs], Sun Aug 11 13:17:50 2019 UTC (4 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored) to selected 1.43 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.40 / (download) - annotate - [select for diffs], Sat Jul 20 22:45:59 2019 UTC (4 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -1 lines
Diff to previous 1.39 (colored) to selected 1.43 (colored)

*: recursive bump for nettle 3.5.1

Revision 1.39 / (download) - annotate - [select for diffs], Tue Mar 12 13:20:51 2019 UTC (5 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1
Changes since 1.38: +2 -3 lines
Diff to previous 1.38 (colored) to selected 1.43 (colored)

libzip: update to 1.5.2.

1.5.2 [2019-03-12]
==================
* Fix bug in AES encryption affecting certain file sizes
* Keep file permissions when modifying zip archives
* Support systems with small stack size.
* Support mbed TLS as crypto backend.
* Add nullability annotations.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Aug 22 09:42:53 2018 UTC (5 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.37: +2 -2 lines
Diff to previous 1.37 (colored) to selected 1.43 (colored)

Recursive bump for perl5-5.28.0

Revision 1.37 / (download) - annotate - [select for diffs], Tue Apr 17 22:29:31 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2
Changes since 1.36: +2 -1 lines
Diff to previous 1.36 (colored) to selected 1.43 (colored)

Add p11-kit to gnutls/bl3.mk and bump dependencies.

Revision 1.36 / (download) - annotate - [select for diffs], Wed Apr 11 08:20:27 2018 UTC (5 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35 (colored) to selected 1.43 (colored)

libzip: update to 1.5.1.

1.5.1 [2018-04-11]
==================

* Choose format of installed documentation based on available tools.
* Fix visibility of symbols.
* Fix zipcmp directory support.
* Don't set RPATH on Linux.
* Use Libs.private for link dependencies in pkg-config file.
* Fix build with LibreSSL.
* Various bugfixes.

Revision 1.35 / (download) - annotate - [select for diffs], Mon Mar 12 08:51:54 2018 UTC (6 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.34: +3 -11 lines
Diff to previous 1.34 (colored) to selected 1.43 (colored)

libzip: update to 1.5.0.

1.5.0 [2018-03-11]
==================

* Use standard cryptographic library instead of custom AES implementation.
  This also simplifies the license.
* Use `clang-format` to format the source code.
* More Windows improvements.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Feb 11 15:46:58 2018 UTC (6 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.43 (colored)

libzip: use https

Revision 1.33 / (download) - annotate - [select for diffs], Sat Feb 3 12:04:03 2018 UTC (6 years, 1 month ago) by jdolecek
Branch: MAIN
Changes since 1.32: +11 -1 lines
Diff to previous 1.32 (colored) to selected 1.43 (colored)

Add a workaround so libzip 1.4.0 builds successfully on Darwin/Mac OS X

Skip running the regression tests since for some reason the setting
of LD_LIBRARY_PATH isn't passed down through cmake invocation; this
avoids error:

dyld: Library not loaded: @rpath/libzip.5.dylib
  Referenced from: ${WRKSRC}/regress/../src/ziptool
  Reason: image not found

Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 30 00:19:56 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.31: +8 -9 lines
Diff to previous 1.31 (colored) to selected 1.43 (colored)

libzip: update to 1.4.0.

1.4.0 [2017-12-29]
==================

* Improve build with cmake
* Retire autoconf/automake build system
* Add `zip_source_buffer_fragment()`.
* Add support to clone unchanged beginning of archive (instead of rewriting it).
  Supported for buffer sources and on Apple File System.
* Add support for Microsoft Universal Windows Platform.

Revision 1.31 / (download) - annotate - [select for diffs], Mon Nov 20 10:50:09 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.30: +2 -2 lines
Diff to previous 1.30 (colored) to selected 1.43 (colored)

libzip: update to 1.3.2.

1.3.2 [2017-11-20]
==================
* Fix bug introduced in last: zip_t was erroneously freed if zip_close() failed.

Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 19 15:44:31 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.43 (colored)

libzip: update to 1.3.1.

1.3.1 [2017-11-19]
==================

* Install zipconf.h into ${PREFIX}/include
* Add zip_libzip_version()
* Fix AES tests on Linux

Revision 1.29 / (download) - annotate - [select for diffs], Sat Sep 2 16:27:11 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.28: +3 -2 lines
Diff to previous 1.28 (colored) to selected 1.43 (colored)

Updated libzip to 1.3.0.

1.3.0 [2017-09-02]
==================

* Support bzip2 compressed zip archives
* Improve file progress callback code
* Fix zip_fdopen()
* CVE-2017-12858: Fix double free().
* CVE-2017-14107: Improve EOCD64 parsing.

Revision 1.28 / (download) - annotate - [select for diffs], Sun Feb 19 11:22:43 2017 UTC (7 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.27: +2 -3 lines
Diff to previous 1.27 (colored) to selected 1.43 (colored)

Updated libzip to 1.2.0.

1.2.0 [2017-02-19]
==================

* Support for AES encryption (Winzip version), both encryption
  and decryption.
* Support legacy zip files with >64k entries.
* Fix seeking in zip_source_file if start > 0.
* Add zip_fseek() for seeking in uncompressed data.
* Add zip_ftell() for telling position in uncompressed data.
* Add zip_register_progress_callback() for UI updates during zip_close()

Revision 1.27 / (download) - annotate - [select for diffs], Sat Jan 7 15:43:32 2017 UTC (7 years, 2 months ago) by zafer
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.43 (colored)

update MASTER_SITES.

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 9 06:37:47 2016 UTC (7 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.43 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.25 / (download) - annotate - [select for diffs], Sat May 28 09:59:43 2016 UTC (7 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.43 (colored)

Update libzip to 1.1.3:

1.1.3 [2016-05-28]
==================

* Fix build on Windows when using autoconf.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Feb 19 14:30:04 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.23: +2 -2 lines
Diff to previous 1.23 (colored) to selected 1.43 (colored)

Update libzip to 1.1.2. All tests pass.

1.1.2 [2016/02/19]

* Improve support for 3MF files

Revision 1.23 / (download) - annotate - [select for diffs], Sun Feb 7 14:08:54 2016 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored) to selected 1.43 (colored)

Update libzip to 1.1.1:

1.1.1 [2016/02/07]

* Build fixes for Linux
* Fix some warnings reported by PVS-Studio

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jan 28 09:01:02 2016 UTC (8 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored) to selected 1.43 (colored)

Update libzip to 1.1:

1.1 [2016/01/26]

* 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

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jun 12 10:48:21 2015 UTC (8 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored) to selected 1.43 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.20 / (download) - annotate - [select for diffs], Mon May 4 21:10:40 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.43 (colored)

Update to 1.0.1:

1.0.1 [2015/05/04]

* Build fixes for Windows.

While here, bump ABI depends for the shlib major bump in the 1.0 release.

Revision 1.19 / (download) - annotate - [select for diffs], Sun May 3 12:11:42 2015 UTC (8 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18 (colored) to selected 1.43 (colored)

Update to 1.0:

1.0 [2015/04/29]

* Implemented an I/O abstraction layer.
* Added support for native Windows API for files.
* Added support for setting the last modification time for a file.
* Added a new type zip_error_t for errors.
* Added more typedefs for structs.
* Torrentzip support was removed.
* CVE-2015-2331 was fixed.
* Addressed all Coverity CIDs.

Revision 1.18 / (download) - annotate - [select for diffs], Thu Mar 26 09:30:01 2015 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.43 (colored)

Avoid integer overflow. Addresses CVE-2015-2331.

Uses upstream patch.
Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Tue Dec 31 11:07:14 2013 UTC (10 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.43 (colored)

Update to 0.11.2:

0.11.2 [2013/12/19]

* 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.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Apr 27 23:05:54 2013 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored) to selected 1.43 (colored)

Update to 0.11.1:

0.11.1 [2013/04/27]

* Fix bugs in zip_set_file_compression().
* Include Xcode build infrastructure.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Apr 1 16:03:31 2013 UTC (10 years, 11 months ago) by wiz
Branch: MAIN
Changes since 1.14: +3 -4 lines
Diff to previous 1.14 (colored) to selected 1.43 (colored)

Update to 0.11:

0.11 [2013/03/23]

* Added Zip64 support (large file support)
* Added UTF-8 support for file names, file comments, and archive comments
* Changed API for name and comment related functions for UTF-8 support
* Added zip_discard()
* Added ZIP_TRUNCATE for zip_open()
* Added zip_set_file_compression()
* Added API for accessing and modifying extra fields
* Improved API type consistency
* Use gcc4's visibility __attribute__
* More changes for Windows support
* Additional test cases

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 12 10:43:30 2012 UTC (11 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.43 (colored)

Take over maintainership.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Sep 11 19:46:56 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3
Changes since 1.12: +1 -3 lines
Diff to previous 1.12 (colored) to selected 1.43 (colored)

"user-destdir" is default these days

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 20 13:04:53 2012 UTC (12 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1
Changes since 1.11: +3 -2 lines
Diff to previous 1.11 (colored) to selected 1.43 (colored)

Update to 0.10.1.

0.10.1 [2012/03/20]

* Fixed CVE-2012-1162
* Fixed CVE-2012-1163

Revision 1.11 / (download) - annotate - [select for diffs], Fri Mar 18 13:50:34 2011 UTC (13 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.43 (colored)

libzip-0.10:

0.10 [2010/03/18]

* Added zip_get_num_files(), deprecated zip_get_num_entries().
* Better windows support.
* Support for traditional PKWARE encryption added.
* Fix opening archives with more than 65535 entries.
* Fix some memory leaks.
* Fix cmake build and installation
* Fix memory leak in error case in zip_open()
* Fixed CVE-2011-0421 (no security implications though)
* More documentation.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Jan 31 23:34:34 2010 UTC (14 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored) to selected 1.43 (colored)

Update to 0.9.2:

0.9.2 [2010/01/31]

* Avoid passing uninitialized data to deflate().
* Fix memory leak when closing zip archives.

Revision 1.9 / (download) - annotate - [select for diffs], Sun Jan 24 23:13:52 2010 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.43 (colored)

Update to 0.9.1:

0.9.1 [2010/01/24]

* Fix infinite loop on reading some broken files.
* Optimization in time conversion (don't call localtime()).
* Clear data descriptor flag in central directory, fixing Open Office files.
* Allow more than 64k entries.

Revision 1.8 / (download) - annotate - [select for diffs], Fri Jul 25 11:42:10 2008 UTC (15 years, 8 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored) to selected 1.43 (colored)

Update to 0.9:

* remove erroneous references to GPL
* add support for torrentzip
* new functions: zip_get_archive_flag, zip_set_archive_flag
* zip_source_zip: add flag to force recompression
* zip_sorce_file: only keep file open while reading from it

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 14 12:55:56 2008 UTC (15 years, 8 months ago) by joerg
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (colored) to selected 1.43 (colored)

Mark as destdir ready.

Revision 1.6 / (download) - annotate - [select for diffs], Sun May 25 13:16:10 2008 UTC (15 years, 10 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored) to selected 1.43 (colored)

Assert OWNERship of some packages, relinquish others entierly.

Revision 1.5 / (download) - annotate - [select for diffs], Wed Jun 6 20:55:29 2007 UTC (16 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.43 (colored)

Update to 0.8:

0.8 [2007/06/06]

* fix for zip archives larger than 2GiB
* fix zip_error_strerror to include libzip error string
* add support for streamed zip files
* new functions: zip_add_dir, zip_error_clear, zip_file_error_clear
* add basic support for building with CMake (incomplete)

Revision 1.4 / (download) - annotate - [select for diffs], Thu May 18 12:04:42 2006 UTC (17 years, 10 months ago) by dillo
Branch: MAIN
CVS Tags: pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.43 (colored)

Update to 0.7.1: bug fix for zip_close.

Revision 1.3 / (download) - annotate - [select for diffs], Fri May 5 23:51:15 2006 UTC (17 years, 10 months ago) by dillo
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored) to selected 1.43 (colored)

Update to 0.7:
* struct zip_stat increased for future encryption support
* zip_add return value changed (now returns new index of added file)
* shared library major bump because of previous two
* added functions for reading and writing file and archive comments.
  New functions: zip_get_archive_comment, zip_get_file_comment,
  zip_set_archive_comment, zip_set_file_comment, zip_unchange_archive

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 14 16:56:24 2005 UTC (18 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored) to selected 1.43 (colored)

Update to 0.6.1:
Various minor bugfixes.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jun 22 21:11:38 2005 UTC (18 years, 9 months ago) by dillo
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.43 (colored)

Import libzip-0.6, a C library to manipulate zip archives.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 22 21:11:38 2005 UTC (18 years, 9 months ago) by dillo
Branch: MAIN
Diff to selected 1.43 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>