Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (37923181115bca13bacc51ee1858686b85cb9247)
  • Date: Wed, 27 May 2026 19:36:47 +0000

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

security/shadow/DEPENDS | 8 ++++++--
security/shadow/HISTORY | 3 +++
2 files changed, 9 insertions(+), 2 deletions(-)

New commits:
commit 37923181115bca13bacc51ee1858686b85cb9247
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

security/shadow: libbsd is optional now

diff --git a/security/shadow/DEPENDS b/security/shadow/DEPENDS
index 547d8f7..6b86519 100755
--- a/security/shadow/DEPENDS
+++ b/security/shadow/DEPENDS
@@ -1,7 +1,6 @@
depends coreutils &&
depends libxcrypt &&
depends smgl-fhs &&
-depends libbsd &&

optional_depends GETTEXT \
"--enable-nls" \
@@ -41,4 +40,9 @@ optional_depends btrfs-progs \
optional_depends systemd \
'--enable-logind' \
'--disable-logind' \
- 'support logind from systemd'
+ 'support logind from systemd' &&
+
+optional_depends libbsd \
+ '--with-libbsd' \
+ '--without-libbsd' \
+ 'use libbsd'
diff --git a/security/shadow/HISTORY b/security/shadow/HISTORY
index 3e54373..a4e79fe 100644
--- a/security/shadow/HISTORY
+++ b/security/shadow/HISTORY
@@ -1,3 +1,6 @@
+2026-05-27 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: libbsd is optional now
+
2026-03-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.19.4



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (37923181115bca13bacc51ee1858686b85cb9247), Pavel Vinogradov, 05/27/2026

Archive powered by MHonArc 2.6.24.

Top of Page