aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
...
| * | | | uwsgi-cgi: bump to latest releaseAnsuel Smith2018-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | radsecproxy: bump to 1.7.1Eneas U de Queiroz2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version 1.7.1 brings compatibility with openssl 1.1.0. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | unbound: add README recipe for DNS/TLS outside of UCIEric Luehrsen2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unbound UCI so far has limited forward configuration lacking DNS over TLS connection setup tools. User override files 'unbound_srv.conf' and 'unbound_ext.conf' can implement this. Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | treewide: add missing mirror hashYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They are missed out from the FIXUP check probably because of a flaw in the fixup-makefile.pl script Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | nginx: allow make check to fixup mirror hashYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $(eval $(call Download,xx)) call need to be at the top level Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | nginx: add config symbols of rtmp,ts to PKG_CONFIG_DEPENDSYousong Zhou2018-07-09
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | uwsgi-cgi: fix libcap detectionYousong Zhou2018-07-09
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uwsgi-cgi's build system requires CPP to be set to avoid using include path from the build system. Otherwise it may wrongly detect sys/capability.h of the host system and enables libcap support CPP variable was once introduced into build system in 2017 but then reverted in b957e45 ("rukes.mk: this patch broken grub2 builds") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | gnunet: fix uclibc build issueSebastian Kemper2018-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libmariadb 10.2.x needs to be linked in together with iconv. On glibc and musl iconv is part of libc. But on uclibc libiconv-full needs to be used. gnunet only has access to iconv on uclibc when BUILD_NLS is selected. This commit adds hidden symbol GNUNET_HAS_ICONV_SUPPORT which sorts this out. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | Merge pull request #6229 from sartura/dhcpcd_bump_to_7.0.5Hannu Nyman2018-07-07
|\ \ \ \ | | | | | | | | | | dhcpcd: bump to 7.0.5
| * | | | dhcpcd: bump to 7.0.5Marko Ratkaj2018-06-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
* | | | | Merge pull request #6202 from cotequeiroz/seafile_openssl-1.1Hannu Nyman2018-07-07
|\ \ \ \ \ | | | | | | | | | | | | seafile: upgrade to 6.3.0
| * | | | | seafile-server: avoid error creating superuserEneas U de Queiroz2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure ccnet-server is running during the final setup step to avoid an error creating django superuser Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-ccnet: fixed deprecated API patchEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RSA key generation failure check was backwards. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-seahub: added new python dependenciesEneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several required dependencies were added: django-formtools django-simple-captcha django-webpack-loader python-qrcode python-requests python-requests-oauthlib Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-server: Fix SystemInfo table in sqlite db.Eneas U de Queiroz2018-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added a patch applied upstream. - Fix that table SystemInfo can't be created in sqlite db. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-server: bump to 6.3.0Eneas U de Queiroz2018-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-seahub: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | seafile-ccnet: bump to 6.3.0Eneas U de Queiroz2018-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove openssl 1.1 deprecated API. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | Merge pull request #6251 from neheb/patch-12Hannu Nyman2018-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | esniper: Update to 2.33.0
| * | | | | | esniper: Update to 2.33.0Rosen Penev2018-06-09
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6393 from yangfl/masterHannu Nyman2018-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | i2pd: Update to 2.19.0
| * | | | | | | i2pd: Update to 2.19.0David Yang2018-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
| * | | | | | | i2pd: Move DATADIR to /var/lib/i2pd, fix #5693David Yang2018-07-03
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Original author: dartraiden <wowemuh@gmail.com> Signed-off-by: David Yang <mmyangfl@gmail.com>
* | | | | | | Merge pull request #6406 from MikePetullo/krb5Hannu Nyman2018-07-06
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | krb5: update to 1.16.1
| * | | | | | | krb5: update to 1.16.1W. Michael Petullo2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | Merge pull request #6328 from Ansuel/reworknginxHannu Nyman2018-07-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | nginx: bump and add build variant and other fix
| * | | | | | | | nginx: bump and add build variant and other fixAnsuel Smith2018-07-06
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This add 2 variant of nginx so we can have package with SSL config flag preselected. This also add support for 2 more module and upgrade gninx to latest version. Also add myself as secondary maintainer to apply luci modification quickly. Use of autoreconf to fix problems with recompilation on every new build (even if the version is the same). Add a patch to ignore on invalid configure option instead of trow error. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | rsync: Add IPv6 functionalitySimon Tretter2018-07-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
* | | | | | | | dmapd: update to 0.0.75W. Michael Petullo2018-07-06
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | Merge pull request #6358 from sartura/sysrepo-release-0.7.4Marko Ratkaj2018-07-05
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Sysrepo release 0.7.4
| * | | | | | | sysrepo: update to 0.7.4Matija Amidzic2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
| * | | | | | | netopeer2: update to 0.5.26Matija Amidzic2018-07-02
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Matija Amidzic <matija.amidzic@sartura.hr>
* | | | | | | nut: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | gitolite: Update my emailDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | rp-pppoe: Remove myself as maintainerDaniel F. Dickinson2018-07-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | Merge pull request #6340 from gladiac1337/feature-haproxy-v1.8.10Hannu Nyman2018-07-03
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | haproxy: Update HAProxy to v1.8.12
| * | | | | | haproxy: Update HAProxy to v1.8.12Christian Lachner2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | | haproxy: Update HAProxy to v1.8.11Christian Lachner2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | | haproxy: Update HAProxy to v1.8.10Christian Lachner2018-06-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | | treewide: fix missing/wrong MIRROR_HASH for sources from githubYousong Zhou2018-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some of them forgot to update MIRROR_HASH on version change, others updated with wrong hash value. The new values were generated from tarballs prepared by the newly introduced github-tarball download methoded and confirmed consistent with those from sources.openwrt.org Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | bind: Explicitly disable libatomic support (#6375)Noah Meyerhans2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By default, libatomic is conditionally enabled on some platforms, but it's not strictly necessary. We'll disable it here globally rather than introduce an unnecessary dependency. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | acme: Not all fields should be mandatory in LuciToke Høiland-Jørgensen2018-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #6370. Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
* | | | | | | unbound: limit outside script source to init funciton scopeEric Luehrsen2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | unbound: clean up domain periods and unnecessary quotesEric Luehrsen2018-06-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@gmail.com>
* | | | | | | Merge pull request #6062 from cotequeiroz/usbip-remove_patchesHannu Nyman2018-06-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | usbip: remove obsolete patches, adapt package to new kernel/libudev
| * | | | | | | usbip: adapt package to new kernel/libudevEneas U de Queiroz2018-05-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sources for usbip are within the kernel. A patch that was included with the package, which changed the old signal name SIGCLD to the new one, SIGCHLD, was merged upstream. However, different targets use different kernel versions. Current version 4.14 and 4.9 are fine, but older versions do not have the patch applied. So, I used -DSIGCLD=SIGCHLD to please both worlds. libudev-fbsd currently used by openwrt does not implement the udev_device_get_devpath function. eudev's implementation of libudev sets it as (src/libudev/libudev-device.c): udev_device->devpath = udev_device->syspath + strlen("/sys"); I used a command-line define to use the same logic, as it works with new and old versions of the kernel--the use of ..devpath is quite recent. I also linked with libbsd, when using glibc. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
| * | | | | | | usbip: Remove obsolete patchesEneas U de Queiroz2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These patches are obsolete and are never applied. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | tor: update to 0.3.3.7Peter Wagner2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | openssh: let opkg manage openssh symlinks of ssh, scpYousong Zhou2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | unbound: update to 1.7.3Eric Luehrsen2018-06-23
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>