[asterisk/f16] Update to 1.8.10.1

Russell Bryant russellb at fedoraproject.org
Mon Mar 19 15:26:44 UTC 2012


commit b9a54be5aef780cb38084215a2f5b9cdbe2ec0bc
Author: Russell Bryant <rbryant at redhat.com>
Date:   Sat Mar 17 22:13:30 2012 -0400

    Update to 1.8.10.1

 .gitignore    |    1 +
 asterisk.spec |   19 +++++++++++++------
 sources       |    3 +--
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bf58172..b7d5eda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,3 +64,4 @@ asterisk-1.8.0-beta3.tar.gz.asc
 /asterisk-1.8.8.0-rc2.tar.gz.asc
 /asterisk-1.8.8.0-rc4.tar.gz
 /asterisk-1.8.8.0-rc4.tar.gz.asc
+/asterisk-1.8.10.1.tar.gz
diff --git a/asterisk.spec b/asterisk.spec
index e11e1c1..50369ac 100644
--- a/asterisk.spec
+++ b/asterisk.spec
@@ -1,4 +1,4 @@
-%global _rc 4
+#global _rc 4
 #global _beta 5
 
 %if 0%{?fedora} >= 15
@@ -17,8 +17,8 @@
 
 Summary: The Open Source PBX
 Name: asterisk
-Version: 1.8.8.0
-Release: 0.4%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
+Version: 1.8.10.1
+Release: 1%{?_rc:.rc%{_rc}}%{?_beta:.beta%{_beta}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -42,8 +42,8 @@ Patch7:  0007-Don-t-load-chan_mgcp-and-res_pktccops-because-res_pk.patch
 #Patch8:	 0008-Make-sure-that-AST_ARGS-is-used-consistently-in-Fedo.patch
 #Patch9:	 0009-Use-consistently-in-the-Fedora-init-script.patch
 #Patch10: 0010-Make-sure-that-the-Fedora-init-script-can-find-the-p.patch
-# Submitted upstream: https://issues.asterisk.org/jira/browse/ASTERISK-18331
-Patch11: 0011-This-fixes-the-inotify-code-to-handle-call-files-bei.patch
+# Submitted upstream: https://issues.asterisk.org/jira/browse/ASTERISK-18331 (now merged)
+#Patch11: 0011-This-fixes-the-inotify-code-to-handle-call-files-bei.patch
 Patch12: 0012-Fix-two-problems-with-app_sms.patch
 Patch13: 0013-Remove-blank-lines-to-improve-compat-with-389-Direct.patch
 
@@ -480,7 +480,7 @@ local filesystem.
 #patch8 -p1
 #patch9 -p1
 #patch10 -p1
-%patch11 -p1
+#patch11 -p1
 %patch12 -p1
 %patch13 -p1
 
@@ -1271,6 +1271,13 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Sat Mar 17 2012 Russell Bryant <russell at russellbryant.net> - 1.8.10.1-1
+- Update to 1.8.10.1 from upstream.
+- Fix remote stack overflow in app_milliwatt.
+- Fix remote stack overflow, including possible code injection, in HTTP digest
+  authentication handling.
+- Resolves: rhbz#804045, rhbz#804038, rhbz#804042
+
 * Thu Nov 17 2011 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.8.8.0-0.4.rc4
 - The Asterisk Development Team has announced the fourth release candidate of
 - Asterisk 1.8.8.0. This release candidate is available for immediate download at
diff --git a/sources b/sources
index c768851..772a393 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-5bd6239719370d491553a9a09f0d4dec  asterisk-1.8.8.0-rc4.tar.gz
-4ac58e1623ce96058fbb1ff854b1223f  asterisk-1.8.8.0-rc4.tar.gz.asc
+415738d347b9037cbe5f8bfbe66843de  asterisk-1.8.10.1.tar.gz


More information about the scm-commits mailing list