From nobody Thu Mar 28 13:36:02 2024 X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mx2.cde.us.jw.org (unknown [50.56.176.215]) by lists.alpinelinux.org (Postfix) with ESMTP id 495BB5C44BD for ; Wed, 30 Nov 2016 13:37:34 +0000 (GMT) Received: from mx2.cde.us.jw.org (localhost [127.0.0.1]) by mx2.cde.us.jw.org (Postfix) with ESMTP id D75CBDFB1E for ; Wed, 30 Nov 2016 13:37:33 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=cde.us.jw.org; h=from:to :subject:message-id:date:mime-version:content-type; s=selector1; bh=dAtWLzKbum57j0wSTE3ryIShGkI=; b=oGOGZEbUDFbpWVdKsb/wd9oL8hVS JTZkpyEO19Kv1xfnGwTRoX4JSFG5ZSyjq6OGOh4NyBE7bStDYjRHDuvdc7rc9iQh ejo0Q7p9MpMH0T+t2NKUOCK3KvjliykVuXCaQCh7XDi862YedJUblORnYAXnDIew 8dMpkX7dnZc4YB4= Received: from [10.252.5.142] (unknown [83.145.235.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: slukins) by mx2.cde.us.jw.org (Postfix) with ESMTPSA id 80CDADFB1D for ; Wed, 30 Nov 2016 13:37:33 +0000 (GMT) From: Sergey Lukin To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] community/drupal7: fix 6492, security upgrade Message-ID: <15b6a291-9d93-feb0-6d1a-e1d850835076@cde.us.jw.org> Date: Wed, 30 Nov 2016 15:37:30 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------EAD33897BC32CE28C58B8340" This is a multi-part message in MIME format. --------------EAD33897BC32CE28C58B8340 Content-Type: multipart/alternative; boundary="------------955CE15941F50C1F2622605B" --------------955CE15941F50C1F2622605B Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit --------------955CE15941F50C1F2622605B Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit


--------------955CE15941F50C1F2622605B-- --------------EAD33897BC32CE28C58B8340 Content-Type: text/x-patch; name="AL_edge-drupal7-security-upgr-to-7.52-fix-6492.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="AL_edge-drupal7-security-upgr-to-7.52-fix-6492.patch" >From a013fa437ca143acd04f32b13427c43ed6b31313 Mon Sep 17 00:00:00 2001 From: Sergey Lukin Date: Wed, 30 Nov 2016 13:03:48 +0000 Subject: [PATCH] community/drupal7: security upgrade to 7.52 - fixes: #6492 (CVE-2016-9449, CVE-2016-9450, CVE-2016-9451, CVE-2016-9452) --- community/drupal7/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/community/drupal7/APKBUILD b/community/drupal7/APKBUILD index 8a5e20e..e96b709 100644 --- a/community/drupal7/APKBUILD +++ b/community/drupal7/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: _php=php5 pkgname=drupal7 -pkgver=7.44 +pkgver=7.52 pkgrel=0 pkgdesc="An open source content management platform" url="https://www.drupal.org/" @@ -68,6 +68,6 @@ package() { "$pkgdir"/var/lib/$pkgname/sites/default/files || return 1 } -md5sums="965ab5fe5457625ec8c18e5c1c455008 drupal-7.44.tar.gz" -sha256sums="a62971d20edd4ffd4c6dd03eb5fe3d213777d3807f48b7399bb73688dfd4bc5a drupal-7.44.tar.gz" -sha512sums="67d358c85259b7722824f214be177c40819c7e0c06c8ec7511b7f87ecff1ab6622af62fc5769b62682e0e67f718743afa6b0a9e4c55e2348a1b408eeb566c3e9 drupal-7.44.tar.gz" +md5sums="4963e68ca12918d3a3eae56054214191 drupal-7.52.tar.gz" +sha256sums="ea09ec7c3555856591b7ac739dafbe7dbfba47d1ffe2a9a1f17fda490a91b8e8 drupal-7.52.tar.gz" +sha512sums="4fd2721b87d7e160ccf202894c5ec11e836796be6dce3fbfe187eea826175822677c26079a3dae4567e0615e8f376a88c07a8979b619bb4ac1096c8ea5c8f802 drupal-7.52.tar.gz" -- 2.10.2 --------------EAD33897BC32CE28C58B8340-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---