| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
|
|
|
|
| |
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
Removing all prior versions due to the above.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
| |
Fixes #660034
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
|
|
|
|
|
| |
Security release, fixes XSS vulnerability.
https://lists.schokokeks.org/pipermail/qutebrowser-announce/2018-June/000045.html
No CVE assigned yet.
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.40, Repoman-2.3.9
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.24, Repoman-2.3.6
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
|
|
| |
remove old as well
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.13, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
| |
Note that SRC_URI is a one-off due to a bad pack initially:
https://lists.schokokeks.org/pipermail/qutebrowser-announce/2017-November/000029.html
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Use xdg-utils eclass instead of fdo-mime
|
|
|
|
|
|
| |
https://github.com/qutebrowser/qutebrowser/commit/dc01b4eaf0e945b131e8f8094d1a7b6a5c873c1c
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's been a while since qutebrowser was in sync with upstream. This
represents getting it back up to date.
- Python 3.4 dropped
- Drop support for webkit backend. Requires a fork of QtWebKit which is
not maintained by Qt.
- Updating deps
- Do not install asciidocs, they're available via html inside of the
browser
- Migrate from fdo-mime to xdg-utils
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Package-Manager: Portage-2.3.8, Repoman-2.3.3
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/4207
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/4790
|
|
|
|
|
| |
Bug: https://bugs.gentoo.org/612502
Closes: https://github.com/gentoo/gentoo/pull/4395
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Also, add dep on dev-python/PyQt5[declarative] for bug #604392.
|
|
|
|
| |
Closes: https://github.com/gentoo/gentoo/pull/3127
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also, add py35 support and sync live ebuild.
|
| |
|
|
|
|
|
|
|
| |
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
|
|
|
|
|
|
|
|
| |
change in install location of icons by inherit of gnome2-utils and
'doicon -s', cross tested by 'wraeth', ack to hasufell for
suggested improvements. leave -0.4.1 ebuild for now.
Package-Manager: portage-2.2.23
|
|
|
|
|
|
|
|
|
|
|
|
| |
Updated SRC_URI and added new dependency, the hardened profile masked
(by hardened team) due to runtime failure with JIT. ebuild prepared
and submitted by the package's own author "The-Compiler" with support
from similar users. Commited by proxy-maintainers team due to extended
absence of the developer maintainer. Fixes the gentoo bug
Gentoo bug: #564140
Package-Manager: portage-2.2.23
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
|