Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
d0026757
Commit
d0026757
authored
Mar 30, 2021
by
sunpoet
Browse files
Update to 3.7.2
Changes:
https://git.lysator.liu.se/nettle/nettle/blob/master/NEWS
Exp-run by: antoine
parent
f9fd7e47
Changes
3
Hide whitespace changes
Inline
Side-by-side
security/nettle/Makefile
View file @
d0026757
...
...
@@ -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/
...
...
@@ -23,11 +23,10 @@ USES= compiler:c11 gmake localbase makeinfo pathfix
CONFIGURE_ARGS
=
--enable-shared
CONFIGURE_ENV
=
M4
=
"/usr/bin/m4 -g"
GNU_CONFIGURE
=
yes
TEST_TARGET
=
check
USE_LDCONFIG
=
yes
INFO
=
nettle
PORTDOCS
=
NEWS README nettle.html nettle.pdf
PORTEXAMPLES
=
*
.c
*
.h
OPTIONS_DEFINE
=
DOCS EXAMPLES
...
...
@@ -38,6 +37,7 @@ CONFIGURE_ENV+= CCPIC=-fPIC
.
endif
post-patch
:
@
${REINPLACE_CMD}
-e
'/SUBDIRS = / s| examples||'
${WRKSRC}
/Makefile.in
@
${REINPLACE_CMD}
-e
'/libdir=/ s|lib32|lib|'
${WRKSRC}
/configure
.if
${ARCH}
==
"mips64"
@${REINPLACE_CMD}
-e
's|__sgi|__unix__|'
${WRKSRC}/configure
...
...
@@ -47,11 +47,11 @@ post-install:
${STRIP_CMD}
${STAGEDIR}${PREFIX}
/lib/lib
*
.so
post-install-DOCS-on
:
@
${MKDIR}
${STAGEDIR}${DOCSDIR}
cd
${WRKSRC}
&&
${INSTALL_DATA}
${PORTDOCS}
${STAGEDIR}${DOCSDIR}
${MKDIR}
${STAGEDIR}${DOCSDIR}
cd
${WRKSRC}
&&
${INSTALL_DATA}
NEWS README nettle.html nettle.pdf
${STAGEDIR}${DOCSDIR}
post-install-EXAMPLES-on
:
@
${MKDIR}
${STAGEDIR}${EXAMPLESDIR}
cd
${WRKSRC}
/examples
&&
${INSTALL_DATA}
${PORTEXAMPLES}
${STAGEDIR}${EXAMPLESDIR}
${MKDIR}
${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA}
${WRKSRC}
/examples/
*
.[ch]
${STAGEDIR}${EXAMPLESDIR}
.
include
<bsd.port.mk>
security/nettle/distinfo
View file @
d0026757
TIMESTAMP = 1
588256838
SHA256 (nettle-3.
6
.tar.gz) = d2
4c0d0f2abffbc8f4f34dcf114b0f131ec3774895f3555922fe2f40f3d5e3f1
SIZE (nettle-3.
6
.tar.gz) = 2
288173
TIMESTAMP = 1
616863436
SHA256 (nettle-3.
7.2
.tar.gz) =
8
d2
a604ef1cde4cd5fb77e422531ea25ad064679ff0adf956e78b3352e0ef162
SIZE (nettle-3.
7.2
.tar.gz) = 2
382309
security/nettle/pkg-plist
View file @
d0026757
...
...
@@ -63,6 +63,7 @@ include/nettle/sha1.h
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,34 @@ include/nettle/yarrow.h
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
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/nettle.html
%%PORTDOCS%%%%DOCSDIR%%/nettle.pdf
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16dec.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16enc.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64dec.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64enc.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/ecc-benchmark.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hogweed-benchmark.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-openssl.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random-prime.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_rsa_key.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-decrypt.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-encrypt.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-keygen.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-session.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-sign.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-verify.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timing.c
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/timing.h
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment