Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bbdf061ec5b9b9c79de8b182fdc19afda14d68c6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bbdf061ec5b9b9c79de8b182fdc19afda14d68c6)
  • Date: Sat, 11 Jul 2009 17:09:59 -0500

GIT changes to master grimoire by Ladislav Hagara <hgr AT vabo.cz>:

crypto/botan/BUILD | 2 +-
crypto/botan/DEPENDS | 4 ++--
crypto/botan/DETAILS | 2 +-
crypto/botan/HISTORY | 4 ++++
4 files changed, 8 insertions(+), 4 deletions(-)

New commits:
commit bbdf061ec5b9b9c79de8b182fdc19afda14d68c6
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Ladislav Hagara <hgr AT vabo.cz>

botan 1.8.3

diff --git a/crypto/botan/BUILD b/crypto/botan/BUILD
index 80b2d47..6b4d865 100755
--- a/crypto/botan/BUILD
+++ b/crypto/botan/BUILD
@@ -1,2 +1,2 @@
-./configure.pl --prefix=/usr &&
+./configure.py --prefix=/usr &&
make
diff --git a/crypto/botan/DEPENDS b/crypto/botan/DEPENDS
index 17389a8..797c62b 100755
--- a/crypto/botan/DEPENDS
+++ b/crypto/botan/DEPENDS
@@ -1,2 +1,2 @@
-depends perl &&
-depends g++
+depends python &&
+depends g++
diff --git a/crypto/botan/DETAILS b/crypto/botan/DETAILS
index 962865c..2095f38 100755
--- a/crypto/botan/DETAILS
+++ b/crypto/botan/DETAILS
@@ -1,5 +1,5 @@
SPELL=botan
- VERSION=1.8.2
+ VERSION=1.8.3

SOURCE=Botan-$VERSION.tbz
SOURCE_URL[0]=http://files.randombit.net/botan/$SOURCE
diff --git a/crypto/botan/HISTORY b/crypto/botan/HISTORY
index d5b32d6..1034577 100644
--- a/crypto/botan/HISTORY
+++ b/crypto/botan/HISTORY
@@ -1,3 +1,7 @@
+2009-07-11 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.8.3
+ * DEPENDS, BUILD: perl -> python
+
2009-06-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.8.2




  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (bbdf061ec5b9b9c79de8b182fdc19afda14d68c6), Ladislav Hagara, 07/11/2009

Archive powered by MHonArc 2.6.24.

Top of Page