Skip to content

Commit 2617c9a

Browse files
authored
Merge pull request #16 from Tripwire/dev/2.4.3.3
Open Source Tripwire 2.4.3.3 update
2 parents 2f41ee1 + e5a0ee3 commit 2617c9a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+159
-109
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2017-02-21 Brian Cox <bcox@tripwire.com>
2+
* Bump version to 2.4.3.3
3+
* Run Clang static analyzer & fix some of its quibbles
4+
* Fix compilation error on Alpine Linux 3.x
5+
* Fix file permissions on a couple of source files
6+
* Fix some errors w/ make install/uninstall/dist
7+
18
2017-01-15 Brian Cox <bcox@tripwire.com>
29
* Bump version to 2.4.3.2
310
* DOS/DJGPP platform support.

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
AUTOMAKE_OPTIONS = foreign no-dependencies
22
SUBDIRS = man src
3-
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging README-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer
3+
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging ReadMe-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer
44

55
install-data-hook:
66
prefix="$(prefix)" sysconfdir="$(sysconfdir)" \

Makefile.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ pdfdir = @pdfdir@
307307
prefix = @prefix@
308308
program_transform_name = @program_transform_name@
309309
psdir = @psdir@
310+
runstatedir = @runstatedir@
310311
sbindir = @sbindir@
311312
sharedstatedir = @sharedstatedir@
312313
srcdir = @srcdir@
@@ -321,7 +322,7 @@ top_builddir = @top_builddir@
321322
top_srcdir = @top_srcdir@
322323
AUTOMAKE_OPTIONS = foreign no-dependencies
323324
SUBDIRS = man src
324-
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging README-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer
325+
EXTRA_DIST = COMMERCIAL MAINTAINERS TRADEMARK LICENSE Packaging ReadMe-2.4.3 README.md autogen.sh autogen.sh.README touchconfig.sh contrib policy installer
325326
all: config.h
326327
$(MAKE) $(AM_MAKEFLAGS) all-recursive
327328

configure

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
2-
# From configure.ac Revision: 2.4.3.2 .
2+
# From configure.ac Revision: 2.4.3.3 .
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.2.
4+
# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.3.
55
#
66
# Report bugs to <https://github.com/Tripwire/tripwire-open-source/issues>.
77
#
@@ -584,8 +584,8 @@ MAKEFLAGS=
584584
# Identity of this package.
585585
PACKAGE_NAME='tripwire'
586586
PACKAGE_TARNAME='tripwire'
587-
PACKAGE_VERSION='2.4.3.2'
588-
PACKAGE_STRING='tripwire 2.4.3.2'
587+
PACKAGE_VERSION='2.4.3.3'
588+
PACKAGE_STRING='tripwire 2.4.3.3'
589589
PACKAGE_BUGREPORT='https://github.com/Tripwire/tripwire-open-source/issues'
590590
PACKAGE_URL='https://github.com/Tripwire/tripwire-open-source'
591591

@@ -724,6 +724,7 @@ infodir
724724
docdir
725725
oldincludedir
726726
includedir
727+
runstatedir
727728
localstatedir
728729
sharedstatedir
729730
sysconfdir
@@ -808,6 +809,7 @@ datadir='${datarootdir}'
808809
sysconfdir='${prefix}/etc'
809810
sharedstatedir='${prefix}/com'
810811
localstatedir='${prefix}/var'
812+
runstatedir='${localstatedir}/run'
811813
includedir='${prefix}/include'
812814
oldincludedir='/usr/include'
813815
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1060,6 +1062,15 @@ do
10601062
| -silent | --silent | --silen | --sile | --sil)
10611063
silent=yes ;;
10621064

1065+
-runstatedir | --runstatedir | --runstatedi | --runstated \
1066+
| --runstate | --runstat | --runsta | --runst | --runs \
1067+
| --run | --ru | --r)
1068+
ac_prev=runstatedir ;;
1069+
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1070+
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1071+
| --run=* | --ru=* | --r=*)
1072+
runstatedir=$ac_optarg ;;
1073+
10631074
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
10641075
ac_prev=sbindir ;;
10651076
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1197,7 +1208,7 @@ fi
11971208
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
11981209
datadir sysconfdir sharedstatedir localstatedir includedir \
11991210
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1200-
libdir localedir mandir
1211+
libdir localedir mandir runstatedir
12011212
do
12021213
eval ac_val=\$$ac_var
12031214
# Remove trailing slashes.
@@ -1310,7 +1321,7 @@ if test "$ac_init_help" = "long"; then
13101321
# Omit some internal or obsolete options to make the list less imposing.
13111322
# This message is too long to be a string in the A/UX 3.1 sh.
13121323
cat <<_ACEOF
1313-
\`configure' configures tripwire 2.4.3.2 to adapt to many kinds of systems.
1324+
\`configure' configures tripwire 2.4.3.3 to adapt to many kinds of systems.
13141325
13151326
Usage: $0 [OPTION]... [VAR=VALUE]...
13161327
@@ -1350,6 +1361,7 @@ Fine tuning of the installation directories:
13501361
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
13511362
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
13521363
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
1364+
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
13531365
--libdir=DIR object code libraries [EPREFIX/lib]
13541366
--includedir=DIR C header files [PREFIX/include]
13551367
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1381,7 +1393,7 @@ fi
13811393

13821394
if test -n "$ac_init_help"; then
13831395
case $ac_init_help in
1384-
short | recursive ) echo "Configuration of tripwire 2.4.3.2:";;
1396+
short | recursive ) echo "Configuration of tripwire 2.4.3.3:";;
13851397
esac
13861398
cat <<\_ACEOF
13871399
@@ -1492,7 +1504,7 @@ fi
14921504
test -n "$ac_init_help" && exit $ac_status
14931505
if $ac_init_version; then
14941506
cat <<\_ACEOF
1495-
tripwire configure 2.4.3.2
1507+
tripwire configure 2.4.3.3
14961508
generated by GNU Autoconf 2.69
14971509
14981510
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2379,7 +2391,7 @@ cat >config.log <<_ACEOF
23792391
This file contains any messages produced by compilers while
23802392
running configure, to aid debugging if configure makes a mistake.
23812393
2382-
It was created by tripwire $as_me 2.4.3.2, which was
2394+
It was created by tripwire $as_me 2.4.3.3, which was
23832395
generated by GNU Autoconf 2.69. Invocation command line was
23842396
23852397
$ $0 $@
@@ -3353,7 +3365,7 @@ fi
33533365

33543366
# Define the identity of the package.
33553367
PACKAGE='tripwire'
3356-
VERSION='2.4.3.2'
3368+
VERSION='2.4.3.3'
33573369

33583370

33593371
cat >>confdefs.h <<_ACEOF
@@ -7621,7 +7633,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
76217633
# report actual input values of CONFIG_FILES etc. instead of their
76227634
# values after options handling.
76237635
ac_log="
7624-
This file was extended by tripwire $as_me 2.4.3.2, which was
7636+
This file was extended by tripwire $as_me 2.4.3.3, which was
76257637
generated by GNU Autoconf 2.69. Invocation command line was
76267638
76277639
CONFIG_FILES = $CONFIG_FILES
@@ -7688,7 +7700,7 @@ _ACEOF
76887700
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
76897701
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
76907702
ac_cs_version="\\
7691-
tripwire config.status 2.4.3.2
7703+
tripwire config.status 2.4.3.3
76927704
configured by $0, generated by GNU Autoconf 2.69,
76937705
with options \\"\$ac_cs_config\\"
76947706

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ dnl Process this file with autoconf to produce a configure script.
22
dnl
33
dnl
44

5-
AC_INIT([tripwire], [2.4.3.2], [https://github.com/Tripwire/tripwire-open-source/issues], [tripwire], [https://github.com/Tripwire/tripwire-open-source])
5+
AC_INIT([tripwire], [2.4.3.3], [https://github.com/Tripwire/tripwire-open-source/issues], [tripwire], [https://github.com/Tripwire/tripwire-open-source])
66
AC_CONFIG_SRCDIR([src/tw/tw.cpp])
77
AC_CANONICAL_TARGET([])
88
AM_INIT_AUTOMAKE
99
AM_CONFIG_HEADER(config.h)
1010

1111
AC_COPYRIGHT([The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.])
12-
AC_REVISION([$Revision: 2.4.3.2 $])
12+
AC_REVISION([$Revision: 2.4.3.3 $])
1313

1414
dnl #################################
1515
dnl Cleanup Cruft Leftover From Patch

installer/install.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -569,10 +569,10 @@ echo
569569
#f1=' ff=$README ; d="" ; dd=$TWDOCS ; rr=0444 '
570570
#f2=' ff=$REL_NOTES ; d="" ; dd=$TWDOCS ; rr=0444 '
571571
f3=' ff=$TWLICENSEFILE ; d="" ; dd=$TWDOCS ; rr=0444 '
572-
#f4=' ff=tripwire ; d="/bin" ; dd=$TWBIN ; rr=0550 '
573-
#f5=' ff=twadmin ; d="/bin" ; dd=$TWBIN ; rr=0550 '
574-
#f6=' ff=twprint ; d="/bin" ; dd=$TWBIN ; rr=0550 '
575-
#f7=' ff=siggen ; d="/bin" ; dd=$TWBIN ; rr=0550 '
572+
f4=' ff=tripwire ; d="/bin" ; dd=$TWBIN ; rr=0550 '
573+
f5=' ff=twadmin ; d="/bin" ; dd=$TWBIN ; rr=0550 '
574+
f6=' ff=twprint ; d="/bin" ; dd=$TWBIN ; rr=0550 '
575+
f7=' ff=siggen ; d="/bin" ; dd=$TWBIN ; rr=0550 '
576576
f8=' ff=TRADEMARK ; d="" ; dd=$TWDOCS ; rr=0444 '
577577
f9=' ff=policyguide.txt ; d="/policy" ; dd=$TWDOCS ; rr=0444 '
578578
f10=' ff=${POLICYSRC} ; d="/policy" ; dd=$TWPOLICY ; rr=0640 '
@@ -586,7 +586,7 @@ f10=' ff=${POLICYSRC} ; d="/policy" ; dd=$TWPOLICY ; rr=0640 '
586586
#f18=' ff=twprint.8 ; d="/man/man8" ; dd=$TWMAN/man8 ; rr=0444 '
587587

588588
# Binaries and manpages are already installed by the install target
589-
loosefiles="f3 f8 f9 f10"
589+
loosefiles="f3 f4 f5 f6 f7 f8 f9 f10"
590590

591591
for i in $loosefiles; do
592592
eval "eval \"\$$i\""

man/Makefile.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ pdfdir = @pdfdir@
284284
prefix = @prefix@
285285
program_transform_name = @program_transform_name@
286286
psdir = @psdir@
287+
runstatedir = @runstatedir@
287288
sbindir = @sbindir@
288289
sharedstatedir = @sharedstatedir@
289290
srcdir = @srcdir@

man/man4/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
AUTOMAKE_OPTIONS = foreign no-dependencies
2-
man_MANS = twconfig.4 twpolicy.4
3-
dist_man_MANS = twconfig.4 twpolicy.4
2+
dist_man_MANS = twconfig.4 twpolicy.4

man/man4/Makefile.in

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ am__uninstall_files_from_dir = { \
150150
man4dir = $(mandir)/man4
151151
am__installdirs = "$(DESTDIR)$(man4dir)"
152152
NROFF = nroff
153-
MANS = $(dist_man_MANS) $(man_MANS)
153+
MANS = $(dist_man_MANS)
154154
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155155
am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in \
156156
$(top_srcdir)/mkinstalldirs
@@ -256,6 +256,7 @@ pdfdir = @pdfdir@
256256
prefix = @prefix@
257257
program_transform_name = @program_transform_name@
258258
psdir = @psdir@
259+
runstatedir = @runstatedir@
259260
sbindir = @sbindir@
260261
sharedstatedir = @sharedstatedir@
261262
srcdir = @srcdir@
@@ -269,7 +270,6 @@ top_build_prefix = @top_build_prefix@
269270
top_builddir = @top_builddir@
270271
top_srcdir = @top_srcdir@
271272
AUTOMAKE_OPTIONS = foreign no-dependencies
272-
man_MANS = twconfig.4 twpolicy.4
273273
dist_man_MANS = twconfig.4 twpolicy.4
274274
all: all-am
275275

@@ -303,10 +303,10 @@ $(top_srcdir)/configure: $(am__configure_deps)
303303
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
304304
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
305305
$(am__aclocal_m4_deps):
306-
install-man4: $(dist_man_MANS) $(man_MANS)
306+
install-man4: $(dist_man_MANS)
307307
@$(NORMAL_INSTALL)
308308
@list1=''; \
309-
list2='$(dist_man_MANS) $(man_MANS)'; \
309+
list2='$(dist_man_MANS)'; \
310310
test -n "$(man4dir)" \
311311
&& test -n "`echo $$list1$$list2`" \
312312
|| exit 0; \
@@ -341,7 +341,7 @@ uninstall-man4:
341341
@$(NORMAL_UNINSTALL)
342342
@list=''; test -n "$(man4dir)" || exit 0; \
343343
files=`{ for i in $$list; do echo "$$i"; done; \
344-
l2='$(dist_man_MANS) $(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
344+
l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
345345
sed -n '/\.4[a-z]*$$/p'; \
346346
} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^4][0-9a-z]*$$,4,;x' \
347347
-e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \

man/man5/Makefile.am

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
AUTOMAKE_OPTIONS = foreign no-dependencies
2-
man_MANS = twfiles.5
3-
dist_man_MANS = twfiles.5
2+
dist_man_MANS = twfiles.5

0 commit comments

Comments
 (0)