pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/R-stringi



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Jun  3 12:45:56 UTC 2023

Modified Files:
        pkgsrc/textproc/R-stringi: Makefile distinfo

Log Message:
(textproc/R-stringi) Updated 1.7.6 to 1.7.12

## 1.7.12 (2023-01-09)

* [BUGFIX] Fixed some potential problems reported by `rchk`.

* [NOTE] [BACKWARD INCOMPATIBLE CHANGE IF ICU >= 72]
  If building against ICU >= 72,
  note a backward incompatible change: `@` is no longer a word break;
  see <https://github.com/unicode-org/cldr/pull/2256> for more details.

## 1.7.8 (2022-07-11)

* [DOCUMENTATION] Paper on *stringi* has been published in
    the *Journal of Statistical Software*;
    see <https://doi.org/10.18637/jss.v103.i02>.

* [BUGFIX] #473, #397: Fixed buffer overflow in `stri_dup`.
    `stri_dup`, `stri_paste`, ... fail more graciously on attempts to
    generate strings of length >= 2^31 each.

* [BUILD TIME] #480: Using `Rf_isNull` instead of `isNull`.

* [DOCUMENTATION] #462: That the `numeric=TRUE` collator
    does not handle negative numbers correctly is now mentioned in the manual.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/R-stringi/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/R-stringi/distinfo

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

Modified files:

Index: pkgsrc/textproc/R-stringi/Makefile
diff -u pkgsrc/textproc/R-stringi/Makefile:1.28 pkgsrc/textproc/R-stringi/Makefile:1.29
--- pkgsrc/textproc/R-stringi/Makefile:1.28     Wed Apr 19 08:11:36 2023
+++ pkgsrc/textproc/R-stringi/Makefile  Sat Jun  3 12:45:56 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2023/04/19 08:11:36 adam Exp $
+# $NetBSD: Makefile,v 1.29 2023/06/03 12:45:56 mef Exp $
 
 R_PKGNAME=     stringi
-R_PKGVER=      1.7.6
-PKGREVISION=   2
+R_PKGVER=      1.7.12
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/textproc/R-stringi/distinfo
diff -u pkgsrc/textproc/R-stringi/distinfo:1.9 pkgsrc/textproc/R-stringi/distinfo:1.10
--- pkgsrc/textproc/R-stringi/distinfo:1.9      Sat Apr 23 14:43:57 2022
+++ pkgsrc/textproc/R-stringi/distinfo  Sat Jun  3 12:45:56 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2022/04/23 14:43:57 mef Exp $
+$NetBSD: distinfo,v 1.10 2023/06/03 12:45:56 mef Exp $
 
-BLAKE2s (R/stringi_1.7.6.tar.gz) = 51d2ef2ab9d5fb85d0de31c6283986586da7dc749d88f96c76e48eb61f5300b1
-SHA512 (R/stringi_1.7.6.tar.gz) = fe130971ae1a546d853237b751ecc5ef51ca17efba0ce9fe159d5f53daa542c6c87680b428e6df880cbce71ce265f068b6a017e5c8ed2b149a4b39185212a269
-Size (R/stringi_1.7.6.tar.gz) = 7600716 bytes
+BLAKE2s (R/stringi_1.7.12.tar.gz) = 2359a51dd11a5219aaff364e4221dff543d613b588ae61a9ade4ff6f9b4af580
+SHA512 (R/stringi_1.7.12.tar.gz) = 05bf6aed1ff9b263e9e0e9835869920c7ac8f67aea578aceabe50d649a75a6b407d36bd53472aebdbb226921646f40a0871a273b5589aec31d69bae1e54da7ce
+Size (R/stringi_1.7.12.tar.gz) = 7602365 bytes



Home | Main Index | Thread Index | Old Index