rpms/asterisk/devel 0013-res_http_post-path-issue.patch, NONE, 1.1 .cvsignore, 1.24, 1.25 asterisk.spec, 1.62, 1.63 sources, 1.24, 1.25

Jeffrey C. Ollie jcollie at fedoraproject.org
Fri Nov 6 01:04:35 UTC 2009


Author: jcollie

Update of /cvs/pkgs/rpms/asterisk/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32122

Modified Files:
	.cvsignore asterisk.spec sources 
Added Files:
	0013-res_http_post-path-issue.patch 
Log Message:
* Tue Oct 27 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.0-0.9.rc3
- Add patch from upstream to fix how res_http_post forms paths.


0013-res_http_post-path-issue.patch:
 res_http_post.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE 0013-res_http_post-path-issue.patch ---
Index: res/res_http_post.c
===================================================================
--- res/res_http_post.c	(revision 226100)
+++ res/res_http_post.c	(working copy)
@@ -447,7 +447,7 @@
 
 			urih->description = ast_strdup("HTTP POST mapping");
 			urih->uri = ast_strdup(v->name);
-			ast_str_set(&ds, 0, "%s/%s", prefix, v->value);
+			ast_str_set(&ds, 0, "%s", v->value);
 			urih->data = ds;
 			urih->has_subtree = 0;
 			urih->supports_get = 0;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/.cvsignore,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- .cvsignore	7 Oct 2009 02:13:10 -0000	1.24
+++ .cvsignore	6 Nov 2009 01:04:34 -0000	1.25
@@ -1,3 +1,2 @@
-asterisk-developer-pubring.gpg
 asterisk-1.6.2.0-rc3.tar.gz
 asterisk-1.6.2.0-rc3.tar.gz.asc


Index: asterisk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/asterisk.spec,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -p -r1.62 -r1.63
--- asterisk.spec	25 Oct 2009 01:25:56 -0000	1.62
+++ asterisk.spec	6 Nov 2009 01:04:34 -0000	1.63
@@ -2,7 +2,7 @@
 Summary: The Open Source PBX
 Name: asterisk
 Version: 1.6.2.0
-Release: 0.8%{?_rc:.rc%{_rc}}%{?dist}
+Release: 0.9%{?_rc:.rc%{_rc}}%{?dist}
 License: GPLv2
 Group: Applications/Internet
 URL: http://www.asterisk.org/
@@ -12,14 +12,17 @@ Source1: asterisk-logrotate
 Source2: menuselect.makedeps
 Source3: menuselect.makeopts
 Source5: http://downloads.asterisk.org/pub/telephony/asterisk/releases/asterisk-%{version}%{?_rc:-rc%{_rc}}.tar.gz.asc
-Source6: asterisk-developer-pubring.gpg
 
 Patch1:  0001-Modify-init-scripts-for-better-Fedora-compatibility.patch
 Patch2:  0002-Modify-modules.conf-so-that-different-voicemail-modu.patch
+
 Patch5:  0005-Build-using-external-libedit.patch
+
+# Submitted upstream: https://issues.asterisk.org/view.php?id=16155
 Patch8:  0008-change-configure.ac-to-look-for-pkg-config-gmime-2.0.patch
 Patch11: 0011-Fix-up-some-paths.patch
 Patch12: 0012-Add-LDAP-schema-that-is-compatible-with-Fedora-Direc.patch
+Patch13: 0013-res_http_post-path-issue.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
 
@@ -386,6 +389,7 @@ local filesystem.
 %patch8 -p0
 %patch11 -p0
 %patch12 -p1
+%patch13 -p0
 
 cp %{SOURCE2} menuselect.makedeps
 cp %{SOURCE3} menuselect.makeopts
@@ -1009,6 +1013,9 @@ fi
 %{_libdir}/asterisk/modules/app_voicemail_plain.so
 
 %changelog
+* Tue Oct 27 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.0-0.9.rc3
+- Add patch from upstream to fix how res_http_post forms paths.
+
 * Sat Oct 24 2009 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.6.2.0-0.8.rc3
 - Add an AST_EXTRA_ARGS option to the init script
 - have the init script to cd to /var/spool/asterisk to prevent annoying message


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/asterisk/devel/sources,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- sources	7 Oct 2009 02:13:10 -0000	1.24
+++ sources	6 Nov 2009 01:04:34 -0000	1.25
@@ -1,3 +1,2 @@
-dd089905d0ba9a514359dc2cf1a53303  asterisk-developer-pubring.gpg
 86391d9be841fc79806b79232f2b5236  asterisk-1.6.2.0-rc3.tar.gz
 69b8abefaf8d4a8abfa1b75b7e83d0d6  asterisk-1.6.2.0-rc3.tar.gz.asc




More information about the fedora-extras-commits mailing list