Commit graph

23088 commits

Author SHA1 Message Date
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 1b5c537f45 Merge staging-next into staging 2019-10-18 12:27:41 +02: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
Frederik Rietdijk 365098e092 awscli and aws_shell: use the same python version with deps
We need this python version with its custom dependencies for aws_shell.
2019-10-18 09:54:04 +02:00
Frederik Rietdijk b5623ef56f awscli: 1.16.215 -> 1.16.261 2019-10-18 09:54:04 +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
Konrad Borowski d54fda49eb zfsbackup-go: init at unstable-2019-03-05 2019-10-17 14:47:45 +02: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
Franz Pletz 3d832dee59 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 20:31:16 -04:00
Florian Klink 511b1823fc pinentry: change attributes to dashes, alias old ones 2019-10-16 20:30:58 -04:00
Franz Pletz cb0adc11ff 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 20:30:52 -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
Philip Potter f7ab5d985f gnupg-pkcs11-scd: init at 0.9.2
This adds gnupg-pkcs11-scd, a smart card daemon for GnuPG that supports
PKCS#11 smartcards (such as the Yubikey PIV module).

You can use it by adding something like this to your
~/.gnupg/gpg-agent.conf:

    scdaemon-program /home/<user>/.nix-profile/bin/gnupg-pkcs11-scd

You will also need to install `opensc` and have a
~/.gnupg/gnupg-pkcs11-scd.conf with something like the following:

    providers opensc

    provider-opensc-library /home/philandstuff/.nix-profile/lib/pkcs11/opensc-pkcs11.so

Then `gpg` smartcard operations will access your PKCS#11-capable
smartcard.
2019-10-16 22:21:47 +01: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
worldofpeace 15b0cff112 networkmanager: enable polkit_agent
Not sure why we had this disabled.
This is for the nmcli/nmtui `agent` subcommand [0]
which allows it to act as a polkit agent.

> nmcli agent { secret | polkit | all }
> Run nmcli as a NetworkManager secret agent, or polkit agent.

For example, this is useful if you want to use nmcli/nmtui to authenti-
cate with polkit on a headless server.

[0]: https://developer.gnome.org/NetworkManager/stable/nmcli.html
2019-10-14 23:45:23 -04: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
Renaud 2ae685892e
Merge pull request #69469 from r-ryantm/auto-update/bfs
bfs: 1.5 -> 1.5.1
2019-10-12 14:37:32 +02:00
Symphorien Gibol 04b2c195f0 nix-du: 0.3.0 -> 0.3.1 2019-10-12 12:00:00 +00:00
Mario Rodas ca4fb734c6
mtm: 1.1.0 -> 1.2.0
Changelog: https://github.com/deadpixi/mtm/releases/tag/1.2.0
2019-10-12 04:20:00 -05:00
Mario Rodas 7cd3396ab7
netdata: 1.17.1 -> 1.18.0
Changelog: https://github.com/netdata/netdata/releases/tag/v1.18.0
2019-10-12 04:20:00 -05:00
Wael Nasreddine 62e894b300
Merge pull request #68135 from rvolosatovs/update/go
Add Go 1.13
2019-10-11 17:01:51 -07:00
Jan Tojnar e2e3861d6b
Merge branch 'staging-next' into staging 2019-10-12 00:51:55 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Martin Weinelt bb781ceb86
babeld: name -> pname 2019-10-11 21:34:59 +02:00
Renaud c3549e8ec7
Merge pull request #70799 from r-ryantm/auto-update/unetbootin
unetbootin: 661 -> 675
2019-10-11 18:14:18 +02:00
Aaron Andersen 0b6067f93e
Merge pull request #68836 from Thra11/wacomtablet-kcm
wacomtablet: init at 3.2.0
2019-10-11 05:52:37 -04:00
Colin L Rice 8ff1865855
gcsfuse: add go.mod and go.sum files.
It looks like go1.12 silently created the module, but go1.13 does not.
2019-10-11 10:09:11 +02:00
Roman Volosatovs 4ef3de8645
ctop: ensure go 1.13 compatibility 2019-10-11 10:09:06 +02:00
Michael Hoang 0277cc1f1c WoeUSB: Remove writeback buffering workaround
WoeUSB contains a writeback buffering workaround for 64-bit Linux
systems, however this workaround relies on setting
/proc/sys/vm/dirty_background_bytes which no longer works on newer
versions of the Linux kernel.
2019-10-11 08:00:35 +02:00
Vincent Laporte c82c6d3a12 ocaml: default to version 4.07
patdiff: 0.11.0 → 0.12.0
2019-10-11 07:58:42 +02:00
/u/leo60228 bb1e6c9936 ntfs3g: enable extras (#51514)
* ntfs-3g: enable extras
Adds a few extra utilities, most of which are useful.

* ntfs-3g: download over https
2019-10-10 22:53:15 +02:00
lewo 072edcbe37
Merge pull request #70585 from lilyball/bat-updates
bat: update dependencies
2019-10-10 20:49:42 +02:00
worldofpeace dfe338e464
Merge pull request #70890 from worldofpeace/pantheon-no-lts-vala
pantheon: use latest vala
2019-10-10 15:18:38 +00:00
Eelco Dolstra 3ab3614e2b
nix: 2.3 -> 2.3.1 2019-10-10 16:23:33 +02:00
Marek Mahut d94d213f48
Merge pull request #70565 from r-ryantm/auto-update/dpic
dpic: 2016.01.12 -> 2019.08.30
2019-10-10 11:24:10 +02:00
worldofpeace bdb851ee2d pantheon: use latest vala
elementary OS's ecosystem is curated around Ubuntu's LTS releases.
This means the development platform for their curated applications
always includes a LTS version of vala (in 18.04 it's 0.40).
Because of how vala development works it suspect some of these
applications to have serious issues if complied with the latest vala.
However in the past year or so, for Pantheon at least, I don't think
their applications will have much issues with latest vala, and if there
is I don't think they'd be difficult to fix. In this single regard they've
become more responsive since their preferred language is vala.

As for the curated applications I have less of this confidence in.
So I'd have to be accept less applications, but that's something
I'm willing to compromise on. And this is easily reversible or
could be done on a per-application basis. And nix already makes
this trivial.
2019-10-09 22:47:37 -04:00
Marek Mahut 962195d977
Merge pull request #70839 from 1000101/master
oxidized: fix git-crypt dependency
2019-10-09 23:35:23 +02:00
Serge Bazanski 804d272970 evdevremapkeys: init at 0.1.0 2019-10-09 23:24:03 +02:00
lewo 9bf8c96e6c
Merge pull request #70622 from r-ryantm/auto-update/LanguageTool
languagetool: 4.6 -> 4.7
2019-10-09 22:42:10 +02:00
lewo 252c7cf711
Merge pull request #70698 from r-ryantm/auto-update/poedit
poedit: 2.2.1 -> 2.2.4
2019-10-09 22:32:37 +02:00
Johannes Schleifenbaum 8275ac3b59 mycli: 1.19.0 -> 1.20.1 2019-10-09 10:59:46 -07:00
David Guibert 18b5ca29f5 inxi: enable json output
Before this patch:
$ inxi --output json --output-file output.json $additional_args
Error 80: The required json Perl module is not installed:
Cpanel::JSON::XS OR JSON::XS
See --recommends for more information.

With this patch, it works as expected:
$ inxi --output json --output-file output.json $additional_args
Writing JSON data to: output.json
Data written successfully.
2019-10-09 08:30:56 -07:00
Renaud d8aae81885
Merge pull request #70599 from r-ryantm/auto-update/hebcal
hebcal: 4.18 -> 4.19
2019-10-09 13:43:53 +02:00
R. RyanTM 8a7f358c74 aespipe: 2.4e -> 2.4f (#70547)
* aespipe: 2.4e -> 2.4f

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/aespipe/versions

* aespipe: enable Padlock and AES-NI
2019-10-09 13:42:10 +02:00
Jan Hrnko a3fe055666 oxidized: fix gitcrypt dependencies 2019-10-09 10:06:20 +02:00
Vladyslav M 6dc7f20f85
hexyl: 0.5.1 -> 0.6.0 (#70800)
hexyl: 0.5.1 -> 0.6.0
2019-10-09 10:08:03 +03:00
Ryan Mulligan 994b6c7306
Merge pull request #70761 from r-ryantm/auto-update/radsecproxy
radsecproxy: 1.8.0 -> 1.8.1
2019-10-08 16:12:37 -07:00
Lily Ballard cc510cb7b5 hexyl: 0.5.1 -> 0.6.0 2019-10-08 15:18:06 -07:00
R. RyanTM e71b9c8239 unetbootin: 661 -> 675
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unetbootin/versions
2019-10-08 15:12:15 -07:00
markuskowa c40d1486cc
Merge pull request #70771 from cko/add-descriptions
Add missing descriptions
2019-10-08 23:31:50 +02:00
Gabriel Ebner 3171df49b5
wstunnel: init at unstable-2019-01-28 (#70758)
wstunnel: init at unstable-2019-01-28
2019-10-08 23:08:30 +02:00
Mario Rodas 23f8c25416 starship: 0.20.2 -> 0.21.0
Changelog: https://github.com/starship/starship/releases/tag/v0.21.0
2019-10-08 13:27:59 -07:00
Christine Koppelt 854c969b57 add missing meta data 2019-10-08 20:54:38 +02:00
R. RyanTM 5d95d05283 radsecproxy: 1.8.0 -> 1.8.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/radsecproxy/versions
2019-10-08 10:05:32 -07:00
Gabriel Ebner b574693e97 wstunnel: init at unstable-2019-01-28 2019-10-08 18:26:02 +02:00
zimbatm 4738a5772b
keycard-cli: embed version 2019-10-08 17:47:34 +02:00
zimbatm 6886db123c
keycard-cli: init at 0.0.12 2019-10-08 17:35:14 +02:00
R. RyanTM bffcb980e3 dos2unix: 7.4.0 -> 7.4.1 (#70566)
* dos2unix: 7.4.0 -> 7.4.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/dos2unix/versions

* dos2unix: cleanup
2019-10-08 17:33:20 +02:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
Patrick Hilhorst be015b471c entr: Add synthetica9 as maintainer (#70625) 2019-10-08 14:24:14 +02:00
worldofpeace f05062e6a1
Merge pull request #70673 from Profpatsch/ultrastar-creator-manager-wrapQtAppHook
ultrastar-creator/ultrastar-manager: wrapQtAppsHook
2019-10-08 11:17:33 +00:00
worldofpeace ee8032c3c3 ultastar-manager: use qt5's mkDerivation 2019-10-08 07:08:45 -04:00
worldofpeace de3f49275e ultrastar-creator: use qt5's mkDerivation 2019-10-08 07:06:38 -04:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
R. RyanTM 460bb4a436 debootstrap: 1.0.115 -> 1.0.116
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/debootstrap/versions
2019-10-07 22:05:43 -07:00
Patrick Hilhorst c23f0c0510 whois: 5.5.1 -> 5.5.2 2019-10-07 21:26:37 -07:00
R. RyanTM acfef2ea91 povray: 3.7.0.8 -> 3.8.0-x.10064738
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/povray/versions
2019-10-07 21:11:20 -07:00
R. RyanTM 899521c181 poedit: 2.2.1 -> 2.2.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/poedit/versions
2019-10-07 18:55:17 -07:00
Mario Rodas 3c3c9013d5
procs: 0.8.9 -> 0.8.11 2019-10-07 20:00:00 -05:00
Will Dietz dd42253a40
tcpdump: 4.9.2 -> 4.9.3 (security!)
So many CVE's, see:

http://www.tcpdump.org/tcpdump-changes.txt
2019-10-07 18:44:46 -05:00
Robin Gloster 5200f5fafc
Merge pull request #70563 from r-ryantm/auto-update/clamav
clamav: 0.101.4 -> 0.102.0
2019-10-07 20:26:11 +02:00
R. RyanTM 33da3a4d32 entr: 4.2 -> 4.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/entr/versions
2019-10-07 10:25:09 -07:00
Ricardo M. Correia 3e80326a58 ibus: use versioned URLs for UCD data
Otherwise, the latest version will be downloaded, which can cause a hash mismatch
if the hash was taken from a prior version.
2019-10-07 17:54:14 +02:00
R. RyanTM cf9e2cf4b3 languagetool: 4.6 -> 4.7
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/languagetool/versions
2019-10-07 05:53:00 -07:00
Linus Heckemann 9906b88423
Merge pull request #70382 from mayflower/anonscm
Fix dead anonscm links
2019-10-07 11:53:29 +02:00
R. RyanTM 13b895ba5a hebcal: 4.18 -> 4.19
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hebcal/versions
2019-10-07 02:27:06 -07:00
Yann Hodique 4b4b80a68d prettyping: works on unix platforms 2019-10-07 00:24:19 -07:00
Lily Ballard dd61ba0812 bat: update dependencies
Remove zlib, this is no longer a dependency as of at least 0.12.0.

While we're at it, switch to using installShellFiles to install the
manpage/completion.
2019-10-07 00:14:32 -07:00
R. RyanTM 09d5be5ca5 ethtool: 5.2 -> 5.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ethtool/versions
2019-10-06 22:32:50 -07:00
R. RyanTM 8353a2183a dpic: 2016.01.12 -> 2019.08.30
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dpic/versions
2019-10-06 20:44:55 -07:00
R. RyanTM ec5f28b753 clamav: 0.101.4 -> 0.102.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/clamav/versions
2019-10-06 20:36:34 -07:00
Renaud 1aaba2ad85
Merge pull request #68250 from jonringer/bump-gcsfuse
gcsfuse: 0.23.0 -> 0.28.1
2019-10-06 18:22:53 +02:00
Joachim F 7f8b310eb8
Merge pull request #70451 from joachifm/feat/pacman-enhancements
Pacman packaging enhancements
2019-10-06 11:02:21 +00:00
Christine Koppelt ee06d27cf2 treewide: add some missing meta: descriptions and homepages (#70497) 2019-10-06 00:59:26 -04:00
Marek Mahut 27a6b2613a
Merge pull request #70454 from cdepillabout/memtest86-efi-8.1
memtest86-efi: 8.0 -> 8.1
2019-10-05 22:31:08 +02:00
Marek Mahut d465b85d13
Merge pull request #70459 from marsam/update-pgcenter
pgcenter: 0.6.2 -> 0.6.4
2019-10-05 22:22:13 +02:00
Vladyslav M 2a116c3bb9
bcachefs: 2019-10-01 (#70217)
bcachefs: 2019-10-01
2019-10-05 22:48:10 +03:00
Maximilian Bosch 6b8400381c
gotify: init add 2.1.1 2019-10-05 21:19:27 +02:00
Renaud cb279c6046
Merge pull request #68913 from dtzWill/update/nsjail-2.9
nsjail: 2.8 -> 2.9
2019-10-05 19:12:01 +02:00
Michael Fellinger 1a27482a6c di: fix homepage 2019-10-05 22:59:23 +09:00
Mario Rodas e29bd29448
Merge pull request #70444 from HugoReeves/master
croc: 6.1.3 -> 6.1.4
2019-10-05 08:35:24 -05:00
Matthieu Coudron e3c3b5f62f
Merge pull request #70388 from davidtwco/mdcat-init
mdcat: init at 0.13.0
2019-10-05 21:50:30 +09:00
David Wood 1a61e254a0
starship: add davidtwco as maintainer 2019-10-05 13:05:41 +01:00
David Wood 9e8e6c8f64
starship: 0.20.1 -> 0.20.2 2019-10-05 13:05:07 +01:00
David Wood 7500c71e7b
mdcat: init at 0.13.0 2019-10-05 13:00:14 +01:00
(cdep)illabout be9b61fc81
memtest86-efi: 8.0 -> 8.1
Update memtest86-efi from version 8.0 to 8.1.

This also reworks the derivation to have less dependencies.
2019-10-05 20:19:37 +09:00
Joachim Fasting 96d81151e6
pacman: set sysconfdir=/etc 2019-10-05 13:01:42 +02:00
Joachim Fasting 42128d962f
pacman: parallel building 2019-10-05 13:01:40 +02:00
Joachim Fasting 2858e9838d
pacman: build with libcurl
Obviates the need to specify a custom Xfer command
2019-10-05 13:01:39 +02:00
Joachim Fasting 6208273727
pacman: use runtimeShell as the scriptlet shell 2019-10-05 13:01:38 +02:00
Hugo Reeves f947a311b7
croc: 6.1.3 -> 6.1.4 2019-10-05 22:24:20 +13:00
Mario Rodas f3b1cfa5fa
pgcenter: 0.6.2 -> 0.6.4 2019-10-04 22:05:39 -05:00
Mateusz Kowalczyk 6b899cf083
Merge pull request #69470 from r-ryantm/auto-update/babeld
babeld: 1.9.0 -> 1.9.1
2019-10-05 08:42:15 +09:00
Doron Behar 7ff17ce730 bpm-tools: init at 0.3 2019-10-05 00:23:06 +02:00
David Wood 1442f704f5 starship: 0.19.0 -> 0.20.1 2019-10-04 23:15:33 +02:00
Mario Rodas 8385e4d207 shadowenv: init at 1.2.1 2019-10-04 23:10:51 +02:00
Michael Raskin 47723057e5 xtreemfs: fix build with openssl-1.1 2019-10-04 20:37:24 +02:00
Lancelot SIX b8ef3d0727
screen: 4.6.2 -> 4.7.0
See https://lists.gnu.org/archive/html/info-gnu/2019-10/msg00000.html
for release information.
2019-10-04 17:00:17 +02:00
Linus Heckemann 91ceb6b997 treewide: fix dead anonscm.debian.org links 2019-10-04 12:42:21 +02:00
Linus Heckemann 7fd280c3f7 diffoscope: 110 -> 125, get from upstream site 2019-10-04 12:40:43 +02:00
Vladimír Čunát dc322c76d6
unbound: 1.9.3 -> 1.9.4
This only fixes CVE-2019-16866 (DoS, minor one IMHO)
https://www.nlnetlabs.nl/projects/unbound/security-advisories/#vulnerability-in-parsing-notify-queries
2019-10-04 09:37:50 +02:00
worldofpeace 0137b08bd1
Merge pull request #69745 from worldofpeace/update-f2fs-tools
f2fs-tools: 1.11.0 -> 1.13.0
2019-10-04 01:08:09 +00:00
Mario Rodas b5a018f148
wireguard-go: 0.0.20190517 -> 0.0.20190908 2019-10-03 20:00:00 -05:00
worldofpeace 6dbb7b2437
Merge pull request #70344 from worldofpeace/fix-some-stuff
Fixup some glib/gtk vala FTBFS
2019-10-03 22:13:40 +00:00
Mario Rodas 08431598db noti: add marsam as maintainer 2019-10-03 15:03:49 -07:00
Mario Rodas 1a22abd305 noti: 3.2.0 -> 3.3.0 2019-10-03 15:03:49 -07:00
Maximilian Bosch b9c9ff9fb3
Merge pull request #70347 from tadeokondrak/wl-clipboard-2.0.0
wl-clipboard: 1.0.0 -> 2.0.0
2019-10-03 23:01:23 +02:00
Tadeo Kondrak 3002522f1c
wl-clipboard: 1.0.0 -> 2.0.0 2019-10-03 14:40:31 -06:00
worldofpeace 55771ecd78 birdfont: use vala_0_44 2019-10-03 13:58:33 -04:00
derchris 37c2b7fb84 mysqltuner: 1.7.13 -> 1.7.17 2019-10-03 18:26:30 +02:00
derchris dd63381444 video2midi: 0.3.9.1 > 0.3.9.5 2019-10-03 08:57:06 -07:00
Jan Tojnar b9c5f849a4
Merge branch 'staging-next' into staging 2019-10-03 01:47:41 +02:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
Jan Tojnar 4655669483
Gnome 3.34 (#68608)
Gnome 3.34
2019-10-03 00:38:54 +02:00
R. RyanTM d33e497b1b unrar: 5.7.5 -> 5.8.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/unrar/versions
2019-10-02 23:52:53 +02:00
Vladimír Čunát a215655227
Merge #68593: nettle: 3.4.1 -> 3.5.1 into staging 2019-10-02 20:21:41 +02:00
Vladimír Čunát 96d65875f8
unbound: fix build with nettle-3.5 2019-10-02 20:15:47 +02:00
worldofpeace f8a5999a4e
Merge pull request #70241 from delroth/vulnix-setuptools
vulnix: add missing setuptools dependency
2019-10-02 12:56:59 +00:00
Pierre Bourdon 01aa4bb7cb
vulnix: add missing setuptools dependency
More #68314 related breakage.
2019-10-02 12:46:01 +02:00
Joachim F 2c117aec37
Merge pull request #58471 from colemickens/cu
cloud-utils: use `qemu-utils` instead of `qemu`
2019-10-02 09:59:52 +00:00
Ryan Mulligan 98c4a3338b
Merge pull request #70009 from r-ryantm/auto-update/you-get
you-get: 0.4.1328 -> 0.4.1347
2019-10-01 21:54:50 -07:00
R. RyanTM 2df3cb15e3 scrypt: 1.2.1 -> 1.3.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/scrypt/versions
2019-10-01 21:08:24 -05:00
Edmund Wu a3255de8c9
bcachefs-tools: 2019-09-25 -> 2019-10-01 2019-10-01 21:33:11 -04:00
Frank Doepper d0d6da14b1 stenc: init at 1.0.7 2019-10-01 23:18:24 +02:00
Maximilian Bosch b5204d9f5f svgbob: fix build
See https://hydra.nixos.org/build/102480738

Bumping to latest version (which is 0.4.2 according to Cargo.lock) fixes
the build error. As no dependency changes happened, cargoSha256 doesn't
need to be updated.

ZHF #68361
2019-10-01 10:13:32 -07:00
Maximilian Bosch 16e3408c0e
Merge pull request #70180 from basvandijk/cargo-audit-0.9.1
cargo-audit: init at 0.9.1
2019-10-01 17:11:32 +02:00
Bas van Dijk 4941a8b8e2 cargo-audit: init at 0.9.1
cargo-audit is a subcommand for cargo which audits Cargo.lock files for crates
with security vulnerabilities
2019-10-01 16:44:28 +02:00
Elis Hirwing d1a8006b89 transifex-client: Add missing setuptools dependency 2019-10-01 23:41:08 +09:00
Ryan Mulligan 4b6976b838
Merge pull request #69744 from r-ryantm/auto-update/pspg
pspg: 1.6.8 -> 2.0.4
2019-10-01 06:49:50 -07:00
Maximilian Bosch b9535664c7
Merge pull request #69019 from Ma27/package-wlr-randr
wlr-randr: init at unstable-2019-03-21
2019-10-01 09:52:17 +02:00
Jan Hrnko f641fca688 diceware: add missing 'setuptools' to propagatedBuildInputs 2019-10-01 16:49:11 +09:00
worldofpeace db96124d3d
Merge pull request #68995 from worldofpeace/bump/libfprint
fprintd: 0.8.1 -> 0.9.0, libfprint: 0.99 -> 1.0
2019-10-01 05:38:33 +00:00
worldofpeace fb170183c4
Merge pull request #70149 from worldofpeace/blueman-fix
blueman: no optional networkmanager
2019-10-01 05:28:26 +00:00
R. RyanTM 3fea7b5e08 davix: 0.7.4 -> 0.7.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/davix/versions
2019-09-30 22:28:15 -07:00
R. RyanTM 494b1d5b3c mawk: 1.3.4-20171017 -> 1.3.4-20190203
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mawk/versions
2019-09-30 22:16:18 -07:00
worldofpeace fcb84c5534 blueman: no optional networkmanager
blueman declares NetworkManager gi bindings
as a required runtime dependency [0]

Fixes #69555

[0]: 531da47b06/Dependencies.md
2019-09-30 22:55:17 -04:00
Jon 2009c26c41
Merge pull request #69708 from r-ryantm/auto-update/openapi-generator-cli
openapi-generator-cli: 4.1.0 -> 4.1.2
2019-09-30 18:13:18 -07:00
Jon 64271dcbec
Merge pull request #69738 from r-ryantm/auto-update/phoronix-test-suite
phoronix-test-suite: 8.8.1 -> 9.0.0
2019-09-30 17:38:49 -07:00
Tor Hedin Brønner ecc32f8df4 networkmanager_strongswan: fix build with glib-2.62 2019-09-30 19:39:50 +02:00
Tor Hedin Brønner 36a95c772a ldmtool: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Tor Hedin Brønner e732933aa7 networkmanager-iodine: fix build with glib-2.62 2019-09-30 19:39:48 +02:00
Peter Hoeg 33492f9175
Merge pull request #69684 from r-ryantm/auto-update/mu
mu: 1.2 -> 1.3.3
2019-09-30 21:00:42 +08:00
Andreas Rammhold 475e88a6fb
Merge pull request #70045 from nagisa/berglas-init-0.2.0
berglas: init at 0.2.0
2019-09-30 14:45:47 +02:00
Simonas Kazlauskas dbda0f2052 berlgas: init at 0.2.0 2019-09-30 15:01:27 +03:00
Peter Hoeg aab7e12a87
Merge pull request #69375 from cko/thinkfan-1.0.2
thinkfan: 0.9.3 -> 1.0.2 (replaces #55895)
2019-09-30 19:53:26 +08:00
Mario Rodas 730f967bdc
Merge pull request #69923 from xrelkd/update/eksctl
eksctl: 0.5.2 -> 0.6.0
2019-09-29 23:29:03 -05:00
Lily Ballard 9ddfe6f678 ffsend: 0.2.51 -> 0.2.52 2019-09-29 16:37:01 -07:00
Christine Koppelt e00ce8c983 addressing remarks from @peterhoeg ( thinkfan: 0.9.3 -> 1.0.2) 2019-09-29 23:59:13 +02:00
markuskowa b09be3c20e
Merge pull request #69983 from r-ryantm/auto-update/uptimed
uptimed: 0.4.1 -> 0.4.2
2019-09-29 22:47:44 +02:00
Mario Rodas cbf29876cf
Merge pull request #70016 from r-ryantm/auto-update/xsecurelock
xsecurelock: 1.4.0 -> 1.5.1
2019-09-29 12:42:52 -05:00
Mario Rodas 572519ec72
Merge pull request #69999 from r-ryantm/auto-update/xidlehook
xidlehook: 0.7.0 -> 0.7.1
2019-09-29 09:14:20 -05:00
Mario Rodas b82d5546c7
Merge pull request #69987 from r-ryantm/auto-update/vips
vips: 8.8.1 -> 8.8.3
2019-09-29 08:55:59 -05:00
Jon adf616c424
Merge pull request #70002 from r-ryantm/auto-update/zerotierone
zerotierone: 1.4.4 -> 1.4.6
2019-09-29 06:04:33 -07:00
Mario Rodas fff9ae0802
Merge pull request #69273 from marsam/init-xprite-editor
xprite-editor: init at 2019-09-22
2019-09-29 07:48:23 -05:00
R. RyanTM 114584fe6f xsecurelock: 1.4.0 -> 1.5.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/xsecurelock/versions
2019-09-29 04:56:36 -07:00
R. RyanTM ec01a4f9c6 you-get: 0.4.1328 -> 0.4.1347
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/you-get/versions
2019-09-29 03:51:46 -07:00
R. RyanTM b9629b7e46 zerotierone: 1.4.4 -> 1.4.6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/zerotierone/versions
2019-09-29 03:16:46 -07:00
R. RyanTM 305e48b045 xidlehook: 0.7.0 -> 0.7.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/xidlehook/versions
2019-09-29 03:07:29 -07:00
Thomas Tuegel 734979f794 hdf5: Fix flavored builds with multiple outputs 2019-09-29 11:23:58 +02:00
Matthew Bauer 7ebd5999bd
brotli: add staticOnly option 2019-09-29 11:19:56 +02:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
R. RyanTM 990a562310 vips: 8.8.1 -> 8.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/vips/versions
2019-09-29 01:27:47 -07:00
R. RyanTM ca4c504191 uptimed: 0.4.1 -> 0.4.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/uptimed/versions
2019-09-29 00:12:18 -07:00
Vladyslav M 7757ae68bd
rmlint: 2.8.0 -> 2.9.0 (#69952)
rmlint: 2.8.0 -> 2.9.0
2019-09-29 09:48:45 +03:00
R. RyanTM 358aabbe1f strongswan: 5.8.0 -> 5.8.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/strongswan/versions
2019-09-28 21:57:15 -07:00
Ryan Mulligan 9602e5d58b
Merge pull request #69717 from r-ryantm/auto-update/pdfcrack
pdfcrack: 0.17 -> 0.18
2019-09-28 20:35:50 -07:00
R. RyanTM f09e8383ce routino: 3.2 -> 3.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/routino/versions
2019-09-28 20:01:07 -07:00
R. RyanTM 5abb31557d rmlint: 2.8.0 -> 2.9.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/rmlint/versions
2019-09-28 19:33:01 -07:00
xrelkd 613fa47c46 eksctl: 0.5.2 -> 0.6.0 2019-09-29 07:05:17 +08:00
Ryan Mulligan 357e9ac224
Merge pull request #69449 from r-ryantm/auto-update/amazon-ecs-cli
amazon-ecs-cli: 1.15.1 -> 1.16.0
2019-09-28 13:56:14 -07:00
Mario Rodas 190275839e
Merge pull request #69713 from r-ryantm/auto-update/parallel
parallel: 20190722 -> 20190922
2019-09-28 15:51:16 -05:00
Mario Rodas 9bb0658c83
Merge pull request #69729 from r-ryantm/auto-update/fpp
fpp: 0.8.2 -> 0.9.2
2019-09-28 15:48:27 -05:00
Vladyslav M dba562f46b
shadowsocks-rust: 1.7.0 -> 1.7.2 (#69849)
shadowsocks-rust: 1.7.0 -> 1.7.2
2019-09-28 22:28:53 +03:00
R. RyanTM a1a3fb121f plantuml: 1.2019.8 -> 1.2019.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/plantuml/versions
2019-09-28 21:04:45 +02:00
Ryan Mulligan 6abaaf3311
Merge pull request #69695 from r-ryantm/auto-update/nx-libs
nx-libs: 3.5.99.21 -> 3.5.99.22
2019-09-28 11:13:24 -07:00
Ryan Mulligan 379dc189f3
Merge pull request #69702 from r-ryantm/auto-update/nwipe
nwipe: 0.25 -> 0.26
2019-09-28 11:11:01 -07:00
Peter Simons d28306cd3b
Merge pull request #69691 from r-ryantm/auto-update/nbd
nbd: 3.19 -> 3.20
2019-09-28 19:40:36 +02:00
Ryan Mulligan d1288c3773
Merge pull request #69675 from r-ryantm/auto-update/mergerfs
mergerfs: 2.28.1 -> 2.28.2
2019-09-28 08:22:19 -07:00
Mario Rodas 5f311f613f
shadowsocks-rust: 1.7.0 -> 1.7.2
Changelog: https://github.com/shadowsocks/shadowsocks-rust/releases/tag/v1.7.2
2019-09-28 04:20:00 -05:00
Franz Pletz 1f85d77a2f
Merge pull request #69643 from Ma27/pass-wayland-support
pass: add patch for basic wayland support
2019-09-28 09:47:22 +00:00
Mario Rodas 7cfdc16cfd
skim: 0.6.8 -> 0.6.9 2019-09-28 04:20:00 -05:00
Timo Kaufmann 7cc78d4485
Merge pull request #67696 from eadwu/bcachefs/update-7
bcachefs/update-7
2019-09-28 08:22:24 +00:00
Mario Rodas 300fbd8022
Merge pull request #69764 from marsam/update-boringtun
boringtun: 20190407 -> 0.2.0
2019-09-28 01:59:49 -05:00
Vladimír Čunát fda4a08d4a
Merge branch 'staging-next'
There are several security fixes - again, as it consists mainly of the
previously reverted staging-next merge.
2019-09-28 07:43:04 +02:00
Mario Rodas 2b5e13d3ea
boringtun: add marsam as maintainer 2019-09-27 23:01:00 -05:00
Mario Rodas b7704dab09
boringtun: 20190407 -> 0.2.0 2019-09-27 23:00:00 -05:00
Mario Rodas 27f82231e8
Merge pull request #69517 from r-ryantm/auto-update/dar
dar: 2.6.5 -> 2.6.6
2019-09-27 22:50:22 -05:00
Mario Rodas 13107bfaee
Merge pull request #69627 from r-ryantm/auto-update/logrotate
logrotate: 3.15.0 -> 3.15.1
2019-09-27 22:14:13 -05:00
Mario Rodas 796eabe2c3
Merge pull request #69737 from r-ryantm/auto-update/profile-sync-daemon
profile-sync-daemon: 6.34 -> 6.35
2019-09-27 22:00:09 -05:00
R. RyanTM 3f6ccc14b8 pspg: 1.6.8 -> 2.0.4
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pspg/versions
2019-09-27 18:56:19 -07:00
worldofpeace 2807da5e37 f2fs-tools: 1.11.0 -> 1.13.0 2019-09-27 21:54:10 -04:00
R. RyanTM 801268a8cd phoronix-test-suite: 8.8.1 -> 9.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/phoronix-test-suite/versions
2019-09-27 18:35:37 -07:00
R. RyanTM f2d04f2dd8 profile-sync-daemon: 6.34 -> 6.35
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/profile-sync-daemon/versions
2019-09-27 18:32:41 -07:00
R. RyanTM 13db163a94 fpp: 0.8.2 -> 0.9.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fpp/versions
2019-09-27 17:17:06 -07:00
xrelkd b7c5073f72 youtube-dl: 2019.09.12.1 -> 2019.09.28 2019-09-28 07:37:54 +08:00
R. RyanTM e3be39cd81 pdfcrack: 0.17 -> 0.18
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pdfcrack/versions
2019-09-27 16:23:25 -07:00
R. RyanTM fcd36adb23 parallel: 20190722 -> 20190922
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/parallel/versions
2019-09-27 15:50:20 -07:00
R. RyanTM 1d67d6474c openapi-generator-cli: 4.1.0 -> 4.1.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openapi-generator-cli/versions
2019-09-27 15:37:04 -07:00
R. RyanTM 899d76408c nwipe: 0.25 -> 0.26
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nwipe/versions
2019-09-27 14:29:12 -07:00
R. RyanTM a913e749db nx-libs: 3.5.99.21 -> 3.5.99.22
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nx-libs/versions
2019-09-27 13:37:13 -07:00
Marek Mahut 73127bd5ac
Merge pull request #69524 from peterhoeg/u/crudini
crudini: 0.9 -> 0.9.3
2019-09-27 22:16:56 +02:00
Vladimír Čunát 217cf982c7
Merge branch 'master' into staging-next 2019-09-27 22:13:02 +02:00
Marek Mahut f9021cc129
Merge pull request #69527 from r-ryantm/auto-update/ddcutil
ddcutil: 0.9.5 -> 0.9.7
2019-09-27 22:11:25 +02:00
Marek Mahut b8a16d2c7b
Merge pull request #69538 from r-ryantm/auto-update/fio
fio: 3.15 -> 3.16
2019-09-27 22:08:24 +02:00
Marek Mahut 2e67d7f1f4
Merge pull request #69607 from r-ryantm/auto-update/i2pd
i2pd: 2.26.0 -> 2.28.0
2019-09-27 22:03:21 +02:00
Marek Mahut 0eabe85d1a
Merge pull request #69599 from r-ryantm/auto-update/innoextract
innoextract: 1.7 -> 1.8
2019-09-27 22:02:56 +02:00
R. RyanTM 05699ac878 nbd: 3.19 -> 3.20
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/nbd/versions
2019-09-27 12:58:51 -07:00
Nikolay Amiantov b70ed464fc
Merge pull request #69653 from r-ryantm/auto-update/logmein-hamachi
logmein-hamachi: 2.1.0.198 -> 2.1.0.203
2019-09-27 21:42:20 +03:00