From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Sep 25 02:30:26 2004 Return-Path: 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 25A7D16A4CE for ; Sat, 25 Sep 2004 02:30:26 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05E1643D60 for ; Sat, 25 Sep 2004 02:30:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8P2UPQS019214 for ; Sat, 25 Sep 2004 02:30:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8P2UPrw019213; Sat, 25 Sep 2004 02:30:25 GMT (envelope-from gnats) Resent-Date: Sat, 25 Sep 2004 02:30:25 GMT Resent-Message-Id: <200409250230.i8P2UPrw019213@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, Dmitry A Grigorovich Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 759C416A4CE; Sat, 25 Sep 2004 02:22:31 +0000 (GMT) Received: from pierino.bionet.nsc.ru (pierino.bionet.nsc.ru [193.125.179.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B0D143D54; Sat, 25 Sep 2004 02:22:30 +0000 (GMT) (envelope-from odip@pierino.bionet.nsc.ru) Received: from pierino.bionet.nsc.ru (localhost [127.0.0.1]) i8P2MSLt096924; Sat, 25 Sep 2004 09:22:28 +0700 (NOVST) (envelope-from odip@pierino.bionet.nsc.ru) Received: (from odip@localhost) by pierino.bionet.nsc.ru (8.12.8p1/8.12.8/Submit) id i8P2MSJM096923; Sat, 25 Sep 2004 09:22:28 +0700 (NOVST) (envelope-from odip) Message-Id: <200409250222.i8P2MSJM096923@pierino.bionet.nsc.ru> Date: Sat, 25 Sep 2004 09:22:28 +0700 (NOVST) From: Dmitry A Grigorovich To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mharo@FreeBSD.org Subject: ports/72073: [PATCH] ftp/proftpd (version 1.2.10) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Sep 2004 02:30:26 -0000 >Number: 72073 >Category: ports >Synopsis: [PATCH] ftp/proftpd (version 1.2.10) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Sep 25 02:30:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Dmitry A Grigorovich >Release: FreeBSD 4.8-RELEASE i386 >Organization: ICiG SB RAS >Environment: System: FreeBSD pierino.bionet.nsc.ru 4.8-RELEASE FreeBSD 4.8-RELEASE #5: Sat Oct 4 02:28:14 NOVST 2003 root@pierino.bionet.nsc.ru:/usr/obj/usr/src/sys/ODIP i386 >Description: There are available new proftpd version - 1.2.10 release In port also included more modules by default >How-To-Repeat: N/A >Fix: Apply fix Reinstall ports/ftp/proftpd --- patch-proftpd begins here --- diff -ur proftpd/Makefile proftpd.new/Makefile --- proftpd/Makefile Sun Aug 29 14:18:19 2004 +++ proftpd.new/Makefile Sat Sep 25 09:14:25 2004 @@ -6,8 +6,8 @@ # PORTNAME= proftpd -PORTVERSION= 1.2.10.r3 -PORTREVISION= 0 +PORTVERSION= 1.2.10 +PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.net/distrib/source/ \ ftp://ftp.stikman.com/pub/proftpd/ \ @@ -24,7 +24,6 @@ ftp://www.linuxceptional.com/proftpd/ \ ftp://ftp.ethereal.com/mirrors/ftp.proftpd.org/ \ ftp://mirror.cybercomm.nl/ -DISTNAME= ${PORTNAME}-1.2.10rc3 MAINTAINER?= mharo@FreeBSD.org COMMENT?= Highly configurable ftp daemon @@ -69,7 +68,7 @@ .endif #allow user to override -MODULES?= mod_ratio:mod_readme:mod_wrap +MODULES?= mod_ifsession:mod_ratio:mod_readme:mod_rewrite:mod_wrap INCLUDEDIRS= LIBDIRS= diff -ur proftpd/distinfo proftpd.new/distinfo --- proftpd/distinfo Sun Aug 8 21:49:06 2004 +++ proftpd.new/distinfo Sat Sep 25 08:47:07 2004 @@ -1,2 +1,2 @@ -MD5 (proftpd-1.2.10rc3.tar.bz2) = d834bb822816a2ce483cc2ef1a9533e7 -SIZE (proftpd-1.2.10rc3.tar.bz2) = 918385 +MD5 (proftpd-1.2.10.tar.bz2) = 5feb4a7348e12faefc25e34fd92efdd6 +SIZE (proftpd-1.2.10.tar.bz2) = 920337 --- patch-proftpd ends here --- >Release-Note: >Audit-Trail: >Unformatted: