r1178 - /videolan/vlc/debian/patches/101_certificates_paths.diff
xtophe-guest at users.alioth.debian.org
xtophe-guest at users.alioth.debian.org
Tue May 6 19:31:41 UTC 2008
Author: xtophe-guest
Date: Tue May 6 19:31:41 2008
New Revision: 1178
URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1178
Log:
Really refresh the patch
Modified:
videolan/vlc/debian/patches/101_certificates_paths.diff
Modified: videolan/vlc/debian/patches/101_certificates_paths.diff
URL: http://svn.debian.org/wsvn/pkg-multimedia/videolan/vlc/debian/patches/101_certificates_paths.diff?rev=1178&op=diff
==============================================================================
--- videolan/vlc/debian/patches/101_certificates_paths.diff (original)
+++ videolan/vlc/debian/patches/101_certificates_paths.diff Tue May 6 19:31:41 2008
@@ -3,13 +3,13 @@
--- vlc-debian.orig/modules/misc/gnutls.c 2008-01-20 00:15:12.000000000 +0000
+++ vlc-debian/modules/misc/gnutls.c 2008-02-11 20:52:08.000000000 +0000
@@ -729,6 +724,10 @@
- sprintf (path, "%s/ca-certificates.crt", confdir);
- gnutls_Addx509File (VLC_OBJECT (p_session),
- p_sys->x509_cred, path, false);
+ sprintf (path, "%s/ca-certificates.crt", confdir);
+ gnutls_Addx509File (VLC_OBJECT (p_session),
+ p_sys->x509_cred, path, false);
+ gnutls_Addx509File( VLC_OBJECT(p_session),
+ p_sys->x509_cred,
+ "/etc/ssl/certs/ca-certificates.crt",false );
+
+ }
p_session->pf_handshake = gnutls_HandshakeAndValidate;
/*p_session->pf_handshake = gnutls_ContinueHandshake;*/
-
More information about the pkg-multimedia-commits
mailing list