diff --git a/cflow-1.6.tar.xz b/cflow-1.6.tar.xz deleted file mode 100644 index 9f60f99..0000000 --- a/cflow-1.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5392a6d8a63ba2f41df9f88b51f97bc0452c5262762a3c27e0412a6c03c06db -size 679760 diff --git a/cflow-1.6.tar.xz.sig b/cflow-1.6.tar.xz.sig deleted file mode 100644 index eed3090..0000000 --- a/cflow-1.6.tar.xz.sig +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iG4EABECAC4WIQQyX2UMTCtq1YgHMno2ArB/VdDHMgUCXHE+ABAcZ3JheUBnbnUu -b3JnLnVhAAoJEDYCsH9V0Mcy04IAmQFBY7G34UIk5jeQAYn/V2N4LE32AJ49H3gJ -Yl3v9eYZU8I1F29ytw2UeQ== -=XWT/ ------END PGP SIGNATURE----- diff --git a/cflow-1.7.tar.xz b/cflow-1.7.tar.xz new file mode 100644 index 0000000..93d7e00 --- /dev/null +++ b/cflow-1.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e278b10ea420a1ab7ecccd8335fc31fb1921e91ab99d77e33df0729e19dca3b +size 727604 diff --git a/cflow-1.7.tar.xz.sig b/cflow-1.7.tar.xz.sig new file mode 100644 index 0000000..07fac02 --- /dev/null +++ b/cflow-1.7.tar.xz.sig @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAmHNhqUACgkQNgKwf1XQxzIkGQCdFUiRA89EbITvf2oto/hZ+Rg1 +I38AoJ/zElXjUJzAKKiUvMFM4pJyrjX/ +=U5qY +-----END PGP SIGNATURE----- diff --git a/cflow.changes b/cflow.changes index 1914b04..17afce4 100644 --- a/cflow.changes +++ b/cflow.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Jan 4 21:52:10 UTC 2022 - Dirk Müller + +- update to 1.7: + * Multiple start functions are allowed + * New option --target=FUNCTION + * New output format: dot + The '-f dot' (or '--format=dot') option instructs cflow to output + graph as a description in DOT language, suitable as input to graphviz + programs. + * Bugfixes: + ** CVE-2019-16165 + ** CVE-2019-16166 + ** Fix parsing of K&R style function declarations + ** Improve parsing of typecasts + ** Fix recursive call detection + ------------------------------------------------------------------- Wed Jun 19 09:26:16 UTC 2019 - Martin Pluskal diff --git a/cflow.spec b/cflow.spec index 0b428f0..e3d9b1a 100644 --- a/cflow.spec +++ b/cflow.spec @@ -1,7 +1,7 @@ # # spec file for package cflow # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,18 @@ Name: cflow -Version: 1.6 +Version: 1.7 Release: 0 Summary: Tool to generate flowcharts for C sources License: GPL-3.0-or-later Group: Development/Tools/Other -URL: http://www.gnu.org/software/cflow -Source0: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz -Source1: https://ftp.gnu.org/gnu/cflow/cflow-1.6.tar.xz.sig +URL: https://www.gnu.org/software/cflow +Source0: https://ftp.gnu.org/gnu/cflow/cflow-%{version}.tar.xz +Source1: https://ftp.gnu.org/gnu/cflow/cflow-%{version}.tar.xz.sig Source2: %{name}.keyring BuildRequires: flex Requires(post): %{install_info_prereq} -Requires(preun): %{install_info_prereq} +Requires(preun):%{install_info_prereq} %description GNU cflow analyzes a collection of C source files and prints a graph, charting @@ -43,10 +43,10 @@ files can optionally be preprocessed before analyzing. %build %configure \ --disable-silent-rules -make %{?_smp_mflags} +%make_build %check -make %{?_smp_mflags} check +%make_build check %install %make_install