From d3b87a3d147e7a8869fa7077e24ea8c8b3765403 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Hor=C3=A1k?= Date: Mon, 3 Sep 2012 09:57:00 +0200 Subject: [PATCH] Update to new upstream version that fix memory leaks (Related: #845283) --- .gitignore | 1 + sources | 2 +- ypserv.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1239b90..aed6a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ ypserv-2.23.tar.bz2 /ypserv-2.25.tar.bz2 /ypserv-2.26.tar.bz2 /ypserv-2.27.tar.bz2 +/ypserv-2.29.tar.bz2 diff --git a/sources b/sources index 6cea417..71fdf84 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd9c43aec932a92be07b723c647b02a4 ypserv-2.27.tar.bz2 +9c7fb5ea6900367b3a15158190579daf ypserv-2.29.tar.bz2 diff --git a/ypserv.spec b/ypserv.spec index 79354c7..1cb6c75 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -1,8 +1,8 @@ Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv -Version: 2.27 -Release: 2%{?dist} +Version: 2.29 +Release: 1%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ypserv-%{version}.tar.bz2 @@ -178,6 +178,9 @@ exit 0 %{_includedir}/*/* %changelog +* Mon Sep 03 2012 Honza Horak - 2.29-1 +- Update to new upstream version that fix memory leaks (Related: #845283) + * Fri Apr 13 2012 Honza Horak - 2.27-2 - Use O_CLOEXEC when opening pid file to avoid SELinux issues Resolves: #809120