← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2111998] [NEW] Merge glibc from Debian Unstable for questing

 

Public bug reported:

Scheduled-For: ubuntu-25.06
Ubuntu: 2.41-6ubuntu2
Debian Unstable: 2.41-8

A new release of glibc is available for merging from Debian Unstable.

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

### New Debian Changes ###

glibc (2.41-8) unstable; urgency=medium

  [ Samuel Thibault ]
  * debian/testsuite-xfail-debian.mk: xfail tst-execstack-prog-static-tunable
    on hurd-any. Drop duplicate unsupported stances commited uptream.
  * debian/patches/hurd-i386/git-dup-refcnt.diff: Fix detecting too many dups.
  * debian/patches/hurd-i386/git-xstate.diff: Fix restoring SSE state on
    signals.
  * debian/patches/hurd-i386/local-intr-msg-clobber.diff: Drop now-useless
    patch.
  * debian/patches/hurd-i386/git-utime-EINVAL.diff: Make *utime*s catch invalid
    times.
  * debian/patches/hurd-i386/git-xstate-initialized.diff: Fix crash in dash.
  * debian/patches/hurd-i386/git-signal-fpe-exceptions.diff: Fix crash in FPE
    handlers.
  * debian/patches/hurd-i386/git-symlink-eexist.diff: Fix gnulib testsuite.

  [ Adriano Rafael Gomes ]
  * Update Brazilian Portuguese debconf translation.  Closes: #1103446.

  [ Aurelien Jarno ]
  * debian/rules.d/debhelper.mk: do not replace LIBC in debhelper.in files.
    This was used for lintian overrides, but it is not used anymore.  Closes:
    #1104099.
  * debian/patches/git-updates.diff: update from upstream stable branch:
    - Fix elf/tst-audit10 test failure on x86 systems without AVX.  Closes:
      #1103303.
    - Fix pthread_getattr_np failure when executable stack tunable is set.

 -- Aurelien Jarno <aurel32@xxxxxxxxxx>  Sat, 17 May 2025 17:15:43 +0200

glibc (2.41-7) unstable; urgency=medium

  [ Samuel Thibault ]
  * debian/patches/hurd-i386/git-pthread_setcancel.diff: Fix tst-cond32.

  [ Atila KOÇ ]
  * Update Turkish debconf translation.  Closes: #1101162.

  [ Remus-Gabriel Chelu ]
  * Update Romanian debconf translation.  Closes: #1101814.

  [ Aurelien Jarno ]
  * debian/patches/git-updates.diff: update from upstream stable branch:
    - Build a FMA version of atanh, sinh and tanh functions using IFUNC on
      amd64.
    - Fix a crash on amd64 when disabling XSAVEC through the glibc.cpu.hwcaps
      tunable.
    - Extend glibc.rtld.execstack tunable to force executable stack.
    - Detect Intel Arrow Lake, Panther Lake, Clearwater Forest, and Diamond
      Rapids CPUs.
    - Handle unknown Intel processors with default tuning.
  * debhelper.in/libc.NEWS: add an entry to describe the executable stack
    change and provide workaround.

 -- Aurelien Jarno <aurel32@xxxxxxxxxx>  Sun, 13 Apr 2025 21:40:49 +0200


### Old Ubuntu Delta ###

glibc (2.41-6ubuntu2) questing; urgency=medium

  * Just a rebuild.
  * Ignore test results on ppc64el, known issues.

 -- Matthias Klose <doko@xxxxxxxxxx>  Wed, 21 May 2025 21:11:23 +0200

glibc (2.41-6ubuntu1) plucky; urgency=medium

  * Merge from Debian unstable
    Delta dropped (fixed locally in c-t-b):
    - Revert:
      * debian/control.in/*: mirror existing Conflicts: of libc6 multilib packages
        to libc6-dev multilib packages.  Closes: #1092278.
      to be able to build cross compilers again.
  * Adjust the new execstack-related Breaks (LP: #2100297)
  * Update from upstream stable branch:
    - Fix the bash FTBFS due to getenv shenanigans (LP: #2101101)
    - Fix the arm64 pkey test failure by skipping it in VMs (LP: #2100613)

 -- Simon Chopin <schopin@xxxxxxxxxx>  Tue, 18 Mar 2025 12:04:00 +0100

** Affects: glibc (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: dcr-merge

** Changed in: glibc (Ubuntu)
    Milestone: None => ubuntu-25.06

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to glibc in Ubuntu.
https://bugs.launchpad.net/bugs/2111998

Title:
  Merge glibc from Debian Unstable for questing

Status in glibc package in Ubuntu:
  New

Bug description:
  Scheduled-For: ubuntu-25.06
  Ubuntu: 2.41-6ubuntu2
  Debian Unstable: 2.41-8

  A new release of glibc is available for merging from Debian Unstable.

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

  ### New Debian Changes ###

  glibc (2.41-8) unstable; urgency=medium

    [ Samuel Thibault ]
    * debian/testsuite-xfail-debian.mk: xfail tst-execstack-prog-static-tunable
      on hurd-any. Drop duplicate unsupported stances commited uptream.
    * debian/patches/hurd-i386/git-dup-refcnt.diff: Fix detecting too many dups.
    * debian/patches/hurd-i386/git-xstate.diff: Fix restoring SSE state on
      signals.
    * debian/patches/hurd-i386/local-intr-msg-clobber.diff: Drop now-useless
      patch.
    * debian/patches/hurd-i386/git-utime-EINVAL.diff: Make *utime*s catch invalid
      times.
    * debian/patches/hurd-i386/git-xstate-initialized.diff: Fix crash in dash.
    * debian/patches/hurd-i386/git-signal-fpe-exceptions.diff: Fix crash in FPE
      handlers.
    * debian/patches/hurd-i386/git-symlink-eexist.diff: Fix gnulib testsuite.

    [ Adriano Rafael Gomes ]
    * Update Brazilian Portuguese debconf translation.  Closes: #1103446.

    [ Aurelien Jarno ]
    * debian/rules.d/debhelper.mk: do not replace LIBC in debhelper.in files.
      This was used for lintian overrides, but it is not used anymore.  Closes:
      #1104099.
    * debian/patches/git-updates.diff: update from upstream stable branch:
      - Fix elf/tst-audit10 test failure on x86 systems without AVX.  Closes:
        #1103303.
      - Fix pthread_getattr_np failure when executable stack tunable is set.

   -- Aurelien Jarno <aurel32@xxxxxxxxxx>  Sat, 17 May 2025 17:15:43
  +0200

  glibc (2.41-7) unstable; urgency=medium

    [ Samuel Thibault ]
    * debian/patches/hurd-i386/git-pthread_setcancel.diff: Fix tst-cond32.

    [ Atila KOÇ ]
    * Update Turkish debconf translation.  Closes: #1101162.

    [ Remus-Gabriel Chelu ]
    * Update Romanian debconf translation.  Closes: #1101814.

    [ Aurelien Jarno ]
    * debian/patches/git-updates.diff: update from upstream stable branch:
      - Build a FMA version of atanh, sinh and tanh functions using IFUNC on
        amd64.
      - Fix a crash on amd64 when disabling XSAVEC through the glibc.cpu.hwcaps
        tunable.
      - Extend glibc.rtld.execstack tunable to force executable stack.
      - Detect Intel Arrow Lake, Panther Lake, Clearwater Forest, and Diamond
        Rapids CPUs.
      - Handle unknown Intel processors with default tuning.
    * debhelper.in/libc.NEWS: add an entry to describe the executable stack
      change and provide workaround.

   -- Aurelien Jarno <aurel32@xxxxxxxxxx>  Sun, 13 Apr 2025 21:40:49
  +0200


  ### Old Ubuntu Delta ###

  glibc (2.41-6ubuntu2) questing; urgency=medium

    * Just a rebuild.
    * Ignore test results on ppc64el, known issues.

   -- Matthias Klose <doko@xxxxxxxxxx>  Wed, 21 May 2025 21:11:23 +0200

  glibc (2.41-6ubuntu1) plucky; urgency=medium

    * Merge from Debian unstable
      Delta dropped (fixed locally in c-t-b):
      - Revert:
        * debian/control.in/*: mirror existing Conflicts: of libc6 multilib packages
          to libc6-dev multilib packages.  Closes: #1092278.
        to be able to build cross compilers again.
    * Adjust the new execstack-related Breaks (LP: #2100297)
    * Update from upstream stable branch:
      - Fix the bash FTBFS due to getenv shenanigans (LP: #2101101)
      - Fix the arm64 pkey test failure by skipping it in VMs (LP: #2100613)

   -- Simon Chopin <schopin@xxxxxxxxxx>  Tue, 18 Mar 2025 12:04:00 +0100

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/2111998/+subscriptions



Follow ups