Date: Wed, 23 Apr 2008 07:23:23 +0100 (BST) From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: FreeBSD-gnats-submit@FreeBSD.org Cc: secteam@FreeBSD.org Subject: ports/123004: [maintainer] databases/phpmyadmin security update to 2.11.5.2 Message-ID: <200804230623.m3N6NNro017719@happy-idiot-talk.infracaninophile.co.uk> Resent-Message-ID: <200804230630.m3N6U1at038531@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 123004 >Category: ports >Synopsis: [maintainer] databases/phpmyadmin security update to 2.11.5.2 >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: Wed Apr 23 06:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Matthew Seaman >Release: FreeBSD 7.0-STABLE i386 >Organization: Infracaninophile >Environment: System: FreeBSD happy-idiot-talk.infracaninophile.co.uk 7.0-STABLE FreeBSD 7.0-STABLE #34: Sat Apr 19 15:29:50 BST 2008 root@happy-idiot-talk.infracaninophile.co.uk:/usr/obj/usr/src/sys/HAPPY-IDIOT-TALK i386 >Description: Security update to 2.11.5.2 Announcement message: Welcome to phpMyAdmin 2.11.5.2, a security fix version. Security announcement: http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2008-3 The release notes and download info are available on http://www.phpmyadmin.net. Marc Delisle, for the team. Release notes: https://sourceforge.net/project/shownotes.php?release_id=594171 Note: this PR subsumes the changes in ports/122239 which seems to have got lost somewhere, and includes the changes from PR ports/122910 which affect the phpMyAdmin port. >How-To-Repeat: >Fix: --- phpmyadmin.diff begins here --- diff -Nur /usr/ports/databases/phpmyadmin/Makefile phpmyadmin/Makefile --- /usr/ports/databases/phpmyadmin/Makefile 2008-03-02 04:40:51.000000000 +0000 +++ phpmyadmin/Makefile 2008-04-23 07:13:15.000000000 +0100 @@ -6,7 +6,7 @@ # PORTNAME= phpMyAdmin -DISTVERSION= 2.11.5 +DISTVERSION= 2.11.5.2 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= phpmyadmin @@ -105,7 +105,7 @@ .include <bsd.port.pre.mk> -_PMA_GID!= /usr/sbin/pw group show -n ${PMA_GRP} | ${CUT} -d : -f 3 +_PMA_GID!= ${PW} group show -n ${PMA_GRP} | ${CUT} -d : -f 3 .if empty(_PMA_GID) _PMA_GID= 80 .endif @@ -130,11 +130,11 @@ ${ECHO_MSG} "databases/phpmyadmin" ${ECHO_MSG} "" .if defined(WITH_SUPHP) && !defined(WITHOUT_SUPHP) - @if /usr/sbin/pw show -n phpmyadm >/dev/null 2>&1 ; then \ + @if ${PW} show -n phpmyadm >/dev/null 2>&1 ; then \ ${ECHO_MSG} "===> WARNING ******************************" ; \ ${ECHO_MSG} "The default username used by ${PKNAME} has changed"; \ ${ECHO_MSG} "to ${PMA_USR} -- you should delete the old user:" ; \ - ${ECHO_MSG} " # /usr/sbin/pw user del -n phpmyadm" ; \ + ${ECHO_MSG} " # ${PW} user del -n phpmyadm" ; \ ${ECHO_MSG} "" ; \ fi .endif diff -Nur /usr/ports/databases/phpmyadmin/distinfo phpmyadmin/distinfo --- /usr/ports/databases/phpmyadmin/distinfo 2008-03-02 04:40:51.000000000 +0000 +++ phpmyadmin/distinfo 2008-04-23 07:13:39.000000000 +0100 @@ -1,3 +1,3 @@ -MD5 (phpMyAdmin-2.11.5-all-languages.tar.bz2) = 22746f957f2d937660d3b8cd707e05d8 -SHA256 (phpMyAdmin-2.11.5-all-languages.tar.bz2) = cb5d82770a07bb3230989b281bfa616c9af738ba7cd625c42a5a897b1179bf64 -SIZE (phpMyAdmin-2.11.5-all-languages.tar.bz2) = 3092821 +MD5 (phpMyAdmin-2.11.5.2-all-languages.tar.bz2) = 17ac7e34fe4ed70385d166d7fb4f9f3d +SHA256 (phpMyAdmin-2.11.5.2-all-languages.tar.bz2) = dac6afa7f3db663e9cd5fbd8bbec06c7aec3a25d49aaeb9ae97f42619e8921e6 +SIZE (phpMyAdmin-2.11.5.2-all-languages.tar.bz2) = 3093323 --- phpmyadmin.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804230623.m3N6NNro017719>