newsGNU a2ps - News: a2ps 4.14.95 released [alpha]

 
 
Latest News
a2ps 4.15.6 released [stable] posted by rrt, Wed 13 Mar 2024 06:24:17 PM UTC
a2ps 4.15.5 released [stable] posted by rrt, Thu 22 Jun 2023 08:58:59 PM UTC
a2ps 4.15.4 released [stable] posted by rrt, Thu 13 Apr 2023 02:21:52 PM UTC
a2ps 4.15.3 released [stable] posted by rrt, Sun 26 Mar 2023 08:39:58 PM UTC
a2ps 4.15.2 released [stable] posted by rrt, Sun 19 Mar 2023 07:06:19 PM UTC

a2ps 4.14.95 released [alpha]

Item posted by Reuben Thomas <rrt> on Mon 20 Feb 2023 09:03:10 PM UTC.


This alpha release benefits from feedback from the platform-testers list
(mostly Bruno Haible, thanks Bruno!) The work is all on the build system.
If you have not tried a previous alpha release for functionality, now is the
time!

Here are the compressed sources and a GPG detached signature:
  https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.95.tar.gz
  https://alpha.gnu.org/gnu/a2ps/a2ps-4.14.95.tar.gz.sig

Use a mirror for higher download bandwidth:
  https://www.gnu.org/order/ftp.html

Here are the SHA1 and SHA256 checksums:

3169e01029bb2eec80feb488bafdd417fb35c7d5  a2ps-4.14.95.tar.gz
pP7eBLeaAn/4x48sq8548vTAkj0rpMi2yToQuCRRgvg  a2ps-4.14.95.tar.gz

The SHA256 checksum is base64 encoded, instead of the
hexadecimal encoding that most checksum tools default to.

Use a .sig file to verify that the corresponding file (without the
.sig suffix) is intact.  First, be sure to download both the .sig file
and the corresponding tarball.  Then, run a command like this:

  gpg --verify a2ps-4.14.95.tar.gz.sig

The signature should match the fingerprint of the following key:

  pub   rsa2048 2013-12-11 [SC]
        2409 3F01 6FFE 8602 EF44  9BB8 4C8E F3DA 3FD3 7230
  uid   Reuben Thomas <rrt@sc3d.org>
  uid   keybase.io/rrt <rrt@keybase.io>

If that command fails because you don't have the required public key,
or that public key has expired, try the following commands to retrieve
or refresh it, and then rerun the 'gpg --verify' command.

  gpg --locate-external-key rrt@sc3d.org

  gpg --recv-keys 4C8EF3DA3FD37230

  wget -q -O- 'https://savannah.gnu.org/project/release-gpgkeys.php?group=a2ps&download=1' | gpg --import -

As a last resort to find the key, you can try the official GNU
keyring:

  wget -q https://ftp.gnu.org/gnu/gnu-keyring.gpg
  gpg --keyring gnu-keyring.gpg --verify a2ps-4.14.95.tar.gz.sig


This release was bootstrapped with the following tools:
  Autoconf 2.71
  Automake 1.16.5
  Gnulib v0.1-5836-geecd8afd69

NEWS

* Noteworthy changes in release 4.14.95 (2023-02-20) [alpha]
 * Build
  - Build man pages in a simpler and more robust way, using x-to-1 from
    gnulib.
  - Don't install useless liba2ps.h.
  - Other minor build system improvements, including updating to more recent
    autoconf and gettext.
  - Don't require help2man or gperf to build from source.
  - Document runtime dependencies.
  - Minor code quality improvements.


 

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code