SHA256
1
0
forked from pool/glibc

osc copypac from project:Base:System package:glibc revision:669

OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=671
This commit is contained in:
2023-09-18 09:20:34 +00:00
committed by Git OBS Bridge
parent 366ef06a7b
commit 3e5ba0b46a
4 changed files with 70 additions and 558 deletions

View File

@@ -317,16 +317,12 @@ Patch1007: call-init-proxy-objects.patch
Patch1008: dtors-reverse-ctor-order.patch
# PATCH-FIX-UPSTREAM Stack read overflow with large TCP responses in no-aaaa mode (CVE-2023-4527, BZ #30842)
Patch1009: no-aaaa-read-overflow.patch
# PATCH-FIX-UPSTREAM use-after-free in getaddrinfo() (CVE-2023-4806, BSC#1215281)
Patch1010: glibc-getaddrinfo-fix-use-after-free-in-getcanonname.patch
###
# Patches awaiting upstream approval
###
# PATCH-FIX-UPSTREAM Avoid concurrency problem in ldconfig (BZ #23973)
Patch2000: ldconfig-concurrency.patch
# https://patchwork.sourceware.org/project/glibc/patch/20230911132548.1981093-1-adhemerval.zanella@linaro.org/
Patch2001: glibc-io-Do-not-implement-fstat-with-fstatat.diff
# Non-glibc patches
# PATCH-FIX-OPENSUSE Remove debianisms from manpages
@@ -553,11 +549,9 @@ library in a cross compilation setting.
%patch1007 -p1
%patch1008 -p1
%patch1009 -p1
%patch1010 -p1
%endif
%patch2000 -p1
%patch2001 -p1
%patch3000
rm -f manpages/catchsegv.1
@@ -689,7 +683,6 @@ profile="--disable-profile"
--libexecdir=%{_libexecdir} --infodir=%{_infodir} \
$profile \
--build=%{build} --host=${target} \
--with-selinux \
%if %{build_cross}
--with-headers=%{sysroot}/usr/include \
%else