Hello community, here is the log from the commit of package aria2 for openSUSE:Factory checked in at 2014-07-12 17:14:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/aria2 (Old) and /work/SRC/openSUSE:Factory/.aria2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "aria2" Changes: -------- --- /work/SRC/openSUSE:Factory/aria2/aria2.changes 2014-01-13 10:52:36.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.aria2.new/aria2.changes 2014-07-12 17:14:59.000000000 +0200 @@ -1,0 +2,20 @@ +Fri Jul 11 15:44:58 UTC 2014 - [email protected] + +- Update to aria2 1.18.5 + * Ignore error when setting DSCP value +- Update to aria2 1.18.4 + * Added support for RPC channel encryption in aria2rpc + * Add aria2.saveSession RPC method + * Add numStoppedTotal key to aria2.getGlobalStat() RPC method response + * Better handling of 30x HTTP status codes + * Implement new RPC authorization using --rpc-secret option + * Add --enable-color option to enable/disable terminal color output + * Add DSCP support + * gnutls: Don't fail handshake if returned error is not fatal + * Add workaround GnuTLS bug with OCSP status extension and + non-blocking socket + * Make GnuTLS log level dependent on the aria2 ones +- Remove ca-certificates requirement. It conflicted with the same recommendation +- Stop specifying a CA bundle. Let the SSL library use the "system" one. + +------------------------------------------------------------------- Old: ---- aria2-1.18.3.tar.xz New: ---- aria2-1.18.5.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aria2.spec ++++++ --- /var/tmp/diff_new_pack.meXURd/_old 2014-07-12 17:15:00.000000000 +0200 +++ /var/tmp/diff_new_pack.meXURd/_new 2014-07-12 17:15:00.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with make_check Name: aria2 -Version: 1.18.3 +Version: 1.18.5 Release: 0 Summary: Parallelizing Multi-Protocol Utility for Downloading Files License: SUSE-GPL-2.0-with-openssl-exception @@ -43,7 +43,6 @@ Provides: aria2-bash-completion = %{version} Obsoletes: aria2-bash-completion < %{version} %if 0%{?suse_version} >= 1130 -Requires: ca-certificates Recommends: ca-certificates %endif @@ -64,10 +63,10 @@ %build %configure --docdir=%{_defaultdocdir}/%{name}/ \ --with-bashcompletiondir=%{_sysconfdir}/bash_completion.d/ \ - --disable-silent-rules \ -%if 0%{?suse_version} >= 1130 - --with-ca-bundle=/etc/ssl/ca-bundle.pem -%endif + --disable-silent-rules +# We don't specify a ca-bundle because that makes aria2 call gnutls_certificate_set_x509_trust_file() +# insted of gnutls_certificate_set_x509_system_trust(). +# --with-ca-bundle=/etc/ssl/ca-bundle.pem make %{?_smp_mflags} ++++++ aria2-1.18.3.tar.xz -> aria2-1.18.5.tar.xz ++++++ ++++ 24985 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
