Commit graph

3480 commits

Author SHA1 Message Date
Rosen Penev
b0a535a2cc
Merge pull request #12728 from neheb/xer2
libxerces-c: switch to CMake
2020-07-07 16:01:42 -07:00
Rosen Penev
bedc137571
libxerces-c: switch to CMake
Allows simplifying the Makefile. Also faster compilation.

Removed autotools patch as a result.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 15:58:04 -07:00
Rosen Penev
6b971e36ff
Merge pull request #12714 from neheb/arch
libarchive: switch to CMake
2020-07-07 15:32:05 -07:00
Rosen Penev
4d97004d2d
Merge pull request #12727 from neheb/exp
expat: convert to cmake
2020-07-07 15:27:36 -07:00
Rosen Penev
a9b6f44e9f
expat: convert to cmake
Allows faster compilation and a simpler Makefile.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 15:13:18 -07:00
Rosen Penev
26c7488d35
getdns: fix compilation without deprecated OpenSSL APIs
Since DSA is enabled, dsa.h is needed. Normally this header is included
implicitly with engine.h but with OPENSSL_API_COMPAT >= 0x10100000L ,
this is not so.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 14:57:59 -07:00
Rosen Penev
130f2deb0e
getdns: properly remove libbsd support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 14:57:49 -07:00
Rosen Penev
508e19c054
yubico-pam: fix compilation with fixed ykpers
Massively cleaned up the Makefile for simplicity.

Added PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-07 14:54:52 -07:00
Rosen Penev
36055d74cf
Merge pull request #12734 from nickberry17/master
modemmanager: update ModemManager and dependencies
2020-07-06 07:14:02 -07:00
Nicholas Smith
caae2d633d libqmi: bump to 1.26.0
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-06 22:02:17 +10:00
Nicholas Smith
732a30ea32 libmbim: bump to 1.24.0
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-06 22:01:45 +10:00
Rosen Penev
7a01a09fe7
libpng: fix compilation with ccache
It seems an extra CMake variable is needed for one of the scripts.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-05 15:38:07 -07:00
Rosen Penev
93040bd20c
Merge pull request #12711 from neheb/urcu
liburcu: install pkgconfig files
2020-07-05 09:38:28 -07:00
Rosen Penev
a365ef4b85
Merge pull request #12679 from jonathanunderwood/getdns-1.6.0
getdns: update to version 1.6.0
2020-07-05 09:33:34 -07:00
Jonathan G. Underwood
171c2e2cf4 getdns: update to version 1.6.0
This update also:
    - enables parallel builds
    - moves to the CMake build system
    - removes the redundant InstallDev stanza

Signed-off-by: Jonathan G. Underwood <jonathan.underwood@gmail.com>
2020-07-05 12:27:01 +01:00
Rosen Penev
e176444f5a
libpng: remove hardware optimizations for mipsel
The mipsel optimizations are only MSA and not any DSP, which means they're
useless for OpenWrt targets.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 17:23:10 -07:00
Rosen Penev
c2e05926c6
libarchive: switch to CMake
Allows simplifying the Makefile. Also faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 15:25:36 -07:00
Rosen Penev
6ebe4ad1e2
Merge pull request #12633 from neheb/freet
freetype: update to 2.10.2
2020-07-03 23:06:19 -07:00
Rosen Penev
759b83fd23
Merge pull request #12656 from gladiac1337/liburing-0.6
liburing: new package: liburing v0.6
2020-07-03 23:05:01 -07:00
Rosen Penev
959312ef74
Merge pull request #12636 from neheb/png2
libpng: switch to CMake
2020-07-03 23:04:46 -07:00
Rosen Penev
5a6a25ea8b
liburcu: install pkgconfig files
Newer versions of lttng* need these.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-03 19:49:45 -07:00
Rosen Penev
f0db39bf0e libowfat: fix compilation under GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-04 00:32:23 +01:00
Rosen Penev
2150f12da4
libradiotap: update to 2020-06-22
Fixes compilation with GCC10.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-07-02 19:11:02 -07:00
Christian Lachner
c12c8ceafb liburing: Simplify CFLAGS assignment for MUSL targets
- Simplify the way we deal with additional CFLAGS for MUSL targets

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-02 09:04:45 +02:00
Christian Lachner
f345e6646d liburing: Re-enable stack-protection for uClibc targets
- Remove -fno-stack-protector for uClibc targets
- Make TITLE a little nicer

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-07-02 07:03:45 +02:00
Eduardo Abinader
cf45205030 opusfile: bump 0.12
Changes since the v0.11 release:

    Fix stack overflow buffering out-of-sequence streams.
    Fix possible divide-by-zero.
    Fix issues with seeking in the win32 backend.
    Fix an issue where the seek algorithm could be confused by stream data changing between reads.
    Clean up compiler and scan-build warnings.
    Avoid use of the deprecated ftime() function which has Y2038 problems.
    Remove undefined behaviour memcpy(NULL) in op_read_native().
    Visual Studio project files updated for libogg 1.3.4 library name change.
    Various build systems updates.
    Various integration and testing environment improvements.

Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2020-07-01 07:40:45 +02:00
Sebastian Kemper
a82cb6fd2c tiff: declare ABI_VERSION in libtiffxx as well
ABI_VERSION is used in Package/libtiffxx/install but not defined, so we
don't get SONAME treatment for libtiffxx. This commit adds the missing
ABI_VERSION.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-06-30 18:16:46 +02:00
Eduardo Abinader
884f8fe04f check: bump 0.15.0
Compiled and run in x86_64.

Changes:
        -Define CK_ATTRIBUTE_FORMAT for GCC >= 2.95.3, to make use of ‘gnu_printf’ format attribute
        -Refactor tests to fix signed - unsigned conversions
        -Refactor some Check internals to use proper interger types
Signed-off-by: Eduardo Abinader <eduardoabinader@gmail.com>
2020-06-30 16:58:50 +02:00
Christian Lachner
bded5cdbbc liburing: new package: liburing v0.6
- Add initial Makefile
- Add patch to fix inttypes.h inclusion when __kernel_timespec is unavailable

Signed-off-by: Christian Lachner <gladiac@gmail.com>
2020-06-30 11:18:44 +02:00
Rosen Penev
f1f9d28b84
Merge pull request #12649 from neheb/dmaplib
libdmapsharing: update to 3.98
2020-06-29 17:58:42 -07:00
Jiri Slachta
c12e9b858f
Merge pull request #12637 from neheb/tiff
tiff: switch to CMake
2020-06-30 01:26:43 +02:00
Rosen Penev
c442e95227
libdmapsharing: update to 3.98
Refreshed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 15:21:46 -07:00
Rosen Penev
06364ce520
Merge pull request #12647 from neheb/gdb
gdbm: fix GCC 10 multiple def compilation error
2020-06-29 15:20:13 -07:00
Syrone Wong
fe734cc264
gdbm: fix GCC 10 multiple def compilation error
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
2020-06-29 15:15:29 -07:00
Rosen Penev
70ab50f095
Merge pull request #12635 from neheb/liblo
liblo: switch to CMake
2020-06-29 15:12:02 -07:00
Rosen Penev
e9d98f4bc1
tiff: switch to CMake
Allows removing autotools hacks. Also simplified InstallDev section.

Added ABI_VERSION parameter for proper rebuilds. Also used in the
pkgconfig path fixup.

Small cleanups for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-29 14:55:40 -07:00
Andy Walsh
d0b7564e83 libtirpc: remove pkgconfig hack
* the pkgconfig hack is no longer needed

Signed-off-by: Andy Walsh <andy.walsh44+github@gmail.com>
2020-06-29 19:03:23 +02:00
Nikos Mavrogiannopoulos
ae9e9d8bbd
Merge pull request #12601 from neheb/pam2
libpam: update to 1.4.0
2020-06-29 08:01:22 +02:00
Rosen Penev
547c27aa7a
freetype: update to 2.10.2
Switched to CMake to simplify the Makefile and to remove autotools
hacks.

Replaced InstallDev with CMAKE_INSTALL.

Added PKG_BUILD_PARALLEL for faster compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-28 20:56:55 -07:00
Rosen Penev
a1b14ab929
libpng: switch to CMake
Allows simplification of the Makefile.

Remove no more needed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-28 14:56:36 -07:00
Rosen Penev
a05db1acfe
libpam: update to 1.4.0
Remove upstreamed patch and add a new one to fix compilation.

Add some more configure options.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-28 13:46:00 -07:00
Rosen Penev
4edb857f3a
liblo: switch to CMake
Allows simplifying the Makefile.

Make tools option conditional on package selection.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-27 22:02:20 -07:00
Espen Jürgensen
ca1bbd228f libplist: add missing pkgconfig files in libplist 2.2
Closes #12571.

Same fix as Debian, see:
137716df3f (commitcomment-40099153)

Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
2020-06-27 09:02:39 +02:00
Rosen Penev
61b143064b
Merge pull request #12610 from neheb/yamll
yaml: update to 0.2.5
2020-06-26 14:01:35 -07:00
Rosen Penev
b867631f7c
Merge pull request #12600 from neheb/file
file: update to 5.39
2020-06-25 18:37:45 -07:00
Rosen Penev
07a1493e32
yaml: update to 0.2.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:44 -07:00
Rosen Penev
4ac1339dbc
libupnpp: update to 0.19.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:43:09 -07:00
Rosen Penev
ea07a18d2f
file: update to 5.39
Remove fedora mirror as it delivers a different file that doesn't work.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-25 17:36:42 -07:00
Rosen Penev
8873f055d4
Merge pull request #12577 from neheb/shado
added libxcrypt and used for shadow-utils
2020-06-23 15:02:37 -07:00
Rosen Penev
bd5acfb8e8
libxcrypt: add
libxcrypt is an external version of libc's libcrypt. It allows to use
algorithms now available with the libc. musl in OpenWrt for example
patches out several algorithms for size reasons. But for shadow-utils,
size does not really matter.

The hashes are set to solaris as that default gives a good balance
between compatibility and size. It includes:

bcrypt,
bcrypt_a,
sha512crypt,
sha256crypt,
md5crypt,
descrypt

The STRONG default adds several algorithms not supported by
shadow-utils.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 18:33:16 -07:00
Rosen Penev
ae008102c2
Merge pull request #12574 from neheb/npupnp-gerbera
Npupnp gerbera
2020-06-22 17:59:49 -07:00
Rosen Penev
e3af01effd
libnpupnp: update to 4.0.7
Fixes CVE-2020-12695.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-22 14:37:47 -07:00
Rosen Penev
4e203a1949
libirecovery: update to official tarball
Removed autoreconf as a result.

Unfortunately, the two versions are not identical. Bumped PKG_RELEASE
to deal with it.

Disable static libraries as they're fairly useless.

Adjusted filepaths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:34 -07:00
Rosen Penev
4831939255
libimobiledevice: update to 1.3.0
Upstream created proper tarballs. Switch to those.

Removed autoreconf as a result.

Adjusted filepaths.

Removed upstreamed patch.

Disabled static libraries as they're not useful.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Rosen Penev
38ea3e84f8
libusbmuxd: update to 2.0.2
Upstream created proper tarballs. Switched to those.

Removed autoreconf as a result.

Adjusted filenames.

Got rid of static compiles as they're pretty useless.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Rosen Penev
d082258c3e
libplist: update to 2.2.0
Upstream finally got a proper tarball. Switched to that.

Remove autoreconf as it's no longer needed.

Adjusted new filepaths.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-19 23:16:33 -07:00
Jan Pavlinec
26722253ee
redis: update to version 6.0.5
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
2020-06-19 07:22:28 +02:00
Rosen Penev
24498b855a
Merge pull request #12433 from neheb/pcre2
pcre2: updater to 10.35
2020-06-18 15:25:50 -07:00
Rosen Penev
c9eabd7c08
Merge pull request #12431 from neheb/gph
libgphoto2: update to 2.5.25
2020-06-18 15:25:30 -07:00
Eneas U de Queiroz
69b6f46c96 oniguruma: build using autotools
Cmake currently fails to compile properly.  While there's a fix
upstream, we can avoid carrying any patches here, and use the more
stable build system, despite being slower.

Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
2020-06-18 13:42:26 -03:00
Rosen Penev
4f883459d0
avahi: remove lssp_nonshared flag
Does not seem to be needed as of b933f9cf0cb254e368027cad6d5799e45b237df5

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-17 20:06:54 -07:00
Toni Uhlig
c5a7f10c94
libndpi: update to 3.2.0
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-16 06:00:08 +02:00
Rosen Penev
c0e2d553c4
Merge pull request #12409 from lnslbrty/package/libulfius
libulfius: new package
2020-06-15 11:28:54 -07:00
Toni Uhlig
0c139bb41b
libulfius: new package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
2020-06-15 20:18:45 +02:00
Michael Heimpold
b4ddb635ea oniguruma: add patch to fix NULL pointer exception
I propose to carry this patch until a new upstream
release includes it. For forther references see:

https://github.com/openwrt/packages/issues/12403
and
https://github.com/kkos/oniguruma/pull/196

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 21:14:51 -03:00
Michael Heimpold
fa566417ca libzip: update to 1.7.1 (closes #12512)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
2020-06-14 15:09:37 +02:00
Rosen Penev
bac8490d25
Merge pull request #12511 from neheb/cap3
libcap: update to 2.36
2020-06-13 18:57:37 -07:00
Rosen Penev
8ed82b0687
libxerces-c: update to 3.2.3
Small adjustments for consistency between packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:13:50 -07:00
Rosen Penev
bd1caf362e
libcap: update to 2.36
Remove outdated patches. A different solution was applied upstream.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-13 18:11:47 -07:00
David Woodhouse
bcaf610a29 minizip: fix $(PKG_SOURCE) to include $(PKG_NAME) to avoid conflicts
Just as Rosen did for cereal in #12477.

Likewise, clean up the CMAKE_OPTIONS onto separate lines for readability.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-11 09:27:31 +01:00
Rosen Penev
f10f1b6c40
cereal: fix mips64 compilation
Added miscellaneous fixes.

Fixed PKG_NAME to a sane one as v$(PKG_VERSION) can conflict with
others.

Separate CMAKE_OPTIONS in lines for clarity.

Add JUST_INSTALL_CEREAL to fix compilation with mips64.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-10 16:50:15 -07:00
Lucian Cristian
2c458ad12c google-authenticator-libpam: update to 1.09
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
2020-06-10 19:25:44 +03:00
David Woodhouse
f2bfc7ca98 minizip: explicitly disable libbsd
Fixes #12471

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-10 11:40:50 +01:00
Rosen Penev
218e433ea2
Merge pull request #12434 from neheb/pcre
pcre: update to 8.4.4
2020-06-10 01:59:35 -07:00
Rosen Penev
a8461581b7
elektra: fully remove HostBuild
This is cosmetic since host-compile.mk is missing.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-09 14:56:06 -07:00
Rosen Penev
0f5c140f0f
Merge pull request #12428 from neheb/liba
libarchive: update to 3.4.3
2020-06-08 13:54:37 -07:00
Rosen Penev
9731d36472
Merge pull request #12426 from neheb/xmlr
xmlrpc-c: update to 1.51.06
2020-06-08 13:54:12 -07:00
Rosen Penev
0eeff6918d
Merge pull request #12427 from neheb/libcc
libcap: update to 2.34
2020-06-08 13:52:01 -07:00
Rosen Penev
958da054d2
Merge pull request #12415 from haraldg/elektra_0.9.2
elektra: update to 0.9.2
2020-06-08 13:44:07 -07:00
Josef Schlehofer
1b86bc11ed
Merge pull request #12407 from dwmw2/domo
Update Domoticz to 2020.2, and its dependencies
2020-06-08 13:20:18 +02:00
Yousong Zhou
70fe482c41 pixman: bump to version 0.40.0
Ref: https://github.com/openwrt/packages/pull/12421
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
2020-06-08 11:00:03 +08:00
Yousong Zhou
c020d5a2b4 pixman: switch to using meson
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
2020-06-08 11:00:03 +08:00
Yousong Zhou
34219363c7 pixman: cosmetic change on spacing
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
(splits of commit)
2020-06-08 11:00:03 +08:00
Daniel Golle
617b1b08df hiredis: update to version 0.14.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:54:49 +01:00
Daniel Golle
b4a507d3b7 postgresql: update to version 12.3
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2020-06-07 18:19:18 +01:00
Rosen Penev
4be05398d9
pcre: update to 8.4.4
Add PKG_BUILD_PARALLEL for faster compilation.

Remove autoreconf as nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:04:14 -07:00
Rosen Penev
00c8e5b85f
pcre2: updater to 10.35
Add PKG_BUILD_PARALLEL for faster compilation.

Remove autoreconf as nothing is being patched.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:03:23 -07:00
Rosen Penev
bcfd0d812e
libgphoto2: update to 2.5.25
Add PKG_BUILD_PARALLEL for faster compilation.

Fix license information.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 21:01:03 -07:00
Rosen Penev
6442630ace
libarchive: update to 3.4.3
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:38:40 -07:00
Rosen Penev
05648d2775
libcap: update to 2.34
Removed upstreamed patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:37:59 -07:00
Rosen Penev
487b369418
xmlrpc-c: update to 1.51.06
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-06 16:37:25 -07:00
Rosen Penev
6ef9d9e794
Merge pull request #12381 from neheb/host
remove pointless host builds
2020-06-06 11:46:17 -07:00
David Woodhouse
201c0162ce minizip: new package
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:39:09 +01:00
David Woodhouse
160038e753 cereal: new package
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
2020-06-06 19:38:34 +01:00
Rosen Penev
03349d1fab
Merge pull request #12397 from neheb/v4ll
libv4l: update to 1.20.0
2020-06-06 09:31:43 -07:00
Harald Geyer
82e3475453 elektra: update to 0.9.2
Notable changes:
* Move some plugins from libelektra-plugins to libelektra-cpp because
  they got reimplemented in C++.
* New package libelektra-zmq
* Move the crypto plugin from libopenssl to libgcrypt
* Disable host build: elektra doesn't need it anymore and nobody uses
  kdb during package builds for now.

Closes: #12307

Signed-off-by: Harald Geyer <harald@ccbib.org>
2020-06-05 22:54:43 +02:00
Rosen Penev
dd74a7cb87
libv4l: update to 1.20.0
Removed upstreamed patches.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:40:16 -07:00
Rosen Penev
6b1b036a38
spdlog: update to 1.6.1
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-03 21:34:13 -07:00
Nikos Mavrogiannopoulos
2b9f88a4bf gnutls: updated to 3.6.14
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
2020-06-04 05:52:44 +02:00
Rosen Penev
559d7a9869
Merge pull request #12393 from ja-pa/redis-6.0.4
redis: update to version 6.0.4
2020-06-03 07:42:24 -07:00