diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-16 20:46:17 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-16 20:46:17 +0000 |
commit | 668ac754301778164cd62619d0dd6cf3c2cdf910 (patch) | |
tree | b296a1e69db1c2328c67f3283d6be6900c8d68b3 /www/drupal7/Makefile | |
parent | 59a6826b924c6c3b0a2aed310b18dec7d1a575c4 (diff) |
Fix security issue noted in http://drupal.org/files/sa-2005-004/advisory.txt.
Update to 4.6.3.
Approved by: portmgr (krion), maintainer timeout (security issue)
Notes
Notes:
svn path=/head/; revision=140895
Diffstat (limited to 'www/drupal7/Makefile')
-rw-r--r-- | www/drupal7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index afd3be1e8652..30e0cd1463a6 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -6,7 +6,7 @@ # PORTNAME= drupal -PORTVERSION= 4.6.2 +PORTVERSION= 4.6.3 CATEGORIES= www MASTER_SITES= http://drupal.org/files/projects/ DISTNAME= ${PORTNAME}-${PORTVERSION} |