summaryrefslogtreecommitdiff
path: root/archivers/arj/files/patch-fardata.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix buffer overflow (CVE-2015-2782)Alex Kozlov2017-10-191-29/+0
| | | | | | | | | | | | | - Fix absolute path directory traversal (CVE-2015-0557) - Fix symlink directory traversal (CVE-2015-0556) - Fix build on armv6 - Fix parallel build - Make build reproducible PR: 221589 Submitted by: mikael.urankar@gmail.com Obtained from: debian patchset 16 Approved by: garga (maintainer)
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-2/+2
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* - Remove BROKEN_powerpc, builds and runs just fine (tested on Mac mini G4)Alexey Dokuchaev2014-06-251-1/+19
| | | | | | - Avoid changing the same file both via the patch and with sed(1) - Now that with staging PLIST_FILES become long again, resurrect pkg-plist - Improve COMMENT, port description, sort the knobs, and cleanup the port
* Silent some compiler warnings that could result on program abortRenato Botelho2010-01-181-0/+11
PR: ports/141938 (based on) Submitted by: Ted Mittelstaedt <tedm@ipinc.net>