On Oct 25 10:56, Ken Brown wrote:
> On 10/25/2017 10:19 AM, Corinna Vinschen wrote:
> > On Oct 25 09:38, Ken Brown wrote:
> > > On 10/25/2017 8:19 AM, Corinna Vinschen wrote:
> > > > On Oct 25 14:11, Corinna Vinschen wrote:
> > > > > Hi Ken,
> > > > >
> > > > > On Oct 25 07:23, Ken Brown wrote:
>
On 10/25/2017 10:19 AM, Corinna Vinschen wrote:
On Oct 25 09:38, Ken Brown wrote:
On 10/25/2017 8:19 AM, Corinna Vinschen wrote:
On Oct 25 14:11, Corinna Vinschen wrote:
Hi Ken,
On Oct 25 07:23, Ken Brown wrote:
Up to now the function winsup/utils/dump_setup.cc:base skips past
colons when pa
On Oct 25 09:38, Ken Brown wrote:
> On 10/25/2017 8:19 AM, Corinna Vinschen wrote:
> > On Oct 25 14:11, Corinna Vinschen wrote:
> > > Hi Ken,
> > >
> > > On Oct 25 07:23, Ken Brown wrote:
> > > > Up to now the function winsup/utils/dump_setup.cc:base skips past
> > > > colons when parsing file nam
in this case, since the function is
just trying to get the base name. Anyway, how's the attached?
Ken
From 1354e67e12819519f9a5440f12ef893e4e0bf7a5 Mon Sep 17 00:00:00 2001
From: Ken Brown
Date: Tue, 24 Oct 2017 18:21:53 -0400
Subject: [PATCH] cygcheck: Fix parsing of file names containing colons
Up to now the function win
On Oct 25 14:11, Corinna Vinschen wrote:
> Hi Ken,
>
> On Oct 25 07:23, Ken Brown wrote:
> > Up to now the function winsup/utils/dump_setup.cc:base skips past
> > colons when parsing file names. As a result, a line like
> >
> > foo foo-1:2.3-4.tar.bz2 1
> >
> > in /etc/setup/installed.db woul
Hi Ken,
On Oct 25 07:23, Ken Brown wrote:
> Up to now the function winsup/utils/dump_setup.cc:base skips past
> colons when parsing file names. As a result, a line like
>
> foo foo-1:2.3-4.tar.bz2 1
>
> in /etc/setup/installed.db would cause 'cygcheck -cd foo' to report 4
> as the installed v
Up to now the function winsup/utils/dump_setup.cc:base skips past
colons when parsing file names. As a result, a line like
foo foo-1:2.3-4.tar.bz2 1
in /etc/setup/installed.db would cause 'cygcheck -cd foo' to report 4
as the installed version of foo insted of 1:2.3-4. This is not an
issue no