forked from products/PackageHub
Compare commits
24 Commits
add_uzdoom
...
maintenanc
| Author | SHA256 | Date | |
|---|---|---|---|
| 0305bdaf8d | |||
|
|
04a5237bbe | ||
| 9e102a1492 | |||
|
|
191235d1f9 | ||
|
|
3bd6ac96e5 | ||
| 1a1de1b2d9 | |||
|
|
bb3aba861c | ||
| af029e918c | |||
| fa3f4c5576 | |||
|
|
6440255204 | ||
|
|
796b04d33b | ||
| 8f2f9d86b0 | |||
|
|
2fd56b30d4 | ||
| 63082ba7c7 | |||
|
|
958cec1a14 | ||
| e52b646803 | |||
| 4f34e4bea2 | |||
|
|
42e7a03923 | ||
| 6814660c4a | |||
| 190d66cdae | |||
| d47e73860e | |||
| fdbe485ba9 | |||
| 5104c42303 | |||
| 075b076300 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -26242,7 +26242,3 @@
|
||||
path = openQA-devel-container
|
||||
url = ../../pool/openQA-devel-container
|
||||
branch = leap-16.0
|
||||
[submodule "uzdoom"]
|
||||
path = uzdoom
|
||||
url = ../../pool/uzdoom
|
||||
branch = leap-16.0
|
||||
|
||||
2
chromium
2
chromium
Submodule chromium updated: b03ba53280...01df99bff1
2
coredns
2
coredns
Submodule coredns updated: c75b9e7492...8273aa64e4
2
gimp
2
gimp
Submodule gimp updated: fa630de895...539373922d
2
helmfile
2
helmfile
Submodule helmfile updated: 6bf0433278...5670b579cc
Submodule micro-editor updated: 14dead0bee...493acf5fad
2
minisign
2
minisign
Submodule minisign updated: 0120e9a39f...e3f15b140a
2
openQA
2
openQA
Submodule openQA updated: 3a65228a89...6dadc65c94
Submodule openQA-devel-container updated: ec89d608df...cba0a7873c
Submodule os-autoinst updated: c341c75fb2...2e93dd4b61
79
patchinfo.20260119134919947913.93181000773252/_patchinfo
Normal file
79
patchinfo.20260119134919947913.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,79 @@
|
||||
<patchinfo incident="packagehub-90">
|
||||
<packager>gbazzotti</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for micro-editor</summary>
|
||||
<description>This update for micro-editor fixes the following issues:
|
||||
|
||||
Changes in micro-editor:
|
||||
|
||||
- Update to version 2.0.15:
|
||||
* truecolor (supersedes the MICRO_TRUECOLOR environment variable)
|
||||
* showchars (deprecates indentchar)
|
||||
* lockbindings for completely disallowing plugins to modify keybindings
|
||||
* helpsplit for changing default split type for the help command
|
||||
* pageoverlap for setting number of lines kept during page up/page down
|
||||
* Added FirstTab, LastTab, FirstSplit and LastSplit commands
|
||||
* SkipMultiCursorBack as a counterpart to SkipMultiCursor
|
||||
* CursorToViewTop, CursorToViewCenter, CursorToViewBottom
|
||||
* Duplicate for duplicating the selection only, not the whole line
|
||||
* Plugins never write to settings.json or bindings.json anymore
|
||||
* Add onBufferOptionChanged callback
|
||||
* Add SpawnCursorAtLoc()
|
||||
* Expose bufpane's DoubleClick and TripleClick to plugins
|
||||
* Pass mouse info to {on,pre}MouseXXX callbacks
|
||||
* Support goto statement from Lua 5.2
|
||||
* Various Syntax Highlighting improvements
|
||||
|
||||
- Update to version 2.0.14:
|
||||
* matchbracestyle to choose whether to underline or highlight matching braces
|
||||
* matchbraceleft to choose whether to match brace to the left of the cursor
|
||||
* hltrailingws to highlight trailing whitespace
|
||||
* hltaberrors to highlight tab vs space inconsistencies
|
||||
* Add jump command to perform a relative goto
|
||||
* Add sub-word movement actions and improve word movements
|
||||
* Add paragraph selection actions and improve paragraph movements
|
||||
* Make Shift-PageUp/Down the default keybindings for SelectPageUp/Down
|
||||
* Add signatures support to improve filetype detection in ambiguous cases
|
||||
* Provide default.yaml for default syntax highlighting
|
||||
* Improvements in syntax highlighting for various languages
|
||||
* More generic support for mouse events handling
|
||||
* Add mouse release and mouse drag events
|
||||
* Make MouseMultiCursor toggle cursors
|
||||
* Better support for handling mouse events in lua
|
||||
* Better API for lua timers
|
||||
* Add onAnyEvent callback
|
||||
* Allow colorschemes to include other colorschemes
|
||||
* Give user's files in ~/.config/micro/ precedence over micro's built-in
|
||||
files
|
||||
* Respect umask when creating files
|
||||
* Smarter smartpaste
|
||||
* Make default fileformat value suited to the OS
|
||||
* Improve buffer view relocation after jumping to a far-away location
|
||||
* Improve return values of some actions for better action chaining
|
||||
* Autocomplete filetypes
|
||||
* Allow raw escape sequence to be bound with bind
|
||||
* Various small improvements
|
||||
* Fix various crashes
|
||||
* Fix micro killed by SIGINT sent to its shell job
|
||||
* Various fixes for setting local options
|
||||
* Various fixes for reloading settings via reload command
|
||||
* Various fixes for updating settings after changing filetype
|
||||
* Fix unneeded rewriting of settings.json
|
||||
* Fix overwriting persistent non-default settings in settings.json with
|
||||
temporary default settings
|
||||
* Don't apply rmtrailingws on autosave
|
||||
* Don't autosave unmodified buffer
|
||||
* Properly update autosave timer when the autosave option value changes
|
||||
* Fix opening filenames including colons with parsecursor
|
||||
* Fix replace to be able to insert '$'
|
||||
* Fix cursor moving to an unexpected location after a redo
|
||||
* Make cursor movements after selection consistent
|
||||
* Fix incorrect buffer view after reloading file
|
||||
* Fix lost mouse release events in case the pane becomes inactive
|
||||
* Add proper locking to LineArray to fix potential races
|
||||
* Cleanup indentation and trailing whitespace
|
||||
* Improve plugin documentation
|
||||
</description>
|
||||
<package>micro-editor</package>
|
||||
</patchinfo>
|
||||
43
patchinfo.20260119135010553480.93181000773252/_patchinfo
Normal file
43
patchinfo.20260119135010553480.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,43 @@
|
||||
<patchinfo incident="packagehub-94">
|
||||
<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:
|
||||
|
||||
Fri Jan 16 20:30:53 UTC 2026 - okurz@suse.com
|
||||
|
||||
- Update to version 5.1768564451.45d5d5b2:
|
||||
* feat: optionally configure fake auth key+secret+expiration
|
||||
* OpenSuseIssueReporter: Avoid multiple push calls
|
||||
* unit_tests: Add unit tests for OpenSuseBugzillaUtils
|
||||
* unit_tests: Adapt the UI tests to the new kernel bug button
|
||||
* plugins: Introduce OpenSuseIssueReporter for external issue reporting
|
||||
|
||||
Changes in os-autoinst:
|
||||
|
||||
Fri Jan 16 20:43:12 UTC 2026 - okurz@suse.com
|
||||
- Update to version 5.1768577300.b85e486:
|
||||
* fix(dist): provide proper copyright headers in all spec-files
|
||||
* fix(dist): try to fix os-autoinst-obs-auto-submit reverting content
|
||||
|
||||
Changes in openQA-devel-container:
|
||||
|
||||
Fri Jan 16 20:41:22 UTC 2026 - okurz@suse.de
|
||||
|
||||
- Update to version 5.1768564451.45d5d5b2e:
|
||||
* 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>
|
||||
222
patchinfo.20260120154940279982.93181000773252/_patchinfo
Normal file
222
patchinfo.20260120154940279982.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,222 @@
|
||||
<patchinfo incident="packagehub-87">
|
||||
<issue tracker="cve" id="2025-68156"/>
|
||||
<issue tracker="cve" id="2025-68161"/>
|
||||
<issue tracker="cve" id="2024-51744"/>
|
||||
<issue tracker="bnc" id="1239728">VUL-0: CVE-2025-29786: coredns: github.com/expr-lang/expr: memory exhaustion when unbounded input string is processed by Expr expression parser</issue>
|
||||
<issue tracker="bnc" id="1256411">VUL-0: CVE-2025-68151: coredns: coredns: lack of resource-limiting controls in multiple CoreDNS server implementations allows an unauthenticated remote attacker to exhaust memory and crash the server</issue>
|
||||
<issue tracker="bnc" id="1239294">VUL-0: CVE-2025-22868: coredns: golang.org/x/oauth2/jws: Unexpected memory consumption during token parsing in golang.org/x/oauth2</issue>
|
||||
<issue tracker="cve" id="2025-58063"/>
|
||||
<issue tracker="bnc" id="1249389">VUL-0: CVE-2025-58063: coredns: CoreDNS Lease ID Confusion</issue>
|
||||
<issue tracker="bnc" id="1255345">VUL-0: CVE-2025-68156: coredns: github.com/expr-lang/expr/builtin: uncontrolled recursion in expression evaluation can cause a denial of service</issue>
|
||||
<packager>amanzini</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for coredns</summary>
|
||||
<description>This update for coredns fixes the following issues:
|
||||
|
||||
Changes in coredns:
|
||||
|
||||
- fix CVE-2025-68156 bsc#1255345
|
||||
- fix CVE-2025-68161 bsc#1256411
|
||||
- Update to version 1.14.0:
|
||||
* core: Fix gosec G115 integer overflow warnings
|
||||
* core: Add regex length limit
|
||||
* plugin/azure: Fix slice init length
|
||||
* plugin/errors: Add optional show_first flag to consolidate directive
|
||||
* plugin/file: Fix for misleading SOA parser warnings
|
||||
* plugin/kubernetes: Rate limits to api server
|
||||
* plugin/metrics: Implement plugin chain tracking
|
||||
* plugin/sign: Report parser err before missing SOA
|
||||
* build(deps): bump github.com/expr-lang/expr from 1.17.6 to 1.17.7
|
||||
|
||||
- Update to version 1.13.2:
|
||||
* core: Add basic support for DoH3
|
||||
* core: Avoid proxy unnecessary alloc in Yield
|
||||
* core: Fix usage of sync.Pool to save an alloc
|
||||
* core: Fix data race with sync.RWMutex for uniq
|
||||
* core: Prevent QUIC reload panic by lazily initializing the listener
|
||||
* core: Refactor/use reflect.TypeFor
|
||||
* plugin/auto: Limit regex length
|
||||
* plugin/cache: Remove superfluous allocations in item.toMsg
|
||||
* plugin/cache: Isolate metadata in prefetch goroutine
|
||||
* plugin/cache: Correct spelling of MaximumDefaultTTL in cache and dnsutil
|
||||
packages
|
||||
* plugin/dnstap: Better error handling (redial & logging) when Dnstap is busy
|
||||
* plugin/file: Performance finetuning
|
||||
* plugin/forward: Disallow NOERROR in failover
|
||||
* plugin/forward: Added support for per-nameserver TLS SNI
|
||||
* plugin/forward: Prevent busy loop on connection err
|
||||
* plugin/forward: Add max connect attempts knob
|
||||
* plugin/geoip: Add ASN schema support
|
||||
* plugin/geoip: Add support for subdivisions
|
||||
* plugin/kubernetes: Fix kubernetes plugin logging
|
||||
* plugin/multisocket: Cap num sockets to prevent OOM
|
||||
* plugin/nomad: Support service filtering
|
||||
* plugin/rewrite: Pre-compile CNAME rewrite regexp
|
||||
* plugin/secondary: Fix reload causing secondary plugin goroutine to leak
|
||||
|
||||
- Update to version 1.13.1:
|
||||
* core: Avoid string concatenation in loops
|
||||
* core: Update golang to 1.25.2 and golang.org/x/net to v0.45.0 on CVE fixes
|
||||
* plugin/sign: Reject invalid UTF‑8 dbfile token
|
||||
|
||||
- Update to version 1.13.0:
|
||||
* core: Export timeout values in dnsserver.Server
|
||||
* core: Fix Corefile infinite loop on unclosed braces
|
||||
* core: Fix Corefile related import cycle issue
|
||||
* core: Normalize panics on invalid origins
|
||||
* core: Rely on dns.Server.ShutdownContext to gracefully stop
|
||||
* plugin/dnstap: Add bounds for plugin args
|
||||
* plugin/file: Fix data race in tree Elem.Name
|
||||
* plugin/forward: No failover to next upstream when receiving SERVFAIL or
|
||||
REFUSED response codes
|
||||
* plugin/grpc: Enforce DNS message size limits
|
||||
* plugin/loop: Prevent panic when ListenHosts is empty
|
||||
* plugin/loop: Avoid panic on invalid server block
|
||||
* plugin/nomad: Add a Nomad plugin
|
||||
* plugin/reload: Prevent SIGTERM/reload deadlock
|
||||
|
||||
- fix CVE-2025-58063 bsc#1249389
|
||||
- Update to version 1.12.4:
|
||||
* bump deps
|
||||
* fix(transfer): goroutine leak on axfr err (#7516)
|
||||
* plugin/etcd: fix import order for ttl test (#7515)
|
||||
* fix(grpc): check proxy list length in policies (#7512)
|
||||
* fix(https): propagate HTTP request context (#7491)
|
||||
* fix(plugin): guard nil lookups across plugins (#7494)
|
||||
* lint: add missing prealloc to backend lookup test (#7510)
|
||||
* fix(grpc): span leak on error attempt (#7487)
|
||||
* test(plugin): improve backend lookup coverage (#7496)
|
||||
* lint: enable prealloc (#7493)
|
||||
* lint: enable durationcheck (#7492)
|
||||
* Add Sophotech to adopters list (#7495)
|
||||
* plugin: Use %w to wrap user error (#7489)
|
||||
* fix(metrics): add timeouts to metrics HTTP server (#7469)
|
||||
* chore(ci): restrict token permissions (#7470)
|
||||
* chore(ci): pin workflow dependencies (#7471)
|
||||
* fix(forward): use netip package for parsing (#7472)
|
||||
* test(plugin): improve test coverage for pprof (#7473)
|
||||
* build(deps): bump github.com/go-viper/mapstructure/v2 (#7468)
|
||||
* plugin/file: fix label offset problem in ClosestEncloser (#7465)
|
||||
* feat(trace): migrate dd-trace-go v1 to v2 (#7466)
|
||||
* test(multisocket): deflake restart by using a fresh port and coordinated cleanup (#7438)
|
||||
* chore: update Go version to 1.24.6 (#7437)
|
||||
* plugin/header: Remove deprecated syntax (#7436)
|
||||
* plugin/loadbalance: support prefer option (#7433)
|
||||
* Improve caddy.GracefulServer conformance checks (#7416)
|
||||
|
||||
- Update to version 1.12.3:
|
||||
* chore: Minor changes to `Dockerfile` (#7428)
|
||||
* Properly create hostname from IPv6 (#7431)
|
||||
* Bump deps
|
||||
* fix: handle cached connection closure in forward plugin (#7427)
|
||||
* plugin/test: fix TXT record comparison for multi-chunk vs multiple records
|
||||
* plugin/file: preserve case in SRV record names and targets per RFC 6763
|
||||
* fix(auto/file): return REFUSED when no next plugin is available (#7381)
|
||||
* Port to AWS Go SDK v2 (#6588)
|
||||
* fix(cache): data race when refreshing cached messages (#7398)
|
||||
* fix(cache): data race when updating the TTL of cached messages (#7397)
|
||||
* chore: fix docs incompatibility (#7390)
|
||||
* plugin/rewrite: Add EDNS0 Unset Action (#7380)
|
||||
* add args: startup_timeout for kubernetes plugin (#7068)
|
||||
* [plugin/cache] create a copy of a response to ensure original data is never
|
||||
modified
|
||||
* Add support for fallthrough to the grpc plugin (#7359)
|
||||
* view: Add IPv6 example match (#7355)
|
||||
* chore: enable more rules from revive (#7352)
|
||||
* chore: enable early-return and superfluous-else from revive (#7129)
|
||||
* test(plugin): improve tests for auto (#7348)
|
||||
* fix(proxy): flaky dial tests (#7349)
|
||||
* test: add t.Helper() calls to test helper functions (#7351)
|
||||
* fix(kubernetes): multicluster DNS race condition (#7350)
|
||||
* lint: enable wastedassign linter (#7340)
|
||||
* test(plugin): add tests for any (#7341)
|
||||
* Actually invoke make release -f Makefile.release during test (#7338)
|
||||
* Keep golang to 1.24.2 due to build issues in 1.24.3 (#7337)
|
||||
* lint: enable protogetter linter (#7336)
|
||||
* lint: enable nolintlint linter (#7332)
|
||||
* fix: missing intrange lint fix (#7333)
|
||||
* perf(kubernetes): optimize AutoPath slice allocation (#7323)
|
||||
* lint: enable intrange linter (#7331)
|
||||
* feat(plugin/file): fallthrough (#7327)
|
||||
* lint: enable canonicalheader linter (#7330)
|
||||
* fix(proxy): avoid Dial hang after Transport stopped (#7321)
|
||||
* test(plugin): add tests for pkg/rand (#7320)
|
||||
* test(dnsserver): add unit tests for gRPC and QUIC servers (#7319)
|
||||
* fix: loop variable capture and linter (#7328)
|
||||
* lint: enable usetesting linter (#7322)
|
||||
* test: skip certain network-specific tests on non-Linux (#7318)
|
||||
* test(dnsserver): improve core/dnsserver test coverage (#7317)
|
||||
* fix(metrics): preserve request size from plugins (#7313)
|
||||
* fix: ensure DNS query name reset in plugin.NS error path (#7142)
|
||||
* feat: enable plugins via environment during build (#7310)
|
||||
* fix(plugin/bind): remove zone for link-local IPv4 (#7295)
|
||||
* test(request): improve coverage across package (#7307)
|
||||
* test(coremain): Add unit tests (#7308)
|
||||
* ci(test-e2e): add Go version setup to workflow (#7309)
|
||||
* kubernetes: add multicluster support (#7266)
|
||||
* chore: Add new maintainer thevilledev (#7298)
|
||||
* Update golangci-lint (#7294)
|
||||
* feat: limit concurrent DoQ streams and goroutines (#7296)
|
||||
* docs: add man page for multisocket plugin (#7297)
|
||||
* Prepare for the k8s api upgrade (#7293)
|
||||
* fix(rewrite): truncated upstream response (#7277)
|
||||
* fix(plugin/secondary): make transfer property mandatory (#7249)
|
||||
* plugin/bind: remove macOS bug mention in docs (#7250)
|
||||
* Remove `?bla=foo:443` for `POST` DoH (#7257)
|
||||
* Do not interrupt querying readiness probes for plugins (#6975)
|
||||
* Added `SetProxyOptions` function for `forward` plugin (#7229)
|
||||
|
||||
- Backported quic-go PR #5094: Fix parsing of ifindex from packets
|
||||
to ensure compatibility with big-endian architectures
|
||||
(see quic-go/quic-go#4978, coredns/coredns#6682).
|
||||
|
||||
- Update to version 1.12.1:
|
||||
* core: Increase CNAME lookup limit from 7 to 10 (#7153)
|
||||
* plugin/kubernetes: Fix handling of pods having DeletionTimestamp set
|
||||
* plugin/kubernetes: Revert "only create PTR records for endpoints with
|
||||
hostname defined"
|
||||
* plugin/forward: added option failfast_all_unhealthy_upstreams to return
|
||||
servfail if all upstreams are down
|
||||
* bump dependencies, fixing bsc#1239294 and bsc#1239728
|
||||
|
||||
- Update to version 1.12.0:
|
||||
* New multisocket plugin - allows CoreDNS to listen on multiple sockets
|
||||
* bump deps
|
||||
|
||||
- Update to version 1.11.4:
|
||||
* forward plugin: new option next, to try alternate upstreams when receiving
|
||||
specified response codes upstreams on (functions like the external plugin
|
||||
alternate)
|
||||
* dnssec plugin: new option to load keys from AWS Secrets Manager
|
||||
* rewrite plugin: new option to revert EDNS0 option rewrites in responses
|
||||
|
||||
- Update to version 1.11.3+git129.387f34d:
|
||||
* fix CVE-2024-51744 (https://bugzilla.suse.com/show_bug.cgi?id=1232991)
|
||||
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 (#6955)
|
||||
* core: set cache-control max-age as integer, not float (#6764)
|
||||
* Issue-6671: Fixed the order of plugins. (#6729)
|
||||
* `root`: explicit mark `dnssec` support (#6753)
|
||||
* feat: dnssec load keys from AWS Secrets Manager (#6618)
|
||||
* fuzzing: fix broken oss-fuzz build (#6880)
|
||||
* Replace k8s.io/utils/strings/slices by Go stdlib slices (#6863)
|
||||
* Update .go-version to 1.23.2 (#6920)
|
||||
* plugin/rewrite: Add "revert" parameter for EDNS0 options (#6893)
|
||||
* Added OpenSSF Scorecard Badge (#6738)
|
||||
* fix(cwd): Restored backwards compatibility of Current Workdir (#6731)
|
||||
* fix: plugin/auto: call OnShutdown() for each zone at its own OnShutdown() (#6705)
|
||||
* feature: log queue and buffer memory size configuration (#6591)
|
||||
* plugin/bind: add zone for link-local IPv6 instead of skipping (#6547)
|
||||
* only create PTR records for endpoints with hostname defined (#6898)
|
||||
* fix: reverter should execute the reversion in reversed order (#6872)
|
||||
* plugin/etcd: fix etcd connection leakage when reload (#6646)
|
||||
* kubernetes: Add useragent (#6484)
|
||||
* Update build (#6836)
|
||||
* Update grpc library use (#6826)
|
||||
* Bump go version from 1.21.11 to 1.21.12 (#6800)
|
||||
* Upgrade antonmedv/expr to expr-lang/expr (#6814)
|
||||
* hosts: add hostsfile as label for coredns_hosts_entries (#6801)
|
||||
* fix TestCorefile1 panic for nil handling (#6802)
|
||||
</description>
|
||||
<package>coredns</package>
|
||||
</patchinfo>
|
||||
19
patchinfo.20260121084311542237.93181000773252/_patchinfo
Normal file
19
patchinfo.20260121084311542237.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,19 @@
|
||||
<patchinfo incident="packagehub-91">
|
||||
<issue tracker="cve" id="2026-1220"/>
|
||||
<issue tracker="bnc" id="1257011">VUL-0: CVE-2026-1220: chromium: Race in V8 (update to 144.0.7559.96)</issue>
|
||||
<issue tracker="bnc" id="1256938">Chromium icon missing in Gnome on Leap 16</issue>
|
||||
<packager>AndreasStieger</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for chromium</summary>
|
||||
<description>This update for chromium fixes the following issues:
|
||||
|
||||
Changes in chromium:
|
||||
|
||||
- Chromium 144.0.7559.96 (boo#1257011)
|
||||
* CVE-2026-1220: Race in V8
|
||||
|
||||
- update INSTALL.sh to handle the addded tags in the desktop file (boo#1256938)
|
||||
</description>
|
||||
<package>chromium</package>
|
||||
</patchinfo>
|
||||
28
patchinfo.20260121084629327942.93181000773252/_patchinfo
Normal file
28
patchinfo.20260121084629327942.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,28 @@
|
||||
<patchinfo incident="packagehub-92">
|
||||
<packager>AndreasStieger</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for minisign</summary>
|
||||
<description>This update for minisign fixes the following issues:
|
||||
|
||||
Changes in minisign:
|
||||
|
||||
- Bugfix:
|
||||
* bugfix: duplicate command-line arguments [7dfdb3c]
|
||||
|
||||
- Security fix: [gpg.fail/trustcomment]
|
||||
* Trusted comment injection (minisign) [6c59875]
|
||||
* trim(): only trim trailing \r\n, reject straight \r characters
|
||||
|
||||
- Security fix: [gpg.fail/minisign]
|
||||
* Trusted comment injection (minisign) [a10dc92]
|
||||
* Bail out if the signature file contains unprintable characters
|
||||
|
||||
- Update to version 0.12
|
||||
* Libsodium is now an optional dependency. When using the Zig
|
||||
toolchain to compile Minisign, you can specify the
|
||||
-Dwithout-libsodium flag to build and run without libsodium.
|
||||
* Key identifiers are now zero-padded when printed.
|
||||
</description>
|
||||
<package>minisign</package>
|
||||
</patchinfo>
|
||||
24
patchinfo.20260121084821180176.93181000773252/_patchinfo
Normal file
24
patchinfo.20260121084821180176.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,24 @@
|
||||
<patchinfo incident="packagehub-88">
|
||||
<issue tracker="cve" id="2025-14422"/>
|
||||
<issue tracker="cve" id="2025-14423"/>
|
||||
<issue tracker="bnc" id="1255293">VUL-0: CVE-2025-14422: gimp: PNM File Parsing Integer Overflow Remote Code Execution Vulnerability</issue>
|
||||
<issue tracker="bnc" id="1255296">VUL-0: CVE-2025-14425: gimp: JP2 File Parsing Heap-based Buffer Overflow Remote Code Execution Vulnerability</issue>
|
||||
<issue tracker="cve" id="2025-14425"/>
|
||||
<issue tracker="bnc" id="1255295">VUL-0: CVE-2025-14424: gimp: XCF File Parsing Use-After-Free Remote Code Execution Vulnerability</issue>
|
||||
<issue tracker="bnc" id="1255294">VUL-0: CVE-2025-14423: gimp: LBM File Parsing Stack-based Buffer Overflow Remote Code Execution Vulnerability</issue>
|
||||
<issue tracker="cve" id="2025-14424"/>
|
||||
<packager>mgorse</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for gimp</summary>
|
||||
<description>This update for gimp fixes the following issues:
|
||||
|
||||
Changes in gimp:
|
||||
|
||||
- CVE-2025-14422: Fixed PNM File Parsing Integer Overflow (bsc#1255293)
|
||||
- CVE-2025-14423: Fixed LBM File Parsing Stack-based Buffer Overflow (bsc#1255294)
|
||||
- CVE-2025-14424: Fixed XCF File Parsing Use-After-Free (bsc#1255295)
|
||||
- CVE-2025-14425: Fixed JP2 File Parsing Heap-based Buffer Overflow(bsc#1255296)
|
||||
</description>
|
||||
<package>gimp</package>
|
||||
</patchinfo>
|
||||
132
patchinfo.20260121120556714095.93181000773252/_patchinfo
Normal file
132
patchinfo.20260121120556714095.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,132 @@
|
||||
<patchinfo incident="packagehub-89">
|
||||
<packager>manfred-h</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for helmfile</summary>
|
||||
<description>This update for helmfile fixes the following issues:
|
||||
|
||||
Changes in helmfile:
|
||||
|
||||
- Update to version 1.2.3:
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.32.2 to 1.32.3 by @dependabot[bot] in #2308
|
||||
* build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2
|
||||
by @dependabot[bot] in #2310
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.92.1 to 1.93.0 by @dependabot[bot] in #2307
|
||||
* Add parameter to render helmfile as go template without .gotmpl
|
||||
extension by @ronaldour in #2312
|
||||
* build(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 by
|
||||
@dependabot[bot] in #2315
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.93.0 to 1.93.2 by @dependabot[bot] in #2323
|
||||
* build(deps): bump k8s.io/apimachinery from 0.34.2 to 0.34.3
|
||||
by @dependabot[bot] in #2322
|
||||
* build(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by
|
||||
@dependabot[bot] in #2317
|
||||
* build(deps): bump k8s.io/client-go from 0.34.2 to 0.34.3 by
|
||||
@dependabot[bot] in #2321
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.32.3 to 1.32.5 by @dependabot[bot] in #2320
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.19.2 to 3.19.3 by
|
||||
@dependabot[bot] in #2325
|
||||
* build(deps): bump helm.sh/helm/v4 from 4.0.1 to 4.0.2 by
|
||||
@dependabot[bot] in #2326
|
||||
* build(deps): bump actions/upload-artifact from 5 to 6 by
|
||||
@dependabot[bot] in #2331
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.19.3 to 3.19.4 by
|
||||
@dependabot[bot] in #2328
|
||||
* build(deps): bump actions/download-artifact from 6 to 7 by
|
||||
@dependabot[bot] in #2332
|
||||
* build(deps): bump dessant/lock-threads from 5 to 6 by
|
||||
@dependabot[bot] in #2330
|
||||
* build(deps): bump helm.sh/helm/v4 from 4.0.3 to 4.0.4 by
|
||||
@dependabot[bot] in #2329
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3
|
||||
from 1.93.2 to 1.94.0 by @dependabot[bot] in #2333
|
||||
* bump helm version to 4.0.4 by @yxxhero in #2335
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.32.5 to 1.32.6 by @dependabot[bot] in #2336
|
||||
* build(deps): bump github.com/zclconf/go-cty-yaml from 1.1.0
|
||||
to 1.2.0 by @dependabot[bot] in #2340
|
||||
* build(deps): bump k8s.io/client-go from 0.34.3 to 0.35.0 by
|
||||
@dependabot[bot] in #2338
|
||||
* fix: rewrite relative file:// chart dependencies to absolute
|
||||
paths by @sstarcher in #2334
|
||||
|
||||
- Update to version 1.2.2:
|
||||
* Fix AWS SDK debug logging by making it configurable (issue
|
||||
#2270) by @aditmeno in #2290
|
||||
* test: add integration test for issue #2291 (CRD preservation
|
||||
with strategicMergePatches) by @aditmeno in #2292
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.32.1 to 1.32.2 by @dependabot[bot] in #2300
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3
|
||||
from 1.92.0 to 1.92.1 by @dependabot[bot] in #2299
|
||||
* fix: resolve issues #2295, #2296, and #2297 by @aditmeno
|
||||
in #2298
|
||||
* build(deps): update Helm v4 to 4.0.1 and helm-secrets to
|
||||
4.7.4 by @aditmeno in #2304
|
||||
* feat: add print-env command by @dschmidt in #2279
|
||||
|
||||
- Update to version 1.2.1:
|
||||
* build(deps): bump azure/setup-helm from 4.3.0 to 4.3.1 by
|
||||
@dependabot[bot] in #2274
|
||||
* build(deps): bump github.com/helmfile/vals from 0.42.4 to
|
||||
0.42.5 by @dependabot[bot] in #2272
|
||||
* build(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0
|
||||
by @dependabot[bot] in #2277
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.90.2 to 1.91.1 by @dependabot[bot] in #2284
|
||||
* Fix four critical issues: environment merging, kubeVersion
|
||||
detection, lookup() with kustomize, and Helm 4 color flags by
|
||||
@aditmeno in #2276
|
||||
* build(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1 by
|
||||
@dependabot[bot] in #2283
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.20 to 1.32.0 by @dependabot[bot] in #2282
|
||||
* build(deps): bump actions/checkout from 5 to 6 by
|
||||
@dependabot[bot] in #2287
|
||||
* build(deps): bump k8s.io/client-go from 0.34.1 to 0.34.2 by
|
||||
@dependabot[bot] in #2285
|
||||
* Fix four critical bugs: array merging (#2281), AWS SDK logging
|
||||
(#2270), helmDefaults skip flags (#2269), and OCI chart versions
|
||||
(#2247) by @aditmeno in #2288
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.91.1 to 1.92.0 by @dependabot[bot] in #2286
|
||||
|
||||
- Update to version 1.2.0:
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.15 to 1.31.16 by @dependabot[bot] in #2242
|
||||
* build(deps): bump github.com/hashicorp/go-getter from 1.8.2
|
||||
to 1.8.3 by @dependabot[bot] in #2241
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.89.0 to 1.89.1 by @dependabot[bot] in #2240
|
||||
* build(deps): bump github.com/containerd/containerd from 1.7.28
|
||||
to 1.7.29 by @dependabot[bot] in #2249
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.89.1 to 1.90.0 by @dependabot[bot] in #2248
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.16 to 1.31.17 by @dependabot[bot] in #2245
|
||||
* build(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0 by
|
||||
@dependabot[bot] in #2251
|
||||
* build(deps): bump golangci/golangci-lint-action from 8 to 9 by
|
||||
@dependabot[bot] in #2250
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.17 to 1.31.18 by @dependabot[bot] in #2253
|
||||
* build(deps): bump golang.org/x/term from 0.36.0 to 0.37.0 by
|
||||
@dependabot[bot] in #2256
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/config from
|
||||
1.31.18 to 1.31.20 by @dependabot[bot] in #2259
|
||||
* perf(app): Parallelize helmfile.d rendering and eliminate chdir
|
||||
race conditions by @aditmeno in #2261
|
||||
* build(deps): bump k8s.io/apimachinery from 0.34.1 to 0.34.2 by
|
||||
@dependabot[bot] in #2264
|
||||
* Issue-1883 fix by @zhaque44 in #2058
|
||||
* feat: add Helm 4 support while maintaining Helm 3 compatibility
|
||||
by @aditmeno in #2262
|
||||
* build(deps): bump github.com/aws/aws-sdk-go-v2/service/s3 from
|
||||
1.90.0 to 1.90.2 by @dependabot[bot] in #2258
|
||||
</description>
|
||||
<package>helmfile</package>
|
||||
</patchinfo>
|
||||
72
patchinfo.20260122121240008027.93181000773252/_patchinfo
Normal file
72
patchinfo.20260122121240008027.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,72 @@
|
||||
<patchinfo incident="packagehub-93">
|
||||
<issue tracker="cve" id="2025-58058"/>
|
||||
<issue tracker="cve" id="2025-47911"/>
|
||||
<issue tracker="cve" id="2025-58190"/>
|
||||
<issue tracker="bnc" id="1251399">VUL-0: CVE-2025-47911: sbctl: golang.org/x/net/html: various algorithms with quadratic complexity when parsing HTML documents</issue>
|
||||
<issue tracker="bnc" id="1251609">VUL-0: CVE-2025-58190: sbctl: golang.org/x/net/html: excessive memory consumption by `html.ParseFragment` when processing specially crafted input</issue>
|
||||
<issue tracker="bnc" id="1248949">VUL-0: CVE-2025-58058: sbctl: github.com/ulikunitz/xz: github.com/ulikunitz/xz leaks memory</issue>
|
||||
<packager>jubalh</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for sbctl</summary>
|
||||
<description>This update for sbctl fixes the following issues:
|
||||
|
||||
Changes in sbctl:
|
||||
|
||||
- Upgrade the embedded golang.org/x/net to 0.46.0
|
||||
* Fixes: bsc#1251399, CVE-2025-47911: various algorithms with
|
||||
quadratic complexity when parsing HTML documents
|
||||
* Fixes: bsc#1251609, CVE-2025-58190: excessive memory consumption
|
||||
by 'html.ParseFragment' when processing specially crafted input
|
||||
|
||||
- Update to version 0.18:
|
||||
* logging: fixup new go vet warning
|
||||
* workflows: add cc for cross compile
|
||||
* workflow: add sudo to apt
|
||||
* workflow: add pcsclite to ci
|
||||
* workflow: try enable cgo
|
||||
* go.mod: update golang.org/x/ dependencies
|
||||
* fix: avoid adding bogus Country attribute to subject DNs
|
||||
* sbctl: only store file if we did actually sign the file
|
||||
* installkernel: add post install hook for Debian's traditional installkernel
|
||||
* CI: missing libpcsclite pkg
|
||||
* workflows: add missing depends and new pattern keyword
|
||||
* Add yubikey example for create keys to the README
|
||||
* Initial yubikey backend keytype support
|
||||
* verify: ensure we pass args in correct order
|
||||
|
||||
- bsc#1248949 (CVE-2025-58058):
|
||||
Bump xz to 0.5.14
|
||||
|
||||
- Update to version 0.17:
|
||||
* Ensure we don't wrongly compare input/output files when signing
|
||||
* Added --json supprt to sbctl verify
|
||||
* Ensure sbctl setup with no arguments returns a helpful output
|
||||
* Import latest Microsoft keys for KEK and db databases
|
||||
* Ensure we print the path of the file when encountering an invalid PE file
|
||||
* Misc fixups in tests
|
||||
* Misc typo fixes in prints
|
||||
|
||||
- Update to version 0.16:
|
||||
* Ensure sbctl reads --config even if /etc/sbctl/sbctl.conf is
|
||||
present
|
||||
* Fixed a bug where sbctl would abort if the TPM eventlog
|
||||
contains the same byte multiple times
|
||||
* Fixed a landlock bug where enroll-keys --export did not work
|
||||
* Fixed a bug where an ESP mounted to multiple paths would not be
|
||||
detected
|
||||
* Exporting keys without efivars present work again
|
||||
* sbctl sign will now use the saved output path if the signed
|
||||
file is enrolled
|
||||
* enroll-keys --append will now work without --force.
|
||||
- Updates from version 0.15.4:
|
||||
* Fixed an issue where sign-all did not report a non-zero exit
|
||||
code when something failed
|
||||
* Fixed and issue where we couldn't write to a file with landlock
|
||||
* Fixed an issue where --json would print the human readable
|
||||
output and the json
|
||||
* Fixes landlock for UKI/bundles by disabling the sandbox feature
|
||||
* Some doc fixups that mentioned /usr/share/
|
||||
</description>
|
||||
<package>sbctl</package>
|
||||
</patchinfo>
|
||||
@@ -1,12 +0,0 @@
|
||||
<patchinfo>
|
||||
<packager>eroca</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for uzdoom</summary>
|
||||
<description>This update for uzdoom fixes the following issues:
|
||||
|
||||
Introduces uzdoom.
|
||||
|
||||
</description>
|
||||
<package>uzdoom</package>
|
||||
</patchinfo>
|
||||
2
sbctl
2
sbctl
Submodule sbctl updated: c8315ff856...ff582da4e2
1
uzdoom
1
uzdoom
Submodule uzdoom deleted from 9a62caf05a
Reference in New Issue
Block a user