Browse Source
Merge pull request #7156 from pacien/181008-pkg-tinc
tinc: update to 1.0.35 (security update)
lilik-openwrt-22.03
Saverio Proto
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/tinc/Makefile
|
|
@ -8,12 +8,12 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=tinc |
|
|
|
PKG_VERSION:=1.0.34 |
|
|
|
PKG_VERSION:=1.0.35 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |
|
|
|
PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages |
|
|
|
PKG_HASH:=c03a9b61dedd452116dd9a8db231545ba08a7c96bce011e0cbd3cfd2c56dcfda |
|
|
|
PKG_HASH:=18c83b147cc3e2133a7ac2543eeb014d52070de01c7474287d3ccecc9b16895e |
|
|
|
|
|
|
|
PKG_INSTALL:=1 |
|
|
|
|
|
|
|