rpms/prelude-lml/devel prelude-lml-0.9.15-pie.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 prelude-lml.spec, 1.19, 1.20 sources, 1.6, 1.7 prelude-lml-0.9.12-pie.patch, 1.2, NONE

Steve Grubb sgrubb at fedoraproject.org
Tue Jul 21 17:10:28 UTC 2009


Author: sgrubb

Update of /cvs/pkgs/rpms/prelude-lml/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14685

Modified Files:
	.cvsignore prelude-lml.spec sources 
Added Files:
	prelude-lml-0.9.15-pie.patch 
Removed Files:
	prelude-lml-0.9.12-pie.patch 
Log Message:
* Tue Jul 21 2009 Steve Grubb <sgrubb at redhat.com> 0.9.15-1
- new upstream release


prelude-lml-0.9.15-pie.patch:
 configure                |    2 +-
 plugins/pcre/Makefile.in |    2 +-
 src/Makefile.in          |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE prelude-lml-0.9.15-pie.patch ---
diff -ur prelude-lml-0.9.15.orig/configure prelude-lml-0.9.15/configure
--- prelude-lml-0.9.15.orig/configure	2009-07-21 12:11:17.000000000 -0400
+++ prelude-lml-0.9.15/configure	2009-07-21 12:12:15.000000000 -0400
@@ -41295,7 +41295,7 @@
     #AC_LANG_PUSH([C])
 
     save_LDFLAGS="$LDFLAGS"
-    LDFLAGS="$LDFLAGS -z now"
+    LDFLAGS="$LDFLAGS -z now -pie"
     cat >conftest.$ac_ext <<_ACEOF
 
       /* confdefs.h.  */
diff -ur prelude-lml-0.9.15.orig/plugins/pcre/Makefile.in prelude-lml-0.9.15/plugins/pcre/Makefile.in
--- prelude-lml-0.9.15.orig/plugins/pcre/Makefile.in	2009-07-21 12:11:17.000000000 -0400
+++ prelude-lml-0.9.15/plugins/pcre/Makefile.in	2009-07-21 12:12:15.000000000 -0400
@@ -239,7 +239,7 @@
 BITSIZEOF_WINT_T = @BITSIZEOF_WINT_T@
 CC = @CC@
 CCDEPMODE = @CCDEPMODE@
-CFLAGS = @CFLAGS@
+CFLAGS = @CFLAGS@ -fPIC
 CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CXX = @CXX@
diff -ur prelude-lml-0.9.15.orig/src/Makefile.in prelude-lml-0.9.15/src/Makefile.in
--- prelude-lml-0.9.15.orig/src/Makefile.in	2009-07-21 12:11:17.000000000 -0400
+++ prelude-lml-0.9.15/src/Makefile.in	2009-07-21 12:12:15.000000000 -0400
@@ -767,7 +767,7 @@
 top_srcdir = @top_srcdir@
 SUBDIRS = include
 AM_CPPFLAGS = -I$(srcdir)/include/ -I$(top_srcdir)/libmissing -I$(top_builddir)/libmissing -I$(top_srcdir)/libev @LIBPRELUDE_CFLAGS@ @PCRE_CFLAGS@
-AM_CFLAGS = @GLOBAL_CFLAGS@
+AM_CFLAGS = @GLOBAL_CFLAGS@ -fPIE -DPIE
 prelude_lml_LDADD = @LIBPRELUDE_LIBS@ @PCRE_LIBS@ $(top_builddir)/libev/libev.la $(top_builddir)/libmissing/libmissing.la
 prelude_lml_LDFLAGS = @LIBPRELUDE_LDFLAGS@ -export-dynamic \
         "-dlopen" $(top_builddir)/plugins/debug/debug.la \


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	17 Oct 2008 12:55:39 -0000	1.5
+++ .cvsignore	21 Jul 2009 17:09:58 -0000	1.6
@@ -2,3 +2,4 @@ prelude-lml-0.9.8.1.tar.gz
 prelude-lml-0.9.11.tar.gz
 prelude-lml-0.9.13.tar.gz
 prelude-lml-0.9.14.tar.gz
+prelude-lml-0.9.15.tar.gz


Index: prelude-lml.spec
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/devel/prelude-lml.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- prelude-lml.spec	22 Apr 2009 22:22:57 -0000	1.19
+++ prelude-lml.spec	21 Jul 2009 17:09:58 -0000	1.20
@@ -1,6 +1,6 @@
 Name:		prelude-lml           
-Version:	0.9.14
-Release:	3%{?dist}
+Version:	0.9.15
+Release:	1%{?dist}
 Summary:	The prelude log analyzer
 
 Group:		System Environment/Libraries
@@ -8,20 +8,22 @@ License:	GPLv2+
 URL:		http://prelude-ids.org/
 Source0:	http://www.prelude-ids.org/download/releases/%{name}/%{name}-%{version}.tar.gz
 Source1:        prelude-lml.init
-Patch1:		prelude-lml-0.9.12-pie.patch
+Patch1:		prelude-lml-0.9.15-pie.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gamin-devel, libprelude-devel, pcre-devel  
+BuildRequires:	gamin-devel, pcre-devel  
+BuildRequires:	libprelude-devel >= 0.9.21.3
 Requires(post):	/sbin/chkconfig
 Requires(preun):	/sbin/chkconfig
 Requires(preun):	/sbin/service
 Requires(postun):	/sbin/service
 
 %description
-Prelude-LML’s primary function is log analysis. Logs on a local system or
-logs monitored over the network (if configured to accept syslog messages
-from other hosts) can be processed and analyzed in order to discover
-security anomalies.
+Prelude-LML is a log analyser that allows Prelude to collect and
+analyze information from all kind of applications emitting logs or
+syslog messages in order to detect suspicious activities and transform
+them into Prelude-IDMEF alerts. Prelude-LML handles events generated
+by a large set of applications,
 
 %package devel
 Summary: Header files and libraries for libprelude development
@@ -29,17 +31,9 @@ Group: Development/Libraries
 Requires: libprelude-devel, prelude-lml = %{version}-%{release}
 
 %description devel
-Libraries, include files, etc you can use to develop Prelude IDS
-sensors using the Prelude Library. The Prelude Library is a
-collection of generic functions providing communication between
-the Prelude Hybrid IDS suite componentst It provides a convenient
-interface for sending alerts to Prelude Manager with transparent
-SSL, failover and replication support, asynchronous events and
-timer interfaces, an abstracted configuration API (hooking at the
-commandline, the configuration line, or wide configuration,
-available from the Manager), and a generic plugin API. It allows
-you to easily turn your favorite security program into a Prelude
-sensor.
+Libraries, include files, etc you can use to develop custom
+Prelude LML plugins.
+
 
 %prep
 %setup -q
@@ -111,6 +105,9 @@ fi
 
 
 %changelog
+* Tue Jul 21 2009 Steve Grubb <sgrubb at redhat.com> 0.9.15-1
+- new upstream release
+
 * Wed Apr 22 2009 Steve Grubb <sgrubb at redhat.com> 0.9.14-3
 - Adjust dir and config file permissions
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/prelude-lml/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Oct 2008 12:55:39 -0000	1.6
+++ sources	21 Jul 2009 17:09:58 -0000	1.7
@@ -1 +1 @@
-e95c1e4c6a8f4196d87121914a4683e6  prelude-lml-0.9.14.tar.gz
+7a2921fa737df2605f739ce734c14c2c  prelude-lml-0.9.15.tar.gz


--- prelude-lml-0.9.12-pie.patch DELETED ---




More information about the fedora-extras-commits mailing list