aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
* | | | | 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>
* | | | avahi: remove lssp_nonshared flagRosen Penev2020-06-17
| | | | | | | | | | | | | | | | | | | | | | | | Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5 Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libndpi: update to 3.2.0Toni Uhlig2020-06-16
| | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | Merge pull request #12409 from lnslbrty/package/libulfiusRosen Penev2020-06-15
|\ \ \ \ | |_|/ / |/| | | libulfius: new package
| * | | libulfius: new packageToni Uhlig2020-06-15
| | | | | | | | | | | | | | | | Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
* | | | oniguruma: add patch to fix NULL pointer exceptionMichael Heimpold2020-06-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I propose to carry this patch until a new upstream release includes it. For forther references see: https://github.com/openwrt/packages/issues/12403 and https://github.com/kkos/oniguruma/pull/196 Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | libzip: update to 1.7.1 (closes #12512)Michael Heimpold2020-06-14
| | | | | | | | | | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | | | Merge pull request #12511 from neheb/cap3Rosen Penev2020-06-13
|\ \ \ \ | | | | | | | | | | libcap: update to 2.36
| * | | | libcap: update to 2.36Rosen Penev2020-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove outdated patches. A different solution was applied upstream. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libxerces-c: update to 3.2.3Rosen Penev2020-06-13
|/ / / / | | | | | | | | | | | | | | | | | | | | Small adjustments for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | minizip: fix $(PKG_SOURCE) to include $(PKG_NAME) to avoid conflictsDavid Woodhouse2020-06-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Just as Rosen did for cereal in #12477. Likewise, clean up the CMAKE_OPTIONS onto separate lines for readability. Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | cereal: fix mips64 compilationRosen Penev2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added miscellaneous fixes. Fixed PKG_NAME to a sane one as v$(PKG_VERSION) can conflict with others. Separate CMAKE_OPTIONS in lines for clarity. Add JUST_INSTALL_CEREAL to fix compilation with mips64. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | google-authenticator-libpam: update to 1.09Lucian Cristian2020-06-10
| | | | | | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | | minizip: explicitly disable libbsdDavid Woodhouse2020-06-10
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #12471 Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | Merge pull request #12434 from neheb/pcreRosen Penev2020-06-10
|\ \ \ \ | | | | | | | | | | pcre: update to 8.4.4
| * | | | pcre: update to 8.4.4Rosen 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>
* | | | elektra: fully remove HostBuildRosen Penev2020-06-09
| |/ / |/| | | | | | | | | | | | | | This is cosmetic since host-compile.mk is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12428 from neheb/libaRosen Penev2020-06-08
|\ \ \ | | | | | | | | libarchive: update to 3.4.3
| * | | libarchive: update to 3.4.3Rosen Penev2020-06-06
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>