Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (24e3aafd98b12a60c4646a1a76d8bb193a0e81e2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (24e3aafd98b12a60c4646a1a76d8bb193a0e81e2)
  • Date: Mon, 11 Jan 2016 21:27:18 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

crypto/chntpw/DETAILS | 4 ++--
crypto/chntpw/HISTORY | 5 +++++
crypto/chntpw/INSTALL | 10 +++++++---
crypto/chntpw/PRE_BUILD | 3 +++
4 files changed, 17 insertions(+), 5 deletions(-)

New commits:
commit 24e3aafd98b12a60c4646a1a76d8bb193a0e81e2
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

chntpw: => 140201

diff --git a/crypto/chntpw/DETAILS b/crypto/chntpw/DETAILS
index 3fcd62b..93e1ef9 100755
--- a/crypto/chntpw/DETAILS
+++ b/crypto/chntpw/DETAILS
@@ -1,8 +1,8 @@
SPELL=chntpw
- VERSION=100627
+ VERSION=140201
+
SOURCE_HASH=sha512:a26d747f6e077d1bb3e9b8077781f8c37dd978e07b7426495862f15c9004572b706c34736fc4d1ed8856b1a43335d726b4d87c688f7f9a11fd6cc3a74d71a7fa
SOURCE=$SPELL-source-$VERSION.zip
SOURCE_URL[0]=http://pogostick.net/~pnh/ntpasswd/$SOURCE
-
SOURCE_HASH=sha512:43a6dda2da0ddcde59590d169a685e9f0191415d17088a6fea24d3cfa71307fd440041157702aa018aaace2bbf0b80b564ba2c1ec7427708e01b2a6676d6b63c
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pogostick.net/~pnh/ntpasswd/
LICENSE[0]=GPL
diff --git a/crypto/chntpw/HISTORY b/crypto/chntpw/HISTORY
index 693845a..ece673d 100644
--- a/crypto/chntpw/HISTORY
+++ b/crypto/chntpw/HISTORY
@@ -1,4 +1,9 @@
2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 140201
+ * PRE_BUILD: added, fix 64 bit build
+ * INSTALL: install more files
+
+2014-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: openssl => SSL

2010-08-15 Ladislav Hagara <hgr AT vabo.cz>
diff --git a/crypto/chntpw/INSTALL b/crypto/chntpw/INSTALL
index e2470fd..948c037 100755
--- a/crypto/chntpw/INSTALL
+++ b/crypto/chntpw/INSTALL
@@ -1,3 +1,7 @@
-install -m 755 chntpw $INSTALL_ROOT/usr/bin &&
-install -m 755 reged $INSTALL_ROOT/usr/bin &&
-install -m 755 cpnt $INSTALL_ROOT/usr/bin
+for FF in chntpw chntpw.static reged cpnt sampasswd sampasswd.static
samusrgrp samusrgrp.static; do
+ install -m 755 $FF $INSTALL_ROOT/usr/bin
+done &&
+mkdir -p $INSTALL_ROOT/usr/sharedoc/chntpw &&
+for FF in MANUAL regedit syskey WinReg; do
+ install -m 755 $FF.txt $INSTALL_ROOT/usr/sharedoc/chntpw
+done
diff --git a/crypto/chntpw/PRE_BUILD b/crypto/chntpw/PRE_BUILD
new file mode 100755
index 0000000..a351d41
--- /dev/null
+++ b/crypto/chntpw/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build
+cd $SOURCE_DIRECTORY &&
+sed -i 's/-m32//' Makefile



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (24e3aafd98b12a60c4646a1a76d8bb193a0e81e2), Treeve Jelbert, 01/11/2016

Archive powered by MHonArc 2.6.24.

Top of Page