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 5a1bee9..46bafae 100644 --- a/ppp.spec +++ b/ppp.spec @@ -1,7 +1,7 @@ Summary: The PPP (Point-to-Point Protocol) daemon. Name: ppp Version: 2.4.5 -Release: 3%{?dist} +Release: 4%{?dist} License: BSD and LGPLv2+ and GPLv2+ and Public Domain Group: System Environment/Daemons Source0: ftp://ftp.samba.org/pub/ppp/ppp-%{version}.tar.gz @@ -128,6 +128,9 @@ rm -rf $RPM_BUILD_ROOT %doc PLUGINS %changelog +* Thu Feb 04 2010 Jiri Skala 2.4.5-4 +- fixed one line in fd_leak patch + * Wed Feb 03 2010 Jiri Skala 2.4.5-3 - fixes #541107 fd_leak patch