aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libftdi: Add back Boost_NO_BOOST_CMAKERosen Penev2019-09-23
| | | | | | Needed by this package for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #10045 from yousong/oc-formNikos Mavrogiannopoulos2019-09-23
|\ | | | | openconnect: allow specifying form_entry list
| * openconnect: allow specifying form_entry listYousong Zhou2019-09-21
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | qemu: patch for CVE-2019-15890Yousong Zhou2019-09-23
| | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | jsoncpp: Fix pkgconfig fileRosen Penev2019-09-22
| | | | | | | | | | | | | | | | | | | | | | Backported upstream patch to make the pkgconfig file more cross compile friendly. I don't think anything uses this. Replaced Installev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fbzmq: Size optimizationsRosen Penev2019-09-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | fbthrift: Update to 2019-09-22Rosen Penev2019-09-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | librsocket-cpp: Update to 2019-09-22Rosen Penev2019-09-22
| | | | | | | | | | | | | | | | Added URLs. Added needed Boost patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libwangle: Update to 2019.09.22.00Rosen Penev2019-09-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libfizz: Update to 2019.09.22.00Rosen Penev2019-09-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libfolly: Update to 2019.09.22.00Rosen Penev2019-09-22
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #9907 from yangfl/masterHannu Nyman2019-09-22
|\ \ | | | | | | i2pd: Update to 2.28.0
| * | 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>