aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | travelmate: refine logical interface selectionDirk Brenken2020-04-24
| | | | | | | | | Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | modemmanager: fix compilation under uClibc-ngRosen Penev2020-04-22
| | | | | | | | | | | | | | | | | | Needs nls.mk as a result of the glib2 change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11911 from pprindeville/xtables-addons-requires-wget-sslRosen Penev2020-04-22
|\ \ \ | | | | | | | | xtables-addons: ipt_geoip scripts require wget-ssl
| * | | xtables-addons: ipt_geoip scripts require wget-sslPhilip Prindeville2020-04-21
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | Merge pull request #11830 from lucize/addisnsRosen Penev2020-04-22
|\ \ \ \ | | | | | | | | | | isns: add open-isns
| * | | | open-isns: add open-isns libsLucian Cristian2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed for open-iscsi Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | Merge pull request #11905 from txt-file/patch-1Rosen Penev2020-04-22
|\ \ \ \ \ | | | | | | | | | | | | prosody: update to 0.11.5
| * | | | | prosody: update to 0.11.5Vieno Hakkerinen2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vieno Hakkerinen <vieno@hakkerinen.eu>
* | | | | | travelmate: release 1.5.4Dirk Brenken2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add 'status_service' as workaround to init for 19.07 * fix 'wifionice' auto-login script * fix autologin script matching * change wifi scanning to logical interface name, no longer use the radio device Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #11896 from oleg-derevenetz/bwping-1.16Rosen Penev2020-04-22
|\ \ \ \ \ \ | | | | | | | | | | | | | | bwping: add new package
| * | | | | | bwping: add new packageOleg Derevenetz2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Oleg Derevenetz <oleg-derevenetz@yandex.ru>
* | | | | | | simple-adblock: bugfix: start downloads on cold bootStan Grishin2020-04-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | Merge pull request #11858 from peter-stadler/nginx-versionRosen Penev2020-04-21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | nginx: update to version 1.17.10 and fix bug
| * | | | | | | nginx: update to version 1.17.10 and fix bugPeter Stadler2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If one file is a hard link to another, `mv` will not overwrite it; `rm -f` the destinations beforehand. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* | | | | | | | Merge pull request #11897 from pprindeville/fix-dhcpd-startupRosen Penev2020-04-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix dhcpd startup
| * | | | | | | | isc-dhcp: improve startup performancePhilip Prindeville2020-04-21
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On some platforms where interfaces come up very slowly, this can cause a race-condition with dhcpd coming up before all the interfaces have finished initializing. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | Merge pull request #11892 from ↵Hannu Nyman2020-04-21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tobiaswaldvogel/smcroute_keep_config_on_sysupgrade smcroute: Keep config file /etc/smcroute.conf on sysupgrade
| * | | | | | | | smcroute: Remove faulty tab in conf sectionTobias Waldvogel2020-04-21
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
* | | | | | | | Merge pull request #11906 from BKPepe/gittripolar2020-04-21
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | git: update to version 2.26.2
| * | | | | | | git: update to version 2.26.2Josef Schlehofer2020-04-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-11008 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #11899 from pprindeville/xtables-addons-requires-unzipPhilip Prindeville2020-04-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | xtables-addons: iptgeoip requires wget-ssl and zcat
| * | | | | | | | xtables-addons: iptgeoip requires wget-ssl and zcatPhilip Prindeville2020-04-19
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | vsftpd: fix compilation with glibcHans Dedecker2020-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation for glibc by removing -lnsl flag Reported-by: Ian Cooper <iancooper@hotmail.com> Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* | | | | | | | Merge pull request #11872 from jefferyto/python3-makefile-cleanupHannu Nyman2020-04-20
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | python3: Makefile cleanup
| * | | | | | | seafile: Remove Python variants, update Python packagingJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where appropriate) for the Seafile packages. This also updates the way the Python bindings packages are packaged, using automake installation instead of manual install recipes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | treewide: Remove Python variants for non-Python packagesJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes Python-related build variants, and adds PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate), for non-Python packages. There should be no changes to build output. This also updates some include paths for python3-package.mk and/or python3-host.mk to be relative to the package Makefile. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | python3: Rename canned recipes in python3-package.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This renames "internal" recipes to use the Python3/ prefix and clarifies the names (RunTarget to Run, Mod to ModSetup, Shebang to FixShebang). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | python3: Rename canned recipes in python3-host.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the recipe name prefix from Build/Compile/HostPy3 to HostPython3, and clarifies some of the names (RunHost to Run, Mod to ModSetup). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | | | | python3: Remove HostPython3 in python3-host.mkJeffery To2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | HostPython3 only adds a few environment variables before running host Python. It has only two users, Build/Compile/HostPy3RunHost and Build/Compile/HostPy3RunTarget. HostPython3 also accesses $(PYTHON3PATH), even though python3-host.mk does not include python3-package.mk, where the variable is defined. This removes HostPython3 and has its two users run host Python directly. This also combines the environment variables of HostPython3 and the two users into HOST_PYTHON3_VARS and PYTHON3_VARS. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | Shorewall6: Bump to 5.2.4.1W. van den Akker2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall: Bump to 5.2.4.1W. van den Akker2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall6-lite: Bump to 5.2.4.1W. van den Akker2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-lite: Bump to 5.2.4.1W. van den Akker2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Shorewall-core: Bump to 5.2.4.1W. van den Akker2020-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | | Merge pull request #9327 from ysc3839/overtureDaniel Engberg2020-04-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | overture: add new package
| * | | | | | | | overture: add new packageRichard Yu2020-03-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* | | | | | | | | Merge pull request #11884 from pesintta/uacme-1.2.1Daniel Engberg2020-04-18
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | uacme: update to 1.2.1
| * | | | | | | | uacme: update to 1.2.1Antti Seppälä2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to latest release. Do not compile optional ualpn binary. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | | | | | | | | adblock: filter spurious line endings in sourcesDirk Brenken2020-04-18
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prevent processing of spurious line endings that confuses (g)awk Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | git: update to version 2.26.1Josef Schlehofer2020-04-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: CVE-2020-5260 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #11659 from ja-pa/tor-hs-newRosen Penev2020-04-17
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | tor-hs: add new package
| * | | | | | | tor-hs: add new packageJan Pavlinec2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | dawn: feed hostapd with nr reports and improve 802.11k handlingNick Hainke2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If set_hostapd_nr config flag is set, dawn will insert the nr reports to allow the hostapd to answer to nr requests from clients. Improve the synchronization of rcpi and rsni in the network. Further, clients with bad 802.11k were sending beacon reports with bssid 00:00:00:00:00:00. Catch those corner cases. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | adblock: fix gawk incompatibilityDirk Brenken2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix gawk incompatibility in reporting Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #11861 from PolynomialDivision/feature/add_v_kEtienne Champetier2020-04-16
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | dawn: add 802.11v, prepare 802.11k and debug fix
| * | | | | | | dawn: add 802.11v, prepare 802.11k and debug fixNick Hainke2020-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add 802.11v bss transition. Exchange nr-reports. Implement 802.1k hearing map. Future release will use hearing map for load balancing decisions. Remove debug output from stderr. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | | Merge pull request #11841 from PolynomialDivision/feature/daw_fix_rebootDirk Brenken2020-04-15
|\| | | | | | | | |_|_|_|_|/ / |/| | | | | | dawn: fix reboot
| * | | | | | dawn: fix rebootNick Hainke2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DAWN has a race condition with umdns that prevents dawn from surviving a reboot. Increase procd start and stop of dawn to 81. Further, network is sometimes not ready. Add utimer to check if socket binds correctly. Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | | | mac-telnet: fix mirror hashJo-Philipp Wich2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | mac-telnet: mark uci as conffileJo-Philipp Wich2020-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes: 8399121e6 ("mac-telnet: install uci as config file") Signed-off-by: Jo-Philipp Wich <jo@mein.io>