Skip to content

Commit cd17e3a

Browse files
authored
Merge pull request #144 from icedieler/update_tcpdump
net::tcpdump: bump to version 4.99.6
2 parents bf0cb46 + 1ef074d commit cd17e3a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

recipes/libs/libpcap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
inherit: [autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "1.9.1"
4+
PKG_VERSION: "1.10.6"
55
PKG_LICENSE: "BSD-3-Clause"
66

77
checkoutSCM:
88
scm: url
9-
url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.gz
10-
digestSHA1: 04d6e619defad5bb17af15f6d2304e79b649786c
9+
url: https://www.tcpdump.org/release/libpcap-${PKG_VERSION}.tar.xz
10+
digestSHA256: ec97d1206bdd19cb6bdd043eaa9f0037aa732262ec68e070fd7c7b5f834d5dfc
1111
stripComponents: 1
1212

1313
buildTools: [flex, bison, m4]

recipes/net/tcpdump.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
inherit: [autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "4.9.3"
4+
PKG_VERSION: "4.99.6"
55
PKG_LICENSE: "BSD-3-CLAUSE"
66

77
depends:
@@ -12,8 +12,8 @@ depends:
1212

1313
checkoutSCM:
1414
scm: url
15-
url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.gz
16-
digestSHA1: 59b309f3620ac4b709de2eaf7bf3a83bf04bc048
15+
url: https://www.tcpdump.org/release/tcpdump-${PKG_VERSION}.tar.xz
16+
digestSHA256: 40a8cefd45f0d2a06827e6658efb830d484868c449ad80f7efb33516af44f3da
1717
stripComponents: 1
1818

1919
buildScript: |

0 commit comments

Comments
 (0)