Skip to content

Commit

Permalink
devel/mustach: Update to 1.2.9
Browse files Browse the repository at this point in the history
1.2.9 (2024-06-04)
------------------
Change:
 - meson.build updated

1.2.8 (2024-04-16)
------------------
New:
 - test scripts now return failing status
 - explicit version of mustache specs for test (NetBSD#49)
 - handling of CR (iOS) and CRLF (windows) end of line styles

Change:
 - License of use is now Zero-Clause BSD

Fix:
 - improved management and detection of valgrind (NetBSD#56, NetBSD#57)
 - Headers without implicit dependency

1.2.7 (2024-03-21)
------------------
New:
 - fallback to default when mustach_wrap_get_partial
   returns MUSTACH_ERROR_PARTIAL_NOT_FOUND
 - remove at compile time the load of files for templates
   if MUSTACH_LOAD_TEMPLATE is defined as 0
 - add compile time flag MUSTACH_SAFE for enforcing
   safety behaviours

Fix:
 - selection of subitem by index (NetBSD#47)
 - get latest iterated key when getting key name (NetBSD#52)
 - allow tests without valgrind
 - avoid recursive template expansion (NetBSD#55)
  • Loading branch information
sjmulder authored and jperkin committed Jul 16, 2024
1 parent db629f8 commit 2619bd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions devel/mustach/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2024/01/30 13:39:40 sjmulder Exp $
# $NetBSD: Makefile,v 1.13 2024/07/12 18:49:04 sjmulder Exp $

DISTNAME= mustach-1.2.6
DISTNAME= mustach-1.2.9
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITLAB:=jobol/}
GITLAB_PROJECT= mustach
Expand All @@ -9,7 +9,7 @@ GITLAB_RELEASE= ${PKGVERSION_NOREV}
MAINTAINER= sjmulder@NetBSD.org
HOMEPAGE= https://gitlab.com/jobol/mustach
COMMENT= C implementation of mustache templating
LICENSE= apache-2.0
LICENSE= 0-clause-bsd

# 'test' is basic-tests and spec-tests, which downloads files with git
TEST_TARGET= basic-tests
Expand Down
8 changes: 4 additions & 4 deletions devel/mustach/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.10 2024/01/30 13:39:40 sjmulder Exp $
$NetBSD: distinfo,v 1.11 2024/07/12 18:49:04 sjmulder Exp $

BLAKE2s (mustach-1.2.6.tar.gz) = 3eb26638006e7c6c143e1a2893c68a6de7df91fe27ac9190594e16098673611b
SHA512 (mustach-1.2.6.tar.gz) = 45f5e947998eac363d30eda8c9a819b1f1583b79e3cad58af5b714c24bb9eef95c0167ff831b723666d6e69435bb6c9dbf4f18e9bb29506c3bbb0480ebf9d52d
Size (mustach-1.2.6.tar.gz) = 38238 bytes
BLAKE2s (mustach-1.2.9.tar.gz) = 25dfa1e840af4df09efb2f8543249506ec61afe748adfdb44b443b566d8f9c0b
SHA512 (mustach-1.2.9.tar.gz) = 2d125e51f8938393cb52b84f63e3cd3b38efa9e899fc8265120f81c9f88b485c9e9fac63ba85af99d6359a0bc956fd36782d16084295d3a9832f754171fb00be
Size (mustach-1.2.9.tar.gz) = 41057 bytes

0 comments on commit 2619bd2

Please sign in to comment.