Browse Source
subversion: update to 1.14.1
Fixes CVE-2020-17525
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec
4 years ago
No known key found for this signature in database
GPG Key ID: 60244CCEFB39E584
1 changed files with
3 additions and
3 deletions
-
net/subversion/Makefile
|
|
@ -6,12 +6,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=subversion |
|
|
|
PKG_VERSION:=1.14.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.14.1 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_URL:=@APACHE/subversion |
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 |
|
|
|
PKG_HASH:=6ba8e218f9f97a83a799e58a3c6da1221d034b18d9d8cbbcb6ec52ab11722102 |
|
|
|
PKG_HASH:=2c5da93c255d2e5569fa91d92457fdb65396b0666fad4fd59b22e154d986e1a9 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Val Kulkov <val.kulkov@gmail.com> |
|
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
|