aboutsummaryrefslogtreecommitdiff
path: root/devel/patch/patches
Commit message (Collapse)AuthorAge
* patch: do not patch automake Makefile templateMichael Pratt2022-09-09
| | | | | | | | | | We do not build the tests for this package, so we can avoid needing autoreconf when the host automake version doesn't match the version this package was bootstrapped with by not changing the .am file in this patch. Signed-off-by: Michael Pratt <mcpratt@pm.me>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* patch: rename CVE-2019-13638 patch to mollify uscanRussell Senior2019-09-01
| | | | Signed-off-by: Russell Senior <russell@personaltelco.net>
* patch: apply upstream patch for CVE-2019-13638Russell Senior2019-08-11
| | | | | | | | | | | GNU patch through 2.7.6 is vulnerable to OS shell command injection that can be exploited by opening a crafted patch file that contains an ed style diff payload with shell metacharacters. The ed editor does not need to be present on the vulnerable system. This is different from CVE-2018-1000156. https://nvd.nist.gov/vuln/detail/CVE-2019-13638 Signed-off-by: Russell Senior <russell@personaltelco.net>
* tools/patch: apply upstream patch for CVE-2019-13636Russell Senior2019-07-29
| | | | | | | | | In GNU patch through 2.7.6, the following of symlinks is mishandled in certain cases other than input files. This affects inp.c and util.c. https://nvd.nist.gov/vuln/detail/CVE-2019-13636 Signed-off-by: Russell Senior <russell@personaltelco.net>
* patch: Add missing CVE-2018-6951 patchRosen Penev2018-10-18
| | | | | | | | | | The last commit added PKG_CPE_ID and now uscan detects a CVE that I missed Reordered patches by date Signed-off-by: Rosen Penev <rosenp@gmail.com> [tweaked commit message] Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* patch: Fix CVE-2018-6952 and CVE-2018-1000156Rosen Penev2018-10-12
Patches taken from official git repository. Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Also adjusted Makefile to be more similar to other projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>