Branches for Edgy

Name Status Last Modified Last Commit
lp:ubuntu/edgy/xsok 1 Development 2009-08-17 06:43:55 UTC
4. * patch 10_lots_of_stuff: break into ...

Author: Peter Samuelson
Revision Date: 2006-02-07 06:13:55 UTC

* patch 10_lots_of_stuff: break into logical patches.
  - build_tweaks, config, manpage, overflow
* new patch no_gunzip: rip out the gunzip support.
  This had a fragile security patch in it - there were two code paths
  selected by a define in the Imakefile, and only one was fixed.
  - patch 20_gunzip_exploit_fix deleted, as it is obsolete
* new patch wm_delete: support ICCCM, or at least WM_DELETE_WINDOW.
  Thanks to Peter de Wachter <pdewacht@vub.ac.be> for the patch.
  (Closes: #288143)
* new patch security_paranoia: fix/remove various uses of strcpy/sprintf.
  Most of these aren't exploitable, but some might be.
* new patch undo_nowrap: prevent "undo" command from wrapping around
  to the end of the game. This behavior was clearly intentional, but
  it's counterintuitive and undocumented. (Closes: #288142)
* new patch drag_segfault: prevent segfault when trying to drag the
  player with button 2. (Closes: #318617)
* patch build_tweaks:
  - disable ifdef for HPArchitecture. Obviously they mean HP-UX; we
    don't want that stuff for Debian hppa.
  - remove -O2 from CCOPTIONS, to enable DEB_BUILD_OPTIONS=noopt.
  - fix 3 gcc warnings. All harmless, except one on 64-bit BE,
    which Debian doesn't have for this package.
* debian/rules: support DEB_BUILD_OPTIONS=nostrip,noopt.
* debian/rules:
  - Remove kludge around Bug #319121, it's fixed now.
  - In the same vein, override $(LOCAL_LIBRARIES) to avoid linking
    extraneous X libraries.
  - debian/control: Trim Build-Depends accordingly.
* debian/docs: don't ship README, it's not really relevant to Debian.

11 of 1 result