Summary: | net-dialup/accel-ppp - high performance VPN server | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Andreis Vinogradovs ( slepnoga ) <andreis.vinogradovs> |
Component: | New packages | Assignee: | Sergey Popov (RETIRED) <pinkbyte> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | azamat.hackimov, net-dialup, xeb |
Priority: | Normal | Keywords: | EBUILD, PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://sourceforge.net/apps/trac/accel-ppp/wiki | ||
See Also: | https://bugs.gentoo.org/show_bug.cgi?id=154381 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
accel-ppp-1.7.3.ebuild
accel-ppp.initd accel-pppd.confd accel-ppp-1.7.3.ebuild accel-ppp-1.7.3.ebuild accel-ppp-1.7.3_fix-libnl-lib.patch accel-ppp.initd accel-ppp-remove_obsolete_tbf_shaper.patch accel-ppp-1.7.3.ebuild new style init script accel-ppp-1.7.3.ebuild accel-ppp-remove_obsolete_tbf_shaper.patch accel-ppp.confd accel-ppp.initd |
Created attachment 332888 [details]
accel-ppp.initd
Created attachment 332890 [details]
accel-pppd.confd
>accel-ppp is pptp, l2tp, ppoe ... ( i.e point to point ) client/server .
it is server only at present
Created attachment 333458 [details]
accel-ppp-1.7.3.ebuild
Updated ebuild for accel-ppp. Need more love with snmp, dependencies and build system at all
Created attachment 333512 [details]
accel-ppp-1.7.3.ebuild
Dependencies, new initd, patches and sed's
Created attachment 333514 [details, diff]
accel-ppp-1.7.3_fix-libnl-lib.patch
Patch for correct building with USE=shaper
Created attachment 333516 [details]
accel-ppp.initd
Created attachment 333524 [details, diff]
accel-ppp-remove_obsolete_tbf_shaper.patch
this patch removes obsolete tbf shaper, so you may remove libnl dependencies too
Created attachment 333554 [details]
accel-ppp-1.7.3.ebuild
Updated ebuild, some more improvements
Initscript should be changed to create pid directory and keepdir /var/run/* should be removed from ebuild. I will take care of this changes later... Created attachment 333556 [details]
new style init script
Comment on attachment 333556 [details]
new style init script
Sorry, it's old script
Created attachment 333972 [details]
accel-ppp-1.7.3.ebuild
Updated ebuild: fix issue with keepdirs in /var/run
Created attachment 333974 [details, diff]
accel-ppp-remove_obsolete_tbf_shaper.patch
Little rework of patch
Created attachment 333976 [details]
accel-ppp.confd
updated options in confd file
Created attachment 333978 [details]
accel-ppp.initd
updated initscript
+ 03 Jan 2013; Sergey Popov <pinkbyte@gentoo.org> +accel-ppp-1.7.3.ebuild, + +files/accel-ppp.confd, +files/accel-ppp.initd, + +files/accel-ppp-remove_obsolete_tbf_shaper.patch, +metadata.xml: + Initial commit, wrt bug #448054. Thanks to all, who helps writing ebuild and + other stuff Request for proper handling of lib64 is sent to upstream, see http://sourceforge.net/tracker/?func=detail&atid=1622578&aid=3599148&group_id=390718 Please update to latest accel-ppp version 1.8.0 Also there is 1.7.4 released. Thank you! |
Created attachment 332886 [details] accel-ppp-1.7.3.ebuild accel-ppp is pptp, l2tp, ppoe ... ( i.e point to point ) client/server . This project is completely diffirent from accel-pptp written from scratch. Not use poptop or pptpclient code, run in multilink kernel mode, not in userspace, contain more features - shaper, remote telnet based cli command shell, simple dhcp server and more. This bug not duplicate from #154381 , аlthough written by the same author. Ebuild build and work , but until violating Gentoo QA ( strict multilib ) policy install files on /usr/lib on 64-bit system. Also cmake contain automagic definitions. I plan to make patches for this.