Change logs for linux-ftpd-ssl source package in Intrepid

  • linux-ftpd-ssl (0.17.27+0.3-2ubuntu1) intrepid; urgency=low
    
       * Merge from Debian unstable, Remaining Ubuntu changes: (LP: #235190)
         - debian/control: Add update-inetd to ftpd-ssl's dependencies
         - debian/control: Add openbsd-inetd | inet-superserver dependencies
                           as ftpd-ssl needs an inet server to work
         - Modify Maintainer value to match Debian-Maintainer-Field Spec
    
    linux-ftpd-ssl (0.17.27+0.3-2) unstable; urgency=low
    
      * Create debian/NEWS with details of openssl problems
        and key rollover.
      * Explicitly depend/build-depend on fixed openssl.
      * ftpd/ftpd.c: Set default ssl key/cert file to /etc/ftpd-ssl/ftpd.pem.
      * postinst:
        + On new installs don't bother with -z cert and -z key, as we
          can now use the defaults.
        + Revert to update-inetd logic from linux-ftpd.
      * postrm: Only remove inetd entry on purge, and only if it is commented out.
      * Add private copy of openssl.cnf from openssl 0.9.8g-10 (See #372105).
      * debian/control:
        + Added DM-Upload-Allowed: yes.
    
    linux-ftpd-ssl (0.17.27+0.3-1) unstable; urgency=low
    
      * New maintainer (Closes: #476132).
      * Update to linux-ftpd 0.17-27.
      * Fix all warnings in source.
      * ftpd.8: Document SSL options, fix typo.
      * debian/control:
        + Standards-Version: 3.7.3 (no changes).
      * debian/rules:
        + Support DEB_BUILD_OPTIONS=noopt.
        + Added -Wl,-z,defs -Wl,--as-needed to LDFLAGS.
        + Fixed make distclean invocation.
        + Removed unused install-stamp.
        + Removed unnecessary debhelper calls.
      * debian/postinst: worked round checkbashism false positive.
      * debian/postrm: fixed wording of error message.
      * debian/copyright: added copyright info for SSL patches.
      * Bumped debhelper compat level to 5.
      * Use linux-ftpd_0.17.orig.tar.gz as our orig.tar.gz.
    
    linux-ftpd (0.17-27) unstable; urgency=low
    
      * Ignore missing ../MCONFIG in clean target. (Closes: #436720)
    
    linux-ftpd (0.17-26) unstable; urgency=low
    
      * Removed Depends on update-inetd, since it should be provided by
        inetd-superserver.
    
    linux-ftpd (0.17-25) unstable; urgency=low
    
      * Condition the call to update-inetd in postrm. (Closes: #416745)
      * Moved netbase dependency to openbsd-inetd | inet-superserver.
      * Added Depends on update-inetd
      * Moved to debhelper compat 4. (Removed debian/conffiles)
      * Bumped Standards-Version to 3.7.2.2. No change
    
    linux-ftpd (0.17-24) unstable; urgency=low
    
      * pam.d/ftpd. Updated PAM configuration to used common-* files.
        Thanks a lot Pierre Gaufillet for the patch (Closes: #308651)
    
    linux-ftpd (0.17-23) unstable; urgency=high
    
      * Urgency set due to security fix.
      * Corrected typo in patch used in previous upload that
        made the server run some commands with EGID 'root'.
        Thanks to Matt Power (for finding out) and
        Stefan Cornelius from Gentoo (for warning me).
    
    linux-ftpd (0.17-22) unstable; urgency=high
    
      * Fixing two security bugs:
        - Fixed ftpd from doing chdir while running as root.
          (Closes: #384454) Thanks a lot to Paul Szabo for finding out
          and the patch.
        - Check the return value from setuid calls to avoid running
          code as root. Thanks Paul Szabo for the patch.
    
    linux-ftpd (0.17-21) unstable; urgency=low
    
      * Patched ftpcmd.y to allow building on amd64 with gcc-4.0.
        Thanks Andreas Jochens for the patch. (Closes: #300245)
    
    linux-ftpd (0.17-20) unstable; urgency=low
    
      * New maintainer.
    
    linux-ftpd (0.17-19) unstable; urgency=low
    
      * Add -n option to log numeric IPs rather than doing reverse lookup (for
        improved log forensics in the event an attacker has control of their
        reverse DNS.).  Thanks Dean Gaudet. (Closes: #258369)
      * Fix Build-Depends to avoid relying on virtual package 'libpam-dev'
        exclussively.
      * Convert changelog to UTF-8.
    
     -- Emanuele Gentili <email address hidden>   Tue, 27 May 2008 17:58:03 +0200
  • linux-ftpd-ssl (0.17.18+0.3-9.1ubuntu1) hardy; urgency=low
    
       * Merge from Debian unstable (LP: #176175). Remaining Ubuntu changes:
         - debian/control: Add update-inetd to ftpd-ssl's dependencies
         - debian/control: Add openbsd-inetd | inet-superserver dependencies
                           as ftpd-ssl needs an inet server to work
         - Modify Maintainer value to match Debian-Maintainer-Field Spec
       * Bump Standards-Version to 3.7.3
       * Updated lintian warnings (distclean)
    
    linux-ftpd-ssl (0.17.18+0.3-9.1) unstable; urgency=high
    
      * Non-maintainer upload by the testing-security team.
      * Fix remote denial of service cause by passing an
        uninitialized file stream to fopen().Initializing file
        with NULL and checking for NULL before calling fclose()
        fixes this (CVE-2007-6263; Closes: #454733).
    
     -- Pedro Fragoso <email address hidden>   Thu, 13 Dec 2007 16:50:47 +0000