Accepting request 693791 from home:fbui:systemd:openSUSE-Factory
- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8 430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842) 3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL 26c4f7191c bus: fix memleak on invalid message - systemd-coredump: generate a stack trace of all core dumps (bsc#1128832) This stack trace is logged to the journal. OBS-URL: https://build.opensuse.org/request/show/693791 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=1058
This commit is contained in:
parent
41cf227d08
commit
a47f4d3c79
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 12 14:13:54 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8
|
||||||
|
|
||||||
|
430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842)
|
||||||
|
3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL
|
||||||
|
26c4f7191c bus: fix memleak on invalid message
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:11:44 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832)
|
||||||
|
|
||||||
|
This stack trace is logged to the journal.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 12:58:19 UTC 2019 - Franck Bui <fbui@suse.com>
|
Mon Mar 11 12:58:19 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
##### WARNING: please do not edit this auto generated spec file. Use the systemd.spec! #####
|
||||||
%define mini -mini
|
%define mini -mini
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.42.g15a1b4d58
|
%define suse_version +suse.46.g4e6e66ea9
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
@ -70,6 +70,7 @@ BuildRequires: libxslt-tools
|
|||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
|
BuildRequires: pkgconfig(libdw)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(libpcre2-8)
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
@ -454,6 +455,7 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org)
|
|||||||
-Dapparmor=auto \
|
-Dapparmor=auto \
|
||||||
-Dsmack=false \
|
-Dsmack=false \
|
||||||
-Dima=false \
|
-Dima=false \
|
||||||
|
-Delfutils=auto \
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
-Dman=false \
|
-Dman=false \
|
||||||
-Dhtml=false \
|
-Dhtml=false \
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2650bb2798f0be894a4bada35eb7ea214e0f7c6e8b5974b9be432679e7e6a788
|
|
||||||
size 5192288
|
|
3
systemd-v241+suse.46.g4e6e66ea9.tar.xz
Normal file
3
systemd-v241+suse.46.g4e6e66ea9.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5f2a3be6a40ed5994348c6db064051f09470bdfd0f0be6012b01209f26ccf3ee
|
||||||
|
size 5192692
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 12 14:13:54 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- Import commit 4e6e66ea94cf5125f9044f0869939a86801ed2d8
|
||||||
|
|
||||||
|
430877e794 pam-systemd: use secure_getenv() rather than getenv() (bsc#1132348 CVE-2019-3842)
|
||||||
|
3cff2e6514 man: document that if the main process exits after SIGTERM we go directly to SIGKILL
|
||||||
|
26c4f7191c bus: fix memleak on invalid message
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 19 16:11:44 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
- systemd-coredump: generate a stack trace of all core dumps (bsc#1128832)
|
||||||
|
|
||||||
|
This stack trace is logged to the journal.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 11 12:58:19 UTC 2019 - Franck Bui <fbui@suse.com>
|
Mon Mar 11 12:58:19 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
%define bootstrap 0
|
%define bootstrap 0
|
||||||
%define mini %nil
|
%define mini %nil
|
||||||
%define min_kernel_version 4.5
|
%define min_kernel_version 4.5
|
||||||
%define suse_version +suse.42.g15a1b4d58
|
%define suse_version +suse.46.g4e6e66ea9
|
||||||
|
|
||||||
%bcond_with gnuefi
|
%bcond_with gnuefi
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
@ -68,6 +68,7 @@ BuildRequires: libxslt-tools
|
|||||||
BuildRequires: python3
|
BuildRequires: python3
|
||||||
BuildRequires: python3-lxml
|
BuildRequires: python3-lxml
|
||||||
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
BuildRequires: pkgconfig(libcryptsetup) >= 1.6.0
|
||||||
|
BuildRequires: pkgconfig(libdw)
|
||||||
BuildRequires: pkgconfig(liblz4)
|
BuildRequires: pkgconfig(liblz4)
|
||||||
BuildRequires: pkgconfig(liblzma)
|
BuildRequires: pkgconfig(liblzma)
|
||||||
BuildRequires: pkgconfig(libpcre2-8)
|
BuildRequires: pkgconfig(libpcre2-8)
|
||||||
@ -452,6 +453,7 @@ opensuse_ntp_servers=({0..3}.opensuse.pool.ntp.org)
|
|||||||
-Dapparmor=auto \
|
-Dapparmor=auto \
|
||||||
-Dsmack=false \
|
-Dsmack=false \
|
||||||
-Dima=false \
|
-Dima=false \
|
||||||
|
-Delfutils=auto \
|
||||||
%if 0%{?bootstrap}
|
%if 0%{?bootstrap}
|
||||||
-Dman=false \
|
-Dman=false \
|
||||||
-Dhtml=false \
|
-Dhtml=false \
|
||||||
|
Loading…
Reference in New Issue
Block a user