[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-222-g2ea42
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-222-g2ea422d |
Date: |
Sat, 26 Sep 2015 23:42:55 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via 2ea422dcad13f121dfb5a2f390c3e456f5bcec83 (commit)
from 890a97adb0e898a80d1fb758714565ed9ce7e143 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2ea422dcad13f121dfb5a2f390c3e456f5bcec83
Author: Ben Pfaff <address@hidden>
Date: Sat Sep 26 16:42:13 2015 -0700
pspp-convert: Support decrypting encrypted SPSS syntax files.
Thanks to address@hidden for providing an example.
Bug #45974.
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 ++
doc/pspp-convert.texi | 26 +++++---
src/data/automake.mk | 4 +-
.../{sys-file-encryption.c => encrypted-file.c} | 67 +++++++++++++-------
.../zip-writer.h => data/encrypted-file.h} | 21 ++++--
src/data/sys-file-encryption.h | 34 ----------
tests/automake.mk | 2 +-
tests/data/encrypted-file.at | 51 +++++++++++++++
tests/data/sys-file-encryption.at | 27 --------
tests/data/test-encrypted.sps | Bin 0 -> 244 bytes
utilities/pspp-convert.1 | 17 ++++--
utilities/pspp-convert.c | 52 +++++++++------
12 files changed, 177 insertions(+), 129 deletions(-)
rename src/data/{sys-file-encryption.c => encrypted-file.c} (82%)
copy src/{libpspp/zip-writer.h => data/encrypted-file.h} (57%)
delete mode 100644 src/data/sys-file-encryption.h
create mode 100644 tests/data/encrypted-file.at
delete mode 100644 tests/data/sys-file-encryption.at
create mode 100644 tests/data/test-encrypted.sps
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.8.5-222-g2ea422d,
Ben Pfaff <=