Accepting request 624679 from server:messaging

OBS-URL: https://build.opensuse.org/request/show/624679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/c-toxcore?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2018-07-23 16:02:30 +00:00 committed by Git OBS Bridge
commit 3430b0d2d6
6 changed files with 87 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34
size 471336

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbMWkOAAoJEGAaYEt+YFd23QAP/24efcujtEKumdmc95ajMAGg
BD914BRazHRZkcQniXmE+Kbhl0Q/kMzwGQv/Ut9TFnRy3lPWGfU9H7m8yebM6AIk
+9QPWb9t1FTh9UMW4SpjAGFuwXO4tP6TBdn30gk0JEZ70saN9WT6LoMwP6Vj3j1i
tHYeXei/qFiBDCOl+UhL9y9n6TkDY/MvEFSH0TyVJVIwokFdL3BX6oiLx6gzDn3f
FLtcmQ/aXV3zh+DyCEdezRZATN+nnIn1NLppLGS2PR6Cv79zxLlV044BLYGF9taI
sK303ykcwxieBXf3TREU/nz1ztooJEzFp3GKO9wVAuAd+i8WtO78IrN6qqMLfOgn
KLrN2OC7OzbF02mDaNpYsvp/V8KNcjzEufDUtfbZr7C8tsksEWj/srCbvVcXzM+x
5+ZeGJDQ8j9YaVdafYrW9ubwCOhfo4cJaIsB2G4FNPAA/bJsLPtxhXczZEtSsFRj
3mnnPEXvaLvGA3A0GjOTXy4MiJzYAoV+95GJddQz8QufIQGioV3uSNBZVvSAOWJO
5kfjVBghJh138iplzwmHlGq4bev5DucLXbTSTdOnoikCgRsMiF+me9DA5GpCPBuZ
tI/uXXBvHzkMiO+AKMheCVrvJEqV2ze8iXSu9c8emWQXnEe3cvKHFpODz/Z14crt
K2HBBvlEh/UL1nGXE0Vp
=JFQU
-----END PGP SIGNATURE-----

3
c-toxcore-0.2.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4c712a8a4b0653ae42b472b4a2a2c969c21e6959a07fc32b302b97480ffba69
size 479618

View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIcBAABAgAGBQJbUlHUAAoJEGAaYEt+YFd2jqkP/jEtjhz9u9YLVBkRTTkzqHq3
WqpSv3Y5nMC3Jr8UXvu+uJnX7UDNpuvJneIGnyDeLulDyXQjX0pF1dQCkYRbO9+z
Jwu1qGGN3jiGKkijVur5ttde5B893ecYCIZ0Gu3hORxdjgIvjO2UrEvCu0xTq8hw
jUUN2GQnMRd3brjn2Y3JnPylJWs0fYWNVRf9hSsqj5KyuS63+XgQNGroOP5waISH
4P+zeuS5WyZ0GuXmygoCKiB2IuH8ZpMfjP0zAlQSHmW3NyRAAsKT2RVX0NV6Fv7O
qJn0pmjLwLFiaAkRs+YZe2S7i10DlQv7hzuzSEdeRB+pjbc5BlE2FeIQrjKv7rQr
wD5AwFlPJb1UF4Oq5QPFQbC5ZK2EuGgb4jESYqZGDfxC04Au8nOqwt58waWIaC6Y
1sZwC8HW6NvHeid+uf62oLVUp3ZtW164L2RJi03TdiYkBTttPz7gppRpjJvVhpVO
qufVJN+63TBWblrYJMofTkh+NQv2BYD66Vs8hHkGIkrVXNDa1mxrkqmcpBDhYlmV
HN0vqB0tJdszEyf41YhakQdyBSs2UeahVsBEFej9cVidpiTu20D2cHDrFjOu0W6k
WnyiR8CHQim6070vNhvHqTv1CXXqF/juqqiEzfXLT0PHD4WXjWiu55zRrX1iBdaU
HhOaZch1dd/FRRrXFTHS
=Azy9
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,70 @@
-------------------------------------------------------------------
Sat Jul 21 18:16:20 UTC 2018 - egdfree@opensuse.org
- update to 0.2.4
* #1014 Use string comparison operator in configure.ac.
* #1013 Link -lsocket and -lnsl for socket functions on Solaris.
* #1012 Correct the max hostname length constant.
* #1009 Using stdint instead of int/long
* #1008 Set _XOPEN_SOURCE to 700 for FreeBSD.
* #1007 Use enums for group packet types.
* #1006 Set C++11/C99 flag manually in older cmake on not-msvc.
* #1005 Use the correct repository name in the coverage badge.
* #1003 Remove LOGGER_ERROR for harmless send failure.
* #1001 Add conference_by_uid and conference_get_uid functions.
* #1000 Limit number of group chats to 65536.
* #998 Use named function types for group callbacks.
* #997 Style fixes in TCP code; remove MIN and PAIR from util.h.
* #996 Add the bazel build as one of the PR blocking builds.
* #995 Fix style in some header files.
* #994 Fix style in DHT.c.
* #993 Move load_state and its helper functions to their own module.
* #991 Use named function types for friend_connection callbacks.
* #990 Use named function types for friend_requests callbacks.
* #989 Use named function types for callbacks in net_crypto.
* #987 Use named types for onion callbacks.
* #986 Simplify Travis-CI FreeBSD build
* #985 Clarify the intent of "file kinds" in the API.
* #984 Avoid side-effectful assignments in conditionals.
* #981 Factor out time keeping code into its own module: mono_time.c.
* #979 Add a thread-safe version of unix_time and friends.
* #978 Rename BS_LIST to BS_List to follow the naming conventions.
* #977 Remove VLA usage from send_audio_packet.
* #976 Call the "peer leaves" callback only once on group delete.
* #975 Factor out the actual test code from conference_test.
* #972 Add a test that reproduces the NULL peer nick bug.
* #968 Make tox.c unambiguously parseable.
* #967 lan_discovery_test and version_test cleanup
* #966 Use run_auto_test.h test fixture for some auto-tests.
* #965 Add #include <cstdio> for std::printf.
* #964 Add some tests for our ring_buffer implementation.
* #962 Collect PACKET_ID* constants in net_crypto.h, cleanup their uses
* #958 Fix leak of Logger instances in dht_test.
* #957 Remove broken conference tests.
* #955 Another TCP_test upgrade
* #954 Proposal: Make arg host understand clearly.
* #953 Add missing MAX_HOSTNAME_LENGTH doc.
* #945 Add a test to try and overflow the send queue in net_crypto.
* #943 Correct check for net_crypto packet index.
* #942 Simplify Travis CI builds.
* #932 Various minor cleanups in net_crypto.
* #1015 Improve Solaris support
* #1004 qTox: "Program received signal SIGPIPE, Broken pipe." with TokTok-c-toxcore-v0.2.3_GH0 on FreeBSD 11.x.
* #988 Registration on https://nodes.tox.chat (question)
* #982 Merge the two travis stages for freebsd back into one
* #970 Crash with persistent groups
* #963 ToxAV's rb_write function is written in a strange way
* #946 [API] for max proxy address length
* #944 How detect that friend is busy
* #936 Help needed in testing a tox client,I need some dummy toxids to test .
* #923 Crash on malloc in ping_array_add
* #911 Weekly Tox Dev Meeting
* #910 Crash in clear_entry in ping_array.c
* #903 c-toxcore and LGPL (question)
* #528 c-toxcore on Windows can be compiled using MSYS2 (with modern MinGW-w64)
* #450 Run format-test earlier in the build
* #429 Cannot build on Windows using MinGW
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 13 19:50:20 UTC 2018 - egdfree@opensuse.org Fri Jul 13 19:50:20 UTC 2018 - egdfree@opensuse.org

View File

@ -20,7 +20,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
%define _soversion 2 %define _soversion 2
Name: c-toxcore Name: c-toxcore
Version: 0.2.3 Version: 0.2.4
Release: 0 Release: 0
Summary: Secure decentralized instant messaging application Summary: Secure decentralized instant messaging application
License: GPL-3.0-only License: GPL-3.0-only