[-]
[+]
|
Added |
mirrorbrain.changes
|
|
[-]
[+]
|
Added |
mirrorbrain.spec
^
|
|
[-]
[+]
|
Added |
debian.changelog
^
|
@@ -0,0 +1,271 @@
+mirrorbrain (2.13.0-8) stable; urgency=low
+
+ - user and group are now created automatically on installation
+ - /var/log/mirrorbrain is included in the package now
+
+ -- Peter Poeml <poeml@cmdline.net> Tue, 7 Sep 2010 17:31:00 +0100
+
+mirrorbrain (2.13.0-8) stable; urgency=low
+
+ - update to (probably final) r8123
+ - rsyncinfo.py renamed to rsyncinfo
+ - install the bdecode tool
+
+ -- Peter Poeml <poeml@cmdline.net> Mon, 6 Sep 2010 17:12:00 +0100
+
+mirrorbrain (2.13.0-6) stable; urgency=low
+
+ - update to r8115
+ - The module now works also when the path in the <Directory> contains
+ symlinks, fixing issue #17
+ - Further documentation updates
+
+ -- Peter Poeml <poeml@cmdline.net> Mon, 6 Sep 2010 16:46:00 +0100
+
+mirrorbrain (2.13.0-4) stable; urgency=low
+
+ - Don't force Python 2.5 on Ubuntu 10.04
+ http://mirrorbrain.org/issues/issue6
+
+ -- Peter Poeml <poeml@cmdline.net> Fri, 3 Sep 2010 00:27:00 +0100
+
+mirrorbrain (2.13.0-3) stable; urgency=low
+
+ - Another bugfix for Debian Lenny / older (1.2) Apache Runtime: the format
+ string %lld wasn't known yet at the time. So let's use APR_INT64_T_FMT
+ which is defined in any case (ld on 1.2, lld on 1.3 and later). This
+ fixes the mirror list and metalinks.
+
+ -- Peter Poeml <poeml@cmdline.net> Thu, 2 Sep 2010 16:36:00 +0100
+
+mirrorbrain (2.13.0-2) stable; urgency=low
+
+ - Bugfix for Debian Lenny:
+ The old (1.2) Apache Runtime's PostgreSQL adapter didn't know the
+ APR_DBD_TYPE_LONGLONG (%lld) format string yet, and preparation of SQL
+ statements failed for this reason. This is fixed by using %d now with APR 1.2.
+
+ -- Peter Poeml <poeml@cmdline.net> Thu, 2 Sep 2010 16:00:00 +0100
+
+mirrorbrain (2.13.0-1) stable; urgency=low
+
+ - update to 2.13.0.
+ (Release notes http://mirrorbrain.org/docs/changes/ w.i.p.)
+ - remove requirement on the metalink package. Hashing is now done with
+ Python/OpenSSL.
+ - drop obsolete patches mirrorbrain-2.12.0-issue52.patch and
+ mirrorbrain.diff (https://bugzilla.novell.com/show_bug.cgi?id=602434)
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 1 Sep 2010 14:46:00 +0100
+
+mirrorbrain (2.12.0-3) stable; urgency=low
+
+ - add patch mirrorbrain-2.12.0-issue52.patch for
+ http://mirrorbrain.org/issues/issue52 (the match for client prefix/mirror
+ prefix should check for containment, not string match)
+
+ -- Peter Poeml <poeml@cmdline.net> Mon, 30 Aug 2010 13:31:00 +0100
+
+mirrorbrain (2.12.0-2) stable; urgency=low
+
+ - on Debian & Ubuntu, let the mirrorbrain-scanner package depend on the
+ libtimedate-perl package. Thanks Christophe Vandeplas from fosdem.org for
+ this fix.
+
+ -- Peter Poeml <poeml@cmdline.net> Sun, 21 Feb 2010 16:46:00 +0100
+
+mirrorbrain (2.12.0-1) stable; urgency=low
+
+ - update to 2.12.0 (r7957)
+ This release contains several important bug fixes, a new feature, and
+ documentation fixes.
+ Details: http://mirrorbrain.org/docs/changes/#release-2-12-0-r7957-feb-10-2010
+ - store geographical coordinates in the mirror database records
+ - fix wrong hash filenames constructed by mod_mirrorbrain on Debian (issue 35)
+ - fix wrong URL type within Metalinks for FTP URLs (issue 23)
+ - fix wrong URLs printed by 'mb file ls -u' (issue 36)
+ - removed code for backwards compatibility for obsolete hash cache filename schemes (pre-2.10)
+ - try harder to catch rsync timeouts (also during connect time) (issue 12)
+ - fix FTP auth scanning
+ - fix mb db shell
+ - documentation enhancements
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 10 Feb 2010 23:43:00 +0100
+
+mirrorbrain (2.11.3-1) stable; urgency=low
+
+ - update to 2.11.3 (r7933):
+ * null-rsync:
+ - IO errors returned by rsync are handled now
+ - remote errors from rsync are ignored now
+ * mb db sizes:
+ - show sizes of tables from mod_stats
+ * mb db shell:
+ - fix resuming after command suspension
+ * mb list:
+ - new options -H, -F, -R to display HTTP/FTP/rsync base URLs
+ * mb mirrorlist:
+ - try harder to not leave temp files
+ - add a link to our project in the footer
+ Documentation changes:
+ - MirrorBrainFallback now documented in the example mod_mirrorbrain.conf
+ - -t 20 option removed from the mirrorprobe call, since it's the default now
+ - hint about ulimits has been removed, which turned out to be a band-aid
+ for a purely local problem.
+ - hint about loading a database dump with mb db shell added
+ Details: http://mirrorbrain.org/docs/changes/#release-2-11-3-r7933-dec-16-2009
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 16 Dec 2009 16:57:00 +0100
+
+mirrorbrain (2.11.2-1) stable; urgency=low
+
+ - update to 2.11.2 (r7917):
+ * mb scan:
+ - Improvements in scanning over FTP (missed mirrors in subdirectory scans;
+ files with whitespace)
+ * mb db (new command for database maintenance tasks):
+ - mb db sizes - shows sizes of all relations
+ - mb db shell - conveniently open a shell for the database
+ - mb db vacuum - cleans up dead references (previously:
+ The previous command, "mb vacuum", continues to work for the reason of
+ backwards compatibility.
+ * mirrorprobe:
+ - default timeout lowered from 60s to 20s
+ Details: http://mirrorbrain.org/docs/changes/#release-2-11-2-r7917-dec-5-2009
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 5 Dec 2009 21:51:00 +0100
+
+mirrorbrain (2.11.1-1) stable; urgency=low
+
+- update to 2.11.1 (r7899):
+ * mod_mirrorbrain:
+ - the compile time detection for APR < 1.3 was fixed. This affected Debian
+ and Ubuntu. Fixing issue #29.
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 3 Dec 2009 12:50:00 +0100
+
+mirrorbrain (2.11.0-2) stable; urgency=low
+
+ - update to 2.11.0 (r7896):
+ * mod_mirrorbrain:
+ - New feature: configure fallback mirrors via MirrorBrainFallback (see
+ release notes: http://mirrorbrain.org/docs/changes/#release-2-11-0-r7891-dec-2-2009
+ - use correct APR DBD API version semantics for row retrieval (issue #7)
+ - the obsolete MirrorBrainHandleDirectoryIndexLocally directive has been removed
+ (a warning issued where it is still found in the config)
+ - The default of MirrorBrainHandleHEADRequestLocally has been changed to "off".
+ This means in most cases, that the directive can be removed.
+ * The documentation for installation on Debian Lenny was tested and corrected
+ where needed. Credits to TheUni!
+ * mb:
+ - Parse errors in the configuration file are not caught and and reported
+ nicely.
+ - Special characters occurring in the configured password are escaped
+ before passing them to SQLObject/psycopg2, thus fixing issue #27. A
+ remaining issue is that double quotes can't be used... a warning is
+ issued if it's attempted.
+ * mb scan:
+ - A warning that appeared since the last release has been removed. It was
+ caused by the removal of obsolete code, and purely cosmetic.
+ * null-rsync:
+ - An --exclude commandline option has been implemented, to be passed
+ through to rsync.
+ - Control over the program output can now be exerted by the two new options
+ --quiet and --verbose.
+ - Usage info is implemented (--help etc.).
+ - Interruptions by Ctrl-C and similar signals are intercepted now.
+ * metalink-hasher
+ - When comparing the modification time of a saved metalink hash with that
+ of a source file, the sub(sub-)second portion of the value could be
+ different from the value that has just been set by os.ulimit(). (Quite
+ surprisingly.) So now, we compare only the int() portion of the value.
+ This fixed issue #24.
+
+ -- Peter Poeml <poeml@cmdline.net> Wed, 2 Dec 2009 04:34:00 +0100
+
+mirrorbrain (2.11.0-1) stable; urgency=low
+
+ - Debian/Ubuntu: add postinstall/postrm script that load/unloads
+ mod_mirrorbrain
+
+ -- Peter Poeml <poeml@cmdline.net> Tue, 1 Dez 2009 23:57:00 +0100
+
+mirrorbrain (2.10.3-1) stable; urgency=low
+
+ - update to 2.10.3 (r7871):
+ * null-rsync:
+ - new script: special rsync wrapper which creates a local file tree from a
+ mirror, where all files contain only zeroes instead of real data. All
+ files are sparse, modification times and sizes are fully copied,
|
|
Added |
debian.tar.gz
^
|
|
Added |
mirrorbrain-2.13.0.tar.gz
^
|
[-]
[+]
|
Added |
mirrorbrain.dsc
^
|
@@ -0,0 +1,9 @@
+Format: 1.0
+Source: mirrorbrain
+Version: 2.13.0-1
+Binary: mirrorbrain, mirrorbrain-tools, mirrorbrain-scanner, libapache2-mod-mirrorbrain, libapache2-mod-autoindex-mb
+Maintainer: Peter Poeml <poeml@cmdline.net>
+Architecture: any
+Standards-Version: 3.5.7
+Build-Depends: apache2-prefork-dev (>= 2.2.3-1) | apache2-threaded-dev (>= 2.2.3-1), debhelper (> 4), dpatch, libgeoip-dev, libapache2-mod-form-dev, python-support (>= 0.6.4), python-setuptools (>= 0.6b3-1~), python-all-dev (>= 2.3.5-11)
+Python-Version: >=2.4
|