pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-mustache



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Sep  6 14:27:37 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-mustache: Makefile PLIST distinfo

Log Message:
devel/ruby-mustache: update to 1.1.3

1.1.3 (2026-08-20)

* [security] address RCE in Mustache for Ruby using built-in method access
  advisory


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-mustache/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-mustache/PLIST
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-mustache/distinfo

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

Modified files:

Index: pkgsrc/devel/ruby-mustache/Makefile
diff -u pkgsrc/devel/ruby-mustache/Makefile:1.7 pkgsrc/devel/ruby-mustache/Makefile:1.8
--- pkgsrc/devel/ruby-mustache/Makefile:1.7     Sun Mar  1 07:34:14 2026
+++ pkgsrc/devel/ruby-mustache/Makefile Sun Sep  6 14:27:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2026/03/01 07:34:14 taca Exp $
+# $NetBSD: Makefile,v 1.8 2026/09/06 14:27:37 taca Exp $
 
-DISTNAME=              mustache-1.1.2
+DISTNAME=              mustache-1.1.3
 PKGNAME=               ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel
 

Index: pkgsrc/devel/ruby-mustache/PLIST
diff -u pkgsrc/devel/ruby-mustache/PLIST:1.3 pkgsrc/devel/ruby-mustache/PLIST:1.4
--- pkgsrc/devel/ruby-mustache/PLIST:1.3        Sat Dec 31 16:21:51 2022
+++ pkgsrc/devel/ruby-mustache/PLIST    Sun Sep  6 14:27:37 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/12/31 16:21:51 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2026/09/06 14:27:37 taca Exp $
 bin/mustache${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/LICENSE
@@ -50,6 +50,7 @@ ${GEM_LIBDIR}/test/fixtures/namespaced.r
 ${GEM_LIBDIR}/test/fixtures/nested_objects.mustache
 ${GEM_LIBDIR}/test/fixtures/nested_objects.rb
 ${GEM_LIBDIR}/test/fixtures/node.mustache
+${GEM_LIBDIR}/test/fixtures/override/passenger.conf
 ${GEM_LIBDIR}/test/fixtures/partial_with_module.mustache
 ${GEM_LIBDIR}/test/fixtures/partial_with_module.rb
 ${GEM_LIBDIR}/test/fixtures/passenger.conf
@@ -70,6 +71,7 @@ ${GEM_LIBDIR}/test/helper.rb
 ${GEM_LIBDIR}/test/mustache_test.rb
 ${GEM_LIBDIR}/test/parser_test.rb
 ${GEM_LIBDIR}/test/partial_test.rb
+${GEM_LIBDIR}/test/path_test.rb
 ${GEM_LIBDIR}/test/spec_test.rb
 ${GEM_LIBDIR}/test/template_test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec

Index: pkgsrc/devel/ruby-mustache/distinfo
diff -u pkgsrc/devel/ruby-mustache/distinfo:1.6 pkgsrc/devel/ruby-mustache/distinfo:1.7
--- pkgsrc/devel/ruby-mustache/distinfo:1.6     Sun Mar  1 07:34:14 2026
+++ pkgsrc/devel/ruby-mustache/distinfo Sun Sep  6 14:27:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2026/03/01 07:34:14 taca Exp $
+$NetBSD: distinfo,v 1.7 2026/09/06 14:27:37 taca Exp $
 
-BLAKE2s (mustache-1.1.2.gem) = 2ad8d955883ba2fff705cc05667166a58f2a32d2b7ff9275f63894a46333026e
-SHA512 (mustache-1.1.2.gem) = c3b4d524ba627f0730c863cecddd27ce0720f470989f5f04b3fbb1762c4e331c1a7f6c9c4928d9b9170e8bf160e25d08e455bbc853c5b8c99568760e01793ba3
-Size (mustache-1.1.2.gem) = 46080 bytes
+BLAKE2s (mustache-1.1.3.gem) = 35c46a81b3687589182ed90c0762d9baaabb5a43ad9282def0f165469c02c3af
+SHA512 (mustache-1.1.3.gem) = 0bd9feb6e276d2c86bcfaa43749d7af59e4daccf1b45cc051ff4a7b75f96cdb10e9ef357f3d7c7f47102952084f832ad418572c88ac96a9e4e3bd29a57629ff4
+Size (mustache-1.1.3.gem) = 47616 bytes



Home | Main Index | Thread Index | Old Index