Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (45424170df6001b8e11d239dc5a3010208f991fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (45424170df6001b8e11d239dc5a3010208f991fc)
  • Date: Wed, 14 Sep 2011 01:06:55 -0500

GIT changes to master grimoire by Andraž Levstik
<ruskie+2054d253 AT codemages.net>:

audio-drivers/oss/DETAILS | 2 +-
audio-drivers/oss/HISTORY | 3 +++
chat-libs/loudmouth/DEPENDS | 6 +++---
chat-libs/loudmouth/HISTORY | 3 +++
mail/dovecot/DETAILS | 6 +++---
mail/dovecot/HISTORY | 3 +++
net/monit/BUILD | 3 +++
net/monit/CONFIGURE | 1 +
net/monit/DEPENDS | 3 ++-
net/monit/DETAILS | 4 ++--
net/monit/HISTORY | 6 ++++++
11 files changed, 30 insertions(+), 10 deletions(-)

New commits:
commit ca1087e389028922adbb2380a7e15567e2ab93a5
Author: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>

dovecot: updated to 2.0.14 and pigeonhole to 0.2.4

commit 7610399c4598d0ef143d5918f81b623744172f12
Author: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>

loudmouth: fixed ssl dependency

commit ed3c0da70a7eb338734742374bd9f037246445c0
Author: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>

monit: update to 5.3

commit 55aa52f8ce5bd5f2fbeb88949111561bdc012507
Author: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž 'ruskie' Levstik <ruskie+2054d253 AT codemages.net>

oss: switched scm to sourceforge

diff --git a/audio-drivers/oss/DETAILS b/audio-drivers/oss/DETAILS
index 628497a..c771b4f 100755
--- a/audio-drivers/oss/DETAILS
+++ b/audio-drivers/oss/DETAILS
@@ -6,7 +6,7 @@ else
VERSION="4.3-scm"
fi
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=hg_http://mercurial.opensound.com/:$SPELL-scm
+
SOURCE_URL[0]=hg_http://opensound.hg.sourceforge.net:8000/hgroot/opensound/opensound:$SPELL-scm
SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-scm"
elif [[ $OSS_BRANCH == test ]]; then
diff --git a/audio-drivers/oss/HISTORY b/audio-drivers/oss/HISTORY
index 3999ae8..b3a897b 100644
--- a/audio-drivers/oss/HISTORY
+++ b/audio-drivers/oss/HISTORY
@@ -1,6 +1,9 @@
2011-07-25 Bor Kraljič <pyrobor AT ver.si>
* DOWNLOAD: source $GRIMOIRE/hg_download.function before using
hg_download

+2011-06-11 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: switched scm to sf
+
2011-06-01 Ismael Luceno <ismael AT sourcemage.org>
* DOWNLOAD: use hg_download

diff --git a/chat-libs/loudmouth/DEPENDS b/chat-libs/loudmouth/DEPENDS
index fe2bd08..94ed4d8 100755
--- a/chat-libs/loudmouth/DEPENDS
+++ b/chat-libs/loudmouth/DEPENDS
@@ -1,6 +1,6 @@
depends glib2 &&
depends libidn &&
-optional_depends "gnutls" \
- "" \
- "--without-ssl" \
+optional_depends "openssl" \
+ "--with-ssl=openssl" \
+ "--with-ssl=no" \
"for SSL support"
diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY
index f529c61..e6427ef 100644
--- a/chat-libs/loudmouth/HISTORY
+++ b/chat-libs/loudmouth/HISTORY
@@ -1,3 +1,6 @@
+2011-09-14 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DEPENDS: fix ssl dependency
+
2009-08-08 Peng Chang (Charles) <chp AT sourcemage.org>
* PRE_BUILD: the macro for testing strndup is changed
* BUILD: added make_single
diff --git a/mail/dovecot/DETAILS b/mail/dovecot/DETAILS
index 4e816fd..1f2ee73 100755
--- a/mail/dovecot/DETAILS
+++ b/mail/dovecot/DETAILS
@@ -1,5 +1,5 @@
SPELL=dovecot
- VERSION=2.0.13
+ VERSION=2.0.14
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.sig
SOURCE2_IGNORE=signature
@@ -7,8 +7,8 @@
SOURCE_URL[0]=http://www.dovecot.org/releases/${VERSION%.*}/$SOURCE
SOURCE2_URL[0]=http://www.dovecot.org/releases/${VERSION%.*}/$SOURCE2
if [[ "$DOVECOT_PIGEONHOLE" == "y" ]]; then
- VERSION2=0.2.3
- PATHCLEVEL=8
+ VERSION2=0.2.4
+ PATHCLEVEL=9
SOURCE3=$SPELL-${VERSION%.*}-pigeonhole-$VERSION2.tar.gz
SOURCE4=$SPELL-${VERSION%.*}-pigeonhole-$VERSION2.tar.gz.sig
SOURCE3_URL[0]=http://www.rename-it.nl/dovecot/${VERSION%.*}/$SOURCE3
diff --git a/mail/dovecot/HISTORY b/mail/dovecot/HISTORY
index 7df7f25..339f582 100644
--- a/mail/dovecot/HISTORY
+++ b/mail/dovecot/HISTORY
@@ -1,3 +1,6 @@
+2011-09-14 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 2.0.14, pigeonhole to 0.2.4
+
2011-05-27 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated spell to 2.0.13, updated pigeonhole to 0.2.3.
SECURITY_PATCH=5 CVE-2011-1929
diff --git a/net/monit/BUILD b/net/monit/BUILD
new file mode 100755
index 0000000..9781da1
--- /dev/null
+++ b/net/monit/BUILD
@@ -0,0 +1,3 @@
+OPTS="--bindir=/sbin $OPTS" &&
+default_build_configure &&
+default_build_make
diff --git a/net/monit/CONFIGURE b/net/monit/CONFIGURE
new file mode 100755
index 0000000..f0debb2
--- /dev/null
+++ b/net/monit/CONFIGURE
@@ -0,0 +1 @@
+config_query_option MONIT_OPTS 'Enable optimised build' n
'--enable-optimized' '--disable-optimized'
diff --git a/net/monit/DEPENDS b/net/monit/DEPENDS
index ebcdd0d..3dfc6fc 100755
--- a/net/monit/DEPENDS
+++ b/net/monit/DEPENDS
@@ -1 +1,2 @@
-optional_depends openssl '--with-ssl' '--without-ssl' 'for SSL support'
+optional_depends openssl '--with-ssl' '--without-ssl' 'for SSL support' &&
+optional_depends linux-pam '' '--without-pam' 'for PAM support'
diff --git a/net/monit/DETAILS b/net/monit/DETAILS
index a2986fc..c492ba8 100755
--- a/net/monit/DETAILS
+++ b/net/monit/DETAILS
@@ -1,6 +1,6 @@
SPELL=monit
- VERSION=5.2.5
-
SOURCE_HASH=sha512:422a09fc31be5b338f542c2f400ea5c57840e1471f5a3516b5c70bdb3fa0b763adfef81ec046b51410b3fb3c6cd47b5709670ee7e1d50ce2c2d7fa2621fc51a8
+ VERSION=5.3
+
SOURCE_HASH=sha512:4f2027e707496b3459e37b49ea22e6695d514b678310b48b7d1e736c60bb99dc0dc5a957829f2f2df6e268ac287f2c3a171561330db52ce2bd29329162070c71
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]="http://mmonit.com/monit/dist/${SOURCE}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/net/monit/HISTORY b/net/monit/HISTORY
index f8e4f7a..a22c958 100644
--- a/net/monit/HISTORY
+++ b/net/monit/HISTORY
@@ -1,3 +1,9 @@
+2011-09-13 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * DETAILS: updated spell to 5.3
+ * BUILD: added for OPTS
+ * CONFIGURE: added optimise
+ * DEPENDS: added linux-pam optional
+
2011-05-26 Julien "_kaze_" ROZO <julien AT rozo.org>
* DETAILS: updated version to 5.2.5




  • [SM-Commit] GIT changes to master grimoire by Andraž Levstik (45424170df6001b8e11d239dc5a3010208f991fc), Andraž Levstik, 09/14/2011

Archive powered by MHonArc 2.6.24.

Top of Page