Bug 58257 - port update : net/pure-ftpd
Summary: port update : net/pure-ftpd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 21:40 UTC by Frank DENIS
Modified: 2003-10-21 15:18 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frank DENIS 2003-10-19 21:40:11 UTC
diff -ur ftp/pure-ftpd.orig/Makefile ftp/pure-ftpd/Makefile
--- ftp/pure-ftpd.orig/Makefile	Sun Oct 19 22:13:43 2003
+++ ftp/pure-ftpd/Makefile	Sun Oct 19 22:18:28 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pure-ftpd
-PORTVERSION=	1.0.16a
+PORTVERSION=	1.0.16b
 PORTREVISION=	0
 CATEGORIES=	ftp ipv6
 MASTER_SITES=	ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
@@ -43,6 +43,7 @@
 			--with-paranoidmsg \
 			--with-virtualchroot \
 			--with-tls \
+			--with-largefile \
 			--sysconfdir=${PREFIX}/etc
 # language support requested?
 .if defined(WITH_LANG)
diff -ur ftp/pure-ftpd.orig/distinfo ftp/pure-ftpd/distinfo
--- ftp/pure-ftpd.orig/distinfo	Sun Oct 19 22:13:43 2003
+++ ftp/pure-ftpd/distinfo	Sun Oct 19 22:17:38 2003
@@ -1 +1 @@
-MD5 (pure-ftpd-1.0.16a.tar.gz) = 210b67fd059c7edfd74535d627b240d8
+MD5 (pure-ftpd-1.0.16b.tar.gz) = cb6fb6af7474ee224bd3f5b2aa23728c

Fix: 

Version 1.0.16b doesn't introduce any new feature.

The main reason for its release is a fix for a cross-scripting issue with
the HTML output of the pure-ftpwho command.

Other changes are cosmetical (like the XHTML 1.1 conformance) and the
documentation was also a bit updated.

Also on FreeBSD 5, the server now listens on IPv4 and IPv6 by default,
there's no more need for the -4 switch.

--with-largefile has been added by default because there's no overhead in
using it on BSD.
How-To-Repeat: -
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-10-21 15:18:26 UTC
State Changed
From-To: open->closed

Committed, thanks!