pkgsrc-WIP-changes archive

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

qutebrowser: update to qutebrowser-1.4.1



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Fri Jul 13 08:22:10 2018 +0200
Changeset:	8af861272d7e019cdcf8ae5ce34cc14d66004142

Modified Files:
	qutebrowser/Makefile
	qutebrowser/distinfo

Log Message:
qutebrowser: update to qutebrowser-1.4.1

Change Log
===========

v1.4.1
------

Security
~~~~~~~~

- CVE-2018-10895: Fix CSRF issue on the qute://settings page, leading to
  possible arbitrary code execution. See the related GitHub issue for details:
  https://github.com/qutebrowser/qutebrowser/issues/4060

Fixed
~~~~~

- Rare crash when an error occurs in downloads.
- Newlines are now stripped from the :version pastebin URL.
- There's a new `mkvenv-pypi-old` environment in `tox.ini` which installs an
  older Qt, which is needed on Ubuntu 16.04.
- Worked around a Qt issue which redirects to a `chrome-error://` page when
  trying to use U2F.
- The `link_pyqt.py` script now works correctly with PyQt 5.11.
- The Windows installer now uninstalls the old version before installing the
  new one, fixing issues with qutebrowser not starting after installing v1.4.0
  over v1.3.3.

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

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 7219395b59..26bb20aff6 100644
--- a/qutebrowser/Makefile
+++ b/qutebrowser/Makefile
@@ -1,9 +1,9 @@
 # $NetBSD$
 
-DISTNAME=	qutebrowser-1.4.0
+DISTNAME=	qutebrowser-1.4.1
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_GITHUB:=qutebrowser/}
-GITHUB_TAG=	v1.4.0
+GITHUB_TAG=	v1.4.1
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://qutebrowser.org/
diff --git a/qutebrowser/distinfo b/qutebrowser/distinfo
index c2e23fad1b..77dff0e640 100644
--- a/qutebrowser/distinfo
+++ b/qutebrowser/distinfo
@@ -1,6 +1,6 @@
 $NetBSD$
 
-SHA1 (qutebrowser-1.4.0.tar.gz) = 6d2f10887fd889bc15a18e31a2a41726bcf2885b
-RMD160 (qutebrowser-1.4.0.tar.gz) = 15db9e5a37e39ed331afdc39176c65458cf0bf8f
-SHA512 (qutebrowser-1.4.0.tar.gz) = 4700db292d39ff567dfce2f6afd330298371a15345baf7197ae419e219700a49b27dcde740c538240ffb1eb76feac1d73a75e011626ae4340831f64f1ac061f1
-Size (qutebrowser-1.4.0.tar.gz) = 3120739 bytes
+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


Home | Main Index | Thread Index | Old Index