Commit graph

1475 commits

Author SHA1 Message Date
Bob van der Linden b058153ec9 hwinfo: 21.64 -> 21.66 2019-06-16 19:48:42 +02:00
Troels Henriksen 0b8efd8724 clinfo: init at 2.2.18.04.06 2019-06-15 10:50:34 +02:00
Profpatsch cc627366cd
Merge pull request #62336 from groodt/bazel-0.26.0
bazel: 0.24.0 -> 0.26.0
2019-06-12 14:55:49 +02:00
Profpatsch 7bae5c6392 xe: platforms.linux -> platforms.all
xe is such a trivial package, it should build on every platform that
supports a CC compiler.
2019-06-12 14:09:42 +02:00
Matthew Bauer 21edffefc3
Merge pull request #62992 from eraserhd/plan9port-enable-darwin-x11
plan9port: build everything on Darwin
2019-06-11 19:35:22 -04:00
Jason Felice 26aef37424 plan9port: build everything on Darwin
A commit in 2014 (see #2266) disabled building parts which depended on
X11 on Mac OS.  There's no explanation given in the pull request.  In
any case, many people install plan9port on Darwin specifically to use
the UI components.

Aside from this, the derivation was broken on Mac OS, probably because
people put the `which` and `perl` dependencies inside the !isDarwin
conditional.  Some programs worked, however the static libraries did
not build, so this could not be used as a buildInput to build programs
which need the libraries.  This fixes that.
2019-06-11 16:32:59 -04:00
Jörg Thalheim e829aeefa3
Merge pull request #62101 from michaelpj/imp/lenovo-throttled
throttled: fix for Intel CPU throttling issues
2019-06-11 11:10:52 +01:00
Renaud 48d5837b88
Merge pull request #62564 from r-ryantm/auto-update/rsyslog
rsyslog: 8.1904.0 -> 8.1905.0
2019-06-04 14:44:59 +02:00
Michael Peyton Jones cf8457d3cc
throttled: init at 0.6 2019-06-03 17:46:53 +01:00
Matthew Bauer cc582920f2 proot: 20190305 -> 20190510 2019-06-03 12:28:29 -04:00
R. RyanTM b9023319f4 rsyslog: 8.1904.0 -> 8.1905.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
2019-06-02 19:51:44 -07:00
Mario Rodas ac4f36e3eb
Merge pull request #62411 from r-ryantm/auto-update/fio
fio: 3.13 -> 3.14
2019-06-01 17:45:33 -05:00
R. RyanTM 8c0f22d6d8 fio: 3.13 -> 3.14
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-06-01 09:40:47 -07:00
Alyssa Ross 062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Luke Bentley-Fox 76c44ebc65
colorls: init at 1.2.0 2019-05-30 15:50:53 +01:00
Maximilian Bosch e4b49457af
osquery: 3.2.9 -> 3.3.2
Although there's already a windows-only 3.4[1], the latest release for
Unix systems is 3.3.2[2] with the following changes:

* SELinux event recording[3]
* SMART drive information[4]
* ELF parsing to monitor compiler-level protections for binaries[5]

The diff became rather big in the end due to the following changes:

* The SMART information feature uses a custom fork of smartmontools to
  retrieve SMART data programatically[6].

* Replaced the old, bloated `misc.patch` by a simpler patch that only
  fixes two (actual) issues in the CMake build, unnecessary link targets
  and an invalid compiler flag.

* I tried to clean the derivation's code up a little bit by
  simplifying the `preConfigure` hook and adding only one build-input
  per line (that makes merging of several changes to the derivation
  easier as well).

[1] https://github.com/facebook/osquery/releases/tag/3.4.0
[2] https://github.com/facebook/osquery/releases/tag/3.3.2
[3] https://github.com/facebook/osquery/pull/4224
[4] https://github.com/facebook/osquery/pull/4133
[5] https://github.com/facebook/osquery/pull/4708
[6] https://github.com/allanliu/smartmontools
2019-05-27 16:15:56 +02:00
R. RyanTM f41618a7c3 syslogng: 3.20.1 -> 3.21.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-05-24 18:30:56 +00:00
Robin Gloster 6cf583cf2f
Merge pull request #60406 from JohnAZoidberg/remove-isnull
treewide: Remove usage of isNull
2019-05-18 09:36:24 +00:00
R. RyanTM e5ad845ee8 stress-ng: 0.09.57 -> 0.09.58 (#61429)
* stress-ng: 0.09.57 -> 0.09.58
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stress-ng/versions

* stress-ng: re-enable on Darwin
+ add meta.changelog page
+ update full description
2019-05-13 13:34:07 +02:00
R. RyanTM 21b1d6ee28
bfs: 1.3.3 -> 1.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/bfs/versions
2019-05-11 23:42:26 -05:00
Renaud f8c9ed2167
Merge pull request #61267 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20190405 -> 20190509
2019-05-11 22:17:22 +02:00
R. RyanTM eb67db47f5 acpica-tools: 20190405 -> 20190509
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-05-10 20:48:16 -07:00
Bas van Dijk 6f0a6bfc60 journalbeat: patchelf the binary instead of using a wrapper 2019-05-10 15:27:45 +02:00
Sondre Nilsen ffe0bb8435 jump: init at 0.23.0 (#60631) 2019-05-06 07:40:52 -07:00
Alyssa Ross 1693459ad0
Merge pull request #60511 from manveru/procodile-update
procodile: 1.0.17 -> 1.0.23, use bundlerApp
2019-05-04 13:18:00 +00:00
Michael Fellinger 97ee366c04 r10k: 2.4.3 -> 3.2.0 2019-05-03 18:42:01 +02:00
Aaron Andersen 564e5af28d
Merge pull request #60771 from r-ryantm/auto-update/rsyslog
rsyslog: 8.1903.0 -> 8.1904.0
2019-05-02 12:00:08 -04:00
R. RyanTM ccfbc8b0df rsyslog: 8.1903.0 -> 8.1904.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
2019-05-02 07:53:42 -07:00
Michael Weiss 83e8638fe9
inxi: 3.0.33-1 -> 3.0.34-1 2019-05-01 16:16:57 +02:00
R. RyanTM afc0f444b9 facter: 3.13.1 -> 3.13.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/facter/versions
2019-05-01 11:33:35 +02:00
Michael Fellinger 020dec07d4 procodile: 1.0.17 -> 1.0.23, use bundlerApp 2019-04-30 18:01:54 +02:00
Daniel Schaefer 786f02f7a4 treewide: Remove usage of isNull
isNull "is deprecated; just write e == null instead" says the Nix manual
2019-04-29 14:05:50 +02:00
Aaron Andersen 8d64ec7a17
Merge pull request #59424 from florianjacob/journalwatch
journalwatch: fix broken package, general maintenance
2019-04-27 10:58:45 -04:00
Lassulus c9d22c2603
Merge pull request #57044 from nyanloutre/netdata-sensors
netdata: lm-sensor support
2019-04-27 16:18:40 +09:00
R. RyanTM e6f1253c05 augeas: 1.11.0 -> 1.12.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/augeas/versions
2019-04-27 07:42:05 +02:00
Jan Tojnar 358c62625a
ledmon: fix manpage 2019-04-26 19:47:41 +02:00
Richard Marko 9cfb2c0697 ledmon: init at 0.92 2019-04-26 10:30:50 +02:00
Florian Jacob 68c6f3f27e journalwatch: use fetchFromGitHub for normalization
See #32997
2019-04-24 21:26:27 +02:00
Florian Jacob 7b3ac169ff journalwatch: fix pytest checks 2019-04-24 21:26:26 +02:00
Renaud ec5ed925b8
Merge pull request #59437 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20190215 -> 20190405
2019-04-21 01:41:08 +02:00
R. RyanTM b62d4156a9 stress-ng: 0.09.54 -> 0.09.57
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/stress-ng/versions
2019-04-16 18:30:14 +02:00
Matthew Bauer f475aeaf29
Merge pull request #59535 from matthewbauer/homepage-fixes
treewide: update homepages to https where available
2019-04-15 20:47:30 -04:00
Matthew Bauer 290a5d916e treewide: update homepages to https where available
Based on "problems" from repology:

https://repology.org/repository/nix_unstable/problems

Mostly simple changes to reflect redirects.
2019-04-15 10:10:05 -04:00
R. RyanTM 20116a5080 facter: 3.13.0 -> 3.13.1 (#59489)
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
2019-04-14 22:38:55 +02:00
R. RyanTM aaa02aec9d acpica-tools: 20190215 -> 20190405
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-04-13 22:49:37 -07:00
Dmitry Kalinkin 59c81160e7
Merge pull request #58504 from symphorien/static-proot
Static proot, wafHook cross compilation
2019-04-13 12:04:32 -04:00
zimbatm 54c3ac18d5
goreman: init at 0.2.1 (#59388) 2019-04-13 16:30:05 +02:00
Mario Rodas 1c17ccf6c2 gotop: 2.0.1 -> 3.0.0 (#58615) 2019-04-10 22:22:48 +02:00
Ryan Mulligan 2458154672
Merge pull request #58874 from r-ryantm/auto-update/rsyslog
rsyslog: 8.39.0 -> 8.1903.0
2019-04-05 08:42:17 -07:00
R. RyanTM b5e46d9ac9 rsyslog: 8.39.0 -> 8.1903.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
2019-04-02 17:51:06 -07:00