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

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


Branch: CURRENT, Version: 0.1.57, Package name: ruby32-rex-socket-0.1.57, 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 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-07 17:03:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.57

0.1.57 (2024-03-25)

* Land #66, update is_name to support underscores
   2024-02-19 16:18:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.56

0.1.56 (2024-02-14)

* Land #65, Add .is_name? And Strengthen .is_ip_addr? Validation
   2023-12-17 16:17:00 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
security/ruby-rex-socket: update to 0.1.55

0.1.55 (2023-12-05)

* Land #64, Add getresource method for DNS options
   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