aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nsd: Update to 4.2.1Rosen Penev2019-08-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* frp: update to 0.28.0Richard Yu2019-08-04
| | | | | | and fix a typo in frpc.config Signed-off-by: Richard Yu <yurichard3839@gmail.com>
* Merge pull request #9130 from yangfl/masterRosen Penev2019-08-04
|\ | | | | i2pd: Update to 2.26.0
| * i2pd: Update to 2.26.0David Yang2019-07-31
| | | | | | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* | Merge pull request #9550 from ja-pa/libarchive-3.4.0Rosen Penev2019-08-04
|\ \ | | | | | | libarchive: update to version 3.4.0
| * | libarchive: update to version 3.4.0Jan Pavlinec2019-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes: remove backported patches add bsdtar libopenssl variant switch to github codeload polish tab/spaces Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #9605 from neheb/gethRosen Penev2019-08-04
|\ \ \ | | | | | | | | geth: Update to 1.9.1
| * | | geth: Update to 1.9.1Rosen Penev2019-07-30
| | |/ | |/| | | | | | | | | | | | | | | | | | | Remove Upstreamed patch. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9626 from jefferyto/slide-switch-0.9.5Rosen Penev2019-08-04
|\ \ \ | | | | | | | | slide-switch: Update to 0.9.5
| * | | slide-switch: Update to 0.9.5Jeffery To2019-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | Merge pull request #9639 from mwarning/zerotierRosen Penev2019-08-04
|\ \ \ \ | | | | | | | | | | zerotier: update to zerotier 1.4.0.1
| * | | | zerotier: update to zerotier 1.4.0Moritz Warning2019-08-04
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Moritz Warning <moritzwarning@web.de>
* | | | | php7: update to 7.2.21Michael Heimpold2019-08-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes CVE-2019-11042 and CVE-2019-11041. Compile and run tested on mxs platform Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | Merge pull request #9640 from BKPepe/yt_updateDaniel Engberg2019-08-04
|\ \ \ \ \ | |/ / / / |/| | | | youtube-dl: update to version 2019.8.2
| * | | | youtube-dl: update to version 2019.8.2Josef Schlehofer2019-08-03
|/ / / / | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | gnutls: updated to 3.6.9Nikos Mavrogiannopoulos2019-08-02
| | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | | p910nd: Run as non-root by defaultDaniel F. Dickinson2019-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We add the necessary Makefile, hotplug, config, and init bits so that p910nd daemon runs as user:group p910nd:lp by default. This eliminates an unnecessary root daemon. The hotplug script sets the permissions of the USB lp device(s) to read-write owner and group and no access to anyone else, and sets owner root, group lp. This is allows sufficient privileges to p910nd to do it's job. Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
* | | | Merge pull request #9575 from TDT-AG/pr/20190726-stunnelFlorian Eckert2019-08-02
|\ \ \ \ | | | | | | | | | | stunnel: update version to 5.55
| * | | | stunnel: fix some shellcheck warningsFlorian Eckert2019-07-29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | stunnel: update version to 5.55Florian Eckert2019-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update version to 5.55 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #9628 from nxhack/node_darwin_compatDaniel Engberg2019-08-02
|\ \ \ \ \ | | | | | | | | | | | | node: fix host build error on macOS
| * | | | | node: fix host build error on macOSHirokazu MORIKAWA2019-08-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix host build error on macOS reference: https://github.com/openwrt/packages/issues/9616 Related: https://github.com/openwrt/packages/issues/7171 (This correspondence is necessary to build with macOS.) Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | Merge pull request #9612 from neheb/glogRosen Penev2019-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | libglog: Switch to nanosleep
| * | | | | | libglog: Replace deprecated usleep with nanosleepRosen Penev2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | libglog: Switch to CMakeRosen Penev2019-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows removal of InstallDev as well as further simplification. Also 100KB smaller package. Added some C/LDFLAGS to further reduce the size. Small Makefile cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9623 from micmac1/master-maria10226Daniel Engberg2019-08-02
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | mariadb: security bump to 10.2.26
| * | | | | | mariadb: security bump to 10.2.26Sebastian Kemper2019-08-01
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New upstream release. Addresses: CVE-2019-2805 CVE-2019-2740 CVE-2019-2739 CVE-2019-2737 CVE-2019-2758 Package updates: - includes "THIRDPARTY" in PKG_LICENSE_FILES - drops client_ed25519 as a dynamic plugin and install it with the lib as per upstream decision - refreshes patches Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | Merge pull request #9600 from Andy2244/samba4-python2-fixDaniel Engberg2019-08-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | samba4: add python2 host dependency
| * | | | | | samba4: add python2 host dependencyAndy Walsh2019-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add python2/host dependency Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | | | | Merge pull request #9620 from commodo/ulogd-maintainer-meFlorian Eckert2019-08-01
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | net: ulogd2: add myself as maintainer
| * | | | | | net: ulogd2: add myself as maintainerAlexandru Ardelean2019-08-01
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this package has been abandoned, I don't mind taking it over. If there are issues with it, I can also investigate, and be a point-man. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | | | Merge pull request #9609 from neheb/pyRosen Penev2019-07-31
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | python: Replace utime with utimes
| * | | | | python: Replace utime with utimesRosen Penev2019-07-30
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Based on the surrounding code, this looks like an oversight. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9591 from neheb/ulogRosen Penev2019-07-31
|\ \ \ \ \ | | | | | | | | | | | | ulogd: Backport JSON network patch
| * | | | | ulogd: Backport JSON network patchRosen Penev2019-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was requested in #9065 . Cleaned up Makefile slightly. Removed inactive maintainer. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9614 from neheb/zstd2Rosen Penev2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | zstd: Update to 1.4.2
| * | | | | | zstd: Update to 1.4.2Rosen Penev2019-07-30
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add patch to remove deprecated utime function. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9615 from neheb/sigRosen Penev2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | libsigar: Remove deprecated rindex function
| * | | | | | libsigar: Remove deprecated rindex functionRosen Penev2019-07-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally unavailable with uClibc-ng. Switched to local tarballs. .xz is smaller. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9610 from neheb/tirpRosen Penev2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | libtirpc: Remove deprecated b functions
| * | | | | | libtirpc: Remove deprecated b functionsRosen Penev2019-07-30
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Optionally fixes compilation with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9608 from champtar/phantapchamptar2019-07-31
|\ \ \ \ \ \ | | | | | | | | | | | | | | phantap: add new package
| * | | | | | phantap: add new packageEtienne Champetier2019-07-31
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PhanTap or Phantom tap is a small set of scripts that allow you to setup a network tap that automatically impersonnate a victim device, allowing you to access internet using the IP & MAC of the victim Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | | | | Merge pull request #9606 from neheb/tasnNikos Mavrogiannopoulos2019-07-31
|\ \ \ \ \ \ | |/ / / / / |/| | | | | libtasn1: Update to 4.14
| * | | | | libtasn1: Update to 4.14Rosen Penev2019-07-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-1000654 Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #9597 from RussellSenior/patch-cve-13636Hannu Nyman2019-07-30
|\ \ \ \ \ | | | | | | | | | | | | tools/patch: apply upstream patch for CVE-2019-13636
| * | | | | tools/patch: apply upstream patch for CVE-2019-13636Russell Senior2019-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GNU patch through 2.7.6, the following of symlinks is mishandled in certain cases other than input files. This affects inp.c and util.c. https://nvd.nist.gov/vuln/detail/CVE-2019-13636 Signed-off-by: Russell Senior <russell@personaltelco.net>
* | | | | | Merge pull request #9601 from TDT-AG/pr/20190730-collectdHannu Nyman2019-07-30
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | collectd: enable threshold plugin
| * | | | | collectd: enable threshold pluginFlorian Eckert2019-07-30
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only action the Threshold plugin takes itself is to generate and dispatch a notification. Other plugins can register to receive notifications and perform appropriate further actions. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | | Merge pull request #9598 from nxhack/libhttp-parser_for_macosRosen Penev2019-07-29
|\ \ \ \ \ | | | | | | | | | | | | libhttp-parser: fix build error on macos