Commit Graph

169207 Commits

Author SHA1 Message Date
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
Maximilian Bosch
aa21b4b3d3
lldpd: fix build
The build missed `openssl` as input and failed with an error like this:

```
/nix/store/7n1h80xkbjhcijzp0iylk0nc7w05vy8k-net-snmp-5.8/include/net-snmp/library/scapi.h:14:10: fatal error: openssl/ossl_typ.h: No such file or directory
 #include <openssl/ossl_typ.h> /* EVP_MD */
          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
```

This also unbreaks `osquery` (https://hydra.nixos.org/build/88547811).

See also https://hydra.nixos.org/build/88562937
2019-02-12 23:44:07 +01:00
Michael Raskin
8a50050229
Merge pull request #55528 from fare-patches/master
Update Gambit and Gerbil from Upstream
2019-02-12 22:03:19 +00:00
Maximilian Bosch
eac2aaf85f
Merge pull request #55564 from wizeman/u/new-todoist
todoist: init at 0.13.1
2019-02-12 22:33:43 +01:00
Michael Raskin
2a2cf5bf29
Merge pull request #55305 from teto/lua_whitelist
Lua: moving some package to the luarocks whitelist
2019-02-12 21:19:11 +00:00
Michael Weiss
cfe6277e62
tdesktop: 1.5.12 -> 1.5.15
tdesktopPackages.preview: 1.5.12 -> 1.5.15
2019-02-12 19:54:28 +01:00
Will Dietz
91c7157919
Merge pull request #55214 from dtzWill/update/ipe-7.2.10
ipe: 7.2.9 -> 7.2.10
2019-02-12 10:08:01 -06:00
Will Dietz
92a54bd927
Merge pull request #55133 from dtzWill/fix/bdwgc-musl-cflags-space
boehmgc{,_766}: add space before appending to CFLAGS (only done w/musl)
2019-02-12 10:04:21 -06:00
Will Dietz
d071cffacc
Merge pull request #55572 from dtzWill/update/txr-209
txr: 208 -> 209
2019-02-12 10:02:12 -06:00
Daniel Peebles
ccc02c5d82
Merge pull request #55350 from homich1991/master
chromedriver: 2.43 -> 2.46
2019-02-12 08:55:26 -05:00
Will Dietz
67efb6f14c
Merge pull request #55604 from dtzWill/update/agave-009
agave: 008 -> 009
2019-02-12 07:28:45 -06:00
Tim Steinbach
2fcb8c3ac7
flashplayer: 32.0.0.114 -> 32.0.0.142 2019-02-12 08:20:12 -05:00
Sarah Brofeldt
09080380ee docker: 18.09.1 -> 18.09.2 2019-02-12 13:14:31 +00:00
Guillaume Bouchard
a7c774300b ghc-8.6.3: use system libffi
Use the system `libffi` (`ie` nixpkgs's) instead of built-in libffi
from ghc source tree.

This will prevent library conflict when ghc dynamically links haskell
packages (linked with ghc built-in libffi) and any external library
which uses nixpkgs `libffi`.

Closes https://github.com/NixOS/nixpkgs/pull/55208.
2019-02-12 13:40:59 +01:00
Eelco Dolstra
7f32b3db30
Merge pull request #55153 from dtzWill/update/libpqxx-6.3.0
libpqxx: 6.2.5 -> 6.3.1
2019-02-12 13:31:41 +01:00
adisbladis
a4e4a3da48
firefox-beta-bin: 66.0b5 -> 66.0b7 2019-02-12 11:52:36 +00:00
adisbladis
994795208c
firefox-devedition-bin: 66.0b5 -> 66.0b7 2019-02-12 11:52:28 +00:00
Will Dietz
53b7cf556e certbot: 0.30.2 -> 0.31.0 (#55601) 2019-02-12 11:38:43 +01:00
lewo
b2f3738336
Merge pull request #55589 from johanot/docker-preloader-mkif-guard
nixos/dockerPreloader: guard the entire implemetation with mkIf on image list
2019-02-12 10:16:21 +01:00
Florian Klink
6dc46f3f01
Merge pull request #55566 from flokli/zoom-us-fix
zoom-us: don't set dontPatchELF
2019-02-12 09:47:07 +01:00
Sarah Brofeldt
c0cfe9bf50
Merge pull request #54991 from FlorianFranzen/sc2-headless
sc2-headless: 3.17 -> 4.7.1
2019-02-12 09:42:56 +01:00
Samuel Dionne-Riel
8568f68e61
Merge pull request #55141 from hhm0/rtl8821ce
rtl8821ce: init at 5.2.5_1.26055.20180108
2019-02-11 21:50:07 -05:00
Matthieu Coudron
71b2e1f554 luaPackages.lgi: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron
c01fe375ca luaPackages.cqueues: move to generated 2019-02-12 11:47:54 +09:00
Matthieu Coudron
84d4faf8d5 luaPackages.basexx: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron
582fa48e6f luaPackages.fifo: move to generated 2019-02-12 11:47:53 +09:00
Matthieu Coudron
f0269de17f luaPackages.lpeg_patterns: move to generated 2019-02-12 11:47:53 +09:00
Franz Pletz
adb837eea7
Merge pull request #55024 from telotortium/airsonic-virtualHost
airsonic: Add virtualHost option to set up nginx virtual host
2019-02-12 02:09:25 +00:00
worldofpeace
d47e89bc8b
Merge pull request #55610 from dtzWill/update/epiphany-3.30.3
epiphany: 3.30.2 -> 3.30.3
2019-02-12 01:23:19 +00:00
Will Dietz
42446b15a7
Merge pull request #55334 from dtzWill/update/curl-7.64.0
curl: 7.63.0 -> 7.64.0
2019-02-11 18:07:23 -06:00
Will Dietz
92f051b089
Merge pull request #55175 from dtzWill/update/iosevka-2.1.0
iosevka-bin: 2.0.2 -> 2.1.0
2019-02-11 18:05:52 -06:00
Robert Schütz
c7c911136f
nheko: add meta.homepage (#55472) 2019-02-12 01:05:04 +01:00
Will Dietz
e05c652a31 epiphany: 3.30.2 -> 3.30.3 2019-02-11 18:02:41 -06:00
Daiderd Jordan
dd16dcb316
Merge pull request #55586 from zachcoyle/bvi-enable-darwin
bvi: enable on darwin
2019-02-12 00:47:51 +01:00
Will Dietz
017a7a1df2 agave: 008 -> 009 2019-02-11 17:47:24 -06:00
Florian Klink
c569643f4a
Merge pull request #55119 from andir/firefox-wayland
Firefox add support for native wayland backend
2019-02-12 00:45:42 +01:00
Will Dietz
4d8e3a2e61
Merge pull request #51690 from dtzWill/update/acme-0.29.1
certbot, acme: 0.24.0 -> 0.30.2
2019-02-11 17:38:35 -06:00
Will Dietz
9cdd49ea3e libpqxx: 6.3.0 -> 6.3.1
Windows compile fixes.

https://github.com/jtv/libpqxx/releases/tag/6.3.1
2019-02-11 17:24:14 -06:00
Timo Kaufmann
a27de564b9
python.pkgs.matplotlib: add numpy 1.6 compat patch (#55577)
* python.pkgs.matplotlib: add numpy 1.6 compat patch

Numpy deprecated asscalar in 1.16. This will be fixed in the next
matplotlib version, but to avoid deprecation warnings (and because they
are breaking the sage testsuite), it can't hurt to backport the fix
already.

Upstream: https://github.com/matplotlib/matplotlib/pull/12478

* sage: add numpy 1.16 compatibility patch

https://trac.sagemath.org/ticket/27000
2019-02-11 23:43:46 +01:00
Franz Pletz
b6baac324b
xmrig-proxy: 2.6.4 -> 2.11.0 2019-02-11 23:42:51 +01:00
Johan Thomsen
302c4df41d nixos/dockerPreloader: guard the entire implemetation with mkIf on image list 2019-02-11 23:35:25 +01:00
Franz Pletz
42d0110ed6
xmrig: 2.10.0 -> 2.11.0 2019-02-11 23:26:21 +01:00
Zach
46055b5a23 bvi: enable on darwin 2019-02-11 17:18:25 -05:00
Franz Pletz
c5e606b713
powerdns: 4.1.5 -> 4.1.6 2019-02-11 22:46:10 +01:00
Franz Pletz
ac55d24f53
pdns-recursor: 4.1.10 -> 4.1.11 2019-02-11 22:46:10 +01:00
Franz Pletz
96dc784335
aubio: 0.4.8 -> 0.4.9 2019-02-11 22:46:10 +01:00
Franz Pletz
e2460a9d41
nheko: 0.6.2 -> 0.6.3 2019-02-11 22:46:07 +01:00
Eelco Dolstra
c7811781be
Merge pull request #55581 from deliciouslytyped/patch-1
Document undocumented argument to makeWrapper()
2019-02-11 22:43:23 +01:00
Florian Klink
49d46a41d6
Merge pull request #55049 from flokli/odpic-3.1.0
odpic: 2.4.2 -> 3.1.0
2019-02-11 22:34:18 +01:00
Florian Klink
4aa2592905
Merge pull request #55550 from edude03/patch-2
Push plex logs to syslog/journald
2019-02-11 22:28:57 +01:00