Commit Graph

199965 Commits

Author SHA1 Message Date
Jan Tojnar
70c0c48970
Merge branch 'staging-next' into staging 2019-11-01 02:58:40 +01:00
Jan Tojnar
372964dd29
Merge branch 'master' into staging-next 2019-11-01 02:58:07 +01:00
Mario Rodas
d901b961a9
Merge pull request #72286 from marsam/update-rubocop
rubocop: 0.75.0 -> 0.76.0
2019-10-31 20:42:06 -05:00
Niklas Hambüchen
73c71dd870
Merge pull request #70973 from nh2/meshlab-20190129-master
meshlab: 20180627-beta -> 20190129-beta
2019-11-01 02:29:31 +01:00
Jan Tojnar
dafa543bf8
gnome-doc-utils: do not propagate Python
That breaks packages that rely on Python like itstool does.

https://github.com/NixOS/nixpkgs/pull/72342#issuecomment-548250501
2019-11-01 02:26:58 +01:00
Jan Tojnar
ad1f06f79c
itstool: 2.0.2 -> 2.0.6 (#72342)
itstool: 2.0.2 -> 2.0.6
2019-11-01 02:26:08 +01:00
Chuck
c0cecd0e60 python3Packages.libxml2: Patch to work around python3 + utf-8 itstool crash
1. Gnumeric has unbalanced XML tags in its doc translations.
2. itstool's XML error handler tries to print this error with context.
3. libxml2's context snipper treats the data as bytes, not UTF-8.
4. python3Packages.libxml2 casts the context to a UTF-8 Python string.
5. itstool dereferences a null pointer.

This patch intervenes at #4.

In https://bugzilla.gnome.org/show_bug.cgi?id=789714#c4 , upstream
suggests that intervening at #3 would be better -- that each of the four
copies of xmlParserPrintFileContextInternal() have four additional UTF-8
problems, one of which is that the caret indicator ought to count
"unicode characters" not bytes.  But to position a caret correctly, a
character count is not sufficient -- this would need to use icu's BiDi
logic (with fallback to doing something wrong when libxml2 is configured
not to use icu) -- which makes a 'correct' fix a much larger project
than this simple band-aid.
2019-10-31 17:30:33 -07:00
Florian Klink
2f92befaf3
Merge pull request #72379 from talyz/gitlab-12.4.1
gitlab: 12.4.0 -> 12.4.1
2019-11-01 00:25:56 +01:00
Maximilian Bosch
8a0fdf0011
Merge pull request #72195 from Ma27/package-fzf-zsh
fzf-zsh: init at unstable-2019-09-09
2019-10-31 23:32:02 +01:00
Kevin Cox
e12df0e9ce
Merge pull request #71122 from NixOS/kevincox-oa_ded
Make oa_ded link as well as openarena.
2019-10-31 22:26:41 +00:00
Marek Mahut
fb5130d79a
Merge pull request #72387 from risicle/ris-jhead-CVE-2019-1010301-1010302
jhead: add patches for CVE-2019-1010301, CVE-2019-1010302
2019-10-31 23:24:34 +01:00
Kevin Cox
6b61d85a9d
Merge branch 'master' into kevincox-oa_ded 2019-10-31 22:22:34 +00:00
Renaud
17574594e2
libguestfs-appliance: 1.38.0 -> 1.40.1 2019-10-31 22:13:58 +01:00
Bas van Dijk
d6cf06b950 tracecmd: 2.8.3 -> 2.9-dev & kernelshark: 0.9.8 -> 1.1.0 2019-10-31 16:07:39 -05:00
Robert Scott
7dacaa056c jhead: add patches for CVE-2019-1010301, CVE-2019-1010302 2019-10-31 21:02:34 +00:00
Amar Paul
ded2b8a669 libguestfs: 1.38.6 -> 1.40.2 (#67572)
* libguestfs: bump stable 1.38.6 -> 1.40.2
2019-10-31 21:48:19 +01:00
Jan Tojnar
b45c5dc0aa
libabigail: init at 1.6 (#72383)
libabigail: init at 1.6
2019-10-31 21:47:52 +01:00
Pavol Rusnak
b877d845de
libabigail: init at 1.6
Co-Authored-By: Jan Tojnar <jtojnar@gmail.com>
2019-10-31 20:56:19 +01:00
Graham Bennett
08884d6a0f dropbox: 81.4.195 -> 83.4.152 (#72021)
Upgrading to latest stable version per
https://www.dropboxforum.com/t5/Desktop-client-builds/bd-p/101003016.
With the previous nixpkgs version dropbox complained that the version is
too old at sign-in.
2019-10-31 20:43:11 +01:00
Renaud
bcee548e8e
dropwatch: 1.5 -> 1.5.1 2019-10-31 20:22:10 +01:00
Renaud
bca9437d1e
Merge pull request #72049 from babariviere/iosevka-v2.3.2
iosevka: 2.3.0 -> 2.3.2
2019-10-31 19:50:12 +01:00
Frederik Rietdijk
62193ec416 nixpkgs manual: document staging-next branch 2019-10-31 19:48:39 +01:00
Joachim F
7cd83236b9
Merge pull request #71839 from dtzWill/update/tor-browser-bundle-bin-9.0
tor-browser-bundle-bin: 8.5.5 -> 9.0
2019-10-31 18:25:49 +00:00
talyz
2e8417b52a gitlab: 12.4.0 -> 12.4.1 2019-10-31 18:55:08 +01:00
Florian Klink
e3907717cc bpython: fix build
aeb63f40dd bumped bpython to 0.18, but it
failed to build afterwards, due to the .desktop file being renamed.
2019-10-31 10:38:37 -07:00
Niklas Hambüchen
62fbcea807
Merge pull request #72057 from nh2/polkit-musl-elogind
musl support for polkit, add elogind
2019-10-31 17:05:42 +01:00
Niklas Hambüchen
1ca49b80cb polkit: Disable systemd support on musl, it needs elogind there 2019-10-31 16:47:00 +01:00
Jan Tojnar
471869c918
Merge pull request #71659 from jtojnar/pyselinux
pythonPackages.libselinux: init
2019-10-31 16:03:13 +01:00
worldofpeace
a51ea52f5a
Merge pull request #72133 from jtojnar/t-m-c
telepathy-mission-control: 5.16.4 → 5.16.5
2019-10-31 15:02:44 +00:00
Tim Steinbach
8a75eaa6a0
oh-my-zsh: 2019-10-27 -> 2019-10-30 2019-10-31 10:42:54 -04:00
Tim Steinbach
f5dadcdb1a
vivaldi: 2.8.1664.44-1 -> 2.9.1705.31-1 2019-10-31 10:42:54 -04:00
worldofpeace
c613d70550
Merge pull request #72313 from worldofpeace/fixup-twitter-font
twitter-color-emoji: use noto-fonts-emoji’s src
2019-10-31 14:41:47 +00:00
adisbladis
bb86d34842
Merge pull request #72255 from max-wittig/patch-4
gitlab-runner: 12.4.0 -> 12.4.1
2019-10-31 14:02:08 +00:00
José Romildo Malaquias
9e37a76608
Merge pull request #72027 from romildo/upd.efl
enlightenment.efl: 1.22.5 -> 1.23.1
2019-10-31 11:01:52 -03:00
worldofpeace
d5c639c545
Merge pull request #72281 from peterhoeg/f/geoclue
nixos/geoclue: minor cleanups
2019-10-31 13:58:25 +00:00
Peter Hoeg
0838d6d4cd nixos/geoclue: add worldofpeace as maintainer 2019-10-31 09:57:20 -04:00
worldofpeace
e26c2baeae
Merge pull request #69030 from jtojnar/contrast
contrast: init at 0.0.2
2019-10-31 13:55:47 +00:00
Jan Tojnar
55191b67a8 contrast: init at 0.0.2 2019-10-31 09:46:15 -04:00
Lancelot SIX
ec40f895b9
Merge pull request #72316 from Mic92/radare2
radare2: 3.9.0 -> 4.0.0
2019-10-31 14:15:10 +01:00
Renaud
52adcff30e
Merge pull request #72285 from marsam/update-brakeman
brakeman: 4.6.1 -> 4.7.1
2019-10-31 14:11:53 +01:00
Jörg Thalheim
4f1c14ab94
Update elm-language-server to 1.4.4 (#72359)
Update elm-language-server to 1.4.4
2019-10-31 12:59:29 +00:00
Marek Mahut
c90cae257b
Merge pull request #72360 from mmahut/jormungandr
jormungandr: 0.7.0-rc2 -> 0.7.0-rc3
2019-10-31 13:44:22 +01:00
Peter Simons
6bd0704542
Merge pull request #72338 from nkpart/nkpart/fix-rPackages-ModelMetrics
rPackages.ModelMetrics: fix darwin build
2019-10-31 13:11:43 +01:00
Marek Mahut
c364c6f09f
Merge pull request #72336 from marsam/update-flow
flow: 0.110.0 -> 0.111.0
2019-10-31 13:08:28 +01:00
Marek Mahut
07a8c77142 jormungandr: 0.7.0-rc2 -> 0.7.0-rc3 2019-10-31 13:07:17 +01:00
Marek Mahut
24753c4123
Merge pull request #69962 from gomain/master
Cypress 3.4.1: Fix files used for verification.
2019-10-31 13:03:19 +01:00
Marek Mahut
bd2bccc47d
Merge pull request #72144 from chessai/libck-init
libck: init at 0.7.0
2019-10-31 13:03:06 +01:00
andys8
29260acb75 Update elm-language-server to 1.4.4 2019-10-31 12:45:50 +01:00
Bas van Dijk
1a55b2b6b0
Merge pull request #72356 from basvandijk/cargo-audit-0.10.0
cargo-audit: 0.9.3 -> 0.10.0
2019-10-31 11:58:58 +01:00
Renaud
46911eb091
Merge pull request #72334 from astro/firestarter
firestarter: 1.7.3 -> 1.7.4
2019-10-31 11:50:43 +01:00