Selaa lähdekoodia

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>
Vadym Kochan 4 vuotta sitten
vanhempi
commit
e0d4fbb2ed
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 1 1
      package/logrotate/logrotate.hash
  2. 1 1
      package/logrotate/logrotate.mk

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

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