cyrus-sasl: remove obsolete patch
seems to have been merged incorrectly
This commit is contained in:
parent
7aa8b68ab7
commit
c846e8dd7f
1 changed files with 0 additions and 5 deletions
|
@ -24,11 +24,6 @@ stdenv.mkDerivation rec {
|
|||
patches = [
|
||||
./missing-size_t.patch # https://bugzilla.redhat.com/show_bug.cgi?id=906519
|
||||
./cyrus-sasl-ac-try-run-fix.patch
|
||||
(fetchpatch {
|
||||
name = "CVE-2013-4122.patch";
|
||||
url = "mirror://sourceforge/miscellaneouspa/files/glibc217/cyrus-sasl-2.1.26-glibc217-crypt.diff";
|
||||
sha256 = "05l7dh1w9d5fvzg0pjwzqh0fy4ah8y5cv6v67s4ssbq8xwd4pkf2";
|
||||
})
|
||||
] ++ lib.optional stdenv.isFreeBSD (
|
||||
fetchurl {
|
||||
url = "http://www.linuxfromscratch.org/patches/blfs/svn/cyrus-sasl-2.1.26-fixes-3.patch";
|
||||
|
|
Loading…
Reference in a new issue