head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q3:1.1.0.2 pkgsrc-2010Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2010.12.26.12.31.20; author taca; state dead; branches; next 1.1; 1.1 date 2010.09.10.03.29.01; author taca; state Exp; branches; next ; desc @@ 1.2 log @Update ruby18-base package to 1.8.7.330. Release announce: http://www.ruby-lang.org/en/news/2010/12/25/ruby-1-8-7-p330-released/ Quote from the announce: * Here you are an annual release of 1.8.7 updates. * No license change from previos 1.8.7 release. Full Changes: http://svn.ruby-lang.org/repos/ruby/tags/v1_8_7_330/ChangeLog @ text @$NetBSD: patch-ex,v 1.1 2010/09/10 03:29:01 taca Exp $ * r17429: (Net::POP3#set_all_uids): speed up. --- lib/net/pop.rb.orig 2009-02-03 05:35:56.000000000 +0000 +++ lib/net/pop.rb @@@@ -683,9 +683,8 @@@@ module Net end def set_all_uids #:nodoc: internal use only (called from POPMail#uidl) - command().uidl.each do |num, uid| - @@mails.find {|m| m.number == num }.uid = uid - end + uidl = command().uidl + @@mails.each {|m| m.uid = uidl[m.number] } end def logging(msg) @ 1.1 log @Update ruby18-base to 1.8.7.302 (Ruby 1.8.7 patchlevel 302). Since many changes from previous release, please refer http://www.ruby-lang.org/en/news/2010/08/16/ruby-1-8-7-p302-is-released/. Note: Since all security updates are already in previous package, This update dosen't include any securify fix. @ text @d1 1 a1 1 $NetBSD$ @