aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #12559 from zhaojh329/wifidog-ngRosen Penev2020-06-23
|\ \ \ \ | | | | | | | | | | wifidog-ng: remove package
| * | | | wifidog-ng: remove packageJianhui Zhao2020-06-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | Merge pull request #12547 from neheb/torrRosen Penev2020-06-23
|\ \ \ \ \ | | | | | | | | | | | | tor: remove libssp hack
| * | | | | tor: remove libssp hackRosen Penev2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Does not seem to be needed anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12542 from neheb/opensRosen Penev2020-06-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | openssh: always enable stackprotect option
| * | | | | | openssh: always enable stackprotect optionRosen Penev2020-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | b933f9cf0cb254e368027cad6d5799e45b237df5 in base made several changes to OpenWrt's libssp support. It seems this workaround is no longer needed. Simplified the configure script slightly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12533 from TDT-AG/pr/20200617-mwan3Florian Eckert2020-06-23
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mwan3: improvements
| * | | | | | | mwan3: update version to 2.8.7Florian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | mwan3: set status to unknown in rpcd if status file not foundFlorian Eckert2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If the status file is not found then set then return the value unknown. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | | | | mwan3: switch to procd init scriptFlorian Eckert2020-06-17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the procd handling for mwan3 on config change. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | | overture: update to 1.6.1Huangbin Zhan2020-06-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
* | | | | | | lighttpd: Add subpackage containing authn_pam moduleMichal Hrusecky2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new subpackage containing pam authentication module. Shouldn't affect dependencies and nothing changes, there is just one more module enabled for people interested in it. Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
* | | | | | | Shorewall6: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall6-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-lite: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-core: Bump to 5.2.5.1W. van den Akker2020-06-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | miniupnpd: suppress grep and uci errorsDavid Ehrmann2020-06-20
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If miniupnpd is installed but disabled or not running, the hotplug script will query uci for keys that don't exist and grep a temporary config file that doesn't exist, resulting in the following errors: uci: Entry not found grep: /var/etc/miniupnd.conf: No such file or directory These would arise when an interface is brought up or down, and are more confusing than helpful, especially when miniupnpd is disabled. Suppress these errors. Signed-off-by: David Ehrmann <ehrmann@gmail.com>
* | | | | | samba4: fix python3 host pathsAndy Walsh2020-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix python3 host paths, ensure we use build hostpkg tools Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | Merge pull request #12438 from neheb/consRosen Penev2020-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | conserver: 8.2.5
| * | | | | | conserver: 8.2.5Rosen Penev2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Minor whitespace fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #12514 from neheb/ariRosen Penev2020-06-18
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | ariang: update to 1.1.6
| * | | | | | ariang: update to 1.1.6Rosen Penev2020-06-13
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Small adjustments for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12543 from mydzor/masterRosen Penev2020-06-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | transmission: add access to web interface files to procd jail
| * | | | | | transmission: add access to web interface files to procd jailJosef Zila2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Zila <josefzila@gmail.com>
* | | | | | | Merge pull request #12545 from tru7/knxdMichael Heimpold2020-06-18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | knxd: bump to version 0.14.39
| * | | | | | knxd: bump to version 0.14.39Othmar Truniger2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | | | seafile-server: remove GCC_LIBSSPRosen Penev2020-06-17
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The variable is gone as of b933f9cf0cb254e368027cad6d5799e45b237df5 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #12525 from neheb/rppRosen Penev2020-06-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | rp-pppoe: update to 3.14
| * | | | | | rp-pppoe: update to 3.14Rosen Penev2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to new upstream. Added PKG_BUILD_PARALLEL for faster compilation. Refreshed and fixed up patches. Fixed up license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | samba4: update waf-cross-answersAndy Walsh2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update waf-cross-answers for 4.12.x Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Shorewall6: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall6-lite: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-lite: Bump to 5.2.5.W. van den Akker2020-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | | Shorewall-core: Bump to 5.2.5.W. van den Akker2020-06-16
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
* | | | | | transmission: add a disabled notificationRosen Penev2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps to see that transmission must be enabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | ovn: bump to version 20.06.0Yousong Zhou2020-06-15
| | | | | |
* | | | | | keepalived: fix config typoFlorian Eckert2020-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | | Merge pull request #12229 from aaronjg/bugfix/mwan3-ipv6Florian Eckert2020-06-15
|\ \ \ \ \ \ | | | | | | | | | | | | | | mwan3: ipv6 improvements
| * | | | | | mwan3: address reviewer comments on 5147dfc7Aaron Goodman2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: Use /128 for ipv6 if no other source address was foundAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: Allow user to specify rules based on source interfaceAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an option for adding rules based on source interface. The default 0.0.0.0/0 src and destination ip addresses has been removed. It is unclear how the 'any' family of rules would have worked, as it appears each rule always required an ipv4 or ipv6 address src and destination address. With this change, the any family will work again. I also cleaned up a bunch of repeated code around adding the iptables rules for ipv4/ipv6/any in making the change. Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: Do not mangle outgoing ipv6 pingsAaron Goodman2020-05-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: version bump to 2.8.6Aaron Goodman2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: force busybox pingAaron Goodman2020-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | openwrt 19.07 uses iputils 20101006-1 This ancient version of iputils has a bug where the -I option is not respected. https://github.com/iputils/iputils/issues/55 https://github.com/iputils/iputils/issues/56 https://bugs.openwrt.org/index.php?do=details&task_id=1486 Thus, we should force using busybox ping at "/bin/ping" until the iputils version gets an upgrade in the next major release Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: don't add ipv6 link local address to routing tablesAaron Goodman2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
| * | | | | | mwan3: reduce calls to `ip route list'Aaron Goodman2020-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Aaron Goodman <aaronjg@stanford.edu>
* | | | | | | samba4: unbundle libunwind, icuAndy Walsh2020-06-14
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add unbundle libunwind, icu patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | geth: update to 1.9.14Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>