[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.changes is NEW



(new) irb1.9.1_1.9.1.378-1~bpo50+1_all.deb optional ruby
Interactive Ruby (for Ruby 1.9.1)
 The irb is acronym for Interactive RuBy.  It evaluates Ruby expression from
 the terminal.
 .
 This package provides the irb which uses Ruby 1.9.1.
(new) libdbm-ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
DBM interface for Ruby 1.9.1
 This package provides an extension library "dbm" for Ruby 1.9.1.  The
 library makes Ruby programs to be able to access to a DBM file.
 .
 On Debian, the extension library is built with GDBM.
(new) libgdbm-ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
GDBM interface for Ruby 1.9.1
 This package provides an extension library "gdbm" for Ruby 1.9.1.  The
 library makes Ruby 1.9.1 programs to be able to access to a DBM file.
(new) libopenssl-ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
OpenSSL interface for Ruby 1.9.1
 This package provides OpenSSL support for Ruby 1.9.1. It includes SSL and
 TLS support for the HTTP and TELNET protocols.
(new) libreadline-ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
Readline interface for Ruby 1.9.1
 This package provides an extension library "readline" for Ruby 1.9.1.
 The library makes Ruby programs to be able to use functions (line
 editing, history, completion, etc.) of the readline library(3).
(new) libruby1.9.1-dbg_1.9.1.378-1~bpo50+1_amd64.deb extra debug
Debugging symbols for Ruby 1.9.1
 Contains debugging symbols for libruby1.9.
 .
 This package is provided primarily to provide a backtrace with names
 in a debugger, this makes it somewhat easier to interpret core
 dumps.  Most people will not need this package.
(new) libruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional libs
Libraries necessary to run Ruby 1.9.1
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming.  It has many features to process text
 files and to do system management tasks (as in perl).  It is simple,
 straight-forward, and extensible.
 .
 This package includes the libruby, necessary to run Ruby 1.9. (API version
 1.9.1)
(new) libtcltk-ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
Tcl/Tk interface for Ruby 1.9.1
 tcltklib is an extension library for Ruby 1.9.1.  It makes Ruby 1.9.1
 programs to be able to use low level interface for the Tcl/Tk.
(new) rdoc1.9.1_1.9.1.378-1~bpo50+1_all.deb optional doc
Generate documentation from Ruby source files (for Ruby 1.9.1)
 RDoc - Documentation from Ruby Source Files:
  * Generates structured HTML and XML documentation from Ruby source
    and C extensions.
  * Automatically extracts class, module, method, and attribute
    definitions.  These can be annotated using inline comments.
  * Analyzes method visibility.
  * Handles aliasing.
  * Uses non-intrusive and implicit markup in the comments. Readers of
    the original source needn't know that it is marked up at all.
 .
 This package provides the RDoc tool which uses Ruby 1.9.1.
(new) ri1.9.1_1.9.1.378-1~bpo50+1_all.deb optional ruby
Ruby Interactive reference (for Ruby 1.9.1)
 ri is a command line tool that displays descriptions of built-in Ruby
 methods, classes, and modules. For methods, it shows you the calling
 sequence and a description. For classes and modules, it shows a
 synopsis along with a list of the methods the class or module
 implements.
 .
 This package provides ri command and descriptions about Ruby 1.9.1.
(new) ruby1.9.1-dev_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
Header files for compiling extension modules for the Ruby 1.9.1
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming.  It has many features to process text
 files and to do system management tasks (as in perl).  It is simple,
 straight-forward, and extensible.
 .
 This package contains the header files and the mkmf library, necessary
 to make extension library for Ruby 1.9.1.
(new) ruby1.9.1-elisp_1.9.1.378-1~bpo50+1_all.deb optional ruby
ruby-mode for Emacsen
 This package provides major-mode for editing Ruby scripts and some
 emacs-lisp programs for Ruby programmers.
(new) ruby1.9.1-examples_1.9.1.378-1~bpo50+1_all.deb optional ruby
Examples for Ruby 1.9
 This package provides example programs about Ruby 1.9.1.
 .
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming.  It has many features to process text
 files and to do system management tasks (as in perl).  It is simple,
 straight-forward, and extensible.
(new) ruby1.9.1-full_1.9.1.378-1~bpo50+1_all.deb optional ruby
Ruby 1.9.1 full installation
 For many good reasons, the Ruby programming language is split in many
 small different packages. Installing this package will make sure you have
 all the packages that add up to a full Ruby installation, with the exception
 of the Tcl/Tk bindings for Ruby, which are only recommended.
 .
 This package installs the dependencies for Ruby 1.9.1.
(new) ruby1.9.1_1.9.1.378-1~bpo50+1.diff.gz optional ruby
(new) ruby1.9.1_1.9.1.378-1~bpo50+1.dsc optional ruby
(new) ruby1.9.1_1.9.1.378-1~bpo50+1_amd64.deb optional ruby
Interpreter of object-oriented scripting language Ruby 1.9.1
 Ruby is the interpreted scripting language for quick and easy
 object-oriented programming.  It has many features to process text
 files and to do system management tasks (as in perl).  It is simple,
 straight-forward, and extensible.
 .
 This package provides version 1.9.1 series of Ruby.
(new) ruby1.9.1_1.9.1.378.orig.tar.gz optional ruby
Changes: ruby1.9.1 (1.9.1.378-1~bpo50+1) lenny-backports; urgency=low
 .
  * Rebuild for lenny-backports.
 .
ruby1.9.1 (1.9.1.378-1) unstable; urgency=medium
 .
  * New upstream release
  * The upstream has fixed a vulnerability in WEBrick, a part of Ruby's
    standard library.  WEBrick lets attackers to inject malicious escape
    sequences to its logs, making it possible for dangerous control characters
    to be executed on a victim's terminal emulator. (Closes: #564646)
 .
ruby1.9.1 (1.9.1.376-1) unstable; urgency=low
 .
  * New upstream release
 .
ruby1.9.1 (1.9.1.375-1) unstable; urgency=low
 .
  * Interim upstream 1.9.1-p375 (26021)
  * removed debian/patches/090908_regexp_unicode_class.dpatch: it is included
    upstream release.
 .
ruby1.9.1 (1.9.1.339-1) unstable; urgency=low
 .
  * Interim upstream 1.9.1-p339 (r25816)
  * Updated debian/generated-incs/*.
  * Updated patches
    - 909_update_lib_README
  * Updated debian/copyright. (s/ruby1\.9/ruby1.9.1/g)
  * Added debian/libopenssl-ruby1.9.1.lintian-overrides.
 .
ruby1.9.1 (1.9.1.243-2) unstable; urgency=low
 .
  [ Lucas Nussbaum ]
  * Removed Fumitoshi UKAI <ukai@debian.or.jp> from Uploaders. Thanks a
    lot for the past help!
  * Removed obsolete Build-Conflicts: on gcc-3.3 (<< 1:3.3.2-0pre1)
  * Add ${misc:Depends} to Depends of all binary packages.
    Avoids debhelper-but-no-misc-depends lintian warning.
  * Add build-dependency on debhelper >= 5, since that's the compatibility
    level with request in debian/compat.
    Avoids package-lacks-versioned-build-depends-on-debhelper lintian
    warning.
  * Fix menu file for irb1.9.1. Avoids two menu-related lintian warnings.
  * Optimized debian/rmshebang.sh a bit.
  * Removed outdated option from DEB_CONFIGURE_USER_FLAGS:
    --with-default-kcode=none
  * Remove 901_extra_search_path: no longer needed.
  * Use --program-suffix=1.9.1 and hack configure.in so that all the
    paths except the ri path match what was done before.
  * Added debian/README.source. Avoids lintian warning.
  * Added a ruby1.9.1-full meta-package that depends on all the ruby 1.9.1
    binary packages. Closes: #503580.
  * Ignore failures of test suite on FreeBSD.
  * Bumped Standards-Version to 3.8.3. No changes needed.
  * Remove executable mode on all example scripts. (fix lintian warning)
  * Run all tests, not just the ones in ruby/.
 .
  [ akira yamada ]
  * Added debian/patches/090908_regexp_unicode_class.dpatch:
    - \d, \s and \w are now non Unicode class. [ruby-dev:39026]
    - warn duplicated characters in character class. [ruby-core:24593]
    (backported from r24387 and r24544.)
 .
ruby1.9.1 (1.9.1.243-1) unstable; urgency=low
 .
  [ Daigo Moriwaki ]
  * debian/watch: corrected to follow the new versioning by the upstream such
    as 1.9.1-p0.tar.gz
  * Added debian/patches/090301_r22440_OCSP_basic_verify.dpatch  Not properly
    checking the return value of OCSP_basic_verify (Closes: #513528)
  * Added debian/patches/090803_exclude_rdoc.dpatch to avoid errors to
    for generating RDoc documents.
  * debian/fixshebang.sh: skip non-text files, which works around hanging of
    sed on scanning gif images.
  * The upstream's COPYING* is no longer installed (due to Debian policy).
    That informatin is included in debian/copyright.
  * debian/ruby1.9.1-elisp.emacsen-{remove|startup|install}: Corrected the
    package name.
 .
  [ Lucas Nussbaum ]
  * Build-Depends on procps. Closes: #510914.
  * Added patch 940_test_thread_mutex_sync_shorter: makes
    test_mutex_synchronize much shorter to deal with slow arches.
    Closes: #514696.
  * Added patch 940_hppa_disable_test_propag_signal: disable
    test_should_propagate signal on hppa.
    Closes: #514695.
  * Checked that 1.9.1.0 fixes CVE-2008-3905. Closes: #498977.
  * debian/patches cleanups. Removed obsolete patches.
  * Added 940_test_file_exhaustive_fails_as_root and
    940_test_priority_fails to deal with test suite failures.
  * Disable 102_skip_test_copy_stream and 104_skip_btest_io:
    I couldn't reproduce the failure on x86-64. Is it arch-specific?
  * common-post-build-arch:: fail if the test suites fail.
  * Fix location of vendor dir in configure option.
    /usr/lib[...], not usr/lib[...].
  * New upstream release: 1.9.1.243.
    + 090301_r22440_OCSP_basic_verify.dpatch no longer needed (was a
      backport)
    + Updated debian/generated-incs/*.
  * Added 090729_fix_Makefile_deps.dpatch: add dependency in common.mk
    between do-install-nodoc and $(PROGRAM).
  * Handle DEB_BUILD_OPTIONS="nocheck" to allow to skip the test suite.
  * Move manpages to debian/manpages/
  * Started the rename from *1.9 to *1.9.1: source package and binary
    packages done.
  * Fix building on lpia (Fixes: #532057).
  * Disable the test suite on hppa since it blocks because of strange
    signal semantics.
  * Bumped Standards-Version to 3.8.2. No changes needed.
  * Agree with ftpmaster's overrides.
 .
ruby1.9 (1.9.1.0-1) experimental; urgency=low
 .
  * new upstream version.
  * updated debian/generated-incs/*.
  * change package name to libruby1.9.1 from librub1.9-1.9. Here "1.9.1"
    indicates Ruby API version.  libruby1.9.1 conflicts/replaces:
    libruby1.9.  (No confilcts/replaces for libruby1.9-1.9 because these
    packages are note relased to Debian.)  It is preparations for ABI changes
    in the future version of Ruby 1.9.
  * adjusted 903_skip_base_ruby_check.
  * updated 931_libruby_suffix. ruby runtime library is libRUBYNAME-1.9.1.so*.
  * updated debian/NEWS.
 .
ruby1.9 (1.9.1~rc2-1) experimental; urgency=low
 .
  * new upstream release.
  * updated debian/generated-incs/*.
  * updated 202_gem_default_dir.
  * change package name to libruby1.9-1.9 from librub1.9.  (libruby1.9-1.9
    conflicts/replaces: libruby1.9.)  It is preparations for ABI changes in
    the future version of Ruby 1.9.
  * added 931_libruby_suffix.  It filechanges name of ruby runtime library to
    libRUBYNAME-1.9.so* from libRUBYNAME.so.
 .
ruby1.9 (1.9.1~rc1-1) experimental; urgency=low
 .
  * new upstream release.
  * updated 202_gem_default_dir.
  * updated 201_gem_prelude and re-entered to 00list.
  * removed unneeded dpatches:
    - 308_r20120_rexml_DoS_fix_regression
    - 920_rexml_document_transitive.dpatch
  * added 203_adjust_base_of_search_path: it changes base directory of search
    path to /usr/lib/ruby from /usr/lib/ruby1.9 for compatibility. ("ruby1.9"
    come from ruby_install_name.)  [experimental]
  * debian/rules: configure with --vendor-ruby=/usr/lib/ruby/vendor_ruby for
    compatibility.  [experimental]
 .
ruby1.9 (1.9.1~preview1-1) experimental; urgency=low
 .
  * new upstream release.
  * old "i386-linux" directory is no longer supported.
  * updated debian/generated-incs/*.
  * removed unneeded dpatch from 00list:
    - 101_parse_rb.dpatch
    - 103_array_c_r17570_to_r17756.dpatch
    - 201_gem_prelude.dpatch
    - 301_dns_spoofing_r18424
    - 302_r18220_webrick_DoS
    - 303_r17726_syslog_safeleve4
    - 304_r17577_trace_var_safeleve4
    - 305_r18496_dl_tain
    - 306_r17586_methods_called_safelevel13
    - 307_r19033_rexml_DoS
    - 930_zero_tainted
  * applied patches:
    - 202_gem_default_dir: regenerated from 201_gem_prelude.
    - 308_r20120_rexml_DoS_fix_regression: fixes regression.


Override entries for your package:

Announcing to backports-changes@lists.backports.org


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.

Reply to: