[obs submit-request 84670] openSUSE:Factory:Contrib/tor: created by AndreasStieger
home:AndreasStieger:branches:openSUSE:Factory:Contrib/tor -> openSUSE:Factory:Contrib/tor https://build.opensuse.org/request/diff/84670 Description: update to upstream 0.2.2.33 changes files: -------------- --- tor.changes +++ tor.changes @@ -1,0 +2,68 @@ +Tue Sep 20 20:58:56 UTC 2011 - andreas.stieger@gmx.de + +- update to upstream 0.2.2.33 + +Changes in version 0.2.2.33 - 2011-09-13 + Tor 0.2.2.33 fixes several bugs, and includes a slight tweak to Tor's + TLS handshake that makes relays and bridges that run this new version + reachable from Iran again. + + o Major bugfixes: + - Avoid an assertion failure when reloading a configuration with + TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes bug + 3923; bugfix on 0.2.2.25-alpha. + + o Minor features (security): + - Check for replays of the public-key encrypted portion of an + INTRODUCE1 cell, in addition to the current check for replays of + the g^x value. This prevents a possible class of active attacks + by an attacker who controls both an introduction point and a + rendezvous point, and who uses the malleability of AES-CTR to + alter the encrypted g^x portion of the INTRODUCE1 cell. We think + that these attacks are infeasible (requiring the attacker to send + on the order of zettabytes of altered cells in a short interval), + but we'd rather block them off in case there are any classes of + this attack that we missed. Reported by Willem Pinckaers. + + o Minor features: + - Adjust the expiration time on our SSL session certificates to + better match SSL certs seen in the wild. Resolves ticket 4014. + - Change the default required uptime for a relay to be accepted as + a HSDir (hidden service directory) from 24 hours to 25 hours. + Improves on 0.2.0.10-alpha; resolves ticket 2649. + - Add a VoteOnHidServDirectoriesV2 config option to allow directory + authorities to abstain from voting on assignment of the HSDir + consensus flag. Related to bug 2649. + - Update to the September 6 2011 Maxmind GeoLite Country database. + + o Minor bugfixes (documentation and log messages): + - Correct the man page to explain that HashedControlPassword and + CookieAuthentication can both be set, in which case either method + is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha, + when we decided to allow these config options to both be set. Issue + raised by bug 3898. + - Demote the 'replay detected' log message emitted when a hidden + service receives the same Diffie-Hellman public key in two different + INTRODUCE2 cells to info level. A normal Tor client can cause that + log message during its normal operation. Bugfix on 0.2.1.6-alpha; + fixes part of bug 2442. + - Demote the 'INTRODUCE2 cell is too {old,new}' log message to info + level. There is nothing that a hidden service's operator can do + to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; fixes part + of bug 2442. + - Clarify a log message specifying the characters permitted in + HiddenServiceAuthorizeClient client names. Previously, the log + message said that "[A-Za-z0-9+-_]" were permitted; that could have + given the impression that every ASCII character between "+" and "_" + was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on 0.2.1.5-alpha. + + o Build fixes: + - Provide a substitute implementation of lround() for MSVC, which + apparently lacks it. Patch from Gisle Vanem. + - Clean up some code issues that prevented Tor from building on older + BSDs. Fixes bug 3894; reported by "grarpamp". + - Search for a platform-specific version of "ar" when cross-compiling. + Should fix builds on iOS. Resolves bug 3909, found by Marco Bonetti. + + +------------------------------------------------------------------- old: ---- tor-0.2.2.32.tar.bz2 new: ---- tor-0.2.2.33.tar.bz2 spec files: ----------- --- tor.spec +++ tor.spec @@ -1,7 +1,7 @@ # norootforbuild Name: tor -Version: 0.2.2.32 +Version: 0.2.2.33 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build License: 3-clause BSD other changes: -------------- ++++++ tor-0.2.2.32.tar.bz2 -> tor-0.2.2.33.tar.bz2 --- ChangeLog +++ ChangeLog @@ -1,3 +1,66 @@ +Changes in version 0.2.2.33 - 2011-09-13 + Tor 0.2.2.33 fixes several bugs, and includes a slight tweak to Tor's + TLS handshake that makes relays and bridges that run this new version + reachable from Iran again. + + o Major bugfixes: + - Avoid an assertion failure when reloading a configuration with + TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes bug + 3923; bugfix on 0.2.2.25-alpha. + + o Minor features (security): + - Check for replays of the public-key encrypted portion of an + INTRODUCE1 cell, in addition to the current check for replays of + the g^x value. This prevents a possible class of active attacks + by an attacker who controls both an introduction point and a + rendezvous point, and who uses the malleability of AES-CTR to + alter the encrypted g^x portion of the INTRODUCE1 cell. We think + that these attacks are infeasible (requiring the attacker to send + on the order of zettabytes of altered cells in a short interval), + but we'd rather block them off in case there are any classes of + this attack that we missed. Reported by Willem Pinckaers. + + o Minor features: + - Adjust the expiration time on our SSL session certificates to + better match SSL certs seen in the wild. Resolves ticket 4014. + - Change the default required uptime for a relay to be accepted as + a HSDir (hidden service directory) from 24 hours to 25 hours. + Improves on 0.2.0.10-alpha; resolves ticket 2649. + - Add a VoteOnHidServDirectoriesV2 config option to allow directory + authorities to abstain from voting on assignment of the HSDir + consensus flag. Related to bug 2649. + - Update to the September 6 2011 Maxmind GeoLite Country database. + + o Minor bugfixes (documentation and log messages): + - Correct the man page to explain that HashedControlPassword and + CookieAuthentication can both be set, in which case either method + is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha, + when we decided to allow these config options to both be set. Issue + raised by bug 3898. + - Demote the 'replay detected' log message emitted when a hidden + service receives the same Diffie-Hellman public key in two different + INTRODUCE2 cells to info level. A normal Tor client can cause that + log message during its normal operation. Bugfix on 0.2.1.6-alpha; + fixes part of bug 2442. + - Demote the 'INTRODUCE2 cell is too {old,new}' log message to info + level. There is nothing that a hidden service's operator can do + to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; fixes part + of bug 2442. + - Clarify a log message specifying the characters permitted in + HiddenServiceAuthorizeClient client names. Previously, the log + message said that "[A-Za-z0-9+-_]" were permitted; that could have + given the impression that every ASCII character between "+" and "_" + was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on 0.2.1.5-alpha. + + o Build fixes: + - Provide a substitute implementation of lround() for MSVC, which + apparently lacks it. Patch from Gisle Vanem. + - Clean up some code issues that prevented Tor from building on older + BSDs. Fixes bug 3894; reported by "grarpamp". + - Search for a platform-specific version of "ar" when cross-compiling. + Should fix builds on iOS. Resolves bug 3909, found by Marco Bonetti. + + Changes in version 0.2.2.32 - 2011-08-27 The Tor 0.2.2 release series is dedicated to the memory of Andreas Pfitzmann (1958-2010), a pioneer in anonymity and privacy research, --- Makefile.in +++ Makefile.in @@ -79,6 +79,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- ReleaseNotes +++ ReleaseNotes @@ -3,6 +3,69 @@ of Tor. If you want to see more detailed descriptions of the changes in each development snapshot, see the ChangeLog file. +Changes in version 0.2.2.33 - 2011-09-13 + Tor 0.2.2.33 fixes several bugs, and includes a slight tweak to Tor's + TLS handshake that makes relays and bridges that run this new version + reachable from Iran again. + + o Major bugfixes: + - Avoid an assertion failure when reloading a configuration with + TrackExitHosts changes. Found and fixed by 'laruldan'. Fixes bug + 3923; bugfix on 0.2.2.25-alpha. + + o Minor features (security): + - Check for replays of the public-key encrypted portion of an + INTRODUCE1 cell, in addition to the current check for replays of + the g^x value. This prevents a possible class of active attacks + by an attacker who controls both an introduction point and a + rendezvous point, and who uses the malleability of AES-CTR to + alter the encrypted g^x portion of the INTRODUCE1 cell. We think + that these attacks are infeasible (requiring the attacker to send + on the order of zettabytes of altered cells in a short interval), + but we'd rather block them off in case there are any classes of + this attack that we missed. Reported by Willem Pinckaers. + + o Minor features: + - Adjust the expiration time on our SSL session certificates to + better match SSL certs seen in the wild. Resolves ticket 4014. + - Change the default required uptime for a relay to be accepted as + a HSDir (hidden service directory) from 24 hours to 25 hours. + Improves on 0.2.0.10-alpha; resolves ticket 2649. + - Add a VoteOnHidServDirectoriesV2 config option to allow directory + authorities to abstain from voting on assignment of the HSDir + consensus flag. Related to bug 2649. + - Update to the September 6 2011 Maxmind GeoLite Country database. + + o Minor bugfixes (documentation and log messages): + - Correct the man page to explain that HashedControlPassword and + CookieAuthentication can both be set, in which case either method + is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha, + when we decided to allow these config options to both be set. Issue + raised by bug 3898. + - Demote the 'replay detected' log message emitted when a hidden + service receives the same Diffie-Hellman public key in two different + INTRODUCE2 cells to info level. A normal Tor client can cause that + log message during its normal operation. Bugfix on 0.2.1.6-alpha; + fixes part of bug 2442. + - Demote the 'INTRODUCE2 cell is too {old,new}' log message to info + level. There is nothing that a hidden service's operator can do + to fix its clients' clocks. Bugfix on 0.2.1.6-alpha; fixes part + of bug 2442. + - Clarify a log message specifying the characters permitted in + HiddenServiceAuthorizeClient client names. Previously, the log + message said that "[A-Za-z0-9+-_]" were permitted; that could have + given the impression that every ASCII character between "+" and "_" + was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on 0.2.1.5-alpha. + + o Build fixes: + - Provide a substitute implementation of lround() for MSVC, which + apparently lacks it. Patch from Gisle Vanem. + - Clean up some code issues that prevented Tor from building on older + BSDs. Fixes bug 3894; reported by "grarpamp". + - Search for a platform-specific version of "ar" when cross-compiling. + Should fix builds on iOS. Resolves bug 3909, found by Marco Bonetti. + + Changes in version 0.2.2.32 - 2011-08-27 The Tor 0.2.2 release series is dedicated to the memory of Andreas Pfitzmann (1958-2010), a pioneer in anonymity and privacy research, --- configure +++ configure @@ -681,6 +681,7 @@ host_os USE_OPENBSD_MALLOC_TRUE USE_OPENBSD_MALLOC_FALSE +AR CC CFLAGS LDFLAGS @@ -2126,7 +2127,7 @@ # Define the identity of the package. PACKAGE=tor - VERSION=0.2.2.32 + VERSION=0.2.2.33 cat >>confdefs.h <<_ACEOF @@ -2534,6 +2535,106 @@ fi + + + +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. +set dummy ${ac_tool_prefix}ar; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$AR"; then + ac_cv_prog_AR="$AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_AR="${ac_tool_prefix}ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +AR=$ac_cv_prog_AR +if test -n "$AR"; then + { echo "$as_me:$LINENO: result: $AR" >&5 +echo "${ECHO_T}$AR" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_AR"; then + ac_ct_AR=$AR + # Extract the first word of "ar", so it can be a program name with args. +set dummy ar; ac_word=$2 +{ echo "$as_me:$LINENO: checking for $ac_word" >&5 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then + echo $ECHO_N "(cached) $ECHO_C" >&6 +else + if test -n "$ac_ct_AR"; then + ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then + ac_cv_prog_ac_ct_AR="ar" + echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done +done +IFS=$as_save_IFS + +fi +fi +ac_ct_AR=$ac_cv_prog_ac_ct_AR +if test -n "$ac_ct_AR"; then + { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5 +echo "${ECHO_T}$ac_ct_AR" >&6; } +else + { echo "$as_me:$LINENO: result: no" >&5 +echo "${ECHO_T}no" >&6; } +fi + + if test "x$ac_ct_AR" = x; then + AR="ar" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&5 +echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +whose name does not start with the host triplet. If you think this +configuration is useful to you, please write to autoconf@gnu.org." >&2;} +ac_tool_warned=yes ;; +esac + AR=$ac_ct_AR + fi +else + AR="$ac_cv_prog_AR" +fi + + ac_ext=c ac_cpp='$CPP $CPPFLAGS' ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' @@ -5567,7 +5668,9 @@ -for ac_func in gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf + + +for ac_func in gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf lround rint do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` { echo "$as_me:$LINENO: checking for $ac_func" >&5 @@ -21713,6 +21816,7 @@ host_os!$host_os$ac_delim USE_OPENBSD_MALLOC_TRUE!$USE_OPENBSD_MALLOC_TRUE$ac_delim USE_OPENBSD_MALLOC_FALSE!$USE_OPENBSD_MALLOC_FALSE$ac_delim +AR!$AR$ac_delim CC!$CC$ac_delim CFLAGS!$CFLAGS$ac_delim LDFLAGS!$LDFLAGS$ac_delim @@ -21740,7 +21844,6 @@ OPENSSL!$OPENSSL$ac_delim TORUSER!$TORUSER$ac_delim TORGROUP!$TORGROUP$ac_delim -BUILD_NT_SERVICES_TRUE!$BUILD_NT_SERVICES_TRUE$ac_delim _ACEOF if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then @@ -21782,6 +21885,7 @@ ac_delim='%!_!# ' for ac_last_try in false false false false false :; do cat >conf$$subs.sed <<_ACEOF +BUILD_NT_SERVICES_TRUE!$BUILD_NT_SERVICES_TRUE$ac_delim BUILD_NT_SERVICES_FALSE!$BUILD_NT_SERVICES_FALSE$ac_delim GREP!$GREP$ac_delim EGREP!$EGREP$ac_delim @@ -21806,7 +21910,7 @@ LTLIBOBJS!$LTLIBOBJS$ac_delim _ACEOF - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 22; then + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 23; then break elif $ac_last_try; then { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 --- configure.in +++ configure.in @@ -4,7 +4,7 @@ dnl See LICENSE for licensing information AC_INIT -AM_INIT_AUTOMAKE(tor, 0.2.2.32) +AM_INIT_AUTOMAKE(tor, 0.2.2.33) AM_CONFIG_HEADER(orconfig.h) AC_CANONICAL_HOST @@ -118,6 +118,12 @@ [Defined if we default to host local appdata paths on Windows]) fi +dnl check for the correct "ar" when cross-compiling +AN_MAKEVAR([AR], [AC_PROG_AR]) +AN_PROGRAM([ar], [AC_PROG_AR]) +AC_DEFUN([AC_PROG_AR], [AC_CHECK_TOOL([AR], [ar], [ar])]) +AC_PROG_AR + AC_PROG_CC AC_PROG_CPP AC_PROG_MAKE_SET @@ -223,7 +229,7 @@ dnl Check for functions before libevent, since libevent-1.2 apparently dnl exports strlcpy without defining it in a header. -AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf) +AC_CHECK_FUNCS(gettimeofday ftime socketpair uname inet_aton strptime getrlimit strlcat strlcpy strtoull getaddrinfo localtime_r gmtime_r memmem strtok_r writev readv flock prctl vasprintf lround rint) using_custom_malloc=no if test x$enable_openbsd_malloc = xyes ; then --- contrib/Makefile.in +++ contrib/Makefile.in @@ -73,6 +73,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- contrib/suse/Makefile.in +++ contrib/suse/Makefile.in @@ -48,6 +48,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- contrib/tor-mingw.nsi.in +++ contrib/tor-mingw.nsi.in @@ -8,7 +8,7 @@ !include "LogicLib.nsh" !include "FileFunc.nsh" !insertmacro GetParameters -!define VERSION "0.2.2.32" +!define VERSION "0.2.2.33" !define INSTALLER "tor-${VERSION}-win32.exe" !define WEBSITE "https://www.torproject.org/" !define LICENSE "LICENSE" --- doc/Makefile.in +++ doc/Makefile.in @@ -74,6 +74,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- doc/tor.1.in +++ doc/tor.1.in @@ -1,11 +1,11 @@ .\" Title: tor .\" Author: .\" Generator: DocBook XSL Stylesheets v1.73.2 <http://docbook.sf.net/> -.\" Date: 08/27/2011 +.\" Date: 09/13/2011 .\" Manual: .\" Source: .\" -.TH "TOR" "1" "08/27/2011" "" "" +.TH "TOR" "1" "09/13/2011" "" "" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -138,10 +138,10 @@ .PP \fBControlPort\fR \fIPORT\fR|\fBauto\fR .RS 4 -If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol (described in control\-spec\&.txt)\&. Note: unless you also specify one of +If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol (described in control\-spec\&.txt)\&. Note: unless you also specify one or more of \fBHashedControlPassword\fR or -\fBCookieAuthentication\fR, setting this option will cause Tor to allow any process on the local host to control it\&. This option is required for many Tor controllers; most use the value of 9051\&. Set it to "auto" to have Tor pick a port for you\&. (Default: 0)\&. +\fBCookieAuthentication\fR, setting this option will cause Tor to allow any process on the local host to control it\&. (Setting both authentication methods means either method is sufficient to authenticate to Tor\&.) This option is required for many Tor controllers; most use the value of 9051\&. Set it to "auto" to have Tor pick a port for you\&. (Default: 0)\&. .RE .PP \fBControlListenAddress\fR \fIIP\fR[:\fIPORT\fR] @@ -161,14 +161,14 @@ .PP \fBHashedControlPassword\fR \fIhashed_password\fR .RS 4 -Don\'t allow any connections on the control port except when the other process knows the password whose one\-way hash is +Allow connections on the control port if they present the password whose one\-way hash is \fIhashed_password\fR\&. You can compute the hash of a password by running "tor \-\-hash\-password \fIpassword\fR"\&. You can provide several acceptable passwords by using more than one HashedControlPassword line\&. .RE .PP \fBCookieAuthentication\fR \fB0\fR|\fB1\fR .RS 4 -If this option is set to 1, don\'t allow any connections on the control port except when the connecting process knows the contents of a file named "control_auth_cookie", which Tor will create in its data directory\&. This authentication method should only be used on systems with good filesystem security\&. (Default: 0) +If this option is set to 1, allow connections on the control port when the connecting process knows the contents of a file named "control_auth_cookie", which Tor will create in its data directory\&. This authentication method should only be used on systems with good filesystem security\&. (Default: 0) .RE .PP \fBCookieAuthFile\fR \fIPath\fR @@ -1020,7 +1020,7 @@ .PP \fBMinUptimeHidServDirectoryV2\fR \fIN\fR \fBseconds\fR|\fBminutes\fR|\fBhours\fR|\fBdays\fR|\fBweeks\fR .RS 4 -Minimum uptime of a v2 hidden service directory to be accepted as such by authoritative directories\&. (Default: 24 hours) +Minimum uptime of a v2 hidden service directory to be accepted as such by authoritative directories\&. (Default: 25 hours) .RE .PP \fBDirPort\fR \fIPORT\fR|\fBauto\fR @@ -1169,12 +1169,18 @@ .RS 4 Tells an authority, or other node tracking node reliability and history, that fine\-grained information about nodes can be discarded when it hasn\'t changed for a given amount of time\&. (Default: 24 hours) .RE +.PP +\fBVoteOnHidServDirectoriesV2\fR \fB0\fR|\fB1\fR +.RS 4 +When this option is set in addition to +\fBAuthoritativeDirectory\fR, Tor votes on whether to accept relays as hidden service directories\&. (Default: 1) +.RE .SH "HIDDEN SERVICE OPTIONS" The following options are used to configure a hidden service\&. .PP \fBHiddenServiceDir\fR \fIDIRECTORY\fR .RS 4 -Store data files for a hidden service in DIRECTORY\&. Every hidden service must have a separate directory\&. You may use this option multiple times to specify multiple services\&. +Store data files for a hidden service in DIRECTORY\&. Every hidden service must have a separate directory\&. You may use this option multiple times to specify multiple services\&. DIRECTORY must be an existing directory\&. .RE .PP \fBHiddenServicePort\fR \fIVIRTPORT\fR [\fITARGET\fR] --- doc/tor.1.txt +++ doc/tor.1.txt @@ -148,10 +148,11 @@ **ControlPort** __PORT__|**auto**:: If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol - (described in control-spec.txt). Note: unless you also specify one of - **HashedControlPassword** or **CookieAuthentication**, setting this - option will - cause Tor to allow any process on the local host to control it. This + (described in control-spec.txt). Note: unless you also specify one or + more of **HashedControlPassword** or **CookieAuthentication**, + setting this option will cause Tor to allow any process on the local + host to control it. (Setting both authentication methods means either + method is sufficient to authenticate to Tor.) This option is required for many Tor controllers; most use the value of 9051. Set it to "auto" to have Tor pick a port for you. (Default: 0). @@ -173,15 +174,15 @@ the control socket readable and writable by the default GID. (Default: 0) **HashedControlPassword** __hashed_password__:: - Don't allow any connections on the control port except when the other - process knows the password whose one-way hash is __hashed_password__. You + Allow connections on the control port if they present + the password whose one-way hash is __hashed_password__. You can compute the hash of a password by running "tor --hash-password __password__". You can provide several acceptable passwords by using more than one HashedControlPassword line. **CookieAuthentication** **0**|**1**:: - If this option is set to 1, don't allow any connections on the control port - except when the connecting process knows the contents of a file named + If this option is set to 1, allow connections on the control port + when the connecting process knows the contents of a file named "control_auth_cookie", which Tor will create in its data directory. This authentication method should only be used on systems with good filesystem security. (Default: 0) @@ -1179,7 +1180,7 @@ **MinUptimeHidServDirectoryV2** __N__ **seconds**|**minutes**|**hours**|**days**|**weeks**:: Minimum uptime of a v2 hidden service directory to be accepted as such by - authoritative directories. (Default: 24 hours) + authoritative directories. (Default: 25 hours) **DirPort** __PORT__|**auto**:: If this option is nonzero, advertise the directory service on this port. @@ -1331,6 +1332,11 @@ that fine-grained information about nodes can be discarded when it hasn't changed for a given amount of time. (Default: 24 hours) +**VoteOnHidServDirectoriesV2** **0**|**1**:: + When this option is set in addition to **AuthoritativeDirectory**, Tor + votes on whether to accept relays as hidden service directories. + (Default: 1) + HIDDEN SERVICE OPTIONS ---------------------- @@ -1339,7 +1345,7 @@ **HiddenServiceDir** __DIRECTORY__:: Store data files for a hidden service in DIRECTORY. Every hidden service must have a separate directory. You may use this option multiple times to - specify multiple services. + specify multiple services. DIRECTORY must be an existing directory. **HiddenServicePort** __VIRTPORT__ [__TARGET__]:: Configure a virtual port VIRTPORT for a hidden service. You may use this --- doc/tor.html.in +++ doc/tor.html.in @@ -609,10 +609,11 @@ <p> If set, Tor will accept connections on this port and allow those connections to control the Tor process using the Tor Control Protocol - (described in control-spec.txt). Note: unless you also specify one of - <strong>HashedControlPassword</strong> or <strong>CookieAuthentication</strong>, setting this - option will - cause Tor to allow any process on the local host to control it. This + (described in control-spec.txt). Note: unless you also specify one or + more of <strong>HashedControlPassword</strong> or <strong>CookieAuthentication</strong>, + setting this option will cause Tor to allow any process on the local + host to control it. (Setting both authentication methods means either + method is sufficient to authenticate to Tor.) This option is required for many Tor controllers; most use the value of 9051. Set it to "auto" to have Tor pick a port for you. (Default: 0). </p> @@ -654,8 +655,8 @@ </dt> <dd> <p> - Don't allow any connections on the control port except when the other - process knows the password whose one-way hash is <em>hashed_password</em>. You + Allow connections on the control port if they present + the password whose one-way hash is <em>hashed_password</em>. You can compute the hash of a password by running "tor --hash-password <em>password</em>". You can provide several acceptable passwords by using more than one HashedControlPassword line. @@ -666,8 +667,8 @@ </dt> <dd> <p> - If this option is set to 1, don't allow any connections on the control port - except when the connecting process knows the contents of a file named + If this option is set to 1, allow connections on the control port + when the connecting process knows the contents of a file named "control_auth_cookie", which Tor will create in its data directory. This authentication method should only be used on systems with good filesystem security. (Default: 0) @@ -2357,7 +2358,7 @@ <dd> <p> Minimum uptime of a v2 hidden service directory to be accepted as such by - authoritative directories. (Default: 24 hours) + authoritative directories. (Default: 25 hours) </p> </dd> <dt> @@ -2641,6 +2642,16 @@ changed for a given amount of time. (Default: 24 hours) </p> </dd> +<dt> +<strong>VoteOnHidServDirectoriesV2</strong> <strong>0</strong>|<strong>1</strong> +</dt> +<dd> +<p> + When this option is set in addition to <strong>AuthoritativeDirectory</strong>, Tor + votes on whether to accept relays as hidden service directories. + (Default: 1) +</p> +</dd> </dl></div> </div> <h2 id="_hidden_service_options">HIDDEN SERVICE OPTIONS</h2> @@ -2654,7 +2665,7 @@ <p> Store data files for a hidden service in DIRECTORY. Every hidden service must have a separate directory. You may use this option multiple times to - specify multiple services. + specify multiple services. DIRECTORY must be an existing directory. </p> </dd> <dt> @@ -3078,7 +3089,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 2011-08-27 00:20:57 EDT +Last updated 2011-09-13 19:11:44 EDT </div> </div> </body> --- orconfig.h.in +++ orconfig.h.in @@ -121,6 +121,9 @@ /* Define to 1 if you have the `localtime_r' function. */ #undef HAVE_LOCALTIME_R +/* Define to 1 if you have the `lround' function. */ +#undef HAVE_LROUND + /* Define to 1 if you have the <machine/limits.h> header file. */ #undef HAVE_MACHINE_LIMITS_H @@ -193,6 +196,9 @@ /* Define to 1 if you have the `readv' function. */ #undef HAVE_READV +/* Define to 1 if you have the `rint' function. */ +#undef HAVE_RINT + /* Define to 1 if the system has the type `rlim_t'. */ #undef HAVE_RLIM_T --- src/Makefile.in +++ src/Makefile.in @@ -58,6 +58,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- src/common/Makefile.in +++ src/common/Makefile.in @@ -45,7 +45,6 @@ CONFIG_HEADER = $(top_builddir)/orconfig.h CONFIG_CLEAN_FILES = LIBRARIES = $(noinst_LIBRARIES) -AR = ar ARFLAGS = cru libor_crypto_a_AR = $(AR) $(ARFLAGS) libor_crypto_a_LIBADD = @@ -86,6 +85,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- src/common/common_sha1.i +++ src/common/common_sha1.i @@ -1,7 +1,7 @@ "44f1b2f8db8341220f392df562f2372ae02d2208 crypto.c\n" "00b8ee1ff0b03da6ed7537e04739badc5df75862 aes.c\n" "f2de2b8bb56d17d2f991b646e3cc8a71c8b0b529 tortls.c\n" -"bb4e74a1d1d01ae912c6f7b310fde64becefc7a6 torgzip.c\n" +"67e9165ea17a4d909b8a7a3479d65702e1005b93 torgzip.c\n" "bc5bc85591206b5eb71600a4133d3d2bf0cb6ace address.h\n" "938266b9016513918f1956585dc2bd895fb7ad74 torlog.h\n" "386720ff8a2704f29b575d357201a756ab6c98bc crypto.h\n" --- src/common/torgzip.c +++ src/common/torgzip.c @@ -14,11 +14,12 @@ #include <stdio.h> #include <assert.h> #include <string.h> +#include "torint.h" + #ifdef HAVE_NETINET_IN_H #include <netinet/in.h> #endif -#include "torint.h" #include "util.h" #include "torlog.h" #include "torgzip.h" --- src/common/util.c +++ src/common/util.c @@ -334,7 +334,13 @@ long tor_lround(double d) { +#if defined(HAVE_LROUND) return lround(d); +#elif defined(HAVE_RINT) + return (long)rint(d); +#else + return (long)(d > 0 ? d + 0.5 : ceil(d - 0.5)); +#endif } /** Returns floor(log2(u64)). If u64 is 0, (incorrectly) returns 0. */ --- src/config/Makefile.in +++ src/config/Makefile.in @@ -59,6 +59,7 @@ A2X = @A2X@ ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ +AR = @AR@ ASCIIDOC = @ASCIIDOC@ AUTOCONF = @AUTOCONF@ AUTOHEADER = @AUTOHEADER@ --- src/config/geoip +++ src/config/geoip @@ -1,4 +1,4 @@ -# Last updated based on August 2 2011 Maxmind GeoLite Country +# Last updated based on September 6 2011 Maxmind GeoLite Country # wget http://geolite.maxmind.com/download/geoip/database/GeoIPCountryCSV.zip # cut -d, -f3-5 < GeoIPCountryWhois.csv|sed 's/"//g' > geoip 16777216,16777471,AU @@ -79,13 +79,19 @@ 34636800,34637311,DE 34637312,34646527,EU 34646528,34647551,DE -34647552,34664447,EU +34647552,34648575,EU +34648576,34649087,GR +34649088,34659327,EU +34659328,34660351,GR +34660352,34664447,EU 34664448,34668543,DE 34668544,34673663,EU 34673664,34674687,DE 34674688,34733055,EU 34733056,34734079,DE -34734080,34803711,EU +34734080,34754559,EU +34754560,34758655,GR +34758656,34803711,EU 34803712,34807807,IT 34807808,34861055,EU 34861056,34865151,DE @@ -129,7 +135,9 @@ 35055872,35056127,NL 35056128,35069951,EU 35069952,35074047,SE -35074048,35127295,EU +35074048,35090431,EU +35090432,35094527,GR +35094528,35127295,EU 35127296,35651583,GB 35651584,36700159,IT 36700160,36962303,AE @@ -222,7 +230,9 @@ 201620304,201620311,CA 201620312,201636503,US 201636504,201636511,PR -201636512,201674095,US +201636512,201673767,US +201673768,201673775,CA +201673776,201674095,US 201674096,201674111,CA 201674112,201745663,US 201745664,201745671,PR @@ -238,9 +248,7 @@ 202385408,202385919,PR 202385920,202517983,US 202517984,202517991,PR -202517992,202621343,US -202621344,202621351,PR -202621352,202621431,US +202517992,202621431,US 202621432,202621439,PR 202621440,202621479,US 202621480,202621487,PR @@ -292,8 +300,8 @@ 203658752,203658831,VI 203658832,203658847,US 203658848,203658911,PR -203658912,203658927,VI -203658928,203658951,PR +203658912,203658935,VI +203658936,203658951,PR 203658952,203658967,US 203658968,203658991,VI 203658992,203659007,PR @@ -317,9 +325,10 @@ 204047120,204047231,PR 204047232,204047247,VI 204047248,204047255,US -204047256,204047263,PR +204047256,204047263,VI 204047264,204047279,US -204047280,204047303,VI +204047280,204047295,VI +204047296,204047303,US 204047304,204047311,PR 204047312,204047335,VI 204047336,204047359,US @@ -336,11 +345,11 @@ 204047552,204047559,VI 204047560,204047567,PR 204047568,204047591,VI -204047592,204047999,PR -204048000,204048007,VI +204047592,204048007,PR 204048008,204048015,US 204048016,204048031,VI -204048032,204048055,PR +204048032,204048047,PR +204048048,204048055,VI 204048056,204048063,US 204048064,204048127,VI 204048128,204048383,PR @@ -376,17 +385,15 @@ 209845144,209845151,DE 209845152,209867103,US 209867104,209867111,CA -209867112,209965359,US -209965360,209965367,PR -209965368,209988527,US +209867112,209988527,US 209988528,209988535,VI 209988536,210022479,US 210022480,210022487,PR 210022488,210439559,US 210439560,210439567,PR -210439568,210784255,US -210784256,210784383,BO -210784384,210785023,US +210439568,210458623,US +210458624,210458631,PR +210458632,210785023,US 210785024,210785575,BO 210785576,210785583,US 210785584,210785599,BO @@ -400,9 +407,7 @@ 211126784,211126911,PR 211126912,211129607,US 211129608,211129615,PR -211129616,211313647,US -211313648,211313655,PR -211313656,211363751,US +211129616,211363751,US 211363752,211363759,PR 211363760,211368655,US 211368656,211368663,PR @@ -412,12 +417,7 @@ 211410120,211410135,PR 211410136,211536367,US 211536368,211536375,PR -211536376,211595575,US -211595576,211595583,VI -211595584,211595615,US -211595616,211595623,VI -211595624,211595639,PR -211595640,211596823,US +211536376,211596823,US 211596824,211596831,VI 211596832,211597055,US 211597056,211597071,VI @@ -472,7 +472,9 @@ 212787200,212788223,PR 212788224,212788479,US 212788480,212788607,VI -212788608,212788631,US +212788608,212788615,US +212788616,212788623,VI +212788624,212788631,US 212788632,212788647,VI 212788648,212788655,PR 212788656,212788663,VI @@ -481,16 +483,14 @@ 212788800,212788807,US 212788808,212788815,VI 212788816,212788823,PR -212788824,212788863,US +212788824,212788847,US +212788848,212788863,VI 212788864,212789007,PR 212789008,212789039,US -212789040,212789055,VI -212789056,212789063,PR -212789064,212789079,VI +212789040,212789079,VI 212789080,212789087,US 212789088,212789095,VI -212789096,212789111,US -212789112,212789119,PR +212789096,212789119,US 212789120,212789127,VI 212789128,212789135,US 212789136,212789143,PR @@ -509,23 +509,25 @@ 212791480,212791807,PR 212791808,212791815,US 212791816,212791839,VI -212791840,212792191,US +212791840,212791935,US +212791936,212792063,VI +212792064,212792191,US 212792192,212792199,PR -212792200,212792239,VI -212792240,212792263,PR -212792264,212792271,US +212792200,212792207,VI +212792208,212792215,PR +212792216,212792231,VI +212792232,212792239,US +212792240,212792247,PR +212792248,212792271,US 212792272,212792279,VI 212792280,212792287,US 212792288,212792319,PR 212792320,212793103,US -212793104,212793111,VI +212793104,212793111,PR 212793112,212793119,US 212793120,212793127,VI -212793128,212793135,PR -212793136,212793143,VI -212793144,212793167,US -212793168,212793175,VI -212793176,212793199,US +212793128,212793143,PR +212793144,212793199,US 212793200,212793207,VI 212793208,212793215,PR 212793216,212793311,US @@ -615,9 +617,11 @@ 214187808,214187815,PR 214187816,214187823,US 214187824,214187831,PR -214187832,214187887,US -214187888,214187895,PR -214187896,214188031,VI +214187832,214187839,US +214187840,214187855,PR +214187856,214187887,US +214187888,214187903,PR +214187904,214188031,VI 214188032,214237247,US 214237248,214237311,PR 214237312,214249471,US @@ -629,8 +633,8 @@ 214698008,214698015,PR 214698016,214698023,US 214698024,214698031,PR -214698032,214698095,VI -214698096,214698103,PR +214698032,214698087,VI +214698088,214698103,PR 214698104,214698135,VI 214698136,214698143,PR 214698144,214698159,VI @@ -641,16 +645,17 @@ 214698272,214698279,US 214698280,214698319,VI 214698320,214698335,PR -214698336,214698343,US -214698344,214698351,VI -214698352,214698359,US +214698336,214698351,US +214698352,214698359,VI 214698360,214698367,PR -214698368,214698375,VI -214698376,214698383,US +214698368,214698383,US 214698384,214698639,PR 214698640,214698655,VI -214698656,214699231,PR -214699232,214699295,VI +214698656,214698919,PR +214698920,214698927,VI +214698928,214699231,PR +214699232,214699263,US +214699264,214699295,VI 214699296,214699303,US 214699304,214699311,VI 214699312,214699335,PR @@ -665,7 +670,9 @@ 214700008,214700015,PR 214700016,214858655,US 214858656,214858671,NL -214858672,216417663,US +214858672,215001095,US +215001096,215001103,VI +215001104,216417663,US 216417664,216417727,PR 216417728,216627287,US 216627288,216627295,PR @@ -810,7 +817,8 @@ 408518656,408535039,US 408535040,408551423,CA 408551424,408719359,US -408719360,408723455,VC +408719360,408721407,LC +408721408,408723455,VC 408723456,409337855,US 409337856,409354239,CA 409370624,409731071,US @@ -996,7 +1004,6 @@ 459292672,459293695,NZ 459293696,459297791,JP 459297792,459298815,IN -459298816,459299839,PK 459300864,459309055,SG 459309056,459325439,KR 459325440,459333631,AU @@ -1205,6 +1212,7 @@ 520318976,520323071,ES 520323072,520325119,CH 520325120,520327167,FR +520327168,520329215,DE 520329216,520331263,SE 520331264,520339455,IT 520339456,520343551,UA @@ -1223,6 +1231,7 @@ 520500480,520500735,DE 520500736,520501759,IT 520501760,520503295,GB +520503296,520505343,PL 520505344,520507391,GB 520507392,520511487,TR 520511488,520519679,UA @@ -1230,6 +1239,7 @@ 520552448,520554495,NL 520554496,520556543,GB 520556544,520560639,FI +520560640,520562687,TR 520562688,520564735,PL 520564736,520566783,IE 520566784,520568831,CH @@ -1250,7 +1260,9 @@ 520761344,520763391,IT 520763392,520765439,CZ 520765440,520781823,RU -520781824,520822783,CH +520781824,520822271,CH +520822272,520822527,DE +520822528,520822783,CH 520822784,520824831,IT 520824832,520826879,RO 520826880,520828927,QA @@ -1294,6 +1306,7 @@ 521101312,521103359,IT 521103360,521105407,GB 521105408,521107455,IS +521107456,521109503,FI 521109504,521142271,SI 521142272,521404415,DE 521404416,521535487,NL @@ -1305,9 +1318,13 @@ 521545728,521547775,GB 521547776,521551871,AL 521551872,521553919,DE -521555968,521558015,NL +521553920,521555967,GB +521555968,521556031,US +521556032,521558015,NL 521558016,521560063,CY 521560064,521562111,PL +521562112,521562879,DE +521562880,521564159,GB 521564160,521566207,GR 521566208,521568255,LU 521568256,521601023,PT @@ -1386,7 +1403,10 @@ 522027008,522059775,RU 522059776,522125311,CZ 522125312,522133503,MD -522133504,522135551,NL +522133504,522134783,NL +522134784,522134911,GB +522134912,522135551,NL +522135552,522137599,IT 522137600,522141695,CH 522141696,522143743,RU 522143744,522145791,CZ @@ -1531,7 +1551,7 @@ 528748544,528752639,CZ 528752640,528760831,RO 528760832,528762879,PL -528762880,528764927,RU +528762880,528764927,AM 528764928,528769023,RO 528769024,528793599,RU 528793600,528795647,RO @@ -1548,6 +1568,8 @@ 528838656,528840703,UA 528840704,528842751,RU 528842752,528859135,CH +528859136,528861183,RO +528861184,528863231,RU 528863232,528867327,KZ 528867328,528887807,RU 528887808,528891903,PL @@ -1571,7 +1593,7 @@ 528990208,528994303,PL 528994304,528996351,UZ 528996352,528998399,LT -529002496,529006591,RU +528998400,529006591,RU 529006592,529268735,NL 529268736,529530879,TR 529530880,529596415,UA @@ -1619,6 +1641,7 @@ 531103744,531169279,IL 531169280,531177471,KZ 531177472,531179519,GB +531179520,531181567,FR 531181568,531183615,GB 531183616,531185663,NL 531185664,531193855,TR @@ -1646,6 +1669,7 @@ 531276800,531277311,GB 531277312,531277823,US 531277824,531279871,RU +531279872,531281919,CZ 531281920,531283967,RU 531283968,531292159,DE 531292160,531333119,AZ @@ -1663,6 +1687,7 @@ 531341312,531349503,KZ 531349504,531351551,RU 531351552,531355647,NL +531355648,531357695,IR 531357696,531361791,HU 531361792,531365887,CH 531365888,531366399,DE @@ -1683,7 +1708,11 @@ 531425280,531425325,FR 531425326,531425327,GB 531425328,531425391,FR -531425392,531431423,GB +531425392,531426303,GB +531426304,531426431,FR +531426432,531426559,GB +531426560,531426623,FR +531426624,531431423,GB 531431424,531496959,RO 531496960,531628031,PL 531628032,531660799,TR @@ -1692,6 +1721,7 @@ 531695616,531697663,LT 531697664,531699711,GB 531699712,531701759,CZ +531701760,531703807,NL 531703808,531705855,IT 531705856,531707903,ES 531707904,531709951,GR @@ -1747,6 +1777,7 @@ 532414464,532676607,IT 532676608,532692991,GE 532692992,532701183,CZ +532701184,532703231,GB 532703232,532704511,RU 532704512,532704767,IN 532704768,532705279,RU @@ -1762,7 +1793,9 @@ 532742144,532742655,GB 532742656,532742783,CN 532742784,532742911,GB -532742912,532743935,CN +532742912,532743735,CN +532743736,532743743,AZ +532743744,532743935,CN 532743936,532744095,GB 532744096,532744127,CN 532744128,532744191,GB @@ -1816,26 +1849,208 @@ 532807680,533200895,IT 533200896,533233663,TR 533233664,533250047,IE -533250048,533262335,RU +533250048,533254143,RU +533254144,533256191,NL +533256192,533262335,RU 533262336,533264383,ES 533264384,533266431,RU -533266432,533266687,NL -533266688,533266943,DE -533266944,533267199,NL -533267200,533267455,AX -533267456,533267711,AL -533267712,533267967,AD -533267968,533268223,AM -533268224,533268479,AT -533268480,533268735,AZ -533268736,533268991,BH -533268992,533269247,BY -533269248,533269503,BE -533269504,533269759,BA -533269760,533270015,BG -533270016,533270271,HR -533270272,533270527,CY -533270528,533270783,CZ +533266432,533266435,US +533266436,533266439,CN +533266440,533266443,JP +533266444,533266447,DE +533266448,533266451,FR +533266452,533266455,GB +533266456,533266459,BR +533266460,533266463,IT +533266464,533266467,CA +533266468,533266471,IN +533266472,533266475,RU +533266476,533266479,ES +533266480,533266483,AU +533266484,533266487,MX +533266488,533266491,KR +533266492,533266495,NL +533266496,533266499,TR +533266500,533266503,ID +533266504,533266507,CH +533266508,533266511,PL +533266512,533266515,BE +533266516,533266519,SE +533266520,533266523,SA +533266524,533266527,TW +533266528,533266531,SJ +533266532,533266535,AT +533266536,533266539,AR +533266540,533266543,ZA +533266544,533266547,IR +533266548,533266551,TH +533266552,533266555,DK +533266556,533266559,GR +533266560,533266563,AE +533266564,533266567,VE +533266568,533266571,CO +533266572,533266575,FI +533266576,533266579,MV +533266580,533266583,PT +533266584,533266587,HK +533266588,533266591,SG +533266592,533266595,EG +533266596,533266599,NG +533266600,533266603,IL +533266604,533266607,IE +533266608,533266611,CL +533266612,533266615,CZ +533266616,533266619,PH +533266620,533266623,PK +533266624,533266627,RO +533266628,533266631,DZ +533266632,533266635,PE +533266636,533266639,NZ +533266640,533266643,KZ +533266644,533266647,UA +533266648,533266651,KW +533266652,533266655,QA +533266656,533266687,DE +533266688,533266691,HU +533266692,533266695,BD +533266696,533266699,VN +533266700,533266703,MA +533266704,533266707,SK +533266708,533266711,AO +533266712,533266715,IQ +533266716,533266719,LY +533266720,533266723,SD +533266724,533266727,EC +533266728,533266731,HR +533266732,533266735,SY +533266736,533266739,OM +533266740,533266743,BY +533266744,533266747,LU +533266748,533266751,AZ +533266752,533266755,DO +533266756,533266759,LK +533266760,533266763,SI +533266764,533266767,FR +533266768,533266771,BG +533266772,533266775,TN +533266776,533266779,GT +533266780,533266783,UY +533266784,533266787,LB +533266788,533266791,UZ +533266792,533266795,RS +533266796,533266799,LT +533266800,533266803,MM +533266804,533266807,CR +533266808,533266811,KE +533266812,533266815,ET +533266816,533266819,YE +533266820,533266823,PA +533266824,533266827,JO +533266828,533266831,LV +533266832,533266835,CY +533266836,533266839,TZ +533266840,533266843,CI +533266844,533266847,CM +533266848,533266851,SV +533266852,533266855,BH +533266856,533266859,TT +533266860,533266863,EE +533266864,533266867,BO +533266868,533266871,GH +533266872,533266875,PY +533266876,533266879,UG +533266880,533266883,AF +533266884,533266887,BA +533266888,533266891,ZM +533266892,533266895,HN +533266896,533266899,NP +533266900,533266903,GQ +533266904,533266907,JM +533266908,533266911,IS +533266912,533266943,DE +533266944,533266947,SN +533266948,533266951,CD +533266952,533266955,GA +533266956,533266959,US +533266960,533266963,BN +533266964,533266967,CG +533266968,533266971,AL +533266972,533266975,NA +533266976,533266979,KH +533266980,533266983,GE +533266984,533266987,MK +533266988,533266991,MU +533266992,533266995,ML +533266996,533266999,AM +533267000,533267003,PG +533267004,533267007,BF +533267008,533267011,MG +533267012,533267015,MT +533267016,533267019,TD +533267020,533267023,BS +533267024,533267027,HT +533267028,533267031,BJ +533267032,533267035,NI +533267036,533267039,LS +533267040,533267043,MN +533267044,533267047,RW +533267048,533267051,NE +533267052,533267055,TJ +533267056,533267059,ZW +533267060,533267063,MD +533267064,533267067,MW +533267068,533267071,KG +533267072,533267075,GN +533267076,533267079,BB +533267080,533267083,ME +533267084,533267087,MR +533267088,533267091,SR +533267092,533267095,SZ +533267096,533267099,FJ +533267100,533267103,TG +533267104,533267107,ER +533267108,533267111,GY +533267112,533267115,CF +533267116,533267119,SL +533267120,533267123,LS +533267124,533267127,CV +533267128,533267131,BI +533267132,533267135,MV +533267136,533267139,BZ +533267140,533267143,BT +533267144,533267147,DJ +533267148,533267151,AG +533267152,533267155,GM +533267156,533267159,LC +533267160,533267163,LR +533267164,533267167,SC +533267168,533267199,DE +533267200,533267423,US +533267424,533267455,DE +533267456,533267679,CN +533267680,533267711,DE +533267712,533267935,JP +533267936,533268223,DE +533268224,533268447,FR +533268448,533268479,DE +533268480,533268703,GB +533268704,533268735,DE +533268736,533268959,BR +533268960,533268991,DE +533268992,533269215,IT +533269216,533269247,DE +533269248,533269471,CA +533269472,533269503,DE +533269504,533269727,IN +533269728,533269759,DE +533269760,533269983,ES +533269984,533270015,DE +533270016,533270239,AU +533270240,533270271,DE +533270272,533270495,KR +533270496,533270527,DE +533270528,533270751,NL +533270752,533270783,DE 533270784,533271039,DK 533271040,533271295,EE 533271296,533271551,FO @@ -2041,6 +2256,7 @@ 533331968,533397503,UA 533397504,533463039,KW 533463040,533479423,RU +533479424,533481471,DE 533481472,533483519,NO 533483520,533485567,FR 533485568,533487615,LU @@ -2069,15 +2285,15 @@ 533819392,533823487,DE 533823488,533823743,CD 533823744,533825535,BE -533827584,533831679,IS +533825536,533831679,IS 533831680,533835775,DE 533835776,533837823,SE 533837824,533839871,DE 533839872,533856255,IS 533856256,533858303,FR 533858304,533860351,HU -533860352,533860863,DE -533860864,533862399,NL +533860352,533861375,DE +533861376,533862399,NL 533862400,533864447,GB 533864448,533889023,TR 533889024,533891071,GB @@ -2100,7 +2316,12 @@ 533970944,533987327,SE 533987328,534118399,DE 534118400,534151167,KW -534151168,534183935,DE +534151168,534157759,DE +534157760,534157823,US +534157824,534175743,DE +534175744,534179839,NL +534179840,534181887,US +534181888,534183935,DE 534183936,534249471,RO 534249472,534253567,GB 534253568,534257407,FR @@ -2121,6 +2342,16 @@ 534308864,534310911,IE 534310912,534315007,IT 534315008,534347775,HR +534347776,534355967,GB +534355968,534364159,GR +534364160,534366207,FI +534366208,534368255,IT +534368256,534370303,IR +534370304,534372351,AT +534372352,534374399,KW +534374400,534376447,FR +534376448,534378495,IE +534378496,534380543,FR 534380544,534511615,AE 534511616,534544383,DE 534544384,534546431,RO @@ -2138,7 +2369,7 @@ 534663168,534675455,ES 534675456,534691839,GB 534691840,534693887,FR -534693888,534695935,GB +534693888,534700031,GB 534700032,534708223,JO 534708224,534740991,TR 534740992,534749183,BA @@ -2150,7 +2381,9 @@ 534767616,534769663,HU 534769664,534773759,IT 534773760,536870911,DE -536870912,539624567,US +536870912,539623999,US +539624000,539624031,NL +539624032,539624567,US 539624568,539624575,IE 539624576,539624703,US 539624704,539624735,GB @@ -2299,7 +2532,9 @@ 604504064,605028351,JP 605028352,606412799,CN 606412800,606413823,HK -606413824,606420991,CN +606413824,606414335,CN +606414336,606414591,AU +606414592,606420991,CN 606420992,606437375,ID 606437376,606470143,KH 606470144,606601215,KR @@ -2445,6 +2680,8 @@ 692936704,692940799,ZA 692940800,692942847,MA 692942848,692944895,GA +692944896,692946943,MZ +692946944,692948991,EG 692969472,692971519,TZ 692973568,692975615,MZ 692975616,692977663,EG @@ -2509,7 +2746,6 @@ 693045248,693046271,KE 693046272,693047295,ZW 693047296,693049343,ZA -693049344,693050367,SD 693050368,693051391,ZW 693051392,693052415,BW 693052416,693054463,ZA @@ -2524,6 +2760,8 @@ 693064704,693065727,GH 693065728,693066751,MW 693066752,693067775,ZA +693068800,693069823,TZ +693069824,693071871,ZA 693101568,693102591,KE 693102592,693103615,CD 693103616,693104639,GN @@ -2652,7 +2890,7 @@ 700408832,700409855,CM 700409856,700410879,LR 700410880,700411903,NG -700411904,700412927,KE +700411904,700412927,ZA 700412928,700413951,ZM 700413952,700414975,SC 700414976,700432383,ZA @@ -3045,9 +3283,9 @@ 772837376,772839423,KZ 772839424,772841471,CH 772841472,772843519,GB -772843520,772844287,IT -772844288,772844799,US -772844800,772845567,IT +772843520,772844799,IT +772844800,772845311,US +772845312,772845567,IT 772845568,772847615,RU 772847616,772849663,GB 772849664,772851711,BG @@ -3109,7 +3347,6 @@ 772950016,772952063,ES 772952064,772954111,GB 772954112,772958207,FR -772958208,772960255,PL 772960256,772962303,GB 772962304,772966399,FR 772966400,772968447,IT @@ -3172,7 +3409,9 @@ 773064448,773064703,US 773064704,773065088,TR 773065089,773065215,US -773065216,773066751,TR +773065216,773065584,TR +773065585,773065590,GB +773065591,773066751,TR 773066752,773070847,AT 773070848,773071231,DE 773071232,773071263,NA @@ -3202,16 +3441,20 @@ 773148672,773152767,IR 773152768,773153791,SE 773153792,773154815,US -773154816,773156863,SE +773154816,773155583,SE +773155584,773155839,US +773155840,773156863,SE 773156864,773157887,FR 773157888,773158911,DE 773158912,773160447,FR 773160448,773160959,ES 773160960,773165055,FR 773165056,773166591,NL -773166592,773167103,US -773167104,773167615,NL -773167616,773169151,US +773166592,773167359,US +773167360,773167615,NL +773167616,773168639,US +773168640,773168671,NL +773168672,773169151,US 773169152,773171343,NL 773171344,773171359,BE 773171360,773172223,NL @@ -3238,9 +3481,7 @@ 773234688,773238783,PL 773238784,773242879,NL 773242880,773246975,FR -773246976,773247871,EE -773247872,773247999,US -773248000,773251071,EE +773246976,773251071,EE 773251072,773255167,AZ 773255168,773259263,RU 773259264,773263359,SI @@ -3282,10 +3523,12 @@ 773621760,773623807,PS 773623808,773625855,SE 773625856,773627903,IS +773627904,773629951,ES 773629952,773631999,FR 773632000,773634047,CY 773634048,773636095,DE 773636096,773638143,UA +773638144,773640191,CH 773640192,773642239,ES 773642240,773644287,HU 773644288,773646335,RU @@ -3309,13 +3552,11 @@ 773672960,773675007,SA 773675008,773677055,GB 773677056,773679103,DE -773679104,773679135,IT -773679136,773679327,A2 -773679328,773679359,IT +773679104,773679359,IT 773679360,773679423,GB -773679424,773679615,A2 -773679616,773680191,IT -773680192,773681151,A2 +773679424,773680383,IT +773680384,773680639,A2 +773680640,773681151,IT 773681152,773683199,RU 773683200,773684223,FR 773684224,773684239,GB @@ -3348,7 +3589,9 @@ 773730304,773732351,GB 773732352,773734399,DE 773734400,773736447,CZ -773736448,773740543,DE +773736448,773739071,DE +773739072,773739079,AT +773739080,773740543,DE 773740544,773742591,CZ 773742592,773744639,GB 773744640,773746687,ES @@ -3363,23 +3606,30 @@ 773763072,773765119,TR 773765120,773767167,NL 773767168,773769215,GB +773769216,773771263,FR 773771264,773773311,DK 773773312,773775359,IT 773775360,773777407,IQ 773777408,773779455,CZ -773781504,773783551,IT +773779456,773783551,IT 773783552,773785599,RU 773785600,773787647,NL 773787648,773789695,DK 773789696,773791743,RU 773791744,773793791,PL -773793792,773795839,FR +773793792,773794527,FR +773794528,773794535,GB +773794536,773794543,IT +773794544,773794551,ES +773794552,773794559,DE +773794560,773795839,FR 773795840,773797887,NL 773797888,773799935,ES 773799936,773800447,GB 773800448,773800703,CY 773800704,773800959,GB -773800960,773801727,CY +773800960,773801215,SG +773801216,773801727,US 773801728,773801983,GB 773801984,773804031,IQ 773804032,773806079,GB @@ -3421,7 +3671,9 @@ 773980160,773988351,GB 773988352,774003199,ES 774003200,774003263,TR -774003264,774003711,ES +774003264,774003327,ES +774003328,774003391,TR +774003392,774003711,ES 774003712,774004223,BE 774004224,774004479,ES 774004480,774004511,BE @@ -3432,7 +3684,9 @@ 774029312,774037503,RO 774037504,774045695,SK 774045696,774053887,FR -774053888,774055935,DE +774053888,774055679,DE +774055680,774055807,BZ +774055808,774055935,DE 774055936,774057983,US 774057984,774058359,DE 774058360,774058367,HR @@ -3542,10 +3796,10 @@ 774161439,774161448,MK 774161449,774161458,PS 774161459,774161468,UZ -774161469,774161478,BD -774161479,774161488,KP +774161469,774161478,MS +774161479,774161488,US 774161489,774161498,MN -774161499,774161518,VA +774161499,774161518,US 774161519,774161528,TW 774161529,774161538,DO 774161539,774161548,PY @@ -3556,20 +3810,20 @@ 774161589,774161598,TC 774161599,774161608,US 774161609,774161618,LI -774161619,774161628,AE +774161619,774161628,US 774161629,774161638,PA 774161639,774161648,RU 774161649,774161658,HK 774161659,774161664,VA -774161665,774161674,CY +774161665,774161674,US 774161675,774161684,CL -774161685,774161694,NI +774161685,774161694,GR 774161695,774161704,AG 774161705,774161714,AM -774161715,774161724,IR +774161715,774161724,GB 774161725,774161734,RO 774161735,774161744,UA -774161745,774161754,NP +774161745,774161754,AU 774161755,774161764,PG 774161765,774161774,ZA 774161775,774161784,SN @@ -3603,10 +3857,10 @@ 774161976,774161980,US 774161981,774161985,GB 774161986,774161990,IQ -774161991,774161995,AF +774161991,774161995,LT 774161996,774162000,ER 774162001,774162005,KE -774162006,774162010,MG +774162006,774162010,DE 774162011,774162015,TN 774162016,774162020,TT 774162021,774162025,BO @@ -3617,7 +3871,7 @@ 774162046,774162050,HR 774162051,774162055,ME 774162056,774162060,SY -774162061,774162065,YE +774162061,774162065,US 774162066,774162070,HT 774162071,774162075,EC 774162076,774162080,SH @@ -3626,11 +3880,11 @@ 774162091,774162095,VN 774162096,774162100,FM 774162101,774162105,US -774162106,774162110,LY +774162106,774162110,GB 774162111,774162115,SO 774162116,774162120,FI 774162121,774162125,DZ -774162126,774162130,CD +774162126,774162130,MO 774162131,774162135,MR 774162136,774162140,CM 774162141,774162145,SV @@ -3681,7 +3935,9 @@ 774162643,774162687,US 774162688,774162688,VA 774162689,774162718,US -774162719,774168575,VA +774162719,774162943,VA +774162944,774163199,CH +774163200,774168575,VA 774168576,774176767,PL 774176768,774184959,IT 774184960,774193151,GB @@ -3762,11 +4018,9 @@ 774219680,774219687,PK 774219688,774219711,GB 774219712,774219727,BE -774219728,774219743,RU -774219744,774219751,GB +774219728,774219751,GB 774219752,774219759,PK -774219760,774219775,RU -774219776,774219839,CN +774219760,774219839,CN 774219840,774219847,UA 774219848,774219855,CN 774219856,774219863,GB @@ -3781,14 +4035,15 @@ 774219992,774219999,RU 774220000,774220007,GB 774220008,774220015,CN -774220016,774220159,GB +774220016,774220023,GB +774220024,774220031,PK +774220032,774220159,GB 774220160,774220191,US 774220192,774220207,GB 774220208,774220223,CN 774220224,774220287,GB 774220288,774220543,CN -774220544,774220799,GB -774220800,774221055,PK +774220544,774221055,GB 774221056,774221311,US 774221312,774221567,CN 774221568,774221823,US @@ -3796,7 +4051,7 @@ 774222080,774222335,US 774222336,774222495,GB 774222496,774222511,FI -774222512,774222527,HK +774222512,774222527,CN 774222528,774222591,GB 774222592,774222655,CN 774222656,774222687,BE @@ -3804,7 +4059,7 @@ 774222720,774222783,CN 774222784,774222799,GB 774222800,774222815,UA -774222816,774222847,GB +774222816,774222847,CN 774222848,774222863,UA 774222864,774222879,IT 774222880,774222895,US @@ -3863,8 +4118,7 @@ 774224104,774224111,RU 774224112,774224119,CN 774224120,774224127,IN -774224128,774224159,BE -774224160,774224191,GB +774224128,774224191,GB 774224192,774224223,US 774224224,774224255,LT 774224256,774224383,GB @@ -3874,9 +4128,7 @@ 774224416,774224423,TW 774224424,774224431,GB 774224432,774224439,CN -774224440,774224447,GB -774224448,774224511,CN -774224512,774224767,GB +774224440,774224767,GB 774224768,774224831,CN 774224832,774224847,UA 774224848,774224967,GB @@ -3967,8 +4219,7 @@ 774750208,774782975,RU 774782976,774799359,UA 774799360,774815743,RU -774815744,774830079,NO -774830080,774832127,SE +774815744,774832127,NO 774832128,774848511,RU 774848512,774864895,BG 774864896,774881279,CZ @@ -4084,7 +4335,14 @@ 778666160,778666175,PL 778666176,778666207,FR 778666208,778666239,PL -778666240,778666367,FR +778666240,778666247,GB +778666248,778666259,FR +778666260,778666263,PL +778666264,778666271,CH +778666272,778666295,FR +778666296,778666299,ES +778666300,778666303,GB +778666304,778666367,FR 778666368,778666371,PL 778666372,778666375,GB 778666376,778666383,FR @@ -4124,7 +4382,7 @@ 778667480,778667483,GB 778667484,778667487,NL 778667488,778667491,PL -778667492,778667495,FR +778667492,778667495,CH 778667496,778667499,DE 778667500,778667503,GB 778667504,778667839,FR @@ -4220,7 +4478,7 @@ 778669760,778669767,DE 778669768,778669771,GB 778669772,778669775,PL -778669776,778669791,FR +778669776,778669791,ES 778669792,778669807,DE 778669808,778669823,FR 778669824,778669855,ES @@ -4287,7 +4545,8 @@ 778671120,778671127,DE 778671128,778671135,PT 778671136,778671167,BE -778671168,778671203,FR +778671168,778671183,FI +778671184,778671203,FR 778671204,778671211,PL 778671212,778671231,FR 778671232,778671239,GB @@ -4363,7 +4622,13 @@ 778673084,778673087,PT 778673088,778673119,FR 778673120,778673151,ES -778673152,778673215,FR +778673152,778673191,FR +778673192,778673195,ES +778673196,778673199,GB +778673200,778673203,CZ +778673204,778673207,IE +778673208,778673211,DE +778673212,778673215,ES 778673216,778673247,FI 778673248,778673263,FR 778673264,778673279,IT @@ -4381,7 +4646,14 @@ 778673824,778673839,ES 778673840,778673843,FR 778673844,778673855,DE -778673856,778673919,FR +778673856,778673879,FR +778673880,778673883,CZ +778673884,778673887,FI +778673888,778673903,FR +778673904,778673907,DE +778673908,778673911,CH +778673912,778673915,FR +778673916,778673919,ES 778673920,778674175,NL 778674176,778674367,FR 778674368,778674387,DE @@ -4399,7 +4671,9 @@ 778674464,778674471,CH 778674472,778674475,BE 778674476,778674479,CH -778674480,778674495,FR +778674480,778674487,FR +778674488,778674491,CZ +778674492,778674495,PL 778674496,778674499,CZ 778674500,778674503,DE 778674504,778674507,PL @@ -4485,7 +4759,7 @@ 778676096,778676099,DE 778676100,778676103,CZ 778676104,778676111,GB -778676112,778676127,DE +778676112,778676127,IT 778676128,778676131,ES 778676132,778676135,CZ 778676136,778676139,DE @@ -4524,7 +4798,11 @@ 778676672,778676687,FR 778676688,778676691,ES 778676692,778676703,PL -778676704,778676735,FR +778676704,778676719,FR +778676720,778676723,GB +778676724,778676727,PT +778676728,778676731,PL +778676732,778676735,IT 778676736,778676743,PL 778676744,778676747,CH 778676748,778676751,CZ @@ -4533,11 +4811,13 @@ 778676772,778676775,ES 778676776,778676779,PL 778676780,778676799,FR -778676800,778676815,IE +778676800,778676803,GB +778676804,778676807,IT +778676808,778676811,FI +778676812,778676815,IE 778676816,778676823,LT 778676824,778676827,GB -778676828,778676831,FR -778676832,778676847,ES +778676828,778676847,FR 778676848,778676851,NL 778676852,778676855,LT 778676856,778676859,FR @@ -4545,11 +4825,16 @@ 778676864,778676991,PL 778676992,778676999,FR 778677000,778677003,PL -778677004,778677075,FR +778677004,778677023,FR +778677024,778677055,DE +778677056,778677075,FR 778677076,778677079,DE 778677080,778677083,IT -778677084,778677119,DE -778677120,778677151,FR +778677084,778677123,DE +778677124,778677127,GB +778677128,778677131,FR +778677132,778677135,BE +778677136,778677151,FR 778677152,778677167,DE 778677168,778677175,CZ 778677176,778677183,NL @@ -4624,7 +4909,8 @@ 778678864,778678871,PL 778678872,778678875,ES 778678876,778678879,NL -778678880,778678903,FR +778678880,778678895,FR +778678896,778678903,GB 778678904,778678911,PL 778678912,778678919,FR 778678920,778678927,ES @@ -4646,12 +4932,14 @@ 778679200,778679215,FR 778679216,778679231,PT 778679232,778679263,ES -778679264,778679271,FR +778679264,778679267,IT +778679268,778679271,FR 778679272,778679279,PL 778679280,778679295,PT 778679296,778679495,FR 778679496,778679519,PL -778679520,778679527,FR +778679520,778679523,LT +778679524,778679527,PL 778679528,778679531,DE 778679532,778679535,GB 778679536,778679551,ES @@ -4680,7 +4968,10 @@ 778680152,778680155,ES 778680156,778680159,BE 778680160,778680175,PT -778680176,778680207,PL +778680176,778680183,ES +778680184,778680199,IT +778680200,778680203,NL +778680204,778680207,PL 778680208,778680227,FR 778680228,778680231,IE 778680232,778680239,GB @@ -4699,7 +4990,9 @@ 778680576,778680639,NL 778680640,778680647,DE 778680648,778680671,ES -778680672,778680687,LT +778680672,778680679,FR +778680680,778680683,PL +778680684,778680687,DE 778680688,778680767,FR 778680768,778680831,BE 778680832,778680895,IT @@ -4710,9 +5003,9 @@ 778681152,778681215,PL 778681216,778681235,FR 778681236,778681239,ES -778681240,778681247,FR -778681248,778681263,GB -778681264,778681279,FR +778681240,778681251,FR +778681252,778681255,DE +778681256,778681279,FR 778681280,778681295,DE 778681296,778681311,IE 778681312,778681315,NL @@ -4735,8 +5028,8 @@ 778681472,778681475,DE 778681476,778681479,PT 778681480,778681503,FR -778681504,778681519,GB -778681520,778681523,PL +778681504,778681519,PL +778681520,778681523,ES 778681524,778681527,FR 778681528,778681531,PL 778681532,778681535,CH @@ -4755,7 +5048,7 @@ 778681680,778681703,FR 778681704,778681707,IE 778681708,778681711,ES -778681712,778681727,PL +778681712,778681727,FR 778681728,778682111,GB 778682112,778682115,IT 778682116,778682119,PL @@ -4770,9 +5063,7 @@ 778682208,778682239,FR 778682240,778682243,BE 778682244,778682247,DE -778682248,778682271,FR -778682272,778682287,PL -778682288,778682295,FR +778682248,778682295,FR 778682296,778682303,PL 778682304,778682331,FR 778682332,778682335,NL @@ -4785,9 +5076,9 @@ 778690640,778690655,IT 778690656,778690687,PT 778690688,778690703,PL -778690704,778690719,FR -778690720,778690735,PL -778690736,778690751,FR +778690704,778690723,FR +778690724,778690727,GB +778690728,778690751,FR 778690752,778690783,DE 778690784,778690815,FR 778690816,778690879,ES @@ -4807,8 +5098,7 @@ 778691044,778691047,ES 778691048,778691051,PL 778691052,778691055,PT -778691056,778691343,FR -778691344,778691359,IT +778691056,778691359,FR 778691360,778691583,PT 778691584,778691743,FR 778691744,778691747,PL @@ -4820,9 +5110,12 @@ 778691840,778691855,CH 778691856,778691975,FR 778691976,778691983,ES -778691984,778692015,PL +778691984,778691987,BE +778691988,778691991,IT +778691992,778691999,FR +778692000,778692015,PL 778692016,778692031,IE -778692032,778692039,FR +778692032,778692039,DE 778692040,778692063,PL 778692064,778692095,CH 778692096,778692099,PL @@ -4833,7 +5126,8 @@ 778692116,778692127,FR 778692128,778692143,NL 778692144,778692159,DE -778692160,778692207,GB +778692160,778692191,FR +778692192,778692207,GB 778692208,778692615,FR 778692616,778692619,PL 778692620,778692623,IE @@ -4842,11 +5136,13 @@ 778692652,778692671,PL 778692672,778692679,DE 778692680,778692683,ES -778692684,778692687,FR -778692688,778692703,GB +778692684,778692703,FR 778692704,778692723,PL 778692724,778692735,FR -778692736,778692751,NL +778692736,778692739,ES +778692740,778692743,PL +778692744,778692747,PT +778692748,778692751,ES 778692752,778692767,FR 778692768,778692783,FI 778692784,778692787,GB @@ -4865,8 +5161,10 @@ 778692892,778692895,GB 778692896,778692911,FR 778692912,778692927,NL -778692928,778692959,FR -778692960,778692975,GB +778692928,778692959,DE +778692960,778692967,FR +778692968,778692971,LT +778692972,778692975,PT 778692976,778692983,DE 778692984,778692991,FR 778692992,778693023,GB @@ -4885,7 +5183,7 @@ 778693088,778693091,IE 778693092,778693095,FR 778693096,778693103,IE -778693104,778693119,IT +778693104,778693119,FR 778693120,778693151,BE 778693152,778693167,GB 778693168,778693171,CZ @@ -4906,7 +5204,9 @@ 778693408,778693439,PT 778693440,778693455,FR 778693456,778693459,DE -778693460,778693535,FR +778693460,778693511,FR +778693512,778693515,CZ +778693516,778693535,FR 778693536,778693567,NL 778693568,778693599,BE 778693600,778693631,NL @@ -4920,7 +5220,270 @@ 778693824,778693839,PT 778693840,778693855,ES 778693856,778693887,DE -778693888,778698751,FR +778693888,778693919,PT +778693920,778693927,CH +778693928,778693931,PL +778693932,778693935,DE +778693936,778693951,GB +778693952,778693967,FR +778693968,778693971,ES +778693972,778693975,PL +778693976,778693983,GB +778693984,778694015,IE +778694016,778694143,FR +778694144,778694147,DE +778694148,778694159,PL +778694160,778694175,FI +778694176,778694187,GB +778694188,778694191,ES +778694192,778694195,BE +778694196,778694199,PL +778694200,778694203,IT +778694204,778694291,FR +778694292,778694295,DE +778694296,778694299,FR +778694300,778694335,PL +778694336,778694351,IT +778694352,778694415,FR +778694416,778694463,IT +778694464,778694479,GB +778694480,778694511,IT +778694512,778694527,CZ +778694528,778694543,PL +778694544,778694555,DE +778694556,778694559,FR +778694560,778694563,PL +778694564,778694567,DE +778694568,778694571,PT +778694572,778694575,BE +778694576,778694591,PT +778694592,778694623,FR +778694624,778694627,DE +778694628,778694639,FR +778694640,778694643,PL +778694644,778694647,PT +778694648,778694687,FR +778694688,778694703,GB +778694704,778694719,FR +778694720,778694783,IT +778694784,778694815,FR +778694816,778694847,GB +778694848,778694911,FR +778694912,778694943,GB +778694944,778694959,FR +778694960,778694975,ES +778694976,778695007,GB +778695008,778695039,ES +778695040,778695167,GB +778695168,778695183,FR +778695184,778695191,GB +778695192,778695203,PL +778695204,778695207,ES +778695208,778695215,FR +778695216,778695231,DE +778695232,778695295,NL +778695296,778695327,PT +778695328,778695331,IE +778695332,778695335,GB +778695336,778695339,PL +778695340,778695343,FR +778695344,778695351,LT +778695352,778695383,FR +778695384,778695399,DE +778695400,778695415,GB +778695416,778695423,IT +778695424,778695431,PT +778695432,778695439,ES +778695440,778695447,FI +778695448,778695455,NL +778695456,778695471,FR +778695472,778695475,PL +778695476,778695479,NL +778695480,778695487,FR +778695488,778695503,BE +778695504,778695519,FR +778695520,778695535,GB +778695536,778695551,FR +778695552,778695567,GB +778695568,778695575,PL +778695576,778695579,ES +778695580,778695583,FI +778695584,778695615,PL +778695616,778695623,DE +778695624,778695627,CZ +778695628,778695663,FR +778695664,778695679,NL +778695680,778695711,PT +778695712,778695763,FR +778695764,778695767,PL +778695768,778695775,ES +778695776,778695795,FR +778695796,778695799,ES +778695800,778695807,FR +778695808,778695823,ES +778695824,778695839,FR +778695840,778695903,DE +778695904,778695911,FI +778695912,778695919,FR +778695920,778695923,PL +778695924,778695927,CZ +778695928,778695931,FI +778695932,778695943,ES +778695944,778695951,FI +778695952,778695967,DE +778695968,778695971,ES +778695972,778695975,PL +778695976,778695983,FR +778695984,778695987,PL +778695988,778695991,FR +778695992,778695995,GB +778695996,778695999,BE +778696000,778696015,FR +778696016,778696019,PL +778696020,778696023,ES +778696024,778696027,DE +778696028,778696031,GB +778696032,778696063,PL +778696064,778696099,FR +778696100,778696103,GB +778696104,778696107,FR +778696108,778696111,DE +778696112,778696127,FR +778696128,778696159,DE +778696160,778696175,GB +778696176,778696183,DE +778696184,778696187,NL +778696188,778696199,FR +778696200,778696203,IT +778696204,778696207,ES +778696208,778696223,FR +778696224,778696255,IE +778696256,778696263,IT +778696264,778696287,ES +778696288,778696335,DE +778696336,778696339,PL +778696340,778696343,IT +778696344,778696347,CH +778696348,778696351,PL +778696352,778696383,ES +778696384,778696415,IE +778696416,778696419,FR +778696420,778696423,NL +778696424,778696479,FR +778696480,778696495,IT +778696496,778696499,ES +778696500,778696503,FR +778696504,778696511,IT +778696512,778696543,DE +778696544,778696559,FR +778696560,778696567,DE +778696568,778696575,ES +778696576,778696591,GB +778696592,778696639,IE +778696640,778696643,ES +778696644,778696647,NL +778696648,778696655,FR +778696656,778696671,NL +778696672,778696687,FR +778696688,778696691,BE +778696692,778696695,FI +778696696,778696699,FR +778696700,778696703,GB +778696704,778696959,FR +778696960,778696975,IT +778696976,778696991,GB +778696992,778696995,NL +778696996,778696999,ES +778697000,778697015,FR +778697016,778697019,PL +778697020,778697023,ES +778697024,778697055,DE +778697056,778697059,PL +778697060,778697063,FR +778697064,778697067,PL +778697068,778697071,FR +778697072,778697087,IT +778697088,778697095,IE +778697096,778697099,FR +778697100,778697103,PL +778697104,778697151,IE +778697152,778697167,GB +778697168,778697171,FR +778697172,778697175,DE +778697176,778697179,PL +778697180,778697183,GB +778697184,778697343,FR +778697344,778697375,DE +778697376,778697387,FR +778697388,778697391,ES +778697392,778697407,FR +778697408,778697415,PT +778697416,778697423,BE +778697424,778697435,FR +778697436,778697439,GB +778697440,778697455,FR +778697456,778697459,IT +778697460,778697463,CZ +778697464,778697467,NL +778697468,778697471,PL +778697472,778697679,FR +778697680,778697683,PL +778697684,778697687,FR +778697688,778697695,ES +778697696,778697727,FR +778697728,778697791,FI +778697792,778697807,ES +778697808,778697811,GB +778697812,778697815,PL +778697816,778697819,FR +778697820,778697823,IT +778697824,778697951,PT +778697952,778697955,DE +778697956,778697959,IE +778697960,778697967,ES +778697968,778697975,FR +778697976,778697979,BE +778697980,778697983,FI +778697984,778698239,NL +778698240,778698247,GB +778698248,778698251,ES +778698252,778698255,PL +778698256,778698287,FR +778698288,778698295,FI +778698296,778698303,IE +778698304,778698399,FR +778698400,778698447,IE +778698448,778698451,NL +778698452,778698455,PL +778698456,778698459,CZ +778698460,778698463,PL +778698464,778698467,GB +778698468,778698471,PL +778698472,778698479,IT +778698480,778698495,FR +778698496,778698499,GB +778698500,778698503,FR +778698504,778698511,CH +778698512,778698519,FI +778698520,778698527,FR +778698528,778698531,IT +778698532,778698535,CH +778698536,778698539,PL +778698540,778698543,IT +778698544,778698555,PL +778698556,778698643,FR +778698644,778698647,PL +778698648,778698655,ES +778698656,778698667,FR +778698668,778698671,ES +778698672,778698687,IE +778698688,778698695,LT +778698696,778698703,FR +778698704,778698707,DE +778698708,778698711,ES +778698712,778698715,NL +778698716,778698719,ES +778698720,778698751,FR 778698752,778764287,TR 778764288,778829823,HU 778829824,778895359,RO @@ -5271,7 +5834,6 @@ 781711360,781713407,UA 781713408,781844479,SA 781844480,781975551,TR -781975552,782106623,GB 782106624,782254079,RU 782254080,782270463,UA 782270464,782319615,RU @@ -5302,14 +5864,17 @@ 782664704,782664704,GB 782664705,782665471,NL 782665472,782666495,US -782666496,782667007,GB +782666496,782666751,GB +782666752,782667007,US 782667008,782667519,RU 782667520,782667775,LU -782667776,782668287,FR +782667776,782668031,GB +782668032,782668287,FR 782668288,782668799,RU 782668800,782669567,NL -782669568,782671615,DE -782671616,782680063,GB +782669568,782669823,GB +782669824,782671871,DE +782671872,782680063,GB 782680064,782696447,RU 782696448,782712831,DE 782712832,782729215,RU @@ -5561,9 +6126,7 @@ 786747392,786751487,SK 786751488,786755583,PL 786755584,786759679,IT -786759680,786771711,DE -786771712,786771775,AT -786771776,786771967,DE +786759680,786771967,DE 786771968,786776063,UA 786776064,786780159,RU 786780160,786784255,IT @@ -5572,7 +6135,9 @@ 786792448,786796543,RU 786796544,786800639,PL 786800640,786801023,US -786801024,786804735,UA +786801024,786801151,UA +786801152,786801663,US +786801664,786804735,UA 786804736,786808831,RU 786808832,786812927,BG 786812928,786817023,RU @@ -5605,6 +6170,7 @@ 786939904,786941951,FI 786941952,786943999,CH 786944000,786946047,RU +786946048,786948095,FR 786948096,786950143,UA 786950144,786952191,DE 786952192,786952703,NE @@ -5633,7 +6199,15 @@ 787054592,787070975,IT 787070976,787087359,RU 787087360,787095551,TR -787095552,787103743,EU +787095552,787095567,EU +787095568,787095599,CH +787095600,787095807,EU +787095808,787096063,CH +787096064,787096575,EU +787096576,787098367,CH +787098368,787099647,EU +787099648,787102975,CH +787102976,787103743,EU 787103744,787111935,HR 787111936,787120127,CZ 787120128,787128319,ES @@ -5740,7 +6314,9 @@ 787843072,787845119,GR 787845120,787847167,CH 787847168,787849215,SE -787849216,787851263,TR +787849216,787850496,TR +787850497,787850751,NL +787850752,787851263,TR 787851264,787853311,RU 787853312,787855359,DE 787855360,787857407,CH @@ -5861,8 +6437,7 @@ 788455424,788457471,FR 788457472,788459519,IT 788459520,788461567,RU -788461568,788463615,JE -788463616,788465663,GB +788461568,788465663,GB 788465664,788467711,CZ 788467712,788469759,NO 788469760,788471807,NL @@ -5884,8 +6459,12 @@ 788502528,788504575,IE 788504576,788506623,FR 788506624,788508671,CH -788508672,788509199,FR -788509200,788509695,AT +788508672,788509207,FR +788509208,788509231,AT +788509232,788509247,FR +788509248,788509439,AT +788509440,788509631,FR +788509632,788509695,AT 788509696,788509951,FR 788509952,788510719,AT 788510720,788512767,ES @@ -6042,8 +6621,12 @@ 839095808,839096063,CA 839096064,839101695,US 839101696,839102207,CA -839102208,839112447,US -839112448,839112703,CA +839102208,839103231,US +839103232,839103487,CA +839103488,839104255,US +839104256,839104511,CA +839104512,839112191,US +839112192,839112703,CA 839112704,839113215,US 839113216,839113471,CA 839113472,840269823,US @@ -6079,13 +6662,21 @@ 842542408,842542415,US 842542416,842542423,NZ 842542424,842542431,JO -842542432,843055103,US +842542432,842565975,US +842565976,842565979,AU +842565980,842566015,US +842566016,842566019,BR +842566020,842597639,US +842597640,842597647,GT +842597648,842598703,US +842598704,842598719,CZ +842598720,843055103,US 843055104,843644927,CA 843644928,844890111,US 844890112,844988415,CA 844988416,845283327,US 845283328,845545471,CA -845545472,846462975,US +845545472,846725119,US 847249408,855638015,US 855638016,872415231,GB 872415232,889192447,US @@ -6624,7 +7215,9 @@ 1040471488,1040471519,NL 1040471520,1040472575,EU 1040472576,1040472831,DE -1040472832,1040474111,EU +1040472832,1040473071,EU +1040473072,1040473087,DE +1040473088,1040474111,EU 1040474112,1040482303,CZ 1040482304,1040515071,BE 1040515072,1040547839,GB @@ -6740,8 +7333,8 @@ 1041701720,1041701727,GB 1041701728,1041701863,FR 1041701864,1041701871,GB -1041701872,1041701903,FR -1041701904,1041701919,GB +1041701872,1041701911,FR +1041701912,1041701919,GB 1041701920,1041701967,FR 1041701968,1041701975,GB 1041701976,1041702167,FR @@ -6766,9 +7359,13 @@ 1041704160,1041704175,GB 1041704176,1041704207,FR 1041704208,1041704215,GB -1041704216,1041704255,FR -1041704256,1041704263,GB -1041704264,1041704407,FR +1041704216,1041704247,FR +1041704248,1041704263,GB +1041704264,1041704319,FR +1041704320,1041704335,GB +1041704336,1041704351,FR +1041704352,1041704383,GB +1041704384,1041704407,FR 1041704408,1041704431,GB 1041704432,1041704439,FR 1041704440,1041704455,GB @@ -6966,9 +7563,7 @@ 1041714512,1041714519,GB 1041714520,1041714655,FR 1041714656,1041714687,GB -1041714688,1041714775,FR -1041714776,1041714783,GB -1041714784,1041714815,FR +1041714688,1041714815,FR 1041714816,1041714847,GB 1041714848,1041714855,FR 1041714856,1041714879,GB @@ -6992,7 +7587,9 @@ 1041715584,1041715615,GB 1041715616,1041715631,FR 1041715632,1041715647,GB -1041715648,1041715767,FR +1041715648,1041715727,FR +1041715728,1041715735,GB +1041715736,1041715767,FR 1041715768,1041715791,GB 1041715792,1041715807,FR 1041715808,1041715823,GB @@ -7136,9 +7733,7 @@ 1041722704,1041722711,GB 1041722712,1041722743,FR 1041722744,1041722751,GB -1041722752,1041722951,FR -1041722952,1041722959,GB -1041722960,1041722983,FR +1041722752,1041722983,FR 1041722984,1041723007,GB 1041723008,1041723047,FR 1041723048,1041723135,GB @@ -7423,8 +8018,8 @@ 1041741064,1041741087,GB 1041741088,1041741135,FR 1041741136,1041741151,GB -1041741152,1041741239,FR -1041741240,1041741263,GB +1041741152,1041741231,FR +1041741232,1041741263,GB 1041741264,1041741279,FR 1041741280,1041741295,GB 1041741296,1041741567,FR @@ -7485,7 +8080,9 @@ 1041743832,1041743847,GB 1041743848,1041743863,FR 1041743864,1041743871,GB -1041743872,1041744287,FR +1041743872,1041744263,FR +1041744264,1041744271,GB +1041744272,1041744287,FR 1041744288,1041744295,GB 1041744296,1041744311,FR 1041744312,1041744327,GB @@ -7832,7 +8429,8 @@ 1042892976,1042892983,CH 1042892984,1042892991,NL 1042892992,1042893007,FR -1042893008,1042893055,NL +1042893008,1042893039,NL +1042893040,1042893055,DE 1042893056,1042893087,GB 1042893088,1042893135,NL 1042893136,1042893143,DE @@ -7864,7 +8462,9 @@ 1042896128,1042896255,GB 1042896256,1042900479,NL 1042900480,1042900735,GB -1042900736,1042939903,NL +1042900736,1042915375,NL +1042915376,1042915391,DE +1042915392,1042939903,NL 1042939904,1043070975,ES 1043070976,1043079167,CZ 1043079168,1043087359,DE @@ -7883,7 +8483,9 @@ 1043356032,1043357695,DE 1043357696,1043365887,CH 1043365888,1043398655,PT -1043398656,1043464311,GB +1043398656,1043464191,GB +1043464192,1043464255,NL +1043464256,1043464311,GB 1043464312,1043464351,NL 1043464352,1043464383,GB 1043464384,1043464799,NL @@ -8038,8 +8640,8 @@ 1043477504,1043477759,GB 1043477760,1043478179,DE 1043478180,1043478271,GB -1043478272,1043478511,DE -1043478512,1043478527,GB +1043478272,1043478287,DE +1043478288,1043478527,GB 1043478528,1043478623,DE 1043478624,1043478639,GB 1043478640,1043478655,DE @@ -8257,7 +8859,9 @@ 1043898624,1043898751,TZ 1043898752,1043899391,A2 1043899392,1043899647,CG -1043899648,1043910143,A2 +1043899648,1043907071,A2 +1043907072,1043907327,NG +1043907328,1043910143,A2 1043910144,1043910399,TZ 1043910400,1043912703,A2 1043912704,1043913215,ZM @@ -8626,7 +9230,9 @@ 1044592656,1044592671,GB 1044592672,1044592703,DE 1044592704,1044592831,GB -1044592832,1044594431,DE +1044592832,1044593151,DE +1044593152,1044593663,GB +1044593664,1044594431,DE 1044594432,1044625407,GB 1044625408,1044625463,DE 1044625464,1044625471,GB @@ -8634,24 +9240,23 @@ 1044625536,1044625663,GB 1044625664,1044625679,DE 1044625680,1044627455,GB -1044627456,1044628479,DE -1044628480,1044629503,GB +1044627456,1044628223,DE +1044628224,1044629503,GB 1044629504,1044629759,DE 1044629760,1044631551,GB 1044631552,1044631903,DE 1044631904,1044631951,GB 1044631952,1044631967,DE 1044631968,1044632063,GB -1044632064,1044633855,DE -1044633856,1044634111,GB -1044634112,1044634367,DE -1044634368,1044634623,GB +1044632064,1044633087,DE +1044633088,1044633343,GB +1044633344,1044633855,DE +1044633856,1044634623,GB 1044634624,1044634879,DE -1044634880,1044635135,GB -1044635136,1044635391,DE -1044635392,1044635647,GB +1044634880,1044635647,GB 1044635648,1044636159,US -1044636160,1044638207,DE +1044636160,1044636415,GB +1044636416,1044638207,DE 1044638208,1044638223,GB 1044638224,1044638239,DE 1044638240,1044638463,GB @@ -8847,7 +9452,9 @@ 1044933864,1044933871,GB 1044933872,1044933919,BE 1044933920,1044933935,GB -1044933936,1044934191,BE +1044933936,1044934111,BE +1044934112,1044934119,GB +1044934120,1044934191,BE 1044934192,1044934199,GB 1044934200,1044934239,BE 1044934240,1044934247,GB @@ -8892,8 +9499,8 @@ 1044935752,1044935839,BE 1044935840,1044935847,GB 1044935848,1044935851,BE -1044935852,1044935863,GB -1044935864,1044935879,BE +1044935852,1044935871,GB +1044935872,1044935879,BE 1044935880,1044935887,GB 1044935888,1044935903,BE 1044935904,1044936095,GB @@ -8917,7 +9524,9 @@ 1044936496,1044936503,GB 1044936504,1044936711,BE 1044936712,1044936719,GB -1044936720,1044937183,BE +1044936720,1044936847,BE +1044936848,1044936863,GB +1044936864,1044937183,BE 1044937184,1044937187,GB 1044937188,1044937287,BE 1044937288,1044937311,GB @@ -9015,8 +9624,7 @@ 1045160960,1045160991,TR 1045160992,1045161023,DE 1045161024,1045161055,AT -1045161056,1045161087,US -1045161088,1045161119,DE +1045161056,1045161119,DE 1045161120,1045161151,SC 1045161152,1045168127,DE 1045168128,1045233663,RU @@ -9121,8 +9729,8 @@ 1045743232,1045743251,GB 1045743252,1045743263,SE 1045743264,1045743299,GB -1045743300,1045743647,SE -1045743648,1045743871,GB +1045743300,1045743623,SE +1045743624,1045743871,GB 1045743872,1045744007,SE 1045744008,1045744015,GB 1045744016,1045744031,SE @@ -9332,8 +9940,8 @@ 1046485496,1046485503,GB 1046485504,1046486055,DE 1046486056,1046486063,GB -1046486064,1046486159,DE -1046486160,1046486175,GB +1046486064,1046486151,DE +1046486152,1046486175,GB 1046486176,1046486183,DE 1046486184,1046486191,GB 1046486192,1046486375,DE @@ -9363,7 +9971,9 @@ 1046493088,1046493095,DE 1046493096,1046493103,GB 1046493104,1046493391,DE -1046493392,1046493471,GB +1046493392,1046493399,GB +1046493400,1046493407,DE +1046493408,1046493471,GB 1046493472,1046493487,DE 1046493488,1046493511,GB 1046493512,1046493519,DE @@ -9620,7 +10230,9 @@ 1046544384,1046560767,IT 1046560768,1046570591,ES 1046570592,1046570607,CH -1046570608,1046572007,ES +1046570608,1046571815,ES +1046571816,1046571823,FR +1046571824,1046572007,ES 1046572008,1046572015,DK 1046572016,1046585343,ES 1046585344,1046609919,NO @@ -9774,7 +10386,9 @@ 1047340800,1047341055,NO 1047341056,1047343871,SE 1047343872,1047344127,NO -1047344128,1047346431,SE +1047344128,1047346351,SE +1047346352,1047346359,FI +1047346360,1047346431,SE 1047346432,1047346687,FI 1047346688,1047347199,SE 1047347200,1047363583,DE @@ -10040,7 +10654,11 @@ 1048604688,1048604751,UA 1048604752,1048604759,EE 1048604760,1048604927,UA -1048604928,1048605079,LT +1048604928,1048604945,LT +1048604946,1048604947,UA +1048604948,1048604991,LT +1048604992,1048605055,UA +1048605056,1048605079,LT 1048605080,1048605087,UA 1048605088,1048605095,LT 1048605096,1048605103,UA @@ -12501,9 +13119,7 @@ 1053312912,1053312927,EU 1053312928,1053312959,DK 1053312960,1053313023,EU -1053313024,1053313343,GB -1053313344,1053313407,EU -1053313408,1053313471,GB +1053313024,1053313471,GB 1053313472,1053313479,EU 1053313480,1053313671,GB 1053313672,1053313679,EU @@ -12532,7 +13148,9 @@ 1053319168,1053320191,DE 1053320192,1053320223,EU 1053320224,1053320319,DE -1053320320,1053326335,EU +1053320320,1053320447,EU +1053320448,1053320703,DE +1053320704,1053326335,EU 1053326336,1053326399,BE 1053326400,1053326431,EU 1053326432,1053326447,GB @@ -12642,8 +13260,8 @@ 1053350360,1053350375,EU 1053350376,1053350391,IE 1053350392,1053350399,EU -1053350400,1053350479,BE -1053350480,1053350655,EU +1053350400,1053350487,BE +1053350488,1053350655,EU 1053350656,1053350911,BE 1053350912,1053351935,EU 1053351936,1053352191,IL @@ -12695,6 +13313,7 @@ 1053687808,1053702635,DE 1053702636,1053702639,GB 1053702640,1053753343,DE +1053753344,1053818879,NL 1053818880,1053819391,DE 1053819392,1053819423,EU 1053819424,1053819439,DE @@ -12966,9 +13585,7 @@ 1054943232,1054943487,PL 1054943488,1054949807,DE 1054949808,1054949815,ES -1054949816,1054963255,DE -1054963256,1054963263,ES -1054963264,1054969031,DE +1054949816,1054969031,DE 1054969032,1054969039,AT 1054969040,1054978815,DE 1054978816,1054979071,FR @@ -13387,7 +14004,8 @@ 1065519360,1065519487,CA 1065519488,1065520895,US 1065520896,1065520911,CA -1065520912,1065583423,US +1065520912,1065520927,IT +1065520928,1065583423,US 1065583424,1065583439,HK 1065583440,1065611263,US 1065611264,1065615359,PR @@ -14132,7 +14750,9 @@ 1075601280,1075601295,CA 1075601296,1075609599,US 1075609600,1075613695,TT -1075613696,1075744767,US +1075613696,1075744511,US +1075744512,1075744639,NL +1075744640,1075744767,US 1075744768,1075748863,A2 1075748864,1075855359,US 1075855360,1075871743,DO @@ -16276,8 +16896,8 @@ 1078285664,1078285695,CA 1078285696,1078285703,MX 1078285704,1078285711,US -1078285712,1078285919,CA -1078285920,1078285943,US +1078285712,1078285935,CA +1078285936,1078285943,US 1078285944,1078285951,CA 1078285952,1078286015,US 1078286016,1078286047,CA @@ -16772,18 +17392,24 @@ 1079410944,1079411199,CA 1079411200,1079411455,US 1079411456,1079411711,PK -1079411712,1079413311,CA +1079411712,1079412735,CA +1079412736,1079413247,US +1079413248,1079413311,CA 1079413312,1079413343,US 1079413344,1079413535,CA 1079413536,1079413567,US -1079413568,1079414783,CA +1079413568,1079414271,CA +1079414272,1079414527,US +1079414528,1079414783,CA 1079414784,1079415039,US 1079415040,1079415295,HN 1079415296,1079415807,CA 1079415808,1079416319,US 1079416320,1079421951,CA 1079421952,1079422207,US -1079422208,1079425023,CA +1079422208,1079422239,CA +1079422240,1079422271,US +1079422272,1079425023,CA 1079425024,1079425279,US 1079425280,1079425535,CA 1079425536,1079425551,US @@ -17306,13 +17932,26 @@ 1081612016,1081612023,IN 1081612024,1081612159,US 1081612160,1081612191,IN -1081612192,1081612663,US +1081612192,1081612655,US +1081612656,1081612663,CA 1081612664,1081612671,IN -1081612672,1081616831,US +1081612672,1081613351,US +1081613352,1081613359,CA +1081613360,1081613399,US +1081613400,1081613407,CA +1081613408,1081613447,US +1081613448,1081613455,CA +1081613456,1081613543,US +1081613544,1081613551,CA +1081613552,1081616831,US 1081616832,1081616839,GB 1081616840,1081618951,US 1081618952,1081618959,GB -1081618960,1081803287,US +1081618960,1081619775,US +1081619776,1081619791,CA +1081619792,1081625775,US +1081625776,1081625783,CA +1081625784,1081803287,US 1081803288,1081803295,PR 1081803296,1081803895,US 1081803896,1081803903,PR @@ -20648,8 +21287,7 @@ 1118476896,1118477535,CA 1118477536,1118477543,US 1118477544,1118478335,CA -1118478336,1118502911,US -1118507008,1118511103,US +1118478336,1118511103,US 1118511104,1118519295,CA 1118519296,1118527487,US 1118527488,1118531583,CA @@ -20698,7 +21336,7 @@ 1118795808,1118795895,US 1118795896,1118795903,CY 1118795904,1118796543,US -1118796544,1118796799,CY +1118796544,1118796799,GB 1118796800,1118797063,US 1118797064,1118797071,CR 1118797072,1118961663,US @@ -21584,7 +22222,7 @@ 1120911360,1120914415,CA 1120914416,1120914431,AT 1120914432,1120918623,CA -1120918624,1120918639,US +1120918624,1120918639,NA 1120918640,1120919551,CA 1120919552,1121005567,US 1121005568,1121009663,CA @@ -22222,7 +22860,9 @@ 1123584384,1123588063,US 1123588064,1123588095,CY 1123588096,1123588351,DE -1123588352,1123590143,US +1123588352,1123589631,US +1123589632,1123589887,DE +1123589888,1123590143,US 1123590144,1123598335,VI 1123598336,1123651583,US 1123651584,1123655679,JM @@ -22591,7 +23231,9 @@ 1125623296,1125623551,IN 1125623552,1125628671,US 1125628672,1125628703,NZ -1125628704,1125642674,US +1125628704,1125642301,US +1125642302,1125642303,IN +1125642304,1125642674,US 1125642675,1125642694,BO 1125642695,1126009343,US 1126009344,1126009599,AR @@ -23475,8 +24117,8 @@ 1137376464,1137376479,US 1137376480,1137376511,CA 1137376512,1137376639,US -1137376640,1137376671,CA -1137376672,1137377311,US +1137376640,1137376703,CA +1137376704,1137377311,US 1137377312,1137377327,DE 1137377328,1137383455,US 1137383456,1137383471,DE @@ -23489,7 +24131,9 @@ 1137524736,1137541119,CA 1137541120,1137623039,US 1137623040,1137639423,PR -1137639424,1137704967,US +1137639424,1137692671,US +1137692672,1137696767,A1 +1137696768,1137704967,US 1137704968,1137705287,CA 1137705288,1137705295,US 1137705296,1137705383,CA @@ -23908,9 +24552,7 @@ 1138417696,1138417727,DE 1138417728,1138421759,US 1138421760,1138421791,DE -1138421792,1138422783,US -1138422784,1138423039,PA -1138423040,1138425855,US +1138421792,1138425855,US 1138425856,1138427519,KN 1138427520,1138427647,US 1138427648,1138429951,KN @@ -24020,7 +24662,11 @@ 1138655459,1138655486,CA 1138655487,1138655503,US 1138655504,1138655521,MX -1138655522,1138655609,US +1138655522,1138655581,US +1138655582,1138655583,MX +1138655584,1138655587,US +1138655588,1138655589,MX +1138655590,1138655609,US 1138655610,1138655617,MX 1138655618,1138655629,US 1138655630,1138655637,EG @@ -24082,7 +24728,9 @@ 1138658498,1138658525,PK 1138658526,1138659081,US 1138659082,1138659207,ES -1138659208,1138659369,US +1138659208,1138659307,US +1138659308,1138659315,EG +1138659316,1138659369,US 1138659370,1138659401,GB 1138659402,1138659465,US 1138659466,1138659497,GB @@ -24097,7 +24745,8 @@ 1138659706,1138659713,CA 1138659714,1138659723,US 1138659724,1138659731,ID -1138659732,1138659789,US +1138659732,1138659781,US +1138659782,1138659789,NZ 1138659790,1138659797,ID 1138659798,1138659805,US 1138659806,1138659813,ID @@ -24285,7 +24934,7 @@ 1139195136,1139195391,GB 1139195392,1139195775,US 1139195776,1139195903,CA -1139195904,1139261439,US +1139195904,1139265535,US 1139265536,1139269631,CA 1139269632,1142187775,US 1142187776,1142187783,PR @@ -24359,7 +25008,9 @@ 1145413632,1145421823,US 1145421824,1145430015,CA 1145430016,1145475071,US -1145475072,1145479167,CA +1145475072,1145476887,CA +1145476888,1145476895,US +1145476896,1145479167,CA 1145479168,1145483583,US 1145483584,1145483591,VG 1145483592,1145484031,US @@ -25085,8 +25736,8 @@ 1159262728,1159262731,DE 1159262732,1159262735,RU 1159262736,1159262743,US -1159262744,1159262747,RU -1159262748,1159266935,US +1159262744,1159262751,RU +1159262752,1159266935,US 1159266936,1159266943,PR 1159266944,1159269119,US 1159269120,1159269375,AR @@ -25308,7 +25959,9 @@ 1160017160,1160019967,CA 1160019968,1160364031,US 1160364032,1160368127,CA -1160368128,1160397007,US +1160368128,1160393727,US +1160393728,1160396799,CA +1160396800,1160397007,US 1160397008,1160397023,GB 1160397024,1160405631,US 1160405632,1160406015,DO @@ -25809,9 +26462,13 @@ 1161632632,1161632639,GB 1161632640,1161632655,US 1161632656,1161632663,GB -1161632664,1161632719,US +1161632664,1161632687,US +1161632688,1161632703,GB +1161632704,1161632719,US 1161632720,1161632735,GB -1161632736,1161633023,US +1161632736,1161632943,US +1161632944,1161632959,CA +1161632960,1161633023,US 1161633024,1161633055,CA 1161633056,1161633215,US 1161633216,1161633231,EE @@ -25906,8 +26563,7 @@ 1161639688,1161639695,KW 1161639696,1161639703,US 1161639704,1161639711,BZ -1161639712,1161639719,PL -1161639720,1161639727,US +1161639712,1161639727,US 1161639728,1161639743,GB 1161639744,1161639831,US 1161639832,1161639839,AR @@ -26645,18 +27301,8 @@ 1163581568,1163581583,CA 1163581584,1163581615,US 1163581616,1163581631,CA -1163581632,1163581703,US -1163581704,1163581799,CA -1163581800,1163581807,US -1163581808,1163581839,CA -1163581840,1163581895,US -1163581896,1163581903,CA -1163581904,1163581907,US -1163581908,1163581915,CA -1163581916,1163581919,US -1163581920,1163581943,CA -1163581944,1163581951,US -1163581952,1163581983,CA +1163581632,1163581695,US +1163581696,1163581983,CA 1163581984,1163582015,US 1163582016,1163582111,CA 1163582112,1163582127,US @@ -26714,10 +27360,14 @@ 1167324048,1167324055,CA 1167324056,1167324287,US 1167324288,1167324295,GB -1167324296,1167325935,US +1167324296,1167325727,US +1167325728,1167325735,CA +1167325736,1167325935,US 1167325936,1167325951,CA 1167325952,1167326207,US -1167326208,1167326271,IN +1167326208,1167326231,IN +1167326232,1167326239,CA +1167326240,1167326271,IN 1167326272,1167326303,US 1167326304,1167326335,IN 1167326336,1167326367,SI @@ -26727,7 +27377,9 @@ 1167326440,1167326447,IN 1167326448,1167326983,US 1167326984,1167326991,IN -1167326992,1167327111,US +1167326992,1167327023,US +1167327024,1167327031,CA +1167327032,1167327111,US 1167327112,1167327119,IN 1167327120,1167327207,US 1167327208,1167327215,IN @@ -26761,7 +27413,9 @@ 1168394512,1168394751,CA 1168394752,1168420863,US 1168420864,1168424959,CA -1168424960,1168474111,US +1168424960,1168453631,US +1168453632,1168457727,A1 +1168457728,1168474111,US 1168474112,1168506879,CA 1168508928,1168510975,US 1168510976,1168515071,CA @@ -27119,10 +27773,8 @@ 1176620512,1176620743,CA 1176620744,1176620783,US 1176620784,1176620863,CA -1176620864,1176620895,US -1176620896,1176620911,CA -1176620912,1176620927,US -1176620928,1176620967,CA +1176620864,1176620879,US +1176620880,1176620967,CA 1176620968,1176620975,US 1176620976,1176620991,CA 1176620992,1176620999,US @@ -27137,7 +27789,11 @@ 1176621888,1176622047,CA 1176622048,1176622079,US 1176622080,1176622335,GB -1176622336,1176622591,US +1176622336,1176622367,US +1176622368,1176622431,CA +1176622432,1176622527,US +1176622528,1176622559,CA +1176622560,1176622591,US 1176622592,1176623359,CA 1176623360,1176623487,US 1176623488,1176623567,CA @@ -31672,8 +32328,8 @@ 1296247808,1296247871,US 1296247872,1296247999,FR 1296248000,1296248063,IE -1296248064,1296248127,FR -1296248128,1296248255,IE +1296248064,1296248191,FR +1296248192,1296248255,IE 1296248256,1296248318,BE 1296248319,1296248319,FR 1296248320,1296248383,BE @@ -31707,7 +32363,8 @@ 1296251360,1296251391,DE 1296251392,1296251775,NL 1296251776,1296251903,DE -1296251904,1296251935,FR +1296251904,1296251919,IR +1296251920,1296251935,BE 1296251936,1296251967,US 1296251968,1296252015,NL 1296252016,1296252039,US @@ -32004,7 +32661,7 @@ 1296754688,1296756735,DE 1296756736,1296758783,FR 1296758784,1296760831,RS -1296762880,1296764927,RU +1296760832,1296764927,RU 1296764928,1296769023,AT 1296769024,1296771071,TR 1296771072,1296773119,LT @@ -32195,7 +32852,6 @@ 1298110464,1298112511,ES 1298112512,1298114559,IE 1298114560,1298116607,IT -1298116608,1298118655,RU 1298118656,1298120703,AM 1298120704,1298122751,CZ 1298122752,1298124799,RU @@ -32203,6 +32859,7 @@ 1298126848,1298127615,SA 1298127616,1298128127,IR 1298128128,1298128895,SA +1298128896,1298130943,NL 1298130944,1298132991,BG 1298132992,1298135039,FI 1298135040,1298137087,NL @@ -32612,7 +33269,7 @@ 1308086272,1308088319,RU 1308088320,1308090367,UA 1308090368,1308092415,SK -1308092416,1308094463,RU +1308092416,1308096511,RU 1308096512,1308098559,RS 1308098560,1308360703,NL 1308360704,1308622847,PL @@ -32822,7 +33479,7 @@ 1310257152,1310259199,FR 1310259200,1310261247,GB 1310261248,1310277631,UA -1310294016,1310310399,RU +1310277632,1310310399,RU 1310310400,1310326783,GB 1310326784,1310343167,NO 1310343168,1310359551,IT @@ -32888,8 +33545,8 @@ 1311263616,1311263679,FR 1311263680,1311263871,CH 1311263872,1311263999,FR -1311264000,1311264095,CH -1311264096,1311264767,FR +1311264000,1311264111,CH +1311264112,1311264767,FR 1311264768,1311266815,RU 1311266816,1311268863,FR 1311268864,1311270911,BE @@ -33154,6 +33811,8 @@ 1315774424,1315774431,NA 1315774432,1315774463,UA 1315774464,1315778559,RU +1315778560,1315780607,AZ +1315780608,1315782655,DE 1315782656,1315786751,AM 1315786752,1315790592,FR 1315790593,1315790593,IT @@ -33219,19 +33878,21 @@ 1317115136,1317115391,IE 1317115392,1317118207,GB 1317118208,1317118463,IN -1317118464,1317119103,GB -1317119104,1317119167,IT -1317119168,1317126399,GB +1317118464,1317126399,GB 1317126400,1317126655,US 1317126656,1317129279,GB 1317129280,1317129343,CA 1317129344,1317129471,GB 1317129472,1317129727,IT -1317129728,1317135615,GB +1317129728,1317133055,GB +1317133056,1317133183,LV +1317133184,1317135615,GB 1317135616,1317135871,DE 1317135872,1317136895,GB 1317136896,1317137151,EE -1317137152,1317137663,GB +1317137152,1317137183,GB +1317137184,1317137215,CH +1317137216,1317137663,GB 1317137664,1317137919,SE 1317137920,1317140095,GB 1317140096,1317140223,US @@ -33289,6 +33950,7 @@ 1317650096,1317650135,IE 1317650136,1317650143,GB 1317650144,1317650431,IE +1317650432,1317666815,PT 1317666816,1317666823,IQ 1317666824,1317666831,CD 1317666832,1317666839,A2 @@ -33330,8 +33992,7 @@ 1317667352,1317667359,AO 1317667360,1317667367,A2 1317667368,1317667375,NG -1317667376,1317667407,A2 -1317667408,1317667423,NG +1317667376,1317667423,A2 1317667424,1317667431,TD 1317667432,1317667439,GH 1317667440,1317667455,A2 @@ -33459,7 +34120,7 @@ 1317670480,1317670511,A2 1317670512,1317670519,CI 1317670520,1317670543,NG -1317670544,1317670551,IQ +1317670544,1317670551,A2 1317670552,1317670559,UG 1317670560,1317670567,NG 1317670568,1317670575,A2 @@ -33491,15 +34152,17 @@ 1317670864,1317670879,A2 1317670880,1317670887,NG 1317670888,1317670896,A2 -1317670897,1317670911,NG -1317670912,1317671175,A2 +1317670897,1317670903,NG +1317670904,1317671175,A2 1317671176,1317671191,NG 1317671192,1317671239,A2 1317671240,1317671247,CI 1317671248,1317671255,A2 1317671256,1317671263,CI 1317671264,1317671279,A2 -1317671280,1317671303,NG +1317671280,1317671287,NG +1317671288,1317671295,A2 +1317671296,1317671303,NG 1317671304,1317671319,A2 1317671320,1317671327,NG 1317671328,1317671335,A2 @@ -33517,8 +34180,8 @@ 1317671448,1317671487,NG 1317671488,1317671527,A2 1317671528,1317671535,NG -1317671536,1317671543,A2 -1317671544,1317671551,GH +1317671536,1317671543,LR +1317671544,1317671551,A2 1317671552,1317671567,NG 1317671568,1317671583,A2 1317671584,1317671591,NG @@ -33530,9 +34193,7 @@ 1317671680,1317671687,LR 1317671688,1317671719,A2 1317671720,1317671727,NG -1317671728,1317671759,A2 -1317671760,1317671767,IQ -1317671768,1317671783,A2 +1317671728,1317671783,A2 1317671784,1317671807,NG 1317671808,1317671823,CI 1317671824,1317671831,NG @@ -33570,8 +34231,7 @@ 1317672760,1317672767,NG 1317672768,1317672815,A2 1317672816,1317672823,BW -1317672824,1317672831,NG -1317672832,1317672839,A2 +1317672824,1317672839,A2 1317672840,1317672847,NG 1317672848,1317672863,A2 1317672864,1317672871,NG @@ -33582,7 +34242,9 @@ 1317672936,1317672943,NG 1317672944,1317672951,UG 1317672952,1317672959,A2 -1317672960,1317673247,NG +1317672960,1317673231,NG +1317673232,1317673239,A2 +1317673240,1317673247,NG 1317673248,1317673263,A2 1317673264,1317673271,UG 1317673272,1317673279,A2 @@ -33606,8 +34268,8 @@ 1317673496,1317673527,NG 1317673528,1317673535,A2 1317673536,1317673551,ZW -1317673552,1317673559,A2 -1317673560,1317673575,NG +1317673552,1317673567,A2 +1317673568,1317673575,NG 1317673576,1317673583,CD 1317673584,1317673607,A2 1317673608,1317673615,NG @@ -33697,9 +34359,7 @@ 1317674952,1317674959,NG 1317674960,1317674967,GH 1317674968,1317674983,NG -1317674984,1317674999,A2 -1317675000,1317675007,NG -1317675008,1317675031,A2 +1317674984,1317675031,A2 1317675032,1317675039,NG 1317675040,1317675055,A2 1317675056,1317675063,NG @@ -33716,9 +34376,7 @@ 1317675320,1317675351,A2 1317675352,1317675359,IQ 1317675360,1317675367,NG -1317675368,1317675407,A2 -1317675408,1317675415,NG -1317675416,1317675423,A2 +1317675368,1317675423,A2 1317675424,1317675439,NG 1317675440,1317675447,A2 1317675448,1317675455,NG @@ -33772,7 +34430,7 @@ 1317675976,1317675983,A2 1317675984,1317675991,ML 1317675992,1317675999,NG -1317676000,1317676007,GN +1317676000, ... This diff was cut by Hermes due to size limitations. Check on the server. To REVIEW against the previous version: osc request show --diff 84670 To ACCEPT the request: osc request accept 84670 --message="reviewed ok." To DECLINE the request: osc request decline 84670 --message="declined for reason xyz (see ... for background / policy / ...)." To REVOKE the request: osc request revoke 84670 --message="retracted because ..., sorry / thx / see better version ..." -- Hermes messaging (http://hermes.opensuse.org) openSUSE Build Service (https://build.opensuse.org/) Collaboration: http://en.opensuse.org/Build_Service/Collaboration -- To unsubscribe, e-mail: opensuse-contrib+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-contrib+help@opensuse.org
participants (1)
-
andreas.stieger@gmx.de