point weechat to the correct cert file. bump revision.

sthen@ ajacoutot@ dcoppa@ ok.
This commit is contained in:
fgsch 2013-01-06 12:06:20 +00:00
parent 8a23d3ca7e
commit 75a030c726
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2012/12/19 10:54:51 jasper Exp $
# $OpenBSD: Makefile,v 1.9 2013/01/06 12:06:20 fgsch Exp $
COMMENT-main= fast, light and extensible chat client
COMMENT-lua= Lua bindings for weechat
@ -15,6 +15,8 @@ PKGNAME-python= weechat-python-${V}
PKGNAME-ruby= weechat-ruby-${V}
PKGNAME-tcl= weechat-tcl-${V}
REVISION-main = 0
CATEGORIES= net
HOMEPAGE= http://www.weechat.org/

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-src_core_wee-config_c,v 1.1 2013/01/06 12:06:20 fgsch Exp $
--- src/core/wee-config.c.orig Thu Jan 3 15:44:52 2013
+++ src/core/wee-config.c Thu Jan 3 15:45:13 2013
@@ -2796,7 +2796,7 @@ config_weechat_init_options ()
"gnutls_ca_file", "string",
N_("file containing the certificate authorities (\"%h\" will be "
"replaced by WeeChat home, \"~/.weechat\" by default)"),
- NULL, 0, 0, "/etc/ssl/certs/ca-certificates.crt", NULL, 0, NULL, NULL,
+ NULL, 0, 0, "/etc/ssl/cert.pem", NULL, 0, NULL, NULL,
&config_change_network_gnutls_ca_file, NULL, NULL, NULL);
config_network_gnutls_handshake_timeout = config_file_new_option (
weechat_config_file, ptr_section,