1
0

Compare commits

..

4 Commits

Author SHA256 Message Date
AutoGits PR Review Bot
59bfaaa334 Merging
PR: products/PackageHub!495
2026-03-05 10:32:59 +00:00
47a21ac204 Update patchinfo incident numbers [skip actions] 2026-03-04 17:41:06 +00:00
AutoGits PR Review Bot
133f3492b3 Merging
PR: products/PackageHub!492
2026-03-04 17:40:43 +00:00
Elisei Roca
35baa491f6 Restrict patchinfo numbering action to leap-* branches
And specify branch when cloning, otherwise it's the default branch.
2026-03-04 17:28:29 +01:00
2 changed files with 6 additions and 5 deletions

View File

@@ -1,9 +1,10 @@
# Use this as .gitea/workflows/patchinfo_numberator.yaml in all products/* repos
name: Patchinfo incident numbering
on:
push:
workflow_dispatch:
push:
branches:
- 'leap-*'
env:
REPO_PATH: /workspace/${{ gitea.repository }}
@@ -18,7 +19,7 @@ jobs:
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 }}
git clone -b ${{ gitea.ref_name }} --single-branch ${{ env.REPO_URL }} ${{ env.REPO_PATH }}
- name: Update all new _patchinfo files
uses: https://src.opensuse.org/actions/patchinfo-numbering-action@v0

View File

@@ -1,4 +1,4 @@
<patchinfo>
<patchinfo incident="packagehub-148">
<issue tracker="bnc" id="1257988">VUL-0: CVE-2026-24681: freerdp,freerdp2: Heap-use-after-free in urb_bulk_transfer_cb</issue>
<issue tracker="bnc" id="1257991">VUL-0: CVE-2026-24684: freerdp,freerdp2: Heap-use-after-free in play_thread</issue>
<issue tracker="bnc" id="1257986">VUL-0: CVE-2026-24679: freerdp,freerdp2: Heap-buffer-overflow in urb_select_interface</issue>
@@ -57,4 +57,4 @@ Changes in freerdp2:
- Add upstream fixes (picked from Debian) (boo#1231317)
</description>
<package>freerdp2</package>
</patchinfo>
</patchinfo>