Commit Graph

3087 Commits

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