]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
python-m2crypto: Update to 0.27.0
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 28 Nov 2017 16:51:51 +0000 (16:51 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Feb 2018 22:19:45 +0000 (22:19 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/python-m2crypto

index 536380c9b6453e67d45a5da74449ee872c6a3939..bf29155af017ba13a8abefb72d05769db67d4648 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.21.1
+VER        = 0.27.0
 
 THISAPP    = M2Crypto-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = f93d8462ff7646397a9f77a2fe602d17
+$(DL_FILE)_MD5 = 4477bd6b2835560c73982476dba5e515
 
 install : $(TARGET)
 
@@ -77,6 +77,7 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && python setup.py build
        cd $(DIR_APP) && python setup.py install
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)