Commit graph

178728 commits

Author SHA1 Message Date
Maximilian Bosch
3d6fe3d760
nixos/zmap: init module
The module installs `zmap` globally and links the config files to
`/etc/zmap`, the default location of config files for zmap.

The package provides pretty much a sensitive default, custom configs can
be created like this:

```
{ lib, ... }:
{
  environment.etc."zmap/blacklist.conf" = lib.mkForce {
    text = ''
      # custom zmap blacklist
      0.0.0.0/0
    '';
  };
}
```
2019-05-10 08:12:27 +02:00
Maximilian Bosch
ecafe8a7af
zmap: init at 2.1.1
zmap[1] is a fast network scanner for the IPv4 address space. This is
the main package of the ZMap projects, there are further one that will
be packaged soon.

[1] https://zmap.io/
2019-05-10 07:50:25 +02:00
Maximilian Bosch
2169faee8b
byacc: resulting binary should be named byacc 2019-05-10 07:50:24 +02:00
Austin Seipp
0a4cd28f84
linuxPackages.bcc: 0.8.0 -> 0.9.0
Requires a minor tweak to the deadlock detector patch (the file was
renamed in the upstream repo).

bcc now also wants a copy of libbpf, which it doesn't have in the source
release tarball. Clone a copy from GiHub that's synchronized with the
release, and put it in place.

Tested on Linux 5.1 (with bpftrace as well).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 01:42:02 -05:00
Austin Seipp
181e971755
linux: add 5.1 release
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-06 00:39:22 -05:00
(cdep)illabout
4a27b3cd35 Small grammar fix. 2019-05-06 13:28:29 +09:00
(cdep)illabout
621cb999bd Rename to memtest86-efi. 2019-05-06 13:28:29 +09:00
Daniel Schaefer
2845c175dd Update pkgs/tools/misc/memtest86/default.nix
Co-Authored-By: cdepillabout <cdep.illabout@gmail.com>
2019-05-06 13:28:29 +09:00
(cdep)illabout
fa6af70ead memtest86: 4.3.6 -> 8.0
This updates memtest86 to (almost) the latest version.

memtest86-4.3.6 is the older version.  It was open source, but marked
broken.  memtest86-8.0 is the newer version.  It is no longer open
source, but it is possible to build and use.  There appear to be no
restrictions on its use or redistribution.
2019-05-06 13:28:29 +09:00
Dmitry Kalinkin
a71d9bf5af
Merge pull request #61029 from eadwu/vscode-extensions.WakaTime.vscode-wakatime/2.0.9
vscode-extensions.WakaTime.vscode-wakatime: 2.0.7 -> 2.0.9
2019-05-05 23:51:42 -04:00
Mitsuhiro Nakamura
e034a519a4 SDL2: add fcitx support (#60991) 2019-05-05 23:51:08 -04:00
R. RyanTM
89a650a593 python37Packages.awkward: 0.8.15 -> 0.9.0 (#61014)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-awkward/versions
2019-05-05 23:47:13 -04:00
Mario Rodas
4e414a1dd0
Merge pull request #61006 from ivan/prometheus_2-2.9.2
prometheus_2: 2.8.1 -> 2.9.2
2019-05-05 21:17:07 -05:00
Edmund Wu
11aca36b9e
vscode-extensions.WakaTime.vscode-wakatime: 2.0.7 -> 2.0.9 2019-05-05 21:45:44 -04:00
Mateusz Kowalczyk
f56fb2db03
Merge pull request #61010 from rycee/bump/cloc
cloc: 1.80 -> 1.82
2019-05-06 10:43:39 +09:00
Ryan Mulligan
14380f47c6
Merge pull request #60965 from r-ryantm/auto-update/dune
dune: 1.9.1 -> 1.9.2
2019-05-05 17:04:15 -07:00
José Romildo Malaquias
b4941a463e
Merge pull request #59943 from romildo/fix.deepin.modules
nixos/deepin: use only one module for deepin services
2019-05-05 20:52:13 -03:00
Mario Rodas
40af53c5da
Merge pull request #60679 from bdesham/add-amber
Add amber
2019-05-05 18:13:56 -05:00
Benjamin Esham
152c051ac0
amber: init at 0.5.2 2019-05-05 17:36:34 -05:00
Michael Raskin
c1fd5a2aa5
Merge pull request #61012 from volth/patch-332
nix.systemFeatures: minor fix
2019-05-05 22:33:56 +00:00
volth
f3535aeea3
nix.systemFeatures: minor fix
following up #59148
I forgot the default case of the architectures which do not have minor brothers whose code they can run ("westmere" or any of of AMD)
2019-05-05 22:14:24 +00:00
Eelco Dolstra
1f6ddfc7e0 firefox: 66.0.3 -> 66.0.4 2019-05-05 23:57:54 +02:00
Robert Helgesson
8d48a54285
cloc: 1.80 -> 1.82 2019-05-05 23:48:42 +02:00
José Romildo Malaquias
78f176158c nixos/deepin: add deepin-anything service 2019-05-05 18:01:28 -03:00
R. RyanTM
b5e4b3879c phrasendrescher: 1.0 -> 1.2.2c (#46215)
* phrasendrescher: 1.0 -> 1.2.2b

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
phrasendrescher

* phrasendrescher: 1.2.2b -> 1.2.2c
and refactor
2019-05-05 22:55:11 +02:00
José Romildo Malaquias
8ed9f9fedf nixos/deepin: add dde-dock dbus service 2019-05-05 17:37:46 -03:00
Ryan Mulligan
7a47ebd84c
Merge pull request #60977 from r-ryantm/auto-update/gtranslator
gtranslator: 3.32.0 -> 3.32.1
2019-05-05 13:30:08 -07:00
José Romildo Malaquias
9e9b96f073 nixos/deepin: install polkit local authority files in /etc 2019-05-05 17:14:42 -03:00
José Romildo Malaquias
9a1890cafb nixos/deepin: add deepin-screenshot dbus service 2019-05-05 17:14:42 -03:00
José Romildo Malaquias
65c6aff217 nixos/deepin: add deepin-image-viewer dbus service 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
f239997fde nixos/deepin: add dde-session-ui dbus service 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
1294aaece6 nixos/deepin: add dde-calendar dbus service 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
788b45fa13 nixos/deepin: add deepin-turbo systemd service 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
77fa14725f nixos/deepin: move deepin-menu.nix into deepin.nix 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
6121a8e3b5 nixos/deepin: fix the deepin-daemon user and group 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
7c60ac71cf nixos/deepin: add dde-api services and user/group 2019-05-05 17:14:41 -03:00
José Romildo Malaquias
4fcaded92b nixos/deepin: rename dde-daemon module
The deepin module is used to set basic dbus and systedmd services, kernel modules,
groups and users needed by the Deepin Desktop Environment.
2019-05-05 17:14:41 -03:00
Ivan Kozik
f13c5ccc41 prometheus_2: 2.8.1 -> 2.9.2 2019-05-05 20:13:02 +00:00
José Romildo Malaquias
1bd487c30a
Merge pull request #59939 from romildo/fix.deepin.deepin-mutter
deepin.deepin-mutter: fix paths related to plugins and desktop files
2019-05-05 17:04:22 -03:00
Vincent Laporte
eff7bc3f33 ocamlPackages.uri_1_9: remove at 1.9.6 2019-05-05 22:00:58 +02:00
Vincent Laporte
f38bf3ba4e ocamlPackages.bap: 1.4.0 -> 1.6.0
libbap: 2018-03-01 -> 2019-04-05
2019-05-05 22:00:58 +02:00
José Romildo Malaquias
179bc50f6e deepin.deepin-mutter: use absolute path in desktop file 2019-05-05 16:23:34 -03:00
José Romildo Malaquias
d5a188d4d6 deepin.deepin-mutter: set plugins dir from environment variable 2019-05-05 16:23:34 -03:00
Pascal Wittmann
ad1e17f5ba
Merge pull request #61000 from r-ryantm/auto-update/nzbget
nzbget: 20.0 -> 21.0
2019-05-05 21:21:39 +02:00
Michael Raskin
7770495cd7
Merge pull request #59148 from volth/gcc.arch.v3
compilation for particular x86_64 architecture
2019-05-05 19:12:12 +00:00
Renaud
24debf74ef
Merge pull request #60986 from r-ryantm/auto-update/libiio
libiio: 0.17 -> 0.18
2019-05-05 20:19:11 +02:00
Renaud
299cb17f39
Merge pull request #57281 from r-ryantm/auto-update/liblcf
{easyrpg-player,liblcf}: 0.5.4 -> 0.6.0
2019-05-05 20:14:48 +02:00
José Romildo Malaquias
1c137e36ea
Merge pull request #59378 from romildo/upd.deepin.deepin-anything
deepin.deepin-anything: init at 0.0.7
2019-05-05 15:05:15 -03:00
Austin Seipp
d5a8b040c2
Merge pull request #60968 from thoughtpolice/nixpkgs/doctl-update
doctl: 1.12.2 -> 1.16.0
2019-05-05 13:01:09 -05:00
Renaud
c1fc82a02e
Merge pull request #60990 from r-ryantm/auto-update/mediainfo
mediainfo: 18.12 -> 19.04
2019-05-05 20:00:28 +02:00