From owner-freebsd-gecko@freebsd.org Sun Oct 2 09:50:35 2016 Return-Path: Delivered-To: freebsd-gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 57C12AC6FDF for ; Sun, 2 Oct 2016 09:50:35 +0000 (UTC) (envelope-from matthew@reztek.cz) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 4533AB7A for ; Sun, 2 Oct 2016 09:50:35 +0000 (UTC) (envelope-from matthew@reztek.cz) Received: by mailman.ysv.freebsd.org (Postfix) id 41C5EAC6FDE; Sun, 2 Oct 2016 09:50:35 +0000 (UTC) Delivered-To: gecko@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 413ECAC6FDD; Sun, 2 Oct 2016 09:50:35 +0000 (UTC) (envelope-from matthew@reztek.cz) Received: from mail.modirum.com (mail.modirum.com [31.185.27.10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0979CB79; Sun, 2 Oct 2016 09:50:33 +0000 (UTC) (envelope-from matthew@reztek.cz) Received: by mail.modirum.com with esmtpsa (TLSv1:ECDHE-RSA-AES256-SHA:256) (Exim 4.87 (FreeBSD)) (envelope-from ) id 1bqcvW-000M4b-Ex; Sun, 02 Oct 2016 09:19:18 +0000 From: Matthew Rezny To: Thomas Mueller Cc: freebsd-ports@freebsd.org, gecko@freebsd.org Subject: Re: Seamonkey and QupZilla need update? Date: Sun, 02 Oct 2016 11:19:14 +0200 Message-ID: <6199665.Z1YCJtRsFh@workstation.reztek> Organization: RezTek, s.r.o. User-Agent: KMail/4.14.10 (FreeBSD/10.3-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <84.F8.06793.E8EB0F75@dnvrco-omsmta01> References: <84.F8.06793.E8EB0F75@dnvrco-omsmta01> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-SA-Authenticated: Yes X-SA-Exim-Connect-IP: 94.142.238.108 X-SA-Exim-Mail-From: matthew@reztek.cz X-SA-Exim-Scanned: No (on mail.modirum.com); SAEximRunCond expanded to false X-BeenThere: freebsd-gecko@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Gecko Rendering Engine issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 09:50:35 -0000 On Sunday 02 October 2016 08:00:03 Thomas Mueller wrote: > What is the status of www/seamonkey and prospect of updating from 2.39 to > the current 2.40, which was released from upstream on March 14, 2016? > > What makes me nervous is my bank saber-rattling about needing a more current > browser. > > Seamonkey 2.39 worked on this bank, now it blocks me with error message > about my browser not being up-to-date; Seamonkey still works for other > online financial services. > > I figure either the bank website doesn't like Seamonkey, though Firefox also > appears in the user-agent string, or doesn't like FreeBSD, insisting on > Windows or Mac. > > I also have www/qupzilla-qt4 1.8.9, see on qupzilla.com that current version > is 2.0.1. I have used qupzilla-qt4 1.8.9, but it seems less robust that > Seamonkey 2.39. Reason for my interest is the ability to fudge the > user-agent string; I believe Xombrero and Midori also have this ability. > > If I have to build qupzilla anew, hopefully updated, I might switch to > qupzilla-qt5. > Qupzill-qt5 is a much better choice than qupzilla-qt4 due to the newer webkit included in qt5, relative to qt4. That is version of webkit in qt5 (even 5.6) is quite dated. QupZilla 2.x is signiificantly different, re-written to use qtwebengine instead of qtwebkit. qtwebengine has not been ported since that is a task similar to Chromium and upstream (Google) does not accept patched for platforms they don't support, i.e. *BSD. QupZilla 2.x will be a separate port from QupZilla 1.x, but that will not come until qtwebengine. Meanwhile, there is a new effort to maintain qtwebkit upstream, and this is being tested. It is not yet feature complete, but there should be an updated qtwebkit sooner or later which works with QupZilla 1.x and other browsers. > uname -a shows > > FreeBSD amelia 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r294248: Mon Jan 18 > 11:28:40 UTC 2016 root@amelia:/usr/obj/usr/src/sys/SANDY11NC amd64 > > I am getting ready to update both NetBSD and FreeBSD. > > Tom