Skip to content

Commit 6efdfe4

Browse files
committed
Mass migrate batch 9: 100 projects to Ubuntu 24.04
1 parent c72ef09 commit 6efdfe4

File tree

200 files changed

+200
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+200
-100
lines changed

projects/piex/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool
1919
RUN git clone --depth 1 https://android.googlesource.com/platform/external/piex
2020
# Recover seed corpora from an older build.

projects/piex/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/google/piex"
23
language: c++
34
primary_contact: "nchusid@google.com"

projects/pillow/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-python
17+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1818

1919
# library build dependencies
2020
RUN apt-get update && \

projects/pillow/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "https://github.com/python-pillow/Pillow"
23
language: python
34
primary_contact: "security@tidelift.com"

projects/pip/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder-python
17+
FROM gcr.io/oss-fuzz-base/base-builder-python:ubuntu-24-04
1818
RUN git clone https://github.com/pypa/pip/
1919
WORKDIR $SRC/pip
2020
COPY build.sh $SRC/

projects/pip/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
fuzzing_engines:
23
- libfuzzer
34
homepage: https://github.com/pypa/pip

projects/pistache/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#
1515
################################################################################
1616

17-
FROM gcr.io/oss-fuzz-base/base-builder
17+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1818
RUN apt-get update && apt-get install -y make autoconf automake libtool
1919
RUN pip3 install meson==0.53.0 ninja
2020
RUN git clone --depth 1 https://github.com/pistacheio/pistache pistache

projects/pistache/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "http://pistache.io"
23
language: c++
34
primary_contact: "kip@thevertigo.com"

projects/pjsip/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
################################################################################
16-
FROM gcr.io/oss-fuzz-base/base-builder
16+
FROM gcr.io/oss-fuzz-base/base-builder:ubuntu-24-04
1717
RUN apt-get update && apt-get install -y autoconf libtool-bin pkg-config libssl-dev zlib1g-dev
1818
RUN git clone https://github.com/pjsip/pjproject pjsip
1919
COPY build.sh $SRC/

projects/pjsip/project.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
base_os_version: ubuntu-24-04
12
homepage: "www.pjsip.org"
23
language: c
34
primary_contact: "security@pjsip.org"

0 commit comments

Comments
 (0)