From 562cc8f7214635af6c167d1c844f589f57a70054 Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Sun, 1 Feb 2015 17:35:28 +0100 Subject: [PATCH] libnet: Update to 1.1.6 --- config/rootfiles/common/libnet | 8 ++++++++ lfs/libnet | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/libnet b/config/rootfiles/common/libnet index 8fe7c1791e..e36695e93d 100644 --- a/config/rootfiles/common/libnet +++ b/config/rootfiles/common/libnet @@ -1,3 +1,4 @@ +#usr/bin/libnet-config #usr/include/libnet #usr/include/libnet.h #usr/include/libnet/libnet-asn1.h @@ -7,3 +8,10 @@ #usr/include/libnet/libnet-structures.h #usr/include/libnet/libnet-types.h #usr/lib/libnet.a +#usr/lib/libnet.la +#usr/lib/libnet.so +#usr/lib/libnet.so.1 +#usr/lib/libnet.so.1.7.0 +#usr/share/man/man3/libnet-functions.h.3 +#usr/share/man/man3/libnet-macros.h.3 +#usr/share/man/man3/libnet.h.3 diff --git a/lfs/libnet b/lfs/libnet index 0547589805..efc3cc4724 100644 --- a/lfs/libnet +++ b/lfs/libnet @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2015 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.1.2.1 +VER = 1.1.6 THISAPP = libnet-$(VER) DL_FILE = libnet.tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = be845c41170d72c7db524f3411b50256 +$(DL_FILE)_MD5 = 710296fe424a49344e5fcc0d09e53317 install : $(TARGET) -- 2.39.2