svn commit: r389130 - in head/ftp/proftpd: . files

Martin Matuska mm at FreeBSD.org
Wed Jun 10 19:22:39 UTC 2015


Author: mm
Date: Wed Jun 10 19:22:37 2015
New Revision: 389130
URL: https://svnweb.freebsd.org/changeset/ports/389130

Log:
  Update proftpd to 1.3.5a

Deleted:
  head/ftp/proftpd/files/patch-CVE-2015-3306
  head/ftp/proftpd/files/patch-src_proftpd.8.in
Modified:
  head/ftp/proftpd/Makefile
  head/ftp/proftpd/distinfo
  head/ftp/proftpd/pkg-plist

Modified: head/ftp/proftpd/Makefile
==============================================================================
--- head/ftp/proftpd/Makefile	Wed Jun 10 19:20:59 2015	(r389129)
+++ head/ftp/proftpd/Makefile	Wed Jun 10 19:22:37 2015	(r389130)
@@ -5,7 +5,7 @@ PORTNAME?=	proftpd
 .if !defined(DISTVERSION)
 PORTVERSION?=	${PROFTPD_VERSION}
 .endif
-PORTREVISION?=	7
+PORTREVISION?=	0
 CATEGORIES?=	ftp
 MASTER_SITES=	ftp://ftp.proftpd.org/distrib/source/ \
 		https://github.com/downloads/proftpd/proftpd.github.com/ \
@@ -26,7 +26,7 @@ BUILD_DEPENDS+=	${LOCALBASE}/sbin/proftp
 RUN_DEPENDS+=	${LOCALBASE}/sbin/proftpd:${PORTSDIR}/ftp/proftpd
 .endif
 
-PROFTPD_VERSION=	1.3.5
+PROFTPD_VERSION=	1.3.5a
 
 .if defined(_BUILDING_PROFTPD_MODULE)
 DISTFILES+=	${DISTNAME}${EXTRACT_SUFX}

Modified: head/ftp/proftpd/distinfo
==============================================================================
--- head/ftp/proftpd/distinfo	Wed Jun 10 19:20:59 2015	(r389129)
+++ head/ftp/proftpd/distinfo	Wed Jun 10 19:22:37 2015	(r389130)
@@ -1,6 +1,7 @@
-SHA256 (proftpd-1.3.5.tar.gz) = c10316fb003bd25eccbc08c77dd9057e053693e6527ffa2ea2cc4e08ccb87715
-SIZE (proftpd-1.3.5.tar.gz) = 7594509
+SHA256 (proftpd-1.3.5a.tar.gz) = a1f48df8539c414ec56e0cea63dcf4b8e16e606c05f10156f030a4a67fae5696
+SIZE (proftpd-1.3.5a.tar.gz) = 29988477
 SHA256 (mod_clamav-v0.13.tar.gz) = 7f60bebbb58836319bf249be77540efc6667a55caca8aaba164e6a61cd0c3db7
 SIZE (mod_clamav-v0.13.tar.gz) = 11683
 SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08
 SIZE (mod_sql_tds-4.13.tar.gz) = 11688
+

Modified: head/ftp/proftpd/pkg-plist
==============================================================================
--- head/ftp/proftpd/pkg-plist	Wed Jun 10 19:20:59 2015	(r389129)
+++ head/ftp/proftpd/pkg-plist	Wed Jun 10 19:22:37 2015	(r389130)
@@ -35,7 +35,9 @@ include/proftpd/fsio.h
 include/proftpd/ftp.h
 include/proftpd/glibc-glob.h
 include/proftpd/help.h
+include/proftpd/ident.h
 include/proftpd/inet.h
+include/proftpd/lastlog.h
 include/proftpd/libsupp.h
 include/proftpd/log.h
 include/proftpd/memcache.h
@@ -75,6 +77,7 @@ include/proftpd/throttle.h
 include/proftpd/timers.h
 include/proftpd/tpl.h
 include/proftpd/trace.h
+include/proftpd/utf8.h
 include/proftpd/var.h
 include/proftpd/version.h
 include/proftpd/xferlog.h
@@ -173,4 +176,5 @@ sbin/proftpd
 %%NLS%%share/locale/bg_BG/LC_MESSAGES/proftpd.mo
 %%NLS%%share/locale/fr_FR/LC_MESSAGES/proftpd.mo
 %%NLS%%share/locale/ko_KR/LC_MESSAGES/proftpd.mo
+ at dir lib/proftpd
 @dir %%LOCALSTATEDIR%%/proftpd


More information about the svn-ports-all mailing list