aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | Merge pull request #7903 from commodo/pyasn1-modulesHannu Nyman2019-01-08
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | python-pyasn1-modules: bump to version 0.2.3
| * | | | | | | python-pyasn1-modules: bump to version 0.2.3Alexandru Ardelean2019-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change upgrades the version of pyasn1-modules to version 0.2.3. Run-tested on an x86 VM. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #7902 from commodo/lxml-upgradeHannu Nyman2019-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-lxml: bump to version 4.3.0
| * | | | | | | | python-lxml: bump to version 4.3.0Alexandru Ardelean2019-01-07
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change upgrades the version of lxml to 4.3.0. Run-tested on an x86 VM. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | Merge pull request #7892 from neheb/sstpHannu Nyman2019-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | sstp-client: Fix compilation without deprecated OpenSSL APIs
| * | | | | | | | sstp-client: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-01-06
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | acme: Remove 8192 bits certificate optionToke Høiland-Jørgensen2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not supported by letsencrypt, so issuing the certificate will fail. Instead, add 3072 bits as an intermediate option. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | | | acme: Support selecting ECC certificates from LuciToke Høiland-Jørgensen2019-01-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As pointed out by @andersk, acme.sh already supports ECC certificates, and they can be set manually in the uci file, just not in Luci. Fix this by changing the key size selector into a listbox, and adding ECC certs as options. Fixes #7825. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
* | | | | | | | Merge pull request #7887 from neheb/patch-8Saverio Proto2019-01-08
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tinc: Fix to actually build without deprecated APIs
| * | | | | | | | tinc: Fix to actually build without deprecated APIsRosen Penev2019-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configure script checks for the existence of OpenSSL by checking a deprecated function. This works around it. The other changes have been done previously Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7874 from Ansuel/softupHannu Nyman2019-01-07
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | softethervpn: update to latest release and rework makefile
| * | | | | | | | softethervpn: update to latest release and rework makefileAnsuel Smith2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | shadowsocks-client: removeDeng Qingfang2019-01-07
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It hasn't been maintained for years and doesn't have recent features such as AEAD crypto and IPv6. (The "recent" update is fix compilation without deprecated OpenSSL APIs, which is made by Rosen Penev) It has been superseded by shadowsocks-libev, which is recently maintained by community and has LuCI frontend. Despite its smaller size, it depends on OpenSSL, which is way larger than MbedTLS, the one shadowsocks-libev used. Thus, it doesn't really fit in space-constrained devices. Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | Merge pull request #7889 from cshoredaniel/pr-gitolite-remove-extra-varsHannu Nyman2019-01-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gitolite: Remove unecessary Makefile variables
| * | | | | | | | gitolite: Remove unecessary Makefile variablesDaniel F. Dickinson2019-01-01
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PKG_SOURCE_DIR and PKG_BUILD_DIR are just the default, so remove them from the gitolite Makefile Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | Merge pull request #7650 from mhei/open-plc-utils-missing-toolsMichael Heimpold2019-01-06
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | open-plc-utils: package missing tools amprule, pev and evse
| * | | | | | | open-plc-utils: minor whitespace fixesMichael Heimpold2018-12-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | | open-plc-utils: package missing tools amprule, pev and evseMichael Heimpold2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At the moment, there are three binaries which are not covered by packaging, so add them. Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
| * | | | | | | open-plc-utils: cleanup package meta-dataMichael Heimpold2018-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Align package variables to other packages which also use a git checkout as tarball: - PKG_VERSION should not be set to a date, just rely on package default handling which apply automatically when using PKG_SOURCE_VERSION - introduce a plain PKG_RELEASE instead to allow keeping track of modified packaging - PKG_SOURCE_DIR is set by package defaults - same for PKG_SOURCE - this results in a different hash of the tarball created, so adjust PKG_MIRROR_HASH Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | Merge pull request #7882 from dibdot/travelmateDirk Brenken2019-01-06
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | travelmate: update 1.3.2
| * | | | | | | | travelmate: update 1.3.2Dirk Brenken2019-01-05
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - support named 'wifi-iface' sections correctly Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | fwknop: ensure default ifname matches default networkTerry Stockert2019-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Terry Stockert <stockert@inkblotadmirer.me>
* | | | | | | | Merge pull request #7880 from dibdot/banipDirk Brenken2019-01-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | banIP: release 0.1.0
| * | | | | | | | banIP: release 0.1.0Dirk Brenken2019-01-05
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add automatic blocklist backup & restore, they will be used in case of download errors or during startup in backup mode * add a 'backup mode' to re-use blocklist backups during startup, get fresh lists via reload or restart action * procd interface trigger now supports multiple WAN interfaces * change URL for abuse.ch/feodo list source in default config * small fixes * update readme Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | Merge pull request #7777 from neheb/patch-9Hannu Nyman2019-01-05
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libpng: Update to 1.6.36
| * | | | | | | | libpng: Update to 1.6.36Rosen Penev2018-12-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #7857 from dhewg/pull/prometheus-statsd-exporterHannu Nyman2019-01-05
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | prometheus-statsd-exporter: fix compilation with go 1.11.4
| * | | | | | | | | prometheus-statsd-exporter: fix compilation with go 1.11.4Andre Heider2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the exact same build error reported at [0]. Upstream fixed it too, see [1], but I decided to use the minimal patch until a new version is released instead. [0] https://github.com/golang/go/issues/29281 [1] https://github.com/prometheus/statsd_exporter/pull/171 Signed-off-by: Andre Heider <a.heider@gmail.com>
| * | | | | | | | | prometheus-statsd-exporter: add myself as maintainerAndre Heider2019-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | | | | | | Merge pull request #7854 from commodo/python-pip-setuptools-verHannu Nyman2019-01-05
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | python,python3: use setuptools & pip versions from python{3}-version.mk
| * | | | | | | | | | python,python3: use setuptools & pip versions from python{3}-version.mkAlexandru Ardelean2019-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `setuptools` & `pip` whl files were selected via wildcards, because it was easier in the beginning. Also, initially there weren't any PYTHON{3}_{SETUTPTOOLS/PIP}_VERSION variables. But now since these vars exist, it makes sense to use them, because we can catch easier (at build) time if Python/Python3 bump these versions. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | | | | | | Merge pull request #7862 from cshoredaniel/pr-findutils-alternativesHannu Nyman2019-01-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | findutils: Fix conflict with busybox find/xargs
| * | | | | | | | | | | findutils: Fix conflict with busybox find/xargsDaniel F. Dickinson2019-01-03
| | |/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the new ALTERNATIVES mechanism to fix installation conflict against busybox find and xargs. Also add myself back as maintainer since folks seem to be asking me anyway. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | | | | | | | | Merge pull request #7454 from neheb/qacHannu Nyman2019-01-05
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | quasselc: Update to latest commit
| * | | | | | | | | | | quasselc: Update to latest commitRosen Penev2019-01-04
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload for simpler Makefile. Several adjustments for consistency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | | Merge pull request #7861 from dengqf6/nginxHannu Nyman2019-01-04
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nginx: update to 1.15.8 and other
| * | | | | | | | | | | nginx: update to 1.15.8 and remove PKG_VERSION from modules tarball filenameDeng Qingfang2019-01-04
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to 1.15.8. Also use HTTPS PKG_VERSION (nginx version) in 3rd-party modules tarball filename is dispensable and can be dropped to avoid unnecessary downloading Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | | Merge pull request #7872 from Wedmer/zoneinfo_2018iTed Hess2019-01-04
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | zoneinfo: Updated to the latest release.
| * | | | | | | | | | zoneinfo: Updated to the latest release.Vladimir Ulrich2019-01-04
|/ / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vladimir Ulrich <admin@evl.su>
* | | | | | | | | | Merge pull request #7864 from dibdot/mcHannu Nyman2019-01-03
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | mc: midnight commander 4.8.22
| * | | | | | | | | | mc: midnight commander 4.8.22Dirk Brenken2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump mc package release to 4.8.22, news in this release see here: http://midnight-commander.org/wiki/NEWS-4.8.22 * refresh subshell patch Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | | libxml2: update to 2.9.9Michael Heimpold2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also drop the CVE patches which are already covered by this new release. Compile tested for and run tested on mxs platform. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | | libev: update to 4.25Deng Qingfang2019-01-03
| |/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* | | | | | | | | | aria2: immediate assign valuePeter Wagner2019-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | aria2: fix "Illegal instruction" crash on ar71xxPeter Wagner2019-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | | | | | | Merge pull request #7842 from neheb/emHannu Nyman2019-01-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | emailrelay: Remove unnecessary OpenSSL engine include
| * | | | | | | | | | emailrelay: Remove unnecessary OpenSSL engine includeRosen Penev2019-01-01
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There's no usage of any ENGINE APIs and trying to include the header breaks compilation with ENGINE support disabled. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7844 from neheb/cnHannu Nyman2019-01-02
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIs
| * | | | | | | | | | conserver: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Two headers were missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #7850 from commodo/netatalkTed Hess2019-01-02
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | netatalk: bump to version 3.1.12