Skip to Content.
Sympa Menu

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

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 (ea8e0e6b306ffad2aa80e8b876b45597053d6642)
  • Date: Thu, 11 Oct 2007 05:29:45 -0500

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

telephony/asterisk/DETAILS | 4 ++--
telephony/asterisk/HISTORY | 5 +++++
telephony/asterisk/patches/1.4r80750_app_voicemail.c | 11 -----------
3 files changed, 7 insertions(+), 13 deletions(-)

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

asterisk: Updated to 1.4.13, SECURITY_PATCH++, Bug 14035

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

asterisk: forgot to remove a patch file from the grimoire

diff --git a/telephony/asterisk/DETAILS b/telephony/asterisk/DETAILS
index 62739e9..bb176ac 100755
--- a/telephony/asterisk/DETAILS
+++ b/telephony/asterisk/DETAILS
@@ -1,5 +1,5 @@
SPELL=asterisk
- VERSION=1.4.12.1
+ VERSION=1.4.13
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
@@ -13,7 +13,7 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
DOCS="$DOCS UPGRADE.txt BUGS CREDITS"
WEB_SITE=http://www.asterisk.org/
ENTERED=20051223
- SECURITY_PATCH=6
+ SECURITY_PATCH=7
LICENSE[0]=GPL2
KEYWORDS="telephony"
SHORT="Asterisk PBX"
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index 8c78565..b4c65ef 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,3 +1,8 @@
+2007-10-11 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * patches/1.4r80750_app_voicemail.c: deleted (obolsete since 1.4.12.1)
+ * DETAILS: updated spell to 1.4.13
+ SECURITY_PATCH++, fixes bug 14035
+
2007-10-06 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 1.4.12.1
* PRE_BUILD: removed a patch that is now included in the release
diff --git a/telephony/asterisk/patches/1.4r80750_app_voicemail.c
b/telephony/asterisk/patches/1.4r80750_app_voicemail.c
deleted file mode 100644
index 25c0efb..0000000
--- a/telephony/asterisk/patches/1.4r80750_app_voicemail.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- branches/1.4/apps/app_voicemail.c 2007/08/24 15:49:37 80749
-+++ branches/1.4/apps/app_voicemail.c 2007/08/24 15:51:03 80750
-@@ -4421,7 +4421,7 @@
- mail_fetchstructure
(vms->mailstream,vms->msgArray[vms->curmsg],&body);
-
- /* We have the body, now we extract the file name of the first
attachment. */
-- if (body->nested.part->next &&
body->nested.part->next->body.parameter->value) {
-+ if (body->nested.part && body->nested.part->next &&
body->nested.part->next->body.parameter->value) {
- attachedfilefmt =
ast_strdupa(body->nested.part->next->body.parameter->value);
- } else {
- ast_log(LOG_ERROR, "There is no file attached to this IMAP
message.\n");



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

Archive powered by MHonArc 2.6.24.

Top of Page