Jiri Slachta
02c8f0aae9
libssh2: update to version 1.6.0
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-07-04 23:01:47 +02:00
Ted Hess
79a63ec038
zmq: Make 2 variants, refresh patches, fix C++ build issues
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-04 10:51:52 -04:00
Jo-Philipp Wich
72a483f759
check: fix fortify source compatibility
...
Let `./configure` assume C99 compliant `snprintf()` and `vsnprintf()` functions
by passing the required cache variables via `CONFIGURE_VARS`.
Fixes fortify-source related undeclared function errors when compiling the
`tests/` directory.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-30 10:59:28 +02:00
Hauke Mehrtens
dd7b5a4240
boost: do not fail when no shared libs were build
...
When only boost is selected without any specific boost library no *.so
file will be build and the InstallDev part is failing. Instead of
checking if there is a lib directory just try to copy the libs and do
not fail in case of an error.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-06-29 23:44:15 +02:00
Jo-Philipp Wich
bc4d049918
libnet-1.2.x: fix uClibc regression caused by #1410
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-29 18:00:44 +02:00
Daniel Golle
9b77833a7b
libinput: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:09:35 +02:00
Daniel Golle
9d35fd7fb3
libevdev: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-28 19:09:35 +02:00
Jo-Philipp Wich
be56395a63
Merge pull request #1479 from jow-/pthsem-musl-compat
...
pthsem: fix musl and fortify source compatibility
2015-06-28 14:50:46 +02:00
Ted Hess
19d76b3b32
boost: force build of meta-package to satisfy other package dependencies
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-26 16:49:11 -04:00
Jo-Philipp Wich
e86ca8c6e1
Merge pull request #1464 from jow-/c-ares-fortify-source-fix
...
c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
2015-06-26 15:51:15 +02:00
Jo-Philipp Wich
f1fbc7f51e
pthsem: fix musl and fortify source compatibility
...
This commit addresses two issues encountered while building pthsem for
x86_64/musl:
1) Autoconf incorrectly assumes a broken Glibc and thus falls back
to Linux compatibility code which runs into an unsupported
platform error with musl libc. Since musl provides a proper
implementation of `sigaltstack(2)`, force configure to use the
POSIX compliant code when musl libc is used.
2) The `pth_syscall.c` file undefines various libc function names
which breaks the indirection set up by fortify-source headers,
therefore forcibly disable fortify source in the OpenWrt Makefile.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-26 12:13:03 +02:00
Daniel Golle
edb90c8ded
Merge pull request #1326 from dangowrt/update-libmicrohttpd
...
libmicrohttpd: update source
2015-06-25 23:33:47 +02:00
Daniel Golle
9e221b6b83
libmicrohttpd: import fixes from subversion repo
...
Fixes a memleak as well as a bug in digest authentication.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-25 23:28:54 +02:00
Daniel Golle
24056cfdad
libmicrohttpd: get rid of OpenSSL dependency
...
Depending on both, GnuTLS and OpenSSL doesn't make sense, we should
use either TLS implementation but not both. Use GnuTLS for now and
get rid of OpenSSL dependency by explicitely telling the package's
build-system to do so using CONFIGURE_ARGS.
If future uses of libmicrohttpd require OpenSSL, it probably makes
most sense to build several variants of the package, i.e.
libmicrohttpd-openssl as well as libmicrohttpd-gnutls. As with most
packages making use of any TLS implementation, these are build-time
decissions resulting in conflicting variants of the same package
which cannot be installed simultanously.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-25 23:25:46 +02:00
Daniel Golle
e14423f866
libmicrohttpd: update source
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-25 23:25:45 +02:00
Nicolas Thill
9aa904b04b
libv4l: fix musl compatibility on 64-bits
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-06-25 17:10:31 +02:00
Jo-Philipp Wich
2e73fcd4b0
c-ares: fix build with CONFIG_PKG_FORTIFY_SOURCE*
...
When fortify source is enabled, the c-ares configure script will abort with:
configure: CFLAGS error: CFLAGS may only be used to specify C compiler flags, not macro definitions. Use CPPFLAGS for: -D_FORTIFY_SOURCE=1
Change the OpenWrt Makefile to move any -D flags from TARGET_CFLAGS to
TARGET_CPPFLAGS in order to satisfy `configure`.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-25 12:57:36 +02:00
Daniel Golle
5b6dbc15f5
hiredis: add new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-24 17:41:30 +02:00
Steven Barth
63adc2175a
Merge pull request #1368 from kissg1988/libevhtp-1.1
...
libevhtp-1.1: package added
2015-06-22 17:15:21 +02:00
Steven Barth
103f622523
Revert "mysql: disable SSP for ppc (toolchain issue?)"
...
This reverts commit e1e671139c
.
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-22 12:03:48 +02:00
Karl Palsson
4c2a42b912
libev: Update to 4.20
...
Minor release, changes from upstream:
- prefer noexcept over throw () with C++ 11.
- update ecb.h due to incompatibilities with c11.
- fix a potential aliasing issue when reading and writing
watcher callbacks.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-06-21 22:51:10 +00:00
Daniel Golle
9b50e5d901
libextractor: build against libarchive-noopenssl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 21:33:52 +02:00
Daniel Golle
df1df03a2f
libarchive: add build-variant without libopenssl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-21 15:28:24 +02:00
Ted Hess
34a5b2fb6f
libnetfilter: packages moved to trunk git.openwrt.org/openwrt.git
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-20 11:49:30 -04:00
Nikos Mavrogiannopoulos
cb36792aa2
libradcli: added package to replace freeradius-client
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-20 13:56:25 +02:00
Steven Barth
e1e671139c
mysql: disable SSP for ppc (toolchain issue?)
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-19 16:52:58 +02:00
Luka Perkov
95f5cf9c04
Merge pull request #1410 from jow-/libnet-musl-compat
...
libnet-1.2.x: fix musl compatiblity
2015-06-18 23:49:41 +02:00
Ted Hess
327f74e884
Merge pull request #1413 from thess/libv4l-fix
...
libv4l: Fix musl compatibility, update to 1.6.3
2015-06-18 08:30:44 -04:00
Yousong Zhou
d5697f6a95
libpam: fix build.
...
- Update PKG_MD5SUM.
- Update PKG_RELEASE.
- Update patch 0001- to always use /lib directory.
- Refresh other patches.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-06-18 18:07:01 +08:00
Luka Perkov
530772b9d0
Merge pull request #1412 from jow-/libdaq-musl-compat
...
libdaq: fix musl compatibility
2015-06-18 10:14:25 +02:00
Ted Hess
6104632bc2
libv4l: Fix musl compatibility, update to 1.6.3
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-17 18:02:03 -04:00
Jo-Philipp Wich
c83350fd91
libdaq: fix musl compatibility
...
Change occurences of `sys/unistd.h` to the standard `unistd.h` include.
Fixes build against musl.
Also refresh existing patch since it applied with fuzz.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 23:47:52 +02:00
Jo-Philipp Wich
e4925c1efd
libnet-1.2.x: fix musl compatiblity
...
The correct includes for musl are protected by an __GLIBC__ check in the
upstream sources.
Since musl does not provide own defines to identify itself, simply invert
the condition to !__UCLIBC__ in order to fix the build on all libc flavors
supported by OpenWrt.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-06-17 23:36:41 +02:00
Nikos Mavrogiannopoulos
b3d2d64928
gnutls: updated to 3.4.2
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-17 20:47:21 +02:00
Ted Hess
eba5ce8042
Merge pull request #1401 from kooiot/master
...
libzmq upgrade to 4.1.1 lzmq upgrade to 0.4.3
2015-06-17 12:49:40 -04:00
Dirk Chang
3ff4d6dda5
libzmq upgrade to 4.1.1
...
lzmq upgrade to 0.4.3
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-06-17 22:56:26 +08:00
Yousong Zhou
9f35f2a9e5
libpam: bump to 1.2.0
...
- Add configure options --disable-nis, --disable-regenerate-docu
- 000-OE-libpam-xtests.patch is not relevant in OpenWrt
- 001-no_nis.patch was dropped because we now --disable-nis
- 002-no_yywrap.patch was dropped be cause it was fixed in 1.2.0
- 003-no_doc was dropped because we ignore doc/ with
--disable-regenreate-docu
- 004-fix_lib64 was replaced by new 0001-build-use-host_cpu...
- pam_rhosts will not be built with musl because ruserok{,_af{
are not available
- pam_lastlog will not be built with musl because logwtmp is missing
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-06-17 21:46:59 +08:00
Yousong Zhou
3083b9ccb3
libpam: fix compilation with musl.
...
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2015-06-16 21:24:57 +08:00
Steven Barth
9f5d9acb5f
elfutils: moved to base
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-06-15 09:56:57 +02:00
Ted Hess
c6e4370b19
argp-standalone: Moved to git.openwrt.org/openwrt.git
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-14 20:30:56 -04:00
Nikos Mavrogiannopoulos
8b22db13d2
libseccomp: corrected typo in patch
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-06-15 00:22:40 +02:00
Nikos Mavrogiannopoulos
dfec11ef48
Merge pull request #1345 from dangowrt/fix-libseccomp-with-musl
...
libseccomp: work-around prctl.h mess
2015-06-15 01:20:11 +03:00
Daniel Golle
b065013042
libevdev: work around macro definition missing in uClibc
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-14 22:33:19 +02:00
Gergely Kiss
1f8033c63f
libevhtp-1.1: package added
...
seafile-server seems to have compatibility issues with the 1.2 branch of
libevtp. This package makes it possible to build seafile against a
supported version, 1.1.7.
2015-06-14 18:01:25 +02:00
Daniel Golle
939f2e2dc5
libextractor: build giflib plugin
...
Cherry-picked r34095 'Add giflib-5.1.0 compatibility' into patches to
fix build against recent versions of giflib.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-12 08:03:05 +02:00
Ted Hess
99263ff573
giflib: Import from oldpackages, update to latest version, add myself as maintainer
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-06-11 16:17:41 -04:00
Daniel Golle
ca738e067b
libinput: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:48 +02:00
Daniel Golle
7fef81c10d
mtdev: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:47 +02:00
Daniel Golle
615e26e446
libevdev: new package
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-10 18:17:47 +02:00
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
Daniel Golle
e1a1eed25f
libseccomp: work-around prctl.h mess
...
musl doesn't allow including both, sys/prctl.h and linux/prctl.h.
Thus include linux/prctl.h only on GLIBC systems (that includes
uClibc which defines __GLIBC__)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-04 14:44:40 +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
Nikos Mavrogiannopoulos
606d375b6f
gnutls: updated to 3.4.1
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-05-04 18:41:07 +02:00
heil
c2f5b6fac4
pcre: update to 8.37
...
- fixes CVE-2015-2325, CVE-2015-2326, CVE-2008-2371
Signed-off-by: heil <heil@terminal-consulting.de>
2015-05-04 18:07:17 +02:00
heil
7c331284e0
apr: upgrade to 1.5.4
...
Signed-off-by: heil <heil@terminal-consulting.de>
2015-05-04 17:53:27 +02:00
claymore
46663ca803
Boost Patch update
...
This update follows after the previous update[1]
Due to the Boost Dev patch submited in [2], this commit also updates
the boost patch in order to, instead of excluding all architectures
that do not support -m32 and -m64 options, it now includes only the
architectures that do support it.
[1]: https://github.com/openwrt/packages/pull/1186
[2]: https://github.com/boostorg/build/pull/76
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-05-04 00:47:21 +01:00
Ted Hess
a73b57c5f9
Merge pull request #1227 from antonlacon/libvorbis-1.3.x
...
libvorbis: upgrade to 1.3.5
2015-05-03 15:01:51 -04:00
Daniel Golle
544486252c
tcp_wrappers: don't set LIBS=-lnsl when building with musl
...
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-05-03 15:12:33 +02:00
Nicolas Thill
09a07e9f21
libwebsockets: don't use github conflicting tag archives ( #1051 )
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-05-01 04:52:50 +02:00
Steven Barth
347022155f
Merge pull request #1199 from kooiot/master
...
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings...
2015-04-28 08:51:37 +02:00
Dirk Chang
b381751752
Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
...
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2015-04-27 20:34:27 +08:00
Steven Barth
f0d8226753
Merge pull request #1135 from kevinmehall/parallel
...
Allow glib2, dbus, and bluez to build in parallel
2015-04-27 11:40:56 +02:00
claymore
e95ae524f7
Added patch for Boost.Build
...
Unfortunatly, due to changes in Boost, Boost.Build for version 1.58.0
requires a patch for gcc.jam. This patch prevents bjam from adding
-m32 and -m64 options to gcc compiler, when compiling for targets
that use the mips1 arch.
Patch initially provided by paalsteek (https://github.com/paalsteek )
Bug discussed here: https://github.com/openwrt/packages/issues/1160
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-04-24 03:06:57 +01:00
Nikos Mavrogiannopoulos
38fc6f9df9
Merge pull request #1176 from ryzhovau/gnutls_librt
...
gnutls: fix compilation with external toolchain
2015-04-23 22:20:29 +03:00
Alexander Ryzhov
acae17897f
gnutls: fix compilation with external toolchain
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 10:00:34 +00:00
Alexander Ryzhov
2ded312918
Remove libcrypto dependency
...
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-04-23 08:29:38 +00:00
Vladimir Ulrich
b5ec22c28c
[libs/gnutls] Added gettext-version fixup,
...
updated OpenWrt header, added license information.
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-04-22 16:33:42 +03:00
Nikos Mavrogiannopoulos
407c821e31
gnutls: install libgnutls.so
...
Resolves #1162
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-21 19:31:08 +02:00
Nikos Mavrogiannopoulos
e76eacc6d9
gnutls: enable openssl compatibility mode by default
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-21 17:44:58 +02:00
Nikos Mavrogiannopoulos
3018b32bbe
gnutls: updated to 3.4.0
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-20 23:47:12 +02:00
Steven Barth
09f95f7b2e
Merge pull request #1153 from ClaymorePT/master
...
boost 1.58.0
2015-04-20 05:45:07 +02:00
claymore
d92f26bf5e
boost 1.58.0
...
Updated boost lib to version 1.58.0
- Added New Libraries: Endian and Sort
Boost Release Notes: http://www.boost.org/users/history/version_1_58_0.html
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-04-20 04:32:30 +01:00
Nicolas Thill
4067943658
yaml: import libyaml from old packages feed
...
- add license info
- add myself as maintainer
- put in a "Languages" submenu
- install pkgconfig .pc dev file
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-18 08:16:22 +02:00
Nicolas Thill
1665d4b4cd
ldns: import from old packages feed
...
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-04-17 23:23:56 +02:00
Ian Leonard
04057dbbc9
libvorbis: upgrade to 1.3.5
...
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2015-04-11 19:58:46 -07:00
Luka Perkov
e632f4852d
nspr: abandon package
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-04-11 17:36:16 +02:00
Kevin Mehall
14bfb3a5f8
Allow glib2, dbus, and bluez to build in parallel
...
Signed-off-by: Kevin Mehall <km@kevinmehall.net>
2015-04-10 14:55:21 -07:00
Luiz Angelo Daros de Luca
a33bc8baf5
libvpx: updated to 1.4.0
...
This update brings some fixes for VP9.
https://chromium.googlesource.com/webm/libvpx/+/v1.4.0
Also, it is ABI incompatible but the only known user of libvpx
is gst1-plugins-good, which is already compatile:
https://bugzilla.gnome.org/show_bug.cgi?id=739476
gst1-plugins-good has released bumped in order to rebuild.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-04-06 10:58:59 -03:00
Steven Barth
96d2d0e023
Merge pull request #1111 from plntyk/new_package_sbc
...
new package: sbc
2015-04-06 11:47:08 +02:00
Nikos Mavrogiannopoulos
822c18cb87
gnutls: updated to 3.3.14
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-04-03 19:55:00 +02:00
Dirk Neukirchen
a11c86ce28
new package: sbc
...
contains Low Complexity Subband Coding needed for A2DP support in pulseaudio
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-04-02 10:01:56 +02:00
Steven Barth
119c44dc1b
Merge pull request #1104 from Wedmer/master
...
[libs/fftw3] Moved from oldpackages and updated to a most recent version...
2015-03-31 21:40:51 +02:00
Vladimir Ulrich
50a0136a69
[libs/fftw3] Moved from oldpackages and updated to a most recent version.
...
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2015-03-31 20:51:37 +03:00
Álvaro Fernández Rojas
60bdade49c
libxerces-c: update to latest version, clean configure and fix iconv dependencies
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-03-31 19:27:16 +02:00
John Crispin
66644f229e
gdbm: fixes build for gettext 1.9
...
the package fails to build on SDK builder2
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-29 14:49:53 +02:00
John Crispin
6db4640fe1
libtasn1: fix md5sum
...
the SDK builder breaks on this package due to a bad md5sum
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-03-29 06:31:51 +02:00
Nikos Mavrogiannopoulos
2c19060e0b
libtasn1: updated to 4.4
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-29 21:03:36 +02:00
Ted Hess
e3532da370
avahi: Enable IPv6 by default
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-24 11:45:12 -04:00
Mirko Vogt
4dbeaacf20
Merge branch 'master' of https://github.com/openwrt/packages
2015-03-23 21:00:57 +01:00
Mirko Vogt
d6b7702640
[pcre] also package 16bit variant
2015-03-23 20:59:08 +01:00
Stijn Tintel
735a525ee8
avahi: remove optional dependency on libssp
...
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2015-03-20 17:45:23 +01:00
Daniel Golle
73094db36f
avahi: avahi-autoipd uses libssp if SSP_SUPPORT is enabled
...
Found on an all-y build with SSP enabled:
Package avahi-autoipd is missing dependencies for the following libraries:
libssp.so.0
Adding the missing dependency to address that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-03-15 12:12:48 +01:00
Nikos Mavrogiannopoulos
2ad3706813
libtasn1: updated to 4.3
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-14 14:14:19 +01:00
Michael Heimpold
5b0b49234b
libmodbus: update to 3.1.2
...
Although this version is marked 'unstable' by upstream, it's very
robust and stable. So give it a broader audience for testing.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-13 22:32:26 +01:00
Nikos Mavrogiannopoulos
522e047be2
removed Build/Configure part
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-12 18:50:19 +01:00
Nikos Mavrogiannopoulos
e3199d1ffe
seccomp: depends on CONFIG_KERNEL_SECCOMP
...
Resolves #935
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-03-12 18:29:54 +01:00
Steven Barth
6e3418ae9e
Merge pull request #1027 from tru7/pthsem
...
pthsem: streamline makefile
2015-03-12 07:21:25 +01:00
Othmar Truniger
7ae9c98341
libesmtp: streamline makefile
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:33:42 +01:00
Othmar Truniger
4d393adb67
pthsem: streamline makefile
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-03-11 23:10:10 +01:00
Etienne CHAMPETIER
4f5b0b6a74
sqlite3: update to 3.8.8.3
...
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-03-10 22:28:26 +01:00
Michael Heimpold
f9aed6ae3f
libugpio: import from oldpackages and upgrade to 0.0.6
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-03-07 00:10:20 +01:00
Marcel Denia
86c614e69d
libidn: Update to 1.30
...
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-03-06 14:36:25 +01:00
Luka Perkov
5f49225e71
libuv: add package
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-03-04 22:11:29 +01:00
Dirk Neukirchen
a76e6de3ff
gnutls: cleanup old code
...
- rpath is not necessary (buildroot does not use it too)
- SED of paths in configure does not seem needed (from pre 3.x version)
- remove configure section
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:36:27 +01:00
Dirk Neukirchen
dc2a4e50c8
gnutls: fix build with librt
...
compile errors in config phase with ArchLinux and Fedora 20
config.log trying to link with -I/usr/lib/librt.so:
/usr/lib/librt.so: undefined reference to `gettimeofday@GLIBC_2.2.5'
or Fedora20:
/usr/lib/librt.so: error adding symbols: File in wrong format
linkage is AC_LIB_HAVE_LINKFLAGS macro behaviour
see http://marc.info/?l=gnulib-bug&m=129660262901148
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-03-04 10:35:58 +01:00
Ted Hess
ebdd36c783
Merge pull request #976 from thess/boost-work
...
boost: reorganize menus, fix some build dependencies and ABI selections
2015-03-03 07:58:05 -05:00
Ted Hess
c23be55aa9
libv4l: Update to latest version 1.6.2
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 17:15:42 -05:00
Steven Barth
47d28bcf80
Merge pull request #974 from lijpsummer/master
...
update opencv version as 2.4.11
2015-03-02 21:18:25 +01:00
Ted Hess
39464f9cb5
boost: reorganize menus, fix some build dependencies and ABI selections
...
Add meta-package with all libraries when CONFIG_ALL selected.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-03-02 13:23:42 -05:00
Jianping Li
e6503d16a6
update opencv version as 2.4.11
...
Signed-off-by: Jianping Li <summer@wrtnode.com>
2015-03-02 16:59:52 +00:00
Steven Barth
f2d9e75d83
libsigc++: bump to 2.4.1
...
Signed-off-by: Steven Barth <steven@midlink.org>
2015-03-02 10:02:10 +01:00
Gergely Kiss
2e9d2f3faf
libevhtp: update to version 1.2.10
...
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-03-01 18:24:23 +01:00
Nikos Mavrogiannopoulos
095ae50d35
libseccomp: remove legacy cruft
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-27 17:28:44 +01:00
Nikos Mavrogiannopoulos
de7630145d
gnutls: updated to 3.3.13
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-25 23:18:28 +01:00
Ted Hess
d0a772521d
Merge pull request #952 from ClaymorePT/master
...
boost: Dependencies, architectures updates and lib additions
2015-02-24 17:55:08 -05:00
Johannes Morgenroth
ca708b1dcf
ibrdtn: Updated to 1.0.1
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
Johannes Morgenroth
daa883709e
ibrcommon: Updated to 1.0.1
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-02-24 17:43:35 +01:00
cmf
97f27fe505
boost 1.57.0
...
Added MIPS (o32 and 64 abi) and Arm (aapcs abi) support. Everything else defaults to sysv.
Added Boost.Locale iconv dependency
- uCLibc does not implement monetary.h and because of that boost.locale.posix is off. For everything else it is on.
- For details check here: http://www.boost.org/doc/libs/1_57_0/libs/locale/doc/html/building_boost_locale.html
Added Boost.Context, Boost.Container, Boost.Coroutine and Boost.Log
Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2015-02-24 16:24:33 +00:00
ejurgensen
72254d534a
libunistring: update to 0.9.5
...
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2015-02-22 23:03:03 +01:00
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-22 02:37:56 +01:00
Nicolas Thill
7461d7f44a
ortp: moved to telephony feed
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-21 05:09:33 +01:00
Nicolas Thill
791607c488
ortp: fix md5sum, change download url (thanks to hnyman)
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-18 20:42:57 +01:00
claymore
9e30e779f9
boost: makefile and patches updated to v1.57
...
Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-02-17 16:14:40 +01:00
Nicolas Thill
dd17d21b2f
libshout: import from old packages feed
...
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:51:02 +01:00
Nicolas Thill
0c0bcb3d0a
ortp: import from old packages feed
...
- update to latest version (v0.23.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-17 06:41:13 +01:00
Peter Wagner
1b66d41113
glib2: update to 2.43.4
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-02-15 22:43:47 +01:00
Nikos Mavrogiannopoulos
47d01047a6
libseccomp: added package
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-02-14 13:31:03 +01:00
tripolar
f69329e0d3
Merge pull request #869 from jow-/libtorrent-autoconf-fix
...
libtorrent: remove manual autoconf invocation
2015-02-09 14:36:37 +01:00
Ted Hess
99640cd9ff
Merge pull request #881 from MikePetullo/master
...
libdmapsharing: update to 2.9.30
2015-02-08 15:12:39 -05:00
Nicolas Thill
0bb5f29415
lttng-ust: import from old packages feed
...
- update to latest version (v2.6.0)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 20:55:48 +01:00
Nicolas Thill
404c37b238
libnetfilter-cttimeout: add new package
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
cb17a8e6da
libnetfilter-cthelper: add new package
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
d5029d9f5c
libnetfilter-queue: fix license, cleanup
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
Nicolas Thill
bfe2db0bd2
libnetfilter-acct: fix license, cleanup
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 19:13:16 +01:00
W. Michael Petullo
cebccd40ad
libdmapsharing: update to 2.9.30
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-02-08 12:43:05 -05:00
Nicolas Thill
dcda4a898a
libnetfilter-log: remove (added to core)
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-08 09:52:47 +01:00
Jo-Philipp Wich
f957dfcb04
libmms: remove useless autogen call
...
The package already uses the generic autoreconf fixup so the additional call
to autogen.sh is unneeded and might even introduce wrong versions of the
required autotools into the build.
Remove the unneeded Build/Configure override to simplify the Makefile.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-08 00:06:43 +01:00
Jo-Philipp Wich
82927a24f9
libtorrent: remove manual autoconf invocation
...
The Makefile already uses the proper autoreconf fixup but leaves a manual
autoconf invocation in place.
The bad autoconf call leads to the following build error in the SDK:
configure.ac:3: installing `./config.guess'
configure.ac:3: installing `./config.sub'
configure.ac:20: installing `./install-sh'
configure.ac:20: installing `./missing'
src/Makefile.am: installing `./depcomp'
autoreconf: Leaving directory `.'
aclocal...
autoheader...
libtoolize... libtoolize nor glibtoolize not found
make[2]: *** [.../.configured_] Error 1
Remove the entire Build/Configure override to let libtorrent build correctly.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-07 15:16:54 +01:00
Nicolas Thill
27bd80910a
libdmapsharing: make check library optionnal
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 14:31:35 +01:00
Nicolas Thill
3b1bb08f97
check: import from old packages feed
...
- update to latest version (v0.9.14)
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-07 11:21:39 +01:00
Jo-Philipp Wich
c190d68ff8
libgd: update to v2.1.1
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-02-06 13:15:30 +01:00
Nicolas Thill
fd2e9f0750
libftdi1: fix pkgconfig file
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:38:08 +01:00
Nicolas Thill
38b243a6c4
libftdi: fix pkgconfig file
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:37:49 +01:00
Nicolas Thill
21f572176d
freetype: fix pkgconfig file
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 13:36:51 +01:00
Nicolas Thill
9fe9596e31
opencv: disable unwanted components/features explicitly
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-02 12:49:02 +01:00
Steven Barth
327f5a9722
Merge pull request #840 from cjkoenig/update_liburcu
...
liburcu: Update to 0.8.6
2015-02-02 12:29:07 +01:00
Nicolas Thill
fdf65ee6c9
libdmapsharing: add a patch to disable tests
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
Nicolas Thill
01f7bbf27a
libdmapsharing: fix typo in patch name, refresh patch
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-02-01 23:56:07 +01:00
champtar
b69f33a898
Merge pull request #835 from paulfertser/master
...
Add OpenOCD embedded debugging software
compile tested for ar71xx
2015-02-01 20:30:47 +01:00
Paul Fertser
d045b02883
hidapi: add HIDAPI, a library to access HID devices
...
Signed-off-by: Paul Fertser <fercerpav@gmail.com>
2015-02-01 21:17:52 +03:00
Jialei Hao
b4e860f622
openCV: Add library openCV2.4.10
...
[Etienne CHAMPETIER: compile tested for ar71xx]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Signed-off-by: Jialei Hao <schumy@wrtnode.com>
2015-02-01 15:17:09 +01:00
Christoph König
7b13ed2ee9
liburcu: Update to 0.8.6
...
Signed-off-by: Christoph Koenig <christoph.koenig@gmail.com>
2015-01-31 19:00:45 +01:00
Matthias Schiffer
6c6e33146d
libuecc: update to v5
...
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-01-29 07:08:30 +01:00
Etienne CHAMPETIER
cee2881af1
sqlite3: update to 3.8.8.1
...
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-01-28 21:56:23 +01:00
Jiri Slachta
5b83e7cfa8
tiff: fix CVE-2014-9330
...
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-01-28 21:12:21 +01:00
Jo-Philipp Wich
767e5bbd9c
glib2: fix missing gobject library when linking glib-compile-resources ( #826 )
...
The automake template does not specify libgobject-2.0.la as _LDADD dependency
for glib-compile-resources, leading to the following linker error:
.../ld: warning: libgmodule-2.0.so.0, needed by ./.libs/libgio-2.0.so, not found (try using -rpath or -rpath-link)
./.libs/libgio-2.0.so: undefined reference to `g_module_supported'
./.libs/libgio-2.0.so: undefined reference to `g_module_symbol'
./.libs/libgio-2.0.so: undefined reference to `g_module_close'
./.libs/libgio-2.0.so: undefined reference to `g_module_error'
./.libs/libgio-2.0.so: undefined reference to `g_module_open'
collect2: error: ld returned 1 exit status
This commit introduces a patch to add the missing libtool archive to the list
of libraries to link.
Due to the update of the .am file, a full autoreconf is required to update
configure and Makefile, leading to the following error:
error: HAVE_GTK_DOC does not appear in AM_CONDITIONAL
Therfore another patch is added to properly fix the conditional when using
automake-1.15.
Finally extend the copyright year in the Makefile and enable the generic
autoreconf fixup to properly build and link glib2.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-27 22:43:55 +01:00
Ted Hess
8f10e59f70
libavahi: Fix build dependency in avahi-dnsconfd
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-27 10:22:09 -05:00
Álvaro Fernández Rojas
0c84690385
libxerces-c: add missing iconv dependency
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-26 18:31:19 +01:00
Luka Perkov
ab1c7a43e3
libdaq: initial import from old-packages
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 19:45:01 +01:00
Luka Perkov
4a44b04153
libdnet: initial import from old-packages
...
Signed-off-by: Luka Perkov <luka@openwrt.org>
2015-01-25 19:44:54 +01:00
Peter Wagner
b490ad6928
glib2: update to 2.43.3
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-25 19:02:57 +01:00
Álvaro Fernández Rojas
e5afac06fa
libxerces-c: add new package
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-25 00:18:17 +01:00
W. Michael Petullo
01c785a750
openldap: remove --without-tls and start SSL-protected server by default
...
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-01-23 10:14:28 -05:00
Ted Hess
25a97332b8
Merge pull request #791 from thess/avahi-dbus-options
...
avahi: Build 2 versions and allow selection of dbus vs non-dbus
2015-01-20 11:51:02 -05:00
Peter Wagner
3427303eee
libtorrent: update to latest git HEAD
...
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-01-18 20:05:55 +01:00
Damiano Renfer
79f9268bdb
libs/libsodium: update to 1.0.2
...
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-01-17 20:09:30 +01:00
Nikos Mavrogiannopoulos
2a4dd62715
gnutls: updated to 3.3.12
...
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-01-17 09:42:20 +01:00
Ted Hess
9bc03b9d99
avahi: Build 2 versions and allow selection of dbus vs non-dbus
...
shairplay: Fixup avahi dependency (select dbus version)
forked-daapd: Fixup avahi dependency (select dbus version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-16 16:28:23 -05:00
Luiz Angelo Daros de Luca
61bbca7852
elfutils: update to 0.161
...
For elfutils changes since 0.160:
https://lists.fedorahosted.org/pipermail/elfutils-devel/2014-December/004481.html
For OpenWRT, minor patches fixes.
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2015-01-16 04:08:45 -02:00
Christian Schoenebeck
5eabf48f21
libidn: make availible idn command line tool
...
Modified Makefile to make also availible the idn command line tool under
"Network"->"IP Addresses and Names"->"idn"
Signed-off-by: Christian Schoenebeck christian.schoenebeck@gmail.com
2015-01-12 10:44:15 +01:00
Jo-Philipp Wich
450163d5c3
Merge pull request #766 from jow-/protobuf-c-autoreconf
...
protobuf-c: use generic autoreconf fixup
2015-01-11 18:17:04 +01:00
Steven Barth
881f9d0107
Merge pull request #763 from morgenroth/Update-to-1.0
...
Upgrade IBR-DTN to version 1.0.0
2015-01-11 08:39:22 +01:00
Jo-Philipp Wich
71ea5447e8
libgd: explicitely disable libvpx support ( #765 )
...
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-11 00:09:40 +01:00
Jo-Philipp Wich
ad1d97d8e6
protobuf-c: use generic autoreconf fixup
...
Invoke the generic autoreconf fixup instead of calling the shipped autogen.sh.
This ensures that proper variants of libtoolize, autoconf, automake etc. are
used, otherwise it is not possible to rebuild protobuf-c in the SDK env.
The change requires backport to BB as it currently blocks the rebuild of ocerv.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 23:58:36 +01:00
Ted Hess
d78bbafb73
libflac: change package/source URLs to xiph.org
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-10 16:02:25 -05:00
Jo-Philipp Wich
87d154e853
flac: update to v1.3.1 (CVE-2014-8962, CVE-2014-9028)
...
This updates flac to the new upstream release v1.3.1 to fix two known CVEs.
Additionally the commit changes the following:
* Drop custom Build/Configure recipe in favor to CONFIGURE_ARGS
* Refreshes patches and removes changes to *.in files since they're
regenerated by autoreconf anyway
* Remove now obsolete 020-libFLAC-remove-altivec-options.patch
* Add an md5sum for the source archive
* Passes --enable-static to configure to force producing a libflac.a
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
2015-01-10 19:39:35 +01:00
Nicolas Thill
e270953351
libical: adjust license infos
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-10 18:28:30 +01:00
Johannes Morgenroth
cf054011ee
ibrdtn: Updated to 1.0.0
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:51:16 +01:00
Johannes Morgenroth
b61a1bea31
ibrcommon: Updated to 1.0.0
...
Signed-off-by: Johannes Morgenroth <jm@m-network.de>
2015-01-10 15:27:57 +01:00
Ted Hess
ed4a2ad900
Merge pull request #759 from mhei/issue-757
...
avahi-daemon: don't install service files automatically (fixes #757 )
2015-01-09 15:31:15 -05:00
Nicolas Thill
fb486744ab
libical: add new package
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 21:02:19 +01:00
Michael Heimpold
2154a42b72
avahi-daemon: don't install service files automatically ( fixes #757 )
...
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-01-09 19:28:23 +01:00
Nicolas Thill
f49a360a5b
freetype: bump to 2.5.5
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-09 18:28:18 +01:00
Ted Hess
7f58b0254f
libvorbisidec: Update to lastest tremor version (1.0.3) from xiph.org
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-07 11:44:03 -05:00
Ted Hess
3e3fa470f8
Merge pull request #749 from roger-/master
...
libuvc: add package
2015-01-06 20:42:34 -05:00
Roger
b66ea36a99
libuvc: add package
...
Signed-off-by: Roger D <rogerdammit@gmail.com>
2015-01-06 21:20:03 -04:00
Nicolas Thill
e52372940e
classpath: force use of target gmp lib
...
Signed-off-by: Nicolas Thill <nico@openwrt.org>
2015-01-07 02:00:35 +01:00
Steven Barth
b4ab7b2afa
Merge pull request #738 from danak6jq/new-classpath2
...
move classpath to new repo; add Makefile for classpath-0.99; add patch for double memory-leak
2015-01-06 18:04:04 +01:00
Dana Myers
0d307e7003
classpath: move to new repo, update to classpath-0.99; add patch for double memory-leak
...
Signed-off-by: Dana H. Myers <k6jq@comcast.net>
2015-01-06 08:01:22 -08:00
Ted Hess
c04f69d527
libdaemon: disable examples (fix musl libc build error)
...
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-01-06 08:26:48 -05:00
Thomas Heil
7e28e54418
pcre: update to version 8.36
...
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2015-01-04 20:52:11 +01:00
Nikos Mavrogiannopoulos
ec2d4aeebd
gnutls: corrected compilation of tools when OCSP is disabled
...
Resolves #640
2015-01-03 19:05:14 +01:00
Steven Barth
951382acef
Merge pull request #719 from tru7/patch-1
...
pthsem: fix Makefile to use TABs instead of spaces
2015-01-03 17:08:07 +01:00
Álvaro Fernández Rojas
f58cd17867
libftdi: mode ftdi_eeprom from Libraries to Utilities
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-03 16:10:10 +01:00
Othmar Truniger
c84451ee7e
pthsem: fix Makefile to use TABs instead of spaces
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2015-01-03 15:55:36 +01:00
Steven Barth
4978a35cae
Merge pull request #712 from tru7/libs-libesmtp
...
libesmtp: add Makefile for new package
2015-01-03 11:52:13 +01:00
Steven Barth
b764d7c85a
Merge pull request #711 from tru7/libs-pthsem
...
pthsem: new package
2015-01-03 11:51:57 +01:00
Álvaro Fernández Rojas
a42982c970
libftdi1: add libftdi1-config and ftdi_eeprom, simplify files copy
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:51:22 +01:00
Álvaro Fernández Rojas
53b0818c70
libftdi: add libftdi-config, simplify files copy
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:49:31 +01:00
Álvaro Fernández Rojas
d54b357dfc
libftdi: fix packagekit when useing cmake
...
Based on upstream commit by Thomas Jarosch based on Alexander's patch.
More info: https://github.com/openwrt/packages/pull/690
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-01-01 20:05:34 +01:00
Othmar Truniger
1b32623c5a
pthsem: updated Makefile
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 13:56:28 +01:00
Othmar Truniger
c44dfcf4ec
pthsem: add patch for linux 3.x
...
Signed-off-by: Othmar Truniger <github@truniger.ch>
2014-12-31 10:04:55 +01:00