aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* unbound: drop odhcpd leases with wrong field countEric Luehrsen2018-08-16
| | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.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>
* | | | | | | Merge pull request #6692 from neheb/tgtDirk Brenken2018-08-10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | tgt: Switch to codeload
| * | | | | | | tgt: Switch to codeloadRosen Penev2018-08-04
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simplifies the makefile and makes it easier to bump versions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | unbound: log openssl-1.0.2 lacks TLS host verificationEric Luehrsen2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ssl_set1_host() is not available without openssl-1.1.0. Unbound can not do host cert verification. DNS over TLS connects, but hosts are unverified. A patch for log err is added with a noitce in README.md. (see: https://www.nlnetlabs.nl/bugs-script/show_bug.cgi?id=658) Also, squash some minor robustness and TLS usability fixes. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | Merge pull request #6696 from neheb/arpDirk Brenken2018-08-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | arp-scan: Update to 1.9.5
| * | | | | | | arp-scan: Update to 1.9.5Rosen Penev2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload as well for easier package bumping. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Shorewall6: Bump to version 5.2.0.5W. van den Akker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall: Bump to version 5.2.0.5W. van den Akker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall6-lite: Bump to version 5.2.0.5W. van den Akker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-lite: Bump to version 5.2.0.5W. van den Akker2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-core: Bump to version 5.2.0.5W. van den Akker2018-08-06
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | samba4: add nfs-kernel-server/host build dependencyEneas U de Queiroz2018-08-06
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | samba4: add missing avahi service definitionsAndy Walsh2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | samba4: switch to waf cross-answer filesAndy Walsh2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * switch waf build to cross-answer files * move timemachine related vfs modules to default vfs option Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | wavemon: Switch to codeload tarballsRosen Penev2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Simpler and easier to bump the version in the future. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
* | | | | | Merge pull request #6560 from neheb/mtr2Hannu Nyman2018-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | mtr: Fix compile with libcap
| * | | | | | mtr: Fix compile with libcapRosen Penev2018-07-27
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Selecting libcap in addition to mtr causes it to error with Package mtr is missing dependencies for the following libraries: libcap.so.2 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6613 from neheb/cocoaHannu Nyman2018-08-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | coova-chilli: Update to 1.4
| * | | | | | coova-chilli: Update to 1.4Rosen Penev2018-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6674 from neheb/upnpdHannu Nyman2018-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | miniupnpd: Update to 2.1.20180706
| * | | | | | | miniupnpd: Update to 2.1.20180706Rosen Penev2018-08-04
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to upstream mirror 2, which is reachable over HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6529 from gladiac1337/feature-haproxy-v1.8.12-updatesHannu Nyman2018-08-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | haproxy: Update HAProxy patches for v1.8.13 & Update Lua
| * | | | | | | haproxy: Update HAProxy to v1.8.13 & Lua library to v5.3.5Christian Lachner2018-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update Lua to v5.3.5 - Add myself as co-maintainer - Update haproxy download URL and hash - Changed version-output to always print $(PKG_VERSION)-$(PKG_RELEASE) - Removed all obsolete patches Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | | usbip: remove nonshared flag (#6681)Jo-Philipp Wich2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since https://git.openwrt.org/d0e0b7049f88774e67c3d5ad6b573f7070e5f900, OpenWrt SDKs ship the appropriate sources for building usbip userspace packages, so special nonshared handling is not required anymore. Sucessfully tested by compiling usbip utilities for various architectures using self built SDKs after applying the change linked above. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | ntripcaster: Switch to codeload (#6653)Rosen Penev2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently uscan fails on this as it tries to look for a download link in the wrong location. Switching it to a GitHub tarball will probably fix it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | ntripserver: Fix version and switch to codeload (#6689)Rosen Penev2018-08-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1.51 is the version not 1.5.1. codeload simplifies the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | ntripclient: Fix version and switch to codeload (#6690)Rosen Penev2018-08-05
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Version is 1.51, not 1.5.0. Codeload simplifies the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | unbound: fix boot time and default run directoryEric Luehrsen2018-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound struggles with boot ifup, so procd triggers changed to push outside of this noise. Unbound has run in /var/lib/unbound/, so chroot (jail) protects /etc/, and it can save flash wear. Compiled defaults reflect this now, so Unbound tools are easier run on the command line. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | Merge pull request #6641 from neheb/patch-9Hannu Nyman2018-08-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | knxd: Update to 0.14.25 and switch to codeload