~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to bcc32/README.bcc32

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2005-09-21 13:16:19 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050921131619-qhlm5e5pz3bvsh2g
Tags: 1.9.0+20050921-1
* akira yamada <akira@debian.org>
- new upstream snapshot. (2005-09-21)
    - [security] JVN#62914675 CVE-2005-2337
        - preserve safe level in the environment where a method is defined.
        - prohibit calling tainted method (>2) when $SAFE == 0.
- removed debian/patches/802_workaround_for_send.dpatch:
    - the patch is in upstream.
- debian/control: build-depends on libreadline5-dev.  (closes: #326333)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
(1) Borland C++ 5.0 or later.
8
8
 
9
 
(2) Please set environment variable (({INCLUDE})), (({LIB})), (({PATH}))
 
9
(2) Please set environment variable (({PATH}))
10
10
    to run required commands properly from the command line.
11
11
 
12
12
    Note: building ruby requires following commands.
13
13
     * make
14
 
     * bcc
 
14
     * bcc32
15
15
     * tlib
16
 
     * ilink
 
16
     * ilink32
17
17
 
18
18
(3) If you want to build from CVS source, following commands are required.
19
 
     * bison
20
 
     * sed
 
19
     * bison ((<URL:http://gnuwin32.sourceforge.net/packages/bison.htm>))
 
20
     * sed   ((<URL:http://gnuwin32.sourceforge.net/packages/sed.htm>))
21
21
 
22
22
== How to compile and install
23
23