./lang/moscow_ml, Moscow ML, a version of Standard ML

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2011Q3, Version: 2.01nb1, Package name: moscow_ml-2.01nb1, Maintainer: pkgsrc-users

This is Moscow ML, a version of Standard ML:

The current version 1.43 of Moscow ML
* implements the Core language of Standard ML, as revised 1996
* implements large parts of the new SML Basis Library
* implements separate compilation and a limited version of the
Standard ML Modules language, with signatures and structures
but no functors
* can produce compact stand-alone executables (a la Caml Light)
* supports quotations and antiquotations, useful for metaprogramming
* includes several new libraries and a new type `char'


Required to build:
[lang/perl5]

Master sites:

SHA1: eba58486b10f0359fafba488fa1bf366b2aabf8a
RMD160: b2a9582d8c0bfdad2b8a74740e54ab33d3856637
Filesize: 2260.148 KB

Version history: (Expand)


CVS history: (Expand)


   2011-11-08 22:58:07 by Matthias Scheler | Files touched by this commit (3)
Log message:
Pullup ticket #3594 - requested by dholland
lang/moscow_ml: security patch

Revisions pulled up:
- lang/moscow_ml/Makefile                                       1.29
- lang/moscow_ml/distinfo                                       1.6
- lang/moscow_ml/patches/patch-mosmlyac_main_c                  1.1

---
   Module Name:	pkgsrc
   Committed By:	dholland
   Date:		Tue Nov  8 12:41:30 UTC 2011

   Modified Files:
   	pkgsrc/lang/moscow_ml: Makefile distinfo
   Added Files:
   	pkgsrc/lang/moscow_ml/patches: patch-mosmlyac_main_c

   Log message:
   Fix PR 45558 (aka CVE-2011-4119) which also turns out to affect Moscow ML.
   Credit to Florian Weimer for noticing this.