diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-23 01:46:30 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-23 01:46:30 +0100 |
commit | 55d95a21e2d8adedcd954fdc23949f44cc6b7269 (patch) | |
tree | 0aff280c8282547286ca0624f369eaf32adfb43b /eclass | |
parent | sys-apps/IPMIView: Version bump (diff) | |
download | portage-55d95a21e2d8adedcd954fdc23949f44cc6b7269.tar.xz |
eclass/linux-build: Reduce signature key size and validity period
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-build.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 58713681..82017a1c 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -22,9 +22,9 @@ detect_version EXPORT_FUNCTIONS pkg_setup src_prepare src_compile src_install pkg_postinst -: ${LINUX_BUILD_MOD_SIG_DAYS:=3650} +: ${LINUX_BUILD_MOD_SIG_DAYS:=365} : ${LINUX_BUILD_MOD_SIG_KEY_ALG:=rsa} -: ${LINUX_BUILD_MOD_SIG_KEY_SIZE:=4096} +: ${LINUX_BUILD_MOD_SIG_KEY_SIZE:=2048} SLOT="${PV%.*}" |