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

Bug#168890: libc6: needs to update conflict against libnss-db



Package: libc6
Version: 2.3.1-3
Severity: grave
Tags: patch

glibc 2.3.x doesn't work with libnss-db built against glibc 2.2.x.  There's a
patch for libnss-db to get it building again, but glibc needs to conflict
with the older versions.  The attached patch against cvs updates the conflict
to do so.  Users can no longer use the system if they are in the db file
and libnss-db isn't upgraded.

Index: depflags.pl
===================================================================
RCS file: /cvs/glibc/glibc-package/debian/sysdeps/depflags.pl,v
retrieving revision 1.3
diff -u -r1.3 depflags.pl
--- depflags.pl	12 Sep 2002 22:58:40 -0000	1.3
+++ depflags.pl	13 Nov 2002 07:31:55 -0000
@@ -59,7 +59,7 @@
 
 # The db2 changes left libnss-db broken, except for the newer version
 # which uses db3
-push @{$libc_c{'Conflicts'}}, 'libnss-db (<< 2.2-3)';
+push @{$libc_c{'Conflicts'}}, 'libnss-db (<= 2.2-6)';
 
 # From now on we provide our own ldconfig and ldd, so we don't need ldso
 push @{$libc_dev_c{'Replaces'}}, 'ldso (<= 1.9.11-9)';



Reply to: