Skip to content

Commit

Permalink
Merge branch 'main' into cve-coredns-24822774d1fcbfd4fb349645af912758
Browse files Browse the repository at this point in the history
  • Loading branch information
hbh7 authored Dec 16, 2024
2 parents e35029f + c4f42fa commit 3c95aac
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 3 deletions.
8 changes: 6 additions & 2 deletions jenkins.yaml → jenkins-2.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package:
name: jenkins
name: jenkins-2
version: "2.488"
epoch: 1
epoch: 2
description: Open-source CI/CD application.
copyright:
- license: MIT
dependencies:
provides:
- jenkins=${{package.full-version}}
runtime:
# Jenkins requires both bash and busybox.
- bash
Expand All @@ -14,6 +16,8 @@ package:
- glibc-locale-en
# The entrypoint script is pulled from a separate repo, which we'e packaged.
- jenkins-entrypoint
- openjdk-17
- openjdk-17-default-jvm
- ttf-dejavu
- tzdata

Expand Down
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion mono
Submodule mono deleted from b0c604
46 changes: 46 additions & 0 deletions perl-lwp-protocol-https.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
package:
name: perl-lwp-protocol-https
version: "6.14"
epoch: 0
description: Perl extension to provide https support for LWP::UserAgent
copyright:
- license: GPL-1.0-or-later OR Artistic-1.0-Perl

environment:
contents:
packages:
- autoconf
- automake
- build-base
- ca-certificates-bundle
- openssf-compiler-options
- perl
- perl-dev
- zlib-dev

pipeline:
- uses: fetch
with:
expected-sha256: 59cdeabf26950d4f1bef70f096b0d77c5b1c5a7b5ad1b66d71b681ba279cbb2a
uri: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-${{package.version}}.tar.gz

- uses: perl/make

- uses: autoconf/make

- uses: autoconf/make-install

- uses: perl/cleanup

- uses: strip

subpackages:
- name: perl-lwp-protocol-https-doc
pipeline:
- uses: split/manpages
description: perl-lwp-protocol-https manpages

update:
enabled: true
release-monitor:
identifier: 3050

0 comments on commit 3c95aac

Please sign in to comment.