From: <abe...@us...> - 2016-08-03 13:38:10
|
Revision: 7784 http://sourceforge.net/p/astlinux/code/7784 Author: abelbeck Date: 2016-08-03 13:38:07 +0000 (Wed, 03 Aug 2016) Log Message: ----------- logrotate, version bump to 3.10.0, moved to GitHub and now has configure script Modified Paths: -------------- branches/1.0/package/logrotate/logrotate.mk Removed Paths: ------------- branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch Deleted: branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch =================================================================== --- branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch 2016-07-31 23:03:03 UTC (rev 7783) +++ branches/1.0/package/logrotate/logrotate-0001-make-autoreconfable.patch 2016-08-03 13:38:07 UTC (rev 7784) @@ -1,20 +0,0 @@ -Make the package autoreconfigurable - -Adjust a minor detail in configure.ac in order to make the package -compatible with the autoconf/automake versions we are using in -Buildroot. - -Signed-off-by: Benoît Thébaudeau <ben...@gm...> - -Index: b/configure.ac -=================================================================== ---- a/configure.ac -+++ b/configure.ac -@@ -2,5 +2,5 @@ - --AM_INIT_AUTOMAKE -+AM_INIT_AUTOMAKE([foreign]) - AC_DEFINE(_GNU_SOURCE) - - AM_EXTRA_RECURSIVE_TARGETS([test]) - Modified: branches/1.0/package/logrotate/logrotate.mk =================================================================== --- branches/1.0/package/logrotate/logrotate.mk 2016-07-31 23:03:03 UTC (rev 7783) +++ branches/1.0/package/logrotate/logrotate.mk 2016-08-03 13:38:07 UTC (rev 7784) @@ -3,15 +3,12 @@ # logrotate # ############################################################# -LOGROTATE_VERSION = 3.9.1 +LOGROTATE_VERSION = 3.10.0 LOGROTATE_SOURCE = logrotate-$(LOGROTATE_VERSION).tar.gz -LOGROTATE_SITE = https://www.fedorahosted.org/releases/l/o/logrotate +LOGROTATE_SITE = https://github.com/logrotate/logrotate/releases/download/$(LOGROTATE_VERSION) LOGROTATE_DEPENDENCIES = popt host-pkg-config -# tarball does not have a generated configure script -LOGROTATE_AUTORECONF = YES - LOGROTATE_CONF_OPT = --without-selinux ifeq ($(BR2_PACKAGE_ACL),y) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |