Commit graph

1632 commits

Author SHA1 Message Date
Hannu Nyman
86195e9904
Merge pull request #6104 from cotequeiroz/libtorrent_openssl-1.1
libtorrent: add support for openssl 1.1
2018-06-03 17:15:38 +03:00
Hannu Nyman
77786f0807
Merge pull request #6099 from cotequeiroz/libmraa-0.9
libmraa: Upgrade to version 0.9.0
2018-06-03 17:14:38 +03:00
Othmar Truniger
2f7d6ef03a libfmt: bump to version 5.0.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2018-06-02 18:46:48 +02:00
Ted Hess
9764354572
Merge pull request #6146 from neheb/libshout
libshout: Fix OpenSSL 1.1.0 without deprecated APIs
2018-05-30 17:04:42 +00:00
Rosen Penev
f51d3846d8 libshout: Fix OpenSSL 1.1.0 without deprecated APIs
Previous patch was incomplete and broke with deprecated APIs
disabled.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-05-29 18:31:20 -07:00
Hannu Nyman
1024a23021
Merge pull request #6114 from kenkeys/protobuf-lite
Protobuf lite
2018-05-29 21:14:29 +03:00
Leonardo Medici
737ecaa3ed libgphoto2: update package 2.5.18
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-05-28 20:44:29 +02:00
Espen Jürgensen
b57c254cf9 libunistring: update to 0.9.10
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2018-05-27 23:19:30 +02:00
Hannu Nyman
908acafafd
Merge pull request #6097 from cotequeiroz/libevhtp_openssl-1.1
libevhtp: add openssl 1.1 compatibility
2018-05-27 09:44:19 +03:00
Hannu Nyman
85e66d906f
Merge pull request #6106 from cotequeiroz/uw-imap_openssl-1.1
uw-imap: add openssl 1.1 compatibility
2018-05-26 20:50:18 +03:00
Hannu Nyman
95c9027602
Merge pull request #6105 from cotequeiroz/libzdb_openssl-1.1
libzdb: add compatibility with openssl 1.1
2018-05-24 22:52:28 +03:00
Eneas U de Queiroz
b06bac022a openldap: use /dev/urandom as entropy source
When cross-compiling, the configure script doesn't use /dev/urandom as
entropy source, which would have been the case if we were building it
natively.  Instead it tries to use an EGD, which openwrt doesn't supply.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-24 10:29:40 -03:00
Ted Hess
11e87d3ba9
Merge pull request #6101 from cotequeiroz/libshout_openssl-1.1
libshout: add openssl 1.1.0 compatibility
2018-05-24 10:56:12 +00:00
Eneas U de Queiroz
b087da8530 uw-imap: add openssl 1.1 compatibility
Patch to compile with openssl 1.1

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:39:04 -03:00
Eneas U de Queiroz
0f9a536daf libzdb: add compatibility with openssl 1.1
This patch merely updates the detection of the ssl library.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 23:26:21 -03:00
Eneas U de Queiroz
3ef44db435 libtorrent: add support for openssl 1.1
Used a patch that was merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 22:41:48 -03:00
Ken Keys
07daa086e6 protobuf: upgrade to version 3.5.1
Signed-off-by: Ken Keys <kkeys@caida.org>
2018-05-23 16:39:29 -07:00
Ken Keys
d078dbed7b protobuf: add smaller protobuf-lite package variant
Signed-off-by: Ken Keys <kkeys@caida.org>
2018-05-23 16:37:35 -07:00
Eneas U de Queiroz
b96a1f3ea6 libssh: added openssl 1.1 compatibility
This patch was backported from upstream master branch.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 18:35:16 -03:00
Eneas U de Queiroz
bb31b90d73 libshout: add openssl 1.1.0 compatibility
Avoid calling deprecated and unnecessary library initialization
functions with openssl >= 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 15:37:53 -03:00
Eneas U de Queiroz
43a1c3ebe5 libnopoll: upgraded to version 0.4.6
Upgraded to support openssl 1.1.0.  This is the current stable release.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 15:15:27 -03:00
Eneas U de Queiroz
420b203af6 libmraa: Upgrade to version 0.9.0
This version is compatible with the version of node currently in use.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:30:29 -03:00
Eneas U de Queiroz
75d9ab331d tdb: avoid installing duplicate files
Use $(CP) instead of $(INSTALL) so that libtdb.so.1 is installed as
symlink, and not duplicated.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:16:09 -03:00
Eneas U de Queiroz
2d695144a0 libevhtp: add openssl 1.1 compatibility
This patch is a backport of upstream changes.
I read the Makefile warning and made sure it only updates the openssl
calls and data types to the new API.  It does not touch anything else!

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:06:22 -03:00
Eneas U de Queiroz
c027c088f6 ibrcommon: add openssl 1.1 compatibility
This patch has been merged upstream.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-23 14:00:52 -03:00
Eneas U de Queiroz
55bffaace8 ldns: Upgrade to version 1.7.0
This version adds compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
2018-05-22 23:21:49 -03:00
Michael Heimpold
0356afbc12 libiio: update to 0.15
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-05-21 14:52:46 +02:00
Michael Heimpold
265d5aa390 libgpiod: update to 1.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-05-21 14:45:35 +02:00
Ted Hess
97e43710a5
Merge pull request #5917 from diizzyy/patch-2
libs/libx264: Update to snapshot 20180401
2018-05-14 21:20:48 +00:00
Hannu Nyman
bdc67f63b4
Merge pull request #6023 from ClaymorePT/boost_1.67.0_r2
boost: Package Release 2 (minor fixes)
2018-05-14 22:49:14 +03:00
Hannu Nyman
b8b6576cd4
Merge pull request #6054 from zhaojh329/libuwsc
libuwsc: Update to 2.0.2
2018-05-14 22:44:03 +03:00
Jianhui Zhao
0e475d9a3d libuwsc: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-05-15 00:04:37 +08:00
Kevin Darbyshire-Bryant
f83ac49d06 libidn: bump to v1.35 (2018-05-11)
Bump to v1.35
Refresh patches.
Update Makefile to use new '--disable-doc' configure flag.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-05-14 11:22:42 +01:00
David Mora
ba923ce93e getdns: Bump to 1.4.2
Update to new upstream version. Needed to add a patch provided by upstream to compile with musl.

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-05-13 07:21:49 -04:00
tripolar
af87abf169
Merge pull request #5981 from diizzyy/patch-8
alsa-lib: Update to 1.1.6
2018-05-10 12:47:39 +02:00
Yousong Zhou
da1912f868 treewide: use mirror tag @KERNEL where applicable
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 17:05:53 +08:00
Yousong Zhou
af9c7aae09 dtc: add subpackage fdt-utils
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 15:45:51 +08:00
Yousong Zhou
8f18594ac9 dtc: bump to version 1.4.6
Suggested-by: Tom Burkart <tom@aussec.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2018-05-09 15:45:51 +08:00
Carlos Miguel Ferreira
d4fa43e9ac
boost: Package Release 2 (minor fixes)
- Fixed package hyperlink
  -> Now using the @SF macro to obtain the best mirror link
  -> Added backup link in case Source Forge fails to provide the proper link

- Minor fix to package documentation
  -> Help documentation was lacking the contract library info.

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-05-09 01:17:27 +01:00
Hannu Nyman
f35a29fd2b
Merge pull request #5995 from diizzyy/patch-10
sbc: Switch to @KERNEL alias, use LTO optimization
2018-05-08 22:23:41 +03:00
Hannu Nyman
3581bc6fef
Merge pull request #5992 from kismetwireless/feature_protobuf-c_host_tools
Enable the host tools on protobuf-c (protoc-c specifically)
2018-05-08 19:36:32 +03:00
Hannu Nyman
82ac73701e
Merge pull request #5450 from ja-pa/poco_update
poco: update to version 1.8.1
2018-05-06 10:42:56 +03:00
W. Michael Petullo
64a7b5154a cyrus-sasl: update to 2.1.27-rc7
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-05-05 18:04:49 -04:00
Daniel Engberg
4f702765a1 sbc: Switch to @KERNEL alias, use LTO optimization
Switch to the @KERNEL alias
Use LTO optimization, reduces file size by ~20% (~10Kbyte)

With:
39K sbc_1.3-1_arm_cortex-a9_neon.ipk

Without:
51K sbc_1.3-1_arm_cortex-a9_neon.ipk

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-05-04 07:50:18 +02:00
Mike Kershaw / Dragorn
6915059e35 Enable the host tools on protobuf-c (protoc-c specifically)
Signed-Off-By: Mike Kershaw <dragorn@kismetwireless.net>
2018-04-30 17:14:47 -04:00
Daniel Engberg
b33c7e1ca4
alsa-lib: Update to 1.1.6
Update alsa-lib to 1.1.6

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-29 18:27:55 +02:00
Mislav Novakovic
771f6b1263 libyang: add patch
The patch fixes a netopeer2-cli issue on musl.

Signed-off-by: Mislav Novakovic <mislav.novakovic@sartura.hr>
2018-04-27 13:19:04 +02:00
Ted Hess
aea4c43d2f
Merge pull request #5902 from antonlacon/libvorbis
libvorbis: update to 1.3.6
2018-04-23 21:14:40 +00:00
Hannu Nyman
75dc2dda21
Merge pull request #5959 from DocLM/gphoto2
libgphoto2 and gphoto2: Update to 2.5.17
2018-04-23 23:51:06 +03:00
Leonardo Medici
ff5fa3f52d libgphoto2: update package 2.5.17
Signed-off-by: Leonardo Medici <leonardo_medici@me.com>
2018-04-23 21:46:22 +02:00
W. Michael Petullo
feb1873125 libdaq: update hash and change maintainer
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2018-04-23 11:56:44 -04:00
Magnus Kroken
812ce161f3 libdaq: update to 2.0.6
Signed-off-by: Magnus Kroken <mkroken@gmail.com>
2018-04-23 17:38:33 +03:00
Michael Heimpold
f8ec3965eb libgpiod: update to 1.0.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-04-18 21:35:04 +02:00
David Mora
cefe7738b5 getdns: Package update to replace libidn support with libidn2
Package update to replace libidn support with libidn2

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-04-17 18:10:59 -04:00
Carlos Miguel Ferreira
9c09ecf437
boost: Package Version Update -> 1.67.0
This package update provides two new libraries
- Contract (compiled library) [1]: Contract programming for C++.
  All contract programming features are supported: Subcontracting,
  class invariants, postconditions (with old and return values),
  preconditions, customizable actions on assertion failure (e.g.,
  terminate or throw), optional compilation and checking of
  assertions, etc, from Lorenzo Caminiti.

- HOF (header-only library) [2]:
  Higher-order functions for C++, from Paul Fultz II.

More info can be found at the usual place [3].

[1]: https://www.boost.org/libs/contract
[2]: https://www.boost.org/libs/hof
[3]: https://www.boost.org/users/history/version_1_67_0.html

Signed-off-by: Carlos Miguel Ferreira <carlosmf.pt@gmail.com>
2018-04-16 01:53:38 +01:00
Daniel Engberg
b386c497e1
libs/libx264: Update to snapshot 20180401
Update libx264 to snapshot 20180401
Scrub any previous set -O flags, cosmetic change.

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-14 09:35:35 +02:00
champtar
49df906991
Merge pull request #5854 from diizzyy/libs-sqlite
libs/sqlite: Update to 3.23.1
2018-04-12 15:20:45 -07:00
Daniel Engberg
9c61c21014 libs/sqlite: Update to 3.23.1
Update sqlite to 3.23.1

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
2018-04-12 23:56:36 +02:00
Ian Leonard
4e80b1053f libvorbis: build with LTO on arm
Reduces library size by 0.6%

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-04-11 19:45:06 -07:00
Ian Leonard
da040815fa libvorbis: update to 1.3.6
Resolves CVEs:
2018-5146
2017-14632
2017-14633

Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-04-11 19:44:55 -07:00
Kevin Darbyshire-Bryant
30fa2156da libidn2: v2.0.4 Add to repo
Add libidn2 & idn2 tool to repo

Heavily based on PR by Daniel Engberg <daniel.engberg.lists@pyret.net>

Added idn2 tool & heavily based on existing idn Makefile.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2018-04-11 09:11:37 +08:00
Peter Wagner
4cc991094c glib2: update to 2.56.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-04-08 19:13:18 +02:00
Michael Heimpold
a071775300 libgpiod: depend on kernel version
Required kernel interface was introduced in kernel v4.8,
so add the kernel version as dependency for this library.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-30 21:23:29 +02:00
Hannu Nyman
d37ec54e72
Merge pull request #5838 from nxhack/icu_bump_61_1
icu: update to 61.1
2018-03-27 23:26:06 +03:00
Andy Walsh
3a2d075eb9 libtirpc: update to 1.0.3
* Remove unnecessary patch
* fix musl types.h defines

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2018-03-27 17:24:19 +02:00
Hirokazu MORIKAWA
c8bd8fae81 icu: update to 61.1
Maintainer: me
Compile tested: ar71xx, LEDE trunk r5488-893a1ed
Run tested: NONE

Description:
ICU 61 upgrades to CLDR 33 locale data, has a new Java implementation
for number and currency parsing, and includes many small API additions,
improvements, and bug fixes.
(includes security fix CVE-2017-17484,CVE-2017-15422)

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2018-03-27 15:57:54 +09:00
Daniel Golle
3c92098f44
Merge pull request #5790 from micmac1/postgresql-fixes
Postgresql fixes
2018-03-27 00:54:03 +02:00
tripolar
6b2daa3bdb
Merge pull request #5810 from micmac1/glib2-res_nquery-fix
glib2: fix build when res_nquery is not available
2018-03-26 21:34:32 +02:00
Rosen Penev
c4fcbe0b11 p11-kit: Update to 0.23.10 and update URLs
The FreeDesktop link does not work anymore. Switch to new upstream at GitHub.

Update the version while we're at it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2018-03-25 18:09:29 -07:00
Hannu Nyman
496700f4c4
Merge pull request #5817 from zhaojh329/libuwsc
libuwsc: update to 2.0.1
2018-03-25 22:36:06 +03:00
Michael Heimpold
a1ef3172fd Merge branch 'libfmt-knxd'
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:39:22 +02:00
Othmar Truniger
3262c3522c libfmt: add new package (closes #5617)
Signed-off-by: Othmar Truniger <github@truniger.ch>

Build shared library, add license file hints

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-25 20:37:09 +02:00
Jianhui Zhao
87f9dbd59b libuwsc: update to 2.0.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-25 21:53:35 +08:00
Sebastian Kemper
9bc047b89d glib2: fix build when res_nquery is not available
Upstream commit "gio: Port GThreadedResolver to use res_nquery() to fix
thread-safety" introduced a bug that causes compile failures on
platforms where res_nquery is unavailable. This patch fixes that.

Bug 794606 has been opened upstream: https://bugzilla.gnome.org/show_bug.cgi?id=794606

On the OpenWrt buildbots this bug is visible during the arc_archs
compile:

  gthreadedresolver.c: In function 'do_lookup_records':
  gthreadedresolver.c:875:16: error: 'res' undeclared (first use in this function); did you mean '_res'?
     res_nclose (&res);
                  ^~~
                  _res
  gthreadedresolver.c:875:16: note: each undeclared identifier is reported only once for each function it appears in
  Makefile:3334: recipe for target 'libgio_2_0_la-gthreadedresolver.lo' failed
  make[8]: *** [libgio_2_0_la-gthreadedresolver.lo] Error 1

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-24 09:37:28 +01:00
Ted Hess
cf84f7888c
Merge pull request #5766 from thess/faad2-config
faad2: Remove BUILD_PATENTED
2018-03-22 13:17:14 -04:00
Sebastian Kemper
b86d9028d1 postgresql: update to version 9.6.8
This update addresses:

CVE-2018-1052
CVE-2018-1053
CVE-2018-1058

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:56:59 +01:00
Sebastian Kemper
be07e031d0 postgresql: fix build for ARC arch
When building for ARC the compile fails with:

  /var/lib/buildbot/slaves/dave-builder/arc_arc700/build/sdk/build_dir/target-arc_arc700_uClibc/postgresql-9.6.5/src/include/storage/s_lock.h:899:2: error: #error PostgreSQL does not have native spinlock support on this platform. To continue the compilation, rerun configure using --disable-spinlocks. However, performance will be poor. Please report this to pgsql-bugs@postgresql.org.
   #error PostgreSQL does not have native spinlock support on this platform.  To continue the compilation, rerun configure using --disable-spinlocks.  However, performance will be poor.  Please report this to pgsql-bugs@postgresql.org.

So disable spinlocks when compiling for this arch. This was done
likewise for the avr32 target, which is not supported anymore, so this
can be deleted.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:54:56 +01:00
Sebastian Kemper
74d15bdb98 postgresql: clean up DEPENDS
Currently the DEPENDS do not reflect reality. Fix this.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:49:18 +01:00
Sebastian Kemper
8e9ad7bb51 postgresql: clean up CFLAGS
- The extra include is removed; the postgresql build system adds this
  include by itself.

- '-lpthread' is removed; the postgresql build system is able to detect
  how to access pthread features by itself.

- '$(FPIC)' is removed; adding this to CFLAGS is not recommendable:

  a) The postgresql build system adds its own PIC flag behind OpenWrt's
  CFLAGS when compiling shared objects, overriding OpenWrt's setting.
  b) Forcing applications into PIC mode will just slow them down.
  c) This leads to build failures on aarch64:

    access/transam/commit_ts.o: In function `CommitTsPagePrecedes':
    commit_ts.c:(.text+0x14): relocation truncated to fit: R_AARCH64_LD64_GOTPAGE_LO15 against symbol `TransactionIdPrecedes' defined in .text section in access/transam/transam.o
    commit_ts.c:(.text+0x14): warning: Too many GOT entries for -fpic, please recompile with -fPIC
    /var/lib/buildbot/slaves/dave-builder/aarch64_generic/build/sdk/staging_dir/toolchain-aarch64_generic_gcc-7.3.0_musl/bin/../lib/gcc/aarch64-openwrt-linux-musl/7.3.0/../../../../aarch64-openwrt-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist
    collect2: error: ld returned 1 exit status

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-19 23:38:48 +01:00
Jan Pavlinec
3916b08b30
poco: update to version 1.8.1
Fix
CVE-2017-1000472 - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-1000472

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2018-03-19 15:44:20 +01:00
Hannu Nyman
ce39a4d821
Merge pull request #5783 from zhaojh329/libuhttpd
libuhttpd: update to 2.0.3
2018-03-18 19:40:07 +02:00
Peter Wagner
dc813c8253 glib2: update to 2.56.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
2018-03-18 15:05:19 +01:00
Jianhui Zhao
1308749d84 libuhttpd: update to 2.0.3
ecb3ea9 Fix compile error on openwrt-x64
d9ef540 mention some code in lua_template.c copied from.

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-18 11:03:19 +08:00
Hannu Nyman
c802e89d6c
Merge pull request #5762 from iamperson347/getdns1.4
gettdns: Bump to 1.4.1 plus fixes
2018-03-15 17:37:19 +02:00
Ted Hess
d13f892279 faad2: Remove BUILD_PATENTED
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-15 10:17:40 -04:00
Paul Wassi
343f42d5f3 libs/libmicrohttpd: Update to version 0.9.59
Signed-off-by: Paul Wassi <p.wassi@gmx.at>
2018-03-14 19:16:24 +01:00
David Mora
389c9cf729 gettdns: Bump to 1.4.1 plus fixes
Makefile needed to be updated specify ssl dir

Signed-off-by: David Mora <iamperson347+public@gmail.com>
2018-03-13 19:05:41 -04:00
Jianhui Zhao
3b9584e5e0 libuhttpd: Update to 2.0.2
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-12 11:02:52 +08:00
Hannu Nyman
e767495f6f
Merge pull request #5731 from lnslbrty/feature/libcap-bin
libcap: executables
2018-03-11 22:22:16 +02:00
Jianhui Zhao
b70b696b60 libuhttpd: Update to 2.0.1
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-11 22:37:12 +08:00
Hannu Nyman
b1ba3b163d vips: add giflib dependency
Add dependency to giflib as the buildbot complained about that.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2018-03-10 18:40:57 +02:00
Toni Uhlig
8f113f155b libcap: libcap executables
* add option to install additional executables - capsh, getcap, getpcaps, setcap
* capsh can be configured to execute a different shell rather than /bin/bash

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2018-03-10 11:40:49 +01:00
Hannu Nyman
6a1351d46e
Merge pull request #5733 from zhaojh329/wifidog-ng
wifidog-ng: Add package
2018-03-10 11:42:12 +02:00
Marko Ratkaj
4f341306d3 libuv: bump to 1.19.2
Signed-off-by: Marko Ratkaj <marko.ratkaj@sartura.hr>
2018-03-10 13:40:52 +08:00
Jianhui Zhao
5bcee7d7e0 wifidog-ng: Add package
Next generation WifiDog

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-09 13:32:34 +08:00
Hannu Nyman
ab786cb3ac
Merge pull request #5446 from Tiboris/libhttp-parser
libhttp-parser: Bump to version 2.8.0
2018-03-08 18:57:40 +02:00
Ted Hess
00de391b66 libsoxr: Build cleanup.
Remove automatic inclusion of avutil if ffmpeg libraries present in build.

Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-07 13:33:59 -05:00
Ted Hess
cba7023cf2 libsoxr: Update to version 0.1.3. Use SF package download
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-06 16:12:02 -05:00
Ted Hess
41421d92b0 libvorbisidec: Add pkgconfig to STAGING_DIR
Signed-off-by: Ted Hess <thess@kitschensync.net>
2018-03-06 16:04:26 -05:00
Michael Heimpold
1160b4dce7 libxml2: update to 2.9.8
Also drop obviously dead download mirrors.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-06 21:38:42 +01:00