[132840] trunk/dports/sysutils/ntp
dluke at macports.org
dluke at macports.org
Wed Feb 11 08:41:19 PST 2015
Revision: 132840
https://trac.macports.org/changeset/132840
Author: dluke at macports.org
Date: 2015-02-11 08:41:18 -0800 (Wed, 11 Feb 2015)
Log Message:
-----------
ntp: version bump, update to 4.2.8p1
Modified Paths:
--------------
trunk/dports/sysutils/ntp/Portfile
Removed Paths:
-------------
trunk/dports/sysutils/ntp/files/patch-ntpd-ntp_io.c.diff
Modified: trunk/dports/sysutils/ntp/Portfile
===================================================================
--- trunk/dports/sysutils/ntp/Portfile 2015-02-11 16:17:38 UTC (rev 132839)
+++ trunk/dports/sysutils/ntp/Portfile 2015-02-11 16:41:18 UTC (rev 132840)
@@ -3,7 +3,7 @@
PortSystem 1.0
name ntp
-version 4.2.8
+version 4.2.8p1
epoch 1
categories sysutils net
maintainers geeklair.net:dluke
@@ -17,15 +17,12 @@
homepage http://www.ntp.org/
master_sites http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-[join [lrange [split ${version} .] 0 1] .]/
-checksums md5 6972a626be6150db8cfbd0b63d8719e7 \
- sha1 6d1c017a8a0e97d5cf8bf4e5e38333973ffd22d5 \
- rmd160 d68edfca4dd65ccca8ccc40a90b0ec1110982dc3
+checksums md5 65d8cdfae4722226fbe29863477641ed \
+ sha1 1e6d8894bbd3456bd71aa890b02f802f2e611e86 \
+ rmd160 f61569230e876faf9271607aff9dcbd242ea4f69
platforms darwin
-#- fix build, upstream bug http://bugs.ntp.org/show_bug.cgi?id=2697
-patchfiles patch-ntpd-ntp_io.c.diff
-
configure.args --enable-ipv6
startupitem.create yes
Deleted: trunk/dports/sysutils/ntp/files/patch-ntpd-ntp_io.c.diff
===================================================================
--- trunk/dports/sysutils/ntp/files/patch-ntpd-ntp_io.c.diff 2015-02-11 16:17:38 UTC (rev 132839)
+++ trunk/dports/sysutils/ntp/files/patch-ntpd-ntp_io.c.diff 2015-02-11 16:41:18 UTC (rev 132840)
@@ -1,22 +0,0 @@
---- ntpd/ntp_io.c.orig 2014-12-19 03:56:55.000000000 -0800
-+++ ntpd/ntp_io.c 2014-12-20 15:17:12.000000000 -0800
-@@ -3454,15 +3454,15 @@
- if (AF_INET6 == itf->family) {
- DPRINTF(1, ("Got an IPv6 packet, from <%s> (%d) to <%s> (%d)\n",
- stoa(&rb->recv_srcadr),
-- IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr),
-+ IN6_IS_ADDR_LOOPBACK(&(rb->recv_srcadr.sa6.sin6_addr)),
- stoa(&itf->sin),
-- !IN6_IS_ADDR_LOOPBACK(&itf->sin)
-+ !IN6_IS_ADDR_LOOPBACK(&(itf->sin.sa6.sin6_addr))
- ));
- }
-
- if ( AF_INET6 == itf->family
-- && IN6_IS_ADDR_LOOPBACK(&rb->recv_srcadr)
-- && !IN6_IS_ADDR_LOOPBACK(&itf->sin)
-+ && IN6_IS_ADDR_LOOPBACK(&(rb->recv_srcadr.sa6.sin6_addr))
-+ && !IN6_IS_ADDR_LOOPBACK(&(itf->sin.sa6.sin6_addr))
- ) {
- packets_dropped++;
- DPRINTF(1, ("DROPPING that packet\n"));
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150211/288a759f/attachment.html>
More information about the macports-changes
mailing list