Commit Graph

1444 Commits

Author SHA1 Message Date
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