Debian Patches
Status for gopacket/1.1.19-6.2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Skip-comparing-libpcap-output-in-TestBPFInstruction.patch | Skip comparing libpcap output in TestBPFInstruction The test just ensures libpcap doesn't change its bpf output over the time. Now libpcap 1.10.2 changes: Previously: (000) ldh [12] (001) jeq #0x86dd jt 2 jf 7 (002) ldb [20] (003) jeq #0x11 jt 10 jf 4 (004) jeq #0x2c jt 5 jf 11 (005) ldb [54] (006) jeq #0x11 jt 10 jf 11 (007) jeq #0x800 jt 8 jf 11 (008) ldb [23] (009) jeq #0x11 jt 10 jf 11 (010) ret #262144 (011) ret #0 Now: $ tcpdump -d udp (000) ldh [12] (001) jeq #0x800 jt 2 jf 4 (002) ldb [23] (003) jeq #0x11 jt 10 jf 11 (004) jeq #0x86dd jt 5 jf 11 (005) ldb [20] (006) jeq #0x11 jt 10 jf 7 (007) jeq #0x2c jt 8 jf 11 (008) ldb [54] (009) jeq #0x11 jt 10 jf 11 (010) ret #262144 (011) ret #0 |
Shengjing Zhu <zhsj@debian.org> | yes | debian upstream | 2023-02-08 | |
0002-fix-time-type-with-__USE_TIME_BITS64.patch | fix time type with __USE_TIME_BITS64 | Aurelien Jarno <aurel32@debian.org> | no | 2024-07-19 |
All known versions for source package 'gopacket'
- 1.1.19-6.2 (trixie, sid)
- 1.1.19-3 (bookworm-backports, bookworm, experimental)
- 1.1.19-1 (bullseye)