aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* gnunet: update source and init scriptDaniel Golle2017-06-24
| | | | | | Fixes starting EXIT service when offering services. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnunet: update sourceDaniel Golle2017-06-23
| | | | | | fixes namestore iterator and other bugs when using PostgreSQL Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #4454 from poranje/fs#785Hannu Nyman2017-06-23
|\ | | | | unbound: manage resolv.conf iff when listening on 127.0.0.1#53
| * unbound: manage resolv.conf iff when listening on 127.0.0.1#53Paul Oranje2017-06-20
| | | | | | | | | | | | | | | | | | | | | | | | With this patch the unbound init routines manage resolv.conf if and only if when unbound will listen on 127.0.0.1#53 and dnsmasq is not. Also logs some cases where config values are overriden with sane defaults. Fixes (partially) LEDE FS#785 Fixes openwrt/packages#4487 Signed-off-by: Paul Oranje <por@xs4all.nl>
* | net/mwan3: update versionFlorian Eckert2017-06-22
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | net/mwan3: simplify tracking status statement commandFlorian Eckert2017-06-22
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | net/mwan3: add lock for mwan3 hotplug scriptFlorian Eckert2017-06-22
| | | | | | | | | | | | | | | | | | | | If more then one interface get up/down at once mwan3 could be in a undefined state, because more then one mwan3 hotplug script are running and editing the iptables. Lock the critical section should solve this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | net-snmp: add symlink for net-snmp-config into usr/binPhilip Prindeville2017-06-21
| | | | | | | | | | | | | | | | | | | | | | A lot of autoconf-based scripts expect --with-foo-dir=$(STAGING_DIR)/usr and break if they can't find bin/foo-config as a child of that path. Putting things in $(STAGING_DIR)/host/bin seems to be suboptimal; I could change the install path but there's no saying what that would break. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #4273 from dedeckeh/pr-netsnmp-trapStijn Tintel2017-06-20
|\ \ | | | | | | net-snmp: add notification config options
| * | net-snmp: add notification config optionsHans Dedecker2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add config support which allow snmpd to take a more active role by sending traps. Following config options are supported which map directly on snmpd directives: -trapcommunity -trapsink -trap2sink -informsink -authtrapenable -v1trapaddress -trapsess Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | usbip: use libudev-fbsd instead of eudevDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | eudev was removed, switch to libudev-fbsd Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4495 from dibdot/travelmateHannu Nyman2017-06-19
|\ \ \ | | | | | | | | travelmate: update 0.8.0
| * | | travelmate: update 0.8.0Dirk Brenken2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * use iwinfo instead iw for wlan scanning, scanning now works on radio-level * enhance multiple radio support: * support STA-only radio configurations, e.g first radio with local AP, second radio with a bunch of STAs (without APs) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | cgi-io: merge changes from luci2-io-helperDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | luci2-io-helper: bugfix buckup script read timeout Reading files from stdin will block for ever. The uhttpd is killing the backup process after script_timeout. Switching read to non blocking mode and add a waitpid for the slave process does not end in a script_timeout anymore. Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | zerotier: Allow building with older GCC 4.8Florian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ZeroTier builds fine with GCC 4.8, so relax the check to make that possible. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | gnurl: update to version 7.54.1Daniel Golle2017-06-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | opentracker: bump sourceDaniel Golle2017-06-19
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | cgi-io: Find and search for libubus.hFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors with external toolchains: [ 33%] Building C object CMakeFiles/cgi-io.dir/main.c.o /home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/cgi-io/main.c:30:21: fatal error: libubus.h: No such file or directory #include <libubus.h> ^ compilation terminated. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | fping: Set -std=gnu99 to fix build errors due to C99 constructsFlorian Fainelli2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors such as: mipsel-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/usr/include -I/home/florian/dev/openwrt/trunk/staging_dir/target-mipsel-unknown-linux-gnu_glibc/include -I/home/florian/dev/toolchains/stbgcc-4.8-1.5/usr/include -I/home/florian/dev/toolchains/stbgcc-4.8-1.5/include -Wall -Wextra -Wno-sign-compare -DIPV6 -Os -pipe -mno-branch-likely -mips32r2 -mtune=24kc -fno-caller-saves -Wno-unused-result -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -MT fping-optparse.o -MD -MP -MF .deps/fping-optparse.Tpo -c -o fping-optparse.o `test -f 'optparse.c' || echo './'`optparse.c optparse.c: In function 'permute': optparse.c:55:5: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = index; i < options->optind - 1; i++) ^ optparse.c:55:5: note: use option -std=c99 or -std=gnu99 to compile your code optparse.c: In function 'optstring_from_long': optparse.c:160:5: error: 'for' loop initial declarations are only allowed in C99 mode for (int i = 0; !longopts_end(longopts, i); i++) { Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | openconnect: new option mtuYousong Zhou2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to openconnect --help output: -m, --mtu=MTU Request MTU from server --base-mtu=MTU Indicate path MTU to/from server Fixes #2099 by allowing setting tunnel mtu Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | openconnect: drop stale config: interfaceYousong Zhou2017-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was introduced with 41f8d5465 ("openconnect: fix a couple of minor things and add an interface option") and not needed since 4083de9d7 ("openconnect: use proto_add_host_dependency") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ \ \ \ | | | | | | | | | | packages: cleanup Makefile variables
| * | | | packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* | | | | reaver: Fix build with external toolchainsFlorian Fainelli2017-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We would not be able to search for pcap.h because CFLAGS are not passed from src/Makefile down to src/wps/Makefile: make[4]: Entering directory '/home/florian/dev/openwrt/trunk/build_dir/target-mipsel-unknown-linux-gnu_glibc/reaver-1.4/src/wps' mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_build.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_parse.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_attr_process.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_common.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_dev_attr.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_enrollee.c -c mipsel-linux-gnu-gcc -I../utils -I ../ wps_registrar.c -c In file included from ../misc.h:41:0, from wps_registrar.c:27: ../defs.h:43:18: fatal error: pcap.h: No such file or directory #include <pcap.h> ^ compilation terminated. Makefile:28: recipe for target 'wps_registrar.o' failed Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | | | wireguard: remove misspelled debugging lineJason A. Donenfeld2017-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are no other "echo" debug lines in this file, and it seems clear that this one was accidentally left as a debugging line, since it misspelled "dependency". So, we just remove this line. We don't bump the package version, though, because this is pretty inconsequential. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | wireguard: version bumpJason A. Donenfeld2017-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From upstream's changelog: * timers: queue up killing ephemerals only if not already We fix up a small detail in the timer logic that changed during the last snapshot. * receive: trim incoming packets to IP header length Packets are now trimmed to their actual length, not their length+padding, before handing to the rest of the network subsystem, so that packets look pretty in tcpdump. This doesn't actually affect what userspace sees, since the kernel trims it at a later stage, but it does make pcaps a bit nicer to use. * curve25519: use more standard label convention in asm This ensures that perf(1) shows the function name instead of the label name. * compat: remove padata hotplug code Fixes building on kernels that have HOTPLUG enabled but no PADATA support. * config: add new line for style * device: do-while assignment style * peer: explicitly initialize atomic Style. * noise: fix race when replacing handshake Handle a situation in which three peers, all running on the same system, begin a handshake with all three of each other, at exactly the same time, on a multi-CPU system. * random: wait for random bytes when generating nonces and ephemerals We've been working with upstream to add a new API to the kernel for ensuring that the RNG actually is seeded. Until they merge it for 4.13, we provide a poly-fill to the compat code. This means that WireGuard will block during handshakes until the RNG has enough entropy, so that it's never in a circumstance in which ephemeral keys are generated from bad randomness. * go test: properly pad message * go test: correct tai64n and formatting * external-tests: add keepalive packet * go test: use x/crypto for blake2s now that we have 128-bit mac * external-tests: trim the fat Improvements for the external tests. * wg-quick: make sure we have empty table for both v6 and v4 * wg-quick: match ipv6 default route more broadly Tiny nits with wg-quick, one of which should now allow multiple v6-only wg-quick instances running at the same time. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* | | | | freeradius2: move to packages-abandonedDaniel Golle2017-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm no longer going to maintain freeradius2. Please use freeradius3 instead. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | git: update to 2.13.1Peter Wagner2017-06-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | irssi: update to 1.0.3Peter Wagner2017-06-12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | Merge pull request #4465 from dibdot/adblockHannu Nyman2017-06-10
|\ \ \ \ \ | | | | | | | | | | | | adblock: update 2.7.1
| * | | | | adblock: update 2.7.1Dirk Brenken2017-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * cosmetics frontend: * "Save & Reply" now distinguish between normal and manual/backup mode and triggers an appropriate reload or a start action Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #4467 from dibdot/travelmateHannu Nyman2017-06-10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | travelmate: maintenance update 0.7.5
| * | | | | travelmate: maintenance update 0.7.5Dirk Brenken2017-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix wrong connection status in case of an error * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | gnunet: update git sourceDaniel Golle2017-06-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disable DV component for now, it is broken upstream as it hasn't been converted to the new MQ API. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #4458 from fededim/masterHannu Nyman2017-06-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bugfix #1327
| * | | | | | neon: removed forced LFS support, the library automatically checks for off_t ↵Federico Di Marco2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | type length davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled Signed-off-by: fededim@gmail.com
* | | | | | | Merge pull request #4447 from sartura/sysrepo-salienceLuka Perkov2017-06-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sysrepo: salience
| * | | | | | | sysrepo: salienceAntonio Paunovic2017-06-08
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Script priority adjusted. Custom memory management turned off to save some memory on low-end device. Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | | | | Merge pull request #4457 from dibdot/adblockHannu Nyman2017-06-07
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | adblock: update 2.7.0
| * | | | | | adblock: update 2.7.0Dirk Brenken2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | backend: * add new 'manual mode' to re-use blocklist backups during startup, get fresh lists only via manual reload or restart action * additional free memory check during dns restart to prevent OOM errors * removed palevo tracker from default config, this tracker has been discontinued * cosmetics LuCI frontend (see luci repo): * add new 'manual mode' under extra options Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | mosquitto: fix empty client-nossl packageKarl Palsson2017-06-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fallout of PROVIDES handling. Fixes: https://github.com/openwrt/packages/issues/4432 Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | Merge pull request #4444 from olmari/add_bind-dnssec-settimeNoah Meyerhans2017-06-07
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | bind: Include dnssec-settime in bind-dnssec/tool
| * | | | | | bind: Include dnssec-settime in bind-dnssec/toolSami Olmari2017-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <net/bind> Maintainer: @nmeyerhans Compile tested: x86_64, OpenWRT 50107 Run tested: x86 / 64, OpenWRT 50107 Description: Added dnssec-settime into bind-dnssec and bind-tools Signed-off-by: Sami Olmari <sami+git@olmari.fi>
* | | | | | | Merge pull request #4448 from sartura/netopeer2-init-recoverLuka Perkov2017-06-07
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | netopeer2-server: init recovery
| * | | | | | | netopeer2-server: init recoveryAntonio Paunovic2017-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | | | | | Merge pull request #4434 from sartura/sysrepo-timeoutsLuka Perkov2017-06-07
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sysrepo: larger timeouts
| * | | | | | | | sysrepo: larger timeoutsAntonio Paunovic2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | | | | | | Merge pull request #4449 from wvdakker/masterHannu Nyman2017-06-07
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | shorewall(6)-lite: Fixed build-error.
| * | | | | | | | Fixed shorewall6-lite build error.W. van den Akker2017-06-07
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Merge pull request #4433 from aTanW/masterHannu Nyman2017-06-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ipsec: add ability to configure "none" SA