| Age | Commit message (Collapse) | Author |
|
Removing 0001-fix-egrep-tests.patch as it has already
been merged upstream:
https://github.com/jca02266/lha/commit/d7e39eb5491355367e43c709b6c704e6eddc5f25
|
|
fix: C23 support
https://github.com/jca02266/lha/commit/43d6f6fde961ecaab6895ce0f3913fe19c27e5fa
This now eliminates the need to run make with --std=gnu17 -fpermissive
tests fix
Yet to be upstreamed, this eliminates the warning messages about egrep
during check() by using the suggested grep -E
full RELRO
This fixes namcap warning about /usr/bin/lha lacking full RELRO which
may have been overlooked in previous commit.
Minor change: Add -Wno-old-style-definition to CFLAGS to prevent make
showing warnings like these.
|
|
Original LICENSE without UTF-8 character encoding conversion is
included in sources() and is the same copy as stated by current
upstream author.
UTF-8 conversion of original LICENSE, along with,
* upstream author's name and copyright,
* their statement on which specific files that are covered by
older LICENSE,
are dynamically generated at prepare() with the contents largely
derived from upstream repo.
|