Commit graph

1086 commits

Author SHA1 Message Date
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
diizzyy
fa018c6fa0 confuse: Use URL alias (#2745)
Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-05-24 22:01:35 +02:00
diizzyy
827d42d562 libunistring: Use URL alias
Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-05-24 21:25:37 +02:00
diizzyy
d5a8c070b3 libcap: Use URL alias
Remove hardcoded URL and use alias instead.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-05-24 21:19:21 +02:00
Nikos Mavrogiannopoulos
e99e88efc1 gnutls: updated to 3.4.12
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-05-22 17:47:33 +02:00
Hannu Nyman
a26fd756db vips: fix patch
Correct spelling in a patch back to the faulty original,
as the patch wes broken by #2594

This commit fixes #2719

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2016-05-22 14:20:02 +03:00
Jiri Slachta
cc23ad6aea Merge pull request #2714 from jow-/tiff-ftell-fix
tiff: fix wrong declaration of ftell() compat macro
2016-05-20 13:19:11 +02:00
Dirk Chang
3e7c2d9e0a libzmq upgrade to 4.1.4
Signed-off-by: Dirk Chang <dirk@kooiot.com>
2016-05-19 23:13:05 +08:00
Jo-Philipp Wich
ae2c7c824f tiff: fix wrong declaration of ftell() compat macro
The libtiff library declares an `ftell()` compat macro redirecting calls
to `ftello()` if such an implementation exists. The compat macro however
is declared with a wrong number of arguments, leading to the following
error on our buildbots:

    In file included from .../usr/include/uClibc++/iostream:29:0,
                     from tif_stream.cxx:31:
    .../usr/include/uClibc++/fstream:422:22: error: macro "ftell" requires 3 arguments, but only 1 given
         retval = ftell(fp);

Add a patch to fix the macro definition in order to fix compilation of
the tiff package.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2016-05-19 14:29:57 +02:00
carlos ferreira
504da487fe Boost: Package Version Update
This package version update brings four new libraries:
- Compute [1]
- DLL [2]
- Hana [3]
- Metaparse [4]

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

[1]: http://www.boost.org/libs/compute/
[2]: http://www.boost.org/libs/dll/
[3]: http://www.boost.org/libs/hana/
[4]: http://www.boost.org/libs/metaparse/
[5]: http://www.boost.org/users/history/version_1_61_0.html

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2016-05-16 00:56:57 +01:00
Gergely Kiss
6527ddb1ce libffi: do not append multilib suffix (eg. '../lib64') to toolexeclibdir
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-05-12 12:24:25 +02:00
Harald Geyer
b7d9ab4cba elektra: Update to 0.8.16
Notable changes:
Add -DCMAKE_CXX_FLAGS="-DELEKTRA_SHARED" to work around an upstream
bug (already fixed) in the Makefile.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-05-11 20:20:41 +00:00
Felix Fietkau
2f86c894de libffi: fix include path in pkg-config file, fixes glib2 build
Signed-off-by: Felix Fietkau <nbd@nbd.name>
2016-05-11 18:40:09 +02:00
Ted Hess
058253744f libvorbisidec: Fix git URL for tremor repo.
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-05-11 11:51:34 -04:00
Alexey Brodkin
2339a827c2 libffi: bump to version 3.2.1
Among many fixes and improvements this new version adds
support of ARC architecture (ARC port was actually introduced
in v3.1 but while at it why not to update to the most recent version).
Which allows to build dependent projects like Python etc.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2016-05-11 01:29:32 +02:00
jmjulien
ed27f37598 poco: update to 1.7.3
Update package to latest stable version (1.7.3)

Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-05-10 12:16:15 -04:00
champtar
dc08dfbaf9 Merge pull request #2661 from salzmdan/master
Update liburcu, add libedit and update knot
2016-05-09 22:22:33 +02:00
Daniel Golle
4984f86175 libmicrohttpd: don't use PROVIDES for non-virtual package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-05-09 11:55:34 +01:00
Daniel Salzman
b366588c95 libedit: add new package
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:15:38 +02:00
Daniel Salzman
d2c5131531 liburcu: update to 0.9.2
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2016-05-06 15:15:21 +02:00
champtar
33843c23f1 Merge pull request #2126 from lynxis/libmicrohttpd
Libmicrohttpd: add build variant for ssl + no-ssl + build parallel
2016-05-04 19:23:09 +02:00
champtar
417ddf3061 Merge pull request #2659 from lynxis/maintainer
libmicrohttpd: take over maintainership
2016-05-04 19:14:33 +02:00
Alexander Couzens
8c5b086347
libmicrohttpd: take over maintainership
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-05-04 17:50:29 +02:00
Ted Hess
7fc8ad570b Merge pull request #2638 from ianchi/libx264
libx264: create package
2016-04-29 17:07:06 -04:00
Adrian Panella
71a4f450bb libx264: create package
libx264: create package

Signed-off-by: Adrian Panella <ianchi74@outlook.com>

add BUILD_PATENTED
2016-04-28 21:49:21 -05:00
Ted Hess
973556f292 flac: Fix debug builds
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-04-27 17:13:41 -04:00
Nikos Mavrogiannopoulos
0a6ca6ea0d libtasn1: updated to version 4.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:14:18 +02:00
Nikos Mavrogiannopoulos
5288b94ece gnutls: updated to 3.4.11
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-04-25 23:13:40 +02:00
champtar
a0fd61bc62 Merge pull request #2090 from luaraneda/opencv_update
opencv: Update to 3.1 to fix compilation problems
2016-04-24 19:33:15 +02:00
Luiz Angelo Daros de Luca
ff851af3f1 libvpx: update to 1.5.0
Also inc gst1-plugins-good and toxcore release in order
to avoid package upgrade problems.

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2016-04-22 13:52:09 -03:00
Etienne CHAMPETIER
69e62386f9 sqlite3: update to 3.12.2
3.12.0 as been removed from sqlite servers
fixes #2615

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-04-21 15:51:17 +00:00
Daniel Golle
eb79dd7ad2 libinput: update to version 1.2.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:51 +02:00
Daniel Golle
163eb70a29 hiredis: update to version 0.13.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:51 +02:00
Daniel Golle
4093a90d3b glpk: update to version 4.60
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-19 14:04:51 +02:00
Damiano Renfer
44271ed8e0 libs/libsodium: update to 1.0.10
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-04-17 19:05:43 +02:00
Luis Araneda
12047fce0f opencv: Update to version 3.1.0
This solves the compiling errors with the musl C library.

Signed-off-by: Luis Araneda <luaraneda@gmail.com>
2016-04-16 12:27:17 -03:00
Daniel Golle
03a302fa71 libmicrohttpd: update to 0.9.49
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-04-15 12:04:45 +02:00
Jo-Philipp Wich
ff0f689f97 Merge pull request #2530 from dangowrt/update-postgresql-to-9-5-1
postgresql: update source to 9.5.1 and refresh patches
2016-04-15 11:48:48 +02:00
Stefan Weil
d9c37187e6 libs: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2016-04-13 16:05:03 +02:00
champtar
c7732f8d7c Merge pull request #2398 from haraldg/elektra
elektra: Add the package
2016-04-10 18:06:37 +02:00
champtar
fb744a6581 Merge pull request #2486 from yousong/cp-fix
Drop the redundant -r option to $(CP)
2016-04-10 17:56:21 +02:00
Harald Geyer
a08af3ff86 elektra: Add the package
Elektra is a library and tools for advanced configuration management
(3-way merging, notifications, etc.). This has been tested on mxs target.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-04-10 11:11:05 +00:00
Karl Palsson
9afd7c83e4 libwebsockets: bump to 1.7.5
Minor fixes, see
https://github.com/warmcat/libwebsockets/blob/v1.7-stable/changelog for
full changelog.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-04-05 15:39:29 +00:00
Jiri Slachta
7c7614efb5 tiff: update to 4.0.6
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2016-04-05 14:34:54 +02:00
Hannu Nyman
4e62f8e121 Merge pull request #2570 from ClaymorePT/boost_update
[boost] - Package Update: Boost.Context Fix
2016-04-03 20:23:24 +03:00
Michael Heimpold
f75da5729b libxml2: prevent host compile to overwrite xml2-config (closes #2566)
Host compilation overwrites "$(STAGING_DIR)/host/bin/xml2-config
with an unpatched variant. So apply the same sed expression before
installing the file during host install.

Thanks to @zyxmon for spotting this.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-04-02 23:24:03 +02:00
cmf
62ba6e5c9f Boost: Package Update
Boost.Context Fix:
 - The Boost.Coroutine2 lib requires Boost.Context to be compiled using the
   standard C++14. [1]

[1]: https://bugs.archlinux.org/task/48779

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2016-04-01 17:39:57 +01:00
Etienne CHAMPETIER
e78a0ff2c8 sqlite3: update to 3.12.0
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2016-03-30 17:34:31 +00:00
heil
cb6418bec4 pcre: Integrate pending patches for next upstream version 8.39
- Fix auto-callout
    (http://vcs.pcre.org/viewvc?view=rev&revision=1611)
 -  Fix negated POSIX class within negated overall class UCP
    (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1612 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Fix bug for isolated \E between an item and its qualifier when auto callout is set.
    (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1613 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Give error for regexec with pmatch=NULL and REG_STARTEND set
    (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1614 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Fix \Q\E before qualifier bug when auto callouts are
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1616 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Fix /x bug when pattern starts with white space and (?-x)
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1617 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Fix copy named substring bug.
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1618 2f5784b3-3f2a-0410-8824-cb99058d5e15)
 - Fix (by hacking) another length computation issue.
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1619 2f5784b3-3f2a-0410-8824-cb99058d5e15

 - Fix get_substring_list() bug when \K is used in an assertion.
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1620 2f5784b3-3f2a-0410-8824-cb99058d5e15

 - Fix pcretest bad behaviour for callout in lookbehind.
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1625 2f5784b3-3f2a-0410-8824-cb99058d5e15

 - Fix workspace overflow for (*ACCEPT) with deeply nested
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1631 2f5784b3-3f2a-0410-8824-cb99058d5e15
   fixes CVE-2016-3191

 - Fix Yet another duplicate name bugfix by overestimating the memory needed (i.e. another hack - PCRE2 has this "properly" fixed).
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1636 2f5784b3-3f2a-0410-8824-cb99058d5e15

 - Fix pcretest loop for global matching with an ovector size
   (git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1637 2f5784b3-3f2a-0410-8824-cb99058d5e15

Signed-off-by: heil <heil@terminal-consulting.de>
2016-03-29 13:02:34 +02:00
Matthias Schiffer
e47da635ad libuecc: update to v7
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2016-03-29 00:19:46 +02:00
Vasilis Tsiligiannis
bfc8c0acb8 Merge branch 'rsyslog-upgrade-to-8.17.0' of https://github.com/dubek/packages 2016-03-28 20:01:03 +03:00
Ted Hess
6003d2d3d5 libsoxr: Make dynamic libraries
Signed-off-by: Ted Hess <thess@kitschensync.net>
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-03-25 17:52:45 -04:00
Alexander Ryzhov
6bff5ab08b libsoxr: make dynamic libraries
fixes https://github.com/openwrt/packages/issues/2533
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2016-03-25 17:52:45 -04:00
Dov Murik
40daf44e61 Add libs/libfastjson - required for rsyslog 8.17.0 2016-03-25 14:03:53 -04:00
Michael Heimpold
e0aad338b7 libinput: fix and optimize build
Buildbots are reporting the following build failure:

-snip-
  CCLD     test-build-linker
../src/.libs/libinput.so: undefined reference to `static_assert'
-snap-

Since this is the only call to static_assert within the library,
removing this assertion seems to be reasonable.

While at, speed up the build by not building tests and documentation.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-03-23 21:32:16 +01:00
Daniel Golle
b0f8e994f3 postgresql: update source to 9.5.1 and refresh patches
Setting the additional include path for host-build of ecpg is no
longer required and started breaking the build (PostgeSQL BUG-14033),
remove it.
Also, pgsql-server no longer requires shadow-su since procd can take
care of starting it running under the appropriate user.
Moving the dependency to pgsql-cli makes sense as the 'su' command is
still needed to boot-strap a new data directory and also commonly used
for other administration tasks. However, in that way the CLI and
shadow-su can be removed during production once pgsql-server has been
setup.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-21 23:04:28 +01:00
Hannu Nyman
1509f7e27e Merge pull request #2502 from lukbaj/master
Update libimobiledevice, libplist, libusbmuxd and usbmuxd
2016-03-15 10:28:18 +02:00
Lukasz Baj
2f39488cd4 Update libimobiledevice, libplist, libusbmuxd and usbmuxd
Updated libraries and tools to support connectivity of Apple devices,
such as iPads, iPods and iPhones.

Signed-off-by: Lukasz Baj <l.baj@radytek.com>
2016-03-15 09:18:47 +01:00
Álvaro Fernández Rojas
9b88a4c490 libxerces-c: update to v3.1.3
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2016-03-14 17:38:50 +01:00
Ted Hess
815ec8e08b giflib: Update to 5.1.2, remove doc build
docbook breaks build on some hosts, skip it (in a not very elegant way)

Signed-off-by: Daniel Golle daniel@makrotopia.org
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-14 11:56:44 -04:00
Yousong Zhou
92b0575e28 Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22).  The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option.  So let's just tidy up the usage now.

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-03-12 01:23:28 +08:00
Yousong Zhou
a0b7f467c9 Merge pull request #2413 from KurdyMalloy/poco
poco: add package for the Poco C++ library
2016-03-12 01:05:11 +08:00
jmjulien
6123f54c95 poco:add package for the Poco C++ library
POrtable COmponents is a Modern, powerful open source C++ class libraries
for building network- and internet-based applications that run on desktop,
 server, mobile and embedded systems.

Original Makefile -->
https://dev.openwrt.org/browser/packages/libs/poco/Makefile

add license
add maintainer
update URL to latest github stable version (1.7.0)
change patch to the configure file
add a patch to build with musl-libc

Signed-off-by: Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2016-03-11 11:38:41 -05:00
Ted Hess
1263599f96 flac: Fix musl x86 build (__sigemptyset undefined)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-03-09 11:18:05 -05:00
Daniel Golle
4930998e8e libinput: update to version 1.2.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 09:30:41 +01:00
Daniel Golle
9857552f66 glpk: update to version 4.58
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-03-09 02:44:54 +01:00
Karl Palsson
d6f2f3aaf4 libev: Bump to version 4.22
Full changelog: http://cvs.schmorp.de/libev/Changes?view=markup

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2016-03-08 15:50:57 +00:00
Karl Palsson
db995186fc libs: c-ares: Bump to version 1.11
Full changelog at
https://raw.githubusercontent.com/c-ares/c-ares/cares-1_11_0/RELEASE-NOTES

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:50:22 +00:00
Karl Palsson
709a1337be libwebsockets: Bump version to 1.7.3
Latest "stable" release from 1.7.x branch.

Signed-off-by: Karl Palsson <karlp@etactica.com>
2016-03-08 15:10:03 +00:00
Hannu Nyman
c96d6cb48d Merge pull request #2458 from tru7/libesmtp
libesmtp: add ssl support, new upstream URL
2016-03-06 20:22:51 +02:00
Nikos Mavrogiannopoulos
db993dc673 gnutls: updated to 3.4.10
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-03-05 11:57:08 +01:00
Othmar Truniger
290358db62 libesmtp: add ssl support, new upstream URL
Signed-off-by: Othmar Truniger <github@truniger.ch>
2016-03-05 10:53:07 +01:00
Ted Hess
4c73560932 libv4l: Update version to 1.10.0. Fix musl/uClibc incompatibility with getsubopt()
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-27 09:49:17 -05:00
Nikos Mavrogiannopoulos
f87f3fc249 Merge pull request #2261 from cshore/pull-request-gnutls-with-cryptodev
libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-…
2016-02-25 17:28:52 +01:00
Ted Hess
69f2c22384 Merge pull request #2338 from thess/alsa-test
alsa: Update to 1.1.0, disable basic audio test (bat) utility
2016-02-23 11:02:08 -05:00
Peter Wagner
59e8dcf186 glib2: fix download path
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-02-22 22:23:31 +01:00
Peter Wagner
00a5339e7e glib2: update to 2.46.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2016-02-22 22:21:08 +01:00
Alexander Couzens
a99aa1ff48 libmicrohttpd: build parallel
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-02-22 05:35:42 +01:00
Alexander Couzens
19965525c9 libmicrohttpd: implement build variants -ssl and -no-ssl
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-02-22 05:35:42 +01:00
Don Rumata
5b65fbcc65 remove unnecessary libiconv dependencies
The compiled libaprutil library contains references to libiconv,
libiconv_open and libiconv_close functions from the full gettext
package even when the full gettext support is disabled (i.e. the
CONFIG_BUILD_NLS configuration parameter is not set). The dependency
on these ICONV functions breaks compilation of some packages that
depend on libaprutil, such as subversion:

<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_open'
<targetdir>/usr/lib/libaprutil-1.so: undefined reference to `libiconv_close'

Signed-off-by: Don Rumata <don.rumata.vk@gmail.com>
2016-02-18 15:23:11 -05:00
Daniel Golle
5e9ab7e605 libinput: update to version 1.1.7
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 21:33:03 +02:00
Daniel Golle
07ccb3c1d9 libinput: depend on eudev
udev was removed, depend on eudev to provide libudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-02-10 19:00:53 +02:00
Jacob Siverskog
9ce3f97b06 protobuf-c: Bump version to 1.2.1.
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
2016-02-08 14:40:32 +01:00
Nikos Mavrogiannopoulos
52c82f196a gnutls: updated to 3.4.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-02-03 09:56:54 +01:00
Michael Marley
13b8d4441d alsa: Update to 1.1.0, disable basic audio test (bat) utility
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-02-01 11:42:41 -05:00
Luka Perkov
7141b761ef Merge pull request #2321 from karlp/pulls/file-typos
libs: file: fix typo in default call
2016-01-29 18:00:48 +01:00
Karl Palsson
302b33eaa6 libs: file: fix typo in default call
Corrects the display and help text for file and libmagic in menuconfig.

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-27 11:14:16 +00:00
Thomas Heil
b70ed33590 Merge pull request #2273 from xypron/apr
libs/apr: use @APACHE download facility
2016-01-26 14:04:00 +01:00
Thomas Heil
8d3bba42e8 Merge pull request #2274 from xypron/apr-util
libs/apr-util: use @APACHE download facility
2016-01-26 14:03:44 +01:00
Karl Palsson
cc422ba64b libwebsockets: bump to v1.6.2
Many user api changes, largely to cleanup and make more consistent.
Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog

Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-25 13:41:56 +00:00
Karl Palsson
58c51c1e2a libwebsockets: Correctly enable IPv6 support
Signed-off-by: Karl Palsson <karlp@remake.is>
2016-01-25 13:41:56 +00:00
heil
a5c153d7d3 unixodbc:
- corect fetch url

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 14:06:18 +01:00
heil
1d3a098bb9 pcre: upgrade to 0.8.38
fixes:
  * CVE 2015-2327 CVE 2015-2328 CVE 2015-8380 CVE 2015-8381 CVE
  * 2015-8382
  * CVE 2015-8383 CVE 2015-8384 CVE 2015-8385 CVE 2015-8386 CVE
  * 2015-8387
  * CVE 2015-8388 CVE 2015-8389 CVE 2015-8390 CVE 2015-8391 CVE
  * 2015-8392
  * CVE 2015-8393 CVE 2015-8394 CVE 2015-8395

Signed-off-by: heil <heil@terminal-consulting.de>
2016-01-25 14:05:02 +01:00
Felix Fietkau
4751845e43 gdbm: add a gettext dependency
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-21 00:42:34 +01:00
Felix Fietkau
599f289585 boost: do not select @BUILD_NLS, it affects the whole tree
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-21 00:42:34 +01:00
Felix Fietkau
9f8e5aca34 treewide: use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST), sync with changes in trunk
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 21:56:03 +01:00
Felix Fietkau
f12aae60ad glib2: sync with default host prefix change
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 20:12:37 +01:00
Felix Fietkau
a133dd69af glib2: the host build also needs --with-libiconv=gnu
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 16:14:55 +01:00
Felix Fietkau
5014415c1c glib2: use --with-libiconv=gnu, always required as of trunk r48396
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 14:55:48 +01:00
Felix Fietkau
3a7a4bf179 libffi: fix MIPS softfloat build issue with current binutils
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2016-01-20 13:24:31 +01:00
Heinrich Schuchardt
ca2e6c20ab libs/apr-util: use @APACHE download facility
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:24:32 +01:00
Heinrich Schuchardt
7b3346b25c libs/apr: use @APACHE download facility
Instead of explicitly specyfing an Apache mirror use the
@APACHE download facility.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
2016-01-17 19:21:04 +01:00
Daniel Golle
e53a511b68 libinput: include cmdline tools in package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
2781b83eef libinput: update to 1.1.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Golle
27c2d20072 libevdev: update to 1.4.6
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2016-01-14 01:24:02 +01:00
Daniel Dickinson
6e288a01bf libs/gnutls: Fix selecting cryptodev support fails to depend on kmod-cryptodev
It is not enough to select package kmod-cryptodev to avoid
build failure; there must be a Makefile dependency on
kmod-cryptodev in order for the build system to ensure
kmod-cryptodev (and it's headers) are present during build.

Therefore drop the select and add a conditional dependency.

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
2016-01-11 02:37:17 -05:00
Nikos Mavrogiannopoulos
1794ba1039 gnutls: updated to 3.4.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2016-01-10 08:32:08 +01:00
Jo-Philipp Wich
f9bd35d0a1 Merge pull request #2240 from ollie27/libpng
libpng: update to 1.2.56
2016-01-09 13:50:02 +01:00
Alexandru Ardelean
728655ac29 libs/avahi: fix warning with poll.h include on musl
Warning is:
   #warning redirecting incorrect #include <sys/poll.h> to <poll.

Not a big issue.
But it can be annoying when building with -Werror set.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-01-06 16:16:44 +02:00
Damiano Renfer
d14d41e70e libs/libsodium: update to 1.0.8
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2016-01-04 12:40:17 +01:00
Hannu Nyman
754c1e2d90 Merge pull request #2217 from MikePetullo/openldap
openldap: update to 2.4.43
2015-12-31 11:34:28 +02:00
W. Michael Petullo
3e57642d60 openldap: update to 2.4.43
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-30 19:28:36 -05:00
W. Michael Petullo
b2d33524a7 libsoup: update to 2.53.2
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-12-30 19:21:21 -05:00
Ted Hess
14f737e5ba Merge pull request #2086 from thess/zmq-update
zmq: update to 4.1.3, fix GCC5 error, refresh patches
2015-12-30 13:49:46 -05:00
Ted Hess
6afd608b41 Merge pull request #2112 from thess/libev-work
libev: Fix compatibility with libevent2 includes
2015-12-30 13:48:53 -05:00
Oliver Middleton
39f90ec9d5 libpng: update to 1.2.56
Fixes CVE-2015-8126 and CVE-2015-8540.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-12-29 12:09:34 +00:00
Ted Hess
e26fc30eb9 Merge pull request #2145 from ClaymorePT/boost_1
Boost: Version Update -> 1.60
2015-12-21 16:55:11 -05:00
Damiano Renfer
e0d4c2f1df libs/libsodium: update to 1.0.7
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-12-20 12:39:01 +01:00
Carlos Miguel Ferreira
e57a0ce701 Boost: Version Update -> 1.60
Version Update:
 - Boost is updated to version 1.60
   - New library called Variadic Macro Data (VMD) [1]
   - Several libraries updates [2]

[1]: http://www.boost.org/libs/vmd/
[2]: http://www.boost.org/users/history/version_1_60_0.html

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-12-19 04:05:56 +00:00
Ted Hess
169e3c152a Merge pull request #2100 from ClaymorePT/boost_8
Boost: Update 8
2015-12-14 13:32:42 -05:00
Hannu Nyman
bd089d3c8d Merge pull request #2120 from commodo/ibrcommon-fix-musl-build
ibrcommon: fix build on musl
2015-12-14 19:40:13 +02:00
Alexandru Ardelean
87b7d9075f ibrcommon: fix build on musl
Build error:
```
make[6]: Entering directory `/home/sandu/work/openwrt/build_dir/target-mips_34kc_musl-1.1.11/ibrcommon-1.0.1/ibrcommon/data'
  CXX      BLOB.lo
  CXX      ConfigFile.lo
  CXX      File.lo
File.cpp: In member function 'std::__cxx11::string ibrcommon::File::getBasename() const':
File.cpp:229:44: error: 'basename' was not declared in this scope
   return std::string(basename(_path.c_str()));
                                            ^
make[6]: *** [File.lo] Error 1
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 21:46:17 +02:00
Alexandru Ardelean
ce37ee3f82 glib2: fix host build
Replace libintl/host with gettext-full/host.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2015-12-13 18:00:03 +02:00
Ted Hess
0b66804f25 libev: Fix compatibility with libevent2 includes
Packages building with libev and want to include event.h from libev
need to be modified to include ev_event_compat.h instead.

The are no known packages which need to be fixed at this time. The
normal include is ev.h for this package.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-11 17:58:47 -05:00
cmf
fff766fecd Boost: Update 8
Major fixes:
 - The "Select Boost Options" was improved:
   - In previous versions, it was possible to unselect both Shared and Static
     options, so that there would be nothing to be built. This was solved by
     creating a choice menu "Compile Boost libraries".
   - A new choice menu was also created for Boost Run-time linkage called
     "Selects Boost Run-time linkage", which is used to select the C and C++
     runtime. This choice menu obeys to the required restrictions by boost
     options [1].

 - Fixed the invalid combination where boost shared version could be linked
   to C and C++ static runtime. This is not allowed by the boost builder.
 - Added new menu where a Boost building variant can be chosen from 3 options:
   - Release: The optimized version for daily use.
   - Debug: The debugging version, for testing purposes.
   - Profiling: The profiling version for evaluation purposes.
 - Improved options help descriptions.

Minor fixes:
 - Makefile Version was bumped from 6 to 8 because the previous update [2] did
   not bumped the value acordingly to the submission rules.
 - Removed stuff that was not doing anything: "-sBUILD=release"
 - Changed builder executable from "bjam" to "b2" which is the correct caller:
   - "bjam" is the old name and exists only for compatibility purposes.

[1]: http://www.boost.org/build/doc/html/bbv2/overview/builtins/features.html
[2]: openwrt#2084

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-12-11 11:18:17 +00:00
Nikos Mavrogiannopoulos
1c063ad6fb libradcli: updated to 1.2.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-12-07 19:58:00 +01:00
Ted Hess
054d308b91 Merge pull request #2084 from ClaymorePT/boost_7
Boost: Update 7
2015-12-07 12:08:45 -05:00
Ted Hess
735403a5d4 zmq: update to 4.1.3, fix GCC5 error, refresh patches
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-07 12:07:06 -05:00
Jo-Philipp Wich
a4d4477c58 Merge pull request #2075 from ryzhovau/postgresql_uclibc
postgresql: now visible with uclibc
2015-12-07 09:41:15 +01:00
Carlos Miguel Ferreira
cb15e849cf Boost: Update 7
Major fixes:
 - Due to incompatibility issues with other packages which depend upon boost
   libraries being built with system names (without name tags):
   - multi-thread support is now active by default.
   - boost libraries do not have name tags by default.

 - Added "Use tagged names." options
   - This option provides access to Single threaded option and Debug option.
   - The use of name tags is required to build the debug and single threaded
     versions.

Minor fixes (proposed by Thess):
 - "Compile Static Libraries" is active by default
 - "Use shared version of C and C++ runtimes for shared libraries" is now active
   by default
 - Several dependency notation fixes

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-12-07 04:41:07 +00:00
Mirko Vogt
2b09917ed2 adding package 'icu'
Signed-off-by: Mirko Vogt <mirko@openwrt.org>
2015-12-06 23:26:36 +01:00
Alexander Ryzhov
4bfc89560e postgresql: now visible with uclibc
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
2015-12-06 08:08:49 -05:00
Ted Hess
c2cf511cf1 libshout: Make separate pkg_config files for libs. Fixes ices build
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-12-05 16:39:31 -05:00
Daniel Golle
970a850ca0 libinput: update to 1.1.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle
30d1b3f45e libevdev: update to 1.4.5
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Daniel Golle
fe6f27c3bd glpk: update to 4.57
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-12-03 01:25:11 +01:00
Ted Hess
5afc87915d Merge pull request #2023 from ClaymorePT/boost_6
boost: Update 6
2015-12-01 09:36:58 -05:00
W. Michael Petullo
76627cdbd8 libgee: install Vala-related files
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-11-28 21:00:53 -05:00
Carlos Miguel Ferreira
36e0d6664c boost: Update 6
Minor fixes:
 - CoRoutine2 selector requires that a GCC v5 compiler or better is selected
   - coroutine2 requires C++14
 - The Makefile was not alowing the libraries to be compiled with both
   statically and shared, at the same time. There are now two seperate options,
   allowing to select which version is wanted.
 - The Makefile was also not allowing to compile both single thread and multi-
   thread versions. Again, two seperate options now exist.
 - There is also the option to build another set of libraries with debug support
   which is good for development.
 - These options are important for those who whish to build an OpenWRT SDK.

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-11-29 00:49:25 +00:00
Ted Hess
40c040abd4 libshout: Fix build/configure errors
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-28 15:09:02 -05:00
Ted Hess
9624739946 Merge pull request #1973 from thess/libshout-work
Make 2 variants for libshout. Update oggfwd to use full variant.
2015-11-25 09:04:16 -05:00
Nikos Mavrogiannopoulos
f90f6251d5 gnutls: updated to 3.4.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-11-25 00:27:38 +01:00
Nikos Mavrogiannopoulos
7730977135 Merge pull request #2015 from ClaymorePT/p11_kit_1
p11-kit: Version update
2015-11-25 00:33:15 +02:00