Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (2c23ebcbfac673396d63a6014eed6934e55614b9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (2c23ebcbfac673396d63a6014eed6934e55614b9)
  • Date: Wed, 11 Jul 2007 05:05:33 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

net/libpri/DETAILS | 7 +++++--
net/libpri/HISTORY | 4 ++++
telephony/asterisk/DEPENDS | 5 +++++
telephony/asterisk/DETAILS | 2 +-
telephony/asterisk/HISTORY | 4 ++++
5 files changed, 19 insertions(+), 3 deletions(-)

New commits:
commit 2c23ebcbfac673396d63a6014eed6934e55614b9
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk: updated to 1.4.7.1, added libpri as an optional dependency

commit ae31432e5a43a68f693b9944082dd7b0c98b2dbb
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

libpri: updated to 1.4.1, converted to upstream signature checking

diff --git a/net/libpri/DETAILS b/net/libpri/DETAILS
index f5b86b4..97807f7 100755
--- a/net/libpri/DETAILS
+++ b/net/libpri/DETAILS
@@ -1,10 +1,13 @@
SPELL=libpri
- VERSION=1.4.0
+ VERSION=1.4.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://ftp.digium.com/pub/$SPELL/$SOURCE
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_URL[1]=http://ftp.digium.com/pub/$SPELL/old/$SOURCE
-
SOURCE_HASH=sha512:59ad06c746f62221d9c8d8c0937b3341d44e7ddf5b1d58701271f8d239d5ea186aedf210ea890827cd1967d6ab0d8efd65af858ccb841320a7b6af3dab76de68
+ SOURCE_GPG=asterisk.gpg:$SOURCE2:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.asterisk.org/
ENTERED=20051223
LICENSE[0]=GPL
diff --git a/net/libpri/HISTORY b/net/libpri/HISTORY
index 82aad39..5a31fa9 100644
--- a/net/libpri/HISTORY
+++ b/net/libpri/HISTORY
@@ -1,3 +1,7 @@
+2007-07-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.4.1
+ converted to upstream signature checking
+
2007-06-03 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated spell to 1.4.0

diff --git a/telephony/asterisk/DEPENDS b/telephony/asterisk/DEPENDS
index d11cfb8..291baf6 100755
--- a/telephony/asterisk/DEPENDS
+++ b/telephony/asterisk/DEPENDS
@@ -43,6 +43,11 @@ optional_depends "net-snmp"
\
"--without-netsnmp" \
"to monitor and configure asterisk with snmp" &&

+optional_depends "libpri" \
+ "--with-pri" \
+ "--without-pri" \
+ "to use your ISDN card with asterisk" &&
+
optional_depends "newt" \
"--with-newt" \
"--without-newt" \
diff --git a/telephony/asterisk/DETAILS b/telephony/asterisk/DETAILS
index 0051b8b..5f2d5f6 100755
--- a/telephony/asterisk/DETAILS
+++ b/telephony/asterisk/DETAILS
@@ -1,5 +1,5 @@
SPELL=asterisk
- VERSION=1.4.6
+ VERSION=1.4.7.1
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index ea29f92..f799fe3 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,3 +1,7 @@
+2007-07-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.4.7.1
+ * DEPENDS: added libpri as an optional dependency
+
2007-06-30 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 1.4.6




  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (2c23ebcbfac673396d63a6014eed6934e55614b9), Martin Spitzbarth, 07/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page