aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* Merge pull request #11185 from micmac1/apache-1-upRosen Penev2020-01-30
|\ | | | | apache/apr/apr-util: fix some nitpicks
| * apache: don't install exp fileSebastian Kemper2020-01-30
| | | | | | | | | | | | This file is meant for AIX, OpenWrt doesn't need it. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | Revert "ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.net"Rosen Penev2020-01-30
| | | | | | | | | | | | | | | | This reverts commit 3dbdd67cf93e5f2c271e7663b35353f8c8102757. This is totally wrong. tunnelbroker.net is completely different. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Revert "ddns-scripts: fix cloudflare.com-v4"Rosen Penev2020-01-30
|/ | | | | | This reverts commit 67e2efb301f9e6ac9ee471d2457f08feda7fab38. This is totally wrong. The actual bug is in the luci app.
* ksmbd-tools: add avahi service file packageAndy Walsh2020-01-29
| | | | | | * add avahi service file package, so linux clients can discover ksmbd shares Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* Merge pull request #11119 from neheb/hjkToke Høiland-Jørgensen2020-01-29
|\ | | | | radsecproxy: update to 1.8.1
| * radsecproxy: update to 1.8.1Rosen Penev2020-01-25
| | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed OpenSSL patch. Added PKG_BUILD_PARALLEL for faster compilation. Cleaned up Makefile slightly. Ran init script through shellcheck. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Maintainer: Darryl Sokoloski / @dsokoloskiDarryl Sokoloski2020-01-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master Run tested: TP-Link Archer C2600 Change log for v2.99: [FIX] Fixed broken JSON parsing (include missing uuid_site). [FIX] FreeBSD: Fixed 10x support. [FIX] OPNsense: Fixed path to xmllint. [IMP] Switched to libtcmalloc minimal. [IMP] Added metadata extraction from SSDP queries/responses. [IMP] Added automatic building of bundled gperftools when enabled. [IMP] Removed bundled packages that are no longer needed. [IMP] Always display JSON status even when stale. [IMP] CentOS: Added support for CentOS 8. [IMP] CentOS: Removed support for CentOS 6. [IMP] OPNsense: Added support for OPNsense 19x. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | Merge pull request #11147 from micmac1/svn2Rosen Penev2020-01-28
|\ \ | | | | | | subversion: fix build failure
| * | subversion: fix build failureSebastian Kemper2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit a62c0e5 apu-1-config is no longer being stipped down with regards to being called with "--link-libtool". Example: $ ./staging_dir/target-mips_24kc_musl/usr/bin/apu-1-config --link-libtool -L/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -R/home/sk/tmp/openwrt/staging_dir/target-mips_24kc_musl/usr/lib -laprutil-1 $ Before the mentioned commit the "-R" argument was stripped off. And when the Makefile adds this to TARGET_LDFLAGS this then ends up in the compiler test, as an argument for the compiler, causing build failure: checking whether the C compiler works... no configure: error: in `/builder/shared-workdir/build/sdk/build_dir/target-arm_mpcore+vfp_musl_eabi/subversion-1.13.0': configure: error: C compiler cannot create executables config.log shows what's wrong: configure:3140: x86_64-openwrt-linux-musl-gcc -Os -pipe ... <snip> ... -R/home/sk/tmp/sdk/master-x86-64/staging_dir/target-x86_64_musl/usr/lib -laprutil-1 conftest.c >&5 x86_64-openwrt-linux-musl-gcc: error: unrecognized command line option '-R' This commit does away with these flags, they're not needed anyway. FPIC is also removed, because it's detrimental to the applications [1] and unnecessary as well. Fixes: #11139 [1] https://wiki.gentoo.org/wiki/Project:Hardened/Position_Independent_Code_internals Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | ddns-scripts: use HTTP for IPv6 dyndns URLRosen Penev2020-01-27
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: remove HTTPS from dyndns URLRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | HTTPS support is not provided by default. Also fixed a mistakenly added ]. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: use new DDNS URL for dyndns.orgRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/8360 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: update ddnss.de responseRosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/8013 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: fix cloudflare.com-v4Rosen Penev2020-01-27
| | | | | | | | | | | | | | | | | | https://github.com/openwrt/packages/issues/11042 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: Fixed HE (hurricane electric) to tunnelbroker.netEuler Alves2020-01-27
| | | | | | | | | | | | | | | | | | | | | | | | Hurricane Electric provides a free IPv6inIPv4 tunnel. It changed its ipv4 ddns service, fully needed to keep the ipv6 tunnel up, to the domain tunnelbroker.net. Besides, the old he.net script was bugged because it doesn't had a [USERNAME] placement but instead two [DOMAIN]. The new tunnelbroker.net update URL, still provided by Hurricane Electric, is https://[USERNAME]:[PASSWORD]@ipv4.tunnelbroker.net/nic/update?hostname=[DOMAIN]&myip=[IP] and it gets the response good or nochg Signed-off-by: Euler Alves <euler@alves.pro.br> (fixed-signed-off-by and prefixed) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | ddns-scripts: Incremented PKG_RELEASE: fix in files/servicesEuler Alves2020-01-27
|/ / | | | | | | | | | | | | | | PKG_RELEASE was incremented to 15 because of a fix in files/services Signed-off-by: Euler Alves <euler@alves.pro.br> (fixed-signed-off-by and prefixed) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11086 from michyprima/fix-ser2netRosen Penev2020-01-26
|\ \ | | | | | | ser2net: fix rpcd reload
| * | ser2net: fix rpcd reloadMichele Primavera2020-01-27
| | | | | | | | | | | | | | | | | | ser2net did not get restarted after saving in uci or luci Signed-off-by: Michele Primavera <primavera@elmod.it>
* | | Merge pull request #11133 from micmac1/apache2-cleanupRosen Penev2020-01-26
|\ \ \ | | | | | | | | apache: cleanup, enable LFS and rename server from httpd to apache2
| * | | apache: don't load session_crypto mod by defaultSebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In OpenWrt this module is available, but not part of the main package. This commit disables the LoadModule directive for this module. Otherwise following the installation of the main apache package the start of the server would fail (due to the absence of this particular module). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| * | | apache: rename bin from httpd to apache2Sebastian Kemper2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This way there's no need to worry about overwriting another httpd binary or symlink from another package, for example busyboxes httpd. The init script is also renamed to apache2 for consistency. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #11120 from neheb/h6Rosen Penev2020-01-26
|\ \ \ \ | | | | | | | | | | nsd: update to 4.2.4
| * | | | nsd: update to 4.2.4Rosen Penev2020-01-25
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Removed upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11130 from BKPepe/dnscrypt-proxy2Rosen Penev2020-01-26
|\ \ \ \ | | | | | | | | | | dnscrypt-proxy2: update to version 2.0.36
| * | | | dnscrypt-proxy2: update to version 2.0.36Josef Schlehofer2020-01-26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #11122 from stangri/master-https-dns-proxyHannu Nyman2020-01-26
|\ \ \ \ \ | |_|_|/ / |/| | | | https-dns-proxy: fix deleting server items, configurable dnsmasq settings change
| * | | | https-dns-proxy: fix deleting server items, configurable dnsmasq settings changeStan Grishin2020-01-25
| | |/ / | |/| | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | Merge pull request #11132 from Andy2244/wsdd2-name_change_ksmbdHannu Nyman2020-01-26
|\ \ \ \ | | | | | | | | | | wsdd2: update for renamed smbd->ksmbd
| * | | | wsdd2: update for renamed smbd->ksmbdAndy Walsh2020-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update for renamed smbd->ksmbd Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | smbd: update to 3.1.1, rename to "ksmbd", "ksmbd-tools"Andy Walsh2020-01-26
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * rename smbd->ksmbd (upstream name change) * ksmbd-tools: build with static glib2 (usmbd = ~90kb, smbuseradd = ~40kb) * new etc folder location = /etc/ksmbd/smb.conf * new database name = /etc/ksmbd/ksmbdpwd.db * fixes "map to guest = Bad User" while userdb is also used * fixes missing ipv6 support * update/rename to "luci-app-ksmbd" * remove UCI samba compatibility code for section names (ksmbd uses [share] + [globals] not [sambashare] + [global]) * ksmbd: release 3.1.1 version * ksmbd: does not work if ipv6 module is not loaded or compiled in * ksmbd: capsule ifdef CONFIG_SMB_INSECURE_SERVER with smb1 codes * ksmbd: release 3.1.0 version * ksmbd: fix over 80 character warnings * ksmbd: rename smbd-tools to ksmbd-tools in travis.yml * ksmbd: fix password db file location in travis.yml * ksmbd: rename smbd prefix function to ksmbd * ksmbd: rename smbd prefix source files to ksmbd * Revert "smbd: set connection status with SMBD_SESS_EXITING instead of direct destory" * ksmbd: rename smbd to ksmbd in .travis.yml * smbd: rename module name to ksmbd.ko * smbd: set connection status with SMBD_SESS_EXITING instead of direct destory * smbd: previous session with same user and same password should be deleted * smbd: only use global session table in smb2 session * smbd: add support for ipv6 * smbd: fix empty macro issue from smbd_debug * cifsd: fix printing of file names in find_next Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / freeradius3: Update to 3.0.20Robby K2020-01-26
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Latest stable release, contains security fixes for EAP-PWD (side-channel leak), logrotate settings (CVE-2019-10143) and a DoS issue due to multithreaded BN_CTX access (CVE-2019-17185). Also refreshed patches/002-disable-session-cache-CVE-2017-9148.patch due to the following changes/commits in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/bf1a1eda2387745bbe538998f3d2e6514f981bfd https://github.com/FreeRADIUS/freeradius-server/commit/a3c46544b38ab46218c385d0ee197538fad5b3da Signed-off-by: Robby K <robbyke@gmail.com>
* | | Merge pull request #10503 from LoEE/jpc/master/git-macos-crossRosen Penev2020-01-25
|\ \ \ | |/ / |/| | git: fix cross compilation on macOS
| * | git: Override uname result for cross-compilation.Jakub Piotr Cłapa2019-11-08
| | | | | | | | | | | | | | | | | | | | | Based on: http://lists.busybox.net/pipermail/buildroot/2016-May/161696.html Signed-off-by: Mauro Condarelli <mc5686@mclink.it> Signed-off-by: Jakub Piotr Cłapa <jpc@loee.pl>
* | | Merge pull request #10797 from pymumu/masterRosen Penev2020-01-24
|\ \ \ | | | | | | | | smartdns: add new package
| * | | smartdns: add new packageNick Peng2020-01-21
| | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* | | | Merge pull request #11101 from neheb/jj2Rosen Penev2020-01-23
|\ \ \ \ | | | | | | | | | | modemmanager stuff: don't use autoreconf
| * | | | modemmanager: fixed license informationRosen Penev2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed unrecognized configure option. Small cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | acme: Include empty 'dns' config option by defaultToke Høiland-Jørgensen2020-01-23
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | This should hopefully prevent issues with that option not showing up in the GUI, like in #11095. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | nginx: Fix brotli moduleShane Peelar2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Use official Google repository for ngx_brotli. This fixes build errors in #9776. Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | Merge pull request #11092 from peter-stadler/nginx-utilRosen Penev2020-01-22
|\ \ \ \ | | | | | | | | | | nginx-util: fix PROVIDES variable and failure with ipv6 disabled
| * | | | nginx-util: fix PROVIDES and issue #6905Peter Stadler2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nginx-ssl-util and nginx-ssl-util-nopcre are replacements for each other, but cannot replace nginx-util (instead conflict with it). The hard coded [::1] could lead to a nginx error if build without IPv6. So, get the loopback addresses dynamically. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11072 from ysc3839/frpHannu Nyman2020-01-21
|\ \ \ \ \ | | | | | | | | | | | | frp: update to 0.31.1
| * | | | | frp: update to 0.31.1Richard Yu2020-01-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | Merge pull request #11088 from janh/vnstat2-2.6Hannu Nyman2020-01-21
|\ \ \ \ \ \ | | | | | | | | | | | | | | vnstat2: update to version 2.6
| * | | | | | vnstat2: update to version 2.6Jan Hoffmann2020-01-21
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | This also cleans up the Makefile and removes an unneeded patch. Signed-off-by: Jan Hoffmann <jan@3e8.eu>
* / | | | | uwsgi: use higher limit-as to fix issue #7250Peter Stadler2020-01-21
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | Merge pull request #11074 from lucize/frrupRosen Penev2020-01-20
|\ \ \ \ \ | |_|/ / / |/| | | | frr: update to 7.2.1
| * | | | frr: update to 7.2.1Lucian Cristian2020-01-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / / / nginx-util: fix ubus::~iterator() and minor issuesPeter Stadler2020-01-20
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Do not destroy the iterator twice if cur==this (segfault). * Do not add the delimiter clim=='\0' when creating the SSL directives. * Set the right SSL_SESSION_CACHE_ARG for nginx-util get_env. * Remove static from the constexpr that are used only for Line::build. * Concat strings instead of appending them for not using a non-const ref (to remove some warnings of clang-tidy -checks=google-runtime-references) Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>