From: Ben Pfaff Date: Mon, 5 Sep 2022 16:55:08 +0000 (-0700) Subject: pspp-dump-sav: Do not install by default. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8596d6eb21e40ffaf9321d1cb779333de3126b50;p=pspp pspp-dump-sav: Do not install by default. People keep fuzzing pspp-dump-sav and reporting vulnerabilities against it, but hardly anyone uses it (maybe just me). It's not worth the trouble. Fixes: #62977. --- diff --git a/NEWS b/NEWS index 1dbb673689..a034aa50af 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,8 @@ Changes after 1.6.2: * Building from a Git repository, which previously required GIMP, now requires rsvg-convert from librsvg2 instead. + * The pspp-dump-sav program is no longer installed by default. + Changes from 1.6.1 to 1.6.2: * Previously, numeric variables defaulted to "scale" measurement diff --git a/doc/pspp-dump-sav.texi b/doc/pspp-dump-sav.texi index 75d6b161f1..1c8cb40206 100644 --- a/doc/pspp-dump-sav.texi +++ b/doc/pspp-dump-sav.texi @@ -13,7 +13,9 @@ @cindex @command{pspp-dump-sav} @command{pspp-dump-sav} is a command-line utility accompanying -@pspp{}. It reads one or more SPSS system files and prints their +@pspp{}. It is not installed by default, so it may be missing +from your PSPP installation. +It reads one or more SPSS system files and prints their contents. The output format is useful for debugging system file readers and writers and for discovering how to interpret unknown or poorly understood records. End users may find the output useful for diff --git a/utilities/automake.mk b/utilities/automake.mk index 41c57c733f..047180bf49 100644 --- a/utilities/automake.mk +++ b/utilities/automake.mk @@ -14,7 +14,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . # -bin_PROGRAMS += utilities/pspp-dump-sav +noinst_PROGRAMS += utilities/pspp-dump-sav dist_man_MANS += utilities/pspp-dump-sav.1 utilities_pspp_dump_sav_SOURCES = \ src/libpspp/integer-format.c \ diff --git a/utilities/pspp-dump-sav.1 b/utilities/pspp-dump-sav.1 index 5c3459aa1c..d184ac775f 100644 --- a/utilities/pspp-dump-sav.1 +++ b/utilities/pspp-dump-sav.1 @@ -32,7 +32,9 @@ pspp\-dump\-sav \- dissect SPSS system file . .SH DESCRIPTION The \fBpspp\-dump\-sav\fR program reads each SPSS system file -\fIfile\fR and prints its contents. The output format is useful for +\fIfile\fR and prints its contents. It is not installed by +default, so it may be missing from your PSPP installation. +The output format is useful for debugging system file readers and writers and for discovering how to interpret unknown or poorly understood records. End users may find the output useful for providing the PSPP developers information about