aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | libmbim: bump to 1.24.0Nicholas Smith2020-07-06
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | libpng: fix compilation with ccacheRosen Penev2020-07-05
|/ / / / | | | | | | | | | | | | | | | | | | | | It seems an extra CMake variable is needed for one of the scripts. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12711 from neheb/urcuRosen Penev2020-07-05
|\ \ \ \ | | | | | | | | | | liburcu: install pkgconfig files
| * | | | liburcu: install pkgconfig filesRosen Penev2020-07-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer versions of lttng* need these. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12679 from jonathanunderwood/getdns-1.6.0Rosen Penev2020-07-05
|\ \ \ \ \ | | | | | | | | | | | | getdns: update to version 1.6.0
| * | | | | getdns: update to version 1.6.0Jonathan G. Underwood2020-07-05
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This update also: - enables parallel builds - moves to the CMake build system - removes the redundant InstallDev stanza Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
* | / / / libpng: remove hardware optimizations for mipselRosen Penev2020-07-04
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | The mipsel optimizations are only MSA and not any DSP, which means they're useless for OpenWrt targets. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12633 from neheb/freetRosen Penev2020-07-03
|\ \ \ \ | | | | | | | | | | freetype: update to 2.10.2
| * | | | freetype: update to 2.10.2Rosen Penev2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to CMake to simplify the Makefile and to remove autotools hacks. Replaced InstallDev with CMAKE_INSTALL. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12656 from gladiac1337/liburing-0.6Rosen Penev2020-07-03
|\ \ \ \ \ | | | | | | | | | | | | liburing: new package: liburing v0.6
| * | | | | liburing: Simplify CFLAGS assignment for MUSL targetsChristian Lachner2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Simplify the way we deal with additional CFLAGS for MUSL targets Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | liburing: Re-enable stack-protection for uClibc targetsChristian Lachner2020-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove -fno-stack-protector for uClibc targets - Make TITLE a little nicer Signed-off-by: Christian Lachner <gladiac@gmail.com>
| * | | | | liburing: new package: liburing v0.6Christian Lachner2020-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add initial Makefile - Add patch to fix inttypes.h inclusion when __kernel_timespec is unavailable Signed-off-by: Christian Lachner <gladiac@gmail.com>
* | | | | | Merge pull request #12636 from neheb/png2Rosen Penev2020-07-03
|\ \ \ \ \ \ | | | | | | | | | | | | | | libpng: switch to CMake
| * | | | | | libpng: switch to CMakeRosen Penev2020-06-28
| | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplification of the Makefile. Remove no more needed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libowfat: fix compilation under GCC10Rosen Penev2020-07-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libradiotap: update to 2020-06-22Rosen Penev2020-07-02
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation with GCC10. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | opusfile: bump 0.12Eduardo Abinader2020-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes since the v0.11 release: Fix stack overflow buffering out-of-sequence streams. Fix possible divide-by-zero. Fix issues with seeking in the win32 backend. Fix an issue where the seek algorithm could be confused by stream data changing between reads. Clean up compiler and scan-build warnings. Avoid use of the deprecated ftime() function which has Y2038 problems. Remove undefined behaviour memcpy(NULL) in op_read_native(). Visual Studio project files updated for libogg 1.3.4 library name change. Various build systems updates. Various integration and testing environment improvements. Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | | check: bump 0.15.0Eduardo Abinader2020-06-30
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compiled and run in x86_64. Changes: -Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute -Refactor tests to fix signed - unsigned conversions -Refactor some Check internals to use proper interger types Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
* | | | Merge pull request #12649 from neheb/dmaplibRosen Penev2020-06-29
|\ \ \ \ | | | | | | | | | | libdmapsharing: update to 3.98
| * | | | libdmapsharing: update to 3.98Rosen Penev2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refreshed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12637 from neheb/tiffJiri Slachta2020-06-30
|\ \ \ \ \ | | | | | | | | | | | | tiff: switch to CMake
| * | | | | tiff: switch to CMakeRosen Penev2020-06-29
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows removing autotools hacks. Also simplified InstallDev section. Added ABI_VERSION parameter for proper rebuilds. Also used in the pkgconfig path fixup. Small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #12647 from neheb/gdbRosen Penev2020-06-29
|\ \ \ \ \ | | | | | | | | | | | | gdbm: fix GCC 10 multiple def compilation error
| * | | | | gdbm: fix GCC 10 multiple def compilation errorSyrone Wong2020-06-29
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
* | | | | Merge pull request #12635 from neheb/libloRosen Penev2020-06-29
|\ \ \ \ \ | |/ / / / |/| | | | liblo: switch to CMake
| * | | | liblo: switch to CMakeRosen Penev2020-06-27
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows simplifying the Makefile. Make tools option conditional on package selection. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libtirpc: remove pkgconfig hackAndy Walsh2020-06-29
| | | | | | | | | | | | | | | | | | | | | | | | * the pkgconfig hack is no longer needed Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
* | | | Merge pull request #12601 from neheb/pam2Nikos Mavrogiannopoulos2020-06-29
|\ \ \ \ | |/ / / |/| | | libpam: update to 1.4.0
| * | | libpam: update to 1.4.0Rosen Penev2020-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove upstreamed patch and add a new one to fix compilation. Add some more configure options. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libplist: add missing pkgconfig files in libplist 2.2Espen Jürgensen2020-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #12571. Same fix as Debian, see: https://github.com/libimobiledevice/libplist/commit/137716df3f197a7184c1fba88fcb30480dafd6e0#commitcomment-40099153 Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | | | Merge pull request #12610 from neheb/yamllRosen Penev2020-06-26
|\ \ \ \ | | | | | | | | | | yaml: update to 0.2.5
| * | | | yaml: update to 0.2.5Rosen Penev2020-06-25
| |/ / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12600 from neheb/fileRosen Penev2020-06-25
|\ \ \ \ | | | | | | | | | | file: update to 5.39
| * | | | file: update to 5.39Rosen Penev2020-06-25
| |/ / / | | | | | | | | | | | | | | | | | | | | Remove fedora mirror as it delivers a different file that doesn't work. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / libupnpp: update to 0.19.2Rosen Penev2020-06-25
|/ / / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12577 from neheb/shadoRosen Penev2020-06-23
|\ \ \ | | | | | | | | added libxcrypt and used for shadow-utils
| * | | libxcrypt: addRosen Penev2020-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxcrypt is an external version of libc's libcrypt. It allows to use algorithms now available with the libc. musl in OpenWrt for example patches out several algorithms for size reasons. But for shadow-utils, size does not really matter. The hashes are set to solaris as that default gives a good balance between compatibility and size. It includes: bcrypt, bcrypt_a, sha512crypt, sha256crypt, md5crypt, descrypt The STRONG default adds several algorithms not supported by shadow-utils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12574 from neheb/npupnp-gerberaRosen Penev2020-06-22
|\ \ \ \ | | | | | | | | | | Npupnp gerbera
| * | | | libnpupnp: update to 4.0.7Rosen Penev2020-06-22
| |/ / / | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-12695. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libirecovery: update to official tarballRosen Penev2020-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed autoreconf as a result. Unfortunately, the two versions are not identical. Bumped PKG_RELEASE to deal with it. Disable static libraries as they're fairly useless. Adjusted filepaths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libimobiledevice: update to 1.3.0Rosen Penev2020-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream created proper tarballs. Switch to those. Removed autoreconf as a result. Adjusted filepaths. Removed upstreamed patch. Disabled static libraries as they're not useful. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libusbmuxd: update to 2.0.2Rosen Penev2020-06-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream created proper tarballs. Switched to those. Removed autoreconf as a result. Adjusted filenames. Got rid of static compiles as they're pretty useless. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libplist: update to 2.2.0Rosen Penev2020-06-19
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream finally got a proper tarball. Switched to that. Remove autoreconf as it's no longer needed. Adjusted new filepaths. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | redis: update to version 6.0.5Jan Pavlinec2020-06-19
| | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | Merge pull request #12433 from neheb/pcre2Rosen Penev2020-06-18
|\ \ \ | | | | | | | | pcre2: updater to 10.35
| * | | pcre2: updater to 10.35Rosen Penev2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Remove autoreconf as nothing is being patched. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #12431 from neheb/gphRosen Penev2020-06-18
|\ \ \ \ | | | | | | | | | | libgphoto2: update to 2.5.25
| * | | | libgphoto2: update to 2.5.25Rosen Penev2020-06-06
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add PKG_BUILD_PARALLEL for faster compilation. Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | oniguruma: build using autotoolsEneas U de Queiroz2020-06-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cmake currently fails to compile properly. While there's a fix upstream, we can avoid carrying any patches here, and use the more stable build system, despite being slower. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>