diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-31 23:33:01 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-31 23:33:01 +0800 |
commit | 97ab198fabe875049d7c1adf5da0a6ab9f8def91 (patch) | |
tree | b81e0728d3cbd02992b33844aed217f8f959a3bb /ftp | |
parent | 95c73607332336fc974dfc8805d2dbb8c087b5a3 (diff) | |
download | freebsd-ports-gnome-97ab198fabe875049d7c1adf5da0a6ab9f8def91.tar.gz freebsd-ports-gnome-97ab198fabe875049d7c1adf5da0a6ab9f8def91.tar.zst freebsd-ports-gnome-97ab198fabe875049d7c1adf5da0a6ab9f8def91.zip |
Update to 1.0.45
Changes: https://github.com/jedisct1/pure-ftpd/releases
https://github.com/jedisct1/pure-ftpd/blob/master/ChangeLog
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 3 | ||||
-rw-r--r-- | ftp/pure-ftpd/distinfo | 6 | ||||
-rw-r--r-- | ftp/pure-ftpd/files/patch-src-simpleconf_ftpd.h | 14 |
3 files changed, 4 insertions, 19 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 05d991c92ffa..e456ab609950 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= pure-ftpd -PORTVERSION= 1.0.44 -PORTREVISION= 1 +PORTVERSION= 1.0.45 CATEGORIES= ftp ipv6 MASTER_SITES= https://github.com/jedisct1/${PORTNAME}/releases/download/${PORTVERSION}/ \ https://download.pureftpd.org/pub/pure-ftpd/releases/ \ diff --git a/ftp/pure-ftpd/distinfo b/ftp/pure-ftpd/distinfo index 7ba561ba40af..926d802026b4 100644 --- a/ftp/pure-ftpd/distinfo +++ b/ftp/pure-ftpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483302327 -SHA256 (pure-ftpd-1.0.44.tar.bz2) = 30b65765cab64db04ebb983a8ff363a6d45fd1f99e9e5ec2fbdd40eba3c68b7a -SIZE (pure-ftpd-1.0.44.tar.bz2) = 497528 +TIMESTAMP = 1485872060 +SHA256 (pure-ftpd-1.0.45.tar.bz2) = 9256db7e59abdba712f84581a3ec47cd5b039034c78825d9dc24ea4eecda7d20 +SIZE (pure-ftpd-1.0.45.tar.bz2) = 497695 diff --git a/ftp/pure-ftpd/files/patch-src-simpleconf_ftpd.h b/ftp/pure-ftpd/files/patch-src-simpleconf_ftpd.h deleted file mode 100644 index b9fa7bec1aea..000000000000 --- a/ftp/pure-ftpd/files/patch-src-simpleconf_ftpd.h +++ /dev/null @@ -1,14 +0,0 @@ -Obtained from: https://github.com/jedisct1/pure-ftpd/commit/3823d00dee089b998d1f40943e9aa3f619c238b2 - ---- src/simpleconf_ftpd.h.orig 2016-12-16 19:17:52 UTC -+++ src/simpleconf_ftpd.h -@@ -59,8 +59,8 @@ static const SimpleConfEntry simpleconf_ - {"ProhibitDotFilesRead? <bool>", "--prohibitdotfilesread"}, - {"Quota (<digits>):(<digits>)", "--quota=$0:$1"}, - {"SyslogFacility (<alnum>)", "--syslogfacility=$0"}, -- {"TLS (<digits>)", "--tls=$0"}, - {"TLSCipherSuite (<nospace>)", "--tlsciphersuite=$0"}, -+ {"TLS (<digits>)", "--tls=$0"}, - {"TrustedGID (<digits>)", "--trustedgid=$0"}, - {"TrustedIP (<nospace>)", "--trustedip=$0"}, - {"Umask (<digits>):(<digits>)", "--umask=$0:$1"}, |