aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* openconnect: support reading password from scriptGavin Ni2017-12-04
| | | | | | | | | "token_mode" add support for "script", which execute "token_script" to get the password. Some token is not supported by OpenConnect natively, e.g. "MobilePass" or "Softoken II" used in Cisco VPN Signed-off-by: Gavin Ni <gisngy@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* git: update to 2.15.1 and cleanup DEPENDSPeter Wagner2017-12-03
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #5216 from lynxis/rb_tcpproxychamptar2017-12-03
|\ | | | | tcpproxy: remove build timestamp and hostname
| * tcpproxy: remove build timestamp and hostnameAlexander Couzens2017-12-03
| | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. Build hostname also breaks reproducible builds. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | Merge pull request #5164 from TDT-AG/pr/20171116-net-mwan3-fixeschamptar2017-12-03
|\ \ | |/ |/| net/mwan3: add improvments and add a fix
| * net/mwan3: update to version 2.6.8Florian Eckert2017-11-22
| | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: change usleep to sleep commandFlorian Eckert2017-11-16
| | | | | | | | | | | | fix bug use sleep instead of usleep Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * net/mwan3: use uptime for ubus age infoFlorian Eckert2017-11-16
| | | | | | | | | | | | | | | | If the date is changed by ntp the age value of mwan3 on ubus could jitter. Use instead the uptime value from /proc/uptime which will not change during system run. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Merge pull request #5172 from jow-/polipo-enable-ipv6-supportchamptar2017-12-02
|\ \ | | | | | | polipo: forcibly enable IPv6 support
| * | polipo: forcibly enable IPv6 supportJo-Philipp Wich2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently `polipo.h` uses the conditional `(__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 2)` to decide whether to enable IPv6 support. This used to work for OpenWrt CC which uses uClibc disguising itself as Glibc 2.x but it does not work with Musl libc anymore as this library does not export any Glibc defines. Forcibly enable IPv6 support by passing `-DHAVE_IPv6` unconditionally through the build flags in the OpenWrt/LEDE Makefile. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | Merge pull request #5211 from dibdot/adblockchamptar2017-12-02
|\ \ \ | | | | | | | | adblock: update 3.1.1
| * | | adblock: update 3.1.1Dirk Brenken2017-12-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * new function to set/delete options in external uci config files * kresd: automated 'rpz_file' handling in /etc/config/resolver * firewall: automated 'force_dns' handling if you enable or disable adblock * support sha256sum (default) and md5sum for blocklist comparison & conditional dns restarts * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #5137 from lynxis/rb_apacheTed Hess2017-12-02
|\ \ \ \ | | | | | | | | | | apache: fix reproducible builds
| * | | | apache: fix reproducible buildsAlexander Couzens2017-11-17
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove build timestamp [0] and correct sorting [1]. Thanks to debian for the patch. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/docs/stable-inputs/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | strongswan: bump to 5.6.1Stijn Tintel2017-11-30
| | | | | | | | | | | | | | | | Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | | Merge pull request #5157 from halmartin/bind_statisticsNoah Meyerhans2017-11-24
|\ \ \ \ | | | | | | | | | | bind: Add support for building with libxml2 or libjson
| * | | | bind: add support for building bind with libxml2 or libjsonHal Martin2017-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At least one of libjson|libxml2 is required for bind statistics to function. Selecting libjson|libxml2 will result in an additional dependency required to build and install bind-libs. Signed-off-by: Hal Martin <hal.martin@gmail.com>
* | | | | ser2net: update to 3.5Michael Heimpold2017-11-23
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #5163 from neheb/mangixchamptar2017-11-22
|\ \ \ \ | | | | | | | | | | transmission: Update to latest git and fix syslog.
| * | | | transmission: Update to latest git and fix syslog.Rosen Penev2017-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The init script runs transmission with the foreground parameter for procd to control it. However, if transmission is ran in the foreground, nothing is logged to syslog. Added a patch to remove this restriction. Also added a sysctl file that removes these warnings: UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75) UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:80) UDP Failed to set send buffer: requested 1048576, got 262142 (tr-udp.c:86) UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:91) Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5140 from lynxis/rb_mdnsresponderSteven Barth2017-11-22
|\ \ \ \ \ | |/ / / / |/| | | | mdnsresponder: fix reproducible builds
| * | | | mdnsresponder: remove build timestamp to fix reproducible buildsAlexander Couzens2017-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamps prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
| * | | | mdnsresponder: refresh patchesAlexander Couzens2017-11-17
| | |/ / | |/| | | | | | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | openconnect: re-introduce config: interfaceGavin Ni2017-11-22
| | | | | | | | | | | | | | | | | | | | In some cases, it's useful to specify which interface to establish the VPN connection Signed-off-by: Gavin Ni <gisngy@gmail.com>
* | | | shadowsocks-libev: bump to version 3.1.1Yousong Zhou2017-11-21
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes since 3.1.0 26ae365: fix possible socks5 exchange corruption caused by bad state transition when parsing responses f19a96e: fix segfault when presented with config {"mode": null} Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | Merge pull request #5138 from lynxis/rb_horstTed Hess2017-11-20
|\ \ \ | | | | | | | | horst: remove build time to fix reproducible builds
| * | | horst: remove build time to fix reproducible buildsAlexander Couzens2017-11-17
| |/ / | | | | | | | | | | | | | | | | | | | | | Build timestamp are not reproducible [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Merge pull request #5076 from non7top/juniperNikos Mavrogiannopoulos2017-11-20
|\ \ \ | |_|/ |/| | openconnect: add options to support juniper
| * | openconnect: add options to support juniperVladimir Berezhnoy2017-11-20
| | | | | | | | | | | | Signed-off-by: Vladimir Berezhnoy <non7top@gmail.com>
* | | Merge pull request #5077 from TDT-GmbH/20171030-keepalived-update-versionchamptar2017-11-18
|\ \ \ | | | | | | | | net/keepalived: update version and add hotplug.d notify handling
| * | | net/keepalived: add keepalived.user script handlingFlorian Eckert2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | Add keepalived.user script handling which are also saved during sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: add notify hotplug-call script handlingFlorian Eckert2017-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During keepalived config generation for the vrrp_instance and vrrp_sync_group the notify_* sections are automatic added to the runtime keepalived.conf. This could be used for service which want to react on keepalived notifications. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: comment alt_config_fileFlorian Eckert2017-11-07
| | | | | | | | | | | | | | | | | | | | | | | | Comment alt_config_file option in default config Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: move track_interface generation into own sectionFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a vrrp_instance the track_interface could not be referenced similar to a track_script. The uci track_interface section must be always set into every vrrp_instance. During config generation use the already prepared function "print_track_elem_indent" to write the track_interface section into every vrrp_instance which references this. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: add quoting for print_elems_indent functionFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If you add a notify_* script which is not only a path to a script or to a bin file, it is necessary to quote to whole string. If you do not quote this the config will not get accepted by keepalived and so will not start. This will fix this issue. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: preserve keepalived uci file over sysupgradeFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | Preserve keepalived uci file over sysupgrade. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: update CONFIGURE_ARGSFlorian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove unused and unrecognized (outdated) configure options in Makefile. --enable-vrrp --enable-fwmark --disable-debug --disable-profile Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: update version to 1.3.9Florian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | update keepalived to version 1.3.9 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | net/keepalived: remove patches for version 1.2.19Florian Eckert2017-10-30
| | | | | | | | | | | | | | | | | | | | | | | | This patches are already upstream. Not needed anymore. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | socat: set BUILD_DATE to SOURCE_DATE_EPOCHAlexander Couzens2017-11-17
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. SOURCE_DATE_EPOCH allows to use a timestamp which depends on deterministic behaviour [1]. Fixes reproducible builds. [0] https://reproducible-builds.org/docs/timestamps/ [1] https://reproducible-builds.org/specs/source-date-epoch/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | Merge pull request #5091 from Nokius/adblock-reg_deHannu Nyman2017-11-11
|\ \ \ | | | | | | | | adblock: add German list
| * | | adblock: add German listJulius-Paul Jann2017-11-09
| | |/ | |/| | | | | | | Signed-off-by: Julius-Paul Jann <foss@nokius.net>
* | | tor: update to 0.3.1.8Peter Wagner2017-11-09
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | gnunet: update to recent git snapshotDaniel Golle2017-11-09
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4647 from salzmdan/masterchamptar2017-11-08
|\ \ \ | | | | | | | | knot: upgrade to 2.5.6
| * | | knot: upgrade to 2.5.6Daniel Salzman2017-11-02
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | knot: upgrade to 2.5.5Daniel Salzman2017-09-29
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | knot: upgrade to 2.5.4Daniel Salzman2017-09-20
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | knot: upgrade to 2.5.3Daniel Salzman2017-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the default config file to reflect the server changes. Remove no longer applicable patch. Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
| * | | knot: don't create 'knot' user for utilitiesDaniel Salzman2017-09-20
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>