Commit graph

43383 commits

Author SHA1 Message Date
Marek Mahut dd2fffd04c
Merge pull request #87075 from prusnak/openbazaar
openbazaar: init at 0.14.2
2020-05-13 18:21:44 +02:00
Marek Mahut d977371a8b
Merge pull request #87434 from prusnak/lite
lite: init at 1.03
2020-05-13 18:20:54 +02:00
Francesco Zanini 5629e60d71 sane-airscan: 0.9.17 -> 0.99.0 2020-05-13 17:53:40 +02:00
Rok Garbas 2b51171fb6
Merge pull request #87686 from lovesegfault/zoom-us-5.0.4
zoom-us: 5.0.399860.0429 -> 5.0.403652.0509
2020-05-13 14:24:04 +02:00
Jan Tojnar 74988588c8
almanah: fix build 2020-05-13 14:13:59 +02:00
Mario Rodas 8ec4b8b98b
Merge pull request #87660 from zowoq/crio-flavor
cri-o: drop flavor
2020-05-13 06:57:41 -05:00
adisbladis 88974f9712
emacsPackages.melpaPackages: Ignore Git SSL certs
There are a number of derivations failing because we are lacking the
required certs.

fetchurl is already ignoring certs so I figured we'd do the same.
2020-05-13 12:46:08 +01:00
adisbladis 097eba0dc2
emacsPackages.hol_light_mode: Remove unmaintained & broken package 2020-05-13 12:46:08 +01:00
Michael Raskin a1f68b7f93
Merge pull request #87692 from badmutex/patch-1
visidata: add darwin to supported platforms
2020-05-13 09:56:01 +00:00
Damien Cassou 47ea7461f5
Merge pull request #84420 from RohanHart/lutris/proton-depends-on-security-libs
Lutris/proton depends on security lib
2020-05-13 11:42:14 +02:00
Jacek Galowicz 42c85f251d
Merge pull request #87613 from VirtusLab/git-machete-2.14.0
gitAndTools.git-machete: 2.13.6 -> 2.14.0
2020-05-13 10:56:35 +02:00
Jörg Thalheim 5426a12ce7
cheat: 3.9.0 -> 3.10.0 2020-05-13 09:42:56 +01:00
Lassulus a7a7911d6e
Merge pull request #86641 from mothsART/feature/new-package-gspeech
gspeech: init at 0.9.2
2020-05-13 09:57:40 +02:00
Mario Rodas 8e09ba3b59
Merge pull request #87709 from zowoq/conmon
conmon: 2.0.15 -> 2.0.16
2020-05-13 02:17:45 -05:00
Mario Rodas d5a8dc3f4d
Merge pull request #87713 from zowoq/minikube
minikube: 1.10.0 -> 1.10.1
2020-05-13 01:26:41 -05:00
R. RyanTM d11e5f1a4e verilator: 4.032 -> 4.034 2020-05-12 22:27:21 -07:00
R. RyanTM 0dfdd7e166 synthv1: 0.9.13 -> 0.9.14 2020-05-12 22:25:57 -07:00
R. RyanTM 3355631e7e skrooge: 2.21.1 -> 2.22.1 2020-05-12 22:18:37 -07:00
R. RyanTM 2a9ae489f4 zotero: 5.0.83 -> 5.0.85 2020-05-12 22:15:34 -07:00
R. RyanTM e07dfd38f1 wxmaxima: 20.02.4 -> 20.04.0 2020-05-12 22:12:53 -07:00
R. RyanTM bef44fc4ae znc: 1.7.5 -> 1.8.0 2020-05-12 22:11:10 -07:00
zowoq ff720ad8af minikube: 1.10.0 -> 1.10.1
https://github.com/kubernetes/minikube/releases/tag/v1.10.1
2020-05-13 13:20:49 +10:00
Joe 8da4167303
vscode: remove unused option (#87703)
The option "--skip-getting-started" no longer exists in vscode and causes files in "$@" to not be opened.
Message from stdout: "Warning: 'skip-getting-started' is not in the list of known options, but still passed to Electron/Chromium."
"--skip-getting-started" being removed: 6a8b201c8a
2020-05-12 21:33:42 -04:00
Lynn Dong 60c0d55e09 helmsman: init at 3.3.0 2020-05-12 18:07:36 -07:00
zowoq 6007ba5075 conmon: 2.0.15 -> 2.0.16
https://github.com/containers/conmon/releases/tag/v2.0.16
2020-05-13 10:49:14 +10:00
aszlig 8fb49973ce
firefox: Add patch to fix AES GCM IV bit size
Regression introduced by bce5268a21.

The bit size of the initialisation vector for AES GCM has been
introduced in NSS version 3.52 in the CK_GCM_PARMS struct via the
ulIvBits field.

Unfortunately, Firefox 68.8.0 and 76.0 do not set this field and thus it
gets initialised to zero, which in turn causes IV generation to fail.

I found out about this because WebRTC stopped working after updating to
NSS 3.52 and so I started bisecting.

Since there wasn't an obvious error in Firefox hinting towards NSS but
instead just the video stream ended up as a "null" stream, I didn't
suspect the NSS update to be the culprit at first. So I verified a few
times and then also started bisecting the actual commit in NSS that
caused the issue.

This turned out to be the problematic change:

https://phabricator.services.mozilla.com/D63241

> One notable change was caused by an inconsistancy between the spec and
> the released headers in PKCS#11 v2.40. CK_GCM_PARAMS had an extra
> field in the header that was not in the spec. OASIS considers the
> header file to be normative, so PKCS#11 v3.0 resolved the issue in
> favor of the header file definition.

Since the test I've used[1] was a bit flaky, I still didn't believe the
result of the bisect to be accurate, but after running the test several
times leading same results I dug through the above change line by line
to get more clues.

It fortunately didn't take that long to stumble upon the ulIvBits change
(which is actually documented in the NSS 3.52 release notes[4], but I
managed to blatantly ignore it for some reason) and started checking the
Firefox source tree for changes regarding that field.

Initialisation of that new field has been introduced[2] in preparation
for the 76 release, but subsequently got reverted[3] prior to the
release, because Firefox 76 is expected to be shipped with NSS 3.51,
which didn't have the ulIvBits field.

The patch I'm adding here is just a reintroduction of that change,
because we're using NSS 3.52. Not initialising that field will break
WebRTC and WebCrypto, which I think the former seems to gain in
popularity these days ;-)

Tested the change against the mentioned VM test[1] and also by testing
manually using Jitsi Meet and Nextcloud Talk.

[1]: https://github.com/aszlig/avonc/tree/884315838b6f0ebb32b/tests/talk
[2]: https://hg.mozilla.org/mozilla-central/rev/3ed30e6b6de1
[3]: https://hg.mozilla.org/mozilla-central/rev/665137da70ee
[4]: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.52_release_notes

Signed-off-by: aszlig <aszlig@nix.build>
2020-05-13 02:23:12 +02:00
Lassulus 8c9e7a7c7e
Merge pull request #86446 from gnidorah/cpu-x
cpu-x: init at 3.2.4
2020-05-13 00:56:06 +02:00
Badi' Abdul-Wahid b3329478be
visidata: add darwin to supported platforms 2020-05-12 16:55:12 -05:00
Jörg Thalheim 81f5a8ada3
Merge pull request #87559 from r-ryantm/auto-update/tilda 2020-05-12 22:30:53 +01:00
Lassulus 83b618a11b
Merge pull request #87282 from symphorien/krop-desktop-file
krop: install desktop file
2020-05-12 23:30:28 +02:00
Jörg Thalheim 4569da4f3e
Merge pull request #87647 from danieldk/makemkv-1.15.1 2020-05-12 22:19:16 +01:00
Bernardo Meurer 4e4f5cb925
zoom-us: 5.0.399860.0429 -> 5.0.403652.0509 2020-05-12 10:09:12 -07:00
adisbladis a2ad2bad48
emacsPackages.emacspeak: Fix meta 2020-05-12 17:53:43 +01:00
Robert Schütz 52fcfd3876 qutebrowser: 1.11.0 -> 1.11.1
fixes CVE-2020-11054
2020-05-12 18:46:09 +02:00
adisbladis 5e206092be
kdeApplications.kdegraphics-thumbnailers: Fix 404ing patch url 2020-05-12 17:35:10 +01:00
Christian Kampka fd004aac76
trilium: 0.42.1 -> 0.42.2 2020-05-12 17:20:53 +02:00
Silvan Mosberger 1a84fb06d8
Merge pull request #87644 from marsam/update-translate-shell 2020-05-12 15:41:28 +02:00
zowoq 1d909f5fdb cri-o: drop flavor 2020-05-12 21:33:17 +10:00
zowoq 9452d34b14 minikube: 1.9.2 -> 1.10.0
https://github.com/kubernetes/minikube/releases/tag/v1.10.0
2020-05-12 19:47:31 +10:00
taku0 d8fa222ca2 flashplayer: 32.0.0.363 -> 32.0.0.371 2020-05-12 18:31:02 +09:00
Daniël de Kok 7f879e0aec makemkv: 1.15.0 -> 1.15.1
Upstream changelog:

- Added support for AACS v76 (for those poor souls without LibreDrive)
- Improved handling for discs with mastering errors
- Many internal improvements and small bugfixes
- Bug fixes:
  * For some HD audio streams frames were dropped incorrectly on segment
    boundaries
2020-05-12 08:26:43 +02:00
Mario Rodas 90b6042d04
Merge pull request #87563 from r-ryantm/auto-update/worker
worker: 4.3.0 -> 4.4.0
2020-05-11 23:07:50 -05:00
Mario Rodas eb2bfa2345
Merge pull request #87611 from eadwu/vscode/1.45.0
vscod{e,ium}: 1.44.2 -> 1.45.0
2020-05-11 23:06:42 -05:00
Mario Rodas 01b85fd5de
Merge pull request #87587 from filalex77/gitui-0.2.2
gitAndTools.gitui: 0.2.1 -> 0.2.2
2020-05-11 23:06:07 -05:00
Benjamin Hipple f874150950
Merge pull request #85290 from r-ryantm/auto-update/xmrig-proxy
xmrig-proxy: 5.0.1 -> 5.10.0
2020-05-11 21:49:44 -04:00
R. RyanTM e96eec7e36 xmrig-proxy: 5.0.1 -> 5.10.0 2020-05-11 21:43:38 -04:00
Benjamin Hipple 4996ecff50
Merge pull request #87615 from zowoq/gh
gitAndTools.gh: 0.7.0 -> 0.8.0
2020-05-11 21:40:33 -04:00
Anderson Torres bae0829384
Merge pull request #87288 from AndersonTorres/tinywm-upload
tinywm: init at 2014-04-22
2020-05-11 21:31:41 -03:00
Benjamin Hipple 49540bac59
Merge pull request #85646 from nyanloutre/ledger_live_2_2_4
ledger-live-desktop: 2.1.0 -> 2.3.2
2020-05-11 20:14:24 -04:00
Pavol Rusnak 15a2a6d310
lite: init at 1.03 2020-05-11 22:46:40 +02:00
Matthew Bauer 43545032af
Merge pull request #87314 from matthewbauer/bazel-flat
build-bazel-package: switch hash mode to “flat”
2020-05-11 15:27:48 -05:00
Ryan Mulligan e0435e4ada
Merge pull request #87573 from r-ryantm/auto-update/yEd
yed: 3.19.1.1 -> 3.20
2020-05-11 11:35:14 -07:00
zowoq 6618edf594 gitAndTools.gh: 0.7.0 -> 0.8.0
https://github.com/cli/cli/releases/tag/v0.8.0
2020-05-12 04:25:21 +10:00
Travis CI c2350ba8f6 gitAndTools.git-machete: 2.13.6 -> 2.14.0
###### Motivation for this change
Update to latest upstream version

###### Things done
 * [ ]  Tested using sandboxing ([nix.useSandbox](http://nixos.org/nixos/manual/options.html#opt-nix.useSandbox) on NixOS, or option `sandbox` in [`nix.conf`](http://nixos.org/nix/manual/#sec-conf-file) on non-NixOS linux)
 * Built on platform(s)

   * [x]  NixOS
   * [ ]  macOS
   * [ ]  other Linux distributions
 * [ ]  Tested via one or more NixOS test(s) if existing and applicable for the change (look inside [nixos/tests](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests))
 * [ ]  Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 * [x]  Tested execution of all binary files (usually in `./result/bin/`)
 * [ ]  Determined the impact on package closure size (by running `nix path-info -S` before and after)
 * [ ]  Ensured that relevant documentation is up to date
 * [x]  Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).

###### Notify maintainers
cc @worldofpeace @tfc @jtraue
2020-05-11 17:50:35 +00:00
Edmund Wu 36fb04be08
vscodium: 1.44.2 -> 1.45.0 2020-05-11 13:34:23 -04:00
Edmund Wu 301905d813
vscode: 1.44.2 -> 1.45.0 2020-05-11 13:34:22 -04:00
Linus Heckemann 2a23ffc124
Merge pull request #87594 from mayflower/bemenu-bump
bemenu: 0.3.0 -> 0.4.1
2020-05-11 17:40:07 +02:00
Linus Heckemann d2b532a0d9 bemenu: remove @thiagokokada from maintainers on request 2020-05-11 17:39:26 +02:00
Ryan Mulligan ee5591a6ac
Merge pull request #87567 from r-ryantm/auto-update/xlog
xlog: 2.0.17 -> 2.0.19
2020-05-11 08:07:40 -07:00
Thomas Tuegel 863c217405
Merge pull request #85494 from ambrop72/kde-thumbnail-hang
kdegraphics-thumbnailers: Add patch for thumbnail.so hang.
2020-05-11 09:46:19 -05:00
Alexey Shmalko f90f557fb6
melpa-packages: mention update-from-overlay script 2020-05-11 15:51:46 +03:00
Alexey Shmalko 4fc6c5ef89 melpa-packages: 2020-05-11 2020-05-11 15:47:29 +03:00
Alexey Shmalko 7f50c31786 elpa-packages: 2020-05-11 2020-05-11 15:46:35 +03:00
Robert Schütz ad8238c483
genxword: init at 2.0.1 (#87477) 2020-05-11 14:14:34 +02:00
José Romildo Malaquias be7b83b460 jgmenu: optionally install a xfce4 panel plugin
- It is a contrib feature.
- Default to false.
2020-05-11 08:28:29 -03:00
José Romildo Malaquias 3baa8c1bdc jgmenu: no need to explicitly set prefix make flag
It is automatically passed to the configure script.
2020-05-11 08:26:07 -03:00
Gabriel Ebner fc2c4afa11
Merge pull request #87516 from gebner/cura461 2020-05-11 13:06:16 +02:00
José Romildo Malaquias 5c68f7e94a jgmenu: format with nixpkgs-fmt 2020-05-11 07:42:33 -03:00
Linus Heckemann 088a9495a8 bemenu: 0.3.0 -> 0.4.1 2020-05-11 12:18:43 +02:00
Jörg Thalheim e9853444c7
Merge pull request #85627 from druimalban/mg-darwin 2020-05-11 10:46:05 +01:00
Jörg Thalheim 3a9543b778
Merge pull request #82634 from evils/kicad 2020-05-11 10:27:18 +01:00
Mario Rodas 34ecd048ba
translate-shell: 0.9.6.11 -> 0.9.6.12 2020-05-11 04:20:00 -05:00
Oleksii Filonenko f6f86bbbc6 gitAndTools.gitui: 0.2.1 -> 0.2.2 2020-05-11 08:53:29 +00:00
Jörg Thalheim b5352109a7
Merge pull request #85303 from rissson/pkgs-update-yubioath-desktop 2020-05-11 08:25:32 +01:00
Elis Hirwing 47d1cd332c
Merge pull request #87552 from r-ryantm/auto-update/testssl.sh
testssl: 3.0 -> 3.0.1
2020-05-11 08:22:16 +02:00
R. RyanTM 0e0995d14c yed: 3.19.1.1 -> 3.20 2020-05-11 03:04:49 +00:00
R. RyanTM 33272d9e98 xlog: 2.0.17 -> 2.0.19 2020-05-11 01:36:12 +00:00
Ryan Mulligan b970793dbf
Merge pull request #86893 from r-ryantm/auto-update/gitkraken
gitkraken: 6.5.4 -> 6.6.0
2020-05-10 18:26:27 -07:00
R. RyanTM 0d64dc6abf
rednotebook: 2.18 -> 2.19 (#87478) 2020-05-11 01:19:26 +00:00
R. RyanTM 6874db402b worker: 4.3.0 -> 4.4.0 2020-05-11 00:23:53 +00:00
R. RyanTM a608f2d828 tilda: 1.5.0 -> 1.5.1 2020-05-10 23:50:45 +00:00
R. RyanTM 183378d1d5 testssl: 3.0 -> 3.0.1 2020-05-10 21:49:32 +00:00
Pavol Rusnak 47df73b221
openbazaar-client: init at 2.4.4 2020-05-10 23:32:59 +02:00
Pavol Rusnak 731cbde2c0
openbazaar: init at 0.14.2 2020-05-10 23:32:58 +02:00
R. RyanTM 5ce6802a17
termdown: 1.16.0 -> 1.17.0 2020-05-10 19:49:47 +00:00
Maximilian Bosch 8814a112ac
Merge pull request #87395 from Luflosi/update/kitty
kitty: 0.17.3 -> 0.17.4
2020-05-10 23:26:58 +02:00
Marek Mahut 3b039f14f2
Merge pull request #86610 from prusnak/sooperlooper
sooperlooper: unstable-2016-07-19 -> unstable-2019-09-30
2020-05-10 23:14:01 +02:00
Ryan Mulligan 84982d1664
Merge pull request #87523 from r-ryantm/auto-update/tixati
tixati: 2.72 -> 2.73
2020-05-10 12:42:46 -07:00
Kim Lindberger 7451f11730
google-drive-ocamlfuse: 0.7.2 -> 0.7.21 (#86469)
ocamlPackages.ocamlfuse: 2.7.1_cvs5 -> 2.7.1_cvs6_e35e76b
2020-05-10 21:24:18 +02:00
Michael Raskin 1013153a59
Merge pull request #87525 from r-ryantm/auto-update/virt-viewer
virt-viewer: 8.0 -> 9.0
2020-05-10 19:16:53 +00:00
Florian Klink 3d92964d2a
Merge pull request #87491 from r-ryantm/auto-update/svn-all-fast-export
gitAndTools.svn-all-fast-export: 1.0.17 -> 1.0.18
2020-05-10 20:38:35 +02:00
R. RyanTM ae649e275c virt-viewer: 8.0 -> 9.0 2020-05-10 18:35:50 +00:00
R. RyanTM ab3dfc3fb5 tixati: 2.72 -> 2.73 2020-05-10 18:29:10 +00:00
Luke Granger-Brown 5da1393030 deluge: add glib so its hook works.
At the moment, runing `deluge` with the deluge package installed returns
"No GSettings schemas are installed on the system".

After this patch, XDG_DATA_DIRS includes the gsettings-desktop-schemas,
which means the program actually manages to launch.
2020-05-10 19:24:09 +02:00
Gabriel Ebner af238824f4 curaPlugins.octoprint: 3.5.11 -> 3.5.12 2020-05-10 19:06:01 +02:00
Gabriel Ebner bc56fe5759 cura: 4.5.0 -> 4.6.1 2020-05-10 19:06:01 +02:00
R. RyanTM ae4d9cb9a0 stacks: 2.52 -> 2.53 2020-05-10 09:37:29 -07:00
R. RyanTM 23bacaa090 remmina: 1.4.1 -> 1.4.3 2020-05-10 09:35:19 -07:00
R. RyanTM 9c15de6ea4 suricata: 5.0.2 -> 5.0.3 2020-05-10 09:35:02 -07:00
R. RyanTM 92d970c766
snakemake: 5.15.0 -> 5.16.0 (#87496) 2020-05-10 10:09:53 -04:00
Daniël de Kok b1792c41f6 resilio-sync: 2.6.4 -> 2.7.0
Changelog:

https://help.resilio.com/hc/en-us/articles/206216855-Sync-2-x-change-log
2020-05-10 16:01:14 +02:00
Ryan Mulligan f88bdf383b
Merge pull request #87460 from r-ryantm/auto-update/qbittorrent
qbittorrent: 4.2.2 -> 4.2.5
2020-05-10 06:36:20 -07:00
Michael Weiss ec285b873f
jekyll: 4.0.0 -> 4.0.1 2020-05-10 15:18:31 +02:00
Jörg Thalheim 24055420f9
Merge pull request #87283 from Luflosi/patch-dino 2020-05-10 14:09:39 +01:00
Michael Weiss 22fef8ebb1
tdesktop: 2.1.2 -> 2.1.4 2020-05-10 15:08:06 +02:00
Michael Weiss 1104de365e
gns3-{gui,server}: 2.2.7 -> 2.2.8 2020-05-10 14:58:38 +02:00
R. RyanTM 6e9c5e8a9f gitAndTools.svn-all-fast-export: 1.0.17 -> 1.0.18 2020-05-10 12:41:00 +00:00
Symphorien Gibol 6bac73bc4a krop: install desktop file 2020-05-10 12:00:00 +00:00
R. RyanTM ef53fe2af2 qmmp: 1.3.7 -> 1.4.0 2020-05-10 12:49:58 +02:00
R. RyanTM 35729638c8 qbittorrent: 4.2.2 -> 4.2.5 2020-05-10 02:08:10 +00:00
Luflosi 099bc11d38
dino: allow newer versions of libsignal-protocol-c
The exact version of libsignal-protocol-c used by dino is hard-coded to 2.3.2 because "libsignal-protocol-c has a history of breaking compatibility on the patch level". This prevents libsignal-protocol-c from being updated in https://github.com/NixOS/nixpkgs/pull/83736. Upstream already allows newer versions in the latest git master, so patch the source with this commit. Unfortunately patching doesn't work with git submodules but since the submodule is not used anyways, simply ignore this part of the patch.
2020-05-10 00:35:37 +02:00
Alyssa Ross 24fcef1b9e cgit: 1.2.1 -> 1.2.3
cgit now supports lzip and zstd compression.
2020-05-09 22:00:50 +02:00
Dmitry Kalinkin e80302dc7d
Merge pull request #86142 from bcdarwin/itk-5.1.0
Itk: 5.0.1 -> 5.1.0
2020-05-09 15:03:28 -04:00
Matthew Bauer 2a8d05627b build-bazel-package: switch hash mode to “flat”
flat hashes can be substituted through hashed-mirrors, while recursive
hashes can’t. This is especially important for Bazel since the bazel
fetch dependencies can come from multiple different methods (git,
http, ftp, etc.). To do this, we create tar archives from the
output/external directory, which is then extracted to build. All of
the Bazel hashes are all updated.
2020-05-09 13:33:26 -05:00
Pavol Rusnak 8277fb4d76 bitcoin: 0.19.0.1 -> 0.19.1 2020-05-09 17:36:11 +02:00
Luflosi fabf511ea4
kitty: 0.17.3 -> 0.17.4
https://github.com/kovidgoyal/kitty/releases/tag/v0.17.4
2020-05-09 17:08:34 +02:00
Symphorien Gibol a68a408a7f multibootusb: patchelf syslinux, add missing dependencies 2020-05-09 16:54:56 +02:00
Markus S. Wamser c22237d894 mupdf: add MIME types to .desktop
Closes https://github.com/NixOS/nixpkgs/issues/53856
2020-05-09 14:37:39 +02:00
Pavol Rusnak cfe68f2b68 giada: 0.16.1 -> 0.16.2.2
+ use system catch and nlohmann_json
2020-05-09 13:46:15 +02:00
Jörg Thalheim 887295fd2d
treewide: remove the-kenny from maintainers
@the-kenny did a good job in the past and is set as maintainer in many package,
however since 2017-2018 he stopped contributing. To create less confusion
in pull requests when people try to request his feedback, I removed him as
maintainer from all packages.
2020-05-09 10:28:57 +01:00
Mario Rodas 209432351e
git-lfs: 2.10.0 -> 2.11.0
Changelog: https://github.com/git-lfs/git-lfs/releases/tag/v2.11.0
2020-05-09 04:20:00 -05:00
Jaka Hudoklin 91271207ca
Merge pull request #87458 from zowoq/shellfiles
containerd, docker, runc: use/update installShellFiles
2020-05-10 02:35:15 +00:00
zowoq 3a79753662 runc: update installManPages 2020-05-10 11:33:10 +10:00
zowoq 764dd5c875 docker: use installShellFiles 2020-05-10 11:33:04 +10:00
zowoq 4d2bcaed5c containerd: use installShellFiles 2020-05-10 11:27:10 +10:00
Maximilian Bosch 54677515aa
gitea: 1.11.4 -> 1.11.5
https://github.com/go-gitea/gitea/releases/tag/v1.11.5

Also applying the patch which fixes the wiki-pages, closes #87115.
2020-05-10 03:02:44 +02:00
Mario Rodas f83c5d3432
Merge pull request #87398 from Luflosi/update/ipfs
ipfs: 0.5.0 -> 0.5.1
2020-05-09 19:35:39 -05:00
Mario Rodas 7f63461c22
Merge pull request #87391 from xrelkd/update/firecracker
firecracker: 0.20.0 -> 0.21.1
2020-05-09 19:35:08 -05:00
Luflosi 5317280ade
ipfs: 0.5.0 -> 0.5.1
https://github.com/ipfs/go-ipfs/releases/tag/v0.5.1
2020-05-09 17:33:34 +02:00
xrelkd 5e16e668f5 firecracker: 0.20.0 -> 0.21.1 2020-05-09 22:13:06 +08:00
Vladyslav M b36f774f1a
Merge pull request #87330 from marsam/update-pueue 2020-05-09 11:17:58 +03:00
Martin Weinelt 459bad4be4 graphicsmagick: 1.3.32 → 1.3.35
Fixes: CVE-2020-10938
2020-05-09 09:35:44 +02:00
Luz 5e40913eac librepcb: 0.1.3 -> 0.1.4 2020-05-09 09:10:20 +02:00
xiorcale ccfe14cb3b github username: kjuvi -> xiorcale 2020-05-09 09:08:18 +02:00
xiorcaled 640eeb9b85 monitor: 0.7.1 -> 0.7.2 2020-05-09 09:08:18 +02:00
Linus Heckemann 9df981d3f4 freerdp: 2.0.0 -> 2.1.0 2020-05-09 09:05:07 +02:00
Eduardo Quiros 1e80fc5d53 tut 0.0.7 -> 0.0.8 2020-05-09 09:04:12 +02:00
R. RyanTM ae15422200 cloudflared: 2020.2.1 -> 2020.3.2 2020-05-09 08:58:22 +02:00
Frederik Rietdijk 1f295d6770
Merge pull request #86672 from r-ryantm/auto-update/freewheeling
freewheeling: 0.6.5 -> 0.6.6
2020-05-09 08:56:57 +02:00
R. RyanTM 1b790c5099 maestral: 0.6.3 -> 0.6.4 2020-05-09 08:56:34 +02:00
R. RyanTM 9058556a36 quilter: 2.2.2 -> 2.2.4 2020-05-09 08:55:20 +02:00
R. RyanTM d2be85f9f1 krita: 4.2.7.1 -> 4.2.9 2020-05-09 08:53:31 +02:00
R. RyanTM 02acd0b22e mysql-workbench: 8.0.19 -> 8.0.20 2020-05-09 08:51:58 +02:00
Euan Kemp e61dc85117 k3s: fix build for aarch64
The upstream project already builds and releases for aarch64. This makes
the couple small tweaks that I found necessary for k3s to cross-compile
for aarch64.

I also ran it through nixpkgs-fmt.
2020-05-09 08:37:06 +02:00
Vladimír Čunát 10134fc301
Merge #87066: thunderbird*: 68.7.0 -> 68.8.0 (security)
https://www.thunderbird.net/en-US/thunderbird/68.8.0/releasenotes/
https://www.mozilla.org/en-US/security/advisories/mfsa2020-18/
2020-05-09 08:19:11 +02:00
Mario Rodas c960aaff86
pueue: 0.3.1 -> 0.4.0 2020-05-09 00:00:00 -05:00
albakham 0c0f353d62 rofi-calc: 1.6 -> 1.7 2020-05-08 22:12:49 -04:00
Ryan Mulligan 2adebb391f
Merge pull request #87262 from r-ryantm/auto-update/padthv1
padthv1: 0.9.13 -> 0.9.14
2020-05-08 11:58:07 -07:00
Jonathan Ringer 99fe5868f6 jetbrains.*: 2020.1 -> 2020.1.1 2020-05-08 11:43:24 -07:00
AndersonTorres 44d90b0619 tinywm: init at 2014-04-22
A tiny window manger for X11
2020-05-08 15:29:25 -03:00