Drop support for TCP wrappers
This commit is contained in:
parent
e39cee4454
commit
0e07dba1eb
@ -2,7 +2,7 @@
|
||||
|
||||
Name: syslog-ng
|
||||
Version: 3.11.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: Next-generation syslog server
|
||||
|
||||
Group: System Environment/Daemons
|
||||
@ -30,7 +30,6 @@ BuildRequires: libdbi-devel
|
||||
BuildRequires: libnet-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pcre-devel
|
||||
BuildRequires: tcp_wrappers-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libesmtp-devel
|
||||
BuildRequires: mongo-c-driver-devel
|
||||
@ -195,7 +194,6 @@ GEOIP_LIBS=-lGeoIP; export GEOIP_LIBS; \
|
||||
--with-embedded-crypto \
|
||||
--enable-manpages \
|
||||
--enable-ipv6 \
|
||||
--enable-tcp-wrapper \
|
||||
--enable-spoof-source \
|
||||
--with-linux-caps=auto \
|
||||
--enable-sql \
|
||||
@ -393,6 +391,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 06 2018 My Karlsson <mk@acc.umu.se> - 3.11.1-5
|
||||
- Drop support for TCP wrappers (rhbz#1518790)
|
||||
|
||||
* Mon Dec 11 2017 Björn Esser <besser82@fedoraproject.org> - 3.11.1-4
|
||||
- Fix patch for json-c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user