Hi,

Update for Xombrero to 1.6.3:

* Perform bounds checking for ints and use correct types for float 
config inputs. 
* Remove all float equality comparisons.
* Verify a DOM node is a valid HTML document in focus code (webkitgtk  
2.0.0+ only). 
* Fix order of fetching remote cert to prevent incorrect warning.
* Add signal handler to deny all HTML5 geolocation requests.
* Sync hsts-preload with Chromium.
* Fix memory leak when adding to the force_https whitelist.
* Mention plwl about page in manpage.
* Remove unused directories from Makefiles.

And others.

Comments? Ok?

Cheers.-

-- 
Sending from my iFart...
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.11
diff -u -p -r1.11 Makefile
--- Makefile    20 May 2013 14:49:16 -0000      1.11
+++ Makefile    13 Jul 2013 15:38:54 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.11 2013/05/20 14:49:16 gonzalo Exp $
 
 COMMENT=               vi-like minimalists web browser
-DISTNAME=              xombrero-1.5.0
+DISTNAME=              xombrero-1.6.3
 CATEGORIES=            www
 EPOCH=                 1
 
@@ -15,8 +15,8 @@ PERMIT_PACKAGE_CDROM= Yes
 
 MODULES += devel/gettext
 
-WANTLIB += atk-1.0 c cairo cairo-gobject fontconfig freetype gcrypt
-WANTLIB += gdk-3 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0
+WANTLIB += atk-1.0 c cairo cairo-gobject fontconfig freetype gdk-3
+WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gnutls gobject-2.0
 WANTLIB += gtk-3 javascriptcoregtk-3.0 m pango-1.0 pangocairo-1.0
 WANTLIB += pangoft2-1.0 soup-2.4 util webkitgtk-3.0 z
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xombrero/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo    20 May 2013 14:49:16 -0000      1.7
+++ distinfo    13 Jul 2013 15:38:54 -0000
@@ -1,2 +1,2 @@
-SHA256 (xombrero-1.5.0.tgz) = 2Ys+mQHcJz1KujuF37igh3ZyW9vBiqi/8fgd7f+u2w0=
-SIZE (xombrero-1.5.0.tgz) = 287679
+SHA256 (xombrero-1.6.3.tgz) = SBARwTYgb3qjq0zfSa13+B301VhfnpogxlG/qqpTf3k=
+SIZE (xombrero-1.6.3.tgz) = 290478

Reply via email to