Changeset 3bc7358


Ignore:
Timestamp:
Feb 11, 2009, 12:36:53 PM (15 years ago)
Author:
Sam Hartman <hartmans@mit.edu>
Branches:
debian
Children:
f4d817d
Parents:
eda74cb9
git-author:
Sam Hartman <hartmans@mit.edu> (02/11/09 11:09:08)
git-committer:
Sam Hartman <hartmans@mit.edu> (02/11/09 12:36:53)
Message:
Enable fortify_source and stack protector
mark CVE
Location:
debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/changelog

    reda74cb9 r3bc7358  
    22
    33  * New upstream release
    4   * Fix use of sprintf  in zwrite.c and zcrypt.c that is likely to be
     4  * Fix use of sprintf  in zwrite.c and zcrypt.c that is likely to be 
    55    exploitable
    6 
    7  -- Sam Hartman <hartmans@debian.org>  Tue, 10 Feb 2009 16:24:17 -0500
     6  * Enable fortify_source and stack protector to reduce impact of similar
     7    problems in the future.
     8  * Together, fixes: CVE-2009-0363t3; Closes: #495056
     9
     10 -- Sam Hartman <hartmans@debian.org>  Wed, 11 Feb 2009 11:08:36 -0500
    811
    912barnowl (1.0.3-1) unstable; urgency=low
  • debian/rules

    r24de1f7 r3bc7358  
    88
    99DEB_DH_INSTALL_SOURCEDIR = $(DEB_DESTDIR)
    10 CFLAGS += -DOWL_VERSION_STRING=\"\\\"$(shell dpkg-parsechangelog | sed -ne 's/Version: //p')\\\"\"
     10CFLAGS += -DOWL_VERSION_STRING=\"\\\"$(shell dpkg-parsechangelog | sed -ne 's/Version: //p')\\\"\" -D_FORTIFY_SOURCE=2 -fstack-protector
    1111
    1212clean::
Note: See TracChangeset for help on using the changeset viewer.