FreeBSD Bugzilla – Attachment 223640 Details for
Bug 254355
security/nettle: Update to 3.7.2 (fixes security vulnerabilities)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to update nettle to 3.7.2
nettle-update.txt (text/plain), 2.35 KB, created by
Matthias Andree
on 2021-03-27 14:55:40 UTC
(
hide
)
Description:
patch to update nettle to 3.7.2
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2021-03-27 14:55:40 UTC
Size:
2.35 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (Revision 569315) >+++ Makefile (Arbeitskopie) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= nettle >-PORTVERSION= 3.6 >+PORTVERSION= 3.7.2 > CATEGORIES= security > MASTER_SITES= GNU \ > https://www.lysator.liu.se/~nisse/archive/ >@@ -19,17 +19,22 @@ > LIB_DEPENDS= libgmp.so:math/gmp > > USES= compiler:c11 gmake localbase makeinfo pathfix >+USE_LDCONFIG= yes > >+GNU_CONFIGURE= yes > CONFIGURE_ARGS= --enable-shared > CONFIGURE_ENV= M4="/usr/bin/m4 -g" >-GNU_CONFIGURE= yes >-USE_LDCONFIG= yes >+TEST_TARGET= check > > INFO= nettle > PORTDOCS= NEWS README nettle.html nettle.pdf > PORTEXAMPLES= *.c *.h > >-OPTIONS_DEFINE= DOCS EXAMPLES >+OPTIONS_DEFINE= DOCS EXAMPLES >+# no EXAMPLES option on 11.x with base SSL since the examples require EV_MD_CTX_new() >+OPTIONS_EXCLUDE= ${${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 && ${SSL_DEFAULT} == base:?EXAMPLES:} >+EXAMPLES_USES= ssl >+EXAMPLES_CFLAGS= -I${OPENSSLINC} > > .include <bsd.port.options.mk> > >@@ -43,6 +48,9 @@ > @${REINPLACE_CMD} -e 's|__sgi|__unix__|' ${WRKSRC}/configure > .endif > >+post-patch-EXAMPLES-off: >+ ${REINPLACE_CMD} -e '/TARGETS.*=/ s|nettle-benchmark$$(EXEEXT)||' ${WRKSRC}/examples/Makefile.in >+ > post-install: > ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so > >Index: distinfo >=================================================================== >--- distinfo (Revision 569315) >+++ distinfo (Arbeitskopie) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1588256838 >-SHA256 (nettle-3.6.tar.gz) = d24c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1 >-SIZE (nettle-3.6.tar.gz) = 2288173 >+TIMESTAMP = 1616843021 >+SHA256 (nettle-3.7.2.tar.gz) = 8d2a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162 >+SIZE (nettle-3.7.2.tar.gz) = 2382309 >Index: pkg-plist >=================================================================== >--- pkg-plist (Revision 569315) >+++ pkg-plist (Arbeitskopie) >@@ -63,6 +63,7 @@ > include/nettle/sha2.h > include/nettle/sha3.h > include/nettle/siv-cmac.h >+include/nettle/streebog.h > include/nettle/twofish.h > include/nettle/umac.h > include/nettle/version.h >@@ -71,10 +72,10 @@ > lib/libhogweed.a > lib/libhogweed.so > lib/libhogweed.so.6 >-lib/libhogweed.so.6.0 >+lib/libhogweed.so.6.3 > lib/libnettle.a > lib/libnettle.so > lib/libnettle.so.8 >-lib/libnettle.so.8.0 >+lib/libnettle.so.8.3 > libdata/pkgconfig/hogweed.pc > libdata/pkgconfig/nettle.pc
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 254355
:
223348
|
223349
|
223640
|
223644
|
223645