Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: a5a389ef9ac2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6c8bb26331a5
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on May 10, 2019

  1. Copy the full SHA
    2169fae View commit details
    Browse the repository at this point in the history
  2. 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/
    Ma27 committed May 10, 2019
    Copy the full SHA
    ecafe8a View commit details
    Browse the repository at this point in the history
  3. 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
        '';
      };
    }
    ```
    Ma27 committed May 10, 2019
    Copy the full SHA
    3d6fe3d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61048 from Ma27/zmap-package

    zmap: init at 2.1.1
    worldofpeace committed May 10, 2019
    Copy the full SHA
    6c8bb26 View commit details
    Browse the repository at this point in the history