squid: bump to release 5.7
[feed/packages.git] / net / squid / patches / 001-glibc-compile.patch
diff --git a/net/squid/patches/001-glibc-compile.patch b/net/squid/patches/001-glibc-compile.patch
deleted file mode 100644 (file)
index fd11e85..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/src/tools.cc
-+++ b/src/tools.cc
-@@ -582,7 +582,8 @@ enter_suid(void)
-     }
- #else
--    setuid(0);
-+    if (setuid(0) < 0)
-+      debugs(50, 1, "no_suid: setuid (0)");
- #endif
- #if HAVE_PRCTL && defined(PR_SET_DUMPABLE)
-     /* Set Linux DUMPABLE flag */