Package: red5 / 0.9.1-4squeeze1

Metadata

Package Version Patches format
red5 0.9.1-4squeeze1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02_no_lib_dir.diff | (download)

build.xml | 31 15 + 16 - 0 !
1 file changed, 15 insertions(+), 16 deletions(-)

 build.xml: remove usage of lib/ directory.
04_build_html_docs.diff | (download)

build.xml | 9 7 + 2 - 0 !
doc/reference/src/index.xml | 2 1 + 1 - 0 !
doc/reference/styles/html_chunk.xsl | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 4 deletions(-)

 build.xml: building html manual
 - Use a custom classpath with saxon and xerces (XSLT) from Debian
   Debian package: libsaxon-java and libxerces2-java
 - Use Debian provided docbook XSL stylesheets
   Debian package: docbook-xsl
06_use_xmlrpc3.diff | (download)

src/org/red5/server/net/servlet/StatisticsServlet.java | 47 29 + 18 - 0 !
1 file changed, 29 insertions(+), 18 deletions(-)

 src/org/red5/server/net/servlet/statisticsservlet.java:
 Use Java XmlRpc 3.1 API
 (Debian package libxmlrpc3-server-java).
11_change_red5_bootstrap.diff | (download)

src/org/red5/classloading/ClassLoaderBuilder.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't exclude some jar's from build classpath.
 There is no need for that and it fail with our version-less JARs.
11_change_jmx_port.diff | (download)

red5-shutdown.sh | 2 1 + 1 - 0 !
src/conf/red5.properties | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 change jmx port from 9999 to 9980
 (9999 may conflict with approx proxy server)
 Also change JMX listner to bind on loopback only.
12_javadoc_links.diff | (download)

build.xml | 14 4 + 10 - 0 !
1 file changed, 4 insertions(+), 10 deletions(-)

 change javadocs links to use local javadocs
13_jaudiotagger2.diff | (download)

src/org/red5/io/mp3/impl/MP3Reader.java | 18 9 + 9 - 0 !
1 file changed, 9 insertions(+), 9 deletions(-)

---
14_document_removed_stuff.diff | (download)

webapps/root/index.html | 29 29 + 0 - 0 !
1 file changed, 29 insertions(+)

 describe removed /demos and /installer webapp
 in index.html
15_jython25.diff | (download)

src/org/red5/server/script/jython/JythonScriptFactory.java | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 compatibility with jython 2.5.x release.
 PyJavaInstance doesn't exist anymore:
 <http://markmail.org/message/6xuwt3xvt6ejounm>
 <http://markmail.org/message/lv4ta34hnwezbzof>
 Replace it by Py.java2py(Object);