Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 582444 - net-misc/strongswan new USE flag: strongswan_plugin_forecast
Summary: net-misc/strongswan new USE flag: strongswan_plugin_forecast
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
: 617146 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-05-08 12:40 UTC by Chris Paras
Modified: 2018-09-02 19:24 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
minimal modified strongswan-5.3.4 ebuild (strongswan-5.3.4.ebuild,9.07 KB, text/plain)
2016-05-08 12:40 UTC, Chris Paras
Details
minimal modified strongswan-5.5.3 ebuild (file_582444.txt,9.37 KB, text/plain)
2017-06-25 19:38 UTC, Chris Paras
Details
minimally modified strongswan-5.6.0-r1 ebuild (strongswan-5.6.0-r1.ebuild,9.11 KB, text/plain)
2018-01-24 08:15 UTC, Chris Paras
Details
strongswan-5.6.2.ebuild (strongswan-5.6.2.ebuild,9.11 KB, text/plain)
2018-03-04 11:02 UTC, Chris Paras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Paras 2016-05-08 12:40:48 UTC
Created attachment 433646 [details]
minimal modified strongswan-5.3.4 ebuild

According to https://wiki.strongswan.org/projects/strongswan/wiki/Forecast , strongswan supports forwarding multicast traffic through a VPN. Unfortunately the ebuilds don't have a USE flag for forecast yet. Attached is an modified ebuild with the forecast USE flag included.
Comment 1 Chris Paras 2017-06-25 19:38:24 UTC
Created attachment 477996 [details]
minimal modified strongswan-5.5.3 ebuild

Modified ebuild for strongswan-5.5.3
Comment 2 Dennis Huang 2017-08-07 05:14:47 UTC
*** Bug 617146 has been marked as a duplicate of this bug. ***
Comment 3 Dennis Huang 2017-08-07 05:15:33 UTC
Is there any update on this bug?
Comment 4 Chris Paras 2018-01-24 08:15:33 UTC
Created attachment 516302 [details]
minimally modified strongswan-5.6.0-r1 ebuild

For strongswan 5.6.0-r1 (stable in AMD64 as of 2018-01-24)
Comment 5 Dennis Huang 2018-01-25 07:32:30 UTC
@Patrick Lauer, this bug has been over 18 months.  Could you take a look at Chris's patch?  Thank you.
Comment 6 Chris Paras 2018-03-04 11:02:57 UTC
Created attachment 522360 [details]
strongswan-5.6.2.ebuild

For strongswan-5.6.2
Comment 7 Chris Paras 2018-03-04 11:14:48 UTC
In case compilation fails during compilation of the forecast plugin (forecast_listener.c especially) with "previous redeclaration" errors, comment out this line in /usr/include/linux/netfilter_ipv4/ip_tables.h :

#include <linux/if.h>

to

//#include <linux/if.h>

After successful compilation of strongswan, change it back immediately. It's just a quick'n'dirty hack to make compilation work.
Comment 8 Larry the Git Cow gentoo-dev 2018-09-02 19:24:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04bad22fe2e92f90cf9800043c1d68f80679b3a9

commit 04bad22fe2e92f90cf9800043c1d68f80679b3a9
Author:     Thomas Deutschmann <whissi@gentoo.org>
AuthorDate: 2018-09-02 18:56:05 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2018-09-02 19:23:50 +0000

    net-vpn/strongswan: bump to v5.6.3
    
    - EAPI bumped to EAPI=7.
    
    - Enable "eap-ttls" when USE=eap is set. [Bug 548212]
    
    - USE=strongswan_plugins_forecast added. [Bug 582444]
    
    - USE=systemd added to allow building of charon-systemd. [Bug 631748]
    
    - USE=strongswan_plugins_chapoly and USE=strongswan_plugins_newhope added.
      [Bug 643978]
    
    Closes: https://bugs.gentoo.org/548212
    Closes: https://bugs.gentoo.org/582444
    Closes: https://bugs.gentoo.org/631748
    Closes: https://bugs.gentoo.org/643978
    Package-Manager: Portage-2.3.48, Repoman-2.3.10

 net-vpn/strongswan/Manifest                |   1 +
 net-vpn/strongswan/metadata.xml            |   5 +
 net-vpn/strongswan/strongswan-5.6.3.ebuild | 303 +++++++++++++++++++++++++++++
 3 files changed, 309 insertions(+)