From owner-freebsd-current@freebsd.org Sun May 15 16:16:25 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CB6B0B3C1F4 for ; Sun, 15 May 2016 16:16:25 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from pmta2.delivery6.ore.mailhop.org (pmta2.delivery6.ore.mailhop.org [54.200.129.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A69741D80 for ; Sun, 15 May 2016 16:16:25 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 6965ea7f-1ab8-11e6-a09e-4d61a6885157 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound2.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sun, 15 May 2016 16:16:42 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u4FGG6Xt045010; Sun, 15 May 2016 10:16:06 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1463328966.1180.148.camel@freebsd.org> Subject: Re: libarchive update SVN r299529 breaks "ezjail update" From: Ian Lepore To: Martin Matuska , "Ngie Cooper (yaneurabeya)" Cc: michael butler , Tim Kientzle , FreeBSD current Date: Sun, 15 May 2016 10:16:06 -0600 In-Reply-To: References: <2c059cf5-2c8a-3b89-16c3-eedf02a01ec5@protected-networks.net> <20160512173440.Horde.5l1s9ijXRgAeMNgmT0MmCPa@mail.vx.sk> <20160512175418.Horde.JvYoOSRwfU_l2TIXv697u2B@mail.vx.sk> <13C1C575-4AEA-463F-A6BE-92843DAD7B53@kientzle.com> <7838d5e7-5d81-37f5-53dd-efdd0e855ea6@protected-networks.net> <1463256489.1180.139.camel@freebsd.org> Content-Type: text/plain; charset="windows-1251" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 May 2016 16:16:25 -0000 On Sun, 2016-05-15 at 01:57 +0200, Martin Matuska wrote: > That switch is "--insecure" and is supported in all libarchive > versions > freebsd ever used. > Oh, well that will make handling the new version easier. It doesn't change the fact that the new libarchive stuff will break long-working existing software, but at least it'll be easy to fix. -- Ian > > On 15.05.2016 01:36, Ngie Cooper (yaneurabeya) wrote: > > > On May 14, 2016, at 16:29, Martin Matuska wrote: > > > > > > Ian, we are here talking about cpio, not libarchive. The flag in > > > libarchive is not active by default. > > > > > > On 14.05.2016 22:08, Ian Lepore wrote: > > > > The real damage will happen to out-of-tree users. I think this > > > > will > > > > impact our software updater for $work for example, and it has > > > > to work > > > > with both old and new versions of libarchive, and now the new > > > > version > > > > will require a flag that the old version will reject as > > > > unknown. > > > > > > > > Ick. > > Ian’s comment was valid.. cpio doesn’t recognize the new switch on > > older versions, so something like cpio `cpio --help | grep -- > > switch && echo switch` would need to be employed everywhere for > > backwards compatibility — ew. > > Thanks, > > -Ngie > > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to " > freebsd-current-unsubscribe@freebsd.org" >