Update to 1.14
PR: ports/98434 Submitted by: miwi Approved by: krion (mentor), maintainer timeout
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nettle
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
|
||||
ftp://ftp.lysator.liu.se/pub/security/lsh/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (nettle-1.13.tar.gz) = 2e22612a0d7ac01064bf948a7d57f19a
|
||||
SHA256 (nettle-1.13.tar.gz) = 4e55ed76cfa6cdff782726e343cc758009503c3f50e49ef21f1faff9aee61b31
|
||||
SIZE (nettle-1.13.tar.gz) = 775548
|
||||
MD5 (nettle-1.14.tar.gz) = 12915b53e751456689e2ec9ec15c74da
|
||||
SHA256 (nettle-1.14.tar.gz) = 3d26afccc25ce4bd0ac94e12cd6eb3d1023a431cd12ceaad0586d984ed6ea4b2
|
||||
SIZE (nettle-1.14.tar.gz) = 793931
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
bin/sexp-conv
|
||||
bin/nettle-lfib-stream
|
||||
bin/pkcs1-conv
|
||||
bin/sexp-conv
|
||||
include/nettle/aes.h
|
||||
include/nettle/arcfour.h
|
||||
include/nettle/arctwo.h
|
||||
include/nettle/asn1.h
|
||||
include/nettle/base16.h
|
||||
include/nettle/base64.h
|
||||
include/nettle/bignum.h
|
||||
@@ -23,13 +25,13 @@ include/nettle/md5-compat.h
|
||||
include/nettle/md5.h
|
||||
include/nettle/memxor.h
|
||||
include/nettle/nettle-meta.h
|
||||
include/nettle/nettle-types.h
|
||||
include/nettle/nettle-stdint.h
|
||||
include/nettle/nettle-types.h
|
||||
include/nettle/pgp.h
|
||||
include/nettle/pkcs1.h
|
||||
include/nettle/realloc.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/rsa-compat.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/serpent.h
|
||||
include/nettle/sexp.h
|
||||
include/nettle/sha.h
|
||||
@@ -37,17 +39,18 @@ include/nettle/twofish.h
|
||||
include/nettle/yarrow.h
|
||||
@dirrm include/nettle
|
||||
lib/libnettle.a
|
||||
lib/libnettle.so.2
|
||||
lib/libnettle.so
|
||||
lib/libnettle.so.2
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nettle.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/getopt.c
|
||||
%%EXAMPLESDIR%%/getopt1.c
|
||||
%%EXAMPLESDIR%%/getopt.h
|
||||
%%EXAMPLESDIR%%/getopt1.c
|
||||
%%EXAMPLESDIR%%/io.c
|
||||
%%EXAMPLESDIR%%/io.h
|
||||
%%EXAMPLESDIR%%/nettle-benchmark.c
|
||||
%%EXAMPLESDIR%%/nettle-openssl.c
|
||||
%%EXAMPLESDIR%%/rsa-decrypt.c
|
||||
@@ -56,5 +59,5 @@ lib/libnettle.so
|
||||
%%EXAMPLESDIR%%/rsa-session.h
|
||||
%%EXAMPLESDIR%%/rsa-sign.c
|
||||
%%EXAMPLESDIR%%/rsa-verify.c
|
||||
%%EXAMPLESDIR%%/io.h
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= nettle
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.14
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
|
||||
ftp://ftp.lysator.liu.se/pub/security/lsh/
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
MD5 (nettle-1.13.tar.gz) = 2e22612a0d7ac01064bf948a7d57f19a
|
||||
SHA256 (nettle-1.13.tar.gz) = 4e55ed76cfa6cdff782726e343cc758009503c3f50e49ef21f1faff9aee61b31
|
||||
SIZE (nettle-1.13.tar.gz) = 775548
|
||||
MD5 (nettle-1.14.tar.gz) = 12915b53e751456689e2ec9ec15c74da
|
||||
SHA256 (nettle-1.14.tar.gz) = 3d26afccc25ce4bd0ac94e12cd6eb3d1023a431cd12ceaad0586d984ed6ea4b2
|
||||
SIZE (nettle-1.14.tar.gz) = 793931
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
bin/sexp-conv
|
||||
bin/nettle-lfib-stream
|
||||
bin/pkcs1-conv
|
||||
bin/sexp-conv
|
||||
include/nettle/aes.h
|
||||
include/nettle/arcfour.h
|
||||
include/nettle/arctwo.h
|
||||
include/nettle/asn1.h
|
||||
include/nettle/base16.h
|
||||
include/nettle/base64.h
|
||||
include/nettle/bignum.h
|
||||
@@ -23,13 +25,13 @@ include/nettle/md5-compat.h
|
||||
include/nettle/md5.h
|
||||
include/nettle/memxor.h
|
||||
include/nettle/nettle-meta.h
|
||||
include/nettle/nettle-types.h
|
||||
include/nettle/nettle-stdint.h
|
||||
include/nettle/nettle-types.h
|
||||
include/nettle/pgp.h
|
||||
include/nettle/pkcs1.h
|
||||
include/nettle/realloc.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/rsa-compat.h
|
||||
include/nettle/rsa.h
|
||||
include/nettle/serpent.h
|
||||
include/nettle/sexp.h
|
||||
include/nettle/sha.h
|
||||
@@ -37,17 +39,18 @@ include/nettle/twofish.h
|
||||
include/nettle/yarrow.h
|
||||
@dirrm include/nettle
|
||||
lib/libnettle.a
|
||||
lib/libnettle.so.2
|
||||
lib/libnettle.so
|
||||
lib/libnettle.so.2
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TODO
|
||||
%%PORTDOCS%%%%DOCSDIR%%/nettle.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%EXAMPLESDIR%%/getopt.c
|
||||
%%EXAMPLESDIR%%/getopt1.c
|
||||
%%EXAMPLESDIR%%/getopt.h
|
||||
%%EXAMPLESDIR%%/getopt1.c
|
||||
%%EXAMPLESDIR%%/io.c
|
||||
%%EXAMPLESDIR%%/io.h
|
||||
%%EXAMPLESDIR%%/nettle-benchmark.c
|
||||
%%EXAMPLESDIR%%/nettle-openssl.c
|
||||
%%EXAMPLESDIR%%/rsa-decrypt.c
|
||||
@@ -56,5 +59,5 @@ lib/libnettle.so
|
||||
%%EXAMPLESDIR%%/rsa-session.h
|
||||
%%EXAMPLESDIR%%/rsa-sign.c
|
||||
%%EXAMPLESDIR%%/rsa-verify.c
|
||||
%%EXAMPLESDIR%%/io.h
|
||||
@dirrm %%EXAMPLESDIR%%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user