From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43CC51581FB for ; Thu, 29 Aug 2024 02:10:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31E7DE29E3; Thu, 29 Aug 2024 02:10:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1C49DE29E3 for ; Thu, 29 Aug 2024 02:10:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5B48433E3A9 for ; Thu, 29 Aug 2024 02:10:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAF3E1F08 for ; Thu, 29 Aug 2024 02:10:07 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1724897359.1871c375dd8600243a653aff7739dffe44d78630.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/cracklib-words/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/cracklib-words/Manifest sys-apps/cracklib-words/cracklib-words-2.10.2.ebuild X-VCS-Directories: sys-apps/cracklib-words/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1871c375dd8600243a653aff7739dffe44d78630 X-VCS-Branch: master Date: Thu, 29 Aug 2024 02:10:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 545a2f27-6a2d-4e38-b309-c5479c9127c1 X-Archives-Hash: bf93498f28762c9ffb99baa95fd6643b commit: 1871c375dd8600243a653aff7739dffe44d78630 Author: Sam James gentoo org> AuthorDate: Thu Aug 29 02:09:19 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Aug 29 02:09:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1871c375 sys-apps/cracklib-words: add 2.10.2 Signed-off-by: Sam James gentoo.org> sys-apps/cracklib-words/Manifest | 1 + .../cracklib-words/cracklib-words-2.10.2.ebuild | 27 ++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/sys-apps/cracklib-words/Manifest b/sys-apps/cracklib-words/Manifest index 137cd6e27a3a..4fdc4ced1770 100644 --- a/sys-apps/cracklib-words/Manifest +++ b/sys-apps/cracklib-words/Manifest @@ -1 +1,2 @@ +DIST cracklib-words-2.10.2.xz 4157220 BLAKE2B 1ee0c82a6b7d4bcfedd8f4c99feac0f8de68cce061e41f16962a7f7893bd91443d2677533ea3e9e6a16cb5f8fa37bc502d691552d899dc07bcddcddc762f1354 SHA512 09e4bf6ad6064accc88d9206e2b2dd28f0e80f827c600f510dc9bb8ac5d51454da2dfbd8e80f2683af501b6f298fb53fb4cf2fb2b5d668940cc6f64701ed6730 DIST cracklib-words-2.9.11.xz 4157220 BLAKE2B 1ee0c82a6b7d4bcfedd8f4c99feac0f8de68cce061e41f16962a7f7893bd91443d2677533ea3e9e6a16cb5f8fa37bc502d691552d899dc07bcddcddc762f1354 SHA512 09e4bf6ad6064accc88d9206e2b2dd28f0e80f827c600f510dc9bb8ac5d51454da2dfbd8e80f2683af501b6f298fb53fb4cf2fb2b5d668940cc6f64701ed6730 diff --git a/sys-apps/cracklib-words/cracklib-words-2.10.2.ebuild b/sys-apps/cracklib-words/cracklib-words-2.10.2.ebuild new file mode 100644 index 000000000000..4d8b68ab4280 --- /dev/null +++ b/sys-apps/cracklib-words/cracklib-words-2.10.2.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# Note: ideally bump with sys-libs/cracklib +DESCRIPTION="Large set of crack/cracklib dictionaries" +HOMEPAGE="https://github.com/cracklib/cracklib/" +SRC_URI="https://github.com/cracklib/cracklib/releases/download/v${PV}/${P}.xz" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +src_install() { + insinto /usr/share/dict + newins ${P} ${PN} +} + +pkg_postinst() { + if [[ -n ${ROOT} ]] && create-cracklib-dict -h >&/dev/null ; then + ebegin "Regenerating cracklib dictionary" + create-cracklib-dict /usr/share/dict/* >/dev/null + eend $? + fi +}