pkgsrc-WIP-changes archive

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

uzbl-git: Change the default path to certificates file.



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Wed Mar 2 20:31:14 2016 +0100
Changeset:	f465b2da2b6df8d1b84de1413c3764253db27ce2

Modified Files:
	uzbl-git/Makefile
	uzbl-git/TODO
	uzbl-git/distinfo
Added Files:
	uzbl-git/patches/patch-examples_config_config

Log Message:
uzbl-git: Change the default path to certificates file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f465b2da2b6df8d1b84de1413c3764253db27ce2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 uzbl-git/Makefile                             |  3 +++
 uzbl-git/TODO                                 |  5 ++---
 uzbl-git/distinfo                             |  2 ++
 uzbl-git/patches/patch-examples_config_config | 15 +++++++++++++++
 4 files changed, 22 insertions(+), 3 deletions(-)

diffs:
diff --git a/uzbl-git/Makefile b/uzbl-git/Makefile
index 4e41371..62e29ac 100644
--- a/uzbl-git/Makefile
+++ b/uzbl-git/Makefile
@@ -31,6 +31,9 @@ REPLACE_PYTHON+=	examples/data/scripts/per-site-settings.py
 REPLACE_PYTHON+=	examples/data/scripts/scheme.py
 .include "../../lang/python/application.mk"
 
+post-install:
+	${RM} ${DESTDIR}/${PREFIX}/share/uzbl/examples/config/config.orig
+
 # for uzbl-browser
 DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 # for uzbl-tabbed with GTK+ 2
diff --git a/uzbl-git/TODO b/uzbl-git/TODO
index 57eba72..a897b46 100644
--- a/uzbl-git/TODO
+++ b/uzbl-git/TODO
@@ -1,6 +1,5 @@
-Add option for WebKit2 (in development as of January 2016)
+Add convert to WebKit2 (it is going to be the only supported version after 0.9)
 Add option for GTK+ version
-Add options for uzbl-browser and uzbl-tabbed
+Add options or separate packages for uzbl-browser and uzbl-tabbed
 Resolve Python version conflict for uzbl-tabbed with GTK+ 2
 Add missing dependencies for uzbl-tabbed with GTK+ 3
-Change the default certificate file path in examples/config/config without influencing the PLIST
diff --git a/uzbl-git/distinfo b/uzbl-git/distinfo
index c641c55..70bcf52 100644
--- a/uzbl-git/distinfo
+++ b/uzbl-git/distinfo
@@ -1 +1,3 @@
 $NetBSD$
+
+SHA1 (patch-examples_config_config) = 56ac5901dc93086ba5bf0167df21e90c4fa995fc
diff --git a/uzbl-git/patches/patch-examples_config_config b/uzbl-git/patches/patch-examples_config_config
new file mode 100644
index 0000000..9417d67
--- /dev/null
+++ b/uzbl-git/patches/patch-examples_config_config
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Change the default path to certificates file.
+
+--- examples/config/config.orig	2016-02-11 20:59:51.000000000 +0000
++++ examples/config/config
+@@ -523,7 +523,7 @@ set default_mode command
+ # === SSL related configuration ==============================================
+ 
+ # Set it to certificates store of your distribution, or your own CAfile.
+-set ssl_ca_file /etc/ssl/certs/ca-bundle.crt
++set ssl_ca_file /etc/ssl/certs/ca-certificates.crt
+ set ssl_policy fail
+ # Command to toggle ssl_policy value:
+ @cbind  !ssl = chain 'toggle ssl_policy fail ignore' 'reload'


Home | Main Index | Thread Index | Old Index