From 5babb449cb2a3b10814daf240c884c36e547ed28 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Tue, 4 Aug 2009 11:56:03 +0200 Subject: [PATCH] ntp: update to 4.2.4p7 --- recipes/ntp/ntp-4.2.2p3/ipv6only-workaround.patch | 13 ------------- .../{ntp-4.2.2p3 => ntp-4.2.4p7}/tickadj.c.patch | 0 recipes/ntp/{ntp_4.2.2p3.bb => ntp_4.2.4p7.bb} | 3 +-- 3 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 recipes/ntp/ntp-4.2.2p3/ipv6only-workaround.patch rename recipes/ntp/{ntp-4.2.2p3 => ntp-4.2.4p7}/tickadj.c.patch (100%) rename recipes/ntp/{ntp_4.2.2p3.bb => ntp_4.2.4p7.bb} (95%) diff --git a/recipes/ntp/ntp-4.2.2p3/ipv6only-workaround.patch b/recipes/ntp/ntp-4.2.2p3/ipv6only-workaround.patch deleted file mode 100644 index 5301621dc2..0000000000 --- a/recipes/ntp/ntp-4.2.2p3/ipv6only-workaround.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: ntp-4.2.2p3/ntpdate/ntpdate.c -=================================================================== ---- ntp-4.2.2p3.orig/ntpdate/ntpdate.c -+++ ntp-4.2.2p3/ntpdate/ntpdate.c -@@ -1777,8 +1777,6 @@ init_io(void) - if (res->ai_family == AF_INET6) - if (setsockopt(fd[nbsock], IPPROTO_IPV6, IPV6_V6ONLY, (void*) &optval, sizeof(optval)) < 0) { - netsyslog(LOG_ERR, "setsockopt() IPV6_V6ONLY failed: %m"); -- exit(1); -- /*NOTREACHED*/ - } - #endif - diff --git a/recipes/ntp/ntp-4.2.2p3/tickadj.c.patch b/recipes/ntp/ntp-4.2.4p7/tickadj.c.patch similarity index 100% rename from recipes/ntp/ntp-4.2.2p3/tickadj.c.patch rename to recipes/ntp/ntp-4.2.4p7/tickadj.c.patch diff --git a/recipes/ntp/ntp_4.2.2p3.bb b/recipes/ntp/ntp_4.2.4p7.bb similarity index 95% rename from recipes/ntp/ntp_4.2.2p3.bb rename to recipes/ntp/ntp_4.2.4p7.bb index e53594c259..5e24e8adb1 100644 --- a/recipes/ntp/ntp_4.2.2p3.bb +++ b/recipes/ntp/ntp_4.2.4p7.bb @@ -1,9 +1,8 @@ require ntp.inc -PR = "r2" +PR = "r0" SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/${P}.tar.gz \ - file://ipv6only-workaround.patch;patch=1 \ file://tickadj.c.patch;patch=1 \ file://ntp-4.2.4_p6-nano.patch;patch=1 \ file://ntpd \ -- 2.39.5