ptunnel-ng: update to 1.41
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
9f15edf744
commit
91459e3a0a
1 changed files with 5 additions and 8 deletions
|
@ -1,12 +1,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ptunnel-ng
|
PKG_NAME:=ptunnel-ng
|
||||||
PKG_VERSION:=1.40
|
PKG_VERSION:=1.41
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/lnslbrty/ptunnel-ng/tar.gz/v$(PKG_VERSION)?
|
||||||
PKG_HASH:=ad2f2032a79ad41e871c00d28c94670c10ed74920de54d977fe0a33a65fcac76
|
PKG_HASH:=b61855dcffe920fd188e5239464b049231f83e550e24e76669eb49d59991baff
|
||||||
|
|
||||||
PKG_LICENSE:=BSD-3
|
PKG_LICENSE:=BSD-3
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
|
@ -30,11 +30,8 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-pcap \
|
--disable-pcap \
|
||||||
--disable-selinux
|
--disable-selinux \
|
||||||
|
--with-rngdev=/dev/urandom
|
||||||
CONFIGURE_VARS += \
|
|
||||||
ac_cv_header_bsd_stdlib_h=no \
|
|
||||||
ac_cv_search_arc4random=no
|
|
||||||
|
|
||||||
define Package/ptunnel-ng/install
|
define Package/ptunnel-ng/install
|
||||||
$(INSTALL_DIR) $(1)/usr/sbin
|
$(INSTALL_DIR) $(1)/usr/sbin
|
||||||
|
|
Loading…
Reference in a new issue