emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107315: * net/gnutls.el (gnutls-trus


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107315: * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
Date: Fri, 17 Feb 2012 08:05:20 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107315
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Fri 2012-02-17 08:05:20 -0500
message:
  * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
modified:
  lisp/ChangeLog
  lisp/net/gnutls.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-17 08:19:12 +0000
+++ b/lisp/ChangeLog    2012-02-17 13:05:20 +0000
@@ -1,3 +1,7 @@
+2012-02-17  Teodor Zlatanov  <address@hidden>
+
+       * net/gnutls.el (gnutls-trustfiles): Fixed Cygwin bundle location.
+
 2012-02-17  Glenn Morris  <address@hidden>
 
        * net/socks.el: Require network-stream.  (Bug#10599)

=== modified file 'lisp/net/gnutls.el'
--- a/lisp/net/gnutls.el        2012-02-14 13:13:24 +0000
+++ b/lisp/net/gnutls.el        2012-02-17 13:05:20 +0000
@@ -56,7 +56,7 @@
     "/etc/ssl/certs/ca-certificates.crt" ; Debian, Ubuntu, Gentoo and Arch 
Linux
     "/etc/pki/tls/certs/ca-bundle.crt"   ; Fedora and RHEL
     "/etc/ssl/ca-bundle.pem"             ; Suse
-    "/usr/ssl/cert/ca-bundle.crt"        ; Cygwin
+    "/usr/ssl/certs/ca-bundle.crt"       ; Cygwin
     )
   "List of CA bundle location filenames or a function returning said list.
 The files may be in PEM or DER format, as per the GnuTLS documentation.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]