Doron Behar
60d99d7a83
Merge pull request #104180 from freezeboy/remove-qt512-kpkpass
...
kpkpass: remove before Qt5.13
2020-11-28 17:54:34 +02:00
Doron Behar
0ae9ee66ec
Merge pull request #104432 from freezeboy/migrate-partition-manager
...
partition-manager: migrate to Qt5.15
2020-11-28 17:54:15 +02:00
Doron Behar
5a605dee5b
Merge pull request #104175 from freezeboy/remove-qt512-akonadi
...
akonadi: disable Qt5 <5.13
2020-11-28 17:53:40 +02:00
R. RyanTM
2c8d956608
gnome3.nautilus: 3.38.1 -> 3.38.2
2020-11-28 15:45:52 +00:00
Andreas Rammhold
9ea8fd6df1
Merge pull request #104841 from redvers/update_cassandra_3.0.17_to_3.0.23_cve-2020-13946
...
cassandra_3_0: 3.0.17 -> 3.0.23
2020-11-28 16:43:03 +01:00
Frederik Rietdijk
cce2fd547b
Python: use pythonPackagesBuildHost instead of pythonForBuild
...
Follow-up to #104201 , related to #105113 .
2020-11-28 16:36:03 +01:00
Ryan Mulligan
3c40c276fa
Merge pull request #105200 from ryantm/update-ruby-doc
...
doc: Ruby to CommonMark
2020-11-28 07:34:45 -08:00
Martin Weinelt
9bfd58b382
Merge pull request #105017 from mweinelt/zsh-powerlevel10k
...
zsh-powerlevel10k: 1.13.0 -> 1.14.3
2020-11-28 16:30:41 +01:00
Mario Rodas
49bfd31410
Merge pull request #105211 from r-ryantm/auto-update/jetty
...
jetty: 9.4.34.v20201102 -> 9.4.35.v20201120
2020-11-28 10:21:15 -05:00
R. RyanTM
2e72a7b6c6
metabase: 0.37.1 -> 0.37.2
2020-11-28 15:20:05 +00:00
Mario Rodas
f35985a8dc
Merge pull request #105201 from r-ryantm/auto-update/haproxy
...
haproxy: 2.3.0 -> 2.3.1
2020-11-28 10:19:09 -05:00
Mario Rodas
d1e1069059
Merge pull request #105220 from r-ryantm/auto-update/libavif
...
libavif: 0.8.3 -> 0.8.4
2020-11-28 10:17:13 -05:00
Mario Rodas
5fb257bab4
Merge pull request #105204 from marsam/update-postgresql-topn
...
postgresqlPackages.pg_topn: 2.3.0 -> 2.3.1
2020-11-28 10:13:44 -05:00
Matt Votava
b9bcbf6071
gnome-passwordsafe: fix build
2020-11-28 07:13:07 -08:00
Martin Weinelt
1c414c565b
x11vnc: fix CVE-2020-29074
...
scan.c in x11vnc 0.9.16 uses IPC_CREAT|0777 in shmget calls, which allows
access by actors other than the current user.
Fixes: CVE-2020-29074
2020-11-28 15:58:55 +01:00
Jörg Thalheim
762e414d6a
doc/java: convert to markdown
2020-11-28 15:29:04 +01:00
nyanotech
c3f2f8ff1c
factorio-experimental, factorio-headless-experimental: 1.1.1 -> 1.1.2
2020-11-28 14:28:47 +00:00
WilliButz
037d1121a4
Merge pull request #104153 from r-ryantm/auto-update/highlight
...
highlight: 3.57 -> 3.59
2020-11-28 15:05:49 +01:00
Jörg Thalheim
bc9313d088
Merge pull request #105025 from Mic92/go-doc
...
doc/go: convert to markdown
2020-11-28 15:03:51 +01:00
Thomas Marchand
79c8fa4ac8
ledger-live-desktop: add th0rgal as maintainer
2020-11-28 14:36:07 +01:00
Thomas Marchand
aa7bcf9c1c
ledger-live-desktop: 2.16.0 -> 2.17.1
2020-11-28 14:35:52 +01:00
Jörg Thalheim
4844ca43d8
Merge pull request #67496 from mb21/patch-1
...
Docs: clarify Rust overlay on non-NixOS
2020-11-28 14:29:04 +01:00
Ryan Mulligan
e308121c34
Merge pull request #105206 from r-ryantm/auto-update/gpxsee
...
gpxsee: 7.36 -> 7.37
2020-11-28 05:13:10 -08:00
Sarah Brofeldt
6b882ee0eb
linuxPackages.bpftrace: 0.11.0 -> 0.11.4
2020-11-28 14:00:09 +01:00
Tobias Happ
cfb3640395
teamspeak_server: 3.12.1 -> 3.13.2
2020-11-28 13:42:35 +01:00
Frederik Rietdijk
e239c8b340
Merge pull request #103183 from expipiplus1/joe-haskell-cross-2
...
Fix GHC bootstrap in pkgsMusl and include patch for binutils/16177
2020-11-28 13:40:47 +01:00
Michael Raskin
2d50a1f09e
Merge pull request #105182 from roosemberth/fixes/firejail
...
firejail: fix -overlay and -build functionality on NixOS
2020-11-28 12:27:39 +00:00
Joe Hermaszewski
b3640e024f
binutils: patch to fix https://sourceware.org/bugzilla/show_bug.cgi?id=16177
...
This bug was preventing one compiling Haskell programs from `pkgsMusl` for
armv7.
`nix-build --argstr crossSystem "armv7l-linux" -A pkgsMusl.haskellPackages.hello`
succeeds with this patch.
The patch is Nick Clifton's one, rebased by @ericson2314 here
https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c6
Although there was some talk about the efficacy of the binutils patch
(https://sourceware.org/bugzilla/show_bug.cgi?id=16177#c9 ) the resulting
binary seems to run without issue on the target platform. Jessica's
patch there caused ld to fail linking some programs. Nick's proposed
patch has worked well in my testing so far (a Haskell project of some
small complexity cross compiled with musl to armv7).
2020-11-28 20:19:05 +08:00
Joe Hermaszewski
15b3bc3306
ghc865-binary: Use binary distribution which links against ncurses6 for
...
x86_64-linux
Ben Gamari's patch from #85924 .
Fixes #85924 , allowing one to bootstrap GHC in `pkgsMusl`
`nix-build -A pkgsMusl.haskellPackages.hello` succeeds with this patch.
2020-11-28 20:19:05 +08:00
R. RyanTM
c6300a8cf7
libsecret: 0.20.3 -> 0.20.4
2020-11-28 12:18:46 +00:00
maralorn
efe54d6c04
Merge pull request #104683 from Fuseteam/patch-1
...
ghc8102: bootstrap with ghc8102BinaryMinimal on aarch32
2020-11-28 12:05:18 +01:00
R. RyanTM
8a1d8b8d12
libjpeg: 2.0.5 -> 2.0.6
2020-11-28 10:48:48 +00:00
R. RyanTM
757ab44701
libavif: 0.8.3 -> 0.8.4
2020-11-28 10:30:28 +00:00
R. RyanTM
79a4662d4c
libimagequant: 2.13.0 -> 2.13.1
2020-11-28 10:25:27 +00:00
Timo Kaufmann
819a2c571a
Merge pull request #105212 from r-ryantm/auto-update/jmol
...
jmol: 14.31.17 -> 14.31.18
2020-11-28 10:46:52 +01:00
Graham Bennett
6771aa3093
doc: clarify whitelistedLicenses
...
see the following for more info:
076860e034/pkgs/stdenv/generic/check-meta.nix (L229)
2020-11-28 10:25:13 +01:00
sternenseemann
78d2aa55ef
ocamlPackages.sqlexpr: use ocaml-migrate-parsetree 2.1.0
2020-11-28 09:54:47 +01:00
sternenseemann
50898b3b07
ocamlPackages.ocaml-monadic: use ocaml-migrate-parsetree 2.1.0
2020-11-28 09:54:47 +01:00
sternenseemann
56b9f8c4b3
ocamlPackages.lwt: use ocaml-migrate-parsetree 2.1.0
2020-11-28 09:54:47 +01:00
R. RyanTM
b5ebc0cfb2
libburn: 1.5.2 -> 1.5.2.pl01
2020-11-28 08:01:17 +00:00
R. RyanTM
52f74c9d03
lemonbar: 1.3 -> 1.4
2020-11-28 07:55:44 +00:00
Frederik Rietdijk
9e062723b2
Merge master into staging-next
2020-11-28 08:53:47 +01:00
Vincent Laporte
8256fc2da5
ocamlPackages.rpclib-lwt: init at 8.0.0
2020-11-28 08:22:08 +01:00
Vincent Laporte
d6dfd173f9
ocamlPackages.rpclib: 7.0.0 → 8.0.0
2020-11-28 08:22:08 +01:00
freezeboy
abfbb842b5
fixup sam
2020-11-27 22:59:27 -08:00
freezeboy
d47bd890e7
syncplay: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
3e8e10ab4f
precice: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
a35390d92b
azure-cli: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
fed997f561
html5validator: migrate to Python38
2020-11-27 22:59:27 -08:00
freezeboy
2356095b78
manim: migrate to Python38
2020-11-27 22:59:27 -08:00