lp:ubuntu/saucy-proposed/autofs

Created by Ubuntu Package Importer and last modified
Get this branch:
bzr branch lp:ubuntu/saucy-proposed/autofs
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

12. By Rafael David Tinoco

Fix file descriptor leak when reloading daemon. (LP: #1316125)

11. By Dimitri John Ledkov

* 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)

10. By Dimitri John Ledkov

Add patch to fix nsswitch parser to accept nsswitch.conf without an
automout stanza as valid file. (Closes: #602090) (LP: #488696)

9. By Dimitri John Ledkov

* Merge from Debian unstable (LP: #1006509), remaining changes:
  - debian/autofs.upstart - upstart job
  - debian/patches/16group_buffer_size.patch:
    + prevents package to eat the cpu if you have large groups.

* Dropped changes:
  - 17ld.patch, applied in debian as link-daemon-with-lpthread.patch
    and save-hesiod-libs-correctly.patch

* This upload renames autofs5 back to autofs, following debian's name
  change.

* Added patch descriptions/headers to 16group_buffer_size

* debian/patches/0001-Remove-kernel-mount.nfs-version-checks-on-Debian-Ubu.patch:
  Remove kernel & mount.nfs version checks on Debian/Ubuntu. (LP: #1016673)

8. By Michael Tokarev <email address hidden>

[Dmitry Smirnov]
* minor update to 'manpages.patch' (Closes: #603092)
* added VCS links

[Michael Tokarev]
* conffile installation:
  - do no ship /etc/default/autofs (Closes: #673796)
  - install /etc/init.d/autofs manually (dh_installinit have issue finding it)
  - removed ugly symlinks debian/autofs.{default,init}
  - list bin programs and modules more explicitly in debian/*.install
  - transfer ucf conffile ownership from old autofs5 to autofs
* removed debian/configure_override
* recommend kmod|module-init-tools
* ship debian/autofs.init instead of heavily patching upstream script
* simplify (and fix) debian/autofs.init a bit in loading/checking modules,
  and use /bin/sh instead of /bin/bash
* remove messing with /dev/autofs misc device in initscript,
  it is managed by udev or devtmpfs
* remove (now unused) USE_MISC_DEVICE definition from default/autofs too
* do not check for modprobe or procfs in configure, since module loading
  is ifdef'ed out in the code, and #ifdef the missing parts too
  (do-not-check-for-modprobe-procfs-or-load-module.patch)
* always define standard program paths when building even if the corresponding
  utility isn't installed (e2fsck, mount, mount.nfs). There is no need to
  check presence of standard utilities or verify their standard abilities.
* also define other paths explicitly instead of relying on a config-time
  search - the build will be wrong if some directory (eg, /etc/sysconfig)
  will be present during configure time.
* autoreconf and clean autoconf-generated files, FTBFS (Closes: #674391)
  This still does not make quilt patches easily revertable, since we
  don't save old configure and upstream changes patches configure to,
  so once regenerated by autoreconf, it will be different.
* do not use $DEB_HOST_MULTIARCH in debian/rules without setting it
* two patches:
    debian/patches/link-daemon-with-lpthread.patch
    debian/patches/save-hesiod-libs-correctly.patch
  to fix gold/-Wl,-no-as-needed FTBFS.
* remove individual upstream patches from debian/patches and replace them
  with single autofs-5.0.6-upstream-git.patch - all upstream commits in
  master branch since release_5_0_6 tag. Update this patch to include
  all current fixes too (up to 2012-06-01).
* added debian/TODO file

7. By Dmitry Smirnov <email address hidden>

* New upstream release
  - "mount(nfs): no hosts available" (Closes: #608459).
  - "new upstream version available" (Closes: #602933).
  - "autofs mounted directory are never dismounted" (Closes: #521165).
  - "autofs5 does not support recursive mount" (Closes: #626473).
  - "autofs5 crashed in a nested setup in combination with
     negative lookups on *" (Closes: #617317).
  - "autofs5-ldap: simple bind auth feature request" (Closes: #595808).
  - "autofs5-ldap: SASL auth broken" (Closes: #568813).
* package rename: dropping '5' from package names (Closes: #655351).
* NMU changes acknowledged (Closes: #603491, #583094).
* register /etc/default/autofs with ucf (Closes: #556961).
* debian/copyright to DEP-5 format; upstream copyright audit.
* packaging update:
  * use debhelper & compat version 9.
  * standards to 3.9.3
  * lintian-override for 'non-standard-file-perm'
  * install missing autofs_ldap_auth.conf.5 man page
  * source format to version 3 and .xz compression
  * debian/rules rewritten in debhelper style
* patchworks:
  + replacing upstream patches with new patchset as of 2012-04-23.
  + replacing dpatch with quilt (Closes: #668077)
  + new patch to correct manpages spelling (Closes: #660075)
    thanks to Oz Nahum Tiram and Javi Merino
  + updated SYSV init script patch:
    * removed bashisms (Closes: #626435).
    * introduce 'status' support to SYSV script
      (Closes: #651978, #667811, #565507).
    * adding 'slapd' to Should-Start/Stop (Closes: #600764, #659616).
    * LSB output (Closes: #567805) thanks to Petter Reinholdtsen.
* declare myself as Maintainer (adopting package)

6. By Jan Christoph Nordholz <email address hidden>

* Ack NMU, thanks Steve Langasek.
* Bump Standards version to 3.8.3.
  * Add 'set -e' to the maintainer scripts.
  * Add a dversionmangle option to the watch file.
  * Remove /var/run/autofs from the autofs package.
  * Add README.source.
* Fix LSB initscript header to use keywords that
  insserv knows about. Closes: #541349.

* Upload sponsored by Petter Reinholdtsen.

5. By Steve Langasek

* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Add -DLDAP_DEPRECATED to CFLAGS, to fix compatibility with OpenLDAP
  2.4 on 64-bit architectures. Closes: #463419.

4. By Steinar H. Gunderson

* Remove 077_fix_nfs_submounts_with_2_6_18 in favor of
  077_dont_create_remote_dirs, which is upstream's version of the fix and
  solves the problem properly. (Closes: #396191)
* 078_locking_fix_1: Patch from upstream we should have included ages ago,
  fixes some locking issues.
* 079_no_unlink_upstream: Patch from upstream, adds a few safeguards to make
  sure automount doesn't accidentially unlink a file when it wants to remove
  a directory. (This should normally never happen, but extra safeguards are
  always a good idea.)

3. By Steinar H. Gunderson

062_fix_memory_leak: Fix a memory leak in 060_non_replicated_ping.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/utopic/autofs
This branch contains Public information 
Everyone can see this information.

Subscribers