pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/proftpd Updated net/proftpd to 1.3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a9aa09f2bb9a
branches:  trunk
changeset: 534132:a9aa09f2bb9a
user:      martti <martti%pkgsrc.org@localhost>
date:      Fri Oct 12 10:06:20 2007 +0000

description:
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.

diffstat:

 net/proftpd/Makefile |  4 ++--
 net/proftpd/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (28 lines):

diff -r f19859d94b05 -r a9aa09f2bb9a net/proftpd/Makefile
--- a/net/proftpd/Makefile      Fri Oct 12 07:04:15 2007 +0000
+++ b/net/proftpd/Makefile      Fri Oct 12 10:06:20 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2007/07/06 11:04:40 martti Exp $
+# $NetBSD: Makefile,v 1.43 2007/10/12 10:06:20 martti Exp $
 
-DISTNAME=              proftpd-1.3.1rc3
+DISTNAME=              proftpd-1.3.1
 #PKGREVISION=          1
 CATEGORIES=            net
 MASTER_SITES=          ftp://ftp.proftpd.org/distrib/source/ \
diff -r f19859d94b05 -r a9aa09f2bb9a net/proftpd/distinfo
--- a/net/proftpd/distinfo      Fri Oct 12 07:04:15 2007 +0000
+++ b/net/proftpd/distinfo      Fri Oct 12 10:06:20 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.24 2007/07/06 11:04:40 martti Exp $
+$NetBSD: distinfo,v 1.25 2007/10/12 10:06:20 martti Exp $
 
-SHA1 (proftpd-1.3.1rc3.tar.bz2) = a752ccc2ea4d7ae6f55ac5486d1ede01f734280c
-RMD160 (proftpd-1.3.1rc3.tar.bz2) = 68cbdd137caa0f7a46be18eb682d5c3c516ca167
-Size (proftpd-1.3.1rc3.tar.bz2) = 1538700 bytes
+SHA1 (proftpd-1.3.1.tar.bz2) = 0b54286492967172c5355e2f489f9665b46591e5
+RMD160 (proftpd-1.3.1.tar.bz2) = ed47f7a7c446b01c3d00d2d25d89573c787da905
+Size (proftpd-1.3.1.tar.bz2) = 2243888 bytes
 SHA1 (patch-aa) = d7ad034e763a2bf729c9af669c3094402bdd03b7
 SHA1 (patch-ab) = f214c7b321028bda1c27d654059b2a1d6aa73cbc
 SHA1 (patch-ac) = be33bb40718c4f5a124e2c80ad5dfe8db28e3af3



Home | Main Index | Thread Index | Old Index