Skip to content

Commit 8dda819

Browse files
committed
0.2.7
1 parent 4b651ba commit 8dda819

11 files changed

Lines changed: 36 additions & 26 deletions

File tree

.META/SOURCE.cdx.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"specVersion": "1.6",
55
"version": 1,
66
"metadata": {
7-
"timestamp": "2025-08-17T10:18:04+00:00",
7+
"timestamp": "2026-04-20T21:51:47+00:00",
88
"lifecycles": [
99
{
1010
"phase": "pre-build"
@@ -23,7 +23,7 @@
2323
"component": {
2424
"type": "library",
2525
"mime-type": "text/plain",
26-
"bom-ref": "pkg:raku/zef:raku-community-modules/OpenSSL@0.2.6",
26+
"bom-ref": "pkg:raku/zef:raku-community-modules/OpenSSL@0.2.7",
2727
"authors": [
2828
{
2929
"bom-ref": "FilipSergot",
@@ -37,7 +37,7 @@
3737
"publisher": "zef",
3838
"group": "zef:raku-community-modules",
3939
"name": "OpenSSL",
40-
"version": "0.2.6",
40+
"version": "0.2.7",
4141
"description": "OpenSSL bindings",
4242
"scope": "required",
4343
"licenses": [
@@ -49,14 +49,14 @@
4949
}
5050
}
5151
],
52-
"purl": "pkg:raku/zef:raku-community-modules/OpenSSL@0.2.6",
52+
"purl": "pkg:raku/zef:raku-community-modules/OpenSSL@0.2.7",
5353
"externalReferences": [
5454
{
5555
"url": "https://github.com/raku-community-modules/OpenSSL",
5656
"type": "distribution"
5757
},
5858
{
59-
"url": "https://raku.land/zef:raku-community-modules/OpenSSL?v=0.2.6",
59+
"url": "https://raku.land/zef:raku-community-modules/OpenSSL?v=0.2.7",
6060
"type": "documentation"
6161
},
6262
{
@@ -68,7 +68,7 @@
6868
"type": "license"
6969
},
7070
{
71-
"url": "https://github.com/raku-community-modules/OpenSSL/archive/refs/tags/0.2.6.zip",
71+
"url": "https://github.com/raku-community-modules/OpenSSL/archive/refs/tags/0.2.7.zip",
7272
"type": "source-distribution"
7373
},
7474
{
@@ -171,7 +171,7 @@
171171
"publisher": "Rakudo Core Developers",
172172
"group": "Rakudo Core Developers",
173173
"name": "Rakudo",
174-
"version": "2025.06.1-14-g2d75c305e",
174+
"version": "2026.03-33-g4ee541b5c",
175175
"description": "The Rakudo™ Compiler implementing the Raku® Programming Language",
176176
"scope": "required",
177177
"licenses": [
@@ -183,7 +183,7 @@
183183
}
184184
}
185185
],
186-
"copyright": "© 2006 - 2025 Yet Another Society",
186+
"copyright": "© 2006 - 2026 Yet Another Society",
187187
"externalReferences": [
188188
{
189189
"url": "https://github.com/rakudo/rakudo",
@@ -194,7 +194,7 @@
194194
"type": "issue-tracker"
195195
},
196196
{
197-
"url": "https://github.com/rakudo/rakudo/archive/2d75c305e.zip",
197+
"url": "https://github.com/rakudo/rakudo/archive/4ee541b5c.zip",
198198
"type": "source-distribution"
199199
},
200200
{
@@ -215,7 +215,7 @@
215215
"publisher": "The MoarVM Team",
216216
"group": "The MoarVM Team",
217217
"name": "Moar",
218-
"version": "2025.06-5-gb1c74b8d8",
218+
"version": "2026.03-4-gc7365e733",
219219
"description": "Short for \"Metamodel On A Runtime\", MoarVM is a modern virtual machine built for the Rakudo compiler and the NQP Compiler Toolchain.",
220220
"scope": "required",
221221
"licenses": [
@@ -227,7 +227,7 @@
227227
}
228228
}
229229
],
230-
"copyright": "© 2012 - 2025 Jonathan Worthington",
230+
"copyright": "© 2012 - 2026 Jonathan Worthington",
231231
"externalReferences": [
232232
{
233233
"url": "https://github.com/MoarVM/MoarVM",
@@ -242,7 +242,7 @@
242242
"type": "chat"
243243
},
244244
{
245-
"url": "https://github.com/MoarVM/MoarVM.git/archive/refs/tags/b1c74b8d8.zip",
245+
"url": "https://github.com/MoarVM/MoarVM.git/archive/refs/tags/c7365e733.zip",
246246
"type": "source-distribution"
247247
}
248248
]
@@ -369,7 +369,7 @@
369369
"type": "distribution"
370370
},
371371
{
372-
"url": "https://raku.land/zef:raku-community-modules/OpenSSL?v=0.2.6",
372+
"url": "https://raku.land/zef:raku-community-modules/OpenSSL?v=0.2.7",
373373
"type": "documentation"
374374
},
375375
{
@@ -381,7 +381,7 @@
381381
"type": "license"
382382
},
383383
{
384-
"url": "https://github.com/raku-community-modules/OpenSSL/archive/refs/tags/0.2.6.zip",
384+
"url": "https://github.com/raku-community-modules/OpenSSL/archive/refs/tags/0.2.7.zip",
385385
"type": "source-distribution"
386386
},
387387
{

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 'latest'
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- uses: Raku/setup-raku@v1
2525
with:
2626
raku-version: ${{ matrix.raku-version }}

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 'latest'
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- uses: Raku/setup-raku@v1
2525
with:
2626
raku-version: ${{ matrix.raku-version }}

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- 'latest'
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v6
2424
- uses: Raku/setup-raku@v1
2525
with:
2626
raku-version: ${{ matrix.raku-version }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.precomp/
22
resources/libraries.json
33
.idea/
4+
/OpenSSL-*
45
*.rakucov

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Revision history for OpenSSL
22

33
{{$NEXT}}
44

5+
0.2.7 2026-04-20T23:52:44+02:00
6+
- Fix improper use of namespace nesting, ugexe++
7+
- Update copyright year
8+
59
0.2.6 2025-08-17T12:19:34+02:00
610
- Change build dependency of "PathTools" to the Raku Community
711
module "File::Directory::Tree" dependency, because it is also

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@
5757
],
5858
"test-depends": [
5959
],
60-
"version": "0.2.6"
60+
"version": "0.2.7"
6161
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ COPYRIGHT AND LICENSE
295295

296296
Copyright 2014 - 2022 Filip Sergot
297297

298-
Copyright 2023 - 2025 The Raku Community
298+
Copyright 2023 - 2026 The Raku Community
299299

300300
This library is free software; you can redistribute it and/or modify it under the MIT License.
301301

doc/OpenSSL.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Comments and Pull Requests are welcome.
271271

272272
Copyright 2014 - 2022 Filip Sergot
273273

274-
Copyright 2023 - 2025 The Raku Community
274+
Copyright 2023 - 2026 The Raku Community
275275

276276
This library is free software; you can redistribute it and/or modify it under the MIT License.
277277

lib/OpenSSL/Digest.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,6 @@ my sub sha512-hex(Any:D $source --> Str:D) is export { hexify sha512 $source }
112112

113113
#- hack ------------------------------------------------------------------------
114114
# To allow version fetching
115-
module OpenSSL::Digest:ver<0.2.6>:auth<raku-community-modules> { }
115+
module OpenSSL::Digest:ver<0.2.7>:auth<raku-community-modules> { }
116116

117117
# vim: expandtab shiftwidth=4

0 commit comments

Comments
 (0)