]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
logrotate: Update to 3.12.1
authorMatthias Fischer <matthias.fischer@ipfire.org>
Fri, 28 Apr 2017 06:17:33 +0000 (08:17 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 28 Apr 2017 12:04:19 +0000 (13:04 +0100)
For details see:
https://github.com/logrotate/logrotate/blob/master/ChangeLog.md

Best,
Matthias

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/logrotate
lfs/logrotate

index 8ef728c94a1000f35e15d2bd3939d657e2a0a644..0583525ea0ccb0698c0572d1c1ab281de22bbf5c 100644 (file)
@@ -1,6 +1,6 @@
 #etc/logrotate.d
 etc/logrotate.d/.empty
-#usr/man/man5/logrotate.conf.5
-#usr/man/man8/logrotate.8
 usr/sbin/logrotate
+#usr/share/man/man5/logrotate.conf.5
+#usr/share/man/man8/logrotate.8
 var/lib/logrotate.status
index 0d50103e580e4635ef66f018c3d4cec17f82a3f0..476f146eb9cb3b8df97f2a26bbbaeb1b00594165 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2016  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-VER        = 3.9.1
+VER        = 3.12.1
 
 THISAPP    = logrotate-$(VER)
-DL_FILE    = logrotate_$(VER).orig.tar.gz
+DL_FILE    = logrotate-$(VER).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 4492b145b6d542e4a2f41e77fa199ab0
+$(DL_FILE)_MD5 = 066b49891bad2849d5044c1952613ea6
 
 install : $(TARGET)
 
@@ -70,6 +70,10 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+
+       cd $(DIR_APP) && ./autogen.sh
+       cd $(DIR_APP) && ./configure --prefix=/usr
+
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        mkdir -pv /etc/logrotate.d