diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2023-10-07 21:07:20 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-10-09 23:42:37 +0200 |
| commit | cac723e8b8748938b8d80603578c60189fc32b24 (patch) | |
| tree | 72d491c8b6cd3e0de68e023aa5e5b932c20fdb65 /package/utils/bsdiff/Makefile | |
| parent | f4ee08677cdeefba7cfda40a830b6b747c6ea36e (diff) | |
| download | upstream-cac723e8b8748938b8d80603578c60189fc32b24.tar.gz upstream-cac723e8b8748938b8d80603578c60189fc32b24.tar.bz2 upstream-cac723e8b8748938b8d80603578c60189fc32b24.zip | |
bsdiff: Add patches for CVEs
Add two patches from Debian fixing CVEs in the bsdiff application.
CVE-2014-9862: Heap vulnerability in bspatch
CVE-2020-14315: Memory Corruption Vulnerability in bspatch
Copied the patches from this location:
https://salsa.debian.org/debian/bsdiff/-/blob/debian/latest/debian/patches/20-CVE-2014-9862.patch
https://salsa.debian.org/debian/bsdiff/-/blob/debian/latest/debian/patches/33-CVE-2020-14315.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'package/utils/bsdiff/Makefile')
| -rw-r--r-- | package/utils/bsdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/utils/bsdiff/Makefile b/package/utils/bsdiff/Makefile index 32e59cea9c6..d86be2dc0c6 100644 --- a/package/utils/bsdiff/Makefile +++ b/package/utils/bsdiff/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bsdiff PKG_VERSION:=4.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.daemonology.net/bsdiff/ |
