Commit Graph

198582 Commits

Author SHA1 Message Date
adisbladis
b2a9a3e9cb
podman: Wrap packages required to run containers 2020-04-29 11:40:44 +01:00
Mario Rodas
cffb1cbcb2
Merge pull request #86286 from marsam/update-act
act: 0.2.7 -> 0.2.8
2020-04-29 05:40:38 -05:00
Oleksii Filonenko
6d83e9572d hydroxide: 0.2.11 -> 0.2.14 2020-04-29 13:36:27 +03:00
Oleksii Filonenko
ca417e5c95 monolith: 2.2.2 -> 2.2.4 2020-04-29 13:33:01 +03:00
Oleksii Filonenko
3bdfedde2a frp: 0.32.0 -> 0.33.0 2020-04-29 13:24:20 +03:00
Oleksii Filonenko
a0a75a947a emplace: 0.2.15 -> 0.2.19 2020-04-29 13:21:04 +03:00
talyz
c3d5d92f4a
php.buildEnv: Add phpIni attribute for easy access to the php.ini 2020-04-29 12:12:59 +02:00
Matthieu Coudron
8ce65087c3 broadcom_sta: fix build on 5.6 2020-04-29 11:57:03 +02:00
Lisa Ugray
329cc874e4 shadowenv: 2.0.0 -> 2.0.2
Pick up shell completions
2020-04-29 05:46:18 -04:00
Peter Hoeg
8f43c55598
Merge pull request #86289 from peterhoeg/f/libeatmydata
libeatmydata: allow building from checkout
2020-04-29 17:44:01 +08:00
Bart Brouns
7b8408fd4b mu: 1.4.1 -> 1.4.3 2020-04-29 11:32:15 +02:00
Mario Rodas
ac885e1b87
fstar: install completions 2020-04-29 04:20:00 -05:00
Michael Weiss
bfa2452dc8
Merge pull request #86206 from primeos/chromium
chromium: 81.0.4044.122 -> 81.0.4044.129
2020-04-29 11:15:25 +02:00
Peter Hoeg
3628b1c6bf libeatmydata: allow building from checkout
Also include note about running tests.
2020-04-29 16:17:04 +08:00
Sascha Grunert
c07a4675a3
kubernix: v0.2.0
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2020-04-29 09:27:09 +02:00
Jan Tojnar
f14021febf
Merge branch 'master' into staging-next 2020-04-29 08:35:23 +02:00
Jan Tojnar
2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename 2020-04-29 08:26:08 +02:00
Jörg Thalheim
6015d03ef1
Merge pull request #86037 from purcell/dotnet-arm64 2020-04-29 07:04:32 +01:00
worldofpeace
d67d074ae6
Merge pull request #86285 from cole-h/fish
fish: 3.1.1 -> 3.1.2
2020-04-29 01:37:57 -04:00
jakobrs
d21cc14114 v4l2loopback: 0.12.4 -> 0.12.5 2020-04-29 07:19:01 +02:00
Vincent Laporte
95b35a2514 coqPackages.gappalib: 1.4.1 → 1.4.3 2020-04-29 06:56:14 +02:00
Cole Helbling
7a15b6037b
fish: 3.1.1 -> 3.1.2
https://github.com/fish-shell/fish-shell/compare/3.1.1...3.1.2

"This release of fish fixes a major issue discovered in fish 3.1.1:
Commands such as `fzf` and `enhancd`, when used with `eval`, would hang.
`eval` buffered output too aggressively, which has been fixed."
2020-04-28 21:26:50 -07:00
Pavel Goran
462fa8bbaf pykms: replace logging patch
The logging "sed-patch" that was introduced for version 20190611 worked poorly:
it was too intrusive (breaking the --logfile option), and it didn't prevent
using in-store file for logging by default. The new logging patch (an actual
"diff-patch") is less intrusive: it just changes the default log file's
location to be the current directory instead of the executable's directory.
2020-04-29 03:53:41 +00:00
Mario Rodas
de71be7723
Merge pull request #86220 from avdv/wtf-0.29.0
wtf: 0.29.0 -> 0.29.0
2020-04-28 21:42:09 -05:00
Martin Weinelt
c9fef6230a dnsmasq: 2.80 → 2.81
Fixes: CVE-2019-14834

A vulnerability was found in dnsmasq before version 2.81, where the
memory leak allows remote attackers to cause a denial of service
(memory consumption) via vectors involving DHCP response creation.

Changelog:

version 2.81
	Improve cache behaviour for TCP connections. For ease of
	implementaion, dnsmasq has always forked a new process to handle
	each incoming TCP connection. A side-effect of this is that
	any DNS queries answered from TCP connections are not cached:
	when TCP connections were rare, this was not a problem.
	With the coming of DNSSEC, it is now the case that some
	DNSSEC queries have answers which spill to TCP, and if,
	for instance, this applies to the keys for the root, then
	those never get cached, and performance is very bad.
	This fix passes cache entries back from the TCP child process to
	the main server process, and fixes the problem.

	Remove the NO_FORK compile-time option, and support for uclinux.
	In an era where everything has an MMU, this looks like
	an anachronism, and it adds to (Ok, multiplies!) the
	combinatorial explosion of compile-time options. Thanks to
	Kevin Darbyshire-Bryant for the patch.

	Fix line-counting when reading /etc/hosts and friends; for
	correct error messages. Thanks to Christian Rosentreter
	for reporting this.

	Fix bug in DNS non-terminal code, added in 2.80, which could
	sometimes cause a NODATA rather than an NXDOMAIN reply.
	Thanks to Norman Rasmussen, Sven Mueller and Maciej Żenczykowski
	for spotting and diagnosing the bug and providing patches.

	Support TCP-fastopen (RFC-7413) on both incoming and
	outgoing TCP connections, if supported and enabled in the OS.

	Improve kernel-capability manipulation code under Linux. Dnsmasq
	now fails early if a required capability is not available, and
	tries not to request capabilities not required by its
	configuration.

	Add --shared-network config. This enables allocation of addresses
	by the DHCP server in subnets where the server (or relay) does not
	have an interface on the network in that subnet. Many thanks to
	kamp.de for sponsoring this feature.

	Fix broken contrib/lease_tools/dhcp_lease_time.c. A packet
	validation check got borked in commit 2b38e382 and release 2.80.
	Thanks to Tomasz Szajner for spotting this.

	Fix compilation against nettle version 3.5 and later.

	Fix spurious DNSSEC validation failures when the auth section
	of a reply contains unsigned RRs from a signed zone,
	with the exception that NSEC and NSEC3 RRs must always be signed.
        Thanks to Tore Anderson for spotting and diagnosing the bug.

	Add --dhcp-ignore-clid. This disables reading of DHCP client
	identifier option (option 61), so clients are only identified by
	MAC addresses.

	Fix a bug which stopped --dhcp-name-match from working when a hostname
	is supplied in --dhcp-host. Thanks to James Feeney for spotting this.

	Fix bug which caused very rarely caused zero-length DHCPv6 packets.
	Thanks to Dereck Higgins for spotting this.

	Add --tftp-single-port option.

	Enhance --conf-dir to load files in a deterministic order. Thanks to
	Evgenii Seliavka for the suggestion and initial patch.

	In the router advert code, handle case where we have two
	different interfaces on the same IPv6 net, and we are doing
	RA/DHCP service on only one of them. Thanks to NIIBE Yutaka
	for spotting this case and making the initial patch.

	Support prefixed ranges of ipv6 addresses in dhcp-host.
	This eases problems chain-netbooting, where each link in the
	chain requests an address using a different UID. With a single
	address, only one gets the "static" address, but with this
	fix, enough addresses can be reserved for all the stages of the
	boot. Many thanks to Harald Jensås for his work on this idea and
	earlier patches.

	Add filtering by tag of --dhcp-host directives. Based on a patch
	by Harald Jensås.

	Allow empty server spec in --rev-server, to match --server.

	Remove DSA signature verification from DNSSEC, as specified in
	RFC 8624. Thanks to Loganaden Velvindron for the original patch.

	Add --script-on-renewal option.
2020-04-29 04:22:08 +02:00
worldofpeace
b7f80f00ef
Merge pull request #86150 from ceedubs/unison-ucm-M1l
unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha
2020-04-28 21:49:49 -04:00
Mario Rodas
af6f00d552
Merge pull request #86211 from marsam/update-nodejs-12_x
nodejs-12_x: 12.16.2 -> 12.16.3
2020-04-28 20:41:35 -05:00
Jaka Hudoklin
d3ef0655d4
Merge pull request #86233 from prusnak/remove-amd-legacy
amdadl-sdk, amdapp-sdk: remove
2020-04-29 01:31:31 +00:00
adisbladis
50950bda13
Merge pull request #86262 from zowoq/podman
podman: 1.9.0 -> 1.9.1
2020-04-29 03:00:47 +02:00
Mario Rodas
002817019b
Merge pull request #86224 from bbigras/starship
starship: 0.40.1 -> 0.41.0
2020-04-28 19:37:12 -05:00
Colin
4007ceb6af
treewide get rid of go 1.12 (#83253)
* treewide Drop unneeded go 1.12 overrides

* Fix packr to be go module compatible.

I updated to version 2.8.0 which is the latest on master.
Then due to the 2 different sets of go modules which are used, I split
the build into two different derivations, then merged them togethor
using symlinkJoin to have the same output structure as the existing derivation.

* Remove consul dependency on go1.12

I updated the consul version to 1.7.2 and flipped it to building using
modules.

* Remove go1.12 from perkeep.

Update the version to the latest unstable on master.

* Update scaleway-cli to not be pinned to go1.12

Switched the version to 1.20

* Update prometheus-varnish-exporter to not depend on go1.12

* Update lnd to build with go1.12

Updated the version
Forced only building subpackages with main to prevent panics over
multiple modules in one repo

* Remove go1.12 from openshift

Had to update the version to 4.1.0 and do a bit of munging to get this
to work

* Remove go1.12 completely.

These are no longer needed.

* Update bazel-watcher and make it build with go 1.14
2020-04-28 20:16:20 -04:00
Lionello Lunesu
386da32bb0 ldc: 1.17.0 -> 1.20.1
This reverts commit 31d630c3a4.
2020-04-29 07:31:53 +08:00
Lionello Lunesu
e0777cba19 Patch bash in test6952.d 2020-04-29 07:31:52 +08:00
Lionello Lunesu
6e7a36bcb3 Update patch dlang/dmd#11053 2020-04-29 07:31:52 +08:00
Lionello Lunesu
6c9beaa744 dmd: 2.085.1 -> 2.091.1
Apply patch dlang/dmd#11053
2020-04-29 07:31:52 +08:00
worldofpeace
a8b60a8567
Merge pull request #86167 from jtojnar/webkitgtk-2.28.2
webkitgtk: 2.28.1 → 2.28.2
2020-04-28 18:46:10 -04:00
worldofpeace
10bf212b4f
Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers team
2020-04-28 18:38:12 -04:00
zowoq
3fb6a304d0 podman: 1.9.0 -> 1.9.1
https://github.com/containers/libpod/releases/tag/v1.9.1
2020-04-29 08:31:03 +10:00
Florian Klink
05328a49f6
Merge pull request #85772 from blitz/open-watcom
Use Open Watcom to build VirtualBox BIOS
2020-04-29 00:29:06 +02:00
Bernardo Meurer
de2b31490b
zoom-us: 3.5.385850.0413 -> 5.0.398100.0427 2020-04-28 13:52:28 -07:00
Pascal Bach
7b38685bb6 skypeforlinux: 8.58.0.93 -> 8.59.0.77 2020-04-28 22:51:07 +02:00
matthuszagh
92212a59df
pythonPackages.pylibftdi: init at 0.18.1 (#71286) 2020-04-28 16:49:19 -04:00
Dmitry Kalinkin
ae0685129b
sherpa: 2.2.8 -> 2.2.9 2020-04-28 16:46:02 -04:00
Alex Whitt
30fce6f31b rdesktop: 1.8.6 -> 1.9.0 2020-04-28 13:21:15 -07:00
Johannes Rosenberger
555b8c1a46 libextractor: add support for gstreamer plugin
The gstreamer plugin provides support for additional common
file/tagging formats like id3 tags in mp3 files. In addition, it
e.g. exposes more tags than the FLAC plugin for FLAC files.

Increase of closure size: 86.71 MB (52.8%)
2020-04-28 22:06:03 +02:00
Martin Weinelt
2091d42cef openldap: 2.4.49 → 2.4.50
Fixes: CVE-2020-12243

In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters
with nested boolean expressions can result in denial of service
(daemon crash).
2020-04-28 21:51:49 +02:00
Cody Allen
df202b418d
unison-ucm: 1.0.M1j-alpha -> 1.0.M1l-alpha
Follow-up to #85940. There were a couple of issues with the
1.0.M1j-alpha release that were promptly fixed.
2020-04-28 12:04:40 -07:00
Maxine E. Aubrey
e6f7f84325 nomad: 0.11.0 -> 0.11.1 2020-04-28 12:02:26 -07:00
worldofpeace
bde9441480
Merge pull request #86147 from matthewbauer/tweak-kde-preferences
kde/{kate,konqueror,okular}: decrease text mimetype preference
2020-04-28 14:10:51 -04:00
worldofpeace
f5ddad7d5e pantheon.gala: 3.3.0 -> 3.3.1
https://github.com/elementary/gala/releases/tag/3.3.1
2020-04-28 14:01:52 -04:00
sternenseemann
657b336d72 ocamlPackages.x509: 0.11.0 → 0.11.1 2020-04-28 19:46:15 +02:00
worldofpeace
34444e7b45
Merge pull request #86231 from symphorien/nix-du-strictDeps
nix-du: fix with strictDeps
2020-04-28 13:34:43 -04:00
worldofpeace
d85aabfb5f
Merge pull request #84449 from doronbehar/improve-guvcview
guvcview: fix gsettings filechooser errors
2020-04-28 13:32:13 -04:00
evils
e257a92472
foldingathome: 7.5.1 -> 7.6.9 (#86171) 2020-04-28 17:20:43 +00:00
Pavol Rusnak
d94444e44f
amdadl-sdk, amdapp-sdk: remove
these libraries are obsolete and nothing in the nixpkgs tree requires them
2020-04-28 19:15:10 +02:00
Chris Ostrouchov
27c7e7d38a pythonPackages.auth0-python: init at 3.9.1 2020-04-28 09:32:56 -07:00
Chris Ostrouchov
359c6b5bc1 pythonPackages.cloudflare: init at 2.6.5 2020-04-28 09:32:56 -07:00
Ben Darwin
cc89b93798 python3Packages.batchgenerators: 0.19.7 -> 0.20.0 2020-04-28 09:31:12 -07:00
Bruno Bigras
6da294e8df starship: 0.40.1 -> 0.41.0 2020-04-28 12:00:20 -04:00
markuskowa
07806dd7bb
Merge pull request #86218 from bzizou/libfabric
libfabric: init at 1.10.0
2020-04-28 17:29:35 +02:00
Tim Steinbach
f7b417440d
jenkins: 2.222.1 -> 2.222.3 2020-04-28 11:16:48 -04:00
Bruno Bzeznik
75a3a9af8d libfabric: init at 1.10.0 2020-04-28 17:09:15 +02:00
Claudio Bley
bd0e684f9a wtf: 0.28.0 -> 0.29.0 2020-04-28 17:08:12 +02:00
Tim Steinbach
e9d6d15d63
oh-my-zsh: 2020-04-10 -> 2020-04-26 2020-04-28 10:44:04 -04:00
Jörg Thalheim
7610f0417b
Merge pull request #84199 from mmilata/libmicrodns-0.1.2
libmicrodns: 0.1.0 -> 0.1.2
2020-04-28 15:16:17 +01:00
Michael Weiss
0162890ce0
python3Packages.mysql-connector: 8.0.19 -> 8.0.20 2020-04-28 15:37:40 +02:00
Jörg Thalheim
19cb4832c2
Merge pull request #86205 from ericdallo/bump-dart
dart: 2.7.1 -> 2.7.2 (stable) + 2.8.0-dev.10.0 -> 2.9.0-4.0.dev (dev)
2020-04-28 14:30:29 +01:00
Mario Rodas
1e2a558422
nodejs-12_x: 12.16.2 -> 12.16.3
Changelog: https://github.com/nodejs/node/releases/tag/v12.16.3
2020-04-28 08:30:00 -05:00
Jörg Thalheim
f66d5bc63e
Merge pull request #86193 from danieldk/fasttext-0.9.2
fasttext: 0.9.1 -> 0.9.2
2020-04-28 14:27:58 +01:00
Jörg Thalheim
bf8c10378f
Merge pull request #86203 from mweinelt/powerlevel10k/v1.6.1
zsh-powerlevel10k: v1.6.0 → v1.6.1
2020-04-28 14:25:12 +01:00
Jörg Thalheim
deda5e8b05
python3.pkgs.fasttext: add pythonImportsCheck 2020-04-28 14:23:36 +01:00
Jörg Thalheim
621b8a204d
Merge pull request #86201 from primeos/signal-desktop 2020-04-28 14:12:51 +01:00
Jörg Thalheim
b3cd4c16e1
Merge pull request #86179 from Mic92/kinect-cpp-client 2020-04-28 14:04:15 +01:00
Jörg Thalheim
a110c227a3
Merge pull request #86180 from Mic92/prey-bash-client 2020-04-28 14:01:47 +01:00
Eric Dallo
5e4fe400c0
dart: 2.7.1 -> 2.7.2 (stable) + 2.8.0-dev.10.0 -> 2.9.0-4.0.dev (dev) 2020-04-28 09:56:30 -03:00
Martin Weinelt
a78e9182c8
zsh-powerlevel10k: v1.6.0 → v1.6.1
Changes since the last release

    Bug fixes
        Configuration wizard no longer redraws screen every second
        Configuration wizard no longer prints spurious errors before the charset screen
        Configuration wizard once again honors prompt frame selection
2020-04-28 14:54:29 +02:00
Michael Weiss
db4aece884
chromium: 81.0.4044.122 -> 81.0.4044.129
https://chromereleases.googleblog.com/2020/04/stable-channel-update-for-desktop_27.html

This update includes 2 security fixes.

CVEs: CVE-2020-6462 CVE-2020-6461
2020-04-28 14:39:10 +02:00
adisbladis
f0fbce6673
Merge pull request #86136 from cole-h/fish
fish: 3.1.0 -> 3.1.1
2020-04-28 14:34:01 +02:00
Mario Rodas
ce7272b43c
Merge pull request #85869 from saschagrunert/crio
cri-o: 1.17.3 -> 1.18.0
2020-04-28 07:27:06 -05:00
adisbladis
75717901da
Merge pull request #86195 from adisbladis/fish-anypython
fish: Patch __fish_anypython function to return build input python3
2020-04-28 14:11:10 +02:00
Jörg Thalheim
30d5f9709a
kinetic-cpp-client: remove
- not updated since 2015
- upstream has no releases since 2016
- has no maintainer in nixpkgs
- marked as insecure because of old openssl
2020-04-28 13:01:36 +01:00
Symphorien Gibol
83c66e956f nix-du: fix with strictDeps
Fixes https://github.com/symphorien/nix-du/issues/4
2020-04-28 12:00:00 +00:00
Michael Weiss
facfa00202
signal-desktop: Add passthru.tests 2020-04-28 13:59:05 +02:00
Michael Weiss
660d284137
signal-desktop: 1.33.3 -> 1.33.4 2020-04-28 13:49:06 +02:00
sternenseemann
a89afa13fd ocamlPackages.angstrom*: 0.12.1 -> 0.13.0
also updates:

* ocamlPackages.angstrom-unix
* ocamlPackages.angstrom-lwt-unix
* ocamlPackages.angstrom-async
2020-04-28 13:40:56 +02:00
Jörg Thalheim
5f9ce49f60
Merge pull request #86197 from jojosch/dbeaver_7.0.3
dbeaver: 7.0.2 -> 7.0.3
2020-04-28 12:40:46 +01:00
Julian Stecklina
7c995a4532 virtualbox: build BIOS from C instead of alternative sources
VirtualBox ships with "alternative BIOS sources" for its virtual BIOS.
These are generated by first compiling the BIOS C sources with the
Open Watcom toolchain, disassembling the output and checking in the
disassembly into the VirtualBox repo.

The result means that the BIOS C code cannot be patched, because it's
not compiled from the C sources, if Open Watcom is not there.

As Open Watcom is now available in nixpkgs, we can just ignore the
alternative BIOS sources and compile it from C directly.
2020-04-28 13:36:50 +02:00
Jörg Thalheim
c4319da82e
Merge pull request #85755 from prusnak/arm-trusted-firmware
arm-trusted-firmware: 2.2 -> 2.3
2020-04-28 12:14:40 +01:00
Johannes Schleifenbaum
9eede89461
dbeaver: 7.0.2 -> 7.0.3 2020-04-28 13:11:43 +02:00
adisbladis
14927d8503
Merge pull request #83378 from afrepues/build-melpa-stable-with-no-null-pkgs
Build MELPA package sets without null packages
2020-04-28 12:57:07 +02:00
adisbladis
7686c2cc6a
fish: Patch __fish_anypython function to return build input python3 2020-04-28 11:53:44 +01:00
Jörg Thalheim
8e3a29d69e
Merge pull request #86056 from paumr/master-watson
watson: added bash/zsh completions
2020-04-28 11:52:37 +01:00
Jörg Thalheim
4dc492db17
Merge pull request #86176 from elohmeier/kapacitor
kapacitor: 1.5.1 -> 1.5.4
2020-04-28 11:29:29 +01:00
Daniël de Kok
90136f0b77 python3Packages.fasttext: reuse pname, version, and src from fasttext 2020-04-28 12:16:20 +02:00
Daniël de Kok
3ba5bc7130 fasttext: 0.9.1 -> 0.9.2
Changelog:

https://github.com/facebookresearch/fastText/releases/tag/v0.9.2
2020-04-28 12:14:54 +02:00
adisbladis
453dca2edc
Merge pull request #86188 from Mic92/gopherclient
gopherclient: remove
2020-04-28 12:02:17 +02:00
Bruno Bzeznik
5a16436ffb
libpsm2: init at 11.2.156 (#85920)
* libpsm2: init at 11.2.156
2020-04-28 11:38:21 +02:00
Jörg Thalheim
7dfada5f07
gopherclient: remove
- no updated since 2016
- broken since 2018
2020-04-28 10:34:56 +01:00
Mario Rodas
7b4aa95e6c
act: 0.2.7 -> 0.2.8 2020-04-28 04:20:00 -05:00
Jörg Thalheim
72773b9c97
prey-bash-client: remove
prey-bash-client is deprecated since 2018
2020-04-28 09:44:55 +01:00
Jörg Thalheim
ca388c9fce
gox: 20181025 -> 1.0.1 2020-04-28 09:40:28 +01:00
Jörg Thalheim
2cd07f1f18
Merge pull request #86172 from foxit64/master
update telegraf 1.14.0 => 1.14.1
2020-04-28 09:26:51 +01:00
Enno Lohmeier
5933af631d kapacitor: 1.5.1 -> 1.5.4 2020-04-28 10:14:22 +02:00
David Arroyo
9c3bb10d9a ocamlPackages.tsdl: 0.9.4 -> 0.9.7
From the release notes:
* Require OCaml 4.03 and handle stdlib deprecations.
* Drop result depency.
* Drop ocb-stubblr dependency

The library has also been re-licensed from BSD3 to ISC.
2020-04-28 09:25:18 +02:00
paumr
2d0a06377a watson: added bash/zsh completions 2020-04-28 08:46:48 +02:00
paumr
7c18590208 watson: format with nixpkgs-fmt 2020-04-28 08:40:36 +02:00
foxit64
a217a1ae59 update telegraf 1.14.0 => 1.14.1 2020-04-28 08:40:01 +02:00
Matt McHenry
8d1d6454f3 jid: 0.7.2 -> 0.7.6 2020-04-27 21:49:49 -07:00
Jan Tojnar
8a339b4a79
webkitgtk: 2.28.1 → 2.28.2
* https://webkitgtk.org/security/WSA-2020-0005.html
* https://webkitgtk.org/2020/04/24/webkitgtk2.28.2-released.html
2020-04-28 06:37:03 +02:00
Christoph Neidahl
1e814e356a palemoon: 28.8.4 -> 28.9.1, add GTK3 option 2020-04-27 21:02:09 -07:00
Matthew Bauer
b3f812688c kde/{kate,konqueror,okular}: decrease text mimetype preference
These .desktop files set InitialPreference>1 which will override other
associations even the .desktop appears first in XDG_DATA_DIRS. This
applies to:

- org.kde.kate.desktop
- org.kde.kwrite.desktop
- kfmclient_html.desktop
- okularApplication_txt.desktop

Fixes #86137
2020-04-27 23:00:25 -05:00
Jan Tojnar
45edbeb81d
libusb: point alias to libusb1
Until recently, libusb-compat propagated libusb1 and many packages unknowingly used it to obtain libusb1.
When https://github.com/NixOS/nixpkgs/pull/82944 removed this evil propagation, it broke many packages with such incorrect assumption.
This patch trades the breakage of packages wanting libusb1 caused by the PR for a hopefully less common breakage of the packages relying on the compat library.
2020-04-28 05:52:50 +02:00
Jan Tojnar
e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Jan Tojnar
4f422e4efb
lutris: remove duplicate libusb 2020-04-28 05:31:50 +02:00
Jan Tojnar
3dc1caa683
python3.pkgs.pyusb: update the homepage 2020-04-28 05:31:35 +02:00
Jan Tojnar
8fd2c89b54
python3.pkgs.pyusb: remove unnecessary libusb-compat dependency
It was added in 4d7cc55344
without any rationale. python2.pkgs.nxt-python seems to build without it.
Maybe it for some reason uses the libusb-0.1 backend but propagating the compat library would not enable that.
2020-04-28 05:31:33 +02:00
Jaka Hudoklin
87e090cd8a
Merge pull request #86143 from nagisa/nix-prefetch-docker-jq-fix
Add `jq` into path for `nix-prefetch-docker`
2020-04-28 02:54:34 +00:00
worldofpeace
f1d1dca218
Merge pull request #84160 from colemickens/nixpkgs-quaternion
quaternion: update, libquotient: init
2020-04-27 22:19:36 -04:00
Maximilian Bosch
c6518b5aaf
Merge pull request #86082 from eadwu/thermald/2.1
thermald: 1.9.1 -> 2.1
2020-04-28 02:43:00 +02:00
adisbladis
caeae9076e
emacsPackages.yaoddmuse: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
5e62eddcdd
emacsPackages.thingatpt-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:25 +01:00
adisbladis
fe218d1672
emacsPackages.lib-requires: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
7e69b3ff24
emacsPackages.icicles: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
576e67ae75
emacsPackages.header2: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
9b52db99a8
emacsPackages.hexrgb: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:24 +01:00
adisbladis
cd49c481e1
emacsPackages.filesets-plus: Remove package
It's refering to an unversioned emacswiki file with the wrong hash.
2020-04-28 01:33:23 +01:00
Lassulus
b83ab97eae
Merge pull request #86144 from danielfullmer/hcxdumptool-rename
hcxdumptool: fix incorrect pname
2020-04-28 02:26:30 +02:00
Benjamin Hipple
697bff74fd
Merge pull request #86135 from Mic92/nixpkgs-review
nixpkgs-review: 2.3.0 -> 2.3.1
2020-04-27 19:29:20 -04:00
Sergey Lukjanov
bb4bb607d4 hugo: 0.69.0 -> 0.69.2 2020-04-27 16:13:50 -07:00
Maximilian Bosch
caadc44285
diffoscope: 142 -> 143 2020-04-28 00:18:26 +02:00
Maximilian Bosch
1066f11e4b
mautrix-whatsapp: 2020-04-21 -> 2020-04-21-1 2020-04-28 00:18:26 +02:00
Maximilian Bosch
1f20c084a7
passExtensions.pass-audit: 1.0.1 -> 1.1 2020-04-28 00:18:26 +02:00
Maximilian Bosch
12a614b633
brutespray: 1.6.6 -> 1.6.8
https://github.com/x90skysn3k/brutespray/blob/brutespray-1.6.8/CHANGELOG.md#changelog
2020-04-28 00:18:25 +02:00
Cole Helbling
87b02f74cf
fish: disable codesigning
We don't have access to the codesign binary.
2020-04-27 14:23:08 -07:00
Cole Mickens
3ceefd2086
quaternion: 0.0.9.4c -> 0.0.9.4e 2020-04-27 13:45:53 -07:00
Cole Mickens
c15f5903d7
libquotient: rename from libqmatrixclient; v0.5.2 -> v0.5.3.2
aliases: throw messages for libqmatrixclient and quaternion-git
2020-04-27 13:45:48 -07:00
Daniel Fullmer
301ede4157 hcxdumptool: fix incorrect pname 2020-04-27 16:22:25 -04:00
Jan Tojnar
61a2045c9a
pulseeffects: fix build
Meson 0.54 is no longer able to find Boost:

See https://github.com/NixOS/nixpkgs/issues/86131
2020-04-27 22:19:14 +02:00
Matthew Bauer
712026ead1
Merge pull request #85246 from matthewbauer/use-system-libraries-for-grpcio
python.pkgs.grpcio: use system openssl, zlib, and c-ares
2020-04-27 14:46:03 -05:00
Simonas Kazlauskas
dde3e8edf4 nix-prefetch-docker: Add jq into path
Otheriwse running the tool fails with

    line 41: jq: command not found
2020-04-27 22:21:55 +03:00
Frederik Rietdijk
16f031e8e7
Merge pull request #86139 from NixOS/staging-next
Staging next
2020-04-27 19:35:17 +02:00
Cole Helbling
a43ae05369
fish: 3.1.0 -> 3.1.1
https://github.com/fish-shell/fish-shell/compare/3.1.0...3.1.1

The patch we had to use for Apple SDKs was merged upstream, so it can be
dropped. I ran nixpkgs-fmt, and removed the `with stdenv.lib;` scope
expander.

Additionally, did a little bit of cleanup. I plan on refactoring this
more down the line, but this'll do for now.

I finally figured out why we use `fetchurl` for the tagged release: the
published release tarballs contain a version file, which the
`build_tools/git_version_gen.sh` script reads (and uses as the version
if it exists). The other thing it contains are pre-generated docs for
various `fish` builtins. I've expanded the comment to document this so
nobody is as confused as I was when I first saw it. (Though I plan to
change this and add sphinx as a native build input in order to build the
docs ourselves.)
2020-04-27 09:51:09 -07:00
Jörg Thalheim
2805d68529
nixpkgs-review: 2.3.0 -> 2.3.1 2020-04-27 17:37:06 +01:00
Jörg Thalheim
32e4d072a0
Merge pull request #85987 from vbgl/ocaml-async_shell-remove-legacy 2020-04-27 17:00:54 +01:00
Jörg Thalheim
1dddfb24c9
Merge pull request #86093 from MetaDark/vdf
pythonPackages.vdf: 3.2 -> 3.3
2020-04-27 16:56:11 +01:00
Jörg Thalheim
c3b4c131df
Merge pull request #86064 from georgewhewell/init-bluepy
pythonPackages.bluepy: init at 1.3.0
2020-04-27 16:49:26 +01:00
Jörg Thalheim
bd282ba93d
Merge pull request #84350 from bandresen/babashka_0.0.78->0.0.79
babashka: 0.0.78 -> 0.0.89
2020-04-27 16:15:32 +01:00
Florian Klink
3b1e189f40
Merge pull request #85965 from flokli/libusb1-cleanups
make libusb1 dependencies explicit
2020-04-27 16:40:47 +02:00
Elyhaka
a8cfc04e41 pop-gtk-theme: 2020-02-10 -> 2020-04-22 2020-04-27 16:09:58 +02:00
Doron Behar
fbb9bcaef4 gotify-server: 2.0.4 -> 2.0.5
Improved update script / procedure by getting all versions and shas
needed to build it.
2020-04-27 16:56:50 +03:00
Mario Rodas
417974355f
Merge pull request #86091 from marsam/update-delta
gitAndTools.delta: 0.0.18 -> 0.1.1
2020-04-27 08:54:59 -05:00
Jörg Thalheim
16a49b6be0
Merge pull request #86115 from colemickens/arc 2020-04-27 14:54:39 +01:00
Jörg Thalheim
31bc16708a
Merge pull request #85451 from Elyhaka/teams-audio-fix
teams: fixing pulseaudio access
2020-04-27 14:53:28 +01:00
Elyhaka
73e4647085 teams: fixing pulseaudio access 2020-04-27 15:14:07 +02:00
Mario Rodas
eeb257f04d
Merge pull request #86076 from kimat/kimat-tmux-3.1
tmux: 3.0a -> 3.1
2020-04-27 08:07:27 -05:00
zimbatm
1bf7f5f240
Merge pull request #85750 from zimbatm/srcOnly-docs
srcOnly: fix invocation and document
2020-04-27 14:49:55 +02:00
Florian Klink
98dbff9a65
Merge pull request #85959 from Ma27/bump-neomutt
neomutt: 20200417 -> 20200424
2020-04-27 14:34:59 +02:00
zimbatm
31ead7d030
srcOnly: rename buildInputs to nativeBuildInputs
The only reason to pass build inputs is to extend the unpackPhase with
custom unpack commands. Eg: add "unrar" to unpack rar sources. And those
should really be passed as native build inputs. Why? Because
nativeBuildInputs is for dependencies that are used at build time but
will not propagate as runtime dependencies. And also, cross-compilation.
2020-04-27 14:31:40 +02:00
Jörg Thalheim
bf801d4ce6
Merge pull request #86086 from kimat/kimat-helm-3.2.0
helm: 3.1.3 -> 3.2.0
2020-04-27 13:26:55 +01:00
Jörg Thalheim
16e83ef96f
Merge pull request #86044 from samhug/coc-rust-analyzer
vimPlugins.coc-rust-analyzer: init at 2020-04-24
2020-04-27 13:26:16 +01:00
Jörg Thalheim
1a6bd2bcdc
Merge pull request #82313 from iAmMrinal0/update/rescuetime
rescuetime: 2.14.5.2 -> 2.15.0.1
2020-04-27 13:20:22 +01:00
Jörg Thalheim
aa4ec8c7be
Merge pull request #86117 from raboof/puredata-0.49-0-to-0.50-2
puredata: 0.49-0 -> 0.50-2
2020-04-27 13:11:59 +01:00
Tim Steinbach
45a09ec5bf
slack: 4.4.{0,1} -> 4.4.2 2020-04-27 08:10:45 -04:00
Jörg Thalheim
eeeba2a793
Merge pull request #86121 from zowoq/more-go-fixes
buildGoPackage: use installShellFiles, {excluded,sub}Packages
2020-04-27 13:08:50 +01:00
Jörg Thalheim
3a22f3c29e
Merge pull request #86112 from Mic92/kops 2020-04-27 12:24:39 +01:00
Jörg Thalheim
4cc520ba0f
kops: remove old versions 2020-04-27 12:23:20 +01:00
Jörg Thalheim
abe679b2ba
kops: 1.16.0 -> 1.16.1 2020-04-27 12:19:40 +01:00
adisbladis
bcbfef7592
emacsPackages.jist: Fix build 2020-04-27 12:18:57 +01:00
adisbladis
e1d4b8e867
emacsPackages.github-pullrequest: Fix build 2020-04-27 12:18:46 +01:00
adisbladis
15abc04544
emacsPackages.gerrit-download: Fix build 2020-04-27 12:18:37 +01:00
adisbladis
716e320bcf
emacsPackages.gerrit: Fix build 2020-04-27 12:18:30 +01:00
adisbladis
3e6aa7ba47
emacsPackages.eopengrok: Fix build 2020-04-27 12:18:13 +01:00
adisbladis
09f4fec63c
emacs-packages: Expose manually packaged packages through emacsPackages.manualPackages 2020-04-27 12:08:13 +01:00
zowoq
05683aceae blockbook: use subPackages 2020-04-27 21:06:12 +10:00
zowoq
16b418177c git-lfs1: use subPackages 2020-04-27 21:06:12 +10:00
zowoq
cef17fb6ee heptio-ark: use excludedPackages 2020-04-27 21:06:12 +10:00
zowoq
481c7bbd71 cloudfoundry-cli: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
b83b2591dd aptly: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
bd6b2318c3 prometheus-alertmanager: use installShellFiles 2020-04-27 21:06:12 +10:00
zowoq
7516cc7226 openshift: use installShellFiles 2020-04-27 21:06:12 +10:00
Maximilian Bosch
730aad72b7
Merge pull request #86107 from xwvvvvwx/wireguard-compat-1.0.20200426
wireguard-compat: 1.0.20200413 -> 1.0.20200426
2020-04-27 13:05:48 +02:00
Max Wittig
8f5e4d1b63
gitlab-runner: 12.10.0 -> 12.10.1 (#86100) 2020-04-27 10:57:17 +00:00
Jörg Thalheim
2b81a974ae
Merge pull request #86119 from mweinelt/powerlevel10k/v1.6.0 2020-04-27 11:54:15 +01:00
Martin Weinelt
b53cabcfed
gitstatus: unstable-2020-03-15 → unstable-2020-04-21 2020-04-27 12:37:24 +02:00
Martin Weinelt
c17800c081
zsh-powerlevel10k: v1.5.0 → v1.6.0
Changes since the last release

    Wizard
        Configuration wizard now reacts to terminal size changes in real time and can function at much smaller terminal dimensions.
        Configs with prompt_char now have vi_mode disabled by default.
        Generated configs now unset DEFAULT_USER.
        Classic and Rainbow configs now set POWERLEVEL9K_MULTILINE_NEWLINE_PROMPT_GAP_BACKGROUND. This makes it easier to define 3-line prompt.

    New parameters
        If POWERLEVEL9K_CONFIG_FILE is set, configuration wizard will write configs to the specified location instead of the default ${ZDOTDIR:-~}/.p10k.zsh.

    gitstatus
        Support older macOS versions (at least El Capitan; even older versions might work).
        Support Linux on armv6, i386 and i686.
        Support cygwin and msys2 on i686.
        macOS builds now use iconv from Homebrew.
        gitstatusd binaries are now being built with https://github.com/romkatv/gitstatus/blob/release/mbuild.

    Misc
        The default icon for proxy segment is now ↔ instead of ⮂. The old icon is missing in many fonts.

    Bug fixes
        gitstatus once again works on 64-bit Linux without glibc.
        Instant prompt no longer gets gradually slower over time when XDG_HOME_CACHE is on a slow filesystem.
        Instant prompt no longer prints spurious erros when XDG_HOME_CACHE is on NTFS.
        The old-style (and discouraged) custom prompts now work on zsh 5.3.1.
        Configuration wizard once again presents "extra icons" and "fluent prompt" options when using 12-hour time format.
2020-04-27 12:37:17 +02:00
Alexandre Esteves
ce6dbccdfb ocamlPackages.bigstring: init at 0.2 2020-04-27 12:28:20 +02:00
Florian Klink
4f27b45bb5 stlink: cmake is a nativeBuildInput 2020-04-27 12:19:12 +02:00
Florian Klink
dd03e76f61 stlink: inline libusb-static
This is a stlink-specific detail, and doesn't need to be in
top-level.nix
2020-04-27 12:19:12 +02:00
Florian Klink
d0e4ecb182 cnijfilter2: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
f5368e0194 cnijfilter_4_00: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
2c621ff4f4 cups: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
f3a5fd548a yubikey-personalization: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
88048e3213 brickd: request libusb1 directly 2020-04-27 12:19:12 +02:00
Florian Klink
d0b9aa6fa2 usbredir: request libusb1 directly
Also, fix the website there, and tidy up the spice-gtk derivation, which
makes use of libusb1 too.
2020-04-27 12:16:40 +02:00
Florian Klink
eac6c63db1 hidapi: request libusb1 directly 2020-04-27 12:16:23 +02:00
Arnout Engelen
1d23950b5f
puredata: 0.49-0 -> 0.50-2 2020-04-27 12:04:41 +02:00
Cole Mickens
3b9b2f64ae
arc-theme: change fork, unmark as broken, v20190917 -> v20200416 2020-04-27 02:59:41 -07:00
Mario Rodas
7320cdf284
Merge pull request #86038 from zowoq/etcd
etcd: 3.3.13 -> 3.3.20
2020-04-27 04:44:31 -05:00
Jörg Thalheim
a90356e08a
Merge pull request #86035 from zowoq/go-fixes 2020-04-27 10:03:52 +01:00
Marek Mahut
a6b85b96d4
Merge pull request #85928 from DamienCassou/damien/cypress-4.4.1
cypress: 4.3.0 -> 4.4.1
2020-04-27 10:55:10 +02:00