From 5ef7564ddfc1d2fbe333d02c63484289479182b6 Mon Sep 17 00:00:00 2001 From: delphij Date: Tue, 12 Dec 2006 16:08:09 +0000 Subject: Add two security patches: patch-support.c: fixes CVE-2006-5815 remote code execution patch-mod_tls.c: fixes Bug#2860 Failure to check for data length in mod_tls could lead to remote buffer overwriting. Submitted by: maintainer PR: ports/106623 --- ftp/proftpd-devel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/proftpd-devel/Makefile') diff --git a/ftp/proftpd-devel/Makefile b/ftp/proftpd-devel/Makefile index d392044538e3..fc13ea8ed65a 100644 --- a/ftp/proftpd-devel/Makefile +++ b/ftp/proftpd-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= proftpd DISTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.fastorama.com/mirrors/ftp.proftpd.org/distrib/source/ \ -- cgit