mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/sysvinit: bump to version 3.14
The biggest change for 3.14 is the maximum inittab entry size has increased from 127 charachters to 253 characters long AND it logs a warning when a line longer than this is found AND it refuses to run a line longer than 253 characters. It doesn't truncate too-long lines anymore, it just drops them. Changelog: https://github.com/slicer69/sysvinit/releases/tag/3.14 Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
7d8d48cd2b
commit
ccfa9f40b8
@@ -1,5 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 cbaeabddc35a6511b87c87452ee5e87c678a26329c7d7d17fb69a2b42a314d86 sysvinit-3.13.tar.xz
|
||||
sha256 c90874b8c054a35991fb8c4d30c443ed1e9b1815ff6165c7b483f558be4e4b53 sysvinit-3.14.tar.xz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SYSVINIT_VERSION = 3.13
|
||||
SYSVINIT_VERSION = 3.14
|
||||
SYSVINIT_SOURCE = sysvinit-$(SYSVINIT_VERSION).tar.xz
|
||||
SYSVINIT_SITE = https://github.com/slicer69/sysvinit/releases/download/$(SYSVINIT_VERSION)
|
||||
SYSVINIT_LICENSE = GPL-2.0+
|
||||
|
||||
Reference in New Issue
Block a user