pspp-dump-sav: Do not install by default.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 5 Sep 2022 16:55:08 +0000 (09:55 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 5 Sep 2022 16:58:11 +0000 (09:58 -0700)
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.
NEWS
doc/pspp-dump-sav.texi
utilities/automake.mk
utilities/pspp-dump-sav.1

diff --git a/NEWS b/NEWS
index 1dbb673689a2b991c15339bf164688d87dff45a0..a034aa50af9a1253b96d5eb3294f897c7e654920 100644 (file)
--- 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
index 75d6b161f1e79b3ff6463be43aa5919fd4ac820a..1c8cb402066df4e4d44f9d10911dbb25e2c3ada8 100644 (file)
@@ -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
index 41c57c733f204e4afdd48624bc26407be5d8fd96..047180bf49bcc0670d62c190c1a54fccf32dd10a 100644 (file)
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
-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 \
index 5c3459aa1c8b22fd3443b7ce0667df4c5ce3a0ad..d184ac775fffa79a0f8a5e94bf74de1b9266d05a 100644 (file)
@@ -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