SPECS: cvs.spec - reapplied fixed -cvspass.patch - trimmed down pr...
adamg
adamg at pld-linux.org
Fri Jan 13 23:22:21 CET 2006
Author: adamg Date: Fri Jan 13 22:22:21 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- reapplied fixed -cvspass.patch
- trimmed down previous changelog entry
---- Files affected:
SPECS:
cvs.spec (1.163 -> 1.164)
---- Diffs:
================================================================
Index: SPECS/cvs.spec
diff -u SPECS/cvs.spec:1.163 SPECS/cvs.spec:1.164
--- SPECS/cvs.spec:1.163 Fri Jan 13 23:08:30 2006
+++ SPECS/cvs.spec Fri Jan 13 23:22:15 2006
@@ -33,6 +33,7 @@
Patch7: %{name}-ssh.patch
Patch8: %{name}-posix.patch
Patch9: %{name}-CAN_2005_2693.patch
+Patch10: %{name}-cvspass.patch
URL: http://www.non-gnu.org/cvs/
BuildRequires: autoconf >= 2.58
BuildRequires: automake >= 1:1.7.9
@@ -209,6 +210,7 @@
%patch7 -p1
%patch8 -p1
%patch9 -p1
+%patch10 -p1
%build
%{__aclocal}
@@ -292,23 +294,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.164 2006/01/13 22:22:15 adamg
+- reapplied fixed -cvspass.patch
+- trimmed down previous changelog entry
+
Revision 1.163 2006/01/13 22:08:30 twittner
- -cvspass.patch removed - causes segfault when .cvspass is not accessible:
-
-$ strace cvs up
-execve("/usr/bin/cvs", ["cvs", "up"], [/* 73 vars */]) = 0
-[...]
-access("/home/users/inter/.cvspass", F_OK) = 0
-chmod("/home/users/inter/.cvspass", 0600) = -1 EPERM (Operation not permitted)
-open("/home/users/inter/.cvspass", O_RDONLY) = -1 EACCES (Permission denied)
-open("/home/users/inter/.cvspass", O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 EACCES (Permission denied)
---- SIGSEGV (Segmentation fault) @ 0 (0) ---
-+++ killed by SIGSEGV +++
-$
- instead of printing appropriate message:
-cvs log: warning: failed to open /home/users/xxx/.cvspass for reading: Permission denied
-cvs log: authorization failed: server cvs.pld-linux.org rejected access to /cvsroot for user xxx
-cvs log: used empty password; try "cvs login" with a real password
Revision 1.162 2005/12/01 23:28:53 hawk
- removed ACL patch (its no longer maintained + it has memleaks and possible SEGVs)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/cvs.spec?r1=1.163&r2=1.164&f=u
More information about the pld-cvs-commit
mailing list