mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 12:26:27 -04:00
ftp/proftpd: Update to 1.3.8
Update proftpd in distfiles of slave ports, too.
This commit is contained in:
parent
fdea3b7554
commit
eb50fece40
6 changed files with 42 additions and 23 deletions
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1630315047
|
||||
SHA256 (proftpd-1.3.7c.tar.gz) = 7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da
|
||||
SIZE (proftpd-1.3.7c.tar.gz) = 20428648
|
||||
TIMESTAMP = 1674382163
|
||||
SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748
|
||||
SIZE (proftpd-1.3.8.tar.gz) = 19744412
|
||||
SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08
|
||||
SIZE (mod_sql_tds-4.13.tar.gz) = 11688
|
||||
|
|
|
@ -24,7 +24,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd
|
|||
RUN_DEPENDS+= ${LOCALBASE}/sbin/proftpd:ftp/proftpd
|
||||
.endif
|
||||
|
||||
PROFTPD_VERSION= 1.3.7c
|
||||
PROFTPD_VERSION= 1.3.8
|
||||
|
||||
CPE_VENDOR= proftpd
|
||||
CPE_PRODUCT= proftpd
|
||||
|
@ -217,7 +217,7 @@ post-install:
|
|||
@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} license.txt ${STAGEDIR}${DOCSDIR}
|
||||
. if ${PORT_OPTIONS:MHTMLDOCS}
|
||||
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}/html
|
||||
@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} Configuration.html faq.html ${STAGEDIR}${DOCSDIR}/html
|
||||
@cd ${WRKSRC}/doc/ && ${INSTALL_DATA} faq.html ${STAGEDIR}${DOCSDIR}/html
|
||||
@${CP} -RP ${WRKSRC}/doc/contrib ${STAGEDIR}${DOCSDIR}/html/contrib
|
||||
@${CP} -RP ${WRKSRC}/doc/modules ${STAGEDIR}${DOCSDIR}/html/modules
|
||||
@${CP} -RP ${WRKSRC}/doc/howto ${STAGEDIR}${DOCSDIR}/html/howto
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1630315047
|
||||
SHA256 (proftpd-1.3.7c.tar.gz) = 7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da
|
||||
SIZE (proftpd-1.3.7c.tar.gz) = 20428648
|
||||
TIMESTAMP = 1674381181
|
||||
SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748
|
||||
SIZE (proftpd-1.3.8.tar.gz) = 19744412
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- doc/Configuration.html.orig 2020-07-21 17:25:51 UTC
|
||||
+++ doc/Configuration.html
|
||||
@@ -4349,7 +4349,7 @@ CLASS="SYNOPSIS"
|
||||
></DT
|
||||
><DD
|
||||
><P
|
||||
->ftp</P
|
||||
+>ftpd</P
|
||||
></DD
|
||||
><DT
|
||||
><PRE
|
|
@ -45,7 +45,6 @@ include/proftpd/inet.h
|
|||
include/proftpd/jot.h
|
||||
include/proftpd/json.h
|
||||
include/proftpd/lastlog.h
|
||||
include/proftpd/libsupp.h
|
||||
include/proftpd/log.h
|
||||
include/proftpd/logfmt.h
|
||||
include/proftpd/memcache.h
|
||||
|
@ -53,6 +52,37 @@ include/proftpd/mkhome.h
|
|||
include/proftpd/mod_ctrls.h
|
||||
include/proftpd/mod_dnsbl.h
|
||||
include/proftpd/mod_quotatab.h
|
||||
include/proftpd/Make.rules
|
||||
include/proftpd/base.h
|
||||
include/proftpd/mod_sftp/agent.h
|
||||
include/proftpd/mod_sftp/auth.h
|
||||
include/proftpd/mod_sftp/bcrypt.h
|
||||
include/proftpd/mod_sftp/blacklist.h
|
||||
include/proftpd/mod_sftp/channel.h
|
||||
include/proftpd/mod_sftp/cipher.h
|
||||
include/proftpd/mod_sftp/compress.h
|
||||
include/proftpd/mod_sftp/crypto.h
|
||||
include/proftpd/mod_sftp/date.h
|
||||
include/proftpd/mod_sftp/disconnect.h
|
||||
include/proftpd/mod_sftp/display.h
|
||||
include/proftpd/mod_sftp/fxp.h
|
||||
include/proftpd/mod_sftp/interop.h
|
||||
include/proftpd/mod_sftp/kbdint.h
|
||||
include/proftpd/mod_sftp/kex.h
|
||||
include/proftpd/mod_sftp/keys.h
|
||||
include/proftpd/mod_sftp/keystore.h
|
||||
include/proftpd/mod_sftp/mac.h
|
||||
include/proftpd/mod_sftp/misc.h
|
||||
include/proftpd/mod_sftp/msg.h
|
||||
include/proftpd/mod_sftp/packet.h
|
||||
include/proftpd/mod_sftp/rfc4716.h
|
||||
include/proftpd/mod_sftp/scp.h
|
||||
include/proftpd/mod_sftp/service.h
|
||||
include/proftpd/mod_sftp/session.h
|
||||
include/proftpd/mod_sftp/ssh2.h
|
||||
include/proftpd/mod_sftp/tap.h
|
||||
include/proftpd/mod_sftp/umac.h
|
||||
include/proftpd/mod_sftp/utf8.h
|
||||
include/proftpd/mod_sftp.h
|
||||
include/proftpd/mod_snmp.h
|
||||
include/proftpd/mod_sql.h
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1630315047
|
||||
SHA256 (proftpd-1.3.7c.tar.gz) = 7070968b9b6cf614ce7f756c8c1a66c32c1afa4f961784a62301790a801400da
|
||||
SIZE (proftpd-1.3.7c.tar.gz) = 20428648
|
||||
TIMESTAMP = 1674382108
|
||||
SHA256 (proftpd-1.3.8.tar.gz) = f7139e7377a2cb059b8b9b14d76a6df5f440e3181cb15ae890d43bbcae574748
|
||||
SIZE (proftpd-1.3.8.tar.gz) = 19744412
|
||||
SHA256 (mod_clamav-v0.14rc2.tar.gz) = 0a865a659541f7ff5c46532c79aac652cdd004f604fb6a874f57dfb95bfe5a1e
|
||||
SIZE (mod_clamav-v0.14rc2.tar.gz) = 19721
|
||||
|
|
Loading…
Add table
Reference in a new issue