1 { lib, stdenv, fetchurl, fetchpatch }:
3 stdenv.mkDerivation rec {
8 url = "mirror://sourceforge/openslp/${version}/${version}/openslp-${version}.tar.gz";
9 sha256 = "16splwmqp0400w56297fkipaq9vlbhv7hapap8z09gp5m2i3fhwj";
14 name = "openslp-2.0.0-null-pointer-deref.patch";
15 url = "https://src.fedoraproject.org/cgit/rpms/openslp.git/plain/openslp-2.0.0-null-pointer-deref.patch";
16 sha256 = "186f3rj3z2lf5h1lpbhqk0szj2a9far1p3mjqg6422f29yjfnz6a";
19 name = "openslp-2.0.0-CVE-2016-7567.patch";
20 url = "https://src.fedoraproject.org/cgit/rpms/openslp.git/plain/openslp-2.0.0-cve-2016-7567.patch";
21 sha256 = "0zp61axx93b7nrbsyhn2x4dnw7n9y6g4rys21hyqxk4khrnc2yr9";
28 homepage = "http://www.openslp.org/";
29 description = "An open-source implementation of the IETF Service Location Protocol";
30 maintainers = with maintainers; [ ttuegel ];
31 license = licenses.bsd3;
32 platforms = platforms.all;