Commit graph

3368 commits

Author SHA1 Message Date
Rosen Penev
c091932a79
jsoncpp: add size optimizations
Reduces size slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:55:23 -07:00
Rosen Penev
6002d160a3
p11-kit: remove pointless --as-needed parameter
It is already default with meson.

Not bumping PKG_RELEASE as there is no compiled difference.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:53:48 -07:00
Rosen Penev
1e65c4b7e3
libevdev: fix compilation with old kernels
Fixes compilation for 4.14 targets.

Upstream backport.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-27 15:52:58 -07:00
Rosen Penev
6594961f63
Merge pull request #11959 from neheb/ipfs
ipfs-http-client: fix compilation of tests
2020-04-27 15:26:07 -07:00
Bruno Randolf
04b27feb48 websocketpp: Update to version 0.8.2
This version has the boost 1.70+ compatibility included so we can drop
the patch.

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-27 15:47:21 +01:00
Rosen Penev
2a5fa45d72
avahi: remove these pkgconfig workarounds
Backported the upstream patch instead. Less error prone.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-26 15:34:18 -07:00
Rosen Penev
85e9ce346a
ipfs-http-client: fix compilation of tests
Wrong CMake variable was being used to enable them.

Small whitespace fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 16:54:13 -07:00
Rosen Penev
68a58c4c61
Merge pull request #11951 from neheb/ffi
libffi: fix build failure on powerpc platforms
2020-04-25 16:18:44 -07:00
Rosen Penev
d4cdc14e0e avahi: fix dbus issue
Needs an extra configure parameter.

Reverted pkgconfig fix. It's wrong anyway.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-25 15:54:14 -07:00
Rosen Penev
0dcde0115e
libffi: fix build failure on powerpc platforms
This is an upstream backport.

Currently on the buildbots, having libffi unavailable leads to long
range build failures.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-24 13:57:16 -07:00
Rosen Penev
a4bb706918
Merge pull request #11766 from neheb/remove
Mass unmaintained/unused package removal
2020-04-22 18:33:34 -07:00
Rosen Penev
d3ce675c02
Merge pull request #11888 from neheb/libinp
libinput: update to 1.15.5
2020-04-22 14:44:48 -07:00
Rosen Penev
509ff35712 libinput: update to 1.15.5
Converted to meson for speed.

Removed all patches. The issues have all been fixed upstream.

Minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-22 14:40:41 -07:00
Rosen Penev
b3638b751f
Merge pull request #11824 from aleksander0m/aleksander/qmi-1-24-10
libqmi: update version to 1.24.10
2020-04-22 14:30:37 -07:00
Luiz Angelo Daros de Luca
348d3aad2a libvpx: remove PKG_SOURCE to use default tar.xz
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-04-22 01:50:23 -03:00
Rosen Penev
e36b946b0a
Merge pull request #11876 from neheb/evsd
libevdev: update to 2.9.0
2020-04-21 21:47:46 -07:00
Rosen Penev
f98d8d2406
Merge pull request #11875 from neheb/drm
libdrm: update to 2.4.101
2020-04-21 21:44:27 -07:00
Luiz Angelo Daros de Luca
48692cfd5b
Merge pull request #11885 from BKPepe/libvpx
libvpx: update to version 1.8.2
2020-04-22 01:24:10 -03:00
Josef Schlehofer
34ab886263
libvpx: Makefile polishing
- Remove PKG_REV
- Reorder things to be more sync with other Makefiles
- Add PKG_BUILD_PARALLEL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-22 00:20:03 +02:00
Nikos Mavrogiannopoulos
2ae560539e
Merge pull request #11898 from neheb/p111111
p11-kit: update to 0.23.20
2020-04-20 19:52:19 +02:00
Hannu Nyman
08c90cd4f4
Merge pull request #11878 from jefferyto/libmraa-libupm-python-makefile-update
libmraa,libupm: Disable default Python package build recipe
2020-04-20 20:40:34 +03:00
Hannu Nyman
6c2235253f
Merge pull request #11872 from jefferyto/python3-makefile-cleanup
python3: Makefile cleanup
2020-04-20 20:05:07 +03:00
Jan Pavlinec
489112ec19
redis: update to version 5.0.9
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-20 14:23:10 +02:00
Josef Schlehofer
111865439b
Revert "glib2: update to 2.64.2"
It is not ready and there are some issues described in
https://github.com/openwrt/packages/pull/11442

This reverts commit b465ac3002.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 12:05:33 +02:00
Josef Schlehofer
ad798995ee
Revert "glib2: fix host build"
There isn't prime time for it. Currently, it can not be built.
It fails with the following error:  ERROR: Compiler gcc can not compile programs.
More details in https://github.com/openwrt/packages/pull/11887 and
https://github.com/openwrt/packages/issues/11900

This reverts commit b62ed68007.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-20 11:59:48 +02:00
Rosen Penev
5f5b8e3a88
p11-kit: update to 0.23.20
Converted to meson for faster compilation speed.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-19 15:18:15 -07:00
Lucian Cristian
5fadec5c0e nss: update to 3.51.1
also refresh patches

Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-04-19 16:59:00 +03:00
tripolar
b55d2359bc
Merge pull request #11887 from neheb/glbb
glib2: fix host build
2020-04-19 12:47:42 +02:00
tripolar
e187ed5072
Merge pull request #11690 from neheb/libffi
libffi: update to 3.3
2020-04-19 11:40:56 +02:00
tripolar
a3c62bf8f0
Merge pull request #10601 from neheb/alsa
ALSA update - 1.2.2
2020-04-19 11:40:04 +02:00
Rosen Penev
b62ed68007
glib2: fix host build
Seems to need -liconv.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:58:20 -07:00
Rosen Penev
030cc5570c
quasselc: fix compilation with newer glib2
Needed to fix LDFLAGS variable.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Rosen Penev
0266fa2d29
avahi: patch client pkgconfig files without dbus
It still gets built without dbus.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 18:06:33 -07:00
Josef Schlehofer
97df69bdb5
libvpx: update to version 1.8.2
- Change URL to use HTTPS instead of HTTP
- Remove empty row between maintainer and license

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-04-18 23:13:01 +02:00
Jeffery To
81e99fa7ff seafile: Remove Python variants, update Python packaging
This removes Python build variants and adds PYTHON3_PKG_BUILD:=0 (where
appropriate) for the Seafile packages.

This also updates the way the Python bindings packages are packaged,
using automake installation instead of manual install recipes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Jeffery To
1bc2f4f3c6 treewide: Remove Python variants for non-Python packages
This removes Python-related build variants, and adds
PYTHON3_PKG_BUILD:=0 and minor build adjustments (where appropriate),
for non-Python packages. There should be no changes to build output.

This also updates some include paths for python3-package.mk and/or
python3-host.mk to be relative to the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-19 01:56:23 +08:00
Jeffery To
302f4d17e3 libmraa,libupm: Disable default Python package build recipe
This adds PYTHON3_PKG_BUILD:=0, to disable the default Python package
build recipe. There should be no changes to build output.

This also updates include paths for python3-package.mk to be relative to
the package Makefile.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-18 20:42:59 +08:00
tripolar
eee8f19807
Merge pull request #11442 from neheb/glb
glib2: update to 2.64.2
2020-04-18 13:19:18 +02:00
Rosen Penev
5429bd2e9b
Merge pull request #11859 from ja-pa/libssh-security-update
libssh: update to version 0.9.4 (security fix)
2020-04-18 03:16:54 -07:00
Rosen Penev
fa5e64649a
gdbm: don't build gettext-full
It's not necessary.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 02:58:03 -07:00
Rosen Penev
b4d4de98d7
libevdev: update to 2.9.0
Converted to meson for compilation speed.

Removed uClibc-ng patch as tests no longer get built.

Small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 01:20:24 -07:00
Rosen Penev
2914adcf5d
libdrm: update to 2.4.101
Converted to meson for faster compilation.

Cleaned up Makefile slightly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-18 00:32:39 -07:00
Bruno Randolf
e1bb99f836 websocketpp: Fix compile with Boost 1.70+
Fix compilation for newer Boost versions, same as in the websocketpp 'develop'
branch: https://github.com/zaphoyd/websocketpp/pull/814

Signed-off-by: Bruno Randolf <br1@einfach.org>
2020-04-17 09:35:12 +01:00
Rosen Penev
b465ac3002
glib2: update to 2.64.2
Modified to use meson as upstream has abandoned autotools.

Added license information.

Cleaned up Makefile for consistency between packages.

Added hack to compile static libs.

Removed old patches and add new ones.

Removed BUILD_PARALLEL options. These are default with ninja/meson.

Removed gettext build dependencies. glib2 now includes its own solution.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-16 19:17:52 -07:00
Jan Pavlinec
933eef4b18
libssh: update to version 0.9.4 (security fix)
Fixes
CVE-2020-1730

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-04-16 12:30:00 +02:00
Rosen Penev
57b2623d8b
re2: update to 2020-04-01
Massive cleanup of Makefile.

Remove inactive maintainer.

Remove completely unused host build.

Shorten title so that it shows under menuconfig.

Remove pointless static/shared choice.

Add C++17 patch as libcxx seems to need it with this package.

Add ABI_VERSION.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-14 16:19:18 -07:00
Rosen Penev
d6e2cb105e
alsa-lib: Update to 1.2.2
Added aserver application.

Fixed license information.

Small consistency updates.

Added usleep patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 22:34:21 -07:00
Rosen Penev
7ad02ef9e0
libupnp: update to 1.8.7
remove upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-13 19:39:52 -07:00
Rosen Penev
e83e6f36c3
Merge pull request #11832 from neheb/v45l
libv4l: update to 1.16.8
2020-04-13 17:37:03 -07:00
Othmar Truniger
a414b964a3 libfmt: bump to version 6.2.0
Signed-off-by: Othmar Truniger <github@truniger.ch>
2020-04-13 18:04:22 +02:00
Rosen Penev
0cd1a9b537
libv4l: update to 1.16.8
Fixed license information.

Update argp dependency to be for non glibc.

Added PKG_BUILD_PARALLEL for faster compilation.

Added --as-needed linker flag for slightly smaller size.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-11 19:54:15 -07:00
Aleksander Morgado
5f995ccb47 libqmi: update version to 1.24.10
https://lists.freedesktop.org/archives/libqmi-devel/2020-April/003275.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-04-11 07:17:22 +02:00
Rosen Penev
3639561277
libcanfestival: remove
It seems that nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev
9b4308dae6
libzdb: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev
8415f77bbc
libuvc: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:31 -07:00
Rosen Penev
3106071c28
libglog: remove
Was used by libfolly.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev
702818d5ae
libavl: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev
fbb258ab8b
gperf: remove
Does not seem to be used.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev
18cdc8a3b5
glpk: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev
e077738751
fftw3: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:30 -07:00
Rosen Penev
65ef6c646a
fcgi: remove
Nothing uses this.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
27f871473d
classpath: remove
This no longer builds as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
7b02849f51
rxtx: remove
This does not build as GCC no longer includes Java support.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
bb196a7727
avro: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:29 -07:00
Rosen Penev
54b5427536
libfolly: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
1f1d4db694
libfizz: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
5911707366
libgflags: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
bbec1eb5e9
libsigar: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:28 -07:00
Rosen Penev
dc11235ece
librsocket-cpp: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
c018f46411
libwangle: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
6ba8c9131b
fbthrift: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Rosen Penev
9820fd6729
fbzmq: remove
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-09 00:57:27 -07:00
Jeffery To
8b84576948 libsearpc: Update to "new" version, switch to git download method
Upstream changed the v3.2.0 tag. Previously it referred to
haiwen/libsearpc@23f581b39f; now it refers
to haiwen/libsearpc@d1fd7518a2.

This changes the packaged version to the "new" v3.2.0 and switches to
using the git download method (technically the github_archive method),
since the codeload filenames of the previous and current versions are
the same but the files have different hashes.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-08 17:06:35 +08:00
Rosen Penev
996d74c86b
Merge pull request #11786 from neheb/v4llll
libv4l: fix compilation under kernel 4.14
2020-04-07 19:19:30 -07:00
Rosen Penev
84a2db01b4
Merge pull request #11789 from neheb/h2oen
h2o: fix compilation without engine support
2020-04-07 19:12:11 -07:00
Rosen Penev
7ebd65399d
Merge pull request #11787 from neheb/shout
libshout: don't use usleep
2020-04-07 19:06:50 -07:00
Rosen Penev
32c7b3303a
h2o: fix compilation without engine support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-06 19:36:54 -07:00
Rosen Penev
16dc93e6a4
libshout: don't use usleep
usleep is deprecated and optionally unavailable with uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-06 19:34:01 -07:00
Rosen Penev
13278007f9
libv4l: fix compilation under kernel 4.14
The last patch used a macro unavailable with older kernel headers.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-06 19:31:52 -07:00
Rosen Penev
f6cbfecfb8
libupnp: do not use usleep
Deprecated and optionally unavailable under uClibc-ng.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-06 19:29:34 -07:00
Rosen Penev
cc8901117d
libgd: fix wrong version
Upstream messed up and did not include getlib.sh, causing a wrong version
to be applied to the library.

lrwxrwxrwx 1 libgd.so -> libgd.so.VERSION
-rw-r--r-- 1 libgd.so.VERSION

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-05 19:28:12 -07:00
Rosen Penev
a1d3619c17
libgd: fix pkgconfig file
The wrong paths are specified, causing failures with depending packages
that use pkgconfig.

Removed CMAKE_INSTALL as a result. No point when InstallDev is explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-04-04 14:27:02 -07:00
Rosen Penev
cf44e13a5e
Merge pull request #11714 from neheb/cgr
libcgroup: fix compile with newer musl
2020-04-02 16:15:59 -07:00
Rosen Penev
b6d8bcfe95
Merge pull request #11696 from neheb/mtd
mtdev: update to 1.1.6
2020-04-02 16:12:31 -07:00
Rosen Penev
c9783efee8
Merge pull request #11683 from neheb/gdd
libgd: update to 2.30
2020-04-01 22:46:39 -07:00
Hirokazu MORIKAWA
00bc495c73 libhttp-parser: update to v2.9.4
Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-04-02 11:59:55 +09:00
Kevin Darbyshire-Bryant
f56212538c jansson: drop jansson
jansson is now part of openwrt core so drop it from packages feed.

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2020-04-01 16:50:05 +01:00
Hannu Nyman
3ad79d83d7
Merge pull request #11724 from jefferyto/python2-remove-plugins
treewide: Remove Python 2 plugin/bindings/etc from non-Python packages
2020-04-01 16:24:53 +03:00
Nikos Mavrogiannopoulos
586b283a8f gnutls: updated to 3.6.13
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-03-31 22:56:08 +02:00
Jeffery To
9c020b1df8 libupm: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 02:07:10 +08:00
Jeffery To
eab7addaeb libtalloc: Remove Python 2 host build depends
This should not be needed and was probably added by mistake.

See https://github.com/openwrt/packages/pull/9686#discussion_r371552924

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 02:05:11 +08:00
Jeffery To
6872f22764 libsearpc: Remove Python 2 bindings
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 02:00:40 +08:00
Jeffery To
ae090fa565 libmraa: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 01:58:51 +08:00
Jeffery To
2ec2d69e13 elektra: Remove Python 2 plugin package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 01:58:03 +08:00
Jeffery To
2aaf4a6aee boost: Remove Python 2 library package
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-04-01 01:56:02 +08:00
Rosen Penev
ee5bf2a538
Merge pull request #11693 from neheb/nspr
nspr: fix compilation with newer musl
2020-03-31 00:54:01 -07:00
Rosen Penev
edb929bf5b
Merge pull request #11694 from neheb/v4l
libv4l: fix compilation with newer musl
2020-03-30 16:46:31 -07:00
Jianhui Zhao
b97802e7df libuwsc: update to 3.3.4
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-03-31 00:33:37 +08:00
Jiri Slachta
6108849600
Merge pull request #11598 from neheb/xsl
libxslt: update to 1.1.34
2020-03-30 09:40:05 +02:00
Rosen Penev
d1a2a025fe
libcgroup: fix compile with newer musl
The code uses __BEGIN/END_DECLS from glibc's features.h, actually
sys/cdefs.h, which is deprecated. Get rid of it.

Fixed license information.

Fixed musl-fts dependency. It's only valid for musl.

Removed autoreconf as the patch was removed.

Added PKG_INSTALL for consistency between packages.

Added PKG_BUILD_PARALLEL for faster compilation.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-29 21:38:23 -07:00
Rosen Penev
92810c2e65
mtdev: update to 1.1.6
Fixes input_event usage.

Removed autoreconf as we're not modifying any files.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:54:59 -07:00
Rosen Penev
ffb7da67a3
libv4l: fix compilation with newer musl
This is using the input_event struct directly, instead of using the proper
defines.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:45:03 -07:00
Rosen Penev
93f8cbebe0
nspr: fix compilation with newer musl
Include proper sgidefs define.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:43:56 -07:00
Rosen Penev
f63305980f
libffi: update to 3.3
Remove autoreconf. autotools files are no longer patched.

Add PKG_BUILD_PARALLEL for faster compilation.

Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-28 20:39:27 -07:00
Rosen Penev
cc59ab12e5
libgd: update to 2.30
Fixed CPE_ID.

Simplified TIFF option.

Refreshed/removed upstream patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-27 20:27:01 -07:00
Rosen Penev
5e7898fd33
rpcsvc-proto: update to 1.4.1
Switched to standard tarball. Allows to get rid of build hacks. Also
simplifies the Makefile a bit.

Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-27 20:03:26 -07:00
Rosen Penev
4be60489bf libssh: fix compilation without deprecated OpenSSL APIs
Cleaned up Makefile.

Fixed license information.

Simplified big endian condition.

Removed InstallDev section. CMAKE_INSTALL handles it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-25 20:51:26 -07:00
Rosen Penev
4045eff0ae
Merge pull request #11627 from neheb/pfr
libpfring: update to 7.6.0
2020-03-25 20:43:38 -07:00
Lucian Cristian
edd2690815 nss: update to 3.51
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-03-25 19:35:41 +02:00
Rosen Penev
15d7a73f19
Merge pull request #11649 from neheb/upnp2
libupnp: enable reuseaddr
2020-03-24 16:11:32 -07:00
Rosen Penev
46c88779b2
Merge pull request #11651 from neheb/nbmfghhf
libcap: apply pkgconfig fix to libpsx.pc as well
2020-03-24 16:11:09 -07:00
Jeffery To
cf1579a75c newt: Remove python_init_once.patch
It was pointed out in #11504 that the code in python_init_once.patch is
incorrect; the patch does not prevent newtInit() from being called more
than once (in fact it is called twice the first time initScreen() is
called).

Testing without the patch, using the example code from the corresponding
Debian bug report[1], did not result in any segfaults.

This removes the patch from the package build.

Supersedes #11504.

[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557960#5

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-24 15:51:55 +08:00
Rosen Penev
a0a1f058e5
libcap: apply pkgconfig fix to libpsx.pc as well
Made a bunch of libraries explicit for clarity.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:54:00 -07:00
Rosen Penev
8e065c147f
libupnp: enable reuseaddr
Helps applications restart safely.

Disabled optssdp. Not used by anything.

Disabled scriptsupport. Not used by anything.

Made all configure options explicit.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-23 16:40:48 -07:00
Hannu Nyman
0a885042da
Merge pull request #11633 from ja-pa/redis-5.0.8
redis: update to version 5.0.8 (security fix)
2020-03-23 21:03:56 +02:00
Jan Pavlinec
cb80a00099
redis: update to version 5.0.8 (security fix)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-23 13:42:28 +01:00
Jan Pavlinec
5bc5bd27f1
jsoncpp: update to version 1.9.2
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-23 12:09:10 +01:00
Nick Hainke
0223a7a0ef libuwifi: update to latest version
Signed-off-by: Nick Hainke <vincent@systemli.org>
2020-03-22 12:42:49 +01:00
Rosen Penev
cf069190f2
libpfring: update to 7.6.0
Fixes compilation with kernel 5.4.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-21 18:03:40 -07:00
Rosen Penev
b289809735
libxslt: update to 1.1.34
Fixes all known CVEs.

Various Makefile cleanups for consistency between packages.

Added PIC explicitly (was implicit). Removed two extra features.

Removed autoreconf and added PKG_BUILD_PARALLEL for faster compilation.

Roughly matched host configure args with target ones.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-20 19:35:34 -07:00
Rosen Penev
3f9fedf6e3
Merge pull request #11578 from aleksander0m/aleksander/qmi-1-24-8
libqmi: update to version 1.24.8
2020-03-20 16:19:57 -07:00
Rosen Penev
399c91d75c
Merge pull request #11507 from micmac1/pg-pc
postgresql: fix pkg-config file
2020-03-20 16:16:31 -07:00
Rosen Penev
016039d9e3
Merge pull request #11596 from pffmachado/issue-libcan
libcap: fix build failure
2020-03-20 16:02:23 -07:00
Yousong Zhou
7d000f2042 spice-protocol: bump to version 0.14.1
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Yousong Zhou
d977f63136 spice: bump to version 0.14.3
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Yousong Zhou
1f00e4a327 dtc: bump to version 1.6.0
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
2020-03-20 17:27:13 +08:00
Paulo Machado
bb34fcebe5 libcap: fix build failure
Building is failing during the test compilation due to static compilation.

Disable tests as they are not being used.

Signed-off-by: Paulo Machado <pffmachado@yahoo.com>
2020-03-20 00:54:27 +00:00
Rosen Penev
f58c2f9713
Merge pull request #11519 from neheb/ov
opencv: remove
2020-03-19 16:57:54 -07:00
Rosen Penev
c8d7a48a5d
Merge pull request #11592 from nxhack/icu_66_1
icu: update to 66.1 & fix CVE-2020-10531
2020-03-18 23:39:52 -07:00
Hirokazu MORIKAWA
a2fec2284b icu: update to 66.1
ICU 66 updates to Unicode 13, including new characters, scripts, emoji, and corresponding API constants. It also updates to CLDR 36.1 with Unicode 13 updates and bug fixes.

Create symbolic link to current version.

FIX CVE-2020-10531
 An integer overflow, leading to a heap-based buffer overflow, exists in the UnicodeString::doAppend() function in common/unistr.cpp.

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-03-19 11:41:33 +09:00
Alexander Ryzhov
6fa5a63675
libzdb: fix headers path
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2020-03-18 19:21:51 +03:00
Hannu Nyman
ee9cb3c81d
Merge pull request #11565 from jefferyto/seafile-7.1.2
seafile-server: Update to 7.1.2, update dependencies
2020-03-16 20:22:49 +02:00
Rosen Penev
9fdaa82d58
Merge pull request #11576 from neheb/sou
libsoup: update to 2.70.0
2020-03-16 10:43:07 -07:00
Aleksander Morgado
b3fe4254ab libqmi: update to version 1.24.8
https://lists.freedesktop.org/archives/libqmi-devel/2020-March/003248.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-03-16 12:28:39 +01:00
Rosen Penev
a5b51b38e0
libsoup: update to 2.70.0
Moved maintainer above for consistency between packages.

Reordered MESON_ARGS based on order of meson_options.txt.

Disabled Brotli.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 20:10:32 -07:00
Rosen Penev
2c02e1a103
Merge pull request #11208 from neheb/ip
ipfs-http-client: add missing libatomic dependency
2020-03-15 20:04:44 -07:00
Rosen Penev
542cfabd7a
libestr: remove myself as maintainer
Added PKG_BUILD_PARALLEL for faster compilation.

Removed autoreconf since nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:54:52 -07:00
Rosen Penev
988694c7b7
libaio: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:53:30 -07:00
Rosen Penev
9b3dfb6d11
protobuf-c: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:49:09 -07:00
Rosen Penev
ad0167082f
libnatpmp: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-15 19:43:58 -07:00
Rosen Penev
203d447414
Merge pull request #11544 from neheb/capp
libcap: update to 2.33
2020-03-15 11:56:48 -07:00
Rosen Penev
d9c5df4290
Merge pull request #11485 from BKPepe/x264
x264: add CONFIGURE_VARS when NASM is not selected
2020-03-15 11:55:33 -07:00
Rosen Penev
dd0d89f348
Merge pull request #11552 from neheb/faad
faad2: update to 2.9.1
2020-03-15 11:54:24 -07:00
Jianhui Zhao
be9b7bcd9d libuhttpd: Update to 3.1.0
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
2020-03-14 14:31:19 +08:00
Josef Schlehofer
faac2352e2
x264: add CONFIGURE_VARS and MAKE_FLAGS when NASM is not selected
- Remove dot in TITLE
- Use HTTPS in URL

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2020-03-14 03:32:00 +01:00
Jeffery To
825400ee41 libsearpc: Update to 3.2.0, add Python 3 bindings package
This also moves the Python dependency from libsearpc to python3-searpc,
and adds myself as a maintainer.

Patches:
* 001-fix-memory-leak-GH-48.patch: This is (at this time) the only
  difference between the tags v3.2.0 and v3.2-latest.

* 002-no-future-import.patch: The future package is only needed for
  Python 2 compatibility; all of the functions/symbols it provides are
  available in Python 3.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
2020-03-14 04:49:59 +08:00
Rosen Penev
ff62511ab2
faad2: update to 2.9.1
It seems upstream abandoned sourceforge.

Add license information.

Fix CVE tag. It seems the mass CVE patch placed many wrong CVEs.

Add PKG_BUILD_PARALLEL for faster compilation.

Do not build patented functionality when BUILD_PATENTED is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-11 13:39:45 -07:00
David Bauer
00d598ede6 xr_usb_serial_common: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:48:40 +01:00
David Bauer
9515ddadff libpfring: replace SUBDIRS with M in package recipe
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.

Signed-off-by: David Bauer <mail@david-bauer.net>
2020-03-11 00:47:50 +01:00
Alexandru Ardelean
dcdceb526e libs: libzdb: bump to version 3.2.1
Patches require a bit of rework:
- dropped 010-missing-header.patch
- add 010-do-not-run-test-progs.patch
- re-updated 020-filterh-use-host-built-version.patch
  - Makefile.in gets regenerated from PKG_FIXUP:=autoreconf
- added PKG_FIXUP:=autoreconf ; it's easier to patch automake stuff that
  big configure scripts

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2020-03-10 13:00:40 +02:00
Rosen Penev
2f957ddc30
libcap: update to 2.33
Added a compatibility fix for musl.

Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-09 15:25:20 -07:00
Michael Heimpold
04f939a2a0
Merge pull request #11527 from ynezz/upstream/libiio-v0.19
libiio: bump to latest release v0.19
2020-03-08 14:29:34 +01:00
Petr Štetiar
a5e40ac639 libiio: bump to latest release v0.19
While at it making it as well kernel 5.4 compatible by backporting
upstream patch which synchronizes channel types and modifier lists in
the headers.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-03-07 15:08:53 +01:00
Rosen Penev
146b783526
libgee: update to 0.20.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-06 18:49:38 -08:00
Rosen Penev
c231955960
opencv: remove
This package is unmaintained. It also seems to be unused.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-03-06 18:45:33 -08:00
Sebastian Kemper
00882ebb36 postgresql: fix pkg-config file
Currently the pc file has includedir hard coded to "/usr/include" and
libdir to "/usr/lib". This commit changes this so they can be controlled
via the "prefix" variable.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-03-05 22:41:21 +01:00
Rosen Penev
6cbf42560a
Merge pull request #11400 from neheb/aui
libaudiofile: remove
2020-03-04 19:06:11 -08:00
Rosen Penev
14df7d2ee9
Merge pull request #11436 from neheb/avh2
avahi: update to 0.8
2020-03-04 15:26:39 -08:00
Alexander Ryzhov
5c4480451c tdb: bump to 1.4.3
Signed-off-by: Alexander Ryzhov <github@ryzhov-al.ru>
2020-03-04 11:16:49 -08:00
Jan Pavlinec
73a73dfa09
measurement-kit: update to version 0.10.11
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-03-03 11:11:17 +01:00
Nicholas Smith
e9813262f9 libqmi: bump libqmi version
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-03-02 09:48:24 +10:00
Rosen Penev
8345cb8088
Merge pull request #11447 from neheb/prot2
protobuf: link against libm under glibc
2020-02-28 15:11:55 -08:00
Rosen Penev
7c7a922cb0
libirecovery: fix version
The hash was correct but not the source version. No idea how this happened

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-27 16:59:52 -08:00
Rosen Penev
1b4d7b0e53
Merge pull request #11448 from neheb/upnpppppp
libupnpp: link against libm under glibc
2020-02-27 14:16:57 -08:00
Rosen Penev
6cec3aa01a
Merge pull request #11427 from neheb/h56y
libarchive: update to 3.4.2
2020-02-27 13:50:25 -08:00
Rosen Penev
c69ed278e8
Merge pull request #11426 from neheb/log
log4cplus: update to 2.0.5
2020-02-27 13:50:10 -08:00
Rosen Penev
4ba3e9cd8d
libupnpp: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:30:32 -08:00
Rosen Penev
ee2e3915f0
protobuf: link against libm under glibc
Fixes compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 20:29:25 -08:00
Rosen Penev
7a1435e5f4 libimobiledevice: update to 2020-02-19
Added config directory patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-26 01:37:18 -08:00
Rosen Penev
9290d41077
avahi: update to 0.8
Clean up Makefile slightly.

Update configure options for the new version.

Remove first patch and update the other one.

Use a different solution for the stack protector on certain platforms.

Run script through shellcheck. Small quote fix.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-25 20:53:35 -08:00
Rosen Penev
5ce1cd82d8
Merge pull request #11396 from neheb/cap2
libcap: update to 2.32
2020-02-24 16:24:25 -08:00
Rosen Penev
c22dd1bf74
libarchive: update to 3.4.2
Switch to normal tarballs. Remove autoreconf as a result.

Several Makefile cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 20:55:16 -08:00
Rosen Penev
98108cb167
log4cplus: update to 2.0.5
Remove CMake option made obsolete by cmake.mk

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 20:52:33 -08:00
Rosen Penev
e547169c51
protobuf-c: update to 1.3.3
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-23 15:00:08 -08:00
Rosen Penev
4983f11983
Merge pull request #11399 from neheb/mpcc
libmpdclient: update to 2.18
2020-02-23 14:19:50 -08:00
Rosen Penev
0dd171e036
Merge pull request #11390 from neheb/upnpppp
libupnpp: update to 0.17.2
2020-02-23 14:19:25 -08:00
Rosen Penev
9992d54e4f
ldns: fix compilation without deprecated APIs
Refreshed darwin patch.

The first OpenSSL patch is an upstream backport. The second was sent
upstream: https://github.com/NLnetLabs/ldns/pull/68

Small Makefile cleanups for consistency.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 20:50:20 -08:00
Rosen Penev
ee61d5a917
libaudiofile: remove
This package is completely unused. It's apparently optional with mpd, but
has been unused for some time.

It's also infested with CVEs. Last non-git update is from 2013.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 19:19:14 -08:00
Rosen Penev
a5a69057a1
libmpdclient: update to 2.18
Fix URLs and other small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 17:23:01 -08:00
Rosen Penev
382b7cf690
libcap: update to 2.32
Refreshed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-20 17:17:40 -08:00
Rosen Penev
a94ff03b5b
libcap: update to 2.31
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 18:25:53 -08:00
Rosen Penev
e76f23715e
libupnpp: update to 0.17.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-19 18:12:12 -08:00
Rosen Penev
97b8306c7c
Merge pull request #11354 from neheb/abaskat1
serdisplib: update to 2.02
2020-02-18 18:17:44 -08:00
Rosen Penev
70e6bf86bb
Merge pull request #11368 from neheb/upnpp
libupnp: downgrade to 1.8.6
2020-02-18 16:46:38 -08:00
Rosen Penev
aece8d872a
file: add newly introduced compression support
Also make it explicit in the configure args.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-18 16:44:44 -08:00
Rosen Penev
254bb4ec09
Merge pull request #11333 from neheb/abaskat3
libffi: do not build in a special directory
2020-02-18 14:55:06 -08:00
Rosen Penev
77e209990e
libupnp: downgrade to 1.8.6
The newer libupnp is causing problems with libupnpp. While the latter has
migraded to using a different library, it still has support for older
libupnp. Keep using it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-17 19:24:19 -08:00
Rosen Penev
ff8349e02f
Merge pull request #11345 from neheb/abaskat3ra3211
libcoap: update to 4.2.1
2020-02-17 16:31:06 -08:00
Rosen Penev
4fb63f04d8
Merge pull request #11339 from neheb/fi
file: update to 5.38
2020-02-17 16:30:24 -08:00
Rosen Penev
66a59bcb0d
Merge pull request #11346 from neheb/abas1
libupnp: update to 1.12.0
2020-02-16 19:31:11 -08:00
Rosen Penev
9a2f67de84
serdisplib: update to 2.02
Use standard PKG_INSTALL. Added patch to fix compilation with it.

Use PKG_INSTALL_DIR as a result.

Added PKG_BUILD_PARALLEL for faster compilation.

Fixed license information.

Add build depends for libusb as it is needed for compilation.

Various small cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-15 20:42:05 -08:00
Rosen Penev
a06584aaa5
libupnp: update to 1.12.0
Remove outdated build options.

Fix CPE ID.

Add PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 17:22:35 -08:00
Rosen Penev
1dc8cb1ee6
libcoap: update to 4.2.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 17:04:41 -08:00
Rosen Penev
61dbeb6f79
google-authenticator-libpam: update to 1.08
malloc bug fix.

Small cleanup.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:59:35 -08:00
Rosen Penev
930a24ed79
file: update to 5.38
Fix license information.

Small Makefile cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-14 15:55:43 -08:00
Rosen Penev
001e9f5081
libffi: do not build in a special directory
There's no need. It also breaks host builds.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:58:30 -08:00
Rosen Penev
4c6a93b062
libgpg-error: update to 1.37
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-02-13 15:56:56 -08:00
Hirokazu MORIKAWA
f1e15068cb libuv: update to 1.34.2
Update is required to build the latest node.js v12.16.0

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2020-02-13 16:04:54 +09:00
Luiz Angelo Daros de Luca
c253f38075 libcups: fix cups-config location
Fixes #11317

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
2020-02-12 18:04:17 -03:00
Michael Heimpold
5a6054d477 libzip: update to 1.6.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-02-12 21:06:05 +01:00