Astro
efab039575
collectd: parameterize with optional enabledPlugins
2019-10-20 00:53:49 +02:00
Profpatsch
fc62890f2d
execlineb: change execlineb wrapper to C script
...
Instead of using execlineb to define the execlineb wrapper, we replace
it by a little C wrapper.
This is mainly done because on non-Linux systems (i.e. mainly macOS),
it is impossible for a shebang interpreter to be itself a shebang
script.
It is, however, perfectly fine to have a chain that goes
shebang -> ELF -> shebang -> ELF -> …
Co-Authored-By: Laurent Bercot <ska-skaware@skarnet.org>
2019-10-19 15:49:39 +02:00
Sam Hug
552e55ac2b
dhcpcd: 8.0.6 -> 8.1.1
...
https://roy.marples.name/blog/dhcpcd-8-1-1-released
2019-10-19 00:35:54 -07:00
R. RyanTM
7833adb0ee
rsyslog: 8.1907.0 -> 8.1910.0 ( #69954 )
...
* rsyslog: 8.1907.0 -> 8.1908.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rsyslog/versions
* rsyslog: 8.1908.0 -> 8.1910.0
Changelog:
https://raw.githubusercontent.com/rsyslog/rsyslog/v8.1910.0/ChangeLog
Security fix: CVE-2019-17040
2019-10-19 09:22:30 +02:00
Mario Rodas
2a6225d717
netdata: 1.18.0 -> 1.18.1
...
Changelog: https://github.com/netdata/netdata/releases/tag/v1.18.1
2019-10-18 18:00:00 -05:00
worldofpeace
66239bcbea
Merge pull request #71205 from Izorkin/fix-screenfetch
...
screenfetch: add to path pciutils
2019-10-19 01:05:02 +00:00
worldofpeace
1554e4a95e
Merge pull request #71298 from symphorien/nm-fortissl
...
networkmanager-fortisslvpn: create the local state directory
2019-10-18 23:50:33 +00:00
Symphorien Gibol
a37b9636f7
networkmanager-fortisslvpn: create the local state directory
...
Otherwise connecting simply fails:
VPN connection: failed to connect: 'La création du fichier « /tmp/lib/NetworkManager-fortisslvpn/0507e3ef-f0e0-4153-af64-b3d9a025877c.config.XSB19Z » a échoué : No such file or directory'
2019-10-18 19:49:56 -04:00
worldofpeace
72854d938a
Merge pull request #71333 from edef1c/kak-lsp-7
...
kak-lsp: 6.2.1 -> 7.0.0
2019-10-18 23:32:53 +00:00
Profpatsch
2d28753c4c
execline: provide tools to execlineb via execline wrapper
...
Introduces the `execlineb-with-builtins` flag, which when
true (default) will add all execline builtins to the PATH of
`execlineb`.
This is usually what users expect.
If the flag is set to `false`, the unpatched execline derivation is
returned instead.
2019-10-18 16:43:51 +02:00
Profpatsch
bbcdd01f6b
Revert "skawarePackages.execline: wrap execlineb with tools"
...
Using wrapProgram adds a call to `bash` around every call
of `execline`, which clearly misses the basic idea behind
`execline` in the first place …
This reverts commit b64d25c447
.
2019-10-18 16:43:51 +02:00
Mario Rodas
8124961b1d
Merge pull request #71310 from marsam/init-snore
...
snore: init at 0.1
2019-10-18 07:47:44 -05:00
edef
10812a0aff
kak-lsp: 6.2.1 -> 7.0.0
2019-10-18 11:59:57 +00:00
Renaud
a87d46c860
Merge pull request #71241 from dywedir/oxipng
...
oxipng: 2.2.2 -> 2.3.0
2019-10-18 10:26:49 +02:00
Mario Rodas
8f4e51b0c6
snore: init at 0.1
2019-10-17 21:00:00 -05:00
worldofpeace
6b98d70f61
blueman: update patch
...
Fixes #71297
2019-10-17 16:56:41 -04:00
Vladyslav M
8bf9c32749
oxipng: 2.2.2 -> 2.3.0
2019-10-17 21:09:48 +03:00
Jörg Thalheim
fa2e8fc136
iperf3: update musl patch
2019-10-17 17:41:19 +01:00
Georges Dubus
83be1d4b80
Merge pull request #71160 from jerith666/nox-setuptools
...
nox: add missing 'setuptools' to propagatedBuildInputs
2019-10-17 11:58:11 +02:00
R. RyanTM
3a0d1543b4
syslogng: 3.22.1 -> 3.23.1
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/syslog-ng/versions
2019-10-16 23:49:09 -07:00
xrelkd
8b079c2417
youtube-dl: 2019.09.28 -> 2019.10.16
2019-10-16 20:06:34 -07:00
worldofpeace
2fbccbc728
Revert "Merge pull request #71095 from flokli/pinentry-cleanup"
...
This reverts commit 823da4d492
, reversing
changes made to b75c8ee3bc
.
2019-10-16 20:28:21 -04:00
worldofpeace
823da4d492
Merge pull request #71095 from flokli/pinentry-cleanup
...
Split pinentry flavors and enable udisks2 on install media again
2019-10-17 00:24:15 +00:00
Franz Pletz
b5bea4ce32
gnupg: disable gui/pinentry support by default
...
This solves the dependency cycle in gcr alternatively so there won't be
two gnupg store paths in a standard NixOS system which has udisks2 enabled
by default.
NixOS users are expected to use the gpg-agent user service to pull in the
appropriate pinentry flavour or install it on their systemPackages and set
it in their local gnupg agent config instead.
Co-authored-by: Florian Klink <flokli@flokli.de>
2019-10-16 19:56:50 -04:00
Florian Klink
66081ceb16
pinentry: change attributes to dashes, alias old ones
2019-10-16 19:56:49 -04:00
Franz Pletz
a4916fdea5
pinentry: build with multiple outputs in single drv
...
Co-authored-by: Florian Klink <flokli@flokli.de>
Co-authored-by: worldofpeace <worldofpeace@protonmail.ch>
2019-10-16 19:56:49 -04:00
Vadim-Valdis Yudaev
8f118b1fa3
gui.nix update keybase 4.3.1 to 4.6.0
2019-10-16 13:45:17 -07:00
Vadim-Valdis Yudaev
2d620c63d7
default.nix update keybase 4.3.1 to 4.6.0
2019-10-16 13:45:17 -07:00
Marek Mahut
78365c1362
Merge pull request #71044 from ivan/cargo-audit-0.9.3
...
cargo-audit: 0.9.1 -> 0.9.3
2019-10-16 21:57:39 +02:00
worldofpeace
1f470a5c29
Merge pull request #71147 from worldofpeace/gnome-3.34.1-more
...
More Gnome 3.34.1
2019-10-16 19:44:22 +00:00
Austin Seipp
fcdbe74ddb
zerotierone: 1.4.4 -> 1.4.6
...
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-10-16 14:27:56 -05:00
Mario Rodas
882dc45801
Merge pull request #71199 from arcnmx/pr-cargo-deps
...
cargo-deps: init at 1.1.1
2019-10-15 21:47:50 -05:00
Robin Gloster
5a1232908c
Merge pull request #70528 from eadwu/bcachefs/update-9
...
bcachefs/update-9
2019-10-16 00:28:17 +02:00
Robin Gloster
bef6d1a527
Merge pull request #70649 from wizeman/u/fix-ibus-ucd
...
ibus: use versioned URLs for UCD data
2019-10-16 00:05:53 +02:00
Vladyslav M
a1d6921dc0
starship: 0.23.0 -> 0.25.0 ( #71135 )
...
starship: 0.23.0 -> 0.25.0
2019-10-16 00:01:19 +03:00
worldofpeace
ec8d2a3113
networkmanagerapplet: 1.8.22 -> 1.8.24
2019-10-15 16:32:38 -04:00
Izorkin
ec82baa56c
screenfetch: add to path pciutils
2019-10-15 23:09:25 +03:00
Lassulus
4fd2427e98
Merge pull request #71203 from Lassulus/bepasty-fix
...
bepasty: add setuptools
2019-10-15 21:32:31 +02:00
lassulus
5e73d19040
bepasty: add setuptools
2019-10-15 21:02:16 +02:00
arcnmx
c62ad59195
cargo-deps: init at 1.1.1
2019-10-15 10:42:03 -07:00
Kirill Elagin
47a3b73b7f
reuse: 0.4.1 -> 0.5.0
2019-10-15 18:34:54 +02:00
David Wood
f21be15a84
starship: 0.24.0 -> 0.25.0
2019-10-15 17:19:55 +01:00
Florian Klink
229dc6bd6c
strongswan: fix build with enableNetworkManager set to true
...
glib doesn't seem to be propagated, and strongswan with networkmanager
fails to build because of that.
2019-10-15 16:04:06 +02:00
Lassulus
04f706e928
Merge pull request #70209 from wucke13/lxd
...
lxd: 3.13 -> 3.18
2019-10-15 13:31:10 +02:00
wucke13
3e6b5c6709
lxd: 3.13 -> 3.18
...
+ also added myself to maintainer list
2019-10-15 13:11:26 +02:00
Mario Rodas
fabe8a9822
Merge pull request #71039 from marsam/update-mtm
...
mtm: 1.1.0 -> 1.2.0
2019-10-14 23:50:40 -05:00
Matt McHenry
ce3ddb2dd9
nox: add missing 'setuptools' to propagatedBuildInputs
...
As a side-effect of f7e28bf5d8
, the build
no longer propagated 'setuptools', which is a run-time dependency. See
https://github.com/NixOS/nixpkgs/pull/68314 for further details.
2019-10-14 23:21:03 -04:00
Matthew Bauer
3220f3c2bc
Merge pull request #71144 from delroth/sudo-cve-master
...
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
2019-10-14 19:09:59 -04:00
Pierre Bourdon
9dbc3029f7
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
2019-10-14 23:17:45 +02:00
David Wood
6aee403105
starship: 0.23.0 -> 0.24.0
2019-10-14 20:08:08 +01:00