Package: nzbget / 0.7.0-2

Metadata

Package Version Patches format
nzbget 0.7.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_fsf_address.patch | (download)

ArticleDownloader.cpp | 2 1 + 1 - 0 !
ArticleDownloader.h | 2 1 + 1 - 0 !
BinRpc.cpp | 2 1 + 1 - 0 !
BinRpc.h | 2 1 + 1 - 0 !
ColoredFrontend.cpp | 2 1 + 1 - 0 !
ColoredFrontend.h | 2 1 + 1 - 0 !
Connection.cpp | 2 1 + 1 - 0 !
Connection.h | 2 1 + 1 - 0 !
Decoder.cpp | 2 1 + 1 - 0 !
Decoder.h | 2 1 + 1 - 0 !
DiskState.cpp | 2 1 + 1 - 0 !
DiskState.h | 2 1 + 1 - 0 !
DownloadInfo.cpp | 2 1 + 1 - 0 !
DownloadInfo.h | 2 1 + 1 - 0 !
Frontend.cpp | 2 1 + 1 - 0 !
Frontend.h | 2 1 + 1 - 0 !
Log.cpp | 2 1 + 1 - 0 !
Log.h | 2 1 + 1 - 0 !
LoggableFrontend.cpp | 2 1 + 1 - 0 !
LoggableFrontend.h | 2 1 + 1 - 0 !
MessageBase.h | 2 1 + 1 - 0 !
NCursesFrontend.cpp | 2 1 + 1 - 0 !
NCursesFrontend.h | 2 1 + 1 - 0 !
NNTPConnection.cpp | 2 1 + 1 - 0 !
NNTPConnection.h | 2 1 + 1 - 0 !
NTService.cpp | 2 1 + 1 - 0 !
NTService.h | 2 1 + 1 - 0 !
NZBFile.cpp | 2 1 + 1 - 0 !
NZBFile.h | 2 1 + 1 - 0 !
NetAddress.cpp | 2 1 + 1 - 0 !
NetAddress.h | 2 1 + 1 - 0 !
NewsServer.cpp | 2 1 + 1 - 0 !
NewsServer.h | 2 1 + 1 - 0 !
Observer.cpp | 2 1 + 1 - 0 !
Observer.h | 2 1 + 1 - 0 !
Options.cpp | 2 1 + 1 - 0 !
Options.h | 2 1 + 1 - 0 !
ParChecker.cpp | 2 1 + 1 - 0 !
ParChecker.h | 2 1 + 1 - 0 !
PrePostProcessor.cpp | 2 1 + 1 - 0 !
PrePostProcessor.h | 2 1 + 1 - 0 !
QueueCoordinator.cpp | 2 1 + 1 - 0 !
QueueCoordinator.h | 2 1 + 1 - 0 !
QueueEditor.cpp | 2 1 + 1 - 0 !
QueueEditor.h | 2 1 + 1 - 0 !
RemoteClient.cpp | 2 1 + 1 - 0 !
RemoteClient.h | 2 1 + 1 - 0 !
RemoteServer.cpp | 2 1 + 1 - 0 !
RemoteServer.h | 2 1 + 1 - 0 !
Scanner.cpp | 2 1 + 1 - 0 !
Scanner.h | 2 1 + 1 - 0 !
Scheduler.cpp | 2 1 + 1 - 0 !
Scheduler.h | 2 1 + 1 - 0 !
ScriptController.cpp | 2 1 + 1 - 0 !
ScriptController.h | 2 1 + 1 - 0 !
ServerPool.cpp | 2 1 + 1 - 0 !
ServerPool.h | 2 1 + 1 - 0 !
TLS.cpp | 2 1 + 1 - 0 !
TLS.h | 2 1 + 1 - 0 !
Thread.cpp | 2 1 + 1 - 0 !
Thread.h | 2 1 + 1 - 0 !
Util.cpp | 2 1 + 1 - 0 !
Util.h | 2 1 + 1 - 0 !
XmlRpc.cpp | 2 1 + 1 - 0 !
XmlRpc.h | 2 1 + 1 - 0 !
nzbget.cpp | 2 1 + 1 - 0 !
nzbget.h | 2 1 + 1 - 0 !
postprocess-example.sh | 2 1 + 1 - 0 !
win32.h | 2 1 + 1 - 0 !
69 files changed, 69 insertions(+), 69 deletions(-)

 fix fsf address
 The FSF address in the copyright headers was outdated.
fix_spelling_error_options.patch | (download)

Options.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct spelling mistake in options
link order.patch | (download)

configure.ac | 7 5 + 2 - 0 !
1 file changed, 5 insertions(+), 2 deletions(-)

 put libraries into ldadd instead of ldflags, this fixes an
 issue with ld --as-needed.
ac_lang_source.patch | (download)

configure.ac | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 http://git.savannah.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=1e604ecfb2d49e6073c445623d894e9709e91b35
 introduced a check wheter AC_LANG_SOURCE/AC_LANG_PROGRAM have been called 
 correctly, this ensures that the generated conftest has all necessary
 definitions for it's programming language.