aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libextractor: update to version 1.4Daniel Golle2017-06-12
| | | | | | our local patches have been merged upstream and part of the new release Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libs/liblz4: update to v1.7.5Darik Horn2017-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the upstream NEWS file: v1.7.5 lz4hc : new high compression mode : levels 10-12 compress more and slower, by Przemyslaw Skibinski lz4cat : fix : works with relative path (#284) and stdin (#285) (reported by @beiDei8z) cli : fix minor notification when using -r recursive mode API : lz4frame : LZ4F_frameBound(0) gives upper bound of *flush() and *End() operations (#290, #280) doc : markdown version of man page, by Takayuki Matsuoka (#279) build : Makefile : fix make -jX lib+exe concurrency (#277) build : cmake : improvements by Michał Górny (#296) v1.7.4.2 fix : Makefile : release build compatible with PIE and customized compilation directives provided through environment variables (#274, reported by Antoine Martin) v1.7.4 Improved : much better speed in -mx32 mode cli : fix : Large file support in 32-bits mode on Mac OS-X fix : compilation on gcc 4.4 (#272), reported by Antoine Martin v1.7.3 Changed : moved to versioning; package, cli and library have same version number Improved: Small decompression speed boost Improved: Small compression speed improvement on 64-bits systems Improved: Small compression ratio and speed improvement on small files Improved: Significant speed boost on ARMv6 and ARMv7 Fix : better ratio on 64-bits big-endian targets Improved cmake build script, by Evan Nemerson New liblz4-dll project, by Przemyslaw Skibinki Makefile: Generates object files (*.o) for faster (re)compilation on low power systems cli : new : --rm and --help commands cli : new : preserved file attributes, by Przemyslaw Skibinki cli : fix : crash on some invalid inputs cli : fix : -t correctly validates lz4-compressed files, by Nick Terrell cli : fix : detects and reports fread() errors, thanks to Hiroshi Fujishima report #243 cli : bench : new : -r recursive mode lz4cat : can cat multiple files in a single command line (#184) Added : doc/lz4_manual.html, by Przemyslaw Skibinski Added : dictionary compression and frame decompression examples, by Nick Terrell Added : Debianization, by Evgeniy Polyakov Signed-off-by: Darik Horn <dajhorn@vanadac.com>
* libs/liblz4: update PKG_SOURCE_URLDarik Horn2017-06-10
| | | | | | LZ4 moved to a Github organization. Signed-off-by: Darik Horn <dajhorn@vanadac.com>
* Merge pull request #4458 from fededim/masterHannu Nyman2017-06-08
|\ | | | | Bugfix #1327
| * neon: removed forced LFS support, the library automatically checks for off_t ↵Federico Di Marco2017-06-07
| | | | | | | | | | | | | | | | type length davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled Signed-off-by: fededim@gmail.com
* | libgphoto2: update package 2.5.14Leonardo Medici2017-06-06
| | | | | | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | Merge pull request #4442 from MikePetullo/libdmapsharingHannu Nyman2017-06-06
|\ \ | | | | | | libdmapsharing: update to 2.9.38
| * | libdmapsharing: update to 2.9.38W. Michael Petullo2017-06-05
| | | | | | | | | | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | | libplist: Explicitly link with zlibFlorian Fainelli2017-06-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes build errors with external toolchains that don't automatically append STAGING_DIR to the library search path: /opt/toolchains/stbgcc-4.8-1.5/lib/gcc/mipsel-linux-gnu/4.8.5/../../../../mipsel-linux-gnu/bin/ld: warning: libz.so.1, needed by /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so, not found (try using -rpath or -rpath-link) /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzopen64' /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdirect' /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzclose' /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzwrite' /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzdopen' /local/users/fainelli/openwrt/trunk/staging_dir/target-mipsel-linux-gnu_glibc/usr/lib/libxml2.so: undefined reference to `gzread' collect2: error: ld returned 1 exit status make[5]: *** [plistutil] Error 1 make[5]: Leaving directory `/local/users/fainelli/openwrt/trunk/build_dir/target-mipsel-linux-gnu_glibc/libplist-1.13/tools' Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | alsa-lib: update to 1.1.4.1Peter Wagner2017-06-05
| | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | libcanfestival: Don't force -fhonour-optsFlorian Fainelli2017-06-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fhonour-copts is an OpenWrt/LEDE toolchain specific patch, forcing it will make external toolchain fail to build this package. What we need instead is a way to override CFLAGS from the different Makefile files so rename the patch to illustrate that. Fixes: 317c2469d923 ("libcanfestival: fix several small build process issues") Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | Merge pull request #4274 from DocLM/gphoto2Hauke Mehrtens2017-06-03
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gphoto2 and libgphoto2: add package Maintainer: me / @DocLM Compile tested: (ramips, mt7688, LEDE 17.01.0) Run tested: (ramips, mt7688, LEDE 17.01.0) Description: Add libgphoto2 with modular camlibs and gphoto2 packages
| * | | libgphoto2: add package 2.5.13doclm2017-04-19
| | | | | | | | | | | | | | | | | | | | Source: OpenWrt repo, rev 38415 Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* | | | Merge pull request #4415 from diizzyy/patch-49champtar2017-06-02
|\ \ \ \ | | | | | | | | | | libs/sqlite3: Update to 3190200
| * | | | libs/sqlite3: Update to 3190200Daniel Engberg2017-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update sqlite to 3190200 Remove obsolete tarball hash variable Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | Merge pull request #4405 from sartura/symlink-soversion-libnetconf2Luka Perkov2017-06-01
|\ \ \ \ \ | | | | | | | | | | | | libnetconf2: modify copy of .so files
| * | | | | libnetconf2: modify copy of .so filesAntonio Paunovic2017-05-29
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | | | Merge pull request #4404 from sartura/symlink-soversion-libyangLuka Perkov2017-06-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | libyang: modify copy of .so files
| * | | | | | libyang: modify copy of .so filesAntonio Paunovic2017-05-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | | | | | Merge pull request #4406 from sartura/symlink-soversion-libsshLuka Perkov2017-06-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | libssh: modify copy of .so files
| * | | | | | libssh: modify copy of .so filesAntonio Paunovic2017-05-29
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
* | / / / / libs/confuse: Update to 3.1Daniel Engberg2017-05-31
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Update (lib)confuse to 3.1 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | | | alsa-lib: update urlsPeter Wagner2017-05-29
|/ / / / | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | libaudiofile: Multiple bug fixes, CVE-2017-6837, CVE-2017-6838, ↵Ted Hess2017-05-28
| | | | | | | | | | | | | | | | | | | | | | | | CVE-2017-6839, CVE-2015-7747 & GCC6 patches Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | Merge pull request #4049 from hbl0307106015/masterHannu Nyman2017-05-24
|\ \ \ \ | | | | | | | | | | libndpi: add new package
| * | | | libndpi: add new packageBangLang Huang2017-02-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nDPI is an open source LGPLv3 library for deep-packet inspection. Based on OpenDPI it includes ntop extensions. It had been tried to push the source code into the OpenDPI source tree but nobody answered emails so the ntop team had decided to create their own source tree. github site: https://github.com/ntop/nDPI official site: http://www.ntop.org/ Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
* | | | | alsa-lib: update to 1.1.4Peter Wagner2017-05-24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | | | | avro: Apache Avro C Library 1.8.2John Clark2017-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Clark <inindev@gmail.com> Tested-by: John Clark <inindev@gmail.com>
* | | | | udns: initial version 0.4Yousong Zhou2017-05-22
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* | | | | faad2: Upgrade to lastest Debian patches, cleanup build procsTed Hess2017-05-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libmpdclient: Upgrade to 2.11Ted Hess2017-05-20
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* | | | | libs/libsodium: update to 1.0.12Damiano Renfer2017-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update to 1.0.12 * Use PKG_HASH instead of PKG_MD5SUM * Add libsodium github link in PKG_SOURCE_URL Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
* | | | | libssh: switch from git to release downloadLuka Perkov2017-05-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* | | | | Merge pull request #4355 from sartura/sysrepo_mirror_hashLuka Perkov2017-05-14
|\ \ \ \ \ | | | | | | | | | | | | Sysrepo mirror hash
| * | | | | libnetconf2: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
| * | | | | libyang: add PKG_MIRROR_HASHMislav Novakovic2017-05-12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | | libuv: bump to 1.11.0Luka Perkov2017-05-14
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
* | | | | add libnetconf2Mislav Novakovic2017-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | add libyangMislav Novakovic2017-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | add libsshMislav Novakovic2017-05-11
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
* | | | | Merge pull request #4272 from val-kulkov/libfreetype-packageHannu Nyman2017-05-08
|\ \ \ \ \ | | | | | | | | | | | | libfreetype: bump up to the latest version v.2.7.1
| * | | | | libfreetype: bump up to the latest version v.2.7.1Val Kulkov2017-04-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the freetype font library to v.2.7.1. Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
* | | | | | gnutls: updated to 3.5.11Nikos Mavrogiannopoulos2017-05-08
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* | | | | | libwebsockets: bump to 2.2.1Karl Palsson2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog is https://github.com/warmcat/libwebsockets/blob/v2.2.1/changelog Since 2.0.3, the last version packaged, banner highlights are: * mountains of work on lws being it's own webserver * fixes apparently, but they don't get changelog entries. Signed-off-by: Karl Palsson <karlp@etactica.com>
* | | | | | libcares: bump to 1.12.0Karl Palsson2017-05-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Full changelog available at: https://c-ares.haxx.se/changelog.html#1_12_0 Mostly minor bugfixes and documentation improvements Signed-off-by: Karl Palsson <karlp@etactica.com> Signed-off-by: Karl Palsson <karlp@remake.is>
* | | | | | tiff: update to version 4.0.7 with CVE fixesJiri Slachta2017-05-04
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jiri Slachta <jiri@slachta.eu>
* | | | | | protobuf: upgrade to version 3.3Per Sandström2017-05-02
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
* | | | | | Merge pull request #4276 from mhei/libcanfestivalMichael Heimpold2017-04-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | libcanfestival: fix several small build process issues
| * | | | | | libcanfestival: use http download instead of hg checkoutMichael Heimpold2017-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was suggested by @hnyman because hg is not a prerequisite in LEDE or Openwrt, so using that should be avoided, if possible. The tricky part is that the filename is appended to the URL, thus we construct/use an URL where the appended filename does not hurt. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
| * | | | | | libcanfestival: fix several small build process issuesMichael Heimpold2017-04-18
| | |_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch tries to address the following package issues: - the upstream hg repository seems to contain some invalid timestamps, at least the following warning are generated during package compilation (only one example): emcy.c: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999 This can be fixed by touching all files after unpacking, thus tar is now given the -m switch. - one or more LEDE buildbot(s) do not have hg tool installed and thus are not able to checkout the sources from upstream This patch populates PKG_MIRROR_HASH in the hope that the buildbot's first try is to download an already packed source tarball prior to checkout it out from upstream. - While at packaging from upstream, use the common infrastructure, i.e. use a source date etc. This also results in tar.xz files and thus reduces the disk footprint a little bit. - during compilation the follwing warning could be observed: cc1: note: someone does not honour copts correctly, passed 0 times To silent down these warning, patch the Makefiles and pass the expected option. Important note: changes are only compile tested due to missing hardware at hand. Signed-off-by: Michael Heimpold <mhei@heimpold.de>