forked from pool/shadow
- bsc#1190145: Fix double free in gpasswd:
Add shadow-4.9-sgent-free.patch upstreamed as https://github.com/shadow-maint/shadow/pull/417 OBS-URL: https://build.opensuse.org/package/show/Base:System/shadow?expand=0&rev=111
This commit is contained in:
parent
c47e0f3e3c
commit
1864140f9d
0
shadow-4.9-sgent-free.patch
Normal file
0
shadow-4.9-sgent-free.patch
Normal file
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 09:09:13 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- bsc#1190145: Fix double free in gpasswd:
|
||||
Add shadow-4.9-sgent-free.patch upstreamed as
|
||||
https://github.com/shadow-maint/shadow/pull/417
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 7 15:08:19 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@ -67,6 +67,8 @@ Patch11: shadow-libeconf-include.patch
|
||||
Patch12: shadow-fix-sigabrt.patch
|
||||
# PATCH-FIX-UPSTREAM shadow-passwd-handle-null.patch mvetter@suse.de -- Fix passwd NULL handling https://github.com/shadow-maint/shadow/pull/398
|
||||
Patch13: shadow-passwd-handle-null.patch
|
||||
# PATCH-FIX-UPSTREAM shadow-4.9-sgent-free.patch mvetter@suse.de -- Fix double free (boo#1190145)
|
||||
Patch14: shadow-4.9-sgent-free.patch
|
||||
BuildRequires: audit-devel > 2.3
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -144,6 +146,7 @@ Development files for libsubid3.
|
||||
%patch11 -p1
|
||||
%patch12 -p1
|
||||
%patch13 -p1
|
||||
%patch14 -p1
|
||||
|
||||
iconv -f ISO88591 -t utf-8 doc/HOWTO > doc/HOWTO.utf8
|
||||
mv -v doc/HOWTO.utf8 doc/HOWTO
|
||||
|
Loading…
Reference in New Issue
Block a user