Browse Source
git: update to version 2.34.3
Fixes:
- CVE-2022-24765
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
(cherry picked from commit c77f4f9e1d
)
lilik-openwrt-22.03
Josef Schlehofer
3 years ago
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
2 additions and
2 deletions
-
net/git/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=git |
|
|
|
PKG_VERSION:=2.34.1 |
|
|
|
PKG_VERSION:=2.34.3 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@KERNEL/software/scm/git/ |
|
|
|
PKG_HASH:=3a0755dd1cfab71a24dd96df3498c29cd0acd13b04f3d08bf933e81286db802c |
|
|
|
PKG_HASH:=648e2f753a4360984d437f9038cb4649442fb5be846950bcaaca006b75c78418 |
|
|
|
|
|
|
|
PKG_LICENSE:=GPL-2.0-or-later |
|
|
|
PKG_LICENSE_FILES:=COPYING |
|
|
|