X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-lf0-f68.google.com (mail-lf0-f68.google.com [209.85.215.68]) by lists.alpinelinux.org (Postfix) with ESMTP id 7B4965C059D for ; Thu, 29 Dec 2016 11:58:45 +0000 (GMT) Received: by mail-lf0-f68.google.com with SMTP id y21so32122986lfa.0 for ; Thu, 29 Dec 2016 03:58:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=iBs6MRzj7gBL/wZdiOqh6rHu58ki0OfMwLdswYxocFg=; b=ebNDu2Ya7Gp36B8qDKgYCIDZeysPZdFsanHTtuDTtzo3l63M8euN1sQYkfDZxZ9BfA hEFPUj92eIgzilWS178V+ta4sNwuXHVcRiN1rppEdLMglfqjxIB4SX9kCGUYHdZ44uZ1 +GrttII6Mcs2U7bhZaQczWZBGIsBZ3iRwdai/U6RDC+byBn7UYidt6Nc5DB/4+d1ST/7 zrmiKoYn9/pLgtp8cvf4Wx37SlMsxIzGKklcXqyd8/O8bn8mwwEAbI9VYkpvFdtCAGRX CKiLdWkY/9yvjEcC+LFTQ0F3UYsjZNUOMFRZvbblPeXr7Wir7sTJCQ6ZNdLAcyasLiMD V+bQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=iBs6MRzj7gBL/wZdiOqh6rHu58ki0OfMwLdswYxocFg=; b=G9ur2UkQqu2bgNOHMFN5CBscR7cRgp19NkB4uNl0X8A3Q3LcEcdbxeyi9OsnRznDPA xFUj4vtczboQUC9GPuFkcXUTazaNYOM0ftQDIHckpnO9kjLPFCUbP83t2hDbzflQ0Y4W rOYble4WbIHwaYay+oSfOYigEtvtJF93wxabisarzIjx6Z0aowEjHK+NHGKjKwQv97al +tdmjZi2fwOLkuyvgDxmokeLSUrb8nA7bj3FZckiljLojpitNcutsvBBr1x1cWtOQrTk 3Epl/CAmD0JOR8pjhqoPJINOuWLrA6FoQb+L/ao6hCq46uTDaXFh8OzSgKxp+mNQa0nB HNuQ== X-Gm-Message-State: AIkVDXJ0D3PU1W+/xXn3GkwpsFTZq8vWZepBWo0CjkburnXqXbl9l16kubPYsfzdmj3ZaQ== X-Received: by 10.25.15.39 with SMTP id e39mr15336529lfi.117.1483012724594; Thu, 29 Dec 2016 03:58:44 -0800 (PST) Received: from edge.util.wtbts.net ([83.145.235.199]) by smtp.gmail.com with ESMTPSA id 137sm12623914lfz.2.2016.12.29.03.58.43 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Dec 2016 03:58:43 -0800 (PST) From: Sergey Lukin To: alpine-aports@lists.alpinelinux.org Cc: Sergey Lukin Subject: [alpine-aports] [PATCH edge] community/phpmyadmin: security upgrade to 4.6.5.2 - fixes #6594 Date: Thu, 29 Dec 2016 11:58:36 +0000 Message-Id: <20161229115836.718-1-sergej.lukin@gmail.com> X-Mailer: git-send-email 2.11.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: CVE-2016-9847: Unsafe generation of blowfish secret CVE-2016-9848: phpinfo information leak value of sensitive (HttpOnly) cookies CVE-2016-9849: Username deny rules bypass (AllowRoot & Others) by using Null Byte CVE-2016-9850: Username rule matching issues CVE-2016-9851: With a crafted request parameter value it is possible to bypass the logout timeout. CVE-2016-9852 CVE-2016-9853 CVE-2016-9854 CVE-2016-9855: Multiple full path disclosure vulnerabilities CVE-2016-9856 CVE-2016-9857: Multiple XSS vulnerabilities CVE-2016-9858 CVE-2016-9859 CVE-2016-9860: We consider these vulnerabilities to be of moderate severity. CVE-2016-9861: Bypass white-list protection for URL redirection CVE-2016-9862: BBCode injection vulnerability CVE-2016-9863: DOS vulnerability in table partitioning CVE-2016-9864: Multiple SQL injection vulnerabilities CVE-2016-9865: Incorrect serialized string parsing CVE-2016-9866: CSRF token not stripped from the URL --- community/phpmyadmin/APKBUILD | 32 ++++++++++++++++++++++++++++---- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/community/phpmyadmin/APKBUILD b/community/phpmyadmin/APKBUILD index a8cca0ffd7..a807efb22a 100644 --- a/community/phpmyadmin/APKBUILD +++ b/community/phpmyadmin/APKBUILD @@ -1,8 +1,9 @@ +# Contributor: Sergei Lukin # Contributor: Matt Smith # Maintainer: Matt Smith _php=php5 pkgname=phpmyadmin -pkgver=4.6.4 +pkgver=4.6.5.2 pkgrel=0 pkgdesc="A Web-based PHP tool for administering MySQL" url="http://www.phpmyadmin.net/" @@ -18,6 +19,29 @@ _fullpkgname=phpMyAdmin-$pkgver-all-languages source="https://files.phpmyadmin.net/phpMyAdmin/$pkgver/$_fullpkgname.tar.xz $pkgname.apache2.conf " +# secfixes: +# 54.6.5.2: +# - CVE-2016-6293 +# - CVE-2016-9847 +# - CVE-2016-9848 +# - CVE-2016-9849 +# - CVE-2016-9850 +# - CVE-2016-9851 +# - CVE-2016-9852 +# - CVE-2016-9853 +# - CVE-2016-9854 +# - CVE-2016-9855 +# - CVE-2016-9856 +# - CVE-2016-9857 +# - CVE-2016-9858 +# - CVE-2016-9859 +# - CVE-2016-9860 +# - CVE-2016-9861 +# - CVE-2016-9862 +# - CVE-2016-9863 +# - CVE-2016-9864 +# - CVE-2016-9865 +# - CVE-2016-9866 _builddir="$srcdir"/$_fullpkgname prepare() { @@ -75,9 +99,9 @@ doc() { done } -md5sums="c6314ea1e8652a053bcad62f8ed94682 phpMyAdmin-4.6.4-all-languages.tar.xz +md5sums="54322790e380be0ff036a9a65e507f49 phpMyAdmin-4.6.5.2-all-languages.tar.xz 2d144825122042b4a2536ad789d66e8e phpmyadmin.apache2.conf" -sha256sums="f2ea32a2971efcab073ad41b6512475af1b6da70cf800a5586a12cf49797d319 phpMyAdmin-4.6.4-all-languages.tar.xz +sha256sums="8cb549c0cd04ecaa3b2a8d9315e7c88528603fa6fe91057b13173f6afba80894 phpMyAdmin-4.6.5.2-all-languages.tar.xz 4fbc1d0338ed7234a3d74f71910a24e467c8a0ec1dad31324e954741f93bd2d3 phpmyadmin.apache2.conf" -sha512sums="80ee0180c283c6ea139410289f9aa6535077f68812014dd8c7e334bdae0f49171a47b50274172a153d81e5f3145f906fdcda52751ba703fed8158482a924c6b2 phpMyAdmin-4.6.4-all-languages.tar.xz +sha512sums="10fecd5f313b3685b3d4d7c86b20e9466abc54298267f2ed41cf81096fae5bf8472860ac3ebd5ecba8644b43f69eaf944625a8a12beaba637bcefba0940f3a11 phpMyAdmin-4.6.5.2-all-languages.tar.xz c6af2960b95924c31cc05d90e7282ba9be6cb6eabb134b8bb627230a4253c017eca75132420a356acd6aecdce146e29666ed90fc90749820060a64478d3e2105 phpmyadmin.apache2.conf" -- 2.11.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---