Git Product home page Git Product logo

ruby-vnc's People

Contributors

aquasync avatar codemonkeyjohn avatar jedi4ever avatar jordimassaguerpla avatar kaspergrubbe avatar lobin-z0x50 avatar olleolleolle avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

ruby-vnc's Issues

Broken with openssl 3.0

With OpenSSL 3.0 (which is default since at least Ubuntu 22.04 Jammy), the cipher ECB isn't supported anymore. This will break vncdes#40.

Short reproducer:

> ruby -r openssl -e "p OpenSSL::Cipher::DES.new(:ECB)"
/usr/lib/ruby/3.0.0/openssl/cipher.rb:21:in `initialize': unsupported (OpenSSL::Cipher::CipherError)
	from /usr/lib/ruby/3.0.0/openssl/cipher.rb:21:in `block (3 levels) in <class:Cipher>'
	from -e:1:in `new'
	from -e:1:in `<main>'

Workaround

The current workaround is allowing legacy crypto via openssl.cnf or pin your gem to an older version with selfmade crypto.

Getting a few warnings when running the test-suite

If someone have some time, this could be nice to get rid of:

$ bundle exec rspec spec
/code/ruby-vnc/lib/net/vnc.rb:142: warning: assigned but unused variable - pixel_format
/code/ruby-vnc/lib/net/vnc.rb:146: warning: assigned but unused variable - hostname
/code/ruby-vnc/lib/net/vnc/version.rb:3: warning: already initialized constant Net::VNC::VERSION
/code/ruby-vnc/lib/net/vnc/version.rb:3: warning: previous definition of VERSION was here

Tagging 1.2.0 and uploading to RubyGems

https://rubygems.org/gems/ruby-vnc/

ruby-vnc tagged 1.1.0 and upload on June 03, 2012 to RubyGems.
This project has merged some commits for long time, but it has not updated in RubyGems yet.
Is it about time to tag 1.2.0 and upload to RubyGems for ruby-vnc gem users!?

๏ผŠ please receive pull request #21 before this, I really need this ๐Ÿ˜

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.