Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
config BR2_PACKAGE_TINC
|
||||
bool "tinc"
|
||||
depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_ZLIB
|
||||
depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
|
||||
depends on BR2_USE_MMU # fork()
|
||||
help
|
||||
tinc is a Virtual Private Network (VPN) daemon that uses
|
||||
tunnelling and encryption to create a secure private network
|
||||
|
||||
@@ -1,2 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 abc17e25afc1b9e74423c78fef586b11d503cbbbe5e4a2ed323870f4a82faa73 tinc-1.0.30.tar.gz
|
||||
sha256 7f6f5dc6444bc651ac635c81f4745bcce581bbd1d45ed60cbdc4ee11bebb10f4 tinc-1.0.33.tar.gz
|
||||
sha256 10618781fe68ee0958d627f9f4b279b55eaff6c852f7742bbef64dc470c0077c COPYING
|
||||
sha256 9bf76a8aa304d807df20bf3d221c21d259764be63e39b58f299b80ba3ac14b5b COPYING.README
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TINC_VERSION = 1.0.30
|
||||
TINC_VERSION = 1.0.33
|
||||
TINC_SITE = http://www.tinc-vpn.org/packages
|
||||
TINC_DEPENDENCIES = lzo openssl zlib
|
||||
TINC_LICENSE = GPLv2+ with OpenSSL exception
|
||||
TINC_LICENSE = GPL-2.0+ with OpenSSL exception
|
||||
TINC_LICENSE_FILES = COPYING COPYING.README
|
||||
TINC_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -std=c99"
|
||||
|
||||
@@ -17,4 +17,9 @@ TINC_CONF_ENV += \
|
||||
ax_cv_check_ldflags___pie=no
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_INIT_SYSTEMD),y)
|
||||
TINC_DEPENDENCIES += systemd
|
||||
TINC_CONF_OPTS += --with-systemdsystemunitdir=/usr/lib/systemd/system
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user