Commit graph

26283 commits

Author SHA1 Message Date
xrelkd 839e958f14 eksctl: 0.17.0 -> 0.18.0 2020-05-01 09:22:12 +02:00
Oleksii Filonenko ced27b2a58 fselect: 0.6.9 -> 0.6.10 2020-05-01 09:19:33 +02:00
R. RyanTM 2bd71ff721 duplicity: 0.8.11.1596 -> 0.8.12.1612 2020-05-01 09:07:35 +02:00
R. RyanTM 73772f37c5 collectd: 5.10.0 -> 5.11.0 2020-05-01 09:07:01 +02:00
Frederik Rietdijk 635ea98f2f
Merge pull request #86330 from NixOS/staging-next
Staging next
2020-05-01 08:37:12 +02:00
Mario Rodas 2e9da6ba7f
Merge pull request #86302 from filalex77/emplace-0.2.19
emplace: 0.2.15 -> 0.2.19
2020-04-30 23:36:18 -05:00
Mario Rodas f0c66e1a3e
Merge pull request #86298 from magnetophon/mu
mu: 1.4.1 -> 1.4.3
2020-04-30 23:35:41 -05:00
Mario Rodas b117f6a4fa
Merge pull request #86306 from filalex77/monolith-2.2.4
monolith: 2.2.2 -> 2.2.4
2020-04-30 23:34:50 -05:00
Mario Rodas c786eb9baa
Merge pull request #86303 from filalex77/frp-0.33.0
frp: 0.32.0 -> 0.33.0
2020-04-30 23:34:11 -05:00
Andreas Rammhold bf3870a4c0
Merge pull request #86277 from mweinelt/dnsmasq/2.81
dnsmasq: 2.80 → 2.81
2020-05-01 03:50:57 +02:00
Maximilian Bosch eaf7c34d74
Merge pull request #86408 from avdv/colorls
colorls: 1.2.0 -> 1.3.3
2020-04-30 22:59:44 +02:00
Claudio Bley b929551f2a colorls: 1.2.0 -> 1.3.3 2020-04-30 17:00:48 +02:00
Oleksii Filonenko 8df55ef0c7 cargo-deb: 1.23.2 -> 1.24.0 2020-04-30 12:54:27 +03:00
Mario Rodas 75c39e0d62
Merge pull request #86351 from matthiasbeyer/update-tmux
tmux: 3.1 -> 3.1a
2020-04-29 19:20:02 -05:00
Maximilian Bosch ee58c7a363
Merge pull request #82982 from cole-h/rust-cleanup
improve robustness of various Rust packages
2020-04-30 02:07:57 +02:00
Matthias Beyer d6bcacc4af tmux: 3.1 -> 3.1a
From the changelog:

    * Do not close stdout prematurely in control mode since it is needed to print
      exit messages. Prevents hanging when detaching with iTerm2.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-04-29 22:11:15 +02:00
Florian Klink c2c30d926c
Merge pull request #86319 from flokli/google-oslogin
nixos/google-oslogin: bump package, make tests more readable
2020-04-29 16:47:29 +02:00
Florian Klink 5506463c2f google-compute-engine-oslogin: 1.5.3 -> 20200325.00
Google moved their oslogin guest tools to another repository.
Point src to there, and bump to the latest version
There's now a Makefile, so we can avoid having our own custom
installPhase, and we also get manpages.

I successfully ran the oslogin tests, so assuming the google cloud
metadata server still behaves like in our test, logins should work.
I saw a nscd segfault, not sure if it's caused by this or was already
the case before.
It'd be great if someone could test this on an actual VM.
2020-04-29 14:36:35 +02: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
Lisa Ugray 329cc874e4 shadowenv: 2.0.0 -> 2.0.2
Pick up shell completions
2020-04-29 05:46:18 -04:00
Bart Brouns 7b8408fd4b mu: 1.4.1 -> 1.4.3 2020-04-29 11:32:15 +02:00
Jan Tojnar 2b5e2ffe0a
Merge pull request #86165 from jtojnar/libusb-compat-rename 2020-04-29 08:26:08 +02: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
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
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
worldofpeace 10bf212b4f
Merge pull request #85589 from emilazy/add-acme-maintainers-team
Add ACME maintainers team
2020-04-28 18:38:12 -04: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
Bruno Bigras 6da294e8df starship: 0.40.1 -> 0.41.0 2020-04-28 12:00:20 -04: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
Jörg Thalheim 72773b9c97
prey-bash-client: remove
prey-bash-client is deprecated since 2018
2020-04-28 09:44:55 +01:00
Jan Tojnar e89e2edc73
libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02: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
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
Maximilian Bosch caadc44285
diffoscope: 142 -> 143 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
Daniel Fullmer 301ede4157 hcxdumptool: fix incorrect pname 2020-04-27 16:22:25 -04:00
Jörg Thalheim 2805d68529
nixpkgs-review: 2.3.0 -> 2.3.1 2020-04-27 17:37:06 +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
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
zowoq b83b2591dd aptly: use installShellFiles 2020-04-27 21:06:12 +10:00
Florian Klink f3a5fd548a yubikey-personalization: request libusb1 directly 2020-04-27 12:19:12 +02:00
Jörg Thalheim a90356e08a
Merge pull request #86035 from zowoq/go-fixes 2020-04-27 10:03:52 +01:00
Jörg Thalheim fa4747c38a
Merge pull request #86045 from zowoq/restic 2020-04-27 08:02:09 +01:00
zowoq 3e4f1e5b67 restic: use subPackages, installShellFiles 2020-04-27 16:48:25 +10:00
zowoq 8193ac091a vault: use installShellFiles 2020-04-27 08:48:42 +10:00