X Strike Force X.Org X11 SVN commit: r2367 - in trunk/lib/libx11/debian: . patches

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 02:36:03 -0400 (Fri, 30 Jun 2006)
New Revision: 2367

Added:
   trunk/lib/libx11/debian/patches/013_SECURITY_setuid.diff
Modified:
   trunk/lib/libx11/debian/changelog
   trunk/lib/libx11/debian/patches/series
Log:
* Security update. Fix for setuid privledge escalation vulernabilities.
  See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
  the full advisory.

Modified: trunk/lib/libx11/debian/changelog
===
--- trunk/lib/libx11/debian/changelog   2006-06-30 06:33:07 UTC (rev 2366)
+++ trunk/lib/libx11/debian/changelog   2006-06-30 06:36:03 UTC (rev 2367)
@@ -1,3 +1,11 @@
+libx11 (2:1.0.0-7) unstable; urgency=high
+
+  * Security update. Fix for setuid privledge escalation vulernabilities.
+See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
+the full advisory.
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 02:35:34 -0400
+
 libx11 (2:1.0.0-6) unstable; urgency=low
 
   * Remove libx11-dev's dependencies on libxi-dev and libxkbfile-dev. Add a

Added: trunk/lib/libx11/debian/patches/013_SECURITY_setuid.diff
===
--- trunk/lib/libx11/debian/patches/013_SECURITY_setuid.diff2006-06-30 
06:33:07 UTC (rev 2366)
+++ trunk/lib/libx11/debian/patches/013_SECURITY_setuid.diff2006-06-30 
06:36:03 UTC (rev 2367)
@@ -0,0 +1,17 @@
+Index: libx11/src/xlibi18n/lcFile.c
+===
+--- libx11.orig/src/xlibi18n/lcFile.c  2006-06-30 02:34:10.0 -0400
 libx11/src/xlibi18n/lcFile.c   2006-06-30 02:35:06.0 -0400
+@@ -269,7 +269,11 @@
+   if (seteuid(0) != 0) {
+   priv = 0;
+   } else {
+-  seteuid(oldeuid);
++if (seteuid(oldeuid) == -1) {
++/* XXX ouch, coudn't get back to original uid 
++ what can we do ??? */
++_exit(127);
++}
+   priv = 1;
+   }
+ #endif

Modified: trunk/lib/libx11/debian/patches/series
===
--- trunk/lib/libx11/debian/patches/series  2006-06-30 06:33:07 UTC (rev 
2366)
+++ trunk/lib/libx11/debian/patches/series  2006-06-30 06:36:03 UTC (rev 
2367)
@@ -10,3 +10,4 @@
 010_manpages_fix.diff
 011_stolen_from_ubuntu_xlocalelibdir.diff
 012_ru_RU_UTF-8_XLC_LOCALE.diff
+013_SECURITY_setuid.diff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2366 - trunk/lib

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 02:33:07 -0400 (Fri, 30 Jun 2006)
New Revision: 2366

Added:
   trunk/lib/libx11/
Removed:
   trunk/lib/libX11-X11R7.0-1.0.0/
Log:
Rename libx11 dir

Copied: trunk/lib/libx11 (from rev 2354, trunk/lib/libX11-X11R7.0-1.0.0)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2365 - tags/lib/xtrans

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 02:30:43 -0400 (Fri, 30 Jun 2006)
New Revision: 2365

Added:
   tags/lib/xtrans/xtrans-1.0.0-6/
Log:
Tag upload of xtrans-1.0.0-6 to unstable


Copied: tags/lib/xtrans/xtrans-1.0.0-6 (from rev 2364, trunk/lib/xtrans)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2364 - trunk/lib/xtrans/debian

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 02:16:33 -0400 (Fri, 30 Jun 2006)
New Revision: 2364

Modified:
   trunk/lib/xtrans/debian/changelog
   trunk/lib/xtrans/debian/control
Log:
* Bump standards version to 3.7.2.0
* Change build-depends-indep to build-depends because of quilt and debhelper
  being used in the clean target

Modified: trunk/lib/xtrans/debian/changelog
===
--- trunk/lib/xtrans/debian/changelog   2006-06-30 06:07:11 UTC (rev 2363)
+++ trunk/lib/xtrans/debian/changelog   2006-06-30 06:16:33 UTC (rev 2364)
@@ -3,8 +3,11 @@
   * Security update. Fix for setuid privledge escalation vulernabilities.
 See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
 the full advisory.
+  * Bump standards version to 3.7.2.0
+  * Change build-depends-indep to build-depends because of quilt and debhelper
+being used in the clean target
 
- -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 02:06:09 -0400
+ -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 02:15:39 -0400
 
 xtrans (1.0.0-5) unstable; urgency=low
 

Modified: trunk/lib/xtrans/debian/control
===
--- trunk/lib/xtrans/debian/control 2006-06-30 06:07:11 UTC (rev 2363)
+++ trunk/lib/xtrans/debian/control 2006-06-30 06:16:33 UTC (rev 2364)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.0.0), quilt
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 4.0.0), quilt
+Standards-Version: 3.7.2.0
 
 Package: xtrans-dev
 Architecture: all


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2363 - in trunk/lib/xtrans/debian: . patches

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 02:07:11 -0400 (Fri, 30 Jun 2006)
New Revision: 2363

Added:
   trunk/lib/xtrans/debian/patches/03_SECURITY_setuid.diff
Modified:
   trunk/lib/xtrans/debian/changelog
   trunk/lib/xtrans/debian/patches/series
Log:
* Security update. Fix for setuid privledge escalation vulernabilities.
  See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
  the full advisory.

Modified: trunk/lib/xtrans/debian/changelog
===
--- trunk/lib/xtrans/debian/changelog   2006-06-30 05:59:40 UTC (rev 2362)
+++ trunk/lib/xtrans/debian/changelog   2006-06-30 06:07:11 UTC (rev 2363)
@@ -1,3 +1,11 @@
+xtrans (1.0.0-6) unstable; urgency=high
+
+  * Security update. Fix for setuid privledge escalation vulernabilities.
+See http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for
+the full advisory.
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 02:06:09 -0400
+
 xtrans (1.0.0-5) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Added: trunk/lib/xtrans/debian/patches/03_SECURITY_setuid.diff
===
--- trunk/lib/xtrans/debian/patches/03_SECURITY_setuid.diff 2006-06-30 
05:59:40 UTC (rev 2362)
+++ trunk/lib/xtrans/debian/patches/03_SECURITY_setuid.diff 2006-06-30 
06:07:11 UTC (rev 2363)
@@ -0,0 +1,31 @@
+Index: xtrans/Xtranslcl.c
+===
+--- xtrans.orig/Xtranslcl.c2006-06-30 02:02:58.0 -0400
 xtrans/Xtranslcl.c 2006-06-30 02:04:46.0 -0400
+@@ -360,7 +360,10 @@
+   uid_t   saved_euid;
+ 
+   saved_euid = geteuid();
+-  setuid( getuid() ); /** sets the euid to the actual/real uid **/
++/** sets the euid to the actual/real uid **/
++if (setuid( getuid() ) == -1) {
++exit(1);
++}
+   if( chown( slave, saved_euid, -1 ) < 0 ) {
+   exit( 1 );
+   }
+@@ -369,7 +372,13 @@
+ }
+ 
+ waitpid(saved_pid, &exitval, 0);
+-
++if (WIFEXITED(exitval) && WEXITSTATUS(exitval) != 0) {
++ close(fd);
++ close(server);
++ PRMSG(1, "PTSOpenClient: cannot set the owner of %s\n",
++   slave, 0, 0);
++ return(-1);
++}
+ if (chmod(slave, 0666) < 0) {
+   close(fd);
+   close(server);

Modified: trunk/lib/xtrans/debian/patches/series
===
--- trunk/lib/xtrans/debian/patches/series  2006-06-30 05:59:40 UTC (rev 
2362)
+++ trunk/lib/xtrans/debian/patches/series  2006-06-30 06:07:11 UTC (rev 
2363)
@@ -1,2 +1,3 @@
 01_hurd_maxhostnamelen.diff -p3
 02_gnu-kbsd_sock_un.diff -p0
+03_SECURITY_setuid.diff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2362 - tags/app/xbase-clients

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 01:59:40 -0400 (Fri, 30 Jun 2006)
New Revision: 2362

Added:
   tags/app/xbase-clients/xbase-clients-1:7.1.ds-2/
Log:
Tag upload of xbase-clients-1:7.1.ds-2 to unstable


Copied: tags/app/xbase-clients/xbase-clients-1:7.1.ds-2 (from rev 2361, 
trunk/app/xbase-clients)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#375970: xorg: [INTL:sv] Swedish debconf templates translation

2006-06-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 375970 pending
Bug#375970: xorg: [INTL:sv] Swedish debconf templates translation
Tags were: l10n patch
Tags added: pending

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#375970: xorg: [INTL:sv] Swedish debconf templates translation

2006-06-29 Thread Christian Perrier
tags 375970 pending
thanks

Quoting Daniel Nylander ([EMAIL PROTECTED]):
> Package: xorg
> Severity: wishlist
> Tags: patch l10n
> 
> 
> Here is the updated Swedish debconf translation for xorg.
> 
> Regards,
> Daniel Nylander


Commited



signature.asc
Description: Digital signature


Bug#366245: X crashes with Sig 11 when switching from console to GUI using Alt + Fn keys

2006-06-29 Thread Toufeeq Hussain

This seems to be fixed in the latest version of xserver-xorg.
Please close this bug.

Xorg details are as follows:


[EMAIL PROTECTED]:~$ dpkg-query -s xserver-xorg
Package: xserver-xorg
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 576
Maintainer: Debian X Strike Force 
Architecture: all
Source: xorg
Version: 1:7.0.22
Replaces: xserver-common
Depends: xserver-xorg-core, xserver-xorg-video-all |
xserver-xorg-video, xserver-xorg-input-all | xserver-xorg-input,
debconf, xkb-data | xkb-data-legacy, xbase-clients
Pre-Depends: x11-common (>= 7.0.0-0ubuntu3)
Recommends: laptop-detect, xresprobe, mdetect, discover1 | discover
Conflicts: xserver-xfree86 (<< 6.8.2.dfsg.1-1), xserver-common
Conffiles:
/etc/init.d/xserver-xorg 3a12829045ded9a8427be206f7861f5e obsolete
Description: the X.Org X server
This package depends on the full suite of the server and drivers for the
X.Org X server, as well as providing a configuration infrastructure to manage
xorg.conf.  It does not provide the actual server itself, but removing it
is strongly discouraged.
=

Thanks,
Toufeeq
--
blog @ http://toufeeq.blogspot.com


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2361 - in trunk/app/xbase-clients/debian: . patches

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 01:13:43 -0400 (Fri, 30 Jun 2006)
New Revision: 2361

Added:
   trunk/app/xbase-clients/debian/patches/14_SECURITY_setuid.diff
Modified:
   trunk/app/xbase-clients/debian/changelog
   trunk/app/xbase-clients/debian/patches/series
Log:
* Security update. Fix for setuid privledge escalation vulernabilities in
  xinit, xf86dga, and xload. See
  http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for the
  full advisory. This package applies the patches for the 7.0 release of
  those apps.

Modified: trunk/app/xbase-clients/debian/changelog
===
--- trunk/app/xbase-clients/debian/changelog2006-06-30 05:04:00 UTC (rev 
2360)
+++ trunk/app/xbase-clients/debian/changelog2006-06-30 05:13:43 UTC (rev 
2361)
@@ -1,3 +1,13 @@
+xbase-clients (1:7.1.ds-2) unstable; urgency=high
+
+  * Security update. Fix for setuid privledge escalation vulernabilities in
+xinit, xf86dga, and xload. See
+http://lists.freedesktop.org/archives/xorg/2006-June/016146.html for the
+full advisory. This package applies the patches for the 7.0 release of
+those apps.
+
+ -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 01:10:17 -0400
+
 xbase-clients (1:7.1.ds-1) unstable; urgency=low
 
   [ Steve Langasek ]

Added: trunk/app/xbase-clients/debian/patches/14_SECURITY_setuid.diff
===
--- trunk/app/xbase-clients/debian/patches/14_SECURITY_setuid.diff  
2006-06-30 05:04:00 UTC (rev 2360)
+++ trunk/app/xbase-clients/debian/patches/14_SECURITY_setuid.diff  
2006-06-30 05:13:43 UTC (rev 2361)
@@ -0,0 +1,72 @@
+Index: xbase-clients/xf86dga-X11R7.0-1.0.1/dga.c
+===
+--- xbase-clients.orig/xf86dga-X11R7.0-1.0.1/dga.c 2006-06-30 
01:06:00.0 -0400
 xbase-clients/xf86dga-X11R7.0-1.0.1/dga.c  2006-06-30 01:06:50.0 
-0400
+@@ -16,6 +16,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -141,7 +142,10 @@
+ 
+ #ifndef __UNIXOS2__
+/* Give up root privs */
+-   setuid(getuid());
++   if (setuid(getuid()) == -1) {
++  fprintf(stderr, "Unable to change uid: %s\n", strerror(errno));
++  exit(2);
++   }
+ #endif
+ 
+XF86DGASetViewPort(dis, DefaultScreen(dis), 0, 0);
+Index: xbase-clients/xinit/xinit.c
+===
+--- xbase-clients.orig/xinit/xinit.c   2006-06-30 01:07:11.0 -0400
 xbase-clients/xinit/xinit.c2006-06-30 01:07:49.0 -0400
+@@ -692,7 +692,10 @@
+ startClient(char *client[])
+ {
+   if ((clientpid = vfork()) == 0) {
+-  setuid(getuid());
++if (setuid(getuid()) == -1) {
++Error("cannot change uid: %s\n", strerror(errno));
++_exit(ERR_EXIT);
++}
+   setpgrp(0, getpid());
+   environ = newenviron;
+ #ifdef __UNIXOS2__
+Index: xbase-clients/xload-X11R7.0-1.0.1/xload.c
+===
+--- xbase-clients.orig/xload-X11R7.0-1.0.1/xload.c 2006-06-30 
01:08:01.0 -0400
 xbase-clients/xload-X11R7.0-1.0.1/xload.c  2006-06-30 01:08:51.0 
-0400
+@@ -35,6 +35,7 @@
+  */
+ 
+ 
++#include 
+ #include  
+ #include 
+ #include 
+@@ -162,8 +163,17 @@
+ /* For security reasons, we reset our uid/gid after doing the necessary
+system initialization and before calling any X routines. */
+ InitLoadPoint();
+-setgid(getgid()); /* reset gid first while still (maybe) root */
+-setuid(getuid());
++/* reset gid first while still (maybe) root */
++if (setgid(getgid()) == -1) {
++   fprintf(stderr, "%s: setgid failed: %s\n", 
++   ProgramName, strerror(errno));
++   exit(1);
++}
++if (setuid(getuid()) == -1) {
++   fprintf(stderr, "%s: setuid failed: %s\n", 
++   ProgramName, strerror(errno));
++   exit(1);
++}
+ 
+ XtSetLanguageProc(NULL, (XtLanguageProc) NULL, NULL);
+ 

Modified: trunk/app/xbase-clients/debian/patches/series
===
--- trunk/app/xbase-clients/debian/patches/series   2006-06-30 05:04:00 UTC 
(rev 2360)
+++ trunk/app/xbase-clients/debian/patches/series   2006-06-30 05:13:43 UTC 
(rev 2361)
@@ -10,3 +10,4 @@
 11_xkb_documentation_updates.diff -p0
 12_startx_paths.diff
 pkgconfig_naughtiness -p0
+14_SECURITY_setuid.diff


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2360 - in trunk/debian/xorg/debian: . po

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: bubulle
Date: 2006-06-30 01:04:00 -0400 (Fri, 30 Jun 2006)
New Revision: 2360

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/po/sv.po
Log:
Swedish translation update

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2359:2360 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2359 - tags/app/xdm

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 01:03:05 -0400 (Fri, 30 Jun 2006)
New Revision: 2359

Added:
   tags/app/xdm/xdm-1:1.0.5-1/
Log:
Tag upload of xdm-1:1.0.5-1 to unstable. This one is all Eugene.


Copied: tags/app/xdm/xdm-1:1.0.5-1 (from rev 2358, trunk/app/xdm)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2358 - trunk/app/xdm/debian

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 00:42:44 -0400 (Fri, 30 Jun 2006)
New Revision: 2358

Modified:
   trunk/app/xdm/debian/changelog
Log:
Credit Eugene since this is all his work

Modified: trunk/app/xdm/debian/changelog
===
--- trunk/app/xdm/debian/changelog  2006-06-30 04:27:27 UTC (rev 2357)
+++ trunk/app/xdm/debian/changelog  2006-06-30 04:42:44 UTC (rev 2358)
@@ -1,5 +1,6 @@
 xdm (1:1.0.5-1) unstable; urgency=high
 
+  [ Eugene Konev ]
   * New upstream release. Fixes security bug on linux-2.6 kernels.
   * Don't build-depend on libselinux1-dev on non-linux arches, thanks
 Michael Banck and Christian Perrier (closes: #369519)
@@ -8,7 +9,7 @@
   * Update README.Debian, thanks Kevin Ryde (closes: #373870)
   * Pass APP_MAN_SUFFIX=1 to configure explicitely.
 
- -- Eugene Konev <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 09:17:28 +0800
+ -- David Nusinow <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 00:42:11 -0400
 
 xdm (1:1.0.4-2) unstable; urgency=low
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2357 - in trunk/app/xdm: . config debian greeter

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-30 00:27:27 -0400 (Fri, 30 Jun 2006)
New Revision: 2357

Modified:
   trunk/app/xdm/Makefile.in
   trunk/app/xdm/aclocal.m4
   trunk/app/xdm/config.h.in
   trunk/app/xdm/config/Makefile.in
   trunk/app/xdm/configure
   trunk/app/xdm/debian/changelog
   trunk/app/xdm/greeter/Makefile.in
Log:
Autoreconf for the win

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2356:2357 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#372077: use NEWS.Debian

2006-06-29 Thread Marc Wilson
On Thu, Jun 29, 2006 at 09:09:31PM -0400, David Nusinow wrote:
> On Fri, Jun 23, 2006 at 04:01:38PM -0400, Joey Hess wrote:
> > One way to fix this would be to promote apt-listchanges to standard
> > priority so it's available everywhere and add a NEWS.Debian entry for
> > the issue.
> 
> I would love this personally. I feel like apt-listchanges should be
> standard, and to be honest, I'm sick of telling newbies in #debian to
> install it. That it would solve this bug is the cherry on top.

Of course, now that apt-listchanges is broken in unstable while people
argue about upstream changes to tar, maybe y'all need to find another way.
:)

Just FYI.

-- 
 Marc Wilson |  need help: my first packet to my provider
 [EMAIL PROTECTED] | gets lost :-(  sel: dont send the first one,
 | start with #2 * netgod is kidding


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Bug#372077: use NEWS.Debian

2006-06-29 Thread David Nusinow
On Thu, Jun 29, 2006 at 09:09:31PM -0400, David Nusinow wrote:
> On Fri, Jun 23, 2006 at 04:01:38PM -0400, Joey Hess wrote:
> > One way to fix this would be to promote apt-listchanges to standard
> > priority so it's available everywhere and add a NEWS.Debian entry for
> > the issue.
> 
> I would love this personally. I feel like apt-listchanges should be
> standard, and to be honest, I'm sick of telling newbies in #debian to
> install it. That it would solve this bug is the cherry on top.

Actually, on second thought this wouldn't work. I actually tried it
previously for other upgrade issues, but the problem is that
apt-listchanges didn't show NEWS items for new packages. Since x11-common
and xserver-xorg are both new packages for an upgrade from sarge, the
program won't show the entry. There's going to have to be something ugly in
the package scripts I'm sure, I just don't know what yet.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processed: reassign 376026 to libxau-dev

2006-06-29 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.20
> reassign 376026 libxau-dev
Bug#376026: xbase-clients: man pages still broken
Bug reassigned from package `xbase-clients' to `libxau-dev'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#372077: use NEWS.Debian

2006-06-29 Thread Matt Zimmerman
On Thu, Jun 29, 2006 at 09:09:31PM -0400, David Nusinow wrote:
> On Fri, Jun 23, 2006 at 04:01:38PM -0400, Joey Hess wrote:
> > One way to fix this would be to promote apt-listchanges to standard
> > priority so it's available everywhere and add a NEWS.Debian entry for
> > the issue.
> 
> I would love this personally. I feel like apt-listchanges should be
> standard, and to be honest, I'm sick of telling newbies in #debian to
> install it. That it would solve this bug is the cherry on top.

If it is important that it be displayed prior to the upgrade, and give the
user a chance to abort it, then debconf seems more approriate.  If it's
sufficient to notify the user after the fact that they need to verify their
system, then this would be better suited to something like update-notifier.

-- 
 - mdz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2356 - in trunk/app/xdm/debian: . patches

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-29 22:57:50 -0400 (Thu, 29 Jun 2006)
New Revision: 2356

Modified:
   trunk/app/xdm/debian/changelog
   trunk/app/xdm/debian/control
   trunk/app/xdm/debian/patches/debian.diff
   trunk/app/xdm/debian/rules
   trunk/app/xdm/debian/xdm.README.Debian
   trunk/app/xdm/debian/xdm.init
   trunk/app/xdm/debian/xdm.install
Log:
* New upstream release. Fixes security bug on linux-2.6 kernels.
* Don't build-depend on libselinux1-dev on non-linux arches, thanks
  Michael Banck and Christian Perrier (closes: #369519)
* Fix init script reload target, thanks Alexandr Kazda (closes: #365548)
* Fix authDir reference in xdm(1), thanks Kevin Ryde (closes: #373138)
* Update README.Debian, thanks Kevin Ryde (closes: #373870)
* Pass APP_MAN_SUFFIX=1 to configure explicitely.

Modified: trunk/app/xdm/debian/changelog
===
--- trunk/app/xdm/debian/changelog  2006-06-30 02:49:44 UTC (rev 2355)
+++ trunk/app/xdm/debian/changelog  2006-06-30 02:57:50 UTC (rev 2356)
@@ -1,3 +1,15 @@
+xdm (1:1.0.5-1) UNRELEASED; urgency=low
+
+  * New upstream release. Fixes security bug on linux-2.6 kernels.
+  * Don't build-depend on libselinux1-dev on non-linux arches, thanks
+Michael Banck and Christian Perrier (closes: #369519)
+  * Fix init script reload target, thanks Alexandr Kazda (closes: #365548)
+  * Fix authDir reference in xdm(1), thanks Kevin Ryde (closes: #373138)
+  * Update README.Debian, thanks Kevin Ryde (closes: #373870)
+  * Pass APP_MAN_SUFFIX=1 to configure explicitely.
+
+ -- Eugene Konev <[EMAIL PROTECTED]>  Fri, 30 Jun 2006 09:17:28 +0800
+
 xdm (1:1.0.4-2) unstable; urgency=low
 
   * Pre-depend on x11-common. Thanks Eugene Konev.

Modified: trunk/app/xdm/debian/control
===
--- trunk/app/xdm/debian/control2006-06-30 02:49:44 UTC (rev 2355)
+++ trunk/app/xdm/debian/control2006-06-30 02:57:50 UTC (rev 2356)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force 
 Uploaders: David Nusinow <[EMAIL PROTECTED]>, Branden Robinson <[EMAIL 
PROTECTED]>, Fabio M. Di Nitto <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5.0.0), pkg-config, libxmu-dev (>= 1:1.0.1-1), 
libx11-dev (>= 2:1.0.0-1), libxau-dev (>= 1:1.0.0-1), libxaw7-dev (>= 
1:1.0.1-1), libpam0g-dev, libselinux1-dev, libxinerama-dev (>= 1:1.0.1-1), quilt
+Build-Depends: debhelper (>= 5.0.0), pkg-config, libxmu-dev (>= 1:1.0.1-1), 
libx11-dev (>= 2:1.0.0-1), libxau-dev (>= 1:1.0.0-1), libxaw7-dev (>= 
1:1.0.1-1), libpam0g-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 
!kfreebsd-amd64], libxinerama-dev (>= 1:1.0.1-1), quilt
 Standards-Version: 3.7.2.0
 
 Package: xdm

Modified: trunk/app/xdm/debian/patches/debian.diff
===
--- trunk/app/xdm/debian/patches/debian.diff2006-06-30 02:49:44 UTC (rev 
2355)
+++ trunk/app/xdm/debian/patches/debian.diff2006-06-30 02:57:50 UTC (rev 
2356)
@@ -5,10 +5,10 @@
 Ported parts of 905_debian_xdm.diff. Some changes are now done through
 configure flags
 
-Index: xdm/config/Makefile.am
+Index: xdm-1.0.5/config/Makefile.am
 ===
 xdm.orig/config/Makefile.am2006-04-29 15:04:42.0 -0400
-+++ xdm/config/Makefile.am 2006-04-29 19:00:02.0 -0400
+--- xdm-1.0.5.orig/config/Makefile.am  2006-06-26 13:12:23.0 +0800
 xdm-1.0.5/config/Makefile.am   2006-06-26 13:12:43.0 +0800
 @@ -54,7 +54,7 @@
  -DXDMDIR=$(XDMLIBDIR) -DXDMLOGDIR=$(XDMLOGDIR) -DXDMPIDDIR=$(XDMPIDDIR) \
  -DXDMCONFIGDIR=$(XDMCONFIGDIR) -DXDMSCRIPTDIR=$(XDMSCRIPTDIR) \
@@ -18,10 +18,10 @@
  
  Xservers.ws: $(srcdir)/Xservers.ws.cpp
$(RAWCPP) $(RAWCPPFLAGS) $(CPP_FILES_FLAGS) < $(srcdir)/Xservers.ws.cpp 
| $(CPP_SED_MAGIC) > $@
-Index: xdm/config/Xresources.cpp
+Index: xdm-1.0.5/config/Xresources.cpp
 ===
 xdm.orig/config/Xresources.cpp 2006-04-29 18:55:26.0 -0400
-+++ xdm/config/Xresources.cpp  2006-04-29 18:59:26.0 -0400
+--- xdm-1.0.5.orig/config/Xresources.cpp   2006-06-26 13:12:41.0 
+0800
 xdm-1.0.5/config/Xresources.cpp2006-06-26 13:12:43.0 +0800
 @@ -20,10 +20,10 @@
CtrlReturn: set-session-argument(failsafe) finish-field()NLBS
Return: set-session-argument() finish-field()
@@ -35,10 +35,10 @@
  xlogin*namePrompt: \040\040\040\040\040\040\040Login:
  #endif /* XPM */
  xlogin*fail: Login incorrect
-Index: xdm/config/Xservers.ws.cpp
+Index: xdm-1.0.5/config/Xservers.ws.cpp
 ===
 xdm.orig/config/Xservers.ws.cpp2006-04-29 14:55:31.0 -0400
-+++ xdm/config/Xservers.ws.cpp 2006-04-29 18:59:26.0 -0400
+--- xdm-1.0.5.orig/config/Xservers.ws.cpp  2006-06-26 13:12:23.000

X Strike Force X.Org X11 SVN commit: r2355 - in trunk/app/xdm: . config greeter

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-29 22:49:44 -0400 (Thu, 29 Jun 2006)
New Revision: 2355

Modified:
   trunk/app/xdm/ChangeLog
   trunk/app/xdm/Makefile.in
   trunk/app/xdm/README
   trunk/app/xdm/access.c
   trunk/app/xdm/aclocal.m4
   trunk/app/xdm/config.h.in
   trunk/app/xdm/config/Makefile.in
   trunk/app/xdm/config/Xaccess
   trunk/app/xdm/config/xdm-config.cpp
   trunk/app/xdm/configure
   trunk/app/xdm/configure.ac
   trunk/app/xdm/dm.h
   trunk/app/xdm/genauth.c
   trunk/app/xdm/greeter/Makefile.am
   trunk/app/xdm/greeter/Makefile.in
   trunk/app/xdm/greeter/greet.c
   trunk/app/xdm/resource.c
   trunk/app/xdm/session.c
   trunk/app/xdm/xdmcp.c
   trunk/app/xdm/xdmshell.c
Log:
Merge xdm 1.0.5 in to working branch

Including diff would make mail exceed size limit of 10 bytes.
Use "svn diff -r 2354:2355 http://necrotic.deadbeast.net/svn/xorg-x11/";
to view diff.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



X Strike Force X.Org X11 SVN commit: r2354 - in vendor/X11R7.1/app/xdm: . config greeter

2006-06-29 Thread X Strike Force SVN Repository Admin
Author: dnusinow
Date: 2006-06-29 22:31:38 -0400 (Thu, 29 Jun 2006)
New Revision: 2354

Modified:
   vendor/X11R7.1/app/xdm/ChangeLog
   vendor/X11R7.1/app/xdm/README
   vendor/X11R7.1/app/xdm/access.c
   vendor/X11R7.1/app/xdm/aclocal.m4
   vendor/X11R7.1/app/xdm/config/Xaccess
   vendor/X11R7.1/app/xdm/config/xdm-config.cpp
   vendor/X11R7.1/app/xdm/configure
   vendor/X11R7.1/app/xdm/configure.ac
   vendor/X11R7.1/app/xdm/dm.h
   vendor/X11R7.1/app/xdm/genauth.c
   vendor/X11R7.1/app/xdm/greeter/Makefile.am
   vendor/X11R7.1/app/xdm/greeter/Makefile.in
   vendor/X11R7.1/app/xdm/greeter/greet.c
   vendor/X11R7.1/app/xdm/resource.c
   vendor/X11R7.1/app/xdm/session.c
   vendor/X11R7.1/app/xdm/xdmcp.c
   vendor/X11R7.1/app/xdm/xdmshell.c
Log:
Vendor drop of xdm 1.0.5

Modified: vendor/X11R7.1/app/xdm/ChangeLog
===
--- vendor/X11R7.1/app/xdm/ChangeLog2006-06-25 23:34:46 UTC (rev 2353)
+++ vendor/X11R7.1/app/xdm/ChangeLog2006-06-30 02:31:38 UTC (rev 2354)
@@ -1,3 +1,13 @@
+2006-06-22  Alan Coopersmith  <[EMAIL PROTECTED]>
+
+   * configure.ac: 
+   Version bump: 1.0.5
+
+2006-06-20  Matthieu Herrb <[EMAIL PROTECTED]>
+   * session.c:
+   * xdmshell.c:
+   Check setuid() return value. Bugzilla #7116.
+
 2006-04-27  Alan Coopersmith  <[EMAIL PROTECTED]>
 
* configure.ac: 

Modified: vendor/X11R7.1/app/xdm/README
===
--- vendor/X11R7.1/app/xdm/README   2006-06-25 23:34:46 UTC (rev 2353)
+++ vendor/X11R7.1/app/xdm/README   2006-06-30 02:31:38 UTC (rev 2354)
@@ -19,4 +19,4 @@
--with-xdmconfigdir=/etc/X11/xdm --with-xdmlibdir=$(prefix)/lib/xdm
--with-xdmscriptdir=/etc/X11/xdm
 
-$Id: README,v 1.3 2005/12/11 20:43:48 alanc Exp $
+$Id: README,v 1.2 2005/10/26 03:17:17 alanc Exp $

Modified: vendor/X11R7.1/app/xdm/access.c
===
--- vendor/X11R7.1/app/xdm/access.c 2006-06-25 23:34:46 UTC (rev 2353)
+++ vendor/X11R7.1/app/xdm/access.c 2006-06-30 02:31:38 UTC (rev 2354)
@@ -1,5 +1,5 @@
 /*
- * $XdotOrg$
+ * $XdotOrg: app/xdm/access.c,v 1.2 2004/04/23 19:54:42 eich Exp $
  * $Xorg: access.c,v 1.5 2001/02/09 02:05:40 xorgcvs Exp $
  *
 Copyright 1990, 1998  The Open Group

Modified: vendor/X11R7.1/app/xdm/aclocal.m4
===
--- vendor/X11R7.1/app/xdm/aclocal.m4   2006-06-25 23:34:46 UTC (rev 2353)
+++ vendor/X11R7.1/app/xdm/aclocal.m4   2006-06-30 02:31:38 UTC (rev 2354)
@@ -1112,40 +1112,40 @@
 
 if test x$APP_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) APP_MAN_SUFFIX=1x ;;
+   linux* | k*bsd*-gnu)APP_MAN_SUFFIX=1x ;;
*)  APP_MAN_SUFFIX=1  ;;
 esac
 fi
 if test x$APP_MAN_DIR = x; then
 case $host_os in
-   linux*) APP_MAN_DIR='$(mandir)/man1' ;;
+   linux* | k*bsd*-gnu)APP_MAN_DIR='$(mandir)/man1' ;;
*)  APP_MAN_DIR='$(mandir)/man$(APP_MAN_SUFFIX)' ;;
 esac
 fi
 
 if test x$LIB_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) LIB_MAN_SUFFIX=3x ;;
+   linux* | k*bsd*-gnu)LIB_MAN_SUFFIX=3x ;;
*)  LIB_MAN_SUFFIX=3  ;;
 esac
 fi
 if test x$LIB_MAN_DIR = x; then
 case $host_os in
-   linux*) LIB_MAN_DIR='$(mandir)/man3' ;;
+   linux* | k*bsd*-gnu)LIB_MAN_DIR='$(mandir)/man3' ;;
*)  LIB_MAN_DIR='$(mandir)/man$(LIB_MAN_SUFFIX)' ;;
 esac
 fi
 
 if test x$FILE_MAN_SUFFIX = x; then
 case $host_os in
-   linux*) FILE_MAN_SUFFIX=5x ;;
+   linux* | k*bsd*-gnu)FILE_MAN_SUFFIX=5x ;;
solaris*)   FILE_MAN_SUFFIX=4  ;;
*)  FILE_MAN_SUFFIX=5  ;;
 esac
 fi
 if test x$FILE_MAN_DIR = x; then
 case $host_os in
-   linux*) FILE_MAN_DIR='$(mandir)/man5' ;;
+   linux* | k*bsd*-gnu)FILE_MAN_DIR='$(mandir)/man5' ;;
*)  FILE_MAN_DIR='$(mandir)/man$(FILE_MAN_SUFFIX)' ;;
 esac
 fi
@@ -1154,14 +1154,14 @@
 # LinuxDebian, not other Linuxes, so we leave it unchanged here
 if test x$MISC_MAN_SUFFIX = x; then
 case $host_os in
-#  linux*) MISC_MAN_SUFFIX=7x ;;
+#  linux* | k*bsd*-gnu)MISC_MAN_SUFFIX=7x ;;
solaris*)   MISC_MAN_SUFFIX=5  ;;
*)  MISC_MAN_SUFFIX=7  ;;
 esac
 fi
 if test x$MISC_MAN_DIR = x; then
 case $host_os in
-#  linux*) MISC_MAN_DIR='$(mandir)/man7' ;;
+#  linux* | k*bsd*-gnu)MISC_MAN_DIR='$(mandir)/man7' ;;
*)  MISC_MAN_DIR='$(mandir)/man$(MISC_MAN_SUFFIX)' ;;
 esac
 fi
@@ -1170,14 +1170,14 @@
 # LinuxDebian, not other Linuxes, so we leave it unchanged here
 if test x$DRIVER_MAN_SUFFIX = x; then
 case $host_os in
-#  linux*) DRIVER_MAN_SUFFIX=4x ;;
+#  linux* | k*bsd*-gnu)DRIVER_MAN_SUFFIX=4x ;;
solaris*)   DRIVER_MA

Bug#372077: use NEWS.Debian

2006-06-29 Thread David Nusinow
On Fri, Jun 23, 2006 at 04:01:38PM -0400, Joey Hess wrote:
> One way to fix this would be to promote apt-listchanges to standard
> priority so it's available everywhere and add a NEWS.Debian entry for
> the issue.

I would love this personally. I feel like apt-listchanges should be
standard, and to be honest, I'm sick of telling newbies in #debian to
install it. That it would solve this bug is the cherry on top.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#376060: xorg: Please add m32r support

2006-06-29 Thread Kazuhiro Inaoka

Package:xorg
Version:7.0.22
Serverity:wishlist
Tags:patch

This patch adds support for m32r target to xorg.

Regards,

Kazuhiro Inaoka
--- debian/scripts/vars.m32r.orig   1970-01-01 09:00:00.0 +0900
+++ debian/scripts/vars.m32r2006-06-19 16:10:23.0 +0900
@@ -0,0 +1,10 @@
+
+# This file is NOT a shell script.
+#
+# This file gets included by both debian/rules (make) AND the scripts in
+# debian/scripts (Bourne shell).
+XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-apm, xserver-xorg-video-ark, 
xserver-xorg-video-ati, xserver-xorg-video-chips, xserver-xorg-video-cirrus, 
xserver-xorg-video-cyrix, xserver-xorg-video-dummy, xserver-xorg-video-fbdev, 
xserver-xorg-video-glint, xserver-xorg-video-i128, xserver-xorg-video-i740, 
xserver-xorg-video-i810, xserver-xorg-video-imstt, xserver-xorg-video-mga, 
xserver-xorg-video-neomagic, xserver-xorg-video-newport, 
xserver-xorg-video-nsc, xserver-xorg-video-nv, xserver-xorg-video-rendition, 
xserver-xorg-video-s3, xserver-xorg-video-s3virge, xserver-xorg-video-savage, 
xserver-xorg-video-siliconmotion, xserver-xorg-video-sis, 
xserver-xorg-video-sisusb, xserver-xorg-video-tdfx, xserver-xorg-video-tga, 
xserver-xorg-video-trident, xserver-xorg-video-tseng, xserver-xorg-video-vesa, 
xserver-xorg-video-vga, xserver-xorg-video-via, xserver-xorg-video-voodoo, 
xserver-xorg-video-vmware, xserver-xorg-video-v4l"
+
+# xserver-xorg-video-glide,
+
+XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-evdev, xserver-xorg-input-kbd, 
xserver-xorg-input-mouse, xserver-xorg-input-synaptics, 
xserver-xorg-input-wacom"


Re: Bug#374221: marked as done (x11-common: /usr/X11R6/bin also in package xserver-common-v3)

2006-06-29 Thread David Nusinow
On Sun, Jun 25, 2006 at 02:48:12AM -0700, Debian Bug Tracking System wrote:
> From: Filipus Klutiero <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Invalid
> Date: Sun, 25 Jun 2006 05:45:38 -0400
> 
> Closing this bug as invalid, as packages not in stable/testing are not 
> supported. xserver-common-v3 is only in oldstable.

Please don't do this. We do support adding conflicts for packages in older
versions of Debian, and there's no reason at all not to support people who
installed ages ago and simply have old packages lying around. We may not be
able to support unofficial packages such as opera, but for old Debian
packages there's definitely a justification for it. The point is to make
this as painless as possible.

 - David Nusinow


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#376055: x11-common: dexconf ignores mouse port and protocol selections

2006-06-29 Thread Ilguiz Latypov
Package: x11-common
Version: 1:7.0.22
Severity: important
Tags: patch


Trying to figure why my choice of ImPS/2 isn't stored in xorg.conf,
I found that dexconf ignored it.  Here is the patch.

===
--- dexconf.orig2006-06-11 23:40:18.0 -0400
+++ dexconf 2006-06-28 14:22:54.0 -0400
@@ -287,8 +287,8 @@
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
-   Option  "Device""/dev/input/mice"
-   Option  "Protocol"  "ExplorerPS/2"
+   Option  "Device""$MOUSE_PORT"
+   Option  "Protocol"  "$MOUSE_PROTOCOL"
 SECTION
 if [ -n "$DO_EMULATE3BUTTONS" ]; then
   printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4
===

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.2  Debian configuration management sy
ii  debianutils   2.16.1 Miscellaneous utilities specific t
ii  lsb-base  3.1-10 Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
  x11-common/xwrapper/nice_value: 0
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/x11r6_bin_not_empty:
* x11-common/upgrade_issues:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#318849: xserver-xorg: machine randomly crashes when using X on beige G3 (oldworld powerpc)

2006-06-29 Thread Michael Jarosch
Package: xserver-xorg
Version: 1:7.0.22
Followup-For: Bug #318849

Total system lockup. Can't figure out, why.
Machine runs for days when just using as a server with no direct
Interaction on keyboard or mouse. When I use the machine directly with
the keyboard on X (xfce), it crashes about once a day. A real lockup -
no rescue via nework. The crash happens with different programs active
(firefox, thunderbird, lyx, abiword, ...) and with different memory usage.
I suspect X, because I had no problems using the terminal.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg depends on:
ii  debconf   1.5.2  Debian configuration
management sy
ii  x11-common1:7.0.22   X Window System (X.Org)
infrastruc
ii  xbase-clients 1:7.0.1-2  miscellaneous X clients
ii  xkb-data  0.8-5  X Keyboard Extension (XKB)
configu
ii  xserver-xorg-core 1:1.0.2-8  X.Org X server -- core server
ii  xserver-xorg-input-al 1:7.0.22   the X.Org X server -- input
driver
ii  xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev
input driv
ii  xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard
input d
ii  xserver-xorg-input-mo 1:1.0.4-3  X.Org X server -- mouse
input driv
ii  xserver-xorg-video-al 1:7.0.22   the X.Org X server --
output drive
ii  xserver-xorg-video-at 1:6.5.8.0-1X.Org X server -- ATI
display driv
ii  xserver-xorg-video-ch 1:1.0.1.3-3X.Org X server -- Chips
display dr
ii  xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev
display dr
ii  xserver-xorg-video-gl 1:1.0.1.3-3X.Org X server -- Glint
display dr
ii  xserver-xorg-video-im 1:1.0.0.5-2X.Org X server -- IMSTT
display dr
ii  xserver-xorg-video-mg 1:1.2.1.3.dfsg.1-2 X.Org X server -- MGA
display driv
ii  xserver-xorg-video-nv 1:1.0.1.5-2X.Org X server -- NV
display drive
ii  xserver-xorg-video-s3 1:1.8.6.5-2X.Org X server -- S3 ViRGE
display
ii  xserver-xorg-video-sa 1:2.0.2.3-4X.Org X server -- Savage
display d
ii  xserver-xorg-video-si 1:0.8.1.3-2X.Org X server -- SiS
display driv
ii  xserver-xorg-video-si 1:0.7.1.3-2X.Org X server -- SiS USB
display
ii  xserver-xorg-video-td 1:1.1.1.3-3X.Org X server -- tdfx
display dri
ii  xserver-xorg-video-tr 1:1.0.1.2-2X.Org X server -- Trident
display
ii  xserver-xorg-video-v4 0.0.1.5-1  X.Org X server -- Video 4
Linux di
ii  xserver-xorg-video-vg 1:4.0.0.5-2X.Org X server -- VGA
display driv

Versions of packages xserver-xorg recommends:
ii  discover1 1.7.18 hardware identification system
ii  laptop-detect 0.12.1 attempt to detect a laptop
pn  mdetect(no description available)
pn  xresprobe  (no description available)

-- debconf information:
* xserver-xorg/multiple_possible_x-drivers:
  xserver-xorg/config/monitor/use_sync_ranges: true
* xserver-xorg/config/inputdevice/mouse/port: /dev/input/mice
* xserver-xorg/config/doublequote_in_string_error:
  xserver-xorg/config/monitor/screen-size: 17 inches (430 mm)
* shared/default-x-server: xserver-xorg
* xserver-xorg/autodetect_monitor: false
* xserver-xorg/config/inputdevice/mouse/protocol: ExplorerPS/2
* shared/no_known_x-server:
* xserver-xorg/config/display/default_depth: 15
* xserver-xorg/config/display/modes: 1024x768, 800x600, 640x480
* xserver-xorg/config/device/bus_id_error:
  xserver-xorg/config/monitor/vert-refresh: 43-60
* xserver-xorg/config/inputdevice/keyboard/options:
* xserver-xorg/autodetect_keyboard: false
* xserver-xorg/config/device/use_fbdev: false
* xserver-xorg/config/inputdevice/keyboard/variant: nodeadkeys
* xserver-xorg/config/nonnumeric_string_error:
* xserver-xorg/config/inputdevice/keyboard/layout: de
* xserver-xorg/config/modules: bitmap, ddc, extmod, freetype, int10,
record, type1, v4l, vbe
  xserver-xorg/config/monitor/identifier: Standardbildschirm
* xserver-xorg/config/inputdevice/mouse/emulate3buttons: false
* xserver-xorg/autodetect_mouse: true
  xserver-xorg/config/monitor/horiz-sync: 28-51
* xserver-xorg/config/device/video_ram:
* xserver-xorg/config/monitor/range_input_error:
* xserver-xorg/config/inputdevice/keyboard/model: macintosh
* xserver-xorg/config/device/driver: ati
* xserver-xorg/config/device/identifier: ATI Rage Pro + DVD
  xserver-xorg/config/monitor/selection-method: Advanced
* xserver-xorg/config/null_string_error:
* shared/multiple_possible_x-servers:
* xserver-xorg/config/device/bus_id: PCI:0:18:0
* xserver-xorg/config/write_files_section: true
* xserver-xorg/autodetect_video_card: false
* xserver-xorg/config/monitor/mode-list: 1

xbase-clients 1:7.1.ds-1.1 MIGRATED to testing

2006-06-29 Thread Debian testing watch
FYI: The status of the xbase-clients source package
in Debian's testing distribution has changed.

  Previous version: 1:7.0.1-2
  Current version:  1:7.1.ds-1.1

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#202923: metting you

2006-06-29 Thread Harris
Hire,
i am here sitting in the internet caffe. Found your email and
decided to write. I mig!ht be coming to your placae in 14 days, 
so I decided to email you. May be we can ameet? I am 25 y.o.
girl. I have aa picture if you want. No need to reply here as 
a
this is not my email. Write me at [EMAIL PROTECTED]




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#376026: xbase-clients: man pages still broken

2006-06-29 Thread Scott Webster
Package: xbase-clients
Version: 1:7.1.ds-1.1
Severity: normal

I am still getting messages like the following after upgrading to the latest 
version:

/etc/cron.daily/man-db:
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauFileName.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauGetBestAuthByAddr.3x.gz: bad symlink or 
ROFF `.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauLockAuth.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauGetAuthByAddr.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauWriteAuth.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauReadAuth.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauDisposeAuth.3x.gz: bad symlink or ROFF 
`.so' request
mandb: can't open /usr/share/man/man3x/Xau.3x: No such file or directory
mandb: warning: /usr/share/man/man3/XauUnlockAuth.3x.gz: bad symlink or ROFF 
`.so' request


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (300, 'stable'), (200, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-3X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.2-1  A free implementation of the OpenG
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxaw7 1:1.0.1-5X11 Athena Widget library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-3X11 miscellaneous utility library
ii  libxmuu11:1.0.1-3X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-3X11 event trapping extension libra
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-3X11 Video extension library
ii  libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  x11-common  1:7.0.22 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#376004: xserver-xorg-video-savage: Document how to get DRI working

2006-06-29 Thread Julien Cristau
On Thu, Jun 29, 2006 at 16:55:15 +0100, Chris Halls wrote:

> Package: xserver-xorg-video-savage
> Version: 1:2.0.2.3-4
> Severity: wishlist
> Tags: patch
> 
> Getting DRI working with the Savage driver in this package is not
> documented very well. The main problem I had was that I had not
> installed libgl1-mesa-dri, which contains savage_dri.so that is
> necessary for DRI acceleration. I would like to add a Suggests: on this
> package to control, and I have also documented how to debug these
> problems in a new README.Debian for this package. Please could you
> consider adding this to the package?
> 
I don't think this belongs in a particular driver package,
libgl1-mesa-dri is needed with most (if not all) drivers to get DRI
working.
Before the modular X, such information was in the Debian X FAQ included
with x11-common. I guess it would be a good idea to revive it with
updated information.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#376004: xserver-xorg-video-savage: Document how to get DRI working

2006-06-29 Thread Chris Halls
Package: xserver-xorg-video-savage
Version: 1:2.0.2.3-4
Severity: wishlist
Tags: patch

Getting DRI working with the Savage driver in this package is not
documented very well. The main problem I had was that I had not
installed libgl1-mesa-dri, which contains savage_dri.so that is
necessary for DRI acceleration. I would like to add a Suggests: on this
package to control, and I have also documented how to debug these
problems in a new README.Debian for this package. Please could you
consider adding this to the package?

I haven't made libgl1-mesa-dri a Recommends: because it is quite a large
package, and xserver-xorg-video-savage is often installed on machines
where it is not needed.

Chris

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_GB, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xserver-xorg-video-savage depends on:
ii  libc62.3.6-13GNU C Library: Shared libraries
ii  xserver-xorg-core1:1.0.2-8.1 X.Org X server -- core server

xserver-xorg-video-savage recommends no packages.

-- no debconf information
diff -u xserver-xorg-video-savage-2.0.2.3/debian/changelog 
xserver-xorg-video-savage-2.0.2.3/debian/changelog
--- xserver-xorg-video-savage-2.0.2.3/debian/changelog
+++ xserver-xorg-video-savage-2.0.2.3/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-video-savage (1:2.0.2.3-4.cjh) unstable; urgency=low
+
+  * Add information about debugging 3D acceleration in README.Debian
+
+ -- Chris Halls <[EMAIL PROTECTED]>  Thu, 29 Jun 2006 16:35:08 +0100
+
 xserver-xorg-video-savage (1:2.0.2.3-4) unstable; urgency=low
 
   * Upload to modular
diff -u xserver-xorg-video-savage-2.0.2.3/debian/rules 
xserver-xorg-video-savage-2.0.2.3/debian/rules
--- xserver-xorg-video-savage-2.0.2.3/debian/rules
+++ xserver-xorg-video-savage-2.0.2.3/debian/rules
@@ -70,7 +70,7 @@
dh_testdir
dh_testroot
 
-   dh_installdocs
+   dh_installdocs debian/README.Debian
dh_installchangelogs
dh_install --sourcedir=debian/tmp
dh_link
diff -u xserver-xorg-video-savage-2.0.2.3/debian/control 
xserver-xorg-video-savage-2.0.2.3/debian/control
--- xserver-xorg-video-savage-2.0.2.3/debian/control
+++ xserver-xorg-video-savage-2.0.2.3/debian/control
@@ -11,6 +11,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, xserver-xorg-core (>= 1:0.99.0-1)
 Provides: xserver-xorg-video
 Replaces: xserver-xorg (<< 6.8.2-35)
+Suggests: libgl1-mesa-dri
 Description: X.Org X server -- Savage display driver
  This package provides the driver for the S3/VIA Savage/ProSavage/Twister 
family
  of chipsets.
@@ -20,4 +21,6 @@
  http://lists.freedesktop.org/mailman/listinfo/xorg>
  .
+ You also need to install libgl1-mesa-dri for 3D acceleration of Savage cards
+ .
  This module can be found as the module 'driver/xf86-video-savage' at
  :pserver:[EMAIL PROTECTED]:/cvs/xorg
only in patch2:
unchanged:
--- xserver-xorg-video-savage-2.0.2.3.orig/debian/README.Debian
+++ xserver-xorg-video-savage-2.0.2.3/debian/README.Debian
@@ -0,0 +1,52 @@
+3D acceleration using Savage drivers
+
+
+If 3D acceleration is working, glxinfo (in package mesa-utils) will report:
+  
+  direct rendering: Yes
+
+Also, in your X server log (/var/log/Xorg.0.log)  you will find:
+
+  (**) SAVAGE(0): DRI is enabled
+
+
+Troubleshooting 3D acceleration with Savage drivers
+---
+
+If can not find this in your X server log:
+
+   (**) SAVAGE(0): DRI is enabled
+
+You should check that your X server really is using the Savage driver, and that
+X acceleration is not disabled. You should find a device section like this in
+/etc/X11/xorg.conf:
+
+Section "Device"
+Identifier  "S3"
+Driver  "savage"
+EndSection
+
+If the X server log shows that DRI is disabled, but glxinfo reports that direct
+rendering is not working, you should check that libgl1-mesa-dri is installed.
+This package contains the savage_dri.so DRI module which is needed for direct
+rendering.  If this is installed, look at the output of glxinfo with debug
+information enabled. On a working system you should see something like this:
+
+$ LIBGL_DEBUG=verbose glxinfo
+
+name of display: :0.0
+libGL: XF86DRIGetClientDriverName: 2.0.2 savage (screen 0)
+libGL: OpenDriver: trying /usr/lib/dri/savage_dri.so
+drmOpenByBusid: Searching for BusID pci::01:00.0
+drmOpenDevice: node name is /dev/dri/card0
+drmOpenDevice: open result is 4, (OK)
+drmOpenByBusid: drmOpenMinor returns 4
+drmOpenByBusid: drmGetBusid reports pci::01:00.0
+libGL error:
+Can't open configuration file /etc/drirc: No such file or directory.
+libGL error:
+Can't open configuration file /home/chris/.drirc: No such file or directory.
+display: :0  screen: 0
+dir

Bug#347774: Bug reproduced under wmii-3.1

2006-06-29 Thread Michael Ekstrand

Package: xterm
Version: 210-3

*** Please type your report below this line ***

I have observed this the same bug under wmii-3.1 with my current xterm
version (210-3).  As mentioned above, it occurs sporadically.

- Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-p4d
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xterm depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared 
libraries
ii  libfontconfig12.3.2-7generic font configuration 
library
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange 
library
ii  libncurses5   5.5-2  Shared libraries for 
terminal hand
ii  libsm61:1.0.0-4  X11 Session Management 
library

ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxaw7   1:1.0.1-5  X11 Athena Widget library
ii  libxext6  1:1.0.0-4  X11 miscellaneous 
extension librar
ii  libxft2   2.1.8.2-8  FreeType-based font 
drawing librar
ii  libxmu6   1:1.0.1-3  X11 miscellaneous utility 
library
ii  libxt61:1.0.0-5  X11 toolkit intrinsics 
library

ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  xutils1:7.1.ds-1 X Window System utility 
programs


-- no debconf information



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#375667: x11-common and xserver-xorg unupgradeable due to mutual deathgrip

2006-06-29 Thread Ian Jackson
Daniel Stone writes ("Re: Bug#375667: x11-common and xserver-xorg unupgradeable 
due to mutual deathgrip"):
> crap [in] /usr/X11R6 [and] hardcoded paths into /usr/X11R6.

Right, so we have to make those paths keep working.

> On Wed, Jun 28, 2006 at 05:41:28PM +0100, Ian Jackson wrote:
> > /usr/bin/X11 is a bit tricky.  I think the right answer is to have
> > some preinst move all of the binaries from /usr/bin/X11 to /usr/bin
> > and then sort out the links but this should be done with care.  There
> > should be no need for any Conflicts.
> 
> Happily mangling binaries from other packages?  Ugh.

I think that the results would be correct.  How about I do some tests
and get back to you ?

Problems I'm expecting:
 - I think file conflicts won't be reported by dpkg between
   two packages providing /usr/bin/foo and /usr/bin/X11/foo; instead,
   the later-installed file will simply silently overwrite the earlier
   one and deinstalling the overwritten package will make the file
   disappear.  This is not ideal but probably liveable with.  I'll
   have to check the actual behaviour.
 - dpkg -S will still produce lies mentioning /usr/bin/X11
   some of the time.
 - The thing that moves /usr/bin/X11/* to /usr/bin/. should make
   sure it doesn't overwrite any files.  It also needs to be
   idempotent which will take some care to write.

> > I'm not sure I understand why it is necessary to adjust old systems to
> > conform to the new standard wrt {lib,include}.  Why can't they just be
> > left with the symlinks pointing to where new systems have directories
> > and vice versa ?
> 
> I dind't bother transitioning /usr/X11R6 for Ubuntu, I just left it
> hanging.

Right.  So you think it's fine to leave old installs with links in
/usr/{lib,include}/X11, and have new installs have the links the other
way round ?  That's fine and unless there's something I don't know
about very little should go wrong.

It's also possible to shuffle stuff about but quite hard to do
correctly.

Ian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



lecteur dvd/divx gratuit !!!!!!

2006-06-29 Thread Eurotape
Title: lecteur dvd/divx gratuit !!








 Si cette page ne s'affiche pas correctement dans votre messagerie, cliquez iciCe message vous a été envoyé pour une des raisons suivantes :  • vous vous   êtes enregistrés sur www.eurotape.lu • vous avez passé   une commande • vous avez participé à un jeu concours de   "eurotape.lu" www.eurotape.lu, le grossiste du consommable pour le particulier   Cliquez ici pour vous désabonner de la €urotapeNews   
 



Bug#375667: x11-common and xserver-xorg unupgradeable due to mutual deathgrip

2006-06-29 Thread Daniel Stone
On Wed, Jun 28, 2006 at 05:41:28PM +0100, Ian Jackson wrote:
> So
>  before  /usr/{lib,include}/X11 -> /usr/X11R6/{lib,include}
>  after   /usr/{lib,include}/X11 <- /usr/X11R6/{lib,include}
> and
>  before  /usr/bin/X11 -> /usr/X11R6/bin (real dir)
>  after   /usr/bin/X11 -> ../usr/X11R6/bin -> /usr/bin (by some name)
> 
> That's fine and there are ways of doing these things.
> Are there any other difficulties etc. ?

Only the sheer number of packages that ignored policy, FHS, etc, and
installed a bunch of crap into /usr/X11R6.  Some of them are external
(e.g. Opera).

A lot of people have hardcoded paths into /usr/X11R6.  Sucks.

> I'm not sure I understand why it is necessary to adjust old systems to
> conform to the new standard wrt {lib,include}.  Why can't they just be
> left with the symlinks pointing to where new systems have directories
> and vice versa ?

I dind't bother transitioning /usr/X11R6 for Ubuntu, I just left it
hanging.

> /usr/bin/X11 is a bit tricky.  I think the right answer is to have
> some preinst move all of the binaries from /usr/bin/X11 to /usr/bin
> and then sort out the links but this should be done with care.  There
> should be no need for any Conflicts.

Happily mangling binaries from other packages?  Ugh.


signature.asc
Description: Digital signature