aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* switchdev-poller: makefile cleanupLuiz Angelo Daros de Luca2019-07-17
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* switchdev-poller: fix licenseLuiz Angelo Daros de Luca2019-07-17
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* trafficshaper: metadata and makefile cleanupLuiz Angelo Daros de Luca2019-07-17
| | | | | | | This results in minor metadata changes (spaces). No need to bump release. Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* Merge pull request #9122 from yaheath/isc-dhcp-remove-disable-tracingRosen Penev2019-07-16
|\ | | | | isc-dhcp: Remove --disable-tracing from configure args
| * isc-dhcp: Remove --disable-tracing from configure argsHeath Kehoe2019-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a crash that happens when dhcpd is configured with a failover peer, and the failover peer goes down. The crash is due to a dereference of a freed object. When tracing is enabled (which is the default) the object in question is referenced by the tracing code and so doesn't get freed prematurely. I have observed this crash on two different target platforms (mips and x86_64), and it is reproducible on non-OpenWRT distros by building isc-dhcpd using --disable-tracing. This has been reported to ISC, but their response was that it's a low priority as the simple work-around is to leave tracing enabled. Re-enabling the tracing code only increases the size of the executable by about 24KB. Signed-off-by: Heath Kehoe <yaheath@gmail.com>
* | Merge pull request #9480 from neheb/socRosen Penev2019-07-16
|\ \ | | | | | | socat: Remove outdated musl patch
| * | socat: Remove outdated musl patchRosen Penev2019-07-14
| | | | | | | | | | | | | | | | | | No longer needed with modern musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9445 from neheb/softeRosen Penev2019-07-16
|\ \ \ | | | | | | | | softethervpn: Really fix iconv support
| * | | softethervpn: Really fix iconv supportRosen Penev2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | softethervpn overrides nls.mk by defining its iconv functions. This only works if the libc has iconv. In addition, it does not allow external libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv. Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9485 from neheb/patch-17Rosen Penev2019-07-15
|\ \ \ \ | | | | | | | | | | lksctp-tools: Update to 1.0.18
| * | | | lksctp-tools: Update to 1.0.18Rosen Penev2019-01-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to new upstream. Remove Nico as Maintainer out of inactivity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | adblock: update 3.6.5-2Dirk Brenken2019-07-14
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * clean-up config - remove youtube source (not working, false positives) - remove urlhaus source (false positives) - remove zeus source (discontinued) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | Merge pull request #9466 from mstorchak/tgt2Rosen Penev2019-07-14
|\ \ \ \ | | | | | | | | | | tgt: update to 1.0.79
| * | | | tgt: update to 1.0.79Maxim Storchak2019-07-14
| | |/ / | |/| | | | | | | | | | Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
* | | | Merge pull request #9155 from Andy2244/cifsdRosen Penev2019-07-14
|\ \ \ \ | | | | | | | | | | cifsd: add new package (kernel/cifsd and net/cifsd-tools)
| * | | | cifsd: add new package (kernel/cifsd and net/cifsd-tools)Andy Walsh2019-07-14
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * adds cifs/smb kernel server module (cifsd) * adds userspace tools (cifsd, cifsadmin) * has UCI support (compatible with samba configs) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | samba4: add libreadline dep, cleanup old patchesAndy Walsh2019-07-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add missing libreadline dep * remove old patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #9440 from Andy2244/samba4-update-4-10-6Rosen Penev2019-07-13
|\ \ \ \ | |/ / / |/| | | samba4: update to 4.10.6
| * | | samba4: update to 4.10.6Andy Walsh2019-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 4.10.6 * use python3 * disable SERVER_AD_DC option (bugged atm) * fix init script symlink smb.conf detection * add new deps (libtasn1, libopenssl) Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #9452 from Andy2244/softethervpn5-update-9671Rosen Penev2019-07-11
|\ \ \ \ | | | | | | | | | | softethervpn5: update to 5.01.9671
| * | | | softethervpn5: update to 5.01.9671Andy Walsh2019-07-11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update to 5.01.9671 * switch to release tar's * add cmake iconv and musl patches Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #9450 from zhaojh329/wifidog-ngRosen Penev2019-07-11
|\ \ \ \ | | | | | | | | | | wifidog-ng: Update to 2.0.1
| * | | | wifidog-ng: Update to 2.0.1Jianhui Zhao2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compatible with Linux kernel 4.18 and above Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* | | | | django-webpack-loader: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | django-statici18n: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | django-simple-captcha: update packaging format + add python3 variantAlexandru Ardelean2019-07-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change also updates the maintainer email to cotequeiroz@gmail.com, as requested on a different change. Also, changing here is the download URL to github's codeload, since that one offers .tar.gz archives. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | seafile-seahub: use python-pillow as depAlexandru Ardelean2019-07-11
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The pillow package has been updated to the Python[3] packaging format, and now the package names are `python-pillow` & `python3-pillow`. This change updates seafile-seahub to use it. Not updating other packages as they will be converted to Python[3] packaging format. And not bumping PKG_RELEASE here as it will be done in the last commit that updates deps for seafile-seahub. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* / / / irssi: update to version 1.2.1 (security fix)Jan Pavlinec2019-07-10
|/ / / | | | | | | | | | | | | | | | Fixes CVE-2019-13045 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | wifidog: fix getting ip from interface, cleanupEneas U de Queiroz2019-07-09
| | | | | | | | | | | | | | | | | | | | | | | | Patch taken from upstream fixes an Invalid argument error while trying to get the IP address of an interface. Makefile was updated to current style. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | Merge pull request #9425 from neheb/openRosen Penev2019-07-09
|\ \ \ | | | | | | | | squid: Fix compilation with GCC9
| * | | squid: Fix compilation with GCC9Rosen Penev2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | by passing -Werror. Also added -latomic as some platforms need it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #9389 from TDT-AG/pr/20190704-mwan3Florian Eckert2019-07-09
|\ \ \ \ | | | | | | | | | | mwan3: change and add new mwan3 ubus informations
| * | | | mwan3: update version to 2.8.0Florian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add netifd up info to mwan3 ubus status outputFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the netifd up status output to the mwan3 ubus status output. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add enabled info to mwan3 ubus statusFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add interface uptime netifd value to ubus mwan3 status outputFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add missing netifd uptime info to ubus status call. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: rename downtime to offlineFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename downtime ubus output from mwan3 to offline. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: rename uptime to onlineFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename uptime ubus output from mwan3 to online. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | mwan3: add migration script for flush_conntrack configFlorian Eckert2019-07-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | dnscrypt-proxy2: add init script using procdAdam Mizerski2019-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Adam Mizerski <adam@mizerski.pl> Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | dnscrypt-proxy2: add a new packageJosef Schlehofer2019-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #9345 from neheb/bitlRosen Penev2019-07-08
|\ \ \ \ \ | | | | | | | | | | | | bitlbee: Update to 3.6-1
| * | | | | bitlbee: Update to 3.6Rosen Penev2019-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed upstreamed patch. Removed mirror. It seems it has a wrong HTTPS certificate. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9287 from lucize/openfortivpnRosen Penev2019-07-08
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | openfortivpn: add package
| * | | | | openfortivpn: add packageLucian Cristian2019-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | An open implementation of Fortinet's proprietary PPP+SSL VPN solution Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | | | Merge pull request #9407 from neheb/spooRosen Penev2019-07-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | spoofer: Update to 1.4.5
| * | | | | | spoofer: Update to 1.4.5Rosen Penev2019-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed for the new protobuf update. Cleaned up Makefile. Got rid of HOST_BUILD_DEPENDS. This package does not have a host build. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | travelmate: update 1.4.9Dirk Brenken2019-07-08
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix a corner case issue with auto expiry of the 'Faulty Station' list (the last run information was not updated) Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | Merge pull request #9382 from neheb/rsyRosen Penev2019-07-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | rsync: Fix compile with -Wimplicit-function-declaration
| * | | | | | rsync: Fix compile with -Wimplicit-function-declarationRosen Penev2019-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure test for gettimeofday does not include the proper header. Override the variable as all OpenWrt libc have two arguments for gettimeofday. Signed-off-by: Rosen Penev <rosenp@gmail.com>