[-]
[+]
|
Changed |
mirrorbrain.changes
|
|
[-]
[+]
|
Changed |
mirrorbrain.spec
^
|
|
[-]
[+]
|
Changed |
debian.changelog
^
|
@@ -1,3 +1,59 @@
+mirrorbrain (2.17.0-1) stable; urgency=low
+
+ - update to 2.17.0 (r8289):
+ New features:
+ - IPv6 geolocation for IPv6 clients is now enabled. Requires GeoIP 1.4.8 and
+ mod_geoip 1.2.7.
+ - support for RFC 5988 Web Linking
+ - support for RFC 3230 HTTP Instance Digests (including updates from RFC 5843)
+ - support for RFC 6249 Metalink/HTTP: Mirrors and Hashes
+ Bug fixes:
+ - mb makehashes: fixed problem with filenames containing certain characters
+ - mb edit: respect VISUAL variable
+ - mirrorprobe: handle incomplete responses better
+ - mb vacuum: new option -q|--quiet
+ Database versioning and migration was implemented.
+ - Ubuntu 11.10 packages are now built and tested.
+ - Debian 6.0 packages have been tested.
+
+ -- Peter Poeml <poeml@cmdline.net> Sat, 21 Apr 2012 00:31:00 +0100
+
+mirrorbrain (2.16.1-3) stable; urgency=low
+
+ - fix build problem on Ubuntu 11.10, where the gcc requires a certain
+ order of arguments when linking (build of geoiplookup_continent.c failed)
+
+ -- Peter Poeml <poeml@cmdline.net> Sun, 1 Apr 2012 00:40:00 +0100
+
+mirrorbrain (2.16.1-2) stable; urgency=low
+
+ - remove dependency on Python 2.5 on newer Ubuntu systems.
+ (http://mirrorbrain.org/issues/issue100)
+
+ -- Peter Poeml <poeml@cmdline.net> Mon, 26 Mar 2012 23:40:00 +0100
+
+mirrorbrain (2.16.1-1) stable; urgency=low
+
+ - update to 2.16.1 (r8263):
+ Bug fixes:
+ - mb makehashes: ignore PGP signature files that were not detached signatures (issue 102). - mb makehashes: no longer write metalink data / cryptohashes into files.
+ (Was kept for backward compatibility).
+ - mod_mirrorbrain: Reworked error handling regarding the acquisition of database connections, including more detailed logging of errors. This fixes a crash that affected only setups with MirrorBrainFallback configuration.
+ The crash could occur when no database connection was available – because the
+ logging code wrongly tried to log details about the (unavailable) connection.
+ New features:
+ - mb mirrorlist: Path names can now contain wildcards.
+ - tools/push2mirrors, a script to run rsync processes in parallel to push
+ content to mirrors.
+
+ -- Peter Poeml <poeml@cmdline.net> Sun, 25 Mar 2012 12:49:00 +0100
+
+mirrorbrain (2.16.0-2) stable; urgency=low
+
+ - remove dependency on Python 2.5 on Debian 6.0.
+
+ -- Peter Poeml <poeml@cmdline.net> Fri, 23 Mar 2012 21:25:00 +0100
+
mirrorbrain (2.16.0-1) stable; urgency=low
- update to 2.16.0 (r8252):
|
[-]
[+]
|
Changed |
debian.tar.gz/rules
^
|
@@ -17,22 +17,23 @@
dh_testdir
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
+ cd tools && gcc $(CFLAGS) -Wall -o geoiplookup_continent geoiplookup_continent.c -lGeoIP
+ cd tools && gcc $(CFLAGS) -Wall -o geoiplookup_city geoiplookup_city.c -lGeoIP
#
# Python 2.6 is the default python on Ubuntu 9.04; however, the
# sqlobject module gives a deprecation warning with it. Thus, use 2.5
# Ubuntu 10.04 doesn't have Python 2.5 any longer. Don't patch there.
+ # Also, don't patch on Debian 6.0.
# see http://mirrorbrain.org/issues/issue6
head -1 $(shell find mb -name mb.py; find mirrorprobe -name mirrorprobe.py)
- case $(shell cut -d" " -f 2 /etc/issue) in \
- *10.04*) \
- echo nothing to patch \
- ;; \
- *) \
+ case "$(shell cut -d' ' -f 2,3 /etc/issue)" in \
+ *5.0*|*8.04*|*9.04*|*9.10*) \
echo patching Python scripts to force Python 2.5 being used; \
sed -i 's/^\(#!\/usr\/bin\/python\).*/\12.5/' $(shell find mb -name mb.py; find mirrorprobe -name mirrorprobe.py); \
;; \
+ *) \
+ echo nothing to patch \
+ ;; \
esac
head -1 $(shell find mb -name mb.py; find mirrorprobe -name mirrorprobe.py)
#
|
|
Added |
mirrorbrain-2.17.0.tar.gz
^
|
[-]
[+]
|
Changed |
mirrorbrain.dsc
^
|
@@ -1,6 +1,6 @@
Format: 1.0
Source: mirrorbrain
-Version: 2.16.0-1
+Version: 2.17.0-1
Binary: mirrorbrain, mirrorbrain-tools, mirrorbrain-scanner, libapache2-mod-mirrorbrain, libapache2-mod-autoindex-mb
Maintainer: Peter Poeml <poeml@cmdline.net>
Architecture: any
|