Skip to content

Commit 7964e26

Browse files
committed
1.2.5
1 parent af77300 commit 7964e26

File tree

4 files changed

+173
-2
lines changed

4 files changed

+173
-2
lines changed

.META/SOURCE.cdx.json

Lines changed: 168 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,168 @@
1+
{
2+
"$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
3+
"bomFormat": "CycloneDX",
4+
"specVersion": "1.6",
5+
"version": 1,
6+
"metadata": {
7+
"timestamp": "2025-08-03T12:36:10+00:00",
8+
"lifecycles": [
9+
{
10+
"phase": "pre-build"
11+
}
12+
],
13+
"authors": [
14+
{
15+
"bom-ref": "AdrianWhite",
16+
"name": "Adrian White"
17+
}
18+
],
19+
"component": {
20+
"type": "library",
21+
"mime-type": "text/plain",
22+
"bom-ref": "pkg:raku/zef:raku-community-modules/MIME::[email protected]",
23+
"authors": [
24+
{
25+
"bom-ref": "AdrianWhite",
26+
"name": "Adrian White"
27+
}
28+
],
29+
"publisher": "zef",
30+
"group": "zef:raku-community-modules",
31+
"name": "MIME::Base64",
32+
"version": "1.2.4",
33+
"description": "Encoding and decoding Base64 ASCII strings",
34+
"scope": "required",
35+
"licenses": [
36+
{
37+
"license": {
38+
"id": "Artistic-2.0",
39+
"acknowledgement": "declared",
40+
"url": "https://spdx.org/licenses/Artistic-2.0.json"
41+
}
42+
}
43+
],
44+
"purl": "pkg:raku/zef:raku-community-modules/MIME::[email protected]",
45+
"externalReferences": [
46+
{
47+
"url": "https://raku.land/zef:raku-community-modules/MIME::Base64?v=1.2.4",
48+
"type": "documentation"
49+
},
50+
{
51+
"url": "mailto:[email protected]",
52+
"type": "support"
53+
},
54+
{
55+
"url": "https://github.com/raku-community-modules/MIME-Base64/issues",
56+
"type": "issue-tracker"
57+
},
58+
{
59+
"url": "git://github.com/raku-community-modules/MIME-Base64",
60+
"type": "distribution"
61+
},
62+
{
63+
"url": "https://spdx.org/licenses/Artistic-2.0.json",
64+
"type": "license"
65+
}
66+
],
67+
"tags": [
68+
"MIME",
69+
"BASE64",
70+
"ENCODING",
71+
"DECODING"
72+
]
73+
},
74+
"licenses": [
75+
{
76+
"license": {
77+
"id": "Artistic-2.0",
78+
"acknowledgement": "declared",
79+
"url": "https://spdx.org/licenses/Artistic-2.0.json"
80+
}
81+
}
82+
],
83+
"tools": {
84+
"components": [
85+
{
86+
"type": "library",
87+
"mime-type": "text/plain",
88+
"bom-ref": "pkg:raku/zef:lizmat/SBOM::[email protected]",
89+
"authors": [
90+
{
91+
"bom-ref": "ElizabethMattijsen",
92+
"name": "Elizabeth Mattijsen"
93+
}
94+
],
95+
"publisher": "zef",
96+
"group": "zef:lizmat",
97+
"name": "SBOM::Raku",
98+
"version": "0.0.6",
99+
"description": "Raku specific SBOM functionality",
100+
"scope": "required",
101+
"licenses": [
102+
{
103+
"license": {
104+
"id": "Artistic-2.0",
105+
"acknowledgement": "declared",
106+
"url": "https://spdx.org/licenses/Artistic-2.0.json"
107+
}
108+
}
109+
],
110+
"purl": "pkg:raku/zef:lizmat/SBOM::[email protected]",
111+
"externalReferences": [
112+
{
113+
"url": "https://raku.land/zef:lizmat/SBOM::Raku?v=0.0.6",
114+
"type": "documentation"
115+
},
116+
{
117+
"url": "mailto:[email protected]",
118+
"type": "support"
119+
},
120+
{
121+
"url": "https://github.com/lizmat/SBOM-Raku/issues",
122+
"type": "issue-tracker"
123+
},
124+
{
125+
"url": "https://github.com/lizmat/SBOM-Raku",
126+
"type": "distribution"
127+
},
128+
{
129+
"url": "https://github.com/lizmat/SBOM-Raku/archive/refs/tags/0.0.6.zip",
130+
"type": "source-distribution"
131+
},
132+
{
133+
"url": "https://spdx.org/licenses/Artistic-2.0.json",
134+
"type": "license"
135+
}
136+
],
137+
"tags": [
138+
"SBOM",
139+
"RAKU",
140+
"META"
141+
]
142+
}
143+
]
144+
}
145+
},
146+
"externalReferences": [
147+
{
148+
"url": "https://raku.land/zef:raku-community-modules/MIME::Base64?v=1.2.4",
149+
"type": "documentation"
150+
},
151+
{
152+
"url": "mailto:[email protected]",
153+
"type": "support"
154+
},
155+
{
156+
"url": "https://github.com/raku-community-modules/MIME-Base64/issues",
157+
"type": "issue-tracker"
158+
},
159+
{
160+
"url": "git://github.com/raku-community-modules/MIME-Base64",
161+
"type": "distribution"
162+
},
163+
{
164+
"url": "https://spdx.org/licenses/Artistic-2.0.json",
165+
"type": "license"
166+
}
167+
]
168+
}

Changes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Revision history for MIME-Base64
22

33
{{$NEXT}}
44

5+
1.2.5 2025-09-01T12:02:11+02:00
6+
- Fix test on big-endian systems, sertonix++
7+
58
1.2.4 2025-08-02T11:56:39+02:00
69
- Move documentation to separate file
710
- Update copyright year

META6.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
],
3333
"test-depends": [
3434
],
35-
"version": "1.2.4"
35+
"version": "1.2.5"
3636
}

lib/MIME/Base64.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
unit class MIME::Base64:ver<1.2.4>:auth<zef:raku-community-modules>;
1+
unit class MIME::Base64:ver<1.2.5>:auth<zef:raku-community-modules>;
22

33
# 6 bit encoding - 64 characters needed
44
my constant @encoding-chars = <

0 commit comments

Comments
 (0)