| Summary: | bashism in configure seccomp_filter check | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Colin Watson <cjwatson> | ||||
| Component: | Build system | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED FIXED | ||||||
| Severity: | normal | CC: | dtucker | ||||
| Priority: | P2 | ||||||
| Version: | 6.0p1 | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Bug Depends on: | |||||||
| Bug Blocks: | 1986 | ||||||
| Attachments: |
|
||||||
Patch applied, thanks. It will be in the next release. Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |
Created attachment 2153 [details] fix bashism configure's Linux seccomp_filter check uses the non-portable 'test X == Y' form, which should be 'test X = Y' as everywhere else in configure. Patch against CVS attached.