aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | nut: Fix extraneous config_getDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nut-server initscript had a duplicate config_get statepath, so remove it Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Fix nut-cgi config creation (startup)Daniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Fix variables for NUT driversDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid specifying variables that are not specificy set in order to avoid breaking drivers for which those variables do not exist. Closes: #7096. As part of these fixes make sure we have all the variables we need. Closes: #7001. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Various startup fixes for monitor and serverDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various path and permissions fixes to properly allow nut-server and nut-monitor to start properly. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Build serial drivers by defaultDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Serial drivers don't add much to main NUT and appear to be common, so make it possible for users to use NUT with serial UPS drivers without a custom build. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Fix checking for path before it existsDaniel F. Dickinson2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mechanism for making sure hotplug doesn't execute during forced shutdown was interfering with initial start of hotplug script due to checking for path that doesn't exist at initial start. This fixes that and closes #6966. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * | | | | | nut: Fix undetected UPS hardwareDaniel F. Dickinson2018-11-19
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Leading zeroes left in ProductId results in some UPS hardware not being matched by the hotplug script lead to bad permissions and driver not starting. Closes: #6966 Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | Merge pull request #7439 from neheb/patch-13Hannu Nyman2018-11-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | spoofer: Update to 1.4.1
| * | | | | | spoofer: Update to 1.4.1Rosen Penev2018-11-15
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | bind: change http servers to httpsJosef Schlehofer2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | | bind: a little bit polishing of MakefileJosef Schlehofer2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
* | | | | | | Merge pull request #7505 from mark0n/ddns-route53-lockDirk Brenken2018-11-24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | ddns-scripts: submit one change at a time to route53
| * | | | | | ddns-scripts: submit one change at a time to route53Martin Konrad2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents updates from failing if multiple instances of the script are running in parallel. This fixes #7492. Signed-off-by: Martin Konrad <info@martin-konrad.net>
* | | | | | | Merge pull request #7504 from Ansuel/ariangHannu Nyman2018-11-23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ariang: bump to latest release
| * | | | | | ariang: bump to latest releaseAnsuel Smith2018-11-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | git: update to 2.19.2Peter Wagner2018-11-22
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | Merge pull request #7451 from diizzyy/samba492Hannu Nyman2018-11-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: Update to 4.9.2
| * | | | | | samba4: Update to 4.9.2Daniel Engberg2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Samba to 4.9.2 Refresh patches Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | wget: Backport patch removing the need for ENGINE support in OpenSSLRosen Penev2018-11-19
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7370 from neheb/lightHannu Nyman2018-11-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | lighttpd: Fix Compilation with OpenSSL 1.1.x
| * | | | | | lighttpd: Fix Compilation with OpenSSL 1.1.xRosen Penev2018-11-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | banip: update 0.0.6Dirk Brenken2018-11-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * support multiple WAN interfaces in iptables rules, set 'ban_iface' option accordingly (as space separated list) or use the LuCI frontend * add new "refresh" mode while triggered by fw changes (no download) * add required ip dependency * fix wrong 'settype' definition for firehol1 in config Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | Merge pull request #7437 from neheb/patch-12Hannu Nyman2018-11-17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | go-ethereum: Update to 1.8.18
| * | | | | | | go-ethereum: Update to 1.8.18Rosen Penev2018-11-15
| | |_|_|/ / / | |/| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | darkstat: procd init script and enabling additional parametersJean-Michel Lacroix2018-11-16
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to change the init script to a procd init script This also enable some additional parameters in the binary that were present but not enabled: The export file (option export_file) The import file (option import_file) The daylog (option daylog_file) These are disabled by default. Also, the option to run as a daemon is removed, as not compatible with procd. There is no change in the binary. Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
* | | | | | Merge pull request #7445 from neheb/patch-22Hannu Nyman2018-11-16
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | i2pd: Update to 2.22.0
| * | | | | i2pd: Update to 2.22.0Rosen Penev2018-11-15
| |/ / / / | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7422 from neheb/patch-1Hannu Nyman2018-11-16
|\ \ \ \ \ | | | | | | | | | | | | rsyslog: Update to 8.39.0
| * | | | | rsyslog: Update to 8.39.0Rosen Penev2018-11-14
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | lftp: Update to 4.8.4Rosen Penev2018-11-15
| |/ / / / |/| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #7381 from neheb/seafile2Hannu Nyman2018-11-14
|\ \ \ \ \ | | | | | | | | | | | | seafile-seahub: Update to 6.3.4
| * | | | | seafile-seahub: Update to 6.3.4Rosen Penev2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to codeload for simplicity and easier package bumping. Added dependency on pytz on build time as django-admin requires it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7382 from neheb/seafile3Hannu Nyman2018-11-14
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | seafile-server: Update to 6.3.4
| * | | | | seafile-server: Update to 6.3.4Rosen Penev2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for simplicity and easier package bumping. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #7406 from commodo/tcpreplay-updateHannu Nyman2018-11-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | tcpreplay: bump to version 4.3.0
| * | | | | | tcpreplay: bump to version 4.3.0Alexandru Ardelean2018-11-14
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run-tested on target brcm2708 [brcm2709 sub-target]. Running on OpenWrt master: https://github.com/openwrt/openwrt/commit/278e4eba096238991d0d5965d5fab07a9b648796 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #7407 from salzmdan/masterHannu Nyman2018-11-14
|\ \ \ \ \ \ | | | | | | | | | | | | | | knot: update to 2.7.4
| * | | | | | knot: update to 2.7.4Daniel Salzman2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
* | | | | | | Merge pull request #7418 from TDT-AG/pr/20181108-mwan3Hannu Nyman2018-11-14
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | mwan3: remove deprecated options
| * | | | | | mwan3: add policies view to ubus interfaceFlorian Eckert2018-11-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add to ubus the missing output information "policies" which could already be observed with the command "mwan3 status". Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: update version to 2.7.6Florian Eckert2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: remove deprecated local_source config optionFlorian Eckert2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature is not needed anymore. This feature is replaced by the change 46ed09408e554f182a688e0a7c47cdf85fc6c15d Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | mwan3: revert add online_metric for local_source noneFlorian Eckert2018-11-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not necessary. This reverts commit be91e71805116ac1fd852a1ac0480737538d0b04.
* | | | | | | Merge pull request #7402 from TDT-AG/pr/20182610-keepalivedHannu Nyman2018-11-13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | keepalived: add ipvs uci support
| * | | | | | keepalived: add ipvs uci supportFlorian Eckert2018-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add uci ipvs support to keepalived. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | apache: Disable Managed Domain handlingRosen Penev2018-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new feature that requires new dependencies. Disable it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7400 from sartura/sysrepo-release-0.7.6Hannu Nyman2018-11-12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | sysrepo: update to 0.7.6
| * | | | | | | sysrepo: update to 0.7.6Mislav Novakovic2018-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | | | Merge pull request #7398 from rosysong/nft-qosHannu Nyman2018-11-12
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | nft-qos: replace input chain with prerouting for monitor and dynamic
| * | | | | | | nft-qos: replace input chain with prerouting for monitor and dynamic QoS as wellRosy Song2018-11-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>