Commit Graph

3403 Commits

Author SHA1 Message Date
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
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
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
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 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