1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-14 11:23:57 +02:00
Commit Graph

1128 Commits

Author SHA1 Message Date
Michael Heimpold
af00af445e libcanfestival: skip building examples
At the moment, LEDE buildbots are complaining with:

-snip-
...
libcanfestival/examples/TestMasterSlave/TestMasterSlave.c:50: undefined reference to `MasterMap1'
TestMasterSlave.o: In function `InitNodes':
...
-snap-

Since we are only interessted in the library itself, skip compilation
of the example code. This should both fix the build and speedup it
a little bit.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-28 09:10:27 +01:00
Ted Hess
cb80335e93 libaudiofile: Update source URL to GNOME repo
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-27 10:24:50 -05:00
Ben Rosser
d8211a9659 quasselc: add new package
quasselc is a library providing an API to access a Quassel core
in pure C. Quassel is a distributed IRC client where the core
can run independently of the interface(s). This library provides
a C API for programs that wish to implement the Quassel protocol.

Signed-off-by: Ben Rosser <rosser.bjr@gmail.com>
2016-11-23 20:11:50 -06:00
Ted Hess
52d41ed0e3 opus: Disable ASM for xscale and arm926ej-s
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-23 17:22:43 -05:00
Ted Hess
2eb0eaa774 Merge pull request #3553 from luizluca/libvpx-update
libvpx: bump to 1.6.0
2016-11-23 13:33:01 -05:00
Luiz Angelo Daros de Luca
71e6e6e4fe libvpx: bump to 1.6.0
This release improves upon the VP9 encoder and speeds up the encoding
and decoding processes.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-11-22 16:09:37 -02:00
Michael Heimpold
1232a6caa2 openldap: do not build doc and tests subdirs
At least one LEDE buildbot is missing tools to create man pages, thus the build
sometimes (depends on which buildbot is used) fails with [1]:

-snip-
make[7]: Entering directory '/mnt/build-dir/lede/armeb_xscale/build/sdk/build_dir/target-armeb_xscale_musl-1.1.15/openldap-2.4.44/doc/man/man1'
PAGES=`cd .; echo *.1`; \
for page in $PAGES; do \
    sed -e "s%LDVERSION%2.4.44%" \
	-e 's%ETCDIR%/etc/openldap%g' \
	-e 's%LOCALSTATEDIR%/var%' \
	-e 's%SYSCONFDIR%/etc/openldap%' \
	-e 's%DATADIR%/usr/share/openldap%' \
	-e 's%SBINDIR%/usr/sbin%' \
	-e 's%BINDIR%/usr/bin%' \
	-e 's%LIBDIR%/usr/lib%' \
	-e 's%LIBEXECDIR%/usr/lib%' \
	-e 's%MODULEDIR%/usr/lib/openldap%' \
	-e 's%RELEASEDATE%2016/02/05%' \
	    ./$page \
	| (cd .; soelim -) > $page.tmp; \
done
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
/bin/sh: 15: soelim: not found
Makefile:292: recipe for target 'all-common' failed
make[7]: *** [all-common] Error 127
-snap-

For OpenWrt/LEDE, there is no reason to build the tests and/or man pages,
so let's patch it away. And since other packages need openldap as
build dependency (e.g. php) this automatically fixes the build of these
depended packages.

[1] https://downloads.lede-project.org/snapshots/faillogs/armeb_xscale/packages/openldap/compile.txt

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-11-19 21:29:37 +01:00
Daniel Golle
65bf3b3740 Merge pull request #3500 from kissg1988/postgresql
postgresql: fix download URLs
2016-11-17 15:54:14 +01:00
Carlos Ferreira
cd69e7376c boost: Patch to support Fiber
This update provides a patch in order to support Boost.Fiber.

Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2016-11-13 13:58:39 +00:00
Gergely Kiss
5ab41729ea postgresql: fix download URLs
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-11-11 11:23:49 +01:00
Ted Hess
79aa1c43d2 Merge pull request #3497 from thess/boost-build
boost: Fix python packages. Remove boost-libs from boost meta package…
2016-11-09 17:36:45 -05:00
Ted Hess
2a0f5cfc1c boost: Fix python packages. Remove boost-libs from boost meta package when CONFIG_ALL specified
boost: add python packages to PKG_BUILD_DEPENDS for boost python libs

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-09 17:23:53 -05:00
Etienne CHAMPETIER
3cc6a8200d libtalloc: add libattr dependency
When libattr is selected, libtalloc links to this shared library and
the build fails with:
"Package libtalloc is missing dependencies for the following libraries:
libattr.so.1"

This commit adds libattr dependency, so that libtalloc systematically
links to this library.

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
[Lucile: replace attr with libattr, edit commit message]
Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-11-08 09:14:45 -05:00
Ted Hess
73786c7c0f boost: Build / package dependencies re-work
Added 4th argument to library declaration macro for specifying optional.
      external package dependencies.
Add conditional Python host build dependency.
Fixup config menu to honor external package selections correctly.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-07 17:06:41 -05:00
Luka Perkov
ea67540950 Merge pull request #3425 from ryzhovau/libdnet-src
libdnet: fix source URL
2016-11-06 23:58:47 +01:00
Hannu Nyman
a6b1e51fe6 Merge pull request #3377 from bobafetthotmail/patch-8
liblo-utils: moving to category Sound
2016-11-06 13:38:12 +02:00
Nikos Mavrogiannopoulos
449f578975 gnutls: updated to 3.5.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-11-04 20:53:59 +01:00
Ted Hess
c8e43414aa Merge pull request #3458 from thess/boost-fix
boost: Fix broken dependencies for locale and fiber
2016-11-04 07:14:10 -04:00
Hannu Nyman
982e4f293e Merge pull request #3456 from haraldg/elektra
elektra: Update to 0.8.18
2016-11-03 23:20:11 +02:00
Ted Hess
962307dbfd boost: Fix broken dependencies for locale and fiber
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-11-03 16:01:28 -04:00
Harald Geyer
65aa162dbe elektra: Update to 0.8.18
Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-11-03 16:13:06 +00:00
Hannu Nyman
8a98114fc0 Merge pull request #3447 from bobafetthotmail/patch-5
tiff-utils: move to Image Manipulation submenu
2016-11-02 14:52:49 +02:00
Alberto Bursi
3e7d592316 tiff-utils: move to Image Manipulation submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 12:34:31 +01:00
Alberto Bursi
73639b4550 jpeg-tools: move to Image Manipulation submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-11-02 12:29:50 +01:00
Alexander Ryzhov
b959507956 libdnet: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-10-31 13:14:01 +03:00
Luka Perkov
a149a49fe3 Merge pull request #3335 from sartura/libwebsockets-full-variant
libwebsockets: add full variant with libuv, plugins, CGI
2016-10-26 19:15:34 +02:00
Nikos Mavrogiannopoulos
98b8eb0978 Merge pull request #3393 from bobafetthotmail/patch-19
gnutls-utils/certtool: move to Encryption submenu
2016-10-26 08:31:22 +02:00
Hannu Nyman
e00d5b1c45 Merge pull request #3326 from ClaymorePT/boost_1_62_r1
boost: Package Version Update -> 1.62.0
2016-10-24 13:52:00 +03:00
Alberto Bursi
fea72523f2 gnutls-utils/certtool: move to Encryption submenu
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-24 00:11:58 +02:00
Alberto Bursi
658b779b22 liblo-utils: moving to category Sound
before it was in Utilities, subcategory Sound.
Part of a wider housekeeping effort on the packages repository.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
2016-10-23 15:26:30 +02:00
W. Michael Petullo
b323d5a050 loudmouth: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-10-16 20:32:24 -04:00
Denis Osvald
55c38be4cc libwebsockets: use tarball releases instead of git
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-10-13 19:11:54 +02:00
Denis Osvald
02302c5eb2 libwebsockets: bump to v2.0.3
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-10-13 17:23:24 +02:00
jazzgs
316aa08c96 opencv: install missing pkgconfig file in staging folder
Signed-off-by: jazzgs <jazzgs@users.noreply.github.com>
2016-10-12 14:09:46 +02:00
Álvaro Fernández Rojas
fe48e6c802 libxerces-c: use xz and sha256 and switch from git to apache releases
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-10-12 13:47:13 +02:00
Denis Osvald
09e331107e libwebsockets: add full variant with libuv, plugins, CGI
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-10-11 11:02:02 +02:00
Daniel Golle
ce46b633e2 postgresql: properly stop service
postmaster always detaches from procd, work around by using
pg_ctl to stop the server.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-11 01:03:27 +02:00
Carlos Ferreira
29f2d48ecc boost: Package Version Update -> 1.62.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None

Description:
This package version update brings two new libraries:

    Fiber [1] (Currently Broken)
        Framework for userland-threads/fibers, from Oliver Kowalke.
    QVM [2]
        Boost QVM is a generic library for working with quaternions, vectors
        and matrices of static size with the emphasis on 2, 3 and 4-dimensional
        operations needed in graphics, video games and simulation applications,
        from Emil Dotchevski.

More information about the 1.62.0 release (bug fixes, etc), can be found here [3].

[1]: http://www.boost.org/doc/libs/1_62_0/libs/fiber/
[2]: http://www.boost.org/doc/libs/1_62_0/libs/qvm/
[3]: http://www.boost.org/users/history/version_1_62_0.html

Signed-off-by: Carlos M. Ferreira carlosmf.pt@gmail.com
2016-10-09 23:06:22 +01:00
John Clark
ec02fb40b6 avro: Apache Avro C Library 1.8.1
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
2016-10-08 21:48:28 -04:00
Ted Hess
75a74f41e3 boost: Fix immediate build problems until 1.62 update available
boost: Correct Sourceforge URI for boost releases

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-10-04 18:51:26 -04:00
Hannu Nyman
577111109d Merge pull request #3299 from fededim/master
Updated packages
2016-10-04 15:19:34 +03:00
Rupan
f75ad75109 Updated packages:
- lftp: updated to 4.7.3
- neon: update to 0.30.2

Signed-off-by: Federico Di Marco <fededim@gmail.com>
2016-10-04 14:14:07 +02:00
John Clark
f742b679e5 libnopoll: use xz compression rather than gz
Signed-off-by: John Clark inindev@gmail.com
Tested-by: John Clark inindev@gmail.com
2016-10-02 19:01:43 -04:00
John Clark
d57cfa8ee0 libnopoll: noPoll C WebSocket library 0.4.2
Signed-off-by: John Clark <inindev@gmail.com>
Tested-by: John Clark <inindev@gmail.com>
2016-10-02 16:00:23 -04:00
Daniel Golle
4c58f29d4d libx264: more build fixes
Introduce blacklist for CPU_TYPEs without ASM support in libx264
Add libpthread dependency required on non-musl builds

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-10-01 05:34:08 +02:00
Ted Hess
6131f24861 libx264: Re-enable powerpc (SOFT_FLOAT builds OK)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-09-30 13:02:37 -04:00
Hannu Nyman
7079f94f94 Merge pull request #3072 from salzmdan/master
Update libedit and Knot DNS
2016-09-29 11:49:21 +03:00
Claudiu Brasovean
0312a14a47 avahi: Update to 0.6.32. Add netifd proto handler for avahi-autoipd
You can now specify in '/etc/config/network'

config interface 'eth1_autoip'
	option ifname	'eth1'
	option proto	'autoip'

And netifd would handle the rest of the logic/setup.

Signed-off-by: Claudiu Brasovean <cbrasho@gmail.com>
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-09-28 14:11:53 -04:00
Daniel Golle
c14f2ac6da postgresql: move some binaries to pgsql-cli-extra
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-28 14:45:27 +02:00
Nikos Mavrogiannopoulos
868315d959 gnutls: remove C99 constructions rejected by compiler 2016-09-27 23:46:58 +02:00
Daniel Golle
46ab42b35e postgresql: clean package to fix duplicate files issue
Both postgresql-server and postgresql-cli install /usr/bin/psql which
thus creates a conflict when installing both packages.
Fix this by removing duplicate and useless binaries from the
postgresql-server package.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-27 21:08:12 +02:00
Chih-Wei Chen
38b9f65e37 libstrophe : Update to version 0.9.1
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2016-09-27 16:59:22 +08:00
Daniel Golle
6871e6b379 libp11: package PKCS#11 OpenSSL engine
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:29 +02:00
Daniel Golle
d302afe081 engine_pkcs11: remove in favour of libp11 OpenSSL engine
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-26 10:14:06 +02:00
Ted Hess
4da62bfbcf Merge pull request #3210 from dangowrt/fix-x264-build
libx264: Fix x264 build (asm)
2016-09-24 14:22:51 -04:00
Daniel Golle
63120640e6 postgresql: update to version 9.5.4 and major rework
* convert package build to use host-build for ecpg, pg_config and zic
 * introduce /lib/functions/postgresql.sh to be used by packages
   requiring a postgres database to exist as well as postgres' init
 * no longer require shadow-su, patch pg_ctl to setuid() ifself instead
 * auto-create database directory if there is enough free space
 * auto-create databases configured in UCI
 * remove some dead uci config options
 * grab maintainership

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 20:03:05 +02:00
Daniel Golle
71160d214a libx264: mark as broken on powerpc
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 00:45:36 +02:00
Daniel Golle
ab010288da libx264: fix build on soft-float targets
--disable-asm isn't enough to disable building assembly code on ARM.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-23 00:31:23 +02:00
jmjulien
57e92300d6 poco: update to 1.7.5
Update package to latest stable version (1.7.5)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-09-20 13:39:45 -04:00
Peter Wagner
5dfd322a3a glib2: update to 2.49.7
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-09-19 21:45:24 +02:00
Daniel Golle
64c6b8b735 engine_pkcs11: update to release version 0.2.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
9421e8cff7 libp11: update to release version 0.4.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:09 +02:00
Daniel Golle
73a73be974 toxcore: abandon package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-19 19:11:08 +02:00
Michael Heimpold
e1aa1994ce Merge pull request #3122 from mhei/libidn-fix
libidn: update to 1.33

Merging after maintainer timeout.
2016-09-18 07:47:33 +02:00
Ian Pozella
e1b0adf5f2 gnutls: optionally disable tpm support
Add option that allows you to explicitly disable use of the tpm
otherwise if a tss stack such as trousers is found by gnutls build
system then it will use it which will cause a build failure when
PKCS11 support is not enabled.

Signed-off-by: Ian Pozella <Ian.Pozella@imgtec.com>
2016-09-15 15:29:49 +01:00
W. Michael Petullo
c6473c2b33 openldap: update to 2.4.44
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-09-14 09:02:39 -04:00
Denis Osvald
eae7e4e605 libuv: bump version to 1.9.1
Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2016-09-09 12:54:34 +02:00
Nikos Mavrogiannopoulos
dc5961ffc2 gnutls: updated to 3.5.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-09-08 18:25:35 +02:00
Ted Hess
31e62a05b7 Merge pull request #3146 from antonlacon/libopus-1.1.x
Libopus Update to 1.1.3 and use integer math when software fpu used
2016-09-07 10:57:57 -04:00
Ian Leonard
a0310dc36f libopus: update to 1.1.3
Update to 1.1.3 and use integer functions when no hardware fpu present.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2016-09-06 22:38:58 -07:00
Álvaro Fernández Rojas
c2a9bd50f6 libxerces-c: update to v3.1.4
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-09-05 09:21:24 +02:00
Michael Heimpold
e1c004dcaa libcanfestival: fix build on LEDE buildbots using ccache
The previous attempt to fix the build error was not successfull
and introduced needlessly a new patch. However, the configure
already provide the required functionality, use it instead.

This should now really solve the build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 22:33:08 +02:00
Daniel Golle
58a4ee2c79 libx264: allow building with yasm
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-09-03 14:49:57 +02:00
Michael Heimpold
def97187d2 Treewide fix of typo: PKG_LICENSE_FILE --> PKG_LICENSE_FILES
Without the trailing _S_ the variable is not considered at all.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-03 00:00:54 +02:00
Michael Heimpold
c87a3371c5 Merge pull request #3098 from mhei/fix-libcanfestival
libcanfestival: fix build on LEDE buildbots using ccache
2016-09-02 23:04:12 +02:00
Harald Geyer
5389876427 elektra: fix build error
* Move curlget plugin to its own package with proper dependencies
* Fix abuse of 'foreach' in the Makefile which masked the above issue

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-09-02 07:05:24 +00:00
Michael Heimpold
0a9f945893 libidn: update to 1.33
Upstream resolved security and stability problems.

While at, also install the libidn.so symlink which was
not covered by previous pattern.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-09-01 07:22:17 +02:00
Hannu Nyman
4944d6e1b5 Merge pull request #3118 from kissg1988/seafile
Seafile: upgrade to version 5.1.4
2016-08-31 20:49:47 +03:00
Gergely Kiss
20b00cfdef seafile: upgrade to version 5.1.4
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-31 19:38:49 +02:00
Black Roland
cbd4ff7d6b libsodium: removed --without-pthreads configire arg (no longer required for musl)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-08-31 21:55:07 +09:00
Mirko Vogt
303febb30b package libdrm 2016-08-29 20:14:10 +02:00
Mirko Vogt
aea6021c41 package libdouble-conversion 2016-08-29 20:12:53 +02:00
Ted Hess
5958b72542 Merge pull request #3107 from black-roland/libsodium
libsodium: Updated to latest version (1.0.11)
2016-08-29 11:39:50 -04:00
Black Roland
4f5dd0cda7 libsodium: Updated to latest version (1.0.11)
Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
2016-08-29 18:25:30 +09:00
Michael Heimpold
8a2d6ceef4 libcanfestival: fix build on LEDE buildbots using ccache
This error is reported:

make -C can_socket driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
ccache_cc -O2 -fPIC -DDEBUG_ERR_CONSOLE_ON -g  -I../../include -I../../include/unix -I../../include/can_socket -o can_socket.o -c can_socket.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
ccache_cc -shared -Wl,-soname,libcanfestival_can_socket.so  -o libcanfestival_can_socket.so can_socket.o
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/can_socket'
make -C unix driver
make[6]: Entering directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
ccache_cc -O2 -DDEBUG_ERR_CONSOLE_ON -g  -I../../include -I../../include/unix -I../../include/timers_unix -o unix.o -c unix.c
cc1: note: someone does not honour COPTS correctly, passed 0 times
Building [libcanfestival_unix.a]
ccache_ccar rc libcanfestival_unix.a unix.o ../timers_unix/timers_unix.o
make[6]: ccache_ccar: Command not found
Makefile:102: recipe for target 'libcanfestival_unix.a' failed
make[6]: *** [libcanfestival_unix.a] Error 127
make[6]: Leaving directory '/data/bowl-builder/arm_arm926ej-s/build/sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival/drivers/unix'
Makefile:33: recipe for target 'driver' failed
make[5]: *** [driver] Error 2

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-08-28 01:29:04 +02:00
Daniel Golle
3d3918bb9a postgresql: make host-built-tools safe for rebuilds
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-26 20:24:22 +02:00
Karl Palsson
0bde9e3c14 libwebsockets: Upgrade to latest stable release.
Fairly major bump from 1.7.x to 2.0.2.

Changelog (mostly) available at:
https://github.com/warmcat/libwebsockets/blob/v2.0-stable/changelog

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-08-26 09:48:56 +00:00
Karl Palsson
c96eae9549 libwebsockets: Update maintainer email
Signed-off-by: Karl Palsson <karlp@remake.is>
Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-08-26 09:48:56 +00:00
Gergely Kiss
79563b699f libevhtp: downgrading due to compatibility issues
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
d6ff1a0f15 libzdb: use correct path when creating host bindir
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00
Gergely Kiss
d2e4376ada libzdb: copy host built tool to "$(STAGING_DIR)/host" instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
ebd5c7f93a libzdb: remove -lnsl flag for mysql
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
437621931a seafile: import version 5.1.1 and its dependencies
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
39e937fae7 libevhtp: do not delete source package, download through Git instead
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Gergely Kiss
0cb2b6d41e libevhtp-1.1: remove package as it is not required anymore
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:33 +00:00
Ted Hess
f628fa9f83 libx264: Fix build errors on x86 targets due to missing ASM features (yasm)
minor cleanup of CFLAGS, remove COPTS warnings
	yasm needs to be added to x86 toolchain
	(LEDE updated: c08651226f)

Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-19 17:48:33 -04:00
Daniel Golle
d74ad6ae33 libgcrypt: update to version 1.6.6
Fixes CVE-2016-6313:
Entropy Loss and Output Predictability in the Libgcrypt PRNG

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-08-19 15:08:43 +02:00
Yousong Zhou
13014e3633 libffi: patch n32.S to fix mips64 soft-float build
This should fix openwrt/packages#2511

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-08-17 09:55:20 +08:00
Daniel Salzman
c0380de80e libedit: update to 20160618-3.1
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-08-16 16:43:41 +02:00
Adrian Panella
118a0c8510 libx264: update version
Signed-off-by: Adrian Panella <ianchi74@outlook.com>
2016-08-15 22:42:36 -05:00
Etienne CHAMPETIER
847ebdc909 sqlite3: --disable-editline
sqlite3 can now use editline or readline,
most package use readline, and we were using it,
so continue using readline and disable editline

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-08-09 19:15:49 +00:00
Ted Hess
b3e1b589d7 libnfc: Moved to packages-abandoned - needs MAINTAINER
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-08-08 15:21:59 -04:00
Felix Fietkau
e9eb72b91b neon: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:40:54 +02:00
Felix Fietkau
2c9587cbe0 libtorrent: add missing dependency on zlib
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-24 14:39:27 +02:00
Felix Fietkau
83b0d9f170 libimobiledevice: update to the latest version to fix openssl build error
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-07-23 17:40:38 +02:00
champtar
a5bfa3085e Merge pull request #2861 from LucileQ/bump-freeradius-server
freeradius3: new package
2016-07-21 12:07:10 +02:00
Daniel Golle
0e99e5eea9 glib2: fix (host-)build with gcc6
import upstream fix from
https://git.gnome.org/browse/glib/commit/?id=0817af40e8c74c721c30f6ef482b1f53d12044c7

and fix it to remain compatibile with old version of gcc
https://git.gnome.org/browse/glib/commit/?id=8cdbc7fb2c8c876902e457abe46ee18a0b134486

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-07-18 22:59:13 +02:00
Alexander Couzens
2d44f91a62 libmicrohttpd: add patch to fix inside loop declaration warning
already fixed upstream, but 0.9.50 contains this bug

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-07-15 15:29:19 +02:00
Lucile Quirion
a1f073774a libtalloc: add package
libtalloc is a memory allocator used in Samba4 and freeradius-server
version 3.0.x and higher.

Signed-off-by: Lucile Quirion <lucile.quirion@savoirfairelinux.com>
2016-07-11 17:22:26 -04:00
Baptiste Jonglez
d6673185a2 Remove incorrect use of PKG_SHA256SUM
OpenWRT/LEDE only understands the PKG_MD5SUM variable, and detects if the
hash is e.g. SHA256 by looking at the length of the hash.

This affects libs/libmicrohttpd, mail/ssmtp and utils/mc.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 22:36:07 +02:00
Ted Hess
105e13bd2e libaudiofile: Update source URL
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-07-09 19:43:13 -04:00
Nikos Mavrogiannopoulos
b5a3312100 gnutls: updated to 3.4.14
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-07-06 10:44:36 +02:00
Konstantin Shalygin
a4a9038f58 ldns: Avoid perl bug for manpages.
Fix #2663

Signed-off-by: Konstantin Shalygin <k0ste@cn.ru>
[refresh patch]
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-07-03 14:19:59 +00:00
champtar
47d87165a1 Merge pull request #2915 from lynxis/libmicrohttpd0.9.50
libmicrohttpd: update to version 0.9.50
2016-07-02 19:46:36 +02:00
champtar
17481f5b2d Merge pull request #2645 from kissg1988/libffi
libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir
2016-07-02 15:52:46 +02:00
Alexander Couzens
c6ce75454d libmicrohttpd: update to version 0.9.50
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-07-02 01:22:33 +02:00
Hans Dedecker
62257e3660 libnet-1.2.x: Enable pf_packet socket support by setting libnet_cv_have_packet_socket to yes
PF_PACKET support is not enabled by setting ac_libnet_have_pf_packet but by setting libnet_cv_have_packet_socket
in the Makefile

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2016-06-30 14:48:25 +02:00
Etienne CHAMPETIER
eea673bc08 sqlite3: update to 3.13.0
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-06-28 23:07:06 +00:00
Daniel Golle
5d31eaccc6 add xr_usb_serial_common driver for USB to RS-485/RS-422
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-24 16:02:25 +02:00
heil
c0c1f314ef pcre: bump to version 8.39
Signed-off-by: heil <heil@terminal-consulting.de>
2016-06-21 00:56:41 +02:00
Harald Geyer
f20cbb1627 elektra: Update to 0.8.17
Notable changes:
Remove the work around introduced for 0.8.16 - the issue has been fixed
upstream.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-06-20 16:49:16 +00:00
Nikos Mavrogiannopoulos
7be0b259b6 libtasn1: corrected library license
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-16 22:36:30 +02:00
Daniel Golle
5bf5206f4e libinput: update to version 1.3.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:56:07 +02:00
Daniel Golle
ba3dd96ff1 libinput: depend on libudev
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-06-14 01:48:12 +02:00
champtar
7a10a5840c Merge pull request #2822 from jow-/openldap-no-icu
openldap: forcibly disable ICU support
2016-06-13 11:08:45 +02:00
Yousong Zhou
563a3ae0e6 Merge pull request #2845 from MikePetullo/libdmapsharing
libdmapsharing: update to 2.9.35
2016-06-13 09:47:05 +08:00
W. Michael Petullo
996704eac8 libsoup: update to 2.54.1
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:06:49 -04:00
W. Michael Petullo
efa2ba70c7 libdmapsharing: update to 2.9.35
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2016-06-12 21:05:38 -04:00
Nikos Mavrogiannopoulos
06ee8721d1 gnutls: updated to 3.4.13
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-06-12 15:37:48 +02:00
Ted Hess
9946769206 Update download URL (dl from zeromq.org no longer available)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-06-11 11:08:20 -04:00
Jo-Philipp Wich
9843f170d7 treewide: replace my defunct email address
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-07 12:00:59 +02:00
Hannu Nyman
70f4d3c67c Merge pull request #2746 from diizzyy/patch-5
libcap: Use URL alias
2016-06-07 10:54:25 +03:00
Hannu Nyman
1d440c48f2 Merge pull request #2772 from blogic/libnfc
libnfc: download source changed to github
2016-06-07 10:50:37 +03:00
Jo-Philipp Wich
0080543e50 openldap: forcibly disable ICU support
When openldap-server is built within an environment where ICU has been
previously built, the package will pick up this unintended dependency and
fail with the following error:

    Package openldap-server is missing dependencies for the following libraries:
    libicudata.so.55
    libicuuc.so.55
    Makefile:148: recipe for target '.../openldap-server_2.4.43-2_mips_34kc.ipk' failed

Since the ICU libraries are extremely big (~12MB) we cannot simply depend on
them so add the necessary autoconfig cache variable to let the ICU presence
test fail in order to inhibit linking against those libraries.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-06-06 16:35:15 +02:00
Hsing-Wang Liao
f663e1771e libssh2: Bump to v1.7.0
Signed-off-by: Hsing-Wang Liao <kuoruan@gmail.com>
2016-06-03 11:12:28 +08:00
Ted Hess
a898dbee56 Merge pull request #2788 from thess/upmpdcli-updates
upmpdcli/libupnpp: Update to latest versions, refresh patch
2016-06-01 20:17:32 -04:00
Álvaro Fernández Rojas
0a2cba338d libftdi: update to v1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-06-01 17:51:13 +02:00
Michael Heimpold
0a4e93a4d9 libmodbus: upgrade to 3.1.4
While at, also disable the build of the unit tests.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-31 21:42:16 +02:00
Michael Heimpold
a0a49e1d3c libxml2: upgrade to 2.9.4
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-05-31 21:31:52 +02:00
Jiri Slachta
a3a8bbdc51 libssh2, libxslt, tiff: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-05-31 20:22:37 +02:00
Ted Hess
84bc16198f upmpdcli/libupnpp: Update to latest versions, refresh patch
upmpdcli: Version 1.1.3
libupnpp: Version 0.14

Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-31 12:12:44 -04:00
Ted Hess
320aad06c4 Merge pull request #2783 from feckert/licenses-master
libtasn1: add license tag
2016-05-31 11:16:32 -04:00
Ted Hess
9552ead517 Merge pull request #2771 from jow-/intltool-optional-perl-xml-parser
intltool: make dependency on XML::Parser optional
2016-05-31 10:17:47 -04:00
Ted Hess
d6fccbddba Merge pull request #2770 from jow-/libsoup-fix
libsoup: disable overly strict warnings, use system wide intltool.m4
2016-05-31 10:15:46 -04:00
Florian Eckert
64a68055c4 libtasn1: add license tag
show the license for this package in opkg

Signed-off-by: Florian Eckert <Eckert.Florian@googlemail.com>
2016-05-31 15:20:18 +02:00
Jo-Philipp Wich
e7320a0c38 libsoup: disable overly strict warnings, use system wide intltool.m4
When building libsoup within the SDK, the following usually nonfatal warning
is causing the build to fail:

    make[6]: Entering directory '.../build_dir/target-arm_xscale_musl-1.1.14_eabi/libsoup-2.53.2/libsoup'
      CC       libsoup_2_4_la-soup-address.lo
    cc1: error: .../staging_dir/target-arm_xscale_musl-1.1.14_eabi/include: No such file or directory [-Werror=missing-include-dirs]
    cc1: some warnings being treated as errors
    Makefile:962: recipe for target 'libsoup_2_4_la-soup-address.lo' failed

Use the upstream `--disable-more-warnings` configure switch to disable this
class of `-Werror` flags.

Also drop the shipped copy of `intltool.m4` to force using the system wide one
which does not require the `XML::Parser` module to be installed (see #2771).

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-30 17:35:37 +02:00
John Crispin
ab04a9b6fd libnfc: download source changed to github
Signed-off-by: John Crispin <john@phrozen.org>
2016-05-30 17:22:38 +02:00
Jo-Philipp Wich
818a2cc8d6 intltool: make dependency on XML::Parser optional
Patch `configure` and the shipped `intltool.m4` macro file to make a missing
XML::Parser perl module nonfatal.

All utilities provided by intltool are programmed to fail gracefully at run
time if the module cannot be loaded and those utilities commonly used during
the build do not require it at all.

Also drop the the build-prereq on XML::Parser now that it is optional.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-30 16:31:54 +02:00
Jo-Philipp Wich
5c2689fe89 libftdi1: explicitely disable Boost unit tests
When libftdi1 is detecting the presence of the Boost unit testing framework,
it will conditionally enable the build of libftdi1 test binaries which fail to
link on some targets with the following error:

    CMakeFiles/test_libftdi1.dir/basic.cpp.o: In function `main':
    basic.cpp:(.text.startup+0xc): undefined reference to `boost::unit_test::unit_test_main(bool (*)(), int, char**)'
    collect2: error: ld returned 1 exit status
    test/CMakeFiles/test_libftdi1.dir/build.make:123: recipe for target 'test/test_libftdi1' failed
    make[6]: *** [test/test_libftdi1] Error 1

Since we do not care about test cases and since we want to avoid unpredictable
conditional compilation simply disable the testcases entirely.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-30 12:25:11 +02:00
Hannu Nyman
bc2c51a55b Merge pull request #2747 from diizzyy/patch-6
libunistring: Use URL alias
2016-05-25 10:00:12 +03:00