diff options
author | martti <martti@pkgsrc.org> | 2007-01-13 09:47:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-01-13 09:47:38 +0000 |
commit | 96d9809b2bbd490d2ff72bf42f74f0ef6c80a1af (patch) | |
tree | 72db4f094b805176f10eeb766a156835c981218e /net/proftpd/Makefile | |
parent | eed53c485e348899fef6654286cf9835d166302f (diff) | |
download | pkgsrc-96d9809b2bbd490d2ff72bf42f74f0ef6c80a1af.tar.gz |
Updated net/proftpd to 1.3.1rc2
+ Fixed mod_sql's handling of WHERE clauses
+ Fixed segfaults ocurring after SIGHUP when shared modules are used
+ Fixed copying of symlinks in skeleton directory for CreateHome
Diffstat (limited to 'net/proftpd/Makefile')
-rw-r--r-- | net/proftpd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 276549061a8..356517e463b 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.38 2006/12/14 11:19:46 martti Exp $ +# $NetBSD: Makefile,v 1.39 2007/01/13 09:47:38 martti Exp $ -DISTNAME= proftpd-1.3.1rc1 +DISTNAME= proftpd-1.3.1rc2 #PKGREVISION= 1 CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ |