aboutsummaryrefslogtreecommitdiff
path: root/net
Commit message (Collapse)AuthorAge
* krb5: update to 1.16.1W. 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>
* | ola: enable and ship web stuffDaniel Golle2018-06-23
| | | | | | | | | | | | | | | | | | Make OLA more useful for untrained users which depend on the built-in webserver. We may split the ola package into smaller parts to allow not having web-stuff in case this breaks the space-constraints for some users. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | git: update to 2.18.0Peter Wagner2018-06-22
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | ola: implement Host/Install for ola_protoc_pluginDaniel Golle2018-06-21
| | | | | | | | | | | | Should fix build with SDK on buildbots. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | ola: update to 0.10.6, fix build with recent protobufDaniel Golle2018-06-20
| | | | | | | | | | | | | | | | | | Recent protobuf requires C++11 while OLA was forcing C++98 in order to keep using auto_ptr without getting warnings... Use gnu++11 to make everyone happy and live with the warnings about auto_ptr being deprecated. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #6098 from xavifr/b-snmp-add-extendStijn Tintel2018-06-20
|\ \ | | | | | | | | | | | | snmpd: Add snmp_extend config option Closes #5764
| * | SNMPD: Add snmp_extend config optionXavier Franquet2018-05-23
| | | | | | | | | | | | Signed-off-by: Xavier Franquet <xavier@franquet.es>
* | | Merge pull request #6289 from Ansuel/nginxpackHannu Nyman2018-06-17
|\ \ \ | | | | | | | | nginx: add luci-support package
| * | | nginx: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | This adds an additional file for ngix that contains all the files need to make luci works on the nginx webserver. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | Merge pull request #6302 from Ansuel/uwsgi-suHannu Nyman2018-06-17
|\ \ \ \ | | | | | | | | | | uwsgi-cgi: improve uwsgi configuration
| * | | | uwsgi-cgi: improve uwsgi configurationAnsuel Smith2018-06-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix wrong configuration to the luci uwsgi conf Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6290 from Ansuel/uwsgi-suHannu Nyman2018-06-16
|\| | | | | | | | | | | | | | uwsgi: add luci-support package
| * | | | uwsgi: add luci-support packageAnsuel Smith2018-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds additional specific files to support luci on the nginx Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | Merge pull request #6292 from cotequeiroz/nut_openssl-1.1Hannu Nyman2018-06-16
|\ \ \ \ \ | | | | | | | | | | | | nut: Add PKG_FIXUP:=autoreconf
| * | | | | nut: Add PKG_FIXUP:=autoreconfEneas U de Queiroz2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need to force this since a *.m4 file is patched. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | tinc: version bump 1.0.34Saverio Proto2018-06-15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Saverio Proto <zioproto@gmail.com>
* | | | | | Merge pull request #6296 from cotequeiroz/rp-pppoe-glibcHans Dedecker2018-06-14
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | rp-pppoe: redo glibc patch
| * | | | | rp-pppoe: redo glibc patchEneas U de Queiroz2018-06-14
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Previous fix broke compilation with kernel < 4.8 Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | bind: update PKG_LICENSE to reflect upstream changeNoah Meyerhans2018-06-13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | bind: Update to version 9.11.3 and optionally support eddsa for dnssecNoah Meyerhans2018-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | EdDSA support is optional and currently defaults to being disabled. The following security issues are addressed with this update: * An error in TSIG handling could permit unauthorized zone transfers or zone updates. These flaws are disclosed in CVE-2017-3142 and CVE-2017-3143. * The BIND installer on Windows used an unquoted service path, which can enable privilege escalation. This flaw is disclosed in CVE-2017-3141. * With certain RPZ configurations, a response with TTL 0 could cause named to go into an infinite query loop. This flaw is disclosed in CVE-2017-3140. * Addresses could be referenced after being freed during resolver processing, causing an assertion failure. The chances of this happening were remote, but the introduction of a delay in resolution increased them. This bug is disclosed in CVE-2017-3145. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | unbound: improve local zone evaluation in UCIEric Luehrsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When UCI local zone is private and static, Unbound covered private addresses with defaults. Optional delegated global IP6 prefix protection lacked a static zone, but it was prevented from appearing in global DNS responses. Domain names router-as-TLD, "lan." and "local." were static, but they lacked default SOA or NS such as Unbound had assinged to private addresses. Clean up these local zones UCI evaluation and block global DNS inclusion. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | unbound: update to 1.7.2Eric Luehrsen2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A few bug fixes but importantly fix a deadlock on AXFR configuration when notify occurs (auth-zone:) Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | Merge pull request #6268 from pprindeville/dhcp-update-resolv.confPhilip Prindeville2018-06-12
|\ \ \ \ \ | |/ / / / |/| | | | isc-dhcp: write resolv.conf per network & dhcp settings
| * | | | isc-dhcp: write resolv.conf per network & dhcp settingsPhilip Prindeville2018-06-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The internal nameservers and the DHCP default domain should be squirted into /tmp/resolv.conf. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | Merge pull request #5807 from gladiac1337/feature-haproxy-v1.8.5Thomas Heil2018-06-12
|\ \ \ \ \ | | | | | | | | | | | | Update HAProxy to v1.8.9
| * | | | | haproxy: Update HAProxy to v1.8.9Christian Lachner2018-05-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update haproxy download URL and hash - Removed all obsolete patches - Added logic to Makefile to only append the patch-version to the HA-Proxy version if we actually applied any patches (PKG_RELEASE!=00) Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | haproxy: Update all patches for HAProxy v1.8.8+5Christian Lachner2018-05-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 05 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 04 Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | haproxy: Update all patches for HAProxy v1.8.8Christian Lachner2018-05-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.8.html) - Raise patch-level to 03 Signed-off-by: Christian Lachner <gladiac@gmail.com>