aboutsummaryrefslogtreecommitdiff
path: root/libs
Commit message (Collapse)AuthorAge
* libs/speex: version bump and refactoringSebastian Kemper2017-07-30
| | | | | | | | | | | | | | | | | | | - speexdsp has been broken out of the speex package by upstream. The released versions of both aren't aligned (speex is at 1.2.0, speexdsp at 1.2rc3). Break out speexdsp into its own Makefile accordingly. - Don't disable VBR anymore as it has its applications (i.e. can be used with freeswitch-stable). - Prevent build system from changing our CFLAGS (--enable-sse=no). - Make integer mode depend on SOFT_FLOAT symbol so it doesn't get enabled on devices with FPUs. - Use PKG_INSTALL and remove custom Build/Compile as there is no need for this. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* Merge pull request #4623 from ejurgensen/gperf_3.1Hannu Nyman2017-07-25
|\ | | | | gperf: Update to 3.1
| * gperf: Update to 3.1ejurgensen2017-07-24
| | | | | | | | | | | | | | The patch fixes a problem where an incorrect getline.h would get included (not gperf's own which resides in ./lib) Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* | Merge pull request #4619 from diizzyy/patch-77Ted Hess2017-07-24
|\ \ | | | | | | libs/expat: Fix poor entropy compilation error
| * | libs/expat: Fix poor entropy compilation errorDaniel Engberg2017-07-23
| | | | | | | | | | | | | | | | | | | | | Add the same workaround as for the expat package in toolchain. I'm not really sure what made it work for me earlier but this seems to fix it. Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | glib2: update to 2.53.4Peter Wagner2017-07-24
| |/ |/| | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | mxml: Update URL and use PKG_HASH instead of PKG_MD5SUMejurgensen2017-07-23
|/ | | | | | Compile tested Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
* libarchive: Update to 3.3.2Daniel Engberg2017-07-20
| | | | | Update libarchive to 3.3.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* expat: Use correct checksum, add myself as co-maintainerTed Hess2017-07-17
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* Merge pull request #4574 from diizzyy/patch-64Ted Hess2017-07-16
|\ | | | | libs/opus: Update to 1.2.1
| * libs/opus: Update to 1.2.1Daniel Engberg2017-07-12
| | | | | | | | | | | | | | | | | | | | | | Update (lib)opus to 1.2.1 Compile without floating point on NEON (ARM) capable hardware to enable performance optimizations. Discussion about this change: https://github.com/openwrt/packages/pull/4574 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | Merge pull request #4572 from diizzyy/patch-63Ted Hess2017-07-16
|\ \ | | | | | | libs/expat: Update to 2.2.2
| * | libs/expat: Update to 2.2.2Daniel Engberg2017-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update (lib)expat to 2.2.2 Fixes following CVEs: CVE-2017-9233 and CVE-2016-9063 (2.2.2) Update homepage URL Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #4507 from diizzyy/patch-59Hannu Nyman2017-07-11
|\ \ \ | |_|/ |/| | libs/libx264: Update to snapshot 20170623
| * | libs/libx264: Update to snapshot 20170623Daniel Engberg2017-06-24
| | | | | | | | | | | | | | | Update libx264 to snapshot 20170623 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | Merge pull request #4561 from wertarbyte/package_libnetJo-Philipp Wich2017-07-11
|\ \ \ | | | | | | | | libnet-1.2.x: simplify build dep installation
| * | | libnet-1.2.x: simplify build dep installationStefan Tomanek2017-07-09
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Install include files and libraries into a common place; this makes compiling depending packages easier. Signed-off-by: Stefan Tomanek <stefan.tomanek@wertarbyte.de>
* | | | libs/confuse: Update to 3.2Daniel Engberg2017-07-11
| |_|/ |/| | | | | | | | | | | Update (lib)confuse to 3.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* | | sqlite3: update to 3.19.3Etienne Champetier2017-07-08
| | | | | | | | | | | | | | | | | | | | | fix possible database corruption https://www.sqlite.org/releaselog/3_19_3.html Signed-off-by: Etienne Champetier <echampetier@anevia.com>
* | | unixodbc: fix cross-compile driversDaniel Golle2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | build odbc_config for host so drivers may use it to figure out build details, patch odbc_config to return target specific values from unixodbc_conf.h. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | psqlodbc: build against staging libsDaniel Golle2017-07-08
|/ / | | | | | | | | | | | | avoid accidentally picking paths on the host for pg_config and odbc_config by supplying them as parameters to configure. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | psqlodbc: add packageDaniel Golle2017-07-07
| | | | | | | | | | | | add official PostgreSQL ODBC driver Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #4532 from dangowrt/auto-unixodbcThomas Heil2017-07-07
|\ \ | | | | | | unixodbc: auto-generate odbcinst.ini
| * | unixodbc: auto-generate odbcinst.iniDaniel Golle2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows ODBC drivers to create odbcinst.ini-snippets in /etc/odbcinst.ini.d/ which will be assembled into /tmp/etc/odbcinst.ini. /etc/odbcinst.ini is provided as a symlink pointing to /tmp/etc/odbcinst.ini Hence the unixODBC-provided PostgreSQL driver was also given an odbcinst.ini.d snippet. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | libnopoll: Fix clashes with sys/param.h and link with opensslFlorian Fainelli2017-07-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Some toolchains may automatically have sys/params.h which includes isset() backport upstream commit 675ac7b4b64d398de8a61e9c713383b8c0d9071f to fix that. Also explicitly link with openssl. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
* | | libiio: add missing dependencies to avahiMichael Heimpold2017-07-02
|/ / | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | postgresql: allow populating required DB using scriptDaniel Golle2017-07-02
| | | | | | | | | | | | | | Extend UCI mechanics to allow pre-populating a newly created database by executing SQL statements from a scripts file. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | postgresql: update to version 9.6.3Daniel Golle2017-07-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libiio: fix typo from previous commitMichael Heimpold2017-07-01
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | libiio: make optional dependencies conditionalMichael Heimpold2017-06-30
| | | | | | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* | glib2: update to 2.52.3Peter Wagner2017-06-25
| | | | | | | | Signed-off-by: Peter Wagner <tripolar@gmx.at>
* | postgresql: fix host build and correctly apply NLSDaniel Golle2017-06-24
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | libs/opus: Update to 1.2Daniel Engberg2017-06-24
|/ | | | | Update (lib)opus to 1.2 Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
* libiio: add missing dependency to libusbMichael Heimpold2017-06-24
| | | | Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* 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>