| Commit message (Collapse) | Author | Age |
|\
| |
| | |
apache: fix compilation without deprecated OpenSSL APIs
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
gateway-go: add new package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Yu Fang <yu@iotserv.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixes CVE-2020-14342.
Updated PKG_CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
i2pd: refresh patch
|
| | |
| | |
| | |
| | |
| | |
| | | |
This version bump was not tested properly. Not even compile.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With openwrt/openwrt@51ec51871fd57b80096baf76d6b21a2ae46e4748 one can
now use user/group names instead of numeric uid/gid in FILE_MODES.
Make use of that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| |/ /
|/| | |
ariang: update to 1.1.17
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Apart from adapting to upstream changes also switch to use FILE_MODES
instead of chown/chmod in init-script.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| | | |
| | | | |
memcached: update to 1.6.7
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* update to 4.12.6
* fix optional modules not included on module build (vfs_btrfs, vfs_linux_xfs_sgid)
Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
Change URL to codeload. It redirects to it anyway. I was getting a 404
error with the original. I couldn't figure it out.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
openfortivpn: version bump to 1.15.0 and assorted improvements
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- remove patch that has been included upstream
- remove dependence on resolveip
- remove hotplug script that is handled by "proto_add_host_dependency"
- use openfortivpn default tunnel ip if none specified
- add status checking with uclient-fetch
Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
|
|\ \ \
| | | |
| | | | |
isc-dhcp: add support for RFC-3442 classless routes to hosts
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also avoid forward references to functions.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
If a daemon listens on multiple addresses at once, it'll show up multiple
times in get_listeners() which will clobber the config for uhttpd. Fix this
by skipping subsequent handlings of the same daemon binary.
Fixes #13325.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | |
| | |
| | | |
- Update haproxy download URL and hash
Signed-off-by: Christian Lachner <gladiac@gmail.com>
|
|\ \ \
| |/ /
|/| | |
nextdns: Update to version 1.8.2
|
| | |
| | |
| | |
| | | |
Signed-off-by: Olivier Poitrey <rs@nextdns.io>
|
|\ \ \
| | | |
| | | | |
safe-search: duckduckgo.com new ip address
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Update to 40.89.244.237 which is the new IP address that duckduckgo.com is using for safe-search.
Signed-off-by: Greg Dietsche <gregory.dietsche@cuw.edu>
|
|/ /
| |
| |
| |
| |
| | |
add mips fix missed on version upgrade
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \
| | |
| | | |
dnstap: add new package
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \
| | | |
| | | | |
nginx: fix broken all-module variant
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The creation of the dummy package nginx creates some problem with dependency detection for the all-module variant. Reorganize the dependency and compile nginx before the the sub-variant.
Fixes #13275
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
|\ \ \ \
| |_|/ /
|/| | | |
nginx: update ubus module to fix SIGSEGV
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Bump relase
- Bump nginx_ubus_module version
Fixes #13314
Reported-by: Chen Minqiang <ptpt52@gmail.com>
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
unbound: add option for dnstap support
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Canonical radtest start results in an error:
$ radtest bob hello localhost 0 testing123
/usr/bin/radtest: line 1: hostname: not found
(0) Error parsing "stdin": Failed to get value
hostname command is not present in OpenWrt.
Instead, hostname can be obtained from file /proc/sys/kernel/hostname.
added: 004-get-hostname-from-proc-in-radtest.patch
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
radtest utility is used in many manuals to check the operation of
radius server.
At the moment all parameters must be specified at startup, for example:
$ radtest bob hello localhost 0 testing123 0 localhost
Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>
|
|\ \ \ \ \
| | |/ / /
| |/| | | |
nginx: refresh nginx-ubus-module version
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | | |
Fix a compilation bug for nginx ubus module.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
dawn: bump version
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
The rrm_nr_get_own call was not parsed correctly.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* rename 'smarttv' to 'smarttv_tracking'
* added 'firetv_tracking' and 'android_tracking' (thanks @panache67)
* added 'gaming' (thanks @hasanlo in openwrt forum)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
|
|\ \ \
| | | |
| | | | |
libreswan: drop support for kernel 4.14
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Support for kernel 4.14 has been dropped in main repo, so remove it
here as well.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
|