Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
142c68f3db | |||
ee09bca060 | |||
301c8a30de | |||
088941ea8e | |||
dbac61387c | |||
121f2789b7 |
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/any1/neatvnc.git</param>
|
||||
<param name="revision">4c37ae9349f16a255cd3e95ed7931c71e6abf8fc</param>
|
||||
<param name="versionformat">0.9.2</param>
|
||||
<param name="revision">af5811b75e63f53d1d1f1f3f337387553a96786a</param>
|
||||
<param name="versionformat">0.9.5</param>
|
||||
</service>
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:310f33ff7ba0a2cf248e12e18557efd1374dac4a256ae3ee2f9dcd71d3e4600d
|
||||
size 785168
|
3
neatvnc-0.9.5.tar.xz
Normal file
3
neatvnc-0.9.5.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99cdddd640aa00f649f5dd1325f1ed8169c50aacdc057ea4b6cf4287eea52a3f
|
||||
size 785396
|
@@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 29 05:19:43 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.5:
|
||||
* Sending an illegal security type would result in use-after-free.
|
||||
* The required size for the alpha map for cursors was incorrectly
|
||||
calculated. This resulted in a heap-overflow under some circumstances.
|
||||
* The buffer transform for the cursor was being applied to the
|
||||
cursor hotspot. The buffer transform does not apply to the hotspot,
|
||||
so undoing the transform is incorrect. This resulted in the cursor
|
||||
being offset from the correct hotspot.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 08:09:46 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.4:
|
||||
* The last release leaked client resources and would keep capturing
|
||||
after all clients closed their connection. This release fixes
|
||||
that and a double-free on exit.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 23 18:23:21 UTC 2025 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
- Update to 0.9.3:
|
||||
* Fix some instances of use-after-free that can be reached before
|
||||
authentication takes place. Those should be viewed as potential
|
||||
vulnerabilities, so it would be prudent to upgrade ASAP if you're
|
||||
running Neat VNC on the internet.
|
||||
* Fix a few issues with WebSockets. One of those bugs will allow
|
||||
an unauthenticated client to put the server into an endless
|
||||
loop when parsing HTTP headers. There were also problems with
|
||||
ping message handling and the way some legacy clients/browsers
|
||||
were being dealt with that he fixed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 30 11:06:23 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
name: neatvnc
|
||||
version: 0.9.2
|
||||
mtime: 1733604143
|
||||
commit: 4c37ae9349f16a255cd3e95ed7931c71e6abf8fc
|
||||
version: 0.9.5
|
||||
mtime: 1740304370
|
||||
commit: af5811b75e63f53d1d1f1f3f337387553a96786a
|
||||
|
@@ -19,7 +19,7 @@
|
||||
%define libsoname libneatvnc0
|
||||
|
||||
Name: neatvnc
|
||||
Version: 0.9.2
|
||||
Version: 0.9.5
|
||||
Release: 0
|
||||
Summary: A VNC server library
|
||||
License: ISC
|
||||
|
Reference in New Issue
Block a user