diff options
author | wiedi <wiedi@pkgsrc.org> | 2016-03-14 22:47:10 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2016-03-14 22:47:10 +0000 |
commit | 3f437d59514722269b67b6602395ed1c1cb63e77 (patch) | |
tree | 1b8212a1c1d7bfb5474416f3caa3c7b06739f36b /net/proftpd | |
parent | 46ea0737f29b4edd8c2c4b3e92daeee526c8153e (diff) | |
download | pkgsrc-3f437d59514722269b67b6602395ed1c1cb63e77.tar.gz |
Update net/proftpd (and modules) to 1.3.5b
1.3.5b - Released 10-Mar-2016
--------------------------------
- Bug 4187 - mod_geoip does not load all of the GeoIPTables properly.
- Bug 4191 - "Incorrect string value" reported by mod_sql_mysql for some UTF8
characters.
- Bug 4097 - SSH rekey fails when using RSA hostkey smaller than 2048 bits.
- Bug 4198 - MLSD/MLST fact type "cdir" is incorrectly used for the current
working directory.
- Bug 4201 - HiddenStores temporary files not removed when exceeding quota
using SCP.
- Bug 4202 - MLSD lines not properly terminated with CRLF.
- Bug 4209 - Zero-length memory allocation possible, with undefined results.
- Bug 4210 - Avoid unbounded SFTP extended attribute key/values.
- Bug 4212 - Ensure that FTP data transfer commands fail appropriately when
"RootRevoke on" is in effect.
- Bug 4217 - Handle FTP re-authentication attempts better.
- Bug 4223 - Permissions on files uploaded via STOU do not honor configured
Umask.
- Bug 4227 - Support SFTP clients that send multiple INIT requests.
- Bug 4230 - TLSDHParamFile directive appears ignored because unexpected DH is
chosen.
Diffstat (limited to 'net/proftpd')
-rw-r--r-- | net/proftpd/Makefile | 3 | ||||
-rw-r--r-- | net/proftpd/Makefile.common | 4 | ||||
-rw-r--r-- | net/proftpd/distinfo | 10 |
3 files changed, 8 insertions, 9 deletions
diff --git a/net/proftpd/Makefile b/net/proftpd/Makefile index 89cb6ab0769..08c7055fbc7 100644 --- a/net/proftpd/Makefile +++ b/net/proftpd/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2016/03/05 11:29:10 jperkin Exp $ +# $NetBSD: Makefile,v 1.83 2016/03/14 22:47:10 wiedi Exp $ .include "../../net/proftpd/Makefile.common" -PKGREVISION= 3 COMMENT= Highly configurable FTP server software MODULES+= \ diff --git a/net/proftpd/Makefile.common b/net/proftpd/Makefile.common index 17b87d9b92c..9f458f706d2 100644 --- a/net/proftpd/Makefile.common +++ b/net/proftpd/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.2 2015/10/23 08:37:35 fhajny Exp $ +# $NetBSD: Makefile.common,v 1.3 2016/03/14 22:47:10 wiedi Exp $ # used by net/proftpd/Makefile # used by net/proftpd/Makefile.module -DISTNAME= proftpd-1.3.5a +DISTNAME= proftpd-1.3.5b CATEGORIES= net MASTER_SITES= ftp://ftp.proftpd.org/distrib/source/ \ ftp://ftp.servus.at/ProFTPD/distrib/source/ \ diff --git a/net/proftpd/distinfo b/net/proftpd/distinfo index 22776af779a..61e3544e68d 100644 --- a/net/proftpd/distinfo +++ b/net/proftpd/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.44 2015/11/04 00:35:28 agc Exp $ +$NetBSD: distinfo,v 1.45 2016/03/14 22:47:10 wiedi Exp $ -SHA1 (proftpd-1.3.5a.tar.gz) = 7c4027c207bdfe7c88b859810c7fa9b978b0524d -RMD160 (proftpd-1.3.5a.tar.gz) = ff9050ee8c0fb741eb84ef815ad0974bf237193a -SHA512 (proftpd-1.3.5a.tar.gz) = d64de12c100814c5c8a3916b3c9344f5a68c2b85902ffc8e5bb088d8975b5f13a7b9a29f82085b70dc93f4599c0e0f2645977d20998dda11981e66f534ea692c -Size (proftpd-1.3.5a.tar.gz) = 29988477 bytes +SHA1 (proftpd-1.3.5b.tar.gz) = fd11ba8f2d157f4e59162a24b22f82cd7d32d3cd +RMD160 (proftpd-1.3.5b.tar.gz) = 1a682879fbeb7f0ef61d944399650fc7f7da4982 +SHA512 (proftpd-1.3.5b.tar.gz) = 5bdb9718c85c26b92256d7b3791a6a5456bec3826801b7b68f4d493d202ac77179c8378ad06efc1a805efce639db266561d3beb4bc7af61ca1352fb4bdfd4e6a +Size (proftpd-1.3.5b.tar.gz) = 29992107 bytes SHA1 (patch-Makefile.in) = 332dcd9d773770c10d876dc9da1dc7f6b1c15421 SHA1 (patch-contrib_mod__sftp_Makefile.in) = 8a805d777597b4fb06a45b484373880e535a0cee SHA1 (patch-contrib_mod_tls.c) = e36dfa9427804b41eb2ad49378b62890325d50ed |