[Pkg-voip-commits] r9693 - in /asterisk/trunk/debian: changelog patches/httpd_port patches/series

tzafrir at alioth.debian.org tzafrir at alioth.debian.org
Wed May 16 15:57:02 UTC 2012


Author: tzafrir
Date: Wed May 16 15:57:01 2012
New Revision: 9693

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=9693
Log:
Patch httpd_port: Fix port number of Asterisk httpd.

Added:
    asterisk/trunk/debian/patches/httpd_port
Modified:
    asterisk/trunk/debian/changelog
    asterisk/trunk/debian/patches/series

Modified: asterisk/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/changelog?rev=9693&op=diff
==============================================================================
--- asterisk/trunk/debian/changelog (original)
+++ asterisk/trunk/debian/changelog Wed May 16 15:57:01 2012
@@ -6,8 +6,9 @@
   * Also pass LDFLAGS to menuselect (Closes: #664086 for real).
   * Fully strip-out the ilbc code (Closes: #665938, #665937).
     - Patch ilbc_disable to fix the build.
-
- -- Tzafrir Cohen <tzafrir at debian.org>  Thu, 10 May 2012 18:46:52 +0300
+  * Patch httpd_port: Fix port number of Asterisk httpd.
+
+ -- Tzafrir Cohen <tzafrir at debian.org>  Wed, 16 May 2012 18:43:18 +0300
 
 asterisk (1:1.8.11.1~dfsg-1) unstable; urgency=high
 

Added: asterisk/trunk/debian/patches/httpd_port
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/httpd_port?rev=9693&op=file
==============================================================================
--- asterisk/trunk/debian/patches/httpd_port (added)
+++ asterisk/trunk/debian/patches/httpd_port Wed May 16 15:57:01 2012
@@ -1,0 +1,17 @@
+Author: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Description: Set httpd default port to 8088
+
+Due to a regression in upstream's code (r353770) the port on which the
+Asterisk httpd listens on by default (if it does) has changed from 8088
+to 8080. Set it back to 8088.
+--- a/main/http.c
++++ b/main/http.c
+@@ -61,7 +61,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revisi
+ #define MAX_PREFIX 80
+ #define DEFAULT_SESSION_LIMIT 100
+ 
+-#define DEFAULT_HTTP_PORT 8080
++#define DEFAULT_HTTP_PORT 8088
+ #define DEFAULT_HTTPS_PORT 8089
+ 
+ /* See http.h for more information about the SSL implementation */

Modified: asterisk/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk/trunk/debian/patches/series?rev=9693&op=diff
==============================================================================
--- asterisk/trunk/debian/patches/series (original)
+++ asterisk/trunk/debian/patches/series Wed May 16 15:57:01 2012
@@ -25,3 +25,4 @@
 sparc32_disable
 menuselect_cflags
 ilbc_disable
+httpd_port




More information about the Pkg-voip-commits mailing list