From 53f33e5e74e648cd1b1435d354ccd214098d885b Mon Sep 17 00:00:00 2001 From: Val Kulkov Date: Mon, 5 Aug 2019 13:35:34 -0400 Subject: [PATCH] subversion: update to the latest release Update to the latest maintenance release, fixing CVE-2018-11782 and CVE-2019-0203 among other things. Signed-off-by: Val Kulkov --- net/subversion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/subversion/Makefile b/net/subversion/Makefile index 9cafc73dd..efa08cf9f 100644 --- a/net/subversion/Makefile +++ b/net/subversion/Makefile @@ -7,10 +7,10 @@ include $(TOPDIR)/rules.mk PKG_NAME:=subversion PKG_RELEASE:=1 -PKG_VERSION:=1.12.0 +PKG_VERSION:=1.12.2 PKG_SOURCE_URL:=@APACHE/subversion PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_HASH:=7fae7c73d8a007c107c0ae5eb372bc0bb013dbfe966fcd5c59cd5a195a5e2edf +PKG_HASH:=3bd0b5c8e4c5175263dc9a92fd9aef94ce917e80af034f26fe5c45fde7e0f771 PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Val Kulkov