From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 9 14:00:18 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 515BE106566C for ; Fri, 9 Sep 2011 14:00:18 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 26F1D8FC12 for ; Fri, 9 Sep 2011 14:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p89E0HUo003348 for ; Fri, 9 Sep 2011 14:00:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p89E0Ht4003341; Fri, 9 Sep 2011 14:00:17 GMT (envelope-from gnats) Resent-Date: Fri, 9 Sep 2011 14:00:17 GMT Resent-Message-Id: <201109091400.p89E0Ht4003341@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthew Seaman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C99E61065670; Fri, 9 Sep 2011 13:57:28 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.187.76.162]) by mx1.freebsd.org (Postfix) with ESMTP id 6F75E8FC18; Fri, 9 Sep 2011 13:57:28 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.5) with ESMTP id p89DQU1p000555; Fri, 9 Sep 2011 14:26:31 +0100 (BST) (envelope-from matthew@lucid-nonsense.infracaninophile.co.uk) Received: (from matthew@localhost) by lucid-nonsense.infracaninophile.co.uk (8.14.5/8.14.5/Submit) id p89DQUVd000554; Fri, 9 Sep 2011 14:26:30 +0100 (BST) (envelope-from matthew) Message-Id: <201109091326.p89DQUVd000554@lucid-nonsense.infracaninophile.co.uk> Date: Fri, 9 Sep 2011 14:26:30 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: secteam@FreeBSD.org Subject: ports/160589: [maintainer] databases/phpmyadmin security update to 3.4.5-r1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthew Seaman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2011 14:00:18 -0000 >Number: 160589 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin security update to 3.4.5-r1 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Sep 09 14:00:16 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 8.2-STABLE amd64 >Organization: Infracaninophile >Environment: System: FreeBSD lucid-nonsense.infracaninophile.co.uk 8.2-STABLE FreeBSD 8.2-STABLE #48 r225022: Sat Aug 20 10:46:44 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: Security and bugfix update to version 3.4.5-r1 Announcement message: "Welcome to the first release candidate of phpMyAdmin 3.4.5, a bugfix and security release. Details will appear on http://phpmyadmin.net. In a hurry? you can visit http://sourceforge.net/projects/phpmyadmin to download. Marc Delisle, for the team" ChangeLog: http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.5-rc1%2FphpMyAdmin-3.4.5-rc1.html/view Security Advisory: PMASA-2011-14 --- not yet published on the PMA website [security] Fixed XSS in Inline Edit on save action, see PMASA-2011-14 [security] Fixed XSS with db/table/column names, see PMASA-2011-14 >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v retrieving revision 1.141 diff -u -u -r1.141 Makefile --- Makefile 24 Aug 2011 21:04:45 -0000 1.141 +++ Makefile 9 Sep 2011 13:12:51 -0000 @@ -6,9 +6,9 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.4 +DISTVERSION= 3.4.5-rc1 CATEGORIES= databases www -MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages MAINTAINER= m.seaman@infracaninophile.co.uk Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v retrieving revision 1.118 diff -u -u -r1.118 distinfo --- distinfo 24 Aug 2011 21:04:45 -0000 1.118 +++ distinfo 9 Sep 2011 13:12:51 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 8d8ca3429cce24d560d6a1e1f544ee905059f7a253d748ea4ca49459f14d9779 -SIZE (phpMyAdmin-3.4.4-all-languages.tar.bz2) = 4954436 +SHA256 (phpMyAdmin-3.4.5-rc1-all-languages.tar.bz2) = 36d6e7c8ffb64c7b7817089e204ed6eef9e19178f13613dbcee463b3de1963f9 +SIZE (phpMyAdmin-3.4.5-rc1-all-languages.tar.bz2) = 4595291 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: