Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ed84b2a98201f01cfcc1f2eebfd472ca26f33a51)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ed84b2a98201f01cfcc1f2eebfd472ca26f33a51)
  • Date: Thu, 11 Aug 2022 23:45:24 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemaage.org>:

security/shadow/DETAILS | 4 ++--
security/shadow/HISTORY | 4 ++++
security/shadow/PRE_BUILD | 5 ++++-
3 files changed, 10 insertions(+), 3 deletions(-)

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)

diff --git a/security/shadow/PRE_BUILD b/security/shadow/PRE_BUILD
index a9768a1..b7b6c88 100755
--- a/security/shadow/PRE_BUILD
+++ b/security/shadow/PRE_BUILD
@@ -31,4 +31,7 @@ else
sedit '
s|^#ENCRYPT_METHOD.*|ENCRYPT_METHOD SHA512|
' etc/login.defs
-fi
+fi &&
+
+mkdir -p man/uk &&
+touch man/uk/Makefile.in



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (ed84b2a98201f01cfcc1f2eebfd472ca26f33a51), Pavel Vinogradov, 08/11/2022

Archive powered by MHonArc 2.6.24.

Top of Page