Skip to Content.
Sympa Menu

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

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 (d22ae18bf4e70183c008042e509a7856921eedc2)
  • Date: Tue, 16 Jul 2013 07:12:43 -0500

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

crypto/gnutls/DEPENDS | 3 ++-
crypto/gnutls/DETAILS | 4 ++++
crypto/gnutls/HISTORY | 5 +++++
crypto/gnutls/PREPARE | 3 ++-
crypto/nettle/BUILD | 2 ++
crypto/nettle/DETAILS | 1 +
crypto/nettle/HISTORY | 4 ++++
7 files changed, 20 insertions(+), 2 deletions(-)

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

nettle - do not install to /usr/lib64

commit 562ddf0d6420c9e4298b1bc899fb29cb7ceffac4
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gnutls: => 3.2.2

diff --git a/crypto/gnutls/DEPENDS b/crypto/gnutls/DEPENDS
index 83c5712..dbbc96a 100755
--- a/crypto/gnutls/DEPENDS
+++ b/crypto/gnutls/DEPENDS
@@ -1,6 +1,7 @@
depends libgcrypt "--with-libgcrypt" &&

-if [[ $GNUTLS_BRANCH == "3.0" ]] || [[ $GNUTLS_BRANCH == "3.1" ]];then
+if [[ $GNUTLS_BRANCH == "3.0" ]] || [[ $GNUTLS_BRANCH == "3.1" ]] \
+ || [[ $GNUTLS_BRANCH == "3.2" ]];then
depends LZMA &&
depends nettle
fi &&
diff --git a/crypto/gnutls/DETAILS b/crypto/gnutls/DETAILS
index 95e257f..e2a5a38 100755
--- a/crypto/gnutls/DETAILS
+++ b/crypto/gnutls/DETAILS
@@ -54,6 +54,10 @@ case $GNUTLS_BRANCH in
VERSION=3.1.12
SOURCE=$SPELL-$VERSION.tar.xz
;;
+ 3.2)
+ VERSION=3.2.2
+ SOURCE=$SPELL-$VERSION.tar.xz
+ ;;
esac

SOURCE2=$SOURCE.sig
diff --git a/crypto/gnutls/HISTORY b/crypto/gnutls/HISTORY
index 125c21c..0a34f29 100644
--- a/crypto/gnutls/HISTORY
+++ b/crypto/gnutls/HISTORY
@@ -1,3 +1,8 @@
+2013-07-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: 3.2.2
+ * PREPARE: add new branch 3.2
+ * DEPENDS: test for 3.2 branch
+
2013-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: 3.1.12

diff --git a/crypto/gnutls/PREPARE b/crypto/gnutls/PREPARE
index afbc189..321c9a8 100755
--- a/crypto/gnutls/PREPARE
+++ b/crypto/gnutls/PREPARE
@@ -13,4 +13,5 @@ if [ "$GNUTLS_OLD" == "n" ]; then
persistent_remove GNUTLS_OLD
fi

-config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1
+config_query_list GNUTLS_BRANCH "Which branch of GnuTLS do you want to
build?" \
+ DEFAULT 2.2 2.4 2.6 2.8 2.10 2.12 3.0 3.1 3.2
diff --git a/crypto/nettle/BUILD b/crypto/nettle/BUILD
new file mode 100755
index 0000000..a2315ff
--- /dev/null
+++ b/crypto/nettle/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --libdir=$INSTALL_ROOT/lib" &&
+default_build
diff --git a/crypto/nettle/DETAILS b/crypto/nettle/DETAILS
index c2f2e38..24eed98 100755
--- a/crypto/nettle/DETAILS
+++ b/crypto/nettle/DETAILS
@@ -1,5 +1,6 @@
SPELL=nettle
VERSION=2.7.1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/crypto/nettle/HISTORY b/crypto/nettle/HISTORY
index 9a52dec..fc7fb38 100644
--- a/crypto/nettle/HISTORY
+++ b/crypto/nettle/HISTORY
@@ -1,3 +1,7 @@
+2013-07-16 Treeve Jelbert <treeve AT sourmage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: added, to NOT install into /usr/lib64
+
2013-06.03 Treeve Jelbert <treeve AT sourmage.org>
* DETAILS: version 2.7.1




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (d22ae18bf4e70183c008042e509a7856921eedc2), Treeve Jelbert, 07/16/2013

Archive powered by MHonArc 2.6.24.

Top of Page