aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2006-06-16 17:18:18 +0800
committeritetcu <itetcu@FreeBSD.org>2006-06-16 17:18:18 +0800
commita079b1d91cf34505afc17b243923309d93edc095 (patch)
tree59616928430a8938472218f54b400e0a11e5accc /www
parent0779bb10b3a8500ba730f5d58a668440ba12e0d8 (diff)
downloadfreebsd-ports-gnome-a079b1d91cf34505afc17b243923309d93edc095.tar.gz
freebsd-ports-gnome-a079b1d91cf34505afc17b243923309d93edc095.tar.zst
freebsd-ports-gnome-a079b1d91cf34505afc17b243923309d93edc095.zip
Update to 1.0.4 to fix serious vulnerability which, with
register_globals = On; permits including of any remote file, which in turn permits rading of any file. PR: ports/98993 Submitted by: maintainer Security: http://www.securityfocus.com/archive/1/435379
Diffstat (limited to 'www')
-rw-r--r--www/webcalendar/Makefile5
-rw-r--r--www/webcalendar/distinfo6
2 files changed, 6 insertions, 5 deletions
diff --git a/www/webcalendar/Makefile b/www/webcalendar/Makefile
index 8061a132706c..1ff85594dae4 100644
--- a/www/webcalendar/Makefile
+++ b/www/webcalendar/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= WebCalendar
-DISTVERSION= 1.0.3
+DISTVERSION= 1.0.4
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= webcalendar
@@ -16,8 +16,9 @@ MAINTAINER= glarkin@sourcehosting.net
COMMENT= A web-based calendar application
USE_PHP= pcre session ldap
-USE_APACHE= yes
+WANT_PHP_WEB= yes
NO_BUILD= yes
+
WRKSRC= ${WRKDIR}/WebCalendar-${DISTVERSION}
WEBWCDIR?= www/data/WebCalendar
diff --git a/www/webcalendar/distinfo b/www/webcalendar/distinfo
index 4cf864a8d037..3586c7572d42 100644
--- a/www/webcalendar/distinfo
+++ b/www/webcalendar/distinfo
@@ -1,3 +1,3 @@
-MD5 (WebCalendar-1.0.3.tar.gz) = 499f9daed1970625e26b8062d4b53f0e
-SHA256 (WebCalendar-1.0.3.tar.gz) = dd974906eaf5bceeca4dbe8ea545b913ac53f79cc68aa9bb7d6a25bce9a962b2
-SIZE (WebCalendar-1.0.3.tar.gz) = 885250
+MD5 (WebCalendar-1.0.4.tar.gz) = 1b356259f64f2331bcc76fada2cd510d
+SHA256 (WebCalendar-1.0.4.tar.gz) = e278d9f1933fb16dc4d1781c2f4a8cd64599d61c547ef7c6b8f952861f3986b7
+SIZE (WebCalendar-1.0.4.tar.gz) = 884919