forked from products/PackageHub
Compare commits
14 Commits
workflow
...
maintenanc
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
cb67484fd4 | ||
| 7de4d17bb6 | |||
| b96a953188 | |||
| d1a0631733 | |||
|
|
51ad92059e | ||
| 158832bfe1 | |||
|
|
a7ed1a773d | ||
|
|
6b53d9f452 | ||
| 7cf3e1410d | |||
|
|
9d8b838644 | ||
| 3c973dcf63 | |||
| fb57ec8f31 | |||
|
|
bbb50fccd1 | ||
| 792ee49a40 |
@@ -6796,6 +6796,9 @@ packagesets:
|
||||
- rhino-engine
|
||||
- rhino-javadoc
|
||||
- rhino-runtime
|
||||
- rmt-server
|
||||
- rmt-server-config
|
||||
- rmt-server-pubcloud
|
||||
- rollback-helper
|
||||
- rootlesskit
|
||||
- rp-pppoe
|
||||
|
||||
2
_config
2
_config
@@ -168,7 +168,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 0%{?_is_in_project}
|
||||
# we build ffado:ffado-mixer for openSUSE, the main one is built in SLFO
|
||||
BuildFlags: excludebuild:ffado
|
||||
# build gpgme:qt flavor for qt5 support
|
||||
|
||||
2
cheat
2
cheat
Submodule cheat updated: 27656594fe...e8f7ed9227
2
openQA
2
openQA
Submodule openQA updated: e091086774...bc2c977db5
Submodule openQA-devel-container updated: 2af23581fe...30ec3c0c8f
Submodule os-autoinst updated: caad282598...c39966340f
65
patchinfo.20251217091639760898.93181000773252/_patchinfo
Normal file
65
patchinfo.20251217091639760898.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,65 @@
|
||||
<patchinfo incident="packagehub-59">
|
||||
<issue tracker="cve" id="2025-21614">CVE-2025-21614 go-git: go-git clients vulnerable to DoS via maliciously crafted Git server replies</issue>
|
||||
<issue tracker="bnc" id="1247629">VUL-0: CVE-2025-21613: cheat: github.com/go-git/go-git/v5: argument injection via the URL field</issue>
|
||||
<issue tracker="cve" id="2025-58181">VUL-0: CVE-2025-58181: TRACKERBUG: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption</issue>
|
||||
<issue tracker="cve" id="2025-21613">VUL-0: CVE-2025-21613: TRACKERBUG: github.com/go-git/go-git/v5: argument injection via the URL field</issue>
|
||||
<issue tracker="cve" id="2025-47913">VUL-0: CVE-2025-47913: TRACKERBUG: golang.org/x/crypto/ssh/agent: client process termination when receiving an unexpected message type in response to a key listing or</issue>
|
||||
<issue tracker="bnc" id="1253922">VUL-0: CVE-2025-58181: cheat: golang.org/x/crypto/ssh: invalidated number of mechanisms can cause unbounded memory consumption</issue>
|
||||
<issue tracker="cve" id="2025-47914">VUL-0: CVE-2025-47914: TRACKERBUG: golang.org/x/crypto/ssh/agent: non validated message size can cause a panic due to an out of bounds read</issue>
|
||||
<issue tracker="cve" id="2025-22870">VUL-0: CVE-2025-22870: TRACKERBUG: golang.org/net/http, golang.org/x/net/proxy, golang.org/x/net/http/httpproxy: proxy bypass using IPv6 zone IDs</issue>
|
||||
<issue tracker="cve" id="2023-48795">VUL-0: CVE-2023-48795: openssh: prefix truncation breaking ssh channel integrity aka Terrapin Attack</issue>
|
||||
<issue tracker="bnc" id="1254051">VUL-0: CVE-2025-47914: cheat: golang.org/x/crypto/ssh/agent: non validated message size can cause a panic due to an out of bounds read</issue>
|
||||
<issue tracker="bnc" id="1253593">VUL-0: CVE-2025-47913: cheat: golang.org/x/crypto/ssh/agent: client process termination when receiving an unexpected message type in response to a key listing or signing request</issue>
|
||||
<issue tracker="cve" id="2025-22869">VUL-0: CVE-2025-22869: TRACKERBUG: golang.org/x/crypto/ssh: Denial of Service in the Key Exchange of golang.org/x/crypto/ssh</issue>
|
||||
<packager>witekbedyk</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for cheat</summary>
|
||||
<description>This update for cheat fixes the following issues:
|
||||
|
||||
- Security:
|
||||
* CVE-2025-47913: Fix client process termination (bsc#1253593)
|
||||
* CVE-2025-58181: Fix potential unbounded memory consumption (bsc#1253922)
|
||||
* CVE-2025-47914: Fix panic due to an out of bounds read (bsc#1254051)
|
||||
* Replace golang.org/x/crypto=golang.org/x/crypto@v0.45.0
|
||||
* Replace golang.org/x/net=golang.org/x/net@v0.47.0
|
||||
* Replace golang.org/x/sys=golang.org/x/sys@v0.38.0
|
||||
|
||||
- Packaging improvements:
|
||||
* Drop Requires: golang-packaging. The recommended Go toolchain
|
||||
dependency expression is BuildRequires: golang(API) >= 1.x or
|
||||
optionally the metapackage BuildRequires: go
|
||||
* Use BuildRequires: golang(API) >= 1.19 matching go.mod
|
||||
* Build PIE with pattern that may become recommended procedure:
|
||||
%%ifnarch ppc64 GOFLAGS="-buildmode=pie" %%endif go build
|
||||
A go toolchain buildmode default config would be preferable
|
||||
but none exist at this time.
|
||||
* Drop mod=vendor, go1.14+ will detect vendor dir and auto-enable
|
||||
* Remove go build -o output binary location and name. Default
|
||||
binary has the same name as package of func main() and is
|
||||
placed in the top level of the build directory.
|
||||
* Add basic %check to execute binary --help
|
||||
|
||||
- Packaging improvements:
|
||||
* Service go_modules replace dependencies with CVEs
|
||||
* Replace github.com/cloudflare/circl=github.com/cloudflare/circl@v1.6.1
|
||||
Fix GO-2025-3754 GHSA-2x5j-vhc8-9cwm
|
||||
* Replace golang.org/x/net=golang.org/x/net@v0.36.0
|
||||
Fixes GO-2025-3503 CVE-2025-22870
|
||||
* Replace golang.org/x/crypto=golang.org/x/crypto@v0.35.0
|
||||
Fixes GO-2023-2402 CVE-2023-48795 GHSA-45x7-px36-x8w8
|
||||
Fixes GO-2025-3487 CVE-2025-22869
|
||||
* Replace github.com/go-git/go-git/v5=github.com/go-git/go-git/v5@v5.13.0
|
||||
Fixes GO-2025-3367 CVE-2025-21614 GHSA-r9px-m959-cxf4
|
||||
Fixes GO-2025-3368 CVE-2025-21613 GHSA-v725-9546-7q7m
|
||||
* Service tar_scm set mode manual from disabled
|
||||
* Service tar_scm create archive from git so we can exclude
|
||||
vendor directory upstream committed to git. Committed vendor
|
||||
directory contents have build issues even after go mod tidy.
|
||||
* Service tar_scm exclude dir vendor
|
||||
* Service set_version set mode manual from disabled
|
||||
* Service set_version remove param basename not needed
|
||||
</description>
|
||||
<package>cheat</package>
|
||||
<seperate_build_arch/>
|
||||
</patchinfo>
|
||||
123
patchinfo.20251218142204589141.93181000773252/_patchinfo
Normal file
123
patchinfo.20251218142204589141.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,123 @@
|
||||
<patchinfo>
|
||||
<packager>os-autoinst-obs-workflow</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for openQA, os-autoinst, openQA-devel-container</summary>
|
||||
<description>This update for openQA, os-autoinst, openQA-devel-container fixes the following issues:
|
||||
|
||||
Changes in openQA:
|
||||
|
||||
Thu Dec 18 03:54:10 UTC 2025 - okurz@suse.com
|
||||
|
||||
- Update to version 5.1766014013.377e64fe:
|
||||
* feat(Needle::Save): Adapt to new error handling
|
||||
* feat(OpenQA::Git): Make error handling more flexible with exceptions
|
||||
|
||||
- Update to version 5.1765887110.8fc02990:
|
||||
* Avoid partial deletion of a screenshot if Minion job is aborted
|
||||
* Add `SignalBlocker` to delay signal handling during critical sections
|
||||
|
||||
- Update to version 5.1765805960.2112d43d:
|
||||
* fix(codecov): Fix wrong casing for 'fully_covered' entries
|
||||
|
||||
- Update to version 5.1765535865.b566a24c:
|
||||
* fix(codecov): Be strict about coverage thresholds
|
||||
* Show jobs that have been cloned when `t` parameter is used on overview
|
||||
|
||||
- Update to version 5.1765469360.5c0525b5:
|
||||
* worker: Add coverage for OVS DBus checks
|
||||
* Fix overview when filtering by test and module result at the same time
|
||||
* Return signal as part of run_cmd result
|
||||
* Add scanner for untracked screenshots
|
||||
* KTAP: Properly hide details of a skipped subtest
|
||||
* docs: Restory logic of the sentence about NFT vs firewalld
|
||||
* docs: Clarify DHCP/RA availability on MM networks
|
||||
* feat: Allow to configure key+secret with env variables
|
||||
|
||||
- Update to version 5.1765286149.3debb8ea:
|
||||
* KTAP: Don't increment parsed_lines_count in "SKIP" lines
|
||||
* KTAP: Define unparsed_lines and parsed_lines_count
|
||||
|
||||
- Update to version 5.1765217707.d6e697fd:
|
||||
* Test commenting on overview page together with TODO filter
|
||||
* Fix job IDs that are considered for mass-commenting on overview page
|
||||
|
||||
- Update to version 5.1765009312.be30f6e0:
|
||||
* README: Remove left-over empty badge reference
|
||||
|
||||
Changes in os-autoinst:
|
||||
|
||||
- Update to version 5.1767623406.688dd0e:
|
||||
* os-autoinst-generate-needle-preview: Embed PNG
|
||||
* Tweak curl call not to hang
|
||||
* Fix opencv dependency due to upstream changes
|
||||
* Restore package builds on older openSUSE versions
|
||||
* Remove `ShellCheck` from devel dependencies on s390x
|
||||
|
||||
- Update to version 5.1766037062.44c7d2a:
|
||||
* Tweak curl call not to hang
|
||||
* Fix opencv dependency due to upstream changes
|
||||
* Restore package builds on older openSUSE versions
|
||||
* Remove `ShellCheck` from devel dependencies on s390x
|
||||
* Remove obsolete 'bin/' folder
|
||||
|
||||
- Update to version 5.1765976654.0026f92:
|
||||
* Fix opencv dependency due to upstream changes
|
||||
* Restore package builds on older openSUSE versions
|
||||
* Remove `ShellCheck` from devel dependencies on s390x
|
||||
* Remove obsolete 'bin/' folder
|
||||
* Improve documentation strings for get/check_var
|
||||
|
||||
- Update to version 5.1765808557.b89e9b4:
|
||||
* Restore package builds on older openSUSE versions
|
||||
* Remove `ShellCheck` from devel dependencies on s390x
|
||||
* Remove obsolete 'bin/' folder
|
||||
* Simplify the code to increment the counter
|
||||
* audio: Allow for multiple audio recordings per test
|
||||
|
||||
- Update to version 5.1765804109.1e7c99a:
|
||||
* Remove `ShellCheck` from devel dependencies on s390x
|
||||
* Remove obsolete 'bin/' folder
|
||||
* Simplify the code to increment the counter
|
||||
* audio: Allow for multiple audio recordings per test
|
||||
* Improve documentation strings for get/check_var
|
||||
|
||||
- Update to version 5.1765533145.a82864c:
|
||||
* Remove obsolete 'bin/' folder
|
||||
* Simplify the code to increment the counter
|
||||
* audio: Allow for multiple audio recordings per test
|
||||
* Improve documentation strings for get/check_var
|
||||
* Add port forwarding example for NICTYPE_USER_OPTIONS
|
||||
|
||||
- Update to version 5.1765450253.f16e6ac:
|
||||
* Simplify the code to increment the counter
|
||||
* audio: Allow for multiple audio recordings per test
|
||||
* Improve documentation strings for get/check_var
|
||||
* Add port forwarding example for NICTYPE_USER_OPTIONS
|
||||
* Fix regression from abcaa66b by disabling virtio-keyboard by default
|
||||
* distribution: Add "disable_key_repeat"
|
||||
* Use 'virtio-keyboard' by default to allow fixing key repetition errors
|
||||
|
||||
- Update to version 5.1765311639.7e3a762:
|
||||
* Simplify the code to increment the counter
|
||||
* audio: Allow for multiple audio recordings per test
|
||||
* Add port forwarding example for NICTYPE_USER_OPTIONS
|
||||
* Fix regression from abcaa66b by disabling virtio-keyboard by default
|
||||
* Add IPv6 support for multi machine tests
|
||||
|
||||
Changes in openQA-devel-container:
|
||||
|
||||
- Update to version 5.1766014013.377e64fe9:
|
||||
* Update to latest openQA version
|
||||
</description>
|
||||
<package>openQA</package>
|
||||
<package>openQA:openQA-devel-test</package>
|
||||
<package>openQA:openQA-test</package>
|
||||
<package>openQA:openQA-worker-test</package>
|
||||
<package>openQA:openQA-client-test</package>
|
||||
<package>os-autoinst</package>
|
||||
<package>os-autoinst:os-autoinst-test</package>
|
||||
<package>os-autoinst:os-autoinst-devel-test</package>
|
||||
<package>os-autoinst:os-autoinst-openvswitch-test</package>
|
||||
<package>openQA-devel-container</package>
|
||||
</patchinfo>
|
||||
Reference in New Issue
Block a user