X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fgnupg;h=29835e0825430f892a1d3b88c57a35cb8736d209;hb=42c545b1f5848767251cffc9ffb6d29b3cd7a4c3;hp=a847eb30aeb0c94b7365f9e5761a6ec2fc46cb8a;hpb=70df830214c97a68fcb7e89ae0d7df58c35590be;p=ipfire-2.x.git diff --git a/lfs/gnupg b/lfs/gnupg index a847eb30ae..29835e0825 100644 --- a/lfs/gnupg +++ b/lfs/gnupg @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2014 Michael Tremer & Christian Schmidt # # # # 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 = 1.4.5 +VER = 1.4.18 THISAPP = gnupg-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 811525965b4c0987e6418a7729a6444d +$(DL_FILE)_MD5 = 54db1be9588b11afbbdd8b82d4ea883a install : $(TARGET) @@ -75,7 +75,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) cd $(DIR_APP) && make $(MAKETUNING) cd $(DIR_APP) && make install chmod -v 4755 /usr/bin/gpg - #gpg --import $(DIR_SRC)/config/cfgroot/ipfire.gpg - #gpg --import $(DIR_SRC)/config/cfgroot/cacert.asc @rm -rf $(DIR_APP) @$(POSTBUILD)