Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712056ec9727a6658e2671d24feee642dc4a9e3e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712056ec9727a6658e2671d24feee642dc4a9e3e)
  • Date: Sun, 7 Feb 2021 23:40:07 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/vsftpd/HISTORY | 3 +++
ftp/vsftpd/PRE_BUILD | 6 +++---
net/ferm/DETAILS | 2 +-
net/ferm/HISTORY | 3 +++
4 files changed, 10 insertions(+), 4 deletions(-)

New commits:
commit 712056ec9727a6658e2671d24feee642dc4a9e3e
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

vsftpd: correct dependency handling

commit 4d9a7e3196739d63ed6f78c01a66b386326c7109
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ferm: => 2.6

diff --git a/ftp/vsftpd/HISTORY b/ftp/vsftpd/HISTORY
index 1d575cd..4bb01a7 100644
--- a/ftp/vsftpd/HISTORY
+++ b/ftp/vsftpd/HISTORY
@@ -1,3 +1,6 @@
+2021-02-06 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: corrected dependency handling
+
2017-06-08 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS: made libcap optional dependency

diff --git a/ftp/vsftpd/PRE_BUILD b/ftp/vsftpd/PRE_BUILD
index 8dbe1a0..8cd9204 100755
--- a/ftp/vsftpd/PRE_BUILD
+++ b/ftp/vsftpd/PRE_BUILD
@@ -22,17 +22,17 @@ sedit '
# the package is installed, but this is the easy way
# I'm doing it for now. :)
#
-if spell_ok tcp_wrappers; then
+if is_depends_enabled ${SPELL} tcp_wrappers; then
sedit "/^#undef VSF_BUILD_TCPWRAPPERS/{s/undef/define/}" builddefs.h
fi &&

-if spell_ok openssl; then
+if is_depends_enabled ${SPELL} $(get_spell_provider ${SPELL} SSL); then
sedit "/^#undef VSF_BUILD_SSL/{s/undef/define/}" builddefs.h
fi &&

#
# builddefs.h defaults to using Linux-PAM
#
-if ! spell_ok linux-pam; then
+if ! is_depends_enabled ${SPELL} linux-pam; then
sedit "/^#define VSF_BUILD_PAM/{s/define/undef/}" builddefs.h
fi
diff --git a/net/ferm/DETAILS b/net/ferm/DETAILS
index c141cb7..f1a83d4 100755
--- a/net/ferm/DETAILS
+++ b/net/ferm/DETAILS
@@ -1,5 +1,5 @@
SPELL=ferm
- VERSION=2.4.1
+ VERSION=2.6
BRANCH=`echo ${VERSION}|cut -d. -f 1,2`
SOURCE=${SPELL}-${VERSION}.tar.xz
SOURCE2=${SOURCE}.sig
diff --git a/net/ferm/HISTORY b/net/ferm/HISTORY
index bf9b008..d670545 100644
--- a/net/ferm/HISTORY
+++ b/net/ferm/HISTORY
@@ -1,3 +1,6 @@
+2021-02-05 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.6
+
2017-09-28 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 2.4.1; updated source tarball extension;
switched to upstream PGP check



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (712056ec9727a6658e2671d24feee642dc4a9e3e), Vlad Glagolev, 02/07/2021

Archive powered by MHonArc 2.6.24.

Top of Page