Hannu Nyman
1509f7e27e
Merge pull request #2502 from lukbaj/master
...
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2016-03-15 10:28:18 +02:00
Lukasz Baj
2f39488cd4
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
...
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.
Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2016-03-15 09:18:47 +01:00
Álvaro Fernández Rojas
9b88a4c490
libxerces-c: update to v3.1.3
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 17:38:50 +01:00
Ted Hess
815ec8e08b
giflib: Update to 5.1.2, remove doc build
...
docbook breaks build on some hosts, skip it (in a not very elegant way)
Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-14 11:56:44 -04:00
Yousong Zhou
a0b7f467c9
Merge pull request #2413 from KurdyMalloy/poco
...
poco: add package for the Poco C++ library
2016-03-12 01:05:11 +08:00
jmjulien
6123f54c95
poco:add package for the Poco C++ library
...
POrtable COmponents is a Modern, powerful open source C++ class libraries
for building network- and internet-based applications that run on desktop,
server, mobile and embedded systems.
Original Makefile -->
https://dev.openwrt.org/browser/packages/libs/poco/Makefile
add license
add maintainer
update URL to latest github stable version (1.7.0)
change patch to the configure file
add a patch to build with musl-libc
Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-03-11 11:38:41 -05:00
Ted Hess
1263599f96
flac: Fix musl x86 build (__sigemptyset undefined)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-09 11:18:05 -05:00
Daniel Golle
4930998e8e
libinput: update to version 1.2.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 09:30:41 +01:00
Daniel Golle
9857552f66
glpk: update to version 4.58
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Karl Palsson
d6f2f3aaf4
libev: Bump to version 4.22
...
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-03-08 15:50:57 +00:00
Karl Palsson
db995186fc
libs: c-ares: Bump to version 1.11
...
Full changelog at
https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:50:22 +00:00
Karl Palsson
709a1337be
libwebsockets: Bump version to 1.7.3
...
Latest "stable" release from 1.7.x branch.
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:10:03 +00:00
Hannu Nyman
c96d6cb48d
Merge pull request #2458 from tru7/libesmtp
...
libesmtp: add ssl support, new upstream URL
2016-03-06 20:22:51 +02:00
Nikos Mavrogiannopoulos
db993dc673
gnutls: updated to 3.4.10
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-05 11:57:08 +01:00
Othmar Truniger
290358db62
libesmtp: add ssl support, new upstream URL
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-05 10:53:07 +01:00
Ted Hess
4c73560932
libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with getsubopt()
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-27 09:49:17 -05:00
Nikos Mavrogiannopoulos
f87f3fc249
Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodev
...
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
2016-02-25 17:28:52 +01:00
Ted Hess
69f2c22384
Merge pull request #2338 from thess/alsa-test
...
alsa: Update to 1.1.0, disable basic audio test (bat) utility
2016-02-23 11:02:08 -05:00
Peter Wagner
59e8dcf186
glib2: fix download path
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-02-22 22:23:31 +01:00
Peter Wagner
00a5339e7e
glib2: update to 2.46.2
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-02-22 22:21:08 +01:00
Don Rumata
5b65fbcc65
remove unnecessary libiconv dependencies
...
The compiled libaprutil library contains references to libiconv,
libiconv_open and libiconv_close functions from the full gettext
package even when the full gettext support is disabled (i.e. the
CONFIG_BUILD_NLS configuration parameter is not set). The dependency
on these ICONV functions breaks compilation of some packages that
depend on libaprutil, such as subversion:
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close'
Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
2016-02-18 15:23:11 -05:00
Daniel Golle
5e9ab7e605
libinput: update to version 1.1.7
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Daniel Golle
07ccb3c1d9
libinput: depend on eudev
...
udev was removed, depend on eudev to provide libudev.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 19:00:53 +02:00
Jacob Siverskog
9ce3f97b06
protobuf-c: Bump version to 1.2.1.
...
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2016-02-08 14:40:32 +01:00
Nikos Mavrogiannopoulos
52c82f196a
gnutls: updated to 3.4.9
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-02-03 09:56:54 +01:00
Michael Marley
13b8d4441d
alsa: Update to 1.1.0, disable basic audio test (bat) utility
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-01 11:42:41 -05:00
Luka Perkov
7141b761ef
Merge pull request #2321 from karlp/pulls/file-typos
...
libs: file: fix typo in default call
2016-01-29 18:00:48 +01:00
Karl Palsson
302b33eaa6
libs: file: fix typo in default call
...
Corrects the display and help text for file and libmagic in menuconfig.
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-27 11:14:16 +00:00
Thomas Heil
b70ed33590
Merge pull request #2273 from xypron/apr
...
libs/apr: use @APACHE download facility
2016-01-26 14:04:00 +01:00
Thomas Heil
8d3bba42e8
Merge pull request #2274 from xypron/apr-util
...
libs/apr-util: use @APACHE download facility
2016-01-26 14:03:44 +01:00
Karl Palsson
cc422ba64b
libwebsockets: bump to v1.6.2
...
Many user api changes, largely to cleanup and make more consistent.
Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-25 13:41:56 +00:00
Karl Palsson
58c51c1e2a
libwebsockets: Correctly enable IPv6 support
...
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-25 13:41:56 +00:00
heil
a5c153d7d3
unixodbc:
...
- corect fetch url
Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 14:06:18 +01:00
heil
1d3a098bb9
pcre: upgrade to 0.8.38
...
fixes:
* CVE 2015-2327 CVE 2015-2328 CVE 2015-8380 CVE 2015-8381 CVE
* 2015-8382
* CVE 2015-8383 CVE 2015-8384 CVE 2015-8385 CVE 2015-8386 CVE
* 2015-8387
* CVE 2015-8388 CVE 2015-8389 CVE 2015-8390 CVE 2015-8391 CVE
* 2015-8392
* CVE 2015-8393 CVE 2015-8394 CVE 2015-8395
Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 14:05:02 +01:00
Felix Fietkau
4751845e43
gdbm: add a gettext dependency
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-21 00:42:34 +01:00
Felix Fietkau
599f289585
boost: do not select @BUILD_NLS, it affects the whole tree
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-21 00:42:34 +01:00
Felix Fietkau
9f8e5aca34
treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Felix Fietkau
f12aae60ad
glib2: sync with default host prefix change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 20:12:37 +01:00
Felix Fietkau
a133dd69af
glib2: the host build also needs --with-libiconv=gnu
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 16:14:55 +01:00
Felix Fietkau
5014415c1c
glib2: use --with-libiconv=gnu, always required as of trunk r48396
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 14:55:48 +01:00
Felix Fietkau
3a7a4bf179
libffi: fix MIPS softfloat build issue with current binutils
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 13:24:31 +01:00
Heinrich Schuchardt
ca2e6c20ab
libs/apr-util: use @APACHE download facility
...
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:24:32 +01:00
Heinrich Schuchardt
7b3346b25c
libs/apr: use @APACHE download facility
...
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:21:04 +01:00
Daniel Golle
e53a511b68
libinput: include cmdline tools in package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
2781b83eef
libinput: update to 1.1.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
27c2d20072
libevdev: update to 1.4.6
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Dickinson
6e288a01bf
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
...
It is not enough to select package kmod-cryptodev to avoid
build failure; there must be a Makefile dependency on
kmod-cryptodev in order for the build system to ensure
kmod-cryptodev (and it's headers) are present during build.
Therefore drop the select and add a conditional dependency.
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-01-11 02:37:17 -05:00
Nikos Mavrogiannopoulos
1794ba1039
gnutls: updated to 3.4.8
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:32:08 +01:00
Jo-Philipp Wich
f9bd35d0a1
Merge pull request #2240 from ollie27/libpng
...
libpng: update to 1.2.56
2016-01-09 13:50:02 +01:00
Alexandru Ardelean
728655ac29
libs/avahi: fix warning with poll.h include on musl
...
Warning is:
#warning redirecting incorrect #include <sys/poll.h> to <poll.
Not a big issue.
But it can be annoying when building with -Werror set.
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-06 16:16:44 +02:00