Skip to content

Debian Changelog fsp (2.81.b24-2)

2006

fsp (2.81.b24-2) unstable; urgency=low

   * QA upload.
   * Set maintainer to QA Group; Orphaned: #389666
   * Remove config.log on clean
   * fspd: depend on adduser
   * fspd: use : in chown call
   * Fix lintian warnings about debian/changelog
   * Conforms with latest Standards Version 3.7.2

 -- Michael Ablassmeier <abi@debian.org>  Tue, 10 Oct 2006 11:16:46 +0200

2005

fsp (2.81.b24-1) unstable; urgency=low

   * New upstream release (Closes: #279730)
   * Thanks to Sven Hoexter for making this update happen finally.
   * Spelling corrections (Closes: #268508, #277217)

 -- Robert Stone <talby@debian.org>  Thu, 24 Mar 2005 13:55:34 -0800

2004

fsp (2.81.b19-1) unstable; urgency=low

   * New upstream release
   * Fixed an logfile rotation problem
   * Acknowledge bug fixed in NMU.  Thanks, Andreas! (Closes: #237729)

 -- Robert Stone <talby@debian.org>  Tue, 27 Apr 2004 11:08:18 -0700

fsp (2.81.b18-2.1) unstable; urgency=low

   * NMU during BSP
   * fix FTBFS on 64bit-archs. Closes: #237729

 -- Andreas Barth <aba@not.so.argh.org>  Sat, 17 Apr 2004 10:34:56 +0200

fsp (2.81.b18-2) unstable; urgency=low

   * Remove manpages without binaries (Closes: #226619)

 -- Robert Stone <talby@debian.org>  Thu, 8 Jan 2004 09:52:44 -0800

2003

fsp (2.81.b18-1) unstable; urgency=low

   * New upstream release (now with upstream maintainers). (Closes: #141030,
     #207033, #225421)

 -- Robert Stone <talby@debian.org>  Fri, 26 Dec 2003 13:47:17 -0800

fsp (2.81.b3-4) unstable; urgency=low

   * Cleaned up manpage symlinks (Closes: #99525, #194302)
   * Spelling correction in package description (Closes: #124645)
   * Verified build depends (Closes: #123756)
   * Removed gets() calls (no obvious buffer overflows).
   * Standards version update.

 -- Robert Stone <talby@debian.org>  Fri, 30 May 2003 12:01:20 -0700

2002

fsp (2.81.b3-3.1) unstable; urgency=low

   * Non-maintainer upload for Quality Assurance
   * Corrected missing build-depends. (Closes: #123756)
   * Created symlinks for some man pages in accordance with policy
     3.5.5 section 13.1. (Closes: #99525)
   * Upload sponsored by Tollef Fog Heen <tfheen@debian.org>

 -- Andrew Lau <netsnipe@debianplanet.org>  Mon, 21 Jan 2002 01:56:09 +1100

2001

fsp (2.81.b3-3) unstable; urgency=low

   * source diff cleanup.
   * lintian errors cleanup.
   * standards version update.

 -- Robert Stone <talby@debian.org>  Tue, 27 Mar 2001 19:53:29 -0800

1999

fsp (2.81.b3-2) unstable; urgency=low

   * fspd postinst cosmetic bugfix.  (closes: #45490, #45568, #45946)
   * debian/rules cleanup.  (closes: #45751, #46098)
   * documentation update. (closes: #43681)
   * moved doc and man dirs to /usr/share for FHS compliance.

 -- Robert Stone <talby@debian.org>  Mon, 27 Sep 1999 00:46:56 -0700

fsp (2.81.b3-1) unstable; urgency=low

   * Complete rewrite of debian packaging scheme. (closes: #19456, #31912)
   * Split fsp client and server.

 -- Robert Stone <talby@debian.org>  Wed, 23 Jun 1999 11:35:02 +1000

1998

fsp (2.71-10) unstable; urgency=low

   * resolves some problems with handling of ftp user

 -- Robert Stone <talby@debian.org>  Fri, 20 Nov 1998 11:36:51 -0800

fsp (2.71-9) unstable; urgency=low

   * bug #29723 resolved (glibc-2.1 port problem)
   * bug #29745 resolved (/home/ftp permissions)
   * bug #17920 resolved (aliases.csh permissions)

 -- Robert Stone <talby@debian.org>  Thu, 19 Nov 1998 22:15:28 -0800

fsp (2.71-8) unstable; urgency=low

   * New Maintainer
   * bug #12570 resolved (postinst problem)
   * bug #15816 resolved (ftp user in /etc/passwd)
   * bug #16963 resolved (spelling error)

 -- Robert Stone <talby@debian.org>  Sun, 18 Jan 1998 22:14:11 -0800

1997

fsp (2.71-7.1) unstable; urgency=low

   * Non-maintainer release
   * lib6 recompile

 -- Ioannis Tambouras <ioannis@debian.org>  Fri, 14 Nov 1997 18:16:19 -0500

1996

fsp (2.71-7) unstable; urgency=low

   * corrected the fsp cron job's mode to 755 (from 644)
   * corrected an unterminated sed command in postinst

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Mon, 28 Oct 1996 17:31:16 +1100

fsp (2.71-6) unstable; urgency=low

   * added a symlink in.fspd for /usr/sbin/fspd. This fixes the problems
     that were occuring with tcpd running fspd. (Michael Meskes) (see also
     entry for 2.71-4)
   * modified postinst - again - to correct the entry in inetd.conf to
     take advantage of tcpd.
   * installed the upstream changelog.
   * added postrm to remove fsp's logfiles and directories in /var/lib.
   * conformance to 2.1.1.0 source format complete.

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Tue, 24 Sep 1996 20:02:10 +1000

fsp (2.71-5) unstable; urgency=low

   * moved the cache dir from /var/tmp to /var/lib/fspd - the data is
     semi-permanent (only changes/gets deleted if the archive changes.)
     (Thanks to Michael Meskes for pointing this out.)
   * Added -DNOLOCKING to debian/rules - the locking appears to be
     superfluous, and leaves .FL* files lying around for no good apparent
     reason. (If this causes something to break, let me know, and I'll
     change it back to the old system.)
   * Modified client/lock.c to fix compilation errors with -DNOLOCKING.
     Sheesh.

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Thu, 12 Sep 1996 20:47:21 +1000

fsp (2.71-4) unstable; urgency=low

   * moved the log file from /var/log/fspd to /var/log/fsp/fspd -
     fspd is by default configured to run suid ftp, hence
     couldn't write to the log file. Oops. (Quality control?
     What's that? :-)
   * added a cron.weekly job to rotate the log files (assuming
     that fspd is being used.)
   * upgraded to the 2.0.0.0 source format
   * added a "Depends: netbase (>=2.0.6)" - this introduces a
     field for fsp in /etc/services. The netbase depends should
     have been there from the start. (Peter Tobias).
   * Minor casting added to udp_io.c to reduce compiler warnings
     - IMO, the code really should be changed to be more correct,
     but this at least fixes the symptoms. (Peter Tobias).
   * Corrected the permissions of fspd.conf from 755 to 644.
     (Peter Tobias)
   * Reformatted the changelog.
   * Corrected a bug in the postinst script (appeared if the user
     pressed ENTER, rather than entering N, when asked if s/he wants
     to insert fspd in inetd.conf. postinst is getting a bit _too_
     big...)
   * Added code to quietly correct an incorrect entry in inetd.conf
     (tcpd doesn't work properly with fsp for some reason - UDP in
     general perhaps?)

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Mon, 2 Sep 1996 11:02:01 +1000

fsp (2.71-3) unstable; urgency=low

   * gzip -9 all man pages
   * added prerm and postinst shell scripts to configure fspd if
     the user so desires (Suggestion by Michael Meskes)
   * added /etc/fspd.conf to DEBIAN/conffiles
   * moved fspd.conf from the examples directory to /etc
   * moved /usr/doc/examples/fsp to /usr/doc/fsp/examples
   * added the changelog, and removed changes list from the
     README (aka fsp copyright) file
   * fixed a typo in the fhostcmd.1 man page (refers to an
     incorrect configuration file) (Michael Meskes)

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Fri, 23 Aug 1996 11:00:00 +1000

fsp (2.71-2) unstable; urgency=low

   * removed frm.1 from the package, as it conflicts with a man
     page of the same name in elm. It just sources frmcmd.1 in
     any case.

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Fri, 23 Jul 1996 11:00:00 +1000

fsp (2.71-1) unstable; urgency=low

   * initial Debian version
   * fixed the code so it would compile (#include <bsd/bsd.h>
     in glob.c)
   * added the examples directory, with a sample fspd.conf
   * fixed the signal handlers to conform with POSIX, rather
     than BSD
   * redirected the server to /usr/sbin/fspd, rather than
     /usr/bin/fspd - the average user is highly unlikely to
     want to run fspd, especially since the config file is
     now in /etc
   * redirected the fspd.conf to /etc, rather than /usr/fsp/
   * fixed a bug in the clients/Makefile: symlinks were
     pointing to the debian-tmp directory, rather than being
     relative.
   * added a copy of the FSP FAQ

 -- Stuart Lamble <lamble@yoyo.cc.monash.edu.au>  Tue, 23 Jul 1996 11:00:00 +1000