Change logs for autofs source package in Trusty

  • autofs (5.0.7-3ubuntu3.2) trusty; urgency=medium
    
      [ Stefan Bader ]
      * Add LDFLAGS to avoid issues with accessing global variables in
        shared libraries (LP: #1470687).
    
     -- Chris J Arges <email address hidden>  Tue, 07 Jul 2015 12:47:34 -0500
  • autofs (5.0.7-3ubuntu3.1) trusty-proposed; urgency=low
    
      * Fix file descriptor leak when reloading daemon. (LP: #1316125)
     -- Rafael David Tinoco <email address hidden>   Thu, 15 May 2014 17:47:51 -0300
  • autofs (5.0.7-3ubuntu3) trusty; urgency=medium
    
      * fix-ssslib-search.patch: Don't skip sssd autofs search if presseded.
      * rules: set ssslibdir correctly when calling configure (LP: #1081489)
     -- Adam Conrad <email address hidden>   Sat, 05 Apr 2014 05:26:53 -0600
  • autofs (5.0.7-3ubuntu2) trusty; urgency=medium
    
      * Add support for sssd backend (LP: #1081489)
        - control: Add sssd-common to build-depends.
        - rules: Set sssldir for the sssd module so autoreconf knows about it.
     -- Timo Aaltonen <email address hidden>   Fri, 31 Jan 2014 13:57:03 +0200
  • autofs (5.0.7-3ubuntu1) raring; urgency=low
    
      * Merge from Debian, remaining changes are:
        - debian/autofs.upstart - upstart job
        - debian/patches/16group_buffer_size.patch:
          + prevents package to eat the cpu if you have large groups.
    
      * Dropped changes, merged in Debian:
        - Add patch to fix nsswitch parser to accept nsswitch.conf without an
          automout stanza as valid file. (Closes: #602090) (LP: #488696)
        - debian/patches/0001-Remove-kernel-mount.nfs-version-checks-on-Debian-Ubu.patch:
          Remove kernel & mount.nfs version checks on Debian/Ubuntu. (LP: #1016673)
    
    autofs (5.0.7-3) unstable; urgency=low
    
      * pidfile is in /var/run not /run: fix the initscript
        (forgotten part of #682675)
    
    autofs (5.0.7-2) unstable; urgency=low
    
      * force transfer ucf autofs5=>autofs ownership for all ucf-managed
        files (Closes: #689747)
    
    autofs (5.0.7-1) unstable; urgency=low
    
      * new upstream (5.0.7) release.  It brings the following changes:
        - fixed remount deadlock, and several other locking fixes
        - fixed umount recovery for busy direct mounts
        - removed old code (mount-move which was fixed in 5.0.6-4 #686438)
        - fix hosts lookup module to be more robust
        - implemented abilty to re-read indirect maps on the fly (sighup)
        - fixes for nfs handling to be more robust
        - several fixes for multi-mount entries
        - several fixes for NFSv4 mounts (Closes: #675798)
        and a few more small/misc fixes.  This is all-bugfix changes,
        making the code more robust and less buggy.
      * removed --disable-mount-move configure option, not needed anymore.
      * removed autofs-5.0.6-upstream-git.patch.
      * refreshed manpages-hyphen.patch.
      * added selected fixes from upstream git, up to upstream/master commit
        9872cdbf9f1588174121e6ffe6f7509cde2d98e9:
        - 0001-autofs-5.0.7-fix-nobind-sun-escaped-map-entries.patch (Closes: #678408)
        - 0002-autofs-5.0.7-fix-use-cache-entry-after-free-mistake.patch
        - 0004-autofs-5.0.7-fix-parse-buffer-initialization.patch
        - 0005-autofs-5.0.7-fix-typo-in-automount-8.patch
      * added remove-kernel-mount.nfs-version-check.patch to stop automount from
        checking for very old mount.nfs or kernel.  The check isn't necessary
        (that's pre-squeeze versions, so not even versioned Breaks are needed
        anymore), but it is also harmful, since automount spawns mount.nfs at
        startup and confuses upstart and systemd who start tracking wrong
        process.  The patch just removes these checks assuming we always use
        recent enough versions.  (Closes: #678555)
    
    autofs (5.0.6-4) unstable; urgency=low
    
      * configure with --disable-mount-move -- upstream even removed the
        code in question for 5.0.7 release (Closes: #686438)
      * remove autofs5.postrm in autofs.postinst to cope with old maintscript
        removing our configfiles.  See comments in autofs.postinst for more
        details (Closes: #686146)
      * added allow-nsswitch.conf-to-not-contain-automount-lines.patch
        (submitted to upstream too) to stop automount from complaining
        when nsswitch.conf does not mention autofs (which is almost every
        install anyway).  (Closes: #682266, #602090)
    
    autofs (5.0.6-3) unstable; urgency=low
    
      [Michael Tokarev]
      * almost completely rewrote the startup script, make it cleaner,
        consistent and actually returning proper exit codes.  Removed
        $"" constructs too, dash apparently does not understand these.
        (Closes: #677520, #683936)
      * transfer ownership of ucf-conffiles forcibly only if they're
        owned by autofs5, not by any other package.
      * run ucf --purge in postrm only if it is installed, and in the
        right order too (Closes: #685468)
      * added filagdir.patch - fix a typo in configure.in which prevents
        from specifying runtime directory (Closes: #678384)
      * use /var/run not /run for runtime files (we don't really need
        it to be available on upgrade, before initscripts et all has
        been replaced) (Closes: #682675)
    
      [Dmitry Smirnov]
      * setting current team leader as Maintainer
      * pass CPPFLAGS to fix "hardening-no-fortify-functions"
      * new fix-ldflags.patch to avoid dropping LDFLAGS in order to
        fix "hardening-no-relro"
      * updated manpages-hyphen.patch
     -- Dmitrijs Ledkovs <email address hidden>   Wed, 14 Nov 2012 11:50:43 +0000