[vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 4.6.0-45-g28c4043 |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
- To: vhffs-dev@xxxxxxxxx
- Subject: [vhffs-dev] [GIT] vhffs4/vhffs.git branch master updated. 4.6.0-45-g28c4043
- From: <git@xxxxxxxxxxxxx>
- Date: Sat, 28 Sep 2019 15:03:11 +0200
- Auto-submitted: auto-generated
This is an automated email from git. It was generated because a ref
change was pushed to the "vhffs4/vhffs.git" repository.
The branch, master has been updated
via 28c40430856181b6d56694c0091995e44af8acd4 (commit)
from 125ec0079de11ad0b813928eed22c8080bc4d650 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 28c40430856181b6d56694c0091995e44af8acd4
Author: Sylvain Rochet <gradator@xxxxxxxxxxxx>
Date: Sat Sep 28 14:57:26 2019 +0200
patches: php5: add patches to build PHP5 on Debian Buster
Bump libcurl dependency to libcurl4 (libssl mess…) and add documentation
to hack build the dependency conflict.
Fix libtool path.
Use pkg-config instead of freetype-config for freetype.
Use pkg-config instead of icu-config for icu.
Use pkg-config instead of curl-config for curl.
Fix API change in ICU by using U_USING_ICU_NAMESPACE to enable backward
compatibility.
Fix detection of RL_COMPLETION_MATCHES support for readline.
Fix oniguruma API change.
-----------------------------------------------------------------------
Summary of changes:
.../0001-curl-debian-relax-libssl-dependency.patch | 20 +++
.../php5/0002-debian-rules-libtool-path-fix.patch | 17 ++
.../php5/0003-freetype-use-pkg-config.patch | 38 +++++
vhffs-patches/php5/0004-icu-use-pkg-config.patch | 36 ++++
.../php5/0005-libcurl-use-pkg-config.patch | 185 +++++++++++++++++++++
vhffs-patches/php5/0006-fix-icu-namespace.patch | 11 ++
.../0007-fix-rl-completion-matches-detection.patch | 44 +++++
.../php5/0008-use-accessors-for-oniguruma.patch | 12 ++
vhffs-patches/php5/README | 51 ++++++
9 files changed, 414 insertions(+)
create mode 100644 vhffs-patches/php5/0001-curl-debian-relax-libssl-dependency.patch
create mode 100644 vhffs-patches/php5/0002-debian-rules-libtool-path-fix.patch
create mode 100644 vhffs-patches/php5/0003-freetype-use-pkg-config.patch
create mode 100644 vhffs-patches/php5/0004-icu-use-pkg-config.patch
create mode 100644 vhffs-patches/php5/0005-libcurl-use-pkg-config.patch
create mode 100644 vhffs-patches/php5/0006-fix-icu-namespace.patch
create mode 100644 vhffs-patches/php5/0007-fix-rl-completion-matches-detection.patch
create mode 100644 vhffs-patches/php5/0008-use-accessors-for-oniguruma.patch
create mode 100644 vhffs-patches/php5/README
hooks/post-receive
--
vhffs4/vhffs.git