aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* bmon: fix ncurses dependencyFelix Fietkau2016-05-11
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* net/rsyslog: update to 8.18.0Dov Murik2016-05-10
| | | | Signed-off-by: Dov Murik <dmurik@us.ibm.com>
* nginx: correct f3c7cc6Dirk Feytons2016-05-10
| | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* Merge pull request #2661 from salzmdan/masterchamptar2016-05-09
|\ | | | | Update liburcu, add libedit and update knot
| * knot: update to 2.2.0Daniel Salzman2016-05-06
| | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | nginx: correct errors from previous mergeheil2016-05-09
| | | | | | | | Signed-off-by: heil <heil@terminal-consulting.de>
* | Merge pull request #2640 from dirkfeytons/nginx_1.10.0Thomas Heil2016-05-09
|\ \ | | | | | | nginx: upstep to 1.10.0, add Lua module, footprint optimizations
| * | nginx: upstep to 1.10.0, add Lua module, footprint optimizationsDirk Feytons2016-04-29
| | | | | | | | | | | | Signed-off-by: Dirk Feytons <dirk.feytons@gmail.com>
* | | Merge pull request #2669 from dibdot/adblockchamptar2016-05-08
|\ \ \ | | | | | | | | adblock: update 1.1.2
| * | | adblock: update 1.1.2Dirk Brenken2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * remove hardcoded paths for system tools like iptables, uci & fetch (wget) * support openwrt & lede spin-off * cosmetics & cleanups Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | dns-scripts: add DNS lookup support for "drill" and "khost" (Knot DNS)Christian Schoenebeck2016-05-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add DNS lookup support for "drill" and "khost" (Knot DNS) #2637 - new service nsupdate.info (IPv4 and IPv6) #2433 - new services dyndnss.net, dyns.net (IPv4 only) - new services dnshome.de, goip.de, myonlineportal.net (IPv4 and IPv6) Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
* | | | gnunet: update source and improve packagingDaniel Golle2016-05-07
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | * push gnurl, gnutls and libmicrohttpd dependencies down to modules * use standard UID/GID for gnunet (958/958) * use GID adjecent (452) to dnsmasq (453) for gnunetdns to allow using the owner match with a range of GIDs (452-452) * package new gnunet-social pub/sub CLI tool Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ntpd: update to 4.2.8p7Peter Wagner2016-05-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the following CVEs: Bug 3020 / CVE-2016-1551: Refclock impersonation vulnerability, AKA: refclock-peering Reported by Matt Street and others of Cisco ASIG Bug 3012 / CVE-2016-1549: Sybil vulnerability: ephemeral association attack, AKA: ntp-sybil - MITIGATION ONLY Reported by Matthew Van Gundy of Cisco ASIG Bug 3011 / CVE-2016-2516: Duplicate IPs on unconfig directives will cause an assertion botch Reported by Yihan Lian of the Cloud Security Team, Qihoo 360 Bug 3010 / CVE-2016-2517: Remote configuration trustedkey/requestkey values are not properly validated Reported by Yihan Lian of the Cloud Security Team, Qihoo 360 Bug 3009 / CVE-2016-2518: Crafted addpeer with hmode > 7 causes array wraparound with MATCH_ASSOC Reported by Yihan Lian of the Cloud Security Team, Qihoo 360 Bug 3008 / CVE-2016-2519: ctl_getitem() return value not always checked Reported by Yihan Lian of the Cloud Security Team, Qihoo 360 Bug 3007 / CVE-2016-1547: Validate crypto-NAKs, AKA: nak-dos Reported by Stephen Gray and Matthew Van Gundy of Cisco ASIG Bug 2978 / CVE-2016-1548: Interleave-pivot - MITIGATION ONLY Reported by Miroslav Lichvar of RedHat and separately by Jonathan Gardner of Cisco ASIG Bug 2952 / CVE-2015-7704: KoD fix: peer associations were broken by the fix for NtpBug2901, AKA: Symmetric active/passive mode is broken Reported by Michael Tatarinov, NTP Project Developer Volunteer Bug 2945 / Bug 2901 / CVE-2015-8138: Zero Origin Timestamp Bypass, AKA: Additional KoD Checks Reported by Jonathan Gardner of Cisco ASIG Bug 2879 / CVE-2016-1550: Improve NTP security against buffer comparison timing attacks, authdecrypt-timing, AKA: authdecrypt-timing Reported independently by Loganaden Velvindron, and Matthew Van Gundy and Stephen Gray of Cisco ASIG. Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | gnunet: no longer fail if gnunetdns doesn't exist (yet)Daniel Golle2016-05-04
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | gnunet: fix priority of ip rule for gnunet-dnsDaniel Golle2016-05-04
| | | | | | | | | | | | | | | | | | | | | OpenWrt offers a special 'prelocal' routing table at priority 0. Use it, so local-to-local DNS traffic also gets redirected properly. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | ddns-scripts: update mythic-beasts ipv4 and add mythic-beasts ipv6Anthony Brown2016-05-04
| | | | | | | | | | | | Signed-off-by: Anthony Brown <anthony@found-it.net>
* | | Merge pull request #2514 from jefferyto/tor-remove-tor-fw-helperchamptar2016-05-03
|\ \ \ | | | | | | | | tor: remove tor-fw-helper
| * | | tor: remove tor-fw-helperJeffery To2016-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The "internal pure-C" tor-fw-helper was removed in 0.2.7.5. This removes the tor-fw-helper package and references to its dependencies. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #2495 from cshore/pull-request-vpnc-auth-failchamptar2016-05-03
|\ \ \ \ | | | | | | | | | | net/vpnc: Add option to prevent retry on authentication failure
| * | | | net/vpnc: Add option to prevent retry on authentication failureDaniel Dickinson2016-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some systems too many retries with authentication failure results in IP or username being locked out, so add option to prevent retries in the event of authentication failure Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
* | | | | fwknop: combine two conffiles sections, remove whitespaceHannu Nyman2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fwknop Makefile had two conffiles sections. Combine them. Remove also the whitespace from conffiles section (see #2652) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | Remove whitespace from conffiles definition in MakefileHannu Nyman2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The conffiles definition in Makefile should not contain leading whitespace. Remove whitespace from Makefile of motion, dnscrypt-proxy and sstp-client. Reference to discussion at #2652 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | net/nut: Remove whitespace before conffilesMarty R2016-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2652 Signed-off-by: Martin Rowe <martin.p.rowe@gmail.com>
* | | | | Merge pull request #2653 from dibdot/adblockHannu Nyman2016-05-02
|\ \ \ \ \ | | |_|/ / | |/| | | adblock: update to 1.1.1
| * | | | adblock: update to 1.1.1Dirk Brenken2016-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * discard uncommitted uci changes in case of processing errors * init script (stop action) now removes all 'adb_src_count' & 'adb_src_timestamp' entries in config * updated documentation Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | gnunet: use uci-defaults and further break core into componentsDaniel Golle2016-05-02
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | Merge pull request #2634 from mrjoel/masterHannu Nyman2016-05-02
|\ \ \ \ \ | | | | | | | | | | | | ddns-scripts: add IPv6 config for duckdns.org
| * | | | | ddns-scripts: add IPv6 config for duckdns.orgJoel Johnson2016-05-01
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joel Johnson <mrjoel@lixil.net>
* | | | | | Merge pull request #2648 from pkerling/masterYousong Zhou2016-05-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | p910nd: Convert p910nd init script to procd
| * | | | | | p910nd: Convert p910nd init script to procdMaximilian Mehnert2016-05-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Mehnert <maximilian.mehnert@gmx.de> [pkerling@casix.org: increase PKG_RELEASE version] Signed-off-by: Philipp Kerling <pkerling@casix.org>
* | | | | | | Merge pull request #2646 from dibdot/adblockchamptar2016-04-30
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | adblock: release 1.1.0
| * | | | | adblock: release 1.1.0Dirk Brenken2016-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support more router modes, as long as the firewall and the DNS server are enabled * new source sites can be added & changed via awk ruleset in uci config * source domain count, last update time & overall count will be stored in uci config * added 3 new source sites: ransomware tracker rolist/easylist winspy * switch to minimal inline base64 encoded 1×1 GIF for pixel server (separate png image no longer needed) * simplified uci parser * source download & domain sort optimization * add whitelist parser with wildcard support * reduced code size & various cleanups * updated documentation Signed-off-by: Dirk Brenken <openwrt@brenken.org>
* | | | | | Merge pull request #2621 from ashimokawa/package-ncpTed Hess2016-04-29
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | add package for ncp (https://www.fefe.de/ncp)
| * | | | | ncp: Add new packageAndreas Shimokawa2016-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andreas Shimokawa <shimokawa@fsfe.org>
* | | | | | ocserv: updated to 0.11.2Nikos Mavrogiannopoulos2016-04-25
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | gnunet: create install-dir /lib/netifd/protoDaniel Golle2016-04-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create directory which was accidentally left-out during the previous commit adding the proto handler. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2623 from fededim/masterchamptar2016-04-24
|\ \ \ \ \ \ | |/ / / / / |/| | | | | davfs2: updated to 1.5.4
| * | | | | davfs2: updated to 1.5.4Rupan2016-04-24
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Federico Di Marco <fededim@gmail.com>
* | | | | | gnunet: update defaults, integrate with netifd and fw3Daniel Golle2016-04-22
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | opentracker: bump to git head 2015-12-11Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | freeradius2: update to version 2.2.9Daniel Golle2016-04-19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | gnunet: update to revision 37051 plus some small fixesDaniel Golle2016-04-18
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #2583 from obsy/masterHannu Nyman2016-04-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | transmission: split packages depending on selected cryptography library
| * | | | | | transmission: split packages depending on selected cryptography libraryCezary Jackiewicz2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | transmission: Shortening the title Signed-off-by: Cezary Jackiewicz <cezary@eko.one.pl>
* | | | | | | Merge pull request #2327 from yousong/aircrack-ngYousong Zhou2016-04-16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | aircrack-ng: split out airmon-ng as a separate package.
| * | | | | | | aircrack-ng: split out airmon-ng as a separate package.Yousong Zhou2016-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As said in a related github discussion thread [1], OpenWrt is so small a system that - "airmon-ng check kill" does not have much to check - airmon-ng takes up too much space for not that much benefit (bringing up monitor interface with just iw should be enough for at least b43 and ath9k drivers) Airmon-ng depends on a lot of utility binaries to run and these dependencies increase the installation size. With this commit we can provide a working airmon-ng and a smaller aircrack-ng package. Dependency spec of airmon-ng is also reworked to - select usbutils only if USB feature is available - select pciutils only if PCI feature is available While doing the split, this commit also contains a few other minor changes - Use SPDX identifier for license name. - Add PKG_LICENSE_FILES definition. - Set PKG_MAINTAINER (MAINTAINER variable will take value from it). [1] https://github.com/openwrt/packages/pull/1693 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | Merge pull request #2587 from stweil/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | net: Fix typos (found by codespell)
| * | | | | | | | net: Fix typos (found by codespell)Stefan Weil2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | | | Merge pull request #2593 from fededim/masterHannu Nyman2016-04-13
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | lftp: updated to 4.7.1, davfs2: updated to 1.5.3 and reintroduced support for libssp
| * | | | | | | | lftp: updated to 4.7.1Rupan2016-04-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | davfs2: updated to 1.5.3 and reintroduced support for libssp Signed-off-by: Federico Di Marco <fededim@gmail.com>