summaryrefslogtreecommitdiffstats
path: root/package/vpnc/vpnc.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-02-11 00:03:09 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-04-20 23:11:23 +0200
commit37451a9dc5d1fd59e680537809b9e200a3138618 (patch)
tree60c35e0383d336cf818282c9ec48f440866715c1 /package/vpnc/vpnc.mk
parent2bfe9295be04bce32fad0e0c963caacfd95f92a0 (diff)
downloadbuildroot-37451a9dc5d1fd59e680537809b9e200a3138618.tar.gz
buildroot-37451a9dc5d1fd59e680537809b9e200a3138618.zip
vpnc: switch to github as the new site
The vpnc upstream project has not made any tarball release since many years, but they have continued to update their Subversion repository. A Github repository synced with the Subversion repository now exists at https://github.com/ndpgroup/vpnc, which is more practical to generate patches and submit pull requests. For this reason, we move to using this Github repository as the new source for the vpnc package. The specific commit that we use corresponds to version 0.5.3 exactly. All patches are re-formatted using Git. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/vpnc/vpnc.mk')
-rw-r--r--package/vpnc/vpnc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/vpnc/vpnc.mk b/package/vpnc/vpnc.mk
index f5ab5fc066..5dfc2ba655 100644
--- a/package/vpnc/vpnc.mk
+++ b/package/vpnc/vpnc.mk
@@ -4,8 +4,8 @@
#
################################################################################
-VPNC_VERSION = 0.5.3
-VPNC_SITE = http://www.unix-ag.uni-kl.de/~massar/vpnc
+VPNC_VERSION = 70f1211f6f26e87e374d66f9a986e855215b8e3e
+VPNC_SITE = $(call github,ndpgroup,vpnc,$(VPNC_VERSION))
VPNC_LICENSE = GPLv2+
VPNC_LICENSE_FILES = COPYING
OpenPOWER on IntegriCloud