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

New Debian i386 Packages



These i386 packages were installed into the Debian hierarchy in the
last week:

----- !!! HIGH URGENCY PACKAGES !!! -----

bind       - An Internet domain name server
dnsutils   - Utilities for querying the DNS
bind 8.1.2-1 -> 8.1.2-2 into dists/hamm/main/binary-i386/net
bind 8.1.2-1 -> 8.1.2-2 into dists/slink/main/binary-i386/net
dnsutils 8.1.2-1 -> 8.1.2-2 into dists/hamm/main/binary-i386/net
dnsutils 8.1.2-1 -> 8.1.2-2 into dists/slink/main/binary-i386/net
bind (1:8.1.2-2) frozen unstable; urgency=high
  * new maintainer
  * update to latest standards revision
  * the postinst/bindconfig process need to be completely reworked to
    eliminate the BIND 4.x-isms, but it's too much to undertake before
    hamm goes stable.  Thus, this version attempts to slightly improve
    behavior without making changes likely to open new bugs.
  * if /etc/named.conf already exists, give the user a chance to bail out of
    bindconfig before customizations get trashed.  Closes 17671 (important).
  * stop providing /etc/ppp/ip-up.d and ip-down.d fragments, at least until
    we come up with a better way to handle the security and performance
    issues.  Closes 21743 (grave), and 23091 (important).
  * stop providing /usr/doc/bind/checksums.txt, since calling pgp from within
    debian/rules causes fakeroot problems.  It's also unclear to me why this
    is an important thing to do in the bind package if we're not doing it
    anywhere else...  Closes 15461.
  * take the netgod.net special case out of the postinst, closes 21136.
  * reviewed all open bugs, closed several old ones that are no longer
    relevant, deferring the remainder to slink.
  * Lintian clean, except for warnings about 'mx' and 'ns' representing
    possible namespace pollution.


doc-base   - Utilities to manage online documentation
doc-base 0.7.0 -> 0.7.1 into dists/hamm/main/binary-all/doc
doc-base 0.7.0 -> 0.7.1 into dists/slink/main/binary-all/doc
doc-base (0.7.1) frozen unstable; urgency=low (HIGH if you have problems
    with quotes in document registration files)
  * depend on recent Perl (closes Bug#21816)
  * set umask explictly, so all files are -rw-r--r-- (closes Bug#22275)
  * quote quotes for dwww-menu files (closes grave Bug#22990)


egcc       - The GNU (egcs) C compiler.
egcs-docs  - Documentation for the egcs compilers (egcc, gobjc, g++).
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
libg++2.8  - The GNU C++ extension library - runtime version.
libg++2.8-dev - The GNU C++ extension library - development files.
libstdc++2.8 - The GNU stdc++ library (egcs version)
libstdc++2.8-dev - The GNU stdc++ library (development files)
egcc 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
egcc 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
egcs-docs 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
egcs-docs 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
g++ 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
g++ 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
g77 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
g77 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
gobjc 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
gobjc 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
libg++2.8-dev 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
libg++2.8-dev 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
libg++2.8 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/libs
libg++2.8 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/libs
libstdc++2.8-dev 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/devel
libstdc++2.8-dev 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/devel
libstdc++2.8 2.90.29-0.1 -> 2.90.29-0.2 into dists/hamm/main/binary-i386/libs
libstdc++2.8 2.90.29-0.1 -> 2.90.29-0.2 into dists/slink/main/binary-i386/libs
egcs (1.0.3a-0.2) frozen unstable; urgency=high (security fixes)
  * Security improvements with regard to the /tmp problem
    (gcc opens predictably named files in TMPDIR which can be abused via
    symlinks)  (Fixes #19453 for egcs).
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
      every time; affects gcc/gcc.c .
    * [gcc/choose-temp.c, libiberty/choose-temp.c]: use mktemp(3) if compiled
      -DUSE_MKSTEMP .
    * Security improvements: don't use the result of choose_temp_base in a
      predictable fashion.
      [gcc/gcc.c]:
      * @c, @objective-c: use random name rather then tempbasename.i for
        intermediate preprocessor output (%g.i -> %d%u).
      * @c, @objective-c: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @c, @objective-c, @assembler-with-cpp: use previous random name
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U)
      [gcc/f/lang-specs.h]:
      * @f77-cpp-input: use random name rather then tempbasename.i for
        intermediate cpp output (%g.i -> %d%u).
      * @f77-cpp-input: use previous random name (cpp output) rather than
        tempbasename.i for f771 input (%g.i -> %U).
      * @f77-cpp-input: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @f77-cpp-input: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: use random name rather then tempbasename.i for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate ratfor output (%g.f -> %d%u).
      * @ratfor: use previous random name (ratfor output) rather than
        tempbasename.i for f771 input (%g.f -> %U).
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @ratfor: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use previous random name
        (ratfor output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U).
      * @f77: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @f77: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @ratfor: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %U).
  * Run the testsuite (this requires the dejagnu package in experimental;
    unfortunately, it is difficult to distinguish this version from the one
    in frozen).
    if possible, and log the results in warn_summary and bootstrap-summary.
  * [gcc/choose-temp.c, libiberty/choose-temp.c]: s|returh|return| in
    comment.
  * Added notes on the Debian compiler setup [debian/README] to the
    development packages.
  * Matthias:
    * [libg++/etc/lf/Makefile.in] Replaced "-ltermcap" by "-lncurses".
    * [debian/rules] Updated so it can be used for both egcs releases and
      snapshots easily; added support for the GNU Pascal Compiler gpc.
    * [contrib/test_summary, contrib/warn_summary] Added from CVS.
    * Run compiler checks and include results in /usr/doc/<package>.
    * Updates to the README.
    * [debian/rules] Use assignments to speed up startup.
  * [debian/rules] Show the important variables at the start of the build
    process.
  * [debian/control.secondary] Added a dependency of gobjc on egcc on
    architectures where egcs provides the secondary compiler, as
    /usr/bin/egcc is the compiler driver for gobjc. (Fixes #22829).
  * [debian/control.*] Bumped Standards-Version; used shorter version
    numbers in the dependency relationships (esthetic difference only);
    fixed typo.


egcc       - The GNU (egcs) C compiler.
egcs-docs  - Documentation for the egcs compilers (egcc, gobjc, g++).
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
libg++2.8  - The GNU C++ extension library - runtime version.
libg++2.8-dev - The GNU C++ extension library - development files.
libstdc++2.8 - The GNU stdc++ library (egcs version)
libstdc++2.8-dev - The GNU stdc++ library (development files)
egcc 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
egcc 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
egcs-docs 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
egcs-docs 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
g++ 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
g++ 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
g77 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
g77 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
gobjc 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
gobjc 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
libg++2.8-dev 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
libg++2.8-dev 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
libg++2.8 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/libs
libg++2.8 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/libs
libstdc++2.8-dev 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/devel
libstdc++2.8-dev 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/devel
libstdc++2.8 2.90.29-0.2 -> 2.90.29-0.3 into dists/hamm/main/binary-i386/libs
libstdc++2.8 2.90.29-0.2 -> 2.90.29-0.3 into dists/slink/main/binary-i386/libs
egcs (1.0.3a-0.3) frozen unstable; urgency=high (security fixes)
  * [gcc/toplev.c] set flag_force_mem to 1 at optimisation level 3 or higher.
    This works around #17768 which is considered release-critical.
  * Changes by Matthias:
    * [debian/README] Documentation of the compiler situation for Objective C.
    * [debian/rules, debian/control.*] Generate control file from a master
      file.
    * [debian/rules] Updates for Pascal and Fortran parts; brings it in sync
      with the one for the egcs snapshots.
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.
  * Really compile -DMKTEMP_EACH_FILE -DHAVE_MKSTEMP (really fixes #19453
    for egcs).
  * [gcc/gcc.c] A couple of temp files weren't marked for deletion.


cpp        - The GNU C preprocessor.
g++272     - The GNU C++ compiler, old version.
gcc        - The GNU C compiler.
gcc-docs   - Documentation for the gcc compilers (gcc, g++272).
cpp 2.7.2.3-4 -> 2.7.2.3-4.3 into dists/hamm/main/binary-i386/interpreters
cpp 2.7.2.3-4.2 -> 2.7.2.3-4.3 into dists/slink/main/binary-i386/interpreters
g++272 2.7.2.3-4.3 into dists/hamm/main/binary-i386/devel
g++272 2.7.2.3-4.2 -> 2.7.2.3-4.3 into dists/slink/main/binary-i386/devel
gcc-docs 2.7.2.3-4.3 into dists/hamm/main/binary-i386/devel
gcc-docs 2.7.2.3-4.3 into dists/slink/main/binary-i386/devel
gcc 2.7.2.3-4 -> 2.7.2.3-4.3 into dists/hamm/main/binary-i386/devel
gcc 2.7.2.3-4.2 -> 2.7.2.3-4.3 into dists/slink/main/binary-i386/devel
gcc (2.7.2.3-4.3) frozen unstable; urgency=high
  * The "alpha" patches from -4 affected a lot more than alpha support,
    and in all likeliness broke compilation of libc6 2.0.7pre3-1
    and 2.0.7pre1-4 . I removed them by selective application of the
    diff between -4 and -4. (should fix #22292).
  * Fixed reference to the trampolines paper (fixes #20002 for Debian;
    this still needs to be forwarded).
  * This is for frozen too. (obsoletes #22390 (request to move -4.2 to
    frozen)).
  * Split of gcc-docs package, so that the gcc can be succesfully installed
    on systems that have egcs-docs installed.
  * Added the README on the compiler situation that's already in the egcs
    packages.
  * Use the recommended settings LDFLAGS=-s CFLAGS= BOOT_CFLAGS='-O2'.


cpp        - The GNU C preprocessor.
g++272     - The GNU C++ compiler, old version.
gcc        - The GNU C compiler.
gcc-docs   - Documentation for the gcc compilers (gcc, g++272).
cpp 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/hamm/main/binary-i386/interpreters
cpp 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/slink/main/binary-i386/interpreters
g++272 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/hamm/main/binary-i386/devel
g++272 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/slink/main/binary-i386/devel
gcc-docs 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/hamm/main/binary-i386/devel
gcc-docs 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/slink/main/binary-i386/devel
gcc 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/hamm/main/binary-i386/devel
gcc 2.7.2.3-4.3 -> 2.7.2.3-4.5 into dists/slink/main/binary-i386/devel
gcc (2.7.2.3-4.5) frozen unstable; urgency=high
  * The previous version left temporary files behind, as they were not
    marked for deletion afterwards.


cpp        - The GNU C preprocessor.
g++272     - The GNU C++ compiler, old version.
gcc        - The GNU C compiler.
gcc-docs   - Documentation for the gcc compilers (gcc, g++272).
cpp 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/hamm/main/binary-i386/interpreters
cpp 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/slink/main/binary-i386/interpreters
g++272 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/hamm/main/binary-i386/devel
g++272 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/slink/main/binary-i386/devel
gcc-docs 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/hamm/main/binary-i386/devel
gcc-docs 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/slink/main/binary-i386/devel
gcc 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/hamm/main/binary-i386/devel
gcc 2.7.2.3-4.5 -> 2.7.2.3-4.6 into dists/slink/main/binary-i386/devel
gcc (2.7.2.3-4.6) frozen unstable; urgency=high
  * [gcc.c] There is one call to choose_temp_base for determining the
    tempdir to be used only;
    #ifdef HAVE_MKSTEMP delete the tempfile created as a side effect.
    (fixes #23123 for gcc).
  * gcc-docs postinst was broken (due to a broken line) (fixes #23391, #23401).
  * [debian/control] description for gcc-docs said `egcs' where it should have
    said `gcc' (fixes #23396).


gettext    - GNU Internationalization utilities
gettext 0.10.35-2 into dists/hamm/main/binary-i386/devel
gettext 0.10.35-2 into dists/slink/main/binary-i386/devel


libg++27   - The GNU C++ libraries (ELF version).
libg++27-altdev - The GNU C++ libraries (ELF version).
libg++27-altdev 2.7.2.1-14.3 -> 2.7.2.1-14.4 into dists/hamm/main/binary-i386/oldlibs
libg++27-altdev 2.7.2.1-14.3 -> 2.7.2.1-14.4 into dists/slink/main/binary-i386/oldlibs
libg++27 2.7.2.1-14.3 -> 2.7.2.1-14.4 into dists/hamm/main/binary-i386/oldlibs
libg++27 2.7.2.1-14.3 -> 2.7.2.1-14.4 into dists/slink/main/binary-i386/oldlibs
libg++27 (2.7.2.1-14.4) frozen unstable; urgency=high (Fixes compiling with libs)
  * Fixed lib{std,g++}.so symlinks again (they were made symbolic last time,
    but were dangling :-( ).
    The broken symlinks broke compiling binaries that use these libraries;
    I consider this an important enough problem to submit this fixed version
    for frozen.


nmh        - A set of electronic mail handling programs.
nmh 0.24-5 -> 0.24-6 into dists/hamm/main/binary-i386/mail
nmh (0.24-6) frozen; urgency=high
  * Applied Alan Cox's security patches.


sirc       - The full-featured Perl IRC client
sirc 2.210-2 -> 2.211-1 into dists/hamm/main/binary-i386/net
sirc 2.211-1 into dists/slink/main/binary-i386/net
sirc (2.211-1) frozen unstable; urgency=HIGH
  * Important security bug fix to prevent abuse of long, non-terminated
    lines. This should go into hamm before its release!


xadmin     - A system admin/config tool for X-Windows.
xadmin 1.0.15-1 -> 1.0.15-2 into dists/hamm/main/binary-all/admin
xadmin (1.0.15-2) frozen; urgency=high
  * Fixing grave Bug#23053: xadmin does not set perms correctly for /etc/shadow


----- MEDIUM Urgency Packages -----------

debmake    - Debianizing Tool and automated binary generation
debmake 3.5.10 -> 3.5.11 into dists/hamm/main/binary-all/devel
debmake 3.5.10 -> 3.5.11 into dists/slink/main/binary-all/devel
debmake (3.5.11) frozen unstable; urgency=medium
  * postinst calls ldconfig only when called with "configure" (Bug #23228).
  * Do not generate buildinfo.Debian files anymore.
  * Standards-Version: 2.4.1 (also in deb-make).
  * Section: devel.


jadetex    - LaTeX macros for SGML to DVI/PS conversion with Jade
jadetex 0.61-1.1 -> 0.61-1.2 into dists/hamm/main/binary-all/tex
jadetex 0.61-1.1 -> 0.61-1.2 into dists/slink/main/binary-all/tex
jadetex (0.61-1.2) frozen unstable; urgency=medium
  * Non-maintainer release
  * eliminate jadetex-texconfig for texconfig; use tetex's texconfig
    instead.  The old jadetex-texconfig is still in the source archive
    though; hopefully it is no longer required.
    (closes grave Bug#22688, Bug#22638, Bug#22639, Bug#22766)
  * Note there are known cases, such as generating php-doc, where tetex
    seems to run out of memory internally; I think this is a tetex-base
    bug (report as a bug)


lpr        - BSD lpr/lpd line printer spooling system
lpr 5.9-26.1 -> 5.9-27 into dists/hamm/main/binary-i386/net
lpr 5.9-26.1 -> 5.9-27 into dists/slink/main/binary-i386/net
lpr (5.9-27) frozen unstable; urgency=medium
  * Work-around for release-critical Bug#22837: Added "sleep 2" to restart
    (thanks to Nils Rennebarth)
  * fs and fc are now read as unsigned longs (closes: Bug#16153)
    (fix taken from RedHat version of lpr)
  * Removed "TODO" file (it was _very_ out of date)


spell      - GNU Spell, a clone of Unix `spell'
spell 1.0-5 -> 1.0-6 into dists/hamm/main/binary-i386/text
spell 1.0-6 into dists/slink/main/binary-i386/text
spell (1.0-6) frozen unstable; urgency=medium
  * fixed Bug#22943: spell: Segmentation fault every time used
    (Faulty pointer arithmetics in str.c)


sup        - Software Upgrade Protocol implementation
sup 1.8-5 -> 1.8-6 into dists/hamm/main/binary-i386/devel
sup 1.8-5 -> 1.8-6 into dists/slink/main/binary-i386/devel
sup (1.8-6) frozen unstable; urgency=medium
  * Fix critical compilation problem, which prevented this package
    being compiled from source. (#23080)


syslinux   - Bootloader for Linux/i386 using MS-DOS floppies
syslinux 1.37-1 -> 1.40-2 into dists/hamm/main/binary-i386/base
syslinux 1.40-1 -> 1.40-2 into dists/slink/main/binary-i386/base
syslinux (1.40-2) frozen unstable; urgency=medium
  * Added "safe, slow and stupid" option to the version
    for the boot floppies to be able to boot even on very
    buggy bioses. (Bug#22845, Bug#23157, Bug#23181).
  * Increased A20M delay even a bit more, as suggested by
    Enrique Zanardi.
  * Changed the aspect of the syslinux banner a bit


sysvinit   - System-V like init.
sysvinit 2.75-1 -> 2.75-2 into dists/hamm/main/binary-i386/base
sysvinit 2.75-1 -> 2.75-2 into dists/slink/main/binary-i386/base
sysvinit (2.75-2) frozen unstable; urgency=medium
  * Fix last.c again.
  * Add check to see if /dev/initctl is really a FIFO
  * In ifdown.c first down all shaper devices then the real devices
  * Fixes bugs:
    #22840: sysvinit (2.75-1): patch request for sparc
    #22965: rcS is not sh independent
    #22945: Problems with last ( bug in sysvinit package)?
    #23005: sysvinit: [patch] install initreq.h for `genpowerd' patch.


xexec      - Run a simple arbitrary command from Xwindows
xexec 0.0.3-4 -> 0.0.3-6 into dists/hamm/contrib/binary-i386/misc
xexec 0.0.3-5 -> 0.0.3-6 into dists/slink/contrib/binary-i386/misc
xexec (0.0.3-6) frozen unstable; urgency=medium
  * Set the dependency on qt1g via a shlibs.local file, not by modifying
    the compilation system.  Thanks again to J. Troup for explaining why
    this causes problems.  (really fixes bug#22927, I hope).
  * This goes into both frozen and unstable, not just unstable.


xinetd     - replacement for inetd with many enhancements
xinetd 2.2.1-4 into dists/hamm/main/binary-i386/net
xinetd 2.2.1-2 -> 2.2.1-4 into dists/slink/main/binary-i386/net
xinetd (2.2.1-4) frozen unstable; urgency=medium
  * New developer
  * Diverted /etc/init.d/netbase, fixes bug #19125
  * /etc/init.d/xinetd now refers to itself by $0, bug #6860
  * /etc/init.d/xinetd now looks for /sbin/portmap, bug #12021, #12047,
    #14159, #17247, #18691, #20701, #22161
  * Diverted /usr/sbin/update-inetd, the new update-inetd now tells the user
    to manually edit /etc/xinetd.conf.  A new update-inetd that changes
    the xinetd.conf will eventually be created.
  * Created /usr/doc/xinetd/README-update.inetd which describes the above,
    and gives pointers on what to put into xinetd.conf.
  * Moved back to main (xinetd is free)
  * Included ORIGINAL copyright, as is required by the license.
    It is in /usr/doc/xinetd/copyright.
  * Created /usr/doc/README.samba which describes a fix/workaround to the
    xinetd/nmdb bug (#20705 and #17907).
  * No longer provides a default xinetd.conf.  It is nearly impossible to
    generate one that will work on all systems, and still provides
    usefull services.  The user now has the choice of keeping the current
    configuration, or converting inetd.conf.
    This fixes half of bug #10059. :)


olvwm      - OpenLook virtual window manager
olwm       - Open Look Window Manager
xview      - XView shared libraries [libc5]
xview-altdev - XView development tools [libc5]
xview-clients - XView client programs
xview-examples - XView contrib programs
xviewg     - XView shared libraries [libc6]
xviewg-dev - XView development tools [libc6]
olvwm 4.1.3.2p1.4-3 -> 4.1.3.2p1.4-4 into dists/hamm/main/binary-i386/x11
olvwm 4.1.3.2p1.4-3 -> 4.1.3.2p1.4-4 into dists/slink/main/binary-i386/x11
olwm 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/x11
olwm 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/x11
xview-altdev 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/oldlibs
xview-altdev 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/oldlibs
xview-clients 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/x11
xview-clients 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/x11
xview-examples 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/x11
xview-examples 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/x11
xview 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/oldlibs
xview 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/oldlibs
xviewg-dev 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/x11
xviewg-dev 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/x11
xviewg 3.2p1.4-3 -> 3.2p1.4-4 into dists/hamm/main/binary-i386/x11
xviewg 3.2p1.4-3 -> 3.2p1.4-4 into dists/slink/main/binary-i386/x11
xview (3.2p1.4-4) frozen unstable; urgency=medium
  * Added programs capitalize, insert_brackets, remove_brackets,
    shift_lines; added Suggests: indent (fixes Bug#20476)
  * Changed Recommends: xtoolplaces to Suggests: xtoolplaces
    (fixes Bug#20317)
  * Fixed broken alpha-patches that made XView unusable even
    on other architectures :-(
  * Fixed glibc-bugfix that is no longer needed with glibc >= 2.0.6
  * Finally fixed a nasty notifier bug


----- Low Urgency Packages --------------

a2ps       - Anything to PostScript converter and pretty-printer
a2ps 4.10.2-2 -> 4.10.2-3 into dists/slink/main/binary-i386/text
a2ps (4.10.2-3) unstable; urgency=low, Closes=23352
  * Added 'Recommends: groff, tetex-bin, psutils' to debian/control to
    reflect the need for other programs used by a2ps in its 'automatic
    delegation' mode for file conversion (fixes #23352)


acct       - The GNU Accounting utilities.
acct 6.3.5-1 -> 6.3.5-2 into dists/slink/main/binary-i386/admin
acct (6.3.5-2) unstable; urgency=low, closes=23282
  * Changed /etc/init.d/acct by adding two 'set +e; ... set -e' blocks
    so that missing accounting support is properly recognised in all
    branches of the script  (fixes #23282)


acct       - The GNU Accounting utilities.
acct 6.3.5-2 -> 6.3.5-3 into dists/slink/main/binary-i386/admin
acct (6.3.5-3) unstable; urgency=low, closes=23480
  * Corrected typos in console messages in /etc/init.d/acct (fixes #23480)


adjtimex   - Utility to display or set the kernel time variables
adjtimex 1.5-1 -> 1.5-2 into dists/slink/main/binary-i386/admin
adjtimex (1.5-2) unstable; urgency=low
  * eliminate question in postinst, by eliminating postinst entirely
    (Bug#22288)


afbackup   - Client-Server Backup System (Server side)
afbackup-client - Client-Server Backup System (Client side)
afbackup-client 2.11.5-4 -> 2.11.5-5 into dists/hamm/main/binary-i386/utils
afbackup-client 2.11.5-4 -> 2.11.5-5 into dists/slink/main/binary-i386/utils
afbackup 2.11.5-4 -> 2.11.5-5 into dists/hamm/main/binary-i386/utils
afbackup 2.11.5-4 -> 2.11.5-5 into dists/slink/main/binary-i386/utils
afbackup (2.11.5-5) frozen unstable; urgency=low
  * security bugfix for important bug #23250: insecure use of /tmp/*$$*
    by using tempfile instead of /tmp/afbucf.$$


altgcc     - Alternate gcc package for the libc5 environment.
altgcc 2.7.2.2-3.2 -> 2.7.2.2-3.3 into dists/hamm/main/binary-i386/devel
altgcc 2.7.2.2-3.2 -> 2.7.2.2-3.3 into dists/slink/main/binary-i386/devel
altgcc (2.7.2.2-3.3) frozen unstable; urgency=low
  * Security improvements with regard to the /tmp problem
    (gcc opens predictably named files in TMPDIR which can be abused via
    symlinks)  (Fixes #19453 for altgcc):
    * Compile -DMKTEMP_EACH_FILE to ensure the %u name is generated randomly
      every time; affects gcc/gcc.c .
    * [cp/g++.c, collect2.c, gcc.c] If compiled -DHAVE_MKSTEMP use mkstemp(3)
      rather than mktemp(3).
    * Security improvements: don't use the result of choose_temp_base in a
      predictable fashion.
      [gcc.c]:
      * @c, @objective-c: use random name rather then tempbasename.i for
        intermediate preprocessor output (%g.i -> %d%u).
      * @c, @objective-c: use random name rather then tempbasename.s for
        intermediate compiler output (%g.s -> %d%u).
      * @c, @objective-c, @cpp-output, @assembler-with-cpp: switched
        "as [-o output file] <input file>" to
        "as <input file> [-o output file]".
      * @c, @objective-c, @assembler-with-cpp: use previous random name
        (cc1|cpp output) rather then tempbasename.s for intermediate assembler
        input (%g.s -> %U)


altgcc     - Alternate gcc package for the libc5 environment.
altgcc 2.7.2.2-3.3 -> 2.7.2.2-3.4 into dists/hamm/main/binary-i386/devel
altgcc 2.7.2.2-3.3 -> 2.7.2.2-3.4 into dists/slink/main/binary-i386/devel
altgcc (2.7.2.2-3.4) frozen unstable; urgency=low
  * [gcc/gcc.c] There is one call to choose_temp_base for determining
    the tempdir to be used only; #ifdef HAVE_MKSTEMP delete the tempfile
    created as a side effect. (fixes #23123 for altgcc).


apple2     - Apple ][ Emulator
apple2 0.04-2 -> 0.04-3 into dists/hamm/main/binary-i386/otherosfs
apple2 0.04-2 -> 0.04-3 into dists/slink/main/binary-i386/otherosfs
apple2 (0.04-3) frozen unstable; urgency=low
  * binary no longer suid by default - closes #23084


apsfilter  - A lineprinter input filter for systems with lpd/lpr
apsfilter 4.9.1-11 -> 4.9.1-12 into dists/slink/main/binary-i386/text
apsfilter (4.9.1-12) unstable; urgency=low, closes=23147
  * Fixed permission problem (closes: Bug#23147)


apt        - Front-End for dpkg
apt 0.0.15 -> 0.0.16-1 into project/experimental
apt (0.0.16-1) experimental; urgency=low
  * Modifications to make apt-get more friendly when backgrounded.
  * Updated documentation.
  * Updates to graphic widgets


bsdgames   - collection of text games from BSD systems
bsdgames 2.1-1 -> 2.1-2 into dists/hamm/main/binary-i386/games
bsdgames 2.1-1 -> 2.1-2 into dists/slink/main/binary-i386/games
bsdgames (2.1-2) frozen unstable; urgency=low
  * Just rebuilt with newer ncurses lib to fix worm and mille segfaults.


ccmalloc   - A memory profiler/debugger
ccmalloc 0.2.2-1 -> 0.2.3-1 into dists/slink/main/binary-i386/devel
ccmalloc (0.2.3-1) unstable; urgency=low
  * New upstream release. Now under a clearer license: GPL v2.
  * Updated Standards-Version.


cfingerd   - Configurable and secure finger daemon
cfingerd 1.3.2-10 -> 1.3.2-11 into dists/slink/main/binary-i386/net
cfingerd (1.3.2-11) frozen unstable; urgency=low, closes=23050 22816 23039
  * Added /etc/cron.weekly/cfingerd as conffile (closes: Bug#23050)


chimera2   - Web browser for X
chimera2 2.0a15-1 -> 2.0a15-2 into dists/slink/main/binary-i386/web
chimera2 (2.0a15-2) unstable; urgency=low
  * Fix so cursor keys work when mouse over images
  * Reimplemented accelerators fix in previous release more cleanly
  * Changed resources so transparent GIFs don't have cream background


debhelper  - helper programs for debian/rules
debhelper 0.88 -> 0.90 into dists/slink/main/binary-all/devel
debhelper (0.90) unstable; urgency=low
  * I'd like to thank Len Pikulski and Igor Grobman at nothinbut.net for
    providing me with free internet access on a moment's notice, so I could
    get this package to you after hacking on it all over New England for the
    past week. Thanks, guys!
  .
  * Added dh_debstd, which mimics the functionality of the debstd command.
    It's not a complete nor an exact copy, and it's not so much intended to
    be used in a debian/rules file, as it is to be run by hand when you are
    converting a package from debstd to debhelper. "dh_debstd -v" will
    output the sequence of debhelper commands that approximate what debstd
    would do in the same situation.
  * dh_debstd is completly untested, I don't have the source to any packages
    that use debstd available. Once this is tested, I plan to release
    debhelper 1.0!
  * Added a from-debstd document that gives a recipe to convert from debstd
    to debhelper.
  * dh_fixperms: can now use -X to exclude files from having their
    permissions changed.
  * dh_testroot: test for uid == 0, instead of username == root, becuase
    some people enjoy changing root's name.
  * dh_installinit: handle debian/init.d as well as debian/init files,
    for backwards compatability with debstd. Unlike with debstd, the two
    files are treated identically.
  * dh_lib, PROGRAMMING: added "warning" function.
  * Minor man page fixes.
  * dh_compress: don't bomb out if usr/doc/<package> is empty. (#23054)
  * dh_compress, dh_installdirs: always cd into $TMP and back out, even if
    --no-act is on. (#23054)


distributed-net - donate unused CPU cycles - client for distributed.net
distributed-net 2.7018.401-1 -> 2.7018.401-2 into dists/slink/non-free/binary-i386/misc
distributed-net (2.7018.401-2) unstable; urgency=low
  * Modified postinst so on new installs, it makes the client default to the
    rc5 contest, instead of the old des contest.


dpkg-repack - puts an unpacked .deb file back together
dpkg-repack 0.17 -> 0.18 into dists/slink/main/binary-all/admin
dpkg-repack (0.18) unstable; urgency=low
  * Removed some debugging output I accidentially put in the last version.
  * Workes now for packages that have filenames with spaces in them (like
    maelstrom).
  * Checged the descripton to remove the "attempts to". It should always
    work. (heh)


idutch     - The dutch dictionary for ispell, in new (August 1996) spelling.
wdutch     - List of Dutch words in new (August 1996) spelling.
idutch 0.1e-4 -> 0.1e-5 into dists/hamm/main/binary-i386/text
idutch 0.1e-4 -> 0.1e-5 into dists/slink/main/binary-i386/text
wdutch 0.1e-4 -> 0.1e-5 into dists/hamm/main/binary-all/text
wdutch 0.1e-4 -> 0.1e-5 into dists/slink/main/binary-all/text
dutch (1:0.1e-5) frozen unstable; urgency=low
  * Use Kenneth McDonald's example postinst and prerm for registering
    idutch as an ispell dictionary.
  * debian/rules: install new maintainer scripts for ispell.
    (It didn't have any before).
  * This should go into frozen, because the previous idutch is nonfunctional
    unless someone installs another ispell dictionary as well. (Thus, it
    fails to fulfill the "Provides: ispell-dictionary" that it promises.)
    The maintainer scripts that were added were taken from ispanish, with
    s/spanish/dutch/ everywhere, so they have been well tested elsewhere.
  * This problem was found by the testing group.


egcc-ss    - The GNU (egcs) C compiler.
egcs-docs-ss - Documentation for the egcs compilers (egcc, gobjc, g++).
g++-ss     - The GNU (egcs) C++ compiler.
g77-ss     - The GNU (egcs) Fortran compiler.
gobjc-ss   - The GNU (egcs) Objective-C compiler.
gpc-ss     - The GNU (egcs) Pascal compiler.
libg++2.8-dev-ss - The GNU C++ extension library - development files.
libg++2.8-ss - The GNU C++ extension library - runtime version.
libstdc++2.8-dev-ss - The GNU stdc++ library (development files)
libstdc++2.8-ss - The GNU stdc++ library (egcs version)
egcc-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
egcs-docs-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
g++-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
g77-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
gobjc-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
gpc-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
libg++2.8-dev-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
libg++2.8-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
libstdc++2.8-dev-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
libstdc++2.8-ss 2.91.33-1 -> 2.91.40-1 into project/experimental
egcs-snapshot (19980608-1) experimental; urgency=low
  * New snapshot version.


egcc       - The GNU (egcs) C compiler.
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
libg++2.8  - The GNU C++ extension library - runtime version.
libg++2.8-dev - The GNU C++ extension library - development files.
libstdc++2.8 - The GNU stdc++ library (egcs version)
libstdc++2.8-dev - The GNU stdc++ library (development files)
egcc 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
egcc 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/devel
g++ 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
g++ 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/devel
g77 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
g77 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/devel
gobjc 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
gobjc 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/devel
libg++2.8-dev 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
libg++2.8-dev 2.90.28-0.2 into dists/slink/main/binary-i386/devel
libg++2.8 2.90.28-0.2 into dists/hamm/main/binary-i386/libs
libg++2.8 2.90.28-0.2 into dists/slink/main/binary-i386/libs
libstdc++2.8-dev 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/devel
libstdc++2.8-dev 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/devel
libstdc++2.8 2.90.28-0.1 -> 2.90.28-0.2 into dists/hamm/main/binary-i386/libs
libstdc++2.8 2.90.28-0.1 -> 2.90.28-0.2 into dists/slink/main/binary-i386/libs
egcs (1.0.3-0.2) frozen unstable; urgency=low
  * Added libg++ that works with egcs, found at
    ftp://ftp.yggdrasil.com/private/hjl/libg++-2.8.1-980505.tar.gz
    (fixes #20587 (Severity: important)).
  * The "libg++" and "libg++-dev" virtual packages now refer to the GNU
    extensions.
  * Added the g++ FAQ that comes with libg++ to the g++ package.
  * libg++/Makefile.in: added $(srcdir) to rule for g++FAQ.info so that it
    builds OK in builddir.
  * Added -D__i386__ to the cpp predefines on intel.
  * Patches Matthias supplied me with:
    * Further 1.0.3 prerelease patches from CVS.
      This includes patches to the Haifa scheduler. Alpha porters, please
      check if this makes the Haifa scheduler OK again.
    * Objective C patches from CVS.


egcc       - The GNU (egcs) C compiler.
egcs-docs  - Documentation for the egcs compilers (egcc, gobjc, g++).
g++        - The GNU (egcs) C++ compiler.
g77        - The GNU (egcs) Fortran compiler.
gobjc      - The GNU (egcs) Objective-C compiler.
libg++2.8  - The GNU C++ extension library - runtime version.
libg++2.8-dev - The GNU C++ extension library - development files.
libstdc++2.8 - The GNU stdc++ library (egcs version)
libstdc++2.8-dev - The GNU stdc++ library (development files)
egcc 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
egcc 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
egcs-docs 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
egcs-docs 2.90.29-0.1 into dists/slink/main/binary-i386/devel
g++ 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
g++ 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
g77 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
g77 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
gobjc 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
gobjc 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
libg++2.8-dev 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
libg++2.8-dev 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
libg++2.8 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/libs
libg++2.8 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/libs
libstdc++2.8-dev 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/devel
libstdc++2.8-dev 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/devel
libstdc++2.8 2.90.28-0.2 -> 2.90.29-0.1 into dists/hamm/main/binary-i386/libs
libstdc++2.8 2.90.28-0.2 -> 2.90.29-0.1 into dists/slink/main/binary-i386/libs
egcs (1.0.3a-0.1) frozen unstable; urgency=low
  * New upstream release egcs-2.90.29 980515 (egcs-1.0.3 release)
    (we were using 1.0.3-prerelease).  This includes the Haifa patches
    we had since 1.0.3-0.2 and the gcc/objc/thr-posix.c patch we had
    since 1.0.3-0.1; the differences with 1.0.3-prerelease + patches
    we had is negligable.
  * iostream info documentation was in the wrong package (libg++2.8-dev).
    Now it's in libstdc++2.8-dev. (Thanks to Jens Rosenboom for bringing
    this to my attention). As 1.0.3-0.3 didn't make it out of Incoming,
    I'm not adding "Replaces:" for this; folks who had 1.0.3-0.3 installed
    already know enough to use --force-overwrite.
  * [gcc/objc/objc-act.c] Applied patch Matthias Klose supplied me with that
    demangles Objective C method names in gcc error messages.
  * Explicitly disable Haifa scheduling on Alpha, to make it easier to use
    this package's diff with egcs snapshots, which may turn on Haifa
    scheduling even though it is still unstable. (Requested by Chris Chimelis)
  * Don't run "configure" again if builddir already exists (makes it faster
    to restart builds in case one is hacking internals). Requested by
    Johnnie Ingram.
  * [gcc/gbl-ctors.h] Don't use extern declaration for atexit on glibc 2.1
    and higher (the prototype has probably changed; having the declaration
    broke Sparc compiles).
  * [debian/rules] Determine all version number automatically (from the
    version string in gcc/version.c).
  * [debian/copyright] Updated FTP locations; added text about libg++ (fixes
    #22465).


eject      - ejects CDs and operates CD-Changers under Linux
eject 1.5-6 -> 1.5-7 into dists/slink/main/binary-i386/misc
eject (1.5-7) unstable; urgency=low
  * Fix ejecting for /dev/scd devices. (#22706)


emacs19    - The GNU Emacs editor.
emacs19-el - GNU Emacs LISP (.el) files.
emacs19-el 19.34-19 -> 19.34-20 into dists/slink/main/binary-all/editors
emacs19 19.34-19 -> 19.34-20 into dists/slink/main/binary-i386/editors
emacs19 (19.34-20) unstable; urgency=low
  * re-build on a system that doesn't have a /usr/lib/sendmail link, so
    sendmail-program gets handled correctly.
  * debian/postinst: use dpkg --print-architecture for movemail path.
  * src/Makefile.in: don't reference site-file or init-file when
    rebuilding startup.el (bootstrapping fix.)


gdk-imlib-dev - Headers to compile programs with gdk_imlib
gdk-imlib-nonfree-dev - Headers to compile programs with gdk_imlib
gdk-imlib-nonfree1 - image drawing complement to gdk with gif support
gdk-imlib1 - image drawing complement to gdk with gif support
gdk-imlib-dev 1.3-1 -> 1.3-2 into dists/slink/main/binary-i386/graphics
gdk-imlib-nonfree-dev 1.3-2 into dists/slink/contrib/binary-i386/graphics
gdk-imlib-nonfree1 1.3-2 into dists/slink/contrib/binary-i386/graphics
gdk-imlib1 1.3-1 -> 1.3-2 into dists/slink/main/binary-i386/libs
gdk-imlib (1.3-2) unstable; urgency=low
  * Fixed shlibs -- again
  * moved non-free to contrib; I misunderstood the distinction


gdk-imlib-dev - Headers to compile programs with gdk_imlib
gdk-imlib-nonfree-dev - Headers to compile programs with gdk_imlib
gdk-imlib-nonfree1 - image drawing complement to gdk with gif support
gdk-imlib1 - image drawing complement to gdk with gif support
gdk-imlib-dev 1.3-1 -> 1.3-3 into dists/hamm/main/binary-i386/graphics
gdk-imlib-dev 1.3-2 -> 1.3-3 into dists/slink/main/binary-i386/graphics
gdk-imlib-nonfree-dev 1.3-3 into dists/hamm/contrib/binary-i386/graphics
gdk-imlib-nonfree-dev 1.3-2 -> 1.3-3 into dists/slink/contrib/binary-i386/graphics
gdk-imlib-nonfree1 1.3-3 into dists/hamm/contrib/binary-i386/graphics
gdk-imlib-nonfree1 1.3-2 -> 1.3-3 into dists/slink/contrib/binary-i386/graphics
gdk-imlib1 1.3-1 -> 1.3-3 into dists/hamm/main/binary-i386/libs
gdk-imlib1 1.3-2 -> 1.3-3 into dists/slink/main/binary-i386/libs
gdk-imlib (1.3-3) frozen unstable; urgency=low
  * Left save.c out of the libs -- oops (-:


gimp       - The layers-based, non-Motif GNU Image Manipulation Program
gimp-nonfree - GIF and TIFF support for the GNU Image Manipulation Program
libgimp-dev - Header files for compiling plugins for The GIMP
libgimp1   - Libraries necessary to run the GIMP
gimp-nonfree 0.99.29-1 -> 1.0.0-1 into dists/hamm/non-free/binary-i386/graphics
gimp-nonfree 0.99.29-1 -> 1.0.0-1 into dists/slink/non-free/binary-i386/graphics
gimp 0.99.29-1 -> 1.0.0-1 into dists/hamm/main/binary-i386/graphics
gimp 0.99.29-1 -> 1.0.0-1 into dists/slink/main/binary-i386/graphics
libgimp-dev 0.99.29-1 -> 1.0.0-1 into dists/hamm/main/binary-i386/devel
libgimp-dev 0.99.29-1 -> 1.0.0-1 into dists/slink/main/binary-i386/devel
libgimp1 0.99.29-1 -> 1.0.0-1 into dists/hamm/main/binary-i386/libs
libgimp1 0.99.29-1 -> 1.0.0-1 into dists/slink/main/binary-i386/libs
gimp (1.0.0-1) frozen unstable; urgency=low
  * We made it! All the way to 1.0.0! Huzzah!


gstep-base - The GNUstep Base Library
gstep-base-dev - Header files and static libraries for the GNUstep Base
gstep-base-examples - Examples using the GNUstep Base Library
gstep-base-dev 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-base-dev 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-base-examples 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-base-examples 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-base 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-base 0.5.0.980422-0.1 -> 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-base (0.5.0.980520-1) frozen unstable; urgency=low
  * New snapshot (closes Bug#22328).
  * Make gstep-base conflict with gstep-base0 (closes Bug#20066).
  * Built using egcc.
  * Include Version and config.mak in gstep-base-examples, don't
    compress files in gstep-base-examples.


gstep-extensions - The ObjC Foundation Extensions Library
gstep-extensions-dev - Header files and static libraries for Foundation Extensions
gstep-extensions-dev 0.5.0-1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-extensions-dev 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-extensions 0.5.0-1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-extensions 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-extensions (0.5.0.980520-1) frozen unstable; urgency=low
  * New snapshot (closes Bug#22328).
  * Built using egcc.


gstep-gui  - The GNUstep GUI Library
gstep-gui-dev - Header files and static libraries for the GNUstep GUI
gstep-gui-dev 0.5.0-1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-gui-dev 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-gui 0.5.0-1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-gui 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-gui (0.5.0.980520-1) frozen unstable; urgency=low
  * New snapshot (closes Bug#22328).
  * Built using egcc.


gstep-make - The GNUstep makefile package
gstep-make 0.5.0-1 -> 0.5.0.980520-1 into dists/hamm/contrib/binary-i386/devel
gstep-make 0.5.0.980520-1 into dists/slink/contrib/binary-i386/devel
gstep-make (0.5.0.980520-1) frozen unstable; urgency=low
  * New snapshot (closes Bug#22328).
  * Now uses egcc as default Debian GNUstep CC.


libgtk-dev - Header files and static libraries for the GIMP Toolkit
libgtk-doc - Documentation and example code for the GIMP Toolkit
libgtk1    - The GIMP Toolkit set of widgets for X
libgtk-dev 1.0.2-1 -> 1.0.4-1 into dists/hamm/main/binary-i386/devel
libgtk-dev 1.0.3-1 -> 1.0.4-1 into dists/slink/main/binary-i386/devel
libgtk-doc 1.0.2-1 -> 1.0.4-1 into dists/hamm/main/binary-all/doc
libgtk-doc 1.0.3-1 -> 1.0.4-1 into dists/slink/main/binary-all/doc
libgtk1 1.0.2-1 -> 1.0.4-1 into dists/hamm/main/binary-i386/libs
libgtk1 1.0.3-1 -> 1.0.4-1 into dists/slink/main/binary-i386/libs
gtk+ (1:1.0.4-1) frozen unstable; urgency=low
  * This is the final release of gtk+ that, along with GIMP, will be
    released into Debian 2.0.


libgtkmm   - shared library of gtk--, a C++ wrapper for Gtk
libgtkmm-dev - static library and header files of gtk--, a C++ wrapper for Gtk
libgtkmm-dev 0.9.2-1 -> 0.9.4-1 into dists/slink/main/binary-i386/devel
libgtkmm 0.9.2-1 -> 0.9.4-1 into dists/slink/main/binary-i386/libs
gtkmm (0.9.4-1) unstable; urgency=low
  * New upstream release.
  * Call ldconfig in postinst.


ilu-base   - The Inter-Language Unification system
ilu-dev    - Development files for ILU.
ilu-doc    - ILU Documentation
ilu-elisp  - Emacs-lisp files for ILU.
ilu-examples - ILU Examples
ilu-guiledev - Guile specific development files for ILU.
ilu-javadev - Java specific development files for ILU.
ilu-base 2.0.0.8-2 -> 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-base 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-dev 2.0.0.8-2 -> 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-dev 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-doc 2.0.0.8-2 -> 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-doc 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-elisp 2.0.0.8-2 -> 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-elisp 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-examples 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-examples 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-guiledev 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-guiledev 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu-javadev 2.0.0.12-0.1 into dists/hamm/main/binary-i386/devel
ilu-javadev 2.0.0.12-0.1 into dists/slink/main/binary-i386/devel
ilu (2.0.0.12-0.1) frozen unstable; urgency=low
  * Compiled for libc6
  * Compiled for python 1.5 (Various patches).
  * this goes to frozen to provide a version in sync with packages
    ilu depends on (python1.5 and libc6).
    (checked with Brian White, hamm release manager).
  * License addendum added (Fixes #15945, #15977, #15978).
  * Added copyright to generated packages (Fixes #19331).
  * Don't compress html documentation (Fixes #7007).
  * Search include files in the right place (Fixes #8849).
  * idl2isl included in release (Fixes #12825).
  * Use doc-base for installation of ilu-doc
  * Use emacs-policy for installation of ilu-elisp
  * adopted python policy to install in /usr/lib/python1.5/site-packages.
  * Patched imake/configure.in not to ask for Tcl/Tk includes
  * Applied ftp://rufus.w3.org/pub/veillard/iluJavaLinux.patch
  * Applied ftp://ftp.parc.xerox.com/pub/ilu/2.0a12/patches.html
    Revised $Date: 1998/04/07 00:20:55 $ GMT
  * Disabled doc-base installation of ilu-doc


jail       - Just Another ICMP Logger
jail 1.05-1 -> 1.3-1 into dists/slink/main/binary-i386/net
jail (1:1.3-1) unstable; urgency=low
  * New upstream release.


kernel-package - Debian Linux kernel package build scripts.
kernel-package 4.11 -> 5.01 into dists/slink/main/binary-all/misc
kernel-package (5.01) unstable; urgency=low
  * Added rudimentary support for the alpha. Please note that locations of
    the image may change in the future.
  * No longer ship unpacked sources in kernel-source-VERSION
    packages. This makes sure that dpkg can handle removal gracefully, and
    people may unpack the sources where they wish.
  * Fixed typo in make-kpkg -help, closes: BUG#23276
  * Documented --flavours argument of make-kpkg, which should bring the
    man page uptodate. closes: BUG#23280
  * Doh! A dangling symlink does not return true on an -e test; a valid
    symlink does! Fixed error on logic that made dangling sym links cause
    kernel-image packages to fail. closes: BUG#23273
  * make the proccess not error out when there is no config.precious
    file.


latex2html - LaTeX to HTML translator.
latex2html 98.1p1-4 -> 98.1p1-5 into dists/hamm/contrib/binary-all/tex
latex2html 98.1p1-4 -> 98.1p1-5 into dists/slink/contrib/binary-all/tex
latex2html (98.1p1-5) frozen unstable; urgency=low
  * This fixes a critical problem with LaTeX2HTML going into an infinite
    loop, rendering the program useless for people. The change involved is
    a single line; we just close an open stream in the child of a
    fork. For some reason, having the stream open in both the parent and
    the child was the source of the problem. This is critical enough to
    break the hard freeze.


latex2html - LaTeX to HTML translator.
latex2html 98.1p1-5 -> 98.1p5-1 into dists/slink/contrib/binary-all/tex
latex2html (98.1p5-1) unstable; urgency=low
  * New upstream bug fixing version.
  * Additiojnal work done on converting the manual. This should fix all
    known problems with it -- closes: Bug#20005


libc5      - The Linux C library version 5 (run-time libraries).
libc5-altdbg - The Linux C library version 5 (alternative debug files).
libc5-altdev - The Linux C library version 5 (alternative dev files).
libc5-altdbg 5.4.38-1 -> 5.4.38-1.1 into dists/hamm/main/binary-i386/oldlibs
libc5-altdbg 5.4.38-1.1 into dists/slink/main/binary-i386/oldlibs
libc5-altdev 5.4.38-1 -> 5.4.38-1.1 into dists/hamm/main/binary-i386/oldlibs
libc5-altdev 5.4.38-1.1 into dists/slink/main/binary-i386/oldlibs
libc5 5.4.38-1 -> 5.4.38-1.1 into dists/hamm/main/binary-i386/oldlibs
libc5 5.4.38-1.1 into dists/slink/main/binary-i386/oldlibs
libc (5.4.38-1.1) frozen unstable; urgency=low
  * Non-maintainer upload
  * (debian/control, debian/control.hamm) dropped libc5-dev and
    libc5-dbg packages, so that they can be removed from hamm.
    (See bug#21039, they should not be removed while libc's .dsc
    file refers to them.)
  * Also changed Maintainer address from Helmut to Dale.
  * (debian/rules) Removed binary-dev from binary-hamm target, so that
    libc5-dev and libc5-dbg are not generated.
  * (debian/config.i386) Changed the pre-configuration to invoke
    gcc 2.7.2.3 when building libc5, rather than 2.7.2.2 (since
    2.7.2.2 is not in hamm).
  * (include/wchar.h)
    gcc 2.7.2.3 defines wint_t in <stddef.h>, older versions do not.
    This breaks include/wchar.h.  I patched it to try to get wint_t
    from <stddef.h> first, and to only define it if that fails.
    glibc2 does it the same way.
    This should be safe enough, since include/wchar.h already uses
    <stddef.h> to get three other values. I merely added a fourth.
  * (debian/rules) Install symlinks /usr/doc/libc5-altdev -> libc5
    and /usr/doc/libc5-altdbg -> libc5, to satisfy Debian policy
    for copyright files.
  * (debian/control, debian/control.hamm) Made libc5-altdbg depend
    on libc5 directly, to satisfy Debian policy for copyright files.
    (It already depended indirectly on libc5 via libc5-altdev).


lintian    - Debian package checker
lintian 0.4.6 -> 0.4.7 into dists/slink/main/binary-all/devel
lintian (0.4.7) unstable; urgency=low
  * Removed Christian's name wherever it appeared as a contact address.
  * (depcheck/buglist) Entered newly reported bug numbers for dependency
    problems.
  * (checks/menus) Distinguish between install-docs and install-docs -r.
    (closes #23049).
  * (checks/files) Added new tag backup-file-in-package.  This warns
    about emacs-style backup files that got installed in a package.
  * (frontend/lintian) Allow I: tags to be overridden just like any other.
  * (frontend/lintian) Add support for "Experimental" tags.  These are
    handled like other tags, but an "Experimental: yes" flag in the tag
    description tells lintian to output them with "X:" rather than "E:"
    or "W:" or "I:".  This is used for new tags that might still misbehave.
  * (doc/lintian.sgml) Add a paragraph to explain the new tag type.
    "The displayed message is one of types listed above, but has been
     flagged as `experimental' by the Lintian maintainers.  This means
     that the code that generates this message is not as well tested as
     the rest of Lintian, and might still give surprising results.  Feel
     free to ignore Experimental messages that do not seem to make sense,
     though of course bug reports are always welcomed."


lintian    - Debian package checker
lintian 0.4.7 -> 0.4.8 into dists/slink/main/binary-all/devel
lintian (0.4.8) unstable; urgency=low
  * (checks/fields)
    New error tag: "multiline-field" flags control fields that span multiple
    lines when they shouldn't.  (According to the Packaging manual,
    "Except where otherwise stated only a single line of data is allowed").
  * (checks/fields)
    Check dependency relationship fields as well.
    New tags:
      E: alternates-not-allowed
           (generated for use of | in Provides, Conflicts, and Replaces fields)
      E: versioned-provides
           (generated for Provides fields that use a versioned package name)
      W: obsolete-relation-form
           (generated for use of < and > in versioned relationships)
      W: bad-version-in-relation
           (generated if the version number in a versioned relation
            is not syntactically correct)
      E: bad-relation
           (generated if lintian cannot parse an element of a dependency line)
      W: package-relation-with-self
  * (checks/fields)
    Bugfix to maintainer-not-full-name tag, it works now.
    Added maintainer-address-looks-weird warning for obscure cases.
    I doubt anyone will ever see it.
  * (checks/fields)
    Added new-essential-package warning, to highlight such packages.
  * (checks/fields.desc) Descriptions of new tags.


linuxlogo  - Color ANSI Penguin with system information
linuxlogo 1.06-1 -> 1.06-5 into dists/hamm/main/binary-i386/misc
linuxlogo (1.06-5) frozen; urgency=low
  * Added 'frozen' to the changelog. Probably too little, too late.
  * Added patch from Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
    to fix missing m68k-specific variable in getsysinfo.c (Fixes: #22827).


lpr        - BSD lpr/lpd line printer spooling system
lpr 5.9-27 -> 5.9-28 into dists/slink/main/binary-i386/net
lpr (5.9-28) unstable; urgency=low
  * Added "kill $(pidof lpd)" to init script (closes: Bug#22805)


magicfilter - automatic printer filter.
magicfilter 1.2-21 -> 1.2-22 into dists/slink/main/binary-i386/text
magicfilter (1.2-22) unstable; urgency=low
  * fixed typo in magicfilterconfig (it's instead of its) (Bug#22021)
  * fixed Bug#22913: magicfilter: bug in postrm


mount      - Tools for mounting and manipulating filesystems.
mount 2.7l-2 -> 2.7l-5 into dists/hamm/main/binary-i386/base
mount 2.7l-4 -> 2.7l-5 into dists/slink/main/binary-i386/base
mount (2.7l-5) frozen unstable; urgency=low
  * Applied Roman Hodek's patch so the package now builds with stock libc6-dev
    (This patch seems badly needed by m68k folks)
    Fix bugs #22037, #14767, #15341, #22037.


libmsql2   - MiniSQL library [libc6]
msql       - MiniSQL clients
msql-doc   - Docuentation for mSQL
msqld      - MiniSQL engine
w3-msql    - Integration of mSQL and the World Wide Web
libmsql2 2.0.3-3 -> 2.0.3-4 into dists/slink/non-free/binary-i386/libs
msql-doc 2.0.3-3 -> 2.0.3-4 into dists/slink/non-free/binary-all/devel
msql 2.0.3-3 -> 2.0.3-4 into dists/slink/non-free/binary-i386/devel
msqld 2.0.3-3 -> 2.0.3-4 into dists/slink/non-free/binary-i386/devel
w3-msql 2.0.3-3 -> 2.0.3-4 into dists/slink/non-free/binary-i386/web
msql (2.0.3-4) frozen unstable; urgency=low, changes=22936 21404 23081
  * Made /etc/init.d/msql file policy complient.  Thanks to Martin Bruns
    <bruns@uni-wuppertal.de> for notifying me.  (closes: Bug#22936)
  * Small typo in msqlconfig.  Thanks to Andreas Jellinghaus.
  * User and group are not added via passwd utilities (closes: Bug#21404,
    Bug#23081)
  * Rewrote msqld/postinst as plain shell script
  * Added pre-dependency for passwd to msqld as its tools are used in the
    preinst.
  * Changed owner of /etc/msql* files within debian/rules


mysql-base - mysql database client binaries
mysql-bench - mysql database benchmarks
mysql-dev  - mysql database development lib
mysql-doc  - mysql database documentation
mysql-server - mysql database server
mysql-base 3.21.30-1 -> 3.21.30-2 into dists/slink/non-free/binary-i386/devel
mysql-bench 3.21.30-1 -> 3.21.30-2 into dists/slink/non-free/binary-i386/devel
mysql-dev 3.21.30-1 -> 3.21.30-2 into dists/slink/non-free/binary-i386/devel
mysql-doc 3.21.30-1 -> 3.21.30-2 into dists/slink/non-free/binary-i386/devel
mysql-server 3.21.30-1 -> 3.21.30-2 into dists/slink/non-free/binary-i386/devel
mysql (3.21.30-2) unstable; urgency=low
  * Simplify debian/rules (fixes #17662)
  * Edit manual.texi to add "Debian notes" to documentation
  * Add note about passwords on command line (fixes #16471)
  * Add note about getting privleges for users (fixes #22891)
  * Correct "Possible license changes" heading (fixes #22711)
  * Add uninstalled header files to /usr/doc/mysql-dev/examples (fixes #22627)
  * Add udf_example.cc to /usr/doc/mysql-dev/examples (fixes #22710)


ncftp      - A user-friendly and full-featured FTP client.
ncftp 3.0beta11-1 -> 3.0beta12-1 into dists/slink/main/binary-i386/net
ncftp (1:3.0beta12-1) unstable; urgency=low
  * New upstream release.


ncftp      - A user-friendly and full-featured FTP client.
ncftp 3.0beta12-1 -> 3.0beta12-2 into dists/slink/main/binary-i386/net
ncftp (1:3.0beta12-2) unstable; urgency=low
  * Fix installation path so ncftpbatch may be used for bgget. (#23421)


ncpfs      - Utilities to use resources from NetWare servers.
ncpfs 2.2.0.5-1 -> 2.2.0.6-1 into dists/slink/main/binary-i386/net
ncpfs (2.2.0.6-1) frozen unstable; urgency=low
  * I found a bug in 2.2.0.5 and before that prevented user names
    longer than 48 characters to login into NetWare NDS servers. The
    problem is a leftover from the time ncpfs supported only bindery
    logins (because a bindery name can be 48 chars. long). Now,
    NDS names can be up to 255 chars. long. I reported the problem to
    the upstream maintainer and he provided a fix (in form of a new
    upstream version) in less than 24 hours (try to get the same from
    Novell, I dare you :-).


libatalk1  - Appletalk library for GNU/Linux
libatalk1-dev - Appletalk library for GNU/Linux (development files)
netatalk   - Appletalk user binaries for GNU/Linux
libatalk1-dev 1.4-1.4b2+asun2.0a18.2-1 into dists/hamm/main/binary-i386/devel
libatalk1-dev 1.4-1.4b2+asun2.0a18.2-1 into dists/slink/main/binary-i386/devel
libatalk1 1.4-1.4b2-5 -> 1.4-1.4b2+asun2.0a18.2-1 into dists/hamm/main/binary-i386/net
libatalk1 1.4-1.4b2-5 -> 1.4-1.4b2+asun2.0a18.2-1 into dists/slink/main/binary-i386/net
netatalk 1.4b2-5 -> 1.4b2+asun2.0a18.2-1 into dists/hamm/main/binary-i386/net
netatalk 1.4b2-5 -> 1.4b2+asun2.0a18.2-1 into dists/slink/main/binary-i386/net
netatalk (1.4b2+asun2.0a18.2-1) frozen unstable; urgency=low
  * New "upstream" release.
  * This does add new features, however, it also fixes at
    least one nasty bug (Bug#13973).
  * Applied patch which adds a command-line option to disable
    CR/LF translation (thanks to Davide Welton and Jon Nelson).
    (Note to release manager: this patch is applied so this
     package has the exact functionality of netatalk-asun)
  * Renamed libatalk-dev to libatalk1-dev.
  * Symlinked /usr/man/man1/nbpunrgstr.1.gz to /usr/man/man1/nbprgstr.1.gz
    to keep lintian happy.
  * Changed the "lock directory" to /var/run and the names of the "lock files" to <foo>.pid,
    since what the source calls locks are really the same as the .pid files other daemons
    put in /var/run.
  * This package provides all the functionality of netatalk-asun, and
    it will replace netatalk-asun in the distribution.


octave     - The GNU Octave language for numerical computations
octave-doc - Postscript documentation on the GNU Octave language
octave-staticlibs - Static libraries for the GNU Octave language
octave-doc 2.0.13-2 -> 2.0.13-3 into dists/slink/main/binary-all/math
octave-staticlibs 2.0.13-2 -> 2.0.13-3 into dists/slink/main/binary-i386/math
octave 2.0.13-2 -> 2.0.13-3 into dists/slink/main/binary-i386/math
octave (2.0.13-3) unstable; urgency=low, Closes=23293
  * Changed debian/rules to set CC=egcc only after an explicit test for
    either of i386, alpha or sparc (fixes #23293)


perl       - Larry Wall's Practical Extracting and Report Language.
perl-base  - The Pathologically Eclectic Rubbish Lister
perl-debug - View internals of Perl and debug Perl itself.
perl-suid  - Runs setuid Perl scripts.
perl-base 5.004.04-5 -> 5.004.04-6 into dists/hamm/main/binary-i386/base
perl-base 5.004.04-6 into dists/slink/main/binary-i386/base
perl-debug 5.004.04-5 -> 5.004.04-6 into dists/hamm/main/binary-i386/interpreters
perl-debug 5.004.04-6 into dists/slink/main/binary-i386/interpreters
perl-suid 5.004.04-5 -> 5.004.04-6 into dists/hamm/main/binary-i386/interpreters
perl-suid 5.004.04-6 into dists/slink/main/binary-i386/interpreters
perl 5.004.04-5 -> 5.004.04-6 into dists/hamm/main/binary-i386/interpreters
perl 5.004.04-6 into dists/slink/main/binary-i386/interpreters
perl (5.004.04-6) frozen unstable; urgency=low
  * Fix symlinks for perl-suid and perl-debug doc directories.  (Fixes Bug
    #19867)
  * Make sure that *all* files are readable.  (Fixes Bug #20791)
  * Make changes to c2ph.PL (includes pstruct), perldoc, and s2p so that
    they try to use POSIX::tmpnam() in creating temp files.  Note that
    perlbug already checks for the existence of the temp file before
    creating it.  (Fixes Bug #19805)
  * Apply patch from next maintenance release so that -e scripts are kept
    in memory rather than written to a temporary file.
  * Fix typo in perlop(1p).  Thanks to Richard Braakman <dark@xs4all.nl>
    for pointing this out.  (Fixes Bug #22488)
  * Add /usr/doc/perl/perlfaq-is-free to explain Tom Christiansen's intent
    with his perlfaq copyright.  (Closes Bugs #10286, #22705)
  * Fix typos in postrm scripts.  Thanks to Mark Eichin <eichin@arepa.com>
    for this.  (Fixes Bug #23107)


php3-gd    - GD (graphic creation) module for PHP3
php3-mysql - Mysql module for PHP3
php3-gd 3.0rc4-1 -> 3.0-1 into dists/hamm/contrib/binary-i386/web
php3-gd 3.0rc4-1 -> 3.0-1 into dists/slink/contrib/binary-i386/web
php3-mysql 3.0rc4-1 -> 3.0-1 into dists/hamm/contrib/binary-i386/web
php3-mysql 3.0rc4-1 -> 3.0-1 into dists/slink/contrib/binary-i386/web
php3-contrib (1:3.0-1) frozen unstable; urgency=low
  * Final release, to work with php3 3.0
  * Rework php3 dependency to be much safer (now one cannot install
    a module of one version with php3 of another)


php3       - A server-side, HTML-embedded scripting language
php3-dev   - Header files for PHP3 module development
php3-doc   - Documentation for PHP3
php3-pgsql - PostgreSQL module for PHP3
php3-dev 3.0rc4-2 -> 3.0-1 into dists/hamm/main/binary-i386/web
php3-dev 3.0rc4-2 -> 3.0-1 into dists/slink/main/binary-i386/web
php3-doc 3.0rc4-2 -> 3.0-1 into dists/hamm/main/binary-all/web
php3-doc 3.0rc4-2 -> 3.0-1 into dists/slink/main/binary-all/web
php3-pgsql 3.0rc4-2 -> 3.0-1 into dists/hamm/main/binary-i386/web
php3-pgsql 3.0rc4-2 -> 3.0-1 into dists/slink/main/binary-i386/web
php3 3.0rc4-2 -> 3.0-1 into dists/hamm/main/binary-i386/web
php3 3.0rc4-2 -> 3.0-1 into dists/slink/main/binary-i386/web
php3 (1:3.0-1) frozen unstable; urgency=low
  * The final version is finally here.
  * Compile with apache 1.3.0
  * Some fixes on the dependency of the modules on php3, now makes it
    impossible to use the module with a different version of php3 and get
    apache segfaults
  * Remove the conflict on old apache, because it made apache+php3 upgrade
    impossible, now asks the user in preinst if he really wants to do this.
    (closes: #23279 (important))
  * Use apxs for build
  * Include zlib support


php3       - A server-side, HTML-embedded scripting language
php3-dev   - Header files for PHP3 module development
php3-doc   - Documentation for PHP3
php3-pgsql - PostgreSQL module for PHP3
php3-dev 3.0-1 -> 3.0-2 into dists/hamm/main/binary-i386/web
php3-dev 3.0-1 -> 3.0-2 into dists/slink/main/binary-i386/web
php3-doc 3.0-1 -> 3.0-2 into dists/hamm/main/binary-all/web
php3-doc 3.0-1 -> 3.0-2 into dists/slink/main/binary-all/web
php3-pgsql 3.0-1 -> 3.0-2 into dists/hamm/main/binary-i386/web
php3-pgsql 3.0-1 -> 3.0-2 into dists/slink/main/binary-i386/web
php3 3.0-1 -> 3.0-2 into dists/hamm/main/binary-i386/web
php3 3.0-1 -> 3.0-2 into dists/slink/main/binary-i386/web
php3 (1:3.0-2) frozen unstable; urgency=low
  * Fix preinst so it doesnt say it has old apache installed when there is
    no apache installed
  * Fix description of php3-doc


picon-misc - Picon (Personal Images) database of common accounts and misc.
picon-misc 1998.04.20-2 -> 1998.06.13-1 into dists/slink/contrib/binary-all/graphics
picon-misc (1998.06.13-1) unstable; urgency=low
  * New upstream release.


picon-news - Picon (Personal Images) db of Usenet newsgroups and hierarchies
picon-news 1998.05.27-1 -> 1998.06.13-1 into dists/slink/contrib/binary-all/graphics
picon-news (1998.06.13-1) unstable; urgency=low
  * New upstream release.


picon-unknown - Picon (Personal Images) database for very high-level domains
picon-unknown 1998.04.20-2 -> 1998.06.13-1 into dists/slink/contrib/binary-all/graphics
picon-unknown (1998.06.13-1) unstable; urgency=low
  * New upstream release.


picon-users - Picon (Personal Images) database of individual Internet accounts
picon-users 1998.05.15-2 -> 1998.06.13-1 into dists/slink/contrib/binary-all/graphics
picon-users (1998.06.13-1) unstable; urgency=low
  * New upstream release.


picon-weather - Picon (Personal Images) database for displaying weather forecasts
picon-weather 1998.04.20-2 -> 1998.06.13-1 into dists/slink/contrib/binary-all/graphics
picon-weather (1998.06.13-1) unstable; urgency=low
  * New upstream release.


pppconfig  - pppconfig is a text based utility for configuring ppp.
pppconfig 1.0 -> 1.1 into dists/slink/main/binary-all/admin
pppconfig (1.1) unstable; urgency=low
  * At the request of Enrique Zanardi added code to check resolv.conf
    for nameservers and offer to add them if they are missing.
  * Bug 23044 fixed by adding dependecy on debianutils > 1.6.


python-doc - HTML documentation for the scripting language Python.
python-doc 1.5-1 -> 1.5.1-2 into dists/hamm/main/binary-all/interpreters
python-doc 1.5.1-1 -> 1.5.1-2 into dists/slink/main/binary-all/interpreters
python-doc (1.5.1-2) frozen unstable; urgency=low
  * Should really go into frozen as well.


python-gtk - GTK support module for Python.
python-gtk 0.4.2-1 into dists/hamm/main/binary-i386/interpreters
python-gtk 0.4.0-1 -> 0.4.2-1 into dists/slink/main/binary-i386/interpreters
python-gtk (0.4.2-1) frozen unstable; urgency=low
  * upstream version updated for gtk+-1.0.0.
  * gdkimlib module still disabled.
  * bug fixes (see changelog.gz)


python-gdk-imlib - GTK gdk_imlib support module for Python.
python-gtk - GTK support module for Python.
python-gdk-imlib 0.4.3-1 into dists/hamm/main/binary-i386/interpreters
python-gdk-imlib 0.4.3-1 into dists/slink/main/binary-i386/interpreters
python-gtk 0.4.2-1 -> 0.4.3-1 into dists/hamm/main/binary-i386/interpreters
python-gtk 0.4.2-1 -> 0.4.3-1 into dists/slink/main/binary-i386/interpreters
python-gtk (0.4.3-1) frozen unstable; urgency=low
  * upstream version updated for gtk+-1.0.1.
  * separated GdkImlib in python-gdk-imlib module.
  * fixed prerm scripts to use bash.
  * compiled without support for GIF images (see README.Debian).
  * removed doc-base file (because python-gtk doesn't provide doc ;-)
    (Fixes #22449, #22464).


qftp       - Small ftp client with amazing features
qftp 0.97-1 -> 0.97-1.1 into dists/hamm/main/binary-i386/net
qftp 0.97-1 -> 0.97-1.1 into dists/slink/main/binary-i386/net
qftp (0.97-1.1) unstable frozen; urgency=low
  * Non maintainer release
  * Recompiled to use libstdc++2.8


qftp       - Small ftp client with amazing features
qftp 0.97-1.1 -> 0.98-1 into dists/slink/main/binary-i386/net
qftp (0.98-1) unstable; urgency=low
  * New upstream release.


sendmail   - A powerful mail transport agent.
sendmail 8.9.0-1 -> 8.9.0-3 into dists/slink/main/binary-i386/mail
sendmail (8.9.0-3) unstable; urgency=low
  * Fix copyright file


sgml-data  - Data files for SGML programs
sgml-data 0.11 -> 0.12 into dists/slink/main/binary-all/text
sgml-data (0.12) unstable; urgency=low
  * copyright: policy-stipulated modifications (closes Bug#21962; other
    part of that bug could not be verified by myself, no response from
    submitter.)
  * changelog file is changelog.gz, which is the way for Debian
  * Debian Policy compliant with 2.4.1


libsidplay1.36 - SID (MOS 6581) emulation library
libsidplay1.36-dev - SID (MOS 6581) emulation library (development files)
sidplay    - Music player for tunes from C64 and Amiga (console)
libsidplay1.36-dev 1.36.18-1 into dists/slink/main/binary-i386/devel
libsidplay1.36 1.36.18-1 into dists/slink/main/binary-i386/libs
sidplay 1.36.15-2 -> 1.36.18-1 into dists/slink/main/binary-i386/sound
sidplay (1.36.18-1) unstable; urgency=low
  * New upstream version.
  * Moved menu entry for dwww based offline documentation from xsidplay to
    libsidplay, because this package actually contains the documentation.
  * Changed major version of the library from 1 to 1.36 in order to
    synchronize with the upstream sources again.


libsidplay1.36 - SID (MOS 6581) emulation library
libsidplay1.36-dev - SID (MOS 6581) emulation library (development files)
sidplay    - Music player for tunes from C64 and Amiga (console)
libsidplay1.36-dev 1.36.18-1 -> 1.36.23-1 into dists/slink/main/binary-i386/devel
libsidplay1.36 1.36.18-1 -> 1.36.23-1 into dists/slink/main/binary-i386/libs
sidplay 1.36.18-1 -> 1.36.23-1 into dists/slink/main/binary-i386/sound
sidplay (1.36.23-1) unstable; urgency=low
  * New upstream version.
  * Reworked debian/rules to make use of autoconf support.


libsidplay1.36 - SID (MOS 6581) emulation library
libsidplay1.36-dev - SID (MOS 6581) emulation library (development files)
sidplay    - Music player for tunes from C64 and Amiga (console)
libsidplay1.36-dev 1.36.23-1 -> 1.36.24-1 into dists/slink/main/binary-i386/devel
libsidplay1.36 1.36.23-1 -> 1.36.24-1 into dists/slink/main/binary-i386/libs
sidplay 1.36.23-1 -> 1.36.24-1 into dists/slink/main/binary-i386/sound
sidplay (1.36.24-1) unstable; urgency=low
  * New upstream version (small bugfix).


smail      - Electronic mail transport system.
smail 3.2.0.101-4.3 -> 3.2.0.101-4.4 into dists/hamm/main/binary-i386/mail
smail (3.2.0.101-4.4) frozen; urgency=low
  * added restart option to /etc/init.d/smail
  * fixed typo in smailconfig which prevents the prompt for
  * 	smarthost information (thnx to Andy Chittenden)
  * release for hamm


ssmtp      - Extremely simple MTA to get mail off the system to a Mailhub
ssmtp 2.27-2 -> 2.28-1 into dists/slink/main/binary-i386/mail
ssmtp (2.28-1) unstable; urgency=low
  * New upstream version: supports non-separated options (fixes #22691)


staroffice3 - Star Office 3.1 installer
staroffice3 3.1-7 -> 3.1-8 into dists/hamm/contrib/binary-i386/editors
staroffice3 3.1-8 into dists/slink/contrib/binary-i386/editors
staroffice3-installer (3.1-8) frozen unstable; urgency=low, closes=22500
  * Added patch from Mike Coleman <mkc@sky.net> to fix problem with
    detecting Motif (closes: Bug#22500)


tkcvs      - A graphical front-end to CVS
tkcvs 6.0-9 -> 6.0-10 into dists/slink/main/binary-all/devel
tkcvs (6.0-10) unstable; urgency=low
  * Changed parameter usage in call of tkdiff (bug #23266)


tkps       - X-based process management tool similar to 'top'
tkps 1.12 -> 1.14 into dists/hamm/main/binary-all/utils
tkps 1.13 -> 1.14 into dists/slink/main/binary-all/utils
tkps (1.14) frozen unstable; urgency=low
  * Fixed ps compatibility problem
  * Fixed package description


tmpreaper  - Cleans up files in directories based on their age
tmpreaper 1.4.6 -> 1.4.7 into dists/hamm/main/binary-i386/admin
tmpreaper 1.4.6 -> 1.4.7 into dists/slink/main/binary-i386/admin
tmpreaper (1.4.7) frozen unstable; urgency=low
  * Apply bugfixes from Jorg Schuler <jcs@hatarakibachi.pond.sub.org>.
    See ChangeLog. (Fixes:#22903,#22934)
  * Jorg Schuler's patch also protects `.iroha' and `.ki2' (are they files
    or sockets?) in /tmp.
  * New function `dir_empty_p'; check that a dir is empty prior to
    rmdir().  (Fixes:#22770)


tya        - JIT-compiler for Java
tya 0.6-2 -> 0.7-1 into dists/slink/contrib/binary-i386/devel
tya (0.7-1) unstable; urgency=low
  * New upstream release.


svncviewer - Virtual network computing client software for SVGA.
vncserver  - Virtual network computing server software.
xvncviewer - Virtual network computing client software for X.
svncviewer 3.3.1-5 -> 3.3.2-1 into dists/slink/main/binary-i386/x11
vncserver 3.3.1-5 -> 3.3.2-1 into dists/slink/main/binary-i386/x11
xvncviewer 3.3.1-5 -> 3.3.2-1 into dists/slink/main/binary-i386/x11
vnc (3.3.2-1) unstable; urgency=low
  * New upstream version, based on X11R6.3 source code:
    + Now native support for gzip'd fonts.
    + Fixed Keyboard handling (hopefully).
  * Added (slightly modified) FAQ from the web site.


wm2        - Small, unconfigurable window manager
wm2 3-3 -> 4-1 into dists/slink/main/binary-i386/x11
wm2 (4-1) unstable; urgency=low
  * New maintainer
  * New upstream version


wmmixer    - A mixer application designed for WindowMaker
wmmixer 0.8-1 into dists/hamm/main/binary-i386/sound
wmmixer 0.7-1 -> 0.8-1 into dists/slink/main/binary-i386/x11
wmmixer (0.8-1) frozen unstable; urgency=low
  * New upstream version
  * WRT version 0.2 this: fixes bug relating to manual window positioning;
    reduces CPU load; fixes bug relating to cards with no volume channel;
    has better checking of supported channels; is GPLed.


x3270      - X11 program for telnet sessions to IBM mainframes
x3270-htmldoc - HTML documentation for the x3270 package
x3270-htmldoc 3.1.1.7-4 -> 3.1.1.7-5 into dists/slink/non-free/binary-all/x11
x3270 3.1.1.7-4 -> 3.1.1.7-5 into dists/slink/non-free/binary-i386/x11
x3270 (3.1.1.7-5) unstable; urgency=low
  * Added postrm to x3270-htmldoc to call update-menus.  (lintian)
  * Changed x3270-htmldoc index.html -> README.html link to
    index.html.gz -> README.html.gz.
  * Added Interrupt() action to send IAC IP, for real System Request on
    AS/400.
  * Added extra bindings to the 5250 keymap in X3270.xad.
  * Changed to not install app-defaults/X3270, since it's compiled into
    the program.  The provided file is installed with the examples.
  * Updated package description to mention the AS/400.


xexec      - Run a simple arbitrary command from Xwindows
xexec 0.0.3-4 -> 0.0.3-5 into dists/slink/contrib/binary-i386/misc
xexec (0.0.3-5) unstable; urgency=low
  * Changed the Architecture field from i386 to any.  Thanks to J. Troup
    for pointing me to the section of the packaging manual explaining the
    use of the "any" keyword.  (fixes bug#23085)
  * Manually shifted the dependency on qt1g >= 1.33-5 to >= 1.33-4 by
    tinkering with the /var/lib/dpkg/info/qt1g.shlibs on the compilation
    system, which has qt1g 1.33-5 and qt1g-dev 1.33-4 installed.  This
    fixes the dependency problem in the package, and shouldn't break
    anything, but I'm documenting it just in case. (fixes bug#22927)


xmap-dmotif - interactive map program, with gps hooks (static motif version)
xmap-smotif - interactive map program, with gps hooks (dynamic motif version)
xmap-dmotif 1.0b5m7-2 -> 1.0b5m7-3 into dists/slink/non-free/binary-i386/misc
xmap-smotif 1.0b5m7-2 -> 1.0b5m7-3 into dists/slink/non-free/binary-i386/misc
xmap (1.0b5m7-3) unstable; urgency=low
  * Made man page symlinks for the .real binaries, so all binaries now have
    manpages.


xpilot     - Multi-player tactical game for X
xpilot 3.7.1-1 -> 4.0.0-1 into dists/slink/main/binary-i386/games
xpilot (4.0.0-1) unstable; urgency=low
  * New upstream release.


xscavenger - A lode-runner-like platform game for X
xscavenger 1.3.4-1 -> 1.3.5-1 into dists/slink/main/binary-i386/games
xscavenger (1.3.5-1) unstable; urgency=low
  * New upstream version, bug fixes only.
    + Soundserv reacts gracefully if /dev/dsp is not accessible.


----- New Packages ----------------------

apsfilter  - A lineprinter input filter for systems with lpd/lpr
apsfilter 4.9.1-11 into dists/slink/main/binary-i386/text


auto-pgp   - PGP tools for command-line and Emacs use
auto-pgp 1.04-1 into dists/hamm/contrib/binary-i386/mail
auto-pgp 1.04-1 into dists/slink/contrib/binary-i386/mail


dict-foldoc - Dictionary Database
dict-foldoc 19980612-1 into dists/slink/main/binary-all/text


dict-gazetteer - U.S. Gazetteer
dict-gazetteer 1.2-2 into dists/slink/main/binary-all/text


dict-easton - Easton's 1897 Bible Dictionary
dict-elements - Data regarding the Elements
dict-hitchcock - Hitchcock's Bible Names Dictionary
dict-jargon - Jargon File 4.0.0
dict-easton 1.4-2 into dists/slink/main/binary-all/text
dict-elements 1.4-2 into dists/slink/main/binary-all/text
dict-hitchcock 1.4-2 into dists/slink/main/binary-all/text
dict-jargon 1.4-2 into dists/slink/main/binary-all/text


dict-wn    - WordNet v1.6
dict-wn 1.5-2 into dists/slink/main/binary-all/text


gperf      - Perfect hash function generator.
gperf 2.7-1 into dists/hamm/main/binary-i386/devel
gperf 2.7-1 into dists/slink/main/binary-i386/devel


gs         - Postscript interpreter with X11 and svgalib preview support.
gs 4.03-1 into dists/slink/main/binary-i386/text


tguile1.3  - `tguile' is to Guile as `temacs' is to Emacs.
tguile1.3 1997.05.08-1 into dists/slink/main/binary-i386/interpreters


infocom    - A freely distributable parser for Infocom data files.
infocom 4.01pl2-5 into dists/hamm/main/binary-i386/games
infocom 4.01pl2-5 into dists/slink/main/binary-i386/games


libc-kheaders - Header files related to a specific Linux kernel.
libc-kheaders 2.0.32-5 into dists/hamm/main/binary-i386/devel
libc-kheaders 2.0.32-5 into dists/slink/main/binary-i386/devel


kfinger    - Kde finger utility with Talk Interface
kfinger 0.7.5-1 into dists/slink/main/binary-i386/net


libpng2    - PNG library - runtime
libpng2-dev - PNG library - development
libpng2-dev 1.0.1-0.1 into dists/slink/main/binary-i386/graphics
libpng2 1.0.1-0.1 into dists/slink/main/binary-i386/libs


libtclobjc-dev - Development library for libtclobjc.
libtclobjc1 - Tcl/Objective-C Interface Library.
libtclobjc-dev 1.3-0 into dists/hamm/main/binary-i386/devel
libtclobjc-dev 1.3-0 into dists/slink/main/binary-i386/devel
libtclobjc1 1.3-0 into dists/hamm/main/binary-i386/libs
libtclobjc1 1.3-0 into dists/slink/main/binary-i386/libs


mkhybrid   - CD-ROM authoring tool.  Creates CD-ROM filesystem images
mkhybrid 1.12a3.3-0.1.ret+ssl into project/experimental


netpbm     - Graphics conversion tools.
netpbm-dev - Development libraries and header files.
netpbm1    - Shared library for netpbm.
netpbm-dev 19940301.2-3 into dists/slink/main/binary-i386/graphics
netpbm1 19940301.2-3 into dists/slink/main/binary-i386/libs
netpbm 19940301.2-3 into dists/slink/main/binary-i386/graphics


netpbm-nonfree - Graphics conversion tools (nonfree).
netpbm-nonfree 19940301.1-3 into dists/slink/non-free/binary-i386/graphics


newscache  - NewsCache caches Usenet news.
newscache 0.99.3-1 into dists/slink/main/binary-alpha/news
newscache 0.99.3-1 into dists/slink/main/binary-i386/news


p3nfs      - Mount Psion series 3[ac] drives.
p3nfs 5.3-1 into dists/slink/main/binary-i386/admin


php3-msql  - Msql module for PHP3
php3-msql 3.0-1 into dists/slink/contrib/binary-i386/web


picon-domains - Picon (Personal Images) database of for Internet domain logos.
picon-domains 1998.06.13-1 into dists/slink/contrib/binary-all/graphics


playmidi   - MIDI player
playmidi 2.3-18 into dists/slink/main/binary-i386/sound


ppp        - Point-to-Point Protocol (PPP) daemon.
ppp-pam    - Point-to-Point Protocol (PPP) daemon with PAM support.
ppp-pam 2.3.5-0bo0.1 into bo-unstable/binary-i386
ppp 2.3.5-0bo0.1 into bo-unstable/binary-i386


pstotext   - Extract text from PostScript and PDF files.
pstotext 1.7-1 into dists/slink/main/binary-i386/text


setserial  - Controls configuration of serial ports.
setserial 2.12-7 into dists/slink/main/binary-i386/base


squid      - Internet Object Cache (WWW proxy cache)
squid-cgi  - Squid cache manager CGI program
squidclient - Command line URL extractor that talks to (a) squid.
squid-cgi 1.2-beta22-1 into project/experimental
squid 1.2-beta22-1 into project/experimental
squidclient 1.2-beta22-1 into project/experimental


urlview    - Extracts URLs from text
urlview 0.7-4 into dists/slink/main/binary-i386/misc


wanpipe    - Sangoma Wanpipe software (WAN via frame-relay, X.25 or PPP)
wanpipe 2.0.1-3 into dists/slink/main/binary-i386/net


xarchie    - X11 browser interface to archie
xarchie 2.0.10-9 into dists/hamm/non-free/binary-i386/x11
xarchie 2.0.10-9 into dists/slink/non-free/binary-i386/x11


xboing     - Blockout game for X
xboing 2.4-10 into dists/slink/main/binary-i386/games


xmame      - Multiple Arcade Machine Emulator
xmame-svga - SVGALIB binaries for Multiple Arcade Machine Emulator
xmame-x    - X binaries for Multiple Arcade Machine Emulator
xmame-svga 0.33b5.1-1 into dists/slink/non-free/binary-i386/games
xmame-x 0.33b5.1-1 into dists/slink/non-free/binary-i386/games
xmame 0.33b5.1-1 into dists/slink/non-free/binary-all/games


zlib1      - compression library - runtime (for libc5)
zlib1-altdev - compression library - development (for libc5)
zlib1g     - compression library - runtime
zlib1g-dev - compression library - development
zlib1-altdev 1.1.2-0.1 into dists/slink/main/binary-i386/oldlibs
zlib1 1.1.2-0.1 into dists/slink/main/binary-i386/oldlibs
zlib1g-dev 1.1.2-0.1 into dists/slink/main/binary-i386/devel
zlib1g 1.1.2-0.1 into dists/slink/main/binary-i386/libs



--
To UNSUBSCRIBE, email to debian-changes-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: