svn commit: r540010 - in head/net/ntp: . files

Cy Schubert cy at FreeBSD.org
Wed Jun 24 01:52:53 UTC 2020


Author: cy
Date: Wed Jun 24 01:52:52 2020
New Revision: 540010
URL: https://svnweb.freebsd.org/changeset/ports/540010

Log:
  Update 4.2.8p14 --> 4.2.8p15
  
  Summary: Systems that use a CMAC algorithm in ntp.keys will not release
  a bit of memory on each packet that uses a CMAC keyid, eventually causing
  ntpd to run out of memory and fail. The CMAC cleanup from
  https://bugs.ntp.org/3447, part of ntp-4.2.8p11, introduced a bug whereby
  the CMAC data structure was no longer completely removed.
  
  MFH:		2020Q3
  Security:	NTP Bug 3661

Deleted:
  head/net/ntp/files/patch-include_ntp__config.h
  head/net/ntp/files/patch-ntpd_ntp__config.c
Modified:
  head/net/ntp/Makefile   (contents, props changed)
  head/net/ntp/distinfo   (contents, props changed)

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Jun 24 01:52:26 2020	(r540009)
+++ head/net/ntp/Makefile	Wed Jun 24 01:52:52 2020	(r540010)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	ntp
-PORTVERSION=	4.2.8p14
+PORTVERSION=	4.2.8p15
 CATEGORIES=	net
 MASTER_SITES=	http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ \
 		http://archive.ntp.org/ntp4/ntp-4.2/ \

Modified: head/net/ntp/distinfo
==============================================================================
--- head/net/ntp/distinfo	Wed Jun 24 01:52:26 2020	(r540009)
+++ head/net/ntp/distinfo	Wed Jun 24 01:52:52 2020	(r540010)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1583329796
-SHA256 (ntp-4.2.8p14.tar.gz) = 1960e4f081f6aafd108d721bc3ab15f9e8dfd08dc08339aa95bca9d2545e4eb7
-SIZE (ntp-4.2.8p14.tar.gz) = 7007263
+TIMESTAMP = 1592955783
+SHA256 (ntp-4.2.8p15.tar.gz) = f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19
+SIZE (ntp-4.2.8p15.tar.gz) = 7015970


More information about the svn-ports-all mailing list