Jan Pavlinec [Mon, 25 May 2020 10:56:06 +0000 (12:56 +0200)]
transmission: init script check syscall list for seccomp
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Rosen Penev [Tue, 26 May 2020 09:05:40 +0000 (02:05 -0700)]
Merge pull request #12296 from neheb/trans
transmission: update to 3.0
Rosen Penev [Tue, 26 May 2020 08:57:59 +0000 (01:57 -0700)]
Merge pull request #12312 from G-M0N3Y-2503/feature_docker-ce_update
docker-ce: Updated to 19.03.9 and updated relevant dependencies
Rosen Penev [Tue, 26 May 2020 08:56:49 +0000 (01:56 -0700)]
Merge pull request #12305 from peter-stadler/django-cors-headers
python3-django-cors-headers: update version to 3.3.0
Gerard Ryan [Mon, 25 May 2020 11:55:56 +0000 (21:55 +1000)]
docker-ce: Updated to 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Gerard Ryan [Mon, 25 May 2020 12:16:41 +0000 (22:16 +1000)]
libnetwork: Updated to
0941c3f4 for docker 19.03.9
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
Peter Stadler [Mon, 25 May 2020 21:06:19 +0000 (23:06 +0200)]
python3-django-cors-headers: update version to 3.3.0
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Kevin Darbyshire-Bryant [Thu, 14 May 2020 10:30:12 +0000 (11:30 +0100)]
miniupnpd: improve hotplug & interface handling
The existing interface selection/detection code was incomprehensible at
worst and convoluted at best. The uci config file suggested it
understood an external ipv6 interface but in reality the init script
took no notice. Re-work it so it is at least comprehendible and takes
notice of ipv6 interface details if specified.
Update the hotplug script to use the same interface selection/detection
code as the init script and take note of ipv6 interface selection, only
restarting miniupnpd on interface up events and only if that interface
isn't already known (for that ip class) by miniupnpd.
For me this has solved numerous 'flaky' startup problems, especially
with regard to ipv6.
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Kevin Darbyshire-Bryant [Mon, 25 May 2020 14:30:34 +0000 (15:30 +0100)]
collectd: sqm_collect: tidy interval string handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Rosen Penev [Mon, 25 May 2020 19:55:56 +0000 (12:55 -0700)]
Merge pull request #12289 from neheb/GIF
giflib: remove host build
Rosen Penev [Mon, 25 May 2020 19:08:17 +0000 (12:08 -0700)]
Merge pull request #12302 from aleksander0m/aleksander/mm-mtu
modemmanager: set interface MTU based on bearer settings
Hannu Nyman [Mon, 25 May 2020 15:45:35 +0000 (18:45 +0300)]
Merge pull request #12301 from ja-pa/clamav-security-update
clamav: update to version 0.102.3 (security fix)
Daniel Golle [Mon, 25 May 2020 14:46:24 +0000 (15:46 +0100)]
Merge pull request #12272 from neheb/psql
postgresql: fix compilation with GCC4
Aleksander Morgado [Mon, 25 May 2020 13:34:41 +0000 (15:34 +0200)]
modemmanager: set interface MTU based on bearer settings
Using the same method used by other protocol handlers like uqmi.
Fixes https://github.com/openwrt/packages/issues/11383
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
Jan Pavlinec [Mon, 25 May 2020 13:11:33 +0000 (15:11 +0200)]
clamav: update to version 0.102.3 (security fix)
Fixes:
CVE-2020-3341
CVE-2020-3327
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Kevin Darbyshire-Bryant [Fri, 22 May 2020 11:50:12 +0000 (12:50 +0100)]
collectd: sqm_collectd: improve error handling
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Nikos Mavrogiannopoulos [Mon, 25 May 2020 06:13:04 +0000 (08:13 +0200)]
Merge pull request #12288 from neheb/tasn
libtasn1: fix host build under old GCC
Rosen Penev [Mon, 25 May 2020 03:33:33 +0000 (20:33 -0700)]
transmission: update to 3.0
remove upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 25 May 2020 04:09:46 +0000 (21:09 -0700)]
Merge pull request #12285 from wt/update_sdk_url
Update the SDK URL in the README.
Rosen Penev [Mon, 25 May 2020 04:07:04 +0000 (21:07 -0700)]
Merge pull request #12287 from neheb/proto
protobuf-c: fix host build on GCC4
Rosen Penev [Mon, 25 May 2020 04:06:23 +0000 (21:06 -0700)]
Merge pull request #12261 from sartura/sqlite/security-bump
sqlite3: update to version 3.32.0
Rosen Penev [Sun, 24 May 2020 04:06:57 +0000 (21:06 -0700)]
giflib: remove host build
It's completely unused and breaks under CentOS7.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 May 2020 04:11:46 +0000 (21:11 -0700)]
libtasn1: fix host build under old GCC
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
defaults to std=gnu89, breaking the build. GCC5 defaults to gnu99.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 May 2020 04:16:25 +0000 (21:16 -0700)]
protobuf-c: fix host build on GCC4
prereq-build.mk says that GCC 4.8 and above is supported. GCC 4.8
does not default to gnu++11. This fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Mon, 25 May 2020 01:32:00 +0000 (18:32 -0700)]
Merge pull request #12077 from peter-stadler/uwsgi
uwsgi: make luci-webui single threaded and log more
Rosen Penev [Mon, 25 May 2020 01:31:37 +0000 (18:31 -0700)]
Merge pull request #12284 from BKPepe/msmtp-update
msmtp: update to version 1.8.10
Rosen Penev [Mon, 25 May 2020 01:30:10 +0000 (18:30 -0700)]
Merge pull request #12184 from peter-stadler/nginx-luci
nginx: set log level to crit for luci-static
Wren Turkal [Sun, 24 May 2020 21:50:30 +0000 (14:50 -0700)]
Update the SDK URL in the README.
Signed-off-by: Wren Turkal <wt@penguintechs.org>
Josef Schlehofer [Sat, 23 May 2020 21:26:03 +0000 (23:26 +0200)]
msmtp: update to version 1.8.10
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Dirk Brenken [Sun, 24 May 2020 19:40:58 +0000 (21:40 +0200)]
adblock: limit domain name length
* limit domain name length to max. 63 chars
to fix issues with energized sources
Signed-off-by: Dirk Brenken <dev@brenken.org>
Hannu Nyman [Sun, 24 May 2020 17:41:28 +0000 (20:41 +0300)]
nano: update to 4.9.3
Update nano version to 4.9.3
Minor bugfix release.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Peter Stadler [Sat, 16 May 2020 14:01:43 +0000 (16:01 +0200)]
nginx: set log level to crit for luci-static
Do not write errors for inexistent files to the system log.
Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
Rosen Penev [Sun, 24 May 2020 02:53:54 +0000 (19:53 -0700)]
Merge pull request #12159 from peter-stadler/nginx-smp
nginx: do not reduce max processes
Rosen Penev [Sun, 24 May 2020 02:15:52 +0000 (19:15 -0700)]
postgresql: fix compilation with GCC4
The minimum version of GCC according to prereq-build.mk is 4.8 which
defaults to gnu89. This breaks the host build when the host GCC is less
than 5, which defaults to gnu99. Add a simple CFLAG to fix.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 24 May 2020 01:24:47 +0000 (18:24 -0700)]
Merge pull request #12271 from neheb/taglib2
taglib: update to 1.12-beta-1
Rosen Penev [Sun, 24 May 2020 00:26:50 +0000 (17:26 -0700)]
taglib: update to 1.12-beta-1
It seems 1.11.1 is old and has CVEs.
Removed boost hack since upstream removed boost support.
Removed outdated InstallDev hacks.
Added PKG_CPE_ID.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 May 2020 23:48:26 +0000 (16:48 -0700)]
Merge pull request #12270 from neheb/taglib
taglib: fix taglib-config paths
Rosen Penev [Sat, 23 May 2020 07:11:16 +0000 (00:11 -0700)]
taglib: fix taglib-config paths
It seems gerbera uses this instead of pkgconfig.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 May 2020 22:06:55 +0000 (15:06 -0700)]
Merge pull request #12258 from neheb/taglib
gerbera: add taglib support
Rosen Penev [Sat, 23 May 2020 07:12:03 +0000 (00:12 -0700)]
gerbera: add taglib support
Gives audio info support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 May 2020 07:11:16 +0000 (00:11 -0700)]
taglib: add
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sat, 23 May 2020 20:59:00 +0000 (13:59 -0700)]
Merge pull request #12265 from cotequeiroz/lxc_mips16
lxc: use -minterlink-mips16 only with USE_MIPS16
Eneas U de Queiroz [Sat, 23 May 2020 16:01:13 +0000 (13:01 -0300)]
lxc: use -minterlink-mips16 only with USE_MIPS16
The flag is either not supported or not needed unless there's mixed
mips/mips16 code.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Sat, 23 May 2020 19:53:43 +0000 (12:53 -0700)]
Merge pull request #12257 from lucize/nssfix
nss: fix build for mips64
Dirk Brenken [Sat, 23 May 2020 19:15:52 +0000 (21:15 +0200)]
adblock: release 4.0.5
* update energized source urls, add ultimate variant
* switch shalla source to http (invalid server certificate)
* add another stevenblack source variant (normal / porn)
* small cornercase fixes
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Lucian Cristian [Sat, 23 May 2020 02:43:01 +0000 (05:43 +0300)]
nss: fix build for mips64
disable arm32_neon on unsupported target
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Robert Marko [Sat, 23 May 2020 17:25:32 +0000 (19:25 +0200)]
sqlite3: update to version 3.32.0
Update SQLite to version 3.32.0 to mitigate a security vulnerability.
This mitigates CVE-2020-11656
https://nvd.nist.gov/vuln/detail/CVE-2020-11656
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Rosen Penev [Sat, 23 May 2020 08:11:02 +0000 (01:11 -0700)]
Merge pull request #12243 from PolynomialDivision/feature/update_dawn_latest
dawn: update to latest version
Nick Hainke [Thu, 21 May 2020 07:14:13 +0000 (09:14 +0200)]
dawn: update to latest version
Includes:
- dawn_iwinfo: fix whitespace
- dawn_iwinfo: indentation
- dawn_iwinfo: iwinfo_finish();
- dawn_iwinfo: filter out global interface
- dawn_iwinfo: release iwinfo after usage
- tcpsocket: fix port print
- github: set CONFIG_SRC_TREE_OVERRIDE in actions CI
- github: fix link to dawn source
- github: use v2 for checkout action
- github: add GitHub Actions CI
- ubus: only update TCP socket list when using TCP connections
- add notice that full wpad is requirement
- fix link to luci-app-dawn
- update readme and install instructions
Signed-off-by: Nick Hainke <vincent@systemli.org>
Rosen Penev [Sat, 23 May 2020 04:32:10 +0000 (21:32 -0700)]
Merge pull request #12241 from neheb/lxc
lxc fixes
Rosen Penev [Fri, 22 May 2020 21:05:17 +0000 (14:05 -0700)]
Merge pull request #12252 from BKPepe/knot-disable-libcap-ng
knot: disable libcap-ng
Eneas U de Queiroz [Fri, 22 May 2020 13:26:21 +0000 (10:26 -0300)]
lxc: group everything under lxc menu
This makes every lxc-* package depend on lxc so that they are grouped
under the lxc menu.
Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Rosen Penev [Wed, 20 May 2020 19:25:44 +0000 (12:25 -0700)]
lxc: don't build for ARC
Similar to libseccomp, ARC is completely unsupported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 20 May 2020 23:28:05 +0000 (16:28 -0700)]
lxc: cleanup Makefile and outdated configure options
Added PKG_NO_MIPS16 as MIPS16 is no longer supported.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Wed, 20 May 2020 23:23:13 +0000 (16:23 -0700)]
lxc: remove lua
Lua support seems to be gone from LXC 4.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Matthias Schiffer [Fri, 22 May 2020 19:09:21 +0000 (21:09 +0200)]
fastd: update to v19
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Josef Schlehofer [Fri, 22 May 2020 11:59:39 +0000 (13:59 +0200)]
knot: disable libcap-ng
Recently, there was added libcap-ng to OpenWrt packages feed,
which is optional for Knot DNS. It enables POSIX 1003.1e capabilities.
This can restrict root (by default it runs as root) permissions and
might harm and as there isn't systemd on OpenWrt it can interfere.
There is an added patch, which introduced an option to disable libcap-ng.
This will be part of the next release.
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Thibaut Robert [Fri, 22 May 2020 08:43:50 +0000 (10:43 +0200)]
p11-kit: fix configuration directory (#12246)
* p11-kit: fix configuration directory
p11-kit looks for its configuration files in /etc/pkcs11, not /etc/p11-kit
Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
* p11-kit: bump PKG_RELEASE
Signed-off-by: Thibaut Robert <thibaut.robert@gmail.com>
Rosen Penev [Fri, 22 May 2020 06:22:35 +0000 (23:22 -0700)]
Merge pull request #12242 from neheb/messon
meson: update to 0.54.2
Rosen Penev [Fri, 22 May 2020 06:21:54 +0000 (23:21 -0700)]
Merge pull request #12249 from jefferyto/python-package-bin-symlinks
python-packages: Add usr/bin symlinks without "3" suffix
Jeffery To [Thu, 21 May 2020 19:57:55 +0000 (03:57 +0800)]
python-packages: Add usr/bin symlinks without "3" suffix
Previously, binaries installed by Python packages will have a
non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip
and pip3. With the removal of Python 2, the non-suffixed names are no
longer taken.
This adds symlinks for the non-suffixed names linking to the suffixed
scripts (or in the case of pip, easy_install, and python-config, to the
fully-versioned scripts).
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 21 May 2020 12:51:23 +0000 (15:51 +0300)]
Merge pull request #12245 from jefferyto/python3-setuptools-site-patch
python3-setuptools: Fix error when installing from source
Jeffery To [Thu, 21 May 2020 12:02:13 +0000 (20:02 +0800)]
python3-setuptools: Fix error when installing from source
When a Python package is installed from source (i.e. using setup.py)
into a custom location (with --home), setuptools may want to create a
site.py file in the custom location. This file is created based on the
source code of site-patch.py, a file bundled with setuptools.
Because the normal OpenWrt setuptools package does not contain Python
source code, this file is missing and the installation will end with an
error.
This copies site-patch.py to site-patch.py.txt so that it will be
included in python3-setuptools, and patches setuptools to look for this
file.
See https://github.com/openwrt/packages/issues/12223
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Thu, 21 May 2020 11:28:27 +0000 (14:28 +0300)]
Merge pull request #12244 from jefferyto/seafile-server-7.1.4
seafile-server: Update to 7.1.4
Yousong Zhou [Thu, 21 May 2020 10:46:36 +0000 (18:46 +0800)]
exfat-nofuse: use $(KERNEL_MAKE) to account for reproducible build
This leverages on -iremap flag embedded there since the build system
commit
4ed356fa719e ("kernel.mk: add KCFLAGS to make kmods reproducible")
Reported-by: Paul Spooren <mail@aparcar.org>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Jeffery To [Thu, 21 May 2020 06:53:02 +0000 (14:53 +0800)]
seafile-server: Update to 7.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Thu, 21 May 2020 02:01:08 +0000 (10:01 +0800)]
qemu: filter out configure args with predefined macros
Reported-by: https://github.com/openwrt/packages/commit/a3033406eae94105b50ea9d57ea4a032b34a87a1#commitcomment-39321758
Suggested-by: Lucian Cristian <lucian.cristian@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Jeffery To [Wed, 20 May 2020 21:02:35 +0000 (05:02 +0800)]
django-postoffice: Update to 3.3.0
This is not the newest version but the last version compatible with
Django 1.11.
This also updates the jsonfield dependency to jsonfield2.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Jeffery To [Wed, 20 May 2020 20:53:54 +0000 (04:53 +0800)]
django-jsonfield2: Add package
This package mainly serves to support django-post-office 3.3.0, as that
version switched its dependency from jsonfield to jsonfield2 (a fork of
jsonfield).
The version packaged in this package (3.0.3) is the last version that
supports Django 1.11.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Rosen Penev [Tue, 19 May 2020 03:08:24 +0000 (20:08 -0700)]
meson: update to 0.54.2
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Tue, 19 May 2020 10:11:53 +0000 (12:11 +0200)]
bind: update to version 9.16.3
Fixes:
CVE-2020-8616
CVE-2020-8617
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Wed, 20 May 2020 18:12:55 +0000 (11:12 -0700)]
Merge pull request #12234 from jefferyto/python3-3.8.3
python3: Update to 3.8.3, refresh patches
Rosen Penev [Wed, 20 May 2020 16:22:39 +0000 (09:22 -0700)]
Merge pull request #12224 from neheb/ffm2
ffmpeg: fix compilation with glibc
Rosen Penev [Wed, 20 May 2020 16:22:04 +0000 (09:22 -0700)]
Merge pull request #12239 from ja-pa/python-more-itertools-8.3.0
python-more-itertools: update to version 8.3.0
Rosen Penev [Wed, 20 May 2020 16:20:10 +0000 (09:20 -0700)]
Merge pull request #12232 from neheb/cifs
cifs-utils: fix compilation
Rosen Penev [Wed, 20 May 2020 16:16:42 +0000 (09:16 -0700)]
Merge pull request #12190 from neheb/fuse
fuse: import from base
Yousong Zhou [Wed, 20 May 2020 15:31:42 +0000 (23:31 +0800)]
qemu: ignore configure option --disable-ipv6
Fixes: https://github.com/openwrt/packages/issues/12194
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Yousong Zhou [Wed, 20 May 2020 10:52:28 +0000 (18:52 +0800)]
openvswitch: fix file generation in /etc/modules.d
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Reported-by: Paul Spooren <mail@aparcar.org>
Jan Pavlinec [Wed, 20 May 2020 11:36:22 +0000 (13:36 +0200)]
python-more-itertools: update to version 8.3.0
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
Jeffery To [Wed, 20 May 2020 09:40:38 +0000 (17:40 +0800)]
python3: Update to 3.8.3, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Yousong Zhou [Mon, 18 May 2020 06:31:24 +0000 (14:31 +0800)]
spice-protocol: bump to version 0.14.2
Starting in this version the upstream project
- only provides .xz tarball
- meson is the only supported build method
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Josef Schlehofer [Wed, 20 May 2020 06:40:18 +0000 (08:40 +0200)]
Merge pull request #12215 from BKPepe/unbound-1.10.1
unbound: update to version 1.10.1 (security fix)
Hannu Nyman [Wed, 20 May 2020 05:18:38 +0000 (08:18 +0300)]
Merge pull request #12230 from jefferyto/python-openssl-ca-certs
python3-openssl: Add dependency on ca-certs
Rosen Penev [Wed, 20 May 2020 05:16:45 +0000 (22:16 -0700)]
Merge pull request #12213 from neheb/gerb78
gerbera: add libmatroska support
Rosen Penev [Wed, 20 May 2020 05:15:37 +0000 (22:15 -0700)]
Merge pull request #12226 from neheb/mpd-id
mpd: enable id3tag for all builds
Rosen Penev [Wed, 20 May 2020 05:14:10 +0000 (22:14 -0700)]
cifs-utils: fix compilation
Now that libcap-ng is in the tree, cifs-utils is picking it up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Josef Schlehofer [Tue, 19 May 2020 22:22:17 +0000 (00:22 +0200)]
Merge pull request #12217 from jefferyto/measurement-kit-static-depends
measurement-kit: Add static build dependencies
Rosen Penev [Tue, 19 May 2020 22:15:11 +0000 (15:15 -0700)]
Merge pull request #12197 from BKPepe/syslog-ng
syslog-ng: update to version 3.27.1
Rosen Penev [Tue, 19 May 2020 21:37:28 +0000 (14:37 -0700)]
mpd: enable id3tag for all builds
2cedae0aa9befe1135c83f007942d89ec906658e enabled mp3 support for mini,
while keeping id3tag for full. This makes no sense as id3tag is used
specifically for mp3 files.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Tue, 19 May 2020 21:24:00 +0000 (14:24 -0700)]
ffmpeg: fix compilation with glibc
No idea why.
Patch submitted upstream:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/
20200503090023.29418-1-rosenp@gmail.com/
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Jeffery To [Tue, 19 May 2020 20:30:45 +0000 (04:30 +0800)]
python3-openssl: Add dependency on ca-certs
The ssl module assumes OpenSSL can load the default trust anchors (root
CA certificates).
From https://github.com/openwrt/packages/issues/12209
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Hannu Nyman [Tue, 19 May 2020 14:01:14 +0000 (17:01 +0300)]
Merge pull request #12210 from jefferyto/etesync-server-minor-cleanup
etesync-server: Minor Makefile cleanup
Jeffery To [Tue, 19 May 2020 09:18:28 +0000 (17:18 +0800)]
measurement-kit: Add static build dependencies
When measurement-kit is a build dependency (in PKG_BUILD_DEPENDS) of
another package, this package's build dependencies (in DEPENDS) may not
be selected and so may not be built.
(This package does not produce a shared library; the measurement-kit
target package contains a program that is statically linked to the
measurement-kit library. Other packages may include measurement-kit in
their PKG_BUILD_DEPENDS to link to the static library but not include
measurement-kit as a run-time dependency.)
This adds PKG_BUILD_DEPENDS to this package to ensure that its
dependencies are built in this case.
This also adds MEASUREMENT_KIT_BUILD_DEPENDS that dependant packages
should select to ensure that this package's dependencies are correctly
built. (libevent2-openssl and libevent2-pthreads need to be selected for
the necessary functionality to be enabled when compiling libevent2.)
This also adds openssl as an explicit dependency; it appears to be used
directly by this package.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
Josef Schlehofer [Tue, 19 May 2020 09:23:29 +0000 (11:23 +0200)]
unbound: update to version 1.10.1
Fixes:
CVE-2020-12662
CVE-2020-12663
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Rosen Penev [Tue, 19 May 2020 08:18:00 +0000 (01:18 -0700)]
Merge pull request #12212 from lnslbrty/package/netsniff-ng
netsniff-ng: new package
Toni Uhlig [Mon, 18 May 2020 18:36:08 +0000 (20:36 +0200)]
netsniff-ng: new package
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Rosen Penev [Sun, 17 May 2020 04:23:03 +0000 (21:23 -0700)]
gerbera: add libmatroska support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 17 May 2020 04:06:45 +0000 (21:06 -0700)]
libmatroska: add
Needed for gerbera's matroska support.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Rosen Penev [Sun, 17 May 2020 04:06:18 +0000 (21:06 -0700)]
libebml: add
Needed for libmatroska.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Robert Marko [Mon, 18 May 2020 22:15:28 +0000 (00:15 +0200)]
lxc: bump to 4.0.2
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Signed-off-by: Marijan Svalina <marijan.svalina@sartura.hr>
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>