aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| | | | | | Two headers were missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #5266 from dermoth/libndpTed Hess2019-01-01
|\ | | | | libndp: Add library/tool for Neighbor Discovery Protocol
| * libndp: Add library/tool for Neighbor Discovery ProtocolThomas Guyot-Sionnest2018-12-30
| | | | | | | | | | | | | | This is a new package to add tooling for IPv6 Neighbor Discovery Protocol, ndptool. Builds libndp and ndptool. Signed-off-by: Thomas Guyot-Sionnest <dermoth@aei.ca>
* | tcpreplay: bump to version 4.3.1Alexandru Ardelean2018-12-31
| | | | | | | | | | | | | | This change bumps the version to 4.3.1. Also, it changes the source archive to `tar.xz` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | wget: update to 1.20.1Peter Wagner2018-12-30
|/ | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* keepalived: build without libipsetEneas U de Queiroz2018-12-28
| | | | | | keepalived 2.0.7 is not compatible with libipset 7.x. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* Merge pull request #7760 from cshoredaniel/pr-nut-server-init-driver-updatesHannu Nyman2018-12-27
|\ | | | | nut: server init driver updates
| * nut: Bump PKG_RELEASEDaniel F. Dickinson2018-12-23
| | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * nut: really run upsd as non-rootDaniel F. Dickinson2018-12-23
| | | | | | | | | | | | | | | | | | | | | | One local removal was missed in last push of this fix, so in certain circumstances upsd would run as root even when it shouldn't. Fixes f48b060fa752 ("nut: Fix upsd runs as root") Closes: #6697 (properly) Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * nut: Update server config comment 'docs'Daniel F. Dickinson2018-12-23
| | | | | | | | | | | | | | Update the commented out settings in /etc/config/nut_server that shows the available sections with their default settings. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * nut: Fix additional (other) variable handlingDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | | | | | | | There was a cut & paste error in the handling of 'other' variables (i.e. driver variables not specifically known to the package but which some users may require to be add). There was also a logic error from not switching sufficient after cut & paste. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * nut: Remove extraneous config readsDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | | | Handling of driver variable defaults, overrides, and additional (other) variables changed and left behind some extraneous config reads (config_get and config_list_foreach). Remove those. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
| * nut: alphabetize driver optionsDaniel F. Dickinson2018-12-20
| | | | | | | | | | | | | | There are a lot of options; to make development easier alphabetize them. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | Merge pull request #7784 from dibdot/banipDirk Brenken2018-12-27
|\ \ | | | | | | banip: release 0.0.7
| * | banip: release 0.0.7Dirk Brenken2018-12-26
| | | | | | | | | | | | | | | | | | * determine L3 and L2 network devices to support pppoe interfaces correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #7781 from dibdot/adblockDirk Brenken2018-12-27
|\ \ \ | | | | | | | | adblock: release 3.6.1
| * | | adblock: release 3.6.1Dirk Brenken2018-12-26
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * report engine supports multiple listening ports, set 'adb_replisten' to a space separated list of ports, default '53' * report engine supports multiple interfaces, set 'adb_repiface' to 'any' * small fixes Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #7773 from TDT-AG/pr/20181225-mwan3Hannu Nyman2018-12-26
|\ \ \ | |/ / |/| | mwan3: code cleanup
| * | mwan3: update version to 2.7.8Florian Eckert2018-12-25
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: remove duplicated global enable checkFlorian Eckert2018-12-25
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | mwan3: remove local_source deprecated code artefactsFlorian Eckert2018-12-25
| | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | Merge pull request #7658 from neheb/chaosHannu Nyman2018-12-26
|\ \ \ | | | | | | | | chaosvpn: Fix compilation without deprecated OpenSSL APIs
| * | | chaosvpn: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7751 from gladiac1337/feature-haproxy-v1.8.16Hannu Nyman2018-12-26
|\ \ \ \ | | | | | | | | | | haproxy: Update HAProxy to v1.8.16
| * | | | haproxy: Update HAProxy to v1.8.16Christian Lachner2018-12-22
| | |/ / | |/| | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | Merge pull request #7649 from dengqf6/samba4Hannu Nyman2018-12-26
|\ \ \ \ | | | | | | | | | | samba4: update to 4.9.4
| * | | | samba4: update to 4.9.4Deng Qingfang2018-12-24
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes following CVEs (4.9.3 and 4.9.4): CVE-2018-16853, CVE-2018-14629, CVE-2018-16853 CVE-2018-14629, CVE-2018-16841, CVE-2018-16851 CVE-2018-16852, CVE-2018-16853, CVE-2018-16857 Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | Merge pull request #7647 from neheb/ariaHannu Nyman2018-12-26
|\ \ \ \ | | | | | | | | | | aria2: Fix compilation without deprecated OpenSSL APIs
| * | | | aria2: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-13
| | |/ / | |/| | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7761 from cshoredaniel/pr-gitolite-codeload-updateHannu Nyman2018-12-26
|\ \ \ \ | |_|/ / |/| | | gitolite: Update to 3.6.10 and switch to codeload
| * | | gitolite: Update to 3.6.10 and switch to codeloadDaniel F. Dickinson2018-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been a couple of point releases, so pull in those changes. Also codeload seems to be preferred to git tarballs when using github, so switch to codeload. Finally, fix a typo in project URL. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | Merge pull request #7738 from TDT-AG/pr/20181220-mwan3champtar2018-12-21
|\ \ \ \ | |_|_|/ |/| | | mwan3: add nping to tracking method
| * | | mwan3: add nping to tracking methodMichael Stoll2018-12-21
| | | | | | | | | | | | | | | | Signed-off-by: Michael Stoll <michael.stoll@meadow-robotics.com>
* | | | subversion: bump to the latest stable releaseVal Kulkov2018-12-21
| | | | | | | | | | | | | | | | | | | | | | | | Update to subversion 1.11.0. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | clamav: Change depends from uclibcxx to CXX_DEPENDSRosen Penev2018-12-21
|/ / / | | | | | | | | | | | | | | | | | | The build system allows changing uclibc++ to libstdcpp globally. This avoids an unnecessary depends in the case of libstdcpp usage. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7732 from dibdot/adblockDirk Brenken2018-12-20
|\ \ \ | | | | | | | | adblock: release 3.6.0
| * | | adblock: release 3.6.0Dirk Brenken2018-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add adblock dns query reporting via tcpdump (see readme for details) * fix tld compression on low memory systems (< 64 MB) * fix various small issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #7721 from sartura/geth_update_1.8.20Hannu Nyman2018-12-19
|\ \ \ \ | | | | | | | | | | geth: Update to 1.8.20
| * | | | geth: Update to 1.8.20Mislav Novakovic2018-12-18
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | mdnsresponder: bump to 878.200.35 and refresh patchesJacob Siverskog2018-12-19
| |/ / / |/| | | | | | | | | | | | | | | | | | | While at it, change the source URL to https. Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
* | | | Merge pull request #7730 from ja-pa/unbound-dns64-patchHannu Nyman2018-12-19
|\ \ \ \ | | | | | | | | | | unbound: add patch to fix dns64 crash
| * | | | unbound: add patch to fix dns64 crashJan Pavlinec2018-12-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #7689 from wvdakker/masterHannu Nyman2018-12-19
|\ \ \ \ \ | |/ / / / |/| | | | Shorewall: Bump to 5.2.1.4
| * | | | Shorewall6: Bump to version 5.2.1.4W. van den Akker2018-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall: Bump to version 5.2.1.4W. van den Akker2018-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall6-lite: Bump to version 5.2.1.4W. van den Akker2018-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-lite: Bump to version 5.2.1.4W. van den Akker2018-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall-core: Bump to version 5.2.1.4W. van den Akker2018-12-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall6: Bump to version 5.2.1.3W. van den Akker2018-12-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | Shorewall: Bump to version 5.2.1.3W. van den Akker2018-12-16
| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>