Package: aoetools / 36-5
Metadata
Package | Version | Patches format |
---|---|---|
aoetools | 36-5 | 3.0 (quilt) |
Patch series
view the series filePatch | 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 ! |
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 ! |
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 ! |
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 ! |
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: raise the number of interfaces to probe to 32, and document the limit |
01_no_bashisms.patch | (download) |
aoe-mkdevs |
2 1 + 1 - 0 ! |
this patch avois calling directly to /bin/sh. |
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. |