curl.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>OpenSourceProject</key>
	<string>curl</string>
	<key>OpenSourceVersion</key>
	<string>7.64.1</string>
	<key>OpenSourceWebsiteURL</key>
	<string>http://curl.haxx.se/</string>
	<key>OpenSourceURL</key>
	<string>https://curl.haxx.se/download/curl-7.64.1.tar.bz2</string>
	<key>OpenSourceSHA256</key>
	<string>4cc7c738b35250d0680f29e93e0820c4cb40035f43514ea3ec8d60322d41a45d</string>
	<key>OpenSourceImportDate</key>
	<string>2019-04-07</string>
	<key>OpenSourceModifications</key>
	<array>
		<string>On macOS, use openssl if present, secure-transport if not.</string>
		<string>lib/curl_gssapi.c: Address pointer alignment issue in gss_OID_desc structs.</string>
		<string>include/curl/curl.h: Moved CURLE_SSL_CACERT back to being an enum value instead of a macro.</string>
		<string>lib/vauth/spnego_gssapi.c: Replace OOM error with login denied error</string>
		<string>Backport patches for CVE-2019-5435, CVE-2019-5436, CVE-2019-5481, CVE-2019-5482 (#58454021)</string>
		<string>Backport patch for CVE-2020-8169 (#64715228)</string>
        <string>Backport patch for CVE-2020-8177 (#64715230)</string>
	</array>
	<key>OpenSourceLicense</key>
	<string>MIT</string>
	<key>OpenSourceLicenseFile</key>
	<string>curl.txt</string>
</dict>
</plist>