| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
|
|
| |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|
|
|
| |
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
|\
| |
| | |
packages: cleanup Makefile variables
|
| |
| |
| |
| |
| |
| | |
Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses and consistent section assignments
Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
|
| |
| |
| |
| |
| |
| | |
Fixes CVE-2017-9287
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| |
| |
| |
| | |
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
|
| |
| |
| |
| | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| |
| |
| |
| |
| |
| | |
libicudata.so not build hard-float ABI
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
|
| |
| |
| |
| |
| |
| | |
our local patches have been merged upstream and part of the new release
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|
| |
| |
| |
| |
| |
| | |
LZ4 moved to a Github organization.
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
|
|\ \
| | |
| | | |
Bugfix #1327
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
type length
davfs2: patched build error (#1327) when 'Compile with full language support' option was enabled
Signed-off-by: fededim@gmail.com
|
| | |
| | |
| | |
| | | |
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
|\ \ \
| | | |
| | | | |
libdmapsharing: update to 2.9.38
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
-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>
|
|\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Source: OpenWrt repo, rev 38415
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
|
|\ \ \ \
| | | | |
| | | | | |
libs/sqlite3: Update to 3190200
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Update sqlite to 3190200
Remove obsolete tarball hash variable
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libnetconf2: modify copy of .so files
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
libyang: modify copy of .so files
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
libssh: modify copy of .so files
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Antonio Paunovic <antonio.paunovic@sartura.hr>
|
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
Update (lib)confuse to 3.1
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
|
|/ / / /
| | | |
| | | |
| | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
CVE-2017-6839, CVE-2015-7747 & GCC6 patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \ \ \
| | | | |
| | | | | |
libndpi: add new package
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Peter Wagner <tripolar@gmx.at>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* 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>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Sysrepo mirror hash
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
libfreetype: bump up to the latest version v.2.7.1
|