Update to new upstream version that fix memory leaks (Related: #845283)
This commit is contained in:
parent
55ad40a9b9
commit
d3b87a3d14
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
fd9c43aec932a92be07b723c647b02a4 ypserv-2.27.tar.bz2
|
||||
9c7fb5ea6900367b3a15158190579daf ypserv-2.29.tar.bz2
|
||||
|
@ -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 <hhorak@redhat.com> - 2.29-1
|
||||
- Update to new upstream version that fix memory leaks (Related: #845283)
|
||||
|
||||
* Fri Apr 13 2012 Honza Horak <hhorak@redhat.com> - 2.27-2
|
||||
- Use O_CLOEXEC when opening pid file to avoid SELinux issues
|
||||
Resolves: #809120
|
||||
|
Loading…
Reference in New Issue
Block a user