On Wed, 2 Nov 2005, Matthias Andree wrote: > On Tue, 01 Nov 2005, James Yonan wrote: > > > On Tue, 1 Nov 2005, Matthias Andree wrote: > > > > > ... however I found that the easy-rsa/2.0/ directory disappeared, > > > it was present in 2.0.2 and gone in 2.0.4. What's the story about > > > easy-rsa/* and easy-rsa/2.0/* in the distribution tarballs, and what has > > > become of easy-rsa/2.0 in release 2.0.4? > > > > That's an oversight... It looks like it was accidently dropped from the > > tarball during the CVS -> SVN migration. > > > > It is, however, present (and the default) in the 2.1-beta releases in > > easy-rsa/ > > Could you perhaps provide a tarball that unpacks into > openvpn-2.0.4/easy-rsa/2.0/ at the same place as the > openvpn-2.0.4.tar.gz? > > The FreeBSD port is now at version 2.0.4, I'd however like to restore > the 2.0.2 file layout with easy-rsa/2.0 in place in a revision of the > port (2.0.4_1 perhaps). > > An officially shipped easy-rsa-2.0[_rc1] tarball would help us > distributors quite a bit. FreeBSD prefers readable patches or files in > the ports system over binary (i. e. a "shar" archive or perhaps > uuencoded .tar.gz), and while I could theoretically ship a uuencoded > .tar.gz, I'd prefer not to bloat the FreeBSD ports (which are actually > only build instructions, file lists, MD5 sums) with another 50 or > perhaps 14 kB.
Ok, I've made the change via "svn propset svn:externals" to make the easy-rsa/2.0 directory point to the source svn URL in the 2.1-beta branch. So you can build your tarball as such: svn co -r 760 http://svn.openvpn.net/projects/openvpn/trunk/openvpn openvpn cd openvpn autoreconf -i -v ./configure make dist James