Update to version 2.1.6

--
Security Fix
This version fixes a buffer overflow with the rarely used
option 'progress=2' (triggered by long attachment names),
and some other buffer overflows, disables the "mail" program
by default.
Fixes a segfault with headers encoded as quoted printable,
fixes an expires option to work in incremental mode, and adds
delete_older and delete_newer options to limit archive by date.

brad@ ok
This commit is contained in:
margarida 2003-01-28 17:31:55 +00:00
parent b257f78246
commit f5c0473a80
4 changed files with 7 additions and 33 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.19 2002/11/22 02:37:37 margarida Exp $
# $OpenBSD: Makefile,v 1.20 2003/01/28 17:31:55 margarida Exp $
COMMENT= "generate a cross-referenced HTML mail archive"
VERSION= 2.1.5
VERSION= 2.1.6
DISTNAME= hypermail-${VERSION}
CATEGORIES= mail www
@ -22,9 +22,10 @@ CONFIGURE_STYLE= gnu
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/src/pcre
CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail
ALL_TARGET= hypermail
COPTS= -DHAVE_VFSCANF
MAKE_FLAGS= WARNINGS=''
LDFLAGS= -Lpcre
FLAVORS= gdbm
FLAVOR?=

View File

@ -1,3 +1,3 @@
MD5 (hypermail-2.1.5.tar.gz) = 5027331f62ddc1ca15f57cf4b99a7f73
RMD160 (hypermail-2.1.5.tar.gz) = 24fdddc7b5a28558a67259373a55428e05cb811c
SHA1 (hypermail-2.1.5.tar.gz) = 842291a244af0d7dcd153f00aee66ba63cfb48a2
MD5 (hypermail-2.1.6.tar.gz) = 461f37e29786924858ac32aa17d01862
RMD160 (hypermail-2.1.6.tar.gz) = 713075f2d2900e70060f8cb188af1331ab6ee292
SHA1 (hypermail-2.1.6.tar.gz) = deef1a4f27466154a5d68f88b5e7f7fbbd0e8277

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-Makefile_in,v 1.3 2002/09/03 23:22:50 brad Exp $
--- Makefile.in.orig Sun Sep 1 22:43:37 2002
+++ Makefile.in Sun Sep 1 22:46:00 2002
@@ -30,9 +30,9 @@ INSTALL_PROG=@INSTALL@
CC=@CC@
CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre $(WARNINGS)
LIBS=@LIBS@
-LDFLAGS=@LDFLAGS@ -Lpcre
+LDFLAGS=-Lpcre @LDFLAGS@
-all: hypermail support
+all: hypermail
hypermail:
@cd src; $(MAKE) all CC="$(CC)" CFLAGS="$(CFLAGS)" \

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2001/10/14 16:11:06 espie Exp $
--- src/Makefile.in.orig Sun Oct 14 17:32:03 2001
+++ src/Makefile.in Sun Oct 14 17:32:14 2001
@@ -30,7 +30,7 @@ INSTALL_PROG=@INSTALL@
CFLAGS=@CFLAGS@ @INCLUDES@ -Ipcre $(WARNINGS)
YACC=@YACC@
NETLIBS=@LIBS@
-LDFLAGS=@LDFLAGS@ -Lpcre
+LDFLAGS=-Lpcre @LDFLAGS@
MISC_LIBS= -lm -lpcre
OPT_LIBS=@EXTRA_LIBS@