[oe-commits] [meta-openembedded] 18/77: phpmyadmin: upgrade 4.8.2 -> 4.8.3

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 05:08:28 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 85986e6d73e7ca525455021ea29b0df8b725c591
Author: Yi Zhao <yi.zhao at windriver.com>
AuthorDate: Wed Sep 5 13:06:03 2018 +0800

    phpmyadmin: upgrade 4.8.2 -> 4.8.3
    
    Security fixes:
    CVE-2018-15605: An issue was discovered in phpMyAdmin before 4.8.3. A
    Cross-Site Scripting vulnerability has been found where an attacker can
    use a crafted file to manipulate an authenticated user who loads that
    file through the import feature.
    
    Signed-off-by: Yi Zhao <yi.zhao at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../phpmyadmin/{phpmyadmin_4.8.2.bb => phpmyadmin_4.8.3.bb}           | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.3.bb
similarity index 91%
rename from meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb
rename to meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.3.bb
index a626852..975f631 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.3.bb
@@ -11,8 +11,8 @@ SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
            file://apache.conf \
 "
 
-SRC_URI[md5sum] = "047b340a038b89e9e34f426084101f03"
-SRC_URI[sha256sum] = "2b42e75274ab078a0c2ca3aff767f45d1d81849f9f762a2ed0674819f061ba1d"
+SRC_URI[md5sum] = "c8a603f4b78d1dbcefc191b8ae598c79"
+SRC_URI[sha256sum] = "95f2692094d31c2c323d4767023583ab112ad54fff9e3af372710fcb676151af"
 
 UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/"
 UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list