[SM-Commit] GIT changes to master grimoire by Arjan Bouter (f33ccfdcd7a299f4184f3ead8599e3636538a376)

Arjan Bouter scm at sourcemage.org
Mon Aug 30 08:28:33 EDT 2010


GIT changes to master grimoire by Arjan Bouter <abouter at sourcemage.org>:

 crypto/scponly/BUILD          |    2 ++
 crypto/scponly/CONFIGURE      |    2 ++
 crypto/scponly/HISTORY        |    4 ++++
 crypto/scponly/PRE_BUILD      |    3 +++
 shell-term-fm/busybox/DETAILS |    4 ++--
 shell-term-fm/busybox/HISTORY |    3 +++
 6 files changed, 16 insertions(+), 2 deletions(-)

New commits:
commit f33ccfdcd7a299f4184f3ead8599e3636538a376
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    scponly: added chroot option and fixed build

commit 4d3348c7cf376490bd4808a85973d203800497e0
Author: Arjan Bouter <abouter at sourcemage.org>
Commit: Arjan Bouter <abouter at sourcemage.org>

    busybox: version 1.17.2

diff --git a/crypto/scponly/BUILD b/crypto/scponly/BUILD
new file mode 100755
index 0000000..ced0254
--- /dev/null
+++ b/crypto/scponly/BUILD
@@ -0,0 +1,2 @@
+OPTS="${OPTS} ${SCPONLY_CHROOT}" &&
+default_build
diff --git a/crypto/scponly/CONFIGURE b/crypto/scponly/CONFIGURE
new file mode 100755
index 0000000..62a346b
--- /dev/null
+++ b/crypto/scponly/CONFIGURE
@@ -0,0 +1,2 @@
+config_query_option SCPONLY_CHROOT 'Build a chrooted scponly?' n \
+  '--enable-chrooted-binary' '--enable-chrooted-binary'
diff --git a/crypto/scponly/HISTORY b/crypto/scponly/HISTORY
index 85d5377..34ea26c 100644
--- a/crypto/scponly/HISTORY
+++ b/crypto/scponly/HISTORY
@@ -1,3 +1,7 @@
+2010-08-29 Arjan Bouter <abouter at sourcemage.org>
+	* PRE_BUILD: added, fix build
+	* CONFIGURE, BUILD: added chroot option
+
 2008-01-17 Ladislav Hagara <hgr at vabo.cz>
 	* DETAILS: 4.8
 
diff --git a/crypto/scponly/PRE_BUILD b/crypto/scponly/PRE_BUILD
new file mode 100755
index 0000000..5fd4bcf
--- /dev/null
+++ b/crypto/scponly/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's/elif/else/' helper.c
diff --git a/shell-term-fm/busybox/DETAILS b/shell-term-fm/busybox/DETAILS
index bff53ad..6aa19c1 100755
--- a/shell-term-fm/busybox/DETAILS
+++ b/shell-term-fm/busybox/DETAILS
@@ -1,6 +1,6 @@
            SPELL=busybox
-         VERSION=1.15.3
-     SOURCE_HASH=sha512:2d590df3016fd7d26ee29e16efef80c61ec1ebdfbdd9eb0f8aa9f3f511059662b77bbdfc28dde30a426b0ac41551e4f55192d15383f39c1dfd7d4c8655ec14a4
+         VERSION=1.17.2
+     SOURCE_HASH=sha512:f98d14121e5cb2c859e08750ae2ae8cc4a474ea0ce9ca9298d5dbc885071156cf551d45a5c4a5215b4bee7463f31794d1fd34bf59a53976c6c2bf0065624d935
           SOURCE=$SPELL-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
    SOURCE_URL[0]=http://www.busybox.net/downloads/$SOURCE
diff --git a/shell-term-fm/busybox/HISTORY b/shell-term-fm/busybox/HISTORY
index 4172443..dd0f583 100644
--- a/shell-term-fm/busybox/HISTORY
+++ b/shell-term-fm/busybox/HISTORY
@@ -1,3 +1,6 @@
+2010-08-30 Arjan Bouter <abouter at sourcemage.org>
+	* DETAILS: version 1.17.2
+
 2010-06-20 Finn Haedicke <finn at sourcemage.org>
 	* busybox.config: added option to build switch_root
 



More information about the SM-Commit mailing list