aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | | | | | | msmtp: Update to 1.8.6Rosen Penev2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | fio: Update to 3.16Rosen Penev2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #10242 from jefferyto/pypi-mkRosen Penev2019-10-18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python,python3: Add pypi makefile
| * | | | | | | | python,python3: Add pypi makefileJeffery To2019-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds pypi.mk, which can be included in Python packages that download their sources from PyPI, to auto-fill various PKG_* variables based on the value of PYPI_NAME. This makefile should be included after $(TOPDIR)/rules.mk but before $(INCLUDE_DIR)/package.mk (and $(INCLUDE_DIR)/host-build.mk). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | Merge pull request #10271 from dibdot/travelmateDirk Brenken2019-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | travelmate: update 1.5.0
| * | | | | | | | | travelmate: update 1.5.0Dirk Brenken2019-10-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add WPA3 support * fix service status message * refine trigger handling Signed-off-by: Dirk Brenken <dev@brenken.org>
* | | | | | | | | | xl2tpd: fix building failure caused by pfcYousong Zhou2019-10-18
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes openwrt/packages#10270 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | | | | | Merge pull request #10256 from br101/bluez-5.51Daniel Engberg2019-10-18
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bluez: Update to version 5.51
| * | | | | | | | | bluez: Update to version 5.51Bruno Randolf2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | | | | | | Merge pull request #9706 from expiron/kcptun-updatesRosen Penev2019-10-17
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | kcptun: bump to v20190809, merge config and service scripts
| * | | | | | | | | kcptun: bump to v20190809, merge config and service scriptsChao Liu2019-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates: - bump version to v20190809 - fix PKG_LICENSE_FILES - rename package names to kcptun-server, kcptun-client - refactor Makefile - merge config and service scripts - add more config options to support all features - add additional options: gogc, syslog, user - add README.md Reference: - package shadowsocks-libev Signed-off-by: Chao Liu <expiron18@gmail.com>
* | | | | | | | | | Merge pull request #10263 from Ansuel/fixuwsgiHannu Nyman2019-10-17
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | uwsgi-cgi: fix #10235
| * | | | | | | | | uwsgi-cgi: fix #10235Ansuel Smith2019-10-17
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* | | | | | | | | Merge pull request #10168 from neheb/booooooooooooRosen Penev2019-10-16
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | boost: Remove several host libraries
| * | | | | | | | | boost: Remove thread dependency from contextRosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | thread is only used when the C++ mutex header is missing. AFAIK, this is the case on Windows and not on Linux. Certainly not in OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | | | | | | | boost: Remove several host librariesRosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The facebook people have been working on removing Boost dependencies from their projects. This is the current state. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10259 from BKPepe/youtubedlRosen Penev2019-10-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | youtube-dl: Update to version 2019.10.16
| * | | | | | | | | | youtube-dl: Update to version 2019.10.16Josef Schlehofer2019-10-16
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | | | Merge pull request #10169 from jalowiczor/masterRosen Penev2019-10-16
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Changed poco version to "all", and from minimal build to typical.
| * | | | | | | | | | poco: Minor changesJakub Jalowiczor2019-10-09
| | |_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
| * | | | | | | | | poco: A new variant of poco library poco-allJakub Jalowiczor2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
| * | | | | | | | | poco: Minor changesJakub Jalowiczor2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
| * | | | | | | | | poco: Package version changedJakub Jalowiczor2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
| * | | | | | | | | poco: Changed poco version to all, and from minimal build to typical.Jakub Jalowiczor2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jakub Jalowiczor <jaluwka@gmail.com>
* | | | | | | | | | Merge pull request #10264 from ewsi/fix-macremapper-compileRosen Penev2019-10-16
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | kernel/macremapper: fix compile err on mipsel
| * | | | | | | | | kernel/macremapper: fix compile err on mipselCarey Sonsino2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Chen Minqiang <ptpt52@gmail.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* | | | | | | | | | knot: update to version 2.9.0Jan Hák2019-10-16
| |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Hák <jan.hak@nic.cz>
* | | | | | | | | Merge pull request #10248 from changeway/libstropheRosen Penev2019-10-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libstrophe: Update to 0.9.3
| * | | | | | | | | libstrophe: Update to 0.9.3Chih-Wei Chen2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Release 0.9.3: -PLAIN mechanism is used only when no other mechanisms are supported -Legacy authentication is disabled by default, can be enabled with connection flag XMPP_CONN_FLAG_LEGACY_AUTH -Session is not established if it is optional -Fixed a bug causing a reused connection not to cleanup properly -Improved debug logging in OpenSSL module -Few memory leaks fixed Also fix some build flag Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
* | | | | | | | | | php7-mod-xmlreader: add conditional dependency to php7-mod-dom (fixes #10201)Michael Heimpold2019-10-16
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP7 fails to load xmlreader.so (php7-mod-xmlreader) module without dom.so (php7-mod-dom) module loaded: -snip- PHP Warning: PHP Startup: Unable to load dynamic library 'xmlreader.so' (tried: /usr/lib/php/xmlreader.so (Error relocating /usr/lib/php/xmlreader.so: dom_node_class_entry: symbol not found), /usr/lib/php/xmlreader.so.so (Error loading shared library /usr/lib/php/xmlreader.so.so: No such file or directory)) in Unknown on line 0 ^C -snap- However, this dependency only exists when during build also php7-mod-dom is selected. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | Merge pull request #10252 from jefferyto/python-pyasn1-modules-0.2.7Josef Schlehofer2019-10-15
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | python-pyasn1-modules: Update to 0.2.7
| * | | | | | | | | python-pyasn1-modules: Update to 0.2.7Jeffery To2019-10-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | | | | | | | mmc-utils: update to latest git headMichael Heimpold2019-10-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove already upstreamed patches, add another one from mailing-list. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | | | | | | | Merge pull request #10241 from micmac1/sql3-upRosen Penev2019-10-15
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | sqlite3: bump to version 3.30.1
| * | | | | | | | | | sqlite3: bump to version 3.30.1Sebastian Kemper2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In other news: - adds ABI_VERSION - prefers INSTALL_DATA over CP - removes gratuitous trailing slashes Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | | | | | | | | | Merge pull request #10243 from neheb/knRosen Penev2019-10-15
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | knxd: Makefile cleanups
| * | | | | | | | | | knxd: Makefile cleanupsRosen Penev2019-10-15
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | argp-standalone is only needed for non GLIBC targets. Added PKG_BUILD_PARALLEL for faster compilation. Removed unnecessary C/LDFLAGS. Remove libstdcpp depends. It's included with libfmt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | | Merge pull request #10245 from neheb/crtRosen Penev2019-10-15
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | crtmpserver: Remove
| * | | | | | | | | crtmpserver: RemoveRosen Penev2019-10-14
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has several compilation bugs in addition to being under no development. There are also alternatives in the tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10197 from tiagogaspar8/kea-1.6.0Rosen Penev2019-10-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | kea: update package to 1.6.0
| * | | | | | | | | kea: update package to 1.6.0Tiago Gaspar2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update kea to the latest stable verion (1.6.0). Signed-off-by: Tiago Gaspar <tiagogaspar8@gmail.com>
* | | | | | | | | | espeak: Remove nano open fileRosen Penev2019-10-14
| |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | espeak: Compile with uClibc++Rosen Penev2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Several Makefile cleanups. Added PKG_BUILD_PARALLEL for faster compilation. Several size optimizations applied. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | libplist: Switch to normal releasesRosen Penev2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also added the capability to use uclibcxx instead of libstdcpp. Several size optimizations. Fixed up Makefile to be up to standards. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | ffmpeg: Fix fdkaac patchesRosen Penev2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The patch created patch files in the ffmpeg build directory, which did absolutely nothing. Properly backported them. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | protobuf-c: Fix typo in pkgconfig fileRosen Penev2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #10225 from flyn-org/dmapdRosen Penev2019-10-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | dmapd: update to 0.0.83
| * | | | | | | | | dmapd: update PKG_LICENSE and enable parallel buildW. Michael Petullo2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | | | | | | | dmapd: update to 0.0.83W. Michael Petullo2019-10-14
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | | | | | | Merge pull request #10239 from neheb/libdmRosen Penev2019-10-14
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | libdmapsharing: Add build dependency