Tarsnap / tarsnap

Command-line client code for Tarsnap.
https://tarsnap.com
Other
865 stars 60 forks source link

Libcperciva import #562

Closed gperciva closed 1 year ago

gperciva commented 1 year ago

The "spellcheck" commit has a few extra fixes, not worth having as a separate commit.

One mistake it doesn't fix is:

_AUTO_GENERATED = "# AUTOMATCALLY GENERATED by `shtab`"

because that refers to a typo in shtab 1.5.5 and below. That will be addressed in a separate PR.

gperciva commented 1 year ago

Build failure is because it's picking up openssl 3.0 instead of 1.1 on macOS, even though we explicitly tell it -I/usr/local/opt/openssl@1.1/include

gperciva commented 1 year ago

This includes #563.