Bug 1367796 - Enable the unity plugin
Summary: Enable the unity plugin
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: strongswan
Version: el6
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Pavel Šimerda
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-08-17 13:46 UTC by lithium
Modified: 2018-05-25 16:23 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-05-25 16:23:38 UTC
Type: Bug


Attachments (Terms of Use)

Description lithium 2016-08-17 13:46:56 UTC
Is it possible to enable the unity plug-in in strongswan build? To do this you need to change in the spec-file only two lines::

--- strongswan.spec     2016-06-22 17:26:14.000000000 +0300
+++ strongswan.spec.my  2016-08-16 10:48:28.000000000 +0300
@@ -126,6 +126,7 @@
     --enable-systemd \
 %endif
     --enable-openssl \
+    --enable-unity \
     --enable-ctr \
     --enable-ccm \
     --enable-gcm \
@@ -250,6 +251,7 @@
 %dir %{_libdir}/%{name}/plugins
 %{_libdir}/%{name}/plugins/lib%{name}-aes.so
 %{_libdir}/%{name}/plugins/lib%{name}-ctr.so
+%{_libdir}/%{name}/plugins/lib%{name}-unity.so
 %{_libdir}/%{name}/plugins/lib%{name}-ccm.so
 %{_libdir}/%{name}/plugins/lib%{name}-gcm.so
 %{_libdir}/%{name}/plugins/lib%{name}-gcrypt.so

Comment 1 Paul Wouters 2018-05-25 16:23:38 UTC
this was done a long long time ago

commit e238582a18aa7a8a6ed3d6c67034f537df6b52e4 (origin/f23, origin/el6)
Author: Pavel Šimerda <pavlix>
Date:   Fri Sep 30 14:32:07 2016 +0200

    Resolves: #1367796 - Enable the unity plugin


Note You need to log in before you can comment on or make changes to this bug.