[pull] master from google:master - #185
Merged
Merged
Conversation
## Overview This PR fixes repository URLs in `project.yaml` (`main_repo` / `homepage`) and corresponding `Dockerfile`s for four OSS-Fuzz projects (`geos`, `poppler`, `postgis`, `python-markdownify`). These changes resolve repository mirroring errors caused by domain host migrations (OSGeo Gitea, Freedesktop GitLab) and enforce HTTPS for GitHub links. --- ## Detailed Summary of Changes | Project | Target Files | Previous URL | Updated URL | Reason | | :--- | :--- | :--- | :--- | :--- | | **`geos`** | `project.yaml`, `Dockerfile` | `https://git.osgeo.org/gitea/geos/geos.git` | `https://gitea.osgeo.org/geos/geos` | Migrated OSGeo Gitea domain host | | **`poppler`** | `project.yaml` | `https://anongit.freedesktop.org/git/poppler/poppler.git` | `https://gitlab.freedesktop.org/poppler/poppler` | Migrated Freedesktop Git host | | **`postgis`** | `project.yaml`, `Dockerfile` | `https://git.osgeo.org/gitea/postgis/postgis.git` | `https://gitea.osgeo.org/postgis/postgis` | Migrated OSGeo Gitea domain host | | **`python-markdownify`** | `project.yaml`, `Dockerfile` | `http://github.com/matthewwithanm/python-markdownify` | `https://github.com/matthewwithanm/python-markdownify` | Enforce HTTPS protocol | --- ## Testing & Verification - Executed `python3 infra/presubmit.py` locally; all modified project configurations and Dockerfiles passed validation cleanly. Signed-off-by: Javan Lacerda <javanlacerda@google.com>
…15131) All 6 deep fuzzers have been upstreamed to the [apache/calcite-avatica](https://github.com/apache/calcite-avatica) repository. Consequently, this PR removes the redundant local fuzzer source files from this repository and updates the build configuration to utilize the the upstream project's build system. ### Changes: 1. **Upstream Integration**: Updated the Dockerfile to clone the official Apache Calcite Avatica repository instead of using local files. 2. **Dynamic Fuzzer Discovery**: Rewrote build.sh to leverage the upstream Gradle build process. It now dynamically discovers all fuzzer classes in the org.apache.calcite.avatica.fuzz package. This allows for new fuzzers added upstream to be automatically included in the OSS-Fuzz build without further configuration changes here. 3. **Clean Configuration**: Removed local fuzzer source files (ConnectStringParserFuzzer.java, Base64Fuzzer.java) to establish a clean upstream-sync workflow. In process of adding fuzzers has been as told in this pr apache/calcite-avatica#300 --------- Co-authored-by: DavidKorczynski <david@adalogics.com>
PiperOrigin-RevId: 954559384
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )