Re: [PHP-DEV] GMP memory allocator, various issues

2014-10-10 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 11/10/2014 02:24, Rasmus Lerdorf a écrit : On 10/10/2014 09:50 AM, Stas Malyshev wrote: Hi! Can you please elaborate a little ? Doesn't such leak have to be fixed in ext/gmp ? We clean up the memory at the end of the request. But if the

Re: [PHP-DEV] [RFC] Move pecl_sync to core

2014-09-29 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 30/09/2014 05:06, guilhermebla...@gmail.com a écrit : Hi, Here is a new RFC: https://wiki.php.net/rfc/sync Isn't this extension a bit young to join php core ? Remi. Thoughts appreciated. Cheers, -BEGIN PGP SIGNATURE-

Re: [PHP-DEV] Should we dev on master then backport, or the other way?

2014-09-26 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 26/09/2014 13:29, Florian Margaine a écrit : Hi internals, The question is in the title :-) As far as I know, most projects follow this convention: develop on the master branch, then backport the fixes/features to older versions. I had

Re: [PHP-DEV] Re: OpenSSL bug in 5.4.33 and 5.5.17

2014-09-25 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 25/09/2014 09:00, Stas Malyshev a écrit : Hi! Hi, After a quick check Too quick, I miss 84a4041 ;) 6569db8 and 32be79d are in 5.4.33 / 5.5.17 / 5.6.1RC1 f86b219 and 3728449 are in 5.6.1RC1 only So, for 5.4 should we revert 6569db8 and

Re: [PECL-DEV] Elliptic curve extension for PHP

2014-09-24 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 24/09/2014 15:51, John Judy a écrit : as RemiFedora (Remi Collet?) Yes, me ;) I didn't use what OpenSSL had built in because when I was researching implementing the ED25519 curve, I didn't see it listed as one of OpenSSL's defined curves

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-24 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 24/09/2014 09:33, Ferenc Kovacs a écrit : We could have used the same NEWS entry from 5.6 I suppose: . Fixed bug #67606 (revised fix 67541, broke mod_fastcgi BC). (David Zuelke) I fixed NEWS in 5.4 / 5.5 before the release (5.4.33 / 5.5.17)

[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 31792c: fix gettext include path

2014-09-22 Thread Remi Collet
Branch: refs/heads/QA_4_2 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 31792c8091dc9548e82ed66b3dd07e4612d0ecd5 https://github.com/phpmyadmin/phpmyadmin/commit/31792c8091dc9548e82ed66b3dd07e4612d0ecd5 Author: Remi Collet fed...@famillecollet.com Date: 2014-09-22 (Mon

[PHP-DEV] PHP 5.6 and default cipher list in OpenSSL

2014-09-22 Thread Remi Collet
Hi, Sorry to have not detect this problem at RFC time, but the new hardcoded cipher list, cause some trouble in Fedora. See: https://bugs.php.net/68074 http://fedoraproject.org/wiki/Changes/CryptoPolicy https://fedoraproject.org/wiki/User:Nmav/CryptoPolicies

[PHP-DEV] PHP 5.6 and default cipher list in OpenSSL

2014-09-22 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Sorry to have not detect this problem at RFC time, but the new hardcoded cipher list, cause some trouble in Fedora. See: https://bugs.php.net/68074 http://fedoraproject.org/wiki/Changes/CryptoPolicy

[perl-Gtk2-AppIndicator] add ExclusiveArch: mono_arches as libappindicator

2014-09-19 Thread Remi Collet
commit 8c0b4e9765808ca96e28ce482de425fb7cea8df1 Author: Remi Collet r...@fedoraproject.org Date: Fri Sep 19 10:00:35 2014 +0200 add ExclusiveArch: mono_arches as libappindicator perl-Gtk2-AppIndicator.spec |8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) --- diff --git

[perl-Gtk2-AppIndicator/f21] add ExclusiveArch: mono_arches as libappindicator

2014-09-19 Thread Remi Collet
Summary of changes: 8c0b4e9... add ExclusiveArch: mono_arches as libappindicator (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f19] add ExclusiveArch: mono_arches as libappindicator

2014-09-19 Thread Remi Collet
Summary of changes: 8c0b4e9... add ExclusiveArch: mono_arches as libappindicator (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f20] add ExclusiveArch: mono_arches as libappindicator

2014-09-19 Thread Remi Collet
Summary of changes: 8c0b4e9... add ExclusiveArch: mono_arches as libappindicator (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

Re: [PHP-DEV] OpenSSL bug in 5.4.33 and 5.5.17

2014-09-19 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 19/09/2014 17:30, Daniel Lowrey a écrit : In an effort to fix a very old (seven years old) DoS vulnerability involving encrypted streams I created a regression where feof() notifications on encrypted sockets are broken. This is present in

[PHP-DEV] Re: OpenSSL bug in 5.4.33 and 5.5.17

2014-09-19 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 19/09/2014 18:25, Daniel Lowrey a écrit : In an effort to fix a very old (seven years old) DoS vulnerability involving encrypted streams I created a regression where feof() notifications on encrypted sockets are broken. This is present in both

Re: [PHP-DEV] RFC: Removal of dead SAPIs

2014-09-18 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 18/09/2014 11:08, marius adrian popa a écrit : Maybe is time to vote and implement it in php 7 with a pull request for each sapi https://wiki.php.net/rfc/removal_of_dead_sapis AFAIK, litespeed is not dead It have be recently updated to latest

SCL effect... Debian...

2014-09-17 Thread Remi Collet
We can probably see here a SCL effect... https://plus.google.com/+RemiCollet/posts/dGaTpLhG7r7 (see the comment from Ondrej, PHP debian maintainer) And https://github.com/oerdnj/deb.sury.org/issues/15 RHEL have an advantage, thanks to SCL Fedora is terribly late Remi. -- devel mailing list

Nginx + Php + WebApp

2014-09-16 Thread Remi Collet
Hi, I have open a bug tracker about something which seems to be an interesting feature. Support (out of the box) for nginx + php-fpm + your prefered webapp = https://bugzilla.redhat.com/show_bug.cgi?id=1142298 Feel free to subscribe / comment this tracker. Remi -- devel mailing list

File Gtk2-AppIndicator-0.15.tar.gz uploaded to lookaside cache by remi

2014-09-15 Thread Remi Collet
A file has been added to the lookaside cache for perl-Gtk2-AppIndicator: a90db45394d50d4b2656cfb292710265 Gtk2-AppIndicator-0.15.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator] import from review #1138980

2014-09-15 Thread Remi Collet
commit 4c0a28e6edf5063f04db8cb3297d9dc3a267f553 Author: Remi Collet r...@fedoraproject.org Date: Mon Sep 15 15:30:20 2014 +0200 import from review #1138980 .gitignore |1 + perl-Gtk2-AppIndicator.spec | 79 +++ sources

[perl-Gtk2-AppIndicator/f21] import from review #1138980

2014-09-15 Thread Remi Collet
Summary of changes: 4c0a28e... import from review #1138980 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f20] import from review #1138980

2014-09-15 Thread Remi Collet
Summary of changes: 4c0a28e... import from review #1138980 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f19] import from review #1138980

2014-09-15 Thread Remi Collet
Summary of changes: 4c0a28e... import from review #1138980 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator] revert license change

2014-09-15 Thread Remi Collet
commit b858399dc0d1a8b1179fabfc9754f5436a78cca7 Author: Remi Collet r...@fedoraproject.org Date: Mon Sep 15 16:11:35 2014 +0200 revert license change perl-Gtk2-AppIndicator.spec |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) --- diff --git a/perl-Gtk2-AppIndicator.spec

[perl-Gtk2-AppIndicator/f21] revert license change

2014-09-15 Thread Remi Collet
Summary of changes: b858399... revert license change (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f20] revert license change

2014-09-15 Thread Remi Collet
Summary of changes: b858399... revert license change (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Gtk2-AppIndicator/f19] revert license change

2014-09-15 Thread Remi Collet
Summary of changes: b858399... revert license change (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-15 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 11/09/2014 09:19, Remi Collet a écrit : Le 11/09/2014 09:16, Remi Collet a écrit : Le 09/09/2014 07:54, Stas Malyshev a écrit : The big issue I see, is the news entry: . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable

Re: [PHP-DEV] PHP 5.6.1RC1 is ready for testing - Koschei

2014-09-15 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 12/09/2014 10:07, Julien Pauli a écrit : Hi! Our RC1 of PHP 5.6.1 was just released today. Hi. More QA/CI is always a good thing! Fedora have a new project named Koschei. See

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-11 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 09/09/2014 07:54, Stas Malyshev a écrit : Hi! So what is the resolution for this? Should we roll back the fix, implement the new one and have one more RC, do something else? Sorry, it seems I have miss your question :( As David Zuelke

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-11 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 11/09/2014 09:16, Remi Collet a écrit : Le 09/09/2014 07:54, Stas Malyshev a écrit : The big issue I see, is the news entry: . Fixed #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable when using Apache). (David Zuelke) Should

Re: Dist-git for Copr

2014-09-09 Thread Remi Collet
Le 09/09/2014 09:02, Miroslav Suchý a écrit : On 09/08/2014 05:45 PM, Simo Sorce wrote: Does it mean the only way to build in copr would be to commit in git ? I'm not sure yet. But I would like to preserve it as option. I also hope we can keep the option to build from a source RPM URL. I

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Running a test build of 5.4.33RC1. Testing the fix for the SCRIPT_NAME issue 1. SetHandler Configuration FilesMatch \.php$ SetHandler proxy:fcgi://127.0.0.1:9003 /FilesMatch URL = /info.php/a/b?q=a SCRIPT_NAME = /info.php = OK

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 05/09/2014 14:54, Philip Hofstetter a écrit : Applying the patch fpm_main-script_name-v2.patch proposed on https://bugs.php.net/bug.php?id=65641 fixes the issue for me. This patch doesn't check for tflag, which seems usefull... Another try

Re: [PHP-DEV] PHP 5.4.33 RC1 = mod_proxy_fcgi still broken

2014-09-05 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 05/09/2014 15:52, David Zuelke a écrit : People should simply use the SetHandler approach instead. I agree, see https://bugzilla.redhat.com/1136290 But some people may want to use ProxyPass (ex, to redirect to another server, with no PHP script

[PHP-DEV] STR_REALLOC definition in 5.6+

2014-09-04 Thread Remi Collet
For now: #define STR_REALLOC(ptr, size) \ ptr = (char *) erealloc(ptr, size); Dealing with https://github.com/phalcon/cphalcon/pull/2772 I switch from realloc to str_realloc. But this is not portable (str_realloc is 5.6+ only) STR_REALLOC should be better, as portable,

Re: [PECL-DEV] [ANNOUNCEMENT] igbinary-1.2.0 (stable) Released.

2014-09-01 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 01/09/2014 09:21, Pierre Joye a écrit : On Sun, Aug 31, 2014 at 9:33 PM, Ferenc Kovacs tyr...@gmail.com wrote: I thought we already show a warning on version mismatch. It kept being reverted, changed, etc. It should be an error and

PHP 5.6, mod_php vs php-fpm

2014-08-29 Thread Remi Collet
Hi, If you haven't notice it yet, PHP 5.6.0 is now GA. Packages already built and available for F21+ As with httpd 2.4.10 and php 5.6.0, php-fpm now works out of the box, it make sense to give user the choice between mod_php and php-fpm. Usually a webapp (which provide configuration for

Re: PHP 5.6, mod_php vs php-fpm

2014-08-29 Thread Remi Collet
Le 29/08/2014 10:51, Remi Collet a écrit : As with httpd 2.4.10 and php 5.6.0, php-fpm now works out of the box, it make sense to give user the choice between mod_php and php-fpm. Forget to say: if your webapp use httpd authentification, only mod_php is supported for now. Remi. -- devel

Re: EPEL moving epel 7 out of beta

2014-08-28 Thread Remi Collet
Le 28/08/2014 23:26, Dennis Gilmore a écrit : Hi All, Kevin and I working to move epel 7 out of beta, as of a few hours ago builds require bodhi updates to get pushed out. EPEL-7 is now on Bodhi. But trying to push an update for a freshly buld package: No package found on these

Re: [PECL-DEV] [ANNOUNCEMENT] igbinary-1.2.0 (stable) Released.

2014-08-28 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 28/08/2014 07:07, PECL Announce a écrit : The new PECL package igbinary-1.2.0 (stable) has been released at http://pecl.php.net/. Still reports as 1.1.2-dev = igbinary.h:#define IGBINARY_VERSION 1.1.2-dev Remi -BEGIN PGP SIGNATURE-

[Enigmail] CVE-2014-5369 - Enigmail 1.7.1 ?

2014-08-25 Thread Remi Collet
Hi, See https://bugzilla.redhat.com/1133373 CVE-2014-5369 mail with only Bcc recipients sent in plain text Report says this is fixed in 1.7.1, but this is not released. Any planed date ? (else I will have to pick the fix from SCM... which I will prefer to avoid) Or perhaps I miss something.

Re: [Enigmail] CVE-2014-5369 - Enigmail 1.7.1 ?

2014-08-25 Thread Remi Collet
Le 25/08/2014 17:13, Olav Seyfarth a écrit : For the meantime, you may uninstall your distro package, download the XPI from the enigmail website and install it through TBs AddOn Manager. I'm the distro enigmail maintainer, so obviously not interested buy your proposal ;) And I don't

Re: [PHP-DEV] 5.6.0 final is near

2014-08-25 Thread Remi Collet
Le 17/08/2014 11:25, Ferenc Kovacs a écrit : Hi, I'm planning to release 5.6.0 from RC4 if nothing serious comes up, so this is just a heads-up: if you think that there is some fix, which should make into the 5.6.0 final (which isn't in RC4) or if you think that there is some blocker issue

[Phpmyadmin-git] [phpmyadmin/phpmyadmin] 4f3529: fix gettext include path

2014-08-19 Thread Remi Collet
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: 4f352990dcef8acdc42a2c4c79e2df3a624b255e https://github.com/phpmyadmin/phpmyadmin/commit/4f352990dcef8acdc42a2c4c79e2df3a624b255e Author: Remi Collet fed...@famillecollet.com Date: 2014-08-19 (Tue

Re: [PHP-DEV] PowerPC64 patchs

2014-08-18 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 18/08/2014 08:10, Laruence a écrit : Hey: There are some PRs for supports of PowerPC64 https://github.com/php/php-src/pull/734 https://github.com/php/php-src/pull/735 https://github.com/php/php-src/pull/736

Re: [PHP-DEV] PowerPC64 patchs

2014-08-18 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 18/08/2014 11:21, Stas Malyshev a écrit : BTW, it'd be nice to figure out why we have 6 fails there :) I already spent a lot of time fixing various non-intel failed tests... 3 related to date can be ignored (because of fedora / red hat

Re: [Glpi-dev] Looking for GLPI databases schema for version 0.84.7

2014-07-31 Thread Remi Collet
Le 31/07/2014 13:43, Marine B a écrit : Thanks for the answers. So I guess that the SchemaDb https://forge.indepnet.net/projects/glpi/wiki/SchemaDb are for the latest version. You should probably look at https://forge.indepnet.net/projects/glpi/wiki/DBmodel Remi.

Re: HEADSUP: json-c SONAME BUMP - please REVERT

2014-07-28 Thread Remi Collet
Le 28/07/2014 14:53, Christopher Meng a écrit : Hi, As upstream didn't seriously consider the API breakage, json 0.11-0.12 brings an issue of one function which is deprecated from now on. This has caused bug 1123785 so I will bump the soname manually: Please consider reverting to 0.11 in

Re: HEADSUP: json-c SONAME BUMP

2014-07-28 Thread Remi Collet
Le 28/07/2014 16:03, Peter Robinson a écrit : If the udpate broke packages: a) it should not have been updated on stable releases (was it?), Two updates have been filed hours ago, https://admin.fedoraproject.org/updates/json-c-0.12-1.fc20

[PHP-DEV] Re: [PHP-CVS] com php-src: Fix bug #67064 = Countable interface inconsistency

2014-07-23 Thread Remi Collet
Notice, All Internal classes, implementing Countable still doesn't accept this optional parameter. Ex: Method [ internal:SPL, prototype Countable public method count ] { - Parameters [0] { } Indeed, all Spl classes still use zend_parse_parameters_none(). This work,

[PHP-DEV] Re: [PHP-CVS] com php-src: Fix bug #67064 = Countable interface inconsistency

2014-07-23 Thread Remi Collet
Notice, All Internal classes, implementing Countable still doesn't accept this optional parameter. Ex: Method [ internal:SPL, prototype Countable public method count ] { - Parameters [0] { } Indeed, all Spl classes still use zend_parse_parameters_none(). This work,

Re: [PHP-DEV] Re: [PHP-CVS] com php-src: Fix bug #67064 = Countable interface inconsistency

2014-07-23 Thread Remi Collet
Le 23/07/2014 10:26, Remi Collet a écrit : Both solution should fix this: - adding the count_elements handler - accepting the optional mode Both works. But, Reflection still not correct, and count($a) still raise the IT is ok (sorry for the noise, tested with a bad path...) I think

Re: [PECL-DEV] Seg Fault on zend_parse_parameters

2014-07-21 Thread Remi Collet
Le 21/07/2014 19:52, Glenn Sams a écrit : Hello, I am having a really hard time figuring out why this is throwing a segment fault. s expect 2 arg, a char ** and a a in * (for length) char *input_file = NULL; char *output_file = NULL; int input_len, output_len; zend_bool formatoutput =

Re: [PHP-DEV] An BC issue in unserialize

2014-07-16 Thread Remi Collet
Le 17/07/2014 06:01, Laruence a écrit : $this-_prototype = unserialize(sprintf('O:%d:%s:0:{}', strlen($this-name), $this-name)); I am not sure now. should this usage be supported? In think unserialize is an horrible hack which should have never be used. This is described in

Re: [PECL-DEV] Debian request to change the PHP license for Extensions

2014-06-26 Thread Remi Collet
Le 26/06/2014 14:41, Ferenc Kovacs a écrit : could you provide a link to their mailing list or bugtracker where this discussion is taking place? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752651 svn https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752536 mysqlnd-ms;

Re: [PECL-DEV] Debian request to change the PHP license for Extensions

2014-06-26 Thread Remi Collet
Le 26/06/2014 14:48, Remi Collet a écrit : Le 26/06/2014 14:41, Ferenc Kovacs a écrit : could you provide a link to their mailing list or bugtracker where this discussion is taking place? Simpler... https://bugs.debian.org/cgi-bin/pkgreport.cgi?users=ondrej%40debian.orgtag=php-license-3.01

Re: PHP 5.6.0 in rawhide - Mass rebuild report

2014-06-20 Thread Remi Collet
Le 19/06/2014 09:33, Remi Collet a écrit : https://fedoraproject.org/wiki/Changes/Php56 I have rebuild all dependencies (waiting for the broken dep report to check I have not forget some) Broken package php-pecl-parsekit FTBFS #492 (probably to drop as unmaintained

Re: PHP 5.6.0 in rawhide - Mass rebuild report

2014-06-20 Thread Remi Collet
Le 20/06/2014 10:46, Remi Collet a écrit : I have rebuild all dependencies (waiting for the broken dep report to check I have not forget some) The missing ones are: ** ice-3.5.1-6.fc21 - already FTBFS OK lasso-2.4.0-4.fc21 OK ming-0.4.5-4.fc21 Done Remi. -- devel mailing

PHP 5.6.0 going to hit rawhide soon

2014-06-19 Thread Remi Collet
Hi, PHP 5.6.0RC1 should be released today. https://fedoraproject.org/wiki/Changes/Php56 So will hit rawhide really soon. Remi. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct:

Re: PHP 5.6.0 in rawhide

2014-06-19 Thread Remi Collet
Le 19/06/2014 09:33, Remi Collet a écrit : Hi, PHP 5.6.0RC1 should be released today. https://fedoraproject.org/wiki/Changes/Php56 php-5.6.0-0.1.RC1.fc21 is now in rawhide buildroot. I already have rebuild ~30 packages (about half of the list, mostly mine) I you prefer to take care

[Guidelines changes] - Changes to PHP Guidelines.

2014-06-06 Thread Remi Collet
Recently approved changes in PHP Guidelines https://fedoraproject.org/wiki/Packaging:PHP File placement. For consistency with PEAR packages, PECL documentation provided by upstream are installed in %{pecl_docdir}, should stay there, and must be marked as %doc. C extensions and PECL packages

Re: ORPHAN of mysql and python stuff

2014-06-02 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 01/06/2014 00:30, Björn Persson a écrit : Remi Collet fed...@famillecollet.com wrote: Because of lack of interest, I plan to orphan the following packages (Fedora + EPEL) mysql++ (3.1.0 in rawhide, 3.2.1 available) I have systems in stable

Re: ORPHAN of mysql and python stuff

2014-06-02 Thread Remi Collet
Le 28/05/2014 18:32, Pavel Alexeev a écrit : mysql-connector-python (1.1.6 in rawhide, 1.2.1 recently released) Orphaned. mysql-utilities (1.3.6 in rawhide, 1.4.3 recently released) Orphaned Looks interesting. If it is Mariadb compatible I could take it. Yes most commands works with

ORPHAN of mysql and python stuff

2014-05-28 Thread Remi Collet
Hi, Because of lack of interest, I plan to orphan the following packages (Fedora + EPEL) mysql++ (3.1.0 in rawhide, 3.2.1 available) Used by sems-dsm mysql-connector-python (1.1.6 in rawhide, 1.2.1 recently released) Used by shinken AFAIK, only connector to mysql for

Re: Is redis orphaned?

2014-05-27 Thread Remi Collet
Le 27/05/2014 17:03, Jeff Schroeder a écrit : This makes me think it is: https://bugzilla.redhat.com/show_bug.cgi?id=976554 For a package as oft used in traditional LAMP stacks as a fantastic cache or queue, shouldn't we fix this? I'm happy to work on an updated spec / src.rpm, but am

Re: [PECL-DEV] [ANNOUNCEMENT] pthreads-2.0.7 (stable) Released.

2014-05-11 Thread Remi Collet
Le 10/05/2014 18:16, PECL Announce a écrit : The new PECL package pthreads-2.0.7 (stable) has been released at http://pecl.php.net/. Reports as 2.0.8... Release notes - fix regression error in last release Package Info - A compatible Threading API for PHP5.3+

PHPUnit 4.1 in rawhide/epel7

2014-05-06 Thread Remi Collet
Hi, FYI, I just finished the update of PHPUnit 4.1 in rawhide/epel7. This new major version is no more from pear channel, but from git sources (the phpunit pear channel is no more updated and will closed soon). Remi. -- devel mailing list devel@lists.fedoraproject.org

Re: F21 System Wide Change: PHP 5.6

2014-04-10 Thread Remi Collet
Le 08/04/2014 13:57, Miloslav Trmač a écrit : 2014-04-08 10:58 GMT+02:00 Jaroslav Reznik jrez...@redhat.com: = Proposed System Wide Change: PHP 5.6 = https://fedoraproject.org/wiki/Changes/Php56 Contingency mechanism: Wait for 5.6.0RC1 for rawhide import, so we'll, at least, ship a RC

PHP SIG (revival) probably more a webapp or LAMP SIG.

2014-04-03 Thread Remi Collet
Hi, People interested in the PHP stack, or more generally the web applications stuff, should probably join the php-de...@lists.fedoraproject.org mailing list. For example the is some change proposal under discussion there - php 5.6

EPEL and SCL

2014-03-20 Thread Remi Collet
Hi, RHSCL 1.0 is GA since September. RHSCL 1.1 Beta is released today: http://developerblog.redhat.com/2014/03/20/rhscl-1-1-beta-available-apache-mongodb/ As EPEL is the common repository to find additional packages for RHEL, I really think it should also be possible to provide additional

[Fedora-legal-list] Is such restriction acceptable

2014-03-16 Thread Remi Collet
Hi, Reviewing an old package [1] , I notice the LICENSE text (BSD-3) from the headers [2] includes: This code cannot simply be copied and put under the GNU Public License or any other GPL-like (LGPL, GPL2) License. Is it acceptable ? If not... will have to drop this package from fedora...

Re: [PECL-DEV] [ANNOUNCEMENT] eio-1.2.4 (stable) Released.

2014-03-15 Thread Remi Collet
Le 14/03/2014 22:22, PECL Announce a écrit : The new PECL package eio-1.2.4 (stable) has been released at http://pecl.php.net/. Le 15/03/2014 08:20, PECL Announce a écrit : The new PECL package eio-1.2.4 (stable) has been released at http://pecl.php.net/. Please avoid this. Some

[PECL-DEV] Re: [PHP-DEV] Stupid and incorrect version checks.

2014-03-08 Thread Remi Collet
Starting again... https://github.com/pdezwart/php-amqp/issues/93 -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: fedpkg build failing (due to NSS?)

2014-03-03 Thread Remi Collet
Le 03/03/2014 09:34, Mathieu Bridon a écrit : This would tell you when it's ready: $ koji wait-repo f20-build --build=nss-softokn-3.15.5-1.fc20 --build=nss-util-3.15.5-1.fc20 F20 buldroot is now fixed. Remi. -- devel mailing list devel@lists.fedoraproject.org

Re: PHP 5.6.0

2014-03-02 Thread Remi Collet
Le 28/02/2014 15:25, Remi Collet a écrit : Hi, PHP 5.6.0 will be soon in beta stage. (5.6.0alpha3 is available and should be the last alpha) So I start working on PHP 5.6 packaging. For those interested, for now, this happens in my personal repository (remi-dev). Fedora 20: http

PHP 5.6.0

2014-02-28 Thread Remi Collet
Hi, PHP 5.6.0 will be soon in beta stage. (5.6.0alpha3 is available and should be the last alpha) So I start working on PHP 5.6 packaging. For those interested, for now, this happens in my personal repository (remi-dev). Fedora 20: http://rpms.famillecollet.com/fedora/20/devs/x86_64/repoview/

Re: [PECL-DEV] [ANNOUNCEMENT] yp-1.0.0RC1 (beta) Released.

2014-02-22 Thread Remi Collet
https://bugs.php.net/66753 = Missing License file Sorry for the noise... seems I check an oudated repo... Remi. -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PECL-DEV] [ANNOUNCEMENT] yp-1.0.0RC1 (beta) Released.

2014-02-21 Thread Remi Collet
Le 22/02/2014 05:43, PECL Announce a écrit : The new PECL package yp-1.0.0RC1 (beta) has been released at http://pecl.php.net/. https://bugs.php.net/66753 = Missing License file I'm really tired to have to open such bug Please re-enable the check on tarball upload. Remi. -- PECL

Re: packages requiring httpd as opposed to requiring webserver?

2014-02-20 Thread Remi Collet
Le 20/02/2014 14:43, Robert P. J. Day a écrit : is that considered good package design? it may be that there are some packages that absolutely need some webserver feature that is provided only by httpd, but is it also possible that some packages are being unnecessarily restrictive? just

Re: rpm bug 1065563 affecting httpd / php packages

2014-02-17 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 17/02/2014 10:24, Reindl Harald a écrit : are such changes allowed within a stable release? https://bugzilla.redhat.com/show_bug.cgi?id=1065563 As lot of package are using a bad virtual provides / requires with a double dash in EVR, and as a

Re: rpm bug 1065563 affecting httpd / php packages

2014-02-17 Thread Remi Collet
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Le 17/02/2014 18:02, Toshio Kuratomi a écrit : I think this depends on what rpm and yum are currently doing with the dependencies. As Panu says here: https://bugzilla.redhat.com/show_bug.cgi?id=1065563#c1 if - is used in version or release then

File Net-SSLGlue-1.052.tar.gz uploaded to lookaside cache by remi

2014-01-21 Thread Remi Collet
A file has been added to the lookaside cache for perl-Net-SSLGlue: 25823d8e45eefacc291e3373f84b27df Net-SSLGlue-1.052.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Net-SSLGlue] update to 1.052

2014-01-21 Thread Remi Collet
commit 6c0021b1e3db4d9109653458d17fcb5f49211c2c Author: Remi Collet r...@fedoraproject.org Date: Tue Jan 21 11:19:43 2014 +0100 update to 1.052 .gitignore |1 + perl-Net-SSLGlue-test.patch | 31 +-- perl-Net-SSLGlue.spec |9

[perl-Net-SSLGlue/f20] update to 1.052

2014-01-21 Thread Remi Collet
Summary of changes: 6c0021b... update to 1.052 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Net-SSLGlue/f19] update to 1.052

2014-01-21 Thread Remi Collet
commit 2e4aa0075c2c4ccb59df83121734caed9d90c826 Author: Remi Collet r...@fedoraproject.org Date: Tue Jan 21 11:19:43 2014 +0100 update to 1.052 (cherry picked from commit 6c0021b1e3db4d9109653458d17fcb5f49211c2c) .gitignore |1 + perl-Net-SSLGlue-test.patch

[perl-Net-SSLGlue/epel7] update to 1.052

2014-01-21 Thread Remi Collet
Summary of changes: 2e4aa00... update to 1.052 (*) (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

Re: [Dotclear Dev] 2.6.2

2014-01-17 Thread Remi Collet
Le 17/01/2014 11:55, Bruno a écrit : Si on met plutôt : Mysql (via driver Mysqli) / Mysql (via driver mysql - déprécié) Voir; MySQL/MariaDB (via ...) ;) Ca te causerait plus ? -- Bruno -- Dev mailing list - Dev@list.dotclear.org - http://ml.dotclear.org/listinfo/dev

Re: web-assets-httpd stuck in limbo?

2014-01-15 Thread Remi Collet
Le 16/01/2014 04:27, Adam Williamson a écrit : I've been looking at more webapp unbundling stuff over the last couple of days (as anyone following my G+ feed probably noticed...) and I just noticed that web-assets-httpd is still not being built. The last note was back in August: * Fri Aug

[PECL-DEV] LICENSE check on new version upload.

2014-01-15 Thread Remi Collet
Hi, So time ago, this check have been made only a warning (iirc, mostly for oci). Will it be possible to change it back to an error ? So, block pecl package without License file. Thanks, Remi. P.S. problem is pdf which still not have any License, despite having ask for it for a long time,

EPEL-7 branch

2014-01-12 Thread Remi Collet
FYI I have open a request for EPEL-7 branch of Judy and msgpack as I need both to rebuild some packages in the PHP stack. I will take care of launching the build. Remi. -- CenturyLink Cloud: The Leader in Enterprise

Re: php-libvirt package became orphan

2014-01-06 Thread Remi Collet
Le 06/01/2014 15:04, Michal Novotny a écrit : Hi all, as I didn't do any builds of php-libvirt for a long time and the project is done in my spare time and if so, it's done upstream, I released the ownership of the php-libvirt. My first guess who could be interested in taking the ownership is

[libvirt] [php-libvirt] minimal libvirt requirement

2014-01-06 Thread Remi Collet
Hi, From configure: LIBVIRT_REQUIRED=0.6.2 But build fails with 0.9 Tested with 0.8.8 and 0.8.2 (RHEL-5) libvirt-php.c:1080: error: 'VIR_NODE_CPU_STATS_ALL_CPUS' undeclared (first use in this function) Thanks Remi. -- libvir-list mailing list libvir-list@redhat.com

Re: [libvirt] [php-libvirt] minimal libvirt requirement

2014-01-06 Thread Remi Collet
of the Fedora package (and update it to current version 0.4.8). Remi. Thanks, Michal On 01/06/2014 03:58 PM, Remi Collet wrote: Hi, From configure: LIBVIRT_REQUIRED=0.6.2 But build fails with 0.9 Tested with 0.8.8 and 0.8.2 (RHEL-5) libvirt-php.c:1080: error: 'VIR_NODE_CPU_STATS_ALL_CPUS

Libzip 0.11.2 in F = 20

2013-12-19 Thread Remi Collet
Hi, I just update libzip to new version 0.11.2 https://admin.fedoraproject.org/updates/libzip-0.11.2-1.fc20 From abi-compliance-checker, no ABI change http://rpms.famillecollet.com/compat_reports/libzip/1.11.1_to_1.11.2/compat_report.html Remi. -- devel mailing list

Re: [PHP-CVS] com php-src: Zend: fix overflow handling bug in non-x86 fast_add_function(): Zend/zend_operators.h

2013-12-10 Thread Remi Collet
Le 10/12/2013 14:25, Ard Biesheuvel a écrit : On 10 December 2013 13:17, Dmitry Stogov dmi...@zend.com wrote: Sorry, I just read patch improperly. It's fine. Thanks for perseverance. No problem. BTW I guess nobody runs 'make test' on Windows anymore, because the same issue should have

[PHP-CVS] com php-src: Merge branch 'PHP-5.5' into PHP-5.6: Zend/zend_builtin_functions.c ext/reflection/php_reflection.c

2013-12-10 Thread Remi Collet
Commit:45d8802441491c6daf4c0ccd7cc75a49d832193f Author:Remi Collet r...@php.net Tue, 10 Dec 2013 16:10:20 +0100 Parents: fe93347ba073d8a98e6ee850688843ce428f15b0 bc8f7761f37d0cadfe72725c7b5e37d698b4db5d Branches: PHP-5.6 master Link: http://git.php.net/?p=php-src.git

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: Zend/zend_builtin_functions.c ext/reflection/php_reflection.c

2013-12-10 Thread Remi Collet
Commit:9f4d1ee51c19c50a60284a5687f247785fd26f6a Author:Remi Collet r...@php.net Tue, 10 Dec 2013 16:09:41 +0100 Parents: 552e8b2b4c5708cb90faf148bd99e3f67fa926b5 3e963f8eb44863ef3d758eabe791190b0fd7bb9a Branches: PHP-5.5 PHP-5.6 master Link: http://git.php.net/?p=php

Re: Fedora 20 Final blocker - Please add symfony packages.

2013-12-10 Thread Remi Collet
Le 06/12/2013 11:51, Remi Collet a écrit : Le 28/11/2013 03:25, Adam Williamson a écrit : Hi, folks. We have just over one week to the Fedora 20 Go/No-Go meeting, and a big happy pile of blocker bugs - everyone's having fun! In order to be able to complete testing in time for the go/no-go

Re: Fedora 20 Final blocker - Please add symfony packages.

2013-12-10 Thread Remi Collet
Le 10/12/2013 18:20, Adam Williamson a écrit : It would've worked better if you'd nominated it as one before the meeting :/ I have raised the issue on ML Dec 6th. And bug blocks #980657 (Final 20 freeze exception tracker) since this date. NB: I just tried to have F20 in a correct state...

<    4   5   6   7   8   9   10   11   12   13   >