{"id":39037130,"url":"https://github.com/gstackio/openssl-source-code-resource","last_synced_at":"2026-01-17T17:45:01.764Z","repository":{"id":94562072,"uuid":"363441913","full_name":"gstackio/openssl-source-code-resource","owner":"gstackio","description":"A Concourse resource to track and fetch OpenSSL source code tarballs","archived":false,"fork":false,"pushed_at":"2025-03-16T17:37:47.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-16T18:53:42.171Z","etag":null,"topics":["concourse","concourse-resource"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gstackio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-05-01T15:22:19.000Z","updated_at":"2025-03-16T17:37:34.000Z","dependencies_parsed_at":"2024-02-07T03:31:43.826Z","dependency_job_id":"b2f0249d-2b6a-42c1-b31e-c56b364d68ca","html_url":"https://github.com/gstackio/openssl-source-code-resource","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/gstackio/openssl-source-code-resource","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstackio%2Fopenssl-source-code-resource","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstackio%2Fopenssl-source-code-resource/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstackio%2Fopenssl-source-code-resource/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstackio%2Fopenssl-source-code-resource/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gstackio","download_url":"https://codeload.github.com/gstackio/openssl-source-code-resource/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gstackio%2Fopenssl-source-code-resource/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28513975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T13:38:16.342Z","status":"ssl_error","status_checked_at":"2026-01-17T13:37:44.060Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["concourse","concourse-resource"],"created_at":"2026-01-17T17:45:01.650Z","updated_at":"2026-01-17T17:45:01.735Z","avatar_url":"https://github.com/gstackio.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Stars](https://img.shields.io/docker/stars/gstack/openssl-source-code-resource.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/gstack/openssl-source-code-resource/stars/count/)\n[![Docker pulls](https://img.shields.io/docker/pulls/gstack/openssl-source-code-resource.svg?style=plastic)](https://registry.hub.docker.com/v2/repositories/gstack/openssl-source-code-resource)\n\u003c!--\n[![Concourse Build](https://ci.gstack.io/api/v1/teams/gk-plat-devs/pipelines/keyval-resource/jobs/build/badge)](https://ci.gstack.io/teams/gk-plat-devs/pipelines/keyval-resource)\n--\u003e\n[![dockeri.co](https://dockeri.co/image/gstack/openssl-source-code-resource)](https://hub.docker.com/r/gstack/openssl-source-code-resource/)\n\n# OpenSSL source code Resource\n\nOpenSSL source code is made available via [openssl.org/source][openssl_source]\nor the [artfiles.org mirror][artfiles_mirror]. This Concourse resource allows\nyou to watch for new releases and fetch them.\n\n[openssl_source]: https://www.openssl.org/source/\n[artfiles_mirror]: http://artfiles.org/openssl.org/source/\n\n\n## Using in a Concourse pipeline\n\nYou can use the Docker image by defining a [resource type][resource_types] in\nyour pipeline YAML definition.\n\n[resource_types]: https://concourse-ci.org/resource-types.html\n\nFor example:\n\n```yaml\nresource_types:\n  - name: openssl-source-code\n    type: docker-image\n    source:\n      repository: gstack/openssl-source-code-resource\n\nresources:\n  - name: openssl-tarball\n    type: openssl-source-code\n    source:\n      family: \"1.1.1\"\n```\n\nTo get the latest OpenSSL v1.1.1 tarball, use such following `get` step in\nyour job's build plan.\n\n```yaml\njobs:\n  - name: compile\n    plan:\n      - get: openssl-tarball\n      # ...\n```\n\n## Source Configuration\n\n- `family`: *Required.* The OpenSSL version family, like `3.0` or `1.1.1`\n  (recommended), or the non-recommended `1.1.0`, `1.0.2`, `1.0.1`, `1.0.0`,\n  `0.9.8`, `0.9.7` and `0.9.6`.\n\n## Behavior\n\n### `check` Step (`check` script): Check for new release versions\n\nGet the latest version of OpenSSL source code in the defined version family.\n\n### `get` Step (`in` script): Fetch release\n\nDownloads the source code tarball for a version.\n\nAlso creates these files in the output artifact directory:\n\n* `version` file with the current version\n* `family` file with the version family\n* `sha256` file with the SHA256 checksum from OpenSSL site (already verified at\n  download by the resource)\n\nWhenever the `sha256` is not provided by the openssl.org download site, then\n`sha1` is tried and checked, then `md5`. Which fingerprint is checked is\ndetailed in the resource logs, and related files are kept in the output artifact\ndirectory. When non is ab-vailable, the resource fails. Whenever the `sha256`\nfile is missing, it is computed from the downloaded file, in order to honor the\nresource contract.\n\n### `put` Step (`out` script): Not implemented\n\nUploading a new OpenSSL source code tarball is not possible.\n\n\n\n\u003c!-- START_OF_DOCKERHUB_STRIP --\u003e\n\n## Development\n\n## Build docker image\n\n```shell\ndocker_user=gstack\ndocker build -t \"${docker_user}/openssl-source-code-resource\" .\ndocker push ${docker_user}/openssl-source-code-resource\n```\n\n### Running the tests\n\nThe tests are run by the `test` job of the concourse pipeline. You may run parts\nor all of the Bash script defined in `ci/settings.yml`. Pull requests are\nwelcome for improving this, extracting the Bash script, create some Makefile and\nhave them run locally with `make test`.\n\n### Contributing\n\nPlease make all pull requests to the `master` branch and ensure tests pass\nlocally.\n\nWhen submitting a Pull Request or pushing new commits, the Concourse CI/CD\npipeline provides feedback with building the Dockerfile, which implies\nrunning the tests.\n\n\u003c!-- END_OF_DOCKERHUB_STRIP --\u003e\n\n\n\n## Author and license\n\nCopyright © 2021-present, Benjamin Gandon, Gstack\n\nLike Concourse, the OpenSSL source code resource is released under the terms of\nthe [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).\n\n\u003c!--\n# Local Variables:\n# indent-tabs-mode: nil\n# End:\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgstackio%2Fopenssl-source-code-resource","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgstackio%2Fopenssl-source-code-resource","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgstackio%2Fopenssl-source-code-resource/lists"}