diff options
author | seb <seb@pkgsrc.org> | 2003-02-16 23:08:55 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-02-16 23:08:55 +0000 |
commit | 830708ba674a42d28c281d60644b8ffd7dbb4097 (patch) | |
tree | c36879faeb0d7e6d4e3befe437b9b109fb23e25f /databases/rrdtool/distinfo | |
parent | 36c26909d786629a09af4f5e7346692ad220b670 (diff) | |
download | pkgsrc-830708ba674a42d28c281d60644b8ffd7dbb4097.tar.gz |
Update to version 1.0.40. See changes below.
Packages changes: use buildlink2 and perl5/module.mk, documentation
splitted in $PREFIX/share/doc/{rrdtool,html/rrdtool}/*.
Okay'ed by wulf@.
Changes since version 1.0.33:
- bugfix, + enhancement, * contrib, = RELEASE
---------------------------------------------
= 1.0.40 2002/10/11 -- Tobi
- 2002/10/11 Jeffrey Wheat <jeff@nt.cetlink.net>
updated php4 bindings to work with php 4.2.3
- 2002/10/07 Tomoyuki Murakami <tomoyuki@pobox.com>
-z does not take an option
- 2002/10/03 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
fix for PREV() operator
- 2002/08/01 Paul Clifford <paul.clifford@bbc.co.uk>
fix for segfault in print_calc function
+ 2002/07/31 "Nenad Antic (EAB)" <Nenad.Antic@era.ericsson.se>
rrdfetch manpage update
- 2002/07/12 Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
PREV(xxx) match with DEF_NAM_FMT
- 2002/07/12 Joerg Mertin <mertinj@europe.psi.com>
fixed bindings for php4
- 2002/07/02 Philippe.Simonet@swisscom.com
fixed DINF for win32 compile
= 1.0.39 2002/06/20 -- Tobi
+ 2002/06/20 -- Gonzalo Augusto Arana Tagle <garana@uolsinectis.com.ar>
* new CDEF feature PREV(x) which allows for funky new filters
to be created easily
+ 2002/06/14 -- "Shipway, Steve" <steve.shipway@eds.com>
* Improved docs for rrd_resize
- Tobi
* increassed commandline buffer in rrd_tool.c to 100 kilo Byte
* in rrd_graph replace rint by ceil ...its more portable
* remove // comments and replace with /* .... */
* due to popular demand change strftime format to %V for weeks
+ 2002/05/24 -- Joe Griffin <joe.griffin@mscsoftware.com>
* config.guess and config.sub updates for IA64
= 1.0.38 2002/05/22 -- Tobi
- 2002/05/12 -- Tobi
* fix for crash in restore when used with existing file
- 2002/04/29 -- Alex
* fix for PRINT template parser in rrd_graph ...
- 2002/04/16 -- Milan Obuch <milan.obuch@in.nextra.sk>
* fix for --alt-mrtg
+ 2002/05/01 Wolfgang Schrimm <Wolfgang.Schrimm@urz.uni-heidelberg.de>
* new subcommand xport
= 1.0.37 2002/04/13 -- Tobi
- 2002/04/14 -- Thierry Nkaoua <tnka@linux-sottises.net>
* do not change LC_ALL but just LC_TIME ...
= 1.0.36 2002/04/13 -- Tobi
+ 2002/04/13 -- Milan Obuch <milan.obuch@in.nextra.sk>
* added new options to rrdgraph. Check the manpage for
--overlay, --background, --unit, GD (graph output format)
+ 2002/04/09 -- Tobi
* added setlocale and tzset calls to rrd_graph
- 2002/04/09 -- Tobi
* removed description of --goodfor and --refresh from rrdcgi
- 2002/04/02 -- Paul Vixie <paul@vix.com>
* rrd restore should not burn down existing files
- 2002/03/23 -- Oliver Cook <ollie@uk.clara.net>
* kill segfault in diff code for non digit input
- 2002/03/23 -- Ashok Mandala <chakri063@yahoo.com>
* make sure CDEFs work properly even when none of the contributing
data sources start at start of the cdef.
+ 2002/03/20 -- David Lee <t.d.lee@durham.ac.uk>
* Allow link builds through the ../configure syntax
= 1.0.35 2002/03/20 -- Tobi
- 2002/03/20 -- Tobi
* fixed longstanding off by 1 bug in CDEF for cases where RRDs with
different step sizes were mixed in one CDEF
- 2002/03/13 -- Tobi
* Deal with cases where Config{cc} contains an absolute path to perls
C compiler.
- 2002/03/14 -- Matt Galvin <mgalvin@dandd.com>
* new OS detector config files which can deal with macos X
= 1.0.34 2002/03/12 -- Tobi
- 2002/02/12 -- Tobi
* replaced zlib 1.1.3 with 1.1.4
- 2002/02/06 -- Alexander Schwartz <alexander.schwartz@gmx.net>
* allow rrdcgi to deal with umlauts
- 2001/12/27 -- Tom.Bertelson@gecapital.com
* fix overflow error in rrd_fetch
- 2001/11/28 -- Richard A. Steenbergen <ras@e-gerbil.net>
* allow + - and ' ' in printfsring
- 2001/03/31 -- Tobi
* added 'all' dependancy to site-perl-install rule as many seem to skip
this step when instaling cricket ... probably an incomplete cricket doku.
- 2001/03/02 -- Mike Franusich <mike@franusich.com>
* filedescriptor leak fixed in rrd_open for faild open attempts.
- 2001/03/01 -- Tobi
* test if compiler perl wants to use for building its modules is available on the system
* zlib wants to be linked with -fpic on HPUX or it breaks ...
Diffstat (limited to 'databases/rrdtool/distinfo')
-rw-r--r-- | databases/rrdtool/distinfo | 42 |
1 files changed, 24 insertions, 18 deletions
diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index 45a21832ca4..a0983489b60 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,19 +1,25 @@ -$NetBSD: distinfo,v 1.8 2002/11/27 19:33:08 bouyer Exp $ +$NetBSD: distinfo,v 1.9 2003/02/16 23:08:56 seb Exp $ -SHA1 (rrdtool-1.0.33.tar.gz) = d0394368ef30dcd390d466843ef4d052365f2470 -Size (rrdtool-1.0.33.tar.gz) = 1118040 bytes -SHA1 (patch-aa) = 0875a1a71f6577fefaf1bfd7aaf7058f6dd8ae5d -SHA1 (patch-ab) = 978c96792b14e21302c5f97da8cf9c47701413ac -SHA1 (patch-ac) = b57fc4a10ef8df50983a0ee5f1059c8b079c4d0f -SHA1 (patch-ad) = c96aa5f833e5637fb6090fb3043a54111c0d99d8 -SHA1 (patch-ae) = 0b401636a76434431ee0a2e371be62021868aaed -SHA1 (patch-ag) = 4949384f3431cd716c37bcf22e3c4b96f4c900fc -SHA1 (patch-ah) = fca2282a0f0fe9171dc713c62c61369f487cd76b -SHA1 (patch-ai) = 90766fd4083f6697ca7406449628b26f7d051726 -SHA1 (patch-aj) = 35ed816678d0b6cf0aedfff0d09b9726db22d68f -SHA1 (patch-ak) = 2ba3c51f2e8bcfcb34c867a1edf9de0e7281a161 -SHA1 (patch-al) = 7ac3e507d3d8950ed431c7a9cc3afd23d4462c07 -SHA1 (patch-am) = 048de065a9d3bdb7625df69c4c6807ea58522ba4 -SHA1 (patch-an) = 4dc1cf17f7d143a347de2bc141607e404064a03d -SHA1 (patch-ap) = f9ffb2faac2f4c5a3fa63d830a6f3184f54c1a35 -SHA1 (patch-aq) = 28f845f4384fd04558e627d9f33eaf5529f5a780 +SHA1 (rrdtool-1.0.40.tar.gz) = 6ad5265826049868663d0f3b4e2ef8f2f1aa06ed +Size (rrdtool-1.0.40.tar.gz) = 1148458 bytes +SHA1 (patch-aa) = 755863a0d29a0ffce6693bf945b460dba62e91c9 +SHA1 (patch-ab) = 1aa7fd5425772432ec2a561f5f871687a6ffe1b8 +SHA1 (patch-ac) = 2500bfecde03c61ae28ec9c5e17468309976b9f2 +SHA1 (patch-ad) = 2d2e870550847388c5269f4ef134a263e860231d +SHA1 (patch-ae) = c601085922b63c033cf4ec8f50513fd3dc3368e0 +SHA1 (patch-af) = c961a8bad08a7ce2bd889b9b88290e61efaf0bef +SHA1 (patch-ag) = 638781345cc4309b9754d1606c50c63e49564379 +SHA1 (patch-ah) = 8cf7f9e74f32c3c742c0b988da85f7acfdc6dc5a +SHA1 (patch-ai) = f00a1114a048dcfa9f5ef5e31cfdf6e852c680fe +SHA1 (patch-aj) = abbfacd273192dafec13f2f942eef26fd8d1f0a3 +SHA1 (patch-ak) = c26304c6aa926dbea7a2d26c38c6e76177d968a0 +SHA1 (patch-al) = 5293431b7966b25c48c624c6b7d0a4e86a5f70d2 +SHA1 (patch-am) = a48ad230b9a9a2d18dabd747e6759aa1e211831f +SHA1 (patch-an) = 9b0e279929549d22187f1b24512e939b965f76c2 +SHA1 (patch-ao) = 88cd4b0b43782338145c1ee40bc1349a120a9676 +SHA1 (patch-ap) = 40af210cd71e7bfa4af6f134d768b4b9d5e8c424 +SHA1 (patch-aq) = 68aebe6c28a7bf4c93ff9196709a2b99c8b8a010 +SHA1 (patch-ar) = 18bd27b8d9bda4480d98be07a5c63c4f0667494f +SHA1 (patch-as) = 2a6462263704d8da114d3b801a76844d42da3ce8 +SHA1 (patch-at) = 4a832681eb46c81ce957846368981e50a3b96769 +SHA1 (patch-au) = 7633d5a70004f10629b6076c5897dc9af0cec59e |