aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | Shorewall6-lite: Bump to 5.2.4.4W. van den Akker2020-05-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-lite: Bump to 5.2.4.4W. van den Akker2020-05-03
| | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | Shorewall-core: Bump to 5.2.4.4W. van den Akker2020-05-03
|/ / / | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | ddns-scripts: Add digitalocean as DDNS providerJeroen Peelaerts2020-05-03
| | | | | | | | | | | | Signed-off-by: Jeroen Peelaerts <jeroen.peelaerts@gmail.com>
* | | bind: update to version (security fix)Jan Pavlinec2020-05-01
| |/ |/| | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | ocserv: updated to 1.0.1Nikos Mavrogiannopoulos2020-05-01
| | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | openconnect: updated to 8.09Nikos Mavrogiannopoulos2020-05-01
|/ | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* Merge pull request #11798 from GuLinux/patch-1Nikos Mavrogiannopoulos2020-05-01
|\ | | | | openconnect: Allow to set `usergroup` option
| * openconnect: Allow to set `usergroup` option in OpenConnectMarco Gulino2020-04-29
| | | | | | | | | | | | Just adding the extra option `-g|--usergroup <group>` (required by the VPN server I'm currently using) Signed-off-by: Marco Gulino <marco@gulinux.net>
* | snort: bump to 2.9.15.1Ian Cooper2020-04-30
| | | | | | | | | | | | | | | | Fix compilation error with x86_64 glibc Fix changed download location on snort.org Signed-off-by: Ian Cooper <iancooper@hotmail.com>
* | Merge pull request #12021 from eglooca/masterRosen Penev2020-04-30
|\ \ | | | | | | netifyd: Updated to v3.00
| * | netifyd: Updated to v3.00Darryl Sokoloski2020-04-30
| | | | | | | | | | | | Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | uacme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of uacme. This helps users with more complex use-cases to utilize uacme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | | acme: add support for user-provided setup and cleanup scriptsAntti Seppälä2020-04-30
|/ / | | | | | | | | | | | | | | | | | | | | Add possibility for user to provide setup and cleanup scripts for additional flexibility. Setup-script takes precedence over the built-in behavior of acme. This helps users with more complex use-cases to utilize acme to update certificates without adding complexity to the provided run.sh script. Signed-off-by: Antti Seppälä <a.seppala@gmail.com>
* | mwan3: Update MakefileBrian J. Murrell2020-04-30
| | | | | | Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | mwan3: Don't use /128 address for ping sourceBrian J. Murrell2020-04-30
| | | | | | | | | | | | | | | | An interface can have both a /64 and a /128 from a provider. In such a case, use the address from the /64 to do the ping check, not the /128. Signed-off-by: Brian J. Murrell <brian@interlinx.bc.ca>
* | Merge pull request #11998 from jefferyto/uwsgi-pypiRosen Penev2020-04-29
|\ \ | |/ |/| uwsgi: Use pypi.mk to download source tarball
| * uwsgi: Use pypi.mk to download source tarballJeffery To2020-04-29
| | | | | | | | | | | | | | This also removes PKG_BUILD_DIR, which does not need to be explicitly set. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | switchdev-poller: netifd now keep dev downLuiz Angelo Daros de Luca2020-04-29
| | | | | | | | | | | | | | | | | | | | | | Since 19.07, netifd will not try to bring a device up after someone brought it down. This way, there is no need to rename the device. It also fixes a rename error on 19.07 when the *_down device was being in use (by netifd?). Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | Merge pull request #11997 from jefferyto/scapy-python-packageRosen Penev2020-04-29
|\ \ | | | | | | scapy: Use Python packaging, PyPI download
| * | scapy: Use Python packaging, PyPI downloadJeffery To2020-04-29
| |/ | | | | | | | | | | | | This updates the package to use the default Python package build recipe, adds a src package, and changes to download from PyPI (using pypi.mk). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #12001 from jefferyto/radicale2-cleanupRosen Penev2020-04-29
|\ \ | | | | | | radicale2: Clean up Makefile
| * | radicale2: Clean up MakefileJeffery To2020-04-29
| | | | | | | | | | | | | | | | | | | | | * Remove preinst, the default prerm script will stop the service * Use default Python package filespec and shebang fix Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | travelmate: fix captive portal detectionDirk Brenken2020-04-29
| | | | | | | | | | | | | | | * made captive portal detection more bullet proof, fixes #11990 Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | Merge pull request #11968 from yangfl/masterToke Høiland-Jørgensen2020-04-29
|\ \ \ | |/ / |/| | acme: fix some errors
| * | acme: Bump release versionDavid Yang2020-04-27
| | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | acme: Handle ecc cert correctlyDavid Yang2020-04-27
| | | | | | | | | | | | | | | | | | | | | Error was: The domain 'example.com' seems to have a ECC cert already, please add '--ecc' parameter if you want to use that cert. Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | acme: Handle log message correctlyDavid Yang2020-04-27
| | | | | | | | | | | | | | | | | | | | | Error was: logger: unrecognized option: renew Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | Merge pull request #11989 from cherrot/ddns-cloudflare-v4Rosen Penev2020-04-29
|\ \ \ | |_|/ |/| | ddns-scripts: cloudflare.com-v4: Fix grep pattern
| * | ddns-scripts: cloudflare.com-v4: Fix grep patterns.Zheng Luo2020-04-29
| | | | | | | | | | | | | | | | | | | | | | | | Related commit: 0080bb4b Use `\s*` instead of ` \?` to match 0 or multiple spaces. Signed-off-by: Zheng Luo <cherrotluo@gmail.com>
* | | Merge pull request #11982 from Robby-/master-freeradius3_update_3_0_21Rosen Penev2020-04-28
|\ \ \ | | | | | | | | freeradius3: Update to 3.0.21
| * | | freeradius3: Update to 3.0.21Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | Latest stable release. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | freeradius3: Removed patches/004-fix-target-python-header-detection.patch as ↵Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | it is no longer needed for the freeradius3-mod-python3 package to compile and updated the Makefile to reflect this due to the following change/commit in freeradius: https://github.com/FreeRADIUS/freeradius-server/commit/307678b268cf8898a65632147ecc40d37ea3f9d3 This is in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | freeradius3: Refreshed patches/002-disable-session-cache-CVE-2017-9148.patch ↵Robby K2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | in preparation for the 3.0.21 update. Signed-off-by: Robby K <robbyke@gmail.com>
| * | | freeradius3: Fix the ordering in the Makefile.Robby K2020-04-28
| | | | | | | | | | | | | | | | Signed-off-by: Robby K <robbyke@gmail.com>
* | | | Merge pull request #11769 from cbz/masterRosen Penev2020-04-28
|\ \ \ \ | |_|/ / |/| | | dnscrypt-proxy: Changed 'Provider Key' for securedns to current value
| * | | dnscrypt-proxy: Changed 'Provider Key' for securedns to current valueChris E2020-04-05
| | | | | | | | | | | | | | | | Signed-off-by: Chris E <cbz@pobox.com>
* | | | net: seafile-server: select procps-ngAlexandru Ardelean2020-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise seafile-server isn't selectable since it depends that this package be enabled. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | net: seafile-server: add libevent2 deps on PKG_BUILD_DEPENDSAlexandru Ardelean2020-04-28
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And libevent2-pthreads to DEPENDS. While building with -j12 I seem to get: [ sometimes this also includes libevent2-openssl ] ``` -- EVHTP_VERSION : 1.2.18 -- EVHTP_DISABLE_SSL : OFF -- EVHTP_DISABLE_EVTHR : OFF -- EVHTP_DISABLE_REGEX : OFF -- EVHTP_BUILD_SHARED : -- EVHTP_USE_JEMALLOC : -- EVHTP_USE_TCMALLOC : -- CMAKE_BUILD_TYPE : Release -- CMAKE_INSTALL_PREFIX : /usr -- CMAKE_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_CURRENT_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_CURRENT_SOURCE_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- PROJECT_BINARY_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- PROJECT_SOURCE_DIR : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 -- CMAKE_MODULE_PATH : /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/cmake -- CMAKE_SYSTEM_NAME : Linux -- CMAKE_SYSTEM_VERSION : 1 -- CMAKE_C_COMPILER : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc -- CMAKE_AR : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc-ar -- CMAKE_RANLIB : /home/sandu/work/openwrt/openwrt/staging_dir/toolchain-i386_pentium4_gcc-8.4.0_musl/bin/i486-openwrt-linux-musl-gcc-ranlib -- CFLAGS : -Os -pipe -march=pentium4 -fno-caller-saves -fno-plt -fhonour-copts -Wno-error=unused-but-set-variable -Wno-error=unused-result -ffile-prefix-map=/home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18=libevhtp-1.2.18 -Wformat -Werror=format-security -fstack-protector -D_FORTIFY_SOURCE=1 -Wl,-z,now -Wl,-z,relro -DNDEBUG -- Configuring done CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: LIBEVENT_THREAD linked by target "evhtp" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18 linked by target "test_proxy" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_basic" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_client" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_https_client" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_vhost" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_basic" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_extensive" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_chunked" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_query" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "test_perf" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_pause" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_https_server" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_vhost" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples linked by target "example_request_fini" in directory /home/sandu/work/openwrt/openwrt/build_dir/target-i386_pentium4_musl/libevhtp-1.2.18/examples -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_ASM_COMPILER CMAKE_ASM_COMPILER_ARG1 CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS DL_LIBRARY CMake Generate step failed. Build files cannot be regenerated correctly. ``` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | acme: Add acl_depends annotations to luci-app-acmeToke Høiland-Jørgensen2020-04-27
| | | | | | | | | | | | Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | mwan3: fix whitespace issueFlorian Eckert2020-04-27
| |/ |/| | | | | | | | | fixes #11965 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | Shoreware6: Bump to 5.2.4.3W. van den Akker2020-04-26
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shoreware: Bump to 5.2.4.3W. van den Akker2020-04-26
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shoreware6-lite: Bump to 5.2.4.3W. van den Akker2020-04-26
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shoreware-lite: Bump to 5.2.4.3W. van den Akker2020-04-26
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Shoreware-core: Bump to 5.2.4.3W. van den Akker2020-04-26
| | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | Merge pull request #11955 from lantis1008/ddns-cloudflareRosen Penev2020-04-25
|\ \ | | | | | | ddns-scripts: cloudflare.com-v4: Fix success check
| * | ddns-scripts: cloudflare.com-v4: Fix success check for new response formatMichael Gray2020-04-25
| | | | | | | | | | | | | | | | | | JSON response now has spaces between parameters. Accept this new format and the old one. Signed-off-by: Michael Gray <michael.gray@lantisproject.com>
* | | Merge pull request #11918 from dvtirol/freeradius-restHannu Nyman2020-04-25
|\ \ \ | |/ / |/| | Support building freeradius3-mod-rest
| * | freeradius3: Support building freeradius3-mod-restTobias Girstmair2020-04-23
| | | | | | | | | | | | Signed-off-by: Tobias Girstmair <tobias.girstmair@tirol.gv.at>