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

uploaded xfree86 3.3.2.1-1 (source i386) to master



One typo in this changelog that I know of:

/var/lib/xfs was not deleted from xbase-dirs.

Also, this release closes some bugs I didn't notate.  Now I get to go back
to the BTS and find out which ones.  Fun, fun.

-- 
G. Branden Robinson                 |
Purdue University                   |           If existence exists,
branden@purdue.edu                  |           why create a creator?
http://www.ecn.purdue.edu/~branden/ |
-----BEGIN PGP SIGNED MESSAGE-----

Format: 1.5
Date: Fri, 8 May 1998 08:11:52 -0500
Source: xfree86
Binary: xserver-i128 xfntscl xslib xmanpages xlib6 xext xslibg xfnt75 xserver-svga xfntpex xserver-8514 xfntcyr xprt xbase xserver-p9000 xbooks xserver-tga xlib6g-dev xserver-agx xserver-mach64 xserver-vga16 xserver-s3 xserver-fbdev xlib6g xserver-mach8 xfnt100 xfntbig xnest xlib6-altdev xserver-mono xvfb xserver-w32 xserver-s3v xserver-mach32 xfntbase
Architecture: source i386 all
Version: 3.3.2.1-1
Distribution: frozen unstable
Urgency: high
Maintainer: Branden Robinson <branden@debian.org>
Description: 
 xbase      - local clients and configuration required by X
 xbooks     - general X Window System documentation
 xext       - Extensions to X servers
 xfnt100    - 100 dpi fonts for X servers
 xfnt75     - 75 dpi fonts for X servers
 xfntbase   - standard fonts for X servers
 xfntbig    - large fonts for X servers
 xlib6      - shared libraries required by libc5 X clients
 xlib6-altdev - include files and libraries for libc5 X client development
 xlib6g     - shared libraries required by X clients
 xlib6g-dev - include files and libraries for X client development
 xmanpages  - manual pages for X developers
 xnest      - nested X server
 xprt       - X print server
 xserver-8514 - X server for 8514/A-based graphics cards
 xserver-agx - X server for AGX/XGA-based graphics cards
 xserver-i128 - X server for Imagine 128 graphics cards
 xserver-mach32 - X server for Mach32-based graphics cards
 xserver-mach64 - X server for Mach64-based graphics cards
 xserver-mach8 - X server for Mach8-based graphics cards
 xserver-mono - X server for mono graphics cards
 xserver-p9000 - X server for P9000-based graphics cards
 xserver-s3 - X server for S3-based graphics cards
 xserver-s3v - X server for S3 ViRGE and ViRGE/VX-based graphics cards
 xserver-svga - X server for SVGA graphics cards
 xserver-vga16 - X server for VGA graphics cards and X server setup program
 xserver-w32 - X server for W32-based graphics cards
 xslib      - statically linked versions of the libraries in xlib6
 xslibg     - statically linked versions of the libraries in xlib6g
 xvfb       - virtual framebuffer X server
Changes: 
 xfree86 (3.3.2.1-1) frozen unstable; urgency=HIGH
 .
   * Upstream security release for Xaw library and xterm (including patches by
     our very own Richard Braakman) (Fixes: #21791,21794)
   * config/cf/linux.cf: define HasZlib YES, should result in some smaller
     binaries (thanks, Topi Miettinen)
   * config/cf/lnxLib.rules: link extension modules with -lc (thanks, James
     LewisMoss)
   * programs/Xserver/hw/xfree86/xf86config/xfconfig86.c: fix insecure
     handling of temp files (thanks, Topi Miettinen)
   * programs/xdm/Imakefile: crude hack to force linking with -lcrypt; I think
     something may have changed with libc6 (or maybe the linker tools?) on
     master to break this, as I haven't had to do this before
   * programs/xfs/xfs.man: update man page
   * programs/xfs/os/config.c: let -port command line option override port
     specified in config file (thanks, Topi Miettinen)
   * programs/xfs/os/osutils.c: add -nodaemon command line option (thanks, Topi
     Miettinen)
   * programs/xfs/os/utils.c: support -port command line override and new
     -nodaemon option (thanks, Topi Miettinen)
   * programs/xfs/os/utils.c: update usage message
   * programs/xinit/startx.cpp: fixed xauth cookie generator (thanks, Adam
     Heath) (Fixes: #21846,21862,21887,21958,22136)
   * debian/control: changed dependencies of xslib and xslibg to no longer be
     indirect
   * debian/control: xnest and i386 xservers now replace old versions of xbase,
     since their manpages were moved into them from xbase
   * debian/create-arch-xbase: exclude X server and XF86Setup manpages from
     xbase package
   * debian/create-arch-xbase: exclude Xnest manpage from xbase package
     (Fixes: #21894,21998,22043,22146)
   * debian/create-font: do not ship fonts.dir; mkfontdir runs anyway in the
     font postinst; this also allows us an easy way of checking whether a font
     package has been configured or not
   * debian/create-server: put X server and XF86Setup manpages in appropriate
     server packages
   * debian/create-server-fake: handle manpages whether they exist or not
     (Fixes: #21438)
   * debian/xbase-configure: fixed dumb close bracket mistake(s)
     (Fixes: #21857,21873,21999,22017,22061,22148)
   * debian/xbase-configure: implemented $condecho hack (thanks, Paul Slootman)
   * debian/xbase-configure: only exit if not being sourced
   * debian/xbase-configure: check for existence of fonts.dir files for xfntbase
     and xfnt75 before attempting to run XF86Setup
   * debian/xbase-dirs: added back mistakenly deleted "/var/lib/xdm"
     (Fixes: #21782); removed "/var/lib/xfs" (xfs now uses syslog to log errors)
   * debian/xbase-init.d-xdm: brought messages and start-stop-daemon call into
     line with policy (Fixes: #22110)
   * debian/xbase-init.d-xfs: brought messages and start-stop-daemon call into
     line with policy (Fixes: #22110)
   * debian/xbase-init.d-xfs: removed use of -port option when invoking xfs
     (the port may be set in /etc/X11/xfs/config)
   * debian/xbase-init.d-xfs: removed use of -config option; xfs defaults to
     looking in the right place
   * debian/xbase-init.d-xfs: return to running as root until some non-root
     issues are worked out
   * debian/xbase-preinst: implemented $condecho hack (thanks, Paul Slootman)
   * debian/xbase-postinst: correct reference to README file in existing
     versions of /etc/X11/config
   * debian/xbase-postinst: don't copy old directory contents if the
     directories are empty (Fixes: #22166)
   * debian/xbase-postinst: quoted $input (Fixes: #22025)
   * debian/xbase-postinst: implemented $condecho hack (thanks, Paul Slootman)
   * debian/xbase-postinst: don't run if xdm or xfs running
   * debian/xbase-writeconfig: set *VT100*backarrowkey resource to false;
     this makes the backspace key comply with Debian keyboard policy (^?); set
     *VT100.Translations: #override <Key>Delete: string("\033[3~"); this
     makes the delete key comply with Debian keyboard policy
     (Fixes: #2313,6472,6689,15994,20622)
   * debian/xbase-writeconfig: make Home and End keys generate same sequences
     as they do in the virtual console
   * debian/xbase-writeconfig: make Xaw applications understand the delete key
   * debian/xbase-writeconfig: remove cyrillic font directory from xfs's default     catalog, since Cyrillic is not a standard font
   * debian/xbase-writeconfig: check for existence of xmessage before using it
     to display /etc/nologin
   * debian/xbase-writeconfig: add/change some of the comments written to the
     many configuration files in /etc/X11
   * debian/xbase-writeconfig: backed out change of default xterm colors,
     introduced in 3.3.2-4 (Fixes: #21864,22194)
   * debian/xserver-postinst: tweaked old file backup names and repaired
     server changing procedure (Fixes: #21858,21957,21980,22062,22201)
   * debian/xserver-postinst: implemented $condecho hack (thanks, Paul Slootman)
   * debian/xserver-postinst: if /etc/X11/Xserver does not exist, default to
     X server being installed
   * added comment including string "Debian:" to all modified upstream files
   * bugs fixed prior to this release, by other packages, or non-bugs:
     #3162,13037,13308,13769,15215,15400,19536
Files: 
 4d658b9b3836b6a95ed5a0cb6ced9a32 1007 x11 optional xfree86_3.3.2.1-1.dsc
 8230300bdc8cd5708c7dcfb2a1b2745c 43544178 x11 optional xfree86_3.3.2.1.orig.tar.gz
 e54f7084632a3f9b7e99506927617467 62973 x11 optional xfree86_3.3.2.1-1.diff.gz
 55534cda44396f5d5a83567e2c537caf 693520 x11 optional xserver-8514_3.3.2.1-1_i386.deb
 7fa73d56110fe9844341bae4133dd748 766526 x11 optional xserver-agx_3.3.2.1-1_i386.deb
 d148ca895fec431eabacd204907f6003 857986 x11 optional xserver-i128_3.3.2.1-1_i386.deb
 f3410f549b626443df1622d27ecee075 753408 x11 optional xserver-mach32_3.3.2.1-1_i386.deb
 4756d80f67c0a38751f5bcd9e6447fb0 798222 x11 optional xserver-mach64_3.3.2.1-1_i386.deb
 c3a729efb09e832a066ccfd0fa1cec3e 697312 x11 optional xserver-mach8_3.3.2.1-1_i386.deb
 a31f24434832364d2913ba2fc4d2cf8a 752658 x11 optional xserver-mono_3.3.2.1-1_i386.deb
 26c6622c02cd91026936a8ae3bedd91b 775214 x11 optional xserver-p9000_3.3.2.1-1_i386.deb
 5588ec9e236056f5c722c019009e62dd 951440 x11 optional xserver-s3_3.3.2.1-1_i386.deb
 8c066cc17f16fedfcfbb888ede4b3275 853270 x11 optional xserver-s3v_3.3.2.1-1_i386.deb
 3033662009877f08de60100ce49e5ca0 1179240 x11 optional xserver-svga_3.3.2.1-1_i386.deb
 53de0df6eba39b5415b8fbc8146d6d15 1313252 x11 optional xserver-vga16_3.3.2.1-1_i386.deb
 db8a947a79b22039c6db9423b31d639c 708764 x11 optional xserver-w32_3.3.2.1-1_i386.deb
 b73aa1a8779ae4ead1211690344a968a 2169066 x11 optional xbase_3.3.2.1-1_i386.deb
 15e0534f89f9fd20017209e883ae9859 602120 x11 optional xlib6g-dev_3.3.2.1-1_i386.deb
 a3652072c7d261d8cb8b740f36c0a499 412820 x11 optional xext_3.3.2.1-1_i386.deb
 2afc293563178d099eee2b007518e12e 729972 x11 optional xlib6g_3.3.2.1-1_i386.deb
 672585180caee5b990ad42423413102c 848620 x11 optional xnest_3.3.2.1-1_i386.deb
 0e5126ac1b8a48b8e68c20ea40dcfca5 1058042 x11 optional xprt_3.3.2.1-1_i386.deb
 6c7280458949df16a03dd7a2b82669ca 831158 x11 optional xslibg_3.3.2.1-1_i386.deb
 ffdd0e5648517b2b9b00502ff143fd84 1040736 x11 optional xvfb_3.3.2.1-1_i386.deb
 e7c402e987ef8e0e84d45d3138a92cfa 219912 x11 optional xfntbase_3.3.2.1-1_all.deb
 d4d647375a172842da7b43c113b239f7 2228052 x11 optional xfntbig_3.3.2.1-1_all.deb
 891c11c0db40727361049efc0aba20d9 1082014 x11 optional xfnt75_3.3.2.1-1_all.deb
 f1123e59e446df37d49114b69ca322f2 1254666 x11 optional xfnt100_3.3.2.1-1_all.deb
 532628dc5eca2b23fe8c9d90c78ca762 17278966 x11 optional xbooks_3.3.2.1-1_all.deb
 b65f9c45e9b7fc7973564fd31a98a458 894574 x11 optional xmanpages_3.3.2.1-1_all.deb
 2244d75b99bc2caf1e00ae37970d57aa 599974 x11 optional xlib6-altdev_3.3.2.1-1_i386.deb
 39b3a17742eff9dd365ce5ba77481cdf 738258 x11 optional xlib6_3.3.2.1-1_i386.deb
 4a13d9b3e534b358525e8870b589a681 830938 x11 optional xslib_3.3.2.1-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: 2.6.3ia
Charset: noconv

iQCVAwUBNVMkjKiRn0nSNFD5AQFM7QP+KeaMktLgpNPVFdV8VCAEgf+DpYDiHj7c
kfEw+6tdwxqUEIJtja49wUZFVkl6RjziL4bU8yRJ5oBPN68aY43HptMcOgWkB0n6
ik50qm2tqj+5cIY7/GuFkm17sKBV9cD4JpQypZQkw5kxTtMJDEIxqXSlucxXY3Kn
kwOYyzRnYjc=
=NAma
-----END PGP SIGNATURE-----

Attachment: pgpOpnHqK_mRi.pgp
Description: PGP signature


Reply to: