Skip to content

Commit

Permalink
(graphics/R-ragg) Updated 1.2.4 to 1.2.5
Browse files Browse the repository at this point in the history
# ragg 1.2.5

* Fix a bug when rendering glyphs from a colour font that also provide greyscale
  glyphs (NetBSD#105)
* Move `sprintf()` to `snprintf()` in the AGG source code to comply with Arm64
  deprecation
* Better guard against bad input (NetBSD#116)
  • Loading branch information
mef committed Feb 19, 2023
1 parent ae4845b commit 1e03131
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions graphics/R-ragg/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2023/01/29 21:16:26 ryoon Exp $
# $NetBSD: Makefile,v 1.4 2023/02/19 02:26:03 mef Exp $

R_PKGNAME= ragg
R_PKGVER= 1.2.4
PKGREVISION= 2
R_PKGVER= 1.2.5
CATEGORIES= graphics

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
8 changes: 4 additions & 4 deletions graphics/R-ragg/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2022/12/17 15:00:52 mef Exp $
$NetBSD: distinfo,v 1.2 2023/02/19 02:26:03 mef Exp $

BLAKE2s (R/ragg_1.2.4.tar.gz) = 8d0e10526d3688dc552681d70046d1f480eed65b2d827136f900497b8643fbc8
SHA512 (R/ragg_1.2.4.tar.gz) = 2500439abcf9fc0b01efacea1c5058fbc881154d0fe26aef0b5883fd532fa5e9d727dcee0460c06c9262412d3a4d17382ff87b8c020acf65347f334394b5d8c1
Size (R/ragg_1.2.4.tar.gz) = 427579 bytes
BLAKE2s (R/ragg_1.2.5.tar.gz) = 7c19d9e704d0a2c416d8ff22a9a644e990cc6de669ac3b4e435d72dcb90112cb
SHA512 (R/ragg_1.2.5.tar.gz) = 92fcd206c07a3fdcfdabcf2d1f46993ab3cb871c1530e020d9499e47a7d33d0e44c1ad0ced038902fa7f22eeb4ec93a1ee0394831b1df76658a25c23ed6e6cfa
Size (R/ragg_1.2.5.tar.gz) = 427859 bytes

0 comments on commit 1e03131

Please sign in to comment.