[ypserv/f16] Update to new upstream release that fixes several memory leaks (Related: #845283)

Honza Horak hhorak at fedoraproject.org
Mon Sep 3 11:08:29 UTC 2012


commit 7bed7eb4cbd0fc1bdd5fb48ece9ed3ff7e89b1ce
Author: Honza HorĂ¡k <hhorak at redhat.com>
Date:   Mon Sep 3 13:07:58 2012 +0200

    Update to new upstream release that fixes several memory leaks
    (Related: #845283)

 .gitignore                    |    1 +
 sources                       |    2 +-
 ypserv-2.19-inval-ports.patch |   64 --------------------
 ypserv-2.26-emptydomain.patch |   12 ----
 ypserv-2.26-errmsg.patch      |   21 -------
 ypserv-2.26-shadow.patch      |  133 -----------------------------------------
 ypserv.spec                   |   22 ++-----
 7 files changed, 8 insertions(+), 247 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c4a11d7..d1f65a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ ypserv-2.23.tar.bz2
 /ypserv-2.24.tar.bz2
 /ypserv-2.25.tar.bz2
 /ypserv-2.26.tar.bz2
+/ypserv-2.29.tar.bz2
diff --git a/sources b/sources
index 9983ce9..71fdf84 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b7fc218cbca885dc01cb798399b9ecc0  ypserv-2.26.tar.bz2
+9c7fb5ea6900367b3a15158190579daf  ypserv-2.29.tar.bz2
diff --git a/ypserv.spec b/ypserv.spec
index 348afd6..2122fea 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.26
-Release: 10%{?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
@@ -22,18 +22,11 @@ Patch0: ypserv-2.5-redhat.patch
 Patch1: ypserv-2.21-path.patch
 Patch2: ypserv-2.5-nfsnobody2.patch
 Patch3: ypserv-2.13-ypxfr-zeroresp.patch
-Patch4: ypserv-2.19-inval-ports.patch
 Patch5: ypserv-2.13-nonedomain.patch
 Patch6: ypserv-2.19-slp-warning.patch
 Patch7: ypserv-2.24-manfix.patch
 Patch8: ypserv-2.24-aliases.patch
 Patch9: ypserv-2.25-systemd.patch
-Patch10: ypserv-2.25-portmanfix.patch
-Patch11: ypserv-2.26-request.patch
-Patch12: ypserv-2.26-shadow.patch
-Patch13: ypserv-2.26-errmsg.patch
-Patch14: ypserv-2.26-emptydomain.patch
-Patch15: ypserv-2.26-retval.patch
 Patch16: ypserv-2.27-cloexec.patch
 BuildRequires: gdbm-devel
 BuildRequires: systemd-units
@@ -64,18 +57,11 @@ machines.
 %patch1 -p1 -b .path
 %patch2 -p1 -b .nfsnobody
 %patch3 -p1 -b .respzero
-%patch4 -p1 -b .ports
 %patch5 -p1 -b .nonedomain
 %patch6 -p1 -b .slp-warning
 %patch7 -p1 -b .manfix
 %patch8 -p1 -b .aliases
 %patch9 -p1 -b .systemd
-%patch10 -p1 -b .portmanfix
-%patch11 -p1 -b .request
-%patch12 -p1 -b .shadow
-%patch13 -p1 -b .errmsg
-%patch14 -p1 -b .emptydomain
-%patch15 -p1 -b .retval
 %patch16 -p1 -b .cloexec
 
 autoreconf
@@ -181,6 +167,10 @@ exit 0
 %{_includedir}/*/*
 
 %changelog
+* Mon Sep 03 2012 Honza Horak <hhorak at redhat.com> - 2.29-1
+- Update to new upstream release that fixes several memory leaks
+  (Related: #845283)
+
 * Fri Apr 13 2012 Honza Horak <hhorak at redhat.com> - 2.26-10
 - Use O_CLOEXEC when opening pid file to avoid SELinux issues
   Resolves: #809120


More information about the scm-commits mailing list