From cb838b06d570328f9357cf71416cd9f3603c323a Mon Sep 17 00:00:00 2001 From: davidkaroly <92124087+davidkaroly@users.noreply.github.com> Date: Tue, 25 Apr 2023 22:58:56 +0200 Subject: [PATCH] libpcap: update to 1.10.4 (#8526) --- .../libpcap/{libpcap-1.10.3.recipe => libpcap-1.10.4.recipe} | 4 ++-- ...pcap-1.10.3.gcc2.patchset => libpcap-1.10.4.gcc2.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename net-libs/libpcap/{libpcap-1.10.3.recipe => libpcap-1.10.4.recipe} (95%) rename net-libs/libpcap/patches/{libpcap-1.10.3.gcc2.patchset => libpcap-1.10.4.gcc2.patchset} (100%) diff --git a/net-libs/libpcap/libpcap-1.10.3.recipe b/net-libs/libpcap/libpcap-1.10.4.recipe similarity index 95% rename from net-libs/libpcap/libpcap-1.10.3.recipe rename to net-libs/libpcap/libpcap-1.10.4.recipe index a16e6310a..3de6bb2ea 100644 --- a/net-libs/libpcap/libpcap-1.10.3.recipe +++ b/net-libs/libpcap/libpcap-1.10.4.recipe @@ -22,9 +22,9 @@ COPYRIGHT="1988-1998 The Regents of the University of California 2009 Felix Obenhuber 2014 Michal Labedzki for Tieto Corporation" LICENSE="BSD (3-clause)" -REVISION="2" +REVISION="1" SOURCE_URI="http://www.tcpdump.org/release/libpcap-$portVersion.tar.gz" -CHECKSUM_SHA256="2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6" +CHECKSUM_SHA256="ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f" if [ $effectiveTargetArchitecture = x86_gcc2 ]; then PATCHES+=" diff --git a/net-libs/libpcap/patches/libpcap-1.10.3.gcc2.patchset b/net-libs/libpcap/patches/libpcap-1.10.4.gcc2.patchset similarity index 100% rename from net-libs/libpcap/patches/libpcap-1.10.3.gcc2.patchset rename to net-libs/libpcap/patches/libpcap-1.10.4.gcc2.patchset