Increase PKG_RELEASE version.
This commit is contained in:
parent
18313cbe6e
commit
59abfdf843
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ocserv
|
PKG_NAME:=ocserv
|
||||||
PKG_VERSION:=0.11.7
|
PKG_VERSION:=0.11.7
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_USE_MIPS16:=0
|
PKG_USE_MIPS16:=0
|
||||||
|
|
||||||
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
@ -44,12 +44,12 @@ define Package/ocserv
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/ocserv/description
|
define Package/ocserv/description
|
||||||
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be
|
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is to be
|
||||||
a secure, small, fast and configurable VPN server. It implements the
|
a secure, small, fast and configurable VPN server. It implements the
|
||||||
OpenConnect SSL VPN protocol, and has also (currently experimental)
|
OpenConnect SSL VPN protocol, and has also (currently experimental)
|
||||||
compatibility with clients using the AnyConnect SSL VPN protocol. The
|
compatibility with clients using the AnyConnect SSL VPN protocol. The
|
||||||
OpenConnect VPN protocol uses the standard IETF security protocols such
|
OpenConnect VPN protocol uses the standard IETF security protocols such
|
||||||
as TLS 1.2, and Datagram TLS to provide the secure VPN service.
|
as TLS 1.2, and Datagram TLS to provide the secure VPN service.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
EXTRA_CPPFLAGS+=-I$(STAGING_DIR)/usr/include/readline/
|
EXTRA_CPPFLAGS+=-I$(STAGING_DIR)/usr/include/readline/
|
||||||
|
|
Loading…
Reference in a new issue