Auto-sync with upstream branch release/2.32/master
Upstream commit: 27e892f6608e9d0da71884bb1422a735f6062850 - wordexp: handle overflow in positional parameter number (bug 28011)
This commit is contained in:
parent
7cebdb2407
commit
2fb6ee14f2
@ -1,4 +1,4 @@
|
|||||||
%define glibcsrcdir glibc-2.32-48-g16949aeaa0
|
%define glibcsrcdir glibc-2.32-49-g27e892f660
|
||||||
%define glibcversion 2.32
|
%define glibcversion 2.32
|
||||||
# Pre-release tarballs are pulled in from git using a command that is
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
@ -90,7 +90,7 @@
|
|||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: %{glibcversion}
|
Version: %{glibcversion}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
|
|
||||||
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
# In general, GPLv2+ is used by programs, LGPLv2+ is used for
|
||||||
# libraries.
|
# libraries.
|
||||||
@ -1854,6 +1854,11 @@ fi
|
|||||||
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
%files -f compat-libpthread-nonshared.filelist -n compat-libpthread-nonshared
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 07 2021 Patsy Griffin <patsy@redhat.com> - 2.32-9
|
||||||
|
- Auto-sync with upstream branch release/2.32/master,
|
||||||
|
commit 27e892f6608e9d0da71884bb1422a735f6062850.
|
||||||
|
- wordexp: handle overflow in positional parameter number (bug 28011)
|
||||||
|
|
||||||
* Mon Jun 21 2021 Florian Weimer <fweimer@redhat.com> - 2.32-8
|
* Mon Jun 21 2021 Florian Weimer <fweimer@redhat.com> - 2.32-8
|
||||||
- Add valgrind support symbols to libc.so.6's symtab (#1965374)
|
- Add valgrind support symbols to libc.so.6's symtab (#1965374)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (glibc-2.32-48-g16949aeaa0.tar.xz) = a2c41310e90dd604f3047c28ed049a2ef63e1c3d5b2646a7b02f14ebf34e59f29c5897cb81e4fc40747f8ae9fe0a53ca2b5410ae6abead33813aeb233cfcff45
|
SHA512 (glibc-2.32-49-g27e892f660.tar.xz) = 836f7c7e2a2a5dcd2d21d770e7af1aabb759a604357d49ac74f8d02dd7d27304ba4778f316d09642f45fe2249c84ad433aef8600b93dba664fca237150654bf1
|
||||||
|
Loading…
Reference in New Issue
Block a user