From fa3203b174b799b550b4f0edffd43ccbf24f6065 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 1 Oct 2022 14:04:38 +0100 Subject: app-misc/calamares : enforce non-weak passwords, don't just warn --- .../calamares-config-redcore-1.314.1337-r1.ebuild | 24 ++++++++++++++++++++++ .../calamares-config-redcore-1.314.1337.ebuild | 24 ---------------------- .../files/modules/users.conf | 4 ++-- .../app-misc/calamares-config-redcore-1.314.1337 | 8 -------- .../calamares-config-redcore-1.314.1337-r1 | 8 ++++++++ metadata/pkg_desc_index | 2 +- 6 files changed, 35 insertions(+), 35 deletions(-) create mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild delete mode 100644 app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337.ebuild delete mode 100644 metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337 create mode 100644 metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337-r1 diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild new file mode 100644 index 00000000..d1471cf6 --- /dev/null +++ b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=7 + +DESCRIPTION="Redcore Linux Calamares modules config" +HOMEPAGE="" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${FILESDIR}" + +src_install() { + dodir "/etc/calamares" || die + insinto "/etc/calamares" || die + doins -r "${S}/"* || die +} diff --git a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337.ebuild b/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337.ebuild deleted file mode 100644 index d1471cf6..00000000 --- a/app-misc/calamares-config-redcore/calamares-config-redcore-1.314.1337.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=7 - -DESCRIPTION="Redcore Linux Calamares modules config" -HOMEPAGE="" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${FILESDIR}" - -src_install() { - dodir "/etc/calamares" || die - insinto "/etc/calamares" || die - doins -r "${S}/"* || die -} diff --git a/app-misc/calamares-config-redcore/files/modules/users.conf b/app-misc/calamares-config-redcore/files/modules/users.conf index b856d11d..77dcb1fb 100644 --- a/app-misc/calamares-config-redcore/files/modules/users.conf +++ b/app-misc/calamares-config-redcore/files/modules/users.conf @@ -23,8 +23,8 @@ setRootPassword: true doReusePassword: true passwordRequirements: nonempty: true -allowWeakPasswords: true -allowWeakPasswordsDefault: true +allowWeakPasswords: false +allowWeakPasswordsDefault: false setHostname: EtcFile writeHostsFile: true diff --git a/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337 b/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337 deleted file mode 100644 index 1a3aa14d..00000000 --- a/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337 +++ /dev/null @@ -1,8 +0,0 @@ -DEFINED_PHASES=install -DESCRIPTION=Redcore Linux Calamares modules config -EAPI=7 -KEYWORDS=amd64 x86 -LICENSE=GPL-2 -RDEPEND=app-admin/calamares -SLOT=0 -_md5_=2971ce58e573316940cd1a8f3401c811 diff --git a/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337-r1 b/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337-r1 new file mode 100644 index 00000000..1a3aa14d --- /dev/null +++ b/metadata/md5-cache/app-misc/calamares-config-redcore-1.314.1337-r1 @@ -0,0 +1,8 @@ +DEFINED_PHASES=install +DESCRIPTION=Redcore Linux Calamares modules config +EAPI=7 +KEYWORDS=amd64 x86 +LICENSE=GPL-2 +RDEPEND=app-admin/calamares +SLOT=0 +_md5_=2971ce58e573316940cd1a8f3401c811 diff --git a/metadata/pkg_desc_index b/metadata/pkg_desc_index index 5167c725..ac244c24 100644 --- a/metadata/pkg_desc_index +++ b/metadata/pkg_desc_index @@ -7,7 +7,7 @@ app-emulation/steam 1.0.0.71-r1: Digital distribution client bootstrap package app-emulation/steam-native-runtime 1.0.0.71-r2: Native replacement for the Steam runtime using system libraries app-emulation/virtualbox-bin 6.1.18.142142-r2: Family of powerful x86 virtualization products for enterprise and home use app-emulation/virtualbox-modules 6.1.18: Kernel Modules for Virtualbox -app-misc/calamares-config-redcore 1.314.1337: Redcore Linux Calamares modules config +app-misc/calamares-config-redcore 1.314.1337-r1: Redcore Linux Calamares modules config app-misc/geoclue 2.6.0-r10: A location information D-Bus service app-misc/redcore-live 1.314.1337: Redcore Linux live scripts app-misc/redcore-skel 1.314.1337-r1: Redcore Linux skel tree -- cgit v1.2.3