Page MenuHomeSolus

D3248.diff
No OneTemporary

D3248.diff

diff --git a/abi_symbols b/abi_symbols
--- a/abi_symbols
+++ b/abi_symbols
@@ -12,7 +12,6 @@
libtoxcore.so.2:DHT_non_lan_connected
libtoxcore.so.2:DHT_save
libtoxcore.so.2:DHT_size
-libtoxcore.so.2:TCP_socket_data_recv_buffer
libtoxcore.so.2:ac_iterate
libtoxcore.so.2:ac_kill
libtoxcore.so.2:ac_new
@@ -73,7 +72,6 @@
libtoxcore.so.2:count_chatlist
libtoxcore.so.2:count_friendlist
libtoxcore.so.2:create_announce_request
-libtoxcore.so.2:create_audio_encoder
libtoxcore.so.2:create_data_request
libtoxcore.so.2:create_onion_packet
libtoxcore.so.2:create_onion_packet_tcp
@@ -288,19 +286,36 @@
libtoxcore.so.2:nc_get_self_public_key
libtoxcore.so.2:nc_get_self_secret_key
libtoxcore.so.2:nc_get_tcp_c
+libtoxcore.so.2:net_accept
libtoxcore.so.2:net_connect
+libtoxcore.so.2:net_error
libtoxcore.so.2:net_family
+libtoxcore.so.2:net_family_is_ipv4
+libtoxcore.so.2:net_family_is_ipv6
+libtoxcore.so.2:net_family_is_tcp_family
+libtoxcore.so.2:net_family_is_tcp_ipv4
+libtoxcore.so.2:net_family_is_tcp_ipv6
+libtoxcore.so.2:net_family_is_tcp_onion
+libtoxcore.so.2:net_family_is_tox_tcp_ipv4
+libtoxcore.so.2:net_family_is_tox_tcp_ipv6
+libtoxcore.so.2:net_family_is_unspec
libtoxcore.so.2:net_freeipport
libtoxcore.so.2:net_getipport
libtoxcore.so.2:net_htonl
libtoxcore.so.2:net_htons
+libtoxcore.so.2:net_kill_strerror
+libtoxcore.so.2:net_listen
+libtoxcore.so.2:net_new_strerror
libtoxcore.so.2:net_ntohl
libtoxcore.so.2:net_ntohs
libtoxcore.so.2:net_pack_u16
libtoxcore.so.2:net_pack_u32
libtoxcore.so.2:net_pack_u64
libtoxcore.so.2:net_port
+libtoxcore.so.2:net_recv
+libtoxcore.so.2:net_send
libtoxcore.so.2:net_socket
+libtoxcore.so.2:net_socket_data_recv_buffer
libtoxcore.so.2:net_unpack_u16
libtoxcore.so.2:net_unpack_u32
libtoxcore.so.2:net_unpack_u64
@@ -383,8 +398,6 @@
libtoxcore.so.2:read_TCP_length
libtoxcore.so.2:read_TCP_packet
libtoxcore.so.2:read_packet_TCP_secure_connection
-libtoxcore.so.2:reconfigure_audio_decoder
-libtoxcore.so.2:reconfigure_audio_encoder
libtoxcore.so.2:recv_tcp_relay_handler
libtoxcore.so.2:remove_request_received
libtoxcore.so.2:route_packet
@@ -528,6 +541,7 @@
libtoxcore.so.2:tox_max_custom_packet_size
libtoxcore.so.2:tox_max_filename_length
libtoxcore.so.2:tox_max_friend_request_length
+libtoxcore.so.2:tox_max_hostname_length
libtoxcore.so.2:tox_max_message_length
libtoxcore.so.2:tox_max_name_length
libtoxcore.so.2:tox_max_status_message_length
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : toxcore
-version : 0.2.2
-release : 17
+version : 0.2.3
+release : 18
source :
- - https://github.com/TokTok/c-toxcore/archive/v0.2.2.tar.gz : a3b25d8bd92b9526b47ba1f60a2893d2154a80bb7ae690f44b5a2dea41c76ea1
+ - https://github.com/TokTok/c-toxcore/archive/v0.2.3.tar.gz : 22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34
license : GPL-3.0-or-later
component : security.library
summary : toxcore is the core library for Tox communication clients.
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,8 +2,8 @@
<Source>
<Name>toxcore</Name>
<Packager>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>security.library</PartOf>
@@ -20,9 +20,10 @@
<PartOf>security.library</PartOf>
<Files>
<Path fileType="config">/etc/tox-bootstrapd.conf</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib64/lib*.so</Path>
- <Path fileType="library">/usr/lib64/lib*.so.*</Path>
+ <Path fileType="executable">/usr/bin/tox-bootstrapd</Path>
+ <Path fileType="library">/usr/lib64/libtoxcore.so</Path>
+ <Path fileType="library">/usr/lib64/libtoxcore.so.2</Path>
+ <Path fileType="library">/usr/lib64/libtoxcore.so.2.3.0</Path>
<Path fileType="library">/usr/lib64/systemd/system/tox-bootstrapd.service</Path>
<Path fileType="library">/usr/lib64/sysusers.d/tox-bootstrapd.conf</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/tox-bootstrapd.conf</Path>
@@ -35,20 +36,22 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
- <Dependency release="17">toxcore</Dependency>
+ <Dependency release="18">toxcore</Dependency>
</RuntimeDependencies>
<Files>
- <Path fileType="header">/usr/include/</Path>
- <Path fileType="data">/usr/lib64/pkgconfig/*.pc</Path>
+ <Path fileType="header">/usr/include/tox/tox.h</Path>
+ <Path fileType="header">/usr/include/tox/toxav.h</Path>
+ <Path fileType="header">/usr/include/tox/toxencryptsave.h</Path>
+ <Path fileType="data">/usr/lib64/pkgconfig/toxcore.pc</Path>
</Files>
</Package>
<History>
- <Update release="17">
- <Date>2018-04-20</Date>
- <Version>0.2.2</Version>
+ <Update release="18">
+ <Date>2018-07-05</Date>
+ <Version>0.2.3</Version>
<Comment>Packaging update</Comment>
- <Name>Ikey Doherty</Name>
- <Email>ikey@solus-project.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 3:35 PM (3 h, 3 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5794021
Default Alt Text
D3248.diff (5 KB)

Event Timeline