Summary: | net/openntpd: constraint checking: reenable cert validation, fix time zone bug | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Matthias Andree <mandree> | ||||
Component: | Individual Port(s) | Assignee: | Christian Weisgerber <naddy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | naddy | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(naddy) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: naddy Date: Tue Mar 8 20:19:07 UTC 2016 New revision: 410654 URL: https://svnweb.freebsd.org/changeset/ports/410654 Log: * Reenable certificate validation through libressl (libressl 2.2.6 seems to be happy enough with the ca_root_nss 3.22.2 upgrade) * Avoid strptime %Z which is nonstandard and can give surprising results on different operating systems. (Same fix as upstream.) PR: 207685 Submitted by: mandree Changes: head/net/openntpd/Makefile head/net/openntpd/files/patch-src_constraint.c |
Created attachment 167694 [details] Makefile upgrade to reenable constraint checking - reenable certificate validation through libressl (libressl 2.2.6 seems to be happy enough with the ca_root_nss 3.22.2 upgrade) - fix timegm() -> mktime() in src/constraint.c - bump PORTREVISION