Martin Pitt martin.pitt at ubuntu.com
Wed Nov 9 17:40:04 CST 2005


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Origin: Debian/unstable
Format: 1.7
Date: Wed,  09 Nov 2005 23:39:06 +0000
Source: ruby1.8
Binary: libreadline-ruby1.8, ruby1.8-dev, libtcltk-ruby1.8, ruby1.8-examples, libgdbm-ruby1.8, ri1.8, ruby1.8-elisp, libruby1.8-dbg, ruby1.8, libruby1.8, rdoc1.8, irb1.8, libopenssl-ruby1.8, libdbm-ruby1.8
Architecture: source
Version: 1.8.3-3
Distribution: dapper
Urgency: high
Maintainer: akira yamada <akira at debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 ruby1.8    - Interpreter of object-oriented scripting language Ruby 1.8
Closes: 301637 309631 321189 322345 322346 326331 329364 330008 331050 332477 333342 335706
Changes: 
 ruby1.8 (1.8.3-3) unstable; urgency=high
 .
   * akira yamada <akira at debian.org>
   - removed debian/patches/{101_remove_unnecessary_file.patch,
     102_mkmf.rb_default_path.patch,103_fileutils_visibility.patch,
     104_ruby-mode.el_indent.patch,105_xmlrpc-server.patch,
     106_optparse_unmatched_args.patch,107_webrick-cgi_query_string.patch,
     108_webrick_default_userdir.patch,109_suppress_warnings.patch,
     110_document_update.patch,111_moreinfo_unknown_node_type.patch,
     112_prevent_add_trace-func.patch,113_autoload.patch,
     114_binding_dup.patch,115_respond_to.patch,116_pthread_setitimer.patch,
     117_check_eof.patch,118_prototype_and_const.patch,
     119_abolish_sizeof_file.patch,120_tktable_call_border.patch,
     121_strscan.c_remove_useless_code.patch,122_parse.y_parser_stack.patch,
     123_openssl_add_ssl_algorithms.patch,124_rinda_check_remote_hash.patch,
     125_file.c_fix_type.patch,126_file_join.patch,
     127_regex_numeric_literal.patch}:
       - these are included in 1.8.4-preview1.
   - added debian/patches/100_1.8.4-preview1.patch:
       - new upstream snapshot. (1.8.4-preview1)
   - (urgency high) debian/rules: build with -O1 for m68k.  (closes: #329364)
   - debian/rules, debian/control: net/https.rb is moved to libopenssl-ruby1.8
     from libruby1.8.  (On 1.8.3-2, net/https.rb was moved to libruby1.8 from
     libopenssl-ruby1.8 by mistake.)  libruby1.8 conflicts with
     libopenssl-ruby1.8_1.8.3-2 and libopenssl-ruby1.8 replaces
     libruby1.8_1.8.3-2.  (closes: #335706)
 .
 ruby1.8 (1.8.3-2) unstable; urgency=high
 .
   * akira yamada <akira at debian.org>
   - added debian/patches/104_ruby-mode.el_indent.patch:
       - deal with heredoc separately. [ruby-list:41168]
       - arrange deep-indent closing parenthesis at same column as the opening.
       - closes: #309631, #301637
   - added debian/patches/121_strscan.c_remove_useless_code.patch:
       - remove useless code from strscan.c. [ruby-dev:26368][ruby-dev:27389]
       - closes: #332477
   - (urgency high) added debian/patches/122_parse.y_parser_stack.patch:
       - manage parser stack on heap. [ruby-list:41199]
       - bison allocates indivisible size. [ruby-core:06261]
       - byacc never free parser stack. [ruby-dev:27428]
       - closes: #333342, #330008
   - (urgency high) added debian/patches/801_yaml_bignum.patch:
       - YAML.dump/load cannot handle Bignum. [ruby-core:6159]
       - patch from Michael Ablassmeier
       - closes: #331050
   - added debian/patches/126_file_join.patch
       - File.join may cause segv. [ruby-core:06326]
   - added bugfix patch.
       - debian/patches/101_remove_unnecessary_file.patch [ruby-dev:27270]
       - debian/patches/102_mkmf.rb_default_path.patch [ruby-dev:27281]
       - debian/patches/103_fileutils_visibility.patch
         [ruby-core:05954][ruby-core:05858][ruby-Bugs:2494]
       - debian/patches/105_xmlrpc-server.patch
       - debian/patches/106_optparse_unmatched_args.patch [ruby-dev:27316]
       - debian/patches/107_webrick-cgi_query_string.patch [ruby-list:41186]
       - debian/patches/108_webrick_default_userdir.patch
       - debian/patches/109_suppress_warnings.patch
         [ruby-dev:27237][ruby-core:05854][ruby-core:06247][ruby-dev:27383]
       - debian/patches/110_document_update.patch
         [ruby-core:05942][ruby-core:06027][ruby-core:06053]
       - debian/patches/111_moreinfo_unknown_node_type.patch [ruby-dev:26196]
       - debian/patches/112_prevent_add_trace-func.patch
       - debian/patches/113_autoload.patch [ruby-dev:27331]
       - debian/patches/114_binding_dup.patch [yarv-dev:666]
       - debian/patches/115_respond_to.patch [ruby-dev:27408][ruby-dev:27411]
       - debian/patches/116_pthread_setitimer.patch
       - debian/patches/117_check_eof.patch [ruby-dev:27334]
       - debian/patches/118_prototype_and_const.patch
       - debian/patches/119_abolish_sizeof_file.patch [ruby-dev:27317]
       - debian/patches/120_tktable_call_border.patch
       - debian/patches/123_openssl_add_ssl_algorithms.patch
       - debian/patches/124_rinda_check_remote_hash.patch
       - debian/patches/125_file.c_fix_type.patch
       - debian/patches/127_regex_numeric_literal.patch [ruby-list:41328]
 .
 ruby1.8 (1.8.3-1) unstable; urgency=high
 .
   * akira yamada <akira at debian.org>
   - new upsptream version 1.8.3.
       - [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.
       - must not switch contexts during re-allocating stack.
         [ruby-core:05219]
       - fix parsing backslashes following \c in regexp.  [ruby-dev:26500]
       - webrick: sockets should be non-blocking mode.  [ruby-dev:26405]
       - drb: use private_methods and protected_methods instead of respond_to?
         to check method visibility. [ruby-dev:26616]
       - propagate the exception caused thread termination directly.
         [ruby-core:05552]  (closes: #322346)
       - lib/logger.rb (write, shift_log?, shift_log): file shifting race
         condition bug fixed.  [ruby-dev:26764]
       - should return proper arity value.  [ruby-dev:26390]
       - make irb -I option that is same befavior for ruby.
         [ruby-dev:26872][ruby-dev: 26920]  (closes: #322345)
       - irb: should not treat plain zero as an octal number.  [ruby-dev:26410]
         (closes: #321189)
   - removed debian/patches/802_xmlrpc_util.rb.patch
     debian/patches/803_runruby.rb_loadpath.patch:
       - included into upstream.
   - debian/control: build-depends on libreadline5-dev.  (closes: #326331)
Files: 
 755b223557364fcaefc4c57d530e1353 1012 interpreters optional ruby1.8_1.8.3-3.dsc
 286936f3ef7d3f0abe238e17032f8349 123524 interpreters optional ruby1.8_1.8.3-3.diff.gz
 e59d9e7392575b94a1c5531063e8d1b1 4223460 interpreters optional ruby1.8_1.8.3.orig.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iQEVAwUBQ3KImgF4adwMEr3XAQI4Ngf/cMdr9sAe4Nn3iFBvxLP/RyQ3o590xV/J
4FLrW03d6GCpvK7lpaWroWb4gucL/hIXkGocTev+7AodTmC09sXuOvJBIxYm16bA
wgToG+XX1ArIzVQiJ8wG6ukpFoOwVzktM5WsiK1pfdVO5vz+6NvMOEd/YnAC+JH7
yirfgj/ylMEPWOBjEAi47zLPUTi+kP83llSJynAF5LM+tHDrMLDTc7asJuEcCAEO
MwcC8SRsVxdJ6igfE3b7KII6IwisjWvwMdqNnK/2+Cfg10CnCfoqSfwQod+qxR+l
NXGyYXtL8jQj2XC4MD9D9ZF3Nf5F/0kQSXWMuBLCS01TFeNcuwlqMg==
=dWdq
-----END PGP SIGNATURE-----


Accepted:
ruby1.8_1.8.3-3.diff.gz
  to pool/main/r/ruby1.8/ruby1.8_1.8.3-3.diff.gz
ruby1.8_1.8.3-3.dsc
  to pool/main/r/ruby1.8/ruby1.8_1.8.3-3.dsc
ruby1.8_1.8.3.orig.tar.gz
  to pool/main/r/ruby1.8/ruby1.8_1.8.3.orig.tar.gz




More information about the dapper-changes mailing list