aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | glib2: add gettext-full build dependencyRosen Penev2020-07-31
|/ / | | | | | | | | | | I don't know why this is needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | glib2: revert intl changeRosen Penev2020-07-31
| | | | | | | | | | | | | | | | | | This was causing massive buildbot failure. The intent was to fix uClibc-ng and CONFIG_BUILD_NLS, but that ended up breaking everything. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12478 from ja-pa/jsoncpp-updateJosef Schlehofer2020-07-31
|\ \ | | | | | | jsoncpp: update to version 1.9.3
| * | jsoncpp: update to version 1.9.3Jan Pavlinec2020-07-31
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #12971 from neheb/glb2Rosen Penev2020-07-30
|\ \ \ | | | | | | | | glib2: add back gettext dependencies
| * | | glib2: add back gettext dependenciesRosen Penev2020-07-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The libintl check is broken in meson.build. Patched it and added back the gettext build dependencies. Avoids the proxy-intl thing that glib2 likes to use. Updated configure options. Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | glib2: install codegen module in staging dirAleksander Morgado2020-07-30
|/ / / | | | | | | | | | | | | | | | | | | | | | Install not only the gdbus-codegen program in the target staging dir, but also the actual codegen module, so that the program is fully usable by other packages that require it during build. Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | zmq: fix the installed filesRosen Penev2020-07-29
| | | | | | | | | | | | | | | | | | the versioned so files are needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fuse3: update to 3.9.2Rosen Penev2020-07-29
| | | | | | | | | | | | | | | | | | | | | | | | Added the mount utilities. It turns out that udev is not a requirement. Renamed package to fuse3 and moved to utils, as with fuse2. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12954 from neheb/upnp2Rosen Penev2020-07-29
|\ \ \ | | | | | | | | libupnp: update to 1.14.0
| * | | libupnp: update to 1.14.0Rosen Penev2020-07-28
| | | | | | | | | | | | | | | | | | | | | | | | Remove flto as it breaks under GCC10 for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libqmi: bump libqmi to 1.26.2Nicholas Smith2020-07-30
| |/ / |/| | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | zmq: fix pkgconfig fileRosen Penev2020-07-28
| | | | | | | | | | | | | | | | | | It seems upstream broke it. This in turn broke depending packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | zmq: update to 4.3.2Rosen Penev2020-07-28
|/ / | | | | | | | | | | | | | | Remove upstreamed patches. Add uClibc++ patch for those that need it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12922 from neheb/pslRosen Penev2020-07-27
|\ \ | | | | | | libpsl: update to 0.21.1
| * | libpsl: update to 0.21.1Rosen Penev2020-07-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to building with meson. Faster. Cleaned up Makefile for consistency with other packages. Made the files in Install(Dev) explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | v4l-utils: bring back getsubopt patchRosen Penev2020-07-26
| | | | | | | | | | | | | | | | | | During the update to 1.20.0, this patch was mistakenly removed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11958 from neheb/glib33Rosen Penev2020-07-26
|\ \ \ | | | | | | | | glib2: update to 2.65
| * | | spice: add nls.mkRosen Penev2020-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Needs it for uClibc-ng as a result of the glib2 change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | glib2: update to 2.65.0Rosen Penev2020-07-23
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Modified to use meson as upstream has abandoned autotools. Added license information. Cleaned up Makefile for consistency between packages. Added hack to compile static libs. Removed old patches and add new ones. Removed BUILD_PARALLEL options. These are default with ninja/meson. Removed gettext build dependencies. glib2 now includes its own solution. Added patch to remove distutils host dependency. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12925 from neheb/log4Rosen Penev2020-07-26
|\ \ \ | | | | | | | | log4cplus: apply cmake options to the host
| * | | log4cplus: apply cmake options to the hostRosen Penev2020-07-25
| |/ / | | | | | | | | | | | | | | | | | | loggingserver was getting built with a bad link path. Instead of fixing it, just disable it as is done on the target. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / libulfius: fix compilation with newer libmicrohttpdRosen Penev2020-07-24
|/ / | | | | | | | | | | API change. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12822 from neheb/mhtRosen Penev2020-07-23
|\ \ | | | | | | libmicrohttpd: update to 0.9.71
| * | libmicrohttpd: update to 0.9.71Rosen Penev2020-07-15
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | measurement-kit: update to version 0.10.12Jan Pavlinec2020-07-22
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | liblz4: fix previous patchRosen Penev2020-07-21
| | | | | | | | | | | | | | | | | | Previous patch was incomplete. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | liblz4: add patch removing distutils requirementRosen Penev2020-07-21
| | | | | | | | | | | | | | | | | | Allows meson to compile on systems that lack distutils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12891 from ja-pa/redis-6.0.6Rosen Penev2020-07-21
|\ \ \ | | | | | | | | redis: update to version 6.0.6
| * | | redis: update to version 6.0.6Jan Pavlinec2020-07-21
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | libnpupnp: update to 4.0.10Rosen Penev2020-07-20
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12873 from neheb/lz4Rosen Penev2020-07-19
|\ \ \ \ | | | | | | | | | | liblz4: convert to meson
| * | | | liblz4: convert to mesonRosen Penev2020-07-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster compilation Before: Executed in 13.68 secs fish external usr time 12.51 secs 0.00 micros 12.51 secs sys time 1.78 secs 345.00 micros 1.78 secs After: Executed in 9.60 secs fish external usr time 10.66 secs 281.00 micros 10.66 secs sys time 1.39 secs 36.00 micros 1.39 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12816 from neheb/nlohRosen Penev2020-07-19
|\ \ \ \ \ | | | | | | | | | | | | nlohmannjson: update to 3.8.0
| * | | | | nlohmannjson: update to 3.8.0Rosen Penev2020-07-15
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add BUILDONLY since this is only used for the headers. Rearranged variables for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | zmq: switch to building with CMakeRosen Penev2020-07-18
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Faster compilation. Before: time make package/zmq/compile -j 12 Executed in 24.98 secs fish external usr time 97.41 secs 263.00 micros 97.40 secs sys time 12.51 secs 34.00 micros 12.51 secs After: time make package/zmq/compile -j 12 Executed in 18.17 secs fish external usr time 85.22 secs 248.00 micros 85.22 secs sys time 9.23 secs 32.00 micros 9.23 secs Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12827 from neheb/pcre22Rosen Penev2020-07-16
|\ \ \ \ | | | | | | | | | | pcre2: switch to CMake
| * | | | pcre2: switch to CMakeRosen Penev2020-07-15
| |/ / / | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Faster compilation as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12840 from BKPepe/libvorbisidecRosen Penev2020-07-16
|\ \ \ \ | | | | | | | | | | libvorbisidec: update to version 20180319
| * | | | libvorbisidec: update to version 20180319Josef Schlehofer2020-07-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-5147 - Change PKG_SOURCE_URL fatal: unable to access 'https://git.xiph.org/tremor.git/': Failed to connect to git.xiph.org port 443: Connection refused because they changed the URL of the repository - Removes PKG_SOURCE_SUBDIR and PKG_SOURCE Those are already defaults - Fix indentation in description Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | Merge pull request #12819 from neheb/seccNikos Mavrogiannopoulos2020-07-16
|\ \ \ \ \ | |/ / / / |/| | | | libseccomp: update to 2.4.3
| * | | | libseccomp: update to 2.4.3Rosen Penev2020-07-15
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12817 from neheb/neoRosen Penev2020-07-16
|\ \ \ \ | | | | | | | | | | neon: update to 0.31.2
| * | | | neon: update to 0.31.2Rosen Penev2020-07-15
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12825 from neheb/rpc2Rosen Penev2020-07-16
|\ \ \ \ | | | | | | | | | | rpcsvc-proto: update to 1.4.2
| * | | | rpcsvc-proto: update to 1.4.2Rosen Penev2020-07-15
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12820 from neheb/soupRosen Penev2020-07-15
|\ \ \ \ | | | | | | | | | | libsoup: update to 2.71.0
| * | | | libsoup: update to 2.71.0Rosen Penev2020-07-15
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libzip: update to 1.7.3Michael Heimpold2020-07-15
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #12823 from neheb/confRosen Penev2020-07-15
|\ \ \ \ | | | | | | | | | | confuse: update to 3.3