aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | | | openvswitch: unset CONFIG_AUTOREMOVEYousong Zhou2020-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Phase 2 buildbots with this option enabled will cleanup openvswitch build dir which is needed later when building ovn Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | Merge pull request #11673 from wvdakker/masterRosen Penev2020-03-25
|\ \ \ \ \ \ | | | | | | | | | | | | | | Shorewall: Bump to version 5.2.4
| * | | | | | All: Update mirror sites.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall6: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall6-lite: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-lite: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-core: Refresh patchW. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
| * | | | | | Shorewall-core: Bump to version 5.2.4.W. van den Akker2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Merge pull request #11580 from tiagogaspar8/kea-1.6.2-updateRosen Penev2020-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Update kea to the latest stable verion (1.6.2).
| * | | | | | | kea: Update kea to the latest stable verion (1.6.2).Tiago Gaspar2020-03-16
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | Merge pull request #11672 from lucize/clamupHannu Nyman2020-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | clamav: update to 0.102.2
| * | | | | | | clamav: update to 0.102.2Lucian Cristian2020-03-25
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | Merge pull request #11668 from lucize/openfortivpnupHannu Nyman2020-03-25
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | openfortivpn: update to 1.13.2
| * | | | | | | openfortivpn: update to 1.13.2Lucian Cristian2020-03-25
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* / / / / / / libreswan: update to 3.31Lucian Cristian2020-03-25
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | strongswan: add conffiles for swanctl utilSven Roederer2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a conffiles-section for the /etc/swanctl folder, which is used by the swanctl util. This will keep the configfiles during an sysupgrade. Signed-off-by: Sven Roederer <S.Roederer@colvistec.de>
* | | | | | net/pagekitec: support status reporting json fileKarl Palsson2020-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows luci webapp to report health more dynamically. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | | net/pagekitec: Update to newest versionKarl Palsson2020-03-24
| |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Drops a patch, adds support for a status file for health tracking. Signed-off-by: Karl Palsson <karlp@tweak.net.au>
* | | | | Merge pull request #11650 from neheb/ksmbRosen Penev2020-03-23
|\ \ \ \ \ | | | | | | | | | | | | ksmbd update
| * | | | | ksmbd-tools: update to 3.2.3Rosen Penev2020-03-23
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | openvswitch: openvswitch.mk: add ovs_common_depends variableYousong Zhou2020-03-24
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to address the need that openvswitch starting with 2.13 now depends on libunwind for handling SIGSEGV (upstream commit e2ed6fbeb18 ("fatal-signal: Catch SIGSEGV and print backtrace")) Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | ovn: initial version 20.03.0Yousong Zhou2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compared to original packaging scheme within openvswitch, we removed ovn-trace, ovn-detrace from openvswitch-ovn-common package. ovn-detrace requires python libs to run, so it does not actually work out of box in previous builds anyway. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | openvswitch: bump to version 2.13.0Yousong Zhou2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | python2 library is now removed as the transition has been done by the upstream project OVN is now a separate project released with its own release plan and it's not included within openvswitch starting with ovs 2.13. openvswitch.mk is split out from the main Makefile for adding ovn packages back in following commits. The following two patches are already included in 2.13 - ovsdb-idlc-fix-dict-change-during-iteration.patch - compat-Include-confirm_neigh-parameter-if-needed.patch Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | Merge pull request #11624 from AuroraRAS/ddns-append-cnkuaiRosen Penev2020-03-22
|\ \ \ \ | | | | | | | | | | ddns-scripts: Append ddns script for cnkuai.cn
| * | | | ddns-scripts: Append ddns script for cnkuai.cnChip Lee2020-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A low-cost domain name service provider in China Signed-off-by: Chip Lee <chplee@gmail.com>
* | | | | i2pd: Update to 2.30.0David Yang2020-03-21
|/ / / / | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | Merge pull request #11614 from stangri/master-https-dns-proxyHannu Nyman2020-03-21
|\ \ \ \ | | | | | | | | | | https-dns-proxy: support for dnsmasq noresolv option
| * | | | https-dns-proxy: support for dnsmasq noresolv optionStan Grishin2020-03-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | Merge pull request #11570 from aleksander0m/aleksander/mm-1-12-8Rosen Penev2020-03-20
|\ \ \ \ \ | | | | | | | | | | | | modemmanager: release 1.12.8
| * | | | | modemmanager: release 1.12.8Aleksander Morgado2020-03-14
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/modemmanager-devel/2020-March/007729.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | | | Merge pull request #11587 from neheb/ioRosen Penev2020-03-20
|\ \ \ \ \ | |_|/ / / |/| | | | iotivity: remove
| * | | | iotivity: removeRosen Penev2020-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package has been fairly unmaintained. I doubt anyone uses this. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #11611 from Ansuel/nginx-largeHannu Nyman2020-03-20
|\ \ \ \ \ | | | | | | | | | | | | nginx: bump version and fix bug
| * | | | | nginx: bump version and fix bugAnsuel Smith2020-03-20
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix #11610 by increasing max client body size in nginx conf. Bump nginx to latest version. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #11609 from pymumu/masterRosen Penev2020-03-20
|\ \ \ \ \ | | | | | | | | | | | | smartdns: update to 1.2020.30
| * | | | | smartdns: update to 1.2020.30Nick Peng2020-03-21
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Nick Peng <pymumu@gmail.com>
* / / / / treewide: Remove myself as maintainerDaniel F. Dickinson2020-03-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Life changes, I'm no longer avaiable to be an sufficiently active OpenWrt developer. Therefore removing myself from maintainer from all packages I maintained in OpenWrt. All the best for those who keep up the good work! Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | ocserv: updated to 1.0.0Nikos Mavrogiannopoulos2020-03-20
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | frr: quote 'comment' parameter in Config.inEneas U de Queiroz2020-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of the kconfig generator require quotes. Prepare the package for an eventual update. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | Merge pull request #11589 from cotequeiroz/strongswanStijn Tintel2020-03-18
|\ \ \ \ | |/ / / |/| | | strongswan: quote 'comment' parameter in Config.in
| * | | strongswan: quote 'comment' parameter in Config.inEneas U de Queiroz2020-03-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of the kconfig generator require quotes. Prepare the package for an eventual update. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | mosh: use mips16 and remove configure patchRosen Penev2020-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MIPS16 is not needed here. Removed configure patch and replaced with a configure var. Removed autoreconf as configure is no longer being patched. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11565 from jefferyto/seafile-7.1.2Hannu Nyman2020-03-16
|\ \ \ \ | | | | | | | | | | seafile-server: Update to 7.1.2, update dependencies
| * | | | seafile-server: Update to 7.1.2, revamp packageJeffery To2020-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Package scripts that are shipped by upstream in their binary download * Includes setup scripts (setup-seafile.sh to use SQLite, setup-seafile-mysql.{sh,py} to use MySQL) and control scripts (seafile.sh, seahub.sh) * Does not include seafile-admin, which is not shipped in upstream's binary download. Combined with the fact that it hasn't been updated to Python 3 suggests the script has been abandoned. * Replace previous init scripts with a simplified script * Previous init scripts (seafile.init, seahub.init) were modified from older versions of seafile.sh and seahub.sh, but they haven't kept up with changes to upstream's scripts * New init script (seafile-server.init) start/stops both Seafile and Seahub (there is no need to control them separately) by calling upstream's control scripts * Replace previous package config file with new config file * Options in previous config file (seafile.conf) were mainly for using Seahub in FastCGI mode. FastCGI was deprecated in Django 1.7 and removed in 1.9; upstream's control script will only start Seahub using Gunicorn. (Options for Gunicorn including port number can be changed by editing /etc/seafile/conf/gunicorn.conf.py.) * New config file (seafile-server.config) has one option that controls where the Seafile/Seahub data directories are stored * Patch scripts/binaries to use standard, system-wide directory locations * Script files (wrappers for binaries) in /usr/bin * Binaries (not meant to be run directly by the user) in /usr/libexec * Config files in /etc/seafile * Pid/socket files in /var/run/seafile * Logs in /var/log/seafile * Include a new script to create the first admin account * With upstream's original scripts, the user is required to interactively create the first admin account when Seahub is started for the first time * The user will now use the new script (create-seafile-admin.sh) to create the first admin account after setup (using setup-seafile.sh or setup-seafile-mysql.sh) and before starting Seafile/Seahub * seahub.sh is patched to only check if there is at least one admin account and exit with an error if there is no admin account * Remove build config options and add seafile-server-fuse package * The console option controls whether the console window is shown when Seafile server is run on Windows. It has no use on Linux. * The fuse option controls whether seaf-fuse is built. (seaf-fuse is a FUSE implementation that allows the Seafile database/file system to be mounted to a local directory.) seaf-fuse is now always built and is available in a separate package (seafile-server-fuse). * Add myself as a maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | seafile-seahub: Update to 7.1.2, refresh patchesJeffery To2020-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Other changes include: * Package Python bytecode in seafile-seahub, add source code package (seafile-seahub-src) * Instead of changing default settings, custom settings will be added to /etc/seafile/conf/seahub_settings.py during seafile-server setup * Use SEAFILE_UCI_DATA_DIR, which will be added to seafile-server * Clean up Makefile formatting * Add myself as a maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | | seafile-ccnet: Update to 7.1.2, add Python 3 bindings packageJeffery To2020-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update package to 7.1.2 * Add Python 3 bindings package. The Python dependency is moved from seafile-ccnet to python3-seafile-ccnet. * Refresh patches. The path to valac does not need to be patched in 010-Makefile.patch because $(STAGING_DIR_HOSTPKG)/bin is already in the path during package build. * Use SEAFILE_UCI_LOG_DIR and SEAFILE_UCI_SOCKET_DIR, which will be added to seafile-server * Install binaries to /usr/libexec instead of /usr/bin, to mirror an upcoming change in seafile-server * Clean up Makefile formatting * Add myself as a maintainer Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | openvswitch: fix PIE build against 4.14 kernelYousong Zhou2020-03-16
| |_|/ / |/| | | | | | | | | | | | | | | | | | | Reported-by: Josef Schlehofer <pepe.schlehofer@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> Ref: https://github.com/openwrt/packages/pull/11567
* | | | Merge pull request #11209 from G-M0N3Y-2503/feature_https-dns-proxyHannu Nyman2020-03-14
|\ \ \ \ | |/ / / |/| | | https-dns-proxy: Reapply overwritten commit / merge
| * | | https-dns-proxy: shellcheck & beautifyStan Grishin2020-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>