diff options
| author | James Knight <james.d.knight@live.com> | 2016-06-16 02:06:08 -0400 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2016-06-16 08:35:53 +0200 |
| commit | ec63736f2c62bebe63087ee4a203c14824fc040a (patch) | |
| tree | 9d6bf687752fd0569003bfb97de73c7617a7c3b1 /package/logrotate | |
| parent | e9cf13c909a3048bf8b9b7614f122e59e1aaf850 (diff) | |
| download | buildroot-ec63736f2c62bebe63087ee4a203c14824fc040a.tar.gz buildroot-ec63736f2c62bebe63087ee4a203c14824fc040a.zip | |
logrotate: bump to version 3.9.2
Aside from the version number increase, the package has now moved to
GitHub.
Signed-off-by: James Knight <james.d.knight@live.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/logrotate')
| -rw-r--r-- | package/logrotate/logrotate.hash | 2 | ||||
| -rw-r--r-- | package/logrotate/logrotate.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/logrotate/logrotate.hash b/package/logrotate/logrotate.hash index ef537a9556..77d4dc8077 100644 --- a/package/logrotate/logrotate.hash +++ b/package/logrotate/logrotate.hash @@ -1,2 +1,2 @@ # Locally calculated -sha256 700ed7ce9072a1cca324779a74797dfaefdae37ac50a817134b947c4ded1dfa7 logrotate-3.8.9.tar.gz +sha256 2de00c65e23fa9d7909cae6594e550b9abe9a7eb1553669ddeaca92d30f97009 logrotate-3.9.2.tar.gz diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk index 4a70040279..de4d837cad 100644 --- a/package/logrotate/logrotate.mk +++ b/package/logrotate/logrotate.mk @@ -4,8 +4,8 @@ # ################################################################################ -LOGROTATE_VERSION = 3.8.9 -LOGROTATE_SITE = https://www.fedorahosted.org/releases/l/o/logrotate +LOGROTATE_VERSION = 3.9.2 +LOGROTATE_SITE = $(call github,logrotate,logrotate,$(LOGROTATE_VERSION)) LOGROTATE_LICENSE = GPLv2+ LOGROTATE_LICENSE_FILES = COPYING LOGROTATE_DEPENDENCIES = popt host-pkgconf |

