Package: aoetools / 36-5

Metadata

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

Patch series

view the series file
Patch File delta Description
cherry pick/1434503415.aoetools 36 2 ge50247f.check amount of data read from network before using it.patch | (download)

aoeping.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 check amount of data read from network before using it
cherry pick/1484013170.aoetools 36 7 gf2d2325.avoid hyphen vs minus issues.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(-)

 avoid hyphen vs minus issues
cherry pick/1484013334.aoetools 36 8 g9066acb.biedl fixes typos in documentation.patch | (download)

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

 biedl fixes typos in documentation
cherry pick/1621687045.aoetools 36 11 g4a3ee18.aoe sancheck refine interface probing.patch | (download)

aoe-sancheck.c | 25 20 + 5 - 0 !
1 file changed, 20 insertions(+), 5 deletions(-)

 aoe-sancheck: refine interface probing
cherry pick/1621688081.aoetools 36 12 gc80b1be.aoe sancheck raise the number of interfaces to probe to 32 and document the limit.patch | (download)

aoe-sancheck.8 | 2 2 + 0 - 0 !
aoe-sancheck.c | 2 1 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

 aoe-sancheck: raise the number of interfaces to probe to 32, and document the limit
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.
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.