xpr: update to 1.2.0.

This release adds new command line arguments -papertype, -pheight, and -pwidth
in order to support paper sizes other than 8.5 x 11 inches.

For those building for 32-bit platforms, it also enables use of the
"large file" APIs - while X window dump files should never be more
than 2gb in size, they may be stored on filesystems with large inodes.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow xpr to
work with files whose timestamps are later than January 19, 2038, but
this has not been tested.

Alan Coopersmith (8):
      Use memcpy() instead of memmove() when buffers are known not to overlap
      Remove unnnecessary casts from malloc(), calloc(), and free() calls
      No need to bzero() buffers allocated by calloc()
      Add support for paper sizes other than 8.5 x 11 inches
      gitlab CI: stop requiring Signed-off-by in commits
      Modernize lseek() calls
      configure: Use AC_SYS_LARGEFILE to enable large file support
      xpr 1.2.0
This commit is contained in:
wiz 2024-03-03 23:13:56 +00:00
parent aa19f83bfc
commit 33d126282b
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.6 2022/07/11 19:40:33 wiz Exp $
# $NetBSD: Makefile,v 1.7 2024/03/03 23:13:56 wiz Exp $
DISTNAME= xpr-1.1.0
DISTNAME= xpr-1.2.0
CATEGORIES= x11 print
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.xz

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.6 2022/07/11 19:40:33 wiz Exp $
$NetBSD: distinfo,v 1.7 2024/03/03 23:13:56 wiz Exp $
BLAKE2s (xpr-1.1.0.tar.xz) = b6444cbc23bec1bdafaa0a948832c1fe6aea9bc4beb3d2b23669d3a7567ef6ca
SHA512 (xpr-1.1.0.tar.xz) = 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb
Size (xpr-1.1.0.tar.xz) = 140244 bytes
BLAKE2s (xpr-1.2.0.tar.xz) = 93a4e698c78449e4b3b0c3519f2f4b66ac503bfb20794e067be497ce673eb302
SHA512 (xpr-1.2.0.tar.xz) = 49538a757aa60e754ecd39273510a6e49ebb77b730be62e3fa60f00261c9c1e208d39e1ca3c61889a5ad7fc7c2255fa1f669fd19ecf98e18cb8aa9189cadc15d
Size (xpr-1.2.0.tar.xz) = 143948 bytes