]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated gnupg2 to work with updated curl.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 May 2009 23:05:30 +0000 (01:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 28 May 2009 23:05:30 +0000 (01:05 +0200)
lfs/gnupg2

index acb618cfc68750608e2b4e07201d81e004dac140..5a5c816460872c6c6bc9010af1f0f1b23059b94b 100644 (file)
@@ -25,7 +25,7 @@
 include Config
 
 PKG_NAME   = gnupg
-PKG_VER    = 2.0.8
+PKG_VER    = 2.0.11
 PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
@@ -88,6 +88,5 @@ $(OBJECT): $(objects)
                        --libexecdir=/usr/lib/gnupg2
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install
-       #chmod -v 4755 /usr/bin/gpg2 --- We don't do this anymore
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)