The NetBSD Project

CVS log for pkgsrc/archivers/php-pecl-zip/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / archivers / php-pecl-zip

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Thu Nov 30 16:27:16 2023 UTC (37 hours, 59 minutes ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.19: +2 -3 lines
Diff to previous 1.19 (colored)

archivers/php-pecl-zip: update to 1.22.3

1.22.3 (2023-11-24)

* fix GH-12661 (Inconsistency in ZipArchive::addGlob 'remove_path' Option
  Behavior)

Revision 1.19 / (download) - annotate - [select for diffs], Wed Nov 8 13:18:03 2023 UTC (3 weeks, 2 days ago) by wiz
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

*: recursive bump for icu 74.1

Revision 1.18 / (download) - annotate - [select for diffs], Tue Oct 24 22:08:08 2023 UTC (5 weeks, 3 days ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

*: bump for openssl 3

Revision 1.17 / (download) - annotate - [select for diffs], Sat Aug 26 07:24:39 2023 UTC (3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

archivers/php-pecl-zip: update to 1.22.2

1.22.2 (2023-08-23)

* add ZipArchive::LENGTH_TO_END and ZipArchive::LENGTH_UNCHECKED constants
  with libzip 1.10.1
* use typed constants in 8.3

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jul 19 14:51:39 2023 UTC (4 months, 1 week ago) by taca
Branch: MAIN
Changes since 1.15: +3 -4 lines
Diff to previous 1.15 (colored)

archivers/php-pecl-zip: update to 1.22.1

1.22.0 (2023-06-27)

* compatibility with 8.3
* add new error macros (ER_DATA_LENGTH and ER_NOT_ALLOWED) with libzip >=
  1.10.0
* add new archive global flags (ER_AFL_*) with libzip >= 1.10.0
* add ZipArchive::setArchiveFlag and ZipArchive::getArchiveFlag methods

1.22.1 (2023-06-29)

* add more tests
* ZipArchive::FL_RECOMPRESS constant is deprecated and will be removed in a
  future version of libzip
* add ZipArchive::FL_OPEN_FILE_NOW to open the file when added instead of
  waiting for archive to be closed

Revision 1.15 / (download) - annotate - [select for diffs], Wed Apr 19 08:09:01 2023 UTC (7 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

revbump after textproc/icu update

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 26 10:31:10 2022 UTC (13 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored)

*: bump PKGREVISION for libunistring shlib major bump

Revision 1.13 / (download) - annotate - [select for diffs], Thu Oct 6 14:22:38 2022 UTC (13 months, 3 weeks ago) by taca
Branch: MAIN
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored)

archivers/php-pecl-zip: update to 1.21.1

1.21.1 (2022-09-16)

* PHP 8.2 compatibility

Revision 1.12 / (download) - annotate - [select for diffs], Thu Jul 21 13:21:57 2022 UTC (16 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

archivers/php-pecl-zip: update to 1.21.0

1.21.0 (2022-06-28)

- Fix GH-8781 #ZipArchive deletes zip file with no contents and doesn't
  update stat cache
- implement fseek for zip stream when possible with libzip 1.9.1
- Allow 8.2

Revision 1.11 / (download) - annotate - [select for diffs], Tue May 24 14:51:48 2022 UTC (18 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

archivers/php-pecl-zip: update to 1.20.1

1.20.1 (2022-05-02)

* Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)

Revision 1.10 / (download) - annotate - [select for diffs], Sun Dec 12 14:24:55 2021 UTC (23 months, 2 weeks ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

archivers/php-pecl-zip: update to 1.20.0

1.19.5 (2021-09-27)

- Fix #81420 ZipArchive::extractTo extracts outside of destination
  (CVE-2021-21706) (cmb)

1.20.0 (2021-10-12)

- Fix #81490 ZipArchive::extractTo() may leak memory. (cmb, Remi)
- Fix #77978 Dirname ending in colon unzips to wrong dir. (cmb)
- add ZipArchive::clearError() method (Remi)
- add ZipArchive::getStreamName() and ZipArchive::getStreamIndex methods
  (Remi)

Revision 1.9 / (download) - annotate - [select for diffs], Wed Dec 8 16:03:04 2021 UTC (23 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

revbump for icu and libffi

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

revbump for boost-libs

Revision 1.7 / (download) - annotate - [select for diffs], Sun Sep 19 16:32:06 2021 UTC (2 years, 2 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.6: +2 -3 lines
Diff to previous 1.6 (colored)

archivers/php-pecl-zip: update to 1.19.4

1.19.4 (2021-09-01)

* Fix #80833 ZipArchive::getStream doesn't use setPassword

Revision 1.6 / (download) - annotate - [select for diffs], Wed Apr 21 13:24:20 2021 UTC (2 years, 7 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

revbump for boost-libs

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 3 07:26:53 2021 UTC (2 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

archivers/php-pecl-zip: update to 1.19.2

pkgsrc update: Switch to use PHP_VERSIONS_INCOMPATIBLE.


1.19.2 (2020-11-23)

- only display libzip both headers/library versions if they differ
- report about ZSTD compression availability
- Raise E_WARNING on PHP related errors (PHP 8)

Revision 1.4 / (download) - annotate - [select for diffs], Sun Oct 4 06:17:10 2020 UTC (3 years, 1 month ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

archivers/php-pecl-zip: update to 1.19.1

Update php-pecl-zip package to 1.19.1.


1.19.1 (2020-09-30)

- encode parameter is optional (PHP 8)
- deprecate procedural API with PHP 8
- promote warning to exception (PHP 8)
- Fixed bug #79678 Build fails due to undeclared ZIP_RDONLY
- add ZipArchive::CM_ZSTD constant (since libzip 1.8.0)

Revision 1.3 / (download) - annotate - [select for diffs], Sat Jun 13 16:20:28 2020 UTC (3 years, 5 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.2: +2 -3 lines
Diff to previous 1.2 (colored)

archivers/php-pecl-zip: update to 1.19.0

Update php-pecl-zip to 1.19.0.


1.19.0 (2020-06-05)

- add ZipArchive::EM_TRAD_PKWARE and ZipArchive::EM_UNKNOWN constants
- Fix #79424 don't use gl_pathc after call to globfree (Max Rees)
- add ZipArchive::isCompressionMethodSupported() method (libzip 1.7.0)
- add ZipArchive::isEncryptionMethodSupported() method (libzip 1.7.0)
- initial PHP 8 support

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 22 10:55:53 2020 UTC (3 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

revbump after updating security/nettle

Revision 1.1 / (download) - annotate - [select for diffs], Mon Mar 23 15:29:34 2020 UTC (3 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1

archivers/php-pecl-zip: add package version 1.18.2

Add php-pecl-zip package version 1.18.2.


Zip management extension with libzip.

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>