diff options
author | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:18:31 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2021-09-30 22:19:24 +0200 |
commit | b19fd158df56a285dcd38cc7310e908b05ecb982 (patch) | |
tree | 457624cfb097b8ed7f402ed1c9506470f00d6055 /www/squid3/files/patch-src_ssl_gadgets.cc | |
parent | astro/py-ephem: Update to 4.1 (diff) |
cleanup: Remove expired ports:
devel/erlang-exmpp: last upstream patches over 10 years ago
sysutils/showbeastie: Broken on FreeBSD 12 and above since 2018
2021-09-30 www/squid3: Unsupported by upstream
2021-09-30 sysutils/cfengine310: OpenSSL 1.1.X is not supported.
2021-09-30 security/py-paramiko1: Out of date version. No consumer now. Use security/py-paramiko
2021-09-30 sysutils/cfengine-masterfiles310: cfengine310 will retire at FreeBSD 11 EOL
2021-09-30 security/openca-tools-forked: Use modern port security/libscep instead
2021-09-30 multimedia/sms1xxx-kmod: Supports DVB API v3 only. Use multimedia/webcamd instead
2021-09-30 sysutils/cfengine311: OpenSSL 1.1.X is not supported.
2021-09-30 sysutils/cfengine-masterfiles311: cfengine311 will retire at FreeBSD 11 EOL
2021-09-30 mail/postfix35: It is only here until FreeBSD 11 is EoL (Postfix >= 3.6 requires OpenSSL >= 1.1.x)
Diffstat (limited to 'www/squid3/files/patch-src_ssl_gadgets.cc')
-rw-r--r-- | www/squid3/files/patch-src_ssl_gadgets.cc | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/squid3/files/patch-src_ssl_gadgets.cc b/www/squid3/files/patch-src_ssl_gadgets.cc deleted file mode 100644 index 034c5c5b428c..000000000000 --- a/www/squid3/files/patch-src_ssl_gadgets.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/ssl/gadgets.cc.orig 2018-07-15 20:46:55 UTC -+++ src/ssl/gadgets.cc -@@ -321,7 +321,7 @@ mimicExtensions(Ssl::X509_Pointer & cert, Ssl::X509_Po - &ext_der, - (const ASN1_ITEM *)ASN1_ITEM_ptr(method->it)); - -- ASN1_OCTET_STRING *ext_oct = M_ASN1_OCTET_STRING_new(); -+ ASN1_OCTET_STRING *ext_oct = ASN1_OCTET_STRING_new(); - ext_oct->data = ext_der; - ext_oct->length = ext_len; - X509_EXTENSION_set_data(ext, ext_oct); |