pkgsrc-WIP-changes archive

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

uzbl: 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:43:29 2016 +0100
Changeset:	ff90281bdd70f8989c4fa42f01f5c10f39611deb

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

Log Message:
uzbl: 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=ff90281bdd70f8989c4fa42f01f5c10f39611deb

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

diffstat:
 uzbl/Makefile                             |  3 +++
 uzbl/TODO                                 |  4 +---
 uzbl/distinfo                             |  1 +
 uzbl/patches/patch-examples_config_config | 15 +++++++++++++++
 4 files changed, 20 insertions(+), 3 deletions(-)

diffs:
diff --git a/uzbl/Makefile b/uzbl/Makefile
index c8d8304..7f35568 100644
--- a/uzbl/Makefile
+++ b/uzbl/Makefile
@@ -29,6 +29,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/TODO b/uzbl/TODO
index 57eba72..4f9b711 100644
--- a/uzbl/TODO
+++ b/uzbl/TODO
@@ -1,6 +1,4 @@
-Add option for WebKit2 (in development as of January 2016)
 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/distinfo b/uzbl/distinfo
index 53575b0..e7013b8 100644
--- a/uzbl/distinfo
+++ b/uzbl/distinfo
@@ -4,3 +4,4 @@ SHA1 (uzbl-v0.9.0.tar.gz) = 7f9655c09af7db200396a953c4f565953d481f52
 RMD160 (uzbl-v0.9.0.tar.gz) = 53dc66917f898b9ce3940ee4603015c26cbb249f
 SHA512 (uzbl-v0.9.0.tar.gz) = 32823cc63b7a29d89e614746f9a12bdaf7b81a56194889caca24277b4c155542fff2727b60faf6d73f1d3bb33ce4e29143b7fb302e4abf30f8333ada01df1fcb
 Size (uzbl-v0.9.0.tar.gz) = 254468 bytes
+SHA1 (patch-examples_config_config) = 56ac5901dc93086ba5bf0167df21e90c4fa995fc
diff --git a/uzbl/patches/patch-examples_config_config b/uzbl/patches/patch-examples_config_config
new file mode 100644
index 0000000..9417d67
--- /dev/null
+++ b/uzbl/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