aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* net-snmp: update to 5.8Rosen Penev2018-10-17
| | | | | | | | | | | Disable PCRE process searching to avoid linking against libprce, which would cause the build to fail due to a missing dependency. With the --without-pcre switch, build fails due to an undefined reference, so do it via CONFIGURE_VARS instead. Signed-off-by: Rosen Penev <rosenp@gmail.com> [disable PCRE process searching] Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* Merge pull request #7206 from teslamint/chilli_ipv6Dirk Brenken2018-10-17
|\ | | | | coova-chilli: honor CONFIG_IPv6 option
| * coova-chilli: honor CONFIG_IPv6 optionJaehoon You2018-10-17
| | | | | | | | | | | | This fixes #7120. Signed-off-by: Jaehoon You <teslamint@gmail.com>
* | Merge pull request #6886 from neheb/pycryptoDirk Brenken2018-10-17
|\ \ | | | | | | python-crypto: Fix two CVEs
| * | python-crypto: Fix two CVEsRosen Penev2018-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CVE-2013-7459 and CVE-2018-6594. Both patches taken from Fedora. Also took the liberty to update the PKG_SOURCE_URL to a standard one. Updated the home URL as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7199 from Andy2244/samba4-fix_hostnameDirk Brenken2018-10-17
|\ \ \ | |_|/ |/| | samba4: fix hostname if not defined via Dnsmasq
| * | samba4: fix hostname if not defined via DnsmasqAndy Walsh2018-10-15
| | | | | | | | | | | | | | | | | | * use kernel fs to get the hostname, drop domainname Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | php7: update to 7.2.11Michael Heimpold2018-10-16
| | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | Merge pull request #6756 from karlp/lsqlite-095-masterKevin D-B2018-10-16
|\ \ \ | | | | | | | | lua-lsqlite3: update to 0.9.5
| * | | lua-lsqlite3: update to 0.9.5Karl Palsson2018-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes in the package * ability to pass flags to the open() calls * multithreading helpers Full log at http://lua.sqlite.org/index.cgi/artifact/cc0df52dfc332ae0 Changes in packaging * actually use PKG_BUILD_DIR * Work with current upstream sources. (current release only builds because it's archived on openwrt servers) * don't link against liblua, this is an anti-pattern * properly specify the LSQLITE version instead of overriding the SQLITE version. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | Merge pull request #6762 from neheb/lsofKevin D-B2018-10-16
|\ \ \ \ | | | | | | | | | | lsof: Fix dead URL + cosmetic fixes
| * | | | lsof: Fix dead URL + cosmetic fixesRosen Penev2018-08-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed some whitespace and refreshed patches, which was forgotten during the bump. No actual changes so no release bump. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #5876 from fantom-x/nlbwmon_niceKevin D-B2018-10-16
|\ \ \ \ \ | | | | | | | | | | | | net/nlbwmon: run with lower priority
| * | | | | net/nlbwmon: run with lower priorityMarc Benoit2018-04-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even on a powerful platform a nlbwmon process' activities are sometimes affecting throoughput and latency. This is a backgroud process, that should not be running with default priority. Even if it is a little deplayed, that is not a worry in this case. The routing should be the main priority, bandwidth stats collection can wait a bit. Tested on Netgear R7800 Signed-off-by: Marc Benoit <marcb62185@gmail.com>
* | | | | | Merge pull request #6716 from neheb/patch-26Kevin D-B2018-10-16
|\ \ \ \ \ \ | | | | | | | | | | | | | | file: Update to 5.34
| * | | | | | file: Update to 5.34Rosen Penev2018-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of autoreconf to speed up build. Fixed project URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | exfat-nofuse: bump to git HEADRosy Song2018-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosy Song <rosysong@rosinson.com>
* | | | | | | Merge pull request #7182 from neheb/darkTed Hess2018-10-15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | darkstat: Remove libbsd dependency
| * | | | | | | darkstat: Remove libbsd dependencyRosen Penev2018-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | darkstat includes its own strlcat and strlcpy, making the dependency somewhat pointless. Fixes compilation ever since glibc dependency on libbsd was removed. Also removed std=gnu99 as it's not needed with GCC7. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #6970 from cotequeiroz/squid_4.2Marko Ratkaj2018-10-15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | squid: update to version 4.3
| * | | | | | | squid: update to version 4.3Eneas U de Queiroz2018-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added some help to the choice of TLS library in menuconfig, taken from the squid release notes. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | Merge pull request #7122 from jonathanunderwood/stubby_uciDirk Brenken2018-10-14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | stubby: enable configuration through uci system
| * | | | | | | | stubby: add uci support to init fileJonathan G. Underwood2018-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit brings UCI support to the stubby package. o All options are documented in the README.md file. o The README.md file has been re-written to include a short usage manual. o The default configuration now includes more Cloudflare addresses. o The stubby service is (re)started using procd triggers from a specified interface with a configurable time delay. o Round robin use of upstream resolvers is now activated by default. o Client privacy is now activated by default. o Options are added for specifying the log level of the daemon and command line options passed to the stubby command. Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | | | Merge pull request #7142 from neheb/patch-9Dirk Brenken2018-10-14
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | rsyslog: Update to 8.38
| * | | | | | | | rsyslog: Update to 8.38Rosen Penev2018-10-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6707 from guidosarducci/master-fixup-stubbyDirk Brenken2018-10-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | stubby: some fixes, cleanup, and improvements
| * | | | | | | | | stubby: bump PKG_RELEASETony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: remove unnecessary core limitTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove the limit setting core="unlimited", since this shouldn't be needed in production use (i.e. non-debug) and on an embedded platform, which is why it's rarely used by any existing packages. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: add SPKI pin set for Cloudflare certTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an SPKI pin for Cloudflare to help prevent MITM and downgrade attacks, as described in RFC7858 (DNS over TLS). The setup of SPKI and the specific SHA256 certificate hash are taken from Cloudflare's DoT configuration guide published at https://developers.cloudflare.com/1.1.1.1/dns-over-tls/. Note that the certificate is valid to March 25th 2020, 13:00 CET, which provides ample time for issuance of a backup pin to support future key rollover. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: add Cloudflare 1.0.0.1 and ::1001 serversTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: use EDNS client-subnet privacy by defaultTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retain the upstream value since privacy is usually the key user motivation for using DNS-over-TLS, and simply note that those encountering sub-optimal routing may consider disabling the setting. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: fix config file definitionTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The config file /etc/stubby/stubby.yml is not registered properly and any local changes are being overwritten on upgrade or reinstall. Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
| * | | | | | | | | stubby: rearrange Makefile for clarityTony Ambardar2018-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
* | | | | | | | | | Merge pull request #7065 from neheb/patch-40Dirk Brenken2018-10-14
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | simplejson: Update to 3.16
| * | | | | | | | | | simplejson: Update to 3.16Rosen Penev2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to standard pythonhosted one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #7172 from neheb/patchKevin D-B2018-10-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | patch: Fix CVE-2018-6952 and CVE-2018-1000156
| * | | | | | | | | | | patch: Fix CVE-2018-6952 and CVE-2018-1000156Rosen Penev2018-10-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches taken from official git repository. Added PKG_CPE_ID for proper CVE tracking. Added PKG_BUILD_PARALLEL for faster compilation. Also adjusted Makefile to be more similar to other projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | glib2: Install glib binariesPeter Wagner2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | | | Merge pull request #6500 from neheb/patch-7Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | umurmur: Switch to tarball
| * | | | | | | | | | | | umurmur: Switch to tarballRosen Penev2018-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should be a faster download Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7066 from neheb/procDirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | procps-ng: Update to 3.3.15
| * | | | | | | | | | | | | procps-ng: Update to 3.3.15Rosen Penev2018-09-17
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch from locally generated git tarball to official one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7064 from neheb/patch-39Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | openpyxl: Update to 2.5.7
| * | | | | | | | | | | | | openpyxl: Update to 2.5.7Rosen Penev2018-09-17
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched URL to standard pythonhosted one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7062 from neheb/patch-37Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | gunicorn: Update to 19.9.0
| * | | | | | | | | | | | | gunicorn: Update to 19.9.0Rosen Penev2018-09-17
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to standard pythonhosted URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7061 from neheb/patch-36Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | django: Update to 1.11.15
| * | | | | | | | | | | | | django: Update to 1.11.15Rosen Penev2018-09-17
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched from git repo to standard pythonhosted tarball. The 1.11 series is the last to support Python 2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7060 from neheb/patch-35Dirk Brenken2018-10-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | django-constance: Update to 2.3.0
| * | | | | | | | | | | | | django-constance: Update to 2.3.0Rosen Penev2018-09-17
| |/ / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to standard pythonhosted URL. Signed-off-by: Rosen Penev <rosenp@gmail.com>