diff options
author | Axel Lin <axel.lin@ingics.com> | 2013-12-28 10:22:28 +0800 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-28 15:58:56 +0100 |
commit | aa83bc88ba4c738daaf944c1b2a7d00001d05a67 (patch) | |
tree | ae2972381b42bca7160ccf1eac54301247450a70 | |
parent | 360b09cb01281582c649ebe166e7ba3e27966e13 (diff) | |
download | buildroot-aa83bc88ba4c738daaf944c1b2a7d00001d05a67.tar.gz buildroot-aa83bc88ba4c738daaf944c1b2a7d00001d05a67.zip |
logrotate: bump to version 3.8.7
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/logrotate/logrotate.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk index 516fe8bff5..a41e074d8d 100644 --- a/package/logrotate/logrotate.mk +++ b/package/logrotate/logrotate.mk @@ -4,7 +4,7 @@ # ################################################################################ -LOGROTATE_VERSION = 3.8.6 +LOGROTATE_VERSION = 3.8.7 LOGROTATE_SITE = https://www.fedorahosted.org/releases/l/o/logrotate/ LOGROTATE_LICENSE = GPLv2+ LOGROTATE_LICENSE_FILES = COPYING |