diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-12-11 12:44:19 +0100 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-12-13 10:31:09 +0100 |
commit | 06d36ca794ef4f67dd1a3be6ccb6ddc075437fd2 (patch) | |
tree | 6ad0222007893a6d9c740c59d31b82ab7acd90ab /net/git/Makefile | |
parent | 80a9ca7ccc0574bcd86f34b5149c5deb2ef5fe76 (diff) |
git: update to version 2.24.1 (security fix)
Fixes
CVE-2019-1348, CVE-2019-1349, CVE-2019-1350, CVE-2019-1351,
CVE-2019-1352, CVE-2019-1353, CVE-2019-1354, CVE-2019-1387, and
CVE-2019-19604
And fix deprecated PKG_CPE_ID
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Diffstat (limited to 'net/git/Makefile')
-rw-r--r-- | net/git/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/git/Makefile b/net/git/Makefile index d982af4b3..848c9011e 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,18 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.24.0 +PKG_VERSION:=2.24.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=9f71d61973626d8b28c4cdf8e2484b4bf13870ed643fed982d68b2cfd754371b +PKG_HASH:=723f24dce8fdd621a308b6187553fce7d5244205c065fe0a3aebd0b7c3f88562 PKG_INSTALL:=1 PKG_FIXUP:=autoreconf PKG_BUILD_PARALLEL:=1 -PKG_CPE_ID:=cpe:/a:git:git +PKG_CPE_ID:=cpe:/a:git-scm:git include $(INCLUDE_DIR)/package.mk |