ports/56309: [Update] Port: mail/autorespond

Alex Dupre sysadmin at alexdupre.com
Tue Sep 2 13:10:23 UTC 2003


>Number:         56309
>Category:       ports
>Synopsis:       [Update] Port: mail/autorespond
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 02 06:10:21 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alex Dupre
>Release:        FreeBSD 4.8-ALEXDUPRE i386
>Organization:
>Environment:
System: FreeBSD 4.8-ALEXDUPRE i386
>Description:
Update to 2.0.4.
Fix potential buffer overflows.
Add manual page.
Make it fetchable (thanks to inter7 and debian for replacing 2.0.3 archive. Grrr!).
For roam: diff to your conf-strcasestr patch in the next PR.
>How-To-Repeat:
>Fix:

--- autorespond.diff begins here ---
diff -ruN autorespond.orig/Makefile autorespond/Makefile
--- autorespond.orig/Makefile	Tue Sep  2 13:56:08 2003
+++ autorespond/Makefile	Tue Sep  2 14:31:57 2003
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	autorespond
-PORTVERSION=	2.0.3
-PORTREVISION=	1
+PORTVERSION=	2.0.4
 CATEGORIES=	mail
 MASTER_SITES=	http://www.inter7.com/devel/
 
@@ -17,6 +16,8 @@
 MAINTAINER=	roam at FreeBSD.org
 COMMENT=	Simple autoresponder for qmail
 
+MAN1=		autorespond.1
+
 post-patch:
 	${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
 	${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld
@@ -24,5 +25,6 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
+	${INSTALL_MAN} ${WRKSRC}/autorespond.1 ${PREFIX}/man/man1/
 
 .include <bsd.port.mk>
diff -ruN autorespond.orig/distinfo autorespond/distinfo
--- autorespond.orig/distinfo	Tue Sep  2 13:56:08 2003
+++ autorespond/distinfo	Tue Sep  2 14:52:38 2003
@@ -1,2 +1,2 @@
-MD5 (autorespond-2.0.3.tar.gz) = 21cbd765ab662c0553b309f7e412fcbf
-MD5 (autorespond-2.0.3-conf-strcasestr.patch) = 5d05646620a057ebc2ea2013b3500403
+MD5 (autorespond-2.0.4.tar.gz) = 1beae4bc3319ccd06c59b2d1b681bb4d
+MD5 (autorespond-2.0.4-conf-strcasestr.patch) = 62cae25b6efe210f25ed8ccc2f0588ed
--- autorespond.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list