Gentoo Archives: gentoo-commits

From: Dirkjan Ochtman <djc@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/files/
Date: Sun, 29 Oct 2017 19:37:18
Message-Id: 1509305823.74cf135a621e5e647a54baa37e546c8304321e18.djc@gentoo
1 commit: 74cf135a621e5e647a54baa37e546c8304321e18
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 15 14:51:53 2017 +0000
4 Commit: Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 29 19:37:03 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74cf135a
7
8 mail-filter/rspamd: remove unused patch
9
10 mail-filter/rspamd/files/rspamd-1.5.7-map.patch | 11 -----------
11 1 file changed, 11 deletions(-)
12
13 diff --git a/mail-filter/rspamd/files/rspamd-1.5.7-map.patch b/mail-filter/rspamd/files/rspamd-1.5.7-map.patch
14 deleted file mode 100644
15 index 1477b13eee7..00000000000
16 --- a/mail-filter/rspamd/files/rspamd-1.5.7-map.patch
17 +++ /dev/null
18 @@ -1,11 +0,0 @@
19 ---- rspamd-1.5.7/src/libutil/map.c 2017-05-02 15:26:54.000000000 +0200
20 -+++ b/src/libutil/map.c 2017-05-02 16:22:37.695254699 +0200
21 -@@ -2290,7 +2290,7 @@
22 - }
23 - #else
24 - if (pcre_flags & PCRE_FLAG(UTF)) {
25 -- re_map->map_flags |= RSPAMD_REGEXP_FLAG_UTF;
26 -+ re_map->has_utf = TRUE;
27 - }
28 - #endif
29 -