annotate src/gnutls-1-fixes.patch @ 5499:be0a7ce498e6

Update mesa to version 20.0.8 (bug #58689). * src/mesa.mk: Update version and checksum. Add build-meson to dependecies. Update build rule to use meson and ninja as the build tools. * src/mesa-1-meson.patch: Add new patch. * src/mesa-1-fixes.patch: Remove old patch for the scons rule that is no longer needed. * dist-files.mk: Update file list. * src/build-mako.mk: Depend on and use python3. * src/build-markupsafe.mk: Depend on and use python3.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 05 Jul 2020 20:58:57 +0200
parents 64fdd8f6efdd
children f55351ed06fe
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4315
0a747a64a790 gnutls: update to 3.4.17
John D
parents: 3824
diff changeset
1 This file is part of MXE. See LICENSE.md for licensing information.
2389
d850f952f766 update package gnutls
Mark Brand <mabrand@mabrand.nl>
parents: 2353
diff changeset
2
4315
0a747a64a790 gnutls: update to 3.4.17
John D
parents: 3824
diff changeset
3 Contains ad hoc patches for cross building.
2264
335b2c80a2db update package gnutls
Mark Brand <mabrand@mabrand.nl>
parents: 2246
diff changeset
4
4989
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
5 From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
3267
cce4bedf4c3d new version of gnutls
John W. Eaton <jwe@octave.org>
parents: 2821
diff changeset
6 From: Mark Brand <mabrand@mabrand.nl>
5450
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
7 Date: Thu, 6 Dec 2018 10:36:30 +0100
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
8 Subject: [PATCH 1/1] remove docs from configure.ac: avoid GTK_DOC dependencies
4315
0a747a64a790 gnutls: update to 3.4.17
John D
parents: 3824
diff changeset
9
3595
fc2b5e19d737 gnutls: update to 3.2.14
John Donoghue
parents: 3267
diff changeset
10
4989
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
11 diff --git a/configure.ac b/configure.ac
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
12 index 1111111..2222222 100644
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
13 --- a/configure.ac
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
14 +++ b/configure.ac
5450
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
15 @@ -1145,17 +1145,6 @@ AC_DEFINE_UNQUOTED([INI_START_COMMENT_PREFIXES], [";#"], [The comment prefixes])
4989
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
16 AC_CONFIG_FILES([guile/pre-inst-guile], [chmod +x guile/pre-inst-guile])
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
17 AC_CONFIG_FILES([
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
18 Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
19 - doc/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
20 - doc/credentials/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
21 - doc/credentials/srp/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
22 - doc/credentials/x509/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
23 - doc/doxygen/Doxyfile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
24 - doc/examples/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
25 - doc/latex/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
26 - doc/manpages/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
27 - doc/reference/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
28 - doc/reference/version.xml
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
29 - doc/scripts/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
30 extra/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
31 extra/includes/Makefile
0cf6aa8f90de update libidn2 to v2.1.1a, gnutls to v3.6.6, nettle v3.4.1
John Donoghue
parents: 4315
diff changeset
32 libdane/Makefile
5450
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
33
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
34 diff -ur gnutls-3.6.14.orig/lib/Makefile.am gnutls-3.6.14/lib/Makefile.am
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
35 --- gnutls-3.6.14.orig/lib/Makefile.am 2020-06-03 15:36:52.735849576 -0400
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
36 +++ gnutls-3.6.14/lib/Makefile.am 2020-06-05 09:01:14.649375795 -0400
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
37 @@ -151,7 +151,7 @@
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
38 auth/libgnutls_auth.la algorithms/libgnutls_alg.la \
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
39 extras/libgnutls_extras.la
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
40 thirdparty_libadd = $(LTLIBZ) $(LTLIBINTL) $(LIBSOCKET) $(LTLIBNSL) \
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
41 - $(P11_KIT_LIBS) $(LIB_SELECT) $(LIB_CRYPT32)
5452
64fdd8f6efdd * src/gnutls-1-fixes.patch: include -lbcrypt
John Donoghue <john.donoghue@ieee.org>
parents: 5450
diff changeset
42 + $(P11_KIT_LIBS) $(LIB_SELECT) $(LIB_CRYPT32) $(LIBNCRYPT) $(LIBBCRYPT)
5450
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
43
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
44 if HAVE_LIBIDN2
8bede4ae3bc6 Update gnutls to v3.6.14
John Donoghue <john.donoghue@ieee.org>
parents: 5078
diff changeset
45 thirdparty_libadd += $(LIBIDN2_LIBS)