Maximilian Bosch
59241cb778
offlineimap: add myself as maintainer
2019-10-20 11:22:52 +02:00
Maximilian Bosch
8ac510b8f7
Merge pull request #69202 from endocrimes/u-offlineimap-7-3-0
...
offlineimap: 7.2.4 -> 7.3.0
2019-10-20 11:15:00 +02:00
Astro
690b3c4e19
collectd: add lua plugin buildInputs
2019-10-20 00:53:49 +02:00
Astro
06abd24886
nixos/collectd: add option buildMinimalPackage
2019-10-20 00:53:49 +02:00
Astro
efab039575
collectd: parameterize with optional enabledPlugins
2019-10-20 00:53:49 +02:00
Mario Rodas
e15b5b7d6f
nfpm: 0.13.0 -> 1.0.0
...
Changelog: https://github.com/goreleaser/nfpm/releases/tag/v1.0.0
2019-10-19 16:20:00 -05: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
Maximilian Bosch
2177639967
wireguard-tools: 0.0.20190913 -> 0.0.20191012
...
https://lists.zx2c4.com/pipermail/wireguard/2019-October/004594.html
Also decided to add myself to the maintainers list as I use WireGuard
pretty heavily for private/work-related stuff and I intend to help taking care
of the WireGuard ecosystem in NixOS as well.
2019-10-18 23:51:25 +02: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
Frederik Rietdijk
c51c2f79b2
Merge master into staging-next
2019-10-18 12:26:11 +02: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
Aaron Andersen
91a86cbd0c
nss-pam-ldapd: 0.9.10 -> 0.9.11
2019-10-16 21:55:35 -04: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
Frederik Rietdijk
12441bdf9f
Merge staging-next into staging
2019-10-16 11:17:12 +02: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
1ea68cadb2
Merge pull request #70577 from r-ryantm/auto-update/ethtool
...
ethtool: 5.2 -> 5.3
2019-10-16 00:24:15 +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
Will Dietz
62e4a35fa7
mtdutils: 1.5.2 -> 2.1.1 ( #62805 )
...
* mtdutils: 1.5.2 -> 2.1.0
http://lists.infradead.org/pipermail/linux-mtd/2019-March/088267.html
And the previous releases, hardcoded version in URL I think caused
this to be missed by auto-updaters for a while now.
1.5.2, FWIW in 2015:
http://lists.infradead.org/pipermail/linux-mtd/2015-August/060723.html
* mtd-utils: 2.1.0 -> 2.1.1
+ cleanup
+ enable tests and parallel building
+ add zstd support
2019-10-15 19:35:14 +02: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
worldofpeace
9058ad8c74
dnsmasq: fix build with nettle 3.5
2019-10-14 18:25:28 -04:00
Pierre Bourdon
9dbc3029f7
sudo: 1.8.27 -> 1.8.28 (CVE-2019-14287)
2019-10-14 23:17:45 +02:00
Justin Humm
b8cd11f347
smokeping: add erictapen as maintainer
2019-10-14 21:23:11 +02:00
worldofpeace
ea7918fd0d
networkmanager: 1.20.2 -> 1.20.4
...
* fix-paths.patch
We had to add a diff to revert [0] as it makes it use the python
from meson which won't be the specific pythonForDocs that
has pygobject (breaking the build). Unfortunate that upstream
made assumptions like "Of course, who needs a way to invoke
the interpreter that works accross different distributions!"
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.20.4/NEWS
[0]: c162dc00e5
2019-10-14 15:15:18 -04:00
David Wood
6aee403105
starship: 0.23.0 -> 0.24.0
2019-10-14 20:08:08 +01:00
Florian Klink
fa7ed535d0
envoy: remove
...
bazel_0_4 fails to build since 2018-04-29, so envoy can't build anymore
too.
2019-10-14 18:33:17 +02:00
Robert W. Brewer
01c1538a4b
pyznap: 1.2.1 -> 1.4.3
2019-10-14 09:28:41 -07:00
Michael Weiss
41ce7871ac
Merge pull request #71072 from minijackson/ssh-in-sshfs-env
...
sshfs: add ssh program to the environment
2019-10-14 15:34:20 +02:00
Vladyslav M
0c36fa1c8c
hyperfine: 1.6.0 -> 1.8.0
2019-10-14 07:39:25 -05:00
Jörg Thalheim
b731394033
testdisk: enable ntfs/extfs on non-darwin platforms
...
This option was accidentally flipped in b2b29d4398
also see: b2b29d4398 (r334432081)
2019-10-14 12:15:43 +01:00
Jörg Thalheim
4d28337d57
testdisk: deduplicating testdisk/photorec ( #69945 )
...
testdisk: deduplicating testdisk/photorec
2019-10-14 10:53:09 +01:00
Jörg Thalheim
bda58c465d
testdisk: pkgconfig belongs to nativeBuildInputs
2019-10-14 10:51:57 +01:00
Jörg Thalheim
b2b29d4398
testdisk: inline platform specific option defaults
...
Makes it easier to read since one does not need to be aware
of overrides in all-packages.nix.
2019-10-14 10:48:51 +01:00
Vladyslav M
a7268a7110
starship: 0.21.0 -> 0.23.0 ( #71085 )
...
starship: 0.21.0 -> 0.23.0
2019-10-13 23:03:58 +03:00
Renaud
555392b610
Merge pull request #71050 from cyplo/geekbench5
...
geekbench 4.4.1 => 5.0.2
2019-10-13 18:50:11 +02:00
R. RyanTM
23e417f218
screenfetch: 3.8.0 -> 3.9.0 ( #70783 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/screenfetch/versions
2019-10-13 18:26:56 +02:00
R. RyanTM
3ba2580d4c
acme-sh: 2.8.2 -> 2.8.3 ( #70555 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acme.sh/versions
2019-10-13 17:48:16 +02:00
R. RyanTM
098864e4f6
s3ql: 3.2 -> 3.3 ( #69966 )
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/s3ql/versions
2019-10-13 17:36:34 +02:00
David Wood
46697c4fa3
starship: 0.21.0 -> 0.23.0
2019-10-13 16:24:07 +01:00
Renaud
804b243779
Merge pull request #69955 from r-ryantm/auto-update/routino
...
routino: 3.2 -> 3.3.2
2019-10-13 16:46:58 +02:00
Peter Simons
1e7079e896
Merge pull request #69121 from sdier/duplicity-b2
...
duplicity: Add backblaze-b2 as a build input to duplicity
2019-10-13 16:35:38 +02:00
Vladimír Čunát
4e6826a3b2
Merge branch 'staging-next'
...
It's not perfect, but I think we can deal with the rest of the
regressions directly on master, so that this process does not stall.
2019-10-13 16:10:58 +02:00
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
...
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Minijackson
6fe888466f
sshfs: add ssh program to the environment
2019-10-13 11:41:10 +02:00
Dima
10bfa40677
testdisk: deduplicating testdisk/photorec
...
Testdisk/Photorec has been packaged twice. This deduplicates
the packages by consolidating the packages into one and throwing
an error upon use of the outdated package.
this also adds qphotorec, which was previously not built and ensures
it's wrapped correctly.
Please note that I took the liberty to merge the maintainers lists.
2019-10-13 11:39:26 +02:00
R. RyanTM
132413ed21
osm2pgsql: 0.96.0 -> 1.0.0 ( #69716 )
...
* osm2pgsql: 0.96.0 -> 1.0.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/osm2pgsql/versions
* osm2pgsql: add jglukasik as maintainer
2019-10-13 11:37:39 +02:00
Maximilian Bosch
7f48c50ec8
Merge pull request #71060 from symphorien/nix-du
...
nix-du: 0.3.0 -> 0.3.1
2019-10-13 08:59:14 +02:00
Edmund Wu
05a0a6353d
bcachefs-tools: 2019-10-01 -> 2019-10-12
2019-10-12 18:24:02 -04:00
Symphorien Gibol
a24e9b6787
system-config-printer: 1.5.11 -> 1.5.12
...
Source for the change of upstream url:
* zdohnal/system-config-printer is a fork of
OpenPrinting/system-config-printer
* This is what fedora did:
https://apps.fedoraproject.org/packages/system-config-printer/sources/spec/
(see changelog for 1.5.11-17)
2019-10-13 00:09:40 +02:00
Aaron Andersen
7c1de1f14f
Merge pull request #66629 from kayhide/add/lv
...
lv: init at 4.51
2019-10-12 17:48:39 -04:00
Renaud
4b4b943b38
Merge pull request #69629 from r-ryantm/auto-update/link-grammar
...
link-grammar: 5.6.2 -> 5.7.0
2019-10-12 23:27:04 +02:00
Cyryl Płotnicki
446228ab77
Update geekbench
2019-10-12 20:10:24 +01:00
Maximilian Bosch
ce1fe5d751
Merge pull request #71038 from marsam/update-netdata
...
netdata: 1.17.1 -> 1.18.0
2019-10-12 19:22:51 +02:00
Ivan Kozik
f898aae9ca
cargo-audit: 0.9.1 -> 0.9.3
2019-10-12 17:18:45 +00:00
Florian Klink
aac5207b3f
babeld: add test ( #71006 )
...
babeld: add test
2019-10-12 18:04:37 +02:00
R. RyanTM
66d8b9aa3c
calamares: 3.2.11 -> 3.2.15 ( #69510 )
...
* calamares: 3.2.11 -> 3.2.13
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/calamares/versions
* calamares: 3.2.13 -> 3.2.15
2019-10-12 16:14:38 +02:00
Martin Weinelt
97d2959028
nixos/tests: add babeld
2019-10-12 15:35:53 +02:00
Renaud
98b74470ef
Merge pull request #68747 from dtzWill/fix/bdf2psf-usr-env-vars
...
bdf2psf: fix /usr/share -> /share, and don't install env-vars
2019-10-12 15:19:00 +02:00
Herwig Hochleitner
2c410e25de
atinout: init 0.9.2-alpha
2019-10-12 14:57:28 +02:00
Robin Gloster
4fb5cdd413
treewide: update some homepage URLs
...
Updated dead or redirecting URLs on packages maintained by me.
2019-10-12 14:52:34 +02:00
Renaud
65014dd8d6
Merge pull request #69462 from r-ryantm/auto-update/axel
...
axel: 2.17.5 -> 2.17.6
2019-10-12 14:39:07 +02:00