New commits:
commit 239b560bf558f36b7e3390cb022cd083fe34d42a
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>
Revert "zxcvbn-c: new spell, Low-budget password strength estimator"
This reverts commit 3bb529d415396aa89a2e81d3380366c8a77df354.
Do not edit other committer's times until/unless there is a policy
concerning
which timezones all committers must use.
diff --git a/ChangeLog b/ChangeLog
index 0fdca21..bfda29b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,4 @@
-2025-01-25 Ismael Luceno <ismael AT sourcemage.org>
- * libs/zxcvbn-c: new spell, Low-budget password strength estimator
-
-2025-01-25 Justin Boffemmyer <flux AT sourcemage.org>
+2025-01-26 Justin Boffemmyer <flux AT sourcemage.org>
* wm-addons/tofi: new spell, fast and minimal Wayland launcher
2025-01-24 Justin Boffemmyer <flux AT sourcemage.org>
diff --git a/libs/zxcvbn-c/CONFIGURE b/libs/zxcvbn-c/CONFIGURE
deleted file mode 100755
index b1e2770..0000000
--- a/libs/zxcvbn-c/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-. "$GRIMOIRE"/CMAKE_CONFIGURE
diff --git a/libs/zxcvbn-c/DEPENDS b/libs/zxcvbn-c/DEPENDS
deleted file mode 100755
index bd2c258..0000000
--- a/libs/zxcvbn-c/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-. "$GRIMOIRE"/CMAKE_DEPENDS
diff --git a/libs/zxcvbn-c/DETAILS b/libs/zxcvbn-c/DETAILS
deleted file mode 100755
index 5952f35..0000000
--- a/libs/zxcvbn-c/DETAILS
+++ /dev/null
@@ -1,45 +0,0 @@
-. "$GRIMOIRE"/CMAKE_FUNCTIONS
- SPELL=zxcvbn-c
- VERSION=2.5
- SOURCE="$SPELL-$VERSION.tar.gz"
-
SOURCE_URL[0]=https://github.com/tsyrogit/$SPELL/archive/refs/tags/v$VERSION.tar.gz
-
SOURCE_HASH=sha512:d7199b3cc36cd0e401bd8f857132425908307aefcdb1bb635ee81c34cf71ccbcdf0fe36a336a55da1281692b508881b54773afa41379a448863095f4abd5c0e8
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="https://github.com/tsyrogit/zxcvbn-c"
- LICENSE[0]="MIT"
- ENTERED=20250123
- KEYWORDS=""
- SHORT="Low-budget password strength estimator"
-cat << EOF
-This is a C/C++ implementation of the zxcvbn password strength estimation.
-
-zxcvbn is a password strength estimator inspired by password crackers.
Through
-pattern matching and conservative estimation, it recognizes and weighs 30k
-common passwords, common names and surnames according to US census data,
-popular English words from Wikipedia and US television and movies, and other
-common patterns like dates, repeats (aaa), sequences (abcd), keyboard
patterns
-(qwertyuiop), and l33t speak.
-
-Consider using zxcvbn as an algorithmic alternative to password composition
-policy — it is more secure, flexible, and usable when sites require a
-minimal complexity score in place of annoying rules like "passwords must
-contain three of: lower, upper, numbers, symbols".
-
-* More secure: policies often fail both ways, allowing weak passwords
- (P@ssword1) and disallowing strong passwords.
-* More flexible: zxcvbn allows many password styles to flourish so long as it
- detects sufficient complexity — passphrases are rated highly given enough
- uncommon words, keyboard patterns are ranked based on length and number
- of turns, and capitalization adds more complexity when it's unpredictaBle.
-* More usable: zxcvbn is designed to power simple, rule-free interfaces that
- give instant feedback. In addition to strength estimation, zxcvbn includes
- minimal, targeted verbal feedback that can help guide users towards less
- guessable passwords.
-
-Like the original this code is for character sets which use single byte
-characters primarily in the code range 0x20 to 0x7E.
-
-For further detail and motivation, please refer to:
-* https://www.usenix.org/conference/usenixsecurity16/technical-sessions/presentation/wheeler
-* https://blogs.dropbox.com/tech/2012/04/zxcvbn-realistic-password-strength-estimation/
-EOF
diff --git a/libs/zxcvbn-c/HISTORY b/libs/zxcvbn-c/HISTORY
deleted file mode 100644
index e672aa6..0000000
--- a/libs/zxcvbn-c/HISTORY
+++ /dev/null
@@ -1,5 +0,0 @@
-2025-01-25 Ismael Luceno <ismael AT sourcemage.org>
- * CONFIGURE, DEPENDS, DETAILS, PRE_BUILD,
-
patches/0001-add-cmake-support-equivalent-to-the-original-makefil.patch,
-
patches/0002-Changed-the-compiler-warning-option-to-stop-warning-.patch,
- patches/0003-Add-CMake-installation-rules.patch: spell created
diff --git a/libs/zxcvbn-c/PRE_BUILD b/libs/zxcvbn-c/PRE_BUILD
deleted file mode 100755
index c230ad1..0000000
--- a/libs/zxcvbn-c/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches
diff --git
a/libs/zxcvbn-c/patches/0001-add-cmake-support-equivalent-to-the-original-makefil.patch