]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/vdr_eepg
suricata: Change midstream policy to "pass-flow"
[ipfire-2.x.git] / lfs / vdr_eepg
index fddd0756bb210c62fbd351f948443dc164497e26..61c156da318a32b074de6eb614859945410aeb26 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2013  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
 
 include Config
 
-GIT_VER    = 69b47ba4bf0195fd6820beb2cf4f7c7ea31f4011
+SUMMARY    = Extended EPG (EEPG) plugin for VDR
+
+GIT_VER    = 32b4e669bf8bc6e3336073616c121f10b8518fe8
 VER        = master
+
 THISAPP    = vdr-plugin-eepg-$(VER)
 DL_FILE    = vdr-plugin-eepg-$(GIT_VER).tar.bz2
 
-DL_FROM    = http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot
+# SOURCE http://projects.vdr-developer.org/git/vdr-plugin-eepg.git/snapshot
+
+DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = vdr_eepg
-PAK_VER    = 1
+PAK_VER    = 6
+
+DEPS       =
 
-DEPS       = ""
+SERVICES   =
 
-VDRPLUGVER = 2.0.0
+VDRPLUGVER = 2.6.6
 
 EXTRA_FLAGS= -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
 CFLAGS    += $(EXTRA_FLAGS)
@@ -51,7 +58,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE)  = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5  = 0d8049949263f9a2b8deb2ae9919bc49
+$(DL_FILE)_BLAKE2 = 46aa54c37d0dd6467916f5ae23569f9a6edbaae2c6dcdadff3a0e13a31c591e454587f5d83c4e6b6c9114cea0ecda3fa7ea9a2802faf34fa2456f23b9704ceb5
 
 install : $(TARGET)
 
@@ -59,13 +66,13 @@ check : $(patsubst %,$(DIR_CHK)/%,$(objects))
 
 download : $(patsubst %,$(DIR_DL)/%,$(objects))
 
-md5 : $(subst %,%_MD5,$(objects))
+b2 : $(subst %,%_BLAKE2,$(objects))
 
-dist: 
+dist:
        @$(PAK)
 
 ###############################################################################
-# Downloading, checking, md5sum
+# Downloading, checking, b2sum
 ###############################################################################
 
 $(patsubst %,$(DIR_CHK)/%,$(objects)) :
@@ -74,8 +81,8 @@ $(patsubst %,$(DIR_CHK)/%,$(objects)) :
 $(patsubst %,$(DIR_DL)/%,$(objects)) :
        @$(LOAD)
 
-$(subst %,%_MD5,$(objects)) :
-       @$(MD5)
+$(subst %,%_BLAKE2,$(objects)) :
+       @$(B2SUM)
 
 ###############################################################################
 # Installation Details