aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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 #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 #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>
* | | | 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>
* | | 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>
* | | protobuf-c: Fix typo in pkgconfig fileRosen Penev2019-10-14
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libdmapsharing: Add build dependencyRosen Penev2019-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | glib2 no longer depends on its host build. Added here. Fixed license information. Added PKG_BUILD_PARALLEL:=1 for faster compilation. Removed gstreamer1-libs dependency as gst1-plugins-base includes it. Other cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #10226 from flyn-org/hwlocRosen Penev2019-10-14
|\ \ \ | | | | | | | | hwloc: update to 2.1.0
| * | | hwloc: add PKG_LICENSE_FILES and remove PKG_FIXUPW. Michael Petullo2019-10-14
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
| * | | hwloc: update to 2.1.0W. Michael Petullo2019-10-13
| | | | | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | | Merge pull request #10231 from flyn-org/vipsRosen Penev2019-10-14
|\ \ \ \ | | | | | | | | | | vips: update to 8.8.3
| * | | | vips: update to 8.8.3W. Michael Petullo2019-10-13
| |/ / / | | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* / / / libqmi: update libqmi to 1.24.0Nicholas Smith2019-10-14
|/ / / | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | treewide: Use default PKG_BUILD_DIR when possibleJeffery To2019-10-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes lines that set PKG_BUILD_DIR when the set value is no different from the default value. Specifically, the line is removed if the assigned value is: * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) The default PKG_BUILD_DIR was updated[1] to incorporate BUILD_VARIANT if it is set, so now this is identical to the default value. * $(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_SOURCE_SUBDIR) if PKG_SOURCE_SUBDIR is set to $(PKG_NAME)-$(PKG_VERSION), making it the same as the previous case * $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) This is the same as the default PKG_BUILD_DIR when there is no BUILD_VARIANT. * $(BUILD_DIR)/[name]-$(PKG_VERSION) where [name] is a string that is identical to PKG_NAME [1]: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=e545fac8d968864a965edb9e50c6f90940b0a6c9 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #10196 from lucize/nssupRosen Penev2019-10-11
|\ \ \ | | | | | | | | nss: update to 3.46.1
| * | | nss: update to 3.46.1Lucian Cristian2019-10-10
| | | | | | | | | | | | | | | | | | | | | | | | and clean some comments Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | Merge pull request #10107 from BKPepe/expatRosen Penev2019-10-11
|\ \ \ \ | |/ / / |/| | | expat: Update to version 2.2.9
| * | | expat: Update to version 2.2.9Josef Schlehofer2019-09-29
| | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2019-15903 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | Merge pull request #10170 from ewsi/feature_dcwifi_1.1Rosen Penev2019-10-09
|\ \ \ \ | | | | | | | | | | dcwifi: Update component versions
| * | | | dcwifi: Update component versionsCarey Sonsino2019-10-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update package versions and hashes remove bzero patches remove uclibc++ patch refactor directory structure relocate mrmctl in menuconfig update macremapper patch Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com> Signed-off-by: Carey Sonsino <csonsino@gmail.com>
* | | | | icu: Revert "icu: Deactivate uClibc"Eneas U de Queiroz2019-10-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit db424ede2f079f2bf73634d30ec3c59a8a782118. It is causing recursive dependencies. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* | | | | icu: Deactivate uClibcHirokazu MORIKAWA2019-10-08
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | Merge pull request #10113 from dhewg/pull/libid3tagRosen Penev2019-10-07
|\ \ \ \ \ | | | | | | | | | | | | libid3tag: add pkg-config file
| * | | | | libid3tag: add pkg-config fileAndre Heider2019-10-07
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Required for meson to find this library in a sane way. Signed-off-by: Andre Heider <a.heider@gmail.com>
* | | | | Merge pull request #10175 from nxhack/icu_65_1Rosen Penev2019-10-07
|\ \ \ \ \ | |/ / / / |/| | | | icu: update to 65.1
| * | | | icu: update to 65.1Hirokazu MORIKAWA2019-10-08
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | fbzmq: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Added patch that adds libfolly boost dependencies. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | fbthrift: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | librsocket-cpp: Update to 2019-10-07Rosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove boost-thread dependency. Added size optimizations. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libwangle: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Added patch to remove boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libfizz: Update to 2019.10.07.00Rosen Penev2019-10-07
| | | | | | | | | | | | | | | | | | | | | | | | Add patch removing boost-thread dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libfolly: Update to 2019.10.07.00Rosen Penev2019-10-07
| |/ / |/| | | | | | | | | | | | | | | | | | | | Added patch to remove boost-thread. Removed uClibc-ng patch. libfolly no longer builds there. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #9137 from nickberry17/masterMichael Heimpold2019-10-07
|\ \ \ | |/ / |/| | | | | | | | modemmanager: add ModemManager to packages This also includes related libraries libmbim and libqmi and the command line tools.
| * | libqmi: add libqmi to packagesNicholas Smith2019-09-27
| | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
| * | libmbim: add libmbim to pagkagesNicholas Smith2019-09-27
| | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | Merge pull request #10106 from neheb/avahRosen Penev2019-10-05
|\ \ \ | | | | | | | | avahi: Fix pkgconfig files to be cross compile friendly
| * | | avahi: Fix pkgconfig files to be cross compile friendlyRosen Penev2019-09-28
| | |/ | |/| | | | | | | | | | | | | libdir should not point to the host. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | icu: use our own python3 for host-compilationAlexander Ryzhov2019-10-04
| | | | | | | | | | | | Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
* | | libftdi: Don't build examplesRosen Penev2019-10-02
| | | | | | | | | | | | | | | | | | Compilation fix with uClibc-ng. No change in package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | protobuf-c: Add pkgconfig file for CMakeRosen Penev2019-09-29
|/ / | | | | | | | | | | Fixes compilation for a few packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #10050 from neheb/udeRosen Penev2019-09-27
|\ \ | | | | | | libudev: Clean up Makefile
| * | libudev: Clean up MakefileRosen Penev2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to standard PKG_SOURCE_VERSION/DATE instead of defining PKG_VERSION Removed PKG_SOURCE. It's implicit. Replaced IntallDev section with CMAKE_INSTALL. Signed-off-by: Rosen Penev <rosenp@gmail.com>