aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* 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>
* | Merge pull request #12426 from neheb/xmlrRosen Penev2020-06-08
|\ \ | | | | | | xmlrpc-c: update to 1.51.06
| * | xmlrpc-c: update to 1.51.06Rosen Penev2020-06-06
| |/ | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12427 from neheb/libccRosen Penev2020-06-08
|\ \ | | | | | | libcap: update to 2.34
| * | libcap: update to 2.34Rosen Penev2020-06-06
| |/ | | | | | | | | | | Removed upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #12415 from haraldg/elektra_0.9.2Rosen Penev2020-06-08
|\ \ | | | | | | elektra: update to 0.9.2
| * | elektra: update to 0.9.2Harald Geyer2020-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * Move some plugins from libelektra-plugins to libelektra-cpp because they got reimplemented in C++. * New package libelektra-zmq * Move the crypto plugin from libopenssl to libgcrypt * Disable host build: elektra doesn't need it anymore and nobody uses kdb during package builds for now. Closes: #12307 Signed-off-by: Harald Geyer <harald@ccbib.org>
* | | Merge pull request #12407 from dwmw2/domoJosef Schlehofer2020-06-08
|\ \ \ | | | | | | | | Update Domoticz to 2020.2, and its dependencies
| * | | minizip: new packageDavid Woodhouse2020-06-06
| | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
| * | | cereal: new packageDavid Woodhouse2020-06-06
| | | | | | | | | | | | | | | | Signed-off-by: David Woodhouse <dwmw2@infradead.org>
* | | | pixman: bump to version 0.40.0Yousong Zhou2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref: https://github.com/openwrt/packages/pull/12421 Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)
* | | | pixman: switch to using mesonYousong Zhou2020-06-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com> (splits of commit)