diff options
author | martti <martti@pkgsrc.org> | 2006-04-10 09:31:01 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-04-10 09:31:01 +0000 |
commit | 5d3b535ea7051b44e0002b5efb9717290136afa9 (patch) | |
tree | a0507364eae9c1cfe006f8fbdb0e8d86ab4f4862 | |
parent | f45de90df0bc4db2872425d1620a090634983a63 (diff) | |
download | pkgsrc-5d3b535ea7051b44e0002b5efb9717290136afa9.tar.gz |
changes new in 0.13.5, Wed Jun 3 16:17:44 CEST 2004
* Fixed a bug regarding changing uids/gids (Niki Waibel)
* Fixed a bug regarding changeroot (Niki Waibel)
* Clarified the setting of the umask of the logfile (Niki Waibel)
* Fixed a bug in the commonlog logging format (Andrew Zhoglo)
* Passing complete encrypted password to crypt, not only salt (Arkadius
Nowakowski)
* Allowing STOU command (Pawel Worach)
* Allowing more errors at the call to accept() that are connection related
and don't force us to shut down the server (Reil Brennan)
* Added option to close the connection after consequent protocol violations
* Fixed compiler warnings with gcc 3 (includes renaming of log() to jlog())
* Updated configure.in to new autoconf/automake versions
* "Entering Passive Mode" did not get logged because of "PASS" substring
(Yan, Dong)
* Changed xferlog-style (Toni)
* jftpgw didn't compile on NetBSD 2.0E because IPL_NAT is not known there
anymore - added #ifdef (Ray Phillips)
* annotated default configuration file
-rw-r--r-- | net/jftpgw/Makefile | 6 | ||||
-rw-r--r-- | net/jftpgw/distinfo | 10 | ||||
-rw-r--r-- | net/jftpgw/patches/patch-aa | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile index c771b3fca90..91952db8b98 100644 --- a/net/jftpgw/Makefile +++ b/net/jftpgw/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:19 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2006/04/10 09:31:01 martti Exp $ -DISTNAME= jftpgw-0.13.4 -PKGREVISION= 1 +DISTNAME= jftpgw-0.13.5 +#PKGREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.mcknight.de/jftpgw/ diff --git a/net/jftpgw/distinfo b/net/jftpgw/distinfo index ded4771b848..3232865f735 100644 --- a/net/jftpgw/distinfo +++ b/net/jftpgw/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2005/02/24 12:13:51 agc Exp $ +$NetBSD: distinfo,v 1.4 2006/04/10 09:31:01 martti Exp $ -SHA1 (jftpgw-0.13.4.tar.gz) = 9bc043bafc2be73b29a446429b76b58345ae55e8 -RMD160 (jftpgw-0.13.4.tar.gz) = 0862d15d84a22051f0d9aa8cbc8a9cc58c3b2924 -Size (jftpgw-0.13.4.tar.gz) = 255160 bytes -SHA1 (patch-aa) = 8af643cbdd2e6c4f620cd8f7a0d51419ce7f6769 +SHA1 (jftpgw-0.13.5.tar.gz) = 16c24ca00e33f551fcb83b92eec233206636b108 +RMD160 (jftpgw-0.13.5.tar.gz) = 04999db40908f0d25c90c64c54ef25a7baf4c7cf +Size (jftpgw-0.13.5.tar.gz) = 287387 bytes +SHA1 (patch-aa) = ef8684c7793eea2a2bc11875294c167cdc978639 SHA1 (patch-ab) = 610cfa10d5282c5877f40529092c346db7d90078 diff --git a/net/jftpgw/patches/patch-aa b/net/jftpgw/patches/patch-aa index 9898621a8f7..81deb5a6dd1 100644 --- a/net/jftpgw/patches/patch-aa +++ b/net/jftpgw/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1.1.1 2004/02/23 01:32:34 xtraeme Exp $ +$NetBSD: patch-aa,v 1.2 2006/04/10 09:31:01 martti Exp $ ---- Makefile.in.orig 2004-02-23 02:20:31.000000000 +0100 -+++ Makefile.in 2004-02-23 02:23:09.000000000 +0100 -@@ -528,11 +528,12 @@ +--- Makefile.in.orig 2004-06-04 13:29:12.000000000 +0300 ++++ Makefile.in 2006-04-10 12:15:38.000000000 +0300 +@@ -533,11 +533,12 @@ # use mkinstalldirs, not "install -d" # don't install a list of file. Just one file per install. # if you have more of them, create a subdirectory with an extra Makefile |