Files
nixpkgs/pkgs/tools/system
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
..
2018-12-02 15:51:59 +01:00
2018-11-16 16:45:08 +01:00
2018-08-30 23:09:50 -07:00
2018-03-15 09:41:25 +11:00
2019-01-17 20:41:21 -08:00
2018-10-08 13:47:30 +02:00
2018-02-25 18:46:54 -08:00
2018-11-17 10:16:32 +00:00
2018-06-20 06:13:26 +00:00
2018-11-24 20:40:37 +01:00
2018-08-17 05:32:31 -07:00
2018-12-15 23:57:16 -08:00
2018-02-25 20:49:59 -08:00
2019-01-28 12:33:50 -08:00
2019-01-04 13:11:24 +01:00
2018-02-25 21:21:55 -08:00
2018-12-02 15:51:59 +01:00
2018-11-09 20:21:42 -08:00
2019-01-28 10:55:39 -08:00
2019-01-04 21:44:18 +00:00
2018-12-18 01:52:07 +01:00
2018-08-11 09:35:22 +00:00
2019-01-15 10:16:11 +01:00
2018-12-15 17:24:03 -08:00
2019-02-08 19:33:31 +01:00
2018-09-20 11:44:41 -07:00
2018-04-05 20:05:25 +02:00
2018-03-20 18:25:52 +01:00
2018-09-18 00:18:57 +02:00
2018-12-15 03:44:48 -08:00
2018-05-01 15:17:01 +02:00
2018-12-02 15:51:59 +01:00
2018-03-02 11:04:58 +00:00
2018-08-02 15:01:58 -04:00
2018-03-19 14:18:07 +01:00
2018-12-15 02:52:27 -08:00
2018-03-17 01:47:30 -07:00
2019-01-25 10:19:30 +09:00
2019-02-13 11:21:43 +01:00
2019-01-12 01:29:44 +03:00
2018-04-30 13:17:29 -05:00
2018-07-14 19:06:48 -07:00
2018-05-03 17:06:00 -04:00
2019-01-13 04:01:35 +01:00
2018-12-02 00:19:41 -06:00
2018-08-04 18:41:06 +02:00
2018-09-20 04:23:45 -07:00
2019-01-16 02:51:49 -08:00
2018-02-20 19:04:18 +00:00
2018-12-22 14:54:23 -05:00
2018-10-03 01:13:31 -07:00
2018-11-17 23:04:14 -08:00
2018-02-28 20:33:53 +00:00
2018-06-18 22:44:18 -07:00
2018-09-12 23:12:15 +02:00
2018-12-02 15:51:59 +01:00
2018-03-15 13:19:04 -07:00