From m.seaman@infracaninophile.co.uk  Fri Nov 25 08:29:31 2011
Return-Path: <m.seaman@infracaninophile.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id ACD4F106566B;
	Fri, 25 Nov 2011 08:29:31 +0000 (UTC)
	(envelope-from m.seaman@infracaninophile.co.uk)
Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78])
	by mx1.freebsd.org (Postfix) with ESMTP id 16C988FC19;
	Fri, 25 Nov 2011 08:29:30 +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 pAP8TQe9091741;
	Fri, 25 Nov 2011 08:29:26 GMT
	(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 pAP8TQDJ091740;
	Fri, 25 Nov 2011 08:29:26 GMT
	(envelope-from matthew)
Message-Id: <201111250829.pAP8TQDJ091740@lucid-nonsense.infracaninophile.co.uk>
Date: Fri, 25 Nov 2011 08:29:26 GMT
From: Matthew Seaman <m.seaman@infracaninophile.co.uk>
Reply-To: Matthew Seaman <m.seaman@infracaninophile.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: secteam@freebsd.org
Subject: [maintainer] databases/phpmyadmin security update to 3.4.8-rc1
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         162873
>Category:       ports
>Synopsis:       [maintainer] databases/phpmyadmin security update to 3.4.8-rc1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dougb
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 25 08:30:18 UTC 2011
>Closed-Date:    Sat Nov 26 09:15:21 UTC 2011
>Last-Modified:  Sat Nov 26 09:20:05 UTC 2011
>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 #23: Fri Nov 18 09:25:59 GMT 2011 root@lucid-nonsense.infracaninophile.co.uk:/usr/obj/usr/src/sys/LUCID-NONSENSE amd64


	
>Description:

Security and bugfix update to 3.4.8-rc1

Announcement:

"Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix 
release with minor security corrections.

Please refer to the upcoming PMASA-2011-18 announcement on
http://www.phpmyadmin.net/home_page/security.

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/phpMyAdmin/3.4.8-rc1/phpMyAdmin-3.4.8-rc1-notes.html/download

Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix release 
with minor security corrections.

3.4.8.0 (not yet released)
- bug #3425230 [interface] enum data split at space char (more space to edit)
- bug #3426840 [interface] ENUM/SET editor can't handle commas in values
- bug #3427256 [interface] no links to browse/empty views and tables
- bug #3430377 [interface] Deleted search results remain visible
- bug #3428627 [import] ODS import ignores memory limits
- bug #3426836 [interface] Visual column separation
- bug #3428065 [parser] TRUE not recognized by parser
+ patch #3433770 [config] Make location of php-gettext configurable
- patch #3430291 [import] Handle conflicts in some open_basedir situations
- bug #3431427 [display] Dropdown results - setting NULL does not work
- patch #3428764 [edit] Inline edit on multi-server configuration
- patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
- [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
  view name in main panel db Structure page
- bug #3439292 [core] Fail to synchronize column with name of keyword
- bug #3425156 [interface] Add column after drop
- [interface] Avoid showing the password in phpinfo()'s output
- bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
- bug #3407235 [interface] Entering the key through a lookup window does not res
et NULL
- [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
- [security] Self-XSS on database names (Operations/rename), see PMASA-2011-18
- [security] Self-XSS on column type (Create index), see PMASA-2011-18
- [security] Self-XSS on column type (table Search), see PMASA-2011-18
- [security] Self-XSS on invalid query (table overview), see PMASA-2011-18

PMASA-2011-18 is not yet available from the phpmyadmin.net site.

>How-To-Repeat:
	
>Fix:

	

--- phpmyadmin.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/databases/phpmyadmin/Makefile,v
retrieving revision 1.147
diff -u -u -r1.147 Makefile
--- Makefile	11 Nov 2011 00:43:08 -0000	1.147
+++ Makefile	25 Nov 2011 08:22:14 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	phpMyAdmin
-DISTVERSION=	3.4.7.1
+DISTVERSION=	3.4.8-rc1
 CATEGORIES=	databases www
 MASTER_SITES=	SF/${PORTNAME:L}/${PORTNAME}/${DISTVERSION}
 DISTNAME=	${PORTNAME}-${DISTVERSION}-all-languages
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/databases/phpmyadmin/distinfo,v
retrieving revision 1.123
diff -u -u -r1.123 distinfo
--- distinfo	11 Nov 2011 00:43:08 -0000	1.123
+++ distinfo	25 Nov 2011 08:22:14 -0000
@@ -1,2 +1,2 @@
-SHA256 (phpMyAdmin-3.4.7.1-all-languages.tar.bz2) = 4e1190955fc7bf4bf7c908b917b5d9244cd269ef37d0256ba60c230ff9013b1f
-SIZE (phpMyAdmin-3.4.7.1-all-languages.tar.bz2) = 4605472
\ No newline at end of file
+SHA256 (phpMyAdmin-3.4.8-rc1-all-languages.tar.bz2) = a460686e7d2f101a50fb19cb23d16ee56d995393bfebcdeb56880936e7b060c8
+SIZE (phpMyAdmin-3.4.8-rc1-all-languages.tar.bz2) = 4611013
--- phpmyadmin.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->dougb 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 25 08:30:30 UTC 2011 
Responsible-Changed-Why:  
dougb@ wants this port PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162873 
State-Changed-From-To: open->closed 
State-Changed-By: dougb 
State-Changed-When: Sat Nov 26 09:14:55 UTC 2011 
State-Changed-Why:  

Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=162873 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/162873: commit references a PR
Date: Sat, 26 Nov 2011 09:14:52 +0000 (UTC)

 dougb       2011-11-26 09:14:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     databases/phpmyadmin Makefile distinfo 
   Log:
   Security and bugfix update to 3.4.8-rc1
   
   Announcement:
   
   "Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
   release with minor security corrections.
   
   Please refer to the upcoming PMASA-2011-18 announcement on
   http://www.phpmyadmin.net/home_page/security.
   
   Marc Delisle, for the team"
   
   Welcome to the first release candidate for phpMyAdmin 3.4.8, a bugfix
   release with minor security corrections.
   
   3.4.8.0 (not yet released)
   - bug #3425230 [interface] enum data split at space char (more space to
     edit)
   - bug #3426840 [interface] ENUM/SET editor can't handle commas in values
   - bug #3427256 [interface] no links to browse/empty views and tables
   - bug #3430377 [interface] Deleted search results remain visible
   - bug #3428627 [import] ODS import ignores memory limits
   - bug #3426836 [interface] Visual column separation
   - bug #3428065 [parser] TRUE not recognized by parser
   + patch #3433770 [config] Make location of php-gettext configurable
   - patch #3430291 [import] Handle conflicts in some open_basedir situations
   - bug #3431427 [display] Dropdown results - setting NULL does not work
   - patch #3428764 [edit] Inline edit on multi-server configuration
   - patch #3437354 [core] Notice: Array to string conversion in PHP 5.4
   - [interface] When ShowTooltipAliasTB is true, VIEW is wrongly shown as the
     view name in main panel db Structure page
   - bug #3439292 [core] Fail to synchronize column with name of keyword
   - bug #3425156 [interface] Add column after drop
   - [interface] Avoid showing the password in phpinfo()'s output
   - bug #3441572 [GUI] 'newer version of phpMyAdmin' message not shown in IE8
   - bug #3407235 [interface] Entering the key through a lookup window does not
     reset NULL
   - [security] Self-XSS on database names (Synchronize), see PMASA-2011-18
   - [security] Self-XSS on database names (Operations/rename), see PMASA-2011-18
   - [security] Self-XSS on column type (Create index), see PMASA-2011-18
   - [security] Self-XSS on column type (table Search), see PMASA-2011-18
   - [security] Self-XSS on invalid query (table overview), see PMASA-2011-18
   
   PR:             ports/162873
   Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
   Feature safe:   yes
   
   Revision  Changes    Path
   1.148     +1 -1      ports/databases/phpmyadmin/Makefile
   1.124     +2 -2      ports/databases/phpmyadmin/distinfo
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
