chore: Update version to 6.5.25#383
Conversation
Update version to 6.5.25. Update deb sources for linglong yaml. Log: Update version to 6.5.25
|
TAG Bot TAG: 6.5.25 |
Reviewer's GuideThis PR bumps the camera package version to 6.5.25.1 in all architectures and refreshes the entire set of package sources—updating URLs, build tags, versions, and digests—to align with the new testing25_daily pool while pruning obsolete entries. Entity relationship diagram for updated package sources in linglong.yamlerDiagram
PACKAGE ||--o{ SOURCE : contains
PACKAGE {
string id
string name
string version
string kind
string description
}
SOURCE {
string kind
string url
string digest
}
Flow diagram for the package version and sources update processflowchart TD
A[Start: Existing linglong.yaml] --> B[Update package version to 6.5.25.1]
B --> C[Refresh package sources]
C --> D[Update URLs, versions, digests]
D --> E[Remove obsolete package entries]
E --> F[Save updated linglong.yaml]
F --> G[End]
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey @wangrong1069 - I've reviewed your changes - here's some feedback:
- Consider splitting this massive update into smaller commits (e.g., version bump, source URL changes, digest updates) for easier review and rollback.
- Introduce a script or template to automate repetitive updates to versions and digests across multiple architectures, reducing manual effort and risk of inconsistency.
- Confirm that the commented-out or removed
kind: fileentries were intentionally dropped and that no required dependencies have been omitted.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- Consider splitting this massive update into smaller commits (e.g., version bump, source URL changes, digest updates) for easier review and rollback.
- Introduce a script or template to automate repetitive updates to versions and digests across multiple architectures, reducing manual effort and risk of inconsistency.
- Confirm that the commented-out or removed `kind: file` entries were intentionally dropped and that no required dependencies have been omitted.
## Individual Comments
### Comment 1
<location> `arm64/linglong.yaml:1315` </location>
<code_context>
url: http://10.20.64.92:8080/testing25_daily/pool/main/s/sord/libsord-0-0_0.16.14+git221008-1_arm64.deb
digest: ac1056d07a450cced3125de43a15682b7cdc7060781697be7349235eb4e18093
- kind: file
- url: http://10.20.64.92:8080/testing25_daily/pool/main/libs/libsoup3/libsoup-3.0-0_3.6.5-1_arm64.deb
- digest: 14f4d1975d8e9c4c72d8f917aecdca4f0c197c2865b3d83ff950b69f3d5aaef5
+ url: http://10.20.64.92:8080/testing25_daily/pool/main/libs/libsoup3/libsoup-3.0-0_3.4.3-1_arm64.deb
+ digest: 63d38bb5bae8c88b4b15f0696363c264c56fd409931268b8815f25c40793a928
- kind: file
</code_context>
<issue_to_address>
Downgrade of libsoup3 from 3.6.5-1 to 3.4.3-1 may reintroduce fixed vulnerabilities or bugs.
Please confirm this downgrade is intentional and that no important security or bug fixes will be lost.
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
| @@ -1206,9 +1110,6 @@ sources: | |||
| - kind: file | |||
| url: http://10.20.64.92:8080/testing25_daily/pool/main/libr/librsvg/librsvg2-2_2.58.0+dfsg-1_arm64.deb | |||
There was a problem hiding this comment.
🚨 issue (security): Downgrade of libsoup3 from 3.6.5-1 to 3.4.3-1 may reintroduce fixed vulnerabilities or bugs.
Please confirm this downgrade is intentional and that no important security or bug fixes will be lost.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lzwind, wangrong1069 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Update version to 6.5.25.
Update deb sources for linglong yaml.
Log: Update version to 6.5.25
Summary by Sourcery
Bump camera package to version 6.5.25.1 and refresh all dependency entries in the YAML manifests to point at the new daily build artifacts.
Chores: