aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* musl-fts: move to coreDaniel Golle2020-08-13
| | | | | | libselinux added to core needs musl-fts. Move it to core as well. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #13100 from neheb/esmtpRosen Penev2020-08-13
|\ | | | | libesmtp: update URLs
| * libesmtp: update URLsRosen Penev2020-08-12
| | | | | | | | | | | | | | | | | | The author's website went down and moved to GitHub. Used a mirror for PKG_SOURCE_URL and he does not have the same tarball on GitHub. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | pcre: move package to coreDaniel Golle2020-08-13
|/ | | | | | | libpcre is required for libselinux which was added to core recently. Move it to the core so core builds without the packages feed. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #13030 from neheb/getdnRosen Penev2020-08-12
|\ | | | | getdns: fix compilation without deprecated OpenSSL APIs
| * getdns: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13094 from ja-pa/nss-3.55Rosen Penev2020-08-12
|\ \ | | | | | | nss: update to version 3.55 (security fix)
| * | nspr: update to version 4.27Jan Pavlinec2020-08-12
| | | | | | | | | | | | | | | | | | | | | Note: new version required by nss 3.55 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
| * | nss: update to version 3.55 (security fix)Jan Pavlinec2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-12403 CVE-2020-12401 CVE-2020-6829 CVE-2020-12400 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | glib2: add full language support hack to fix compilationRosen Penev2020-08-11
| | | | | | | | | | | | | | | | | | Otherwise, dependent packages need to all add -lintl to LDFLAGS. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13086 from ja-pa/libmaxminddb-1.4.3Rosen Penev2020-08-11
|\ \ \ | | | | | | | | libmaxminddb: update to version 1.4.3
| * | | libmaxminddb: update to version 1.4.3Jan Pavlinec2020-08-11
| |/ / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | libfmt: bump to upstream version 7.0.3Othmar Truniger2020-08-11
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | Merge pull request #13028 from neheb/ldnsssRosen Penev2020-08-07
|\ \ \ | | | | | | | | ldns: fix compilation without deprecated APIs
| * | | ldns: fix compilation without deprecated APIsRosen Penev2020-08-04
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13025 from neheb/ulffRosen Penev2020-08-07
|\ \ \ | | | | | | | | libulfius: update to 2.6.8
| * | | libulfius: update to 2.6.8Rosen Penev2020-08-07
| | | | | | | | | | | | | | | | | | | | | | | | Upstream fixed the libmicrohttp issue. Removed local patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | | liborcania: update to 2.1.1Rosen Penev2020-08-07
| | |/ | |/| | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | libssh: patch security issueJan Pavlinec2020-08-06
|/ / | | | | | | | | | | | | Fixes: CVE-2020-16135 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | Merge pull request #12549 from neheb/extrRosen Penev2020-08-05
|\ \ | |/ |/| libextractor: remove ffmpeg plugin
| * libextractor: make ffmpeg plugin depend on BUILD_PATENTEDRosen Penev2020-08-02
| | | | | | | | | | | | | | FFMpeg has patented functionality. Make libextractor respect BUILD_PATENTED. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libsodium: add autoreconfRosen Penev2020-08-03
| | | | | | | | | | | | The patch, while it works, requires autoreconf. Added. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12998 from neheb/nloh2Rosen Penev2020-08-03
|\ \ | | | | | | nlohmannjson: build with meson
| * | nlohmannjson: build with mesonRosen Penev2020-08-02
| |/ | | | | | | | | | | | | | | | | Just blindly copying the include files is not quite correct. The build system merges all of them into one file. A pkgconfig file also gets generated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13014 from tru7/libfmtRosen Penev2020-08-03
|\ \ | | | | | | libfmt: bump to version 7.0.2
| * | libfmt: bump to version 7.0.2Othmar Truniger2020-08-03
| | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | glib2: fix full language buildRosen Penev2020-08-02
| |/ |/| | | | | | | | | Needs -lintl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12994 from ↵Rosen Penev2020-08-01
|\ \ | | | | | | | | | | | | dangowrt/libsodium-build-with-scalarmult_ed25519_ref10 libsodium: compile with scalarmult_ed25519_ref10
| * | libsodium: compile with scalarmult_ed25519_ref10Daniel Golle2020-08-01
| | | | | | | | | | | | | | | | | | | | | | | | scalarmult_ed25519_ref10 was excluded from 'minimal' variant (which is what we are building) by upstream commit f5076db5f8ef27. Revert that to allow downstream projects to make use of it (eg. gnunet) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libextractor: update to 1.10Rosen Penev2020-08-01
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Made two compile options dependent on whether or not the plugins are selected. Removed autoreconf as autools files are not being patched. Added PKG_BUILD_PARALLEL for faster compilation. Added patch to fix compilation with libjpeg-turbo. libjpeg-turbo can be fixed to include this API, but it's probably better for size reasons to patch libextractor instead. Added -liconv since it seems to be needed for some reason. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | glib2: add back libiconv/host build dependencyRosen Penev2020-08-01
| | | | | | | | | | | | | | HOST_LDFLAGS are used in target builds with meson. Having -liconv is necessary because of certain hosts that lack iconv in libc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11017 from neheb/jpeg-turboRosen Penev2020-07-31
|\ \ | | | | | | libjpeg-turbo: Add new package
| * | libjpeg-turbo: Add new packageRosen Penev2020-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | It's faster than regular libjpeg with ASM optimizations for various platforms. Tests with djpeg indicate that it's twice as fast. This is meant to replace the regular libjpeg. Signed-off-by: Rosen Penev <rosenp@gmail.com>
| * | libjpeg: removeRosen Penev2020-07-31
| | | | | | | | | | | | | | | | | | | | | This library is more than 2x slower that -turbo on MIPS. It also conflicts with -turbo as they write the same InstallDev entries. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | 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>