20 lines
724 B
BlitzBasic
20 lines
724 B
BlitzBasic
|
require nettle.inc
|
||
|
|
||
|
LICENSE = "LGPLv2.1+ & GPLv2"
|
||
|
LICENSE_${PN} = "LGPLv2.1+"
|
||
|
|
||
|
LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||
|
file://serpent-decrypt.c;beginline=53;endline=67;md5=bcfd4745d53ca57f82907089898e390d \
|
||
|
file://serpent-set-key.c;beginline=56;endline=70;md5=bcfd4745d53ca57f82907089898e390d"
|
||
|
|
||
|
SRC_URI[md5sum] = "003d5147911317931dd453520eb234a5"
|
||
|
SRC_URI[sha256sum] = "bc71ebd43435537d767799e414fce88e521b7278d48c860651216e1fc6555b40"
|
||
|
|
||
|
SRC_URI += "\
|
||
|
file://CVE-2015-8803_8805.patch \
|
||
|
file://CVE-2015-8804.patch \
|
||
|
file://check-header-files-of-openssl-only-if-enable_.patch \
|
||
|
"
|
||
|
|
||
|
DISABLE_STATIC = ""
|