Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41bb00464bf329fc9aec81c1cf40d9845cae075d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41bb00464bf329fc9aec81c1cf40d9845cae075d)
  • Date: Mon, 12 Mar 2012 11:07:24 -0500

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

crypto/john/BUILD | 12 ++++--------
crypto/john/CONFIGURE | 6 ++++++
crypto/john/DETAILS | 4 ++--
crypto/john/HISTORY | 5 +++++
science/wcalc/CONFIGURE | 1 +
science/wcalc/DEPENDS | 3 +++
science/wcalc/HISTORY | 3 +++
7 files changed, 24 insertions(+), 10 deletions(-)

New commits:
commit 41bb00464bf329fc9aec81c1cf40d9845cae075d
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

john: version 1.7.9 and allow building on more archs

commit 48a48c10da101c9a10f83bfe4453f8d7235e4658
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

wcalc: added missing dependency info

diff --git a/crypto/john/BUILD b/crypto/john/BUILD
index bca92ec..72978d7 100755
--- a/crypto/john/BUILD
+++ b/crypto/john/BUILD
@@ -1,11 +1,7 @@
cd src &&

-sedit "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/" Makefile
-sedit "s/ -m486//" Makefile
+sedit "s/-c -Wall -O2 -fomit-frame-pointer/-c -Wall $CFLAGS/" Makefile &&
+sedit "s/ -m486//" Makefile &&

-if grep mmx /proc/cpuinfo > /dev/null
-then
- make linux-x86-mmx
-else
- make linux-x86-any
-fi
+make_single &&
+make clean ${JOHN_CPU}
diff --git a/crypto/john/CONFIGURE b/crypto/john/CONFIGURE
new file mode 100755
index 0000000..9876bcb
--- /dev/null
+++ b/crypto/john/CONFIGURE
@@ -0,0 +1,6 @@
+# the list is taken from src/Makefile
+config_query_list JOHN_CPU 'Which CPU are you compiling for?' \
+ linux-x86-64-avx linux-x86-64-xop linux-x86-64 \
+ linux-x86-avx linux-x86-xop linux-x86-sse2 \
+ linux-x86-mmx linux-x86-any linux-alpha linux-sparc \
+ linux-ppc32-altivec linux-ppc32 linux-ppc64 linux-ia64
diff --git a/crypto/john/DETAILS b/crypto/john/DETAILS
index 314c3ed..170871a 100755
--- a/crypto/john/DETAILS
+++ b/crypto/john/DETAILS
@@ -1,9 +1,9 @@
SPELL=john
- VERSION=1.7.6
+ VERSION=1.7.9
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.openwall.com/john/g/$SOURCE
-
SOURCE_HASH=sha512:120aebee0f9d3c87b75c1bae9cf8fd1a1104223a3bbe972bf9d59695e31d9b98fbc45e00aa60b9caaa5023b23e0e7436db6ff4856a9e894e3dca85de318cac61
+
SOURCE_HASH=sha512:121b4aa6fbb62b14db366aed739d7db760c136a4c3a39d8bba32bde269350354b3d18d15ee783f61b17913b0dd6773068cb01b3d3bbad290c309ae1cd027568b
WEB_SITE=http://www.openwall.com/john/
ENTERED=20011216
LICENSE[0]=GPL
diff --git a/crypto/john/HISTORY b/crypto/john/HISTORY
index 761ffb7..4a6e64c 100644
--- a/crypto/john/HISTORY
+++ b/crypto/john/HISTORY
@@ -1,3 +1,8 @@
+2012-03-12 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: 1.7.9
+ * BUILD, CONFIGURE: allow compiling for more archs
+ * BUILD: use make_single to avoid a race condition
+
2010-06-14 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.7.6

diff --git a/science/wcalc/CONFIGURE b/science/wcalc/CONFIGURE
new file mode 100755
index 0000000..2b0b0fb
--- /dev/null
+++ b/science/wcalc/CONFIGURE
@@ -0,0 +1 @@
+config_query_list WCALC_YACC "wcalc depends on a yacc" bison byacc
diff --git a/science/wcalc/DEPENDS b/science/wcalc/DEPENDS
new file mode 100755
index 0000000..e15be64
--- /dev/null
+++ b/science/wcalc/DEPENDS
@@ -0,0 +1,3 @@
+depends $WCALC_YACC &&
+optional_depends readline '--with-readline' '--without-readline' \
+ 'to enable readline support'
diff --git a/science/wcalc/HISTORY b/science/wcalc/HISTORY
index 47ada67..57021a7 100644
--- a/science/wcalc/HISTORY
+++ b/science/wcalc/HISTORY
@@ -1,2 +1,5 @@
+2012-03-12 Arjan Bouter <abouter AT sourcemage.org>
+ * CONFIGURE, DEPENDS: added missing dependency info
+
2009-07-27 Quentin Rameau <quinq AT sourcemage.org>
* DETAILS, HISTORY: crated this spell



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (41bb00464bf329fc9aec81c1cf40d9845cae075d), Arjan Bouter, 03/12/2012

Archive powered by MHonArc 2.6.24.

Top of Page