Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133555740
D47453.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
844 B
Referenced Files
None
Subscribers
None
D47453.id.diff
View Options
diff --git a/net/ntp/Makefile b/net/ntp/Makefile
--- a/net/ntp/Makefile
+++ b/net/ntp/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ntp
PORTVERSION= 4.2.8p18
+PORTREVISION= 1
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
--- /dev/null
+++ b/net/ntp/files/patch-ntpd_ntp__io.c
@@ -0,0 +1,16 @@
+--- ntpd/ntp_io.c.orig 2024-11-05 18:06:25 UTC
++++ ntpd/ntp_io.c
+@@ -1921,11 +1921,11 @@ update_interfaces(
+ }
+ else {
+ DPRINT_INTERFACE(3,
+- (ep, "updating ", " new - FAILED"));
++ (ep2, "updating ", " new - FAILED"));
+
+ msyslog(LOG_ERR,
+ "cannot bind address %s",
+- stoa(&ep->sin));
++ stoa(&ep2->sin));
+ }
+ free(ep2);
+ }
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Oct 27, 3:30 PM (9 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24248294
Default Alt Text
D47453.id.diff (844 B)
Attached To
Mode
D47453: net/ntp: Fix crash when bringing up net interface fails
Attached
Detach File
Event Timeline
Log In to Comment