Package: aoetools / 36-2
Metadata
Package | Version | Patches format |
---|---|---|
aoetools | 36-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
01_no_bashisms.patch | (download) |
aoe-mkdevs |
2 1 + 1 - 0 ! |
this patch avois calling directly to /bin/sh. |
02_no_hyphen_in_manpages.patch | (download) |
aoe-mkdevs.8 |
8 4 + 4 - 0 ! |
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 ! |
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 ! |
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 ! |
fix typos found by lintian |