mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 20:16:49 +02:00
gnutls: Update to 3.5.14
For details see: https://lists.gnupg.org/pipermail/gnutls-devel/2017-May/008427.html https://lists.gnupg.org/pipermail/gnutls-devel/2017-June/008446.html https://lists.gnupg.org/pipermail/gnutls-devel/2017-July/008469.html Best, Matthias Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
committed by
Michael Tremer
parent
5fd797bfb1
commit
d44debdcc5
@@ -33,7 +33,7 @@ usr/lib/libgnutls-dane.so.0.4.1
|
||||
#usr/lib/libgnutls.la
|
||||
#usr/lib/libgnutls.so
|
||||
usr/lib/libgnutls.so.30
|
||||
usr/lib/libgnutls.so.30.14.2
|
||||
usr/lib/libgnutls.so.30.14.6
|
||||
#usr/lib/libgnutlsxx.la
|
||||
#usr/lib/libgnutlsxx.so
|
||||
usr/lib/libgnutlsxx.so.28
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
###############################################################################
|
||||
# #
|
||||
# IPFire.org - A linux based firewall #
|
||||
# Copyright (C) 2007-2016 IPFire Team <info@ipfire.org> #
|
||||
# Copyright (C) 2007-2017 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 = 3.5.11
|
||||
VER = 3.5.14
|
||||
|
||||
THISAPP = gnutls-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.xz
|
||||
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = a3ff8cf5ca7522e3ba14f487e6326e11
|
||||
$(DL_FILE)_MD5 = 1e84b57a472b5f3b01f2c1b7a3a2bcbe
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user