]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
libassuan: Update to 2.4.3
authorMatthias Fischer <matthias.fischer@ipfire.org>
Sat, 20 Aug 2016 10:20:10 +0000 (12:20 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Aug 2016 01:45:57 +0000 (21:45 -0400)
Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/packages/libassuan
lfs/libassuan

index 9c7aadbb9f5b6f8430d0fa6b203f26ed125d29c5..8670ee7048ff5cba77cda0629e8caf2555210a4c 100644 (file)
@@ -3,6 +3,6 @@ usr/bin/libassuan-config
 #usr/lib/libassuan.la
 usr/lib/libassuan.so
 usr/lib/libassuan.so.0
-usr/lib/libassuan.so.0.5.0
+usr/lib/libassuan.so.0.7.3
 #usr/share/aclocal/libassuan.m4
 #usr/share/info/assuan.info
index 0137d14b2dc5955b42fcfb22f07c82235c63c3b4..29f799a0728dc245dde5a7f3826bfe6fc817a208 100644 (file)
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2015  Michael Tremer & Christian Schmidt                      #
+# Copyright (C) 2007-2016  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        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.2.0
+VER        = 2.4.3
 
 THISAPP    = libassuan-$(VER)
 DL_FILE    = $(THISAPP).tar.bz2
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = libassuan
-PAK_VER    = 3
+PAK_VER    = 4
 
 DEPS       = ""
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = a104faed3e97b9c302c5d67cc22b1d60
+$(DL_FILE)_MD5 = 8e01a7c72d3e5d154481230668e6eb5a
 
 install : $(TARGET)