Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipes/libs/libpcap.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "1.9.1"
PKG_VERSION: "1.10.6"
PKG_LICENSE: "BSD-3-Clause"

checkoutSCM:
scm: url
url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz
digestSHA1: 04d6e619defad5bb17af15f6d2304e79b649786c
url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.xz
digestSHA256: ec97d1206bdd19cb6bdd043eaa9f0037aa732262ec68e070fd7c7b5f834d5dfc
stripComponents: 1

buildTools: [flex, bison, m4]
Expand Down
6 changes: 3 additions & 3 deletions recipes/net/tcpdump.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inherit: [autotools]

metaEnvironment:
PKG_VERSION: "4.9.3"
PKG_VERSION: "4.99.6"
PKG_LICENSE: "BSD-3-CLAUSE"

depends:
Expand All @@ -12,8 +12,8 @@ depends:

checkoutSCM:
scm: url
url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz
digestSHA1: 59b309f3620ac4b709de2eaf7bf3a83bf04bc048
url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.xz
digestSHA256: 40a8cefd45f0d2a06827e6658efb830d484868c449ad80f7efb33516af44f3da
stripComponents: 1

buildScript: |
Expand Down