Subject: CVS commit: pkgsrc/net/proftpd
To: None <pkgsrc-changes@NetBSD.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 10/12/2007 10:06:20
Module Name: pkgsrc
Committed By: martti
Date: Fri Oct 12 10:06:20 UTC 2007
Modified Files:
pkgsrc/net/proftpd: Makefile distinfo
Log Message:
Updated net/proftpd to 1.3.1
Changes since 1.3.1rc3
----------------------
- Bug 2944 - mod_sql_mysql fails to compile due to missing quotation.
- Bug 2946 - Anonymous logins fail if the mod_facl module is enabled.
- Bug 2947 - SIGBUS on Mac OS X when dynamically loading shared libs.
- Bug 2950 - Hostname with multiple IP addresses might cause "ai_family not
supported" error if IPv6 support enabled.
- Bug 2955 - Undeclared identifier MAP_FAILED for mod_delay on AIX.
- Bug 2958 - mod_wrap2 does not handle multiple rules in access files.
- Bug 2963 - Use of -A option for LIST/NLST commands not cleared for
subsequent commands.
- Bug 2964 - Building RPM fails because of *snprintf trying to be redefined.
This is actually caused by a particular combination of compiler flags
(-O2 and -Wp,-D_FORTIFY_SOURCE=2), which are used by the `rpmbuild'
command in some Linux releases.
- Bug 2974 - Install error if multiple modules, using their own build script,
are built as shared modules.
- Bug 2981 - Command-line long options --ipv4 and --ipv6 do not work.
- Bug 2795 - Improvements to RPM .spec file to build more of the modules, plus
better optional packaging organization.
To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 pkgsrc/net/proftpd/Makefile
cvs rdiff -r1.24 -r1.25 pkgsrc/net/proftpd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.