forked from products/PackageHub
Compare commits
11 Commits
maintenanc
...
add_uzdoom
| Author | SHA256 | Date | |
|---|---|---|---|
| 7855604238 | |||
| ce46c687b7 | |||
|
|
913979831f | ||
| 201936805e | |||
| ee96dd430d | |||
|
|
e4c18f1b17 | ||
| 7484b999ac | |||
|
|
87019a2c96 | ||
| 5f13a6d6a2 | |||
| 132621a397 | |||
| d6d7a39cb4 |
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -26242,3 +26242,7 @@
|
||||
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
ffmpeg-4
2
ffmpeg-4
Submodule ffmpeg-4 updated: 5d7becce29...185351b606
Submodule micro-editor updated: 493acf5fad...14dead0bee
2
niri
2
niri
Submodule niri updated: de5c060c81...d66708d6ef
12
patchinfo.20260106152825813077.93181000773252/_patchinfo
Normal file
12
patchinfo.20260106152825813077.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,12 @@
|
||||
<patchinfo incident="packagehub-85">
|
||||
<issue tracker="bnc" id="1254975">niri doesn't set the right portal notification proxy</issue>
|
||||
<packager>mantarimay</packager>
|
||||
<rating>moderate</rating>
|
||||
<category>recommended</category>
|
||||
<summary>Recommended update for niri</summary>
|
||||
<description>This update for niri fixes the following issues:
|
||||
|
||||
- Fixed portal notification proxy (boo#1254975)
|
||||
</description>
|
||||
<package>niri</package>
|
||||
</patchinfo>
|
||||
13
patchinfo.20260119100234029640.93181000773252/_patchinfo
Normal file
13
patchinfo.20260119100234029640.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,13 @@
|
||||
<patchinfo incident="packagehub-84">
|
||||
<issue tracker="cve" id="2025-63757"/>
|
||||
<issue tracker="bnc" id="1255392">VUL-0: CVE-2025-63757: ffmpeg,ffmpeg-4: ffmpeg: accumulation of filtered pixel values can lead to an integer overflow</issue>
|
||||
<packager>jonathankang</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for ffmpeg-4</summary>
|
||||
<description>This update for ffmpeg-4 fixes the following issues:
|
||||
|
||||
- CVE-2025-63757: Fixed swscale/output: Fix integer overflow in yuv2ya16_X_c_template() (bsc#1255392).
|
||||
</description>
|
||||
<package>ffmpeg-4</package>
|
||||
</patchinfo>
|
||||
@@ -1,79 +0,0 @@
|
||||
<patchinfo>
|
||||
<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>
|
||||
15
patchinfo.20260120143234408409.93181000773252/_patchinfo
Normal file
15
patchinfo.20260120143234408409.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,15 @@
|
||||
<patchinfo incident="packagehub-86">
|
||||
<issue tracker="cve" id="2025-68616">VUL-0: CVE-2025-68616: python-weasyprint: server-side request forgery (SSRF) protection bypass via HTTP redirects allows access to internal network resources</issue>
|
||||
<issue tracker="bnc" id="1256936">VUL-0: CVE-2025-68616: python-weasyprint: server-side request forgery (SSRF) protection bypass via HTTP redirects allows access to internal network resources</issue>
|
||||
<packager>dgarcia</packager>
|
||||
<rating>important</rating>
|
||||
<category>security</category>
|
||||
<summary>Security update for python-weasyprint</summary>
|
||||
<description>This update for python-weasyprint fixes the following issues:
|
||||
|
||||
Changes in python-weasyprint:
|
||||
|
||||
- CVE-2025-68616: Fixed a server-side request forgery in default fetcher (boo#1256936).
|
||||
</description>
|
||||
<package>python-weasyprint</package>
|
||||
</patchinfo>
|
||||
12
patchinfo.20260126192907763486.93181000773252/_patchinfo
Normal file
12
patchinfo.20260126192907763486.93181000773252/_patchinfo
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
||||
Submodule python-weasyprint updated: 7179e10f1f...6a88841ded
1
uzdoom
Submodule
1
uzdoom
Submodule
Submodule uzdoom added at 9a62caf05a
Reference in New Issue
Block a user