From patchwork Tue Mar 22 17:37:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 5383 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KNJbg67yWz3xq8 for ; Tue, 22 Mar 2022 17:37:51 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KNJbf41jyz2RJ; Tue, 22 Mar 2022 17:37:50 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KNJbf3cndz2xqt; Tue, 22 Mar 2022 17:37:50 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KNJbc5B2Pz2xqt for ; Tue, 22 Mar 2022 17:37:48 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KNJbc1Sm3zCP for ; Tue, 22 Mar 2022 17:37:48 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1647970668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=SpWHi9MJfZ1eFX/LWCEnOYIcKOJcY/0n2DLVCiOpJfI=; b=fER5vIvLqyggw6PFdu16yGepe8NUBu322+JsSRD8tjETobQTbKbktJkZ+Rf5UUY08w9m5L JCp20aJS3aiVUADQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1647970668; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=SpWHi9MJfZ1eFX/LWCEnOYIcKOJcY/0n2DLVCiOpJfI=; b=mToAILADSXrVZ+howzs2/cPDOq01l8T5LZ1htz0a2MkQVqbgLTVHFBcOUbg/sETOi8BIvm slNwuqJNw0tSAtO7mG/7LcwU/FfCpg8sIQijSWUVskurpWvATX9YnqZQYNFuu07bC3SUHx 8toz+7sZnoUZQCI+wSj/YOizDdnjjUs1U+g8Hd2Ky1cFMq6x9OFpMfMamLNwd3dpmy9tFs lsZ3WRZ5+hpb/lcgbSjNxbhQPIfQ9v4lgUxCofKoaK0wft/bB11bOnCc/jG8Lc9eNyepeH RW44Tzaj2SA8RbLKj+8QyapxkJra0sS0rHyqz2ijbUPa3ux0Wdw0Y3wT3GOYMw== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] rrdtool: Update to 1.8.0 Date: Tue, 22 Mar 2022 18:37:43 +0100 Message-Id: <20220322173743.1897-1-matthias.fischer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" For details see: https://github.com/oetiker/rrdtool-1.x/releases/tag/v1.8.0 "Bugfixes python bindings: properly convert double values of rrd info failed to expand 'Py_UNUSED', Invalid usage when expanding 'Py_UNUSED' document --showtime in xport help output fix --use-nan-for-all-missing-data update rrdruby.pod add missing rrdruby.pod and rrdpython.pod to dist Set first_weekday to 0 (Sunday), when HAVE__NL_TIME_WEEK_1STDAY is not defined fix median calculation for all NaN inputs fix potential leak in xport during failure fix many warnings raised by Cppcheck fix many compiler warnings from latest gcc ensure proper initialization in rrd_daemon cleanup testsuite better testing avoid invalid read in rrd_client add symbols from rrdc to librrd Fix duplicate write_changes_to_disk() calls when HAVE_LIBRADOS is true and HAVE_MMAP is false documentation updates for SMIN example in docs fix for pyton3 compatibility freemem only for valid status fix double meaning of time 0 as uninitialized value fix for zfs not supporting fallocate. this makes resize work on zfs add rrdrados.pod to dist fetch - do not call rrd_freemem on uninitialized pointers use separate pango fontmap per thread switch to python 3 do not leak filename when opening a broken file fix leaks in rrdcached avoid segfault when flushing cache escape json in legend entries fix leak in xport make rrdcgi param parsing more robust fix race in journal_write" Signed-off-by: Matthias Fischer Reviewed-by: Michael Tremer --- config/rootfiles/common/rrdtool | 199 ++++++++++++++++---------------- lfs/rrdtool | 6 +- 2 files changed, 102 insertions(+), 103 deletions(-) diff --git a/config/rootfiles/common/rrdtool b/config/rootfiles/common/rrdtool index de184ce25..b37614c09 100644 --- a/config/rootfiles/common/rrdtool +++ b/config/rootfiles/common/rrdtool @@ -11,114 +11,113 @@ usr/bin/rrdupdate #usr/lib/librrd.la #usr/lib/librrd.so usr/lib/librrd.so.8 -usr/lib/librrd.so.8.2.1 +usr/lib/librrd.so.8.3.0 usr/lib/perl5/site_perl/5.32.1/RRDp.pm usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/RRDs.pm #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDp #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDp/.packlist #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs #usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/.packlist -#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/RRDs.bs usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/RRDs/RRDs.so #usr/lib/pkgconfig/librrd.pc -#usr/share/doc/rrdtool-1.7.2 -#usr/share/doc/rrdtool-1.7.2/html -#usr/share/doc/rrdtool-1.7.2/html/RRDp.html -#usr/share/doc/rrdtool-1.7.2/html/RRDs.html -#usr/share/doc/rrdtool-1.7.2/html/bin_dec_hex.html -#usr/share/doc/rrdtool-1.7.2/html/cdeftutorial.html -#usr/share/doc/rrdtool-1.7.2/html/index.html -#usr/share/doc/rrdtool-1.7.2/html/librrd.html -#usr/share/doc/rrdtool-1.7.2/html/rpntutorial.html -#usr/share/doc/rrdtool-1.7.2/html/rrd-beginners.html -#usr/share/doc/rrdtool-1.7.2/html/rrd_pdpcalc.html -#usr/share/doc/rrdtool-1.7.2/html/rrdbuild.html -#usr/share/doc/rrdtool-1.7.2/html/rrdcached.html -#usr/share/doc/rrdtool-1.7.2/html/rrdcgi.html -#usr/share/doc/rrdtool-1.7.2/html/rrdcreate.html -#usr/share/doc/rrdtool-1.7.2/html/rrddump.html -#usr/share/doc/rrdtool-1.7.2/html/rrdfetch.html -#usr/share/doc/rrdtool-1.7.2/html/rrdfirst.html -#usr/share/doc/rrdtool-1.7.2/html/rrdflushcached.html -#usr/share/doc/rrdtool-1.7.2/html/rrdgraph.html -#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_data.html -#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_examples.html -#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_graph.html -#usr/share/doc/rrdtool-1.7.2/html/rrdgraph_rpn.html -#usr/share/doc/rrdtool-1.7.2/html/rrdinfo.html -#usr/share/doc/rrdtool-1.7.2/html/rrdlast.html -#usr/share/doc/rrdtool-1.7.2/html/rrdlastupdate.html -#usr/share/doc/rrdtool-1.7.2/html/rrdlist.html -#usr/share/doc/rrdtool-1.7.2/html/rrdresize.html -#usr/share/doc/rrdtool-1.7.2/html/rrdrestore.html -#usr/share/doc/rrdtool-1.7.2/html/rrdthreads.html -#usr/share/doc/rrdtool-1.7.2/html/rrdtool.html -#usr/share/doc/rrdtool-1.7.2/html/rrdtune.html -#usr/share/doc/rrdtool-1.7.2/html/rrdtutorial.html -#usr/share/doc/rrdtool-1.7.2/html/rrdupdate.html -#usr/share/doc/rrdtool-1.7.2/html/rrdxport.html -#usr/share/doc/rrdtool-1.7.2/txt -#usr/share/doc/rrdtool-1.7.2/txt/bin_dec_hex.pod -#usr/share/doc/rrdtool-1.7.2/txt/bin_dec_hex.txt -#usr/share/doc/rrdtool-1.7.2/txt/cdeftutorial.pod -#usr/share/doc/rrdtool-1.7.2/txt/cdeftutorial.txt -#usr/share/doc/rrdtool-1.7.2/txt/librrd.txt -#usr/share/doc/rrdtool-1.7.2/txt/rpntutorial.pod -#usr/share/doc/rrdtool-1.7.2/txt/rpntutorial.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrd-beginners.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrd-beginners.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrd_pdpcalc.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrd_pdpcalc.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdbuild.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdbuild.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdcached.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdcached.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdcgi.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdcgi.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdcreate.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdcreate.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrddump.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrddump.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdfetch.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdfetch.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdfirst.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdfirst.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdflushcached.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdflushcached.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_data.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_data.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_examples.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_examples.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_graph.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_graph.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_rpn.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdgraph_rpn.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdinfo.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdinfo.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdlast.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdlast.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdlastupdate.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdlastupdate.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdlist.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdlist.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdresize.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdresize.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdrestore.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdrestore.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdthreads.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdthreads.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdtool.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdtool.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdtune.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdtune.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdtutorial.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdtutorial.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdupdate.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdupdate.txt -#usr/share/doc/rrdtool-1.7.2/txt/rrdxport.pod -#usr/share/doc/rrdtool-1.7.2/txt/rrdxport.txt +#usr/share/doc/rrdtool-1.8.0 +#usr/share/doc/rrdtool-1.8.0/html +#usr/share/doc/rrdtool-1.8.0/html/RRDp.html +#usr/share/doc/rrdtool-1.8.0/html/RRDs.html +#usr/share/doc/rrdtool-1.8.0/html/bin_dec_hex.html +#usr/share/doc/rrdtool-1.8.0/html/cdeftutorial.html +#usr/share/doc/rrdtool-1.8.0/html/index.html +#usr/share/doc/rrdtool-1.8.0/html/librrd.html +#usr/share/doc/rrdtool-1.8.0/html/rpntutorial.html +#usr/share/doc/rrdtool-1.8.0/html/rrd-beginners.html +#usr/share/doc/rrdtool-1.8.0/html/rrd_pdpcalc.html +#usr/share/doc/rrdtool-1.8.0/html/rrdbuild.html +#usr/share/doc/rrdtool-1.8.0/html/rrdcached.html +#usr/share/doc/rrdtool-1.8.0/html/rrdcgi.html +#usr/share/doc/rrdtool-1.8.0/html/rrdcreate.html +#usr/share/doc/rrdtool-1.8.0/html/rrddump.html +#usr/share/doc/rrdtool-1.8.0/html/rrdfetch.html +#usr/share/doc/rrdtool-1.8.0/html/rrdfirst.html +#usr/share/doc/rrdtool-1.8.0/html/rrdflushcached.html +#usr/share/doc/rrdtool-1.8.0/html/rrdgraph.html +#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_data.html +#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_examples.html +#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_graph.html +#usr/share/doc/rrdtool-1.8.0/html/rrdgraph_rpn.html +#usr/share/doc/rrdtool-1.8.0/html/rrdinfo.html +#usr/share/doc/rrdtool-1.8.0/html/rrdlast.html +#usr/share/doc/rrdtool-1.8.0/html/rrdlastupdate.html +#usr/share/doc/rrdtool-1.8.0/html/rrdlist.html +#usr/share/doc/rrdtool-1.8.0/html/rrdresize.html +#usr/share/doc/rrdtool-1.8.0/html/rrdrestore.html +#usr/share/doc/rrdtool-1.8.0/html/rrdthreads.html +#usr/share/doc/rrdtool-1.8.0/html/rrdtool.html +#usr/share/doc/rrdtool-1.8.0/html/rrdtune.html +#usr/share/doc/rrdtool-1.8.0/html/rrdtutorial.html +#usr/share/doc/rrdtool-1.8.0/html/rrdupdate.html +#usr/share/doc/rrdtool-1.8.0/html/rrdxport.html +#usr/share/doc/rrdtool-1.8.0/txt +#usr/share/doc/rrdtool-1.8.0/txt/bin_dec_hex.pod +#usr/share/doc/rrdtool-1.8.0/txt/bin_dec_hex.txt +#usr/share/doc/rrdtool-1.8.0/txt/cdeftutorial.pod +#usr/share/doc/rrdtool-1.8.0/txt/cdeftutorial.txt +#usr/share/doc/rrdtool-1.8.0/txt/librrd.txt +#usr/share/doc/rrdtool-1.8.0/txt/rpntutorial.pod +#usr/share/doc/rrdtool-1.8.0/txt/rpntutorial.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrd-beginners.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrd-beginners.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrd_pdpcalc.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrd_pdpcalc.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdbuild.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdbuild.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdcached.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdcached.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdcgi.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdcgi.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdcreate.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdcreate.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrddump.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrddump.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdfetch.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdfetch.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdfirst.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdfirst.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdflushcached.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdflushcached.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_data.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_data.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_examples.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_examples.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_graph.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_graph.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_rpn.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdgraph_rpn.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdinfo.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdinfo.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdlast.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdlast.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdlastupdate.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdlastupdate.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdlist.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdlist.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdresize.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdresize.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdrestore.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdrestore.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdthreads.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdthreads.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdtool.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdtool.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdtune.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdtune.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdtutorial.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdtutorial.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdupdate.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdupdate.txt +#usr/share/doc/rrdtool-1.8.0/txt/rrdxport.pod +#usr/share/doc/rrdtool-1.8.0/txt/rrdxport.txt #usr/share/locale/fr/LC_MESSAGES/rrdtool.mo #usr/share/locale/hu/LC_MESSAGES/rrdtool.mo #usr/share/man/man1/bin_dec_hex.1 diff --git a/lfs/rrdtool b/lfs/rrdtool index bbc7f3330..dfa5738d7 100644 --- a/lfs/rrdtool +++ b/lfs/rrdtool @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2022 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.7.2 +VER = 1.8.0 THISAPP = rrdtool-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 638e3a0a1609d97e9f82e8832759dcd2 +$(DL_FILE)_MD5 = 852754364cbd0703a099b5eb32932851 install : $(TARGET)