pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/proftpd



Module Name:    pkgsrc
Committed By:   christos
Date:           Mon Apr 20 12:50:02 UTC 2020

Modified Files:
        pkgsrc/net/proftpd: Makefile Makefile.common distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/net/proftpd/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/proftpd/Makefile.common
cvs rdiff -u -r1.50 -r1.51 pkgsrc/net/proftpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/proftpd/Makefile
diff -u pkgsrc/net/proftpd/Makefile:1.89 pkgsrc/net/proftpd/Makefile:1.90
--- pkgsrc/net/proftpd/Makefile:1.89    Sat Jan 18 16:50:24 2020
+++ pkgsrc/net/proftpd/Makefile Mon Apr 20 08:50:02 2020
@@ -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

Index: pkgsrc/net/proftpd/Makefile.common
diff -u pkgsrc/net/proftpd/Makefile.common:1.10 pkgsrc/net/proftpd/Makefile.common:1.11
--- pkgsrc/net/proftpd/Makefile.common:1.10     Mon Dec  9 14:22:57 2019
+++ pkgsrc/net/proftpd/Makefile.common  Mon Apr 20 08:50:02 2020
@@ -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/

Index: pkgsrc/net/proftpd/distinfo
diff -u pkgsrc/net/proftpd/distinfo:1.50 pkgsrc/net/proftpd/distinfo:1.51
--- pkgsrc/net/proftpd/distinfo:1.50    Thu Dec 19 07:52:28 2019
+++ pkgsrc/net/proftpd/distinfo Mon Apr 20 08:50:02 2020
@@ -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