The branch "master" has been updated. The following is a summary of the commits.
from: d8ee69f514597d63ceab85e8f032034e3df67840 6c95711 move lz4 in lib subdir dcf6960 fix version dbe82dd LZ4_uncompress (deprecated) is the same as LZ4_decompress_fast 68c30f4 add --with-liblz4 option to use system liblz4 58d89de fix php version detection with non-stable (ex 5.6.1RC1) 4005193 Merge branch 'issue-liblz4' of github.com:remicollet/horde into remicollet-issue-liblz4 3209c4a add PHP_ADD_BUILD_DIR, needed for "pecl install ..." 2f97d03 Merge branch 'issue-liblz4' of github.com:remicollet/horde into remicollet-issue-liblz4 1a7097e Merge branch 'remicollet-issue-liblz4' 00b141b [mms] Allow extension to be built with system lz4 library (Remi Collet <[email protected]>). f3568e5 Released horde_lz4-1.0.7 6447a56 Development mode for horde_lz4-1.0.8 Summary: http://github.com/horde/horde/compare/d8ee69f514597d63ceab85e8f032034e3df67840...6447a568cd9308b89c7ca168e858f35ef81f6528 ----------------------------------------------------------------------- commit 6c95711359e4154be3065e39c6b7909bde496aa6 Author: Remi Collet <[email protected]> Date: Tue Sep 16 07:36:16 2014 +0200 move lz4 in lib subdir framework/lz4/LICENSE.lz4 | 24 - framework/lz4/config.m4 | 3 +- framework/lz4/horde_lz4.c | 4 +- framework/lz4/lib/LICENSE | 24 + framework/lz4/lib/lz4.c | 1247 +++++++++++++++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4.h | 306 +++++++++++ framework/lz4/lib/lz4hc.c | 892 ++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4hc.h | 173 +++++++ framework/lz4/lz4.c | 1247 --------------------------------------------- framework/lz4/lz4.h | 306 ----------- framework/lz4/lz4hc.c | 892 -------------------------------- framework/lz4/lz4hc.h | 173 ------- framework/lz4/package.xml | 12 +- 13 files changed, 2653 insertions(+), 2650 deletions(-) delete mode 100644 framework/lz4/LICENSE.lz4 create mode 100644 framework/lz4/lib/LICENSE create mode 100644 framework/lz4/lib/lz4.c create mode 100644 framework/lz4/lib/lz4.h create mode 100644 framework/lz4/lib/lz4hc.c create mode 100644 framework/lz4/lib/lz4hc.h delete mode 100644 framework/lz4/lz4.c delete mode 100644 framework/lz4/lz4.h delete mode 100644 framework/lz4/lz4hc.c delete mode 100644 framework/lz4/lz4hc.h http://github.com/horde/horde/commit/6c95711359e4154be3065e39c6b7909bde496aa6 ----------------------------------------------------------------------- commit dcf6960030be49be56fd8e9e91b970620d0e5d44 Author: Remi Collet <[email protected]> Date: Tue Sep 16 07:36:36 2014 +0200 fix version framework/lz4/horde_lz4.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/dcf6960030be49be56fd8e9e91b970620d0e5d44 ----------------------------------------------------------------------- commit dbe82dd07d197fdc671429709d3487d44fdf6913 Author: Remi Collet <[email protected]> Date: Tue Sep 16 07:41:40 2014 +0200 LZ4_uncompress (deprecated) is the same as LZ4_decompress_fast framework/lz4/horde_lz4.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/dbe82dd07d197fdc671429709d3487d44fdf6913 ----------------------------------------------------------------------- commit 68c30f4eb5a160f543e74ed03756db2f42862bb3 Author: Remi Collet <[email protected]> Date: Tue Sep 16 07:44:48 2014 +0200 add --with-liblz4 option to use system liblz4 framework/lz4/config.m4 | 33 +++++++++++++++++++++++++++++++-- framework/lz4/package.xml | 2 +- 2 files changed, 32 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/68c30f4eb5a160f543e74ed03756db2f42862bb3 ----------------------------------------------------------------------- commit 58d89deb77245f50ecbaba8b9afa384ab84fe965 Author: Remi Collet <[email protected]> Date: Tue Sep 16 07:45:44 2014 +0200 fix php version detection with non-stable (ex 5.6.1RC1) framework/lz4/config.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/58d89deb77245f50ecbaba8b9afa384ab84fe965 ----------------------------------------------------------------------- commit 40051930f8c0e2773c399d55f3d08445408bb9dd Merge: ad5933c 58d89de Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 00:35:06 2014 -0600 Merge branch 'issue-liblz4' of github.com:remicollet/horde into remicollet-issue-liblz4 framework/lz4/LICENSE.lz4 | 24 - framework/lz4/config.m4 | 34 ++- framework/lz4/horde_lz4.c | 6 +- framework/lz4/horde_lz4.h | 2 +- framework/lz4/lib/LICENSE | 24 + framework/lz4/lib/lz4.c | 1247 +++++++++++++++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4.h | 306 +++++++++++ framework/lz4/lib/lz4hc.c | 892 ++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4hc.h | 173 +++++++ framework/lz4/lz4.c | 1247 --------------------------------------------- framework/lz4/lz4.h | 306 ----------- framework/lz4/lz4hc.c | 892 -------------------------------- framework/lz4/lz4hc.h | 173 ------- framework/lz4/package.xml | 14 +- 14 files changed, 2686 insertions(+), 2654 deletions(-) http://github.com/horde/horde/commit/40051930f8c0e2773c399d55f3d08445408bb9dd ----------------------------------------------------------------------- commit 3209c4a7ee632302e3e0c4de5e1503a4095b2049 Author: Remi Collet <[email protected]> Date: Tue Sep 16 08:59:16 2014 +0200 add PHP_ADD_BUILD_DIR, needed for "pecl install ..." framework/lz4/config.m4 | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/3209c4a7ee632302e3e0c4de5e1503a4095b2049 ----------------------------------------------------------------------- commit 2f97d03eca97d82d3c9a324200a42295506e4738 Merge: 4005193 3209c4a Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 01:07:09 2014 -0600 Merge branch 'issue-liblz4' of github.com:remicollet/horde into remicollet-issue-liblz4 framework/lz4/config.m4 | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/2f97d03eca97d82d3c9a324200a42295506e4738 ----------------------------------------------------------------------- commit 1a7097ededef426ad70267fbe78d3cd5397e6160 Merge: d8ee69f 2f97d03 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 01:08:04 2014 -0600 Merge branch 'remicollet-issue-liblz4' framework/lz4/LICENSE.lz4 | 24 - framework/lz4/config.m4 | 34 ++- framework/lz4/horde_lz4.c | 4 +- framework/lz4/lib/LICENSE | 24 + framework/lz4/lib/lz4.c | 1247 +++++++++++++++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4.h | 306 +++++++++++ framework/lz4/lib/lz4hc.c | 892 ++++++++++++++++++++++++++++++++ framework/lz4/lib/lz4hc.h | 173 +++++++ framework/lz4/lz4.c | 1247 --------------------------------------------- framework/lz4/lz4.h | 306 ----------- framework/lz4/lz4hc.c | 892 -------------------------------- framework/lz4/lz4hc.h | 173 ------- framework/lz4/package.xml | 14 +- 13 files changed, 2685 insertions(+), 2651 deletions(-) http://github.com/horde/horde/commit/1a7097ededef426ad70267fbe78d3cd5397e6160 ----------------------------------------------------------------------- commit 00b141bbb75c45c7e4866f17ca48c70d7acdbbe4 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 01:09:01 2014 -0600 [mms] Allow extension to be built with system lz4 library (Remi Collet <[email protected]>). framework/lz4/package.xml | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) http://github.com/horde/horde/commit/00b141bbb75c45c7e4866f17ca48c70d7acdbbe4 ----------------------------------------------------------------------- commit f3568e57f6dd17eb304a1d7fc34ddd6f020bfd42 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 01:12:08 2014 -0600 Released horde_lz4-1.0.7 framework/lz4/composer.json | 4 ++-- framework/lz4/package.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) http://github.com/horde/horde/commit/f3568e57f6dd17eb304a1d7fc34ddd6f020bfd42 ----------------------------------------------------------------------- commit 6447a568cd9308b89c7ca168e858f35ef81f6528 Author: Michael M Slusarz <[email protected]> Date: Tue Sep 16 01:12:08 2014 -0600 Development mode for horde_lz4-1.0.8 framework/lz4/package.xml | 18 +++++++++++++++--- 1 files changed, 15 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/6447a568cd9308b89c7ca168e858f35ef81f6528 -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
