summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2021-12-17 13:06:18 +0100
committerFabian Groffen <grobian@gentoo.org>2021-12-17 13:06:18 +0100
commite060ecb135942f007611a79e1bc41503fcde651d (patch)
tree797214539e1d247454ce4f0e585914520f567fa6 /mail-filter/libspf2/files
parentapp-editors/joe: Stabilize 4.6-r1 ppc64, #829168 (diff)
downloadgentoo-e060ecb135942f007611a79e1bc41503fcde651d.tar.gz
gentoo-e060ecb135942f007611a79e1bc41503fcde651d.tar.bz2
gentoo-e060ecb135942f007611a79e1bc41503fcde651d.zip
mail-filter/libspf2-1.2.10: cleanup vulnerable version
Bug: https://bugs.gentoo.org/807739 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'mail-filter/libspf2/files')
-rw-r--r--mail-filter/libspf2/files/libspf2-1.2.10-gcc5.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/mail-filter/libspf2/files/libspf2-1.2.10-gcc5.patch b/mail-filter/libspf2/files/libspf2-1.2.10-gcc5.patch
deleted file mode 100644
index 75b3fb899b3e..000000000000
--- a/mail-filter/libspf2/files/libspf2-1.2.10-gcc5.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://github.com/shevek/libspf2/issues/13
-https://bugs.gentoo.org/show_bug.cgi?id=570486
-
---- a/src/include/spf_log.h
-+++ b/src/include/spf_log.h
-@@ -60,10 +60,10 @@
-
- #if defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L
-
--#define SPF_errorf(format, ... ) SPF_errorx( __FILE__, __LINE__, format, __VA_ARGS__ )
--#define SPF_warningf(format, ... ) SPF_warningx( __FILE__, __LINE__, format, __VA_ARGS__ )
--#define SPF_infof(format, ... ) SPF_infox( __FILE__, __LINE__, format, __VA_ARGS__ )
--#define SPF_debugf(format, ... ) SPF_debugx( __FILE__, __LINE__, format, __VA_ARGS__ )
-+#define SPF_errorf(...) SPF_errorx( __FILE__, __LINE__, __VA_ARGS__ )
-+#define SPF_warningf(...) SPF_warningx( __FILE__, __LINE__, __VA_ARGS__ )
-+#define SPF_infof(...) SPF_infox( __FILE__, __LINE__, __VA_ARGS__ )
-+#define SPF_debugf(...) SPF_debugx( __FILE__, __LINE__, __VA_ARGS__ )
-
- #elif defined( __GNUC__ )
-