pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-bcrypt



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Jul  9 02:15:17 UTC 2023

Modified Files:
        pkgsrc/security/ruby-bcrypt: Makefile distinfo

Log Message:
security/ruby-bcrypt: update to 3.1.19

pkgsrc change: remove redundunt PKGNAME.

3.1.19 (2019-05-31)

* No longer include compiled binaries for Windows. See GH #173.
* Update C and Java implementations to latest versions [GH #182 by @fonica]
* Bump default cost to 12 [GH #181 by @bdewater]
* Remove explicit support for Rubies 1.8 and 1.9
* Start calibration from the minimum cost supported by the algorithm [GH
  #206 by @sergey-alekseev]
* Remove explicit support for Rubies 1.8 and 1.9 [GH #185 by @tjschuck]
* Define SKIP_GNU token when building extension (Fixes FreeBSD >= 12) [GH
  #189 by @adam12]


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/ruby-bcrypt/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/ruby-bcrypt/distinfo

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

Modified files:

Index: pkgsrc/security/ruby-bcrypt/Makefile
diff -u pkgsrc/security/ruby-bcrypt/Makefile:1.13 pkgsrc/security/ruby-bcrypt/Makefile:1.14
--- pkgsrc/security/ruby-bcrypt/Makefile:1.13   Sun Aug 28 05:13:33 2022
+++ pkgsrc/security/ruby-bcrypt/Makefile        Sun Jul  9 02:15:17 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2022/08/28 05:13:33 taca Exp $
+# $NetBSD: Makefile,v 1.14 2023/07/09 02:15:17 taca Exp $
 
-DISTNAME=      bcrypt-3.1.18
-PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
+DISTNAME=      bcrypt-3.1.19
 CATEGORIES=    security
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/security/ruby-bcrypt/distinfo
diff -u pkgsrc/security/ruby-bcrypt/distinfo:1.14 pkgsrc/security/ruby-bcrypt/distinfo:1.15
--- pkgsrc/security/ruby-bcrypt/distinfo:1.14   Sun Aug 28 05:13:33 2022
+++ pkgsrc/security/ruby-bcrypt/distinfo        Sun Jul  9 02:15:17 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/08/28 05:13:33 taca Exp $
+$NetBSD: distinfo,v 1.15 2023/07/09 02:15:17 taca Exp $
 
-BLAKE2s (bcrypt-3.1.18.gem) = 2c46f9ab73e34dec1b0838b61e0ba812379b2c9e8e5763e2bc466b35a74ff069
-SHA512 (bcrypt-3.1.18.gem) = b0b44f49ac2ef7a6a75a8949943291b7d37fc80be6a4dbbbcbbf117feaa4ff09b0670c14879c358fc2dadd22866cad6e26d07cfdcbb9423d0c52a6f54ae3f8f5
-Size (bcrypt-3.1.18.gem) = 55808 bytes
+BLAKE2s (bcrypt-3.1.19.gem) = 452057796b6e82eab130846bc817fd11e05ced500f4d3a360ab80ce801915eaa
+SHA512 (bcrypt-3.1.19.gem) = b34e48db1222f1c36a31afbd8a68dc87fb99431d90ec0932705999a04146886139c3654d8a9b615221dfe7048b8b0cc642a8f9819700bfa079e847d70483badf
+Size (bcrypt-3.1.19.gem) = 55296 bytes



Home | Main Index | Thread Index | Old Index