diff options
author | obache <obache@pkgsrc.org> | 2011-04-02 08:00:58 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-04-02 08:00:58 +0000 |
commit | 8c83548daa596f9a0a08d49fb5675907cab868a5 (patch) | |
tree | ee1951163c26c4515d26c9ee5a50beb91a7c9de8 | |
parent | 56cd75f950f98d318b25bc19982a7056117ad6d1 (diff) | |
download | pkgsrc-8c83548daa596f9a0a08d49fb5675907cab868a5.tar.gz |
Update pure-ftpd to 1.0.30.
* Version 1.0.30:
- pure-quotacheck can now work with a large number of files.
- OPTS UTF-8 is now an alias to OPTS UTF8.
- Fix a STARTTLS flaw similar to Postfix's CVE-2011-0411.
-rw-r--r-- | net/pure-ftpd/Makefile | 4 | ||||
-rw-r--r-- | net/pure-ftpd/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pure-ftpd/Makefile b/net/pure-ftpd/Makefile index 81a2c028d60..480905740d9 100644 --- a/net/pure-ftpd/Makefile +++ b/net/pure-ftpd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2011/01/05 13:28:30 adam Exp $ +# $NetBSD: Makefile,v 1.27 2011/04/02 08:00:58 obache Exp $ -DISTNAME= pure-ftpd-1.0.29 +DISTNAME= pure-ftpd-1.0.30 CATEGORIES= net MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \ http://download.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/net/pure-ftpd/distinfo b/net/pure-ftpd/distinfo index f5fa7b0263f..199ea88626e 100644 --- a/net/pure-ftpd/distinfo +++ b/net/pure-ftpd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2011/01/05 13:28:30 adam Exp $ +$NetBSD: distinfo,v 1.12 2011/04/02 08:00:58 obache Exp $ -SHA1 (pure-ftpd-1.0.29.tar.bz2) = 9bba0d6122066098273fde6db03b54825911c012 -RMD160 (pure-ftpd-1.0.29.tar.bz2) = bcbff660f5ec34d39830a3ffd0594edae5745e79 -Size (pure-ftpd-1.0.29.tar.bz2) = 466867 bytes +SHA1 (pure-ftpd-1.0.30.tar.bz2) = 0b73b80f102f2b62f97e6c7de55fa3e1eba1feaa +RMD160 (pure-ftpd-1.0.30.tar.bz2) = 137c38d491b311e826076a85589e0ce4f1b46826 +Size (pure-ftpd-1.0.30.tar.bz2) = 475402 bytes |