# # Utility to rotate system logs automatically. # # The logrotate utility is designed to simplify the administration of # log files on a system which generates a lot of log files. Logrotate # allows for the automatic rotation compression, removal and mailing of # log files. Logrotate can be set to handle a log file daily, weekly, # monthly or when the log file gets to a certain size. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=logrotate pkgversion=3.21.0 arch=amd64 release=1 pkgcategory="tools" full_pkgname=logrotate_3.21.0_amd64-1@tools blurb="Utility to rotate system logs automatically." homepage="https://github.com/logrotate/logrotate" license="GPLv2+" fetch="https://github.com/logrotate/logrotate/releases/download/3.21.0/logrotate-3.21.0.tar.gz" replace=""