| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275 | 
							- aoetools (36-5) unstable; urgency=medium
 
-   * postinst: Don't abort from failing module load
 
-  -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Mon, 24 May 2021 12:40:31 +0200
 
- aoetools (36-4) unstable; urgency=medium
 
-   * Cherry-pick (aoeping:) "Check amount of data read from network
 
-     before using it"
 
-   * aoe-sancheck: Probe interfaces not named eth*. Closes: #986671
 
-  -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Sat, 22 May 2021 21:50:11 +0200
 
- aoetools (36-3) unstable; urgency=medium
 
-   * Update package description. Closes: #862843
 
-  -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Tue, 26 Feb 2019 07:53:18 +0100
 
- aoetools (36-2) unstable; urgency=medium
 
-   * Adopt package. Closes: #843435
 
-   * Acknowledge NMU
 
-   * Packaging cleanup
 
-     - Re-write debian/copyright in format 1.0
 
-     - Declare compliance with policy 3.9.8
 
-     - Refresh patch queue, add missing DEP-3 headers
 
-     - Bump debhelper compat level to 10
 
-     - Enable full hardening build
 
-     - Update VCS-* header
 
-     - Fix typos
 
-   * Fix aoe-discover symlink in /etc/network/if-up.d/
 
-     Closes: #834225, LP: 1650682
 
-   * Use LSB logging functions in init script. Closes: #830914
 
-  -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Tue, 27 Dec 2016 07:38:30 +0100
 
- aoetools (36-1.1) unstable; urgency=medium
 
-   * Non-maintainer upload.
 
-   * Install native systemd units, udev rules, and if-up.d hook to trigger
 
-     discovery. This also installs a modules-load.d configuration and
 
-     deprecates /etc/defaults/aoetools. (Closes: #796585)
 
-  -- Christian Hofstaedtler <zeha@debian.org>  Mon, 04 Jul 2016 19:29:07 +0200
 
- aoetools (36-1) unstable; urgency=low
 
-   * New upstream release, released on 2013-08-07.  Changes since the last one:
 
-     - Support debugfs-exported debug info in sos-linux.
 
-     - Add pkg subdirectory for distro-specific packaging files.
 
-     - Only use one of the sysfs version files in aoe-version.
 
-     - Restore payload field in aoe-stat output.
 
-     - Handle missing sysfs files in aoe-stat.
 
-     - Update docs for 3.x kernels.
 
-   * Moved this package to 3.0 (quilt) format.
 
-   * Bumped DH compat to 9.
 
-   * debian/control:
 
-     - Depend on debhelper (>> 9), removed quilt.
 
-     - Bump Standards-Version to 3.9.5.
 
-     - Added mention in the Description that this can run on 3.x kernels.
 
-     - Added Vcs-* fields.
 
-     - Added ${misc:Depends} to Depends.
 
-   * debian/rules:
 
-     - Actually migrate it to the compact version, overriding dh_installinit.
 
-     - Added an override to install the upstream changelog.
 
-     - Added override to dh_auto_install, because we need everything in /sbin.
 
-     - Stop restarting aoetools on upgrades.  This is the wrong thing, as we
 
-       don't have a daemon or anything like that, because everything happends
 
-       inside the kernel once the devices are mounted.  We caused unnecessary
 
-       grief with it (closes: #568554).  I'm very sorry.
 
-   * debian/watch: Added.
 
-   * debian/patches:
 
-     - 02_no_hyphen_in_manpages: Refreshed, and fixed a typo in aoeping.8.
 
-     - 03_enable_hardened_build: New, to enable CFLAGS/CPPFLAGS/LDFLAGS from
 
-       the environment in order to have hardened builds.
 
-     - 04_support_slash_run_slash_udev: New, adding /run/udev to the udev
 
-       checks.  Thanks, Roger Leigh (closes: #644308).
 
-   * debian/aoetools.init:
 
-     - Unified the style for loops and whitespace.
 
-     - Removed PATH with /usr elements to avoid lintian tripping on the wrong
 
-       check.
 
-     - Added aoetools to Provides.
 
-     - Added 'status' action, fixed a bug with LVMGROUPS and clarified the case
 
-       when we don't mount anything because of /etc/default/aoetools.
 
-     - Added support for assembling RAID devices during start-up.  Based on a
 
-       patch by Gabor Kiss (closes: #606307).  Thanks, Gabor!
 
-   * debian/aoetools.default: Added support for RAID_ARRAYS and switched to
 
-     single quotes.
 
-   * Added hooks for initramfs-tools in order to be able to support booting
 
-     from an AoE root device.  Thanks, wolfle (closes: #591026).
 
-  -- David Martínez Moreno <ender@debian.org>  Fri, 17 Jan 2014 14:13:58 -0800
 
- aoetools (32-1) unstable; urgency=low
 
-   * New upstream release:
 
-     - New tool: aoe-sancheck - diagnoses MTU and other network issues.
 
-   * Fixed part of #559335.  I'm not convinced that we should alter the
 
-     syntax of /etc/default/aoetools, though.  Now the init script does not
 
-     try to unmount filesystems already unmounted.
 
-  -- David Martínez Moreno <ender@debian.org>  Mon, 18 Oct 2010 11:35:37 +0200
 
- aoetools (30-3) unstable; urgency=low
 
-   * debian/rules:
 
-     - Added NEWS to dh_installchangelog.
 
-   * debian/control: Removed Section and Priority from the binary section.
 
-   * debian/patches:
 
-     - Removed old patches.
 
-     - Added 02_no_hyphen_in_manpages.patch to fix all lintian warnings.
 
-     - Added descriptions to patches.
 
-  -- David Martínez Moreno <ender@debian.org>  Sun, 06 Sep 2009 00:17:09 +0200
 
- aoetools (30-2) unstable; urgency=low
 
-   * When loading the kernel module, marshal into the module the list of
 
-     interfaces that we want to run AoE over.  This fixes an obscure security
 
-     problem where AoE traffic could go over a different interface than the
 
-     one specified by the administrator (closes: #408042).  Thanks, Jacques
 
-     Normand for the explanation and Juan Céspedes for the patch.
 
-   * debian/rules: Rewrote some part in order to be more verbose and solve
 
-     the case when no volume is mounted.  Thanks, Ferenc Wagner (closes:
 
-     #492905).
 
-  -- David Martínez Moreno <ender@debian.org>  Sat, 05 Sep 2009 18:12:34 +0200
 
- aoetools (30-1) unstable; urgency=low
 
-   * New upstream release:
 
-     - Enhanced manpages.
 
-     - aoe-version modinfo workaround.
 
-     - Merged Debian changes to aoe-flush into upstream.
 
-     - aoeping: recognize errors in SMART command response
 
-   * debian/rules: Moved patches from diff.gz to quilt.
 
-   * debian/control:
 
-     - Added B-D on quilt.
 
-     - Fixed a typo in Description.
 
-     - Bumped Standards-Version to 3.8.2 (no changes).
 
-   * debian/compat: Bumped DH version to 5.
 
-  -- David Martínez Moreno <ender@debian.org>  Thu, 13 Aug 2009 02:22:20 +0200
 
- aoetools (26-1) unstable; urgency=low
 
-   * New upstream release (closes: #475135).  Main changes are:
 
-     - Merged Debian changes for Makefile.
 
-     - Add sos-linux tool for collecting localhost information (not shipped).
 
-     - Create coraid-update for uploading update file to an update target.
 
-     - Make aoeping and aoecfg more conforming to AoE protocol.
 
-     - Support new payload size information from AoE driver.
 
-     - Handle aoe-flush without arguments correctly.
 
-     - aoe-flush: support flushing specific devices.
 
-     - Fixed and added several manpages.
 
-   * debian/aoetools.docs: Removed TODO.
 
-   * aoe-flush.in: Patched to comply with dash-compliant shells.
 
-   * debian/control:
 
-     - Added a Homepage field.
 
-     - Bumped Standards-Version to 3.8.0.
 
-     - Reordered utilities in Description and added coraid-update.
 
-  -- David Martínez Moreno <ender@debian.org>  Thu, 03 Jul 2008 16:40:06 +0200
 
- aoetools (21-1) unstable; urgency=low
 
-   * New upstream release.  Main changes are:
 
-     - Merged Debian modifications for solving bashisms.
 
-     - Now the tools are udev-aware.
 
-     - Added aoe-version tool for getting AoE-related software information.
 
-     - Added aoecfg tool, a full implementation of the config query feature of
 
-       the AoE protocol.
 
-     - Added some additional manpages and clarified copyright.
 
-     - Enhanced aoeping.
 
-   * debian/copyright: Added some information for making clear that Coraid is
 
-     the real copyright holder.
 
-   * debian/control: Added aoe-flush, aoe-version and aoecfg to the
 
-     description.
 
-   * Makefile: Added AOE_CFG_OBJ to the clean target.
 
-  -- David Martínez Moreno <ender@debian.org>  Mon, 10 Dec 2007 03:41:22 +0100
 
- aoetools (15-1) unstable; urgency=low
 
-   * New upstream release:
 
-     - Man pages improved.
 
-     - Missing device nodes trigger an error in the scripts now.
 
-     - aoe-flush command added, for removing devices in driver memory.
 
-     - Support aoe devices without "etherd" prefix in name.
 
-     - Add support for -c flag to aoe-interfaces.
 
-     - Some Debian changes merged.
 
-   * debian/aoetools.init:
 
-     - Change Provides: in the LSB header from 'mountaoe' to 'aoe'.
 
-     - Add a comment about the loading of the aoe module.
 
-     - Rearranged logic a bit, in order to postpone module load until we have a
 
-       valid interface list.  This has the added value of resolving (again) the
 
-       installation in a new system.
 
-     - Sleep 1 second before checking for /dev/etherd/discover, to give udev a
 
-       chance to create the files.
 
-     - Merged most of the modifications to the init script, kindly contributed
 
-       by Glen W. Mabey.  I added robustness and fixed some old errors while at
 
-       it.  This closes: #421554, #408044, #387552 (finally).
 
-   * debian/aoetools.default: Added support for LVMGROUPS and AOEMOUNTS.
 
-   * debian/rules: Added support for creating rc0.d/S34aoetools and
 
-     rc6.d/S34aoetools.
 
-   * debian/copyright: Point to GPL-2 instead of GPL.
 
-  -- David Martínez Moreno <ender@debian.org>  Tue, 04 Sep 2007 03:24:19 +0200
 
- aoetools (11-1.2) unstable; urgency=low
 
-   * Non-maintainer upload.
 
-   * Apply patch from Nelson A. de Oliveira to fix missing dependency on
 
-     lsb-base (closes: #403294)
 
-  -- Andrew Pollock <apollock@debian.org>  Sat, 16 Dec 2006 10:37:05 -0800
 
- aoetools (11-1.1) unstable; urgency=high
 
-   * Non-maintainer upload.
 
-   * Have the init script opportunistically modprobe aoe, and exit out
 
-     if $INTERFACES == none before checking for /dev/etherd, so that the
 
-     PACKAGE installs cleanly on unconfigured systems; patch from
 
-     Steve Langasek. (Closes: #391345)
 
-  -- Steinar H. Gunderson <sesse@debian.org>  Tue, 31 Oct 2006 14:25:41 +0100
 
- aoetools (11-1) unstable; urgency=low
 
-   * New upstream release:
 
-     - Use POSIX shell math instead of relying on bc or dc (closes: #377431).
 
-   * The introduced changes, as is, do not work with discs bigger than 2 GB.
 
-     The problem is that POSIX arithmetic is limited to 2147483648, but not in
 
-     bash.  Probably upstream author (and Warren Turkal) have /bin/sh pointing
 
-     to /bin/bash, so he (they) did not see the problem.  Changed all the
 
-     scripts using bashisms to use /bin/bash.
 
-   * debian/rules: Binaries should go to /sbin instead to /usr/sbin.  If not,
 
-     we are preventing users from using AoE volumes in the early boot process,
 
-     as well as for hosting the /usr directory.  Many thanks to Warren Turkal
 
-     for pointing out this (closes: #388335).
 
-   * debian/control:
 
-     - Added aoe-revalidate to the list of included tools.
 
-     - Bumped policy version to 3.7.2.1.
 
-   * Added /etc/default/aoetools and /etc/init.d/aoetools in order to
 
-     initialize AoE devices just after network goes up (position 41 in runlevel
 
-     S).  Added a README-Debian about this subject.  This closes: #387552.
 
-  -- David Martínez Moreno <ender@debian.org>  Tue,  3 Oct 2006 03:51:32 +0200
 
- aoetools (10-1) unstable; urgency=low
 
-   * New upstream release.  This fixes device creation, so closes: #337300.
 
-   * debian/control:
 
-     - Bump Standards-Version to 3.7.2.0.
 
-     - Bump dependency on debhelper to >= 5.
 
-     - Rewrote the package description.
 
-   * debian/compat: Bumped compatibility to 5.
 
-   * debian/copyright: Changed FSF's address to the new one.
 
-   * Added devnodes.txt to shipped docs.
 
-  -- David Martínez Moreno <ender@debian.org>  Tue, 30 May 2006 04:13:47 +0200
 
- aoetools (4-1) unstable; urgency=low
 
-   * New upstream release. Makefile typo merged upstream, and added TODO file.
 
-  -- David Martínez Moreno <ender@debian.org>  Thu, 16 Jun 2005 17:06:26 +0200
 
- aoetools (3-1) unstable; urgency=low
 
-   * First package release.
 
-  -- David Martínez Moreno <ender@debian.org>  Sat, 23 Apr 2005 03:47:02 +0200
 
 
  |