[ubuntu/hirsute-proposed] glibc 2.32-0ubuntu4 (Accepted)
Balint Reczey
rbalint at ubuntu.com
Fri Oct 30 19:34:19 UTC 2020
glibc (2.32-0ubuntu4) hirsute; urgency=medium
* tests: XFAIL time/tst-cpuclock1 on armel, too. (LP: #1895687)
The armhf build builds for armel, too, thus this fixes the armhf
autopkgtest.
* debian/control: Only recommend libnss-nis and libnss-nisplus.
They pull in a sizable amount of extra dependencies while they are rarely
needed.
* Make libc6 provide libc6-lse on arm64.
Libc6 is now compiled with -moutline-atomics thus the separate binary
package is dropped.
* Ship libc variant compiled for profiling in libc6-prof
* debian/patches/git-updates.diff: update from upstream stable branch
* Drop obsoleted local-cudacc-float128.diff which breaks new icc
(LP: #1895358)
* XFAIL tst-sysvshm-linux on i386 and x32
* Merge 2.31-4 from Debian unstable
glibc (2.32-0ubuntu3) groovy; urgency=medium
* Fix cross-toolchain-base.
Use ${Depends:foo=foo} magic to not create cross packages for
libnss-nis*, rpcsvc-proto, libtirpc-dev and libnsl-dev (LP: #1895632)
* XFAIL time/tst-cpuclock1 (LP: #1895687)
glibc (2.32-0ubuntu2) groovy; urgency=medium
* Merge from Debian unstable
* Refresh patches
* debian/watch: Use HTTPS and download xz-compressed tarball
* debian/watch: Use upstream's signing key to verify the tarball
* Don't build and ship libnsl.a and Sun RPC static library and header files
* XFAIL stdlib/tst-getrandom (LP: #1891403)
* debian/symbols.wildcards: Update versions
* Make libc-dev depend on rpcsvc-proto and libtirpc-dev.
They replace development files for the Sun RPC library removed in glibc 32.
* Make libc-dev depend on libnsl-dev.
It replaces the development files for the new libnsl library replacing the
one shipped by glibc.
* Don't check symbols of libnss_nis.so and libnss_nisplus.so libraries.
They are not shipped in glibc 2.32
* Depend on libnss-nis and libnss-nisplus shipping the libraries dropped
in 2.32
* debian/patches/git-updates.diff: update from upstream stable branch:
- x86-64: Fix FMA4 detection in ifunc
* debian/testsuite-xfail-debian.mk: XFAIL unsupported tests failing in
autopkgtest
glibc (2.31-4) unstable; urgency=medium
[ Samuel Thibault ]
* debian/patches/hurd-i386/{unsubmitted-sbrk-_end.diff,tg-pie-sbrk.diff}:
Merge into...
* debian/patches/hurd-i386/git-sbrk-end.diff: ... committed patch.
* debian/patches/hurd-i386/unsubmitted-sched_sets.diff: Rename to...
* debian/patches/hurd-i386/git-sched_sets.diff: ... committed patch.
* debian/patches/hurd-i386/local-posix_cputime.diff: New patch to avoid
applications trying to use extended clock ids.
* debian/patches/hurd-i386/git-bsd4.3-ioctls.diff: New patch to avoid
defining elder macros.
[ Aurelien Jarno ]
* debian/patches/git-updates.diff: update from upstream stable branch:
- Handle translation output codesets with suffixes. Closes: #968260.
* debian/control.in/libc: add a Breaks: against libgegl-0.4-0 (<< 0.4.18).
Closes: #968342.
* debian/control.in/libc: add a Breaks: against busybox (<< 1.30.1-6) due to
bug #966074.
* debian/debhelper.in/libc-dev{,-alt}.lintian-overrides: remove files as
lintian is now smarter.
* debian/po/it.po: Update Italian debconf translation, by Luca Monducci.
Closes: #969219.
* debian/po/pt_BR.po: Update Brazilian Portuguese debconf translation, by
Adriano Rafael Gomes. Closes: #970199.
* debian/po/de.po: recode to UTF-8.
* debian/rules.d/build.mk: stop passing --enable-obsolete-nsl.
* debian/debhelper.in/libc-dev{,-alt}.install: do not install libnsl.a.
* debian/debhelper.in/libc-dev.install.hurd-i386: ditto.
* debian/libc0.1.symbols.common, debian/libc0.3.symbols.hurd-i386,
debian/libc6.1.symbols.alpha, debian/libc6.symbols{common,hppa,sparc}:
remove libnss_nis.so.2 and libnss_nisplus.so.2 symbols.
* debian/rules.d/build.mk: do not ship <rpcsvc/yppasswd.h> and
<rpcsvc/yppasswd.x> as they are shipped by libnsl-dev.
* debian/control.in/libc, debian/rules.d/debhelper.mk: make libc6 to depend on
libnss-nis and libnss-nisplus, except for stage1 and stage2.
* debian/control.in/libc, debian/rules.d/debhelper.mk: make libc6-dev to
depend on libnsl-dev, except for stage1 and stage2.
Date: Thu, 29 Oct 2020 22:11:57 +0100
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/glibc/2.32-0ubuntu4
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Thu, 29 Oct 2020 22:11:57 +0100
Source: glibc
Architecture: source
Version: 2.32-0ubuntu4
Distribution: hirsute
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Balint Reczey <rbalint at ubuntu.com>
Closes: 968260 968342 969219 970199
Launchpad-Bugs-Fixed: 1891403 1895358 1895632 1895687
Changes:
glibc (2.32-0ubuntu4) hirsute; urgency=medium
.
* tests: XFAIL time/tst-cpuclock1 on armel, too. (LP: #1895687)
The armhf build builds for armel, too, thus this fixes the armhf
autopkgtest.
* debian/control: Only recommend libnss-nis and libnss-nisplus.
They pull in a sizable amount of extra dependencies while they are rarely
needed.
* Make libc6 provide libc6-lse on arm64.
Libc6 is now compiled with -moutline-atomics thus the separate binary
package is dropped.
* Ship libc variant compiled for profiling in libc6-prof
* debian/patches/git-updates.diff: update from upstream stable branch
* Drop obsoleted local-cudacc-float128.diff which breaks new icc
(LP: #1895358)
* XFAIL tst-sysvshm-linux on i386 and x32
* Merge 2.31-4 from Debian unstable
.
glibc (2.32-0ubuntu3) groovy; urgency=medium
.
* Fix cross-toolchain-base.
Use ${Depends:foo=foo} magic to not create cross packages for
libnss-nis*, rpcsvc-proto, libtirpc-dev and libnsl-dev (LP: #1895632)
* XFAIL time/tst-cpuclock1 (LP: #1895687)
.
glibc (2.32-0ubuntu2) groovy; urgency=medium
.
* Merge from Debian unstable
* Refresh patches
* debian/watch: Use HTTPS and download xz-compressed tarball
* debian/watch: Use upstream's signing key to verify the tarball
* Don't build and ship libnsl.a and Sun RPC static library and header files
* XFAIL stdlib/tst-getrandom (LP: #1891403)
* debian/symbols.wildcards: Update versions
* Make libc-dev depend on rpcsvc-proto and libtirpc-dev.
They replace development files for the Sun RPC library removed in glibc 32.
* Make libc-dev depend on libnsl-dev.
It replaces the development files for the new libnsl library replacing the
one shipped by glibc.
* Don't check symbols of libnss_nis.so and libnss_nisplus.so libraries.
They are not shipped in glibc 2.32
* Depend on libnss-nis and libnss-nisplus shipping the libraries dropped
in 2.32
* debian/patches/git-updates.diff: update from upstream stable branch:
- x86-64: Fix FMA4 detection in ifunc
* debian/testsuite-xfail-debian.mk: XFAIL unsupported tests failing in
autopkgtest
.
glibc (2.31-4) unstable; urgency=medium
.
[ Samuel Thibault ]
* debian/patches/hurd-i386/{unsubmitted-sbrk-_end.diff,tg-pie-sbrk.diff}:
Merge into...
* debian/patches/hurd-i386/git-sbrk-end.diff: ... committed patch.
* debian/patches/hurd-i386/unsubmitted-sched_sets.diff: Rename to...
* debian/patches/hurd-i386/git-sched_sets.diff: ... committed patch.
* debian/patches/hurd-i386/local-posix_cputime.diff: New patch to avoid
applications trying to use extended clock ids.
* debian/patches/hurd-i386/git-bsd4.3-ioctls.diff: New patch to avoid
defining elder macros.
.
[ Aurelien Jarno ]
* debian/patches/git-updates.diff: update from upstream stable branch:
- Handle translation output codesets with suffixes. Closes: #968260.
* debian/control.in/libc: add a Breaks: against libgegl-0.4-0 (<< 0.4.18).
Closes: #968342.
* debian/control.in/libc: add a Breaks: against busybox (<< 1.30.1-6) due to
bug #966074.
* debian/debhelper.in/libc-dev{,-alt}.lintian-overrides: remove files as
lintian is now smarter.
* debian/po/it.po: Update Italian debconf translation, by Luca Monducci.
Closes: #969219.
* debian/po/pt_BR.po: Update Brazilian Portuguese debconf translation, by
Adriano Rafael Gomes. Closes: #970199.
* debian/po/de.po: recode to UTF-8.
* debian/rules.d/build.mk: stop passing --enable-obsolete-nsl.
* debian/debhelper.in/libc-dev{,-alt}.install: do not install libnsl.a.
* debian/debhelper.in/libc-dev.install.hurd-i386: ditto.
* debian/libc0.1.symbols.common, debian/libc0.3.symbols.hurd-i386,
debian/libc6.1.symbols.alpha, debian/libc6.symbols{common,hppa,sparc}:
remove libnss_nis.so.2 and libnss_nisplus.so.2 symbols.
* debian/rules.d/build.mk: do not ship <rpcsvc/yppasswd.h> and
<rpcsvc/yppasswd.x> as they are shipped by libnsl-dev.
* debian/control.in/libc, debian/rules.d/debhelper.mk: make libc6 to depend on
libnss-nis and libnss-nisplus, except for stage1 and stage2.
* debian/control.in/libc, debian/rules.d/debhelper.mk: make libc6-dev to
depend on libnsl-dev, except for stage1 and stage2.
Checksums-Sha1:
6eeed26fc0b46923bf4ea305f5a663009df32fc9 8934 glibc_2.32-0ubuntu4.dsc
5793ac71fae1bc1e1f506992ca73205a212a5dfd 876096 glibc_2.32-0ubuntu4.debian.tar.xz
46916d6090465f22728754aa916d0cb44f92bc12 9929 glibc_2.32-0ubuntu4_source.buildinfo
Checksums-Sha256:
bcf36e68017b9663d01d4cb830e20f2837aff6ad3b5feffc1e2707240f445abd 8934 glibc_2.32-0ubuntu4.dsc
89e2fd5d1cd436afe3f1486a0503393861d6d1f936fe493046fea75f08ec9aab 876096 glibc_2.32-0ubuntu4.debian.tar.xz
a1983c1e60a7b83bd2c4a7a90ddda66c504cd76fb84b9638df83b2736e6adaa9 9929 glibc_2.32-0ubuntu4_source.buildinfo
Files:
eea0df9edcb3ac8c5d82efbcb582e6e1 8934 libs required glibc_2.32-0ubuntu4.dsc
a71a810ad569117078cbaddceb2402f1 876096 libs required glibc_2.32-0ubuntu4.debian.tar.xz
9665ef6b249609971aa6c0ab03a51781 9929 libs required glibc_2.32-0ubuntu4_source.buildinfo
Original-Maintainer: GNU Libc Maintainers <debian-glibc at lists.debian.org>
Original-Vcs-Browser: https://salsa.debian.org/glibc-team/glibc
Original-Vcs-Git: https://salsa.debian.org/glibc-team/glibc.git
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEI/PvTgXX55rLQUfDg6KBkWslS0UFAl+caloACgkQg6KBkWsl
S0W/Hg//QW41PK+H2hHgTBKdiAN3ENkL9aN1QkUbuox0HyWvamN6D6qFP68WTq7Z
9G0dBwXVjcxz3/fLg7EAyRESq9wuM0ORODrsvslybcLuXpOHWpT7xi6rlXz9mrP7
7N7liPcRVQzQtAe3SnCOkj8WbVnFpXQ5rW/r4i9lddTeAGuwC9xDek4hFxv23BmB
nbuD2S455OCGEaU/Abah9FHM8JglXkPYhpLbpRLYBNQr3QhUmBuV4X1wvP0aro2C
5oeWbhcwWwimyrkFPtCoLhkd9uOEGAHHVWfAOPEFXgBZ14kCqEXPAgTcmA2dgehk
hHPhtNOKzSeo8lokYVFuzcw4rmg5DkU8koE/yYxMvNjOBYNFI/rIBFZY0IEaLK+s
oV1mtOj4G+dlAhiAOYjrIhKZCKD9ZMZlZBdBplcowNVxzpG9ZXdvDBl7MahOR6Rr
w6iDkdwYeE2yK0YHC++1sx70qipylbhkt304u+sw4rzLl+tRotqagUKVxJ4kKUgX
FRi6BbQSybd9TdcK7XqjgM3CstJTzE4KVaGqT38zqyA/TfrG8SKkpDrUw/D/iJbj
eTdINl5aVxPWVBbnenqbnnkegrYw7syoLNzuh0Ara2zvtooblJeu4q3BdGyGt5Mo
Sqxs+05vvN2eqPjek2uZZHG2mnsm2i/F7mFIi4vBxY0D+Qm9pCA=
=r+mN
-----END PGP SIGNATURE-----
More information about the Hirsute-changes
mailing list