pkgsrc-WIP-changes archive

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

qutebrowser: update to qutebrowser-1.4.2



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Sep 3 06:55:35 2018 +0200
Changeset:	d8e95db1f7a131902845e1b51ec2889868368b05

Modified Files:
	qutebrowser/Makefile
	qutebrowser/distinfo

Log Message:
qutebrowser: update to qutebrowser-1.4.2

Changed

  * The content.xss_auditing setting is now enabled by default, to mirror
    Chromium's rather than Qt's default behavior.
  * Long URLs in the statusbar are now elided at the end rather than in the
    middle, to make sure the hostname is completely visible whenever possible.

Fixed

  * Crash in Qt 5.7.1 when a website uses window.print().
  * The workaround for Nouveau graphic drivers now works properly again.
  * Crash when using :follow-selected with a link which is outside of the view.
  * Workaround for windows not showing as urgent with some window managers
    (like i3).
  * Crash when opening URLs with some unicode characters (IDNA 2008). Those URLs
    still won't open though, due to missing support in Qt.
  * Crash when a download directory which can't be created is configured.
  * Crash in the importer.py script when importing Chrome bookmarks from newer Chrome versions.
  * The content.webrtc_public_interfaces_only option didn't work on Qt 5.11 previously (it now does).
    Note it still does not work on Qt 5.10 (due to a Qt bug) and Qt < 5.9.2.
  * Repeated escaping of entries in qute://log when refreshing page.
  * The host blocker doesn't block 0.0.0.0 anymore.
  * Crash when using :// as URL pattern.
  * The :buffer completion now sorts tabs with indices >= 10 correctly again.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d8e95db1f7a131902845e1b51ec2889868368b05

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

diffstat:
 qutebrowser/Makefile | 4 ++--
 qutebrowser/distinfo | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs:
diff --git a/qutebrowser/Makefile b/qutebrowser/Makefile
index 26bb20aff6..3d033abdb5 100644
--- a/qutebrowser/Makefile
+++ b/qutebrowser/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	qutebrowser-1.4.1
+DISTNAME=	qutebrowser-1.4.2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=qutebrowser/}
-GITHUB_TAG=	v1.4.1
+GITHUB_TAG=	v1.4.2
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://qutebrowser.org/
diff --git a/qutebrowser/distinfo b/qutebrowser/distinfo
index 77dff0e640..4910240028 100644
--- a/qutebrowser/distinfo
+++ b/qutebrowser/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qutebrowser-1.4.1.tar.gz) = 7cf2af9084cafe3646881ebf85a09a9e287ad9f0
-RMD160 (qutebrowser-1.4.1.tar.gz) = 6ebe56c34b930b327d5bb13e8081ccfd9d55735a
-SHA512 (qutebrowser-1.4.1.tar.gz) = 64b1b8cdb9a8eb9a5231e939bd98abbb32e49da0f0fcca5d7d894c0412464cef54d00be689650f561bc3a0ef59b423e53c96bea5b7c13cb486e301a3ab3c59b5
-Size (qutebrowser-1.4.1.tar.gz) = 3124925 bytes
+SHA1 (qutebrowser-1.4.2.tar.gz) = ad1430242fc164424f3235906650c1c1cddccf7b
+RMD160 (qutebrowser-1.4.2.tar.gz) = 09ace806a9a68824da759dbeae2af338ba824d32
+SHA512 (qutebrowser-1.4.2.tar.gz) = 4c88270a401a778a906f600b0489cbe9754427eab46cb7aaaf8100067e7148469fafb6edd70c7a9cb456d9191281681347f620381e7409f96833ff4817aa8fb8
+Size (qutebrowser-1.4.2.tar.gz) = 3127031 bytes


Home | Main Index | Thread Index | Old Index