X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mail-pa0-f45.google.com (mail-pa0-f45.google.com [209.85.220.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id BF8C0DC0167 for ; Wed, 28 Jan 2015 01:35:31 +0000 (UTC) Received: by mail-pa0-f45.google.com with SMTP id et14so22112583pad.4 for ; Tue, 27 Jan 2015 17:35:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Up4grQ8uU0WAY6dY2i4qcWC1j3jiWctNXenxJWWBAME=; b=fi7scNZ09CBx6m1mIDbqNBnGSFH3G7vW4pfj+rGbjiagvz+ZrIb+LeoWh5FMzLUGLt cMInd4gXLAG3Saq3m+E+aXFpc1S0ON/vNDGfwFOrYFbahmHeLwhEnrnUoJVNd/NWf0KP tEIRTUy4N2bGNkzuaN0jhL1o29qNW4VzbDOVDmYi7r4ENDjIc3StZxu/JMFNupetphlE LshIXuFpozeg1VvsuGbSwxPgFMXdFly1+GKUCNiOg4JZU+umHTxzg918j5OwKG/Tcx9e BeY0nlBCqXd0YkapVTAzgAE13klEmPYeT1zc4IC2wPKTJDNBQ8bqSuXkCqu3AK+plzTs BmLg== X-Received: by 10.70.134.142 with SMTP id pk14mr1404166pdb.17.1422408930716; Tue, 27 Jan 2015 17:35:30 -0800 (PST) Received: from newbook ([50.0.228.59]) by mx.google.com with ESMTPSA id di10sm2873958pad.41.2015.01.27.17.35.29 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 27 Jan 2015 17:35:30 -0800 (PST) Date: Tue, 27 Jan 2015 17:35:36 -0800 From: Isaac Dunham To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] considering packaging another mailx Message-ID: <20150128013455.GB1798@newbook> References: <20140913203317.GA5578@newbook> <20140915104643.25dea7f5@ncopa-desktop.alpinelinux.org> <20140915143728.GA514@muslin> <20150127161535.698aa7dd@ncopa-desktop.alpinelinux.org> X-Mailinglist: alpine-devel 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-Disposition: inline In-Reply-To: <20150127161535.698aa7dd@ncopa-desktop.alpinelinux.org> User-Agent: Mutt/1.5.23 (2014-03-12) On Tue, Jan 27, 2015 at 04:15:35PM +0100, Natanael Copa wrote: > I'm bringing up this old issue because there are a couple of CVE issues: > http://seclists.org/oss-sec/2014/q4/1066 > > Do you think it would be possible to completely replace main/mailx with > heirloom-mailx without breaking too much? More specifically, does > heirloom/mailx' mail implementation support all the args in current > mail/mailx? > > -nc Yes. heirloom-mailx does not mention -v in its help, but seems to accept it. Other options/arguments seem to be compatible. > > > Now, a note: If heirloom-mailx gets renamed to mailx, it will need one > > alteration: > > I'm using the package name to rename mailx.1 so it doesn't conflict with > > man-pages. > > In my experiene, the magic that the fts APKBUILD uses to try to avoid > > installing fts-doc along with man-pages doesn't work, so I'd rather not > > duplicate it. Thanks, Isaac Dunham --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---