aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* 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>
* / / / newt: Remove python_init_once.patchJeffery To2020-03-24
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was pointed out in #11504 that the code in python_init_once.patch is incorrect; the patch does not prevent newtInit() from being called more than once (in fact it is called twice the first time initScreen() is called). Testing without the patch, using the example code from the corresponding Debian bug report[1], did not result in any segfaults. This removes the patch from the package build. Supersedes #11504. [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5 Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* | | Merge pull request #11633 from ja-pa/redis-5.0.8Hannu Nyman2020-03-23
|\ \ \ | | | | | | | | redis: update to version 5.0.8 (security fix)
| * | | redis: update to version 5.0.8 (security fix)Jan Pavlinec2020-03-23
| | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | jsoncpp: update to version 1.9.2Jan Pavlinec2020-03-23
|/ / / | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* / / libuwifi: update to latest versionNick Hainke2020-03-22
|/ / | | | | | | Signed-off-by: Nick Hainke <vincent@systemli.org>
* | Merge pull request #11578 from aleksander0m/aleksander/qmi-1-24-8Rosen Penev2020-03-20
|\ \ | | | | | | libqmi: update to version 1.24.8
| * | libqmi: update to version 1.24.8Aleksander Morgado2020-03-16
| | | | | | | | | | | | | | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-March/003248.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* | | Merge pull request #11507 from micmac1/pg-pcRosen Penev2020-03-20
|\ \ \ | | | | | | | | postgresql: fix pkg-config file