libxml2: Update from 2.9.6 to 2.9.7
[termux-packages] / packages / busybox / sendmail.patch
index dd5996e..da578ee 100644 (file)
@@ -6,8 +6,8 @@ index 8ddb782..b542099 100644
        trim(str);
        s = str;
        while (*s) {
--              if (!isalnum(*s) && !strchr("_-.@", *s)) {
-+              if (!isalnum(*s) && !strchr("+_-.@", *s)) {
+-              if (!isalnum(*s) && !strchr("+_-.@", *s)) {
++              if (!isalnum(*s) && !strchr("=+_-.@", *s)) {
                        bb_error_msg("bad address '%s'", str);
                        /* returning "": */
                        str[0] = '\0';