]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr
OpenVPN:Add HMAC, cipher 'n2n' and DH key selection. Fixes and new design.
[ipfire-2.x.git] / lfs / vdr
diff --git a/lfs/vdr b/lfs/vdr
index 60f64973602d7fdd4f91c7c2d41fc94be95f54c7..52ecdd54354fe21c86f712beb4cd927d8af20e0a 100644 (file)
--- a/lfs/vdr
+++ b/lfs/vdr
 
 include Config
 
-VER        = 2.0.1
+VER        = 2.0.5
+
+# VDRPLUGVER must match with APIVERSION in config.h
+# after change this update also all vdr plugins
 VDRPLUGVER = 2.0.0
+
 THISAPP    = vdr-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
 
@@ -33,9 +37,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr
-PAK_VER    = 6
+PAK_VER    = 9
 
-DEPS       = "vdr-streamdev"
+DEPS       = "vdr_streamdev"
 
 MAKE_OPTIONS = \
        PREFIX=/usr \
@@ -59,9 +63,9 @@ MAKE_OPTIONS = \
 
 objects = $(DL_FILE)
 
-$(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = e1b7a76c57c96300829dccd39eb20e7d
+$(DL_FILE)_MD5 = f58b9836a60440fde84480a2e37ee91d
 
 install : $(TARGET)