ptlib: 2.10.10 -> 2.10.11, add check for SSLv3
This commit is contained in:
committed by
Franz Pletz
parent
347c1ed8a0
commit
b08247f1e4
@@ -2,20 +2,20 @@
|
||||
, openssl, openldap, cyrus_sasl, kerberos, expat, SDL, libdv, libv4l, alsaLib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ptlib-2.10.10";
|
||||
name = "ptlib-2.10.11";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/ptlib/2.10/${name}.tar.xz";
|
||||
sha256 = "7fcaabe194cbd3bc0b370b951dffd19cfe7ea0298bfff6aecee948e97f3207e4";
|
||||
sha256 = "1jf27mjz8vqnclhrhrpn7niz4c177kcjbd1hc7vn65ihcqfz05rs";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig bison flex unixODBC openssl openldap
|
||||
buildInputs = [ pkgconfig bison flex unixODBC openssl openldap
|
||||
cyrus_sasl kerberos expat SDL libdv libv4l alsaLib ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
patches = [ ./bison.patch ];
|
||||
|
||||
patches = [ ./bison.patch ./sslv3.patch ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Portable Tools from OPAL VoIP";
|
||||
maintainers = [ maintainers.raskin ];
|
||||
|
||||
Reference in New Issue
Block a user