mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
Bump minor version. Bugfix release. 100% backward compatible. Includes fixes for: CVE-2018-3064 CVE-2018-3063 CVE-2018-3058 CVE-2018-3066 Also includes CPPFLAGS fix from master (to get fortify-source headers etc.). Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/scripts/mysql_install_db.sh
|
|
+++ b/scripts/mysql_install_db.sh
|
|
@@ -384,7 +384,7 @@ fi
|
|
|
|
|
|
# Try to determine the hostname
|
|
-hostname=`@HOSTNAME@`
|
|
+hostname=`cat /proc/sys/kernel/hostname`
|
|
|
|
# Check if hostname is valid
|
|
if test "$cross_bootstrap" -eq 0 -a "$in_rpm" -eq 0 -a "$force" -eq 0
|