From c46e9ac8f8ae7fb5f4e5ddf860618b494afe39d5 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 23 Apr 2013 10:47:51 +0000 Subject: [PATCH] tinc: update to 1.0.21 (CVE-2013-1428) SVN-Revision: 36402 --- net/tinc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tinc/Makefile b/net/tinc/Makefile index 950914b497..b383365ebf 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2011 OpenWrt.org +# Copyright (C) 2007-2013 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinc -PKG_VERSION:=1.0.20 +PKG_VERSION:=1.0.21 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages -PKG_MD5SUM:=001277e0ccd7ca29f7fa4039774ad611 +PKG_MD5SUM:=d7bc9ca38672c9da08d74ff2a3e8e36d PKG_INSTALL:=1 -- 2.30.2