Bug 207685 - net/openntpd: constraint checking: reenable cert validation, fix time zone bug
Summary: net/openntpd: constraint checking: reenable cert validation, fix time zone bug
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Christian Weisgerber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-03 22:08 UTC by Matthias Andree
Modified: 2016-03-08 20:20 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (naddy)


Attachments
Makefile upgrade to reenable constraint checking (1.62 KB, patch)
2016-03-03 22:08 UTC, Matthias Andree
mandree: maintainer-approval? (naddy)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Andree freebsd_committer freebsd_triage 2016-03-03 22:08:24 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-03-08 20:20:07 UTC
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