aria2-bash-completion-1.10.9-3.1>t  DH`pM_?E/=„>A DVGn÷ӹS^[F{Q*K֜ۥ@gLLZ4OjwFqpUMnxz5' P[NFLd$R^K|X4s{fx+=e.C-asQQ/-ͤ8F3tS9Y8gG*+3U(Ok% jXy|+hƍ^i% pc ħ_{c$&8Jd;v/ 21nO"\'M?>5Iv?Ifd # = 7]clp r t x  w(8,9L,:,FH GH HH$IH(XH,YH4\HL]HP^HVbHncHdI8eI=fIBlIDzIVCaria2-bash-completion1.10.93.1Bash Completion for aria2Provides bash command line completion support for aria2c, a parallelizing multi-protocol utility for downloading files.M_?build23openSUSE 11.4openSUSEGNU General Public License (GPL)http://bugs.opensuse.orgProductivity/Networking/Otherhttp://sourceforge.net/projects/aria2linuxx86_64M_?7959e0afc83358798927d249a9e2d497rootrootaria2-1.10.9-3.1.src.rpmaria2-bash-completionaria2-bash-completion(x86-64)   aria2bash-completionrpmlib(PayloadFilesHavePrefix)rpmlib(CompressedFileNames)rpmlib(PayloadIsLzma)1.10.94.0-13.0.4-14.4.6-14.8.0M8#M*ML~L@L|LML@L@LzKLD>@L(L KK#@KŮ@K@K,KqK @KjKZK7L@K&(K@KJ@JJJw@J@JJF@JlE@Ja@JCfJ+J"q@JIII)@IW@I@pascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgjengelh@medozas.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgcrrodriguez@opensuse.orgpoeml@cmdline.netmeissner@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgcoolo@novell.compascal.bleser@opensuse.orglnussel@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpoeml@suse.depoeml@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpoeml@suse.depascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpascal.bleser@opensuse.orgpoeml@suse.de- split out bash completion support into aria2-bash-completion package - aria2-bash-completion requires bash-completion to function properly- update to 1.10.9: * fixes the bug in which aria2 wrongly determines a peer as a seeder and drops connection in the seed state * some improvements and bug fixes in the BitTorrent implementation were made: + bump up DHT version number to 3 + don't try legacy BitTorrent handshake when first connection attempt timed out + don't send announce_peer message with empty token in DHTPeerLookupTask; replace old node ID with new node ID when response message is received in DHTAbstractNodeLookupTask + drop old node from DHT routing table if node ID has changed + drop connection if client and peer are both seeders + fixed the bug that peer is marked as seeder whenever it sends extension handshake with metadata size- update to 1.10.8: * fixes compile error that occurs when the system does not have fallocate() but has posix_fallocate()- update to 1.10.7: * fixes the bug that causes a memory leak when parsing Metalink document * adds several exit status codes to help identify the cause of an error * the --max-connection-per-server option now works with Metalink * aria2 now passes the number of files and file path in addition to the GID to commands specified in the --on-download-* options * a bash_completion file for aria2c is now included in the distribution- update to 1.10.6: * fixes the bug that prevented downloading files larger than 4GB on 32-bit systems * fixes the bug that prevented the dht.dat file from being saved * improper use of the return value of vsnprintf was fixed, which caused segmentation fault when formatting strings more than 1024 characters long- update 1.10.5: * fixes the bug in which file allocation is enabled in HTTP even if --file-allocation=none is specified- update to 1.10.4: * fixes the bug in which aria2 hangs when the FTP server does not send the "226 Transfer Complete" message * fixes the bug in which the time used in file allocation is taken into account when calculating download speed * non UTF-8 filenames are now percent-encoded * the comments and name in the .torrent file in an XML-RPC response are also percent-encoded if they are not UTF-8 * a warning message when CA certificates are not imported is not printed in the console; instead, it is shown when a certificate verification error actually occurs- use %_smp_mflags for build- update to 1.10.3: * adds the short option -x for the --max-connection-per-server option and -k for the --min-split-size option * adds the --max-download-result=NUM option: this option sets the maximum number of download results kept in memory, and the default value is 1000 * --max-connection-per-server now accepts values up to 16 * the "@" character is now allowed in a username embedded in a URI * fixes the bug in which aria2 reports an error and exits with non-zero status when a file is already downloaded and a checksum is available - changes from 1.10.2: * fixes the bug that prevented HTTP redirect from working when multiple files were downloaded from the same host at the same time * for netrc, aria2 now performs a domain match if the machine name defined in .netrc starts with "."- update to 1.10.1: * adds IPv6 support for FTP, BitTorrent, and BitTorrent DHT * for FTP, EPSV and EPRT command support was added * enabling IPv6 DHT requires several new options * aria2 now listens on both IPv4 and IPv6 sockets for BitTorrent, its DHT and XML-RPC; aria2 uses the same port for both IPv4 and IPv6 * the ability to add and remove BitTorrent tracker announce URIs was added * the link error for FallocFileAllocationIterator was fixed- update to 1.10.0: * adds an option to limit the number of connections to the same host in each download * aria2 now chooses the server which is least used in the aria2c instance * adds Chromium cookie support * adds HTTP only conditional download support in which a file is downloaded only when the local file is older than the remote file * aria2 now can handle %2F in FTP URI properly * the HTTP/1.1 chunked decoder was fixed * aria2 uses fallocate by default if it is usable- update to 1.9.5: * fixes the bug that caused corrupted files * also fixes an assertion error in the DefaultPeerStorage class * aria2 no longer resets the referer to the empty string on redirect * the log and log-level options can be used in the aria2.changeGlobalOption XML-RPC method: this means you can dynamically start or stop logging and change log file and log level- update to 1.9.4: * fixes the bug where connection reuse on FTP did not work if the FTP server changed the root directory based on account * fixes the bug where reading a Metalink document from a pipe (the -M- option) does not work when aria2 is built with expat or old libxml2 (2.7.6 or earlier) * now aria2 does not emit an error if the given Metalink document is empty (no file element) * the response of the aria2.tellStopped XML-RPC method now has more information: totalLength, completedLength, uploadLength, bitfield, and so on.- update to 1.9.3: * fixes the bug in which aria2 cuts a filename after a ";" character if the filename in the Content-Disposition header includes a ";" character * fixes the bug in which the name attribute of the file element in a Metalink file is not properly sanitized- update to 1.9.2: * adds poll() support for socket event notification to eliminate the limitation to 1024 file descriptors of the select() call * fixes the bug in which the aria2.unpause and aria2.unpauseAll XML-RPC methods fail when -s1 is given in a command-line argument- update to 1.9.1: * adds ability to save unfinished downloads as a text file: the file can be read with the -i option on restart * adds the ability to download files from scratch when 'resume' is not supported by the remote server * new XML-RPC methods were added: aria2.pause, aria2.unpause, aria2.shutdown, and their families * the new exit status code '8' was added- enable c-ares support in 11.3 only.- update to 1.9.0: This release adds Metalink4 support and BitTorrent Local Peer Discovery. aria2.changeUri XML-RPC method was added. It enables you to add/remove URIs to existing downloads dynamically. The user and password for proxy server now can be specified in command-line separately. We refactored the code based on profiler results, so aria2 now runs more efficiently than ever. Russian and Simplified Chinese translation were updated. * Resurrected --http-proxy-user and --http-proxy-passwd option. Added --https-proxy-user, --https-proxy-passwd, --ftp-proxy-user, - -ftp-proxy-passwd, --all-proxy-user, --all-proxy-passwd option. * Updated Russian and Simplified Chinese translation. * Added --reuse-uri option. This option has existed quite long, but been hidden. * Fixed the bug that filename is percent encoded where it must be percent decoded in sendMdtm(). * Added getServers XML-RPC method. It returns currently connected HTTP(S)/FTP server and download speed, etc. * Added 'status' key to the response of getUri XML-RPC method. * Added changeUri XML-RPC method. This method removes/adds URIs dynamically. * Replaced null or control characters in file path with '_'. For MinGW32 build, additional characters which is not allowed in Windows kernel are also replaced. util::detectDirTraversal() now returns true if given string contains null or control characters. * Discard torrent file if path data in it contains directory traversal directives. Discard metalink:file element in Metalink3 format if its name attribute contains directory traversal directives. Ignore name attribute of metalink:signature element in Metalink3 format if it contains directory traversal directives. * Added Metalink4 support. Files with same metaurl are grouped and downloaded in one RequestGroup. * Added --bt-lpd-interface option to specify the interface to use for Local Peer Discovery. LpdMessageDispatcher object now has its own socket. LpdMessageReceiver's socket is binded to multicast address to only receive multicast packets. * Added Local Peer Discovery. It is disabled by default. Use - -bt-enable-lpd to enable the function.- run make check - fixed macro usage to work with the macros not defined- update to 1.8.3: * fixes the bug in which --file-allocation=falloc didn't work with single file download * fixes the bug in which the return value of aria2 was unreliable if an error occurred before download begins * when custom request headers are specified by the --header option, they now override built-in headers if they have same name- update to 1.8.2: * fixes the bug that causes segmentation fault with the - -max-file-not-found option involved * now aria2 can handle a redirected URI which is not properly percent encoded * the 'bittorrent' key was added to the response of the tellStatus XML-RPC method; the associated value of the key is a struct and contains data retrieved from a .torrent file, such as name, announce-list, comment, etc- update to 1.8.1: * fixes the bug that causes a segmentation fault if unknown options exist in the aria2.conf file and the user cannot include an empty line in aria2.conf * the following new command line options were added: + --http-no-cache + --bt-metadata-only + --human-readable * the aria2.getSessionInfo XML-RPC method was added * the "dir" and "files" keys were added to the response struct of the aria2.tellStatus XML-RPC method * aria2 now returns a gzip compressed XML-RPC response if the XML-RPC client accepts gzip content encoding- update to 1.8.0: * new XML-RPC methods were added: + aria2.getOption + aria2.getGetGlobalOption + aria2.changePosition + aria2.tellStopped + system.multicall * adds --bt-save-metadata option: saves metadata as a .torrent file; has effect only when a BitTorrent Magnet URI is used- update to 1.7.2: * fixes bug in which aria2 listens to the wrong port in BitTorrent/FTP downloads when the --interface option is used * if --metalink-file='-' is given, aria2 now reads the Metalink file from stdin * the magnet URI is printed in the output of the -S option * DHT is now enabled by default; DHT doesn't start when aria2 is only handling HTTP and FTP downloads; when the first torrent download begins, aria2 initiates DHT functionality; after that, DHT runs until aria2 exits - enable sqlite3 support- update to 1.7.1: * fixed a bug with --bt-prioritize-piece=tail not working- update to 1.7.0: * adds BitTorrent Magnet URI support * add ability to bind to a particular interface * add disabling IPv6 * add prioritizing pieces in BitTorrent download * the --http-auth-scheme option was removed since it is useless * updated Russian, Ukrainian, German, and French translations- updated patches to apply with fuzz=0- update to 1.6.3: * fixes reported bugs * updates translations- fix format string problem (bnc#547318, CVE-2009-3617)- update to 1.6.2: * fixes a segmentation fault which occurred if the URI to download contains a printf format string and logging is enabled * the Ukrainian translation was updated- update to 1.6.1: * fixes a memory leak in HTTP/FTP downloading * fixes a bug where the option values changed by XML-RPC changeOption and changeGlobalOption methods are cleared * now User-agent and Peer ID include version numbers * Simplified Chinese translations have been updated - changes from 1.6.0: * changes the default behavior of XML-RPC server: now it listens only on the local loopback interface by default for security reasons; if you want to connect to aria2c from remote hosts, use the --xml-rpc-listen-all option * the XML-RPC client sample scripts written in Ruby are now included in the archive under the doc/xmlrpc directory * the help category tags are now start "#" to distinguish them from keyword search * the --retry-wait option was removed because it doesn't work properly under the architecture * Bulgarian, Russian, Slovak, and Japanese translations have been updated- update to 1.5.2: This release fixes the bug that when the first attempt to establishing connection fails, aria2 don't try to connect another address and a download immediately fails. -S output was enhanced: exact file size is now printed. For -S with torrent file, meta data such as comment, comment.utf-8, created by and creation date are now printed. Ukrainian and Russian translations were updated. See also http://bugzilla.novell.com/show_bug.cgi?id=532575.- remove obsolete patch aria2-large_ftp.patch- update to 1.5.1: * fixes a linker error in unit test code on 32-bit systems * file I/O error handling was written- update to 1.5.0: * adds Web seeding support for multi-file torrents * a --bt-stop-timeout option was added * aria2 now tries all resolved addresses to connect to remote HTTP(S)/FTP servers until it is connected * for XML-RPC, two new methods were added: aria2.tellWaiting and aria2.getVersion * --use-head is now disabled by default since the HEAD request causes problems with some Web sites * the Russian, Italian, Danish, Bulgarian, Japanese, and Ukrainian translations were updated- remove --without-libares from the configure options, which isn't recognized (anymore). There's --without-libcares, instead, which is already in use.- update to 1.4.1: * the aria2.tellStatus XML-RPC method now returns "uploadLength" and "numSeeders" * the Ukrainian translation was updated- update to 1.4.0: * adds an XML-RPC interface: the current XML-RPC API allows users to add HTTP(S)/FTP/torrent/Metalink download and change options dynamically: the APIs such as reporting download progress, file paths, URIs, and peer information are also available * adds the ability to run a command when a download is started/stopped * adds the ability to save cookies * the console readout was slightly updated and now includes the number of seeders the client has connected to * a Slovak translation was added * ukrainian and Brazilian Portuguese translation were updated- update to 1.3.3: * fixes the bug in which the --check-integrity option doesn't work properly if a file including the last piece is missing * the internal receive buffer was increased for FTP in order to receive big banners * the Ukrainian, Russian, and Simplified Chinese translations were updated- added patch by Rudi Oertel to avoid crashes with FTP banner sizes larget than 4kb (now handles 64kb), sent upstream: https://sourceforge.net/tracker/?func=detail&aid=2784659&group_id=159897&atid=813675- update to 1.3.2: * fixes the bug that prevents certain BitTorrent downloads from finishing * fixes a possible segmentation fault when gzip decoding is involved * fixes an infinite loop bug if the last "0" chunk-size marker is not received in chunked encoding transfer * aria2 now supports Web seeding (HTTP seeding) for a single file torrent * the Ukrainian translation was updated- update to 1.3.1: * fixes a bug where aria2 incorrectly determined that the specified share ratio was reached because of miscalculation of upload bytes * fixes a bug where the upload limit exceeded the value specified in the --seed-ratio option depending on the timing of the execution of SeedCheckCommand- update to 1.3.0: * performance optimizations * adds the ability to specify the output filenames in BitTorrent downloads * adds the option to limit overall download speed * adds a dry run mode * adds the file allocation mode 'falloc' * the -i list option can now take new options: select-file and index-out * the default behavior of sending HTTP Authorization header is reverted back to version 1.1.2 style * you can now seed read-only files in BitTorrent * Indonesian, Russian, Italian, Ukrainian, Simplified Chinese, Japanese, Spanish, and Norwegian Nynorsk translations were updated- add patch for failing download when the adaptive URI selector is used (https://sourceforge.net/support/tracker.php?aid=2666026)build23 12980877041.10.9-3.11.10.9-3.1aria2/etc/bash_completion.d/-fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:11.4/standard/f7a6c8265ddd81745a692092292cfee5-aria2cpiolzma5x86_64-suse-linux5eb>6}ѐ?] cpn-QnqTK/_^6,Z`nZ/I5nrSJhVp(lо`VCv"ĊmC29FVyD ת W8?O]Gx*;';Pd)|B3J e*ދhc=p$awTX5,  )5y!؈9.NΚ1@7 /t([вfgnZc\ᄢ>[LA.KXY)JR1R5JBͽr=,҇P/*k* u^dƚWkpssM9(twĘ {*X?p< 4QRΦW"f:JebO 2Mq x!A&ٙQ1kfm.KtXYK=7ȪrtTjQoLT\aZ<qqf31%-lZ?;VTqӡHZ[Pٞ[CVi=ȹ ]池Z7) `@Z.3km:IlpI :+P7݅8`f#!fdn ї5]3Kw,]-@2=l-QאAzȏ?]ˬΪm ɉ,=ӝQrj$6^eaIeA﯀G(pߧ X(lGחH#AsXw"bײwOl&Zbb @{(ף/{)¸B[F*T54Tdj{hCrBg$Tr_<(%o)jZX Qdz CՖ_Yl'1,n7MʜȄ#,焚g#vNѧ(QdJC4nz\`lH>eS&) -DsJ܊h > t?5Z R826?~ b3&ue'ӢVyu~D ;]*J|&@ pzė3+,Ss3DG,d t,bY%{\/֚iNOD7x+6#2cIqGΏ+aaf?֚OGp1B]$Ef.=wzmK zR/ua\Tz#m{XT VO*_9B&lJeWdGE5;{3` V;<-/>ᱍtʶ 5AcW@OWEt :V>NgyDOZ)Y* ZON2(utM=e:?Pi FMEq=@-cgEdR٘gWU& Ңy)ӜF Lp:)-Jѧjstr6 ٜ mXv=4hg}<;`FwNXML 3*9Т}Į7 \{ܻY$mO{k /e)C𳡹vr2bibå.PE{[2