Commit graph

259385 commits

Author SHA1 Message Date
Doron Behar a55a89cdfd
Merge pull request #98558 from andys8/add-tty-share 2020-12-20 21:24:49 +02:00
vojta001 fbefb7e7a1
mirage: 0.5.2 -> 0.6.4 (#99121)
* mirage: 0.5.2 -> 0.6.4

* mirage: Use qtquickcompiler to prevent QML cache problems

* mirage: Mark it as broken on Darwin

* mirage: refactor
2020-12-20 19:21:32 +00:00
Tim Kleinschmidt b1499452b8 duf: Add darwin supoort 2020-12-20 19:34:00 +01:00
mohe2015 56b0eb0c6f
eclipses.eclipse-rust: init at 2020-12 2020-12-20 19:25:29 +01:00
mohe2015 66a14b3e23
eclipses: 2020-09 -> 2020-12 2020-12-20 19:25:28 +01:00
stigo 134a1ad375
Merge pull request #107225 from maxeaubrey/tomb_2.8.1
tomb: 2.8 -> 2.8.1
2020-12-20 19:20:42 +01:00
github-actions[bot] ab8c2b2b2c
Merge master into staging-next 2020-12-20 18:19:51 +00:00
Fabian Affolter 72e4e84336 python3Packages.hstspreload: 2020.6.9 -> 2020.11.21 2020-12-20 19:07:49 +01:00
Dmitry Kalinkin 5f04cf2749
Merge pull request #107108 from veprbl/pr/awkward_1_0_1
pythonPackages.awkward: 0.4.5 -> 1.0.1, awkward1 -> awkward
2020-12-20 12:03:41 -05:00
Sandro 0e811b6742
daemon: Fix compilation on darwin (#105640)
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-12-20 17:49:21 +01:00
Sandro 42f4fa575f
Merge pull request #99272 from siraben/scas-update 2020-12-20 17:48:24 +01:00
Milan Pässler b4c6029ed8
geoipupdate: 4.5.0 -> 4.6.0 2020-12-20 17:38:34 +01:00
Sandro 5734a9fb88
Merge pull request #102034 from spacefrogg/fusionInventory
FusionInventory: 2.3.21 -> 2.6
2020-12-20 17:37:55 +01:00
Marc Seeger 674a99882c Maintainers: Add rb2k to maintainers list. 2020-12-20 08:36:43 -08:00
Rouven Czerwinski eee562ffb5 bintools-wrapper: fix inverted link32 check
The new skip for the dynamic linker introduced in
ccfd26ef14 ("bintools-wrapper: skip dynamic linker for static
binaries") includes a change in behaviour, previously the $link32
variable was checked using an arithmetic expression via (( )). This
returns zero if the output of the arithmetic expression is nonzero, i.e.
link32=1 would return zero and the if condition would be executed.
The code refactored this to use "$link32" = "0" which is incorrect in
this case, since we want this if conditional to run if $link32 is 1.

Small shell excerpt for clarity:

$ export link32=1
$ export cookie=1
$ if [[ "$cookie" = "1" ]] && (( "$link32" )); then echo "do some stuff"; fi;
do some stuff
$ if [[ "$cookie" = "1" && "$link32" = "0" ]]; then echo "do some stuff"; fi;
$

Change it to check for $link32 = "1", as the previous code did.
2020-12-20 17:27:16 +01:00
Vladyslav M e853b90763
pijul: 1.0.0-alpha.21 -> 1.0.0-alpha.24 2020-12-20 18:04:51 +02:00
Mario Rodas ce5f25d57e
Merge pull request #107236 from marsam/update-postgresql-postgis
postgreslPackages.postgis: 3.0.3 -> 3.1.0
2020-12-20 11:03:58 -05:00
Sandro 8026d62734
Merge pull request #75378 from dmrauh/add/wsnsimpy
pythonPackages.wsnsimpy: init at 0.2.5
2020-12-20 17:02:02 +01:00
Sandro 6efd4d4343
Merge pull request #106439 from Xottab-DUTY/patch-2
openxray: update package description
2020-12-20 16:58:08 +01:00
Ben Siraphob f03215596d knightos-kimg: 0.3.0 -> 0.4.0 2020-12-20 22:38:13 +07:00
Sandro 765e5c32cb
Merge pull request #100978 from yevhenshymotiuk/pipx-0.15.6.0
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0
2020-12-20 15:50:48 +01:00
Milan Pässler 66e478172d libtorrentRasterbar_1_2_x: 1.2.6 -> 1.2.11 2020-12-20 15:48:58 +01:00
Milan Pässler 1edfaa4a0d libtorrentRasterbar-2_0_x: init at 2.0.1 2020-12-20 15:48:58 +01:00
Sandro 49ea33f24c
Merge pull request #107257 from fabaff/bump-xkcdpass
python3Packages.xkcdpass: 1.17.3 -> 1.17.6
2020-12-20 15:39:26 +01:00
Ben Siraphob 87aa20764c knightos-z80e: 0.5.0 -> 0.5.2 2020-12-20 21:11:18 +07:00
Ben Siraphob fbc7ad52fb knightos-scas: 0.4.6 -> 0.5.3 2020-12-20 21:11:18 +07:00
Fabian Affolter dd6502824e python3Packages.xkcdpass: 1.17.3 -> 1.17.6 2020-12-20 14:33:13 +01:00
Pavol Rusnak aab02ab316
Merge pull request #107247 from marsam/update-rbw
rbw: 0.5.0 -> 0.5.2
2020-12-20 14:26:14 +01:00
Timo Kaufmann 45395aaf31
Merge pull request #106892 from 06kellyjac/starboard-octant-plugin
starboard-octant-plugin: 0.7.0 -> 0.7.1
2020-12-20 14:13:53 +01:00
github-actions[bot] 92db8d3c26
Merge master into staging-next 2020-12-20 12:22:10 +00:00
Florian Klink e45d9000b5
Merge pull request #107112 from Izorkin/samba-wsdd-fix
nixos/samba-wsdd: fix starting
2020-12-20 13:16:17 +01:00
Milan Pässler 37a9fb0a4a bottom: fix build on aarch64 2020-12-20 13:03:18 +01:00
Yevhen Shymotiuk 771df96fe5
python3Packages.pipx: 0.15.5.1 -> 0.15.6.0 2020-12-20 14:02:28 +02:00
Mario Rodas 42cb24cec2
stix-two: 2.0.2 -> 2.10
PR #107235
2020-12-20 12:21:17 +01:00
Kevin Cox 0d42077f34
Merge pull request #104253 from meatcar/sqlite-utils-3.0
pythonPackages.sqlite-utils: depend on sqlite-fts4
2020-12-20 06:18:59 -05:00
Pavol Rusnak f9a60fc471
Merge pull request #107202 from Preisschild/improvement/stern-use-fork
stern: use stern/stern as upstream source
2020-12-20 11:42:04 +01:00
Florian Klink 49853c69f5
Merge pull request #101482 from m1cr0man/jwsfix
nixos/acme: lego run when account is missing
2020-12-20 11:06:19 +01:00
Stig Palmquist 12c818e83a rakudo: 2020.11 -> 2020.12 2020-12-20 09:37:44 +01:00
Stig Palmquist 940a9792a6 nqp: 2020.11 -> 2020.12 2020-12-20 09:37:32 +01:00
Stig Palmquist d40b2b8dd0 moarvm: 2020.11 -> 2020.12 2020-12-20 09:37:12 +01:00
Doron Behar bc43653598
Merge pull request #97177 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 20.33.17675 -> 20.34.17727
2020-12-20 09:57:49 +02:00
Vladimír Čunát d649d77c4c
Merge #107041: firefox: 83 -> 84 (security) 2020-12-20 08:42:26 +01:00
github-actions[bot] bb9b5c5b75
Merge master into staging-next 2020-12-20 06:18:56 +00:00
Mario Rodas 182b0d051a physfs: enable build on darwin 2020-12-20 04:20:00 +00:00
Mario Rodas 5306274c0e
Merge pull request #107123 from marsam/update-nodejs-14_x
nodejs-14_x: 14.15.1 -> 14.15.3
2020-12-20 22:16:08 -05:00
Mario Rodas 4a8ed1661d nuspell: add platforms 2020-12-20 04:20:00 +00:00
Mario Rodas 68dfd5df47 languagetool: add platforms 2020-12-20 04:20:00 +00:00
0x4A6F 6ea2fd15d8 dasel: 1.9.1 -> 1.10.0 2020-12-20 13:26:58 +10:00
Nicolas Berbiche 71ca741ab2 bottom: 0.5.4 -> 0.5.6 2020-12-20 02:53:35 +01:00
github-actions[bot] d491b49037
Merge master into staging-next 2020-12-20 00:43:57 +00:00