summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-07-18 23:48:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-07-18 23:48:26 +0000
commit0b8f4f39277bbbb8f41d2c8b7a9f01330f64a5c3 (patch)
treef10144f017411260278a4c52138becfd9ff08b13 /net-misc/ntp
parentPull old development snapshots. (diff)
downloadgentoo-2-0b8f4f39277bbbb8f41d2c8b7a9f01330f64a5c3.tar.gz
gentoo-2-0b8f4f39277bbbb8f41d2c8b7a9f01330f64a5c3.tar.bz2
gentoo-2-0b8f4f39277bbbb8f41d2c8b7a9f01330f64a5c3.zip
add urls to upstream bug tracker
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-misc/ntp')
-rw-r--r--net-misc/ntp/files/4.2.0.20040617-debug-fix.patch7
-rw-r--r--net-misc/ntp/files/4.2.0.20040617-errno-fix.patch7
-rw-r--r--net-misc/ntp/files/4.2.0.20040617-freebsd.patch12
3 files changed, 14 insertions, 12 deletions
diff --git a/net-misc/ntp/files/4.2.0.20040617-debug-fix.patch b/net-misc/ntp/files/4.2.0.20040617-debug-fix.patch
index 5a97fde7a442..a7c35e388a80 100644
--- a/net-misc/ntp/files/4.2.0.20040617-debug-fix.patch
+++ b/net-misc/ntp/files/4.2.0.20040617-debug-fix.patch
@@ -1,6 +1,7 @@
-diff -Nur ntp-stable-4.2.0a-20040617/ntpd/ntp_proto.c ntp-stable-4.2.0a-20040617-debug-fix/ntpd/ntp_proto.c
---- ntp-stable-4.2.0a-20040617/ntpd/ntp_proto.c 2004-05-25 11:02:24.000000000 +0000
-+++ ntp-stable-4.2.0a-20040617-debug-fix/ntpd/ntp_proto.c 2005-05-07 22:32:30.973867197 +0000
+https://ntp.isc.org/bugs/show_bug.cgi?id=464
+
+--- ntpd/ntp_proto.c
++++ ntpd/ntp_proto.c
@@ -2293,8 +2293,8 @@
if (debug > 1)
printf("select: prefer offset %.6f\n",
diff --git a/net-misc/ntp/files/4.2.0.20040617-errno-fix.patch b/net-misc/ntp/files/4.2.0.20040617-errno-fix.patch
index 2c6fbdae2bc4..9eae0496a865 100644
--- a/net-misc/ntp/files/4.2.0.20040617-errno-fix.patch
+++ b/net-misc/ntp/files/4.2.0.20040617-errno-fix.patch
@@ -1,6 +1,7 @@
-diff -Nur ntp-stable-4.2.0a-20040617/ntpd/ntp_io.c ntp-stable-4.2.0a-20040617-errno-fix/ntpd/ntp_io.c
---- ntp-stable-4.2.0a-20040617/ntpd/ntp_io.c 2004-05-25 11:02:24.000000000 +0000
-+++ ntp-stable-4.2.0a-20040617-errno-fix/ntpd/ntp_io.c 2005-05-06 15:35:23.433595492 +0000
+https://ntp.isc.org/bugs/show_bug.cgi?id=465
+
+--- ntpd/ntp_io.c
++++ ntpd/ntp_io.c
@@ -1795,16 +1795,16 @@
sizeof(rb->recv_space), 0,
(struct sockaddr *)&rb->recv_srcadr,
diff --git a/net-misc/ntp/files/4.2.0.20040617-freebsd.patch b/net-misc/ntp/files/4.2.0.20040617-freebsd.patch
index 881faef63c53..4ca3c5367722 100644
--- a/net-misc/ntp/files/4.2.0.20040617-freebsd.patch
+++ b/net-misc/ntp/files/4.2.0.20040617-freebsd.patch
@@ -1,6 +1,7 @@
-diff -ur ntp-stable-4.2.0a-20040617/ntpdc/ntpdc.c ntp-stable-4.2.0a-20040617-fbsd/ntpdc/ntpdc.c
---- ntp-stable-4.2.0a-20040617/ntpdc/ntpdc.c 2004-05-25 13:02:25.000000000 +0200
-+++ ntp-stable-4.2.0a-20040617-fbsd/ntpdc/ntpdc.c 2005-05-26 07:25:33.091870920 +0200
+https://ntp.isc.org/bugs/show_bug.cgi?id=438
+
+--- ntpdc/ntpdc.c
++++ ntpdc/ntpdc.c
@@ -449,7 +449,11 @@
hints.ai_flags = AI_NUMERICHOST;
@@ -14,9 +15,8 @@ diff -ur ntp-stable-4.2.0a-20040617/ntpdc/ntpdc.c ntp-stable-4.2.0a-20040617-fbs
hints.ai_flags = AI_CANONNAME;
#ifdef AI_ADDRCONFIG
hints.ai_flags |= AI_ADDRCONFIG;
-diff -ur ntp-stable-4.2.0a-20040617/ntpq/ntpq.c ntp-stable-4.2.0a-20040617-fbsd/ntpq/ntpq.c
---- ntp-stable-4.2.0a-20040617/ntpq/ntpq.c 2004-05-25 13:02:25.000000000 +0200
-+++ ntp-stable-4.2.0a-20040617-fbsd/ntpq/ntpq.c 2005-05-26 07:26:33.276721432 +0200
+--- ntpq/ntpq.c
++++ ntpq/ntpq.c
@@ -631,7 +631,11 @@
hints.ai_flags = AI_NUMERICHOST;