FreeBSD Bugzilla – Attachment 167694 Details for
Bug 207685
net/openntpd: constraint checking: reenable cert validation, fix time zone bug
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile upgrade to reenable constraint checking
patch-net_openntpd (text/plain), 1.62 KB, created by
Matthias Andree
on 2016-03-03 22:08:24 UTC
(
hide
)
Description:
Makefile upgrade to reenable constraint checking
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2016-03-03 22:08:24 UTC
Size:
1.62 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 410073) >+++ Makefile (Arbeitskopie) >@@ -2,7 +2,7 @@ > > PORTNAME= openntpd > PORTVERSION= 5.7p4 >-PORTREVISION= 1 >+PORTREVISION= 2 > PORTEPOCH= 2 > CATEGORIES= net > MASTER_SITES= OPENBSD/OpenNTPD >@@ -20,25 +20,27 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --disable-silent-rules > >-# XXX: >-# * LibreSSL fails with the certificiate bundle from ca_root_nss. >+# * LibreSSL fails with the certificiate bundle from ca_root_nss; >+# 3.22.2 appears to work just fine (unlike 3.22). > # * USE_OPENSSL does not handle LibreSSL yet. > # >-#OPTIONS_DEFINE= RESSL >-#RESSL_DESC= SSL/TLS support via LibreSSL >+OPTIONS_DEFINE= RESSL >+RESSL_DESC= SSL/TLS support via LibreSSL (EXPERIMENTAL) > # >-#OPTIONS_DEFAULT= RESSL >+OPTIONS_DEFAULT= RESSL > # >-#RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl >-#RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem >-#RESSL_CPPFLAGS= -I${LOCALBASE}/include >-#RESSL_LDFLAGS= -L${LOCALBASE}/lib >+RESSL_LIB_DEPENDS= libtls.so:${PORTSDIR}/security/libressl >+RESSL_CONFIGURE_WITH= cacert=${LOCALBASE}/etc/ssl/cert.pem >+RESSL_CPPFLAGS= -I${LOCALBASE}/include >+RESSL_LDFLAGS= -L${LOCALBASE}/lib >+RESSL_RUN_DEPENDS= ca_root_nss>=3.22.2:${PORTSDIR}/security/ca_root_nss > > pre-build: > ${REINPLACE_CMD} -e 's,%%PREFIX%%,${PREFIX},g' \ > ${WRKSRC}/src/ntpd.conf.5 ${WRKSRC}/src/ntpd.8 >+ ${REINPLACE_CMD} -e 's,timegm,mktime,' ${WRKSRC}/src/constraint.c > > post-install: >- cd ${STAGEDIR}${PREFIX}/etc; ${MV} ntpd.conf ntpd.conf.sample >+ cd ${STAGEDIR}${PREFIX}/etc && ${MV} ntpd.conf ntpd.conf.sample > > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
mandree
:
maintainer-approval?
(
naddy
)
Actions:
View
|
Diff
Attachments on
bug 207685
: 167694