Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ab8650b6d2620aee171af335f289e19b3de809a1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ab8650b6d2620aee171af335f289e19b3de809a1)
  • Date: Sat, 8 Nov 2008 02:49:50 -0600

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

libs/xapian-bindings/DETAILS | 13 +++++++------
libs/xapian-bindings/HISTORY | 3 +++
libs/xapian-core/DETAILS | 13 +++++++------
libs/xapian-core/HISTORY | 3 +++
utils/rsyslog/DEPENDS | 10 ++++------
utils/rsyslog/DETAILS | 4 ++--
utils/rsyslog/HISTORY | 4 ++++
utils/xapian-omega/DETAILS | 13 +++++++------
utils/xapian-omega/HISTORY | 3 +++
9 files changed, 40 insertions(+), 26 deletions(-)

New commits:
commit ab8650b6d2620aee171af335f289e19b3de809a1
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/xapian-bindings: updated to 1.0.9

commit df77ba53061cc2695e8362f7524d59fcc58ef10d
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/xapian-core: updated to 1.0.9

commit d668a377be47fdf5e3eef7455d0968d6af068ce6
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/xapian-omega: updated to 1.0.9

commit f17355cfb93147640cef25c26a7b821f449ffc9f
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

utils/rsyslog: updated stable branch to 3.20.0; stable now has gnutls
support

diff --git a/libs/xapian-bindings/DETAILS b/libs/xapian-bindings/DETAILS
index a227a93..3fbf125 100755
--- a/libs/xapian-bindings/DETAILS
+++ b/libs/xapian-bindings/DETAILS
@@ -1,13 +1,14 @@
SPELL=xapian-bindings
- VERSION=1.0.8
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:a9f815de07f3c987bd2f137d960fdf0297f4eab012b61d88be97312ee9b894b3184708b3cf567f29a5f431ca786ee96f1f26ef03d48692d59fe9d7db7b7ca295
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://xapian.org/";
+ VERSION=1.0.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:4521893b12ad608830a52b995885a1c3ce6d002c4afcc665e2be062548456f27b85cbd00d9243effc0366bfb8b2ee4c6a76325251e5e1ca8ef54701c02c24631
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.xapian.org/";
LICENSE[0]=GPL
ENTERED=20080719
SHORT="Bindings for the Xapian Open Source Search Engine Library"
+
cat << EOF
These are bindings for a number of programming languages to utilize the
Xapian Open Source Search Engine Library.
diff --git a/libs/xapian-bindings/HISTORY b/libs/xapian-bindings/HISTORY
index a1b0a59..57f3fb4 100644
--- a/libs/xapian-bindings/HISTORY
+++ b/libs/xapian-bindings/HISTORY
@@ -1,3 +1,6 @@
+2008-11-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 1.0.9
+
2008-10-04 Elisamuel Resto <ryuji AT sourcemage.org>
* (PRE_)SUB_DEPENDS: added a catch-all; removed quoting on the loop

diff --git a/libs/xapian-core/DETAILS b/libs/xapian-core/DETAILS
index 160439d..645b8a3 100755
--- a/libs/xapian-core/DETAILS
+++ b/libs/xapian-core/DETAILS
@@ -1,13 +1,14 @@
SPELL=xapian-core
- VERSION=1.0.8
-
SOURCE_HASH=sha512:7b358d31f69d6c6319878ad096a2e7a308a813493de69eec69b5bce59d35b81b239502735923252365a7ddd33e21bcc94a662b9b3d4a2790b6c36eae250f8276
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://www.xapian.org/ "
+ VERSION=1.0.9
+
SOURCE_HASH=sha512:bafd7637583d6e6b442f3596bcc8d3365d66ad5ba27106a724ff8c97aa38802b502968be9b11b35ef88458798b202e61e93c382fe060ccab19a58c9d9eba1077
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.xapian.org/";
LICENSE[0]=GPL
ENTERED=20070306
SHORT="A fast search engine library supporting probabilistic and
boolean retrieval."
+
cat << EOF
Xapian is a search engine library, scalable to collections containing
hundreds
of millions of documents. It's written in C++ with bindings for Perl, Python,
diff --git a/libs/xapian-core/HISTORY b/libs/xapian-core/HISTORY
index ce9cb9a..f1ee4fa 100644
--- a/libs/xapian-core/HISTORY
+++ b/libs/xapian-core/HISTORY
@@ -1,3 +1,6 @@
+2008-11-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 1.0.9
+
2008-09-08 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.0.8

diff --git a/utils/rsyslog/DEPENDS b/utils/rsyslog/DEPENDS
index dc0fa53..531b0bb 100755
--- a/utils/rsyslog/DEPENDS
+++ b/utils/rsyslog/DEPENDS
@@ -5,12 +5,10 @@ optional_depends zlib \
"--enable-zlib" \
"--disable-zlib" \
"for gzipped network logging support" &&
-if [[ ${RSYSLOG_BRANCH} != "stable" ]]; then
- optional_depends gnutls \
- "--enable-gnutls" \
- "--disable-gnutls" \
- "TLS encryption for TCP communication"
-fi &&
+optional_depends gnutls \
+ "--enable-gnutls" \
+ "--disable-gnutls" \
+ "TLS encryption for TCP communication"
optional_depends pcre \
"--enable-regexp" \
"--disable-regexp" \
diff --git a/utils/rsyslog/DETAILS b/utils/rsyslog/DETAILS
index 663b82c..a9e7d79 100755
--- a/utils/rsyslog/DETAILS
+++ b/utils/rsyslog/DETAILS
@@ -6,8 +6,8 @@ elif [[ "${RSYSLOG_BRANCH}" == "beta" ]]; then
VERSION=3.19.12

SOURCE_HASH=sha512:c04e2286e65f84e52f262338c71b19bdc9ec5f3c1966482d5dd6bbb9def5a2c4dbc6351d3b31e36eff537bec819ec4c5e36dada116a13ed9cf33c32aa3680e5b
else
- VERSION=3.18.5
-
SOURCE_HASH=sha512:0b6cb1281bb77285ae82f1ae5812b571fba5c4fe75337c50c8445c4076143c969218b22e30ce3b7261d09563f7faa203e3144308519e0e14590b9b7903b6d7d9
+ VERSION=3.20.0
+
SOURCE_HASH=sha512:e691bdff27a75028b72059120ac7422863ed341be72eab898a809116009a1fd5344799f698c28c967a908aef46c773b79312d950040b73bb81eae87efe7a77d3
fi
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_URL[0]=http://download.rsyslog.com/${SPELL}/${SOURCE}
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index e55d1ae..e746204 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,3 +1,7 @@
+2008-11-08 ELisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated stable branch to 3.20.0
+ * DEPENDS: stable now has gnutls support
+
2008-10-25 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated beta branch to 3.19.12; devel branch to 3.21.6

diff --git a/utils/xapian-omega/DETAILS b/utils/xapian-omega/DETAILS
index d612322..8adbd9a 100755
--- a/utils/xapian-omega/DETAILS
+++ b/utils/xapian-omega/DETAILS
@@ -1,13 +1,14 @@
SPELL=xapian-omega
- VERSION=1.0.8
- SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://oligarchy.co.uk/xapian/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:879680146ecd9bf5889504b37a5c0628157d566c10f38c7c10627ad6bc40c3497c5b09155244d54bde8501df754f80bc1eb6ed6d1452eff203c760a067b5b618
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://xapian.org/";
+ VERSION=1.0.9
+ SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE_URL[0]=http://oligarchy.co.uk/xapian/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:c9c0c39eeca2bbf178651e760ad9500c16f85542897d192d165e406f0ef7314ee510324e5d3ed953d7faf112008aea8274ac964a5650234d33c2e97c6c1b86bb
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE="http://www.xapian.org/";
LICENSE[0]=GPL
ENTERED=20080719
SHORT="Omega - an application built on Xapian, consisting of
indexers and a CGI search frontend."
+
cat << EOF
Omega - an application built on Xapian, consisting of indexers and a CGI
search frontend.
diff --git a/utils/xapian-omega/HISTORY b/utils/xapian-omega/HISTORY
index 24ed4d6..5488c5b 100644
--- a/utils/xapian-omega/HISTORY
+++ b/utils/xapian-omega/HISTORY
@@ -1,3 +1,6 @@
+2008-11-08 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 1.0.9
+
2008-09-08 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated to 1.0.8




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (ab8650b6d2620aee171af335f289e19b3de809a1), Elisamuel Resto, 11/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page