From 1fe1c5f39d6645c1402da647fed2f16b6aa527d5 Mon Sep 17 00:00:00 2001 From: krion Date: Sun, 9 Dec 2018 11:48:24 +0000 Subject: Add patches to avoid accessing unallocated memory. buffer_consume_to_mark() was trying to use Boyer-Moore search to find specified mark string but implementation was walking through unallocated memory. PR: 227543 Submitted by: Jeremy Chadwick --- mail/tpop3d/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/tpop3d/Makefile b/mail/tpop3d/Makefile index b4b10cc5cddb..cd010b12349d 100644 --- a/mail/tpop3d/Makefile +++ b/mail/tpop3d/Makefile @@ -3,14 +3,17 @@ PORTNAME= tpop3d PORTVERSION= 1.5.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= mail MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Virtual-domain capable POP3 server supporting MySQL, PgSQL etc auth +LICENSE= GPLv2 + USES= ssl + GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib -lcrypto CONFIGURE_ARGS= --enable-auth-other \ -- cgit