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: c954e00a510d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 618ecd930d04
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 27, 2019

  1. sshguard: do not create ipset in post-start

    Upstream switched to a different type of ipset table, whereas we
    create ipset in post-start which overrides upstream, and renders
    sshguard ineffective.
    
    Remove ipset creation from post-start, and let it get automatically
    by upstream script (sshg-fw-ipset) as part of startup
    wahjava committed Jul 27, 2019
    Copy the full SHA
    d3c2b99 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2019

  1. Merge pull request #65453 from wahjava/master

    sshguard: do not create ipset in post-start
    edef1c committed Jul 28, 2019
    Copy the full SHA
    618ecd9 View commit details
    Browse the repository at this point in the history