diff --git a/databases/proftpd-mod_sql_tds/distinfo b/databases/proftpd-mod_sql_tds/distinfo index 0d28251c6cea..ff2edd912ad3 100644 --- a/databases/proftpd-mod_sql_tds/distinfo +++ b/databases/proftpd-mod_sql_tds/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1593951153 -SHA256 (proftpd-1.3.6d.tar.gz) = c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096 -SIZE (proftpd-1.3.6d.tar.gz) = 20277407 +TIMESTAMP = 1610199261 +SHA256 (proftpd-1.3.7a.tar.gz) = 8b7bbf9757988935352d9dec5ebf96b6a1e6b63a6cdac2e93202ac6c42c4cd96 +SIZE (proftpd-1.3.7a.tar.gz) = 20414571 SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08 SIZE (mod_sql_tds-4.13.tar.gz) = 11688 diff --git a/ftp/proftpd-mod_vroot/distinfo b/ftp/proftpd-mod_vroot/distinfo index 03d73d9ce1a9..76d8aaa8db5e 100644 --- a/ftp/proftpd-mod_vroot/distinfo +++ b/ftp/proftpd-mod_vroot/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1593951192 -SHA256 (proftpd-1.3.6d.tar.gz) = c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096 -SIZE (proftpd-1.3.6d.tar.gz) = 20277407 +TIMESTAMP = 1610199579 +SHA256 (proftpd-1.3.7a.tar.gz) = 8b7bbf9757988935352d9dec5ebf96b6a1e6b63a6cdac2e93202ac6c42c4cd96 +SIZE (proftpd-1.3.7a.tar.gz) = 20414571 SHA256 (proftpd-mod_vroot-0.9.5.tar.gz) = 148384a33ee388bbb5dda36a09a944b2c528e1d46dc47e4d3aaedc37b14439be SIZE (proftpd-mod_vroot-0.9.5.tar.gz) = 95664 diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 2fed127baffb..c9519514a16d 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -26,7 +26,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd .endif -PROFTPD_VERSION= 1.3.6d +PROFTPD_VERSION= 1.3.7a .if defined(_BUILDING_PROFTPD_MODULE) DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} @@ -202,7 +202,8 @@ post-configure: .if defined(_BUILDING_PROFTPD_MODULE) pre-build: - @cd ${WRKSRC} && ${MAKE} include/buildstamp.h + @cd ${WRKSRC} && ${MAKE_CMD} include/buildstamp.h + pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/proftpd diff --git a/ftp/proftpd/distinfo b/ftp/proftpd/distinfo index 7b64361f2368..498bbae2a86a 100644 --- a/ftp/proftpd/distinfo +++ b/ftp/proftpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593672290 -SHA256 (proftpd-1.3.6d.tar.gz) = c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096 -SIZE (proftpd-1.3.6d.tar.gz) = 20277407 +TIMESTAMP = 1610198036 +SHA256 (proftpd-1.3.7a.tar.gz) = 8b7bbf9757988935352d9dec5ebf96b6a1e6b63a6cdac2e93202ac6c42c4cd96 +SIZE (proftpd-1.3.7a.tar.gz) = 20414571 diff --git a/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in b/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in index 200cdf3a667e..ea361d9d8a18 100644 --- a/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in +++ b/ftp/proftpd/files/patch-contrib_mod__sftp_Makefile.in @@ -1,14 +1,14 @@ ---- contrib/mod_sftp/Makefile.in.orig 2017-04-10 02:31:02 UTC +--- contrib/mod_sftp/Makefile.in.orig 2020-07-21 17:25:51 UTC +++ contrib/mod_sftp/Makefile.in -@@ -60,8 +60,9 @@ install: install-misc - fi +@@ -73,8 +73,9 @@ install-headers: $(DESTDIR)$(includedir)/proftpd + $(INSTALL_MAN) $(MODULE_NAME).h $(DESTDIR)$(includedir)/proftpd/$(MODULE_NAME).h install-misc: -- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem $(DESTDIR)$(sysconfdir)/dhparams.pem -- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 blacklist.dat $(DESTDIR)$(sysconfdir)/blacklist.dat +- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/dhparams.pem $(DESTDIR)$(sysconfdir)/dhparams.pem +- $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/blacklist.dat $(DESTDIR)$(sysconfdir)/blacklist.dat + $(INSTALL) -d -m 0755 $(DESTDIR)$(sysconfdir)/proftpd -+ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 dhparams.pem $(DESTDIR)$(sysconfdir)/proftpd/dhparams.pem.sample -+ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 blacklist.dat $(DESTDIR)$(sysconfdir)/proftpd/blacklist.dat.sample ++ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/dhparams.pem $(DESTDIR)$(sysconfdir)/proftpd/dhparams.pem.sample ++ $(INSTALL) -o $(INSTALL_USER) -g $(INSTALL_GROUP) -m 0644 $(top_srcdir)/blacklist.dat $(DESTDIR)$(sysconfdir)/proftpd/blacklist.dat.sample clean: $(LIBTOOL) --mode=clean $(RM) $(MODULE_NAME).a $(MODULE_NAME).la *.o *.lo .libs/*.o diff --git a/ftp/proftpd/files/patch-doc_Configuration.html b/ftp/proftpd/files/patch-doc_Configuration.html index c2152d21a6f4..4ae6f7863850 100644 --- a/ftp/proftpd/files/patch-doc_Configuration.html +++ b/ftp/proftpd/files/patch-doc_Configuration.html @@ -1,6 +1,6 @@ ---- doc/Configuration.html.orig 2017-04-10 02:31:02 UTC +--- doc/Configuration.html.orig 2020-07-21 17:25:51 UTC +++ doc/Configuration.html -@@ -4359,7 +4359,7 @@ CLASS="SYNOPSIS" +@@ -4349,7 +4349,7 @@ CLASS="SYNOPSIS" >


-\ No newline at end of file
-+>
diff --git a/ftp/proftpd/files/patch-sample-configurations_basic.conf b/ftp/proftpd/files/patch-sample-configurations_basic.conf
index d690121164a5..41544e20efb0 100644
--- a/ftp/proftpd/files/patch-sample-configurations_basic.conf
+++ b/ftp/proftpd/files/patch-sample-configurations_basic.conf
@@ -1,4 +1,4 @@
---- sample-configurations/basic.conf.orig	2017-04-10 02:31:02 UTC
+--- sample-configurations/basic.conf.orig	2020-07-21 17:25:51 UTC
 +++ sample-configurations/basic.conf
 @@ -1,3 +1,7 @@
 +#
@@ -61,7 +61,12 @@
 -  DisplayChdir			.message
 +  ### We want clients to be able to login with "anonymous" as well as "ftp"
 +  # UserAlias			anonymous ftp
-+
+ 
+-  # Limit WRITE everywhere in the anonymous chroot
+-  
+-    DenyAll
+-  
+-
 +  ### Limit the maximum number of anonymous logins
 +  # MaxClients			10
 +
@@ -75,9 +80,4 @@
 +  #   DenyAll
 +  # 
 +#
- 
--  # Limit WRITE everywhere in the anonymous chroot
--  
--    DenyAll
--  
--
++
diff --git a/ftp/proftpd/files/patch-src_fsio.c b/ftp/proftpd/files/patch-src_fsio.c
index 2aeaf9b705fa..b8e32595d001 100644
--- a/ftp/proftpd/files/patch-src_fsio.c
+++ b/ftp/proftpd/files/patch-src_fsio.c
@@ -1,6 +1,6 @@
---- src/fsio.c.orig	2017-04-10 02:31:02 UTC
+--- src/fsio.c.orig	2020-07-21 17:25:51 UTC
 +++ src/fsio.c
-@@ -69,6 +69,10 @@ static size_t copy_iter_count = 0;
+@@ -70,6 +70,10 @@ static size_t copy_iter_count = 0;
  # define NFS_SUPER_MAGIC	0x6969
  #endif
  
@@ -11,7 +11,7 @@
  typedef struct fsopendir fsopendir_t;
  
  struct fsopendir {
-@@ -1041,7 +1045,30 @@ static int sys_fsetxattr(pool *p, pr_fh_
+@@ -1109,7 +1113,30 @@ static int sys_fsetxattr(pool *p, pr_fh_t *fh, int fd,
    return res;
  }
  
diff --git a/ftp/proftpd/pkg-plist b/ftp/proftpd/pkg-plist
index abe391bf2f12..7739b551d780 100644
--- a/ftp/proftpd/pkg-plist
+++ b/ftp/proftpd/pkg-plist
@@ -10,6 +10,7 @@ etc/PROFTPD-MIB.txt
 @sample etc/proftpd.conf.sample
 @sample etc/proftpd/dhparams.pem.sample
 @sample etc/proftpd/blacklist.dat.sample
+include/proftpd/acconfig.h
 include/proftpd/ascii.h
 include/proftpd/auth.h
 include/proftpd/bindings.h
@@ -29,6 +30,7 @@ include/proftpd/dirtree.h
 include/proftpd/display.h
 include/proftpd/encode.h
 include/proftpd/env.h
+include/proftpd/error.h
 include/proftpd/event.h
 include/proftpd/expr.h
 include/proftpd/feat.h
@@ -40,6 +42,7 @@ include/proftpd/hanson-tpl.h
 include/proftpd/help.h
 include/proftpd/ident.h
 include/proftpd/inet.h
+include/proftpd/jot.h
 include/proftpd/json.h
 include/proftpd/lastlog.h
 include/proftpd/libsupp.h
@@ -59,7 +62,9 @@ include/proftpd/modules.h
 include/proftpd/netacl.h
 include/proftpd/netaddr.h
 include/proftpd/netio.h
+include/proftpd/openbsd-blowfish.h
 include/proftpd/options.h
+include/proftpd/os.h
 include/proftpd/parser.h
 include/proftpd/pidfile.h
 include/proftpd/pool.h
@@ -67,6 +72,7 @@ include/proftpd/pr-syslog.h
 include/proftpd/privs.h
 include/proftpd/proctitle.h
 include/proftpd/proftpd.h
+include/proftpd/random.h
 include/proftpd/redis.h
 include/proftpd/regexp.h
 include/proftpd/response.h
diff --git a/security/proftpd-mod_clamav/distinfo b/security/proftpd-mod_clamav/distinfo
index 460be3b9eb37..5604b32efd42 100644
--- a/security/proftpd-mod_clamav/distinfo
+++ b/security/proftpd-mod_clamav/distinfo
@@ -1,5 +1,5 @@
-TIMESTAMP = 1593951146
-SHA256 (proftpd-1.3.6d.tar.gz) = c338e2e25d1b6f51d397af154a0124fc42eee6b7ff99a2d976777d6b2f97c096
-SIZE (proftpd-1.3.6d.tar.gz) = 20277407
+TIMESTAMP = 1610199369
+SHA256 (proftpd-1.3.7a.tar.gz) = 8b7bbf9757988935352d9dec5ebf96b6a1e6b63a6cdac2e93202ac6c42c4cd96
+SIZE (proftpd-1.3.7a.tar.gz) = 20414571
 SHA256 (mod_clamav-v0.14rc2.tar.gz) = 0a865a659541f7ff5c46532c79aac652cdd004f604fb6a874f57dfb95bfe5a1e
 SIZE (mod_clamav-v0.14rc2.tar.gz) = 19721