All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/logrotate: bump to 3.18.0 version
@ 2021-01-28 15:26 Vadym Kochan
  2021-01-29  8:27 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Vadym Kochan @ 2021-01-28 15:26 UTC (permalink / raw)
  To: buildroot

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>
---
 package/logrotate/logrotate.hash | 2 +-
 package/logrotate/logrotate.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/logrotate/logrotate.hash b/package/logrotate/logrotate.hash
index 704cbcabd60f..b3628da7dea9 100644
--- a/package/logrotate/logrotate.hash
+++ b/package/logrotate/logrotate.hash
@@ -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
diff --git a/package/logrotate/logrotate.mk b/package/logrotate/logrotate.mk
index fe674ee6a5e4..1c00c6153ece 100644
--- a/package/logrotate/logrotate.mk
+++ b/package/logrotate/logrotate.mk
@@ -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
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/logrotate: bump to 3.18.0 version
  2021-01-28 15:26 [Buildroot] [PATCH] package/logrotate: bump to 3.18.0 version Vadym Kochan
@ 2021-01-29  8:27 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2021-01-29  8:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Vadym" == Vadym Kochan <vadym.kochan@plvision.eu> writes:

 > 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>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-29  8:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-28 15:26 [Buildroot] [PATCH] package/logrotate: bump to 3.18.0 version Vadym Kochan
2021-01-29  8:27 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.