Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
base: 112f522d48c5
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
compare: aeeb30a3b298
Choose a head ref
  • 5 commits
  • 5 files changed
  • 4 contributors

Commits on Jul 28, 2019

  1. Add package for libguesfs containing libguestfs appliances

    Appliances are necessary when building images using virt-builder.
    (e.g. `virt-builder -o debian-9.img debian-9`)
    
    Signed-off-by: Roosembert Palacios <roosembert.palacios@epfl.ch>
    (cherry picked from commit ecb90ae)
    Roosembert Palacios authored and cdepillabout committed Jul 28, 2019
    Copy the full SHA
    1e6c910 View commit details
    Browse the repository at this point in the history
  2. memtest86-efi: init at 8.0 (backport to 19.03)

    This creates a new package, memtest86-efi.  This is a recent version of
    the unfree version of memtest86.
    
    There appear to be no restrictions on the use or redistribution of this.
    
    Backport from #60967.
    
    (cherry picked from commit d273bf5eb4335e60e7d2c8d63f2325aab4b1041d)
    (cherry picked from commit e01e13a5477b7efb503ac5eb26e3cc2bde1375b9)
    (cherry picked from commit 439a7552bd2e074f97ac574f360e23f1c20ba769)
    (cherry picked from commit 4abafaf3ccdc1b067804ceb8f4e9e26805ee4513)
    cdepillabout committed Jul 28, 2019
    Copy the full SHA
    9168977 View commit details
    Browse the repository at this point in the history
  3. nixos/systemd-boot: add support for memtest86 EFI app (backport to 19…

    ….03)
    
    This commit adds support for installing the memtest86 EFI app and adding
    a boot entry for it with systemd-boot.
    
    Backported from #61036.
    
    (cherry picked from commit b12ea62)
    (cherry picked from commit d88d675)
    cdepillabout committed Jul 28, 2019
    Copy the full SHA
    3c21a29 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #61806 from cdepillabout/backport-memtest86

    memtest86-efi: backport to 19.03
    samueldr committed Jul 28, 2019
    Copy the full SHA
    16144ba View commit details
    Browse the repository at this point in the history
  5. sshguard: do not create ipset in post-start [backport #65453]

    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 authored and edef1c committed Jul 28, 2019
    Copy the full SHA
    aeeb30a View commit details
    Browse the repository at this point in the history