aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | snort3: update to 3.1.58.0John Audia2023-03-30
|/ / / | | | | | | | | | | | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* | | haproxy: update to v2.6.12Christian Lachner2023-03-29
| | | | | | | | | | | | | | | | | | | | | - Update haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-2.6.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | Merge pull request #20729 from pprindeville/beanstalkd-update-1.13Philip Prindeville2023-03-29
|\ \ \ | | | | | | | | beanstalkd: Update to 1.13
| * | | beanstalkd: Update to 1.13Philip Prindeville2023-03-26
| | |/ | |/| | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | transmission-web-control: fix web interface files pathMikhail Zhilkin2023-03-29
| |/ |/| | | | | | | | | | | | | Transmission 4.0 web interface files changed from /web to /public_html This fixes https://github.com/openwrt/packages/issues/20737 Signed-off-by: Mikhail Zhilkin <csharper2005@gmail.com>
* | Merge pull request #20725 from pprindeville/fix-indent-strongswanPhilip Prindeville2023-03-28
|\ \ | | | | | | strongswan: Fix indent for hw_offload, interface, priority
| * | strongswan: simplify indentationPhilip Prindeville2023-03-26
| | | | | | | | | | | | | | | | | | Allow passing multiple config lines with the same indent level. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
| * | strongswan: Fix indent for hw_offload, interface, priorityPhilip Prindeville2023-03-26
| |/ | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | Merge pull request #20600 from oskarirauta/curlEtienne Champetier2023-03-27
|\ \ | | | | | | curl: enable unix sockets by default
| * | curl: enable unix sockets by defaultOskari Rauta2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - changed Config.in to enable unix sockets support by default - release number bumped Description: socket support is very handy when communicating with various REST APIs. Size increases are very small, nearly unnoticiable. Tested-by: Stan Grishin <stangri@melmac.ca> Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | natmap: update to 20230322Ray Wang2023-03-27
| | | | | | | | | | | | Signed-off-by: Ray Wang <r@hev.cc>
* | | sing-box: update to 1.2.1Van Waholtz2023-03-27
| | | | | | | | | | | | | | | Changelogs: https://github.com/SagerNet/sing-box/releases/tag/v1.2.1 Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | netbird: update to 0.14.5Oskari Rauta2023-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release Notes Management - Introduce a new ACL engine based on Rego (Open Policy Agent) for firewall control - Personal access tokens generation as a first iteration toward public API release - Add Keycloak support as an IDP manager Agent - Introduce a Firewall interface to apply granular access control (e.g., connection direction, port, or protocol level) - Make the agent run on Android (mobile support) Changelog - Feat rego default policy - Don't drop Rules from file storage after migration to Policies - Add version info command to signal server - Feat firewall controller interface - Adding Personal Access Token generation - Exchange proxy mode via signal - Fix connstate indication - Mobile - PAT persistence - Add Keycloak Idp Manager - Adjustments for the change server flow - Disable peer expiration of peers added with setup keys - Add JWT middleware validation failure log Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | banip: update to 0.8.2-4Dirk Brenken2023-03-26
| | | | | | | | | | | | | | | | | | * fixed a race condition if the service is in a disabled state Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | samba4: update to 4.18.0Andrew Sim2023-03-27
| | | | | | | | | | | | | | | | | | Samba release history: https://www.samba.org/samba/history/samba-4.18.0.html Signed-off-by: Andrew Sim <andrewsimz@gmail.com>
* | | dnsproxy: Update to 0.48.2Tianling Shen2023-03-27
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | haproxy: update to v2.6.11Christian Lachner2023-03-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy PKG_VERSION and PKG_HASH - This release includes a fix for an OOB write. The official notes do not list a CVE entry but I guess there is a chance for security implications - See changes: http://git.haproxy.org/?p=haproxy-2.6.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | sing-box: update to 1.2.0Van Waholtz2023-03-24
| | | | | | | | | | | | | | | Changelogs: https://github.com/SagerNet/sing-box/releases/tag/v1.2.0 Signed-off-by: Van Waholtz <brvphoenix@gmail.com>
* | | banip: update to 0.8.2-3Dirk Brenken2023-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * raise max. timeouts from 10 to 30 seconds to stabilize the autodetection on slow hardware * made interface trigger action configurable, set 'ban_triggeraction' accordingly (default: 'start') * made E-Mail notifications configurable to receive status E-Mais with every banIP run, set 'ban_mailnotification' accordingly (default: disabled) * small fixes & optimizations * readme update Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | dnslookup: Update to 1.9.1Tianling Shen2023-03-23
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #20664 from mhei/fix-gensio-build-20604Michael Heimpold2023-03-22
|\ \ \ | | | | | | | | gensio: fix python bindings build by using a pcre enabled host swig (fixes #20604)
| * | | gensio: move package into Python submenuMichael Heimpold2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | While at, fine-tune the description string slightly. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | gensio: fix build of Python binding (refs #20604)Michael Heimpold2023-03-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need the host build of swig only. And the binding uses libgensiocpp - not the plain C library, so fix the dependency. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | netbird: update to 0.14.4Oskari Rauta2023-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes & refactor Fix: send remote agents updates when peer re-authenticates Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | adblock: update to 4.1.5-7Dirk Brenken2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix cornercase issue with duplicate entries in black- and whitelist * change cpbl source URL * firewall redirects now blocks IPv4 and IPv6 (set family to "any") Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | dnsproxy: Update to 0.48.1Tianling Shen2023-03-21
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | cloudflared: Update to 2023.3.1Tianling Shen2023-03-20
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | v2raya: Update to 2.0.4Tianling Shen2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added TproxyNotSkipBr flag for OpenWrt. - Removed all upstreamed patches. - Removed deprecated option. - Re-enable ipv6/nftables auto-detect. Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | haproxy: update to v2.6.10Christian Lachner2023-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - See changes: http://git.haproxy.org/?p=haproxy-2.6.git;a=shortlog Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | transmission: update to version 4.0.2Daniel Golle2023-03-20
| |_|/ |/| | | | | | | | | | | | | | | | | See release notes for more details: https://github.com/transmission/transmission/releases/tag/4.0.2 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | openssh: update to 9.3p1Sibren Vasse2023-03-18
| | | | | | | | | | | | Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
* | | Merge pull request #20656 from pprindeville/strongwan-update-5.9.10Philip Prindeville2023-03-17
|\ \ \ | | | | | | | | strongswan: Update to 5.9.10
| * | | strongswan: Update to 5.9.10Philip Prindeville2023-03-12
| | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | rclone: Update to 1.62.2Tianling Shen2023-03-17
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | git: update to 2.39.2Michal Vasilek2023-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GITWEB_* variable values don't work as they should since 2.38, so let's remove them and add a workaround. This issue was reported in https://lore.kernel.org/git/80eb3972-4960-5727-ce86-acc3a4425fd4@nic.cz/T/#u * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | udpspeeder: bump to 20230206.0Toni Uhlig2023-03-15
| | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | zerotier: do not allow executable stackOskari Rauta2023-03-15
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zerotier as default has executable stack. [ 11.343143] process '/usr/bin/zerotier-one' started with executable stack executable stacks are not recommend, possibly provide a threat and there seems to be no advantage of executable stack with zerotier-one - so let's build it without instead. Stack is executable on x86_64, but not on all archs, such as ramips. Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | snort3: update to 3.1.57.0John Audia2023-03-14
| | | | | | | | | | | | | | | | | | Upstream bump Signed-off-by: John Audia <therealgraysky@proton.me>
* | | Merge pull request #20621 from banburybill/ddns-mythic-v2Florian Eckert2023-03-14
|\ \ \ | | | | | | | | ddns-scripts: Add v2 API for mythic-beasts.com provider
| * | | ddns-scripts: Add v2 API for mythic-beasts.com providerJim Hague2023-03-09
| | | | | | | | | | | | | | | | | | | | | | | | Use USERNAME as the key, PASSWORD as the secret. Signed-off-by: Jim Hague <jim.hague@acm.org>
* | | | zerotier: update to 1.10.4Moritz Warning2023-03-14
| | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | netbird: update to 0.14.3Oskari Rauta2023-03-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug fixes & refactor Release notes: - Fix: send remote agents updates when peer re-authenticates Signed-off-by: Oskari Rauta <oskari.rauta@gmail.com>
* | | | v2ray-geodata: Update to latest versionTianling Shen2023-03-13
| | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | | xray-core: Update to 1.8.0Tianling Shen2023-03-13
| |/ / |/| | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #20261 from pprindeville/strongswan-update-5.9.9Philip Prindeville2023-03-12
|\ \ \ | | | | | | | | strongswan: Update to 5.9.9
| * | | strongswan: Update to 5.9.9Philip Prindeville2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | Add patch to remove definition of RNG leaking in from wolfssl.h. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | snort3: update to 3.1.56.0John Audia2023-03-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream bump Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
* | | | simple-adblock: update init file and configStan Grishin2023-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * move network.sh and jshn.sh includes into load_validate_config function to prevent errors when adding the package to image with the Image Builder * add @bongochong compressed domains block-list to the config Signed-off-by: Stan Grishin <stangri@melmac.ca>
* | | | netifyd: update to v4.4.1Darryl Sokoloski2023-03-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Explicitly request the C++11 standard (codebase is not C++17 compliant). - Removed categories.json from conffiles -- it's not a configuration file. - Removed commented-out convenience git hash place-holder -- for some reason it irritates people. - Added radix header file to devel files. - Removed redundant call to Build/Configure (not needed). Co-authored-by: Tianling Shen <cnsztl@gmail.com> Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
* | | | ksmbd-tools: update to 3.4.7Rosen Penev2023-03-10
| | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>