aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
...
| * | | | | | libssh: update to version 0.9.4 (security fix)Jan Pavlinec2020-04-16
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2020-1730 Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | / / / gdbm: don't build gettext-fullRosen Penev2020-04-18
| |_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | It's not necessary. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | websocketpp: Fix compile with Boost 1.70+Bruno Randolf2020-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation for newer Boost versions, same as in the websocketpp 'develop' branch: https://github.com/zaphoyd/websocketpp/pull/814 Signed-off-by: Bruno Randolf <br1@einfach.org>
* | | | | re2: update to 2020-04-01Rosen Penev2020-04-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Massive cleanup of Makefile. Remove inactive maintainer. Remove completely unused host build. Shorten title so that it shows under menuconfig. Remove pointless static/shared choice. Add C++17 patch as libcxx seems to need it with this package. Add ABI_VERSION. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | libupnp: update to 1.8.7Rosen Penev2020-04-13
| | | | | | | | | | | | | | | | | | | | | | | | remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11832 from neheb/v45lRosen Penev2020-04-13
|\ \ \ \ | | | | | | | | | | libv4l: update to 1.16.8
| * | | | libv4l: update to 1.16.8Rosen Penev2020-04-11
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed license information. Update argp dependency to be for non glibc. Added PKG_BUILD_PARALLEL for faster compilation. Added --as-needed linker flag for slightly smaller size. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | libfmt: bump to version 6.2.0Othmar Truniger2020-04-13
|/ / / | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | / libsearpc: Update to "new" version, switch to git download methodJeffery To2020-04-08
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | Upstream changed the v3.2.0 tag. Previously it referred to haiwen/libsearpc@23f581b39fa4555ede80efe2729f76e6159e8b7a; now it refers to haiwen/libsearpc@d1fd7518a20b25766ff98d6fde6e40c63626ca0d. This changes the packaged version to the "new" v3.2.0 and switches to using the git download method (technically the github_archive method), since the codeload filenames of the previous and current versions are the same but the files have different hashes. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | Merge pull request #11786 from neheb/v4llllRosen Penev2020-04-07
|\ \ | | | | | | libv4l: fix compilation under kernel 4.14
| * | libv4l: fix compilation under kernel 4.14Rosen Penev2020-04-06
| | | | | | | | | | | | | | | | | | The last patch used a macro unavailable with older kernel headers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11789 from neheb/h2oenRosen Penev2020-04-07
|\ \ \ | | | | | | | | h2o: fix compilation without engine support
| * | | h2o: fix compilation without engine supportRosen Penev2020-04-06
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11787 from neheb/shoutRosen Penev2020-04-07
|\ \ \ | | | | | | | | libshout: don't use usleep
| * | | libshout: don't use usleepRosen Penev2020-04-06
| |/ / | | | | | | | | | | | | | | | usleep is deprecated and optionally unavailable with uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / libupnp: do not use usleepRosen Penev2020-04-06
|/ / | | | | | | | | | | Deprecated and optionally unavailable under uClibc-ng. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgd: fix wrong versionRosen Penev2020-04-05
| | | | | | | | | | | | | | | | | | | | Upstream messed up and did not include getlib.sh, causing a wrong version to be applied to the library. lrwxrwxrwx 1 libgd.so -> libgd.so.VERSION -rw-r--r-- 1 libgd.so.VERSION Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libgd: fix pkgconfig fileRosen Penev2020-04-04
| | | | | | | | | | | | | | | | | | The wrong paths are specified, causing failures with depending packages that use pkgconfig. Removed CMAKE_INSTALL as a result. No point when InstallDev is explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11714 from neheb/cgrRosen Penev2020-04-02
|\ \ | | | | | | libcgroup: fix compile with newer musl
| * | libcgroup: fix compile with newer muslRosen Penev2020-03-29
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code uses __BEGIN/END_DECLS from glibc's features.h, actually sys/cdefs.h, which is deprecated. Get rid of it. Fixed license information. Fixed musl-fts dependency. It's only valid for musl. Removed autoreconf as the patch was removed. Added PKG_INSTALL for consistency between packages. Added PKG_BUILD_PARALLEL for faster compilation. Small cleanups for consistency between packages. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11696 from neheb/mtdRosen Penev2020-04-02
|\ \ | | | | | | mtdev: update to 1.1.6
| * | mtdev: update to 1.1.6Rosen Penev2020-03-28
| |/ | | | | | | | | | | | | | | | | | | Fixes input_event usage. Removed autoreconf as we're not modifying any files. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11683 from neheb/gddRosen Penev2020-04-01
|\ \ | | | | | | libgd: update to 2.30
| * | libgd: update to 2.30Rosen Penev2020-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed CPE_ID. Simplified TIFF option. Refreshed/removed upstream patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libhttp-parser: update to v2.9.4Hirokazu MORIKAWA2020-04-02
| | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | jansson: drop janssonKevin Darbyshire-Bryant2020-04-01
| | | | | | | | | | | | | | | | | | jansson is now part of openwrt core so drop it from packages feed. Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
* | | Merge pull request #11724 from jefferyto/python2-remove-pluginsHannu Nyman2020-04-01
|\ \ \ | | | | | | | | treewide: Remove Python 2 plugin/bindings/etc from non-Python packages
| * | | libupm: Remove Python 2 library packageJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | libtalloc: Remove Python 2 host build dependsJeffery To2020-04-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should not be needed and was probably added by mistake. See https://github.com/openwrt/packages/pull/9686#discussion_r371552924 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | libsearpc: Remove Python 2 bindingsJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | libmraa: Remove Python 2 library packageJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | elektra: Remove Python 2 plugin packageJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
| * | | boost: Remove Python 2 library packageJeffery To2020-04-01
| | | | | | | | | | | | | | | | Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | | gnutls: updated to 3.6.13Nikos Mavrogiannopoulos2020-03-31
|/ / / | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
* | | Merge pull request #11693 from neheb/nsprRosen Penev2020-03-31
|\ \ \ | | | | | | | | nspr: fix compilation with newer musl
| * | | nspr: fix compilation with newer muslRosen Penev2020-03-28
| | |/ | |/| | | | | | | | | | | | | Include proper sgidefs define. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #11694 from neheb/v4lRosen Penev2020-03-30
|\ \ \ | | | | | | | | libv4l: fix compilation with newer musl
| * | | libv4l: fix compilation with newer muslRosen Penev2020-03-28
| |/ / | | | | | | | | | | | | | | | | | | This is using the input_event struct directly, instead of using the proper defines. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | libuwsc: update to 3.3.4Jianhui Zhao2020-03-31
| | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | Merge pull request #11598 from neheb/xslJiri Slachta2020-03-30
|\ \ \ | |/ / |/| | libxslt: update to 1.1.34
| * | libxslt: update to 1.1.34Rosen Penev2020-03-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes all known CVEs. Various Makefile cleanups for consistency between packages. Added PIC explicitly (was implicit). Removed two extra features. Removed autoreconf and added PKG_BUILD_PARALLEL for faster compilation. Roughly matched host configure args with target ones. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | rpcsvc-proto: update to 1.4.1Rosen Penev2020-03-27
| |/ |/| | | | | | | | | | | | | | | Switched to standard tarball. Allows to get rid of build hacks. Also simplifies the Makefile a bit. Add PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libssh: fix compilation without deprecated OpenSSL APIsRosen Penev2020-03-25
| | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile. Fixed license information. Simplified big endian condition. Removed InstallDev section. CMAKE_INSTALL handles it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #11627 from neheb/pfrRosen Penev2020-03-25
|\ \ | | | | | | libpfring: update to 7.6.0
| * | libpfring: update to 7.6.0Rosen Penev2020-03-21
| | | | | | | | | | | | | | | | | | Fixes compilation with kernel 5.4. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nss: update to 3.51Lucian Cristian2020-03-25
| | | | | | | | | | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* | | Merge pull request #11649 from neheb/upnp2Rosen Penev2020-03-24
|\ \ \ | | | | | | | | libupnp: enable reuseaddr
| * | | libupnp: enable reuseaddrRosen Penev2020-03-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps applications restart safely. Disabled optssdp. Not used by anything. Disabled scriptsupport. Not used by anything. Made all configure options explicit. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #11651 from neheb/nbmfghhfRosen Penev2020-03-24
|\ \ \ \ | | | | | | | | | | libcap: apply pkgconfig fix to libpsx.pc as well
| * | | | libcap: apply pkgconfig fix to libpsx.pc as wellRosen Penev2020-03-23
| |/ / / | | | | | | | | | | | | | | | | | | | | Made a bunch of libraries explicit for clarity. Signed-off-by: Rosen Penev <rosenp@gmail.com>