pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/libfontenc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  3 10:03:09 UTC 2024

Modified Files:
        pkgsrc/fonts/libfontenc: Makefile distinfo

Log Message:
libfontenc: update to 1.1.8.

This release includes build system cleanups and adds "e" to the fopen()
flags to avoid leaking fd's when calling applications exec another program.

Since this release was generated using the new GNU autoconf 2.72, this
also adds a --enable-year2038 configure flag which may allow it to
work with files whose timestamps are later than January 19, 2038 on
32-bit platforms, but this has not been tested.   This only applies to
non-compressed files opened by this library - compressed files are
handled by libz and depend on whether it was built with post-Y2038 support.

Alan Coopersmith (5):
      configure: raise minimum autoconf requirement to 2.70
      Remove "All rights reserved" from Oracle copyright notices
      configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
      Set close-on-exec when opening files
      libfontenc 1.1.8


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/fonts/libfontenc/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/fonts/libfontenc/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/libfontenc/Makefile
diff -u pkgsrc/fonts/libfontenc/Makefile:1.18 pkgsrc/fonts/libfontenc/Makefile:1.19
--- pkgsrc/fonts/libfontenc/Makefile:1.18       Thu Dec  8 23:34:10 2022
+++ pkgsrc/fonts/libfontenc/Makefile    Sun Mar  3 10:03:09 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2022/12/08 23:34:10 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2024/03/03 10:03:09 wiz Exp $
 
-DISTNAME=              libfontenc-1.1.7
+DISTNAME=              libfontenc-1.1.8
 CATEGORIES=            fonts x11
 MASTER_SITES=          ${MASTER_SITE_XORG:=lib/}
 EXTRACT_SUFX=          .tar.xz

Index: pkgsrc/fonts/libfontenc/distinfo
diff -u pkgsrc/fonts/libfontenc/distinfo:1.15 pkgsrc/fonts/libfontenc/distinfo:1.16
--- pkgsrc/fonts/libfontenc/distinfo:1.15       Thu Dec  8 23:34:10 2022
+++ pkgsrc/fonts/libfontenc/distinfo    Sun Mar  3 10:03:09 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2022/12/08 23:34:10 wiz Exp $
+$NetBSD: distinfo,v 1.16 2024/03/03 10:03:09 wiz Exp $
 
-BLAKE2s (libfontenc-1.1.7.tar.xz) = da9055bb376725c2308c99d8fbbc0fb44b83fa1f4051f982149845b2a0467881
-SHA512 (libfontenc-1.1.7.tar.xz) = fd8578a81090fa938dd75ad9081ab62c6c54fa2535d1c6291afd799ac8dc7c344a43f07cea5cd4433af16df0d926c22e7c169877bc8b13d92584e7dec173d701
-Size (libfontenc-1.1.7.tar.xz) = 272752 bytes
+BLAKE2s (libfontenc-1.1.8.tar.xz) = 93b07b2346973c3a5b85feeb43d3e2e0963200cb9818bef2efe45a31c1c3792b
+SHA512 (libfontenc-1.1.8.tar.xz) = c9ddea9c0c6c6f4933b5b8ed2044e3dc259a9edbb3070a32f0335a6ad4d47b1858cefc01fa2dff9f29808bee311e9c677b05861200d2f2c4552c92b33fe027e2
+Size (libfontenc-1.1.8.tar.xz) = 274176 bytes



Home | Main Index | Thread Index | Old Index