mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update yaSSL to 2.6.0
http://www.yassl.com/yaSSL/Docs-cyassl-changelog.html - Disable some broken asm code on i386
This commit is contained in:
parent
9ff06b3cbf
commit
341aabf49f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316851
@ -1,12 +1,12 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cyassl
|
||||
PORTVERSION= 2.5.0
|
||||
PORTVERSION= 2.6.0
|
||||
CATEGORIES= security devel
|
||||
MASTER_SITES= http://www.yassl.com/
|
||||
|
||||
MAINTAINER= johans@FreeBSD.org
|
||||
COMMENT= A embedded SSL C-Library
|
||||
COMMENT= Embedded SSL C-Library
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
@ -15,14 +15,18 @@ USE_AUTOTOOLS= libtool
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-dependency-tracking \
|
||||
--enable-shared --enable-static \
|
||||
--enable-dtls --enable-opensslExtra --enable-ipv6
|
||||
--enable-dtls --enable-opensslextra --enable-ipv6 \
|
||||
--enable-dsa --enable-ecc
|
||||
USE_LDCONFIG= yes
|
||||
PORTDOCS= *
|
||||
|
||||
post-configure:
|
||||
${REINPLACE_CMD} \
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|$${prefix}/cyassl/include|$${prefix}/include/cyassl|' \
|
||||
-e 's|$${prefix}/cyassl/lib|$${prefix}/lib/cyassl|' \
|
||||
${WRKSRC}/Makefile
|
||||
# i386 assembly is broken: do not use
|
||||
@${REINPLACE_CMD} -e 's/(TFM_X86)/(TFM_X86_BROKEN)/' \
|
||||
${WRKSRC}/ctaocrypt/src/asm.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cyassl-2.5.0.zip) = 3b4ecc75cdb001d5171b127c03fd3f458bc585bfa1c19505dcf36bc239c04c2e
|
||||
SIZE (cyassl-2.5.0.zip) = 1203748
|
||||
SHA256 (cyassl-2.6.0.zip) = 87647ec18d1cea430b678272528494bd929b5b3b29ae7549af8065644103d602
|
||||
SIZE (cyassl-2.6.0.zip) = 1277590
|
||||
|
@ -2,7 +2,7 @@ bin/cyassl-config
|
||||
lib/libcyassl.a
|
||||
lib/libcyassl.la
|
||||
lib/libcyassl.so
|
||||
lib/libcyassl.so.4
|
||||
lib/libcyassl.so.5
|
||||
include/cyassl/openssl/asn1.h
|
||||
include/cyassl/openssl/bio.h
|
||||
include/cyassl/openssl/bn.h
|
||||
@ -11,8 +11,8 @@ include/cyassl/openssl/crypto.h
|
||||
include/cyassl/openssl/des.h
|
||||
include/cyassl/openssl/dh.h
|
||||
include/cyassl/openssl/dsa.h
|
||||
include/cyassl/openssl/ecdsa.h
|
||||
include/cyassl/openssl/ec.h
|
||||
include/cyassl/openssl/ecdsa.h
|
||||
include/cyassl/openssl/engine.h
|
||||
include/cyassl/openssl/err.h
|
||||
include/cyassl/openssl/evp.h
|
||||
@ -20,7 +20,6 @@ include/cyassl/openssl/hmac.h
|
||||
include/cyassl/openssl/lhash.h
|
||||
include/cyassl/openssl/md4.h
|
||||
include/cyassl/openssl/md5.h
|
||||
include/cyassl/openssl/ripemd.h
|
||||
include/cyassl/openssl/ocsp.h
|
||||
include/cyassl/openssl/opensslconf.h
|
||||
include/cyassl/openssl/opensslv.h
|
||||
@ -28,6 +27,7 @@ include/cyassl/openssl/ossl_typ.h
|
||||
include/cyassl/openssl/pem.h
|
||||
include/cyassl/openssl/pkcs12.h
|
||||
include/cyassl/openssl/rand.h
|
||||
include/cyassl/openssl/ripemd.h
|
||||
include/cyassl/openssl/rsa.h
|
||||
include/cyassl/openssl/sha.h
|
||||
include/cyassl/openssl/ssl.h
|
||||
@ -39,8 +39,12 @@ include/cyassl/ctaocrypt/aes.h
|
||||
include/cyassl/ctaocrypt/arc4.h
|
||||
include/cyassl/ctaocrypt/asn.h
|
||||
include/cyassl/ctaocrypt/asn_public.h
|
||||
include/cyassl/ctaocrypt/blake2-impl.h
|
||||
include/cyassl/ctaocrypt/blake2-int.h
|
||||
include/cyassl/ctaocrypt/blake2.h
|
||||
include/cyassl/ctaocrypt/camellia.h
|
||||
include/cyassl/ctaocrypt/coding.h
|
||||
include/cyassl/ctaocrypt/compress.h
|
||||
include/cyassl/ctaocrypt/des3.h
|
||||
include/cyassl/ctaocrypt/dh.h
|
||||
include/cyassl/ctaocrypt/dsa.h
|
||||
@ -49,37 +53,38 @@ include/cyassl/ctaocrypt/error.h
|
||||
include/cyassl/ctaocrypt/hc128.h
|
||||
include/cyassl/ctaocrypt/hmac.h
|
||||
include/cyassl/ctaocrypt/integer.h
|
||||
include/cyassl/ctaocrypt/logging.h
|
||||
include/cyassl/ctaocrypt/md2.h
|
||||
include/cyassl/ctaocrypt/md4.h
|
||||
include/cyassl/ctaocrypt/md5.h
|
||||
include/cyassl/ctaocrypt/memory.h
|
||||
include/cyassl/ctaocrypt/misc.h
|
||||
include/cyassl/ctaocrypt/mpi_class.h
|
||||
include/cyassl/ctaocrypt/mpi_superclass.h
|
||||
include/cyassl/ctaocrypt/pwdbased.h
|
||||
include/cyassl/ctaocrypt/rabbit.h
|
||||
include/cyassl/ctaocrypt/random.h
|
||||
include/cyassl/ctaocrypt/ripemd.h
|
||||
include/cyassl/ctaocrypt/rsa.h
|
||||
include/cyassl/ctaocrypt/settings.h
|
||||
include/cyassl/ctaocrypt/sha.h
|
||||
include/cyassl/ctaocrypt/sha256.h
|
||||
include/cyassl/ctaocrypt/sha512.h
|
||||
include/cyassl/ctaocrypt/sha.h
|
||||
include/cyassl/ctaocrypt/tfm.h
|
||||
include/cyassl/ctaocrypt/types.h
|
||||
include/cyassl/ctaocrypt/visibility.h
|
||||
include/cyassl/ctaocrypt/logging.h
|
||||
include/cyassl/ctaocrypt/memory.h
|
||||
include/cyassl/ctaocrypt/mpi_class.h
|
||||
include/cyassl/ctaocrypt/mpi_superclass.h
|
||||
include/cyassl/error.h
|
||||
include/cyassl/internal.h
|
||||
include/cyassl/ssl.h
|
||||
include/cyassl/sniffer_error.h
|
||||
include/cyassl/sniffer.h
|
||||
include/cyassl/callbacks.h
|
||||
include/cyassl/certs_test.h
|
||||
include/cyassl/crl.h
|
||||
include/cyassl/error.h
|
||||
include/cyassl/internal.h
|
||||
include/cyassl/ocsp.h
|
||||
include/cyassl/options.h
|
||||
include/cyassl/sniffer.h
|
||||
include/cyassl/sniffer_error.h
|
||||
include/cyassl/ssl.h
|
||||
include/cyassl/test.h
|
||||
include/cyassl/version.h
|
||||
include/cyassl/ocsp.h
|
||||
include/cyassl/crl.h
|
||||
@dirrm include/cyassl/openssl
|
||||
@dirrm include/cyassl/ctaocrypt
|
||||
@dirrm include/cyassl
|
||||
|
Loading…
Reference in New Issue
Block a user