]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - lfs/libevent2
python3-pyasn1: New package as required by aws-cli
[ipfire-2.x.git] / lfs / libevent2
index 53e9494b38851732568c23d871ac8653e34e8082..014086403f2353917446958c43dc0543ca4322dc 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2015  IPFire Team  <info@ipfire.de>                      #
+# Copyright (C) 2007-2017  IPFire Team  <info@ipfire.de>                      #
 #                                                                             #
 # 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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.0.22-stable
+VER        = 2.1.8-stable
 
 THISAPP    = libevent-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -32,11 +32,6 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-PROG       = libevent2
-PAK_VER    = 3
-
-DEPS       = ""
-
 ###############################################################################
 # Top-level Rules
 ###############################################################################
@@ -45,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = c4c56f986aa985677ca1db89630a2e11
+$(DL_FILE)_MD5 = f3eeaed018542963b7d2416ef1135ecc
 
 install : $(TARGET)
 
@@ -68,8 +63,6 @@ $(patsubst %,$(DIR_DL)/%,$(objects)) :
 $(subst %,%_MD5,$(objects)) :
        @$(MD5)
 
-dist: 
-       @$(PAK)
 ###############################################################################
 # Installation Details
 ###############################################################################