aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* Merge pull request #7153 from neheb/xmlTed Hess2018-10-08
|\ | | | | xmlrpc-c: Update to 1.43.08
| * xmlrpc-c: Update to 1.43.08Rosen Penev2018-10-07
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | libuwsc: update to 3.1.0Jianhui Zhao2018-10-08
|/ | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* libpfring: disable libnlStijn Tintel2018-10-07
| | | | | | | When libnl is built, libpfring links against it. This causes the build to fail due to a missing dependency. Disable libnl to avoid this. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* libfmt: switch to github codeloadOthmar Truniger2018-10-05
| | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* libpfring: fix kmod dependencyStijn Tintel2018-10-03
| | | | | | | The kmod package was renamed from kmod-pfring to kmod-pf-ring, but the dependency was not updated. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* libpfring: add new packageBangLang Huang2018-10-02
| | | | | | | | | | | | | | PF_RING is a high speed packet capture library that turns a commodity PC into an efficient and cheap network measurement box suitable for both packet and active traffic analysis and manipulation. Moreover, PF_RING opens totally new markets as it enables the creation of efficient application such as traffic balancers or packet filters in a matter of lines of codes. github : https://github.com/ntop/pf_ring official : https://www.ntop.org Signed-off-by: BangLang Huang <banglang.huang@foxmail.com> Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> [rename kmod-pfring to kmod-pf-ring]
* libgabe: add packageDaniel Golle2018-09-30
| | | | | | only static library builds for now, seems to be sufficient for GNUnet. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libpbc: add new packageDaniel Golle2018-09-30
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libev: update to 4.24Deng Qingfang2018-09-29
| | | | | | Compile & runtime tested: ar71xx, ramips, mvebu Signed-off-by: Deng Qingfang <dengqf6@mail2.sysu.edu.cn>
* gnutls: updated to 3.5.19Nikos Mavrogiannopoulos2018-09-29
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* treewide: remove obsolete references to avr32Yousong Zhou2018-09-28
| | | | | | | This is a long overdue followup commit to openwrt/openwrt@5d9eeab ("build: remove obsolete references to cris and avr32") Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* libuwsc: Update to 3.0.4Jianhui Zhao2018-09-28
| | | | Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
* libcups: fix build for x86Luiz Angelo Daros de Luca2018-09-27
| | | | Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* glib2: update to 2.58.1Peter Wagner2018-09-25
| | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* Merge pull request #7100 from thess/boost-workTed Hess2018-09-25
|\ | | | | boost: Makefile and package changes to support builds with both Python versions selected
| * boost: Makefile and package changes to support builds with both Python 2.x ↵Ted Hess2018-09-24
| | | | | | | | | | | | | | | | and Python 3.x versions. Python versioning is automatically configured from lang/python repository xxx-version.mk files. Signed-off-by: Ted Hess <thess@kitschensync.net>
* | getdns: add note for remove libbsd dependencyGuo Li2018-09-25
| | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | getdns: remove libbsd dependencyGuo Li2018-09-25
| | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | getdns: fix missing libbsd dependencyGuo Li2018-09-25
| | | | | | | | Signed-off-by: Guo Li <uxgood.org@gmail.com>
* | libfmt: upgrade to version 5.2.1Othmar Truniger2018-09-24
| | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | Merge pull request #6995 from neheb/odbcThomas Heil2018-09-23
|\ \ | | | | | | unixodbc: Update to 2.3.7
| * | unixodbc: Update to 2.3.7Rosen Penev2018-09-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to HTTP as FTP can be problematic. uscan for example has issues figuring out the latest version. Added PKG_CPE_ID for proper CVE tracking. Reorganized Makefile for consistency with other projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #7074 from neheb/patch-41Thomas Heil2018-09-23
|\ \ \ | | | | | | | | apr: Update to 1.6.5
| * | | apr: Update to 1.6.5Rosen Penev2018-09-18
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | glib2: update to 2.56.3Peter Wagner2018-09-23
| | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | Merge pull request #6899 from diizzyy/patch-12champtar2018-09-23
|\ \ \ \ | | | | | | | | | | libs/sqlite: Update to 3.24.0
| * | | | libs/sqlite: Update to 3.24.0Daniel Engberg2018-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | Update sqlite to 3.24.0 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #6633 from cotequeiroz/libftdi1_cmake-3.12Hannu Nyman2018-09-23
|\ \ \ \ \ | |_|_|_|/ |/| | | | libftdi1: Fix compilation with cmake 3.12
| * | | | libftdi1: Fix compilation with cmake 3.12Eneas U de Queiroz2018-07-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Applied a patch submitted upstream that fixes a compilation error with cmake >= 3.12 Error: Unable to find 'swig.swg' [...] 'python.swg' Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* | | | | boost: Bump PKG_RELEASE to force buildbot re-buildsTed Hess2018-09-21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | boost: Fix mips32r1 cpu builds (exclude Boost.fiber)Ted Hess2018-09-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | Merge pull request #6981 from neheb/pngJo-Philipp Wich2018-09-19
|\ \ \ \ \ | |_|_|/ / |/| | | | libpng: Update to l.6.35
| * | | | libpng: Update to 1.6.35Rosen Penev2018-09-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes CVE-2018-13785 and CVE-2018-14048. Added PKG_CPE_ID for proper CVE tracking. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | boost: Package Makefile RevisionCarlos Miguel Ferreira2018-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Boost.Fiber is now disabled for Targets which use mips32 or mips64 cpu type. This commit fixes issue [1] [1]: https://github.com/openwrt/packages/issues/6987 Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
* | | | | glib2: Update to 2.56.2Rosen Penev2018-09-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adjusted some configure flags. Disabled some documentation to save on build time. It seems to have also fixed parallel building on mvebu at least. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | libfmt: bump to version 5.2.0Othmar Truniger2018-09-17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Othmar Truniger <github@truniger.ch>
* | | | | Merge pull request #6936 from neheb/patch-25Nikos Mavrogiannopoulos2018-09-17
|\ \ \ \ \ | | | | | | | | | | | | p11-kit: Update to 0.23.14
| * | | | | p11-kit: Update to 0.23.14Rosen Penev2018-09-02
| | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #6971 from neheb/seccNikos Mavrogiannopoulos2018-09-17
|\ \ \ \ \ \ | | | | | | | | | | | | | | libseccomp: Update to 2.3.3
| * | | | | | libseccomp: Update to 2.3.3Rosen Penev2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added PKG_BUILD_PARALLEL for faster compilation. Removed PKG_FORMAT_SECURITY as it's not needed to be disabled anymore. Removed patch as musl has been updated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #6799 from neheb/patch-27Dirk Brenken2018-09-14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libfastjson: Update to 0.99.8 + switch to tarball
| * | | | | | | libfastjson: Update to 0.99.8 + switch to tarballRosen Penev2018-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the tarball allows getting rid of autoreconf and speeding up the build. Also easier to bump the package. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | libwebsockets: bump to 3.0.1Karl Palsson2018-09-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As usual, LWS upstream completely failed to maintain their changelog. Skimming the git log by hand, probably the biggest change of note here is fixed compatibility with openssl 1.1.0 Tested on ath79. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | | | Merge pull request #6887 from neheb/tiffJiri Slachta2018-09-10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | tiff: Fix CVE-2017-17095
| * | | | | | | | tiff: Fix CVE-2017-17095Rosen Penev2018-08-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fedora does not have a fix for this but Debian does. Took fix from there. There are two more CVEs as reported by uscan but I can't seem to find patches for those. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | | Merge pull request #6354 from luizluca/hplip-3.18.6Luiz Angelo Daros de Luca2018-09-09
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Hplip 3.18.6 and (lib)cups
| * | | | | | | | libcups: import cups from old-packages (for hplip)Luiz Angelo Daros de Luca2018-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package is needed only to provide libcups.so and libcups-image.so for hplip. No ipk is generated as hplip-cups is currently disabled until full cups is provided. cups was bumped to version 2.2.8 Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
* | | | | | | | | Merge pull request #6646 from neheb/patch-18Dirk Brenken2018-09-09
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | libuvc: Update to 0.0.6 and switch to codeload
| * | | | | | | | libuvc: Update to 0.0.6 and switch to codeloadRosen Penev2018-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switched to codeload and reorganized Makefile to be more consistent with other projects. Added PKG_BUILD_PARALLEL for faster compilation. Minor whitespace fixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>