Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
deeb3e74d5 |
@@ -3,12 +3,6 @@ Tue Jul 30 12:19:54 UTC 2024 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
|||||||
|
|
||||||
- CVE-2019-20633.patch: Fix double-free/OOB read in pch.c (bsc#1167721)
|
- CVE-2019-20633.patch: Fix double-free/OOB read in pch.c (bsc#1167721)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Feb 29 14:53:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Use %autosetup macro. Allows to eliminate the usage of deprecated
|
|
||||||
%patchN.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 24 14:16:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
Tue May 24 14:16:43 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
18
patch.spec
18
patch.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package patch
|
# spec file for package patch
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -54,7 +54,21 @@ The GNU patch program is used to apply diffs between original and
|
|||||||
changed files (generated by the diff command) to the original files.
|
changed files (generated by the diff command) to the original files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%setup -q
|
||||||
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
%patch3 -p1
|
||||||
|
%patch4 -p1
|
||||||
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
%patch7 -p1
|
||||||
|
%patch8 -p1
|
||||||
|
%patch9 -p1
|
||||||
|
%patch10 -p1
|
||||||
|
%patch11 -p1
|
||||||
|
%patch12 -p1
|
||||||
|
%patch13 -p1
|
||||||
|
%patch14 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -Wall -O2 -pipe"
|
export CFLAGS="%{optflags} -Wall -O2 -pipe"
|
||||||
|
Reference in New Issue
Block a user