From b19fd158df56a285dcd38cc7310e908b05ecb982 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Thu, 30 Sep 2021 22:18:31 +0200 Subject: 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) --- www/squid3/files/patch-src_tools.cc | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 www/squid3/files/patch-src_tools.cc (limited to 'www/squid3/files/patch-src_tools.cc') diff --git a/www/squid3/files/patch-src_tools.cc b/www/squid3/files/patch-src_tools.cc deleted file mode 100644 index 606193be6001..000000000000 --- a/www/squid3/files/patch-src_tools.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- src/tools.cc.orig 2015-11-01 10:44:25 UTC -+++ src/tools.cc -@@ -635,7 +635,7 @@ no_suid(void) - uid = geteuid(); - debugs(21, 3, "no_suid: PID " << getpid() << " giving up root priveleges forever"); - -- if (setuid(0) < 0) -+ if (setuid(0) < 0 && TheProcessKind != pkHelper) - debugs(50, DBG_IMPORTANT, "WARNING: no_suid: setuid(0): " << xstrerror()); - - if (setuid(uid) < 0) -- cgit v1.2.3