pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-rex-core



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec 11 13:53:21 UTC 2021

Modified Files:
        pkgsrc/security/ruby-rex-core: Makefile PLIST distinfo

Log Message:
security/ruby-rex-core: update to 0.1.20

0.1.18 (2021-09-29)

* Land #16, Make the synchronization functions public

0.1.19 (2021-11-15)

* Land #17, Add the stopwatch function

0.1.20 (2021-11-16)

* Merge pull request #18 from zeroSteiner/feat/stopwatch/elapsed_seconds
  Refactor into a Stopwatch module


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rex-core/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-core/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-rex-core/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-rex-core/Makefile
diff -u pkgsrc/security/ruby-rex-core/Makefile:1.6 pkgsrc/security/ruby-rex-core/Makefile:1.7
--- pkgsrc/security/ruby-rex-core/Makefile:1.6  Sun Sep 19 17:13:46 2021
+++ pkgsrc/security/ruby-rex-core/Makefile      Sat Dec 11 13:53:21 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2021/09/19 17:13:46 taca Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/11 13:53:21 taca Exp $
 
-DISTNAME=      rex-core-0.1.17
+DISTNAME=      rex-core-0.1.20
 CATEGORIES=    security
 
 MAINTAINER=    minskim%NetBSD.org@localhost

Index: pkgsrc/security/ruby-rex-core/PLIST
diff -u pkgsrc/security/ruby-rex-core/PLIST:1.1 pkgsrc/security/ruby-rex-core/PLIST:1.2
--- pkgsrc/security/ruby-rex-core/PLIST:1.1     Thu Oct 12 16:18:13 2017
+++ pkgsrc/security/ruby-rex-core/PLIST Sat Dec 11 13:53:21 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:18:13 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/12/11 13:53:21 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/.gitignore
 ${GEM_LIBDIR}/.rspec
@@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/rex/io/socket_abstract
 ${GEM_LIBDIR}/lib/rex/io/stream.rb
 ${GEM_LIBDIR}/lib/rex/io/stream_abstraction.rb
 ${GEM_LIBDIR}/lib/rex/io/stream_server.rb
+${GEM_LIBDIR}/lib/rex/stopwatch.rb
 ${GEM_LIBDIR}/lib/rex/sync.rb
 ${GEM_LIBDIR}/lib/rex/sync/event.rb
 ${GEM_LIBDIR}/lib/rex/sync/read_write_lock.rb

Index: pkgsrc/security/ruby-rex-core/distinfo
diff -u pkgsrc/security/ruby-rex-core/distinfo:1.7 pkgsrc/security/ruby-rex-core/distinfo:1.8
--- pkgsrc/security/ruby-rex-core/distinfo:1.7  Tue Oct 26 11:17:57 2021
+++ pkgsrc/security/ruby-rex-core/distinfo      Sat Dec 11 13:53:21 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:17:57 nia Exp $
+$NetBSD: distinfo,v 1.8 2021/12/11 13:53:21 taca Exp $
 
-BLAKE2s (rex-core-0.1.17.gem) = b0caa8a885d90825ef878d96512fa2fa68004c3951b85540c8372e9b592f8477
-SHA512 (rex-core-0.1.17.gem) = 47bd9fdd6b15351bd6c22bf94d12de4b062b981c24386ad8c24deb2c3a41ca70192b3e499834e91464fccd0e8b0e8d75d9d06127060f164bbf9e0dbe9870ee6a
-Size (rex-core-0.1.17.gem) = 30720 bytes
+BLAKE2s (rex-core-0.1.20.gem) = 6e1b9c09d2ab728f3da580e82c12402762c3abaac6930908759a8e5c047a7e3c
+SHA512 (rex-core-0.1.20.gem) = 0e49e29ec3605b09b379d19e95ada416f59abb84c65e9819aafed8be51709388f26f1552e2d84044c78c913cb5549f068a9c3b45737e995de79d5085526b8415
+Size (rex-core-0.1.20.gem) = 31232 bytes



Home | Main Index | Thread Index | Old Index