1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-21 16:18:39 +02:00
Commit Graph

1519 Commits

Author SHA1 Message Date
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
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
Sebastian Kemper
883af8a5d1 tiff: revert uclibc++ commit
This reverts 5b5659850d.

In hindsight I have to admit I did not correctly understand the
implications of the uclibc++.mk include.

The include allows a package to follow the user's choice regarding which
C++ library should be the standard. Linking against uClibc++ instead of
libstd++ is not a problem when running musl (which is what I had
incorrectly assumed), as both C++ libs are separate packages. And
uClibc++ is a lot smaller than libstd++, which is probably why it is
even the default C++ lib on OpenWrt currently.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-04 19:14:10 +01:00
Michael Heimpold
457594fdf7 libiio: rework backend selection (fixes #5637)
Provide configuration items to select individual backends. This
also allows to fine-tune the package dependencies.
In order to address #5637, we make this dep unconditionally
until upstream allow to opt-in/opt-out libavahi support.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2018-03-04 14:21:46 +01:00
Jianhui Zhao
790935eed2 rtty: Update to latest version
Change license to LGPL2

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
2018-03-03 23:16:27 +08:00
Sebastian Kemper
27c77ff0e9 libssh2: add missing PKG_CONFIG_DEPENDS
Recently added symbols CONFIG_LIBSSH2_MBEDTLS and CONFIG_LIBSSH2_OPENSSL
require a rerun of ./configure when their selection changes. So add them
to PKG_CONFIG_DEPENDS accordingly.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-03-03 09:19:29 +01:00
Matthias Schiffer
50cd1f13a1
dmx_usb_module: fix build against kernel 4.14
The change should also work fine with older kernels, as <linux/uaccess.h>
has existed for a long time, and it includes <asm/uaccess.h>.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-03-02 00:58:15 +01:00
Matthias Schiffer
dee7a82730
dmx_usb_module: change source URL to HTTPS
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2018-03-02 00:58:11 +01:00
Jiri Slachta
060595e682
Merge pull request #5669 from micmac1/my-ups
libs/libssh2: Remove $(FPIC), update InstallDev
2018-03-01 10:48:45 +01:00
Jiri Slachta
1d579e7867
Merge pull request #5671 from micmac1/xslt-up
libxslt: remove $(FPIC), clean up install defines
2018-03-01 10:48:31 +01:00
Sebastian Kemper
a257f44b30 tiff: install headers of the c++ bindings
Make sure that the c++ headers get installed to the staging directory
when libtiffxx was selected/built.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-25 20:06:06 +01:00
Sebastian Kemper
4ade6e6f7a tiff: use CONFIGURE_ARGS
Simplify the Makefile. No functional change.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-25 20:03:41 +01:00
Sebastian Kemper
b0c9cc9b19 tiff: switch PKG_SOURCE_URL to HTTPS
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-25 20:01:27 +01:00
Sebastian Kemper
54512199ee libxslt: install all lib symlinks
Makes sure that even i.e. libxslt.so symlink gets copied to the target.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 12:06:23 +01:00
Sebastian Kemper
baef65fed0 libxslt: update xsltproc depends
libxml2 can be removed as libxslt already depends on it.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2018-02-24 12:04:58 +01:00