vsftpd 2.3.4

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Franck Verrot 2011-08-21 19:05:32 +02:00 committed by Adam Vandenberg
parent a3578d1174
commit f275d68f9c

View file

@ -1,9 +1,9 @@
require 'formula'
class Vsftpd < Formula
url 'ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.3.2.tar.gz'
md5 'bad7b117d737a738738836041edc00db'
homepage 'http://vsftpd.beasts.org/'
url 'https://security.appspot.com/downloads/vsftpd-2.3.4.tar.gz'
md5 '2ea5d19978710527bb7444d93b67767a'
homepage 'https://security.appspot.com/vsftpd.html'
# Patch so vsftpd doesn't depend on UTMPX, and can't find OS X's PAM library.
def patches; DATA; end