aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* postgresql: properly handle pg_config host buildDaniel Golle2017-06-23
| | | | | | | pg_config needs to be build for each target which creates some extra complications... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libiio: add new packageMichael Heimpold2017-06-22
| | | | | | | | libiio is a library for interfacing with Linux's Industrial Input/Output (IIO) subsystem. The Linux IIO subsystem is intended to provide support for devices that in some sense are analog to digital or digital to analog converters. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* libudev-fbsd: select libevdevDaniel Golle2017-06-22
| | | | | | | select instead of depend on libevdev. Reported-by: Michał Plebański <m.plebanski4@gmail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: set include path to fix building contribsDaniel Golle2017-06-20
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: disable parallel buildDaniel Golle2017-06-20
| | | | | | It seems to break things (occasionally) Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #4498 from lynxis/libmicrohttpd0.9.55Hannu Nyman2017-06-20
|\ | | | | libmicrohttpd: update to version 0.9.55
| * libmicrohttpd: update to version 0.9.55Alexander Couzens2017-06-19
| | | | | | | | | | | | | | Compile tested on ar71xx. Runtime tested on ar71xx. Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
* | libudev-fbsd: add stubs for usbipDaniel Golle2017-06-19
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | postgresql: fix build and improve packagingDaniel Golle2017-06-19
|/ | | | | | | * make sure contrib stuff gets built and installed * refresh patches and improve Makefile while at it Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* rxtx: Fix permissions and formatFlorian Fainelli2017-06-18
| | | | | | | * Don't make the Makefile executable * run dos2unix on the Makefile Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* libinput: update to version 1.7.3 and use libudev-fbsdDaniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libudev-fbsd: add packageDaniel Golle2017-06-19
| | | | | | | | | This package provides a small udev shim originally intended for FreeBSD/devd, but it works well for our non-systemd-environment as well. It has limited features, but it's enough to detect and enumerate input devices. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libevdev: update to version 1.5.6Daniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libp11: update to version 0.4.6Daniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* glpk: update to version 4.62Daniel Golle2017-06-19
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 9.4.12Daniel Golle2017-06-19
| | | | | | Fixes CVE-2017-7484 and CVE-2017-7485. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* libowfat: update to version 0.31Daniel Golle2017-06-19
| | | | | | | now requires host-build to provide the 'ent' build-tool which generates entities.h for use in scan_html. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* gnutls: updated to 3.5.13Nikos Mavrogiannopoulos2017-06-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libtasn1: updated to 4.12Nikos Mavrogiannopoulos2017-06-18
| | | | Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
* libgphoto2: fix configure args to disable libgdLeonardo Medici2017-06-18
| | | | Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
* Merge pull request #4429 from sdwalker/cleanupHannu Nyman2017-06-17
|\ | | | | packages: cleanup Makefile variables
| * packages: cleanup Makefile variablesStephen Walker2017-06-03
| | | | | | | | | | | | 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>
* | openldap: update to 2.4.45W. Michael Petullo2017-06-14
| | | | | | | | | | | | Fixes CVE-2017-9287 Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | libplist: update to 2.0.0Lukasz Baj2017-06-13
| | | | | | | | Signed-off-by: Lukasz Baj <l.baj@radytek.com>
* | glib2: update to 2.52.2Peter Wagner2017-06-12
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | icu: Don't link icudata as a data only libraryHirokazu MORIKAWA2017-06-12
| | | | | | | | | | | | libicudata.so not build hard-float ABI Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | 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>