aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | Merge pull request #13562 from antonlacon/rsync-optionsRosen Penev2020-10-04
|\ \ \ \ \ | | | | | | | | | | | | rsync: disable option for bundled zlib, add option for zstd
| * | | | | rsync: add config option for zstd supportIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
| * | | | | rsync: drop option for included zlibIan Leonard2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ian Leonard <antonlacon@gmail.com>
* | | | | | travelmate: update 2.0.2Dirk Brenken2020-10-03
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a vpn/iptables race condition * remove needless dnsmasq dependency * synchronize code-base of all auto-login scripts, due to COVID-19 restrictions all of them are still untested/WIP * various small cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | Merge pull request #13548 from gladiac1337/haproxy-2.2.4Rosen Penev2020-10-02
|\ \ \ \ \ | |_|_|_|/ |/| | | | haproxy: Update HAProxy to v2.2.4
| * | | | haproxy: Update HAProxy to v2.2.4Christian Lachner2020-10-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | Merge pull request #11353 from kvuorine/fwknop-fixesRosen Penev2020-10-01
|\ \ \ \ \ | | | | | | | | | | | | fwknop: init script improvements
| * | | | | fwknop: init script improvementsKimmo Vuorinen2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Log with pid instead of placeholder. * Make sure directory for config files generated from uci config exists. * Remove forced defaults. * Simplify compares. Signed-off-by: Kimmo Vuorinen <kimmo.vuorinen@gmail.com>
* | | | | | Merge pull request #13467 from ja-pa/tor-update-0.4.4.5Rosen Penev2020-10-01
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | tor: update to version 0.4.4.5
| * | | | | tor: update to version 0.4.4.5Jan Pavlinec2020-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: -Fix PIC configuration to --enable-pic -disable mallinfo Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | Merge pull request #13509 from TDT-AG/pr/20200928-ddns-scriptsFlorian Eckert2020-10-01
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | ddns-scripts: fix regression added by version 2.8.0
| * | | | | ddns-scripts: update PKG_VERSION to 2.8.1Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: also read providers from custom directoryFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The provider could also be read from the custom directory. To get always the latest version of the provider config json file, we read first the custom directory and after that we also check the default directory, if we could not find the provider file Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: move all json files to defaultFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since we can also install custom ddns services, the name for the default services is not optimally chosen. To emphasize this the folder with the standard services for the package feed will be renamed to default. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: add dependency for ddns-scripts-services on ddns-scriptsFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we install ddns-scripts we also install the default ddns-scripts-services package. So the behabviour for the user does not change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: change install path of custom service providersFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove list file from ddns-scripts installFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not needed. The file get installed on demand with the new ddns script. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: remove special service json files from ddns-scripts-servies ↵Florian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | package Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cnkuai packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename route53 packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename nsupdate packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename noip packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename digitalocean packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename godaddy packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename freedns packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename cloudflare packageFlorian Eckert2020-09-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | ddns-scripts: rename ddns-scripts_service package to ddns-scripts-servicesFlorian Eckert2020-09-28
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | bwping: update to version 2.1Oleg Derevenetz2020-10-01
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | Merge pull request #13520 from neheb/transmRosen Penev2020-09-29
|\ \ \ \ \ | | | | | | | | | | | | transmission: fix compilation with full NLS
| * | | | | transmission: fix compilation with full NLSRosen Penev2020-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | nextdns: Update to version 1.8.5Olivier Poitrey2020-09-29
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | | linuxptp: Upgrade to v3.1Wojciech Dubowik2020-09-29
|/ / / / | | | | | | | | | | | | | | | | | | | | Also update email address of the maintainer. Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@westermo.com>
* | | | Merge pull request #13494 from TDT-AG/pr/20200925-xinetdFlorian Eckert2020-09-28
|\ \ \ \ | |/ / / |/| | | xinetd: fix xinetd reload problem
| * | | xinetd: fix xinetd reload problemHelge Mader2020-09-28
| | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | Shorewall6: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall6-lite: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-lite: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-core: Bump to 5.2.8Willem van den Akker2020-09-27
| | | | | | | | | | | | | | | | Signed-off-by: Willem van den Akker <wvdakker@wilsoft.nl>
* | | | travelmate: update to 2.0.1v2Dirk Brenken2020-09-27
| | | | | | | | | | | | | | | | | | | | | | | | * makefile fix, forgot to copy the vpn script Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | travelmate: update to 2.0.1Dirk Brenken2020-09-27
| | | | | | | | | | | | | | | | | | | | | | | | * fix some remaining vpn issues * various cleanups Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | net-snmp: backport signal patchRosen Penev2020-09-26
| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13451 from neheb/sccRosen Penev2020-09-26
|\ \ \ \ | | | | | | | | | | scapy: update to 2.4.4
| * | | | scapy: update to 2.4.4Rosen Penev2020-09-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | nextdns: Update to version 1.8.4Olivier Poitrey2020-09-26
| |/ / / |/| | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>
* | | | Merge pull request #13480 from elkablo/masterRosen Penev2020-09-24
|\ \ \ \ | | | | | | | | | | ola: fix compilation of this package
| * | | | ola: fix compilation of this packageMarek Behún2020-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package does not currently compile. This is needed to do so that it compiles: - fix emptying CXX variable in configure script - fix automake not generating Makefile (remove doxygen definitions) - force gnu++11 by patch, does not work with configure variable Also because of changed API in libmicrohttpd: - fix HttpServer Moreover this package does not support --disable-slp configure option anymore, remove it. Signed-off-by: Marek Behún <kabel@blackhole.sk>
* | | | | Merge pull request #13483 from ja-pa/samba4-4.12.7Josef Schlehofer2020-09-24
|\ \ \ \ \ | | | | | | | | | | | | samba4: update to version 4.12.7
| * | | | | samba4: update to version 4.12.7Jan Pavlinec2020-09-24
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: Fixes CVE-2020-1472 in case smb.conf contains 'server schannel = no' or 'server schannel = auto' Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #13402 from TDT-AG/pr/20200916-ddns-scriptsFlorian Eckert2020-09-24
|\ \ \ \ \ | |_|/ / / |/| | | | ddns-scripts: move providers into json