aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* i2pd: Update to 2.28.0David Yang2019-09-22
| | | | Signed-off-by: David Yang <mmyangfl@gmail.com>
* miniupnpc: Update to 2.1.20190824Rosen Penev2019-09-21
| | | | | | | | | | Switched to CMAKE_INSTALL to get rid of InstallDev. Added PKG_BUILD_PARALLEL for faster compilation. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* cshark: Switch to standard PKG_SOURCE_VERSION/DATERosen Penev2019-09-21
| | | | | | | | | | Several other cleanups. Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_INSTALL as cmake.mk already defines it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi1: Fix pkgconfig paths properlyRosen Penev2019-09-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libftdi: Fix pkgconfig pathsRosen Penev2019-09-21
| | | | | | | | Switched to CMAKE_INSTALL for simplicity. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10047 from Bloup1net/phantapEtienne Champetier2019-09-21
|\ | | | | phantap: update to latest commit
| * phantap: update to latest commitDiana Dragusin2019-09-21
|/ | | | | | | | | | | 7cc6017 phantap-learn: Add another way to detect the victim 8a4b30b phantap-learn: Continue listening for DNS traffic after initial detection 3e1cf09 Improve setup documentation ddde4b9 Fix neighbour spelling bee7e92 Readme.md: Update efb57f6 Readme.md: Update Signed-off-by: Diana Dragusin <diana.dragusin@nccgroup.com>
* serdisplib: add packageDaniel Golle2019-09-21
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #10029 from neheb/zst2Rosen Penev2019-09-21
|\ | | | | zstd: Update to 1.4.3
| * zstd: Update to 1.4.3Rosen Penev2019-09-18
| | | | | | | | | | | | Bugfix release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10020 from neheb/capRosen Penev2019-09-21
|\ \ | | | | | | libcap: Fix pkgconfig file
| * | libcap: Fix pkgconfig fileRosen Penev2019-09-17
| | | | | | | | | | | | | | | | | | Helps packages that use pkgconfig to find libcap when installed in OpenWrt Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9971 from commodo/python-gunicornHannu Nyman2019-09-21
|\ \ \ | | | | | | | | gunicorn: convert to Python packaging format + add Python3 variant
| * | | gunicorn: convert to Python packaging format + add Python3 variantAlexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And splitting the gunicorn[3] binary/executable away from the python[3]-gunicorn libraries. This was inspired from Debian packaging. The gunicorn[3] binaries require the new `python[3]-pkg-resources` libraries to run, which add ~1.1 MB on the [ram]disk when uncompressed. For the Python2 variant, the `_gaiohttp.py` is dropped as it fails to compile, so it would likely be unusable anyway: ``` File "/usr/lib/python2.7/site-packages/gunicorn/workers/_gaiohttp.py", line 84 yield from self.wsgi.close() ^ SyntaxError: invalid syntax ``` People around the web recommend this as well: https://stackoverflow.com/questions/25611140/syntax-error-installing-gunicorn https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803170 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803202 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: add Py[3]Shebang functions & move outside of scriptAlexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some packages just install some Python binaries, that may need their shebang fixed. This change adds some utilities to help with that and try to centralize the sed rules a bit. It also removes the logic from the `python-package-install.sh` into the `python-package[3].mk` files. This does 2 things: 1. It minimizes the need for the shell script to know the Python version 2/3 2. Makes the logic re-usable in packages; especially if the install rules differ a bit Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python,python3: split python[3]-pkg-resources from setuptoolsAlexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is required by other packages to run some binaries via `load_entry_point`. So, this splits this package away from setuptools. setuptools is pretty big, akd pkg-resources is also big, but not as big. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
| * | | python: change condition check for legacy opt for Python3Alexandru Ardelean2019-09-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As I remember this worked. But since `set -e` is set, I am a bit paranoid about it. In the sense that it may fail if `ver` != 3. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* | | | Merge pull request #10037 from TDT-AG/pr/20190920-collectdFlorian Eckert2019-09-20
|\ \ \ \ | | | | | | | | | | collectd: add reload trigger and logfile plugin definition
| * | | | collectd: bump PKG_PACKAGE versionFlorian Eckert2019-09-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | collectd: add reload and service triggerFlorian Eckert2019-09-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
| * | | | collectd: add logfile plugin definitionsFlorian Eckert2019-09-20
| |/ / / | | | | | | | | | | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* | | | Merge pull request #10021 from neheb/gpsRosen Penev2019-09-20
|\ \ \ \ | |/ / / |/| | | gpsd: Fix pkgconfig file for libgps
| * | | gpsd: Fix pkgconfig file for libgpsRosen Penev2019-09-17
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This ensures it can be found properly by any package that uses pkgconfig to find libgps. Nothing in the tree currently does. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9988 from neheb/motRosen Penev2019-09-20
|\ \ \ | | | | | | | | motion: Update to 4.2.2
| * | | motion: Update to 4.2.2Rosen Penev2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | Removed webp support. motion picks it up now that it's in the tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mjpg-streamer: Fix build dependsRosen Penev2019-09-19
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #10032 from cotequeiroz/python-certifi-bumpRosen Penev2019-09-19
|\ \ \ \ | | | | | | | | | | python-certifi: bump to 2019.9.11
| * | | | python-certifi: bump to 2019.9.11Eneas U de Queiroz2019-09-19
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | Merge pull request #9977 from neheb/protRosen Penev2019-09-19
|\ \ \ \ \ | | | | | | | | | | | | protobuf: Switch to CMake
| * | | | | protobuf: Switch to CMakeRosen Penev2019-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows PKG_BUILD_PARALLEL to work properly. Replaced InstallDev section with CMAKE_INSTALL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #9975 from neheb/lz44Rosen Penev2019-09-19
|\ \ \ \ \ \ | | | | | | | | | | | | | | liblz4: Update to 1.9.2
| * | | | | | liblz4: Update to 1.9.2Rosen Penev2019-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #9974 from neheb/liboggRosen Penev2019-09-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libogg: Update to 1.3.4
| * | | | | | | libogg: Update to 1.3.4Rosen Penev2019-09-17
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Added ABI_VERSION to force rebuilds on ABI upgrade. Added a couple of LDFLAGS for smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10030 from neheb/p1123Nikos Mavrogiannopoulos2019-09-19
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | p11-kit: Update to 0.23.17
| * | | | | | p11-kit: Update to 0.23.17Rosen Penev2019-09-18
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10028 from neheb/djRosen Penev2019-09-18
|\ \ \ \ \ \ | |/ / / / / |/| | | | | django: Update to 1.11.24
| * | | | | django: Update to 1.11.24Rosen Penev2019-09-18
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes a whole bunchs of CVEs: CVE-2019-3498 CVE-2019-6975 CVE-2019-12308 CVE-2019-12781 CVE-2019-14232 CVE-2019-14233 CVE-2019-14234 CVE-2019-14235 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #10005 from dangowrt/mjpg-streamer-modularizeDaniel Golle2019-09-18
|\ \ \ \ \ | | | | | | | | | | | | mjpg-streamer: modularize package
| * | | | | mjpg-streamer: modularize packageDaniel Golle2019-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of selecting the modules on compile time, package them into several small packages. While at it, add the ZeroMQ output plugin which was previously not packaged. Also make sure to use OpenWrt's built-in support for CMake properly by calling Build/Configure/Default in the package's Build/Configure rule. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #10027 from James-TR/fix/pdns-lua-depRosen Penev2019-09-18
|\ \ \ \ \ \ | | | | | | | | | | | | | | pdns: Explicitly define lua implementation
| * | | | | | pdns: Explicitly define lua implementationJames Taylor2019-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compile Tested: yes, selects lua as implementation and doesn't pick up luajit Run Tested: no, minor change Maintainer: me Description: On some architectures PowerDNS was preferring Luajit over Lua, which wasn't added as a dependency. On previous versions this was controlled by passing `--with-lua` and `--without-luajit` however this isn't functional anymore. On the 4.2 series, it is instead possible to define the lua implementation to be used by passing `--with-lua=[implementation]` ie `--with-lua=lua` Signed-off-by: James Taylor <james@jtaylor.id.au>
* | | | | | | irssi: update to version 1.2.2 (security fix)Jan Pavlinec2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-15717 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | pulseaudio: Backport upstream patchRosen Penev2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with recent alsa-libs. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10022 from neheb/forkRosen Penev2019-09-18
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | forked-daapd: Fix compilation with newer alsa-libs
| * | | | | | forked-daapd: Fix compilation with newer alsa-libsRosen Penev2019-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #10016 from nxhack/libuv_bumpRosen Penev2019-09-17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | libuv: update to 1.32.0
| * | | | | | libuv: update to 1.32.0Hirokazu MORIKAWA2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | libgd: Fix pkgconfig file for cross compilationRosen Penev2019-09-17
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows packages that use pkgconfig to find libgd properly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #10007 from neheb/lcdgRosen Penev2019-09-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | lcdgrilo: Fix compilation with newer Vala