Tested build in poudriere 13.2 amd64 and on live 13.2 amd64.
https://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.78_(remm)
Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Skipped - Unit
Tests Skipped
Differential D40960 Authored by vvd on Jul 10 2023, 4:43 PM.
Details Summary Tested build in poudriere 13.2 amd64 and on live 13.2 amd64.
Diff Detail
Event Timelinevvd created this revision. This revision is now accepted and ready to land.Jul 10 2023, 5:24 PM2023-07-10 17:24:46 (UTC+0) Comment Actions
Ofc I tested make check-plist. Closed by commit R11:1595d14911e5: www/tomcat9: update to 9.0.78 (authored by vvd). · Explain WhyJul 10 2023, 5:42 PM2023-07-10 17:42:57 (UTC+0) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 124445 www/tomcat9/Makefile
www/tomcat9/distinfo
|
the socket MSG_OOB flag is directly mapped into protocol PRU_OOB flag, not? (they also happen to be numeric identical). Conceptually, the protocol itself should be checking the PRUS_* flags, not the MSG_* flags.
uipc_socket.c:1499: (flags & MSG_OOB) ? PRUS_OOB :
uipc_socket.c:1729: pru_flag = (flags & MSG_OOB) ? PRUS_OOB :