Bug#766972: [php-maint] Bug#766972: php5-gd: Incorrect display libjpeg version

2014-10-29 Thread Ondřej Surý
Control: severity -1 minor
Control: fixed -1 php5/5.6.2+dfsg-1

I don't see how is this important bug. The patch is minor though, so I
might include it in proposed-updates, but it will take a while.

Cheers,
Ondrej

On Mon, Oct 27, 2014, at 09:56, Roman Vasilev wrote:
 Package: php5-gd
 Version: 5.4.4-14+deb7u14
 Severity: important
 Tags: patch
 
 Dear Maintainer,
 
 Problem with phpinfo() display libjpeg version:
 
 Actual result:
 
 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = unknown
 
 After path result:
 
 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = 8
 
 Patch:
  
 Need replace it:
 const char * gdJpegGetVersionString()
 {
 switch(JPEG_LIB_VERSION) {
 case 62:
 return 6b;
 break;
 
 default:
 return unknown;
 }
 
 At this:
 const char * gdJpegGetVersionString()
 {
 switch(JPEG_LIB_VERSION) {
 case 62:
 return 6b;
 break;
 
 case 70:
 return 7;
 break;
 
 case 80:
 return 8;
 break;
 
 default:
 return unknown;
 }
 
 On file:
 php5-5.4.4/ext/gd/libgd/gd_compat.c
 
 
 -- System Information:
 Debian Release: 7.7
   APT prefers stable
   APT policy: (500, 'stable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages php5-gd depends on:
 ii  dpkg   1.16.15
 ii  libapache2-mod-php5 [phpapi-20100525]  5.4.4-14+deb7u14
 ii  libc6  2.13-38+deb7u6
 ii  libfreetype6   2.4.9-1.1
 ii  libgd2-xpm 2.0.36~rc1~dfsg-6.1
 pn  libjpeg8   none
 ii  libpng12-0 1.2.49-1
 ii  libx11-6   2:1.5.0-1+deb7u1
 ii  libxpm41:3.5.10-1
 ii  php5-cgi [phpapi-20100525] 5.4.4-14+deb7u14
 ii  php5-cli [phpapi-20100525] 5.4.4-14+deb7u14
 ii  php5-common5.4.4-14+deb7u14
 ii  ucf3.0025+nmu3
 ii  zlib1g 1:1.2.7.dfsg-13
 
 php5-gd recommends no packages.
 
 php5-gd suggests no packages.
 
 -- no debconf information
 
 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-php-maint


-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#766972: [php-maint] Bug#766972: php5-gd: Incorrect display libjpeg version

2014-10-27 Thread Thijs Kinkhorst
severity 766972 minor
fixed 766972 5.5.0+dfsg-1
thanks

Hi Roman,

On Mon, October 27, 2014 09:56, Roman Vasilev wrote:
 Problem with phpinfo() display libjpeg version:

 Actual result:

 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = unknown

 After path result:

 root@eurosmed ~ # php -i | grep libJPEG
 libJPEG Version = 8

Thanks. This issue has been fixed in PHP upstream 5.5 and up, so will be
correct in Debian Jessie.

Since this seems to be only a display issue on phpinfo()-like pages, I
don't think it's something suitable to backport to wheezy.


Cheers,
Thijs


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#766972: [php-maint] Bug#766972: php5-gd: Incorrect display libjpeg version

2014-10-27 Thread Roman Vasilev
We use Wheezy on our extensive infrastructure and customers complain that
because of this, the scripts are not processed correctly.
Correct, please.

Thank you!

2014-10-27 14:05 GMT+03:00 Thijs Kinkhorst th...@debian.org:

 severity 766972 minor
 fixed 766972 5.5.0+dfsg-1
 thanks

 Hi Roman,

 On Mon, October 27, 2014 09:56, Roman Vasilev wrote:
  Problem with phpinfo() display libjpeg version:
 
  Actual result:
 
  root@eurosmed ~ # php -i | grep libJPEG
  libJPEG Version = unknown
 
  After path result:
 
  root@eurosmed ~ # php -i | grep libJPEG
  libJPEG Version = 8

 Thanks. This issue has been fixed in PHP upstream 5.5 and up, so will be
 correct in Debian Jessie.

 Since this seems to be only a display issue on phpinfo()-like pages, I
 don't think it's something suitable to backport to wheezy.


 Cheers,
 Thijs