Marko Ratkaj
ffc395649b
libnet: add license info
...
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-06-09 12:19:48 +02:00
heil
183ec8af2e
pcre: fix CVE-2015-3210
...
- should fix eap buffer overflow in pcre_compile2() / compile_regex()
Signed-off-by: heil <heil@terminal-consulting.de>
2015-06-08 18:14:46 +02:00
Daniel Golle
3a1b961956
toxcore: new package
...
This packages the Tox core as well as nTox and tox-bootstrapd.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-08 01:27:18 +02:00
Luka Perkov
e07a07985e
libuv: bump to 1.6.1
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-06-08 00:53:52 +02:00
Marcel Denia
58d762d6f3
db47: Bump PKG_RELEASE
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-02 15:31:09 +02:00
Marcel Denia
e7850308fd
db47: Fix format security warning
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-06-02 15:30:58 +02:00
Daniel Golle
fc488b8b10
libextractor: fix accidental versioning mess
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 15:45:50 +02:00
Daniel Golle
024ad3dba8
libextractor: package gstreamer plugin
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 15:43:26 +02:00
Daniel Golle
ee8f275172
glpk: add new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-31 12:58:52 +02:00
Marcel Denia
93bd063f5b
db47: Force pthread mutexes, bump PKG_RELEASE
...
Fixes #1312 .
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-05-31 13:40:26 +02:00
Daniel Golle
a0524dbaef
libextractor: add new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-30 23:28:39 +02:00
Nikos Mavrogiannopoulos
5244681f2d
gnutls: corrected regression with camellia cipher
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-30 22:50:55 +02:00
Nikos Mavrogiannopoulos
f97dd00458
freeradius-client: added library
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-28 19:58:58 +02:00
Jo-Philipp Wich
9e2788c96b
Merge pull request #1181 from ryzhovau/ipv6_opt
...
Optional IPv6 support
2015-05-27 18:49:06 +02:00
Karl Palsson
67b39f8f9b
libev: Import from management, with path fixes
...
Imports the latest version from the management feed, and fixes the
install paths. All example code, and desktop linux expects and installs
libev's headers to /usr/include/<ev.h> not under a subdirectory.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-05-27 10:25:56 +00:00
Etienne CHAMPETIER
9010339ec9
sqlite: update to 3.8.10.2
...
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-05-27 08:10:02 +02:00
Steven Barth
1fac3a0c3a
Merge pull request #1307 from oneru/add-qrencode
...
libqrencode: This reverts some unwelcome changes and then fixes a typo in Makefile
2015-05-26 12:56:11 +02:00
Mislav Novakovic
235168192d
libnet: add package
...
Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2015-05-26 12:51:04 +02:00
Jonathan Bennett
f51adfc331
libqrencode: fix typo in makefile
...
Fix compile error due to autoconf
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-25 23:25:36 -05:00
Jonathan Bennett
2c800f9519
Revert "qrencode: Fix build dependency (libpng)"
...
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 1e2cd3318b
.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-25 23:22:29 -05:00
Jonathan Bennett
402918835c
Revert "qrencode: Completely remove libpng dependency from package configure"
...
This commit was not made by the package maintainer and needs to be reverted.
This reverts commit 5989f6ca0b
.
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz.
2015-05-25 23:20:10 -05:00
Ted Hess
5989f6ca0b
qrencode: Completely remove libpng dependency from package configure
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-25 16:31:36 -04:00
Ted Hess
1e2cd3318b
qrencode: Fix build dependency (libpng)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-25 11:50:14 -04:00
Ted Hess
56f7e852fb
Merge pull request #1266 from antonlacon/libopus-1.1.x
...
libopus: disable building unused features
2015-05-24 13:39:26 -04:00
Steven Barth
f3df405f20
Merge pull request #1268 from dajhorn/liblz4
...
liblz4: add new package
2015-05-24 10:11:44 +02:00
Guillaume Déflache
869bab445d
protobuf: Update version to 2.6.1
...
- Unbroke MIPS support which got entirely lost since the upgrade from 2.4.1:
now all ISAs should work (MIPS1 would need kernel emulation though, untested)
- Fixed host installation which was broken on all targets
- Updated source origin to github and related variables
- Kept mipseb patch exception and MIPS16:=0 exclusion (needed for BB and CC compilation)
Only tested on a ZyXEL NBG6716 router which is MIPS32 (MIPS74Kc), ar71xx target.
Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
2015-05-21 14:41:23 +02:00
Guillaume
22b220bc77
protobuf: Add licensing info and update copyright
...
Signed-off-by: Guillaume Déflache <guillaume.deflache@ibwag.com>
2015-05-21 14:41:11 +02:00
Alexander Ryzhov
ca8eecc665
apr: respect IPv6 settings
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:15:08 +00:00
Alexander Ryzhov
84d27dccef
libtorrent: respect IPv6 settings
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-05-21 06:13:34 +00:00
Steven Barth
617ea3ff66
Merge pull request #1271 from oneru/add-qrencode
...
libqrencode: import from old packages
2015-05-20 20:20:18 +02:00
Luka Perkov
afd6d91360
libdaq: add SF mirror
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-20 19:09:03 +02:00
Jonathan Bennett
5c241d1498
libqrencode: import from old packages
...
Update to latest release
add qrencode package which contains the qrencode binary
Remove libpng dependancy
Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
2015-05-20 03:54:37 -05:00
Darik Horn
2f46e824a2
liblz4: add new package
...
Signed-off-by: Darik Horn <dajhorn@vanadac.com>
2015-05-18 19:09:03 -04:00
Ian Leonard
e97dd9fee1
libopus: disable building unused features
...
disable-doc turns off API documentation
disable-extra-programs turns off demo and test creation
Commit also removes whitespace at EOL in description.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-05-17 12:56:27 -07:00
Nikos Mavrogiannopoulos
21645ec347
libseccomp: updated to 2.2.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-17 20:10:37 +02:00
Ted Hess
877469ccfe
zmq: Make CurveZMQ security (libsodium) optional, cleanup descrition and dependencies
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-14 14:28:23 -04:00
Daniel Golle
b47fe96be4
libowfat: fix download URL
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:39:15 +02:00
Daniel Golle
a865d57de1
engine_pkcs11: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Daniel Golle
cb331a4170
libowfat: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Daniel Golle
ecf0ad2155
libp11: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-13 13:23:21 +02:00
Luka Perkov
494dc7d1e2
libuv: update to 1.5.0
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-05-13 01:57:33 +02:00
Nicolas Thill
bb61d1da8d
lttng-ust: update to 2.6.1
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-13 01:20:19 +02:00
Petko Bordjukov
bfc01f0d59
libupnpp: Bump version to 0.11.0
...
This new version introduces improvements to the OpenHome support.
Signed-off-by: Petko Bordjukov <bordjukov@gmail.com>
2015-05-13 01:51:38 +03:00
Ted Hess
5e3d7a8b96
Merge pull request #1250 from kooiot/master
...
fix missing dependency, as libsodium is required by zmq
2015-05-12 15:18:22 -04:00
Ted Hess
86668ddea4
libmpdclient: Update to 2.10
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-05-12 15:00:33 -04:00
Dirk Chang
ee69b91a18
zmq: fix missing libsodium dependency
...
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-05-13 01:14:06 +08:00
Steven Barth
4d3ae27577
Merge pull request #1191 from dangowrt/fix-nfs-kernel-server-on-musl
...
tcp_wrappers: don't set LIBS=-lnsl when building with musl
2015-05-12 09:14:08 +02:00
Syrone Wong
eb8370f5e9
libsodium: update to 1.0.3
...
Signed-off-by: Shuoyao Wang <wong.syrone@gmail.com>
2015-05-11 07:42:21 +08:00
Karl Palsson
d3fd7b1126
libwebsockets: Add maintainer/url info
...
I added the package originally, guess I should maintain it.
Signed-off-by: Karl Palsson <karlp@remake.is>
2015-05-07 14:09:12 +00:00
Karl Palsson
affb6cb9ed
libwebsockets: update to 1.4.x release.
...
This changes the ABI and .so number, so it is only suitable for
trunk packages. A patch included upstream has been dropped.
Full changelog:
https://github.com/warmcat/libwebsockets/blob/master/changelog
Signed-off-by: Karl Palsson <karlp@remake.is>
2015-05-07 14:06:04 +00:00