HTTP support is new and requires libcurl and an SSL library.
Rearranged Makefile for consistency with other projects.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Fixes at least CVE-2018-0502 and CVE-2018-13259
Added PKG_CPE_ID for proper CVE tracking.
Added PKG_BUILD_PARALLEL for faster compilation.
Some small reorganization for consistency between packages.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
* provide VFS support in midnight commander by default (see #6999),
this enlarge the package size by ~40KB.
Signed-off-by: Dirk Brenken <dev@brenken.org>
It makes users life a bit easier by allowing them to get info for all
zones by installing a single package.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
The buildbot is failing on applying the patch:
https://downloads.openwrt.org/snapshots/faillogs/mipsel_24kc/packages/bluelog/compile.txt
Locally, this does not happen. I assume the reason is that it has some special handling for
GitHub's tar archives where it extracts it to the name in PKG_SOURCE. So adjust that.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
From Release Notes:
- New variable innodb_log_optimize_ddl for avoiding delay due to page flushing and allowing concurrent backup
- InnoDB updated to 5.7.23
- ALTER TABLE fixes:
MDEV-14637 - Fix hang due to DDL with FOREIGN KEY or persistent statistics
MDEV-15953 - Alter InnoDB Partitioned Table Moves Files (which were originally not in the datadir) to the datadir
MDEV-16515 - InnoDB: Failing assertion: ++retries < 10000 in file dict0dict.cc line 2737
MDEV-16809 - Allow full redo logging for ALTER TABLE
- Temporary tables: MDEV-16713 - InnoDB hang with repeating log entry
- indexed virtual columns: MDEV-15855 - Deadlock between purge thread and DDL statement
- locking: MDEV-16664 - Change the default to innodb_lock_schedule_algorithm=fcfs
- Galera: MDEV-15822 - WSREP: BF lock wait long for trx
- Fixes for the following security vulnerabilities:
CVE-2018-3060
CVE-2018-3064
CVE-2018-3063
CVE-2018-3058
CVE-2018-3066
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Update dbus to 1.12.10
Remove Steven Barth as maintainer since he hasn't replied to numerous of
reviews requests for several packages within months.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Shows network/wireless activity on a local website
to increase awareness for privacy and security matters.
Signed-off-by: Moritz Warning <moritzwarning@web.de>