From 70a9d086ac2b0a8b0bf3b7b46915921be3be194f Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Thu, 22 Sep 2005 20:53:23 +0000 Subject: [PATCH] - Enable IPv6 (#169050) --- stunnel.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stunnel.spec b/stunnel.spec index b79695e..acd9236 100644 --- a/stunnel.spec +++ b/stunnel.spec @@ -1,7 +1,7 @@ Summary: An SSL-encrypting socket wrapper. Name: stunnel Version: 4.11 -Release: 1 +Release: 2 License: GPL Group: Applications/Internet URL: http://stunnel.mirt.net/ @@ -42,7 +42,7 @@ if pkg-config openssl ; then CFLAGS="$CFLAGS `pkg-config --cflags openssl`"; LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS fi -%configure +%configure --enable-ipv6 make LDADD="-pie -Wl,-z,defs,-z,relro" %install @@ -87,6 +87,8 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_sysconfdir}/stunnel/* %changelog +* Thu Sep 22 2005 Miloslav Trmac - 4.11-2 +- Enable IPv6 (#169050) - Don't ship another copy of man pages in HTML * Tue Jul 12 2005 Miloslav Trmac - 4.11-1