Skip to Content.
Sympa Menu

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

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 (04805f884e61f5c8c39257ecdf31e506cd7d0ad2)
  • Date: Wed, 16 Jan 2019 16:52:26 +0000

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

crypto/krb5/BUILD | 3 ++-
crypto/krb5/DEPENDS | 22 +++++++++++++++++++++-
crypto/krb5/DETAILS | 2 +-
crypto/krb5/HISTORY | 6 ++++++
crypto/krb5/PRE_BUILD | 3 ---
dev/null |binary
libs/hyphen/DETAILS | 8 ++++----
libs/hyphen/HISTORY | 3 +++
libs/libverto/DETAILS | 8 ++++----
libs/libverto/HISTORY | 4 ++++
10 files changed, 45 insertions(+), 14 deletions(-)

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

hyphen: => 2.8.8

commit 37dcfdccaa50628a1789942518d910d961c4134d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

krb5: => 1.17

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

libverto: => 0.3.0

diff --git a/crypto/krb5/BUILD b/crypto/krb5/BUILD
index 3d9e0ac..a011ad5 100755
--- a/crypto/krb5/BUILD
+++ b/crypto/krb5/BUILD
@@ -1,4 +1,5 @@
cd $SOURCE_DIRECTORY/src &&
CPPFLAGS="$CPPFLAGS -DUSE_INTERP_RESULT" &&
-OPTS+=" --enable-dns-for-realm"
+OPTS+=" --enable-dns-for-realm" &&
+OPTS+=" --disable-pkinit" &&
default_build
diff --git a/crypto/krb5/DEPENDS b/crypto/krb5/DEPENDS
index 81dd1ee..c3b041c 100755
--- a/crypto/krb5/DEPENDS
+++ b/crypto/krb5/DEPENDS
@@ -15,7 +15,27 @@ optional_depends "tcl" \
"--without-tcl" \
"for running test programs" &&

+# do not force libverto
optional_depends "libverto" \
- "--with-system-verto" \
+ "" \
"--without-system-verto" \
"for using system verto library (event loop abstraction
interface)"
+
+optional_depends "gettext" \
+ "--enable-nls" \
+ "--disable-nls" \
+ "NLS support" &&
+
+optional_depends "libedit" \
+ "--with-libedit" \
+ "--without-libedit" \
+ "readline support" &&
+
+if ! is_depends_enabled $SPELL libedit;then
+ depends readline "--with-readline"
+fi &&
+
+optional_depends "lmdb" \
+ "--with-lmdb" \
+ "--without-lmdb" \
+ "LMDB database backend"
diff --git a/crypto/krb5/DETAILS b/crypto/krb5/DETAILS
index 242ca72..0784f57 100755
--- a/crypto/krb5/DETAILS
+++ b/crypto/krb5/DETAILS
@@ -1,5 +1,5 @@
SPELL=krb5
- VERSION=1.16.2
+ VERSION=1.17
SECURITY_PATCH=18
VX=${VERSION%.?}
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/crypto/krb5/HISTORY b/crypto/krb5/HISTORY
index 5586300..bfa0f25 100644
--- a/crypto/krb5/HISTORY
+++ b/crypto/krb5/HISTORY
@@ -1,3 +1,9 @@
+2019-01-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.17
+ * DEPENDS: add lmdb, libedit/readline, gettext
+ * BUILD: --disable-pkinit
+ * PRE_BUILD: deleted
+
2018-11-08 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.16.2

diff --git a/crypto/krb5/PRE_BUILD b/crypto/krb5/PRE_BUILD
deleted file mode 100755
index b94dfcc..0000000
--- a/crypto/krb5/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY/src &&
-sed -i 's/error=uninitialized//' configure
diff --git a/libs/hyphen/DETAILS b/libs/hyphen/DETAILS
index c9972a9..26d854b 100755
--- a/libs/hyphen/DETAILS
+++ b/libs/hyphen/DETAILS
@@ -1,10 +1,10 @@
SPELL=hyphen
- VERSION=2.8.3
+ VERSION=2.8.8
+
SOURCE_HASH=sha512:ee514952be56869840b70fb74f60eba14dc4de246733ff8705492367e8cf00c485f8778a9d5a7ba374c988d4ac9fedbe75826dc559e1b62465dbfba21f6ce7de
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/hunspell/${SOURCE}
- SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/hunspell/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://hyphen.sourceforge.net";
+ WEB_SITE="https://hyphen.sourceforge.net";
LICENSE[0]="GPL/LGPL/MPL"
ENTERED=20090901
SHORT="hyphenation library"
diff --git a/libs/hyphen/HISTORY b/libs/hyphen/HISTORY
index 63eeae6..989ceb4 100644
--- a/libs/hyphen/HISTORY
+++ b/libs/hyphen/HISTORY
@@ -1,3 +1,6 @@
+2019-01-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.8.8
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/libs/hyphen/hyphen-2.8.3.tar.gz.sig
b/libs/hyphen/hyphen-2.8.3.tar.gz.sig
deleted file mode 100644
index 9bb4f94..0000000
Binary files a/libs/hyphen/hyphen-2.8.3.tar.gz.sig and /dev/null differ
diff --git a/libs/libverto/DETAILS b/libs/libverto/DETAILS
index 4945983..09dec81 100755
--- a/libs/libverto/DETAILS
+++ b/libs/libverto/DETAILS
@@ -1,10 +1,10 @@
SPELL=libverto
- VERSION=0.2.6
-
SOURCE_HASH=sha512:aa8d047501d28741f2f8185fc4a0ef6dc4b99dbe69b583c40cd4c0afc97db4dd0a928d9ec23861fff61651e9ac82e52da9473b8e62ccc11a91e5e5c6b41dfd3b
+ VERSION=0.3.0
+
SOURCE_HASH=sha512:af4fec9cd20058c1db404443004c2b6c98bcacd0742369bb91f46dde6a35358e44f659bdfef30ab113e112ac1afb3156b098f5b5e2f4a58d1f4cd949abf0f57f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=https://fedorahosted.org/releases/l/i/libverto/$SOURCE
- WEB_SITE=https://fedorahosted.org/libverto/
+ WEB_SITE=https://github.com/latchset/libverto
+ SOURCE_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE
ENTERED=20120811
LICENSE[0]=BSD
SHORT="event loop abstraction interface"
diff --git a/libs/libverto/HISTORY b/libs/libverto/HISTORY
index e565580..c6a73fa 100644
--- a/libs/libverto/HISTORY
+++ b/libs/libverto/HISTORY
@@ -1,3 +1,7 @@
+2019-01-16 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.3.0
+ now at github
+
2014-04-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.2.6




  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (04805f884e61f5c8c39257ecdf31e506cd7d0ad2), Treeve Jelbert, 01/16/2019

Archive powered by MHonArc 2.6.24.

Top of Page