Commit graph

258396 commits

Author SHA1 Message Date
Sandro 9b9ac6436b
Merge pull request #106420 from IvarWithoutBones/fix-tldextract
pythonPackages.tldextract: add missing dependency
2020-12-11 08:08:34 +01:00
Sandro 9df5f33e72
Merge pull request #106426 from danieldk/1password-gui-0.9.7
_1password-gui: 0.9.6 -> 0.9.7
2020-12-11 08:03:19 +01:00
Sandro f1e3b5160e
Merge pull request #103338 from hjones2199/siril 2020-12-11 07:35:23 +01:00
Sarah Brofeldt db4ca0b58c
Merge pull request #106538 from johanot/kubernetes-1.19.5
kubernetes: 1.19.4 -> 1.19.5
2020-12-11 07:30:34 +01:00
github-actions[bot] f6be2d2635
Merge staging-next into staging 2020-12-11 06:17:55 +00:00
github-actions[bot] 43f4575008
Merge master into staging-next 2020-12-11 06:17:52 +00:00
Hunter Jones 69741a7a48 siril: init at 0.99.6 2020-12-11 00:07:30 -06:00
Sandro 3e96635e90
Merge pull request #106361 from SFrijters/maestral-1.3 2020-12-11 07:06:16 +01:00
Sandro d33fb82b8c
Merge pull request #101947 from edbentley/audiowaveform 2020-12-11 07:03:57 +01:00
Sandro f097374754
Merge pull request #105938 from virusdave/dnicponski/scratch/add_osx-cpu-temp
osx-cpu-temp: Init at 1.0
2020-12-11 06:56:57 +01:00
Sandro 771b78d88b
Merge pull request #105149 from onsails/tabnine
tabnine: fix binary permissions
2020-12-11 06:56:39 +01:00
con-f-use 5c0b0f33e4
mcomix3: manpage location, app icon (#105450)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-12-11 06:47:20 +01:00
Sandro f01161226a
Merge pull request #105681 from avdv/q-text-as-data-2.0.19
q-text-as-data: 1.7.4 -> 2.0.19
2020-12-11 06:45:31 +01:00
Sandro 362b1a60f8
Merge pull request #106478 from freezeboy/alias-amsn 2020-12-11 06:44:40 +01:00
Sandro 6304650805
Merge pull request #106139 from austinbutler/zile-2.6.0.90
zile: 2.4.14 -> 2.6.0.90
2020-12-11 06:34:54 +01:00
R. RyanTM 0f94a01a9f wasabiwallet: 1.1.12.2 -> 1.1.12.3 2020-12-11 05:29:29 +00:00
Jörg Thalheim d22d9227f1
Merge pull request #106601 from Mic92/frab
frab: remove package
2020-12-11 05:27:55 +00:00
Jörg Thalheim f791bd95f3
Merge pull request #106495 from drewrisinger/dr-pr-remove-qasm2image
pythonPackages.qasm2image: remove
2020-12-11 05:23:55 +00:00
R. RyanTM ef9f4fcc7d vultr-cli: 2.0.0 -> 2.0.1 2020-12-11 05:18:56 +00:00
R. RyanTM 08d5d9c117 vis: 0.6 -> 0.7 2020-12-11 05:12:20 +00:00
Sandro 2c0f6135aa
Merge pull request #104510 from markus1189/rehex-0.3.1 2020-12-11 05:27:27 +01:00
R. RyanTM 1e67bbac0a turbo-geth: 2020.12.01 -> 2020.12.02 2020-12-11 04:21:37 +00:00
Sandro e0b40003cb
Merge pull request #106357 from siraben/mfgtools-1.4.43
nxpmicro-mfgtools: 1.3.191 -> 1.4.43
2020-12-11 04:56:46 +01:00
Dmitry Kalinkin b583611cec qt515: fix on darwin after bump to 5.15.2 2020-12-11 04:31:24 +01:00
Andreas Rammhold 0ea05f401f pyqt: 5.15.1 -> 5.15.2
This keeps the PyQt5 version in sync with the Qt release. While it is
apparently not strictly required it is probably not the worst idea to do
this.
2020-12-11 04:31:24 +01:00
Andreas Rammhold ab8dffab29 kdeFrameworks.kpurpose: add patch required with Qt5 5.15.2
Qt 5.15 carried a change that renamed a getter for the socket error. In
a later relase that change was reverted (to be less ambiguous) thus now
 those that had picked up the change in API had to change their code.
 This has now been reverted [0] and thus the consumers also have to
 revert their changes…

[0] https://codereview.qt-project.org/c/qt/qtbase/+/289693
2020-12-11 04:31:24 +01:00
Andreas Rammhold 4778f510a4 tldextract: add missing filelock dependency
As of version 3.0.0 tldextract requires filelock during runtime. [0] In
nixpkgs tldextract was bumped from version 2.2.3 to 3.1.0 in
5b2d82451f without actually updating the
dependencies breaking packages such as qutebrowser.

This fix is part of this series to verify that bumping qt5 to 5.15.2
actually fixes the crash caused by WebRTC [1].

[0] 2eba0e5ebd
[1] https://bugreports.qt.io/browse/QTBUG-86752
2020-12-11 04:31:24 +01:00
Andreas Rammhold 0263f626a0 qt-5: 5.15.0 -> 5.15.2
This is a maintenance release of the Qt 5.15 release series. It focuses on
bug and security fixes. The feature that made me update this package was
the broken u2f support in QtWebEngine when used together with
Qutebrowser. It previously (on older Qt versions) used to work but
stopped working with the switch to 5.15.

As the changelog is rather extensive the reader is advised to inspect
[0] to checkout the changes to each of the components of their
interest.

This also fixes a security issue with QtWebEngine based browsers that
could be crashed by visiting a website that invokes certain WebRTC
features [1].

[0] https://wiki.qt.io/Qt_5.15.2_Change_Files
[1] https://bugreports.qt.io/browse/QTBUG-86752
2020-12-11 04:31:24 +01:00
Mario Rodas d9314167ba mcfly: 0.5.1 -> 0.5.2 2020-12-10 22:18:00 -05:00
Mario Rodas 32bf00445b
Merge pull request #106616 from 0x4A6F/master-promscale
promscale: 0.1.2 -> 0.1.3
2020-12-10 22:08:46 -05:00
Mario Rodas dde8dce285
Merge pull request #106541 from marsam/sqlparse-install-manpage
python38Packages.sqlparse: install manpage
2020-12-10 22:07:55 -05:00
R. RyanTM 6f4ad1cf73 tagref: 1.3.3 -> 1.4.1 2020-12-11 03:07:20 +00:00
Orivej Desh 2341270330 claws-mail-gtk3: 3.17.5 -> 3.99.0 2020-12-11 02:18:51 +00:00
Mario Rodas 1084629766
Merge pull request #106584 from r-ryantm/auto-update/jackett
jackett: 0.16.2347 -> 0.17.15
2020-12-10 21:14:53 -05:00
Mario Rodas 210726c6e8
Merge pull request #106559 from r-ryantm/auto-update/dnsproxy
dnsproxy: 0.33.2 -> 0.33.3
2020-12-10 21:10:50 -05:00
Mario Rodas f76695feb3
Merge pull request #106566 from r-ryantm/auto-update/exoscale-cli
exoscale-cli: 1.21.0 -> 1.22.0
2020-12-10 21:10:30 -05:00
Mario Rodas 565bff8b1b
Merge pull request #106562 from r-ryantm/auto-update/dumb-init
dumb-init: 1.2.3 -> 1.2.4
2020-12-10 21:08:20 -05:00
Mario Rodas a12f4b08c3
Merge pull request #106540 from marsam/update-flexget
flexget: 3.1.71 -> 3.1.91
2020-12-10 21:07:24 -05:00
Mario Rodas 051fd5d84a
Merge pull request #106569 from r-ryantm/auto-update/flow
flow: 0.138.0 -> 0.139.0
2020-12-10 21:06:08 -05:00
Mario Rodas deada83a84
Merge pull request #106573 from r-ryantm/auto-update/go-chromecast
go-chromecast: 0.2.5 -> 0.2.6
2020-12-10 21:05:30 -05:00
R. RyanTM b62c9deaa3 rgbds: 0.4.1 -> 0.4.2 2020-12-11 01:36:35 +00:00
github-actions[bot] 0d0d05f7d2
Merge staging-next into staging 2020-12-11 00:40:25 +00:00
github-actions[bot] 614876ef33
Merge master into staging-next 2020-12-11 00:40:21 +00:00
0x4A6F e8237c8f94
promscale: 0.1.2 -> 0.1.3 2020-12-11 00:24:07 +00:00
R. RyanTM 104f43c9b1 qmapshack: 1.15.1 -> 1.15.2 2020-12-11 00:17:49 +00:00
Carles Pagès f1f9a55fb4 minecraft: 2.2.741 -> 2.2.909 2020-12-11 00:50:26 +01:00
R. RyanTM 495f7a062c pmix: 3.2.1 -> 3.2.2 2020-12-10 23:33:03 +00:00
adisbladis a8d8f916f2
Merge pull request #106607 from alyssais/emacs-broken
emacsPackages: mark some packages as broken
2020-12-11 00:29:33 +01:00
adisbladis 316094b8ab
Merge pull request #106606 from alyssais/elpa-meta
emacsPackages.elpaBuild: pass through meta
2020-12-11 00:22:42 +01:00
adisbladis a9fe36cd0b
Merge pull request #106547 from alyssais/siteVersionDir
emacs: fix siteVersionDir path
2020-12-11 00:19:21 +01:00