summaryrefslogtreecommitdiffstats
path: root/libpaper.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libpaper.spec')
-rw-r--r--libpaper.spec15
1 files changed, 15 insertions, 0 deletions
diff --git a/libpaper.spec b/libpaper.spec
index 3c36ebd..2eb45be 100644
--- a/libpaper.spec
+++ b/libpaper.spec
@@ -17,6 +17,13 @@ Patch1: libpaper-1.1.23-debianbug475683.patch
# Filed upstream as:
# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=481213
Patch2: libpaper-useglibcfallback.patch
+# Memory leak
+Patch3: libpaper-file-leak.patch
+# memory leak found by covscan, reported to debian upstream
+Patch4: libpaper-covscan.patch
+# gcc is no longer in buildroot by default
+BuildRequires: gcc
+
BuildRequires: libtool, gettext, gawk
%description
@@ -41,6 +48,8 @@ to develop applications which use libpaper.
%patch0 -p1 -b .automake110
%patch1 -p1 -b .dlfix
%patch2 -p1 -b .useglibcfallback
+%patch3 -p1 -b .file-leak
+%patch4 -p1 -b .covscan
libtoolize
%build
@@ -87,6 +96,12 @@ done
%{_mandir}/man3/*
%changelog
+* Wed Sep 25 2019 Remi Collet <remi@remirepo.net> -1.1.24-8
+- rebuild for remirepo for https://bugzilla.redhat.com/1753534
+ using patch from Fedora
+- fix covscan issue - memory leak
+- fix file descriptor leak
+
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.1.24-8
- Mass rebuild 2014-01-24