vpnc: bump to newer upstream version
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 10 Feb 2016 22:40:23 +0000 (23:40 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 3 Jun 2016 14:12:26 +0000 (16:12 +0200)
commitb989436447d7e518d52517ebb7792af3736e1a79
treea6687e0ae09affb8df3f0d54872a0cecc90dbbc2
parent88437f6feb15b4db53ba10215141477052361e79
vpnc: bump to newer upstream version

While the official upstream has not published any new tarball, they
have continued to update their Subversion repository with additional
changes. This commit therefore updates the vpnc package to a newer
version, using the Github repository that replicates the original
Subversion repository.

Since the update required some updates to the patches, we took this
opportunity to split them in more fine-grained changes, and document
them more properly. Consequently:

 - The patch 0001 that fixes the Makefile gets split into 3 patches,
   0001, 0002 and 0003, each for one specific issue.

 - Patch 0002 to disable building the manpages gets changed into a
   solution that is potentially upstreamable, and is now patch 0004.

 - A new patch 0005 is added to specify a custom libgcrypt-config
   path, since this tool is now used to know how to link with
   libgcrypt.

 - The SUSv3 function removal patch is now patch 0006, and gains a
   better commit log.

Also, this vpnc version now depends on gnutls, which basically is a
better replacement for OpenSSL, whose support was not enabled by
default due to licensing issues (vpnc is under the GPL, which isn't
compatible with the OpenSSL license).

Patches have been submitted upstream:
http://lists.unix-ag.uni-kl.de/pipermail/vpnc-devel/2016-June/004186.html

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 files changed:
package/vpnc/0001-Makefile-allow-to-override-the-PREFIX-variable.patch [new file with mode: 0644]
package/vpnc/0001-Misc.-Makefile-cleanup-and-fix-the-VERSION-definitio.patch [deleted file]
package/vpnc/0002-Don-t-build-manpages.patch [deleted file]
package/vpnc/0002-Makefile-allow-to-override-the-version.patch [new file with mode: 0644]
package/vpnc/0003-Makefile-allow-passing-custom-CFLAGS-CPPFLAGS.patch [new file with mode: 0644]
package/vpnc/0003-Replace-deprecated-SUSv3-functions-with-POSIX-equiva.patch [deleted file]
package/vpnc/0004-Makefile-provide-an-option-to-not-build-manpages.patch [new file with mode: 0644]
package/vpnc/0005-Makefile-allow-passing-a-custom-path-to-libgcrypt-co.patch [new file with mode: 0644]
package/vpnc/0006-config.c-Replace-deprecated-SUSv3-functions-with-POS.patch [new file with mode: 0644]
package/vpnc/Config.in
package/vpnc/vpnc.hash
package/vpnc/vpnc.mk