pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/openntpd



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jun 15 05:40:21 UTC 2016

Modified Files:
        pkgsrc/net/openntpd: Makefile distinfo

Log Message:
Updated openntpd to 6.0p1.

Changes since OpenNTPD 5.9p1
============================

    * Fixed a link failure on older Linux distributions and a build
      failure on FreeBSD.
    * Set MOD_MAXERROR to avoid unsynced time status when using
      ntp_adjtime.
    * Fixed HTTP Timestamp header parsing to use strptime in a more
      portable fashion.
    * Hardened TLS for ntpd constraints, enabling server name
      verification. Thanks to Luis M. Merino.

Note that HTTPS TLS constraints are currently disabled in pkgsrc pending
evaluation of how best to deal with libressl.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/net/openntpd/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/openntpd/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/openntpd/Makefile
diff -u pkgsrc/net/openntpd/Makefile:1.43 pkgsrc/net/openntpd/Makefile:1.44
--- pkgsrc/net/openntpd/Makefile:1.43   Sat May 14 14:55:34 2016
+++ pkgsrc/net/openntpd/Makefile        Wed Jun 15 05:40:21 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2016/05/14 14:55:34 bsiegert Exp $
+# $NetBSD: Makefile,v 1.44 2016/06/15 05:40:21 wiz Exp $
 
-DISTNAME=              openntpd-5.9p1
+DISTNAME=              openntpd-6.0p1
 CATEGORIES=            net
 MASTER_SITES=          ${MASTER_SITE_OPENBSD:=OpenNTPD/}
 

Index: pkgsrc/net/openntpd/distinfo
diff -u pkgsrc/net/openntpd/distinfo:1.12 pkgsrc/net/openntpd/distinfo:1.13
--- pkgsrc/net/openntpd/distinfo:1.12   Sat May 14 14:55:34 2016
+++ pkgsrc/net/openntpd/distinfo        Wed Jun 15 05:40:21 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.12 2016/05/14 14:55:34 bsiegert Exp $
+$NetBSD: distinfo,v 1.13 2016/06/15 05:40:21 wiz Exp $
 
-SHA1 (openntpd-5.9p1.tar.gz) = ad190fea59fab655ce79b263849d552e46accaac
-RMD160 (openntpd-5.9p1.tar.gz) = b3fb3371b3f2612c7fe2a4d36dd25bc96e1c772e
-SHA512 (openntpd-5.9p1.tar.gz) = 227a4d42f43f4abfaa97fb85cf121d3b9a6646259faeda785dbeb3e4a27285a7f95daf96e72135871a31f772895f3b66c10bd628c87e453507ce69102f5e1213
-Size (openntpd-5.9p1.tar.gz) = 432844 bytes
-SHA1 (patch-configure) = 9a6b639f7a88d2047fa2b61727b0824406ab660f
+SHA1 (openntpd-6.0p1.tar.gz) = 4495e1ba750a6c6c623bba784c5e0f6423585206
+RMD160 (openntpd-6.0p1.tar.gz) = a07b4c96d843c206550a20f839485c04771916b8
+SHA512 (openntpd-6.0p1.tar.gz) = a71c516dbe7596cbcb3a385112a59a82185b7e3d93a52eda695cea5a0a599ba7fbf58daa81da55d608255cb6950398123fa7d71663604a4c3bcbee949711296d
+Size (openntpd-6.0p1.tar.gz) = 432696 bytes



Home | Main Index | Thread Index | Old Index