rpms/rsyslog/F-9 rsyslog-3.16.1-symLookup.patch, NONE, 1.1 .cvsignore, 1.21, 1.22 rsyslog.spec, 1.37, 1.38 sources, 1.23, 1.24

Tomas Heinrich (theinric) fedora-extras-commits at redhat.com
Fri Jun 13 09:44:48 UTC 2008


Author: theinric

Update of /cvs/extras/rpms/rsyslog/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv393

Modified Files:
	.cvsignore rsyslog.spec sources 
Added Files:
	rsyslog-3.16.1-symLookup.patch 
Log Message:
- upgrade
- kernel symbol lookup is now off by default



rsyslog-3.16.1-symLookup.patch:

--- NEW FILE rsyslog-3.16.1-symLookup.patch ---
diff -up rsyslog-3.16.1/plugins/imklog/imklog.c.symlookup rsyslog-3.16.1/plugins/imklog/imklog.c
--- rsyslog-3.16.1/plugins/imklog/imklog.c.symlookup	2008-06-13 10:21:46.000000000 +0200
+++ rsyslog-3.16.1/plugins/imklog/imklog.c	2008-06-13 10:17:25.000000000 +0200
@@ -51,7 +51,7 @@ DEF_IMOD_STATIC_DATA
 int dbgPrintSymbols = 0; /* this one is extern so the helpers can access it! */
 static int symbols_twice = 0;
 static int use_syscall = 0;
-static int symbol_lookup = 1;
+static int symbol_lookup = 0;
 /* TODO: configuration for the following directives must be implemented. It 
  * was not done yet because we either do not yet have a config handler for
  * that type or I thought it was acceptable to push it to a later stage when
@@ -664,7 +664,7 @@ static rsRetVal resetConfigVariables(uch
 	symbols_twice = 0;
 	use_syscall = 0;
 	symfile = NULL;
-	symbol_lookup = 1;
+	symbol_lookup = 0;
 	return RS_RET_OK;
 }
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/F-9/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	4 Apr 2008 15:01:22 -0000	1.21
+++ .cvsignore	13 Jun 2008 09:44:01 -0000	1.22
@@ -2,3 +2,4 @@
 rsyslog.conf
 rsyslog.init
 rsyslog.sysconfig
+rsyslog-3.16.1.tar.gz


Index: rsyslog.spec
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/F-9/rsyslog.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- rsyslog.spec	8 Apr 2008 12:39:09 -0000	1.37
+++ rsyslog.spec	13 Jun 2008 09:44:01 -0000	1.38
@@ -2,8 +2,8 @@
 
 Summary: Enhanced system logging and kernel message trapping daemons
 Name: rsyslog
-Version: 3.14.1
-Release: 5%{?dist}
+Version: 3.16.1
+Release: 1%{?dist}
 License: GPLv3+
 Group: System Environment/Daemons
 URL: http://www.rsyslog.com/
@@ -12,9 +12,8 @@
 Source2: rsyslog.conf
 Source3: rsyslog.sysconfig
 Patch1: rsyslog-3.11.4-undef.patch
-Patch2: rsyslog-3.14.1-segfaultExprFilt.patch
-Patch3: rsyslog-3.14.1-symbolLookup.patch
-Patch4: rsyslog-3.14.1.legacyOpts.patch
+Patch2: rsyslog-3.16.1-cfsline.patch
+Patch3: rsyslog-3.16.1-symLookup.patch
 BuildRequires: zlib-devel
 BuildRequires: autoconf automake
 Requires: logrotate >= 3.5.2
@@ -45,6 +44,12 @@
 Requires: %name = %version-%release
 BuildRequires: krb5-devel 
 
+%package relp
+Summary: RELP protocol support for rsyslog
+Group: System Environment/Daemons
+Requires: %name = %version-%release
+BuildRequires: librelp-devel 
+
 %description
 Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL,
 syslog/tcp, RFC 3195, permitted sender lists, filtering on any message part,
@@ -67,12 +72,17 @@
 authentication and secure connections. GSSAPI is commonly used for Kerberos 
 authentication.
 
+%description relp
+The rsyslog-relp package contains the rsyslog plugins that provide
+the ability to receive syslog messages via the reliable RELP
+protocol. 
+
+
 %prep
 %setup -q
 %patch1 -p1 -b .undef
-%patch2 -p1 -b .segfaultExprFilt
-%patch3 -p1 -b .symbolLookup
-%patch4 -p1 -b .legacyOpts
+%patch2 -p1 -b .cfsline
+%patch3 -p1 -b .symlookup
 
 %build
 %configure	--sbindir=%{sbindir} \
@@ -80,7 +90,8 @@
 		--enable-mysql \
 		--enable-pgsql \
 		--enable-gssapi-krb5 \
-		--enable-imfile
+		--enable-imfile \
+		--enable-relp
 make %{?_smp_mflags}
 
 %install
@@ -163,7 +174,16 @@
 %{_libdir}/rsyslog/imgssapi.so
 %{_libdir}/rsyslog/omgssapi.so
 
+%files relp
+%defattr(-,root,root)
+%{_libdir}/rsyslog/imrelp.so
+%{_libdir}/rsyslog/omrelp.so
+
 %changelog
+* Fri Jun 13 2008 Tomas Heinrich <theinric at redhat.com> 3.16.1-1
+- upgrade
+- kernel symbol lookup is now off by default
+
 * Tue Apr 08 2008 Peter Vrabec <pvrabec at redhat.com> 3.14.1-5
 - prevent undesired error description in legacy 
   warning messages


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/rsyslog/F-9/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	7 Apr 2008 09:31:09 -0000	1.23
+++ sources	13 Jun 2008 09:44:01 -0000	1.24
@@ -2,3 +2,4 @@
 e6fd8aa699a50ec9abffae50a423aca9  rsyslog.conf
 04f3868aa518d33809f5943d7bc2fc0b  rsyslog.sysconfig
 26fb52edc816e59e29b1f3b4ac520d30  rsyslog.init
+eb371da5e221182fa77c5d814212e460  rsyslog-3.16.1.tar.gz




More information about the fedora-extras-commits mailing list