FreeBSD Bugzilla – Attachment 220122 Details for
Bug 251496
archivers/libarchive: add mbedTLS support and remove LZO default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
libarchive patch
libarchive.patch (text/plain), 1.23 KB, created by
Martin Matuska
on 2020-12-01 00:35:09 UTC
(
hide
)
Description:
libarchive patch
Filename:
MIME Type:
Creator:
Martin Matuska
Created:
2020-12-01 00:35:09 UTC
Size:
1.23 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 556686) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > PORTNAME= libarchive > PORTVERSION= 3.4.3 > PORTEPOCH= 1 >+PORTREVISION= 1 > CATEGORIES= archivers > MASTER_SITES= https://libarchive.org/downloads/ > >@@ -14,13 +15,18 @@ > > LIB_DEPENDS= libexpat.so:textproc/expat2 > >-OPTIONS_DEFINE= LZ4 LZO OPENSSL NETTLE ZSTD >-OPTIONS_DEFAULT=LZ4 LZO OPENSSL >+OPTIONS_DEFINE= LZ4 LZO ZSTD >+OPTIONS_DEFAULT=LZ4 OPENSSL > >+OPTIONS_RADIO+= CRYPTO >+OPTIONS_RADIO_CRYPTO= OPENSSL MBEDTLS NETTLE >+ >+CRYPTO_DESC= Crypto and hasing support > LZ4_DESC= Support lz4 compression via liblz4 > LZO_DESC= Support lzo compression via liblzo2 >-OPENSSL_DESC= Mtree and xar hashes support through openssl >+MBEDTLS_DESC= Crypto support from mbedTLS > NETTLE_DESC= Crypto support from Nettle >+OPENSSL_DESC= Crypto support from OpenSSL > ZSTD_DESC= Support zstd compression > > USES= cpe iconv libtool localbase:ldflags pathfix >@@ -97,6 +103,9 @@ > NETTLE_CONFIGURE_WITH= nettle > OPENSSL_USES= ssl > OPENSSL_CONFIGURE_WITH= openssl >+OPENSSL_CONFIGURE_OFF= --without-openssl >+MBEDTLS_LIB_DEPENDS= libmbedtls.so:security/mbedtls >+MBEDTLS_CONFIGURE_WITH= mbedtls > > .include <bsd.port.pre.mk> >
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 251496
:
220122
|
220124