From owner-freebsd-ports-bugs@FreeBSD.ORG Sat May 21 10:10:10 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 847721065670 for ; Sat, 21 May 2011 10:10:10 +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 59E1D8FC1E for ; Sat, 21 May 2011 10:10:10 +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 p4LAAAPO036257 for ; Sat, 21 May 2011 10:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p4LAAAhu036256; Sat, 21 May 2011 10:10:10 GMT (envelope-from gnats) Resent-Date: Sat, 21 May 2011 10:10:10 GMT Resent-Message-Id: <201105211010.p4LAAAhu036256@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 C6BF5106564A for ; Sat, 21 May 2011 10:05:19 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3fd3:cd67:fafa:3d78]) by mx1.freebsd.org (Postfix) with ESMTP id 32F8A8FC0C; Sat, 21 May 2011 10:05:19 +0000 (UTC) Received: from lucid-nonsense.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.5/8.14.4) with ESMTP id p4LA5FdZ029005; Sat, 21 May 2011 11:05:15 +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.4/Submit) id p4LA5EuY029004; Sat, 21 May 2011 11:05:14 +0100 (BST) (envelope-from matthew) Message-Id: <201105211005.p4LA5EuY029004@lucid-nonsense.infracaninophile.co.uk> Date: Sat, 21 May 2011 11:05:14 +0100 (BST) From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sec-team@FreeBSD.org Subject: ports/157232: [maintainer] databases/phpmyadmin -- security update to 3.4.1 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: Sat, 21 May 2011 10:10:10 -0000 >Number: 157232 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin -- security update to 3.4.1 >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: Sat May 21 10:10:09 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 #40 r220927M: Thu Apr 21 22:17:47 BST 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64 >Description: Security update to version 3.4.1 Announcement: http://www.phpmyadmin.net/home_page/news.php#phpMyAdmin_3.4.1_and_3.3.10.1_are_released ChangeLog: http://sourceforge.net/projects/phpmyadmin/files%2FphpMyAdmin%2F3.4.1%2FphpMyAdmin-3.4.1.html/view This release was announced as a security fix, but advisories with details of what the security problem is have not yet been published, other than this comment in the ChangeLog: - [security] Make redirector require valid token >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v retrieving revision 1.134 diff -u -u -r1.134 Makefile --- Makefile 18 May 2011 13:28:35 -0000 1.134 +++ Makefile 21 May 2011 09:58:47 -0000 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.4.0 +DISTVERSION= 3.4.1 CATEGORIES= databases www MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -25,6 +25,7 @@ USE_PHP= ctype mysql session filter mbstring json spl .endif + # Note: default settings will pull in X11 client support. If you don't # want this, either turn off GD in the config dialog, or else turn off # FONTCONFIG in the graphics/gd port options. Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v retrieving revision 1.111 diff -u -u -r1.111 distinfo --- distinfo 16 May 2011 14:49:33 -0000 1.111 +++ distinfo 21 May 2011 09:58:47 -0000 @@ -1,2 +1,2 @@ -SHA256 (phpMyAdmin-3.4.0-all-languages.tar.bz2) = 8dbc70fa22f76d6cf34723d5349450184327e33fe742bbf5bcf396c757769708 -SIZE (phpMyAdmin-3.4.0-all-languages.tar.bz2) = 4548030 +SHA256 (phpMyAdmin-3.4.1-all-languages.tar.bz2) = f4673a2d68499866e92d8b1d261aaf2ef7f5ecdb71fde4d71c2cc349ec84dfdd +SIZE (phpMyAdmin-3.4.1-all-languages.tar.bz2) = 4612476 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: