Hello community,

here is the log from the commit of package php5 for openSUSE:Factory checked in 
at 2017-07-30 11:24:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php5 (Old)
 and      /work/SRC/openSUSE:Factory/.php5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php5"

Sun Jul 30 11:24:13 2017 rev:166 rq:510899 version:5.6.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/php5/php5.changes        2017-06-30 
18:38:27.647055595 +0200
+++ /work/SRC/openSUSE:Factory/.php5.new/php5.changes   2017-07-30 
11:24:17.691515130 +0200
@@ -1,0 +2,11 @@
+Mon Jul 17 08:34:47 UTC 2017 - pgaj...@suse.com
+
+- dropped mcrypt extension [fate#323673]
+
+-------------------------------------------------------------------
+Fri Jul  7 06:13:04 UTC 2017 - i...@ilya.pp.ua
+
+- Updated to 5.6.31: Several bugs have been fixed.
+  * ChangeLog https://secure.php.net/ChangeLog-5.php#5.6.31
+
+-------------------------------------------------------------------

Old:
----
  php-5.6.30.tar.xz
  php-5.6.30.tar.xz.asc

New:
----
  php-5.6.31.tar.xz
  php-5.6.31.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php5.spec ++++++
--- /var/tmp/diff_new_pack.dkSa9P/_old  2017-07-30 11:24:19.187304062 +0200
+++ /var/tmp/diff_new_pack.dkSa9P/_new  2017-07-30 11:24:19.191303498 +0200
@@ -41,21 +41,21 @@
 %define need_libxml2_hack %(if [ -e %{_includedir}/libxml/parser.h ]; then if 
grep -q XML_PARSE_OLDSAX %{_includedir}/libxml/parser.h; then echo 1; else echo 
0; fi; else echo 0; fi)
 
 Name:           php5
-Version:        5.6.30
+Version:        5.6.31
 Release:        0
 Summary:        PHP5 Core Files
 License:        PHP-3.01
 Group:          Development/Languages/Other
 
-Url:            http://www.php.net
-Source0:        http://us2.php.net/distributions/php-%{version}.tar.xz
+Url:            https://secure.php.net
+Source0:        https://secure.php.net/distributions/php-%{version}.tar.xz
 Source1:        php-suse-addons.tar.bz2
 Source2:        https://download.suhosin.org/suhosin-%{suhosin_version}.tar.gz
 Source4:        README.SUSE-pear
 Source5:        README.macros
 Source6:        macros.php
 Source7:        php-fpm.init
-Source8:        http://us3.php.net/distributions/php-%{version}.tar.xz.asc
+Source8:        https://secure.php.net/distributions/php-%{version}.tar.xz.asc
 Source9:        php5.keyring
 Source10:       README.default_socket_timeout
 Source100:      build-test.sh
@@ -116,7 +116,6 @@
 BuildRequires:  libevent-devel
 BuildRequires:  libicu-devel
 BuildRequires:  libjpeg-devel
-BuildRequires:  libmcrypt-devel
 BuildRequires:  libopenssl-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtidy-devel
@@ -217,6 +216,7 @@
 Obsoletes:      php5-dio
 Obsoletes:      php5-fam
 Obsoletes:      php5-filepro
+Obsoletes:      php5-mcrypt
 Obsoletes:      php5-ncurses
 Obsoletes:      php5-yp
 
@@ -272,7 +272,7 @@
 similar to TeX's CTAN and Perl's CPAN. This package provides an access
 to the repository.
 
-See http://pear.php.net/manual/ for more details.
+See https://pear.php.net/manual for more details.
 
 
 %package pear-Archive_Tar
@@ -594,17 +594,6 @@
 other utility functions such as conversion functions.
 
 
-%package mcrypt
-Summary:        PHP5 Extension Module
-Group:          Development/Libraries/PHP
-Requires:       %{name} = %{version}
-Provides:       php-mcrypt = %{version}
-
-%description mcrypt
-PHP interface to the mcrypt library, which supports a wide variety of
-block algorithms.
-
-
 %package mssql
 Summary:        PHP5 Extension Module
 Group:          Development/Libraries/PHP
@@ -829,7 +818,7 @@
 
 %description sqlite
 This is an extension for the SQLite Embeddable SQL Database Engine.
-http://www.sqlite.org/
+https://www.sqlite.org
 
 SQLite is a C library that implements an embeddable SQL database
 engine. Programs that link with the SQLite library can have SQL
@@ -895,7 +884,7 @@
 Provides:       php-tidy = %{version}
 
 %description tidy
-Tidy is an extension based on Libtidy (http://tidy.sf.net/) and allows
+Tidy is an extension based on Libtidy (http://tidy.sf.net) and allows
 a PHP developer to clean, repair, and traverse HTML, XHTML, and XML
 documents -- including ones with embedded scripting languages such as
 PHP or ASP within them using OO constructs.
@@ -1169,7 +1158,7 @@
 
 # cli sapi with all shared modules
 # Hack the built configure to also link ncurses together with libedit.
-# this is reported upstream bug http://bugs.php.net/bug.php?id=21153
+# this is reported upstream bug https://bugs.php.net/bug.php?id=21153
 sed -i "s/-ledit/-ledit -lncurses/g" configure
 Build cli \
     --enable-cli \
@@ -1218,7 +1207,6 @@
     --with-ldap=shared \
     --with-ldap-sasl=%{_usr} \
     --with-libedit=shared,%{_usr} \
-    --with-mcrypt=shared \
     --with-mysql=shared,mysqlnd \
 %if %{build_firebird}
     --with-interbase=shared \
@@ -1360,7 +1348,7 @@
     echo "; comment out next line to disable $ext extension in php" > 
%{buildroot}/%{php_sysconf}/conf.d/$ext.ini
     zend_=''
     if [ $ext == "opcache" ]; then
-      # http://php.net/manual/en/opcache.installation.php
+      # https://secure.php.net/manual/en/opcache.installation.php
       zend_='zend_'
     fi
     echo "${zend_}extension=$ext.so" >> 
%{buildroot}/%{php_sysconf}/conf.d/$ext.ini
@@ -1662,11 +1650,6 @@
 %{extension_dir}/mbstring.so
 %config(noreplace) %{php_sysconf}/conf.d/mbstring.ini
 
-%files mcrypt
-%defattr(644,root,root,755)
-%{extension_dir}/mcrypt.so
-%config(noreplace) %{php_sysconf}/conf.d/mcrypt.ini
-
 %if 0%{suse_version} > 1110
 
 %files mssql

++++++ php-5.6.30.tar.xz -> php-5.6.31.tar.xz ++++++
/work/SRC/openSUSE:Factory/php5/php-5.6.30.tar.xz 
/work/SRC/openSUSE:Factory/.php5.new/php-5.6.31.tar.xz differ: char 27, line 1



Reply via email to