aboutsummaryrefslogtreecommitdiffstats
path: root/tool
Commit message (Collapse)AuthorAgeFilesLines
* Update OpenSSL versions.Jun Aruga2018-10-091-2/+2
|
* Refactor Dockerfile to modify installed OpenSSL/Ruby version easily.Jun Aruga2018-10-081-92/+47
|
* tool/ruby-openssl-docker: update to latest versionsky/docker-image-update-201808Kazuki Yamaguchi2018-08-062-12/+34
|
* tool/ruby-openssl-docker: updateky/maint-libressl-2.6Kazuki Yamaguchi2017-09-151-21/+21
| | | | | | | - Upgrade to latest Ubuntu LTS. - Remove unnecessary packages. - Update OpenSSL, LibreSSL, and Ruby versions. Notably, LibreSSL 2.6 is added. Accordingly, .travis.yml is also updated to use that.
* tool/sync-with-trunk: 'LASY' -> 'LAST'Kazuki Yamaguchi2017-05-291-4/+4
|
* Update .travis.yml and DockerfileJun Aruga2017-05-171-12/+12
| | | | | | * Updated Rubies to latest version. * Added ruby-head as allow_failures. Because it's good to know new version Ruby's issue as faster before the release.
* ruby-openssl-docker: update versions of Ruby and OpenSSLKazuki Yamaguchi2017-01-312-19/+27
| | | | Ruby 2.3.3/2.4.0, OpenSSL 1.0.2k/1.1.0d and LibreSSL 2.3.9/2.4.4.
* tool/sync-with-trunk: rename ext/openssl/History.md properlyKazuki Yamaguchi2016-12-051-0/+1
| | | | | | Follow-up for 56354a3b9aef that changed sync:to_ruby Rake task to include History.md in Ruby tree. Since History.md is located directly under root in this repository, it needs to be renamed.
* Add install_dependencies rake task that installs testing dependenciestopic/rake-install-dependenciesKazuki Yamaguchi2016-11-061-10/+1
| | | | | | | | Parse the dependency gems from openssl.gemspec and install them. This is extracted from tool/ruby-openssl-docker/init.sh. .travis.yml, appveyor.yml and CONTRIBUTING.md are also updated to use the new task.
* Drop support for LibreSSL < 2.3topic/docker-image-updateKazuki Yamaguchi2016-10-171-13/+1
| | | | | | | | | | | | | | | | | We have changed the support policy for LibreSSL: we now support only maintained stable branches. Quoting from libressl.org[1]: > LibreSSL transitions to a new stable release branch every 6 months in > coordination with the OpenBSD development schedule. LibreSSL stable > branches are updated for 1 year after their corresponding OpenBSD > branch is tagged for release. So, LibreSSL 2.2, which was shipped by OpenBSD 5.8 released on 2015-08, is no longer supported officially by the OpenBSD team. [1] http://www.libressl.org/releases.html
* ruby-openssl-docker: update OpenSSL/LibreSSLKazuki Yamaguchi2016-10-172-13/+20
|
* tool/sync-with-trunk: rebase onto the last merge commit rather than HEADKazuki Yamaguchi2016-09-171-15/+18
| | | | This fixes disappearing of commits which are also in this tree.
* ruby-openssl-docker: use OpenSSL 1.1.0Kazuki Yamaguchi2016-08-261-2/+2
|
* Merge branch 'topic/gh-pages-rdoc'Kazuki Yamaguchi2016-08-182-1/+23
|\ | | | | | | | | | | | | * topic/gh-pages-rdoc: Fix RDoc main page tool/sync-with-trunk: ignore openssl.gemspec in Ruby tree Add tool/update-gh-pages
| * tool/sync-with-trunk: ignore openssl.gemspec in Ruby treeKazuki Yamaguchi2016-08-181-1/+1
| |
| * Add tool/update-gh-pagesKazuki Yamaguchi2016-08-181-0/+22
| | | | | | | | A shell script to generate RDoc HTML and update gh-pages branch.
* | Merge zzak/ruby-openssl-docker repositorytopic/merge-ruby-openssl-dockerKazuki Yamaguchi2016-08-173-0/+126
|/
* Add tool/sync-with-trunkKazuki Yamaguchi2016-05-311-0/+102
Add a helper script to merge changes from Ruby trunk.