Skip to content

Commit

Permalink
security/ruby-rex-socket: update to 0.1.47
Browse files Browse the repository at this point in the history
0.1.46 (2023-01-31)

* Land #57, Add support for Ruby 3.2

0.1.47 (2023-02-06)

* Land #56, Stream Control Transmission Protocol (SCTP)
  • Loading branch information
taca committed Feb 12, 2023
1 parent 2f55bf5 commit 7903e63
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions security/ruby-rex-socket/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.14 2023/01/19 15:08:19 taca Exp $
# $NetBSD: Makefile,v 1.15 2023/02/12 15:17:18 taca Exp $

DISTNAME= rex-socket-0.1.45
DISTNAME= rex-socket-0.1.47
CATEGORIES= security

MAINTAINER= minskim@NetBSD.org
Expand Down
4 changes: 3 additions & 1 deletion security/ruby-rex-socket/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 2021/03/11 15:37:44 taca Exp $
@comment $NetBSD: PLIST,v 1.4 2023/02/12 15:17:18 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/workflows/verify.yml
${GEM_LIBDIR}/.gitignore
Expand All @@ -16,6 +16,8 @@ ${GEM_LIBDIR}/lib/rex/socket/comm/local.rb
${GEM_LIBDIR}/lib/rex/socket/ip.rb
${GEM_LIBDIR}/lib/rex/socket/parameters.rb
${GEM_LIBDIR}/lib/rex/socket/range_walker.rb
${GEM_LIBDIR}/lib/rex/socket/sctp.rb
${GEM_LIBDIR}/lib/rex/socket/sctp_server.rb
${GEM_LIBDIR}/lib/rex/socket/ssh_factory.rb
${GEM_LIBDIR}/lib/rex/socket/ssl.rb
${GEM_LIBDIR}/lib/rex/socket/ssl_tcp.rb
Expand Down
8 changes: 4 additions & 4 deletions security/ruby-rex-socket/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2023/01/19 15:08:19 taca Exp $
$NetBSD: distinfo,v 1.17 2023/02/12 15:17:18 taca Exp $

BLAKE2s (rex-socket-0.1.45.gem) = a90420bd57361ca2efb0d61f117a8f1bc12b15c0a5bcb357bd33226c0551538c
SHA512 (rex-socket-0.1.45.gem) = e25f451491efe435a207ca820f2a1d59f4bbcb247f01bfe7ee76db6c01ea6f49c2e120efa34c10a42144ae442e50143403b690ade04e4bd3e6037070650323ad
Size (rex-socket-0.1.45.gem) = 42496 bytes
BLAKE2s (rex-socket-0.1.47.gem) = 875edff09f1163a3191868b9121218cd641d9ec16310a1921f22ecde6c4c9111
SHA512 (rex-socket-0.1.47.gem) = 41e49ce0548a59882ab41e6541efef85156ee1c39cf0dd1bce1659e355442d35af8897ce15c33dc2b7ac2965723017c2d6f067c6e28b9dbe5fd5336473290344
Size (rex-socket-0.1.47.gem) = 43008 bytes

0 comments on commit 7903e63

Please sign in to comment.