Hello community, here is the log from the commit of package imapfilter for openSUSE:Factory checked in at 2020-11-29 12:29:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imapfilter (Old) and /work/SRC/openSUSE:Factory/.imapfilter.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imapfilter" Sun Nov 29 12:29:12 2020 rev:46 rq:851277 version:2.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/imapfilter/imapfilter.changes 2020-11-17 21:25:17.297377978 +0100 +++ /work/SRC/openSUSE:Factory/.imapfilter.new.5913/imapfilter.changes 2020-11-29 12:29:20.558057666 +0100 @@ -1,0 +2,7 @@ +Thu Nov 26 18:03:20 UTC 2020 - Arun Persaud <[email protected]> + +- update to version 2.7.4: + * Bug fix; incorrect argument to regular expression compile + function. + +------------------------------------------------------------------- Old: ---- imapfilter-2.7.3.tar.gz New: ---- imapfilter-2.7.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imapfilter.spec ++++++ --- /var/tmp/diff_new_pack.7jWDGD/_old 2020-11-29 12:29:21.054058169 +0100 +++ /var/tmp/diff_new_pack.7jWDGD/_new 2020-11-29 12:29:21.058058173 +0100 @@ -17,7 +17,7 @@ Name: imapfilter -Version: 2.7.3 +Version: 2.7.4 Release: 0 Summary: A mail filtering utility License: MIT ++++++ imapfilter-2.7.3.tar.gz -> imapfilter-2.7.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/imapfilter-2.7.3/NEWS new/imapfilter-2.7.4/NEWS --- old/imapfilter-2.7.3/NEWS 2020-11-14 19:48:19.000000000 +0100 +++ new/imapfilter-2.7.4/NEWS 2020-11-18 22:30:58.000000000 +0100 @@ -1,3 +1,6 @@ +IMAPFilter 2.7.4 - 18 Nov 2020 + - Bug fix; incorrect argument to regular expression compile function. + IMAPFilter 2.7.3 - 14 Nov 2020 - Bug fix; incorrect free of compiled pattern. - Unexpected network errors and IMAP BYE are now logged. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/imapfilter-2.7.3/src/regex.lua new/imapfilter-2.7.4/src/regex.lua --- old/imapfilter-2.7.3/src/regex.lua 2020-11-14 19:48:19.000000000 +0100 +++ new/imapfilter-2.7.4/src/regex.lua 2020-11-18 22:30:58.000000000 +0100 @@ -7,7 +7,7 @@ _regex_cache.mt.__index = function (self, key) - local r, compiled = ifre.compile(pattern) + local r, compiled = ifre.compile(key) if not r then return end self[key] = compiled return compiled diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/imapfilter-2.7.3/src/version.h new/imapfilter-2.7.4/src/version.h --- old/imapfilter-2.7.3/src/version.h 2020-11-14 19:48:19.000000000 +0100 +++ new/imapfilter-2.7.4/src/version.h 2020-11-18 22:30:58.000000000 +0100 @@ -3,7 +3,7 @@ /* Program's version number. */ -#define VERSION "2.7.3" +#define VERSION "2.7.4" /* Program's copyright. */ #define COPYRIGHT "Copyright (c) 2001-2020 Eleftherios Chatzimparmpas" _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
