Accepted ruby1.8 1.8.7.302-2~bpo50+1 (source all amd64)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 25 Sep 2010 20:19:48 +0200
Source: ruby1.8
Binary: ruby1.8 libruby1.8 libruby1.8-dbg ruby1.8-dev libtcltk-ruby1.8 ruby1.8-examples ruby1.8-elisp ri1.8
Architecture: source all amd64
Version: 1.8.7.302-2~bpo50+1
Distribution: lenny-backports
Urgency: high
Maintainer: akira yamada <akira@debian.org>
Changed-By: Lucas Nussbaum <lucas@lucas-nussbaum.net>
Description:
libruby1.8 - Libraries necessary to run Ruby 1.8
libruby1.8-dbg - Debugging symbols for Ruby 1.8
libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
ri1.8 - Ruby Interactive reference (for Ruby 1.8)
ruby1.8 - Interpreter of object-oriented scripting language Ruby 1.8
ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
ruby1.8-elisp - ruby-mode for Emacsen
ruby1.8-examples - Examples for Ruby 1.8
Closes: 489443 510561 517639 522939 532689 533329 534241 539987 541037 557924 566611 568597 579229 580464 586374 595034
Changes:
ruby1.8 (1.8.7.302-2~bpo50+1) lenny-backports; urgency=low
.
* Prepare as backport.
.
ruby1.8 (1.8.7.302-2) unstable; urgency=high
.
* Add debian/patches/100901_threading_fixes.patch. Fixes threading
problems on Debian GNU/kFreeBSD exhibited by puppet.
Thanks to Petr Salinger and Aurélien Jarno. Closes: #595034
.
ruby1.8 (1.8.7.302-1) unstable; urgency=high
.
* New upstream release in the stable 1.8.7 branch (very minor changes only).
+ Fixes CVE-2010-0541.
.
ruby1.8 (1.8.7.299-2) unstable; urgency=low
.
* Convert from dpatch to quilt using dpatch2quilt.sh
* Add patch 100730_disable_getsetcontext_on_nptl: disable getsetcontext on
NPTL. LP: #307462, Closes: #579229
* Added 100730_verbose-tests.patch: run tests in verbose mode.
* Run make test-all, but do not consider failures fatal for now.
* Upgrade to Standards-Version: 3.9.1. No changes needed.
* Deal with Ubuntu changing the GCC target to i686-linux-gnu: search
for libs in i486-linux too. LP: #611322.
.
ruby1.8 (1.8.7.299-1) unstable; urgency=low
.
* New upstream release
* Removed patches that the upstrem has applied:
- debian/patches/100312_timeout-fix.dpatch
- debian/patches/100620_fix_pathname_warning.dpatch
- debian/patches/100620_fix_super_called_outside_of_method.dpatch
.
ruby1.8 (1.8.7.249-4) unstable; urgency=low
.
[ Lucas Nussbaum ]
* Make ruby1.8 depend on exactly the same version of libruby1.8 after
private discussion with Alex Legler. This avoids confusing situations
for users.
* Update debian/patches/100312_timeout-fix.dpatch after discussion with
Petr Salinger. Treat FreeBSD the same as Linux. Closes: #580464
.
[ Daigo Moriwaki ]
* Removed debian/patches/091125_gc_check.dpatch, which the upstream has
applied. (Closes: #586374)
* Added debian/patches/100620_fix_pathname_warning.dpatch, which was
backported from the upstream r23485.
(Closes: #566611)
* Added debian/patches/100620_fix_super_called_outside_of_method.dpatch,
which was backported from the upstream r26534:26536. (Closes: #568597)
.
ruby1.8 (1.8.7.249-3) unstable; urgency=low
.
* Fix sections. Agree with ftpmasters.
* Update debian/copyright. Clarify that Ruby is GPLv2, not just "GPL".
* Merge lib{dbm,gdbm,readline,openssl}-ruby1.8 into libruby1.8.
* Merge irb1.8 and rdoc1.8 into ruby1.8.
* Update lintian override.
* Update debian/copyright.
* Upgrade to Standards-Version: 3.8.4. No changes needed.
* Add README.source.
* Fix not-binnmuable-all-depends-any lintian warning.
* Add lintian override for package-name-doesnt-match-sonames.
* Remove duplicate section/priority stanzas.
* Fix a few minor problems in manpages.
.
ruby1.8 (1.8.7.249-2) unstable; urgency=low
.
* Add 100312_timeout-fix.dpatch: Backport upstream change to fix
problem with threads and timeouts. Closes: #539987
.
ruby1.8 (1.8.7.249-1) unstable; urgency=high
.
* 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.
.
ruby1.8 (1.8.7.248-1) unstable; urgency=low
.
* New upstream release
* Removed patches that the upstream has been applied:
- debian/patches/904_rexml_text.dpatch
- debian/patches/090811_thread_and_select.dpatch
- debian/patches/090812_finalizer_at_exit.dpatch
- debian/patches/090812_class_clone_segv.dpatch
- debian/patches/090812_eval_long_exp_segv.dpatch
.
ruby1.8 (1.8.7.174-3) unstable; urgency=low
.
* Added debian/patches/091125_gc_check.dpatch: applied Bryan's patch to fix
garbage collector seg faults under race conditions. (upstream issue #2326)
Thans to Bryan McLellan. (Closes: #557924)
.
ruby1.8 (1.8.7.174-2) unstable; urgency=medium
.
[ akira yamada ]
* Added debian/patches/090811_thread_and_select.dpatch: threads may hangup
when IO.select called from two or more threads.
* Added debian/patches/090812_finalizer_at_exit.dpatch: finalizers should be
run at exit (Closes: #534241)
* Added debian/patches/090812_class_clone_segv.dpatch: avoid segv when an
object cloned. (Closes: #533329)
* Added debian/patches/090812_eval_long_exp_segv.dpatch: fix segv when eval
a long expression. (Closes: #510561)
* Added debian/patches/090812_openssl_x509_warning.dpatch: suppress warning
from OpenSSL::X509::ExtensionFactory. (Closes: #489443)
.
[ Lucas Nussbaum ]
* Removed Fumitoshi UKAI <ukai@debian.or.jp> from Uploaders. Thanks a
lot for the past help! Closes: #541037
.
[ Daigo Moriwaki ]
* debian/fixshebang.sh: skip non-text files, which works around hanging of
sed on scanning gif images.
* Bumped up Standards-Version to 3.8.2.
.
ruby1.8 (1.8.7.174-1) unstable; urgency=low
.
* New upstream release.
.
ruby1.8 (1.8.7.173-1) unstable; urgency=high
.
* New upstream release.
* removed unnecessary patchs under debian/patches:
- 168_rexml_dos.dpatch
- 801_update_sample_README
- 807_sync_try_lock_always_fail.dpatch
- 905_class_dup_should_copy_constants.dpatch
- 090301_r22646_OCSP_basic_verify.dpatch
* Added a patch: debian/patches/090613_exclude_rdoc.dpatch
* Added debian/libopenssl-ruby1.8.lintian-overrides
* The upstream has fixed the DoS vulnerability in BigDecimal Ruby
Library (CVE-2009-1904; Closes: #532689)
* debian/control:
- Bumped up Standards-Version to 3.8.1.
- Corrected sections.
.
ruby1.8 (1.8.7.72-3.1) unstable; urgency=high
.
* Non-maintainer upload by the Security Team.
* Add upstream patch to properly check return values of the
OCSP_basic_verify function (CVE-2009-0642; Closes: #522939,#517639)
Checksums-Sha1:
b367f0814e4b04d99b151fb17177f5979b4fff59 1545 ruby1.8_1.8.7.302-2~bpo50+1.dsc
1c893e85b4d34e8ddfd229241ec7fb4c8e8a8c7e 4866763 ruby1.8_1.8.7.302.orig.tar.gz
0c228a6bda403e55694c2446cf671a3999d66b7e 47347 ruby1.8_1.8.7.302-2~bpo50+1.diff.gz
2fa4d822a9230092b3a489a5c54cd1466d83a1e7 337132 ruby1.8-examples_1.8.7.302-2~bpo50+1_all.deb
8676a01a0eb7d49a23d85be0a21183a498a50e88 296132 ruby1.8-elisp_1.8.7.302-2~bpo50+1_all.deb
f37d6e62c5b37597da98eca115f6340726bd4981 1427388 ri1.8_1.8.7.302-2~bpo50+1_all.deb
ce32a2cce3906d6c9487cffb99796c0484dff1a8 310132 ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
453c9257f4a5f2a9460b2465153e06f9f8db0e22 2059658 libruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
07f6a9ea31d56316c1a4e340e72475d051eaabd4 1566404 libruby1.8-dbg_1.8.7.302-2~bpo50+1_amd64.deb
28ecf141c79f920a6e8951a60ca3ec1f4d4021e3 886612 ruby1.8-dev_1.8.7.302-2~bpo50+1_amd64.deb
7b078dc100e1f6d2d64ee008efd8bc8e5a127f1c 2026580 libtcltk-ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
Checksums-Sha256:
9185a2bb96ed044cde64cd3e5536256e175c3d0d07c2c1f46f37d8dfc69173ad 1545 ruby1.8_1.8.7.302-2~bpo50+1.dsc
5883df5204de70762602ce885b18c8bf6c856d33298c35df9151031b2ce044a1 4866763 ruby1.8_1.8.7.302.orig.tar.gz
b3cfba99d8bbc7230d24966403ae0b1d6db5ccf9a9dcee983244cbb42259da16 47347 ruby1.8_1.8.7.302-2~bpo50+1.diff.gz
949e7544755b448a529b201fd143a2a3e4220187351ec536ed6c0cc0a42c735a 337132 ruby1.8-examples_1.8.7.302-2~bpo50+1_all.deb
908a8ef3df7cd15f9be7706cab495d620e0b5fe0538193e663f00a0da94c86a1 296132 ruby1.8-elisp_1.8.7.302-2~bpo50+1_all.deb
487e4f32409030f839b14da90aeacca06350ca370dec4f8a29865a3a9aeac91d 1427388 ri1.8_1.8.7.302-2~bpo50+1_all.deb
dd57a4cd9e31f0b133da16dc48106cb4acb25cbe16c4b7bbcaf753c7f1d9797c 310132 ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
b76eb4c47d094167e1f3cd2cd4742fab50e0c9289787ea79ce8de71ea073630a 2059658 libruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
a5fb17a419ded578ec5fbc8d31fbe90ec1a45ddea6504c53ea3df5c5d3c26142 1566404 libruby1.8-dbg_1.8.7.302-2~bpo50+1_amd64.deb
b7fdeccdaf8580642a5b6f02f5df7d8e24555f6993a1eafd28b1d8f35c663d26 886612 ruby1.8-dev_1.8.7.302-2~bpo50+1_amd64.deb
d37624380f24614cc4aa649cf7a0b1a6522ba531ae94fa23396a2a4c187ff713 2026580 libtcltk-ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
Files:
6e10d2256f0feb4694ef7732f26a5a31 1545 ruby optional ruby1.8_1.8.7.302-2~bpo50+1.dsc
f446550dfde0d8162a6ed8d5a38b3ac2 4866763 ruby optional ruby1.8_1.8.7.302.orig.tar.gz
28bfb71ef233b0fdb27338d2e3043803 47347 ruby optional ruby1.8_1.8.7.302-2~bpo50+1.diff.gz
db8b42d9226d5a617c7372bbf5a86437 337132 ruby optional ruby1.8-examples_1.8.7.302-2~bpo50+1_all.deb
5350ab39aa37c4e165808a088398d901 296132 ruby optional ruby1.8-elisp_1.8.7.302-2~bpo50+1_all.deb
9ed27f8d934ae34c0836649a233bc686 1427388 ruby optional ri1.8_1.8.7.302-2~bpo50+1_all.deb
52ea377001a7d18e2b0d741c069cae20 310132 ruby optional ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
a4b9ef9c41dc1e8e97fb8e0b133b3e11 2059658 libs optional libruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
1bff0d159575c8528de00b8229714d1f 1566404 debug extra libruby1.8-dbg_1.8.7.302-2~bpo50+1_amd64.deb
92d105259b77b77af7e0a602e6c18788 886612 ruby optional ruby1.8-dev_1.8.7.302-2~bpo50+1_amd64.deb
8ff898be6b38eb429c1f5a566ae4b258 2026580 ruby optional libtcltk-ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMnlo42hliNwI7P08RAuEYAKCtQz4fmMbMFSoAJfHMCQaPTAaG3QCgoA0Z
oOyLTFEFIq6u2xjeD7cCEJY=
=2ocM
-----END PGP SIGNATURE-----
Accepted:
libruby1.8-dbg_1.8.7.302-2~bpo50+1_amd64.deb
to main/r/ruby1.8/libruby1.8-dbg_1.8.7.302-2~bpo50+1_amd64.deb
libruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
to main/r/ruby1.8/libruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
libtcltk-ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
to main/r/ruby1.8/libtcltk-ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
ri1.8_1.8.7.302-2~bpo50+1_all.deb
to main/r/ruby1.8/ri1.8_1.8.7.302-2~bpo50+1_all.deb
ruby1.8-dev_1.8.7.302-2~bpo50+1_amd64.deb
to main/r/ruby1.8/ruby1.8-dev_1.8.7.302-2~bpo50+1_amd64.deb
ruby1.8-elisp_1.8.7.302-2~bpo50+1_all.deb
to main/r/ruby1.8/ruby1.8-elisp_1.8.7.302-2~bpo50+1_all.deb
ruby1.8-examples_1.8.7.302-2~bpo50+1_all.deb
to main/r/ruby1.8/ruby1.8-examples_1.8.7.302-2~bpo50+1_all.deb
ruby1.8_1.8.7.302-2~bpo50+1.diff.gz
to main/r/ruby1.8/ruby1.8_1.8.7.302-2~bpo50+1.diff.gz
ruby1.8_1.8.7.302-2~bpo50+1.dsc
to main/r/ruby1.8/ruby1.8_1.8.7.302-2~bpo50+1.dsc
ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
to main/r/ruby1.8/ruby1.8_1.8.7.302-2~bpo50+1_amd64.deb
ruby1.8_1.8.7.302.orig.tar.gz
to main/r/ruby1.8/ruby1.8_1.8.7.302.orig.tar.gz
Reply to: