Commit graph

1615 commits

Author SHA1 Message Date
Jiri Slachta
fa91da9aeb tiff: update to version 4.0.7 with CVE fixes
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-04 14:15:34 +02:00
Per Sandström
37004c5061 protobuf: upgrade to version 3.3
Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
2017-05-02 20:30:04 +02:00
Michael Heimpold
88b1b51bcf Merge pull request #4276 from mhei/libcanfestival
libcanfestival: fix several small build process issues
2017-04-29 11:14:57 +02:00
Hannu Nyman
93e07a5126 Merge pull request #4298 from ClaymorePT/boost_1.64.0_r1
boost: Package Version Update -> 1.64.0
2017-04-27 13:25:23 +03:00
Carlos Miguel Ferreira
f32e2d1259
boost: Package Version Update -> 1.64.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None

Description:
 - New header-only library -> Process
   -> Process library by Klemens D. Morgenstern, that provides cross
        platorm ways to allows you to:
      - create child processes
      - setup streams for child processes
      - communicate with child processes through streams
          (synchronously or asynchronously)
      - wait for processes to exit (synchronously or asynchronously)
      - terminate processes

Information about the 1.64.0 release (updated libraries, bug fixes,
 etc), can be found here [1].

[1]: http://www.boost.org/users/history/version_1_64_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-04-27 10:48:17 +01:00
Ted Hess
906c6ec1b0 Merge pull request #4285 from hnyman/xmlrpc
xmlrpc-c: update to 1.39.12, download source as .tgz
2017-04-26 15:02:09 -04:00
Hannu Nyman
74a02e2f0b Merge pull request #4289 from Tiboris/jansson-update
jansson: Update to v2.10
2017-04-22 15:35:43 +03:00
Tibor Dudlák
3ba0c8d921 jansson: Update to v2.10
jansson in version 2.9 or later is required as dependency for jose

Signed-off-by: Tibor Dudlák <tibor.dudlak@gmail.com>
2017-04-22 14:10:54 +02:00
Hannu Nyman
3cc4aeb545 xmlrpc-c: update to 1.39.12, download source as .tgz
* Update to version 1.39.12
* Download sources as a .tgz file

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2017-04-20 23:16:37 +03:00
Val Kulkov
68314d0e58 libgd: fix missing dependency, add build options
libgd fails to build due to missing dependency if the libtiff
package is selected. Fix the build issue and add two new
configuration options, both disabled by default:
1) enable TIFF support, and
2) enable Freetype 2.x support.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-04-19 21:51:18 -04:00
doclm
24c51d8fc7 libgphoto2: add package 2.5.13
Source: OpenWrt repo, rev 38415
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2017-04-19 21:52:08 +02:00
Hannu Nyman
ae74c02f64 Merge pull request #4214 from diizzyy/patch-42
libs/libgd: Update to 2.2.4
2017-04-19 11:25:54 +03:00
Michael Heimpold
74a9d5b4f7 libcanfestival: use http download instead of hg checkout
This was suggested by @hnyman because hg is not a prerequisite in
LEDE or Openwrt, so using that should be avoided, if possible.

The tricky part is that the filename is appended to the URL,
thus we construct/use an URL where the appended filename does not hurt.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-04-19 00:45:00 +02:00
Michael Heimpold
317c2469d9 libcanfestival: fix several small build process issues
This patch tries to address the following package issues:

- the upstream hg repository seems to contain some invalid timestamps,
  at least the following warning are generated during package compilation
  (only one example):

  emcy.c: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

  This can be fixed by touching all files after unpacking, thus tar is
  now given the -m switch.

- one or more LEDE buildbot(s) do not have hg tool installed and thus are not
  able to checkout the sources from upstream

  This patch populates PKG_MIRROR_HASH in the hope that the buildbot's first
  try is to download an already packed source tarball prior to checkout it out
  from upstream.

- While at packaging from upstream, use the common infrastructure, i.e. use
  a source date etc. This also results in tar.xz files and thus reduces the
  disk footprint a little bit.

- during compilation the follwing warning could be observed:

  cc1: note: someone does not honour copts correctly, passed 0 times

  To silent down these warning, patch the Makefiles and pass the expected
  option.

Important note: changes are only compile tested due to missing hardware at
hand.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2017-04-18 23:33:48 +02:00
Daniel Engberg
b37475417f libs/libgd: Update to 2.2.4
Update libgd to 2.2.4
Fixes multiple CVEs
Refresh patches
Update list according to:
https://svnweb.freebsd.org/ports/head/graphics/gd/pkg-plist?revision=432648&view=markup
...except helpers as it's not generated.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-17 20:39:01 +02:00
Hannu Nyman
294b60b099 Merge pull request #4266 from diizzyy/patch-45
libs/libpng: Add more symlinks
2017-04-17 20:40:52 +03:00
Hannu Nyman
25d2eadedb Merge pull request #4270 from nxhack/update_to_59_1
icu: bump to 59.1
2017-04-17 20:28:13 +03:00
Val Kulkov
d0e0f862af libfreetype: bump up to the latest version v.2.7.1
Update the freetype font library to v.2.7.1.

Signed-off-by: Val Kulkov <val.kulkov@gmail.com>
2017-04-17 13:23:29 -04:00
Daniel Engberg
84cd01ac89 libs/libpng: Add more symlinks
Sprinkle more symlinks for compatibility

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-17 08:37:11 +02:00
Florian Fainelli
af2c2745e9 libsoxr: Explicitly disable support for OpenMP
In case a toolchain supports OpenMP (e.g: external toolchains), just
disable support for it in libsoxr since cmake would detect that and
later we would fail to create the package because there is no libgomp
package being created.

In case OpenMP is desireable and this is supported by the toolchain, we
should introduce a specific option for that.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-16 19:57:34 -07:00
Hirokazu MORIKAWA
c0f01276b2 icu: bump to 59.1
Maintainer: me
Compile tested: ar71xx brcm2708, LEDE trunk r3972-aefa195
Run tested: NONE

Description:
upstream update to 59.1

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-04-17 09:47:25 +09:00
Hannu Nyman
4fc9ad981e Merge pull request #4219 from diizzyy/patch-43
libs/libpng: Update to 1.6.29
2017-04-12 18:33:46 +03:00
Florian Fainelli
1d9c683f3c Merge pull request #4226 from ffainelli/hiredis
hiredis: Fix __redis_strerror_r lvalue error
2017-04-04 12:16:54 -07:00
Peter Wagner
dd46a5fc1b libsndfile: update to 1.0.28
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-04-02 20:44:31 +02:00
Ted Hess
b7dae3c921 Merge pull request #4225 from ffainelli/x264
libx264: Blacklist all MIPS CPUs for assembly optimizations
2017-04-02 07:08:37 -04:00
Florian Fainelli
d9b6d1bbc8 pthsem: Add linux 4.x to supported platforms
Fixes the following build failures:

pth_mctx.c: In function '__pth_mctx_set':
pth_mctx.c:480:2: error: #error "Unsupported Linux (g)libc version
and/or platform"
 #error "Unsupported Linux (g)libc version and/or platform"
  ^
Makefile:991: recipe for target 'pth_mctx.lo' failed

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 18:07:44 -07:00
Florian Fainelli
49ed5295b1 hiredis: Fix __redis_strerror_r lvalue error
Fixes the following build error:
hiredis.h:101:24: error: lvalue required as left operand of assignment
             buf[(len)] = '\0';

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 17:53:47 -07:00
Florian Fainelli
39b2c6f2f5 libx264: Blacklist all MIPS CPUs for assembly optimizations
None of the CPUs supported in OpenWrt/LEDE are MSA capable (requires
MIPS32r5/r6 for that) which would lead to this error during configure:

You specified a pre-MSA CPU in your CFLAGS.
If you really want to run on such a CPU, configure with --disable-asm.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-01 17:52:34 -07:00
Daniel Engberg
f24db23b8d libs/libpng: Update to 1.6.29
Update libpng to 1.6.29
Add patch to allow older versions of libtool

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-04-01 10:14:02 +02:00
Ted Hess
050e88ee87 avahi: Change avahi-utils dependency to allow stand-alone selection
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-03-28 16:29:55 -04:00
Denis Osvald
7982274860 libwebsockets: fix typos referencing package name
In commit f82287cf5c (treewide: use name in define and eval lines)
two typos were committed as result of replacing PKG_NAME macro with
actual package name.

Undo those typos here to make the affected variants installable.

Signed-off-by: Denis Osvald <denis.osvald@sartura.hr>
2017-03-28 17:50:01 +02:00
Hannu Nyman
2fd495edd8 Merge pull request #4181 from yegorich/libsoc
libsoc: new package
2017-03-27 15:20:37 +03:00
Thomas Heil
db1a4ab49a [libs/pcre]: fix CVE-2017-7186
Fix CVE-2017-7186 mentioned in https://bugs.exim.org/show_bug.cgi?id=2052

Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
2017-03-27 10:03:16 +02:00
Vladimir Ulrich
ffbc82e849 [libs/fftw3] Updated to version 3.3.6-pl2
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-03-26 23:45:24 +03:00
Ted Hess
fb199062a6 Merge pull request #4163 from stintel/kodi
giflib: add host build
2017-03-25 17:21:12 -04:00
W. Michael Petullo
6298672ba9 loudmouth: patch to avoid libidn
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-03-24 19:19:25 -04:00
Daniel Engberg
4a2cf8ed79 libs/libarchive: Update to 3.3.1
Update libarchive to 3.3.1 and make use of PKG_HASH variable.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-03-23 10:46:05 +01:00
Yegor Yefremov
7b81966217 libsoc: new package
libsoc is a C library for interfacing with common SoC
peripherals through generic kernel interfaces. This
library is already part of Buildroot and OpenEmbedded.

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
2017-03-23 08:50:22 +01:00
Stijn Tintel
1381e528e0 giflib: add host build
This is required for Kodi's TexturePacker.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-18 15:27:17 +01:00
Stijn Tintel
f82287cf5c treewide: use name in define and eval lines
For consistency, use full name instead of $(PKG_NAME) in define and eval
lines for all packages.

I've seen reviews that asked to do this before, and I am asking the same
during reviews now. To avoid this in the future, fix this treewide so
when people use existing packages as example, we will not have to
request this change anymore.

This makes all packages consistent with both LEDE and OpenWrt base
repositories.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2017-03-08 21:15:20 +01:00
Lucian Cristian
2f37e5f4f9 libs: add musl fts implementation
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2017-03-06 13:04:26 +02:00
Peter Wagner
6d218d4918 glib2: update to 2.50.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-03-03 17:27:33 +01:00
Ted Hess
2b6a84ff65 Merge pull request #4080 from antonlacon/libflac-1.3.x
libflac: update to 1.3.2, refresh patches
2017-03-01 14:47:25 -05:00
Carlos Miguel Ferreira
f95a1300f7
Revert "boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes"
This reverts commit 21091fa0ac.
2017-03-01 12:48:54 +00:00
champtar
9cca5b718b Merge pull request #4079 from antonlacon/sqlite3-3.17.x
sqlite: update to 3.17.0
2017-02-28 16:59:59 -08:00
Hannu Nyman
068c12f108 Merge pull request #4065 from ClaymorePT/boost_1.63_r3
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
2017-02-26 20:23:06 +02:00
Hirokazu MORIKAWA
4abf8f4ae3 icu: Added icu-config installation to InstallDev
Maintainer: me
Compile tested: ar71xx, mips_24kc_gcc-6.3.0_musl, LEDE trunk r3576-ea24d87
Run tested: NONE

Description:
"php7-mod-intl" build fail, because of lacking icu-config.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-24 17:31:24 +09:00
Carlos Miguel Ferreira
21091fa0ac
boost: 1.63 Revision 3 -> Python 3.6 Support Fixed and Unsupported Target Fixes
Update:
 - Python 3.6 support fixed. It is now correctly compiled and available.

Fixes:
 - disabled context and fiber for unsupported targets

There are several architectures which are not supported by context nor
 fiber. Because of this, Boost build was failing targets. This created the
 situation where the other boost libs were not being built and consequently,
 becoming unavailable  at the OpenWRT/LEDE repositories.
To solve this issue, it was necessary to disabled fiber and context for
 the incompatible targets.

Boost.Fiber is disabled for:
 -> ar7, rb532, brcm63xx.smp, brcm63xx, brcm47xx, brcm47xx.legacy, brcm2708,
    au1000, ath25, adm8668 and adm5120.

Boost.Context is disabled for:
 -> avr32, octeon and netlogic.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-02-24 00:08:33 +00:00
Carlos Miguel Ferreira
2a30298bd1
boost: 1.63 Revision 2 - Fixed Regression
This commit fixes an existent regression in boost 1.63 [1].
The regression appears when libc is used for the toolchain.

[1] -  https://svn.boost.org/trac/boost/ticket/11756

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2017-02-21 17:33:43 +00:00
BangLang Huang
af58a42344 libndpi: add new package
nDPI is an open source LGPLv3 library for deep-packet inspection. Based
on OpenDPI it includes ntop extensions. It had been tried to push the
source code into the OpenDPI source tree but nobody answered emails
so the ntop team had decided to create their own source tree.

github site: https://github.com/ntop/nDPI
official site: http://www.ntop.org/

Signed-off-by: BangLang Huang <banglang.huang@foxmail.com>
2017-02-21 14:49:50 +08:00
Ian Leonard
c19a342825 sqlite: update to 3.17.0
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-19 16:06:02 -08:00
Ian Leonard
32e6240b5c libflac: update to 1.3.2, refresh patches
No mention of sigemptyset seen in source code; dropped patch

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-19 16:05:25 -08:00
Ted Hess
2f4bad8f3c Merge pull request #4002 from InBetweenNames/pcre2
pcre2: Introduce PCRE2 library into repo for fish
2017-02-17 21:39:23 -05:00
Shane Peelar
7977564b97 pcre2: Introduce PCRE2 library into repo for fish
Need PCRE2 library for the fish shell.  Took existing pcre makefile
as a base to build pcre2, supporting 8, 16, and 32 bit characters with
different install targets for each.

Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
2017-02-17 17:20:00 -05:00
Hirokazu MORIKAWA
dd7c14081b icu: support OpenWrt trunk host-build.mk issue
Maintainer: me
Compile tested: ar71xx, mips_34kc_gcc-5.3.0_musl, OpenWrt trunk 50104
                ar71xx, mips_24kc_gcc-5.4.0_musl, LEDE trunk r3503-a112435
Run tested: NONE

Description:
openwrt buildbot report build fail

```
./runConfigureICU CC="gcc" CFLAGS="-O2 -I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" CPPFLAGS="-I/home/builder/trunk/openwrt/staging_dir/host/include -I/home/builder/trunk/openwrt/staging_dir/host/usr/include -I/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/include" LDFLAGS="-L/home/builder/trunk/openwrt/staging_dir/host/lib -L/home/builder/trunk/openwrt/staging_dir/host/usr/lib -L/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host/lib" SHELL="/usr/bin/env bash" Linux/gcc CC="gcc" CXX="g++" --disable-debug --enable-release --enable-shared --enable-static --enable-draft --enable-renaming --disable-tracing --disable-extras --enable-dyload --prefix=/home/builder/trunk/openwrt/staging_dir/target-i386_pentium4_glibc-2.22/host ; fi )
runConfigureICU: unrecognized platform "CC=gcc" (use --help for help)
```

"host-build.mk" is differs between OpenWrt and LEDE.

https://github.com/openwrt/packages/pull/3993

83b6bfc235

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-16 11:43:21 +09:00
Hannu Nyman
f20e7ec2ea Merge pull request #4001 from kissg1988/seafile
seafile: update to version 6.0.7
2017-02-14 09:27:37 +02:00
Gergely Kiss
1534aca7f2 seafile: update to version 6.0.7
Update several dependencies, as well:

* django-compressor -> 2.1.1
* django-constance -> 1.3.4
* django-restframework -> 3.5.4
* django-statici18n -> 1.3.0
* django -> 1.8.17
* openpyxl -> 2.4.2
* python-dateutil -> 2.6.0
* python-urllib3 -> 1.20

Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2017-02-13 22:03:14 +01:00
Hannu Nyman
287dea393d Merge pull request #3997 from eduardoabinader/check_use_sha256
check: use sha256 checksum
2017-02-13 17:20:46 +02:00
Eduardo Abinader
ba9e8e9d37 check: use sha256 checksum
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 16:12:55 +01:00
Hannu Nyman
5c8bea8d7e Merge pull request #3995 from nxhack/use_NOCACHE
icu: fix  fail situation of CONFIG_CCACHE=y
2017-02-13 12:49:13 +02:00
Hirokazu MORIKAWA
1afed3f13a icu: fix fail situation of CONFIG_CCACHE=y
Maintainer: me
Compile tested: brcm2708 ,aarch64_cortex-a53+neon-vfpv4_musl, LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail situation of CONFIG_CCACHE=y

`Running ./configure  CC=ccache gcc CXX=ccache g++ ....`

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-13 19:42:01 +09:00
Hannu Nyman
ebcce1defa Merge pull request #3238 from eduardoabinader/bump_libcheck
check: bump to 0.11.0
2017-02-13 12:16:48 +02:00
Eduardo Abinader
2c543903ac check: changing Maintainer
As agreed on https://github.com/openwrt/packages/pull/3238

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 10:53:12 +01:00
Eduardo Abinader
d53d85655b check: bump to 0.11.0
updated new package url and solved some issues:
https://github.com/libcheck/check/releases/tag/0.11.0

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2017-02-13 10:51:13 +01:00
Hirokazu MORIKAWA
a406800bc9 icu: specify cross compile variables
Maintainer: me
Compile tested: brcm2708
                aarch64_cortex-a53+neon-vfpv4_musl
                LEDE head r3426-4c09f99
Run tested: NONE

Description:
buildbots fail on link ARM object.

   error: xxxxxx.o uses VFP register arguments,

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-13 14:43:12 +09:00
Nikos Mavrogiannopoulos
278c5c1f1d gnutls: updated to 3.5.9
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-02-12 11:26:56 +01:00
Hannu Nyman
25c9eb19b8 Merge pull request #3975 from persandstrom/master
Protobuf: Upgrade to version 3.1
2017-02-11 14:56:16 +02:00
Per Sandström
adc1964575 Protobuf: Upgrade to version 3.1
Signed-off-by: Per Sandström <per.j.sandstrom@gmail.com>
2017-02-11 13:13:48 +01:00
Hannu Nyman
c7a57e4454 Merge pull request #3872 from jow-/loudmouth-fix-autoreconf
loudmouth: fix autoconf errors
2017-02-10 18:14:06 +02:00
Hirokazu MORIKAWA
9a1b666cf7 icu: move necessary files to STAGING_DIR_HOSTPKG
Maintainer: me
Compile tested: ar71xx mips_24kc_musl LEDE r3346-9eacb9d
Run tested: NONE

Description:
buildbots fail at accessing files under HOST_BUILD_DIR.

http://downloads.lede-project.org/snapshots/faillogs/mips_24kc/packages/icu/compile.txt

Move necessary files to STAGING_DIR_HOSTPKG.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-02-10 16:28:51 +09:00
Nikos Mavrogiannopoulos
14f9bff47d Merge pull request #3965 from diizzyy/patch-33
libs/gnutls: Don't link libidn unintentionally
2017-02-08 09:37:51 +01:00
Ted Hess
502b5ef2a6 Merge pull request #3951 from antonlacon/libopus-1.1.x
opus: update to 1.1.4 for CVE-2017-0381
2017-02-06 18:45:04 -05:00
Daniel Engberg
c7c951eada libs/gnutls: Don't link libidn unintentionally
Fixes compilation reported by by buildbots.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-07 00:23:09 +01:00
Hannu Nyman
9191912e70 Merge pull request #3925 from kdarbyshirebryant/fixlibidn
libidn: install libidn.pc in staging area & refresh patches
2017-02-05 10:50:24 +02:00
Kevin Darbyshire-Bryant
3829dbdaaa libidn: install libidn.pc in staging area & refresh patches
libidn.pc file was missing in package staging area causing build
failures for other packages expecting to find libidn package config
files.

refreshed patches to clear existing patch fuzz

take over maintainership

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
2017-02-05 08:47:09 +00:00
Ian Leonard
c94ab7d08f opus: update to 1.1.4
Includes fix for CVE 2017-0381.

Assume maintainership.

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2017-02-04 16:17:26 -08:00
Daniel Engberg
c2a7124523 lib/confuse: Update to 3.0
Update (lib)confuse to 3.0

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-02-04 15:39:10 +01:00
Vladimir Ulrich
2e02fddc91 [libs/fftw3] Updated to version 3.3.6-pl1
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-01-31 01:40:14 +03:00
Luiz Angelo Daros de Luca
5e36b05d46 Merge pull request #3867 from luizluca/libvpx-1.6.1
libvpx: bump to 1.6.1
2017-01-25 18:02:53 -02:00
Matthias Schiffer
759cbf3c44
libgd: remove unused LIBPNG12_CONFIG definition
While fixing up some incorrect STAGING_DIR_HOSTPKG uses I introduced, I
noticed that the LIBPNG12_CONFIG variable is not used by libgd anymore (it
is called LIBPNG_CONFIG now).

As the build runs fine without setting LIBPNG_CONFIG, let's just remove the
unused line.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-24 12:45:45 +01:00
Mirko Vogt
285298dc5f freetype: bump to version 2.7 2017-01-23 11:19:03 +01:00
heil
7c374fa372 package: pcre bump to version 8.40
Signed-off-by: heil <heil@terminal-consulting.de>
2017-01-22 21:09:54 +01:00
Jo-Philipp Wich
1a2a65dd81 Merge pull request #3623 from p-wassi/oping_190
libs/liboping: update to 1.9.0
2017-01-20 10:11:59 +01:00
Jo-Philipp Wich
dcb2407c89 loudmouth: fix autoconf errors
Do not override configure recipe and do not invoke upstream autogen.sh.
The shipped autogen.sh attempts to call "gtkdocize" which is no guaranteed
build prereq of LEDE or OpenWrt.

Also add a patch to disable the processing of documentation, tests and
examples as these resources rely on gtk-doc infrastructure which is not
available within LEDE or OpenWrt.

Example error for the bad autogen.sh invocation:

    ( cd .../loudmouth-1.5.3; ./autogen.sh )
    ./autogen.sh: 33: ./autogen.sh: gtkdocize: not found
    Makefile:73: recipe for target '.../.configured_yynyyyyn' failed

Example error for the lacking gtk-doc automake infrastructure:

    automake: error: cannot open < gtk-doc.make: No such file or directory
    autoreconf: .../host/bin/automake failed with exit status: 1
    [...]
    config.status: error: cannot find input file: `docs/reference/Makefile.in'
    Makefile:72: recipe for target '.../.configured_yynyn' failed

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18 04:48:07 +01:00
p-wassi
b85f3d20b7 libs/libcap: update to 2.25
Update libcap to upstream release 2.25
Since the libattr thing was dropped upstream in [1] it is also removed here.
Then, to overcome an issue in cross-compiling [2], set the Make parameter
according to [3].

Take maintainership of this package.

Signed-off-by: Paul Wassi <p.wassi@gmx.at>

[1]:
http://git.kernel.org/cgit/linux/kernel/git/morgan/libcap.git/commit/?id=85f38a573fc47472ab792e813b6f6b6f0b1df112

[2]:
libcap: progs/Makefile:30 executes the cross-compiled binary on the host

[3]:
libcap: Make.Rules: comment from lines 74-81
2017-01-18 11:20:27 +08:00
Luiz Angelo Daros de Luca
0a7fd329f1 libvpx: bump to 1.6.1
v1.6.1:
- Faster VP9 encoding and decoding
- Bug Fixes

Now the ABI_VERSION is derived from PKG_VERSION

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2017-01-17 19:21:31 -02:00
Peter Wagner
a0c957d73c alsa-lib: update to 1.1.3
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-16 21:54:11 +01:00
Vladimir Ulrich
5cb98f890e [libs/fftw3] Updated to version 3.3.6
Signed-off-by: Vladimir Ulrich <admin@evl.su>
2017-01-16 01:19:10 +03:00
Nikos Mavrogiannopoulos
4563af5d95 gnutls: updated to 3.5.8
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2017-01-15 21:32:38 +01:00
Luka Perkov
ee9b3f8e7e libuv: bump to 1.10.2
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
2017-01-15 19:30:03 +01:00
Matthias Schiffer
ee211f94ec
libxslt: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-14 19:01:13 +01:00
Matthias Schiffer
68699b6811
libgpg-error: revert $(STAGING_DIR_HOSTPKG) to $(STAGING_DIR)/host where appropriate
Host files installed in Build/InstallDev are target-specific and will stay
in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-14 19:01:11 +01:00
Ted Hess
1c2107e462 libshout: Update to 2.4.1. Create -nossl variant
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-13 17:01:43 -05:00
Ted Hess
867453bd52 Merge pull request #3785 from diizzyy/patch-17
libs/libstrophe: Fix source tarball filename
2017-01-13 13:37:05 -05:00
Peter Wagner
e7e68c08ba glib2: add --enable-libmount=no to HOST_CONFIGURE_ARGS
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-13 19:14:28 +01:00
Peter Wagner
ae19abe330 glib2: update to 2.50.2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2017-01-13 09:40:56 +01:00
Matthias Schiffer
3823ef9bc4 Merge pull request #3813 from NeoRaider/hostpkg
Use STAGING_DIR_HOSTPKG where appropriate
2017-01-11 21:54:09 +01:00
Hannu Nyman
89d23ead80 Merge pull request #3703 from nxhack/icu-update-to-v58_2
icu: Bumped to v58.2
2017-01-11 09:38:20 +02:00
Hirokazu MORIKAWA
67b5e98f5b icu: Bumped to v58.2
Maintainer: @nxhack
Compile tested: ar71xx mips_24kc_musl-1.1.15 LEDE r2610-324bdf3
Run tested: NONE

Description:
icu: Bumped to v58.2
for emoji handling

previous PR #2817

add patches/001-disable-strtod_l.patch
missing xlocale.h in case of using musl.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2017-01-11 11:13:35 +09:00
Daniel Golle
5589f9aa15 Merge pull request #3814 from thess/libextractor-update
libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependencies
2017-01-11 01:43:25 +01:00
Ted Hess
e15fc66660 libextractor: Add Debian ffmpeg api updates. Fix gstreamer dependencies
Signed-off-by: Ted Hess <thess@kitschensync.net>
2017-01-10 15:59:19 -05:00
Hannu Nyman
1d8515806a Merge pull request #3762 from diizzyy/patch-10
libs/poco: Use bz2 tarball instead of gz
2017-01-10 22:54:58 +02:00
Daniel Engberg
99a07470e1 libs/poco: Use bz2 tarball instead of gz
Use bz2 instead of gz tarball, saves about 900kbyte in size
Do minor adjustments to download URL

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-10 21:48:37 +01:00
Matthias Schiffer
4a984a8d60
treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with $(STAGING_DIR_HOSTPKG)
As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely
on it. See 73b7f55424 for more information on
STAGING_DIR_HOSTPKG.

STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release
(it is equivalent to $(STAGING_DIR)/host), so this simple search/replace
cleanup is safe to apply. Doing this cleanup now will be useful for the
Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting
with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream.

Also fixes a typo in the dbus Makefile ("STAGIND_DIR").

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-10 18:25:54 +01:00
Alexandru Ardelean
ab5afd7620 libs/dtc: fix build on x86_64
Fixes build error:
```
x86_64-openwrt-linux-musl-gcc -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/target-x86_64_musl-1.1.15/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/usr/lib -L/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib -znow -zrelro  -fPIC -shared -Wl,--version-script=libfdt/version.lds -Wl,-soname,libfdt.so.1 -o libfdt/libfdt-1.4.2.so libfdt/fdt.o libfdt/fdt_ro.o libfdt/fdt_wip.o libfdt/fdt_sw.o libfdt/fdt_rw.o libfdt/fdt_strerror.o libfdt/fdt_empty_tree.o libfdt/fdt_addresses.o
/home/sandu/work/lede/staging_dir/toolchain-x86_64_gcc-5.4.0_musl-1.1.15/lib64/gcc/x86_64-openwrt-linux-musl/5.4.0/../../../../x86_64-openwrt-linux-musl/bin/ld: libfdt/fdt.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
libfdt/fdt.o: error adding symbols: Bad value
collect2: error: ld returned 1 exit status
Makefile:283: recipe for target 'libfdt/libfdt-1.4.2.so' failed
make[4]: *** [libfdt/libfdt-1.4.2.so] Error 1
```

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2017-01-11 00:01:37 +08:00
Daniel Engberg
b2bd7b4251 libs/libstrophe: Fix source tarball filename
Switch to git repo to properly set tarball filename

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-08 10:50:18 +01:00
W. Michael Petullo
3cc1cf8023 eventlog: import from oldpackages
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2017-01-06 07:55:01 -05:00
champtar
aa77076799 Merge pull request #3742 from diizzyy/patch-6
libs/sqlite3: Update to 3.16.0 and add optimizations
2017-01-05 07:06:38 -08:00
Daniel Engberg
8637073669 libs/sqlite3: Update to 3.16.0 and add optimizations
Update to 3.16.0

Add following optimizations:

HAVE_ISNAN
HAVE_MALLOC_USABLE_SIZE

Link: https://www.sqlite.org/compile.html

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2017-01-05 01:30:09 -06:00
Carlos Ferreira
6428d61810
boost: Package Version Update -> 1.63.0
Maintainer: @ClaymorePT
Compile tested: Broadcom BCM2708
Run tested: None

Description:

This package update contains no new libraries.
Information about the 1.63.0 release (updated libraries, bug fixes, etc), can be found here [1].

[1]: http://www.boost.org/users/history/version_1_63_0.html

Signed-off-by: Carlos Ferreira <carlosmf.pt@gmail.com>
2017-01-05 00:49:50 +00:00
Jean-Michel Julien
b71421ac68 poco: update to 1.7.7
Update package to latest stable version (1.7.7)

Signed-off-by Jean-Michel Julien <jean-michel.julien@trilliantinc.com>
2017-01-04 14:19:21 -05:00
Daniel Albers
6453ef9e9c libpng: update to 1.2.57
Fixes CVE-2016-10087

Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>
2017-01-03 19:59:57 +01:00
Luka Perkov
54b2e9f7f9 libuv: bump to latest version
While at it install in staging_dir libuv.a used for static linking and update
my email address.

Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
2017-01-01 23:44:01 +01:00
Hannu Nyman
03c3fbb96b Merge pull request #3702 from hauke/libcoap
libcoap: fix PKG_BUILD_DIR
2016-12-30 12:31:35 +02:00
Michael Heimpold
e97706c02b libcanfestival: define package build directory explicitly
This should fix the build on LEDE buildbots which bail out with:

-snip-
...
! -d ./src/ ] || cp -fpR ./src/* /data/bowl-builder/arm_arm926ej-s/build/ (wrapped)
  sdk/build_dir/target-arm_arm926ej-s_musl-1.1.15_eabi/libcanfestival-8bfe0ac0

Applying ./patches/001-sigval-ref-fix.patch using plaintext:
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- a/drivers/timers_unix/timers_unix.c
|+++ b/drivers/timers_unix/timers_unix.c
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
Patch failed!  Please fix ./patches/001-sigval-ref-fix.patch!
...
-snap-

Reason is, that the tar ball created by hg checkout does not contain the
version string appended to the root source directory as expected by
default PKG_BUILD_DIR, so this patch adjusts the expected directory name.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2016-12-27 21:45:39 +01:00
Hauke Mehrtens
387e2d55cc libcoap: fix PKG_BUILD_DIR
libcoap is not building in LEDE any more because it is extracted to
/libcoap/ and the package makefiles try to access it at
/libcoap-2da31de732c0e51a9bc9e1d4aea21e25da89cf87/.

This patch defines a PKG_BUILD_DIR variable to make it use /libcoap/
without the hash.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-12-25 17:56:09 +01:00
Hauke Mehrtens
f966e760b7 boost: build always with -std=gnu++14 with recent compilers.
Some parts of boost need at least C++11, activate -std=gnu++14
when possible and otherwise use -std=gnu++11 instated of using the
default which is -std=gnu++98.

This fixes the build for me when I build everything expect
boost-coroutine2 with gcc 5.4.0 on LEDE.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2016-12-25 17:52:51 +01:00
Alin Nastac
8ad51477ae libs/libexif: Disable nls
Fixes missing @MKINSTALLDIRS@ substitution in po/Makefile.

Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
2016-12-20 18:38:17 -06:00
Dana Myers
84b163ac77 libs/rxtx: add support for RX/TX Java serial communications
Integrate support for RX/TX Java serial communications library.
Includes patch to include support for ttyACM* devices.

Signed-off-by: Dana H. Myers k6jq@comcast.net
2016-12-19 19:50:00 -06:00
Nikos Mavrogiannopoulos
347c2f4ecc Merge pull request #3662 from diizzyy/patch-27
libs/libtasn1: Update to 4.9
2016-12-17 10:19:04 +01:00
Daniel Engberg
4bd8d2b274 libs/liblz4: Use xz compression instead of gz
Use xz compression as it saves space compared to gz.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-17 01:05:29 -06:00
Ted Hess
2e40c6ba71 Merge pull request #3634 from p-wassi/libexpat_220
libs/expat: update to 2.2.0
2016-12-16 18:19:32 -05:00
Daniel Engberg
3930c3428f libs/libtasn1: Update to 4.9
Update 4.9 and use URL alias

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-16 14:54:07 +01:00
Dominik Menke
8dd99f4f7f libuecc: use shared instead of static library
This patch prepares for another future package (ecdsautils),
which builds multiple binaries all linked to libuecc.

The changes are a direct copy of [1]. The original commit
message was:

> commit cb2ecbfdf0c478568a28aacb99d30fd6ee5c0dd1
> From: Matthias Schiffer <mschiffer@universe-factory.net>
> Date: Tue, 3 May 2016 21:33:34 +0200
> Subject: libuecc: use shared instead of static library
>
> Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>

[1]: cb2ecbfdf0/patches/packages/openwrt/0007-libuecc-use-shared-instead-of-static-library.patch

Signed-off-by: Dominik Menke <dom@digineo.de>
2016-12-14 10:47:51 +01:00
Yousong Zhou
3e4d616a74 dtc: initial version 1.4.2
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2016-12-11 21:32:22 -06:00
Ted Hess
781b57f177 Merge pull request #3554 from thess/x264-test
libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
2016-12-08 15:25:42 -05:00
Ted Hess
a41be403e6 libx264: Add AMD Geode and i486 to ASM blacklist, fix CPU type test
Signed-off-by: Ted Hess <thess@kitschensync.net>
2016-12-08 15:21:57 -05:00
Ted Hess
765ff16b5a Merge pull request #3556 from thess/libopus-test
opus: Disable ASM for xscale and arm926ej-s
2016-12-08 09:58:09 -05:00
p-wassi
859b8b75fe libs/expat: update to 2.2.0
Update libexpat to upstream release 2.2.0

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-08 10:46:58 +01:00
p-wassi
3a4b55ee78 libs/liboping: update to 1.9.0
Update liboping/oping/noping to upstream release 1.9.0
Also introduce new location of downloads and correct
the licence to LGPL-2.1+ (as seen in liboping's README)

Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2016-12-05 20:49:24 +01:00
Hannu Nyman
1ca5e382d6 Merge pull request #3612 from ejurgensen/mxml_2.10
mxml: Update to version 2.10
2016-12-04 01:23:04 +02:00
ejurgensen
2981bd65f0 mxml: Update to version 2.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2016-12-03 17:23:41 +01:00
Daniel Engberg
2057d7c790 libs/libarchive: Fix unintended linking of liblz4
Fixes unintended linking of liblz4
Thanks to hnyman for making me aware of this issue.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-03 02:33:09 +01:00
Daniel Engberg
2121d6595e libs/libarchive: Update to 3.2.2 and add bsdtar
Updates libarchive to 3.2.2
Adds bsdtar aswell as usable archive/compression support

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2016-12-01 14:20:27 -06:00
Alexander Couzens
55524f1b0a
libmicrohttpd: update to 0.9.52
Compile tested on x86_64.
Runtime tested on x86_64.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2016-11-30 17:42:58 +01:00
Hannu Nyman
191bf5e4a9 Merge pull request #3591 from haraldg/elektra
elektra: Update to 0.8.19
2016-11-28 23:07:07 +02:00
Harald Geyer
e229930a50 elektra: Update to 0.8.19
Noteable change: The libelektra-extra package now depends on libstdcpp.

Signed-off-by: Harald Geyer <harald@ccbib.org>
2016-11-28 14:39:47 +01:00
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
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
Hannu Nyman
e44e0e3736 Merge pull request #1961 from hnyman/gnome
libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
2015-11-24 21:16:11 +02:00
Jo-Philipp Wich
c7ddd3140d Merge pull request #2008 from ollie27/libpngupdate
libpng: update to 1.2.54
2015-11-24 16:17:31 +01:00
Hannu Nyman
7b78ed456e libgee, grilo, grilo-plugins: use GNOME alias to fix downloads in buildbot
Switch grilo, grilo-plugins and libgee to use the @GNOME alias for
source download in order to fix download problems in buildbot.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-24 12:44:59 +02:00
Carlos Miguel Ferreira
869c22565c p11-kit: Version update
Just a regular version update
- Package gnutls requires the 0.23.1 to compile.

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-11-24 02:15:12 +00:00
Ted Hess
1933a7aa3d boost: Updates for python builds and library packages
Minor Fixes:
     - Fixed bug related to Python 3.5 support. [1]
       - "--without-python3" was being issued when it should only be
         "--without-python".
       - "--without-python" is only issued in the event of neither Python 3.5
         support neither Python 2.7 support is requested.
     - Fixed an old bug related to coroutine2 support (added selector).
       - "--without-coroutin2" was not being issued, even when boost-coroutine was
         not selected. Because of that, the boost building system was compiling
         boost- coroutine and all of its dependencies.
     - Added selector for boost-graph-parallel.

     References:
     [1] - openwrt@8f7e090#commitcomment-14542816

    Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
    Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-23 13:56:26 -05:00
Peter Wagner
e9e5ffaed7 libsndfile: update to 1.0.26
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-11-22 20:07:46 +01:00
Oliver Middleton
eb2777d17e libpng: update to 1.2.54
Includes fixes for CVE-2015-7981 and CVE-2015-8126.

Signed-off-by: Oliver Middleton <olliemail27@gmail.com>
2015-11-22 15:18:51 +00:00
Hauke Mehrtens
1ad9005e98 libffi: fix host build
My last commit c1137b6db7 "libffi: fix
libffi.pc file" broke the host build as that still placed the header
files to /usr/lib/libffi-3.0.13/include/ and the libffi.pc file pointed
to /usr/include/ . With this patch I took the patch from Debian and
also made the install process to put the header files to /usr/include
in all situations.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-21 12:37:34 +01:00
Hauke Mehrtens
10311faf44 Merge pull request #1989 from hauke/libffi
libffi: fix libffi.pc file
2015-11-21 00:43:07 +01:00
Hauke Mehrtens
1dbf398d5c Merge pull request #1990 from hauke/libgpg-error
libgpg-error: fix build with gcc-5
2015-11-20 23:30:22 +01:00
Michael Heimpold
55421fe27b libxml2: upgrade to 2.9.3
Beside some improvements, this also fixes several CVEs, for full
list see upstream changelog at:
https://mail.gnome.org/archives/xml/2015-November/msg00012.html

The patch needed for musl was accepted upstream, so we can remove it.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2015-11-20 21:53:15 +01:00
Steven Barth
e138a2b4b0 Merge pull request #1870 from dangowrt/update-libmicrohttpd
libmicrohttpd: update to 0.9.44
2015-11-19 16:23:46 +01:00
Carlos Miguel Ferreira
8f7e09026d boost: Update 4
Major Updates
  - Added support for Python 3.5.
  - Removed the restriction for the target MPC85xx when using uclibc [1].
    - No longer required since uclibc was removed from trunk.
  - Added option to force static compilation.
  - Added option to force linking statically to the C++ standard library and compiler runtime support libraries.
  - Added option to disable multithreading support. It can be helpfull for those who wish to fully optimise their code.
    - Some boost libraries will require multithreading to be active. For those, this option is active as a requirement.

  Minor Updates
  - Added -fPIC to CFLags [2].
    - python requires independent position code when statically compiling.

  References:
  [1] - https://github.com/openwrt/packages/issues/1621
  [2] - https://github.com/openwrt/packages/issues/1938

Signed-off-by: Carlos M. Ferreira <carlosmf.pt@gmail.com>
2015-11-19 01:06:02 +00:00
Hauke Mehrtens
5dd2d24c6b libgpg-error: fix build with gcc-5
Call the cpp preprocessor with -P argument which is now needed by gcc-5.

This is a backport of this upstream commit:
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=libgpg-error.git;a=commitdiff;h=c01c8f0c4f55d76b037c7f6aa44ad25ede18d38a

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-18 23:40:11 +01:00
Hauke Mehrtens
c1137b6db7 libffi: fix libffi.pc file
The include dir pointed to staging_dir/target-mips_34kc+dsp_musl-1.1.11
/usr/lib/libffi-3.0.13/include which does not exists, this made glib2
fail to compile. The header files are copied to /usr/include so define
it in the libffi.pc file.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2015-11-18 22:52:52 +01:00
Ted Hess
a7161b8e4c libshout: Make 2 variants (with/without speex & theora)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-15 15:16:47 -05:00
Hannu Nyman
8276f382a9 libtorrent: update to 0.13.6, disable ipv6, remove ipv6 hack
Fix libtorrent compilation by:
* Disable ipv6
* Remove the problematic patches/120-... ipv6 hack at the same time,
  as it is a 5-year old hack to fix one ipv6 problem.
* Update libtorrent to git master HEAD (0.13.6).

Libtorrent compilation has been broken due to patches/120-...
since #1181 got merged and ipv6 got enabled.
Users have seen issues like #1316 and #1804

IPv6 support in libtorrent master is not compelete.
Instead there is a separate ipv6 branch, which still needs some
cleanup before mainstream use. See discussion at
https://github.com/rakshasa/rtorrent/issues/59#issuecomment-56651538
So, it makes no sense to use ipv6 with the master branch.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2015-11-14 10:34:09 +02:00
Álvaro Fernández Rojas
f535396cd9 libftdi: fix cmake build issues
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2015-11-11 19:26:43 +01:00
Dov Murik
964835bccd libs/libestr: add new package (needed for net/rsyslog)
Signed-off-by: Dov Murik <dmurik@us.ibm.com>
2015-11-11 10:00:12 -05:00
Damiano Renfer
22752a668a libs/libsodium: update to 1.0.6
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-11-09 20:04:24 +01:00
John Crispin
c5c8dc19be libmraa: board detection was broken after the name changed
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-11-06 22:38:57 +01:00
Ted Hess
fdb927f919 Merge pull request #1917 from thess/boost-build
boost: Add ignore-site-config option to bjam
2015-11-05 13:50:41 -05:00
Karl Palsson
5ccaccf03b libwebsockets: Bump to version 1.5
Very minor changes in this release, but best to keep up.

Full changelog available at
http://git.libwebsockets.org/cgi-bin/cgit/libwebsockets/tree/changelog

Signed-off-by: Karl Palsson <karlp@remake.is>
2015-11-05 14:00:41 +00:00
Ted Hess
5becb1259e boost: Add ignore-site-config option to bjam
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-11-04 15:33:10 -05:00
Steven Barth
c9c7b246ad Merge pull request #1910 from dajhorn/liblz4-r131
liblz4: update to r131
2015-11-04 01:39:06 +01:00
Darik Horn
00e337755b liblz4: update to r131
From the upstream NEWS file:

  r131
  New    : Dos/DJGPP target, thanks to Louis Santillan (#114)
  Added  : Example using lz4frame library, by Zbigniew Jędrzejewski-Szmek (#118)
  Changed: xxhash symbols are modified (namespace emulation) within liblz4

  r130:
  Fixed  : incompatibility sparse mode vs console, reported by Yongwoon Cho (#105)
  Fixed  : LZ4IO exits too early when frame crc not present, reported by Yongwoon Cho (#106)
  Fixed  : incompatibility sparse mode vs append mode, reported by Takayuki Matsuoka (#110)
  Performance fix : big compression speed boost for clang (+30%)
  New    : cross-version test, by Takayuki Matsuoka

Signed-off-by: Darik Horn <dajhorn@vanadac.com>
2015-11-01 19:24:36 -05:00
Damiano Renfer
4888daa6f5 libs/libsodium: update to 1.0.5
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-11-01 17:37:54 +01:00
Matthias Schiffer
25ca289e4d libuecc: update to v6
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2015-10-25 17:11:47 +01:00
Damiano Renfer
e073ad7ca7 libs/libsodium: update to 1.0.4
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
2015-10-24 12:07:12 +02:00
Steven Barth
6b10101b15 Merge pull request #1860 from karlp/libcoap-endian
libcoap: Pass endian flags down to target
2015-10-22 10:35:13 +02:00
Steven Barth
56c19739dc Merge pull request #1866 from MikePetullo/libgee
libgee: add new package
2015-10-22 10:34:39 +02:00
Nikos Mavrogiannopoulos
472cb4e3a8 gnutls: update to 3.4.6
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-10-22 07:33:06 +02:00
John Crispin
180999e20f libupm: add fixes for 2 sensors
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-20 15:59:25 +02:00
John Crispin
221c1e3d03 libupm: add package
upm is a sensor library that sits ontop of libmraa. it has support for a large
number of sensors and exports bindings for node, python, ...

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
John Crispin
896feff364 libmraa: add mraa including mips platform code
mraa is a lowlevel io bus abstraction layer. it allows us to export bindings for
various linux io busses for node, python, ...

Signed-off-by: John Crispin <blogic@openwrt.org>
2015-10-19 12:20:11 +02:00
W. Michael Petullo
25f897ed98 libdmapsharing: update to 2.9.32
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-10-18 22:25:47 -04:00
W. Michael Petullo
10f280c314 libgee: add new package
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-10-18 22:20:29 -04:00
Daniel Golle
fc4fdf2829 libmicrohttpd: update to 0.9.44
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-19 00:19:07 +02:00
Karl Palsson
c4a8c4eae2 libcoap: Pass endian flags down to target
Fixes github issue #1856

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
2015-10-14 17:18:08 +00:00
Steven Barth
1d853ac05a all: get rid of kmod-ipv6 dependencies
Signed-off-by: Steven Barth <steven@midlink.org>
2015-10-06 09:04:29 +02:00
Peter Wagner
c136bcbddb glib2: update to 2.44.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2015-10-04 12:58:22 +02:00
Anton Glukhov
bf45232591 libcoap: Add new package
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
2015-10-01 12:34:27 +00:00
Marko Ratkaj
5b2245131b file: bump version to 5.25
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2015-09-27 23:44:22 +02:00
Anton Glukhov
ce7ae15a98 Canfestival library: add new package
Signed-off-by: Anton Glukhov <anton.a.glukhov@gmail.com>
2015-09-26 04:50:40 +03:00
Nikos Mavrogiannopoulos
aa8a98e6ec libtasn1: updated to 4.7
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:07:28 +02:00
Nikos Mavrogiannopoulos
026486fc0a gnutls: updated to 3.4.5
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 10:05:27 +02:00
Nikos Mavrogiannopoulos
849a3f1cb4 radcli: updated to 1.2.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-09-24 09:57:37 +02:00
Felix Fietkau
4e7545ff68 libcap: fix build on non-linux systems
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
2015-09-18 15:51:28 +02:00
Steven Barth
86dbea4aa2 Merge pull request #1696 from plntyk/fix_opencv
opencv: disable precompiled headers
2015-09-15 08:29:33 +02:00
Daniel Golle
d2cb285774 libextractor: fix build with full NLS support
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-11 07:28:22 +02:00
Daniel Golle
9ddf3ded77 libinput: update to version 1.0.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 20:02:49 +02:00
Daniel Golle
344e27c547 libevdev: update to version 1.4.4
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-09-07 19:51:13 +02:00
Steven Barth
a59d3ba39b libsigc++: bump to 2.5.4
Signed-off-by: Steven Barth <steven@midlink.org>
2015-09-07 10:17:26 +02:00
heil
29195f5b98 unixodbc: bump to version 2.3.4
Signed-off-by: heil <heil@terminal-consulting.de>
2015-09-06 23:53:35 +02:00
Jan Čermák
718f1651e0 libevent: update to 1.4.15 (fixes CVE-2014-6272)
This update fixes CVE-2014-6272. Change of source URL was needed,
because the older location does not contain the latest version.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
2015-09-01 11:26:54 +02:00
Steven Barth
d0554e68a0 Merge pull request #1730 from kissg1988/libzdb
libzdb: musl compatibility fix
2015-08-29 08:40:49 +02:00
Gergely Kiss
f323dd3690 libzdb: musl compatibility fix
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2015-08-29 00:55:29 +02:00
Ted Hess
27ce9f5c20 Merge pull request #1723 from thess/boost-build
boost: Fix building without hard float (fenv.h)
2015-08-27 15:14:15 -04:00
Michael Heimpold
704c15e711 Merge pull request #1714 from lynxis/libxml2_nonparallel
libxml2: disable parallel build
2015-08-27 21:12:10 +02:00
Ted Hess
fbef12c6a6 boost: Fix building without hard float (fenv.h)
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 14:31:29 -04:00
Ted Hess
7e88a109f2 alsa-lib: Add missing comma to maintainer list
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-27 13:10:22 -04:00
Ted Hess
f149916fe1 Merge pull request #1718 from changeway/libstrophe
libstrophe : Update to version 0.8.8
2015-08-27 09:08:50 -04:00
Alexander Couzens
71c0915496 libxml2: disable parallel build
libxml2 fails to build in one of three runs.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
2015-08-26 16:11:09 +02:00
Steven Barth
1ad2576aa8 libsigc++: bump to 2.5.2
Signed-off-by: Steven Barth <steven@midlink.org>
2015-08-25 08:43:38 +02:00
Chih-Wei Chen
02fa2b7160 libstrophe : Update to version 0.8.8
Signed-off-by: Chih-Wei Chen <changeway@gmail.com>
2015-08-24 22:51:06 +08:00
heil
da89247736 unixodbc: update to 2.3.3
Signed-off-by: heil <heil@terminal-consulting.de>
2015-08-24 10:40:38 +02:00
John Crispin
62581b3851 libuv: fix download path
Signed-off-by: John Crispin <blogic@openwrt.org>
2015-08-22 01:12:31 +02:00
Ted Hess
242089ecc6 hidapi: Fix iconv depends
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-08-21 15:24:02 -04:00
Jonas Gorski
28804d8d97 Merge pull request #1671 from plntyk/fix_musl_dtndht
dtndht: fix musl build
2015-08-21 15:20:13 +02:00
Jonas Gorski
8fce0732d6 Merge pull request #1694 from jsiverskog/protobuf-maintainer2
protobuf: add myself as maintainer.
2015-08-21 15:15:18 +02:00
Dirk Neukirchen
75b0c4fb1b openvc: disable precompiled headers
this commit fixes musl build

precompiled headers are not strictly necessary according to
https://gcc.gnu.org/onlinedocs/gcc/Precompiled-Headers.html

precompiled headers will probably be broken anyway in cross-compile cases

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
2015-08-21 11:14:54 +02:00