Hannu Nyman
8276f382a9
libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
...
Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).
Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804
IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Álvaro Fernández Rojas
f535396cd9
libftdi: fix cmake build issues
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-11 19:26:43 +01:00
Dov Murik
964835bccd
libs/libestr: add new package (needed for net/rsyslog)
...
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-11-11 10:00:12 -05:00
Damiano Renfer
22752a668a
libs/libsodium: update to 1.0.6
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-11-09 20:04:24 +01:00
John Crispin
c5c8dc19be
libmraa: board detection was broken after the name changed
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-11-06 22:38:57 +01:00
Ted Hess
fdb927f919
Merge pull request #1917 from thess/boost-build
...
boost: Add ignore-site-config option to bjam
2015-11-05 13:50:41 -05:00
Karl Palsson
5ccaccf03b
libwebsockets: Bump to version 1.5
...
Very minor changes in this release, but best to keep up.
Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog
Signed-off-by: Karl Palsson <karlp@remake.is>
2015-11-05 14:00:41 +00:00
Ted Hess
5becb1259e
boost: Add ignore-site-config option to bjam
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-04 15:33:10 -05:00
Steven Barth
c9c7b246ad
Merge pull request #1910 from dajhorn/liblz4-r131
...
liblz4: update to r131
2015-11-04 01:39:06 +01:00
Darik Horn
00e337755b
liblz4: update to r131
...
From the upstream NEWS file:
r131
New : Dos/DJGPP target, thanks to Louis Santillan (#114 )
Added : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118 )
Changed: xxhash symbols are modified (namespace emulation) within liblz4
r130:
Fixed : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105 )
Fixed : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106 )
Fixed : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110 )
Performance fix : big compression speed boost for clang (+30%)
New : cross-version test, by Takayuki Matsuoka
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
2015-11-01 19:24:36 -05:00
Damiano Renfer
4888daa6f5
libs/libsodium: update to 1.0.5
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-11-01 17:37:54 +01:00
Matthias Schiffer
25ca289e4d
libuecc: update to v6
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-10-25 17:11:47 +01:00
Damiano Renfer
e073ad7ca7
libs/libsodium: update to 1.0.4
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-10-24 12:07:12 +02:00
Steven Barth
6b10101b15
Merge pull request #1860 from karlp/libcoap-endian
...
libcoap: Pass endian flags down to target
2015-10-22 10:35:13 +02:00
Steven Barth
56c19739dc
Merge pull request #1866 from MikePetullo/libgee
...
libgee: add new package
2015-10-22 10:34:39 +02:00
Nikos Mavrogiannopoulos
472cb4e3a8
gnutls: update to 3.4.6
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:33:06 +02:00
John Crispin
180999e20f
libupm: add fixes for 2 sensors
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 15:59:25 +02:00
John Crispin
221c1e3d03
libupm: add package
...
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
John Crispin
896feff364
libmraa: add mraa including mips platform code
...
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
W. Michael Petullo
25f897ed98
libdmapsharing: update to 2.9.32
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-10-18 22:25:47 -04:00
W. Michael Petullo
10f280c314
libgee: add new package
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-10-18 22:20:29 -04:00
Karl Palsson
c4a8c4eae2
libcoap: Pass endian flags down to target
...
Fixes github issue #1856
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-10-14 17:18:08 +00:00
Steven Barth
1d853ac05a
all: get rid of kmod-ipv6 dependencies
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-06 09:04:29 +02:00
Peter Wagner
c136bcbddb
glib2: update to 2.44.1
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-04 12:58:22 +02:00
Anton Glukhov
bf45232591
libcoap: Add new package
...
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
2015-10-01 12:34:27 +00:00
Marko Ratkaj
5b2245131b
file: bump version to 5.25
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:22 +02:00
Anton Glukhov
ce7ae15a98
Canfestival library: add new package
...
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
2015-09-26 04:50:40 +03:00
Nikos Mavrogiannopoulos
aa8a98e6ec
libtasn1: updated to 4.7
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:07:28 +02:00
Nikos Mavrogiannopoulos
026486fc0a
gnutls: updated to 3.4.5
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:05:27 +02:00
Nikos Mavrogiannopoulos
849a3f1cb4
radcli: updated to 1.2.3
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 09:57:37 +02:00
Felix Fietkau
4e7545ff68
libcap: fix build on non-linux systems
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2015-09-18 15:51:28 +02:00
Steven Barth
86dbea4aa2
Merge pull request #1696 from plntyk/fix_opencv
...
opencv: disable precompiled headers
2015-09-15 08:29:33 +02:00
Daniel Golle
d2cb285774
libextractor: fix build with full NLS support
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-11 07:28:22 +02:00
Daniel Golle
9ddf3ded77
libinput: update to version 1.0.1
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 20:02:49 +02:00
Daniel Golle
344e27c547
libevdev: update to version 1.4.4
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 19:51:13 +02:00
Steven Barth
a59d3ba39b
libsigc++: bump to 2.5.4
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-07 10:17:26 +02:00
heil
29195f5b98
unixodbc: bump to version 2.3.4
...
Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-06 23:53:35 +02:00
Jan Čermák
718f1651e0
libevent: update to 1.4.15 (fixes CVE-2014-6272)
...
This update fixes CVE-2014-6272. Change of source URL was needed,
because the older location does not contain the latest version.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-09-01 11:26:54 +02:00
Steven Barth
d0554e68a0
Merge pull request #1730 from kissg1988/libzdb
...
libzdb: musl compatibility fix
2015-08-29 08:40:49 +02:00
Gergely Kiss
f323dd3690
libzdb: musl compatibility fix
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-29 00:55:29 +02:00
Ted Hess
27ce9f5c20
Merge pull request #1723 from thess/boost-build
...
boost: Fix building without hard float (fenv.h)
2015-08-27 15:14:15 -04:00
Michael Heimpold
704c15e711
Merge pull request #1714 from lynxis/libxml2_nonparallel
...
libxml2: disable parallel build
2015-08-27 21:12:10 +02:00
Ted Hess
fbef12c6a6
boost: Fix building without hard float (fenv.h)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 14:31:29 -04:00
Ted Hess
7e88a109f2
alsa-lib: Add missing comma to maintainer list
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 13:10:22 -04:00
Ted Hess
f149916fe1
Merge pull request #1718 from changeway/libstrophe
...
libstrophe : Update to version 0.8.8
2015-08-27 09:08:50 -04:00
Alexander Couzens
71c0915496
libxml2: disable parallel build
...
libxml2 fails to build in one of three runs.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2015-08-26 16:11:09 +02:00
Steven Barth
1ad2576aa8
libsigc++: bump to 2.5.2
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-08-25 08:43:38 +02:00
Chih-Wei Chen
02fa2b7160
libstrophe : Update to version 0.8.8
...
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2015-08-24 22:51:06 +08:00
heil
da89247736
unixodbc: update to 2.3.3
...
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:40:38 +02:00
John Crispin
62581b3851
libuv: fix download path
...
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-22 01:12:31 +02:00