Package: azureus / 4.3.0.6-5

Metadata

Package Version Patches format
azureus 4.3.0.6-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
debian/speedtest.diff p1 | (download)

com/aelitis/azureus/core/networkmanager/admin/impl/NetworkAdminSpeedTestScheduledTestImpl.java | 8 5 + 3 - 0 !
1 file changed, 5 insertions(+), 3 deletions(-)

 [patch] debian/speedtest

Disable Client-side validation for Speed Test.

Signed-off-by: Adrian Perez <adrianperez.deb@gmail.com>


debian/update disable.diff p1 | (download)

com/aelitis/azureus/ui/swt/Initializer.java | 8 6 + 2 - 0 !
org/gudy/azureus2/ui/swt/mainwindow/Initializer.java | 8 6 + 2 - 0 !
org/gudy/azureus2/update/CorePatchChecker.java | 6 5 + 1 - 0 !
org/gudy/azureus2/update/CoreUpdateChecker.java | 5 4 + 1 - 0 !
4 files changed, 21 insertions(+), 6 deletions(-)

 [patch] debian/update-disable

Prevent the automatic update of several components, specially the Core and the
SWT libraries; avoids sync breakage with the Debian repositories.

Signed-off-by: Adrian Perez <adrianperez.deb@gmail.com>


fixes/multiuser.diff p1 | (download)

com/aelitis/azureus/core/impl/AzureusCoreSingleInstanceClient.java | 8 3 + 5 - 0 !
com/aelitis/azureus/core/networkmanager/impl/tcp/IncomingSocketChannelManager.java | 2 1 + 1 - 0 !
com/aelitis/azureus/core/networkmanager/impl/udp/UDPNetworkManager.java | 4 2 + 2 - 0 !
org/gudy/azureus2/core3/config/impl/ConfigurationChecker.java | 2 1 + 1 - 0 !
org/gudy/azureus2/core3/ipchecker/natchecker/NatChecker.java | 2 1 + 1 - 0 !
org/gudy/azureus2/core3/util/LocalSocketHelper.java | 128 128 + 0 - 0 !
org/gudy/azureus2/core3/util/RandomUtils.java | 2 1 + 1 - 0 !
org/gudy/azureus2/platform/unix/ScriptBeforeStartup.java | 2 1 + 1 - 0 !
org/gudy/azureus2/ui/common/Main.java | 2 1 + 1 - 0 !
org/gudy/azureus2/ui/common/StartServer.java | 6 3 + 3 - 0 !
org/gudy/azureus2/ui/swt/Main.java | 4 2 + 2 - 0 !
org/gudy/azureus2/ui/swt/StartServer.java | 6 3 + 3 - 0 !
org/gudy/azureus2/ui/swt/StartSocket.java | 4 2 + 2 - 0 !
org/gudy/azureus2/ui/swt/osx/Start.java | 2 1 + 1 - 0 !
org/gudy/azureus2/ui/swt/updater/snippets/Main.java | 2 1 + 1 - 0 !
org/gudy/azureus2/ui/swt/updater/snippets/Started.java | 4 2 + 2 - 0 !
org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionConnection.java | 18 9 + 9 - 0 !
org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionConnectionAdvanced.java | 2 1 + 1 - 0 !
org/gudy/azureus2/ui/swt/views/configsections/ConfigSectionTrackerClient.java | 2 1 + 1 - 0 !
19 files changed, 164 insertions(+), 38 deletions(-)

 [patch] fixes/multiuser

Allow one single instance of Azureus per user, instead of one per
machine. Add authentication to the control interface.

Bug-Debian: http://bugs.debian.org/329018
Bug-Ubuntu: https://bugs.launchpad.net/222630
fixes/platform.diff p1 | (download)

com/aelitis/azureus/core/update/impl/AzureusRestarterImpl.java | 6 5 + 1 - 0 !
com/aelitis/azureus/ui/swt/views/skin/TorrentListViewsUtils.java | 8 7 + 1 - 0 !
org/gudy/azureus2/platform/PlatformManagerFactory.java | 4 2 + 2 - 0 !
org/gudy/azureus2/platform/PlatformManagerPluginDelegate.java | 15 12 + 3 - 0 !
4 files changed, 26 insertions(+), 7 deletions(-)

 [patch] fixes/platform

Fixes the FTBFS caused by the use of Win32 and MacOS-X 
platforms imports and logic.

Signed-off-by: Adrian Perez <adrianperez.deb@gmail.com>


debian/no auto update.patch | (download)

com/aelitis/azureus/ui/swt/UIConfigDefaultsSWTv3.java | 2 1 + 1 - 0 !
org/gudy/azureus2/core3/config/impl/ConfigurationDefaults.java | 8 4 + 4 - 0 !
org/gudy/azureus2/pluginsimpl/update/PluginUpdatePlugin.java | 4 2 + 2 - 0 !
3 files changed, 7 insertions(+), 7 deletions(-)

---