Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/x/x11vnc/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,8 @@ libc.so.6:__ctype_toupper_loc
libc.so.6:__errno_location
libc.so.6:__fdelt_chk
libc.so.6:__fprintf_chk
libc.so.6:__isoc99_sscanf
libc.so.6:__isoc23_sscanf
libc.so.6:__isoc23_strtol
libc.so.6:__libc_start_main
libc.so.6:__memcpy_chk
libc.so.6:__memmove_chk
Expand Down Expand Up @@ -291,7 +292,6 @@ libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtok
libc.so.6:strtol
libc.so.6:system
libc.so.6:time
libc.so.6:tmpfile
Expand Down Expand Up @@ -395,6 +395,7 @@ libssl.so.3:SSL_CTX_load_verify_locations
libssl.so.3:SSL_CTX_new
libssl.so.3:SSL_CTX_set_cipher_list
libssl.so.3:SSL_CTX_set_default_passwd_cb
libssl.so.3:SSL_CTX_set_security_level
libssl.so.3:SSL_CTX_set_timeout
libssl.so.3:SSL_CTX_set_verify
libssl.so.3:SSL_CTX_use_RSAPrivateKey_file
Expand Down
7 changes: 4 additions & 3 deletions packages/x/x11vnc/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : x11vnc
version : 0.9.16
release : 8
version : 0.9.17
release : 9
source :
- https://github.com/LibVNC/x11vnc/archive/0.9.16.tar.gz : 885e5b5f5f25eec6f9e4a1e8be3d0ac71a686331ee1cfb442dba391111bd32bd
- https://github.com/LibVNC/x11vnc/archive/0.9.17.tar.gz : 3ab47c042bc1c33f00c7e9273ab674665b85ab10592a8e0425589fe7f3eb1a69
homepage : https://libvnc.github.io
license : GPL-2.0-or-later
component : network.util
Expand All @@ -23,3 +23,4 @@ build : |
%make
install : |
%make_install
%install_license COPYING
17 changes: 9 additions & 8 deletions packages/x/x11vnc/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>x11vnc</Name>
<Homepage>https://libvnc.github.io</Homepage>
<Packager>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<PartOf>network.util</PartOf>
Expand All @@ -23,16 +23,17 @@
<Path fileType="executable">/usr/bin/Xdummy</Path>
<Path fileType="executable">/usr/bin/x11vnc</Path>
<Path fileType="data">/usr/share/applications/x11vnc.desktop</Path>
<Path fileType="man">/usr/share/man/man1/x11vnc.1</Path>
<Path fileType="data">/usr/share/licenses/x11vnc/COPYING</Path>
<Path fileType="man">/usr/share/man/man1/x11vnc.1.zst</Path>
</Files>
</Package>
<History>
<Update release="8">
<Date>2024-02-24</Date>
<Version>0.9.16</Version>
<Update release="9">
<Date>2026-02-16</Date>
<Version>0.9.17</Version>
<Comment>Packaging update</Comment>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
</Update>
</History>
</PISI>