aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | Merge pull request #5257 from lynxis/rb_libgcryptchamptar2018-01-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | libgcrypt: remove build timestamp
| * | | | | | libgcrypt: remove build timestampAlexander Couzens2017-12-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build timestamp prevents reproducible builds [0]. The patch is a backport from upstream. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | | | | | | Merge pull request #5371 from MikePetullo/libsoupchamptar2018-01-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libsoup: update to 2.60.2
| * | | | | | | libsoup: update to 2.60.2W. Michael Petullo2018-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | libiio: update to 0.12Michael Heimpold2018-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove upstreamed patch - remove dependency to libavahi-common which does not exist, seems that I have confused library name vs package name (fixes #5480) (- only compile tested at the moment) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #5389 from diizzyy/libs-confusechamptar2018-01-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | confuse: remove myself as maintainer
| * | | | | | | | confuse: remove myself as maintainerDaniel Engberg2018-01-09
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove myself as maintainer Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | Merge pull request #5481 from hnyman/coovachamptar2018-01-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | coova-chilli: remove matrixssl dependency
| * | | | | | | | coova-chilli: remove matrixssl dependencyHannu Nyman2018-01-20
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | matrixssl is still in the oldpackages repo, so coova-chilli should not depend on it. Remove the config option for selecting matrixssl lib and the dependency declaration. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | | | | | Merge pull request #5451 from jow-/ulogd-conditional-depsJo-Philipp Wich2018-01-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | ulogd: conditionalize dependencies
| * | | | | | | | ulogd: conditionalize dependenciesJo-Philipp Wich2018-01-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make most dependencies depend on the selection state of the respective plugins requiring them. This cuts down compile time considerably when plugins like MySQL support are disabled. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* | | | | | | | | Merge pull request #5478 from EricLuehrsen/unbound_168Hannu Nyman2018-01-20
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | unbound: update to 1.6.8 for CVE-2017-15105
| * | | | | | | | unbound: update to 1.6.8 for CVE-2017-15105Eric Luehrsen2018-01-19
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A vulnerability was discovered in the processing of wildcard synthesized NSEC records. While synthesis of NSEC records is allowed by RFC4592, these synthesized owner names should not be used in the NSEC processing. This does, however, happen in Unbound 1.6.7 and earlier versions. (see https://unbound.net/downloads/CVE-2017-15105.txt) Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
* | | | | | | | Merge pull request #5421 from alive4ever/mksh-r56bHannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | utils/mksh: update to r56b
| * | | | | | | | mksh: update to r56bAlif M. Ahmad2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated to mksh-r56b Signed-off-by: Alif M. Ahmad <alive4ever@live.com>
* | | | | | | | | Merge pull request #5456 from jefferyto/python-automatHannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-automat: new package
| * | | | | | | | | python-automat: new packageJeffery To2018-01-16
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new requirement for the Twisted package. From the readme: Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5455 from jefferyto/python-hyperlinkHannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-hyperlink: new package
| * | | | | | | | | python-hyperlink: new packageJeffery To2018-01-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new requirement for the Twisted package. From the readme: Hyperlink provides a pure-Python implementation of immutable URLs. Based on RFC 3986 and 3987, the Hyperlink URL makes working with both URIs and IRIs easy. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5454 from jefferyto/python-incrementalHannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-incremental: new package
| * | | | | | | | | python-incremental: new packageJeffery To2018-01-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new requirement for the Twisted package. From the readme: Incremental is a small library that versions your Python projects. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5453 from jefferyto/python-constantlyHannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-constantly: new package
| * | | | | | | | | python-constantly: new packageJeffery To2018-01-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new requirement for the Twisted package. From the readme: A library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. Originally twisted.python.constants from the Twisted project. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5473 from jefferyto/twisted-17.9.0Hannu Nyman2018-01-19
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | twisted: updated to 17.9.0, add src package
| * | | | | | | | | twisted: updated to 17.9.0, add src packageJeffery To2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There have been some new dependencies added in recent versions of Twisted (mostly internal classes that have been spun out into their own libraries): * constantly (#5453), since 16.5.0 * incremental (#5454), since 16.5.0 * Automat (#5456), since 17.1.0 * hyperlink (#5455) since 17.5.0 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | vpnc: fix using proto_add_host_dependencyYousong Zhou2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4343 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | | build,travis: don't fail on WARNINGEtienne Champetier2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OpenWrt build now outputs WARNING on dependencies issues, for exemple "WARNING: Makefile 'package/feeds/packages/coova-chilli/Makefile' has a dependency on 'libmatrixssl', which does not exist" Relax the check for now Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | | ser2net: fix dynamic config generation (refs #5302)Michael Heimpold2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | gnunet: update sourcesDaniel Golle2018-01-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #5468 from u1f35c/masterHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | utils/collectd: Re-add option to enable encrypted network output
| * | | | | | | | | utils/collectd: Re-add option to enable encrypted network outputJonathan McDowell2018-01-17
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The collectd network plugin has the ability to sign and/or encrypt its traffic, allowing secure interaction with other collectd instances. This had been disabled due to issues with the collectd build system. Fix up the configure parameters to work correctly and re-add the option. Signed-off-by: Jonathan McDowell <noodles@earth.li>
* | | | | | | | | Merge pull request #5433 from MikePetullo/vipsHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | vips: update to 8.6.1
| * | | | | | | | | vips: update to 8.6.1W. Michael Petullo2018-01-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | | Merge pull request #5466 from danielg4/masterHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | unbound: fix crash when using odhcpd w/o dnsmasq
| * | | | | | | | | | unbound: fix crash when using odhcpd w/o dnsmasqDaniel Gimpelevich2018-01-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using the configuration under "Unbound and odhcpd" in the package's README.md, the scripts generated a malformed config file for unbound, due to an "ip route" command giving extra output lines with the string "anycast" where the awk script expects an address. These are now filtered. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us>
* | | | | | | | | | | Merge pull request #5465 from commodo/fix-python-recursive-depsHannu Nyman2018-01-18
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | python,python3: fix recursive deps caused by dangling DEPENDS
| * | | | | | | | | | | python,python3: fix recursive deps caused by dangling DEPENDSAlexandru Ardelean2018-01-17
| |/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For python `src` packages we should clear out the DEPENDS to prevent recursive deps from happening. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | / / / / / / / / glib2: update to 2.55.1Peter Wagner2018-01-18
| |_|/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | bind: Update to 9.11.2-P1Noah Meyerhans2018-01-17
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream release fixes the following security issues: * CVE-2017-3145: BIND was improperly sequencing cleanup operations on upstream recursion fetch contexts, leading in some cases to a use-after-free error that can trigger an assertion failure and crash in named. Signed-off-by: Noah Meyerhans <frodo@morgul.net>
* | | | | | | | | Merge pull request #5452 from val-kulkov/libfreetype-packageHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libfreetype: update to FreeType 2.9
| * | | | | | | | | libfreetype: update to FreeType 2.9Val Kulkov2018-01-15
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to the latest version from upstream. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | | | | Merge pull request #5457 from jefferyto/python-pkg-setup-args-varsHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python,python3: add vars to customize setup arguments / variables
| * | | | | | | | | python,python3: add vars to customize setup arguments / variablesJeffery To2018-01-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds: * PYTHON_PKG_SETUP_ARGS * PYTHON_PKG_SETUP_VARS * PYTHON3_PKG_SETUP_ARGS * PYTHON3_PKG_SETUP_VARS to customize Python package setup arguments / environment variables. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #5462 from commodo/python-src-no-depsHannu Nyman2018-01-17
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python,python3: disable dependencies between python src packages
| * | | | | | | | | python,python3: disable dependencies between python src packagesAlexandru Ardelean2018-01-16
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Related to: https://github.com/openwrt/packages/issues/5424 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | Merge pull request #5315 from dangowrt/ola-no-sudoDaniel Golle2018-01-17
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | ola: improve init script
| * | | | | | | | ola: improve init scriptDaniel Golle2017-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Drop now unneeded dependency on sudo. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | | | | Merge pull request #5231 from pprindeville/lm-sensors-add-init.dJo-Philipp Wich2018-01-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lm-sensors add init.d
| * | | | | | | | | lm-sensors: add init scriptPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "sensors -s" needs to happen at boot-time so that any "set" statements in sensors.conf file can take effect. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | | | | | | | | xtables-addons: add package for geoip scriptsPhilip Prindeville2018-01-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iptables-mod-geoip is usually used in conjunction with some wrapper scripts which manipulate the GeoIP database and then kick out one or more iptables rules. This package contains (1) the script to download the most recent version of the MaxMind freemium database and (2) another script which mangles the database into sets up iptables rules. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>