rpms/ntp/devel ntp-4.2.4p2-loopback.patch, NONE, 1.1 ntp.spec, 1.70, 1.71

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Mon Aug 13 13:00:43 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/ntp/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9045

Modified Files:
	ntp.spec 
Added Files:
	ntp-4.2.4p2-loopback.patch 
Log Message:
- allow loopback to share non-loopback address (#249226)
- require readline >= 5.2-3 (#250917)


ntp-4.2.4p2-loopback.patch:

--- NEW FILE ntp-4.2.4p2-loopback.patch ---
--- ntp-4.2.4p2/ntpd/ntp_io.c.loopback	2007-08-08 12:38:16.000000000 +0200
+++ ntp-4.2.4p2/ntpd/ntp_io.c	2007-08-08 12:39:13.000000000 +0200
@@ -3195,7 +3195,7 @@ findinterface(
 {
 	struct interface *interface;
 	
-	interface = findlocalinterface(addr, INT_LOOPBACK|INT_WILDCARD);
+	interface = findlocalinterface(addr, INT_WILDCARD);
 
 	if (interface == NULL)
 	{


Index: ntp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ntp/devel/ntp.spec,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ntp.spec	25 Jul 2007 18:04:51 -0000	1.70
+++ ntp.spec	13 Aug 2007 13:00:10 -0000	1.71
@@ -3,7 +3,7 @@
 Summary: Synchronizes system time using the Network Time Protocol (NTP)
 Name: ntp
 Version: 4.2.4p2
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: distributable
 Group: System Environment/Daemons
 Source0: http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-%{version}.tar.gz
@@ -30,6 +30,7 @@
 Patch10: ntp-4.2.4-htmldoc.patch
 Patch11: ntp-4.2.4p2-filegen.patch
 Patch12: ntp-4.2.4-sprintf.patch
+Patch13: ntp-4.2.4p2-loopback.patch
 Patch14: ntp-4.2.4p2-mlock.patch
 Patch17: ntp-4.2.4p0-sleep.patch
 Patch18: ntp-4.2.4p0-bcast.patch
@@ -40,6 +41,8 @@
 Requires(post): /sbin/chkconfig
 Requires(preun): /sbin/chkconfig /sbin/service
 Requires(postun): /sbin/service
+# Require libreadline linked with libtinfo
+Requires: readline >= 5.2-3
 BuildRequires: libcap-devel openssl-devel readline-devel perl-HTML-Parser
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -68,6 +71,7 @@
 %patch10 -p1 -b .htmldoc
 %patch11 -p1 -b .filegen
 %patch12 -p1 -b .sprintf
+%patch13 -p1 -b .loopback
 %patch14 -p1 -b .mlock
 %patch17 -p1 -b .sleep
 %patch18 -p1 -b .bcast
@@ -194,6 +198,10 @@
 
 
 %changelog
+* Mon Aug 13 2007 Miroslav Lichvar <mlichvar at redhat.com> 4.2.4p2-4
+- allow loopback to share non-loopback address (#249226)
+- require readline >= 5.2-3 (#250917)
+
 * Wed Jul 25 2007 Jesse Keating <jkeating at redhat.com> - 4.2.4p2-3
 - Rebuild for RH #249435
 




More information about the fedora-extras-commits mailing list