Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gnutls to 3.8.4 to fix apple silicon compile #284

Open
wants to merge 3 commits into
base: Omega
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion depends/common/gmp/gmp.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898
2 changes: 1 addition & 1 deletion depends/common/gmp/gmp.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gmp https://gmplib.org/download/gmp/gmp-6.2.1.tar.xz
gmp https://gmplib.org/download/gmp/gmp-6.3.0.tar.xz
4 changes: 2 additions & 2 deletions depends/common/gnutls/0001-android-hackfix-fpending_c.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/src/gl/fpending.c
+++ b/src/gl/fpending.c
@@ -40,8 +40,14 @@ __fpending (FILE *fp)
@@ -40,8 +40,14 @@
/* GNU libc, BeOS, Haiku, Linux libc5 */
return fp->_IO_write_ptr - fp->_IO_write_base;
#elif defined __sferror || defined __DragonFly__ || defined __ANDROID__
Expand All @@ -10,7 +10,7 @@
+ return 1;
+#else
/* FreeBSD, NetBSD, OpenBSD, DragonFly, Mac OS X, Cygwin < 1.7.34, Minix 3, Android */
return fp->_p - fp->_bf._base;
return fp_->_p - fp_->_bf._base;
+#endif
#elif defined __EMX__ /* emx+gcc */
return fp->_ptr - fp->_buffer;
Expand Down
2 changes: 1 addition & 1 deletion depends/common/gnutls/gnutls.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ea0d11a1660a1e63f960f157b197abe6d0c8cb3255be24e1fb3815930b9bdc5
2bea4e154794f3f00180fa2a5c51fe8b005ac7a31cd58bd44cdfa7f36ebc3a9b
2 changes: 1 addition & 1 deletion depends/common/gnutls/gnutls.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gnutls https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.0.tar.xz
gnutls https://www.gnupg.org/ftp/gcrypt/gnutls/v3.8/gnutls-3.8.4.tar.xz
2 changes: 1 addition & 1 deletion depends/common/nettle/nettle.sha256
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0ee7adf5a7201610bb7fe0acbb7c9b3be83be44904dd35ebbcd965cd896bfeaa
ccfeff981b0ca71bbd6fbcb054f407c60ffb644389a5be80d6716d5b550c6ce3
2 changes: 1 addition & 1 deletion depends/common/nettle/nettle.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nettle https://ftp.gnu.org/gnu/nettle/nettle-3.9.tar.gz
nettle https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz
Loading