aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* golang: Update to 1.11.2, fix build errorsJeffery To2018-11-06
| | | | | | | | | When installing a newer host Go, be sure to remove the old host Go. Not doing so causes errors[1] when trying to build target Go. [1]: https://github.com/openwrt/packages/pull/7194#issuecomment-435948361 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* Merge pull request #7232 from neheb/patch-11Ted Hess2018-11-05
|\ | | | | libarchive: Update to 3.3.3
| * libarchive: Update to 3.3.3Rosen Penev2018-10-21
| | | | | | | | | | Added HTTPS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #7314 from neheb/patch-2Hannu Nyman2018-11-05
|\ \ | | | | | | django: Update to 1.11.16
| * | django: Update to 1.11.16Rosen Penev2018-11-05
| | | | | | | | | | | | | | | Fixed a race condition in QuerySet.update_or_create() that could result in data loss (#29499). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #6851 from neheb/patch-4Michael Heimpold2018-11-05
|\ \ \ | |/ / |/| | | | | | | | libextractor: Update to 1.7 Merged after maintainer timeout. I also successfully compile tested for mxs platform.
| * | libextractor: Update to 1.7Rosen Penev2018-08-23
| | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7311 from neheb/btrfsMichael Heimpold2018-11-05
|\ \ \ | | | | | | | | btrfs-progs: Update to 4.19
| * | | btrfs-progs: Update to 4.19Rosen Penev2018-11-05
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7310 from neheb/fioHannu Nyman2018-11-05
|\ \ \ \ | | | | | | | | | | fio: Update to 3.12
| * | | | fio: Update to 3.12Rosen Penev2018-11-04
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #7312 from sartura/libyangHannu Nyman2018-11-05
|\ \ \ \ | |/ / / |/| | | libyang: update to 0.16-r2
| * | | libyang: update to 0.16-r2Mislav Novakovic2018-11-05
|/ / / | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | Merge pull request #5781 from jefferyto/obfs4proxyHannu Nyman2018-11-04
|\ \ \ | | | | | | | | obfs4proxy: new packages (including dependencies)
| * | | obfs4proxy: new packages (including dependencies)Jeffery To2018-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | obfs4proxy is a Tor pluggable transport proxy, implementing obfs4. This commit also includes obfs4proxy's build time dependencies: * golang-github-agl-ed25519: Go implementation of Ed25519 signature algorithm * golang-github-dchest-siphash: Go implementation of SipHash-2-4 * golang-golang-x-crypto: Go supplementary cryptography libraries * golang-golang-x-net: Go supplementary network libraries * golang-golang-x-sys: Go packages for interaction with the OS * golang-golang-x-text: Go text processing support * golang-torproject-pluggable-transports-goptlib: Tor pluggable transports library for Go Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | tor:update to 0.3.4.9Peter Wagner2018-11-04
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #7308 from hnyman/havegedHannu Nyman2018-11-04
|\ \ \ \ | | | | | | | | | | haveged: update to 1.9.4
| * | | | haveged: update to 1.9.4Hannu Nyman2018-11-04
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version bump to 1.9.4 Development has moved to github. * old site: http://www.issihosts.com/haveged * new site: https://github.com/jirka-h/haveged Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | | Merge pull request #7258 from jonathanunderwood/stubby_documentationDirk Brenken2018-11-04
|\ \ \ \ | | | | | | | | | | stubby: add reload_config to documentation
| * | | | stubby: add reload_config to documentationJonathan G. Underwood2018-10-27
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | Merge pull request #7257 from jonathanunderwood/stubby_fix_initDirk Brenken2018-11-04
|\ \ \ \ \ | | | | | | | | | | | | stubby: fix loading of config file
| * | | | | stubby: fix loading of config fileJonathan G. Underwood2018-10-27
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | Merge pull request #6269 from neheb/patch-23Hannu Nyman2018-11-04
|\ \ \ \ \ | | | | | | | | | | | | spi-tools: Update to 0.8.1
| * | | | | spi-tools: Update to 0.8.3Rosen Penev2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, an old git revision was used. Moved to stable. Reorganized the Makefile as a result. The stable version is based on a newer git revision. UScan can also properly track this now. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6938 from neheb/moreHannu Nyman2018-11-04
|\ \ \ \ \ \ | | | | | | | | | | | | | | moreutils: Update to 0.62 and switch to git tarball
| * | | | | | moreutils: Update to 0.62 and switch to git tarballRosen Penev2018-09-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It's more generic in addition to being the source for the debian package. PKG_BUILD_PARALLEL was explicitly set to no just in case as I see no handling for it in the Makefile. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #7265 from neheb/patch-27Hannu Nyman2018-11-04
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-attrs: Update to 18.2.0
| * | | | | | | python-attrs: Update to 18.2.0Rosen Penev2018-10-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | stubby: add Jonathan Underwood as co-maintainer (#7307)jonathanunderwood2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | | | | | | | libldns: Fix OpenSSL deprecated API usageRosen Penev2018-11-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested with OpenSSL 1.0.2 and 1.1.1 Signed-off-by: Rosen Penev <rosenp@gmail.com> [minor tweak to add #ifdef HAVE_SSL in host2str.c] Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | | | | | | Merge pull request #7304 from ejurgensen/mxml_upgrade_212champtar2018-11-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | mxml: update to 2.12
| * | | | | | | | mxml: update to 2.12Espen Jürgensen2018-11-03
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | | | | | build,circleci: fix container digestEtienne Champetier2018-11-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I used podman/buildah to build this image, and the local sha256 is not the same than the docker hub sha256. The layers are the same, so maybe just docker hub changing the manifest Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | Merge pull request #7229 from diizzyy/patch-14Hannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | fish: Add (lib)pcre2 dependency
| * | | | | | | | fish: Add (lib)pcre2 dependencyDaniel Engberg2018-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the shared version of libpcre2 instead of bundled. Fixes the following error: Package fish is missing dependencies for the following libraries: libpcre2-32.so.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | | | | | Merge pull request #7278 from neheb/seafileHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | seafile-ccnet: Update to 6.3.4
| * | | | | | | | | seafile-ccnet: Update to 6.3.4Rosen Penev2018-10-29
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for easier package bumping. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7299 from neheb/ndHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libndpi: Backport upstream patch to fix compilation
| * | | | | | | | | libndpi: Backport upstream patch to fix compilationRosen Penev2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #6697 from cotequeiroz/libmraa_swig_dirHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | libmraa: don't set SWIG_DIR
| * | | | | | | | | | libmraa: don't set SWIG_DIREneas U de Queiroz2018-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CMake 3.0.12 uses SWIG_DIR to set SWIG_LIB, is used as the library install location, which defaults to $(STAGING_HOSTPKG)/share/sig/(SWIGVERSION). If it is set, then the installed swig library directory is ignored, and compilation fails: [ 32%] Swig source :1: Error: Unable to find 'swig.swg' :3: Error: Unable to find 'python.swg' Instead of setting it manually, let the default be used, which works well. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | | | | | | | Merge pull request #6811 from Robby-/master-freeradius3-eap-pwdHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | freeradius3: Enable the EAP-PWD module.
| * | | | | | | | | | | freeradius3: Enable the EAP-PWD module.Robby K2018-08-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This enables the EAP-PWD module, which allows for logging in with only a username and password, while still being secure (see the links below for the details of this EAP method, if interested). https://en.wikipedia.org/wiki/Extensible_Authentication_Protocol#EAP_Password_(EAP-PWD) Also found this blog post which talks about EAP-PWD and its benefits: https://dustri.org/b/eap-pwd-wifi-security-done-right.html Signed-off-by: Robby K <robbyke@gmail.com>
* | | | | | | | | | | | Merge pull request #7194 from jefferyto/go-1.11.1-updateHannu Nyman2018-11-03
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | golang: Update to 1.11.1, add mips64 / mips64el builds
| * | | | | | | | | | | | golang: Update to 1.11.1, add mips64 / mips64el buildsJeffery To2018-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Go 1.11 added softfloat support for 64-bit MIPS systems[1], so this also adds builds for mips64 and mips64el. [1] https://golang.org/doc/go1.11#mips Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | | | | build,circleci: add 'time' to container build imageEtienne Champetier2018-11-03
| |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | | | | | | | Merge pull request #7287 from neheb/patch-2Hannu Nyman2018-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | libgcrypt: Update to 1.8.4
| * | | | | | | | | | | | libgcrypt: Update to 1.8.4Rosen Penev2018-10-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | | | Merge pull request #7297 from commodo/python3-3.7.1Hannu Nyman2018-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | python3: bump to version 3.7.1
| * | | | | | | | | | | | | python3: bump to version 3.7.1Alexandru Ardelean2018-11-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change bumps Python3 version to 3.7.1. Patch `002-fix-implicit-dh-free-declaration.patch` is now included in upstream. This also fixes CVE-2018-1061. https://www.cvedetails.com/cve/CVE-2018-1061/ Compile & run-tested on x86. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>