bug#27943: tar complains about too-long names (guix release)

2017-12-02 Thread Ludovic Courtès
Efraim Flashner skribis: > From 3ae1af75fe7304a05ca8ac0edd8582d581108d05 Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Thu, 30 Nov 2017 23:46:55 +0200 > Subject: [PATCH 2/2] gnu: t1lib: Change how patched CVEs are listed. > > * gnu/packages/fontutils.scm (t1lib)[source]: Change patch

bug#27943: tar complains about too-long names (guix release)

2017-12-02 Thread Ludovic Courtès
Efraim Flashner skribis: > From ad48d84c8659985d706cfe2f8e07314d6017611a Mon Sep 17 00:00:00 2001 > From: Efraim Flashner > Date: Thu, 30 Nov 2017 23:41:29 +0200 > Subject: [PATCH 1/2] lint: 'check-vulnerabilities' also checks package > properties. > > * guix/scripts/lint.scm (check-vulnerabili

bug#27943: tar complains about too-long names (guix release)

2017-12-01 Thread Leo Famulari
On Fri, Dec 01, 2017 at 05:50:01PM +0100, Ludovic Courtès wrote: > Maybe ‘lint-hidden-vulnerabilities’ or ‘hidden-vulnerabilities’, or > ‘ignored-vulnerabilities’, or…? What’s you preference? :-) I like 'lint-hidden-vulnerabilities' because it communicates that we are "hiding" a vulnerability so

bug#27943: tar complains about too-long names (guix release)

2017-12-01 Thread Ludovic Courtès
Leo Famulari skribis: >> On Thu, Nov 30, 2017 at 02:55:52PM +0100, Ludovic Courtès wrote: >> > I thought about it, but since it’s an unsual case, what about adding a >> > special property to packages instead? You’d write: >> > >> > (package >> > ;; … >> > (properties '((fixed-vulnerab

bug#27943: tar complains about too-long names (guix release)

2017-11-30 Thread Leo Famulari
> On Thu, Nov 30, 2017 at 02:55:52PM +0100, Ludovic Courtès wrote: > > I thought about it, but since it’s an unsual case, what about adding a > > special property to packages instead? You’d write: > > > > (package > > ;; … > > (properties '((fixed-vulnerabilities "CVE-123-4567" "CVE-123

bug#27943: tar complains about too-long names (guix release)

2017-11-30 Thread Efraim Flashner
On Thu, Nov 30, 2017 at 02:55:52PM +0100, Ludovic Courtès wrote: > Hi Efraim, > > Efraim Flashner skribis: > > > It gets worse than that, our t1lib-CVE-2010-2462 is also CVE-2011-0433 > > and CVE-2011-5244.¹ > > > > I tried creating a blank patch (touch t1lib-CVE...) and adding that to > > satis

bug#27943: tar complains about too-long names (guix release)

2017-11-30 Thread Ludovic Courtès
Hi Efraim, Efraim Flashner skribis: > It gets worse than that, our t1lib-CVE-2010-2462 is also CVE-2011-0433 > and CVE-2011-5244.¹ > > I tried creating a blank patch (touch t1lib-CVE...) and adding that to > satisfy the linter (and bookeeping) but unsuprisingly patch didn't like > trying to appl

bug#27943: tar complains about too-long names (guix release)

2017-11-30 Thread Efraim Flashner
On Tue, Nov 28, 2017 at 03:26:03PM +0100, Ludovic Courtès wrote: > Hi Danny, > > Danny Milosavljevic skribis: > > > guix $ make release > > ... || chmod -R a+r "guix-0.13.0.1849-cf189-dirty" > > tardir=guix-0.13.0.1849-cf189-dirty && ${TAR-tar} chof - "$tardir" | > > GZIP=--best gzip -c >guix-0

bug#27943: tar complains about too-long names (guix release)

2017-11-28 Thread Ludovic Courtès
Hi Danny, Danny Milosavljevic skribis: > guix $ make release > ... || chmod -R a+r "guix-0.13.0.1849-cf189-dirty" > tardir=guix-0.13.0.1849-cf189-dirty && ${TAR-tar} chof - "$tardir" | > GZIP=--best gzip -c >guix-0.13.0.1849-cf189-dirty.tar.gz > gzip: warning: GZIP environment variable is depre

bug#27943: tar complains about too-long names (guix release)

2017-08-04 Thread Danny Milosavljevic
guix $ make release ... || chmod -R a+r "guix-0.13.0.1849-cf189-dirty" tardir=guix-0.13.0.1849-cf189-dirty && ${TAR-tar} chof - "$tardir" | GZIP=--best gzip -c >guix-0.13.0.1849-cf189-dirty.tar.gz gzip: warning: GZIP environment variable is deprecated; use an alias or script tar: guix-0.13.0.184