Tue Apr 22 15:34:00 2008 UTC ()
pullup ticket #2336 - requested by wiz
updated package fixes a security problem

Revisions pulled up:
- pkgsrc/shells/mksh/Makefile	1.7
- pkgsrc/shells/mksh/distinfo	1.7

   Module Name:	pkgsrc
   Committed By:	wiz
   Date:		Thu Apr 17 05:55:50 UTC 2008

   Modified Files:
   	pkgsrc/shells/mksh: Makefile distinfo

   Log Message:
   Update to R33d:

   No changes in mksh R33c except for Ultrix support. None in R33d.

   In mksh R33b, much more compilers are detected, even if not all of
   them are supported. The OE (OS and CC/LD) versions are now dumped
   too. Instead of #error, forced link failures are now used as the
   mechanism to auto-detect some things in the target environment.
   Features are now much better detected, and some annoying warnings
   don't show up any longer due to this.  Less tools are required to
   build.

   Please be reminded that you should run ./test.sh -v inside an
   environment with /dev/tty available (as device node) and usable
   (e.g. use script(1) or GNU screen if you're doing auto-builds
   detached from controlling terminal). Use -v to see failures.

   No surprises in mksh R33 either, but the build system now gives
   more detailed output on the version actually built, to aid tracking
   down FTBFSen (build errors) with access to only the build logs.
   Regression tests now work with Intel's compiler on SLES too, which
   requires a custom LD_LIBRARY_PATH formerly stripped by the script.


(rtr)
diff -r1.6 -r1.6.4.1 pkgsrc/shells/mksh/Makefile
diff -r1.6 -r1.6.4.1 pkgsrc/shells/mksh/distinfo

cvs diff -r1.6 -r1.6.4.1 pkgsrc/shells/mksh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/mksh/Makefile 2007/11/23 07:58:57 1.6
+++ pkgsrc/shells/mksh/Makefile 2008/04/22 15:34:00 1.6.4.1
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.6 2007/11/23 07:58:57 bjs Exp $ 1# $NetBSD: Makefile,v 1.6.4.1 2008/04/22 15:34:00 rtr Exp $
2 2
3DISTNAME= mksh-R32 3DISTNAME= mksh-R33d
4PKGNAME= ${DISTNAME:S/-R/-/} 4PKGNAME= ${DISTNAME:S/-R/-/}
5CATEGORIES= shells 5CATEGORIES= shells
6MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \ 6MASTER_SITES= http://www.mirbsd.org/MirOS/dist/mir/mksh/ \
7 http://pub.allbsd.org/MirOS/dist/mir/mksh/ 7 http://pub.allbsd.org/MirOS/dist/mir/mksh/
8EXTRACT_SUFX= .cpio.gz 8EXTRACT_SUFX= .cpio.gz
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://mirbsd.de/mksh 11HOMEPAGE= http://mirbsd.de/mksh
12COMMENT= MirBSD Korn Shell 12COMMENT= MirBSD Korn Shell
13 13
14WRKSRC= ${WRKDIR}/mksh 14WRKSRC= ${WRKDIR}/mksh
15WRKBUILD?= ${WRKSRC} 15WRKBUILD?= ${WRKSRC}
16 16

cvs diff -r1.6 -r1.6.4.1 pkgsrc/shells/mksh/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/shells/mksh/Attic/distinfo 2007/11/23 07:58:57 1.6
+++ pkgsrc/shells/mksh/Attic/distinfo 2008/04/22 15:34:00 1.6.4.1
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2007/11/23 07:58:57 bjs Exp $ 1$NetBSD: distinfo,v 1.6.4.1 2008/04/22 15:34:00 rtr Exp $
2 2
3SHA1 (mksh-R32.cpio.gz) = 9a4156c213d7361d7481cdfca014aaa93c1cc37b 3SHA1 (mksh-R33d.cpio.gz) = e1ab5c7897b7f91ab0dcd5be49ded8b441136291
4RMD160 (mksh-R32.cpio.gz) = a70013888e19b64f58e33878a6481fd2508628d9 4RMD160 (mksh-R33d.cpio.gz) = d810a705b01e146f9addd184c168798a22a36d38
5Size (mksh-R32.cpio.gz) = 248989 bytes 5Size (mksh-R33d.cpio.gz) = 255911 bytes