Commit Graph
228116 Commits
Author SHA1 Message Date
Serval 54efe7b578 v2ray: 4.23.2 -> 4.23.3 2020-06-02 00:32:24 +08:00
Maximilian BoschandGitHub b447269f08 Merge pull request #89183 from timstott/go-jira
go-jira: 1.0.17 -> 1.0.23
2020-06-01 17:43:25 +02:00
LassulusandGitHub 072be4f2dd Merge pull request #88780 from r-ryantm/auto-update/tor
tor: 0.4.2.7 -> 0.4.3.5
2020-06-01 17:42:21 +02:00
Florian KlinkandGitHub a2eccf3a30 Merge pull request #89274 from flokli/nscd-disable-positive-hosts-caching
nixos/nscd: set positive hosts caching ttl to 0
2020-06-01 17:24:02 +02:00
Maximilian BoschandGitHub 78ca0c506b Merge pull request #89240 from jakobrs/formally-to-formerly
nixos/libvirtd: correct spelling
2020-06-01 17:14:54 +02:00
Jörg ThalheimandGitHub 3cb29792d1 Merge pull request #89307 from jsravn/bump-firmware-linux-nonfree
firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19
2020-06-01 15:43:09 +01:00
Nick HuandGitHub 052fa90e82 Merge pull request #89163 from gnidorah/cdetheme
cde-gtk-theme: init at 1.3
2020-06-01 14:24:25 +01:00
James Ravn 46f2bf63a4 firmwareLinuxNonfree: 2020-01-22 -> 2020-05-19 2020-06-01 14:16:22 +01:00
Vincent LaporteandVincent Laporte 19dab239bb coqPackages.CoLoR: enable for Coq 8.11 2020-06-01 15:04:17 +02:00
Marek MahutandGitHub 868ad77793 Merge pull request #89303 from 1000101/maintainers
maintainers: update 1000101 (mail)
2020-06-01 14:29:19 +02:00
1000101 82ee41b1e1 maintainers: update 1000101 (mail) 2020-06-01 14:06:45 +02:00
Domen KožarandGitHub 48fc7fce1c Merge pull request #89272 from marsam/disable-check-cachix
haskellPackages.cachix: dontCheck
2020-06-01 13:46:09 +02:00
gnidorah 51a244259c cde-gtk-theme: init at 1.3 2020-06-01 14:39:08 +03:00
LassulusandGitHub 113df53820 Merge pull request #88896 from michalrus/autotalent
autotalent: init at 0.2
2020-06-01 13:26:38 +02:00
LassulusandGitHub 171b556f1c Merge pull request #89018 from r-ryantm/auto-update/saga
saga: 7.6.2 -> 7.6.3
2020-06-01 12:14:23 +02:00
Wout MertensandGitHub 976187729e Merge pull request #73350 from NixOS/wmertens-nixos-boot-doc
nixos boot doc: document boot.debug1devices
2020-06-01 12:01:58 +02:00
contrunandGitHub 99b5c0bcbe sbt-extras: 2019-10-21 -> 2020-06-01 (#89289) 2020-06-01 08:46:15 +00:00
Nikolay KorotkiyandGitHub d5117e795f gpxsee: 7.29 -> 7.30 (#89290) 2020-06-01 08:45:46 +00:00
NotkeaandGitHub ab327b27a1 nixos/mautrix-telegram: add module (#63589) 2020-06-01 08:45:04 +00:00
NotkeaandGitHub 523743157a matrix-appservice-discord: init at 0.5.2 (#62744)
* matrix-appservice-discord: init at 0.5.2

* nixos/matrix-appservice-discord: add module
2020-06-01 08:43:38 +00:00
Jacek GalowiczandGitHub 2a9dadfdae Merge pull request #89238 from tomfitzhenry/patch-2
Remove the deprecated 'copy_file_from_host' from the manual
2020-06-01 10:25:24 +02:00
LassulusandGitHub a8bc562512 Merge pull request #89049 from r-ryantm/auto-update/xlayoutdisplay
xlayoutdisplay: 1.1.1 -> 1.1.2
2020-06-01 10:09:04 +02:00
Tom Fitzhenry f3c8acc0bb nixos/doc: update stale fn name s/copy_file_from_host/copy_from_host/
This was renamed in the Perl -> Python test driver migration.
2020-06-01 18:05:58 +10:00
DzmitrySudnikandGitHub 79b9b7720f fluentd: add cloudwatchlogs plugin (#68028)
And whatever autoupgraded by running
bundle lock --update && bundix
2020-06-01 08:04:36 +00:00
Maximilian Bosch 043ecdbe96 alacritty: 0.4.2 -> 0.4.3
https://github.com/alacritty/alacritty/releases/tag/v0.4.3
2020-06-01 09:36:39 +02:00
Maximilian Bosch 55fea6d252 mautrix-whatsapp: 2020-05-27 -> 2020-05-29 2020-06-01 09:29:13 +02:00
Konstantin AlekseevandFrederik Rietdijk 5e8e887e0e pipenv: 2018.11.26 -> 2020.5.28 2020-06-01 08:24:39 +02:00
Jan Tojnar 55e7f95265 doc/stdenv: improve autoPatchelfHook description
* Add id
* Mention rpath
* The control variables do not really have to be env vars (though without structuredAttrs there is not a difference)
2020-06-01 07:21:48 +02:00
aszlig 67325b12c6 ip2unix: 2.1.2 -> 2.1.3
Upstream fixes:

  - Pass linker version script to the linker instead of the compiler.
  - Compile with `-fPIC` again (regression from version 2.1.2).
  - Out of bounds array access in `globpath`.
  - Handling of `epoll_ctl` calls (they're now replayed after replacing
    socket).
  - GCC 10 build errors and Clang warnings.

While most of these fixes are more relevant for other distros, the
linker script fix is actually a regression existing since a long time
(version 1.x) and caused libip2unix to expose way too many symbols.

Built and tested on i686-linux and x86_64-linux.

Signed-off-by: aszlig <aszlig@nix.build>
2020-06-01 05:51:00 +02:00
Ryan MulliganandGitHub 6756194042 Merge pull request #89278 from zowoq/stale
.github/stale.yml: quote labels
2020-05-31 19:34:00 -07:00
zowoq 83ad0f5a99 .github/stale.yml: quote labels 2020-06-01 11:14:28 +10:00
Florian Klink 09244cbd98 nixos/nscd: set positive hosts caching ttl to 0
This effectively disables nscd's built-in hosts cache, which turns out
to be erratic in some cases.

We only use nscd these days as a more ABI-neutral NSS dispatcher
mechanism.

Local caching should still be possible with local resolvers in
/etc/resolv.conf (via the `dns` NSS module), or without local resolvers
via systemd-networkd (via the `resolve` nss module)

We don't set enable-cache to no due to
https://github.com/NixOS/nixpkgs/pull/50316#discussion_r241035226.
2020-06-01 01:12:43 +02:00
Mario RodasandGitHub 72158c231a Merge pull request #89202 from plumelo/attlasian-jira-8.9.0
atlassian-jira: 8.8.0 -> 8.9.0
2020-05-31 16:59:12 -05:00
Mario RodasandGitHub 56a111cec1 Merge pull request #89220 from jollheef/out-of-tree-v1.3.0
out-of-tree: 1.2.1 -> 1.3.0
2020-05-31 16:35:15 -05:00
Mario RodasandGitHub 579ab87da5 Merge pull request #89261 from servalcatty/v2ray
v2ray: 4.23.0 -> 4.23.2
2020-05-31 16:32:35 -05:00
Mario RodasandGitHub c9d9ba0f7b Merge pull request #83307 from servalcatty/fix/v2ray-check
nixos/v2ray: check v2ray config during the build time
2020-05-31 16:32:03 -05:00
Maximilian BoschandGitHub ad40d3e464 Merge pull request #89256 from i077/todoist-electron/1.22
todoist-electron: 1.20 -> 1.22
2020-05-31 23:24:04 +02:00
Maximilian BoschandGitHub 5a75e744f3 Merge pull request #89258 from lsix/gnuchess-6.2.7
gnuchess: 6.2.6 -> 6.2.7
2020-05-31 23:19:33 +02:00
Florian KlinkandGitHub 09a7612cbe Merge pull request #88434 from pstch/patch-2
nixos/haproxy: add reloading support, use upstream service hardening
2020-05-31 23:11:44 +02:00
Hugo Geoffroy c784d3ab76 nixos/haproxy: add reloading support, use upstream service hardening
Refactor the systemd service definition for the haproxy reverse proxy,
using the upstream systemd service definition. This allows the service
to be reloaded on changes, preserving existing server state, and adds
some hardening options.
2020-05-31 22:35:27 +02:00
Florian KlinkandGitHub 4cd605f3ca Merge pull request #62671 from kfiz/networking-proxy_arp-fix
tasks/network-interfaces.nix: Enable ip_forwarding for ipv4 and p…
2020-05-31 22:22:49 +02:00
Florian KlinkandGitHub 5cad739409 Merge pull request #89223 from midchildan/cleanup/intel-media-sdk
intel-media-sdk: remove samples
2020-05-31 22:20:36 +02:00
Maximilian Bosch 5e898d1cb8 diffoscope: 144 -> 146
https://diffoscope.org/news/diffoscope-146-released/
https://diffoscope.org/news/diffoscope-145-released/
2020-05-31 21:25:56 +02:00
Maximilian Bosch f32733fc5f udiskie: 2.1.0 -> 2.2.0
https://github.com/coldfix/udiskie/blob/master/CHANGES.rst#220
2020-05-31 21:25:56 +02:00
Maximilian Bosch e90c5fe0ec linuxPackages.wireguard: 1.0.20200506 -> 1.0.20200520
https://lists.zx2c4.com/pipermail/wireguard/2020-May/005450.html
2020-05-31 21:25:56 +02:00
Jan TojnarandGitHub 14fceb03d5 Merge pull request #89259 from schmittlauch/cawbird1.1.0 2020-05-31 21:05:16 +02:00
Serval 25776e4cc4 v2ray: 4.23.0 -> 4.23.2 2020-06-01 02:12:30 +08:00
Trolli Schmittlauch 4e455343e7 cawbird: 1.0.5 -> 1.1.0 2020-05-31 19:48:57 +02:00
Tae SandovalandDmitry Kalinkin 0e3a28a462 rabbitmq: fix darwin build
ed16f83 made all dependencies explicit, including systemd, which makes the
build step to fail on macOS. Here systemd is added to runtimePath only if the
target system is Linux
2020-05-31 13:41:04 -04:00
Lancelot SIX 7c3ff4de9a gnuchess: 6.2.6 -> 6.2.7 2020-05-31 18:23:58 +01:00