Update to syslog-ng 3.5.1

This commit is contained in:
Jose Pedro Oliveira 2013-11-04 16:16:16 +00:00
parent d1b0d4b160
commit 77899e197f
3 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -15,3 +15,4 @@ syslog-ng_3.1.1.tar.gz
/syslog-ng_3.4.4.tar.gz
/syslog-ng_3.5.0beta3.tar.gz
/syslog-ng_3.5.0rc1.tar.gz
/syslog-ng_3.5.1.tar.gz

View File

@ -1 +1 @@
4911e114a94567b4400956333141d3b2 syslog-ng_3.5.0rc1.tar.gz
460b733b3916ead203d33c440aab0d0c syslog-ng_3.5.1.tar.gz

View File

@ -2,14 +2,14 @@
%global ivykis_ver 0.36.1
Name: syslog-ng
Version: 3.5.0
Release: 0.rc1.1%{?dist}
Version: 3.5.1
Release: 1%{?dist}
Summary: Next-generation syslog server
Group: System Environment/Daemons
License: GPLv2+
URL: http://www.balabit.com/network-security/syslog-ng
Source0: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}rc1/source/%{name}_%{version}rc1.tar.gz
Source0: http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/%{version}/source/%{name}_%{version}.tar.gz
Source1: syslog-ng.conf
Source2: syslog-ng.logrotate
@ -21,6 +21,7 @@ BuildRequires: systemd-units
BuildRequires: pkgconfig
BuildRequires: libtool
BuildRequires: bison, flex
BuildRequires: libxslt
BuildRequires: eventlog-devel >= %{evtlog_ver}
BuildRequires: glib2-devel >= 2.10.1
BuildRequires: ivykis-devel >= %{ivykis_ver}
@ -108,8 +109,7 @@ developing applications that use %{name}.
%prep
#setup -q
%setup -q -n %{name}-%{version}rc1
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
@ -137,6 +137,7 @@ GEOIP_LIBS=-lGeoIP; export GEOIP_LIBS; \
--with-ivykis=system \
--with-libmongo-client=system \
--with-embedded-crypto \
--enable-man-pages \
--enable-ipv6 \
--enable-tcp-wrapper \
--enable-pcre \
@ -254,8 +255,7 @@ fi
%{_bindir}/loggen
%{_bindir}/pdbtool
%{_bindir}/update-patterndb
#{_libdir}/lib%{name}-%{version}.so
%{_libdir}/lib%{name}-%{version}rc1.so
%{_libdir}/lib%{name}-%{version}.so
%{_libdir}/%{name}/*.so
%exclude %{_libdir}/%{name}/libafsql.so
%exclude %{_libdir}/%{name}/libafmongodb.so
@ -294,6 +294,10 @@ fi
%changelog
* Mon Nov 4 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.5.1-1
- Update to syslog-ng 3.5.1 (first stable release of branch 3.5)
- New build requirement: libxslt (--enable-man-pages)
* Thu Oct 24 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.5.0-0.rc1.1
- Update to syslog-ng 3.5.0 rc 1
- Re-enabled parallel build