aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/bzip2/patches/020-no-utime.patch
Commit message (Collapse)AuthorAgeFilesLines
* bzip2: Update to 1.0.8Rosen Penev2019-08-171-0/+27
It seems bzip2 was abandoned by the author and adopted by the sourceware people. The last release of bzip2 was from 2010. Several security bugs were fixed as well as others. Fixed up PKG_LICENSE to be compatible with SPDX. Changed URLs to point to the new home. Added patch that gets rid of deprecated utime function and switches it to utimensat. Signed-off-by: Rosen Penev <rosenp@gmail.com>