aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* libcoap: add coap client and server packagesHans Dedecker2017-09-14
| | | | | | | | | | | Client package adds the CoAP client allowing to communicate with 6LoWPAN devices via the CoAP protocol. Server package adss the CoAP server and the CoAP Resource Directory server. The CoAP server allows to simulate 6LoWPAN devices which can be addressed via the CoAP protocol while the CoAP Resource Directory server can handle resource registrations using the CoAP protocol. Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* Merge pull request #4785 from thess/ffmpeg-testingTed Hess2017-08-30
|\ | | | | ffmpeg: Add mpeg layer 2 audio support to libffmpeg-mini
| * ffmpeg: Add mpeg layer 2 audio support and mpeg2 demuxer to libffmpeg-miniTed Hess2017-08-30
| | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | knxd: fixup PKG_MIRROR_HASHEtienne Champetier2017-08-30
| | | | | | | | Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | Merge pull request #4779 from tru7/masterMichael Heimpold2017-08-30
|\ \ | | | | | | knxd: adopt structure and versioning from new upstream stable release
| * | knxd: adopt structure and versioning from new upstream stable releaseOthmar Truniger2017-08-28
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | psqlodbc: require unixodbc host buildDaniel Golle2017-08-30
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | unixodbc: fix host buildDaniel Golle2017-08-30
| | | | | | | | | | | | | | | | | | | | | Fixed #4705 Reported-by: Michael Braun <michael-dev@fami-braun.de> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #4786 from ClaymorePT/boost_1.65.0_r1champtar2017-08-30
|\ \ \ | | | | | | | | boost: 1.65.0 Update + Fixes
| * | | boost: 1.65.0 Update + FixesCarlos Miguel Ferreira2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates the boost libraries to version 1.65.0 This new version brings two new libraries: - Boost.Stacktrace [1] -> Gather, store, copy and print backtraces, from Antony Polukhin. - Boost.PolyCollection [2] -> Fast containers of polymorphic objects, from Joaquín M López Muñoz. Fixes in this commit: - Boost.Python for Python 3.6 -> The dynamic library was not being compiled, resulting in an empty package. Fixed. - Boost.TypeErasure -> The dynamic library was not available to install. Fixed. - Boost.Serialization -> The wserialization dynamic library was being compiled but not available to install. Fixed. Extras: - This commit also contains the post-release fixes, which did not make it into the final release [3]. As always, more information about this release, can be found in [4]. [1]: http://www.boost.org/doc/libs/1_65_0/doc/html/stacktrace.html [2]: http://www.boost.org/doc/libs/1_65_0/doc/html/poly_collection.html [3]: http://www.boost.org/patches/ [4]: http://www.boost.org/users/history/version_1_65_0.html Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | Merge pull request #4781 from pfzim/masterchamptar2017-08-30
|\ \ \ \ | |/ / / |/| | | fdm: bump to latest version
| * | | fdm: bump to latest versionDmitry V. Zimin2017-08-30
|/ / / | | | | | | | | | Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
* | | shadowsocks-libev: more common default configYousong Zhou2017-08-30
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: ss-rules: query resolveip only for ipv4 addressesYousong Zhou2017-08-30
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* | | shadowsocks-libev: ss-rules: fix multiple continous \x20 in $o_ifnamesYousong Zhou2017-08-30
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: shorten init script by 2 linesYousong Zhou2017-08-30
| | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: ss-rules: resolve server names before adding to ipsetYousong Zhou2017-08-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ipset command line utility supports ranges of address: IP-IP, but the dash character is also valid character in host names. If we have a remote server ss-00.example.com, ipset may complain that ipset v6.32: Syntax error: cannot parse ss: resolving to IPv4 address failed Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | shadowsocks-libev: fix validation of list optionYousong Zhou2017-08-30
| |/ |/| | | | | | | | | | | | | | | | | ubox 'list' type is for validating multiple elements separated by tabs/whitespaces in a single value. E.g. The following should not be accepted list src_ip_bypass '1.2.3.4 4.3.2.1' Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | Merge pull request #4783 from thess/mpd-updateTed Hess2017-08-29
|\ \ | | | | | | mpd: Remove glib2 dependency
| * | mpd: Remove glib2 dependencyTed Hess2017-08-29
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | libmms: Remove glib-2 from pkgconfig (un-needed)Ted Hess2017-08-29
| | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | Merge pull request #4782 from thess/libmms-updateTed Hess2017-08-29
|\ \ \ | |/ / |/| | libmms: Remove glib2 dependency
| * | libmms: Remove glib2 dependencyTed Hess2017-08-29
|/ / | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | Merge pull request #4703 from hbl0307106015/tdbchamptar2017-08-29
|\ \ | | | | | | tdb: bump to latest version
| * | tdb: bump to latest versionBangLang Huang2017-08-14
| | | | | | | | | | | | Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | Merge pull request #4765 from thess/pianod-updateTed Hess2017-08-29
|\ \ \ | | | | | | | | pianod: Update to 174.07. Replace libmad with libmpg123
| * | | pianod: Update to 174.07. Replace libmad with libmpg123Ted Hess2017-08-27
| | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #4766 from thess/squeezelite-updateTed Hess2017-08-29
|\ \ \ \ | | | | | | | | | | squeezelite: Replace libmad with libmpg123
| * | | | squeezelite: Replace libmad with libmpg123Ted Hess2017-08-27
| |/ / / | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #4767 from thess/mjpg-streamer-updateTed Hess2017-08-29
|\ \ \ \ | |_|_|/ |/| | | mjpg-streamer: Add PKG_MIRROR_HASH for buildbots w/o svn
| * | | mjpg-streamer: Use tar.xz. Add PKG_MIRROR_HASH for buildbots w/o svnTed Hess2017-08-27
| |/ / | | | | | | | | | | | | | | | Remove unnecessary copyright, add myself as maintainer. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | strongswan: bump to 5.6.0Stijn Tintel2017-08-28
| | | | | | | | | | | | | | | | | | Fixes CVE-2017-11185. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4768 from pprindeville/isc-dhcp-update-4.3.6Philip Prindeville2017-08-28
|\ \ \ | |/ / |/| | isc-dhcp: update to 4.3.6
| * | isc-dhcp: update to 4.3.6Philip Prindeville2017-08-27
| | | | | | | | | | | | Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* | | Merge pull request #4763 from ejurgensen/forked-daapd_builderr4Ted Hess2017-08-27
|\ \ \ | | | | | | | | forked-daapd: Backport upstream patch to prevent gperf build error
| * | | forked-daapd: Backport upstream patch to prevent gperf build errorEspen Jürgensen2017-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a patch which is a backport of https://github.com/ejurgensen/forked-daapd/commit/1b8adc11edec48a9b8fcb75b9efdaf618a6744bd This should prevent the gperf build errors on some platforms. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | kplex: copy config file to /etc/Caesar Schinas2017-08-27
| | | | | | | | | | | | | | | | Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* | | | kplex: update to v1.3.4Caesar Schinas2017-08-27
|/ / / | | | | | | | | | | | | | | | Use stable release instead of git commit hash. Signed-off-by: Caesar Schinas <caesar@caesarschinas.com>
* | | Merge pull request #4760 from ejurgensen/forked-daapd_builderr3Ted Hess2017-08-25
|\ \ \ | | | | | | | | forked-daapd: Fix build error due to misdetected pulseaudio
| * | | forked-daapd: Fix build error due to misdetected pulseaudioejurgensen2017-08-25
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configure finds libpulse and then tries to include the header, but fails, because pulseaudio isn't a dependency in the Makefile. This change disables pulseaudio support so configure won't do this. It wasn't the intention with version update 25.0 of forked-daapd to extend with pulseaudio support, but maybe do that later. Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | aria2: Add missing 'or' in section validate functionHsing-Wang Liao2017-08-25
| | | | | | | | | | | | Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | aria2: Enable Bittorrent support by defaultHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | Most user need this Bittorrent download support, and this fature can only depends on libssl. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | aria2: Add some build config optionsHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ======================== ======================================== features dependency ======================== ======================================== HTTPS OSX or GnuTLS or OpenSSL or Windows SFTP libssh2 BitTorrent None. Optional: libnettle+libgmp or libgcrypt or OpenSSL Metalink libxml2 or Expat. Checksum None. Optional: OSX or libnettle or libgcrypt or OpenSSL or Windows gzip, deflate in HTTP zlib Async DNS C-Ares Firefox3/Chromium cookie libsqlite3 XML-RPC libxml2 or Expat. JSON-RPC over WebSocket libnettle or libgcrypt or OpenSSL ======================== ======================================== Add 'CONFIG_' to 'PKG_CONFIG_DEPENDS'. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | aria2: Rewrite init scriptHsing-Wang Liao2017-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add aria2 user and group. * Use procd to start service. * Add more supported options. Compatible with previous version. Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
* | | bind: disable lmdbStijn Tintel2017-08-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When building on hosts with lmdb installed, bind configure phase fails: configure: error: found lmdb include but not library. Solve this by disabling lmdb. Fixes #4748. Fixes: eab56b6bee5d ("bind: version update to 9.11.2") Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #4750 from InBetweenNames/pcre2Philip Prindeville2017-08-23
|\ \ \ | | | | | | | | pcre2: Update PKG_SOURCE to use Sourceforge
| * | | pcre2: Update PKG_SOURCE to use SourceforgeShane Peelar2017-08-23
| | | | | | | | | | | | | | | | Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
* | | | Merge pull request #4746 from ejurgensen/forked-daapd_builderr2Hannu Nyman2017-08-23
|\ \ \ \ | |/ / / |/| | | forked-daapd: Fix build error due to missing gperf
| * | | forked-daapd: Fix build error due to missing gperfejurgensen2017-08-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Need to put the build dependency to gperf back, because there is a bug in forked-daapd 25.0's configure.ac when building without gperf Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>