Commit graph

169586 commits

Author SHA1 Message Date
dywedir 0b006f60ac
fd: 7.2.0 -> 7.3.0 2019-02-13 22:45:31 +02:00
Michael Raskin f539a6a70e
Merge pull request #55138 from oxij/tree/random-fixes
random cleanups and a tiny fix
2019-02-13 20:16:07 +00:00
Michael Raskin 7874fe52f5
Merge pull request #55137 from oxij/pkgs/openhmd-init
openhmd: init at 0.3.0-rc1-20181218
2019-02-13 20:07:03 +00:00
Michael Raskin 8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Alyssa Ross 7cc1f8e032
Merge pull request #55146 from Ma27/fix-nix1-perl-bindings
nix1: fix `perl-bindings` build
2019-02-13 18:29:16 +00:00
Nathan van Doorn 86c5937bcb haskellPackages.equivalence: dontCheck in GHC 8.6
The test suite fails due to MonadFail changes
2019-02-13 17:39:16 +00:00
Alex Whitt 58d6951971 nzbget: Fix script for copying default config file template (#51235)
* nzbget: Fix configFile / dataDir checking in service script

* nzbget: improve the description for the `configFile` option

* nzbget: Add detail to the `configFile` option description

* nzbget: Improve wording of `configFile` option

* nzbget: Refactor dataDir management into systemd config

* nzbget: Remove debug
2019-02-13 17:38:32 +01:00
Johan Thomsen 94136fdc1b nixos/flannel: node name needs to be configured for flannel to work with kubernetes storage backend 2019-02-13 17:17:52 +01:00
Michael Raskin b37667a645
Merge pull request #55707 from taku0/flashplayer-32.0.0.142
flashplayer: 32.0.0.114 -> 32.0.0.142 [Security fixes]
2019-02-13 14:12:14 +00:00
Michael Raskin 06bbf48015
Merge pull request #55704 from dotlambda/getmail-5.10
getmail: 5.8 -> 5.10
2019-02-13 14:11:13 +00:00
Domen Kožar 54568a7caf
nodePackages_10_x: add markdown-link-check 2019-02-13 21:10:14 +07:00
Michael Raskin 96479afd7f
Merge pull request #55680 from teto/lua_whitelist
Lua: autogenerate some more packages
2019-02-13 13:44:35 +00:00
Robert Schütz 776350de0a getmail: 5.8 -> 5.10 2019-02-13 14:33:36 +01:00
José Romildo Malaquias c00b84adfc vivaldi-ffmpeg-codecs: 71.0.3578.98 -> 72.0.3626.96 2019-02-13 12:32:59 +00:00
José Romildo Malaquias 24c966545a vivaldi: 2.2.1388.37-1 -> 2.3.1440.41-1 2019-02-13 12:32:59 +00:00
Tobias Mayer 2da868d81e Add shim for clock_gettime until macos >= 10.12 2019-02-13 13:08:57 +01:00
Florian Klink 3627e56b6c
Merge pull request #55673 from averelld/fix-nextcloud-crash
nextcloud-client: fix crash
2019-02-13 12:31:51 +01:00
Daiderd Jordan 563b491ce8 pythonPackages.tornado: fix darwin sandbox build
The tests need localhost networking.
2019-02-13 12:10:55 +01:00
Frederik Rietdijk b0e2f24050
Merge pull request #55670 from dotlambda/dateparser-0.7.1
python.pkgs.dateparser: 0.7.0 -> 0.7.1
2019-02-13 12:10:35 +01:00
Mario Rodas b081e92562 pythonPackages.scrapy: 1.5.1 -> 1.6.0 2019-02-13 12:09:33 +01:00
Vladyslav M 19af7aae3a
Merge pull request #55640 from yorickvP/upd-alacritty
alacritty: 0.2.6 -> 0.2.9
2019-02-13 13:03:29 +02:00
Michael Weiss c498b7004d
signal-desktop: 1.21.1 -> 1.21.2 2019-02-13 11:40:51 +01:00
Jean-Philippe Braun 385b97e9cf pythonPackages.cassandra-driver: 3.15.1 -> 3.16.0 - fix build
cassandra-driver requires an older version of cython than the one
present in nixpkgs.

Next cassandra-driver version will support cython 0.29
82c84255ff
2019-02-13 11:36:40 +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
dywedir 0354db279a
rdedup: mark as broken on darwin 2019-02-13 12:12:01 +02:00
Stefan Junker 8f1ab5f539 rdedup: 3.0.1 -> 3.1.1 (#55530) 2019-02-13 12:06:20 +02:00
Florian Klink 516a9578e6
Merge pull request #55501 from ivan/chromium-72.0.3626.96
chromium: 72.0.3626.81 -> 72.0.3626.96
2019-02-13 11:04:05 +01:00
Will Dietz 12984854c6 tor-browser-bundle-bin: 8.0.5 -> 8.0.6
https://blog.torproject.org/new-release-tor-browser-806
2019-02-13 03:45:59 -06:00
markuskowa 1c1913b949
Merge pull request #55677 from veprbl/pr/pyslurm_adjust_version_check
pythonPackages.pyslurm: implement a less strict slurm version check
2019-02-13 10:29:10 +01:00
markuskowa ac0fd7c426
Merge pull request #55630 from markuskowa/rdma-core
rdma-core: 22 -> 22.1
2019-02-13 10:26:40 +01:00
markuskowa bd8bebb821
Merge pull request #55592 from markuskowa/upd-limesuite
limesuite: 18.10.0 -> 19.01.0
2019-02-13 09:11:07 +01:00
markuskowa e242350201
Merge pull request #55590 from markuskowa/upd-soapyplugins
soapy[bladerf,remote,uhd]:  0.4.0 -> 0.4.1, 0.5.0 -> 0.5.1, 0.3.4 -> 0.3.5
2019-02-13 09:10:46 +01:00
Francesco Zanini ab912cf744 atlassian services: allow overriding package (#55685) 2019-02-13 08:08:13 +00:00
Sarah Brofeldt 2d022e7fa2
Merge pull request #55669 from averelld/fix-chromium-build
flashplayer: 32.0.0.114 -> 32.0.0.142
2019-02-13 07:09:02 +01:00
Matthieu Coudron 0cb3ee3bde luaPackages.lua-iconv: move to generated 2019-02-13 14:13:39 +09:00
Matthieu Coudron c84a431624 luaPackages.lpty: 1.2.1 -> 1.2.2 generated 2019-02-13 14:13:01 +09:00
Matthieu Coudron ce63fd4381 luaPackages.luabitop: generated 2019-02-13 14:12:44 +09:00
Matthieu Coudron c789b88cdd luaPackages.luacheck: 0.20 -> 0.23 generated 2019-02-13 14:11:14 +09:00
Matthieu Coudron 421110ae36 luaPackages.luaevent: 0.4.4 -> 0.4.6 generated 2019-02-13 14:10:35 +09:00
Austin Seipp c19807e25d
foundationdb60: 6.0.17 -> 6.0.18
Fixes numerous bugs in blobstore backup.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-02-12 23:03:25 -06:00
Dmitry Kalinkin b69d481d74
pythonPackages.pyslurm: implement a less strict slurm version check 2019-02-12 23:00:30 -05:00
Will Dietz 7bb2618bc2
Merge pull request #55666 from dtzWill/update/trilium-0.29.1
trilium: 0.28.3 -> 0.29.1
2019-02-12 20:00:50 -06:00
Tim Steinbach 117eb5725a
linux-libre: 15814 -> 15951 2019-02-12 19:00:16 -05:00
Averell Dalton cfc7cdac45 nextcloud-client: fix crash 2019-02-13 00:56:15 +01:00
Florian Klink 73525ed660
Merge pull request #55285 from jabranham/syncthing
syncthing 1.0.0 -> 1.0.1
2019-02-13 00:55:12 +01:00
Tim Steinbach d174713a12
linux: 4.20.7 -> 4.20.8 2019-02-12 18:45:31 -05:00
Tim Steinbach c7e17fa49c
linux: 4.19.20 -> 4.19.21 2019-02-12 18:44:55 -05:00
Tim Steinbach 0e1eb30a1d
linux: 4.14.98 -> 4.14.99 2019-02-12 18:44:35 -05:00
Tim Steinbach a629651af2
linux: 4.9.155 -> 4.9.156 2019-02-12 18:44:12 -05:00
Sophie Taylor 744e344171
Update maps.nix 2019-02-13 08:53:32 +10:00