diff --git a/net/gftp/Makefile b/net/gftp/Makefile index 032654a7b5a..e7b762581da 100755 --- a/net/gftp/Makefile +++ b/net/gftp/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.20 2009/12/22 00:31:22 sthen Exp $ +# $OpenBSD: Makefile,v 1.21 2010/03/20 17:07:35 ajacoutot Exp $ COMMENT= multithreaded gtk2 file transfer client DISTNAME= gftp-2.0.19 -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 CATEGORIES= net HOMEPAGE= http://gftp.seul.org/ diff --git a/net/gftp/patches/patch-docs_sample_gftp_gftprc b/net/gftp/patches/patch-docs_sample_gftp_gftprc index 389f65f84ba..291045f111f 100644 --- a/net/gftp/patches/patch-docs_sample_gftp_gftprc +++ b/net/gftp/patches/patch-docs_sample_gftp_gftprc @@ -1,6 +1,6 @@ -$OpenBSD: patch-docs_sample_gftp_gftprc,v 1.2 2008/12/01 16:09:01 ajacoutot Exp $ +$OpenBSD: patch-docs_sample_gftp_gftprc,v 1.3 2010/03/20 17:07:35 ajacoutot Exp $ --- docs/sample.gftp/gftprc.orig Thu Jan 24 14:56:55 2008 -+++ docs/sample.gftp/gftprc Mon Dec 1 17:03:43 2008 ++++ docs/sample.gftp/gftprc Sun Feb 7 09:59:26 2010 @@ -83,7 +83,7 @@ trans_blksize=20480 default_protocol=FTP @@ -10,3 +10,12 @@ $OpenBSD: patch-docs_sample_gftp_gftprc,v 1.2 2008/12/01 16:09:01 ajacoutot Exp # This defines what will happen when you double click a file in the file # listboxes. 0=View file 1=Edit file 2=Transfer file +@@ -245,7 +245,7 @@ resolve_symlinks=1 + ascii_transfers=0 + + # SSL entropy file +-entropy_source=/dev/urandom ++entropy_source=/dev/arandom + + # The maximum number of bytes to seed the SSL engine with + entropy_len=1024