]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/vtun: update to 3.0.3
authorYann E. MORIN <yann.morin.1998@free.fr>
Sun, 17 Feb 2013 13:22:31 +0000 (13:22 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 22 Feb 2013 22:44:11 +0000 (23:44 +0100)
commit2b36d80c63afae74bf759f27e3eecf9e1f394e77
tree1b282846aadc0e41510f6fbd35dbf466ef4d3a2c
parent54b2bad158fd10c0514fe37832108c30e0c4a291
package/vtun: update to 3.0.3

Against all odds, vtun had a new release sometime last year.

Still, the code needs patching:
  - the existing patch to fix installation has been refreshed
  - the existing patch to fix blowfish header location has been
    replaced (see below)
  - configure looks in hard-coded, host paths (eg. /usr/include)
    without any consideration for scross-compilation
    --> new patch
  - configure.in does not even pass an autoreconf without a
    bit of love first (it's written in an ancient dialect that
    autoreconf does no longer recognise)
    --> new patch

Remove obsolete, unused, bit-rotting scripts and warning.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/vtun/Config.in
package/vtun/README.txt [deleted file]
package/vtun/vtun-001-fix-installation.patch [moved from package/vtun/vtun-3.0.2-001-Makefile.in.patch with 57% similarity]
package/vtun/vtun-002-fix-ssl-headers-checks.patch [new file with mode: 0644]
package/vtun/vtun-003-fixup-configure.in.patch [new file with mode: 0644]
package/vtun/vtun-3.0.2-003-configure.patch [deleted file]
package/vtun/vtun.mk
package/vtun/vtund.rc.debian-2.6 [deleted file]
package/vtun/vtund.rc.debian-3.0.2 [deleted file]