aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | simple-adblock: options to filter non-ASCII domains, local compressed storageStan Grishin2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | | | Merge pull request #9391 from mwarning/zerotierRosen Penev2019-07-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | zerotier: keep configuration file on update
| * | | | | | | | | | zerotier: keep configuration file on updateMoritz Warning2019-07-04
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | | | | | | Merge pull request #9390 from cotequeiroz/coova-chilli-parallelRosen Penev2019-07-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | coova-chilli: disable parallel build
| * | | | | | | | | | coova-chilli: disable parallel buildEneas U de Queiroz2019-07-04
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Parallel building is causing a failure because it executes some commands, such as patch, more than once. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | | | | | | Merge pull request #9386 from neheb/ke2Rosen Penev2019-07-04
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | kea: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | | kea: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-07-03
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Forgot to add this one to the last pull request. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9230 from James-TR/pdns-recursorRosen Penev2019-07-04
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | pdns-recursor: add package
| * | | | | | | | | pdns-recursor: add packageJames Taylor2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me Compile tested: armv7l, OpenWRT SDK Run tested: armv7l Linksys WRT1900ACS, OpenWrt SNAPSHOT, r9987-655fff1571 - confirmed PowerDNS recursor links correctly against libraries and runs on my target environment. Description: PowerDNS Recursor is a high-performance resolving name server, utilizing multiple processor and including Lua scripting capabilities. This commit includes the recursive nameserver https://www.powerdns.com/recursor.html Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | | | ddns-scripts: various fixesDirk Brenken2019-07-03
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use '$ddns_rundir' in 'get_service_data' for pipe creation, fix #8971 * add missing local variables in 'get_service_data' * change DNS server verification with drill in 'verify_host_port', fix/supersed #8935 * remove needless cat calls in 'verify_host_port' * set cloudfare TTL to min. 120 seconds, fix #7745 * bump/align package version number Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | ocserv: updated to 0.12.4Nikos Mavrogiannopoulos2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | | | | | | pdns: correct incomplete fix for build failureJames Taylor2019-07-03
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: me This commit addresses a build failure around guards on execinfo.h usage to prevent uclibc from pulling it in, as it defines both __GLIBC__ and __UCLIBC__. The original patch had invalid syntax which this corrects. Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | | Merge pull request #9367 from gladiac1337/haproxy-2.0.1-masterRosen Penev2019-07-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | haproxy: Update HAProxy to v2.0.1
| * | | | | | | | haproxy: Change DEPENDS from libncursesw to libncursesChristian Lachner2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Change DEPENDS from libncrusesw to libncurses Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | | | | haproxy: Update HAProxy to v2.0.1Christian Lachner2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Add new patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | | Merge pull request #9368 from neheb/torrRosen Penev2019-07-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | RTorrent updates
| * | | | | | | | | rtorrent: Enable IPv6 supportRosen Penev2019-07-01
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other Makefile cleanups as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #9337 from neheb/nodRosen Penev2019-07-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | noddos: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | noddos: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rearranged Makefile for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Removed ca-certificates dependency. ca-bundle is enough. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9334 from neheb/net1Rosen Penev2019-07-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Netopeer2: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | | | Netopeer2: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reorganized Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | net: seafile-seahub: update maintainer & license fileAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-restframework: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-postoffice: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-picklefield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-jsonfield: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-formtools: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-compressor: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | django-appconf: update packaging format + add python3 variantAlexandru Ardelean2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | Merge pull request #9289 from neheb/dnsRosen Penev2019-07-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | dnscrypt-proxy: Update to latest git revision
| * | | | | | | | | dnscrypt-proxy: Update to latest git revisionRosen Penev2019-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes a security fix. Fixed usage with latest libsodium. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | ntpdate: use uci configured servers instead of static listKarl Palsson2019-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we're going to have a list of ntp servers, we should at least respect them. Fallback to the original static list if no configured servers are found. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | Merge pull request #9350 from neheb/apiRosen Penev2019-07-01
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | apinger: Update to latest git revision
| * | | | | | | | | apinger: Update to latest git revisionRosen Penev2019-06-28
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This project seems abandoned. Updated to latest version. Also cleaned up the Makefile quite a bit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | openvswitch: conditionally depends on nf_conncount.koYousong Zhou2019-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is required for conntrack zone limit support. Linux upstream commit is 11efd5cb ("openvswitch: Support conntrack zone limit") Ref: https://github.com/openwrt/packages/issues/9274#issuecomment-507181166 Reported-by: Lech Perczak <lech.perczak@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | nfs-kernel-server: update to 2.4.1Peter Wagner2019-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | obfs4proxy: Update to 0.0.11Jeffery To2019-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #9351 from neheb/3tr435Rosen Penev2019-06-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | linknx: Update iconv patch to work with libiconv-full
| * | | | | | | | | linknx: Update iconv patch to work with libiconv-fullRosen Penev2019-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libiconv-full requires a const char for its second parameter. Otherwise -fpermissive error is thrown. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #9321 from ysc3839/frpHannu Nyman2019-06-29
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | frp: add uci config integration
| * | | | | | | | | | frp: add uci config integrationRichard Yu2019-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | | | Merge pull request #9336 from neheb/coovRosen Penev2019-06-28
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | coova-chili: Fix compilation with newer GCC
| * | | | | | | | | | | coova-chili: Fix compilation with newer GCCRosen Penev2019-06-28
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added -Wno-error to fix. Also added patch to fix compilation without deprecated OpenSSL APIs. Added PKG_BUILD_PARALLEL for faster compilation. Switched libcyassl to libwolfssl. Reorganized makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #9280 from neheb/logRosen Penev2019-06-28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | kea: Don't install to STAGING_DIR_HOST
| * | | | | | | | | | kea: Don't install to STAGING_DIR_HOSTRosen Penev2019-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | STAGING_DIR_HOST is for packages under tools/ , not host packages. Reorganized Makefile for consistency between packages. Added PKG/HOST_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | nfs-kernel-server: Fix compile with uClibc-ngRosen Penev2019-06-28
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NS_MAXMSG is not defined. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | haproxy: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-06-27
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems there is a mistake in the version I sent upstream. Cleaned up Makefile for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #9331 from dibdot/travelmateDirk Brenken2019-06-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | travelmate: update 1.4.8
| * | | | | | | | | travelmate: update 1.4.8Dirk Brenken2019-06-26
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * optimize the main scan/iwinfo call (performance & system load): - remove a needless f_trim function call - remove a redundant awk call - reduce the scan buffer size and make it configurable (trm_scanbuffer, default 1024 bytes) * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | Merge pull request #9328 from cotequeiroz/seahub-flupJosef Schlehofer2019-06-27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | seafile-seahub: adjust to flup rename