diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2020-09-29 20:22:38 +0100 |
---|---|---|
committer | GStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org> | 2020-10-01 08:48:30 +0000 |
commit | 64d663e18511811c76cb5f1c2dfc608e094bbf56 (patch) | |
tree | 998f562840238f79569fc36f1badd51d10166d52 | |
parent | 13bd8b51f5b9bfeb254ed4953592468f921063ab (diff) |
gnutls: update to 3.5.19
See https://gitlab.freedesktop.org/gstreamer/cerbero/-/issues/271
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/619>
-rw-r--r-- | recipes/gnutls.recipe | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gnutls.recipe b/recipes/gnutls.recipe index 508b0f63..13602d3f 100644 --- a/recipes/gnutls.recipe +++ b/recipes/gnutls.recipe @@ -5,9 +5,9 @@ from cerbero.utils import needs_xcode8_sdk_workaround class Recipe(recipe.Recipe): name = 'gnutls' - version = '3.5.18' + version = '3.5.19' url = 'https://www.gnupg.org/ftp/gcrypt/%(name)s/v%(maj_ver)s/%(name)s-%(version)s.tar.xz' - tarball_checksum = 'ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234' + tarball_checksum = '1936eb64f03aaefd6eb16cef0567457777618573826b94d03376bb6a4afadc44' stype = SourceType.TARBALL # main library is LGPLv2+ and binaries is GPLv3+ and defined below licenses = [{License.LGPLv2Plus: None, License.Misc: ['LICENSE']}] @@ -32,7 +32,6 @@ class Recipe(recipe.Recipe): files_libs = ['libgnutls', 'libgnutlsxx'] files_bins = ['gnutls-cli', 'gnutls-serv', 'gnutls-cli-debug'] - tarball_checksum = 'ae2248d9e78747cf9c469dde81ff8f90b56838b707a0637f3f7d4eee90e80234' licenses_bins = [License.GPLv3Plus] files_devel = ['lib/pkgconfig/gnutls.pc', 'include/gnutls'] files_lang = ['gnutls'] |