New commits:
commit ed84b2a98201f01cfcc1f2eebfd472ca26f33a51
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>
security/shadow: version 4.12
diff --git a/security/shadow/DETAILS b/security/shadow/DETAILS
index 6252e18..a6d3e03 100755
--- a/security/shadow/DETAILS
+++ b/security/shadow/DETAILS
@@ -1,9 +1,9 @@
SPELL=shadow
- VERSION=4.11.1
+ VERSION=4.12
SECURITY_PATCH=9
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=https://github.com/${SPELL}-maint/${SPELL}/releases/download/v${VERSION}/${SOURCE}
+
SOURCE_URL[0]=https://github.com/${SPELL}-maint/${SPELL}/releases/download/${VERSION}/${SOURCE}
SOURCE2="${SOURCE}.asc"
SOURCE2_URL[0]="${SOURCE_URL[0]}.asc"
SOURCE_GPG="shadow.gpg:${SOURCE2}:UPSTREAM_KEY"
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 31fce03..98bcf94 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,7 @@
+2022-08-11 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 4.12, updated SOURCE_URL[0]
+ * PRE_BUILD: added some fixes for missing Makefile.in
+
2022-01-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.11.1, SECURITY_PATCH++, (CVE-2013-4235)