forked from products/PackageHub
Compare commits
66 Commits
maintenanc
...
PR_python-
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
2430cf6c3a | ||
|
|
04ce2105ab | ||
|
|
645b8a076b | ||
|
|
a024d1ea9d | ||
|
|
06e2767220 | ||
|
|
e03bbc4b91 | ||
|
|
6c1f37e6f6 | ||
|
|
657dd22773 | ||
|
|
ae501ca692 | ||
|
|
a65bd0dd9c | ||
|
|
8353a5399e | ||
|
|
3db77b31a7 | ||
|
|
c8fc0a1e14 | ||
|
|
04f92b9f4a | ||
|
|
f473a26ed8 | ||
|
|
982be17fb4 | ||
|
|
0e5ce19d7c | ||
|
|
1f51ea99d3 | ||
|
|
93c0cfa368 | ||
|
|
8d4727e994 | ||
|
|
9a38628fc6 | ||
|
|
c2fe26d1c5 | ||
|
|
28f8f95561 | ||
|
|
d266b74103 | ||
|
|
a84202fbe0 | ||
| a15935da4f | |||
|
|
45b5bbd033 | ||
|
|
a66d3eb230 | ||
|
|
de956160ff | ||
|
|
7e78a71c08 | ||
| b9312ef3d1 | |||
| 172d5d28b3 | |||
| 3499ed9954 | |||
| cfd8745f1b | |||
| d4d13f2589 | |||
| aea01eb697 | |||
| ca4d1ccdb2 | |||
| 5ffd93f8ff | |||
|
|
e66531550a | ||
| 69a658bd00 | |||
|
|
ed10d127e1 | ||
| 920f500c2d | |||
| ae03bdb413 | |||
|
|
8dea22da27 | ||
| db55ee5099 | |||
|
|
acd5200a82 | ||
|
|
fd98ce0933 | ||
|
|
8210acb531 | ||
|
|
8b0d506e17 | ||
| a6975be399 | |||
| fbbea248cc | |||
| 30ffa267ce | |||
| 75399cad77 | |||
| 706517b028 | |||
| c307213f8e | |||
|
3af15d4d22
|
|||
| 60c3479bc6 | |||
|
|
20bac6ac37 | ||
|
|
b511b59ca5
|
||
|
|
bc3dc4b339 | ||
| f93f12361f | |||
|
|
994236b840 | ||
|
|
29a1d5a82c
|
||
|
|
2e6929b3b2 | ||
|
|
c4f6a7a235 | ||
| 335705143c |
@@ -1,39 +1,35 @@
|
||||
# Use this as .gitea/workflows/patchinfo_numberator.yaml in all products/* repos
|
||||
name: Patchinfo ID numberator
|
||||
run-name: ${{ gitea.actor }} is setting patchinfo numbers
|
||||
on: [push]
|
||||
name: Patchinfo incident numbering
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REPO_PATH: /workspace/${{ gitea.repository }}
|
||||
REPO_URL: https://gitea-actions-autobuild:${{ secrets.REPO_WRITE }}@$RUNNER_GITEA_DOMAIN/${{ gitea.repository }}.git
|
||||
|
||||
jobs:
|
||||
use-go-action:
|
||||
runs-on: tumbleweed
|
||||
runs-on: tumbleweed_autobuild
|
||||
steps:
|
||||
# Install packages if not provided by image
|
||||
- run: |
|
||||
rpm -q go && exit 0
|
||||
zypper ref
|
||||
zypper in -y go
|
||||
# Generic action from GitHub to clone the product git repo
|
||||
|
||||
- name: Checkout product
|
||||
uses: https://src.opensuse.org/actions/github-actions-checkout@v4
|
||||
with:
|
||||
token: ${{ secrets.REPO_WRITE }}
|
||||
repo-sha256: true
|
||||
run: |
|
||||
test -n "${{ env.REPO_PATH }}" && rm -rfv "${{ env.REPO_PATH }}"/*
|
||||
git config --global --add safe.directory ${{ env.REPO_PATH }}
|
||||
git clone ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
|
||||
|
||||
- name: Update all new _patchinfo files
|
||||
uses: https://src.opensuse.org/actions/patchinfo-numbering-action@v0
|
||||
with:
|
||||
prefix: packagehub-
|
||||
- name: Get last commit author
|
||||
id: last-commit
|
||||
run: |
|
||||
echo "author=$(git log -1 --pretty='%an <%ae>')" >> $GITHUB_OUTPUT
|
||||
- name: Commit changes back
|
||||
|
||||
- name: Commit changes
|
||||
uses: https://src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
|
||||
with:
|
||||
commit_user_name: gitea-actions-autobuild
|
||||
commit_user_email: autobuild+gitea@opensuse.org
|
||||
commit_author: ${{ steps.last-commit.outputs.author }}
|
||||
commit_message: "Update incident numbers [skip actions]"
|
||||
commit_author: Patchinfo incident numbering <gitea-actions-autobuild@noreply.src.opensuse.org>
|
||||
commit_message: "Update patchinfo incident numbers [skip actions]"
|
||||
commit_options: '--no-edit'
|
||||
skip_fetch: true
|
||||
|
||||
|
||||
13054
.gitmodules
vendored
13054
.gitmodules
vendored
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 08:48:51 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
- Backports.productcompose:
|
||||
- switch to version 16.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 10 07:19:41 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ product_compose_schema: 0.2
|
||||
vendor: openSUSE
|
||||
name: Backports
|
||||
version: 16
|
||||
update: "16.0"
|
||||
update: "16.1"
|
||||
product-type: module
|
||||
summary: openSUSE Backports
|
||||
|
||||
|
||||
19
_config
19
_config
@@ -1,4 +1,8 @@
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp160.<CI_CNT>.<B_CNT>
|
||||
%if 0%{?is_stage_project}
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp161.999999.<CI_CNT>.<B_CNT>
|
||||
%else
|
||||
Release: <CI_CNT>.<B_CNT> spec:bp161.<CI_CNT>.<B_CNT>
|
||||
%endif
|
||||
|
||||
# 000productcompose experiment
|
||||
%if "%_repository" == "product"
|
||||
@@ -125,15 +129,6 @@ Macros:
|
||||
%ffmpeg_pref ffmpeg-7
|
||||
:Macros
|
||||
|
||||
# BEGIN GIMP STUFF - remove this section when gimp3 is ready
|
||||
# %if "%_project" == "openSUSE:Backports:SLE-16.0"
|
||||
# Macros:
|
||||
# Do not build python plugin in gimp2
|
||||
# %_without_python_plugin 1
|
||||
# :Macros
|
||||
# %endif
|
||||
# END GIMP STUFF
|
||||
|
||||
# openSUSE -> SLE magic BuildRequires can work then
|
||||
Substitute: desktop-data-openSUSE-extra desktop-data-SLE-extra
|
||||
Substitute: desktop-data-openSUSE desktop-data-SLE
|
||||
@@ -143,7 +138,7 @@ Substitute: wallpaper-branding-openSUSE wallpaper-branding-SLE
|
||||
%define is_opensuse 1
|
||||
%define is_backports 1
|
||||
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.0" || "%_project" == "openSUSE:Backports:SLE-16.0:git"
|
||||
%if 0%{?_is_in_project}
|
||||
Macros:
|
||||
%vendor openSUSE
|
||||
%distribution SUSE Linux Enterprise 16
|
||||
@@ -164,7 +159,7 @@ Macros:
|
||||
|
||||
# Leap specific package list, the same list with excludebuild must add to Backports project
|
||||
# Most of package should be built in Backports
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.0" || "%_project" == "openSUSE:Backports:SLE-16.0:git"
|
||||
%if "%_project" == "openSUSE:Backports:SLE-16.1"
|
||||
# we build ffado:ffado-mixer for openSUSE, the main one is built in SLFO
|
||||
BuildFlags: excludebuild:ffado
|
||||
# build gpgme:qt flavor for qt5 support
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"": ["maintenance-release-review"]
|
||||
"": ["packagehub-review"]
|
||||
}
|
||||
|
||||
2
chromium
2
chromium
Submodule chromium updated: 44769739f5...b30b6f63a1
Submodule evolution updated: 490dcd0182...8bfde80d72
2
git-bug
2
git-bug
Submodule git-bug updated: 22bb247e73...2390ae6cee
Submodule gitea-tea updated: 5496ef4b74...91324b6042
Submodule icinga-php-library updated: 2adfe405c4...dcb9868560
Submodule icinga-php-thirdparty updated: 045c6cef83...83db62c3c8
Submodule icingaweb2 updated: 3772b35d84...640fad7a20
2
lutris
2
lutris
Submodule lutris updated: ed0d79ecd4...937dc36983
2
melange
2
melange
Submodule melange updated: 32c0112588...4ca0d8a776
2
opi
2
opi
Submodule opi updated: 8e0625ef06...13283891b5
@@ -1,66 +0,0 @@
|
||||
<patchinfo>
|
||||
<issue tracker="bnc" id="1251334">VUL-0: chromium: release 141.0.7390.65</issue>
|
||||
<issue tracker="cve" id="2025-11213">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11216">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11207">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11211">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11212">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11210">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="bnc" id="1250780">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11208">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10890">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11206">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11460">VUL-0: chromium: release 141.0.7390.65</issue>
|
||||
<issue tracker="cve" id="2025-11219">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="bnc" id="1250472">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11205">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10891">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<issue tracker="cve" id="2025-11458"/>
|
||||
<issue tracker="cve" id="2025-11215">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-11209">VUL-0: chromium: release 141.0.7390.54</issue>
|
||||
<issue tracker="cve" id="2025-10892">VUL-0: chromium: release 140.0.7339.207</issue>
|
||||
<packager>AndreasStieger</packager>
|
||||
<rating>critical</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for chromium</summary>
|
||||
<description>This update for chromium fixes the following issues:
|
||||
|
||||
Chromium 141.0.7390.76:
|
||||
|
||||
* Do not send URLs as AIM input. This is to resolve a privacy
|
||||
concern, around passing urls to AI Mode.
|
||||
|
||||
Chromium 141.0.7390.65 (boo#1251334):
|
||||
|
||||
* CVE-2025-11458: Heap buffer overflow in Sync
|
||||
* CVE-2025-11460: Use after free in Storage
|
||||
* CVE-2025-11211: Out of bounds read in WebCodecs
|
||||
|
||||
Chromium 141.0.7390.54 (stable released 2025-09-30) (boo#1250780)
|
||||
|
||||
* CVE-2025-11205: Heap buffer overflow in WebGPU
|
||||
* CVE-2025-11206: Heap buffer overflow in Video
|
||||
* CVE-2025-11207: Side-channel information leakage in Storage
|
||||
* CVE-2025-11208: Inappropriate implementation in Media
|
||||
* CVE-2025-11209: Inappropriate implementation in Omnibox
|
||||
* CVE-2025-11210: Side-channel information leakage in Tab
|
||||
* CVE-2025-11211: Out of bounds read in Media
|
||||
* CVE-2025-11212: Inappropriate implementation in Media
|
||||
* CVE-2025-11213: Inappropriate implementation in Omnibox
|
||||
* CVE-2025-11215: Off by one error in V8
|
||||
* CVE-2025-11216: Inappropriate implementation in Storage
|
||||
* CVE-2025-11219: Use after free in V8
|
||||
* Various fixes from internal audits, fuzzing and other initiatives
|
||||
|
||||
Chromium 141.0.7390.37 (beta released 2025-09-24)
|
||||
|
||||
Chromium 140.0.7339.207 (boo#1250472)
|
||||
|
||||
* CVE-2025-10890: Side-channel information leakage in V8
|
||||
* CVE-2025-10891: Integer overflow in V8
|
||||
* CVE-2025-10892: Integer overflow in V8
|
||||
|
||||
</description>
|
||||
<package>chromium</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
25698
patchinfo.ga/_patchinfo
25698
patchinfo.ga/_patchinfo
File diff suppressed because it is too large
Load Diff
2
pnpm
2
pnpm
Submodule pnpm updated: 94b9cc28e1...4d55e02518
Submodule python-weasyprint updated: 7179e10f1f...6a88841ded
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"ObsProject": "openSUSE:Backports:SLE-16.0",
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.0:PullRequest"
|
||||
"ObsProject": "openSUSE:Backports:SLE-16.1",
|
||||
"StagingProject": "openSUSE:Backports:SLE-16.1:PullRequest"
|
||||
}
|
||||
|
||||
2
synce4l
2
synce4l
Submodule synce4l updated: 3d3b1d48af...b86ac19f62
2
trivy
2
trivy
Submodule trivy updated: cb29203387...57875b9c33
2
virtme
2
virtme
Submodule virtme updated: e68023567f...c43731f405
Submodule warewulf4 updated: 3117857577...ace4d55695
@@ -1,73 +1,23 @@
|
||||
{
|
||||
"Workflows": ["pr"],
|
||||
"GitProjectName": "products/PackageHub#leap-16.0",
|
||||
"GitProjectName": "products/PackageHub#leap-16.1",
|
||||
"Organization": "pool",
|
||||
"Branch": "leap-16.0",
|
||||
"Branch": "leap-16.1",
|
||||
"ManualMergeProject": true,
|
||||
"NoProjectGitPR": true,
|
||||
"Reviewers": [
|
||||
"*maintenance-release-review",
|
||||
"*opensuse-review",
|
||||
"*packagehub-review",
|
||||
"+legaldb",
|
||||
"-autogits_obs_staging_bot",
|
||||
"-qam-openqa-review"
|
||||
],
|
||||
"ReviewGroups": [
|
||||
{
|
||||
"Name": "maintenance-release-review",
|
||||
"Name": "packagehub-review",
|
||||
"Reviewers": [
|
||||
"abergmann",
|
||||
"amattiazzo",
|
||||
"bfilho",
|
||||
"cmatos",
|
||||
"crazybyte",
|
||||
"emanuelecappello",
|
||||
"gsonnu",
|
||||
"maintenance-robot",
|
||||
"mauriziogalli",
|
||||
"mbozicevic",
|
||||
"mimi_vx",
|
||||
"mschnitzer",
|
||||
"msmeissn",
|
||||
"pluskalm",
|
||||
"rfrohl",
|
||||
"slemke"
|
||||
],
|
||||
"Silent": true
|
||||
},
|
||||
{
|
||||
"Name": "opensuse-review",
|
||||
"Reviewers": [
|
||||
"alarrosa",
|
||||
"anag",
|
||||
"atartamo",
|
||||
"bigironman",
|
||||
"darix",
|
||||
"dimstar",
|
||||
"dmach",
|
||||
"eroca",
|
||||
"jdsn",
|
||||
"jengelh",
|
||||
"mcalabkova",
|
||||
"mstrigl",
|
||||
"nkrapp",
|
||||
"oertel",
|
||||
"RBrownSUSE",
|
||||
"simotek",
|
||||
"lkocman-factory",
|
||||
"maxlin_factory",
|
||||
"smithfarm"
|
||||
],
|
||||
"Silent": true
|
||||
},
|
||||
{
|
||||
"Name": "qam-openqa-review",
|
||||
"Reviewers": [
|
||||
"mimi_vx",
|
||||
"mschnitzer",
|
||||
"msmeissn",
|
||||
"openqa-maintenance",
|
||||
"szarate"
|
||||
],
|
||||
"Silent": true
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user