Package: php5-pgsql; Maintainer for php5-pgsql is (unknown);
Reported by: Friedhelm Mehnert <friedhelm@friedhelms.net>
Date: Mon, 15 Dec 2014 11:15:07 UTC
Severity: normal
Found in version 5.4.35-0+deb7u2
Fixed in version php5/5.4.36-0+deb7u1
Done: Ondřej Surý <ondrej@debian.org>
Bug is archived. No further changes may be made.
Forwarded to https://bugs.php.net/bug.php?id=68697
View this report as an mbox folder, status mbox, maintainer mbox
Report forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#773182; Package php5-pgsql.
(Mon, 15 Dec 2014 11:15:12 GMT) (full text, mbox, link).
Acknowledgement sent
to Friedhelm Mehnert <friedhelm@friedhelms.net>:
New Bug report received and forwarded. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Mon, 15 Dec 2014 11:15:12 GMT) (full text, mbox, link).
Message #5 received at submit@bugs.debian.org (full text, mbox, reply):
Package: php5-pgsql
Version: 5.4.35-0+deb7u2
Severity: normal
Dear Maintainer,
this is about a problem with the php5-pgsql package.
It works fine and as expectet with postgresql 8.4.
However after upgrading to postgresql 9.1 the pg_lo_export function does
not work.
It returnes TRUE, the file is created, but has zero length and does not
contain the BLOB.
The Problem is neither with postgresql 9.1, nore with libpq, because it
works fine from the pgsql-client.
Something like
SELECT lo_export(coverdat.cover, "/tmp/HONK") from coverdat WHERE maj = 77;
works fine!
Calling the funktion from within php5
i.e.
function my_coverdat ($handle, $major, $tmp_name) {
$full_name = '/tmp/HONK';
$my_oid = my_get_oid ($handle, $major);
pg_query($handle, "begin");
$result = pg_lo_export($handle, $my_oid, $full_name);
pg_query($handle, "commit");
}
does not.
$result is TRUE, but the file HONK is empty!
The same unmodified funktion works fine with postgresql 8.4.
Sorry if this description is kind of unclear, but I'm not a programmer.
Regards Friedhelm
-- System Information:
Debian Release: 7.7
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 3.2.0-4-686-pae (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages php5-pgsql depends on:
ii dpkg 1.16.15
ii libapache2-mod-php5 [phpapi-20100525+lfs] 5.4.35-0+deb7u2
ii libc6 2.13-38+deb7u6
ii libpq5 9.1.14-0+deb7u1
ii php5-common 5.4.35-0+deb7u2
ii ucf 3.0025+nmu3
php5-pgsql recommends no packages.
php5-pgsql suggests no packages.
-- no debconf information
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#773182; Package php5-pgsql.
(Mon, 22 Dec 2014 09:33:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Friedhelm Mehnert <friedhelm@friedhelms.net>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Mon, 22 Dec 2014 09:33:04 GMT) (full text, mbox, link).
Message #10 received at 773182@bugs.debian.org (full text, mbox, reply):
O.K. I know now what the problem is. But since the maintainers obviously are not interested at all, I can't be bothered either. HAVE A NICHE DAY Friedhelm
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#773182; Package php5-pgsql.
(Tue, 23 Dec 2014 07:57:05 GMT) (full text, mbox, link).
Acknowledgement sent
to "Thijs Kinkhorst" <thijs@debian.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Tue, 23 Dec 2014 07:57:05 GMT) (full text, mbox, link).
Message #15 received at 773182@bugs.debian.org (full text, mbox, reply):
On Mon, December 22, 2014 10:22, Friedhelm Mehnert wrote: > O.K. I know now what the problem is. > > But since the maintainers obviously are not interested at all, I can't > be bothered either. It's quite harsh to tell the volunteers that maintain this package that we're "obviously not interested at all" when we did not yet respond within only one week after filing the bug... Please share your solution and help improve free software. It will be processed in due time, if not sooner then certainly later. Cheers, Thijs
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#773182; Package php5-pgsql.
(Tue, 23 Dec 2014 16:42:08 GMT) (full text, mbox, link).
Acknowledgement sent
to Friedhelm Mehnert <friedhelm@friedhelms.net>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Tue, 23 Dec 2014 16:42:08 GMT) (full text, mbox, link).
Message #20 received at 773182@bugs.debian.org (full text, mbox, reply):
On Tue, Dec 23, 2014 at 08:54:01AM +0100, Thijs Kinkhorst wrote:
>
> It's quite harsh to tell the volunteers that maintain this package that
> we're "obviously not interested at all" when we did not yet respond within
> only one week after filing the bug...
>
> Please share your solution and help improve free software. It will be
> processed in due time, if not sooner then certainly later.
>
>
> Cheers,
> Thijs
Well, that's how things seem to be these days. By asking nicely one does
not archive anything anymore. Once you get pissed, get unfriendly, and
start anoying people, *then* you'll get an answer! :-)
I'm not a programmer. I do not have the resources, to compile php-5 from
source and try the fixes out.
Anyway, let me try to explain:
I have recently updatet a production-machine from Squeeze-lts to Wheezy.
Squeeze has Postgresql 8.4.
So, after the update, I thougt it would be a good idea to update to the
"Wheezy-Version" Postgresql 9.1 as well. So I did, using the
pg_updatecluster methode as outlined in the README.Debian, which worked
like a charm. Everything was working as expected...
Well nearly everthing. After the upgrade my application could not get
the BLOBs from the database. The files had zero length and were empty.
So I put some debuging code into my application, which showed, that the
pg_lo-export function returned TRUE (success), but produced empty files.
So I purged the new version and restored the old version from backup.
I looked at the documentation, which came with the new version, but did
not find the slitest hint on what might be wrong.
Several days later I found the *course* of the problem within the
online-documentation for Postgresql 9.0!
There it was. BLOBs now have "permissions"! To be able to retrieve them
you have to grant at least "select" permission to the user the
web-browser runs as on each and every single object!
So I upgraded again, picked one BLOB, granted the permission and --
bingo -- it worked! So I had to write a script, to grant the permissions
to all the 700+ BLOBs within my database and things worked again.
So knowning the *cause* of the problem still leaves us with a bug.
The pg_lo_export function returnes TRUE and silently produces unusable
files, if the BLOB lacks the needed permissions. It *should* rather
return FALSE in this case.
I have looked at the source and I *think* line 3504 within the source
file php5-5.4.4/ext/pgsql/pgsql.c which looks now as follows:
3504 if (lo_export(pgsql, oid, file_out)) {
3505 RETURN_TRUE;
3506 }
3507 RETURN_FALSE;
3508 }
should be changed to:
3504 if (lo_export(pgsql, oid, file_out) == 1) {
I have *not* tested this. Also I can not prove, that the lo_export
function actually returnes -1 in this case, as it should. Furthermore it
is possible, that other functions within the pgsql module have the same
problem.
I hope this lengthy explanation is good enough, so someone who is able
to compile from source and test it can fix this bug.
Best Regards
Friedhelm
Information forwarded
to debian-bugs-dist@lists.debian.org, Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>:
Bug#773182; Package php5-pgsql.
(Tue, 30 Dec 2014 15:36:04 GMT) (full text, mbox, link).
Acknowledgement sent
to Ondřej Surý <ondrej@sury.org>:
Extra info received and forwarded to list. Copy sent to Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>.
(Tue, 30 Dec 2014 15:36:04 GMT) (full text, mbox, link).
Message #25 received at 773182@bugs.debian.org (full text, mbox, reply):
Control: forwarded -1 https://bugs.php.net/bug.php?id=68697
On Tue, Dec 23, 2014, at 17:38, Friedhelm Mehnert wrote:
> On Tue, Dec 23, 2014 at 08:54:01AM +0100, Thijs Kinkhorst wrote:
> >
> > It's quite harsh to tell the volunteers that maintain this package that
> > we're "obviously not interested at all" when we did not yet respond within
> > only one week after filing the bug...
> >
> > Please share your solution and help improve free software. It will be
> > processed in due time, if not sooner then certainly later.
> >
> >
> > Cheers,
> > Thijs
>
>
> Well, that's how things seem to be these days. By asking nicely one does
> not archive anything anymore. Once you get pissed, get unfriendly, and
> start anoying people, *then* you'll get an answer! :-)
You are not funny. Aggressive behaviour is not a way how to get an
answer or at least a positive answer.
[...]
> 3504 if (lo_export(pgsql, oid, file_out) == 1) {
That looks correct. Thanks for the analysis, I have reported that to
upstream bug tracker under #68697 with different fix.
Cheers,
--
Ondřej Surý <ondrej@sury.org>
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server
Set Bug forwarded-to-address to 'https://bugs.php.net/bug.php?id=68697'.
Request was from Ondřej Surý <ondrej@sury.org>
to 773182-submit@bugs.debian.org.
(Tue, 30 Dec 2014 15:36:04 GMT) (full text, mbox, link).
Reply sent
to Ondřej Surý <ondrej@debian.org>:
You have taken responsibility.
(Thu, 01 Jan 2015 18:51:18 GMT) (full text, mbox, link).
Notification sent
to Friedhelm Mehnert <friedhelm@friedhelms.net>:
Bug acknowledged by developer.
(Thu, 01 Jan 2015 18:51:18 GMT) (full text, mbox, link).
Message #32 received at 773182-close@bugs.debian.org (full text, mbox, reply):
Source: php5
Source-Version: 5.4.36-0+deb7u1
We believe that the bug you reported is fixed in the latest version of
php5, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 773182@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Ondřej Surý <ondrej@debian.org> (supplier of updated php5 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 21 Dec 2014 20:51:11 +0100
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp php5-imap php5-interbase php5-intl php5-ldap php5-mcrypt php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source all amd64
Version: 5.4.36-0+deb7u1
Distribution: wheezy-security
Urgency: high
Maintainer: Debian PHP Maintainers <pkg-php-maint@lists.alioth.debian.org>
Changed-By: Ondřej Surý <ondrej@debian.org>
Description:
libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 module)
libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter mo
libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
php-pear - PEAR - PHP Extension and Application Repository
php5 - server-side, HTML-embedded scripting language (metapackage)
php5-cgi - server-side, HTML-embedded scripting language (CGI binary)
php5-cli - command-line interpreter for the php5 scripting language
php5-common - Common files for packages built from the php5 source
php5-curl - CURL module for php5
php5-dbg - Debug symbols for PHP5
php5-dev - Files for PHP5 module development
php5-enchant - Enchant module for php5
php5-fpm - server-side, HTML-embedded scripting language (FPM-CGI binary)
php5-gd - GD module for php5
php5-gmp - GMP module for php5
php5-imap - IMAP module for php5
php5-interbase - interbase/firebird module for php5
php5-intl - internationalisation module for php5
php5-ldap - LDAP module for php5
php5-mcrypt - MCrypt module for php5
php5-mysql - MySQL module for php5
php5-mysqlnd - MySQL module for php5 (Native Driver)
php5-odbc - ODBC module for php5
php5-pgsql - PostgreSQL module for php5
php5-pspell - pspell module for php5
php5-recode - recode module for php5
php5-snmp - SNMP module for php5
php5-sqlite - SQLite module for php5
php5-sybase - Sybase / MS SQL Server module for php5
php5-tidy - tidy module for php5
php5-xmlrpc - XML-RPC module for php5
php5-xsl - XSL module for php5
Closes: 773182
Changes:
php5 (5.4.36-0+deb7u1) wheezy-security; urgency=high
.
* New upstream version 5.4.36
+ Core:
- Upgraded crypt_blowfish to version 1.3.
- Fixed bug #68545 (NULL pointer dereference in unserialize.c).
- Fixed bug #68594 (Use after free vulnerability in
unserialize()). (CVE-2014-8142)
+ Mcrypt:
- Fixed possible read after end of buffer and use after free.
* Update patches for 5.4.36 release
* Download missing install-pear-nozlib.phar and add it as a quilt patch
* Remove extra INI file patch that added duplicate lines
* Fix lo_export to check for invalid return value (Closes: #773182)
* Fix out of bounds read that crashes php-cgi
Checksums-Sha1:
a43bfd478dcdae9beeaabdb332b15e3a7a487d58 4530 php5_5.4.36-0+deb7u1.dsc
44070647fd99915edf64a1fba4967cd1f4b25b76 14708270 php5_5.4.36.orig.tar.gz
5bf0f99532912932a936c37e202634a70e9457f3 772196 php5_5.4.36-0+deb7u1.diff.gz
c755e276da2939fe2b2ceb4748b958de7e9baa80 1026 php5_5.4.36-0+deb7u1_all.deb
89398ad69f8c897ca0d5f1be6842cd7674eb60bd 371876 php-pear_5.4.36-0+deb7u1_all.deb
c2e51ebb415b401a67ff95da1f18f38d252699fc 620716 php5-common_5.4.36-0+deb7u1_amd64.deb
dcb79e0f21c9fad9f8b69f8b6f9dcba9c2aff8d8 2707700 libapache2-mod-php5_5.4.36-0+deb7u1_amd64.deb
4643fed0874ad661c68db3b0fd87a610bc0ee5c0 2706694 libapache2-mod-php5filter_5.4.36-0+deb7u1_amd64.deb
40091e05a6e8004dee619ee49667485ac2ae3a0e 5173482 php5-cgi_5.4.36-0+deb7u1_amd64.deb
ea90c60de42481bbe789dc2f97e85bec197db042 2595442 php5-cli_5.4.36-0+deb7u1_amd64.deb
a6f607e81312c736c24663b85942d06777b49654 2627790 php5-fpm_5.4.36-0+deb7u1_amd64.deb
294f6ef1eb2921092d25c768ec8422597ac08472 2704700 libphp5-embed_5.4.36-0+deb7u1_amd64.deb
debb98e91fd2210fedceaeaaf7f7905344337a62 501056 php5-dev_5.4.36-0+deb7u1_amd64.deb
6f327322c93ab67d180e236d49fa97f0b1b2ce7d 16127458 php5-dbg_5.4.36-0+deb7u1_amd64.deb
5119863382fe6479f86424364e3265f480895d0f 29434 php5-curl_5.4.36-0+deb7u1_amd64.deb
5c83f97f7ae2a29937c7a2461c2efe88494f2cf2 9950 php5-enchant_5.4.36-0+deb7u1_amd64.deb
4884d7a4c1362ddd76abab361be904f71b2bbda4 35694 php5-gd_5.4.36-0+deb7u1_amd64.deb
ddd49e26a011e9fdb342ebdaeffcb113b3071fe0 17014 php5-gmp_5.4.36-0+deb7u1_amd64.deb
92640145d5ec2eb8d2dbb4ed5217d091b902128f 35602 php5-imap_5.4.36-0+deb7u1_amd64.deb
e2ca26cc2c0f2d27b392b09517985f79968507a6 49632 php5-interbase_5.4.36-0+deb7u1_amd64.deb
f9f72908050a8750b8b830aa07f27db9dc76517e 72170 php5-intl_5.4.36-0+deb7u1_amd64.deb
7ed19c167d239b01bef392169e2e33cb27380fc2 23876 php5-ldap_5.4.36-0+deb7u1_amd64.deb
f5cfb1064fb675347df4c1e9ebac073f98e7d8f5 16102 php5-mcrypt_5.4.36-0+deb7u1_amd64.deb
f82fccf5e0905cb541952ea2b412da9d8cf59a3e 80864 php5-mysql_5.4.36-0+deb7u1_amd64.deb
0bbc90bc800bc0d349d3a98b5725814edf9e8fe9 164312 php5-mysqlnd_5.4.36-0+deb7u1_amd64.deb
e6824ae6df3dc3a64eab4a461e4aad553a6ab666 36840 php5-odbc_5.4.36-0+deb7u1_amd64.deb
8caf1bd4ada162efbc81ac7696564e603921c27c 64318 php5-pgsql_5.4.36-0+deb7u1_amd64.deb
20d7a2fcc8a2a63eaf8855115f2141d0ccd6806f 8908 php5-pspell_5.4.36-0+deb7u1_amd64.deb
387ff5ae2636c8e62106cad69a48f5339e934d0e 5204 php5-recode_5.4.36-0+deb7u1_amd64.deb
bf3b9f345c342d0dcd5bb533471c7cd1332f0618 21942 php5-snmp_5.4.36-0+deb7u1_amd64.deb
3b9d07dc21b41bd20ed29ed1e001289e6d72a0af 30528 php5-sqlite_5.4.36-0+deb7u1_amd64.deb
3db9825cb6e010fa5fe427aa57aff4b45cf338f4 28928 php5-sybase_5.4.36-0+deb7u1_amd64.deb
8425fcc1afa3dabdd49d617d50e9d9c86ff54e50 19654 php5-tidy_5.4.36-0+deb7u1_amd64.deb
627c58600477af727d20493b4a9374854ada63b4 36356 php5-xmlrpc_5.4.36-0+deb7u1_amd64.deb
d5aca0f4a37aa380408fd7699c8b21c8f394282f 15470 php5-xsl_5.4.36-0+deb7u1_amd64.deb
Checksums-Sha256:
253351132c8149e2625b9914f3adb480d61aef5563a607f75c8380bc1f94e093 4530 php5_5.4.36-0+deb7u1.dsc
e11851662222765d6ab6e671adc983c657d5358a183856b43a5bad0c612d2959 14708270 php5_5.4.36.orig.tar.gz
72be76e4b0281a2b9121249253af23de4b93c3ba7f203a068b12899fa39e3265 772196 php5_5.4.36-0+deb7u1.diff.gz
65be3c1a68289fefec7e0ba38232d7c062ca35f82603652c86f98f1e400ab324 1026 php5_5.4.36-0+deb7u1_all.deb
37b6c4a7767c45e91f419ab0b44662d6fa7f5e030397ccd721dfb896ffc123d8 371876 php-pear_5.4.36-0+deb7u1_all.deb
d738d7ee87f794205095b5c74394829d507493bfde84eebae1a0a504ac489fb7 620716 php5-common_5.4.36-0+deb7u1_amd64.deb
d1b07632cb94be56b7431aacb2b24bd401b69a94124c86e4f6e62a542df3fc46 2707700 libapache2-mod-php5_5.4.36-0+deb7u1_amd64.deb
426f24cd345327415662cb2619e6cb15ec42142ed2d0fd8c28498aa95f2b1390 2706694 libapache2-mod-php5filter_5.4.36-0+deb7u1_amd64.deb
37ec9e3e00a8ec3c358c9ed8c944f00acb0c2803a998008e18a6869afba33324 5173482 php5-cgi_5.4.36-0+deb7u1_amd64.deb
9c99cc21f5712e2880ae1a04edf8ee8b84334869c4e304041969a141e16c978f 2595442 php5-cli_5.4.36-0+deb7u1_amd64.deb
7729e06bcb5e6668824f599822e4c95e3606fe2a692a1b79746cf1b3d4a81aa5 2627790 php5-fpm_5.4.36-0+deb7u1_amd64.deb
0bfa5e13c3e6498680663b9335af03d1e20096747aac08175fd91c26b2ad6690 2704700 libphp5-embed_5.4.36-0+deb7u1_amd64.deb
13699ed22922e776c74b3024bacbde575c07d60b7fa8ed1ac328bf2b18adebab 501056 php5-dev_5.4.36-0+deb7u1_amd64.deb
0b202d2fb6fbf73cdca494649ad9089eba491b806eeb9345016c709a55903e5c 16127458 php5-dbg_5.4.36-0+deb7u1_amd64.deb
bedf0b5cca4b76e531b315fc1df4a2435618b903d921d65f7e1ee2c92847b30a 29434 php5-curl_5.4.36-0+deb7u1_amd64.deb
e6705e6f992974338a70075a2a5fd7a09453e6f8ac6a3eaa0a297e4fab2d7d25 9950 php5-enchant_5.4.36-0+deb7u1_amd64.deb
784551335eddac4dca020ce4b926064c18138b6884ac4f29584102b59e2ac347 35694 php5-gd_5.4.36-0+deb7u1_amd64.deb
99d07bdce0bc062083d70a594d88bb72dfd69cc25589154107f9a8a9b8b8e98e 17014 php5-gmp_5.4.36-0+deb7u1_amd64.deb
2000c40f7c543a7e0b66616ae9454717b828bd20138364a32c0c8cae3711a6c8 35602 php5-imap_5.4.36-0+deb7u1_amd64.deb
53c4659fb0e98ed2a2586f86fc1b6256b3107c7e32881264460a52172e6f5e64 49632 php5-interbase_5.4.36-0+deb7u1_amd64.deb
63343a704bc88d89240c92022e3f17621492757d2782eb242201887d060667ed 72170 php5-intl_5.4.36-0+deb7u1_amd64.deb
88188e165ff2db5affa5ee253b5b3c4c6f8795d33743dbb019538b00e18395c5 23876 php5-ldap_5.4.36-0+deb7u1_amd64.deb
add8a428fcb9965028b7a2232372cda031874f4733f40cedfd050ee2f56dfa39 16102 php5-mcrypt_5.4.36-0+deb7u1_amd64.deb
440d8f26fda8df7f308b7287afd54fd4f70b732f9b9f83dbb49d2880cdd4c280 80864 php5-mysql_5.4.36-0+deb7u1_amd64.deb
0ccee549949e2113f50ce79223f02579b27b2e5093f8d561046da5e8d0ca7820 164312 php5-mysqlnd_5.4.36-0+deb7u1_amd64.deb
9a40fd578861fa4f95e4a25c9e8031105c18590eed3c8868fce89483b9219f43 36840 php5-odbc_5.4.36-0+deb7u1_amd64.deb
6ab0c89c504413274222e6ad2faa2b58fe9c1afcffb3f58385951327b9eb87ce 64318 php5-pgsql_5.4.36-0+deb7u1_amd64.deb
f4d2b048e2c22ad83789c81a384b6831be141e6c9bb4daaf5fba4f65f0956d33 8908 php5-pspell_5.4.36-0+deb7u1_amd64.deb
aaea05d5ab992fdd77d4aba6fb07e5df211bd8d2aed75200147dd18c0a582a1d 5204 php5-recode_5.4.36-0+deb7u1_amd64.deb
2568dedbc3ce846b05c81971357392387eacedaf540823789cb9f96287f54c13 21942 php5-snmp_5.4.36-0+deb7u1_amd64.deb
9139a282868cd7ac10311b595ed35cec21adc1a6931b0bab0977253ee4d61837 30528 php5-sqlite_5.4.36-0+deb7u1_amd64.deb
98b1291edd7998362e5b459a3c1b6d941d7b77ec4b9e0abd97372ecf2c306fe6 28928 php5-sybase_5.4.36-0+deb7u1_amd64.deb
4da1492971f2574b12a1b7c2561bf9ed20f48fc8acf699d9e3f8b32c6baaeff9 19654 php5-tidy_5.4.36-0+deb7u1_amd64.deb
cf1d4c4d06219064479665160c1e299098afceab6b18210542126f4df8ce2bac 36356 php5-xmlrpc_5.4.36-0+deb7u1_amd64.deb
6551d556c31a1fd66c7aa1e08673796eae730e553b67229d457fd2737bf968e8 15470 php5-xsl_5.4.36-0+deb7u1_amd64.deb
Files:
9433ded11acf050f9d6f21eef8959771 4530 php optional php5_5.4.36-0+deb7u1.dsc
d724ec84124ec948a7a493b74546efef 14708270 php optional php5_5.4.36.orig.tar.gz
6a6b305379f1c48e40f866d882938705 772196 php optional php5_5.4.36-0+deb7u1.diff.gz
c090f9a94e43b3924081a6e5d30db172 1026 php optional php5_5.4.36-0+deb7u1_all.deb
28891554cb8fdd000c96e020448e871a 371876 php optional php-pear_5.4.36-0+deb7u1_all.deb
7c54227e3a35be15739b75bb62dae331 620716 php optional php5-common_5.4.36-0+deb7u1_amd64.deb
6e4e736fd2b5a6a47c7e341abcdb98f8 2707700 httpd optional libapache2-mod-php5_5.4.36-0+deb7u1_amd64.deb
8b144f2e5fc5c99d3a3026937e33f3be 2706694 httpd extra libapache2-mod-php5filter_5.4.36-0+deb7u1_amd64.deb
2379f29a24934473e2c8590f98a68c2a 5173482 php optional php5-cgi_5.4.36-0+deb7u1_amd64.deb
bceb5a920bec11d268f58cb06f4092d6 2595442 php optional php5-cli_5.4.36-0+deb7u1_amd64.deb
c1644921ee6997012a9180006f44dcd2 2627790 php optional php5-fpm_5.4.36-0+deb7u1_amd64.deb
ae0420645ff33e039ff06b28bc5b7c27 2704700 php optional libphp5-embed_5.4.36-0+deb7u1_amd64.deb
8401804264c15814614176375cae272b 501056 php optional php5-dev_5.4.36-0+deb7u1_amd64.deb
e4ff6d0f61ede7232b0fc01d45951e2f 16127458 debug extra php5-dbg_5.4.36-0+deb7u1_amd64.deb
b89f2a23e26f7a2bbc138d26760257f8 29434 php optional php5-curl_5.4.36-0+deb7u1_amd64.deb
27241e0e7346304105fcd186be6c981d 9950 php optional php5-enchant_5.4.36-0+deb7u1_amd64.deb
82ec6970664c665ca8a06accf6f85f53 35694 php optional php5-gd_5.4.36-0+deb7u1_amd64.deb
6fe215dc79a374a16f1c5fa8153d7a1f 17014 php optional php5-gmp_5.4.36-0+deb7u1_amd64.deb
9b8bd7cb0656bc495bb5fb31591efd9e 35602 php optional php5-imap_5.4.36-0+deb7u1_amd64.deb
1ef7516f65446502c8346c059034696a 49632 php optional php5-interbase_5.4.36-0+deb7u1_amd64.deb
ab64f504cfb3c323dea33ecd9ff76adc 72170 php optional php5-intl_5.4.36-0+deb7u1_amd64.deb
10752531debf9b61cc19037bf819f4c2 23876 php optional php5-ldap_5.4.36-0+deb7u1_amd64.deb
0e4f18dd766ee00483883a0216f8c436 16102 php optional php5-mcrypt_5.4.36-0+deb7u1_amd64.deb
1c28e24f7141082e3d230dee75e5a0a5 80864 php optional php5-mysql_5.4.36-0+deb7u1_amd64.deb
5efa8007c302cbeb989a21a0b241005e 164312 php extra php5-mysqlnd_5.4.36-0+deb7u1_amd64.deb
6e99af9889893be13ac4fc00646b4d72 36840 php optional php5-odbc_5.4.36-0+deb7u1_amd64.deb
57c1bc205668220ba7b63bb054c35c5c 64318 php optional php5-pgsql_5.4.36-0+deb7u1_amd64.deb
94c57d7dc414b9d4cb258cb31abf67ae 8908 php optional php5-pspell_5.4.36-0+deb7u1_amd64.deb
53d823333cdbc95e084e51d0d4c20979 5204 php optional php5-recode_5.4.36-0+deb7u1_amd64.deb
944363ec68d5340325598dbf3e08dfff 21942 php optional php5-snmp_5.4.36-0+deb7u1_amd64.deb
53b71128b775ac5faf5f8c611702bab0 30528 php optional php5-sqlite_5.4.36-0+deb7u1_amd64.deb
f7341662f9adead3e66c72ec2eca85a5 28928 php optional php5-sybase_5.4.36-0+deb7u1_amd64.deb
086f8d6ba91e218130a252603d97767e 19654 php optional php5-tidy_5.4.36-0+deb7u1_amd64.deb
03dbdf99e06167f00e0463fa78adafba 36356 php optional php5-xmlrpc_5.4.36-0+deb7u1_amd64.deb
cda261f6b135a20fd8f7351faff71244 15470 php optional php5-xsl_5.4.36-0+deb7u1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAEBCgBmBQJUo6swXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQzMEI5MzNEODBGQ0UzRDk4MUEyRDM4RkIw
Qzk5QjcwRUY0RkNCQjA3AAoJEAyZtw70/LsH378QALU4b/0aVRpJt5JyWAJkm8JC
ajv/RFyr8OZ3CJiDkYAZkgrXvC5EMXslO0tzcsmVVBZxYqA9D7SMMZU0t0m7CxbE
a+yMXEgCfJEqxia51TVyaAdfPUkc81vhylA+YWwnwp8jibsFCnBMy2urMMObaW8k
MM4Q31NUbJNrNHW98sWqIQFqFBpZw/T/8zhVZ9gsSCxuCxpa1X5V4Lb1SduIn7xy
Den741qP98ZfWxXabD5BAUZ6sOHuNa7pT1dEiEOr8YtZSK6tJQLy5szJwswyilIQ
TTnPGd/8xYj5N2Lb232dsl8uEuyzVNdaPToHCcVyXSZPlDkChvDbGR2zWlC+n5jA
NIs5NbX3nmoOBJhUHQdzIFbEVI11tu7b0MhsM+oZRHt8bCT+FsfC1nZynIATU/0W
c0Y0Z0ImtRb84NN7/x6TAAd8Farn4v5BU9J052SaYRetw6bAgh9zNHzagez6WdFq
oBflmOWv++CmrmDAnBwQsH9Q6Yr8IzSM6pRv2ke33qqI/8DQbCIamJBsHPY+Ca8w
RXh21zK7LStnT50nZuIspuOVcZ3uqXN0rGyw7IwvbYKWob7dgxQKGBmJ1o7pZO0l
HgB9APLHcs+HnCAvjTqommdWECy4a8swVLO+pwHv8Jmi/8GczC9X25VN+ZepAKZf
8yfh3VukWJZ7J8VggD8C
=kqzU
-----END PGP SIGNATURE-----
Bug archived.
Request was from Debbugs Internal Request <owner@bugs.debian.org>
to internal_control@bugs.debian.org.
(Fri, 30 Jan 2015 07:27:11 GMT) (full text, mbox, link).
Send a report that this bug log contains spam.
Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.
Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.