summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2018-02-21 22:34:50 +1100
committerDanny Rawlins <monster.romster@gmail.com>2018-02-21 22:34:50 +1100
commitcde52917d9b9f9ef41e7bc30fa2ab19bfc8800b4 (patch)
tree1559c18cbb6144cff78ee69d13de1a3bd0818c3c
parent585a424b89e4503094184087ce2cee67a3ddd285 (diff)
downloadcontrib-cde52917d9b9f9ef41e7bc30fa2ab19bfc8800b4.tar.gz
contrib-cde52917d9b9f9ef41e7bc30fa2ab19bfc8800b4.tar.xz
bftpd: 3.8 -> 4.8
-rw-r--r--bftpd/.footprint5
-rw-r--r--bftpd/.md5sum2
-rw-r--r--bftpd/.signature8
-rw-r--r--bftpd/Pkgfile6
4 files changed, 12 insertions, 9 deletions
diff --git a/bftpd/.footprint b/bftpd/.footprint
index 4868eb64d..565ad3b61 100644
--- a/bftpd/.footprint
+++ b/bftpd/.footprint
@@ -5,10 +5,13 @@ drwxr-xr-x root/root etc/rc.d/
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
--rw-r--r-- root/root usr/man/man8/bftpd.8.gz
drwxr-xr-x root/root usr/sbin/
-rwx------ root/root usr/sbin/bftpd
lrwxrwxrwx root/root usr/sbin/in.ftpd -> bftpd
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man8/
+-rw-r--r-- root/root usr/share/man/man8/bftpd.8.gz
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/log/
-rw-r--r-- root/root var/log/bftpd.log (EMPTY)
diff --git a/bftpd/.md5sum b/bftpd/.md5sum
index 15b05ce69..ee1bbe83b 100644
--- a/bftpd/.md5sum
+++ b/bftpd/.md5sum
@@ -1,2 +1,2 @@
-880c1274e623ddd1e3e37f9f0cf09d70 bftpd-3.8.tar.gz
+eb3a3252e7ba491b73ea20f8fb143031 bftpd-4.8.tar.gz
594cb67d469eedb55b268c9922a0dfcd ftpd
diff --git a/bftpd/.signature b/bftpd/.signature
index d1187ecaa..11bdc6da1 100644
--- a/bftpd/.signature
+++ b/bftpd/.signature
@@ -1,6 +1,6 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF36jASfzTriubvFyxmyr8EeJe+iKPqjW0kJbAkFl5zvqLuFcKCYSCfihnc/tXvcFsl642310G3IVkKlJc5nAKFQ8=
-SHA256 (Pkgfile) = 2d529953108568a603635a6e67578dc09791d25655882315f7408bcc373b7134
-SHA256 (.footprint) = 70815c6619db97db8a8fa8f365bcfb0052e5f416f095ebe51220b519dd955951
-SHA256 (bftpd-3.8.tar.gz) = 4670488d81ffed2853fbcee9902162c8aff28d611829e0d58758579576313fc6
+RWSagIOpLGJF36SNfHnnBn62sbapMdS6uOEIohNhSoUVj5WgX5dSR/d/WgjSP79o2Ck3ZRxHMwrWoplFb0WkVxCtuu3dZO7w1AE=
+SHA256 (Pkgfile) = ea4e852c3b81383bca02c739a4c332a53d9bde5bc8181a04c9721e61b057da4b
+SHA256 (.footprint) = c35734b81afcbe2b4071821c9a5b0e570700a15c9a219f4220580e65d815920c
+SHA256 (bftpd-4.8.tar.gz) = 0c80399b0cbdd24c882d59c39b4bd5233fe1a153f5d92f23e3a9496ea4549afe
SHA256 (ftpd) = ce0c5b457c3511881ae226be6011326e59d80424ebe7ece3503982c4249b11ec
diff --git a/bftpd/Pkgfile b/bftpd/Pkgfile
index 651eeb13c..b40076d8e 100644
--- a/bftpd/Pkgfile
+++ b/bftpd/Pkgfile
@@ -1,12 +1,11 @@
# Description: Small, easy-to-configure FTP server.
# URL: http://bftpd.sourceforge.net/
# Maintainer: Danny Rawlins, crux at romster dot me
-# Packager: Simone Rota, sip at crux dot nu
name=bftpd
-version=3.8
+version=4.8
release=1
-source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz
+source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz
ftpd)
build() {
@@ -15,6 +14,7 @@ build() {
./configure \
--prefix=/usr \
--sysconfdir=/etc \
+ --mandir=/usr/share/man \
--localstatedir=/var \
--enable-libz

Generated by cgit