./security/ruby-rex-socket, Rex socket abstraction library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.54, Package name: ruby31-rex-socket-0.1.54, Maintainer: minskim

The Ruby Exploitation (Rex) Socket Abstraction Library. This library
includes all of the code needed to turn sockets into
Rex::Sockets. Rex::Sockets are used to provide L3 pivoting and proxy
support in Metasploit.


Required to run:
[security/ruby-rex-core] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 43.5 KB

Version history: (Expand)


CVS history: (Expand)


   2023-09-18 19:32:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.54

0.1.54 (2023-09-13)

* Land #62, Fix hanging forever if rsock doesnt connect
   2023-09-10 15:41:37 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.53

0.1.53 (2023-09-05)

* Land #43, Use an optional resolver
   2023-06-17 17:10:32 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.52

0.1.52 (2023-06-09)

* Land #61, Add .to_authority
  Add in function to convert IPv6 addresses to IPv6 URL compatible format
   2023-05-21 05:07:03 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.51

0.1.51 (2023-05-17)

* Land #60, Fix crash when running socks proxy4a comm
   2023-05-03 18:25:25 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.50

0.1.50 (2023-05-02)

* Land #59, Fix uninitialized const error for StreamClosedError
   2023-04-30 15:23:21 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.49

0.1.49 (2023-03-23)

* Land #58, add has_read_data? for SSL sockets
   2023-03-19 09:26:44 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.48

0.1.48 (2023-03-14)

* Land #55, Detect IPv6 address for Host on init
   2023-02-12 16:17:18 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.47

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)