pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/jftpgw changes new in 0.13.5, Wed Jun 3 16:17:44 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/961fbc5cc06d
branches:  trunk
changeset: 511147:961fbc5cc06d
user:      martti <martti%pkgsrc.org@localhost>
date:      Mon Apr 10 09:31:01 2006 +0000

description:
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

diffstat:

 net/jftpgw/Makefile         |   6 +++---
 net/jftpgw/distinfo         |  10 +++++-----
 net/jftpgw/patches/patch-aa |   8 ++++----
 3 files changed, 12 insertions(+), 12 deletions(-)

diffs (46 lines):

diff -r 44a5e1d61e67 -r 961fbc5cc06d net/jftpgw/Makefile
--- a/net/jftpgw/Makefile       Mon Apr 10 08:37:26 2006 +0000
+++ b/net/jftpgw/Makefile       Mon Apr 10 09:31:01 2006 +0000
@@ -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 -r 44a5e1d61e67 -r 961fbc5cc06d net/jftpgw/distinfo
--- a/net/jftpgw/distinfo       Mon Apr 10 08:37:26 2006 +0000
+++ b/net/jftpgw/distinfo       Mon Apr 10 09:31:01 2006 +0000
@@ -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 -r 44a5e1d61e67 -r 961fbc5cc06d net/jftpgw/patches/patch-aa
--- a/net/jftpgw/patches/patch-aa       Mon Apr 10 08:37:26 2006 +0000
+++ b/net/jftpgw/patches/patch-aa       Mon Apr 10 09:31:01 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index