Skip to content

Commit

Permalink
dep: Bump libpcap version to 1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CFN-CI authored and b1tamara committed Sep 3, 2024
1 parent 3268861 commit 4355e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pcap-agent/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export GOPATH=$BOSH_COMPILE_TARGET/gopath
export GOCACHE=$BOSH_COMPILE_TARGET/gocache

echo "Build libpcap"
LIBPCAP_VERSION=1.10.4 # https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
LIBPCAP_VERSION=1.10.5 # https://www.tcpdump.org/release/libpcap-1.10.5.tar.gz
mkdir "${BOSH_COMPILE_TARGET}/libpcap"
tar xzf libpcap-${LIBPCAP_VERSION}.tar.gz --strip-components 1 -C "${BOSH_COMPILE_TARGET}/libpcap"

Expand Down

0 comments on commit 4355e9b

Please sign in to comment.