Commit graph

5798 commits

Author SHA1 Message Date
Rosen Penev
5a7ac1d83b knxd: Makefile cleanups
argp-standalone is only needed for non GLIBC targets.

Added PKG_BUILD_PARALLEL for faster compilation.

Removed unnecessary C/LDFLAGS.

Remove libstdcpp depends. It's included with libfmt.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-15 12:16:13 -07:00
W. Michael Petullo
e29a9ffe2e dmapd: update PKG_LICENSE and enable parallel build
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:38 -04:00
W. Michael Petullo
13f7aa5a5f dmapd: update to 0.0.83
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-14 13:41:00 -04:00
Rosen Penev
59290881cb
Merge pull request #10206 from ysc3839/cifsd
cifsd: update to git (2019-10-08)
2019-10-14 01:45:52 -07:00
Yousong Zhou
620ba386b4 xl2tpd: bump to version 1.3.15
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
Yousong Zhou
29991142e2 shadowsocks-libev: bump to version 3.3.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2019-10-14 08:23:07 +00:00
W. Michael Petullo
102e67cc15 snort: update to 2.9.15
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2019-10-13 16:41:24 -04:00
Nikos Mavrogiannopoulos
aeb198bb82
Merge pull request #10208 from dengqf6/oc
openconnect: update to 8.05
2019-10-13 08:06:10 +02:00
Jeffery To
53e1692ae9 treewide: Use default PKG_BUILD_DIR when possible
This removes lines that set PKG_BUILD_DIR when the set value is no
different from the default value.

Specifically, the line is removed if the assigned value is:

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION)

  The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT
  if it is set, so now this is identical to the default value.

* $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR)

  if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it
  the same as the previous case

* $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

  This is the same as the default PKG_BUILD_DIR when there is no
  BUILD_VARIANT.

* $(BUILD_DIR)/[name]-$(PKG_VERSION)

  where [name] is a string that is identical to PKG_NAME

[1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2019-10-13 02:01:34 +08:00
Hannu Nyman
7de37d7fea
Merge pull request #10193 from Ansuel/nginx-sock
nginx: adds new socket to luci uwsgi config
2019-10-12 14:46:06 +03:00
Ansuel Smith
b9c7a570a2
nginx: adds new socket to luci uwsgi config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-12 13:22:08 +02:00
Rosen Penev
326b48d5c5
Merge pull request #10207 from dengqf6/upnpd
miniupnpd: update to 2.1.20191006
2019-10-12 00:20:16 -07:00
DENG Qingfang
81f6ef0013 openconnect: update to 8.05
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 15:15:46 +08:00
DENG Qingfang
fcf72ceec4 miniupnpd: update to 2.1.20191006
Removed upstreamed patch:
100-build-on-OpenWrt.patch

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
2019-10-12 14:54:26 +08:00
Hannu Nyman
5c1c478b9a
Merge pull request #10173 from Ansuel/uwsgi-fix
uwsgi-cgi: adds patch to fix #10134
2019-10-12 09:39:47 +03:00
Richard Yu
f6ee8cb4e2
cifsd: update to git (2019-10-08)
Signed-off-by: Richard Yu <yurichard3839@gmail.com>
2019-10-12 10:32:04 +08:00
Petr Štetiar
bb6cdb804c cgi-io: iron out extra compiler warnings
Fixes following errors:

 main.c:458:37: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:463:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Werror=sign-compare]
 main.c:518:35: error: comparison of integer expressions of different signedness: ‘ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
 main.c:157:3: error: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Werror=unused-result]
 main.c:763:3: error: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Werror=unused-result]

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
4e7411a8d0 cgi-io: cmake: enable extra compiler warnings
Spotting issues during compilation is cheaper.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Petr Štetiar
fd47e99be4 cgi-io: cmake: fix libraries lookup
In order to make it compile properly in more environments.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2019-10-11 16:03:54 +02:00
Jo-Philipp Wich
f22bd6116a
Merge pull request #10191 from Ansuel/cgi-io-fix
cgi-io: fix various errors
2019-10-11 12:10:47 +02:00
Rosen Penev
2fcdd1fb57 mosh: Add protobuf host build dependency
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-10 20:08:54 -07:00
Ansuel Smith
6cc1ae7fd5
uwsgi-cgi: adds luci webui and cgi-io vassals config
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:43 +02:00
Ansuel Smith
e8a391e9c7
uwsgi-cgi: introduce emperor mode as default uwsgi installation
- Use uwsgi in emperor mode by default

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 03:38:32 +02:00
Ansuel Smith
fdcb6e6873
uwsgi-cgi: add patch to fix #10134
- add uwsgi patch to add option to don't follow simbolic link but call it directly (waiting to be approved)

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-11 01:26:18 +02:00
Rosen Penev
e6a75aaf63
Merge pull request #9150 from lucize/uacme
uacme: add package
2019-10-10 13:25:40 -07:00
Ansuel Smith
535b2b6bd8
cgi-io: fix read after end errors
Currently cgi-io try to read data after the data ended.
- Adds "-" to whitelist char
- In main_upload is tried to consume the buffer while it's already readed by the while loop before

Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
2019-10-10 20:02:30 +02:00
Lucian Cristian
cb81ac1e06 uacme: add package
lightweight client for the RFC8555 ACMEv2 protocol, written in plain C code
with minimal dependencies (libcurl and one of GnuTLS, OpenSSL or mbedTLS).

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2019-10-10 18:55:52 +03:00
Jan Pavlinec
390da39191 tor: update to 0.4.1.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2019-10-10 08:58:40 +02:00
Rosen Penev
16fdfac0ec
Merge pull request #10194 from nickberry17/master
modemmanager: remove check for unneeded host dependency intltool
2019-10-09 18:57:45 -07:00
Nicholas Smith
805daeaff1 modemmanager: remove check for unneeded host dependency intltool
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-10-10 08:31:20 +10:00
Rosen Penev
a5c60d7249
Merge pull request #10170 from ewsi/feature_dcwifi_1.1
dcwifi: Update component versions
2019-10-09 12:46:00 -07:00
Dirk Brenken
b704e70689
Merge pull request #10189 from dibdot/banIP
banip: update 0.3.1
2019-10-09 19:04:39 +02:00
Carey Sonsino
0f00bcb16e dcwifi: Update component versions
update package versions and hashes
remove bzero patches
remove uclibc++ patch
refactor directory structure
relocate mrmctl in menuconfig
update macremapper patch

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
2019-10-09 14:53:01 +00:00
Karl Palsson
74b34fb148 net/mosquitto: drop obsolete libuuid dependency
libuuid was dropped as a dependency in mosquitto 1.6.0

Signed-off-by: Karl Palsson <karlp@etactica.com>
2019-10-09 14:11:33 +00:00
Dirk Brenken
70ab67649b
banip: update 0.3.1
* the WAN auto detection now supports multiple interfaces, too
* no longer filter out possible LAN devices
* add a new DoH (DNS over HTTPS) blocklist source with public
  DoH DNS server addresses, to effectively block client side DoH
  communication, e.g. via Firefox or Chrome

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-09 14:07:05 +02:00
Rosen Penev
451ec9cdc4
Merge pull request #10038 from tiagogaspar8/kea-fix
kea: fix makefile and dependencies
2019-10-07 21:20:55 -07:00
Xingwang Liao
2384acdc9d
aria2: Update to 1.35.0
* remove OpenSSL patch, it has already merged to the source.

Signed-off-by: Xingwang Liao <kuoruan@gmail.com>
2019-10-08 11:40:49 +08:00
Hannu Nyman
401abc0f6f
Merge pull request #10163 from stangri/master-simple-adblock
simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
2019-10-07 18:08:41 +03:00
Michael Heimpold
d3012ecf08
Merge pull request #9137 from nickberry17/master
modemmanager: add ModemManager to packages

This also includes related libraries libmbim and libqmi and the command line tools.
2019-10-07 12:50:13 +02:00
Josef Schlehofer
318e6acddb
Merge pull request #10146 from BKPepe/unbound
unbound: Update to version 1.9.4
2019-10-07 01:10:47 +02:00
Stan Grishin
756bbb7afd simple-adblock: bugfix: proper dnsmasq reload on stop, rework start/stop logic
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-06 09:33:33 -07:00
Christian Lachner
5d59ddd923 haproxy: Update HAProxy to v2.0.7
- Update haproxy download URL and hash
- Add new patches (see https://www.haproxy.org/bugs/bugs-2.0.7.html)

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2019-10-05 13:59:57 +02:00
Hannu Nyman
341b519ea5
Merge pull request #10142 from stangri/master-simple-adblock
simple-adblock: bugfix and improvements (check description)
2019-10-05 11:25:44 +03:00
Dirk Brenken
f0950804bf
Merge pull request #10145 from dibdot/banIP
banip: update 0.3.0
2019-10-04 18:21:43 +02:00
Josef Schlehofer
1caf170daf
unbound: Update to version 1.9.4
Fixes CVE-2019-16866

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2019-10-04 11:58:32 +02:00
Dirk Brenken
ff8b853a6d
banip: update 0.3.0
* new 'ca-bundle' dependency as all https connections
  are now validated by default
* automatically select the download utility: 'aria2', 'curl',
  'uclient-fetch' with libustream-* or wget are supported
* track & ban failed LuCI login attempts as well
* add a small log/banIP background monitor to block
  SSH/LuCI brute force attacks in realtime (disabled by default)
* add a config version check (please update your default config!)
* made the automatic wan detection more stable
* fix the IPv6 logfile parser
* fix the service status message
* update readme

Signed-off-by: Dirk Brenken <dev@brenken.org>
2019-10-04 10:16:20 +02:00
Stan Grishin
54f4487af1 simple-adblock: bugfix and improvements (check description)
Signed-off-by: Stan Grishin <stangri@melmac.net>
2019-10-03 18:41:49 -07:00
Rosen Penev
1d4a09e0c5
nbd: Remove other build dependency
Already satisfied by glib2.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-03 16:22:38 -07:00
Rosen Penev
61b7341a7a
Merge pull request #10131 from neheb/jool
jool: Update to 4.0.5
2019-10-03 15:51:22 -07:00
Rosen Penev
ea3e5db68d
nbd: Remove glib2 build dependency
It is already included.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-02 18:54:43 -07:00