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
|
2019-02-07 14:40:57 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
lang/pear: fix broken package with previous commit
Fix broken package with previous commit.
* Make Archive_Tar to 1.4.5 which I have the distfile.
* Upload Archive_Tar-1.4.5.tgz to MASTER_SITE_LOCAL.
* Add patch to update Archive/Tar.php to 1.4.6 from GitHub.
No PKGREVISION bump since it was broken.
|
2019-02-03 15:06:58 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
lang/pear: update Archive_Tar pear package to 1.4.6
Update Archive_Tar pear package to 1.4.6.
Bump PKGREVISION.
1.4.4 (2018-12-20)
* Fix Bug #21058: Long symlinks are not supported [mrook]
* Fix Bug #23782: Prevent phar:// files from being extracted [mrook]
1.4.5 (2019-02-01)
* Fix Bug #23788: Relative symlinks are broken [mrook]
1.4.6 (2019-02-01)
* Improve path traversal detection for forward and backward slashes
|
2018-12-15 17:48:05 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
lang/pear: update to 1.10.7
PEAR 1.10.7
Release date: 2018-12-05 15:16 UTC
Release state: stable
Release uploaded by: ashnazg
Changelog:
* PR #79: Prevent Unable to find the wrapper "channel" Warning
* PR #80: fix Warning: "continue" targeting switch is equivalent to
"break". Did you mean to use "continue 2"
* PR #81: Add flags to PECL shell script for shared extensions
|
2018-09-23 16:56:26 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
lang/pear: update to 1.10.6
1.10.6 (2018-08-22 15:11 UTC)
Changelog:
* PR #70: Fix notice undefined variable metadata_dir
* PR #71: fix Warning: count(): Parameter must be an array or an object
* PR #74: Bug #23744 Remove is_executable check
* Bug #23744: The is_executable check in the Which method when run on Windows
is unnecessary
* PR #75: Migrate old while(list() = each()) constructs to foreach
* PR #76: Fix PHP Warning: "continue" targeting switch is equivalent to
"break"
* PR #77: proxy server auth
* PR #72: Correctly authenticate at proxy server
* PR #78: array or Countable error in 7.2
|
2018-07-04 15:40:45 by Jonathan Perkin | Files touched by this commit (423) |
Log message:
*: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
|
2017-07-06 15:34:46 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update pear to 1.10.5.
PEAR-1.10.5 2017-06-27 08:31 UTC
Changelog:
* Bug #21222: PHP 7.2 compatibility: Upgrade to Archive_Tar 1.4.3 needed
XML_Util-1.4.3 2017-06-28 15:26 UTC
Changelog:
* Decrease minimum PEAR version to 1.9.0 to allow PEAR upgrades
|
2017-06-12 16:09:19 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update included Archive_Tar pear package to 1.4.3.
Archive_Tar 1.4.3 2017-06-11 13:32 UTC
Changelog:
* Fix Bug #21218: Cannot use result of built-in function in write context in
PHP 7.2.0alpha1 [mrook]
Bump PKGREVISION.
|
2017-05-28 13:18:08 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Update pear to 1.10.4.
pkgsrc change: instead of using old PEAR.php, use PEAR.php included in
a distfile.
PEAR 1.10.4 2017-04-26 14:39 UTC
Changelog:
* Bug #18102: pear install does not fail on error
* PR #67: fix warning during pecl list-all
|