unrelated, but here is an update for Xombrero, now with gtk3.

Thanks!

El 07/28/12 08:48, Jan Stary escribió:
> Firstly: thank you, developers of xombrero.
> I am gradually moving everything from Firefox.
> 
> 
> I am having a problem with one of my https bankings:
> https://cz.mbank.eu/logon.aspx
> 
> I did a ":js save" and ":cookie save" for the site.
> Then I try a "cert save", and get
> 
>       gnutls_handshake failed -110 fatal 1 GNUTLS version is too old
>       to provide human readable error.
> 
> I am not very proficient in the ways of TLS, so please bare with me.
> Is this one error (namely, that my GNUTLS is too old to make a handshake),
> or two separate errors (namely, that the handshake failed, and moreover,
> it cannot provide a readable error)?
> 
> My GNUTLS is gnutls-3.0.21p0, as pkg_add-ui'd yesterday
> after an upgrade to current/amd64.
> 
> The bank says they are using TLS 1.0,
> triple DES with a 168 bit key.
> 
> Xombrero does just fine with various other https sites,
> including other bankings, after :js and :cookie are enabled.
> 
> Here's a tcpdump of the failed ":cert save".
> 
> 13:33:11.063718 box.stare.cz.35418 > 193.41.230.85.https: S 
> 2760109662:2760109662(0) win 16384 <mss 1460,nop,nop,sackOK,nop,wscale 
> 3,nop,nop,timestamp 182448863 0> (DF)
> 13:33:11.104281 193.41.230.85.https > box.stare.cz.35418: S 
> 22409363:22409363(0) ack 2760109663 win 8760 <mss 1460,eol>
> 13:33:11.104343 box.stare.cz.35418 > 193.41.230.85.https: . ack 1 win 16384 
> (DF)
> 13:33:11.104977 box.stare.cz.35418 > 193.41.230.85.https: P 1:190(189) ack 1 
> win 16384 (DF)
> 13:33:11.146863 193.41.230.85.https > box.stare.cz.35418: F 1:1(0) ack 190 
> win 12099
> 13:33:11.146921 box.stare.cz.35418 > 193.41.230.85.https: . ack 2 win 16384 
> (DF)
> 13:33:11.147086 box.stare.cz.35418 > 193.41.230.85.https: F 190:190(0) ack 2 
> win 16384 (DF)
> 13:33:11.147550 193.41.230.85.https > box.stare.cz.35418: R 2:2(0) ack 190 
> win 12099
> 13:33:11.147700 193.41.230.85.https > box.stare.cz.35418: R 2:2(0) ack 190 
> win 12099
> 13:33:11.188900 193.41.230.85.https > box.stare.cz.35418: R 
> 22409365:22409365(0) win 12288
> 13:33:11.189177 193.41.230.85.https > box.stare.cz.35418: R 
> 22409365:22409365(0) win 12288
> 
> So it seems i get a FIN immediately after trying to send something.
> 
> Noticing that the bank server's name is not resolved,
> yes, this is a bank that does not have DNS set up properly.
> (Could that be it?)
> 
> # host cz.mbank.eu
> cz.mbank.eu has address 193.41.230.85
> cz.mbank.eu mail is handled by 0 war01mail2.brebank.com.pl.
> cz.mbank.eu mail is handled by 0 war01mail1.brebank.com.pl.
> # host 193.41.230.85
> Host 85.230.41.193.in-addr.arpa. not found: 3(NXDOMAIN)
> 
>       Jan
> 

-- 
Sending from my VCR.


Index: Makefile
===================================================================
RCS file: /cvs/ports/www/xombrero/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile    8 Jul 2012 21:27:42 -0000       1.2
+++ Makefile    26 Jul 2012 01:51:23 -0000
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2012/07/08 21:27:42 gonzalo Exp $
 
 COMMENT=               vi-like minimalists web browser
-DISTNAME=              xombrero-1.1.0
+DISTNAME=              xombrero-1.2.2
 CATEGORIES=            www
 EPOCH=                 1
 
@@ -18,17 +18,16 @@ PERMIT_DISTFILES_FTP=       Yes
 
 MODULES += devel/gettext
 
-WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
-WANTLIB += Xinerama Xrandr Xrender atk-1.0 c cairo expat
-WANTLIB += fontconfig freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += glib-2.0 gnutls gobject-2.0 gthread-2.0
-WANTLIB += gtk-x11-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
-WANTLIB += pixman-1 png pthread pthread-stubs soup-2.4 util webkitgtk-1.0
-WANTLIB += xcb xcb-render xcb-shm z javascriptcoregtk-1.0
+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 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
 
 MASTER_SITES=          http://opensource.conformal.com/snapshots/xombrero/
 
-LIB_DEPENDS=           www/webkit>=1.8.0v0
+LIB_DEPENDS=           www/webkit,gtk3>=1.8.0v0
 RUN_DEPENDS=           devel/desktop-file-utils
 
 EXTRACT_SUFX=          .tgz
Index: distinfo
===================================================================
RCS file: /cvs/ports/www/xombrero/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo    8 Jul 2012 21:27:42 -0000       1.2
+++ distinfo    26 Jul 2012 01:51:23 -0000
@@ -1,5 +1,2 @@
-MD5 (xombrero-1.1.0.tgz) = o6dyd5f3u1rrEq9UIJMCHQ==
-RMD160 (xombrero-1.1.0.tgz) = fDqH8GcLhD88G5pMzCKpDxaUVb8=
-SHA1 (xombrero-1.1.0.tgz) = DbuONFX5TTgfEZyKCfnpPjmOSbU=
-SHA256 (xombrero-1.1.0.tgz) = yl4bvxSgLAcEZT/O+pIpEkz1sK+dhL+upw06n0Sq1D8=
-SIZE (xombrero-1.1.0.tgz) = 239758
+SHA256 (xombrero-1.2.2.tgz) = fNLRF0I5teP4l0c8pp78H7MDSR1u1gvwaCY637drFko=
+SIZE (xombrero-1.2.2.tgz) = 242038

Reply via email to