]> git.pld-linux.org Git - packages/tkabber.git/commitdiff
- rel 2; use our default ca store master auto/th/tkabber-1.1.2-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 14:15:33 +0000 (16:15 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 14 Aug 2016 14:15:33 +0000 (16:15 +0200)
tkabber-ca.patch [new file with mode: 0644]
tkabber.spec

diff --git a/tkabber-ca.patch b/tkabber-ca.patch
new file mode 100644 (file)
index 0000000..3e790c2
--- /dev/null
@@ -0,0 +1,11 @@
+--- tkabber-1.1.2/login.tcl~   2015-05-10 21:19:50.000000000 +0200
++++ tkabber-1.1.2/login.tcl    2016-08-14 16:12:23.307296050 +0200
+@@ -110,7 +110,7 @@ if {$use_tls} {
+     custom::defvar loginconf(sslcertfile) "" \
+       [::msgcat::mc "SSL certificate file (optional)."] \
+       -group Login -type file
+-    custom::defvar loginconf(sslcacertstore) "" \
++    custom::defvar loginconf(sslcacertstore) "/etc/certs/ca-certificates.crt" \
+       [::msgcat::mc "SSL certification authority file or directory (optional)."] \
+       -group Login -type file
+     custom::defvar loginconf(sslkeyfile) "" \
index 94c651a6e5ee2d68bc64c2ac8a06c5b88c8d96b3..1b673cd3df140f664dfcc9e7ef4e3562021d8212 100644 (file)
@@ -6,7 +6,7 @@ Summary:        Tk Jabber client
 Summary(pl.UTF-8):     Klient Jabbera oparty o Tk
 Name:          tkabber
 Version:       1.1.2
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://files.jabber.ru/tkabber/%{name}-%{version}.tar.xz
@@ -15,6 +15,7 @@ Source1:      %{name}.desktop
 Source2:       %{name}.png
 Patch0:                %{name}-privacy.patch
 Patch1:                %{name}-chat-by-default.patch
+Patch2:                %{name}-ca.patch
 URL:           http://tkabber.jabber.ru/
 BuildRequires: sed >= 4.0
 Requires:      tcl >= 8.4.0
@@ -66,6 +67,7 @@ Do pełnej funkcjonalności mogą być potrzebne dodatkowe pakiety:
 %setup -q
 %{?with_privacy:%patch0 -p1}
 %patch1 -p1
+%patch2 -p1
 
 sed -i -e 's#ifaceck##g' Makefile
 
This page took 0.144751 seconds and 4 git commands to generate.