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: 6d06166fb72c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 01c6a08a6f33
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 14, 2021

  1. neopg: mark as broken

    Fails to build with recent versions of botan2. The issue has been
    reported upstream at das-labor/neopg#98.
    
    (cherry picked from commit e88bdd5)
    mweinelt authored and erictapen committed Jan 14, 2021
    Copy the full SHA
    99925bc View commit details
    Browse the repository at this point in the history
  2. botan2: 2.9.0 -> 2.17.2

    In botan 2.11.0 the upstream switched to tar.xz archives. To continue
    supporting botan1 the source package extension can now be overriden from
    within the specialized package.
    
    Addresses two advisories, neither of which received a CVE:
    - 2020-07-05: Failure to enforce name constraints on alternative names
    - 2020-03-24: Side channel during CBC padding
    
    (cherry picked from commit 4630fcf)
    mweinelt authored and erictapen committed Jan 14, 2021
    Copy the full SHA
    01c6a08 View commit details
    Browse the repository at this point in the history