Update port to phpMyAdmin-2.6.0-pl3 to fix
vulnerability documented as: http://www.vuxml.org/freebsd/6a33477e-3a9c-11d9-84ad-000c6e8f12ef.html Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> PR: ports/74111 With hat: secteam
This commit is contained in:
parent
79521e5c62
commit
98b83741b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121995
6 changed files with 8 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phpMyAdmin
|
||||
PORTVERSION= 2.6.0.2
|
||||
PORTVERSION= 2.6.0.3
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpmyadmin
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (phpMyAdmin-2.6.0-pl2.tar.bz2) = f9000262ce736ec21369e1be1522ea0d
|
||||
SIZE (phpMyAdmin-2.6.0-pl2.tar.bz2) = 1278267
|
||||
MD5 (phpMyAdmin-2.6.0-pl3.tar.bz2) = 9580c5da497af4ff9ff3af7fa6e2793c
|
||||
SIZE (phpMyAdmin-2.6.0-pl3.tar.bz2) = 1279183
|
||||
|
|
|
@ -9,3 +9,4 @@ To make phpMyAdmin available through your web site, I suggest
|
|||
that you add the following to httpd.conf:
|
||||
|
||||
Alias /phpmyadmin/ "%%PREFIX%%/%%MYADMDIR%%/"
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= phpMyAdmin
|
||||
PORTVERSION= 2.6.0.2
|
||||
PORTVERSION= 2.6.0.3
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= phpmyadmin
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (phpMyAdmin-2.6.0-pl2.tar.bz2) = f9000262ce736ec21369e1be1522ea0d
|
||||
SIZE (phpMyAdmin-2.6.0-pl2.tar.bz2) = 1278267
|
||||
MD5 (phpMyAdmin-2.6.0-pl3.tar.bz2) = 9580c5da497af4ff9ff3af7fa6e2793c
|
||||
SIZE (phpMyAdmin-2.6.0-pl3.tar.bz2) = 1279183
|
||||
|
|
|
@ -9,3 +9,4 @@ To make phpMyAdmin available through your web site, I suggest
|
|||
that you add the following to httpd.conf:
|
||||
|
||||
Alias /phpmyadmin/ "%%PREFIX%%/%%MYADMDIR%%/"
|
||||
|
||||
|
|
Loading…
Reference in a new issue