[syslog-ng] Enable SSL.

Jose Pedro Oliveira jpo at fedoraproject.org
Mon Apr 16 03:37:52 UTC 2012


commit 8be2b38e8972c7524da4adb43b60cd9bf48d23e0
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Mon Apr 16 05:37:36 2012 +0100

    Enable SSL.

 syslog-ng.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/syslog-ng.spec b/syslog-ng.spec
index 768884c..1f7e789 100644
--- a/syslog-ng.spec
+++ b/syslog-ng.spec
@@ -2,7 +2,7 @@
 
 Name: syslog-ng
 Version: 3.2.5
-Release: 9%{?dist}
+Release: 10%{?dist}
 Summary: Next-generation syslog server
 
 Group: System Environment/Daemons
@@ -28,7 +28,7 @@ BuildRequires: glib2-devel >= 2.10.1
 #BuildRequires: libcap-devel
 BuildRequires: libdbi-devel
 BuildRequires: libnet-devel
-#BuildRequires: openssl-devel
+BuildRequires: openssl-devel
 BuildRequires: pcre-devel >= 6.1
 BuildRequires: tcp_wrappers-devel
 
@@ -99,8 +99,6 @@ developing applications that use %{name}.
 %build
 %configure \
     --prefix=%{_prefix} \
-    --libdir=%{_libdir} \
-    --includedir=%{_includedir} \
     --sysconfdir=%{_sysconfdir}/%{name} \
     --localstatedir=%{_sharedstatedir}/%{name} \
     --datadir=%{_datadir}/%{name} \
@@ -112,7 +110,7 @@ developing applications that use %{name}.
     --enable-spoof-source \
     --disable-linux-caps \
     --enable-sql \
-    --disable-ssl \
+    --enable-ssl \
     --enable-shared \
     --disable-static \
     --enable-dynamic-linking \
@@ -264,6 +262,9 @@ fi
 
 
 %changelog
+* Mon Apr 16 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.5-10
+- Enable SSL.
+
 * Sun Apr 15 2012 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.2.5-9
 - Fedora 17’s unified filesystem (/usr-move)
   http://fedoraproject.org/wiki/Features/UsrMove


More information about the scm-commits mailing list