packages: logrotate/logrotate.spec - enabled acl support (with bcond) - add...

qboosh qboosh at pld-linux.org
Sat Jun 25 07:40:03 CEST 2011


Author: qboosh                       Date: Sat Jun 25 05:40:03 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- enabled acl support (with bcond)
- added more CVE notes to previous commit log

---- Files affected:
packages/logrotate:
   logrotate.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: packages/logrotate/logrotate.spec
diff -u packages/logrotate/logrotate.spec:1.100 packages/logrotate/logrotate.spec:1.101
--- packages/logrotate/logrotate.spec:1.100	Fri Jun 24 23:00:09 2011
+++ packages/logrotate/logrotate.spec	Sat Jun 25 07:39:58 2011
@@ -6,6 +6,7 @@
 #   ignored as warning not fatal as error.
 #
 # Conditional build:
+%bcond_without	acl		# build without ACLs support
 %bcond_without	selinux		# build without SELinux support
 #
 Summary:	Rotates, compresses, removes and mails system log files
@@ -29,6 +30,7 @@
 Patch0:		%{name}-cron.patch
 Patch1:		%{name}-man.patch
 URL:		https://fedorahosted.org/logrotate/
+%{?with_acl:BuildRequires:	acl-devel}
 %{?with_selinux:BuildRequires:	libselinux-devel}
 BuildRequires:	popt-devel >= 1.3
 Requires:	coreutils
@@ -114,6 +116,7 @@
 %{__make} \
 	CC="%{__cc}" \
 	RPM_OPT_FLAGS="%{rpmcflags}" \
+	WITH_ACL=%{?with_acl:yes}%{!?with_acl:no} \
 	WITH_SELINUX=%{?with_selinux:yes}%{!?with_selinux:no} \
 	STATEFILE="%{statdir}/logrotate.status"
 
@@ -164,9 +167,14 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2011/06/25 05:39:58  qboosh
+- enabled acl support (with bcond)
+- added more CVE notes to previous commit log
+
 Revision 1.100  2011/06/24 21:00:09  marti
 - up to 3.8.0
 - resolves CVE-2011-1098 (Race condition in the createOutputFile function)
+  [and: CVE-2011-1154, CVE-2011-1155]
 
 Revision 1.99  2010/07/12 07:45:53  glen
 - up to 3.7.9
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/logrotate/logrotate.spec?r1=1.100&r2=1.101&f=u



More information about the pld-cvs-commit mailing list