-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
7 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Package: gnutls30-shlibs | ||
# If update to >= 3.7.2, update gsasl19 for GNUTLS_CB_TLS_EXPORTER | ||
Version: 3.6.16 | ||
Version: 3.7.8 | ||
Revision: 1 | ||
Source: https://www.gnupg.org/ftp/gcrypt/gnutls/v3.6/gnutls-%v.tar.xz | ||
Source-Checksum: SHA256(1b79b381ac283d8b054368b335c408fedcb9b7144e0c07f531e3537d4328f3b3) | ||
Source: https://www.gnupg.org/ftp/gcrypt/gnutls/v3.7/gnutls-%v.tar.xz | ||
Source-Checksum: SHA256(c58ad39af0670efe6a8aee5e3a8b2331a1200418b64b7c51977fb396d4617114) | ||
GCC: 4.0 | ||
Depends: << | ||
gmp5-shlibs, | ||
|
@@ -35,9 +35,7 @@ PatchScript: << | |
perl -pi -e "s|^Libs\.private.*\n||g" lib/gnutls.pc.in | ||
perl -pi -e "s|\@GNUTLS_REQUIRES_PRIVATE\@\n||g" lib/gnutls.pc.in | ||
# clean up -framework flags | ||
perl -pi -e 's|-framework Security -framework CoreFoundation|-Wl,-framework,Security -Wl,-framework,CoreFoundation|g' lib/Makefile.in | ||
# missing vm_region_64 declaration on arm64 | ||
perl -pi -e 's/(defined __x86_64__)$/$1 || defined __arm64__/' gl/tests/vma-iter.c | ||
perl -pi -e 's|-framework Security -framework CoreFoundation|-Wl,-framework,Security -Wl,-framework,CoreFoundation|g' configure lib/Makefile.in | ||
<< | ||
ConfigureParams: << | ||
--libdir=%p/lib/gnutls30 \ | ||
|
@@ -78,9 +76,9 @@ InfoTest: << | |
<< | ||
<< | ||
Shlibs: << | ||
%p/lib/gnutls30/libgnutls.30.dylib 58.0.0 %n (>= 3.6.13-2) | ||
%p/lib/gnutls30/libgnutls-openssl.27.dylib 28.0.0 %n (>= 3.6.13-2) | ||
%p/lib/gnutls30/libgnutlsxx.28.dylib 30.0.0 %n (>= 3.6.13-2) | ||
%p/lib/gnutls30/libgnutls.30.dylib 65.0.0 %n (>= 3.7.8-1) | ||
%p/lib/gnutls30/libgnutls-openssl.27.dylib 28.0.0 %n (>= 3.7.8-1) | ||
%p/lib/gnutls30/libgnutlsxx.30.dylib 31.0.0 %n (>= 3.7.8-1) | ||
<< | ||
|
||
SplitOff: << | ||
|
@@ -144,14 +142,6 @@ DescPackaging: << | |
dep. Most users probably didn't have it installed, so we disable | ||
libdane (the feature that is enabled by libunbound being detected) | ||
for consistent results. Alt would be to enable it and add deps. | ||
|
||
ac_cv_func_nettle_cfb8_encrypt=no because 3.6.13 checked for | ||
nettle-3.5 but needs unreleased v3.6 to pass some tests. | ||
https://gitlab.com/gnutls/gnutls/-/issues/974 | ||
dhomeier: Xcode 11.4 failure from | ||
https://gitlab.com/gnutls/gnutls/-/issues/966 | ||
fixed in https://gitlab.com/gnutls/gnutls/-/merge_requests/1266 | ||
Both reverted for 3.6.16. | ||
<< | ||
License: GPL/LGPL | ||
Maintainer: Dave Reiser <[email protected]> | ||
|