FreeBSD Bugzilla – Attachment 236540 Details for
Bug 266397
security/s2n: Various improvements
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for s2n v2
s2n-fixup-v2.patch (text/plain), 1.29 KB, created by
Daniel Engberg
on 2022-09-13 12:47:13 UTC
(
hide
)
Description:
Patch for s2n v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2022-09-13 12:47:13 UTC
Size:
1.29 KB
patch
obsolete
>diff --git a/security/s2n/Makefile b/security/s2n/Makefile >index d0267dbb2dac..095aa83f3baa 100644 >--- a/security/s2n/Makefile >+++ b/security/s2n/Makefile >@@ -1,6 +1,7 @@ > PORTNAME= s2n > DISTVERSIONPREFIX= v > DISTVERSION= 1.3.20 >+PORTREVISION= 1 > PORTEPOCH= 1 > CATEGORIES= security > >@@ -9,29 +10,35 @@ COMMENT= C99 implementation of the TLS/SSL protocols > WWW= https://github.com/aws/s2n-tls > > LICENSE= APACHE20 >+LICENSE_FILE= ${WRKSRC}/LICENSE > >-USES= cmake ssl >+USES= cmake:testing ssl > > USE_GITHUB= yes > GH_ACCOUNT= aws > GH_PROJECT= s2n-tls > > USE_LDCONFIG= yes >-CMAKE_ARGS+= -DBUILD_SHARED_LIBS=ON >+CMAKE_OFF= BUILD_TESTING >+CMAKE_ON= BUILD_SHARED_LIBS > > SUB_FILES= pkg-message > >-OPTIONS_DEFINE= DOCS EXAMPLES TEST >+OPTIONS_DEFINE= DOCS EXAMPLES LTO >+OPTIONS_DEFINE_amd64= ASM >+OPTIONS_DEFAULT= LTO >+ >+ASM_DESC= Enable PQ crypto assembly (reqs AVX2 and BMI2 support) >+ >+ASM_CMAKE_OFF= -DS2N_NO_PQ_ASM=1 >+LTO_CMAKE_BOOL= S2N_LTO > > .include <bsd.port.options.mk> > > .if ${ARCH} != aarch64 && ${ARCH} != amd64 && ${ARCH} != arm && ${ARCH} != armv6 && ${ARCH} != armv7 && ${ARCH} != i386 >-CMAKE_ARGS+= -DS2N_NO_PQ:BOOL=ON >+CMAKE_ON+= S2N_NO_PQ > .endif > >-post-build-TEST-on: >- (cd ${WRKDIR}/.build && ninja test) >- > post-install: > @${MKDIR} ${STAGEDIR}${DOCSDIR} > ${CP} -r ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
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
Actions:
View
|
Diff
Attachments on
bug 266397
:
236538
| 236540 |
236541