Re: intend to adopt calc, so does someone else--need advice

2003-05-05 Thread Luis Bustamante
Hi, Craig.

> "Craig" == Craig P Steffen <[EMAIL PROTECTED]> writes:

Craig> Greetings, I'm an avid Linux user and programmer, and I'd
Craig> like to become a Debian Developer.  As the first step in
Craig> this process, I'd like to take the calc source package and
Craig> maintain it via a sponsor.

Craig> I have downloaded it, updated the it against a more recent
Craig> Debian Policy version.  I also fixed the only bug against
Craig> the package (a wishlist that there be a file included in
Craig> the documentation).  I have built the package, which is
Craig> lintian clean, and tested on three different Debian
Craig> machines of two different architectures; it's ready to go.

Craig> Here's THE SNAG: I was sitting down to write to this list
Craig> to request a sponsor, I thought I'd check the qa page for
Craig> the package one more to make sure I hadn't missed anything.
Craig> Bug 188998 is from David Rios ([EMAIL PROTECTED]) on April 14
Craig> saying that he intends to adopt it.  I tried e-mailing him
Craig> at that address, but it bounced with a "User Unknown"
Craig> error.  I looked in the Debian Developer key ring, and I
Craig> don't think he's there.

He's in the new maintainers queue, but his email address has changed
(switching jobs). You can reach him at [EMAIL PROTECTED]

Craig> If anyone has any advice as to whether or not it would be
Craig> ethical to pursue getting a sponsor and uploading this
Craig> package, I'd appreciate it.

Cheers,
-- 
Luis Bustamante



Bug#80888: bug #80888: dnrd: Multiple buffer overflows

2003-05-05 Thread Drew Scott Daniels
Sorry for the crosspost, but I wanted to include everyone potentially
interested in this bug.

The home page for dnrd [1] seems to indicate that it is intended for use
for a single computer or an internal network. The typical user will likely
only want to allow input to dnrd from trusted sources [2].

This bug may be worked around (and therefore downgraded) by having a
configuration to warn the user that they must trust the DNS servers
(wherever this is configured), and must trust the users. To allow the
ladder to be effective, configuration of who is allowed to query dnrd is
needed too (default none allowed? configure allowed users through an inetd
implementation?).

This package however seems to be orphaned [3] and has another RC bug [4],
so it may be worth removing this package [5]. Aj suggested [6] that if the
bugs are left as RC (not downgraded/fixed) then the package should be
removed or at least put in experimental.

Rats [7], splint [8], flawfinder [9] or other tools may be useful in
finding the buffer overflows. If upstream wants I can give them the output
from a few of these audit tools to use as a starting point to *fix* these
bugs.

[1] http://users.zoominternet.net/~garsh/dnrd/
[2] ISP DNS's, local users, local network users, but they might not always
be trusted.
[3] http://packages.qa.debian.org/d/dnrd/news/1.html lists the only change
as "* Orphaned, set maintainer to Debian QA Group"
[4] Bug #189978: dnrd_2.10-7(unstable/ia64): FTBFS: warning treated as
error http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=189978
[5] I dislike it when packages are removed, but if no one fixes or creates
workarounds to downgrade RC bugs...
[6] 
http://lists.debian.org/debian-release/2003/debian-release-200304/msg00024.html
[7] http://www.securesoftware.com/auditing_tools_download.htm
[8] http://www.splint.org/
[9] http://www.dwheeler.com/flawfinder/

 Drew Daniels




Processing of leksbot_1.2-3.1woody1_i386.changes

2003-05-05 Thread Archive Administrator
leksbot_1.2-3.1woody1_i386.changes uploaded successfully to localhost
along with the files:
  leksbot_1.2-3.1woody1.dsc
  leksbot_1.2.orig.tar.gz
  leksbot_1.2-3.1woody1.diff.gz
  leksbot_1.2-3.1woody1_i386.deb

Greetings,

Your Debian queue daemon



leksbot_1.2-3.1woody1_i386.changes ACCEPTED

2003-05-05 Thread Debian Installer
Mapping stable-security to proposed-updates.
Warning: ignoring leksbot_1.2.orig.tar.gz, since it's already in the archive.

Accepted:
leksbot_1.2-3.1woody1.diff.gz
  to pool/main/l/leksbot/leksbot_1.2-3.1woody1.diff.gz
leksbot_1.2-3.1woody1.dsc
  to pool/main/l/leksbot/leksbot_1.2-3.1woody1.dsc
leksbot_1.2-3.1woody1_i386.deb
  to pool/main/l/leksbot/leksbot_1.2-3.1woody1_i386.deb
Announcing to debian-changes@lists.debian.org


Thank you for your contribution to Debian.



Bug#187667: jade: gcc/g++ 3.2 is broken on m68k for jade, avoid

2003-05-05 Thread Goswin Brederlow
Package: jade
Version: 1.2.1-29.2 (not installed)
Followup-For: Bug #187667

Below is a patch for jade to use gcc-2.95 and g++-2.95 on m68k which
makes it functional again. I build, installed and tested it on newts
tutorial.sgml.

The woody version works, the sid version fails.
The woody version compiled under sid fails.
The sid version under woody works.

Compiling with 3.2 with optimisation fails.
Compiling with 3.2 without optimisation fails.
Compiling with 2.95 with optimisation work.

So I changed jade to build-depend on gcc-2.95 and g++-2.95 on m68k and
force their usage on m68k.

MfG
Goswin

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux dual 2.4.20-ac2-dual #1 SMP Tue Apr 15 15:36:20 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=de_DE

diff -Nurd jade-1.2.1-29.2/debian/changelog jade-1.2.1-29.2.0/debian/changelog
--- jade-1.2.1-29.2/debian/changelog	2003-05-06 00:40:18.0 +
+++ jade-1.2.1-29.2.0/debian/changelog	2003-05-06 00:43:33.0 +
@@ -1,3 +1,9 @@
+jade (1.2.1-29.2.0) unstable; urgency=low
+
+  * fallback to gcc-2.95/g++-2.95 but just for m68k
+
+ -- Goswin von Brederlow <[EMAIL PROTECTED]>  Tue, 06 May 2003 02:43:18 +0200
+
 jade (1.2.1-29.2) unstable; urgency=low
 
   * NMU
diff -Nurd jade-1.2.1-29.2/debian/control jade-1.2.1-29.2.0/debian/control
--- jade-1.2.1-29.2/debian/control	2003-05-06 00:40:18.0 +
+++ jade-1.2.1-29.2.0/debian/control	2003-05-06 00:42:18.0 +
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian QA Group <[EMAIL PROTECTED]>
 Standards-Version: 3.5.6
-Build-Depends: libtool, debhelper (>= 3.0), sgml-data (>= 1.3), automake, gettext
+Build-Depends: libtool, debhelper (>= 3.0), sgml-data (>= 1.3), automake, gettext, gcc-2.95 [m68k], g++-2.95 [m68k]
 
 Package: sp
 Architecture: any
diff -Nurd jade-1.2.1-29.2/debian/rules jade-1.2.1-29.2.0/debian/rules
--- jade-1.2.1-29.2/debian/rules	2003-05-06 00:40:18.0 +
+++ jade-1.2.1-29.2.0/debian/rules	2003-05-06 00:42:18.0 +
@@ -73,8 +73,9 @@
 
 CFLAGS		:= -O2 -pipe
 CXXFLAGS	:= -pipe -D_REENTRANT
+COMPILER:=
 
-# work around broken C++ compiler on Alpha
+# work around broken C++ compiler on Alpha, hppa and m68k
 DEB_BUILD_ARCH  := $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 ifneq ($(DEB_BUILD_ARCH),alpha)
   CXXFLAGS += -O2
@@ -83,6 +84,11 @@
   CFLAGS	:= -pipe
   CXXFLAGS	:= -pipe -D_REENTRANT
 endif
+ifeq ($(DEB_BUILD_ARCH),m68k)
+  COMPILER  := CC="gcc-2.95" CXX="g++-2.95"
+#  CFLAGS	:= -pipe
+#  CXXFLAGS	:= -pipe -D_REENTRANT
+endif
 
 # policy recommendations for building with debug
 ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
@@ -98,7 +104,7 @@
 	@echo upstream version is $(UPSTREAM_VERSION)
 
 config.status:
-	CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)"			\
+	CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" $(COMPILER)		\
 	   ./configure --prefix=/usr --enable-html			\
 	   --enable-http --enable-static --enable-shared --enable-mif	\
 	   --enable-default-catalog=$(default-catalogs)			\


Processed: severity of 191880 is grave

2003-05-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 191880 grave
Bug#191880: jade: fails to build tutorial.sgml from newt without error code
Severity set to `grave'.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



Processed: merging 187667 191880

2003-05-05 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 187667 191880
Bug#187667: jade: completely unusable on m68k
Bug#191880: jade: fails to build tutorial.sgml from newt without error code
Merged 187667 191880.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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



jade_1.2.1-29.3_i386.changes ACCEPTED

2003-05-05 Thread Debian Installer

Accepted:
jade_1.2.1-29.3.diff.gz
  to pool/main/j/jade/jade_1.2.1-29.3.diff.gz
jade_1.2.1-29.3.dsc
  to pool/main/j/jade/jade_1.2.1-29.3.dsc
jade_1.2.1-29.3_i386.deb
  to pool/main/j/jade/jade_1.2.1-29.3_i386.deb
libsp1-dev_1.3.4-1.2.1-29.3_i386.deb
  to pool/main/j/jade/libsp1-dev_1.3.4-1.2.1-29.3_i386.deb
libsp1_1.3.4-1.2.1-29.3_i386.deb
  to pool/main/j/jade/libsp1_1.3.4-1.2.1-29.3_i386.deb
sp_1.3.4-1.2.1-29.3_i386.deb
  to pool/main/j/jade/sp_1.3.4-1.2.1-29.3_i386.deb
Announcing to debian-devel-changes@lists.debian.org
Closing bugs: 187667 191880 


Thank you for your contribution to Debian.



jade override disparity

2003-05-05 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

libsp1-dev_1.3.4-1.2.1-29.3_i386.deb: package says section is devel, override 
says libdevel.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing [EMAIL PROTECTED])



Bug#191880: marked as done (jade: fails to build tutorial.sgml from newt without error code)

2003-05-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 May 2003 22:02:16 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#187667: fixed in jade 1.2.1-29.3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 4 May 2003 17:08:07 +
>From [EMAIL PROTECTED] Sun May 04 12:08:07 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mx01.uni-tuebingen.de [134.2.3.11] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19CMy6-0007ML-00; Sun, 04 May 2003 12:08:07 -0500
Received: from mailserv01.uni-tuebingen.de (mailserv01.uni-tuebingen.de 
[192.168.3.17])
by mx01.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id h44H8524008084;
Sun, 4 May 2003 19:08:05 +0200
Received: from dual (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66])
by mailserv01.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id 
h44H82h5018822;
Sun, 4 May 2003 19:08:04 +0200
Received: from mrvn by dual with local (Exim 3.36 #1 (Debian))
id 19C8lE-0003nu-00; Sun, 04 May 2003 03:57:52 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Goswin Brederlow <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: jade: fails to build tutorial.sgml from newt without error code
X-Mailer: reportbug 2.10.1
Date: Sun, 04 May 2003 03:57:52 +0200
Message-Id: <[EMAIL PROTECTED]>
Sender: Goswin Brederlow <[EMAIL PROTECTED]>
X-AntiVirus: checked by AntiVir Milter 1.0.0.8; AVE 6.19.0.3; VDF 6.19.0.11
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-5.9 required=4.0
tests=BAYES_01,DATE_IN_PAST_12_24,HAS_PACKAGE
version=2.53-bugs.debian.org_2003_04_23
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_04_23 
(1.174.2.15-2003-03-30-exp)

Package: jade
Version: 1.2.1-29.2
Severity: normal
Tags: sid

Arch: m68k

Under sid sgmltools fails:
==
[EMAIL PROTECTED]:~/newt-0.51.4$ sgmltools -v --backend html tutorial.sgml 
+mkdir /tmp/@22350
+chdir /tmp/@22350
+/usr/share/sgmltools-lite/jadewhich -t sgml -d 
/usr/share/sgml/stylesheet/dsssl/sgmltools/html.dsl#html -o /tmp/@22350.2 
/tmp/@22350.1  >/tmp/@22350.3
+/usr/share/sgmltools-lite/jadewhich -t sgml -d 
/usr/share/sgml/stylesheet/dsssl/sgmltools/html.dsl#html -o /tmp/@22350.2 
/tmp/@22350.1  >/tmp/@22350.3
+chdir /home/mrvn/newt-0.51.4
+rm -rf ./tutorial/*
warning: the output directory is empty
maybe you should use "-b onehtml" instead of "-b html"
+rmdir /tmp/@22350
+chdir ./tutorial
+chdir /home/mrvn/newt-0.51.4
==

Same under woody works: (jade 1.2.1-28)
==
[EMAIL PROTECTED]:/mnt/chroot-sid/home/mrvn/newt-0.51.4% sgmltools -v --backend 
html tutorial.sgml
+mkdir /tmp/@22357
+chdir /tmp/@22357
+/usr/share/sgmltools-lite/jadewhich -t sgml -d 
/usr/share/sgml/stylesheet/dsssl/sgmltools/html.dsl#html -o /tmp/@22357.2 
/tmp/@22357.1  >/tmp/@22357.3
+/usr/share/sgmltools-lite/jadewhich -t sgml -d 
/usr/share/sgml/stylesheet/dsssl/sgmltools/html.dsl#html -o /tmp/@22357.2 
/tmp/@22357.1  >/tmp/@22357.3
+chdir /mnt/chroot-sid/home/mrvn/newt-0.51.4
+rm -rf ./tutorial/*
+mv '/tmp/@22357/'* './tutorial'
+rmdir /tmp/@22357
+chdir ./tutorial
+chdir /mnt/chroot-sid/home/mrvn/newt-0.51.4
==

MfG
Goswin

-- System Information:
Debian Release: 3.0
Architecture: m68k
Kernel: Linux a4000 2.2.10 #1 Mon Nov 27 20:50:14 CET 2000 m68k
Locale: LANG=C, LC_CTYPE=C


---
Received: (at 187667-close) by bugs.debian.org; 6 May 2003 02:02:45 +
>From [EMAIL PROTECTED] Mon May 05 21:02:45 2003
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [206.246.226.45] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19Crn2-0004Lm-00; Mon, 05 May 2003 21:02:44 -0500
Received: from katie by auric.debian.org with local (Exim 3.35 1 (Debian))
id 19Crma-0006iw-00; Mon, 05 May 2003 22:02:16 -0400
From: Goswin von Brederlow <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.34 $
Subject: Bug#187667: fixed in jade 1.2.1-29.3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 05 May 2003 22:02:16 -0400
Delivered-To: [EMAIL PROTECTED]

We believe that th

Bug#187667: marked as done (jade: completely unusable on m68k)

2003-05-05 Thread Debian Bug Tracking System
Your message dated Mon, 05 May 2003 22:02:16 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#187667: fixed in jade 1.2.1-29.3
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--
Received: (at submit) by bugs.debian.org; 5 Apr 2003 01:58:29 +
>From [EMAIL PROTECTED] Fri Apr 04 19:57:38 2003
Return-path: <[EMAIL PROTECTED]>
Received: from pool-141-156-182-61.esr.east.verizon.net (gleep.earth.sol) 
[141.156.182.61] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 191cw5-0003tH-00; Fri, 04 Apr 2003 19:57:38 -0600
Received: from cts by gleep.earth.sol with local (Exim 3.35 #1 (Debian))
id 191cvy-qG-00; Fri, 04 Apr 2003 20:57:30 -0500
From: "Christian T. Steigies" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: docbook-utils: FTBFS: breaks anjuta build on m68k, hppa
X-Mailer: reportbug 1.50
Date: Fri, 04 Apr 2003 20:57:29 -0500
Message-Id: <[EMAIL PROTECTED]>
Sender: "Christian T. Steigies" <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
tests=HAS_PACKAGE,SPAM_PHRASE_00_01,SUPERLONG_LINE
version=2.44
X-Spam-Level: 

Package: docbook-utils
Version: 1.0.2-1
Severity: important

Automatic build of anjuta_1.0.2-1 on tanda by sbuild/m68k 1.170
[...]
** Using build dependencies supplied by package:
Build-Depends: debhelper (>> 3.0.0), libgnome-dev, xml-i18n-tools, libxml-dev, 
scrollkeeper, pkg-config, liborbit-dev, libgnome-vfs-dev, libzvt-dev, 
libgtkxmhtml-dev, libgnomeprint-dev, docbook-utils, libglade0-dev, 
libglade-gnome0-dev, libpcre3-dev
** Filtered missing central deps that are dependencies of or provide build-deps:
libart-dev (>= 1.2.13-5), libaudiofile-dev (>= 0.2.3-4), libdb3-dev (>= 
3.2.9-17), libesd0-dev (>= 0.2.23-1), libfreetype6-dev (>= 2.1.3-5), 
libgconf-dev (>= 1.0.7), libgdk-pixbuf-dev (>= 0.22.0-1), libglib1.2-dev (>= 
1.2.0), libgtk1.2-dev (>= 1.2.10-4), liboaf-dev (>= 0.6.10), libpopt-dev (>= 
1.6.4), libwrap0-dev, xlibs-dev (>> 4.1.0), zlib1g-dev (>= 1:1.1.4)
 Warning:
 The following central src deps are (probably) missing:
  gdk-imlib-dev, orbit
[...]
Working on: 
/build/buildd/anjuta-1.0.2/manuals/C/anjuta-tutorial/anjuta-tutorial.sgml
make[4]: [anjuta-tutorial/index.html] Error 8 (ignored)
if test ! -e anjuta-tutorial/index.html ; then \
if [ -e anjuta-tutorial/t1.html ]; then \
cp anjuta-tutorial/t1.html anjuta-tutorial/index.html; \
elif [ -e anjuta-tutorial/book1.html ]; then \
cp anjuta-tutorial/book1.html anjuta-tutorial/index.html; \
fi \
fi
cp anjuta-tutorial/index.html .
cp: cannot stat `anjuta-tutorial/index.html': No such file or directory
make[4]: [index.html] Error 1 (ignored)
make[5]: Entering directory 
`/build/buildd/anjuta-1.0.2/manuals/C/anjuta-tutorial'
make[5]: Nothing to be done for `install-exec-am'.
if test -e anjuta-tutorial/index.html ; then \
rm -f anjuta-tutorial/index.html ; \
fi
srcdir=`cd . && pwd`; \
if test "yes" = 'yes' ; then \
jw -c /etc/sgml/catalog $srcdir/anjuta-tutorial.sgml -o 
$srcdir/anjuta-tutorial; \
else \
db2html $srcdir/anjuta-tutorial.sgml; \
fi
Using catalogs: /etc/sgml/catalog, /etc/sgml/catalog
Using stylesheet: /usr/share/sgml/docbook/utils-0.6.12/docbook-utils.dsl#html
Working on: 
/build/buildd/anjuta-1.0.2/manuals/C/anjuta-tutorial/anjuta-tutorial.sgml
make[5]: [anjuta-tutorial/index.html] Error 8 (ignored)
if test ! -e anjuta-tutorial/index.html ; then \
if [ -e anjuta-tutorial/t1.html ]; then \
cp anjuta-tutorial/t1.html anjuta-tutorial/index.html; \
elif [ -e anjuta-tutorial/book1.html ]; then \
cp anjuta-tutorial/book1.html anjuta-tutorial/index.html; \
fi \
fi
cp anjuta-tutorial/index.html .
cp: cannot stat `anjuta-tutorial/index.html': No such file or directory
make[5]: [index.html] Error 1 (ignored)
/bin/sh ../../../mkinstalldirs 
/build/buildd/anjuta-1.0.2/debian/anjuta/usr/share/gnome/help/anjuta/C/anjuta-tutorial
mkdir -p -- 
/build/buildd/anjuta-1.0.2/debian/anjuta/usr/share/gnome/help/anjuta/C/anjuta-tutorial
 /usr/bin/install -c -m 644 ./index.html 
/build/buildd/anjuta-1.0.2/debian/anjuta/usr/share/gnome/help/anjuta/C/anjuta-tutorial/index.html
/usr/bin/install: cannot stat `./index.html': No such file or directory
make[5]: *** [install-docDATA] Error 1

Full build-log at
http://buildd.debian.org/fetch.php?&pkg=anjuta&ver=1.0.2-1&arch=m68k&