From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adolf Belka To: development@lists.ipfire.org Subject: Re: [PATCH] libpcap: Update to 1.10.1 Date: Fri, 11 Jun 2021 23:32:41 +0200 Message-ID: <1cee4c5f-308c-3f22-969f-f8666e013bc3@ipfire.org> In-Reply-To: <20210611201618.4768-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3272557489706339981==" List-Id: --===============3272557489706339981== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Adolf Belka On 11/06/2021 22:16, Matthias Fischer wrote: > For details see: > http://www.tcpdump.org/libpcap-changes.txt > > Signed-off-by: Matthias Fischer > --- > config/rootfiles/common/libpcap | 2 +- > lfs/libpcap | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/config/rootfiles/common/libpcap b/config/rootfiles/common/libp= cap > index c97b9e8c0..514f57558 100644 > --- a/config/rootfiles/common/libpcap > +++ b/config/rootfiles/common/libpcap > @@ -21,7 +21,7 @@ > #usr/lib/libpcap.a > usr/lib/libpcap.so > usr/lib/libpcap.so.1 > -usr/lib/libpcap.so.1.10.0 > +usr/lib/libpcap.so.1.10.1 > #usr/lib/pkgconfig/libpcap.pc > #usr/share/man/man1/pcap-config.1 > #usr/share/man/man3/pcap.3pcap > diff --git a/lfs/libpcap b/lfs/libpcap > index 14ce62676..0cdc06e8f 100644 > --- a/lfs/libpcap > +++ b/lfs/libpcap > @@ -24,7 +24,7 @@ > =20 > include Config > =20 > -VER =3D 1.10.0 > +VER =3D 1.10.1 > =20 > THISAPP =3D libpcap-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) > =20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) > =20 > -$(DL_FILE)_MD5 =3D 8c12dc19dd7e0d02d2bb6596eb5a71c7 > +$(DL_FILE)_MD5 =3D 28e17495004036567c2cc884b51eba45 > =20 > install : $(TARGET) > =20 --===============3272557489706339981==--