summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2021-12-13 19:57:54 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2021-12-13 19:58:57 +0300
commit6eccdbb6b0a53e812fcac7766898d31b756d96e2 (patch)
tree60f6fba59f311c1be95b9f29d11a0aca7d7ba070 /net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch
parentnet-p2p/deluge: 2.0.4 version bump (diff)
downloadgentoo-6eccdbb6b0a53e812fcac7766898d31b756d96e2.tar.gz
gentoo-6eccdbb6b0a53e812fcac7766898d31b756d96e2.tar.bz2
gentoo-6eccdbb6b0a53e812fcac7766898d31b756d96e2.zip
net-proxy/privoxy: update to 3.0.33
- Version bump to 3.0.33 Fixes: CVE-2021-44540, CVE-2021-44541, CVE-2021-44542, CVE-2021-44543 - Add new USE flags: jit (for PCRE), sanitize - REQUIRED_USE: extended-statistics depends on threads Bug: https://bugs.gentoo.org/769557 Bug: https://bugs.gentoo.org/829051 Package-Manager: Portage-3.0.29, Repoman-3.0.3 Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch')
-rw-r--r--net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch b/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch
new file mode 100644
index 000000000000..c89fed3947f3
--- /dev/null
+++ b/net-proxy/privoxy/files/privoxy-3.0.33-configure-msan.patch
@@ -0,0 +1,13 @@
+diff --git a/configure.in b/configure.in
+index 84f6a0db7..e7e68be0c 100644
+--- a/configure.in
++++ b/configure.in
+@@ -168,7 +168,7 @@ if test "x$with_asan" = "xyes"; then
+ LDFLAGS="$LDFLAGS -fsanitize=address"
+ fi
+
+-AC_ARG_WITH(asan, [ --with-msan Enable MemorySanitizer. Requires compiler support.])
++AC_ARG_WITH(msan, [ --with-msan Enable MemorySanitizer. Requires compiler support.])
+ if test "x$with_msan" = "xyes"; then
+ CFLAGS="$CFLAGS -fsanitize=memory"
+ LDFLAGS="$LDFLAGS -fsanitize=memory"