1
0

Compare commits

...

22 Commits

Author SHA256 Message Date
f250ad0669 Update submodules from pool/chromium#11 and create patchinfo.20251010110535882810.90520734224245/_patchinfo 2025-10-10 13:06:00 +02:00
324825e0b7 Merge pull request 'Remove unneeded micro patterns from SLES' (#170) from bigironman/PackageHub:leap-16.0 into leap-16.0
Reviewed-on: products/PackageHub#170
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
2025-10-10 11:48:06 +02:00
e736273676 Merge pull request 'enable maintenance flags' (#171) from msmeissn/PackageHub:adjust-for-maint into leap-16.0
Reviewed-on: products/PackageHub#171
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
2025-10-10 11:46:31 +02:00
Marcus Meissner
434d04cf96 enable maintenance flags 2025-10-10 10:57:14 +02:00
a97a485213 Remove unneeded micro patterns 2025-10-10 10:36:11 +02:00
AutoGits PR Review Bot
5d5cfbf4aa Merging
PR: products/PackageHub!168
2025-10-09 14:22:32 +00:00
Elisei Roca
0d97d2916b Add szarate to qam-openqa-review 2025-10-09 16:04:46 +02:00
Elisei Roca
be9326b949 Enable opensuse-review on both PkgGit and PrjGit 2025-10-09 16:04:01 +02:00
da4eebb4e9 Merge pull request 'fix-pi-prefix' (#169) from msmeissn/PackageHub:fix-pi-prefix into leap-16.0
Reviewed-on: products/PackageHub#169
2025-10-09 16:00:53 +02:00
c48f6ace11 Merge branch 'leap-16.0' into fix-pi-prefix 2025-10-09 13:32:44 +02:00
68261dc6cd Merge branch 'leap-16.0' into add-patchinfoga 2025-10-09 13:32:34 +02:00
AutoGits PR Review Bot
d19af5a4b9 Merging
PR: products/PackageHub!164
2025-10-09 08:51:42 +00:00
Marcus Meissner
d29edb21a2 added patchinfo.ga to freeze packages at GA level 2025-10-09 10:36:53 +02:00
Marcus Meissner
c31a6f7216 simplify uses as we do not need read perms 2025-10-09 10:13:37 +02:00
Marcus Meissner
8d2906ef2e use packagehub- as patch insert prefix 2025-10-09 10:03:22 +02:00
Elisei Roca
08c4095ab0 Switch to maintenance mode 2025-10-08 18:11:21 +02:00
5e849a18d0 Merge pull request 'Remove more uninstallables that are not needed' (#162) from bigironman/PackageHub:leap-16.0 into leap-16.0
Reviewed-on: products/PackageHub#162
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.opensuse.org>
2025-10-07 12:11:05 +02:00
a31c06a700 Remove more uninstallables that are not needed 2025-10-06 16:54:17 +02:00
a865f86f0e Merge pull request 'Remove more unneeded 32bit packages' (#161) from bigironman/PackageHub:leap-16.0 into leap-16.0
Reviewed-on: products/PackageHub#161
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.opensuse.org>
2025-10-06 16:11:35 +02:00
e047cfd6e9 Remove more unneeded 32bit packages 2025-10-06 15:44:27 +02:00
61505d870a Merge pull request 'Remove unneeded patterns' (#156) from bigironman/PackageHub:leap-16.0 into leap-16.0
Reviewed-on: products/PackageHub#156
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
Reviewed-by: Nathan Cutler <smithfarm@noreply.src.opensuse.org>
2025-10-03 11:08:06 +02:00
fcb6c96d1c Remove unneeded patterns 2025-10-02 17:09:24 +02:00
8 changed files with 25923 additions and 30 deletions

View File

@@ -14,19 +14,21 @@ jobs:
zypper in -y go
# Generic action from GitHub to clone the product git repo
- name: Checkout product
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/github-actions-checkout@v4
uses: https://src.opensuse.org/actions/github-actions-checkout@v4
with:
token: ${{ secrets.REPO_WRITE }}
repo-sha256: true
- name: Update all new _patchinfo files
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/patchinfo-numbering-action@v0
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
uses: https://gitea-actions-autobuild:${{ secrets.REPO_READ }}@src.opensuse.org/actions/stefanzweifel-git-auto-commit-action@v5
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

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Fri Oct 10 07:19:41 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
- Backports.productcompose:
+ add to backports_unneeded, not needed
micro patterns that are coming from SLES
patterns-micro-alt_onlyDVD
patterns-micro-cloud
patterns-micro-defaults
patterns-micro-fips
patterns-micro-hardware
patterns-micro-ima-evm
patterns-micro-kvm_host
patterns-micro-onlyDVD
patterns-micro-ra-agent
patterns-micro-ra-verifier
patterns-micro-salt_minion
patterns-micro-sssd-ldap
-------------------------------------------------------------------
Mon Oct 6 14:49:27 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
- Backports.productcompose:
+ add to backports_unneeded, remove more uninstallables
aws-cli
NetworkManager-branding-upstream
sdbootutil-tukit
toolbox-branding-SLE-16.0
-------------------------------------------------------------------
Mon Oct 6 13:24:32 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
- Backports.productcompose:
+ add to backports_unneeded, cleanup more unneeded 32bit packages
at-spi2-core-devel-32bit
libcups2-32bit
libcurl-devel-32bit
libdns_sd-32bit
libpcap-devel-32bit
libraptor2-0-32bit
libtss2-fapi1-32bit
-------------------------------------------------------------------
Thu Oct 2 15:07:44 UTC 2025 - Wolfgang Engel <wolfgang.engel@suse.com>
- Backports.productcompose:
+ add to backports_unneeded since not needed patterns
patterns-base-transactional_base
patterns-micro-elemental_client
patterns-sap-bone
-------------------------------------------------------------------
Fri Sep 26 16:48:57 UTC 2025 - Nathan Cutler <ncutler@suse.com>

View File

@@ -14,7 +14,7 @@ scc:
build_options:
### For maintenance, otherwise only "the best" version of each package is picked:
# - take_all_available_versions
- take_all_available_versions
- hide_flavor_in_product_directory_name
### Since the Backports product build is not self-contained in a single repository,
@@ -32,8 +32,8 @@ debug: split
repodata: all
# has only an effect during maintenance:
set_updateinfo_from: maint-coord@suse.de
# set_updateinfo_id_prefix: openSUSE-Leap-16.0-
set_updateinfo_from: maintenance@opensuse.org
set_updateinfo_id_prefix: SUSE-PackageHub-16.0-
flavors:
backports_aarch64:
@@ -58,6 +58,9 @@ packagesets:
- ALP
- ALP-dummy-release
- MozillaFirefox-branding-upstream
- NetworkManager-branding-upstream
- at-spi2-core-devel-32bit
- aws-cli
- bash-legacybin
- busybox-adduser
- busybox-attr
@@ -155,12 +158,14 @@ packagesets:
- libatk-bridge-2_0-0-32bit
- libatspi0-32bit
- libavahi-client3-32bit
# - libcups2-32bit
- libcups2-32bit
- libcurl-mini4
- libcurl4-32bit
- libcurl-devel-32bit
- libdbus-1-3-32bit
- libdbus-glib-1-2-32bit
- libdc1394-26-32bit
- libdns_sd-32bit
- libdebuginfod-dummy-devel
- libdebuginfod1-dummy
- libdvbv5-0-32bit
@@ -170,16 +175,19 @@ packagesets:
- liblirc_driver0-32bit
- libmanette-0_2-0-32bit
- libpcap1-32bit
- libpcap-devel-32bit
- libpolkit-agent-1-0-32bit
- libpolkit-gobject-1-0-32bit
- libpq5-32bit
- libpxbackend-1_0-mini
- libraptor2-0-32bit
- libressl
- libressl-devel
- libressl-devel-doc
# - libsybdb5-32bit
- libsystemd0-mini
# - libtdsodbc0-32bit
- libtss2-fapi1-32bit
- libudev-mini1
- libunbound-devel-mini
- libusb-1_0-0-32bit
@@ -195,6 +203,22 @@ packagesets:
- openssl_tpm2
- pam-extra-32bit
- patterns-base-kernel_livepatching
- patterns-base-transactional_base
- patterns-micro-alt_onlyDVD
- patterns-micro-cloud
- patterns-micro-defaults
- patterns-micro-elemental_client
- patterns-micro-defaults
- patterns-micro-fips
- patterns-micro-hardware
- patterns-micro-ima-evm
- patterns-micro-kvm_host
- patterns-micro-onlyDVD
- patterns-micro-ra-agent
- patterns-micro-ra-verifier
- patterns-micro-salt_minion
- patterns-micro-sssd-ldap
- patterns-sap-bone
- patterns-base-update_test
- plymouth-branding-upstream
- postgresql17-devel-mini
@@ -222,6 +246,7 @@ packagesets:
- reproducible-faketools-tar
- reproducible-faketools-verbose
- reproducible-faketools-zip
- sdbootutil-tukit
- sddm-branding-openSUSE
- sddm-qt6-branding-openSUSE
- systemd-default-settings-branding-openSUSE
@@ -233,6 +258,7 @@ packagesets:
- systemd-mini-container
- systemd-mini-devel
- this-is-only-for-build-envs
- toolbox-branding-SLE-16.0
- udev-mini
- update-test-32bit-pkg
- update-test-affects-package-manager

View File

@@ -1,3 +1,3 @@
{
"": ["packagehub-review"]
"": ["maintenance-release-review"]
}

View File

@@ -0,0 +1,66 @@
<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 Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -1,23 +1,73 @@
{
"Workflows": ["pr"],
"GitProjectName": "products/PackageHub#leap-16.0",
"Organization": "pool",
"Branch": "leap-16.0",
"ManualMergeProject": true,
"Reviewers": [
"+legaldb",
"-autogits_obs_staging_bot",
"*packagehub-review"
],
"ReviewGroups": [
{
"Name": "packagehub-review",
"Reviewers": [
"bigironman",
"lkocman-factory",
"maxlin_factory",
"smithfarm"
]
}
]
"Workflows": ["pr"],
"GitProjectName": "products/PackageHub#leap-16.0",
"Organization": "pool",
"Branch": "leap-16.0",
"ManualMergeProject": true,
"NoProjectGitPR": true,
"Reviewers": [
"*maintenance-release-review",
"*opensuse-review",
"+legaldb",
"-autogits_obs_staging_bot",
"-qam-openqa-review"
],
"ReviewGroups": [
{
"Name": "maintenance-release-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",
"smithfarm"
],
"Silent": true
},
{
"Name": "qam-openqa-review",
"Reviewers": [
"mimi_vx",
"mschnitzer",
"msmeissn",
"openqa-maintenance",
"szarate"
],
"Silent": true
}
]
}