From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Oct 14 14:50:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA2516A41F for ; Fri, 14 Oct 2005 14:50:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F61543D49 for ; Fri, 14 Oct 2005 14:50:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9EEoH98007370 for ; Fri, 14 Oct 2005 14:50:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9EEoHWd007369; Fri, 14 Oct 2005 14:50:17 GMT (envelope-from gnats) Resent-Date: Fri, 14 Oct 2005 14:50:17 GMT Resent-Message-Id: <200510141450.j9EEoHWd007369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Greg Larkin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C12AF16A420 for ; Fri, 14 Oct 2005 14:46:33 +0000 (GMT) (envelope-from wbemuser@slim.sourcehosting.net) Received: from sourcehosting.net (sourcehosting.net [204.8.45.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F31443D48 for ; Fri, 14 Oct 2005 14:46:30 +0000 (GMT) (envelope-from wbemuser@slim.sourcehosting.net) Received: (qmail 17634 invoked from network); 14 Oct 2005 14:46:29 -0000 Received: from unknown (HELO slim.sourcehosting.net) (192.168.1.6) by 192.168.1.4 with AES256-SHA encrypted SMTP; 14 Oct 2005 14:46:29 -0000 Received: from slim.sourcehosting.net (localhost [127.0.0.1]) by slim.sourcehosting.net (8.13.1/8.13.1) with ESMTP id j9DFWmqI049506 for ; Thu, 13 Oct 2005 11:32:48 -0400 (EDT) (envelope-from wbemuser@slim.sourcehosting.net) Received: (from root@localhost) by slim.sourcehosting.net (8.13.1/8.13.1/Submit) id j9DFWlQR049505; Thu, 13 Oct 2005 11:32:47 -0400 (EDT) (envelope-from wbemuser) Message-Id: <200510131532.j9DFWlQR049505@slim.sourcehosting.net> Date: Thu, 13 Oct 2005 11:32:47 -0400 (EDT) From: Greg Larkin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87438: [patch] [maintainer update] Update port: www/webcalendar (Security update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Greg Larkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2005 14:50:20 -0000 X-List-Received-Date: Fri, 14 Oct 2005 14:50:20 -0000 >Number: 87438 >Category: ports >Synopsis: [patch] [maintainer update] Update port: www/webcalendar (Security update) >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: Fri Oct 14 14:50:16 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Greg Larkin >Release: FreeBSD 4.11-RELEASE-p12 i386 >Organization: SourceHosting.net, LLC >Environment: System: FreeBSD slim.sourcehosting.net 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #0: Tue Oct 4 11:43:36 EDT 2005 glarkin@slim.sourcehosting.net:/usr/obj/usr/src/sys/SLIM i386 >Description: Update to WebCalendar 1.0.1 to fix reported security problems >How-To-Repeat: Security problem affects all previous versions of WebCalendar >Fix: diff -ruN webcalendar.bak/Makefile webcalendar/Makefile --- webcalendar.bak/Makefile Thu Oct 13 11:05:50 2005 +++ webcalendar/Makefile Thu Oct 13 11:06:36 2005 @@ -6,7 +6,7 @@ # PORTNAME= WebCalendar -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= webcalendar diff -ruN webcalendar.bak/distinfo webcalendar/distinfo --- webcalendar.bak/distinfo Thu Oct 13 11:05:50 2005 +++ webcalendar/distinfo Thu Oct 13 11:10:58 2005 @@ -1,2 +1,2 @@ -MD5 (WebCalendar-1.0.0.tar.gz) = 0cbba331c74c0a77552da42f05340fe8 -SIZE (WebCalendar-1.0.0.tar.gz) = 936863 +MD5 (WebCalendar-1.0.1.tar.gz) = f13df0688b7c7cb8a1c074ad78d39b60 +SIZE (WebCalendar-1.0.1.tar.gz) = 941211 diff -ruN webcalendar.bak/pkg-message webcalendar/pkg-message --- webcalendar.bak/pkg-message Thu Oct 13 11:05:50 2005 +++ webcalendar/pkg-message Thu Oct 13 11:15:23 2005 @@ -10,4 +10,3 @@ %%PREFIX%%/%%WEBWCDIR%%/includes/settings.php.orig to %%PREFIX%%/%%WEBWCDIR%%/includes/settings.php and edit it for your installation. - >Release-Note: >Audit-Trail: >Unformatted: