X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 7FB75DC0522 for ; Sun, 4 Oct 2015 12:46:25 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [141.101.32.65]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id C9C90DC00F1; Sun, 4 Oct 2015 12:46:23 +0000 (UTC) Received: from localhost (ip5f5ac917.dynamic.kabel-deutschland.de [95.90.201.23]); by lithium.8pit.net (OpenSMTPD) with ESMTPSA id f277bc95; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sun, 4 Oct 2015 14:46:22 +0200 (CEST) From: =?UTF-8?q?S=C3=B6ren=20Tempel?= To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH] main/php: upgrade to 5.6.14 Date: Sun, 4 Oct 2015 14:46:20 +0200 Message-Id: <1443962780-22689-1-git-send-email-soeren+git@soeren-tempel.net> X-Mailer: git-send-email 2.6.0 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This should also be backported to 3.2-stable, 3.1-stable, as well as 3.0-stable and 2.7-stable since this is a security release. See: https://secure.php.net/archive/2015.php#id2015-10-01-3 --- main/php/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main/php/APKBUILD b/main/php/APKBUILD index b22818c..e6c309b 100644 --- a/main/php/APKBUILD +++ b/main/php/APKBUILD @@ -3,7 +3,7 @@ # Contributor: Carlo Landmeter # Maintainer: Matt Smith pkgname=php -pkgver=5.6.13 +pkgver=5.6.14 pkgrel=0 pkgdesc="The PHP language runtime engine" url="http://www.php.net/" @@ -503,21 +503,21 @@ pdo_dblib() { _mv_ext pdo_dblib "php-pdo freetds"; } wddx() { _mv_ext wddx; } opcache() { _mv_ext opcache; } -md5sums="64d9a82068e3b0bbb16c261261391172 php-5.6.13.tar.bz2 +md5sums="2e1332123a7e19d15ed2af2d1d6bd6fd php-5.6.14.tar.bz2 08932656a9fe2d0b329805097efb033a php-fpm.initd 67719f428f44ec004da18705cbabe2ee php5-module.conf 483bc0a85c50a9a9aedbe14a19ed4526 php-install-pear-xml.patch 162d8d079944387eab2bc80edab347ae gd-iconv.patch b63ef63893c1c115d6dd63e8df1f17e3 php-fix-crypt.patch cb10034c525c6544890f1a1839837e38 fix-crypt-sha.patch" -sha256sums="6358837c9cbab41b91ede59dbf0670ae0fb925a1369ecbc1a44a27212420f893 php-5.6.13.tar.bz2 +sha256sums="36f295f11641c1839a5df00e693f685fd134c65e8a1d46e8ee0abae8662b2eb0 php-5.6.14.tar.bz2 c60b956b909c347de57265654c76b6fb903248adc709c07966a39584a3ef65fe php-fpm.initd ceec4d5b2a128c6a97e49830af604f0bb555bca1a86a9cd0366b828ba392257f php5-module.conf f739ca427a1dd53a388bad0823565299c5d4a5796b1171b892884e4d7d099bab php-install-pear-xml.patch 6122bf279cdb7c387dd000761b2426969a73cf63a10a132aa98a79eb1dd259b2 gd-iconv.patch 817f6300cd0c4d97f24c3e883132d2cde0ef52d84f5c97073f9c9668d6275d6e php-fix-crypt.patch a5db307ad2638e7e609b450abce19c98c23de54be96619b46adb69f2c5e11fa2 fix-crypt-sha.patch" -sha512sums="80e89ae748255d40b466de6c61b4443432fd81ffb1510ae66f809ed0dd07eb4071ded5b7a975f997b2cb28553ac7e27c57b67734e268c894207e9efd78ae76bf php-5.6.13.tar.bz2 +sha512sums="af0c7fa5c7be15839b1189b2544ff725b935228030087c206f83727e7885750030b10bf2bfbd27adea6f18af90d4ecd3ced9defec88c5f98f7ed26b4e4c57981 php-5.6.14.tar.bz2 f88eb6b44d1418d2373a7a0de56e17bc392b5afd87a9a3953183f2dcb62cfd8e5ac9ba8a5c481efce4058a68624c0be88b42c804fc386175cda158b71c82bea7 php-fpm.initd 895e94c791bd82060ad820fef049d366a09c932097faa6b7b9a2c2e9e00a18cb7c0f9b128679c7659b404379266fd0f95dba5c0333f626194cf60f7bf6044102 php5-module.conf f1177cbf6b1f44402f421c3d317aab1a2a40d0b1209c11519c1158df337c8945f3a313d689c939768584f3e4edbe52e8bd6103fb6777462326a9d94e8ab1f505 php-install-pear-xml.patch -- 2.6.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---