-
Notifications
You must be signed in to change notification settings - Fork 290
/
Copy pathjackson-json.yaml
41 lines (36 loc) · 1.07 KB
/
jackson-json.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
package:
name: jackson-json
version: 1.9.14
epoch: 0
description: Jackson JSON processor 1.9 maintenance package
copyright:
- license: Apache-2.0
environment:
contents:
packages:
- ant
- bash
- busybox
- ca-certificates-bundle
- openjdk-8
- openjdk-8-default-jvm
- wolfi-base
pipeline:
- uses: fetch
with:
# releases/tags are not maintained, only the main branch receives patches
uri: https://github.com/FasterXML/jackson-1/archive/9ac68db819bce7b9546bc4bf1c44f82ca910fa31.tar.gz
expected-sha256: 855657de4fa6e9801a61ff4176e9b95448a0e876833e8dc1b4784e96eb2b117f
- runs: |
export LANG=en_US.UTF-8
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk
ant jars
mkdir -p ${{targets.destdir}}/usr/share/java
mv build/*.jar ${{targets.destdir}}/usr/share/java
# the only time this repo gets updated is when there's a CVE
# if a scanner picks up this package, update the fetched URI above manually
update:
enabled: false
manual: true
github:
identifier: FasterXML/jackson-1