diff --git a/ppp-2.4.4-fd_leak.patch b/ppp-2.4.4-fd_leak.patch index 7c5aec2..6f94b25 100644 --- a/ppp-2.4.4-fd_leak.patch +++ b/ppp-2.4.4-fd_leak.patch @@ -219,7 +219,7 @@ diff -up ppp-2.4.4/pppd/main.c.fd_leak ppp-2.4.4/pppd/main.c + FILE *f; + +#if defined(O_CLOEXEC) && defined(SOCK_CLOEXEC) -+ if (cloexec_exec != -1) { ++ if (cloexec_works != -1) { + f = fopen(path, "re"); + if (f != NULL) { + check_cloexec(fileno(f)); diff --git a/ppp.spec b/ppp.spec index cbf05ba..be1b0eb 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,7 +1,7 @@ Summary: The Point-to-Point Protocol daemon Name: ppp Version: 2.4.5 -Release: 4%{?dist} +Release: 5%{?dist} License: BSD and LGPLv2+ and GPLv2+ and Public Domain Group: System Environment/Daemons URL: http://www.samba.org/ppp @@ -129,6 +129,9 @@ rm -rf $RPM_BUILD_ROOT %doc PLUGINS %changelog +* Thu Feb 04 2010 Jiri Skala - 2.4.5-5 +- one line correction in fd_leak patch + * Wed Feb 03 2010 Jiri Skala - 2.4.5-4 - applied patch fd_leak