Re: [gentoo-portage-dev] [PATCH] repos.conf: support strict-misc-digests attribute (bug 600128)

2016-11-24 Thread Robin H. Johnson
On Wed, Nov 23, 2016 at 11:04:54PM -0800, Zac Medico wrote: > The current GLEP 60 draft specifies that non-strict handling of MISC > digests should be supported. In my followup post about how it should work, I noted that in non-strict mode, a non-fatal warning should be issued for the mismatch of

Re: [gentoo-portage-dev] [PATCH] unpack: fix txz unpack support (bug 600660)

2016-11-24 Thread Brian Dolbec
On Thu, 24 Nov 2016 10:46:21 -0800 Zac Medico wrote: > Since txz unpack support was added in commit > daa65a336102050396482f08c77524fe99e48c9f, it has been non-functional, > as follows: > > phase-helpers.sh: line 521: ___eapi_supports_txz: command not found > unpack portage-2.3.2.txz: file forma

[gentoo-portage-dev] [PATCH] unpack: fix txz unpack support (bug 600660)

2016-11-24 Thread Zac Medico
Since txz unpack support was added in commit daa65a336102050396482f08c77524fe99e48c9f, it has been non-functional, as follows: phase-helpers.sh: line 521: ___eapi_supports_txz: command not found unpack portage-2.3.2.txz: file format not recognized. Ignoring. Fixes: daa65a336102 ("Add tentative EA

Re: [gentoo-portage-dev] [PATCH] repos.conf: support strict-misc-digests attribute (bug 600128)

2016-11-24 Thread Zac Medico
On 11/24/2016 12:14 AM, Brian Dolbec wrote: > On Wed, 23 Nov 2016 23:04:54 -0800 > Zac Medico wrote: > >> This setting determines whether digests are checked for files declared >> in the Manifest with MISC type (includes ChangeLog and metadata.xml >> files). Defaults to true. >> >> The current GL

Re: [gentoo-portage-dev] [PATCH] repos.conf: support strict-misc-digests attribute (bug 600128)

2016-11-24 Thread Brian Dolbec
On Wed, 23 Nov 2016 23:04:54 -0800 Zac Medico wrote: > This setting determines whether digests are checked for files declared > in the Manifest with MISC type (includes ChangeLog and metadata.xml > files). Defaults to true. > > The current GLEP 60 draft specifies that non-strict handling of MISC