From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 9 19:50:02 2008 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 4FB65106567C for ; Tue, 9 Dec 2008 19:50:02 +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 29FAB8FC26 for ; Tue, 9 Dec 2008 19:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mB9Jo1BF040107 for ; Tue, 9 Dec 2008 19:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mB9Jo1fd040106; Tue, 9 Dec 2008 19:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 9 Dec 2008 19:50:01 GMT Resent-Message-Id: <200812091950.mB9Jo1fd040106@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 154FC106570F for ; Tue, 9 Dec 2008 19:41:55 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id 793C68FC1C; Tue, 9 Dec 2008 19:41:54 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id mB9JfmFG054821; Tue, 9 Dec 2008 19:41:48 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost) by happy-idiot-talk.infracaninophile.co.uk (8.14.3/8.14.3/Submit) id mB9JfmFV054820; Tue, 9 Dec 2008 19:41:48 GMT (envelope-from matthew) Message-Id: <200812091941.mB9JfmFV054820@happy-idiot-talk.infracaninophile.co.uk> Date: Tue, 9 Dec 2008 19:41:48 GMT From: Matthew Seaman To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: sec-team@FreeBSD.org Subject: ports/129533: [maintainer] databases/phpmyadmin security update to 3.1.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: Tue, 09 Dec 2008 19:50:02 -0000 >Number: 129533 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin security update to 3.1.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: Tue Dec 09 19:50:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #49: Sat Nov 29 14:18:14 GMT 2008 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: The Announcement: "Welcome to this normal bugfix release of 3.1.1 (which contains also a security fix). Version 2.11.9.4 was also published with this security fix. Security announcement: http://www.phpmyadmin.net/home_page/security/PMASA-2008-10.php http://phpmyadmin.net will be updated with the download links; meanwhile you can visit https://sourceforge.net/projects/phpmyadmin/ in the Download area. Marc Delisle, for the team" ChangeLog is at: http://sourceforge.net/project/shownotes.php?release_id=646035 Also: No more RUN_DEPENDS on devel/php5-pcre as it has been subsumed into lang/php5 >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin/Makefile 2008-12-02 06:26:15.000000000 +0000 +++ phpmyadmin/Makefile 2008-12-09 18:54:10.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 3.1.0 +DISTVERSION= 3.1.1 CATEGORIES= databases www MASTER_SITES= SF/phpmyadmin DISTNAME= ${PORTNAME}-${DISTVERSION}-all-languages @@ -20,7 +20,7 @@ USE_BZIP2= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) -USE_PHP= ctype mysql pcre session spl +USE_PHP= ctype mysql session spl .endif # Unfortunately can't make WITH_SUPHP part of the OPTIONS selection, diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo --- /usr/ports/databases/phpmyadmin/distinfo 2008-12-02 06:26:15.000000000 +0000 +++ phpmyadmin/distinfo 2008-12-09 18:32:44.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (phpMyAdmin-3.1.0-all-languages.tar.bz2) = 380cd0ee36cafcfd9fd3079a06d20d1e -SHA256 (phpMyAdmin-3.1.0-all-languages.tar.bz2) = cfea14182499be7e00319de6dd5fe22bec1065a88f8c37fa67870edd3159aa53 -SIZE (phpMyAdmin-3.1.0-all-languages.tar.bz2) = 2634660 +MD5 (phpMyAdmin-3.1.1-all-languages.tar.bz2) = ddfaae7496828983fca2f849ddf3d869 +SHA256 (phpMyAdmin-3.1.1-all-languages.tar.bz2) = 6d5f7f85446a892d02cd89831bf4bd4e642b425686b1d36427d7b38c458218ad +SIZE (phpMyAdmin-3.1.1-all-languages.tar.bz2) = 2643658 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: