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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3689a93a8e8
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d464035ba874
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 28, 2020

  1. openldap: 2.4.49 → 2.4.50

    Fixes: CVE-2020-12243
    
    In filter.c in slapd in OpenLDAP before 2.4.50, LDAP search filters
    with nested boolean expressions can result in denial of service
    (daemon crash).
    mweinelt committed Apr 28, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    bwoodsend Brénainn Woodsend
    Copy the full SHA
    2091d42 View commit details
  2. Merge pull request #86246 from mweinelt/openldap/v2.4.50

    openldap: 2.4.49 → 2.4.50
    flokli authored Apr 28, 2020
    Copy the full SHA
    d464035 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/libraries/openldap/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/libraries/openldap/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl, openssl, cyrus_sasl, db, groff, libtool }:

stdenv.mkDerivation rec {
name = "openldap-2.4.49";
name = "openldap-2.4.50";

src = fetchurl {
url = "https://www.openldap.org/software/download/OpenLDAP/openldap-release/${name}.tgz";
sha256 = "0vp524rsngdcykf6ki7vprsyg7gj8z7hszg8xwxz50219fa1gcg3";
sha256 = "1f46nlfwmys110j36sifm7ah8m8f3s10c3vaiikmmigmifapvdaw";
};

# TODO: separate "out" and "bin"