Compare commits

...

23 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
0adbd7e7c3 auto-created for exim
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 18s
ObsStaging OBS Staging build
This commit was autocreated by AutoGits PR Review Bot

referencing PRs:
 PR: pool/exim!3
2025-12-09 15:48:27 +00:00
a15935da4f Merge pull request 'Switch to version 16.1' (#209) from bigironman/PackageHub:leap-16.1 into leap-16.1
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 16s
Reviewed-on: #209
Reviewed-by: autogits_obs_staging_bot <autogits_obs_staging_bot@noreply.src.opensuse.org>
2025-11-26 11:37:17 +01:00
b9312ef3d1 Switch to version 16.1
All checks were successful
ObsStaging OBS Staging build
2025-11-11 09:49:28 +01:00
172d5d28b3 Merge pull request 'Reset every bits in the PacakgeHub 16.1' (#205) from maxlin_factory/PackageHub:161_delete_patchinfo_package into leap-16.1
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 24s
Reviewed-on: #205
2025-11-04 09:49:36 +01:00
3499ed9954 Reset workflow configurations 2025-11-04 16:44:02 +08:00
cfd8745f1b Adjust project config for the 16.1 2025-11-04 16:43:49 +08:00
d4d13f2589 Deleted patchinfo packages
These patchinfo packages is mistakenly fork to leap-16.1 branch since
leap-16.0 is on maintnenace mode
2025-11-04 16:41:33 +08:00
aea01eb697 Branching Leap-16.1
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 20s
2025-10-29 08:10:37 +01:00
ca4d1ccdb2 melange: Fix referenced submodule
last commit was not pointing to an accesable commit
2025-10-28 15:23:37 +01:00
5ffd93f8ff Update patchinfo incident numbers [skip actions] 2025-10-27 16:30:21 +00:00
AutoGits PR Review Bot
e66531550a Merging
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 13s
PR: products/PackageHub!185
2025-10-27 16:30:02 +00:00
69a658bd00 Update patchinfo incident numbers [skip actions] 2025-10-27 09:47:56 +00:00
AutoGits PR Review Bot
ed10d127e1 Merging
All checks were successful
Patchinfo incident numbering / use-go-action (push) Successful in 14s
PR: products/PackageHub!188
2025-10-27 09:47:38 +00:00
920f500c2d Update patchinfo incident numbers [skip actions] 2025-10-27 09:12:01 +00:00
ae03bdb413 Merge pull request 'try staging release numbers' (#187) from msmeissn/PackageHub:leap-16.0 into leap-16.0
Some checks failed
Patchinfo incident numbering / use-go-action (push) Failing after 13s
Reviewed-on: #187
2025-10-24 10:12:30 +02:00
AutoGits PR Review Bot
8dea22da27 Merging
Some checks failed
Patchinfo incident numbering / use-go-action (push) Failing after 14s
PR: products/PackageHub!180
2025-10-23 13:09:42 +00:00
db55ee5099 Update submodules from pool/warewulf4#2 and create patchinfo.20251023113823853491.93181000773252/_patchinfo
All checks were successful
ObsStaging OBS Staging build
2025-10-23 13:38:49 +02:00
AutoGits PR Review Bot
acd5200a82 Merging
Some checks failed
Patchinfo incident numbering / use-go-action (push) Failing after 14s
PR: products/PackageHub!181
2025-10-23 09:38:12 +00:00
Marcus Meissner
8210acb531 use correct id 2025-10-23 10:42:56 +02:00
Marcus Meissner
8b0d506e17 try staging release numbers 2025-10-23 10:28:54 +02:00
a6975be399 Update submodules from pool/chromium#13 and create patchinfo.20251022070616351820.90520734224245/_patchinfo
All checks were successful
ObsStaging OBS Staging build
2025-10-22 09:06:22 +02:00
706517b028 Update submodules from pool/virtme#1 and create patchinfo.20251017085327031166.93181000773252/_patchinfo
All checks were successful
ObsStaging OBS Staging build
2025-10-17 10:53:37 +02:00
c307213f8e Update submodules from pool/opi#1 and create patchinfo.20251017085122907353.93181000773252/_patchinfo
All checks were successful
ObsStaging OBS Staging build
2025-10-17 10:51:39 +02:00
17 changed files with 6556 additions and 32442 deletions

13054
.gitmodules vendored

File diff suppressed because it is too large Load Diff

View File

@@ -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>

View File

@@ -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

17
_config
View File

@@ -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
@@ -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"
%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

View File

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

2
exim

Submodule exim updated: 9f3f61dcb2...aa2daa7cec

Submodule melange updated: 32c0112588...4ca0d8a776

2
opi

Submodule opi updated: 8e0625ef06...13283891b5

View File

@@ -1,66 +0,0 @@
<patchinfo incident="packagehub-1">
<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>

View File

@@ -1,17 +0,0 @@
<patchinfo>
<issue tracker="bnc" id="1252013">VUL-0: CVE-2025-11756: chromium: Use after free in Safe Browsing</issue>
<issue tracker="cve" id="2025-11756"/>
<packager>AndreasStieger</packager>
<rating>moderate</rating>
<category>security</category>
<summary>Security update for chromium</summary>
<description>This update for chromium fixes the following issues:
Chromium 141.0.7390.107:
* CVE-2025-11756: Use after free in Safe Browsing (boo#1252013)
</description>
<package>chromium</package>
<seperate_build_arch/>
</patchinfo>

View File

@@ -1,55 +0,0 @@
<patchinfo>
<issue tracker="bnc" id="1206292">[SELinux] Wine/Proton not working reliably with default SELinux configuration</issue>
<packager>regularhunter</packager>
<rating>moderate</rating>
<category>recommended</category>
<summary>Recommended update for lutris</summary>
<description>This update for lutris fixes the following issues:
- Move selinux dependency
- Fix gaming under selinux (bsc#1206292)
- Fix wrong placement of lang_package macro in spec file
- Update to 0.5.19:
* Fix Proton integration bugs so Proton-fixes are applied
* Do not offer DXVK, VKD3D, D3D Extras or DDXVK-NVAPI on Proton versions;
Proton will handle these.
* The "Enable Esync" and "Enable Fsync" settings are now passed on to Proton
* DXVK's integrated D8VK will be enabled in Proton
* Emulator BIOS file location (used by libretro) may be set in Preferences
* Obtain the release year from GOG and Itch.io.
* MAME Machine setting uses a searchable entry for its enourmous list
* Support for importing Commodore 64 ROMs
- Add BuildRequires apparmor-abstractions, apparmor-rpm-macros for
Leap, fix for build error: directories not owned by a package:
/etc/apparmor.d
- update to 0.5.18:
* Lutris downloads the latest GE-Proton build for Wine if any Wine version is installed
* Use dark theme by default
* Display cover-art rather than banners by default
* Add 'Uncategorized' view to sidebar
* Preference options that do not work on Wayland will be hidden when on Wayland
* Game searches can now use fancy tags like 'installed:yes' or 'source:gog', with explanatory tool-tip
* A new filter button on the search box can build many of these fancy tags for you
* Runner searches can use 'installed:yes' as well, but no other fancy searches or anything
* Updated the Flathub and Amazon source to new APIs, restoring integration
* Itch.io source integration will load a collection named 'Lutris' if present
* GOG and Itch.io sources can now offer Linux and Windows installers for the same game
* Added support for the 'foot' terminal
* Support for DirectX 8 in DXVK v2.4
* Support for Ayatana Application Indicators
* Additional options for Ruffle runner
* Updated download links for the Atari800 and MicroM8 runners
* No longer re-download cached installation files even when some are missing
* Lutris log is included in the 'System' tab of the Preferences window
* Improved error reporting, with the Lutris log included in the error details
* Add AppArmor profile for Ubuntu versions &gt;= 23.10
* Add Duckstation runner
</description>
<package>lutris</package>
<seperate_build_arch/>
</patchinfo>

File diff suppressed because it is too large Load Diff

View File

@@ -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
virtme

Submodule virtme updated: e68023567f...547b3766fe

View File

@@ -1,74 +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",
"foursixnine-openqa",
"szarate"
],
"Silent": true
]
}
]
}