Hi,

Update for xombrero to 1.5.0:

* Fixed a privacy leak caused by using a separate gnutls tls
  connection to grab remote HTTPS certificates which ignored
  http_proxy
* Disabled/removed threading since gnutls sideband thread is no longer
  necessary
* Added command to increment/decrement page numbers in URLs
* Added enable_cache setting to enable/disable cache (disabled by
  default)
* Pluged some memory leaks
* Fixed some warnings and bugs caused by GTK 3.8
* Fixed typo in manpage
                                        
Tested on amd64.

Comments? Oks?

Cheers.-
                        
-- 
Sending from my iFart...
Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- Makefile    13 Apr 2013 09:33:29 -0000      1.10
+++ Makefile    19 May 2013 20:41:24 -0000
@@ -1,9 +1,8 @@
 # $OpenBSD: Makefile,v 1.10 2013/04/13 09:33:29 ajacoutot Exp $
 
 COMMENT=               vi-like minimalists web browser
-DISTNAME=              xombrero-1.4.0
+DISTNAME=              xombrero-1.5.0
 CATEGORIES=            www
-REVISION=              1
 EPOCH=                 1
 
 HOMEPAGE=              http://opensource.conformal.com/wiki/xombrero
@@ -16,12 +15,10 @@ PERMIT_PACKAGE_CDROM=       Yes
 
 MODULES += devel/gettext
 
-WANTLIB += GL X11 Xrender atk-1.0 c cairo cairo-gobject expat
-WANTLIB += fontconfig freetype gcrypt gdk-3 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += glib-2.0 gnutls gobject-2.0 gthread-2.0 gtk-3 javascriptcoregtk-3.0
-WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
-WANTLIB += pthread pthread-stubs soup-2.4 util webkitgtk-3.0 xcb
-WANTLIB += xcb-render xcb-shm z
+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 += gtk-3 javascriptcoregtk-3.0 m pango-1.0 pangocairo-1.0
+WANTLIB += pangoft2-1.0 soup-2.4 util webkitgtk-3.0 z
 
 MASTER_SITES=          http://opensource.conformal.com/snapshots/xombrero/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xombrero/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo    30 Nov 2012 21:23:27 -0000      1.6
+++ distinfo    19 May 2013 20:41:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (xombrero-1.4.0.tgz) = StPxsvPDGEnCV/tBKku2HBDTXweh3cC5CvKclMj8j2U=
-SIZE (xombrero-1.4.0.tgz) = 288503
+SHA256 (xombrero-1.5.0.tgz) = 2Ys+mQHcJz1KujuF37igh3ZyW9vBiqi/8fgd7f+u2w0=
+SIZE (xombrero-1.5.0.tgz) = 287679

Reply via email to