mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-23 12:54:06 +08:00
package/logrotate: bump to 3.18.0 version
Main reason is to fix the issue when secure_getenv() is missing in older toolchain, but it was fixed in this version by using getenv() as alternative. Signed-off-by: Vadym Kochan <vadym.kochan@plvision.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
e551fe76e2
commit
e0d4fbb2ed
@ -1,3 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
|
||||
sha256 c25ea219018b024988b791e91e9f6070c34d2056efa6ffed878067866c0ed765 logrotate-3.17.0.tar.gz
|
||||
sha256 66232111a2b02cce3c2436c141b7a2af78fa758aac326ab2b79f9a5b0d749142 logrotate-3.18.0.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LOGROTATE_VERSION = 3.17.0
|
||||
LOGROTATE_VERSION = 3.18.0
|
||||
LOGROTATE_SITE = $(call github,logrotate,logrotate,$(LOGROTATE_VERSION))
|
||||
LOGROTATE_LICENSE = GPL-2.0+
|
||||
LOGROTATE_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user