summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2025-09-08Update pkgver remove merged pull request in upstreamtuxsavvy
Removing 0001-fix-egrep-tests.patch as it has already been merged upstream: https://github.com/jca02266/lha/commit/d7e39eb5491355367e43c709b6c704e6eddc5f25
2025-09-07Update pkgver for C23 support fix, tests fix, and full RELROtuxsavvy
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.
2025-09-03Initial commit, based heavily on lha and lhasa-git package sources.tuxsavvy
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.