Skip to content

Instantly share code, notes, and snippets.

@kwitaszczyk
Created November 15, 2023 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwitaszczyk/cda2584e1c408f8ed1307d55663bd89c to your computer and use it in GitHub Desktop.
Save kwitaszczyk/cda2584e1c408f8ed1307d55663bd89c to your computer and use it in GitHub Desktop.
$ curl --version
curl 8.2.1 (aarch64-portbld-freebsd14.0) libcurl/8.2.1 OpenSSL/3.0.10 zlib/1.2.13 libssh2/1.11.0 nghttp2/1.55.1
Release-Date: 2023-07-26
Protocols: dict file ftp ftps gopher gophers http https imap imaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp
Features: alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz NTLM NTLM_WB SPNEGO SSL threadsafe TLS-SRP UnixSockets
$ file `which curl`
/usr/local/bin/curl: ELF 64-bit LSB pie executable, ARM aarch64, C64, CheriABI, version 1 (SYSV), dynamically linked, interpreter /libexec/ld-elf.so.1, for FreeBSD 14.0 (1400093), FreeBSD-style, stripped
$ uname -a
FreeBSD cheribsd 14.0-CURRENT FreeBSD 14.0-CURRENT aarch64c 1400094 #0 dev-3f8fae932818: Wed Nov 15 01:10:54 UTC 2023 jenkins@focal:/local/scratch/jenkins/workspace/CheriBSD-pipeline/dev@2/cheribsd-morello-purecap-build/local/scratch/jenkins/workspace/CheriBSD-pipeline/dev@2/cheribsd/arm64.aarch64c/sys/GENERIC-MORELLO arm64
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment