Commit graph

1777 commits

Author SHA1 Message Date
Bob van der Linden b058153ec9 hwinfo: 21.64 -> 21.66 2019-06-16 19:48:42 +02:00
Michael Peyton Jones 66da10e80f
localtime: install systemd serice and polkit rules
- Use the right variables and `make install` to ensure all products are
installed.
- Remove unneeded build inputs: we don't need systemd or polkit to
install the service or polkit rules.
2019-06-16 13:46:52 +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
Will Dietz 95f13ee4ea
fakechroot: 2.19 -> 2.20.1, prefer patch and official source over "fork"
The most immediate motivation for the source/patch reworking is to
upgrade the tree without needing to provide an updated version
with the fix and the upgrade as well.

Naturally the patch won't necessarily apply to all future versions,
but that's easy enough to check and happily appears to have no trouble
with this upgrade.
2019-06-04 15:33:06 -05: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
Franz Pletz 31490c62d9
Merge pull request #56758 from r-ryantm/auto-update/syslog-ng
syslogng: 3.19.1 -> 3.20.1
2019-04-02 08:09:34 +00:00
markuskowa f41887459f
Merge pull request #58695 from r-ryantm/auto-update/hwinfo
hwinfo: 21.63 -> 21.64
2019-04-01 23:23:21 +02:00
R. RyanTM 366b5ee558 hwinfo: 21.63 -> 21.64
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2019-04-01 09:49:31 -07:00
Michael Weiss e6a3229626
inxi: 3.0.32-1 -> 3.0.33-1 2019-03-30 11:31:31 +01:00
Symphorien Gibol 52566c3b7b proot: fix cross compilation 2019-03-28 21:57:51 +01:00
R. RyanTM baa5d17a06 logcheck: 1.3.19 -> 1.3.20 (#57307)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/logcheck/versions
2019-03-27 23:08:02 +01:00
R. RyanTM 79ed374fde monit: 5.25.2 -> 5.25.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/monit/versions
2019-03-25 23:43:30 -07:00
Joachim F 96e305b968
Merge pull request #57812 from AndersonTorres/update/plan9port
plan9port: 2018-09-20 -> 2019-02-25
2019-03-23 06:01:03 +00:00
Matthew Bauer 0bf5c6acb4
Merge pull request #57820 from illegalprime/fix/tree-cross
tree: use $CC instead of cc to build
2019-03-19 17:48:56 -04:00
AndersonTorres e71445c330 plan9port: 2018-09-20 -> 2019-02-25 2019-03-17 09:46:05 -03:00
Christoph Neidahl 4708d3f84b hardinfo: fix not finding libc 2019-03-17 09:22:59 +01:00
Michael Eden 70d56f381f tree: use $CC instead of cc to build 2019-03-16 16:30:37 -04:00
R. RyanTM 92e89815be acpica-tools: 20190108 -> 20190215 (#56581)
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-03-15 23:12:47 +01:00
Jascha Geerds ffedc3e4a9 misc: Remove myself from list of maintainers
Unfortunately I don't have the time anymore to maintain those
packages.
2019-03-12 23:50:52 +01:00
R. RyanTM 9f0ef9fb9f lr: 1.4 -> 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/lr/versions
2019-03-12 15:02:48 +00:00
nyanloutre df885360a6
netdata: lm-sensor support 2019-03-10 23:09:35 +01:00
Will Dietz 3e635ea5df proot: cleanup (single version, make python optional, add maintainer) 2019-03-09 18:38:22 -06:00
Will Dietz cd1471779c proot: 5.1.0.20181214 -> 5.1.0.20190305
11972c0dab...ff61c86cb2
2019-03-09 18:19:44 -06:00
Silvan Mosberger 2e92520e21
Merge pull request #56641 from r-ryantm/auto-update/facter
facter: 3.12.3 -> 3.13.0
2019-03-08 19:41:16 +01:00
Domen Kožar f60459a023
Merge pull request #55142 from FlorianFranzen/thinkfan_smart
thinkfan: add option for libatasmart support
2019-03-05 17:47:13 +07:00
Will Dietz dd693c15be s6-rc: 0.4.1.0 -> 0.5.0.0
https://skarnet.org/software/s6-rc/upgrade.html
2019-03-04 23:23:55 +01:00
Will Dietz 69a07d29fc s6: 2.7.2.2 -> 2.8.0.0
https://skarnet.org/software/s6/upgrade.html
2019-03-04 23:23:55 +01:00
R. RyanTM ab9af2252b fio: 3.12 -> 3.13 (#56650)
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-03-04 13:29:33 +01:00
R. RyanTM e4bd953fd3 syslogng: 3.19.1 -> 3.20.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-03-02 20:01:37 -08:00
R. RyanTM 1508e4bf8f facter: 3.12.3 -> 3.13.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
2019-03-01 20:12:23 -08:00
Will Dietz 983c54dca5 stress-ng: 0.09.49 -> 0.09.54 2019-03-01 08:37:32 -06:00
Will Dietz 63ca967f5c ddrescue: 1.23 -> 1.24 (#56484)
http://lists.gnu.org/archive/html/info-gnu/2019-02/msg00012.html
2019-02-28 00:04:45 +01:00
R. RyanTM ed239c3947 bfs: 1.3.2 -> 1.3.3 (#55911)
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-02-24 11:53:20 +01:00
Vladimír Čunát 4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Alyssa Ross 9e8c2671d7
gotop: use vendored dependencies 2019-02-19 18:00:33 +00:00
Alyssa Ross 6208ad3ee3
gotop: 1.7.1 -> 2.0.1 2019-02-19 12:27:40 +00:00
Freezeboy 8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
Maximilian Bosch 7a961cf06f
osquery: fix build
We use `dpkg` 1.19.2 since 23661254e4.
This version dropped pkg_db_reset` in  `<dpkg/dpkg_db.h>` which broke compilation with the
following errors:

```
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_setup(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: error: 'pkg_array_init_from_db' was not declared in this scope
   pkg_array_init_from_db(packages);
   ^~~~~~~~~~~~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:83:3: note: suggested alternative: 'pkg_array_init_from_hash'
   pkg_array_init_from_db(packages);
   ^~~~~~~~~~~~~~~~~~~~~~
   pkg_array_init_from_hash
/build/source/osquery/tables/system/linux/deb_packages.cpp: In function 'void osquery::tables::dpkg_teardown(pkg_array*)':
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: error: 'pkg_db_reset' was not declared in this scope
   pkg_db_reset();
   ^~~~~~~~~~~~
/build/source/osquery/tables/system/linux/deb_packages.cpp:93:3: note: suggested alternative: 'pkg_hash_reset'
   pkg_db_reset();
   ^~~~~~~~~~~~
   pkg_hash_reset
make[2]: *** [osquery/tables/CMakeFiles/osquery_system_tables.dir/build.make:115: osquery/tables/CMakeFiles/osquery_system_tables.dir/system/linux/deb_packages.cpp.o] Error 1
```

As there's currently no upstream fix, it's better to use an older
version of `dpkg` for now.
2019-02-13 11:21:43 +01:00
Vladimír Čunát 7f9e3b8206
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1504357
2019-02-09 10:15:17 +01:00
Michael Weiss b0db4571a4
inxi: 3.0.31-1 -> 3.0.32-1 2019-02-08 19:33:31 +01:00
Alyssa Ross 3b72c44663
Merge pull request #55453 from aanderse/cron-editor
cron: fix error when running crontab as sudo (issue #54827)
2019-02-08 17:25:55 +00:00
Aaron Andersen c8547081cb cron: fix error when running crontab as sudo (issue #54827) 2019-02-08 12:06:16 -05:00
Michael Weiss 320a57198f
inxi: 3.0.30-1 -> 3.0.31-1 2019-02-07 20:47:23 +01:00
Florian Franzen 1278615a48 thinkfan: add option for libatasmart support 2019-02-03 22:34:41 +01:00
Vladimír Čunát 5effa4e0f9
Merge branch 'master' into staging-next
Comments on conflicts:
- llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is
  to build all targets, so we should be fine
- some pypi hashes: they were equivalent, just base16 vs. base32
2019-02-01 09:22:29 +01:00
markuskowa f20b8bf9b7
Merge pull request #54837 from r-ryantm/auto-update/facter
facter: 3.12.2 -> 3.12.3
2019-01-29 10:26:36 +01:00
R. RyanTM 041b30a653 facter: 3.12.2 -> 3.12.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/facter/versions
2019-01-28 12:33:50 -08:00
R. RyanTM 909d6cc855 freeipmi: 1.6.2 -> 1.6.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/freeipmi/versions
2019-01-28 10:55:39 -08:00
Jörg Thalheim b5c1deca8a
treewide: remove wkennington as maintainer
He prefers to contribute to his own nixpkgs fork triton.
Since he is still marked as maintainer in many packages
this leaves the wrong impression he still maintains those.
2019-01-26 10:05:32 +00:00
Mateusz Kowalczyk 2b8ca28020 nvtop: 0.2.2 -> 1.0.0 2019-01-25 10:19:30 +09:00
Silvan Mosberger bfcfa77ba0
Merge pull request #54237 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20181213 -> 20190108
2019-01-24 01:05:10 +01:00
Jörg Thalheim b3eaad9a27
Merge pull request #53818 from gnidorah/updates
update most packages I maintain
2019-01-23 19:19:13 +00:00
Dmitry Kalinkin 93a62e9394
proot: change github owner to 'proot-me', add veprbl to maintainers 2019-01-22 12:16:47 -05:00
Joe Hermaszewski 096ea6d24f proot: 20171015 -> 20181214
Proot now includes a fix for the seccomp bug on recent kernels
2019-01-22 22:27:24 +08:00
Frederik Rietdijk f8b45e2d84 Merge staging-next into staging 2019-01-19 09:24:01 +01:00
R. RyanTM 5ad65f78a7 bfs: 1.3.1 -> 1.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/bfs/versions
2019-01-17 20:41:21 -08:00
R. RyanTM 950d5a6d2c acpica-tools: 20181213 -> 20190108
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-01-17 17:44:23 -08:00
Frederik Rietdijk 9cfae76fc5 Merge staging-next into staging 2019-01-17 09:21:29 +01:00
R. RyanTM e9744de90a sleuthkit: 4.6.4 -> 4.6.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/sleuthkit/versions
2019-01-16 02:51:49 -08:00
Frederik Rietdijk 42d276c6b8 Merge staging-next into staging 2019-01-15 16:59:03 +01:00
Frederik Rietdijk 8e24aa9149 honcho: native fixes 2019-01-15 10:16:11 +01:00
Maximilian Bosch 65f08fc212
osquery: fix build
It seems as without the appropriate linker flag `-lcrypto` the
`libcrypto.sh` can't be found by `ld` which broke one of the linker
processes during compilation.

See also https://hydra.nixos.org/build/87208819
2019-01-14 23:03:50 +01:00
Michael Weiss 041ff813f4
inxi: init at 3.0.30-1 2019-01-13 19:47:32 +01:00
Profpatsch 3c33db1e2c skawarePackages.s6: 2.7.2.0 -> 2.7.2.2 2019-01-13 04:01:35 +01:00
gnidorah e0511ba0e4 ps_mem: 3.9 -> 3.12 2019-01-12 01:29:44 +03:00
Franz Pletz 237deba4e7
Merge remote-tracking branch 'origin/master' into staging 2019-01-10 16:00:34 +01:00
Vladimír Čunát 287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Vladimír Čunát 10a12194e3
Merge #53490: fix treewide linking errors after #51770
Issue #53001.  This might not be all of them, but let's not wait.
2019-01-06 12:14:52 +01:00
Frederik Rietdijk a4250d1478 Merge staging-next into staging 2019-01-06 09:48:31 +01:00
Frederik Rietdijk e5381cdece Merge master into staging-next 2019-01-06 09:36:23 +01:00
markuskowa bdbf3f964f
Merge pull request #53377 from marsam/update-bfs
bfs: 1.2.4 -> 1.3.1
2019-01-06 00:42:17 +01:00
Vladimír Čunát d84a33d85b
Merge branch 'master' into staging-next
A few more rebuilds (~1k on x86_64-linux).
2019-01-05 15:02:04 +01:00
Piotr Bogdan 2fe11f12fb gdmap: link with libm explicitly 2019-01-04 21:44:18 +00:00
Alexey Shmalko 125befe16c
Merge pull request #52846 from clefru/fakeroot
fakeroot: Add sed dependency.
2019-01-04 23:36:13 +02:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Clemens Fruhwirth 224cd007c1 fakeroot: Add sed dependency. 2019-01-04 13:11:24 +01:00
Mario Rodas 47250ec683
bfs: 1.2.4 -> 1.3.1 2019-01-03 22:36:49 -05:00
Frederik Rietdijk 092e3b50a8 Merge master into staging-next 2019-01-02 21:08:27 +01:00
Vladimír Čunát 70bff06140
Merge branch 'master' into staging 2019-01-02 17:19:23 +01:00
Will Dietz 8f8c7ecc7f smartmontools: 6.6 -> 7.0 (#53115)
https://listi.jpberlin.de/pipermail/smartmontools-announce/2018-December/000001.html
2019-01-01 19:02:47 +01:00
Frederik Rietdijk 10afccf145 Merge staging-next into staging 2018-12-27 18:11:34 +01:00
R. RyanTM 2a20920fe2 facter: 3.12.1 -> 3.12.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
2018-12-26 10:44:55 +01:00
Jan Tojnar c45e9d0fac
Merge branch 'master' into staging 2018-12-25 17:03:57 +01:00
Maximilian Bosch 8934dae2c3
osquery: fix build
As discussed in #51756, recently packaged versions of `lvm2` miss the
`lvm2app.h` header which breaks the osquery build.

Please note that this simply fixes the build and is not an upgrade. The
CMake patches are fairly diverged in constrast to the current upstream
packaging which requires a lot more effort I can't provide ATM.

cc @markuskowa @hedning
2018-12-24 15:16:26 +01:00
Jan Tojnar ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
R. RyanTM a42d5f0dab syslogng: 3.18.1 -> 3.19.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
2018-12-22 14:54:23 -05:00
Jörg Thalheim 594fd0ff6e
Merge pull request #52627 from vdemeester/52469-localtime-to-buildgopackage
localtime: migrate to using buildGoPackage
2018-12-21 15:32:49 +01:00
Vincent Demeester ed473e6615
localtime: migrate to using buildGoPackage
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
2018-12-21 15:24:02 +01:00
Jörg Thalheim ce2cea80bf
collectd: add comment regarding propagated libraries 2018-12-21 13:43:10 +01:00
Jörg Thalheim e7ad85552e
Revert "Revert "collectd: fix build with lm_sensors" (#52619)"
This reverts commit c5398741e0.
2018-12-21 13:39:23 +01:00
Timo Kaufmann c5398741e0
Revert "collectd: fix build with lm_sensors" (#52619) 2018-12-21 13:11:22 +01:00
Jörg Thalheim f2d19d6d7a
Merge pull request #52614 from Mic92/collectd
collectd: fix build with lm_sensors
2018-12-21 11:33:34 +01:00
Jörg Thalheim 46b75db767
collectd: fix build with lm_sensors 2018-12-21 11:27:36 +01:00
Frederik Rietdijk 9ab61ab8e2 Merge staging-next into staging 2018-12-19 09:00:36 +01:00
volth fed7914539
Merge branch 'staging' into make-perl-pathd 2018-12-18 17:13:27 +00:00
Henry 26785ae6fa gotop: 1.5.0 -> 1.7.1 2018-12-18 01:52:07 +01:00
Will Dietz c761524f30
efibootmgr: grab upstream commit as patch to fix w/efivar 37
(removes workaround for previous versions)
2018-12-17 11:33:53 +01:00
Jan Tojnar fd822e988c
Merge pull request #52322 from r-ryantm/auto-update/efivar
efivar: 36 -> 37
2018-12-17 01:35:16 +01:00
Maximilian Bosch d80f7a498e
Merge pull request #52208 from r-ryantm/auto-update/logrotate
logrotate: 3.14.0 -> 3.15.0
2018-12-16 23:15:40 +01:00
Renaud 5b997fb126 stress-ng: use https for fetching and homepage 2018-12-16 19:49:14 +01:00
R. RyanTM f47d3a0e60 stress-ng: 0.09.46 -> 0.09.49
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
2018-12-16 19:49:14 +01:00
R. RyanTM 4c5738ee3e acpica-tools: 20181031 -> 20181213
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
2018-12-16 18:53:04 +01:00
markuskowa 3172f2258f
Merge pull request #52278 from r-ryantm/auto-update/hwinfo
hwinfo: 21.62 -> 21.63
2018-12-16 12:24:25 +01:00
R. RyanTM bb36a72847 efivar: 36 -> 37
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/efivar/versions
2018-12-15 23:57:16 -08:00
R. RyanTM dc7f6bc60a hwinfo: 21.62 -> 21.63
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-12-15 17:24:03 -08:00
Florian Klink 772dccac32
Merge pull request #52200 from r-ryantm/auto-update/netdata
netdata: 1.11.0 -> 1.11.1
2018-12-15 14:24:14 +01:00
R. RyanTM 0bf6022325 logrotate: 3.14.0 -> 3.15.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/logrotate/versions
2018-12-15 03:44:48 -08:00
R. RyanTM d7a022bb1d netdata: 1.11.0 -> 1.11.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/netdata/versions
2018-12-15 02:52:27 -08:00
volth bb9557eb7c lib.makePerlPath -> perlPackages.makePerlPath 2018-12-15 03:50:31 +00:00
Andreas Rammhold acf738bc54
smartmontools: drivedb 4548 -> 4852 2018-12-09 21:14:04 +01:00
Frederik Rietdijk 5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Matthew Bauer b966d3c583 treewide: remove static packages
Nixpkgs is meant to link everything dynamically. We don’t want to
expose static packages at the top level. If some package needs
statically built binaries, it should use a custom override.
2018-12-04 21:10:45 -06:00
Frederik Rietdijk a510aa2672 Merge master into staging-next 2018-12-03 12:18:43 +01:00
markuskowa 506d4c7e44
Merge pull request #51329 from c0bw3b/cleanup/gnu-https
Favor HTTPS URLs - the GNU edition
2018-12-02 16:52:33 +01:00
c0bw3b 0498ccd076 Treewide: use HTTPS on GNU domains
HTTP -> HTTPS for :
- http://gnu.org/
- http://www.gnu.org/
- http://elpa.gnu.org/
- http://lists.gnu.org/
- http://gcc.gnu.org/
- http://ftp.gnu.org/ (except in fetchurl mirrors)
- http://bugs.gnu.org/
2018-12-02 15:51:59 +01:00
Will Dietz 02b1a4ab75 s-tui: 0.8.2 -> 0.8.3
https://github.com/amanusk/s-tui/releases/tag/v0.8.3

Drop patch, including it was the reason for this release :).
2018-12-02 00:19:41 -06:00
Tor Hedin Brønner 3fdfde44c6
hardinfo: fix build with new libsoup 2018-11-30 21:35:22 +01:00
Frederik Rietdijk 9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
Benno Fünfstück a5a239ca2d efivar: fix cross compilation 2018-11-28 14:34:41 +01:00
Vladimír Čunát a5de78b7d7
Merge branch 'master' into staging-next 2018-11-26 10:28:00 +01:00
c0bw3b dd3e576654 Treewide: use https for src.fedoraproject.org 2018-11-24 23:53:27 +01:00
Renaud 0c1197a7fb
dfc: 3.0.5 -> 3.1.1
(#50991)
2018-11-24 20:40:37 +01:00
c0bw3b 0ea604ac1d Treewide: use https for SourceForge 2018-11-24 19:58:03 +01:00
Frederik Rietdijk 701375662b Merge master into staging-next 2018-11-21 12:39:20 +01:00
markuskowa dc1d1c5932
Merge pull request #50727 from r-ryantm/auto-update/hwinfo
hwinfo: 21.60 -> 21.62
2018-11-20 20:16:46 +01:00
Franz Pletz a2412a765f
collectd: 5.8.0 -> 5.8.1 2018-11-20 13:43:20 +01:00
R. RyanTM db70108105 hwinfo: 21.60 -> 21.62
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-11-19 06:11:07 -08:00
Matthew Bauer 2c1d3a9a82 Merge remote-tracking branch 'upstream/master' into staging 2018-11-18 19:02:09 -06:00
xeji a292829e58
Merge pull request #50491 from oxij/pkgs/tiny-fixes
trivial: random fixes
2018-11-18 16:58:55 +01:00
Michael Raskin 95873c4d30
Merge pull request #50568 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.6.3 -> 4.6.4
2018-11-18 14:52:04 +00:00
Peter Simons d812d0f128
Merge pull request #50548 from r-ryantm/auto-update/tree
tree: 1.7.0 -> 1.8.0
2018-11-18 13:47:16 +01:00
Frederik Rietdijk 0d0d7dcd06 Merge staging-next into staging 2018-11-18 10:41:34 +01:00
R. RyanTM 1df9039b74 sleuthkit: 4.6.3 -> 4.6.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/sleuthkit/versions
2018-11-18 01:14:42 -08:00
R. RyanTM af22c2bd7b tree: 1.7.0 -> 1.8.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/tree/versions
2018-11-17 23:04:14 -08:00
c0bw3b e76c6e280c stress-ng: 0.06.14 -> 0.09.46 2018-11-17 19:16:27 +01:00
Jörg Thalheim dfd77bc26f
Merge pull request #50459 from marsam/feature/netdata-darwin
netdata: 1.10.0 -> 1.11.0
2018-11-17 15:01:06 +00:00
Jan Malakhovski 1e7516a31c datefudge: fix src
Debian's anonscm is dead, they use a Gitlab instance now.
2018-11-17 10:16:32 +00:00
Jörg Thalheim 348b7b8be9 nixos/netdata: own plugins must the looked up first
Otherwise netdata will not find python modules.
To make sure netdata still pick up our setuid version of apps.plugin
we rename the original executable.
2018-11-16 11:24:27 -05:00
Jörg Thalheim d417ca7ba9 netdata: Disable files in /etc and /var 2018-11-16 11:24:27 -05:00
Mario Rodas 49ac683e70 netdata: 1.10.0 -> 1.11.0 2018-11-16 11:24:27 -05:00
Linus Heckemann 55c9afc140 at: run tests 2018-11-16 16:45:08 +01:00
Renaud cde945a165
Merge pull request #48044 from schneefux/pkg/fetchfromgithub
treewide: Use fetchFromGitHub instead of fetchurl
2018-11-14 09:48:22 +01:00
Frederik Rietdijk 1d3bff25db Merge staging-next into staging 2018-11-11 14:28:08 +01:00
Timo Kaufmann bfa37c55d6
Merge pull request #50162 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20180927 -> 20181031
2018-11-10 15:08:05 +01:00
Jörg Thalheim 19c315c71d
Merge pull request #50122 from r-ryantm/auto-update/fio
fio: 3.11 -> 3.12
2018-11-10 13:51:43 +00:00
Silvan Mosberger 59f18fbf36
Merge pull request #50131 from r-ryantm/auto-update/facter
facter: 3.12.0 -> 3.12.1
2018-11-10 14:47:57 +01:00
R. RyanTM 2e9aa64516 acpica-tools: 20180927 -> 20181031
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
2018-11-10 03:27:42 -08:00
R. RyanTM 7c2caffc88 facter: 3.12.0 -> 3.12.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/facter/versions
2018-11-09 22:23:16 -08:00
R. RyanTM 4f3f9c1e25 fio: 3.11 -> 3.12
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
2018-11-09 20:21:42 -08:00
R. RyanTM 3866470845 rsyslog: 8.38.0 -> 8.39.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
2018-11-08 14:28:56 -08:00
Patrick Hilhorst f54f5fdaaa
treewide: various version number fixes 2018-11-06 00:06:22 +01:00
R. RyanTM 12bbb99e12 hwinfo: 21.58 -> 21.60
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/hwinfo/versions
2018-10-27 10:27:19 -07:00
Renaud 84d56226aa
Merge pull request #48883 from r-ryantm/auto-update/syslog-ng
syslogng: 3.17.2 -> 3.18.1
2018-10-27 14:47:34 +02:00
Charles Duffy c93ab5eeb8
fakeroot: 1.22 -> 1.23 2018-10-26 15:26:38 -05:00
R. RyanTM 112bbf3b7d sleuthkit: 4.6.2 -> 4.6.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/sleuthkit/versions
2018-10-23 08:22:11 -07:00
R. RyanTM 44a5684359 syslogng: 3.17.2 -> 3.18.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
2018-10-23 07:36:31 -07:00
Jörg Thalheim 44e5877355
Merge pull request #48516 from r-ryantm/auto-update/fio
fio: 3.10 -> 3.11
2018-10-17 11:34:53 +01:00
R. RyanTM 15f3717b5e fio: 3.10 -> 3.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/fio/versions
2018-10-15 22:31:17 -07:00
Andrew Childs 975c9b57eb gotop: 1.2.9 -> 1.5.0 (#48407) 2018-10-15 08:04:43 +02:00
R. RyanTM 5a51d74e37 hwinfo: 21.57 -> 21.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/hwinfo/versions
2018-10-14 07:38:34 -07:00
Samuel Dionne-Riel 4643428b65
Merge pull request #47067 from bbarker/plan9port_update
Updating plan9port
2018-10-08 12:51:36 -04:00
schneefux 3d5939f3d2 bootchart: 0.14.7 -> 0.14.8 2018-10-08 13:47:30 +02:00
schneefux 1952a19c61 bootchart: use fetchFromGitHub instead of fetchurl 2018-10-08 13:43:13 +02:00
Brandon Elam Barker 7a86c6760a plan9port: 2016-04-18 -> 2018-09-20 2018-10-07 22:13:24 -04:00
R. RyanTM b2f7b14380 facter: 3.11.4 -> 3.12.0 (#47804)
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
2018-10-06 15:49:15 +02:00
Renaud d8e36e5854
Merge pull request #47825 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20180810 -> 20180927
2018-10-06 12:47:58 +02:00
Jörg Thalheim 4e180fda97
Merge pull request #47849 from r-ryantm/auto-update/bfs
bfs: 1.2.3 -> 1.2.4
2018-10-04 20:14:58 +01:00
R. RyanTM f1e5eb571c bfs: 1.2.3 -> 1.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/bfs/versions
2018-10-03 23:03:12 -07:00
R. RyanTM cded34d9a5 acpica-tools: 20180810 -> 20180927
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
2018-10-03 15:20:50 -07:00
Jörg Thalheim 9d0b675656
Merge pull request #47787 from r-ryantm/auto-update/hwinfo
hwinfo: 21.56 -> 21.57
2018-10-03 20:52:01 +01:00
R. RyanTM 474587513e hwinfo: 21.56 -> 21.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/hwinfo/versions
2018-10-03 10:50:22 -07:00
Jörg Thalheim 4c59402652
Merge pull request #47771 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.2 -> 3.1.3
2018-10-03 17:40:38 +01:00
R. RyanTM f9ec698fa9 ipmiutil: 3.1.2 -> 3.1.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/ipmiutil/versions
2018-10-03 08:10:56 -07:00
R. RyanTM c064995331 thermald: 1.7.2 -> 1.8
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/thermald/versions
2018-10-03 01:13:31 -07:00
WilliButz 781206217e nvtop: use version-independent libnvidia-ml.so symlink 2018-10-01 23:40:21 +02:00
Matthew Bauer c46b9c25be
Merge pull request #46962 from r-ryantm/auto-update/sg3_utils
sg3_utils: 1.42 -> 1.44
2018-09-29 00:56:22 -05:00
R. RyanTM c4b4bc0084 rsyslog: 8.37.0 -> 8.38.0 (#46968)
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
2018-09-28 23:36:50 +02:00
R. RyanTM 9b48d87889 fio: 3.8 -> 3.10 (#47058)
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
2018-09-28 22:23:27 +02:00
Orivej Desh a46a45a065 syslogng: enable parallel building 2018-09-25 11:53:36 +00:00
Will Dietz 203b0ac982 s-tui: 0.7.5 -> 0.8.2 (#47133) 2018-09-21 19:42:36 +02:00
R. RyanTM 3d3b66606c ioping: 1.0 -> 1.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/ioping/versions
2018-09-20 11:44:41 -07:00
R. RyanTM 39a5ac17e2 sg3_utils: 1.42 -> 1.44
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/sg3_utils/versions
2018-09-20 04:23:45 -07:00
WilliButz 891dbfe6d4
krakenx: 0.0.1 -> 0.0.3 2018-09-18 00:18:57 +02:00
Markus Kowalewski 6d8be09c8a
vbetool: add license 2018-09-12 23:12:15 +02:00
Markus Kowalewski 4503d462c7
sg3_utils: add licenses 2018-09-12 23:12:15 +02:00
Markus Kowalewski 131bc90d08
localtime: add license 2018-09-12 23:12:15 +02:00
Markus Kowalewski 7d25ffade4
dd_rescue: add license + update homepage 2018-09-12 23:12:15 +02:00
Profpatsch 4616ef1f41 skaware: switch from git repos to tarballs
It should be more performant this way.
2018-09-06 11:53:22 +02:00
Profpatsch 0071ae1d4f skawarePackages: factor out the common parts
Introduce a `skawarePackages.buildPackage` function that contains the
common setup, removing a lot of duplication.
In particular, we require that the build directory has to be empty
after the `fixupPhase`, to make sure every relevant file is moved to
the outputs.

A next step would be to deduplicate the `configureFlags` attributes
and only require a `skawareInputs` field.
2018-09-06 11:53:22 +02:00
Profpatsch ec7d4a8089 skaware: update tools & libraries to summer 2018 release
https://www.mail-archive.com/skaware@list.skarnet.org/msg01217.html

No support for yet.
2018-09-06 11:53:22 +02:00
Jörg Thalheim bb9f6ea624
Merge pull request #45848 from r-ryantm/auto-update/augeas
augeas: 1.10.1 -> 1.11.0
2018-09-03 00:05:14 +01:00
R. RyanTM 584d6d2672 facter: 3.11.3 -> 3.11.4 (#45836)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
facter
2018-09-01 13:21:10 +02:00
John Ericson 2c4a75e9ef
Merge pull request #45820 from obsidiansystems/dont-use-obsolete-platform-aliases
treewide: Dont use obsolete platform aliases
2018-08-31 09:56:10 -04:00
R. RyanTM 5c0423eff4 at: 3.1.20 -> 3.1.23 (#45847)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
at
2018-08-31 09:45:14 +02:00
R. RyanTM 07d33b0024 augeas: 1.10.1 -> 1.11.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
augeas
2018-08-30 23:09:50 -07:00
Jan Tojnar f0136e4bc8
Merge pull request #45638 from aanderse/incron
incron: init at 0.5.12
2018-08-31 06:54:58 +01:00
Aaron Andersen d7d7533c18 changes as per requested by @aszlig 2018-08-31 02:52:49 +00:00
John Ericson 2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Aaron Andersen 1a05952f44 remove duplicate string 2018-08-27 22:37:22 +00:00
Aaron Andersen 9153e499a8 removed redundant line 2018-08-27 22:35:25 +00:00
Aaron Andersen bd50320cb1 some cleanup of the package .nix file as recommended by @jtojnar 2018-08-27 21:28:20 +00:00
Jörg Thalheim 6d797c8462 nixpkgs.syslogng_incubator: mark as broken
cc @rickynils
2018-08-27 22:17:39 +01:00
Aaron Andersen e8d79aba4e use fetchFromGitHub instead of fetchurl as recommended by @jtojnar 2018-08-27 20:59:19 +00:00
Aaron Andersen 64fd3f10aa fixed mistake about location of HOME 2018-08-27 15:49:41 +00:00
Aaron Andersen 4d89adcd72 tweak the PATH variable to better match what NixOS provides 2018-08-27 15:24:10 +00:00
Aaron Andersen 8da9d7ceb1 conforming to CONTRIBUTING.md 2018-08-25 21:10:59 -04:00
Aaron Andersen 944f0b01a4 replace hardcoded guess path with what i hope is the proper nixos path 2018-08-26 01:02:33 +00:00
Aaron Andersen 63c3b7ce10 fixed license
added incron to pkgs
2018-08-25 20:51:39 -04:00
Aaron Andersen fc03a9f5b7 initial work on incron service 2018-08-25 18:08:24 -04:00
edef c331750258 minijail: android-8.0.0_r34 -> android-9.0.0_r3 2018-08-24 16:23:39 +00:00
R. RyanTM 9188d0a0a8 syslogng: 3.16.1 -> 3.17.2 (#45131)
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.
2018-08-23 23:20:13 +02:00
Francesco Gazzetta 599963c81e testdisk-photorec: init at 7.0 (#45329) 2018-08-23 22:40:54 +02:00
R. RyanTM e04f5c925e acpica-tools: 20180629 -> 20180810 (#45255)
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.
2018-08-21 20:53:28 +02:00
Vladimír Čunát 153a19df05
Merge branch 'master' into staging-next
Hydra: ?compare=1474536
2018-08-20 09:15:33 +02:00
lewo 9bbf500699
Merge pull request #45252 from r-ryantm/auto-update/di
di: 4.46 -> 4.47
2018-08-19 08:46:57 +02:00
Vladimír Čunát d0f11020ca
Merge #45175: pciutils: 3.6.1 -> 3.6.2 2018-08-17 21:25:19 +02:00
Vladimír Čunát 8831f7a048
pciutils: fix the comment with DB date
It was repeatedly getting outdated,
and now pciutils is getting updated fairly often.
2018-08-17 21:24:16 +02:00
Vladimír Čunát 14aa936ec5
Merge branch 'staging-next' into staging 2018-08-17 20:53:27 +02:00
Vladimír Čunát 209730208a
Merge branch 'staging-next' 2018-08-17 20:51:31 +02:00
R. RyanTM 0cb3cd5604 di: 4.46 -> 4.47
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/di/versions.
2018-08-17 05:32:31 -07:00
Vladimír Čunát cbabebcc2e
Merge branch 'master' into staging-next
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Michael Raskin b76d75f1ac
Merge pull request #45135 from r-ryantm/auto-update/sleuthkit
sleuthkit: 4.6.1 -> 4.6.2
2018-08-17 08:46:51 +00:00
R. RyanTM 3b6b8fc67e pciutils: 3.6.1 -> 3.6.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/pciutils/versions.
2018-08-16 20:24:21 -07:00
R. RyanTM a7d212763a sleuthkit: 4.6.1 -> 4.6.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/sleuthkit/versions.
2018-08-16 12:07:39 -07:00
xeji 4f9c7ea1df
Merge pull request #45077 from markuskowa/licenses-c
Add license meta tags
2018-08-16 12:34:56 +02:00
Matthew Bauer 3d6448250f
Merge pull request #43550 from IvanMalison/add_rofi-systemd
rofi-systemd: init at 0.1.0
2018-08-15 19:56:16 -05:00
Markus Kowalewski 8fa1389402
cron: add license 2018-08-15 20:53:08 +02:00
Vladimír Čunát ded9a4b1aa
Merge branch 'staging-next' into staging
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát 00df25ee57
Merge branch 'master' into staging-next
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Jan Malakhovski 17104e82cf gptfdisk: fix tests 2018-08-11 09:35:22 +00:00
Frederik Rietdijk d9fa74ba78 Merge master into staging 2018-08-09 18:28:15 +02:00
Pascal Wittmann af8cd3c74e
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
R. RyanTM 45216f9468 efibootmgr: 16 -> 17 (#44786)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/efibootmgr/versions.
2018-08-09 08:22:01 +02:00
Michael Raskin 2690a9c4da
Merge pull request #44761 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.1 -> 3.1.2
2018-08-09 05:12:40 +00:00
R. RyanTM f46814fbb7 ipmiutil: 3.1.1 -> 3.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/ipmiutil/versions.
2018-08-08 13:44:45 -07:00
Peter Hoeg 83a096d042 fio: 3.7 -> 3.8 2018-08-08 19:10:29 +08:00
Tim Steinbach b55c02e878
rsyslog: 8.21.0 -> 8.37.0 2018-08-07 19:49:58 -04:00
Silvan Mosberger 593fdd6933
Merge pull request #44585 from symphorien/osquery-platform
osquery: do not rebuild at each nixpkgs commit
2018-08-07 05:52:34 +02:00
Symphorien Gibol a85fedab2e osquery: do not rebuild at each nixpkgs commit 2018-08-07 02:43:40 +02:00
WilliButz 354a477f0f nvtop: init at 0.2.2 2018-08-06 22:44:29 +02:00
Pascal Wittmann f7be21f4c9
Merge branch 'master' into add-missing-licenses
Conflicts:
	pkgs/development/libraries/exiv2/default.nix
        Set license to gpl2Plus
2018-08-06 12:04:52 +02:00
Richard Marko 97ca78687a logrotate: make mailutils overridable (#44504) 2018-08-05 22:19:35 +02:00
Jesper 0254ae4e80 netdata: 1.9.0 -> 1.10.0 (#44472)
The web_access.patch would no longer apply.
It disabled a check that required the static files
for the web UI to be owned by the user the daemon runs as
(not root, so it doesn't work well with nix).

Besides updating netdata, this commit removes that patch,
changes the netdata service config to set the "web files owner/group"
option to "root" and adds a test that checks that the web UI is being served.

This allows the web files to be owned by root without patching.
2018-08-05 00:05:48 +02:00
Pascal Wittmann 847e1bd906
setserial: add license
see issue #43716
2018-08-04 18:41:06 +02:00
John Ericson 34da7e2ce2 treewide: Remove stdenv.isCross
I *want* cross-specific overrides to be verbose, so I rather not have
this shorthand. This makes the syntactic overhead more proportional to
the maintainence cost. Hopefully this pushes people towards fewer
conditionals and more abstractions.
2018-08-02 15:01:58 -04:00
Profpatsch 9b55ab7674 s6-rc: 0.3.0.0 -> 0.4.0.1 2018-07-27 17:48:32 +02:00
Profpatsch b4cda2e4ff s6: 2.6.1.1 -> 2.7.1.1 2018-07-27 17:48:32 +02:00
Matthew Bauer 0aa2a93d12
Merge pull request #43810 from yesbox/bfs
bfs: enable the test_fstype test
2018-07-25 13:22:46 -04:00
Profpatsch 4295da8af4 skarnet software: add Profpatsch as maintainer 2018-07-25 00:06:31 +02:00
Profpatsch 710f0f8c10 skarnet software: rename attributes and split outputs
Change the attribute names of camelCased utils to kebab-case to improve
consistency.
Split every package into multiple outputs where possible.
2018-07-25 00:06:31 +02:00
Frederik Rietdijk 099c13da1b Merge staging-next into master (#44009)
* substitute(): --subst-var was silently coercing to "" if the variable does not exist.

* libffi: simplify using `checkInputs`

* pythonPackges.hypothesis, pythonPackages.pytest: simpify dependency cycle fix

* utillinux: 2.32 -> 2.32.1

https://lkml.org/lkml/2018/7/16/532

* busybox: 1.29.0 -> 1.29.1

* bind: 9.12.1-P2 -> 9.12.2

https://ftp.isc.org/isc/bind9/9.12.2/RELEASE-NOTES-bind-9.12.2.html

* curl: 7.60.0 -> 7.61.0

* gvfs: make tests run, but disable

* ilmbase: disable tests on i686. Spooky!

* mdds: fix tests

* git: disable checks as tests are run in installcheck

* ruby: disable tests

* libcommuni: disable checks as tests are run in installcheck

* librdf: make tests run, but disable

* neon, neon_0_29: make tests run, but disable

* pciutils: 3.6.0 -> 3.6.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/pciutils/versions.

* mesa: more include fixes

mostly from void-linux (thanks!)

* npth: 1.5 -> 1.6

minor bump

* boost167: Add lockfree next_prior patch

* stdenv: cleanup darwin bootstrapping

Also gets rid of the full python and some of it's dependencies in the
stdenv build closure.

* Revert "pciutils: use standardized equivalent for canonicalize_file_name"

This reverts commit f8db20fb3a.
Patching should no longer be needed with 3.6.1.

* binutils-wrapper: Try to avoid adding unnecessary -L flags

(cherry picked from commit f3758258b8895508475caf83e92bfb236a27ceb9)
Signed-off-by: Domen Kožar <domen@dev.si>

* libffi: don't check on darwin

libffi usages in stdenv broken darwin. We need to disable doCheck for that case.

* "rm $out/share/icons/hicolor/icon-theme.cache" -> hicolor-icon-theme setup-hook

* python.pkgs.pytest: setupHook to prevent creation of .pytest-cache folder, fixes #40273

When `py.test` was run with a folder as argument, it would not only
search for tests in that folder, but also create a .pytest-cache folder.
Not only is this state we don't want, but it was also causing
collisions.

* parity-ui: fix after merge

* python.pkgs.pytest-flake8: disable test, fix build

* Revert "meson: 0.46.1 -> 0.47.0"

With meson 0.47.0 (or 0.47.1, or git)
things are very wrong re:rpath handling
resulting in at best missing libs but
even corrupt binaries :(.

When we run patchelf it masks the problem
by removing obviously busted paths.
Which is probably why this wasn't noticed immediately.

Unfortunately the binary already
has a long series of paths scribbled
in a space intended for a much smaller string;
in my testing it was something like
lengths were 67 with 300+ written to it.

I think we've reported the relevant issues upstream,
but unfortunately it appears our patches
are what introduces the overwrite/corruption
(by no longer being correct in what they assume)

This doesn't look so bad to fix but it's
not something I can spend more time on
at the moment.

--

Interestingly the overwritten string data
(because it is scribbled past the bounds)
remains in the binary and is why we're suddenly
seeing unexpected references in various builds
-- notably this is is the reason we're
seeing the "extra-utils" breakage
that entirely crippled NixOS on master
(and probably on staging before?).

Fixes #43650.

This reverts commit 305ac4dade.

(cherry picked from commit 273d68eff8f7b6cd4ebed3718e5078a0f43cb55d)
Signed-off-by: Domen Kožar <domen@dev.si>
2018-07-24 15:04:48 +01:00
Alyssa Ross 20070b4ba0
gotop: works on non-Linux Unixes
From the README:

> Working and tested on Linux and OSX, with Windows support being worked
> on.
2018-07-23 11:45:28 +00:00
Vladyslav Mykhailichenko 2c8e87634f gptfdisk: 1.0.3 -> 1.0.4 2018-07-22 09:20:10 +00:00
Frederik Rietdijk 6c72782d36 Merge staging-next into master 2018-07-22 11:04:28 +02:00
Frederik Rietdijk 5e09f649c2
Merge pull request #43944 from r-ryantm/auto-update/facter
facter: 3.11.2 -> 3.11.3
2018-07-22 08:22:29 +02:00
R. RyanTM bead12c2f6 facter: 3.11.2 -> 3.11.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/facter/versions.
2018-07-21 19:22:50 -07:00
Frederik Rietdijk ad47d658d1 Merge master into staging-next 2018-07-21 19:43:53 +02:00
Jörg Thalheim 218298b30f
Merge branch 'master' into unused5 2018-07-21 15:41:22 +01:00
Frederik Rietdijk 251a0a9a86
Merge pull request #43860 from volth/unused2
treewide: remove unused 'inherit' in let blocks
2018-07-21 11:13:36 +02:00
Frederik Rietdijk 044edd3730
Merge pull request #43793 from r-ryantm/auto-update/bfs
bfs: 1.2.2 -> 1.2.3
2018-07-21 10:52:43 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
volth 6d2857a311 [bot] treewide: remove unused 'inherit' in let blocks 2018-07-20 19:38:19 +00:00
Frederik Rietdijk 8213ff161c Merge master into staging-next 2018-07-19 18:24:24 +02:00
Jesper Geertsen Jonsson 9877ba507b bfs: enable the test_fstype test
This test would previously fail in the nix build sandbox.
It was fixed in version 1.2.2.
2018-07-19 13:42:39 +02:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
R. RyanTM e48a1292a7 bfs: 1.2.2 -> 1.2.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/bfs/versions.
2018-07-18 17:44:52 -07:00
Maximilian Bosch fbc009f266 osquery: 3.2.8 -> 3.2.9 (#43690)
Latest bugfix release with the following notable changes:

* Memory leak resolve for dispatcher
  (06d4865445)

* Fix include path on status.h
  (5bd4984f2a)

Additionally the patch had to be rebased onto the 3.2.9 branch as it
added XCode support including some CLang flags (namely `-fno-limit-debug-info`)
which are unsupported on GCC.
(see bccc28dd98)
2018-07-18 22:23:20 +02:00
Ivan Malison 4b8bb6a65a
rofi-systemd: init at 0.1.0 2018-07-14 19:06:48 -07:00
Frederik Rietdijk 3e31d23d99 Merge master into staging 2018-07-13 19:34:19 +02:00
Franz Pletz 8aaf71f9e0
s-tui: 0.6.2 -> 0.7.5 2018-07-11 17:35:20 +02:00
Will Dietz f8db20fb3a pciutils: use standardized equivalent for canonicalize_file_name
Fixes w/musl.
2018-07-09 15:30:56 -05:00
Eelco Dolstra 92609ec9ae
pciutils: 3.5.6 -> 3.6.0 2018-07-09 13:12:59 +02:00
Silvan Mosberger 059f5fd8a8
Merge pull request #43039 from r-ryantm/auto-update/acpica-tools
acpica-tools: 20180531 -> 20180629
2018-07-07 18:43:56 +02:00
Ryan Mulligan 7937f82665 treewide: http -> https 2018-07-05 18:35:28 -07:00
R. RyanTM 83ff4c23cf acpica-tools: 20180531 -> 20180629
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.

These checks were done:

- built on NixOS
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpibin passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpidump passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpiexec passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpihelp passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpinames passed the binary check.
- /nix/store/dc5gdvaij7aajyirdny91s0whbspwjgn-acpica-tools-20180629/bin/acpixtract passed the binary check.
- 6 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/9296aa5d91d9452a3a1d83b0168e6b8d
- du listing: https://gist.github.com/e7225e6df139c9308cd612a5fcba8acf
2018-07-04 12:09:23 -07:00
R. RyanTM 5ab14313b0 hwinfo: 21.55 -> 21.56
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/hwinfo/versions.

These checks were done:

- built on NixOS
- /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56/bin/hwinfo passed the binary check.
- /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56/bin/check_hd passed the binary check.
- Warning: no invocation of /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56/bin/mk_isdnhwdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56/bin/convert_hd had a zero exit code or showed the expected version
- /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56/bin/getsysinfo passed the binary check.
- 3 of 5 passed binary check by having a zero exit code.
- 1 of 5 passed binary check by having the new version present in output.
- found 21.56 with grep in /nix/store/vdfyjf4l15gl2mqav1239p3324nxc1cx-hwinfo-21.56
- directory tree listing: https://gist.github.com/b9d5b7de5962022ef010b2d4f42810c1
- du listing: https://gist.github.com/1d6be034568191041d6d6c11b601a8e9
2018-07-03 23:07:35 -07:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ryan Mulligan fce8f26af6 treewide: http -> https (#42665) 2018-06-27 22:12:57 +02:00
Jesper 4a59bc4c43 bfs: 1.2.1 -> 1.2.2 (#42662) 2018-06-27 20:13:51 +02:00
R. RyanTM 065200f0b1 syslogng: 3.15.1 -> 3.16.1 2018-06-26 05:41:30 +00:00
R. RyanTM 789ecf9112 hwinfo: 21.53 -> 21.55
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/hwinfo/versions.

These checks were done:

- built on NixOS
- /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/hwinfo passed the binary check.
- /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/check_hd passed the binary check.
- Warning: no invocation of /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/mk_isdnhwdb had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/convert_hd had a zero exit code or showed the expected version
- /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55/bin/getsysinfo passed the binary check.
- 3 of 5 passed binary check by having a zero exit code.
- 1 of 5 passed binary check by having the new version present in output.
- found 21.55 with grep in /nix/store/hl1s37xgnvmc7i9qixpfpmib9h1xb9m5-hwinfo-21.55
- directory tree listing: https://gist.github.com/75d50331352f1d07e8c3bb5ed608c696
- du listing: https://gist.github.com/91d956e9c9e9765872e9d3c7f33d72f0
2018-06-26 05:37:03 +00:00
R. RyanTM 7f60464262 efivar: 35 -> 36 (#42282)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/efivar/versions.

These checks were done:

- built on NixOS
- /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin/bin/efivar passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 36 with grep in /nix/store/9id78fkv7cf4bd6rwv06a0pz2dnr5ip3-efivar-36-bin
- directory tree listing: https://gist.github.com/f6b2229b6bfb146aa1c4be22eae3162b
- du listing: https://gist.github.com/e6239ef936ac1f133d5f4ccc6bc653f4
2018-06-24 19:18:21 +02:00
R. RyanTM 2f371536f2 facter: 3.11.1 -> 3.11.2 (#42273) 2018-06-20 12:11:46 +00:00
Orivej Desh 6916565510 ddrutility: init at 2.8 2018-06-20 06:13:26 +00:00
Orivej Desh 1c1e32ba00 ddrescueview: init at 0.4alpha3 2018-06-20 06:13:25 +00:00
R. RyanTM a597c0de06 uptimed: 0.4.0 -> 0.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/uptimed/versions.

These checks were done:

- built on NixOS
- /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1/bin/uprecords passed the binary check.
- /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1/bin/uptimed passed the binary check.
- 2 of 2 passed binary check by having a zero exit code.
- 0 of 2 passed binary check by having the new version present in output.
- found 0.4.1 with grep in /nix/store/3g4ks4j5qpbmaz77h94cq00rb09bw4nx-uptimed-0.4.1
- directory tree listing: https://gist.github.com/e0050389ab1f978da6cea6fdba7a6c1b
- du listing: https://gist.github.com/8ad3f0b88db5b50f78bfff19c91cee6b
2018-06-18 22:44:18 -07:00
Maximilian Bosch a6d2cd5458
osquery: 3.2.2 -> 3.2.8
The 3.2.2 build fails ATM on Hydra: https://hydra.nixos.org/build/75998362

Bumping to 3.2.8 and rebasing `osquery/CMakeLists.txt` with `misc.patch`
fixes the issue. Additionally the NixOS test remains functional.
2018-06-18 16:50:31 +02:00
xeji e76388a0ab
Merge pull request #41674 from woffs/loadwatch
loadwatch: init at 1.1
2018-06-10 20:54:00 +02:00
Frank Doepper e7af719b96 loadwatch: 1.1 -> 1.1-1-g6d2544c
adopted the source and fixed the compiler warnings
2018-06-10 20:37:28 +02:00
R. RyanTM 187878d0f1 acpica-tools: 20180508 -> 20180531 (#41575)
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.

These checks were done:

- built on NixOS
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpibin passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpidump passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpiexec passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpihelp passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpinames passed the binary check.
- /nix/store/x1sw7fxqaqayhy9hyvh57xc2zjg5d4yw-acpica-tools-20180531/bin/acpixtract passed the binary check.
- 6 of 6 passed binary check by having a zero exit code.
- 0 of 6 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/0bdfbe66fba66901dbdc08214997cf2d
- du listing: https://gist.github.com/28d13e951134d3565b807bef5d9610ec
2018-06-10 19:51:11 +02:00
R. RyanTM d5cb2b49e7 thermald: 1.7.1 -> 1.7.2 (#41512)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/thermald/versions.

These checks were done:

- built on NixOS
- /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2/bin/thermald passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 1 of 1 passed binary check by having the new version present in output.
- found 1.7.2 with grep in /nix/store/nbpmvairfm9zrzjijmwhr30bzmp2653h-thermald-1.7.2
- directory tree listing: https://gist.github.com/ad1f865238e5c5f860f3887649db1e4e
- du listing: https://gist.github.com/7d5e5cedb23a1867821a4444b72d29ab
2018-06-09 23:30:16 +02:00
R. RyanTM 8767598d4d fio: 3.6 -> 3.7 (#41564)
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.

These checks were done:

- built on NixOS
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio passed the binary check.
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-genzipf had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-btrace2fio had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-dedupe had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio-verify-state had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio_generate_plots had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio2gnuplot had a zero exit code or showed the expected version
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/genfio passed the binary check.
- /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fiologparser.py passed the binary check.
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fiologparser_hist.py had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7/bin/fio_jsonplus_clat2csv had a zero exit code or showed the expected version
- 3 of 11 passed binary check by having a zero exit code.
- 1 of 11 passed binary check by having the new version present in output.
- found 3.7 with grep in /nix/store/1q2bln9rv2q8sym6zvgavzqk2w8hpc1x-fio-3.7
- directory tree listing: https://gist.github.com/bd1f8351a206f7ab3391b9aaf656b1cf
- du listing: https://gist.github.com/f8ccaaf11e78def220b20bc5d0fcfa4a
2018-06-08 19:17:43 +02:00
Frank Doepper 943625a62b loadwatch: init at 1.1 2018-06-08 12:45:15 +02:00
lewo 1c185de204
Merge pull request #41542 from r-ryantm/auto-update/logcheck
logcheck: 1.3.18 -> 1.3.19
2018-06-07 15:15:20 +02:00
Michael Raskin 165a27eb5c
Merge pull request #41553 from r-ryantm/auto-update/ipmiutil
ipmiutil: 3.1.0 -> 3.1.1
2018-06-06 10:43:16 +00:00
R. RyanTM fa209571e8 ipmiutil: 3.1.0 -> 3.1.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/ipmiutil/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipmiutil had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ievents had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/idiscover had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ialarms had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/icmd had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iconfig had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifirewall had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifru had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ifwum had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/igetevent had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ihealth had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ihpm had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ilan had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipicmg had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ipmi_port had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/ireset had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isel had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iseltime had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isensor had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iserial had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/isol had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iuser had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/g5xqcpmd9m47yc23dsdczapwlmw56b9a-ipmiutil-3.1.1/bin/iwdt had a zero exit code or showed the expected version
- 0 of 23 passed binary check by having a zero exit code.
- 0 of 23 passed binary check by having the new version present in output.
- directory tree listing: https://gist.github.com/2e464372bda59e64858903e01bf01472
- du listing: https://gist.github.com/310a0565ebec0aa5644c80c0d97ffb94
2018-06-06 02:22:42 -07:00
R. RyanTM 632b00f0c9 logcheck: 1.3.18 -> 1.3.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/logcheck/versions.

These checks were done:

- built on NixOS
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck-test passed the binary check.
- /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logcheck passed the binary check.
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail had a zero exit code or showed the expected version
- Warning: no invocation of /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19/bin/logtail2 had a zero exit code or showed the expected version
- 2 of 4 passed binary check by having a zero exit code.
- 0 of 4 passed binary check by having the new version present in output.
- found 1.3.19 with grep in /nix/store/mvacp7nmvc8fg9jyrspb3if7x22wwa9p-logcheck-1.3.19
- directory tree listing: https://gist.github.com/8e0cb190715df3e41d3fe55fb5ea865f
- du listing: https://gist.github.com/42a702aaffbc35973caa3cde9f16868a
2018-06-06 00:30:17 -07:00
R. RyanTM cd1dd31772 monit: 5.25.1 -> 5.25.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/monit/versions.

These checks were done:

- built on NixOS
- /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2/bin/monit passed the binary check.
- 1 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 5.25.2 with grep in /nix/store/mh4qnd2ljfha67cv20lvkiyxr1cj0ar7-monit-5.25.2
- directory tree listing: https://gist.github.com/510e765f79571ddc4c2542c69dffc6f3
- du listing: https://gist.github.com/31af9a371bca965d4d606614e84025d4
2018-06-05 23:44:33 -07:00
Jan Malakhovski ad35019501 Merge branch 'master' into staging
Fixed conflicts:
- lib/systems/for-meta.nix: in favor of staging
- pkgs/os-specific/darwin/xcode/default.nix: in favor of master
2018-05-26 00:20:17 +00:00
Tuomas Tynkkynen 0541762f06 efivar: Split into multiple outputs 2018-05-25 01:55:51 +03:00
Vincent Ambo ab500439cd gohai: init at 2018-05-23
This project does not have a default versioning scheme. go2nix
suggests using the date of the most recent change.
2018-05-24 10:56:44 +02:00
Vladimír Čunát b33e666b0a
Merge #40796: pciutils: build with dns query support 2018-05-20 13:25:33 +02:00
Benjamin Staffin e385ca7ede
pciutils: build with dns query support
This enables `lspci -q` to look up unknown PCI IDs via DNS queries
without needing the `update-pciids` script that the derivation doesn't
include.
2018-05-19 17:51:51 -04:00