2020-11-21 02:20:58 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update Archive_Tar to 1.4.11
Update included Archive_Tar to 1.4.11.
Archive_Tar 1.4.11 (2020-11-19 17:11 UTC)
Changelog:
* Fix Bug #27002: Filename manipulation vulnerabilities (CVE-2020-28948 /
CVE-2020-28949) [mrook]
|
2020-10-04 08:01:25 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update Archive_Tar to 1.4.10
Update Archive_Tar pear package to 1.4.10.
Bump PKGREVISION.
Archive_Tar 1.4.10 (2020-09-15 10:16 UTC)
Changelog:
* Fix block padding when the file buffer length is a multiple of 512 and
smaller than Archive_Tar buffer length
* Don't try to copy username/groupname in chroot jail
|
2020-04-25 17:51:47 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update to 1.10.12
Update pear to 1.0.12 and also contains XML_Util to 1.4.5.
PEAR 1.0.12 (2020-04-19 14:21 UTC)
Changelog:
* adjust dependencies based on new releases
PEAR 1.0.11 (2020-04-10 15:48 UTC)
Changelog:
* PR #102: Fix logging error for urls not in cache
* PR #103: Fix undefined constant name
* PR #105: Sort list of packages
* PR #106: Update REST.php
* PR #107: Update .travis.yml to include PHP 7.4
* PR #108: Remove unneeded code
XML_Util 1.4.5 (2020-04-19 11:10 UTC)
Changelog:
* PR #12: fix Trying to access array offset on value of type int
|
2020-03-22 22:48:35 by Roland Illig | Files touched by this commit (1) |
Log message:
lang/pear: fix typo in shell program filename
|
2019-12-15 19:28:55 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update included pear pacakges
Update included pear pacakges in this package.
Bump PKGREVISION.
Archive_Tar 1.4.9 2019-12-04 07:13 UTC
Changelog:
* Implement Feature #23861: Add option to disallow symlinks [mrook]
XML_Util 1.4.4 2019-12-05 14:09 UTC
Changelog:
* PR #11: fix phplint warning
|
2019-12-03 14:07:59 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update to 1.10.10
Update pear to 1.10.10 contains two pear pacakge updates:
o PEAR 1.10.10
o Console_Getopt 1.4.3
PEAR 1.10.10 (2019-11-19)
Changelog:
* PR #89: Fix scripts/* include paths
* PR #90: Non-interactive configureoption answers
* PR #91: Added missing preg quote
* PR #92: handle "lib64" case for glibc detection
* PR #93: Fix PHP Notice: Trying to access array offset on value of type bool \
with 7.4
* PR #94: Updated logic in useLocalCache to reuse getCacheId
* PR #95: Fix manpage warning
* PR #96: Implement the SOURCE_DATE_EPOCH specification
* PR #97: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #98: Fix use of null/false as array
* PR #99: Fix Travis builds on PHP 5.4 and 5.5
* PR #100: Honor PHP temp directory config
* PR #101: Fix documentation: the `--force` is required
Console_Getopt 1.4.3 (2019-11-20)
Changelog:
* PR #4: Fix PHP 7.4 deprecation: array/string curly braces access
* PR #5: fix phplint warnings
|
2019-10-22 09:46:25 by Takahiro Kambe | Files touched by this commit (2) | |
Log message:
lang/pear: update Archive_Tar to 1.4.8
Update pear Archive_Tar included in this package to 1.4.8
Bump PKGREVISION.
Archive_Tar 1.4.8 (2019-10-21 09:34 UTC)
Changelog:
* Fix Bug #23852: PHP 7.4 - Archive_Tar->_readHeader throws deprecation
[mrook]
|
2019-07-03 09:28:23 by Nia Alarie | Files touched by this commit (16) |
Log message:
Use https for pear.php.net.
|
2019-05-23 21:23:24 by Roland Illig | Files touched by this commit (242) |
Log message:
all: replace SUBST_SED with the simpler SUBST_VARS
pkglint -Wall -r --only "substitution command" -F
With manual review and indentation fixes since pkglint doesn't get that
part correct in every case.
|
2019-04-30 05:29:07 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
lang/pear: update to 1.10.9
Update pear to 1.10.9. It also contains update of Archive_Tar to 1.4.7
And Console_Getopt to 1.4.2.
PEAR
1.10.8 (2019-03-13 14:45 UTC)
Changelog:
* PR #83: Drop track_errors from options
* PR #84: Fix PHP 8 compatibility issues
1.10.9 (2019-03-13 14:04 UTC)
Changelog:
* PR #85: Fixes static calls for PHP 8
* PR #86: Adjust silencing check for PHP 8
* PR #87: Comparison fixes
* PR #88: Only add bin_dir to PATH if not already there (fixes PHP Bug 75852)
Archive_Tar
1.4.6 (2019-04-08 09:11 UTC)
Changelog:
* Improve path traversal detection for forward and backward slashes
1.4.7 (2019-04-08 09:18 UTC)
Changelog:
* Improved performance by increasing read buffer size
Console_Getopt
1.4.2 (2019-03-18 08:52 UTC)
Changelog:
* Remove use of each(), which is removed in PHP 8
|