Commit Graph

1624 Commits

Author SHA1 Message Date
davidak
61de71343f Fix package metadata like version and homepage 2019-11-07 17:20:33 +01:00
Daniel Duan
fcd88c820d tre: init at 0.2.2
tre is a improved version of the command `tree`. Its main additions:

1. colored output
2. ignores paths specified in .gitignore
3. editor alias for each entity listed

Source/Homepage: https://github.com/dduan/tre
2019-11-03 13:18:13 -08:00
Franz Pletz
286bfac78c
libksi: 2015-07-03 -> 3.20.3025 2019-11-03 14:33:50 +01:00
R. RyanTM
7e4bf89408 ps_mem: 3.12 -> 3.13 2019-11-03 10:08:40 +01:00
R. RyanTM
177eeccaac di: 4.47.1 -> 4.47.2 2019-11-01 13:35:07 -07:00
Renaud
cbc94a05ba
stress-ng: 0.10.05 -> 0.10.08 (#72333)
+ fixes #72292
2019-10-31 08:58:44 +01:00
Profpatsch
f661393aa4 skawarePackages: bump to release 2019-10 2019-10-28 21:30:30 +01:00
R. RyanTM
3bcb069e1f acpica-tools: 20190816 -> 20191018
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/acpica-tools/versions
2019-10-22 10:17:48 +02:00
Franz Pletz
cc9b18f223
Merge pull request #71406 from astro/collectd
collectd: plugins configuration, buildMinimalPackage
2019-10-21 10:34:34 +00:00
R. RyanTM
7c6f46511d facter: 3.13.2 -> 3.14.5 (#64019)
* facter: 3.13.2 -> 3.14.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/facter/versions

* facter: 3.14.0 -> 3.14.5
2019-10-20 18:47:44 +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
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
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
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
Vladimír Čunát
b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +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
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
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
Jan Tojnar
6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Roman Volosatovs
4ef3de8645
ctop: ensure go 1.13 compatibility 2019-10-11 10:09:06 +02: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
Frederik Rietdijk
a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Christine Koppelt
ee06d27cf2 treewide: add some missing meta: descriptions and homepages (#70497) 2019-10-06 00:59:26 -04:00
Michael Fellinger
1a27482a6c di: fix homepage 2019-10-05 22:59:23 +09:00
Jan Tojnar
b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02: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
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
Frederik Rietdijk
503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02: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
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
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
Vladimír Čunát
217cf982c7
Merge branch 'master' into staging-next 2019-09-27 22:13:02 +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
Renaud
76519374dc
Merge pull request #68918 from dtzWill/update/stress-ng-0.10.05-musl
stress-ng: 0.10.02 -> 0.10.05, fix w/musl
2019-09-27 15:46:40 +02:00
R. RyanTM
17ad60e68f logrotate: 3.15.0 -> 3.15.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/logrotate/versions
2019-09-26 19:15:47 -07:00
R. RyanTM
9d6f4a662d fio: 3.15 -> 3.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fio/versions
2019-09-26 07:45:52 -07:00
R. RyanTM
8e867bd4a6 bfs: 1.5 -> 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/bfs/versions
2019-09-26 00:17:46 -07:00
Christine Koppelt
3966d0d300 addressing remarks from @peterhoeg ( thinkfan: 0.9.3 -> 1.0.2) 2019-09-25 08:57:10 +02:00
Christine Koppelt
c3a562f3e2 addressing remarks from @peterhoeg ( thinkfan: 0.9.3 -> 1.0.2) 2019-09-25 00:33:22 +02:00
Christine Koppelt
482a9537b2 thinkfan: 1.0.1 -> 1.0.2 2019-09-24 21:22:55 +02:00
Christine Koppelt
15f4112f53 fixing remarks from #55895 (thinkfan: 0.9.3 -> 1.0.1) 2019-09-24 21:00:03 +02:00
Andrey Ovcharov
859b3b7f90 thinkfan: 0.9.3 -> 1.0.1 2019-09-24 20:53:59 +02:00
Vladimír Čunát
eab41878ac
Merge branch 'master' into staging-next 2019-09-24 08:14:34 +02:00