NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: port-i386/51358: /usr/bin/cvs fakes file permissions



The following reply was made to PR port-i386/51358; it has been noted by GNATS.

From: Thomas Klausner <wiz%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: Manuel Bouyer <bouyer%antioche.eu.org@localhost>
Subject: Re: port-i386/51358: /usr/bin/cvs fakes file permissions
Date: Mon, 1 Aug 2016 09:05:08 +0200

 I think the problem is this:
 
 wiz@yt:~> cd /tmp
 wiz@yt:/tmp> mkdir a
 wiz@yt:/tmp> cd a
 wiz@yt:/tmp/a> CVSROOT=anoncvs%anoncvs.fr.NetBSD.org@localhost:/cvsroot cvs -q checkout pkgsrc/mk/gnu-config
 The authenticity of host 'anoncvs.fr.netbsd.org (132.227.74.11)' can't be established.
 ECDSA key fingerprint is SHA256:mnWHwfcyEqmHK9KpBn2/fevec/+0R8ZHvJQlVaJRzwE.
 No matching host key fingerprint found in DNS.
 Are you sure you want to continue connecting (yes/no)? yes
 Warning: Permanently added 'anoncvs.fr.netbsd.org,132.227.74.11' (ECDSA) to the list of known hosts.
 U pkgsrc/mk/gnu-config/config.guess
 U pkgsrc/mk/gnu-config/config.sub
 U pkgsrc/mk/gnu-config/libtool-1.4.m4
 U pkgsrc/mk/gnu-config/missing
 wiz@yt:/tmp/a> ls -l pkgsrc/mk/gnu-config/
 total 128
 drwxrwxr-x  2 wiz  wheel    144 Aug  1 09:03 CVS
 -rw-r--r--  1 wiz  wheel  43423 Jun  3  2015 config.guess
 -rw-r--r--  1 wiz  wheel  36087 Jun  3  2015 config.sub
 -rw-r--r--  1 wiz  wheel  29308 Feb 20  2004 libtool-1.4.m4
 -rw-r--r--  1 wiz  wheel  10179 Sep 30  2013 missing
 wiz@yt:/tmp/a> cd ..
 wiz@yt:/tmp> mkdir b
 wiz@yt:/tmp> cd b
 wiz@yt:/tmp/b> CVSROOT=anoncvs%anoncvs.NetBSD.org@localhost:/cvsroot cvs -q checkout pkgsrc/mk/gnu-config
 Warning: Permanently added the RSA host key for IP address '199.233.217.198' to the list of known hosts.
 U pkgsrc/mk/gnu-config/config.guess
 U pkgsrc/mk/gnu-config/config.sub
 U pkgsrc/mk/gnu-config/libtool-1.4.m4
 U pkgsrc/mk/gnu-config/missing
 wiz@yt:/tmp/b> ls -l pkgsrc/mk/gnu-config
 total 128
 drwxrwxr-x  2 wiz  wheel    144 Aug  1 09:03 CVS
 -rwxr-xr-x  1 wiz  wheel  43423 Jun  3  2015 config.guess
 -rwxr-xr-x  1 wiz  wheel  36087 Jun  3  2015 config.sub
 -rw-r--r--  1 wiz  wheel  29308 Feb 20  2004 libtool-1.4.m4
 -rwxr-xr-x  1 wiz  wheel  10179 Sep 30  2013 missing
 wiz@yt:/tmp/b>
 
 I.e. wrong permissions on the anoncvs.fr mirror.
 Please talk to the mirror maintainer. Is it bouyer?
  Thomas
 


Home | Main Index | Thread Index | Old Index