rpms/audacious-plugins/devel audacious-plugins-2.2-neon-request.patch, 1.1, 1.2 audacious-plugins.spec, 1.79, 1.80

Michael Schwendt mschwendt at fedoraproject.org
Fri Jan 8 20:48:04 UTC 2010


Author: mschwendt

Update of /cvs/pkgs/rpms/audacious-plugins/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28458

Modified Files:
	audacious-plugins-2.2-neon-request.patch 
	audacious-plugins.spec 
Log Message:
* Fri Jan  8 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-10
- In neon transport, after error handling set destroyed request
  pointers to NULL, so vfs read exits early.


audacious-plugins-2.2-neon-request.patch:
 neon.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Index: audacious-plugins-2.2-neon-request.patch
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins-2.2-neon-request.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- audacious-plugins-2.2-neon-request.patch	19 Dec 2009 18:51:57 -0000	1.1
+++ audacious-plugins-2.2-neon-request.patch	8 Jan 2010 20:48:03 -0000	1.2
@@ -1,7 +1,23 @@
-diff -Nur audacious-plugins-2.2-orig/src/neon/neon.c audacious-plugins-2.2-neon/src/neon/neon.c
+diff -Nur audacious-plugins-2.2-orig/src/neon/neon.c audacious-plugins-2.2/src/neon/neon.c
 --- audacious-plugins-2.2-orig/src/neon/neon.c	2009-11-22 23:49:53.000000000 +0100
-+++ audacious-plugins-2.2-neon/src/neon/neon.c	2009-12-19 19:02:17.000000000 +0100
-@@ -1354,7 +1354,9 @@
++++ audacious-plugins-2.2/src/neon/neon.c	2010-01-08 21:39:20.000000000 +0100
+@@ -609,6 +609,7 @@
+             handle->redircount += 1;
+             rediruri = (ne_uri*)ne_redirect_location(handle->session);
+             ne_request_destroy(handle->request);
++            handle->request = NULL;
+ 
+             if (NULL == rediruri) {
+                 _ERROR("<%p> Could not parse redirect response", handle);
+@@ -627,6 +628,7 @@
+                 _ERROR("<%p> neon error string: %s", handle, ne_get_error(handle->session));
+             }
+             ne_request_destroy(handle->request);
++            handle->request = NULL;
+             _LEAVE -1;
+             break;
+     }
+@@ -1354,7 +1356,9 @@
          kill_reader(h);
      }
  


Index: audacious-plugins.spec
===================================================================
RCS file: /cvs/pkgs/rpms/audacious-plugins/devel/audacious-plugins.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- audacious-plugins.spec	8 Jan 2010 12:36:54 -0000	1.79
+++ audacious-plugins.spec	8 Jan 2010 20:48:03 -0000	1.80
@@ -5,7 +5,7 @@
 
 Name: audacious-plugins
 Version: 2.2
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: Plugins for the Audacious media player
 Group: Applications/Multimedia
 URL: http://audacious-media-player.org/
@@ -268,6 +268,10 @@ update-desktop-database &> /dev/null || 
 
 
 %changelog
+* Fri Jan  8 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-10
+- In neon transport, after error handling set destroyed request
+  pointers to NULL, so vfs read exits early.
+
 * Fri Jan  8 2010 Michael Schwendt <mschwendt at fedoraproject.org> - 2.2-9
 - Enable modplug plugin again: The code is an "in-progress rewrite [...]
   with many fixes for module formats not available in libmodplug, and is




More information about the fedora-extras-commits mailing list