Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-15 Thread Alon Bar-Lev
On Tue, May 15, 2012 at 10:34 AM, Seth Mos wrote: > Op 13-5-2012 20:23, Alon Bar-Lev schreef: >> On Sun, May 13, 2012 at 9:10 PM, Gert Doering  wrote: > >> Come on! most of installations are plain public key without any of >> these plugins. >> There is no

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-15 Thread Seth Mos
Op 13-5-2012 20:23, Alon Bar-Lev schreef: On Sun, May 13, 2012 at 9:10 PM, Gert Doering wrote: Come on! most of installations are plain public key without any of these plugins. There is no need for these if you configure your server. I simply don't understand your

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-15 Thread Samuli Seppänen
> My two cents on this is as follows: > > As a package maintainer, I think this is going to prove to be a lot of work. > It means there are more packages to maintain, over the one I need to now. > HOWEVER, from the OpenVPN development process, I think it's best to split Yes, unless we can

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories - Discussion Summary

2012-05-14 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 13/05/12 20:31, Alon Bar-Lev wrote: >>> And this is the last thing I'm going to say in this >>> discussion. > > This is not the way to do discussion. So what now... you decide you > enforce? as you are the only one that can commit? No, I am not

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sun, May 13, 2012 at 09:23:04PM +0300, Alon Bar-Lev wrote: > > Huh?  You're the master of Autoconf, and I'm sure you will be able to > > produce a working PAM detection for those platforms that have it. > > Yes, and as such I tell you that automatic detection is something that > leads to

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Fabian Knittel
Hi Alon, 2012/5/13 Alon Bar-Lev : > On Sun, May 13, 2012 at 9:10 PM, Gert Doering wrote: >> Huh?  You're the master of Autoconf, and I'm sure you will be able to >> produce a working PAM detection for those platforms that have it. > > Yes, and as such

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Eric Crist
David, You misrepresent my opinion. I do NOT want a split, but will deal with one (as a packager) if it becomes necessary. I would much prefer there to never be a split, and for everything to be handled with configure args or ifdefs in the make file. - Eric F Crist On May 13, 2012,

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Eric Crist
What I had mentioned might be a good alternative in IRC was to have an openvpn package, and an openvpn-contrib. Two isn't hard, 17 or 500 is. This, still, didn't seem to be liked by Alon (not calling you out, per se, but stating fact). Not sure where we should go from here other than to stay

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories - Discussion Summary

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 9:11 PM, David Sommerseth wrote: > So, please!  Can we rather spend our precious time and energy to fix > *real* bugs?   I would like to spend time in completing the order of build/packaging,

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 9:10 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 04:10:54PM +0300, Alon Bar-Lev wrote: >> >> And always have pam dependency for this example? >> > >> > FreeBSD, NetBSD, all Linuxes and Solaris have PAM anyway. >> > >> > So make this "if

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sun, May 13, 2012 at 04:10:54PM +0300, Alon Bar-Lev wrote: > >> And always have pam dependency for this example? > > > > FreeBSD, NetBSD, all Linuxes and Solaris have PAM anyway. > > > > So make this "if pam libraries + headers are detected, install auth-pam, > > otherwise, not". > > We

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories - Discussion Summary

2012-05-13 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/05/12 18:55, Alon Bar-Lev wrote: > Hello, > > Now, I also have the courage to ask one more question regarding > build > > We currently have: - auth-pam - defer - down-root - examples I'm just giving a summary here of the discussion, how

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 4:07 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 03:24:59PM +0300, Alon Bar-Lev wrote: >> > If we ignore the examples, we really only have "auth-pam" and "down-root" >> > in the main distribution today, and those are useful in many cases

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 3:19 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 02:26:05PM +0300, Alon Bar-Lev wrote: >> OK... now you are talking... so you say that like apache we need to >> integrate the plugins to main build system, this was the other >>

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
Hello Seth, Thank you this is interesting. I don't know pfSense... do you have the nation of plugin which is independent from the core? I mean pre-defined interface, which is backward compatible? I looked briefly on the source tree and did not find my way... A counter example of nagios is

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Seth Mos
Chiming in here, Although pfSense is basically a giant tarbal, it has the benefit of being sure that all parts of it fit together. We also have installable packages and we frequently see issues with that. We are trying to solve some of them using PBI packages just so that each "package" always

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 2:12 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 02:00:32PM +0300, Alon Bar-Lev wrote: >> >> Can't we progress? >> > >> > Why is that progress? >> > >> > Change always has drawbacks.  If the plus sides outweighs the drawbacks, >> > change

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sun, May 13, 2012 at 02:00:32PM +0300, Alon Bar-Lev wrote: > >> Can't we progress? > > > > Why is that progress? > > > > Change always has drawbacks.  If the plus sides outweighs the drawbacks, > > change is good.  Change for change's sake, "just because you can change > > it", is not. >

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 12:35 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 12:30:37PM +0300, Alon Bar-Lev wrote: >> An healthy community dealing with openvpn need to gather all resources >> that are acting at that niche. >> There is no reason why we should not

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sun, May 13, 2012 at 12:30:37PM +0300, Alon Bar-Lev wrote: > An healthy community dealing with openvpn need to gather all resources > that are acting at that niche. > There is no reason why we should not invite these maintainer to be > part of the openvpn project, on the contrary, we gain

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 12:23 PM, Gert Doering wrote: > Hi, > > On Sun, May 13, 2012 at 12:10:48PM +0300, Alon Bar-Lev wrote: >> And, if not split, they these two plugins should integrated within >> build system. > > This is certainly true. > >> The custom make files are not

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sun, May 13, 2012 at 12:10:48PM +0300, Alon Bar-Lev wrote: > And, if not split, they these two plugins should integrated within > build system. This is certainly true. > The custom make files are not doing any good, but I > still don't understand the difference between these two and

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Alon Bar-Lev
On Sun, May 13, 2012 at 12:01 PM, Gert Doering wrote: > Try to build Xorg or teTeX yourself, from packages, and learn from it. We are not xorg... [yet]. Anyway, I think the modular xorg and kde processes are a great success. It allowed them to delegate maintenance, and

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-13 Thread Gert Doering
Hi, On Sat, May 12, 2012 at 05:22:52PM -0400, Eric Crist wrote: > My two cents on this is as follows: > > As a package maintainer, I think this is going to prove to be a lot of > work. It means there are more packages to maintain, over the one I > need to now. Yeah. From a sysadmin

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-12 Thread Eric Crist
My two cents on this is as follows: As a package maintainer, I think this is going to prove to be a lot of work. It means there are more packages to maintain, over the one I need to now. HOWEVER, from the OpenVPN development process, I think it's best to split things out, as Alon suggests,

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-10 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 3:42 PM, Alon Bar-Lev wrote: > On Thu, May 10, 2012 at 3:39 PM, David Sommerseth > wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> On 10/05/12 14:33, Alon Bar-Lev wrote: >>> On Thu, May 10, 2012 at

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-10 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 3:39 PM, David Sommerseth wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 10/05/12 14:33, Alon Bar-Lev wrote: >> On Thu, May 10, 2012 at 11:47 AM, Samuli Seppänen >> wrote: >>> On Tue, May 8, 2012 at

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/05/12 14:33, Alon Bar-Lev wrote: > On Thu, May 10, 2012 at 11:47 AM, Samuli Seppänen > wrote: >> >>> On Tue, May 8, 2012 at 11:28 AM, Samuli Seppänen >>> wrote: > Hello David, > > On Mon,

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-10 Thread Alon Bar-Lev
On Thu, May 10, 2012 at 11:47 AM, Samuli Seppänen wrote: > >> On Tue, May 8, 2012 at 11:28 AM, Samuli Seppänen wrote: Hello David, On Mon, May 7, 2012 at 10:33 AM, David Sommerseth wrote:

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-10 Thread Samuli Seppänen
> On Tue, May 8, 2012 at 11:28 AM, Samuli Seppänen wrote: >>> Hello David, >>> >>> On Mon, May 7, 2012 at 10:33 AM, David Sommerseth >>> wrote: >>> >>> >>> The reason I don't see the benefit of splitting out the plug-ins as much is

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-08 Thread Samuli Seppänen
> Hello David, > > On Mon, May 7, 2012 at 10:33 AM, David Sommerseth > wrote: > > > >> The reason I don't see the benefit of splitting out the plug-ins as >> much is that they all depend on OpenVPN. You can not make much use of >> these plug-ins without having

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Alon Bar-Lev
Hello David, On Mon, May 7, 2012 at 10:33 AM, David Sommerseth wrote: > The reason I don't see the benefit of splitting out the plug-ins as > much is that they all depend on OpenVPN.  You can not make much use of > these plug-ins without having OpenVPN.  But

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Alon Bar-Lev
On Mon, May 7, 2012 at 10:23 AM, Adriaan de Jong wrote: >> -Original Message- >> From: Alon Bar-Lev [mailto:alon.bar...@gmail.com] >> Sent: zondag 6 mei 2012 18:55 >> To: openvpn-devel@lists.sourceforge.net >> Subject: [Openvpn-devel] [RFC] Split plugins into their own

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/05/12 18:55, Alon Bar-Lev wrote: > Hello, > > Now, I also have the courage to ask one more question regarding > build > > We currently have: - auth-pam - defer - down-root - examples > > Distribution wise it will be best to allow admin to

Re: [Openvpn-devel] [RFC] Split plugins into their own repositories

2012-05-07 Thread Adriaan de Jong
> -Original Message- > From: Alon Bar-Lev [mailto:alon.bar...@gmail.com] > Sent: zondag 6 mei 2012 18:55 > To: openvpn-devel@lists.sourceforge.net > Subject: [Openvpn-devel] [RFC] Split plugins into their own > repositories > > Hello, > > Now, I also have the courage to ask one more