Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#9075 closed enhancement (fixed)

tripwire-2.4.3.5

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New micro version.

Change History (7)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

Open Source Tripwire 2.4.3.5

Update to improve build system & unit tests, & clean up a bunch of compile & static analysis warnings.

  • Buildsys: 'install-strip', 'uninstall', 'check', and 'distcheck' make targets now do useful things. (the install-strip change addresses the remaining bit of issue #18.)
  • Buildsys: To support old flavors of gcc, add "--disable-extrawarnings" configure option for compilers that don't understand -Wextra arg, and detect if the local g++ happens to be called c++.
  • Fix various new warnings w/ GCC 7.
  • Use std::unique_ptr instead of deprecated std::auto_ptr, where available.
  • Clean up / enable more twtest unit tests, & tweak the framework for clarity.
  • Remove more dead code and strip out a bunch of uses of the always-true IS_UNIX ifdef.
  • Address some static analysis warnings from CppCheck & Flawfinder
  • Add a sanity check in fcodatasourceiterimpl to address a unit test that failed on some platforms.
  • Update old policy test files in src/parser/testfiles to use current policy syntax.

comment:3 by bdubbs@…, 7 years ago

Holding until upstream provides proper package names.

comment:4 by bdubbs@…, 7 years ago

Fixed at revision 18560.

comment:5 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

comment:6 by bdubbs@…, 7 years ago

Milestone: 8.1m8.1

Milestone renamed

comment:7 by bdubbs@…, 7 years ago

Milestone: m8.18.1

Milestone renamed

Note: See TracTickets for help on using tickets.