From owner-svn-ports-all@freebsd.org Thu Jan 28 07:38:01 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6D4C1A70D9B; Thu, 28 Jan 2016 07:38:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2AC1D125E; Thu, 28 Jan 2016 07:38:01 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u0S7c0oP078706; Thu, 28 Jan 2016 07:38:00 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u0S7c0Me078700; Thu, 28 Jan 2016 07:38:00 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <201601280738.u0S7c0Me078700@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 28 Jan 2016 07:38:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r407397 - head/databases/phpmyadmin X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jan 2016 07:38:01 -0000 Author: matthew Date: Thu Jan 28 07:37:59 2016 New Revision: 407397 URL: https://svnweb.freebsd.org/changeset/ports/407397 Log: Security Update to 4.5.4 This is a combination of feature- and security- updates. The PMA project has not yet published the relevant advisories, so there is very little information available about what the vulnerabilities are and what versions they affect. PMSA-2016-1 to PMSA-2016-9 are expected to be available at https://www.phpmyadmin.net/security/ shortly. [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-1 [Security] Unsafe generation of CSRF token, see PMASA-2016-2 [Security] Multiple XSS vulnerabilities, see PMASA-2016-3 [Security] Insecure password generation in JavaScript, see PMASA-2016-4 [Security] Unsafe comparison of CSRF token, see PMASA-2016-5 [Security] Multiple full path disclosure vulnerabilities, see PMASA-2016-6 [Security] XSS vulnerability in normalization page, see PMASA-2016-7 [Security] Full path disclosure vulnerability in SQL parser, see PMASA-2016-8 [Security] XSS vulnerability in SQL editor, see PMASA-2016-9 VuXML entries to follow once the advisories are available. ChangeLog: https://www.phpmyadmin.net/files/4.5.4/ MFH: 2016Q1 Security: https://www.phpmyadmin.net/security/PMASA-2016-1/ Security: https://www.phpmyadmin.net/security/PMASA-2016-2/ Security: https://www.phpmyadmin.net/security/PMASA-2016-3/ Security: https://www.phpmyadmin.net/security/PMASA-2016-4/ Security: https://www.phpmyadmin.net/security/PMASA-2016-5/ Security: https://www.phpmyadmin.net/security/PMASA-2016-6/ Security: https://www.phpmyadmin.net/security/PMASA-2016-7/ Security: https://www.phpmyadmin.net/security/PMASA-2016-8/ Security: https://www.phpmyadmin.net/security/PMASA-2016-9/ Modified: head/databases/phpmyadmin/Makefile head/databases/phpmyadmin/distinfo Modified: head/databases/phpmyadmin/Makefile ============================================================================== --- head/databases/phpmyadmin/Makefile Thu Jan 28 07:13:54 2016 (r407396) +++ head/databases/phpmyadmin/Makefile Thu Jan 28 07:37:59 2016 (r407397) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= phpMyAdmin -DISTVERSION= 4.5.3.1 +DISTVERSION= 4.5.4 CATEGORIES= databases www MASTER_SITES= https://files.phpmyadmin.net/${PORTNAME}/${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages Modified: head/databases/phpmyadmin/distinfo ============================================================================== --- head/databases/phpmyadmin/distinfo Thu Jan 28 07:13:54 2016 (r407396) +++ head/databases/phpmyadmin/distinfo Thu Jan 28 07:37:59 2016 (r407397) @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 75be3589b5e4800afb21581761478ddc5b888d6a09d5235a0ba997401d04fc00 -SIZE (phpMyAdmin-4.5.3.1-all-languages.tar.xz) = 5757736 +SHA256 (phpMyAdmin-4.5.4-all-languages.tar.xz) = 544670aea61d40c1a6e569f0955de2725c354f61c959870749b525d6b3d503dd +SIZE (phpMyAdmin-4.5.4-all-languages.tar.xz) = 5810856