From owner-freebsd-ports Fri Aug 4 15:17:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id 26C2D37BB7A; Fri, 4 Aug 2000 15:17:13 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 2483F2E8195 for ; Fri, 4 Aug 2000 15:17:13 -0700 (PDT) (envelope-from kris@hub.freebsd.org) Date: Fri, 4 Aug 2000 15:17:13 -0700 (PDT) From: Kris Kennaway To: ports@freebsd.org Subject: [SECURITY] Updating mailman port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can someone please upgrade the mail/mailman port, which is currently maintainerless? Looks like it needs some configure hackery which I dont have time to do, but this patch will at least fetch it :-) This is a security fix, so some urgency would be appreciated. Thanks! Kris Index: Makefile =================================================================== RCS file: /home/ncvs/ports/mail/mailman/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 2000/07/17 01:16:02 1.1 +++ Makefile 2000/08/04 21:50:11 @@ -6,11 +6,11 @@ # PORTNAME= mailman -PORTVERSION= 1.1 +PORTVERSION= 2.0beta5 CATEGORIES= mail -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= mailman +MASTER_SITES= http://download.sourceforge.net/mailman/ DISTNAME= ${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -- In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message