Changeset 3756

Show
Ignore:
Timestamp:
05/26/08 16:36:22 (6 months ago)
Author:
tg
Message:

update to mksh-R33d, fixes SA29803 (CVE-2008-1845)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/freewrt_1_0/package/mksh/Config.in

    r3582 r3756  
    1212          shell good for interactive and especially script use.  It has 
    1313          UTF-8 support in the emacs command line editing mode; corres- 
    14           ponds to OpenBSD 4.2-current ksh sans GNU bash-like $PS1; the 
     14          ponds to OpenBSD 4.3-beta ksh without GNU bash-like $PS1; the 
    1515          build environment requirements are autoconfigured; throughout 
    1616          code simplification/bugfix/enhancement has been done, and the 
  • branches/freewrt_1_0/package/mksh/Makefile

    r3720 r3756  
    88 
    99PKG_NAME=               mksh 
    10 PKG_VERSION=            33.3 
     10PKG_VERSION=            33.4 
    1111PKG_RELEASE=            1 
    12 PKG_SOURCE=             ${PKG_NAME}-R33c.cpio.gz 
    13 PKG_MD5SUM=             f6c9a62aec8ad195f3db73a2ed2665e2 
     12PKG_SOURCE=             ${PKG_NAME}-R33d.cpio.gz 
     13PKG_MD5SUM=             8ad2547ad55dc3a02b13554ab9b5c9c8 
    1414 
    1515PKG_SOURCE_URL=         http://www.mirbsd.org/MirOS/dist/mir/mksh/ 
  • branches/freewrt_1_0/package/mksh/ipkg/mksh.control

    r102 r3756  
    22Priority: optional 
    33Section: misc 
     4Maintainer: Thorsten Glaser <tg@freewrt.org> 
    45Description: MirBSD enhanced version of the Korn Shell