Skip to content

Commit 6388ad4

Browse files
committed
doc: Update README.haiku.md for R1/beta5. [skip ci]
1 parent afa58de commit 6388ad4

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

doc/README.haiku.md

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
Haiku R1/beta4 and earlier versions do not support packet capture on the
44
loopback interface. Using this version of libpcap, loopback capture works
5-
since Haiku revision hrev57585 and is expected to work in Haiku R1/beta5 when
6-
the latter becomes available. Packet timestamping and filtering always occur
5+
since Haiku R1/beta5. Packet timestamping and filtering always occur
76
in userland. Wireless monitor mode is not supported. The "any"
87
pseudo-interface is not supported.
98
[**pcap_set_buffer_size**](https://www.tcpdump.org/manpages/pcap_set_buffer_size.3pcap.html)(3PCAP)
@@ -22,36 +21,19 @@ on Haiku are as follows:
2221
* `ps_ifdrop` is the number of packets dropped by the network interface (as
2322
seen via `SIOCGIFSTATS`) since the capture handle became active.
2423

25-
## 64-bit x86 R1/beta4
24+
## AMD64 R1/beta5
2625

27-
* Autoconf 2.71 works.
26+
* Autoconf 2.72 works.
2827
* CMake 3.28.3 works.
29-
* GCC 13.2.0 works.
30-
* Clang 12.0.1 works with the latest llvm12_clang-12.0.1-5 version.
28+
* GCC 13.3.0 works.
29+
* Clang 18.1.7 works.
3130
* flex 2.6.4 works.
3231
* bison 3.8.2 works.
3332

3433
The following command will install respective non-default packages:
3534
```
36-
pkgman install cmake llvm12_clang
35+
pkgman install cmake llvm18_clang
3736
```
3837

3938
For reference, the tests were done using a system installed from
40-
`haiku-r1beta4-x86_64-anyboot.iso`.
41-
42-
## 32-bit x86 R1/beta4
43-
44-
* Autoconf 2.71 works.
45-
* CMake 3.24.2 works.
46-
* GCC 11.2.0 works.
47-
* Clang does not work.
48-
* flex 2.6.4 works.
49-
* bison 3.0.5 works.
50-
51-
The following command will install respective non-default packages:
52-
```
53-
pkgman install cmake_x86
54-
```
55-
56-
For reference, the tests were done using a system installed from
57-
`haiku-r1beta4-x86_gcc2h-anyboot.iso`.
39+
`haiku-r1beta5-x86_64-anyboot.iso`.

0 commit comments

Comments
 (0)