Merge autofs from Debian unstable for noble

Bug #2040368 reported by Bryce Harrington
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
autofs (Ubuntu)
Fix Released
Undecided
Andreas Hasenack

Bug Description

Scheduled-For: Backlog
Upstream: tbd
Debian: 5.1.8-3.1
Ubuntu: 5.1.8-3.1ubuntu1

There is nothing yet to merge for autofs currently, but this ticket is filed prospectfully for tracking purposes in case a merge does become available later this cycle.

If it turns out this needs a sync rather than a merge, please change the tag 'needs-merge' to 'needs-sync', and (optionally) update the title as desired.

### New Debian Changes ###

autofs (5.1.8-3.1) unstable; urgency=medium

  * Non-maintainer upload (with approval by maintainer).
  * use correct reference for IN6 macro call
  * dont probe interface that cant send packet (Closes: #1041051)

 -- Salvatore Bonaccorso <email address hidden> Mon, 07 Aug 2023 14:00:03 +0200

autofs (5.1.8-3) unstable; urgency=medium

  * debian/patches:
    + Add fix-missing-unlock-in-sasl-do-kinit-ext-cc.patch. Fix missing unlock
      in sasl_do_kinit_ext_cc(). (Closes: #1039967).

 -- Mike Gabriel <email address hidden> Wed, 05 Jul 2023 11:50:21 +0200

autofs (5.1.8-2) unstable; urgency=medium

  [ Mike Gabriel ]
  * debian/patches:
    + Add fix-nfs4-only-mounts-should-not-use-rpcbind.patch. Don't let NFSv4-
      only mounts use rpcbind portmapper service. (Closes: #1034261).
  * debian/control:
    + Bump Standards-Version: to 4.6.2. No changes needed.
  * lintian:
    + Adjust syntax of various overrides.

 -- Mike Gabriel <email address hidden> Fri, 19 May 2023 10:25:31 +0200

autofs (5.1.8-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Trivial rebase of some patches.
  * debian/control:
    + Bump Standards-Version: to 4.6.0. No changes needed.

 -- Mike Gabriel <email address hidden> Wed, 01 Dec 2021 23:52:49 +0100

autofs (5.1.7-1) unstable; urgency=medium

  * New upstream release.
    - autofs: Fix crash in sun_mount() (Closes: #892953).
    - Use PKG_CHECK_MODULES to detect the libxml2 library. (Closes: #949055).
  * debian/patches:
    + Drop fix-autofs-schema.patch and make-bind-mounts-propagation-slave-by-
      default.patch. Applied upstream.
    + Trivially rebase patches.
    + Add another typo fix to spelling-error-fixes.patch.
  * debian/autofs.install:
    + Install libautofs.so into bin:pkg autofs (for now).
  * debian/control:
    + Bump Standards-Version: to 4.5.1. No changes needed.
  * debian/autofs.lintian-overrides:
    + Ignore libautofs.so (share lib) for now.
    + Ignore lintian complain about autofs.8 man page.
  * debian/watch:
    + Update format version to 4.

 -- Mike Gabriel <email address hidden> Thu, 04 Feb 2021 13:36:20 +0100

autofs (5.1.6-4) unstable; urgency=medium

  * debian/patches:
    + Add fix-autofs-schema.patch. Fix EQUALITY of automountInformation
      in LDAP autofs.schema. (Closes: #968675).
    + Add fix-nfs4-mounts-in-auto-net.patch. Follow-up of the nfs4 fix in
      #533893. (Closes: #646625).
  * debian/control:
    + Use correct capitalization for Vcs-*: field tags.

 -- Mike Gabriel <email address hidden> Mon, 26 Oct 2020 21:46:29 +0100

autofs (5.1.6-3) unstable; urgency=medium

  * debian/patches:
    + Add make-bind-mounts-propagation-slave-by-default.patch. (Closes:
      #795281).
  * debian/control:
    + Bump DH compat level to 13.
    + Bump Standards-Version: to 4.5.0. No changes needed.

 -- Mike Gabriel <email address hidden> Mon, 29 Jun 2020 13:21:47 +0200

autofs (5.1.6-2) unstable; urgency=medium

  [ Andreas Hasenack ]
  * d/p/fix-lookup-ldap-crash.patch: fix crash on startup due to uninitialized
    config. (LP #1503034). (Closes: #901344).
  * d/rules: Add LDFLAGS to avoid issues with accessing global variables in
    shared libraries (LP #1470687, LP #1472115).

 -- Mike Gabriel <email address hidden> Wed, 15 Jan 2020 23:04:23 +0100

autofs (5.1.6-1) unstable; urgency=medium

  * New upstream release.
  * debian/patches:
    + Rebase 11default_automaster_location.patch,
      12disable_default_auto_master.patch and spelling-error-fixes.patch.

### Old Ubuntu Delta ###

autofs (5.1.8-3.1ubuntu1) mantic; urgency=medium

  * Merge with Debian unstable (LP: #2031241). Remaining changes:
    - Fix authenticated cifs mount failure caught by DEP8 (LP #1955851):
      + d/t/smb-mount: fix setting the password of the smb test user
      + d/p/fix-loop-under-run-in-cache_get_offset_parent.patch: fix crash
        on s390x
    - d/p/autofs-5.1.8-support-SCRAM-for-SASL-binding.patch: Support
      SASL SCRAM authentication (LP #1987992):
    - Switch to OpenLDAP for SASL binds (LP #1984073):
      + d/p/autofs-5.1.8-prepare-for-OpenLDAP-SASL-binding.patch: autoconf
        changes
      + d/p/autofs-5.1.8-let-OpenLDAP-handle-SASL-binding.patch: use
        OpenLDAP for SASL binds
      + d/p/autofs-5.1.8-ldap_sasl_interactive_bind-needs-credentials-for-auto-detection.patch:
        fix auto-detection case
      + d/p/support-external-cc-for-gssapi-bind.patch: fix external
        credentials cache case when using openldap for sasl binds
    - d/t/control, d/t/ldap-map-sasl-auth: DEP8 tests for SASL
      authentication mechanisms in LDAP maps, including shared secret
      mechanisms and GSSAPI ones
    - d/p/ntlm-crammd5-require-credentials.patch: fix NTLM and CRAM-MD5
      authentication (LP #2023595)
  * Dropped:
    - d/p/autofs-5.1.8-ldap-kerberos-leads-to-automount-hang-p.patch: fix lock
      imbalance (LP #1982219)
      [In 5.1.8-3]

 -- Andreas Hasenack <email address hidden> Sun, 13 Aug 2023 11:04:40 -0300

Related branches

Bryce Harrington (bryce)
Changed in autofs (Ubuntu):
status: New → Incomplete
Changed in autofs (Ubuntu):
assignee: nobody → Andreas Hasenack (ahasenack)
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

There is 5.1.9-1 in debian now.

Changed in autofs (Ubuntu):
status: Incomplete → Confirmed
milestone: none → ubuntu-24.02
Changed in autofs (Ubuntu):
status: Confirmed → In Progress
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package autofs - 5.1.9-1ubuntu1

---------------
autofs (5.1.9-1ubuntu1) noble; urgency=medium

  * Merge with Debian unstable (LP: #2040368). Remaining changes:
    - Fix authenticated cifs mount failure caught by DEP8 (LP #1955851):
      + d/t/smb-mount: fix setting the password of the smb test user
    - d/t/control, d/t/ldap-map-sasl-auth: DEP8 tests for SASL
      authentication mechanisms in LDAP maps, including shared secret
      mechanisms and GSSAPI ones
    - d/p/ntlm-crammd5-require-credentials.patch: fix NTLM and CRAM-MD5
      authentication (LP #2023595)
  * Dropped:
    - d/p/fix-loop-under-run-in-cache_get_offset_parent.patch: fix crash
      on s390x
      [Included by upstream in 5.1.9]
    - d/p/autofs-5.1.8-support-SCRAM-for-SASL-binding.patch: Support
      SASL SCRAM authentication (LP #1987992)
      [Included by upstream in 5.1.9]
    - Switch to OpenLDAP for SASL binds (LP #1984073):
      + d/p/autofs-5.1.8-prepare-for-OpenLDAP-SASL-binding.patch: autoconf
        changes
      + d/p/autofs-5.1.8-let-OpenLDAP-handle-SASL-binding.patch: use
        OpenLDAP for SASL binds
      + d/p/autofs-5.1.8-ldap_sasl_interactive_bind-needs-credentials-for-auto-detection.patch:
        fix auto-detection case
      [Included by upstream in 5.1.9]

 -- Andreas Hasenack <email address hidden> Thu, 29 Feb 2024 11:05:09 -0300

Changed in autofs (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.