r1156 - /videolan/vlc/debian/patches/101_certificates_paths.diff

xtophe-guest at users.alioth.debian.org xtophe-guest at users.alioth.debian.org
Mon Apr 21 21:44:16 UTC 2008


Author: xtophe-guest
Date: Mon Apr 21 21:44:16 2008
New Revision: 1156

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1156
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=1156&op=diff
==============================================================================
--- videolan/vlc/debian/patches/101_certificates_paths.diff (original)
+++ videolan/vlc/debian/patches/101_certificates_paths.diff Mon Apr 21 21:44:16 2008
@@ -5,8 +5,8 @@
 @@ -729,6 +724,10 @@
      sprintf (path, "%s/ca-certificates.crt", datadir);
      gnutls_Addx509File (VLC_OBJECT (p_session),
-                         p_sys->x509_cred, path, VLC_FALSE);
-+    gnutls_Addx509File( (vlc_object_t *)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 );
 +




More information about the pkg-multimedia-commits mailing list