Skip to Content.
Sympa Menu

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

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 (8bcfaf42ef634d2df0c1782dd7e56ec983f44a13)
  • Date: Fri, 31 Oct 2014 11:27:41 -0500

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

shell-term-fm/dash/BUILD | 2 +-
shell-term-fm/dash/CONFIGURE | 11 +++++++++++
shell-term-fm/dash/DEPENDS | 4 ++++
shell-term-fm/dash/DETAILS | 5 +++--
shell-term-fm/dash/HISTORY | 7 +++++++
5 files changed, 26 insertions(+), 3 deletions(-)

New commits:
commit 8bcfaf42ef634d2df0c1782dd7e56ec983f44a13
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

dash: => 0.5.8

diff --git a/shell-term-fm/dash/BUILD b/shell-term-fm/dash/BUILD
index bbfbee5..68728ea 100755
--- a/shell-term-fm/dash/BUILD
+++ b/shell-term-fm/dash/BUILD
@@ -1,2 +1,2 @@
-OPTS="--bindir=/bin $OPTS" &&
+OPTS="--bindir=$INSTALL_ROOT/bin $OPTS $DASH_OPTS" &&
default_build
diff --git a/shell-term-fm/dash/CONFIGURE b/shell-term-fm/dash/CONFIGURE
new file mode 100755
index 0000000..3b5eb02
--- /dev/null
+++ b/shell-term-fm/dash/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option DASH_OPTS "Build statically linked binary?" n \
+ "--enable-static" \
+ "--disable-static" &&
+
+config_query_option DASH_OPTS "Use fnmatch(3) from libc?" n \
+ "--enable-fnmatch" \
+ "--disable-fnmatch" &&
+
+config_query_option DASH_OPTS "Enable LINENO support?" y \
+ "--enable-lineno" \
+ "--disable-lineno"
diff --git a/shell-term-fm/dash/DEPENDS b/shell-term-fm/dash/DEPENDS
new file mode 100755
index 0000000..edeaed7
--- /dev/null
+++ b/shell-term-fm/dash/DEPENDS
@@ -0,0 +1,4 @@
+optional_depends libedit \
+ "--with-libedit" \
+ "--without-libedit" \
+ "for libedit support"
diff --git a/shell-term-fm/dash/DETAILS b/shell-term-fm/dash/DETAILS
index 2c21b10..cd92b1a 100755
--- a/shell-term-fm/dash/DETAILS
+++ b/shell-term-fm/dash/DETAILS
@@ -1,9 +1,10 @@
SPELL=dash
- VERSION=0.5.7
+ VERSION=0.5.8
+ SECURITY_PATCH=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://gondor.apana.org.au/~herbert/dash/files/$SOURCE
-
SOURCE_HASH=sha512:77ad016fa5fb3fcb0d940b29d3fa914f546d79cdf2221ed47e4dec6d3a005b25d2d32ee1fdd4f662a7a84274572b72235b82e4c39995c7ca0bb049a7d88595b5
+
SOURCE_HASH=sha512:3dc42d3503b33c50b62c0f9104c0e41c4e8fa7490ba72bc09213fcc894d6fd92b9688c58389acf8b538b08f8e9cc179f0bf5572e22175d1960f04554594237b8
WEB_SITE=http://gondor.apana.org.au/~herbert/dash/
LICENSE[0]=BSD
ENTERED=20060706
diff --git a/shell-term-fm/dash/HISTORY b/shell-term-fm/dash/HISTORY
index c040e5b..e804b05 100644
--- a/shell-term-fm/dash/HISTORY
+++ b/shell-term-fm/dash/HISTORY
@@ -1,3 +1,10 @@
+2014-10-31 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.5.8; added SECURITY_PATCH for forgotten
+ post-0.5.4 update (CVE-2009-0854)
+ * DEPENDS: added, for libedit optional dependency
+ * CONFIGURE: added, for configure options
+ * BUILD: include DASH_OPTS; use INSTALL_ROOT
+
2013-12-06 Tommy Boatman <tboatman AT sourcemage.org>
* DETAILS: 0.5.7




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (8bcfaf42ef634d2df0c1782dd7e56ec983f44a13), Vlad Glagolev, 10/31/2014

Archive powered by MHonArc 2.6.24.

Top of Page