Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80934 - Ebuild for OpenVPN 2.0_rc6
Summary: Ebuild for OpenVPN 2.0_rc6
Status: RESOLVED DUPLICATE of bug 50767
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Warp Zero (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-02-05 17:58 UTC by Sean Higgins
Modified: 2005-07-17 13:06 UTC (History)
10 users (show)

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


Attachments
Ebuild file for openvpn-2.0_rc6 (openvpn-2.0_rc6.ebuild,933 bytes, text/plain)
2005-02-05 17:59 UTC, Sean Higgins
Details
OpenVPN 2.0 RC16 Ebuild (openvpn-2.0_rc16.ebuild,1.24 KB, text/plain)
2005-02-21 23:23 UTC, dark archon
Details
OpenVPN 2.0 RC16 Manifest (Manifest,1.31 KB, text/plain)
2005-02-21 23:24 UTC, dark archon
Details
OpenVPN 2.0 RC16 Digest (digest-openvpn-2.0_rc16,68 bytes, text/plain)
2005-02-21 23:26 UTC, dark archon
Details
OpenVPN 2.0 RC16 Session Log (openvpn_2.0_rc16_session_log,27.49 KB, text/plain)
2005-02-21 23:31 UTC, dark archon
Details
Ebuild file for openvpn-2.0_rc17 (openvpn-2.0_rc17.ebuild,934 bytes, text/plain)
2005-03-18 11:24 UTC, Sean Higgins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sean Higgins 2005-02-05 17:58:04 UTC
Here is an ebuild for openvpn-2.0_rc6.  If is a modified copy of the ebuild for openvpn-1.5.  I have compiled and am running openvpn-2.0_rc6 on my system and the vpn appears to be operational.
Comment 1 Sean Higgins 2005-02-05 17:59:14 UTC
Created attachment 50502 [details]
Ebuild file for openvpn-2.0_rc6
Comment 2 Michael Gisbers 2005-02-08 04:29:55 UTC
Works fine on x86
Comment 3 Calum 2005-02-09 13:57:21 UTC
Can we get this in portage as a masked package soon, as v2 has a lot of funky new features that I use?
Comment 4 dark archon 2005-02-21 23:23:49 UTC
Created attachment 51857 [details]
OpenVPN 2.0 RC16 Ebuild
Comment 5 dark archon 2005-02-21 23:24:26 UTC
Created attachment 51858 [details]
OpenVPN 2.0 RC16 Manifest
Comment 6 dark archon 2005-02-21 23:26:06 UTC
Created attachment 51859 [details]
OpenVPN 2.0 RC16 Digest
Comment 7 dark archon 2005-02-21 23:31:18 UTC
Created attachment 51861 [details]
OpenVPN 2.0 RC16 Session Log
Comment 8 dark archon 2005-02-21 23:32:25 UTC
I have attached 4 attachments for OpenVPN 2.0 RC16. Thanks!
Comment 9 Dave Stahl 2005-02-26 23:46:57 UTC
Works great here, x86 p4, ~x86 for gcc/glibc/baselayout
Comment 10 Radek Podgorny 2005-03-03 14:24:07 UTC
It works perfectly here (x86) so I beg for inclusion to portage. Just a note, I had to compile it with ssl use flag on cause else it refused to run with strange errors (it claimed it didn't know some config file items like "server", which should IMHO work even without ssl)...
Comment 11 Ajay Sharma 2005-03-05 10:39:30 UTC
I'm setting up my first OpenVPN server by going through the howto.  

http://openvpn.net/howto.html

One of the steps for the PKI management is to use their 'easy-rsa' scripts.  Do you think this should be installed with the ebuild?  Like in /usr/share/docs?
Comment 12 Christian Roessner 2005-03-09 13:02:39 UTC
Hello,

I am not a developer, but I have changed the src_install function like this:

src_install() {
        make DESTDIR=${D} install || die

        dodir /usr/share/doc/${P}/{easy-rsa,sample-config-files,sample-keys,sample-scripts}
        dodoc COPYING ChangeLog INSTALL PORTS README
        docinto sample-config-files
        dodoc sample-config-files/*
        docinto sample-keys
        dodoc sample-keys/*
        docinto sample-scripts
        dodoc sample-scripts/*

        exeinto /etc/init.d
        doexe ${FILESDIR}/openvpn
        exeinto /opt/openvpn/easy-rsa
        doexe easy-rsa/{build*,c*,l*,m*,r*,s*}
        exeopts -m0644
        doexe easy-rsa/{README,openssl.cnf,vars}
}

Regards
Christian
Comment 13 Christian Roessner 2005-03-10 08:10:06 UTC
Hello again,

I changed one line from:

exeinto /opt/openvpn/easy-rsa

to

exeinto /usr/share/openvpn/easy-rsa

Regards
Christian
Comment 14 FieldySnuts 2005-03-18 06:41:49 UTC
Actually, rc17 is out now, maybe 18 by the time you read this...

http://openvpn.net/download.html#beta
Comment 15 Sean Higgins 2005-03-18 11:24:39 UTC
Created attachment 53803 [details]
Ebuild file for openvpn-2.0_rc17

Updated version of ebuild for latest version of openvpn.
Comment 16 Warp Zero (RETIRED) gentoo-dev 2005-03-24 14:29:25 UTC
two bugs, same thing 

see #50767

*** This bug has been marked as a duplicate of 50767 ***