Update to libuecc v7 and fastd v18
This commit is contained in:
parent
d4d9c349a2
commit
0b25275976
@ -1,27 +1,34 @@
|
||||
From: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
Date: Sun, 25 Oct 2015 17:11:30 +0100
|
||||
Subject: libuecc: update to v6
|
||||
Subject: libuecc: update to v7
|
||||
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile
|
||||
index 63b6ebe..fb26933 100644
|
||||
index 63b6ebe..c1ba53f 100644
|
||||
--- a/libs/libuecc/Makefile
|
||||
+++ b/libs/libuecc/Makefile
|
||||
@@ -1,5 +1,5 @@
|
||||
#
|
||||
-# Copyright (C) 2012-2015 OpenWrt.org
|
||||
+# Copyright (C) 2012-2016 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=libuecc
|
||||
-PKG_VERSION:=5
|
||||
+PKG_VERSION:=6
|
||||
+PKG_VERSION:=7
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
-PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/80
|
||||
-PKG_MD5SUM:=cd03c947931c2f4b0eea0bf45654bd34
|
||||
+PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/83
|
||||
+PKG_MD5SUM:=cba68339ff46482ec4090303de18fff4
|
||||
+PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/85
|
||||
+PKG_MD5SUM:=5cd543cb8e7bce83a22c07a0579c95a1
|
||||
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_LICENSE_FILES:=COPYRIGHT
|
88
patches/packages/openwrt/0004-fastd-update-to-v18.patch
Normal file
88
patches/packages/openwrt/0004-fastd-update-to-v18.patch
Normal file
@ -0,0 +1,88 @@
|
||||
From: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
Date: Tue, 29 Mar 2016 00:24:00 +0200
|
||||
Subject: fastd: update to v18
|
||||
|
||||
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
|
||||
diff --git a/net/fastd/Config.in b/net/fastd/Config.in
|
||||
index 5820b97..3350eb3 100644
|
||||
--- a/net/fastd/Config.in
|
||||
+++ b/net/fastd/Config.in
|
||||
@@ -74,6 +74,12 @@ config FASTD_ENABLE_MAC_UHASH
|
||||
default y
|
||||
|
||||
|
||||
+config FASTD_WITH_CAPABILITIES
|
||||
+ bool "Enable POSIX capability support"
|
||||
+ depends on PACKAGE_fastd
|
||||
+ default n
|
||||
+
|
||||
+
|
||||
config FASTD_WITH_CMDLINE_USER
|
||||
bool "Include support for setting user/group related options on the command line"
|
||||
depends on PACKAGE_fastd
|
||||
diff --git a/net/fastd/Makefile b/net/fastd/Makefile
|
||||
index 027f549..5c550d8 100644
|
||||
--- a/net/fastd/Makefile
|
||||
+++ b/net/fastd/Makefile
|
||||
@@ -8,13 +8,13 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=fastd
|
||||
-PKG_VERSION:=17
|
||||
+PKG_VERSION:=18
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||
-PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/81
|
||||
-PKG_MD5SUM:=bad4f1948702f418b799578f83a0edb8
|
||||
+PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/86
|
||||
+PKG_MD5SUM:=e53236d3049f64f7955ad9556da099eb
|
||||
|
||||
PKG_LICENSE:=BSD-2-Clause
|
||||
PKG_LICENSE_FILES:=COPYRIGHT
|
||||
@@ -34,6 +34,7 @@ PKG_CONFIG_DEPENDS:=\
|
||||
CONFIG_FASTD_ENABLE_CIPHER_SALSA2012 \
|
||||
CONFIG_FASTD_ENABLE_MAC_GHASH \
|
||||
CONFIG_FASTD_ENABLE_MAC_UHASH \
|
||||
+ CONFIG_FASTD_WITH_CAPABILITIES \
|
||||
CONFIG_FASTD_WITH_CMDLINE_USER \
|
||||
CONFIG_FASTD_WITH_CMDLINE_LOGGING \
|
||||
CONFIG_FASTD_WITH_CMDLINE_OPERATION \
|
||||
@@ -50,7 +51,7 @@ include $(INCLUDE_DIR)/cmake.mk
|
||||
define Package/fastd
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
- DEPENDS:=+kmod-tun +librt +libpthread +FASTD_WITH_STATUS_SOCKET:libjson-c
|
||||
+ DEPENDS:=+kmod-tun +librt +libpthread +FASTD_WITH_STATUS_SOCKET:libjson-c +FASTD_WITH_CAPABILITIES:libcap
|
||||
TITLE:=Fast and Secure Tunneling Daemon
|
||||
URL:=https://projects.universe-factory.net/projects/fastd
|
||||
SUBMENU:=VPN
|
||||
@@ -79,13 +80,13 @@ CMAKE_OPTIONS += \
|
||||
-DWITH_CIPHER_SALSA2012:BOOL=FALSE \
|
||||
-DWITH_MAC_GHASH:BOOL=FALSE \
|
||||
-DWITH_MAC_UHASH:BOOL=FALSE \
|
||||
+ -DWITH_CAPABILITIES:BOOL=FALSE \
|
||||
-DWITH_CMDLINE_USER:BOOL=FALSE \
|
||||
-DWITH_CMDLINE_LOGGING:BOOL=FALSE \
|
||||
-DWITH_CMDLINE_OPERATION:BOOL=FALSE \
|
||||
-DWITH_CMDLINE_COMMANDS:BOOL=FALSE \
|
||||
-DWITH_DYNAMIC_PEERS:BOOL=FALSE \
|
||||
-DWITH_STATUS_SOCKET:BOOL=FALSE \
|
||||
- -DWITH_CAPABILITIES:BOOL=FALSE \
|
||||
-DENABLE_SYSTEMD:BOOL=FALSE \
|
||||
-DENABLE_LIBSODIUM:BOOL=FALSE \
|
||||
-DENABLE_LTO:BOOL=TRUE
|
||||
@@ -150,6 +151,11 @@ CMAKE_OPTIONS += -DWITH_MAC_UHASH:BOOL=TRUE
|
||||
endif
|
||||
|
||||
|
||||
+ifeq ($(CONFIG_FASTD_WITH_CAPABILITIES),y)
|
||||
+CMAKE_OPTIONS += -DWITH_CAPABILITIES:BOOL=TRUE
|
||||
+endif
|
||||
+
|
||||
+
|
||||
ifeq ($(CONFIG_FASTD_WITH_CMDLINE_USER),y)
|
||||
CMAKE_OPTIONS += -DWITH_CMDLINE_USER:BOOL=TRUE
|
||||
endif
|
Loading…
Reference in New Issue
Block a user