Package: aoetools / 36-3

Metadata

Package Version Patches format
aoetools 36-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_no_bashisms.patch | (download)

aoe-mkdevs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 this patch avois calling directly to /bin/sh.
02_no_hyphen_in_manpages.patch | (download)

aoe-mkdevs.8 | 8 4 + 4 - 0 !
aoe-mkshelf.8 | 4 2 + 2 - 0 !
aoecfg.8 | 2 1 + 1 - 0 !
aoeping.8 | 10 5 + 5 - 0 !
4 files changed, 12 insertions(+), 12 deletions(-)

 patch hyphens in manpages.
 Patched all the manpages in order to avoid usual hyphen->minus confusion.
 Also fixed a typo.
03_enable_hardened_build.patch | (download)

Makefile | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 enable cflags/cppflags/ldflags from the environment.
 Add the ability in the Makefile to pass from the environment values for
 CFLAGS, CPPFLAGS and LDFLAGS in order to have a proper hardened build.
 Refer to http://wiki.debian.org/Hardening for details.
04_support_slash_run_slash_udev.patch | (download)

aoe-mkdevs | 2 1 + 1 - 0 !
aoe-mkshelf.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 support the new /run/udev location for udev detection.
 /run is a new cross-distribution location for the storage of
 transient state files, i.e. files containing run-time information
 that may or may not need to be written early in the boot process and
 which does not require preserving across reboots.
 .
 A result of that change is that udev no longer uses /dev/ to store
 its runtime state file, i.e. the /dev/.udev/ directory, /dev/.udevdb
 and /dev/.udev.tdb are gone and udev uses /run/udev/ now.
fix typos.patch | (download)

aoecfg.8 | 2 1 + 1 - 0 !
aoeping.8 | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 fix typos found by lintian