-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'openwrt-22.03' of https://github.com/openwrt/packages i…
…nto 22.03
- Loading branch information
Showing
17 changed files
with
55 additions
and
302 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=syslog-ng | ||
PKG_VERSION:=4.4.0 | ||
PKG_RELEASE:=$(AUTORELEASE) | ||
PKG_VERSION:=4.6.0 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_MAINTAINER:=Josef Schlehofer <[email protected]> | ||
PKG_LICENSE:=LGPL-2.1-or-later GPL-2.0-or-later | ||
|
@@ -11,7 +11,7 @@ PKG_CPE_ID:=cpe:/a:balabit:syslog-ng | |
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://github.com/syslog-ng/syslog-ng/releases/download/$(PKG_NAME)-$(PKG_VERSION)/ | ||
PKG_HASH:=583b147f3ec17fbc2dbbf31aafb1e3966237d7541313de5b41ea885dc16d932e | ||
PKG_HASH:=b69e3360dfb96a754a4e1cbead4daef37128b1152a23572356db4ab64a475d4f | ||
|
||
PKG_BUILD_PARALLEL:=1 | ||
PKG_INSTALL:=1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=apfree-wifidog | ||
PKG_VERSION:=6.08.1950 | ||
PKG_VERSION:=7.02.1977 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/liudf0716/apfree-wifidog.git | ||
PKG_SOURCE_VERSION:=$(PKG_VERSION) | ||
PKG_MIRROR_HASH:=1fb8f80970b29e7af382c6d35cb23ee6eb932483579ce9497e21ce0fb65a381f | ||
PKG_MIRROR_HASH:=f43786523099f90c46c4e7bf99b4bb3c705113939f5348f7136a13b346aed529 | ||
|
||
PKG_MAINTAINER:=Dengfeng Liu <[email protected]> | ||
PKG_LICENSE:=GPL-3.0-or-later | ||
|
@@ -27,7 +27,7 @@ define Package/apfree-wifidog | |
SUBMENU:=Captive Portals | ||
SECTION:=net | ||
CATEGORY:=Network | ||
DEPENDS:=+zlib +libjson-c +libevent2 +libevent2-openssl +libuci | ||
DEPENDS:=+zlib +libjson-c +libevent2 +libevent2-openssl +libuci +openssl-util +libnetfilter-queue | ||
TITLE:=Apfree's wireless captive portal solution | ||
URL:=https://github.com/liudf0716/apfree_wifidog | ||
endef | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=https-dns-proxy | ||
PKG_VERSION:=2023-10-25 | ||
PKG_RELEASE:=5 | ||
PKG_VERSION:=2023-11-19 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ | ||
PKG_SOURCE_DATE:=$(PKG_VERSION) | ||
PKG_SOURCE_VERSION:=977341a4e35a37ee454e97e82caf4276b1b4961a | ||
PKG_MIRROR_HASH:=8622846f1038ac05436a48d9b36a07c516cbb6504ce68e7ee8c5529788fac39b | ||
PKG_SOURCE_VERSION:=489c57efd46983e688579974a2ab7aeaa7df8d83 | ||
PKG_MIRROR_HASH:=6c8e0e158dfbfde29b1c22f1a1c90a7deae540111c26daac13c8fbb5a49081a5 | ||
|
||
PKG_MAINTAINER:=Stan Grishin <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
@@ -24,7 +24,7 @@ define Package/https-dns-proxy | |
CATEGORY:=Network | ||
TITLE:=DNS Over HTTPS Proxy | ||
URL:=https://docs.openwrt.melmac.net/https-dns-proxy/ | ||
DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter | ||
DEPENDS:=+libcares +libcurl +libev +ca-bundle +jsonfilter +resolveip | ||
DEPENDS+=+!BUSYBOX_DEFAULT_GREP:grep | ||
DEPENDS+=+!BUSYBOX_DEFAULT_SED:sed | ||
CONFLICTS:=https_dns_proxy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,12 +8,12 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=knot | ||
PKG_VERSION:=3.3.4 | ||
PKG_VERSION:=3.3.5 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz | ||
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ | ||
PKG_HASH:=2a771b43ce96b6b48d53b29f2086528732e6ac067bc71a3be934f859d1302fc0 | ||
PKG_HASH:=0e0bf04319581280660e8e62ab04be64a7d632331e40fc9c87e76861305db3ad | ||
|
||
PKG_MAINTAINER:=Daniel Salzman <[email protected]> | ||
PKG_LICENSE:=GPL-3.0 LGPL-2.0 0BSD BSD-3-Clause OLDAP-2.8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=natmap | ||
PKG_VERSION:=20240126 | ||
PKG_VERSION:=20240303 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz | ||
PKG_SOURCE_URL:=https://github.com/heiher/natmap/releases/download/$(PKG_VERSION) | ||
PKG_HASH:=7d8b3fe5c29dfe30271197b8ea1f78af292830483aefb1ccc21a3ec05f74627b | ||
PKG_HASH:=d7b7a1ba2fc8dbd471ed88757fa6fc7c7e2d83f9f44c8f62661e9809d386d163 | ||
|
||
PKG_MAINTAINER:=Richard Yu <[email protected]>, Ray Wang <[email protected]> | ||
PKG_LICENSE:=MIT | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.