X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 2A261DC0802 for ; Thu, 19 Nov 2015 20:57:52 +0000 (UTC) Received: from newmail.tetrasec.net (unknown [74.117.189.116]) by mail.alpinelinux.org (Postfix) with ESMTP id 0C448DC00C0 for ; Thu, 19 Nov 2015 20:57:52 +0000 (UTC) Received: from ncopa-laptop (unknown [79.160.13.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by newmail.tetrasec.net (Postfix) with ESMTPSA id DAD355A176D; Thu, 19 Nov 2015 20:47:13 +0000 (GMT) Date: Thu, 19 Nov 2015 21:57:35 +0100 From: Natanael Copa To: "Johannes Matheis" Cc: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] main/postfix: Enable EAI (SMTPUTF8) support Message-ID: <20151119215735.7669bce4@ncopa-laptop> In-Reply-To: <20151119203331.156.6451@leto.j.dn42> References: <1447547001-555-1-git-send-email-jomat+alpinebuild@jmt.gr> <20151118161517.3fc15476@ncopa-desktop.alpinelinux.org> <20151119203331.156.6451@leto.j.dn42> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; x86_64-alpine-linux-musl) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP On Thu, 19 Nov 2015 20:33:31 +0000 "Johannes Matheis" wrote: > Quoting Natanael Copa (2015-11-18 15:15:17) > > icu-libs is more than 10x the size of postfix itself. Do we really want > > unconditionally add dependency install size with 10x for this? > > > > It does not seem to be possible to add it as a plugin either. > > > > I agree that we want UTF-8 support, but 30MB for this is crazy. > > That's indeed heavy. As it isn't available as plugin, providing two > postfix packages would be another possibility. > Using 'postfix' and 'postfix-utf8' wouldn't alter existing installations > as 'postfix' and 'postfix-tiny' would, and it fits better into my > understandig of alpine linux. > Anyone has any opinions here? I want to check what this code is. If it ony adds support for utf-8, then icu is insane. It should be possible to implement utf8 (only) support in KB not MB. musl libc should already have utf-8 support so it might be possible to add this feature without any external dependencies. Any volunteering to have a look at this? -nc --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---