From nobody@FreeBSD.org  Sat Dec  9 23:50:42 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id B957916A412
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Dec 2006 23:50:42 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [69.147.83.33])
	by mx1.FreeBSD.org (Postfix) with ESMTP id CE22143C9D
	for <freebsd-gnats-submit@FreeBSD.org>; Sat,  9 Dec 2006 23:49:35 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id kB9NofZh078728
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 9 Dec 2006 23:50:41 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id kB9NofBK078727;
	Sat, 9 Dec 2006 23:50:41 GMT
	(envelope-from nobody)
Message-Id: <200612092350.kB9NofBK078727@www.freebsd.org>
Date: Sat, 9 Dec 2006 23:50:41 GMT
From: trasz<trasz@pin.if.uz.zgora.pl>
To: freebsd-gnats-submit@FreeBSD.org
Subject: update euro currency in units(1)
X-Send-Pr-Version: www-3.0

>Number:         106545
>Category:       bin
>Synopsis:       [patch] update euro currency in units(1)
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 10 00:00:26 GMT 2006
>Closed-Date:    Thu Aug 14 01:48:02 UTC 2008
>Last-Modified:  Thu Aug 14 01:50:06 UTC 2008
>Originator:     trasz
>Release:        6.2-PRERELEASE
>Organization:
>Environment:
FreeBSD traszkan.ds7 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #1: Sun Dec  3 19:16:57 CET 2006     trasz@traszkan.ds7:/usr/obj/usr/src/sys/TRASHCAN  i386
>Description:
Value of euro currency used by units(1) is out of date.  Update.

;-)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- usr.bin/units/units.lib.orig	Sun Dec 10 00:39:09 2006
+++ usr.bin/units/units.lib	Sun Dec 10 00:44:12 2006
@@ -301,8 +301,8 @@
 portugalescudo		1|200.482 euro
 spainpeseta		1|166.386 euro
 
-/ rate of euro against dollar from 2002-07-09
-euro			0.99 $
+/ rate of euro against dollar from 2006-12-09
+euro			1.3278 $
 
 mark			germanymark
 bolivar			venezuelabolivar

>Release-Note:
>Audit-Trail:

From: Kris Kennaway <kris@obsecurity.org>
To: trasz <trasz@pin.if.uz.zgora.pl>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: bin/106545: update euro currency in units(1)
Date: Tue, 12 Dec 2006 15:30:28 -0500

 On Sat, Dec 09, 2006 at 11:50:41PM +0000, trasz wrote:
 
 > Value of euro currency used by units(1) is out of date.  Update.
 
 Is there really any point in including values in units(1) that are
 variable and highly volatile?  I can't imagine what use this is,
 especially in a world where the current, up-to-the-second value is a
 couple of packets away.
 
 Kris

From: trasz <trasz@pin.if.uz.zgora.pl>
To: Kris Kennaway <kris@obsecurity.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: bin/106545: update euro currency in units(1)
Date: Tue, 12 Dec 2006 22:22:11 +0100

 On 1212T1530, Kris Kennaway wrote:
 > > Value of euro currency used by units(1) is out of date.  Update.
 > 
 > Is there really any point in including values in units(1) that are
 > variable and highly volatile?  I can't imagine what use this is,
 > especially in a world where the current, up-to-the-second value is a
 > couple of packets away.
 
 That's why there was a smiley at the end of that PR.
 
 -- 
 If you cut off my head, what would I say?  Me and my head, or me and my body?
 
Responsible-Changed-From-To: freebsd-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Aug 4 12:19:48 UTC 2008 
Responsible-Changed-Why:  
Handle with mentor, proposing to remove all dynamic money rates. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106545 
State-Changed-From-To: open->patched 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 7 00:15:10 UTC 2008 
State-Changed-Why:  
Commited to head. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106545 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/106545: commit references a PR
Date: Thu,  7 Aug 2008 00:15:18 +0000 (UTC)

 edwin       2008-08-07 00:14:56 UTC
 
   FreeBSD src repository
 
   Modified files:
     usr.bin/units        units.lib 
   Log:
   SVN rev 181352 on 2008-08-07 00:14:56Z by edwin
   
   Update the units library file.
   
   - Merge changes from NetBSD and OpenBSD.
   - Add the Euro as a primitive unit, add old converted currency and
     pegged currency (Obtained from Wikipedia)
   - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged
     currency and add pegged currency (Obtained from Wikipedia)
   - Updated the accuracy of a lot of constants (Obtained from Wikipedia)
   
   PR:             bin/106545 bin/88252
   Submitted by:   trasz<trasz@pin.if.uz.zgora.pl>, J Vinopal <banshee@abattoir.com>
   Approved by:    bde@ (mentor)
   MFC after:      1 week
   
   Revision  Changes    Path
   1.17      +195 -104  src/usr.bin/units/units.lib
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: edwin 
State-Changed-When: Thu Aug 14 01:47:56 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106545 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/106545: commit references a PR
Date: Thu, 14 Aug 2008 01:48:00 +0000 (UTC)

 edwin       2008-08-14 01:47:39 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_7)
     usr.bin/units        units.lib 
   Log:
   SVN rev 181709 on 2008-08-14 01:47:39Z by edwin
   
   MFC of r181352
   
   Update the units library file.
   
   - Merge changes from NetBSD and OpenBSD.
   - Add the Euro as a primitive unit, add old converted currency and
     pegged currency (Obtained from Wikipedia)
   - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged
     currency and add pegged currency (Obtained from Wikipedia)
   - Updated the accuracy of a lot of constants (Obtained from Wikipedia)
   
   PR:             bin/106545 bin/88252
   Submitted by:   trasz<trasz@pin.if.uz.zgora.pl>, J Vinopal <banshee@abattoir.com>
   
   Revision   Changes    Path
   1.16.18.1  +195 -104  src/usr.bin/units/units.lib
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: bin/106545: commit references a PR
Date: Thu, 14 Aug 2008 01:48:09 +0000 (UTC)

 edwin       2008-08-14 01:47:42 UTC
 
   FreeBSD src repository
 
   Modified files:        (Branch: RELENG_6)
     usr.bin/units        units.lib 
   Log:
   SVN rev 181710 on 2008-08-14 01:47:42Z by edwin
   
   MFC of r181352
   
   Update the units library file.
   
   - Merge changes from NetBSD and OpenBSD.
   - Add the Euro as a primitive unit, add old converted currency and
     pegged currency (Obtained from Wikipedia)
   - Rename "dollar" to "usdollar" as primitive unit, remove non-pegged
     currency and add pegged currency (Obtained from Wikipedia)
   - Updated the accuracy of a lot of constants (Obtained from Wikipedia)
   
   PR:             bin/106545 bin/88252
   Submitted by:   trasz<trasz@pin.if.uz.zgora.pl>, J Vinopal <banshee@abattoir.com
   >
   
   Revision  Changes    Path
   1.16.8.1  +195 -104  src/usr.bin/units/units.lib
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
