summaryrefslogtreecommitdiff
path: root/net/bftpd/patches/patch-ab
diff options
context:
space:
mode:
authortron <tron>2010-06-07 19:06:20 +0000
committertron <tron>2010-06-07 19:06:20 +0000
commit88d6887dcf9d12374aa92741eae2f294e28d27b1 (patch)
tree85d105baf710a49e245141f8688f879d0a7fc0a6 /net/bftpd/patches/patch-ab
parent6e307d019b739ccbfc1961924787252ad5a67056 (diff)
downloadpkgsrc-88d6887dcf9d12374aa92741eae2f294e28d27b1.tar.gz
Pullup ticket #3140 - requested by kefren
net/bftpd: security update Revisions pulled up: - net/bftpd/Makefile 1.11-1.12 - net/bftpd/distinfo 1.5-1.6 - net/bftpd/patches/patch-aa 1.4 - net/bftpd/patches/patch-ab delete - net/bftpd/patches/patch-ac 1.1 --- Module Name: pkgsrc Committed By: obache Date: Thu May 27 14:14:30 UTC 2010 Modified Files: pkgsrc/net/bftpd: Makefile distinfo pkgsrc/net/bftpd/patches: patch-aa Added Files: pkgsrc/net/bftpd/patches: patch-ac Removed Files: pkgsrc/net/bftpd/patches: patch-ab Log Message: Update bftpd to 2.8 Based on PR#43352 by Wen Heping. pkgsrc changes: * set LICENSE=gnu-gpl-v2 * simplify patch-aa. * remove patch-ab, replace with SUBST instead, and also replace /etc in manpage. * add patch-ac for fixes standalone mode. XXX: IPv4 only * cosmetics fixes. --- Module Name: pkgsrc Committed By: obache Date: Fri Jun 4 04:30:45 UTC 2010 Modified Files: pkgsrc/net/bftpd: Makefile distinfo Log Message: Update bftpd to 2.9. Jesse Smith <jessefrgsmith@yahoo.ca> -> 2.9 - Bftpdwill attempt to create it's utmp directory if that directory does not exist. Fixes issue on Ubuntu where the direcotry is wiped out at each reboot. - The ROOTDIR option now works properly for anonymous users. Thanks to Paul for reporting this bug.
Diffstat (limited to 'net/bftpd/patches/patch-ab')
-rw-r--r--net/bftpd/patches/patch-ab9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/bftpd/patches/patch-ab b/net/bftpd/patches/patch-ab
deleted file mode 100644
index 7e09d7c60fa..00000000000
--- a/net/bftpd/patches/patch-ab
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: patch-ab,v 1.1.1.1 2003/06/02 13:13:15 jmmv Exp $
-
---- mypaths.h.orig 2003-05-09 23:47:48.000000000 +0200
-+++ mypaths.h
-@@ -1,2 +1,4 @@
-+#ifndef PATH_BFTPD_CONF
- #define PATH_BFTPD_CONF "/etc/bftpd.conf"
-+#endif
- #define PATH_STATUSLOG "/dev/null"