Skip to Content.
Sympa Menu

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

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 (e1d5952a0ab0a7f265f251f5cc1ec1b122240f7d)
  • Date: Wed, 25 Jun 2008 08:29:01 -0500

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

collab/subversion/BUILD | 4 ++--
collab/subversion/HISTORY | 3 +++
utils/rsyslog/DETAILS | 4 ++--
utils/rsyslog/HISTORY | 3 +++
4 files changed, 10 insertions(+), 4 deletions(-)

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

collab/subversion: --enable-dso is not a valid ./configure option anymore

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

utils/rsyslog: updated stable version to 3.16.2

diff --git a/collab/subversion/BUILD b/collab/subversion/BUILD
index 971f7c1..6f7c09c 100755
--- a/collab/subversion/BUILD
+++ b/collab/subversion/BUILD
@@ -19,9 +19,9 @@ if ! [[ -x configure ]]; then ./autogen.sh; fi &&
if [[ "$(get_spell_provider $SPELL APR)" == "apr" ]] || \
[[ "$(get_spell_provider $SPELL APU)" == "apr-util" ]]; then
CFLAGS="${CFLAGS} $(/usr/bin/apr-1-config --cppflags)" &&
- OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-dso --enable-shared --disable-experimental-libtool"
+ OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-shared --disable-experimental-libtool"
else
- OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-dso --enable-shared --disable-neon-version-check"
+ OPTS="${OPTS} --disable-debug --disable-static --disable-mod-activation
--enable-shared --disable-neon-version-check"
fi &&

SWIG_LDFLAGS="${LDFLAGS}" &&
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 2260fc1..4255c64 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2008-06-25 Elisamuel Resto <ryuji AT sourcemage.org>
+ * BUILD: --enable-dso is not a valid ./configure option anymore
+
2008-06-24 Juuso Alasuutari <iuso AT sourcemage.org>
* BUILD: Add --enable-runtime-module-search to OPTS (fails to
find Repository Access modules otherwise).
diff --git a/utils/rsyslog/DETAILS b/utils/rsyslog/DETAILS
index 32db275..bd3b1bf 100755
--- a/utils/rsyslog/DETAILS
+++ b/utils/rsyslog/DETAILS
@@ -3,8 +3,8 @@ if [[ "${RSYSLOG_BRANCH}" == "devel" ]]; then
VERSION=3.19.7

SOURCE_HASH=sha512:aba5c98484a1368cda79f959c5f032c8eab0caf4edf1c03d687bb84630abf5dcf8d8224d4c6afd007dea25d62edd606cc094dcf886153f321d4109861424f7ca
else
- VERSION=3.16.1
-
SOURCE_HASH=sha512:de5b56630ba8c4b97daca7ae8fdb3c098a6a338749931edd4171d7231fcaf4fb03ada91d3c8c87a74ef4adcc337cfae004160a3385d3e81bb3a66f15741c9351
+ VERSION=3.16.2
+
SOURCE_HASH=sha512:b16970374e8b0af6bc9e12f32718fcdf13dc1827bcce01909ceb38d46d6e2fc261e9ceff1589242fae7bd30d939f31745c61f7031649d49d153f000a22d835ce
fi
PATCHLEVEL=1
SOURCE=${SPELL}-${VERSION}.tar.gz
diff --git a/utils/rsyslog/HISTORY b/utils/rsyslog/HISTORY
index a83903b..f081808 100644
--- a/utils/rsyslog/HISTORY
+++ b/utils/rsyslog/HISTORY
@@ -1,3 +1,6 @@
+2008-06-25 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated stable version to 3.16.2
+
2008-06-17 Elisamuel Resto <ryuji AT sourcemage.org>
* Spell committed to test from phantom
(http://dbnet.ath.cx/git/phantom/)



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (e1d5952a0ab0a7f265f251f5cc1ec1b122240f7d), Elisamuel Resto, 06/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page