Age | Commit message (Collapse) | Author |
|
Removed .sig from sources, as it is not provided for this release.
changelog: 2024-11-19 Version 1.12-rc1 released.
* decompress.cc (decompress), list.cc (list_files):
Return 2 if any empty member is found in a multimember file.
* dec_stdout.cc, dec_stream.cc:
Change 'deliver_packet' to 'deliver_packets'.
* plzip.texi: New chapter 'Syntax of command-line arguments'.
* check.sh: Use 'cp' instead of 'cat'.
|
|
Export and add the pgp public key referenced in `validpgpkeys()` used to
sign the upstream source package into a new `keys/pgp` subdirectory for
easy import by packagers, without relying on external keyserver
infrastructure.
IMPORTANT NOTE: inclusion of this public key is by no means a
declaration of _trust_ in this particular key's authenticity and/or
identification capabilities. Putting trust in keys is your
responsibility alone. Availability of this file just saves pacakgers
time hunting down the referenced public key. You're welcome.
Implements recommendation in
(RFC0011)[https://rfc.archlinux.page/0011-store-source-signing-keys/]
|
|
changelog: 2024-01-21 Version 1.11 released.
* main.cc: Reformat file diagnostics as 'PROGRAM: FILE: MESSAGE'.
(show_option_error): New function showing argument and option name.
(main): Make -o preserve date/mode/owner if 1 input file.
(open_outstream): Create missing intermediate directories.
* configure, Makefile.in: New variable 'MAKEINFO'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|