aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | | | netifyd: add reproducibility patchRosen Penev2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14653 from lucize/libreupRosen Penev2021-02-05
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | libreswan: update to 4.2
| * | | | | | libreswan: update to 4.2Lucian Cristian2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | banip: release 0.7.0Dirk Brenken2021-02-04
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * major rewrite * add support for multiple chains * add mac whitelisting * add support for multiple ssh daemons in parallel * add an ipset report engine * add mail notifications * add suspend/resume functions * add a cron wrapper to set an ipset related auto-timer for automatic blocklist updates * add a list wrapper to add/remove blocklist sources * add 19.x and Turris OS 5.x compatibility code * sources stored in an external compressed json file (/etc/banip/banip.sources.gz) * change Country/ASN download sources (faster/more reliable) * fix DHCPv6/icmpv6 issues Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #14642 from 1715173329/xrayRosen Penev2021-02-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | xray-core: fix service start / reload
| * | | | | | xray-core: fix service start / reloadTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix starting problem: Starting function should be named 'start_service' instead of 'start_instance'. Fix reloading problem: Register reload tigger for uci config itself. And, xray does not support reload currently, so use legacy restart as reload. Fixes: 6c9b96352fb5e7d6acdf8f14ea4f9251cd09926b ("xray-core: add init script") Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | | Merge pull request #14640 from neheb/ksRosen Penev2021-02-03
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | ksmbd(-tools): update to 3.3.4
| * | | | | | | ksmbd-tools: update to 3.3.4Rosen Penev2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Major changes are: add "vfs objects = acl_xattr" parameter in configuration. fix wrong group domain name in lsarpc response. set to SID_TYPE_UNKNOWN if there is no domain sid in server. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #14610 from mtelka/mini_snmpdRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | mini_snmpd: Fix minor nit in the init script
| * | | | | | | mini_snmpd: Fix minor nit in the init scriptMarcel Telka2021-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes extra ] from grep invocation in append_interface(). Signed-off-by: Marcel Telka <marcel@telka.sk>
* | | | | | | | Merge pull request #14579 from neheb/wgeRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | wget: update to 1.21.1
| * | | | | | | | wget: update to 1.21.1Rosen Penev2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use PKG_INSTALL for consistency between packages. Use PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #14639 from 1715173329/xrayRosen Penev2021-02-03
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | xray-core: add example configs and init script
| * | | | | | | | xray-core: add init scriptTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add init script so the users could run it with their configs quickly. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | | | xray-core: add example configsTianling Shen2021-02-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thry're from v2fly/v2ray-core wikis, used as examples. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
| * | | | | | | | xray-core: update project urlTianling Shen2021-02-04
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use $(AUTORELEASE) to bump PKG_RELEASE automatically. Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | | | | | | | Merge pull request #14638 from nmeyerhans/iputils-20210202Rosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | iputils: bump to 20210202 and fix version reporting
| * | | | | | | | iputils: Fix version reportingNoah Meyerhans2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iputils build system embeds git tags into the generated binaries for use by commands like ping -V. Since openwrt packaging is done in a different repository from the upstream repo, the tags it finds aren't particularly meaningful, and we get confusing results like those described at https://github.com/openwrt/packages/issues/13920 This change removes the git tag inspection in favor of the static version string that's already known to the upstream build system. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
| * | | | | | | | iputils: bump to 20200202Noah Meyerhans2021-02-03
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move the tftpd binary from /usr/bin to /usr/sbin per upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | Merge pull request #14627 from gstrauss/lighttpd-1.4.59Rosen Penev2021-02-03
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | lighttpd: update to lighttpd 1.4.59 release hash
| * | | | | | | lighttpd: update to lighttpd 1.4.59 release hashGlenn Strauss2021-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update to lighttpd 1.4.59 release hash add new base module mod_ajp13 Signed-off-by: Glenn Strauss <gstrauss@gluelogic.com>
* | | | | | | | Merge pull request #14630 from sartura/sysrepoRosen Penev2021-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Update sysrepo packages
| * | | | | | | | sysrepo: Bump to 1.4.104Jakov Smolic2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
| * | | | | | | | netopeer2: Bump to 1.1.53Jakov Smolic2021-02-02
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | | | | | | simple-adblock: remove dependency on jsonfilter & old codeStan Grishin2021-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stan Grishin <stangri@melmac.net>
* | | | | | | | xray-core: add new packageTianling Shen2021-02-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
* | / / / / / snort3: update to 3.1.0.0W. Michael Petullo2021-01-31
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | udpspeeder: add missing libatomic dependencyRosen Penev2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | bind: bump to 9.17.9Noah Meyerhans2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop obsolete patches - 001-no-tests.patch - 002-fix-cross-compilation.patch Move several user-executable binaries from /usr/sbin to /usr/bin per upstream. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | isc-dhcp: add support for multi-homing in 'domain' configsPhilip Prindeville2021-01-28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | Merge pull request #14588 from TDT-AG/pr/20210127-keepalivedFlorian Eckert2021-01-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | keepalived: update to version 2.1.1
| * | | | | | keepalived: use autorelease featureFlorian Eckert2021-01-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | keepalived: update to version 2.2.1Florian Eckert2021-01-27
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #14592 from dobo90/socat_improvementRosen Penev2021-01-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | socat: allow more complex command line options
| * | | | | | socat: allow more complex command line optionsDobroslaw Kijowski2021-01-27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Current implementation of socat's init service doesn't allow to run more complex configurations. As an example there's no possibility to execute following command: socat TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1 \ EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80" In such command the first line is argv[1] and the second line is argv[2]. SocatOptions config option is a string. As as a consequence of this each word will be passed as a separate argv element. Socat won't be able to parse arguments correctly. In order to mitigate this issue, we can also accept SocatOptions as a list of strings. Following config file will work correctly: config socat 'tunnel_8080_into_somenetns' option enable '1' list SocatOptions 'TCP-LISTEN:8080,fork,reuseaddr,bind=192.168.1.1' list SocatOptions 'EXEC:"/sbin/ip netns exec somenetns socat STDIO TCP:10.0.0.1:80"' While we're at it, pass stdout and stderr into logread. Signed-off-by: Dobroslaw Kijowski <dobo90@gmail.com>
* | | | | | ddns-scripts: make WGET_SSL executableEdi Turn2021-01-27
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Edi Turn <yyxstter@gmail.com>
* | | | | | dawn: use autorelease featureNick Hainke2021-01-27
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version is automatically increased as described here: https://github.com/openwrt/packages/issues/14537 Signed-off-by: Nick Hainke <vincent@systemli.org>
* | | | | Merge pull request #14515 from sartura/sysrepoRosen Penev2021-01-26
|\ \ \ \ \ | | | | | | | | | | | | netopeer2: merge-config: listen on ipv6 and ipv4
| * | | | | netopeer2: merge-config: listen on ipv6 and ipv4Jakov Smolic2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * The default local-adress makes Netopeer2-server listen on ipv4 only. We change it to :: in order to listen on ipv6 as well as ipv4. Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
* | | | | | Merge pull request #14494 from neheb/nRosen Penev2021-01-26
|\ \ \ \ \ \ | | | | | | | | | | | | | | nfs-kernel-server: update to 2.5.2
| * | | | | | nfs-kernel-server: update to 2.5.2Rosen Penev2021-01-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove uClibc-ng patch as it was upstreamed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #14578 from lucize/frrupRosen Penev2021-01-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | frr: update 7.5 to latest backports
| * | | | | | | frr: update 7.5 to latest backportsLucian Cristian2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | | | Merge pull request #14576 from Andy2244/ksmbd-fix-#13758Rosen Penev2021-01-26
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ksmbd-tools: fix #13758
| * | | | | | | | ksmbd-tools: fix #13758Andy Walsh2021-01-26
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix for possible exploit #13758 * sanetize all external template/config inputs * fix some shellcheck warnings Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* / / / / / / / samba4: update to 4.13.4Andy Walsh2021-01-26
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.13.4 Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | ddns-scripts: Increase PKG_RELEASEGerald Hansen2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Gerald Hansen <gerald.hansen@posteo.de>
* | | | | | | ddns-scripts: Remove not working ddns providerGerald Hansen2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I checked the hostname for existing DNS A and AAAA entries and these ones didn't have an entry. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
* | | | | | | ddns-scripts: Change parameter for myonlineportalGerald Hansen2021-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As the default uclient-fetch doesn't support authentication header and the ddns provider myonlineportal.net support also username and passwort as url parameter this can be changed. Signed-off-by: Gerald Hansen <gerald.hansen@cloud.ionos.com>
* | | | | | | nextdns: Update to version 1.10.1Olivier Poitrey2021-01-25
| |_|/ / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Olivier Poitrey <rs@nextdns.io>