Accepting request 20082 from systemmanagement
Copy from systemmanagement/cfengine based on submit request 20082 from user anicka OBS-URL: https://build.opensuse.org/request/show/20082 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=15
This commit is contained in:
parent
f2df023d64
commit
56a24b14dc
12
cfengine-2.2.8-closedir.diff
Normal file
12
cfengine-2.2.8-closedir.diff
Normal file
@ -0,0 +1,12 @@
|
||||
--- src/link.c
|
||||
+++ src/link.c
|
||||
@@ -230,7 +230,8 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
-
|
||||
+
|
||||
+ closedir(dirh);
|
||||
if (matched) return;
|
||||
}
|
||||
}
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 7 20:53:22 CEST 2009 - anicka@suse.cz
|
||||
|
||||
- fixed resource leak (bnc#533579)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 10 17:03:52 CEST 2009 - anicka@suse.cz
|
||||
|
||||
|
@ -24,7 +24,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Networking/System
|
||||
AutoReqProv: on
|
||||
Version: 2.2.8
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: A Tool to Maintain Complicated Networks
|
||||
Url: http://www.cfengine.org/
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -38,6 +38,7 @@ Patch5: %{name}-%{version}-strict-aliasing-fix.diff
|
||||
Patch7: %{name}-%{version}-printf.diff
|
||||
Patch9: %{name}-%{version}-overflow.diff
|
||||
Patch10: %{name}-%{version}-free.diff
|
||||
Patch11: %{name}-%{version}-closedir.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
@ -62,6 +63,7 @@ Authors:
|
||||
%patch7
|
||||
%patch9
|
||||
%patch10
|
||||
%patch11
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
|
Loading…
Reference in New Issue
Block a user