diff options
-rw-r--r-- | net/ntp/Makefile | 2 | ||||
-rw-r--r-- | net/ntp/files/patch-ntpd_ntp__io.c | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index eedd057fd5d4..c48eccfe6046 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -1,6 +1,6 @@ PORTNAME= ntp PORTVERSION= 4.2.8p18 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \ http://archive.ntp.org/ntp4/ntp-4.2/ diff --git a/net/ntp/files/patch-ntpd_ntp__io.c b/net/ntp/files/patch-ntpd_ntp__io.c new file mode 100644 index 000000000000..b2bbf0fee058 --- /dev/null +++ b/net/ntp/files/patch-ntpd_ntp__io.c @@ -0,0 +1,11 @@ +--- ntpd/ntp_io.c.orig 2024-05-07 04:21:17.000000000 -0700 ++++ ntpd/ntp_io.c 2025-02-18 19:31:18.434141000 -0800 +@@ -3205,7 +3205,7 @@ + } + + do { +- if (INT_LL_OF_GLOB & src->flags) { ++ if (ismcast && INT_LL_OF_GLOB & src->flags) { + /* avoid duplicate multicasts on same IPv6 net */ + goto loop; + } |