pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/proftpd Upgrade to 1.3.6c:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce45105e61ee
branches:  trunk
changeset: 427762:ce45105e61ee
user:      christos <christos%pkgsrc.org@localhost>
date:      Mon Apr 20 12:50:02 2020 +0000

description:
Upgrade to 1.3.6c:

1.3.6c
---------
  + Fixed regression in directory listing latency (Issue #863).
  + Detect OpenSSH-specific formatted SFTPHostKeys, and log hint for
    converting them to supported format.
  + Fixed use-after-free vulnerability during data transfers (Issue #903).
  + Fixed out-of-bounds read in mod_cap by updating the bundled libcap
    (Issue #902).

1.3.6b
---------
  + Fixed pre-authentication remote denial-of-service issue (Issue #846).
  + Backported fix for building mod_sql_mysql using MySQL 8 (Issue #824).

1.3.6a
---------
  + Fixed symlink navigation (Bug#4332).
  + Fixed building of mod_sftp using OpenSSL 1.1.x releases (Issue#674).
  + Fixed SITE COPY honoring of <Limit> restrictions (Bug#4372).
  + Fixed segfault on login when using mod_sftp + mod_sftp_pam (Issue#656).
  + Fixed restarts when using mod_facl as a static module.

diffstat:

 net/proftpd/Makefile        |   3 +--
 net/proftpd/Makefile.common |   4 ++--
 net/proftpd/distinfo        |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (45 lines):

diff -r d49e0f2b7400 -r ce45105e61ee net/proftpd/Makefile
--- a/net/proftpd/Makefile      Mon Apr 20 10:19:02 2020 +0000
+++ b/net/proftpd/Makefile      Mon Apr 20 12:50:02 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2020/01/18 21:50:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.90 2020/04/20 12:50:02 christos Exp $
 
 #PKGREVISION= 2
-PKGREVISION= 1
 .include "../../net/proftpd/Makefile.common"
 
 COMMENT=       Highly configurable FTP server software
diff -r d49e0f2b7400 -r ce45105e61ee net/proftpd/Makefile.common
--- a/net/proftpd/Makefile.common       Mon Apr 20 10:19:02 2020 +0000
+++ b/net/proftpd/Makefile.common       Mon Apr 20 12:50:02 2020 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2019/12/09 19:22:57 nros Exp $
+# $NetBSD: Makefile.common,v 1.11 2020/04/20 12:50:02 christos Exp $
 
 # used by net/proftpd/Makefile
 # used by net/proftpd/Makefile.module
 
-DISTNAME=      proftpd-1.3.6
+DISTNAME=      proftpd-1.3.6c
 CATEGORIES=    net
 MASTER_SITES=  ftp://ftp.proftpd.org/distrib/source/
 MASTER_SITES+= ftp://ftp.servus.at/ProFTPD/distrib/source/
diff -r d49e0f2b7400 -r ce45105e61ee net/proftpd/distinfo
--- a/net/proftpd/distinfo      Mon Apr 20 10:19:02 2020 +0000
+++ b/net/proftpd/distinfo      Mon Apr 20 12:50:02 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.50 2019/12/19 12:52:28 nros Exp $
+$NetBSD: distinfo,v 1.51 2020/04/20 12:50:02 christos Exp $
 
-SHA1 (proftpd-1.3.6.tar.gz) = 7e9269f9448c37f82e6faa9edaa3186ff5ba82d2
-RMD160 (proftpd-1.3.6.tar.gz) = 5da3934e46ea517ee6652382e5e3a9f87e591dd6
-SHA512 (proftpd-1.3.6.tar.gz) = 2a3ca76a0c35ba31e9d79f7f652f4f35768262f5039c5dc04ef83ac9218f624645ac6cee445af4ec6a8c59a9bdad1e7b48e0e90cd13934cbe7c3e77a2f6013c0
-Size (proftpd-1.3.6.tar.gz) = 20251898 bytes
+SHA1 (proftpd-1.3.6c.tar.gz) = 661fe96f6d4403e91bd2199ff8b5d8f0413ce9e6
+RMD160 (proftpd-1.3.6c.tar.gz) = 0fcb3453fef0c5a25b9605940b5840eacead8f40
+SHA512 (proftpd-1.3.6c.tar.gz) = 9b10e603b26d527b594682a4905e70dc0a8361372ed80a8e2617167305047bf94ea16b441f9d5782ae04dd50768d32e12f9cb68708c1f80dcd219b09e0d4fd15
+Size (proftpd-1.3.6c.tar.gz) = 20271908 bytes
 SHA1 (patch-Make.rules.in) = 4689fcb4aff5c9b3a2e47a43b93e76101d54e812
 SHA1 (patch-Makefile.in) = 332dcd9d773770c10d876dc9da1dc7f6b1c15421
 SHA1 (patch-configure.in) = ed8e190a89cbfc3276d9e77f0bbb624f6d19f816



Home | Main Index | Thread Index | Old Index