aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | | | | | Merge pull request #6691 from neheb/olaDirk Brenken2018-08-22
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | ola: Update to 0.10.7 and switch to codeload
| * | | | | | | | | | ola: Update to 0.10.7 and switch to codeloadRosen Penev2018-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler and easier to bump version. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #6770 from diizzyy/patch-7Dirk Brenken2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | net/stunnel: Update to 5.48
| * | | | | | | | | | | net/stunnel: Update to 5.48Daniel Engberg2018-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update stunnel to 5.48 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | | | | Merge pull request #6845 from wodu/linuxptp_maintDirk Brenken2018-08-22
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | linuxptp: Upgrade to v2.0
| * | | | | | | | | | | | linuxptp: Upgrade to v2.0Wojciech Dubowik2018-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>
* | | | | | | | | | | | | acme: Fix bugs from upstream's change to socatToke Høiland-Jørgensen2018-08-22
|/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The upstream acme.sh package changed to using socat instead of netcat; update the dependencies to reflect this, and pass --listen-v6 when running in standalone mode (since socat only listens on IPv4 by default). Also add a missing cleanup call when certificate issuance fails. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | | | | | | openvswitch: bump to version 2.10.0Yousong Zhou2018-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Rebased the python target/host separation patch - Dropped the now-in-upstream openssl-1.1 compat patch - Added a patch to disable tests/ Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | | | nginx: Add missing WebDAV methods support (PROPFIND & OPTIONS)Ruixi Zhou2018-08-21
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Nginx provide WebDAV methods PUT, DELETE, MKCOL, COPY, and MOVE with http_dav_module. But most WebDAV clients that require additional WebDAV methods (PROPFIND & OPTIONS) to operate. Add missing methods support with Arutyunyan Roman (arutyunyan.roman@gmail.com)'s nginx-dav-ext-module. (see: http://nginx.org/en/docs/http/ngx_http_dav_module.html https://github.com/arut/nginx-dav-ext-module) Example config: location / { dav_methods PUT DELETE MKCOL COPY MOVE; dav_ext_methods PROPFIND OPTIONS; root /var/root/; } Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
* | | | | | | | | | | Merge pull request #6747 from mark0n/fix-curl-variableDirk Brenken2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: Fix problems detecting if curl is SSL capable
| * | | | | | | | | | | ddns-scripts_route53-v1: Fix problems detecting curlMartin Konrad2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure cURL is installed and has SSL support. This fixes issue 6744. Signed-off-by: Martin Konrad <info@martin-konrad.net>
* | | | | | | | | | | | Merge pull request #6789 from Ansuel/fixuwsgiHannu Nyman2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | uwsgi-cgi: improve luci support
| * | | | | | | | | | | | uwsgi-cgi: improve luci supportAnsuel Smith2018-08-20
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | Merge pull request #6788 from Ansuel/fixnginxHannu Nyman2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | nginx: improve luci config
| * | | | | | | | | | | | nginx: improve luci configAnsuel Smith2018-08-20
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | | | | net/mosquitto: update to 1.5.1Karl Palsson2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bugfix release. Full changelog at: https://mosquitto.org/blog/2018/08/version-151-released/ Of most interest to OpenWrt: * Remove use of AI_ADDRCONFIG, which means the broker can be used on systems where only the loopback interface is defined. * Fix IPv6 addresses not being able to be used as bridge addresses. * Fix problem opening listeners on Pi caused by unsigned char being default. * Fix segfault on startup if bridge CA certificates could not be read. * Fix possible endian issue when reading the memory_limit option. * library and client bugfixes including: https://github.com/openwrt/packages/issues/6765 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | | | | | Merge pull request #6810 from Andy2244/rpcbind-updateDirk Brenken2018-08-20
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | rpcbind: update to 1.2.5
| * | | | | | | | | | | | rpcbind: update to 1.2.5Andy Walsh2018-08-19
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 1.2.5 * fix wrong URL * adapt to bin/sbin from new version Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / / / / / / / / ntpd: update to 4.2.8p12Peter Wagner2018-08-19
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | Merge pull request #6673 from neheb/patch-21Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | scapy: Update to 2.4.0 and change URLs to new
| * | | | | | | | | | | scapy: Update to 2.4.0 and change URLs to newRosen Penev2018-08-03
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Development has moved to GitHub Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #6763 from neheb/patch-24Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | geth: Update to 1.8.13
| * | | | | | | | | | | geth: Update to 1.8.13Rosen Penev2018-08-15
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #6774 from EricLuehrsen/unbound_20180815Dirk Brenken2018-08-17
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | unbound: drop odhcpd leases with wrong field count
| * | | | | | | | | | | unbound: drop odhcpd leases with wrong field countEric Luehrsen2018-08-16
| | |_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | | | | | Merge pull request #6659 from cshoredaniel/pr-update-gitolite3Hannu Nyman2018-08-17
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Updates for gitolite package
| * | | | | | | | | | gitolite: Point to installation guide for OpenWrtDaniel F. Dickinson2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the description point to installation guide on OpenWrt Wiki to make it easier for new users to find and to understand how to use gitolite on OpenWrt. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | gitolite: Permit SSH login for gitolite user (git)Daniel F. Dickinson2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The user defined in order to own and admin gitolite directories needs to not be expired else logins such SSH access will not be allowed for that user. So we unexpire user git by default. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | | | | | gitolite: Update to 3.6.8Daniel F. Dickinson2018-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to newest release. We also drop a now unnecesary patch. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | Merge pull request #6755 from Andy2244/samba4-updateHannu Nyman2018-08-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | samba4: update to 4.8.4
| * | | | | | | | | | | samba4: update to 4.8.4Andy Walsh2018-08-15
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove perl, python host depends * fixes: CVE-2018-1139, CVE-2018-1140, CVE-2018-10858, CVE-2018-10918, CVE-2018-10919 * remove avahi timemachine service file (4.8 handles this automatically via avahi client-lib) * fix more optional depends Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | Merge pull request #6698 from dedeckeh/pr-xtables-addons-rtspJo-Philipp Wich2018-08-16
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Pr xtables addons rtsp
| * | | | | | | | | | | xtables-addons: rtsp: support destination format address:portHans Dedecker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RFC2326 specifies the attribute client_port as the RTP/RTCP port pair on which the client has chosen to receive media data and control info; however some clients (mostly STBs) embed the client_port value in the destination attribute in the form of destination=<address:port> without specifying the client_port attribute in the SETUP message. To support such clients check if the destination attribute contains a port value and use it as port value for the expected RTP connection. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
| * | | | | | | | | | | xtables-addons: rtsp: fix compile warning/issueHans Dedecker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compile issue with Werror: nf_conntrack_rtsp.c:667:39: error: implicit declaration of function 'nf_ct_zone' [-Werror=implicit-function-declaration] exp_ct = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t); Fix compile warning: nf_conntrack_rtsp.c:474:2: warning: enumeration value 'IP_CT_DIR_MAX' not handled in switch [-Wswitch] switch (CTINFO2DIR(ctinfo)) { ^~~~~~ Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | | | | | Merge pull request #6562 from KarlVogel/host_sanitizeJo-Philipp Wich2018-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ddns-scripts: sanitize host charset and shell escape characters
| * | | | | | | | | | | | ddns-scripts: sanitize host charset and shell escape charactersKarl Vogel2018-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since certain characters are dangerous to pass as-is to a sub shell, sanitize the character set and only allow characters that are considered valid for DNS hosts and filter shell escape characters on generic parameters. Disable pathname expansion on RUNPROG evals to disable the shell expanding *, ? and [ in the arguments. Signed-off-by: Karl Vogel <karl.vogel@gmail.com>
* | | | | | | | | | | | | rpcbind: disable libwrap explicitly if it's not enabled to avoid linking ↵Peter Wagner2018-08-16
| |_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | against it Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | Merge pull request #6651 from neheb/ntpTed Hess2018-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | ntpclient: Update to 2015_365
| * | | | | | | | | | | | ntpclient: Update to 2015_365Rosen Penev2018-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | snort: switch to libtirpcAndy Walsh2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | netatalk: remove librpc dependsAndy Walsh2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * disable nfsquota for now, since libtirpc misses some headers for it Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | nfs-kernel-server: switch to libtirpc, enable ipv6Andy Walsh2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | rpcbind: add rpcbind package, remove portmapAndy Walsh2018-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | nginx: Fix warnings while compile rtmp and ts modulesRuixi Zhou2018-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ruixi Zhou <zhouruixi@gmail.com>
* | | | | | | | | | | | | Merge pull request #6706 from Andy2244/nfs-kernel-server-res_querydomain-fixtripolar2018-08-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nfs-kernel-server: fix missing host symbol res_querydomain
| * | | | | | | | | | | | | nfs-kernel-server: fix missing host symbol res_querydomain/missing-include-dirAndy Walsh2018-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | | | | | | | | Merge pull request #6732 from dibdot/travelmateDirk Brenken2018-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | travelmate: update 1.2.2
| * | | | | | | | | | | | | travelmate: update 1.2.2Dirk Brenken2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix restart behaviour after successful connection * fix labeling of faulty stations * optimize re-connect behaviour at locations where multiple uplinks with the same SSID are in range * use procd pidfile handling * refine logging * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | | | | Merge pull request #6688 from neheb/sysrepoDirk Brenken2018-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sysrepo: Switch to codeload tarballs
| * | | | | | | | | | | | | | sysrepo: Switch to codeload tarballsRosen Penev2018-08-04
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler and faster to bump version. Signed-off-by: Rosen Penev <rosenp@gmail.com>