mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-08-01 07:07:52 +08:00
🗽 Sync 2026-07-28 03:04:22
This commit is contained in:
parent
53d4ef45f3
commit
742ed8086f
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=kismet
|
||||
PKG_VERSION:=2016-07-R1
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_LICENSE:=LGPLv2.1
|
||||
PKG_CPE_ID:=cpe:/a:kismet:kismet
|
||||
@ -62,7 +62,7 @@ endef
|
||||
|
||||
define Package/kismet-drone
|
||||
$(call Package/kismet/Default)
|
||||
DEPENDS+= +libpcap +libpcre +libcap +wireless-tools
|
||||
DEPENDS+= +libpcap +libpcre2 +libcap +wireless-tools
|
||||
TITLE+= drone
|
||||
endef
|
||||
|
||||
@ -73,7 +73,7 @@ endef
|
||||
|
||||
define Package/kismet-server
|
||||
$(call Package/kismet/Default)
|
||||
DEPENDS+= +libpcap +libpcre +libcap +wireless-tools
|
||||
DEPENDS+= +libpcap +libpcre2 +libcap +wireless-tools
|
||||
TITLE+= server
|
||||
endef
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=e2guardian
|
||||
PKG_VERSION:=5.5.9r
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
PKG_MAINTAINER:=Douglas Orend <doug.orend2@gmail.com>
|
||||
@ -17,7 +17,7 @@ include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
define Package/e2guardian
|
||||
SECTION:=net
|
||||
DEPENDS:=+libpthread $(CXX_DEPENDS) +zlib +libpcre +libopenssl
|
||||
DEPENDS:=+libpthread $(CXX_DEPENDS) +zlib +libpcre2 +libopenssl
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=Web Servers/Proxies
|
||||
TITLE:=E2Guardian
|
||||
|
||||
Loading…
Reference in New Issue
Block a user