LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   *BSD (https://www.linuxquestions.org/questions/%2Absd-17/)
-   -   OpenBSD 6.7 Released (https://www.linuxquestions.org/questions/%2Absd-17/openbsd-6-7-released-4175675524/)

hitest 05-19-2020 09:43 AM

OpenBSD 6.7 Released
 
http://undeadly.org/cgi?action=artic...20200519141751

hitest 05-25-2020 04:42 PM

1 Attachment(s)
OpenBSD 6.7, XFCE 4.14. Running well on my T410 Thinkpad.

GazL 05-26-2020 11:29 AM

Have they fixed sed/tr etc for utf8 yet?
i.e. printf "x\U20ACx\n" | sed '/x.x/d' | wc -l should return 0, not 1.

hitest 05-26-2020 11:58 AM

1 Attachment(s)
Here's the output.

GazL 05-26-2020 03:33 PM

Oh, looks like the the shell printf can't handle the \U.
Perhaps you would try a printf "x\342\202\254x\n" | ... for me instead.

hitest 05-26-2020 04:03 PM

1 Attachment(s)
Updated output.

GazL 05-26-2020 04:17 PM

The "|..." bit was supposed to be the rest of the pipeline from before (just replacing the non-functioning printf with the newer one). Perhaps that wasn't as obvious as I thought it was.

Thanks, anyway.

hitest 05-26-2020 04:32 PM

1 Attachment(s)
Is this what you mean?

GazL 05-27-2020 04:08 AM

No, but nevermind. I'll just assume that nothing has changed -- I didn't see it mentioned in the changelogs anywhere.

Thanks anyway.

hitest 05-29-2020 02:57 PM

You're welcome. :)

jggimi 05-30-2020 06:58 AM

Quote:

Originally Posted by GazL (Post 6127814)
No, but nevermind. I'll just assume that nothing has changed -- I didn't see it mentioned in the changelogs anywhere.

Thanks anyway.

The last commit to sed(1) was in 2018. The last to tr(1) was in 2015.

Aeterna 06-06-2020 06:43 PM

1 Attachment(s)
Finally I found the time to update from 6.6 to 6.7 that I run in VM
Everything went smoothly, although I was a bit worried about custom kernel that I installed in 6.6.
All good, attached 6.7 CD to VM. Updated OpenBSD, modified /etc/installurl, run syspatch, updated binary files and finally installed fresh custom kernel.


All times are GMT -5. The time now is 05:11 PM.