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

Bug#277788: marked as done (aprsd: aprsd integrated http server outputs broken html)



Your message dated Fri, 21 Mar 2008 12:47:03 +0000
with message-id <E1JcgeF-0006AK-7j@ries.debian.org>
and subject line Bug#277788: fixed in aprsd 1:2.2.5-13-5
has caused the Debian Bug report #277788,
regarding aprsd: aprsd integrated http server outputs broken html
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
277788: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=277788
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: aprsd
Version: 2.14.vk3sb.2-5
Severity: normal

There're a couple of problems with the html output, most important
of them listed first:

(1) The integrated http server doesn't state Character Encoding or
DOCTYPE. I think iso-8859-1 and <!DOCTYPE html PUBLIC "-//W3C//DTD HTML
4.01 Transitional//EN"> would do the trick quite well.

(2) On the body element there is a double entry on the attribute value
ALINK.

(3) On the body element the attribute values being not literal should be
closed inside quotes, eg. VLINK="#800080" not VLINK=#800080 like now.

(4) On the line 25 (the one after sysop email) there is closing element
for table which isn't open. "</TABLE><P></TABLE><P><TABLE BORDER= ..."

It works without fixing these, but it would still be better if the http
server would send valid html code.

-- System Information
Debian Release: 3.0
Kernel Version: Linux solarflare 2.4.27 #1 SMP Tue Oct 19 11:36:40 EEST 2004 i686 unknown

Versions of the packages aprsd depends on:
ii  libax25        0.0.10-1       ax25 libraries for hamradio applications
ii  libc6          2.2.5-11.5     GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10- 2.95.4-11woody The GNU stdc++ library

--- Begin /etc/aprsd/aprsd.conf (modified conffile)
servercall OH2LNA
MyCall OH2LNA
MyLocation Helsinki_FI
MyEmail jmmlammi@cs.helsinki.fi
MaxUsers 5
NetBeacon 15 !6014.23N/02504.75EI http://oh2lna.iki.fi/
ackrepeats 2
ackrepeattime 5
expire 35
aprspath APRS v VK3RPP-1 VK3JFK-1
rf-allow no
aprsPass yes
TncPktSpacing 1500
igateMyCall no
igate bar.foo.fi 2345 OH2LNA 16551
rawtncport 14580
localport 14579
mainport 10151
mainport-nh 10152
linkport 1313
msgport 1314
udpport 1315
httpport 14501
ipwatchport 14502

--- End /etc/aprsd/aprsd.conf

--- Begin /etc/init.d/aprsd (modified conffile)
#!/bin/sh
PATH=/bin:/usr/bin:/sbin:/usr/sbin
DAEMON=/usr/sbin/aprsd
NAME=aprsd
test -f $DAEMON || exit 0
case "$1" in
  start)
    update-inetd --disable ftp
    echo -n "Starting APRS gateway: "
    start-stop-daemon --start --quiet --pidfile /var/run/$NAME.pid --exec $DAEMON -- -d
    echo "$NAME."
    ;;
  stop)
    echo -n "Stopping APRS gateway: "
    start-stop-daemon --stop --quiet --oknodo --pidfile /var/run/$NAME.pid --exec $DAEMON
    echo "$NAME."
    ;;
  force-reload|restart)
    $0 stop
    $0 start
    ;;
  *)
    echo "Usage: /etc/init.d/$NAME {start|stop|restart}"
    exit 1
    ;;
esac
exit 0

--- End /etc/init.d/aprsd


--- End Message ---
--- Begin Message ---
Source: aprsd
Source-Version: 1:2.2.5-13-5

We believe that the bug you reported is fixed in the latest version of
aprsd, which is due to be installed in the Debian FTP archive:

aprsd_2.2.5-13-5.diff.gz
  to pool/main/a/aprsd/aprsd_2.2.5-13-5.diff.gz
aprsd_2.2.5-13-5.dsc
  to pool/main/a/aprsd/aprsd_2.2.5-13-5.dsc
aprsd_2.2.5-13-5_i386.deb
  to pool/main/a/aprsd/aprsd_2.2.5-13-5_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 277788@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joop Stakenborg <pa3aba@debian.org> (supplier of updated aprsd package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Fri, 21 Mar 2008 13:02:55 +0100
Source: aprsd
Binary: aprsd
Architecture: source i386
Version: 1:2.2.5-13-5
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Joop Stakenborg <pa3aba@debian.org>
Description: 
 aprsd      - Internet Gateway for the Automatic Position Reporting System
Closes: 242497 277788 319725 356081 356110 356237 456059 469217
Changes: 
 aprsd (1:2.2.5-13-5) unstable; urgency=low
 .
   * Patch for munging packets with non-print chars. Thanks Kevin, N8VNR.
     Closes: #242497.
   * Confirm NMU, FTBFS with GCC 4.3: missing #includes. Closes: #456059.
   * Confirm NMU, LSB formatted dependency info in init.d script.
     Closes: #469217.
   * Fix http server output by using VALIGN="MIDDLE" instead of
     VALIGN="CENTER". Thanks Jari, OH2LNA. Closes: #277788.
   * Remove logfiles when purging the package. Closes: #319725.
   * Fix count of connected users, thanks Iain, g7iii.
     Closes: #356237.
   * Patch by Iain to allow a JavAPRS filter to be specified when it
     connects to servers/hubs/igates. Closes: #356081.
   * Confirm NMU: FTBFS with G++ 4.1: extra qualifications.
     Closes: #356110.
Files: 
 e3e4613116e24b5b031a8b1235c78f6d 810 hamradio optional aprsd_2.2.5-13-5.dsc
 c14765b62586f853fb8da8620119afe1 9004 hamradio optional aprsd_2.2.5-13-5.diff.gz
 22925fad31bc4e52329f6d576d578a4a 155180 hamradio optional aprsd_2.2.5-13-5_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH46s1/CqtjGLxpX8RAkLFAJ9LNF5pLUzdJwIo/z7keF1vtobg/QCg1Qts
Vrt5K51nOfntk1BA7iXUhg0=
=P0hA
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: