Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac warnings on latest public MACOS 15.2 #158

Open
gedw99 opened this issue Jan 3, 2025 · 0 comments
Open

Mac warnings on latest public MACOS 15.2 #158

gedw99 opened this issue Jan 3, 2025 · 0 comments

Comments

@gedw99
Copy link

gedw99 commented Jan 3, 2025

Mac warnings on latest public MACOS 15.2

go install github.com/github/smimesign@latest
go: downloading github.com/pborman/getopt v0.0.0-20180811024354-2b5b3bfb099b
go: downloading github.com/certifi/gocertifi v0.0.0-20180118203423-deb3ae2ef261
go: downloading golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
# github.com/github/smimesign/certstore
cgo-gcc-prolog:475:11: warning: 'SecTrustEvaluate' is deprecated: first deprecated in macOS 10.15 [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h:364:10: note: 'SecTrustEvaluate' has been explicitly marked deprecated here
cgo-gcc-prolog:494:11: warning: 'SecTrustGetCertificateAtIndex' is deprecated: first deprecated in macOS 12.0 [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Security.framework/Headers/SecTrust.h:523:19: note: 'SecTrustGetCertificateAtIndex' has been explicitly marked deprecated here

I am guessing that this code is calling older Mac API's so that it works on older Macs ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant