pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bftpd



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Mar  6 13:29:34 UTC 2016

Modified Files:
        pkgsrc/net/bftpd: Makefile distinfo

Log Message:
Updated bftpd to version 4.4.
Build with "on the fly" gzip compression since it's mentioned in DESCR.

Changelog:

4.4
        - Fixed potential buffer overflow when
          expanding symbolic link file names.

4.3
        - Clarified license (COPYING file)
        - Fixed compiler warning with regards to
          pointer-to-integer cast.

4.2
        - Improved user checking code to avoid locking out
          valid users from the system.
          (Thanks to Lauri Kasanen for reporting this bug
           and supplying a patch.)

4.1
        - Added checks to crypt() calls to prevent
          operating on NULL pointer.
          (Thanks to Lauri Kasanen for reporting this bug.)

4.0
        - Added patch from Thomas Cort to make Bftpd
          compile on NetBSD.

3.9
        - Adjusted Makefile to allow for easy access to
          non-default compiler options. Alternative compiler
          can be used by running "make CC=compilername".
        - Zhenbo Xu reported several potential memory
          bugs which could cause Bftpd if the operating
          system is out of memory. Also reported a memory
          leak. Checks are now in place to prevent crashes
          and the memory leak has been plugged.
        - Added MINIX-specific configuration file which
          should allow Bftpd to run smoothly and without
          additional configuration on MINIX.
        - Merged MINIX porting code into mainline Bftpd
          so we can work with one, unified code base.

3.8
        - Fixed bug in user tracking which could result
          in corrupted times on 64-bit systems.
        - When Bftpd is compiled with a "prefix" (which
          is the default behaviour) the Bftpd will
          check both /etc/bftpd.conf AND PREFIX/etc/bftpd.conf
          when trying to find its configuration file.
          This should avoid requiring the admin to pass
          the location of the config file on the command line.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/bftpd/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/bftpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index