[vlc-commits] configure: require GnuTLS >= 2.6.6 (over 3 years old)
Rémi Denis-Courmont
git at videolan.org
Fri May 4 18:14:49 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 4 19:03:42 2012 +0300| [44db61029a59469c86d65f3e5a8da0f262ce99bf] | committer: Rémi Denis-Courmont
configure: require GnuTLS >= 2.6.6 (over 3 years old)
Certificate date verification has changed. To get proper errors,
we need to depend on the newer versions.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=44db61029a59469c86d65f3e5a8da0f262ce99bf
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0b82490..1362da3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3985,7 +3985,7 @@ AS_IF([test "${have_libgcrypt}" != "yes"], [
enable_gnutls="no"
])
AS_IF([test "${enable_gnutls}" != "no"], [
- PKG_CHECK_MODULES(GNUTLS, [gnutls >= 2.0.0], [
+ PKG_CHECK_MODULES(GNUTLS, [gnutls >= 2.8.0], [
VLC_ADD_PLUGIN([gnutls])
], [
AS_IF([test -n "${enable_gnutls}"], [
More information about the vlc-commits
mailing list