[-]
[+]
|
Changed |
mirrorbrain.changes
|
|
[-]
[+]
|
Changed |
mirrorbrain.spec
^
|
|
[-]
[+]
|
Changed |
debian.changelog
^
|
@@ -1,3 +1,66 @@
+mirrorbrain (2.14.0-3) stable; urgency=low
+
+ - 2nd attempt of linking the math library, to fix unresolved symbol "sqrt" in
+ mod_mirrorbrain.so.
+
+ -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:59:00 +0100
+
+mirrorbrain (2.14.0-2) stable; urgency=low
+
+ - linking the math library, to fix unresolved symbol "sqrt" in
+ mod_mirrorbrain.so.
+
+ -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 06:22:00 +0100
+
+mirrorbrain (2.14.0-1) stable; urgency=low
+
+ - update to 2.14.0 (r8210):
+ http://mirrorbrain.org/docs/changes/#release-2-14-0-r8210-nov-6-2010
+ - If the “GeoLite City” GeoIP database is used, MirrorBrain now uses
+ geographical distance as additional criterion to improve mirror selection
+ in difficult cases (issue #34).
+ - Per-file mirror lists are more readable and embed a link to a Google map
+ with mirrors.
+ - When running behind a load balancer or other reverse proxy, prefix
+ detection (for containment in network prefixes of mirrors) did not work.
+ - Experimental support for restricted downloads. See release notes.
+ - Running behind authentication (e.g. Basic) is now supported.
+ - zsync 0.6.2 compatibility has been tested.
+ - Small code optimizations and cleanups.
+ Upgrade notes: http://mirrorbrain.org/docs/upgrading/#to-2-14-0
+
+ -- Peter Poeml <poeml@cmdline.net> Sat, 6 Nov 2010 05:09:00 +0100
+
+mirrorbrain (2.13.4-1) stable; urgency=low
+
+ - update to 2.13.4 (r8188):
+ See http://mirrorbrain.org/docs/changes/#release-2-13-4-r8188-oct-19-2010
+ mb scan:
+ - The output of the scanner has been improved, by introducing a -q|--quiet
+ option. Used once, only a summary line per scanned mirror will be shown. Used
+ twice, no output will be produced except errors.
+ - When a scan via rsync ran into a timeout, the name of the affected mirror was
+ not reported. The error message was only “rsync timeout”, and while there
+ normally were other messages giving a hint, output is now improved to include
+ the mirror identifier.
+ - When enabling a mirror after successful scanning, the scanner now makes sure
+ that the mirror is not only marked “enabled” but also marked being “online”.
+ Mirrors are normally marked online by the mirrorprobe (which is typically run
+ once per minute), but it is much more logical when a mirror is really
+ directly available after scanning with --enable.
+ mb scan & mirrorprobe:
+ - There was a case of a quirky web server software that ignores requests
+ without Accept header. The mirrorprobe and the scanner now send an Accept
+ header with value ‘/‘, because sending this header in general should not
+ harm.
+ geoip-lite-update:
+ - This script now works on Ubuntu. It no longer relies on a command named ftp
+ being capable of doing HTTP downloads, and prefers curl or wget if available.
+ - The script is quiet now, producing no output if no error is encountered.
+ Documentation was extended and enhanced.
+
+ -- Peter Poeml <poeml@cmdline.net> Tue, 19 Oct 2010 18:42:00 +0100
+
mirrorbrain (2.13.3-1) stable; urgency=low
- update to 2.13.3 (r8166):
|
[-]
[+]
|
Changed |
debian.tar.gz/control
^
|
@@ -74,6 +74,8 @@
Architecture: any
# the dependency on python2.5 is added here due to http://mirrorbrain.org/issues/issue6
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+# python-processing is no longer a package on e.g. Ubuntu 10.04, and not needed, since
+# the multiprocessing module is on board
Recommends: python-processing
Provides: ${python:Provides}
Breaks: mirrorbrain-tools (<<2.13.0)
|
[-]
[+]
|
Changed |
debian.tar.gz/rules
^
|
@@ -15,8 +15,8 @@
build: build-stamp
build-stamp: $(PYVERS:%=build-python%)
dh_testdir
- cd mod_mirrorbrain && $(APXS) -c mod_mirrorbrain.c
- cd mod_autoindex_mb && $(APXS) -c mod_autoindex_mb.c
+ cd mod_mirrorbrain && $(APXS) -c -Wc,"-Wall -g" -lm mod_mirrorbrain.c
+ cd mod_autoindex_mb && $(APXS) -c -Wc,"-Wall -g" mod_autoindex_mb.c
cd tools && gcc $(CFLAGS) -Wall -lGeoIP -o geoiplookup_continent geoiplookup_continent.c
cd tools && gcc $(CFLAGS) -Wall -lGeoIP -o geoiplookup_city geoiplookup_city.c
#
|
|
Added |
mirrorbrain-2.14.0.tar.gz
^
|
[-]
[+]
|
Changed |
mirrorbrain.dsc
^
|
@@ -1,6 +1,6 @@
Format: 1.0
Source: mirrorbrain
-Version: 2.13.3-1
+Version: 2.14.0-1
Binary: mirrorbrain, mirrorbrain-tools, mirrorbrain-scanner, libapache2-mod-mirrorbrain, libapache2-mod-autoindex-mb
Maintainer: Peter Poeml <poeml@cmdline.net>
Architecture: any
|