From 959bcc4adeac70f321c4bb8e49194c69a6f3dfe2b4fcc915659bf935038915f3 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sat, 18 Aug 2018 10:54:04 +0000 Subject: [PATCH] Accepting request 629997 from home:EGDFree:branches:server:messaging - update to 0.2.6 * #1090 Fix possible resource leaks in test * #1089 Limit the size of a save file in file_saving_test. * #1088 Use --config to tell bazel about the environment. * #1085 Prune long long warnings. * #1084 Fix style in toxav.c. * #1083 Fix coding style in rtp module. * #1082 Fix groupav.c style and avoid casts in toxav_old.c. * #1080 Fix memory leak in error path in group A/V. * #1079 Fix style in video.c. * #1078 Fix style in msi.c. * #1077 Make conferences_object properly typed. * #1076 Fix style in bwcontroller module. * #1074 Move OSX to stage 1 of Travis. * #1073 Stop running tests in the bazel build. * #1072 Avoid forward declaration of rtp structs. * #1071 Temporarily disable FreeBSD build, since it times out. * #1070 Fix enumerator names in toxav to comply with toxcore naming standards. * #1068 Fix a few warnings from clang. * #1067 Remove last use of the MIN macro. * #1066 Remove all uses of the PAIR macro in toxav. * #1064 Fix ToxAv's use of struct Tox. * #1063 Avoid passing -1 as friend connection to new groups. * #1062 Check that the save file size isn't larger than our address space. * #1060 Avoid implicit conversion of negative value to uint32_t. * #1059 Assert that we don't divide by 0 in random_testing.cc. * #1056 Fix typo in loop over assocs. * #1053 Use tokstyle in the cmake travis build. * #1049 Fix some printf format specifiers. * #1043 Add simple deterministic random number generator for tests * #1042 Add callback for successful connection to a conference * #1039 Use the crypto random functions instead of rand(). * #1036 Add deprecation notice to some UPPER_CASE enums. * #1016 Split out conference type (text/av) from identifier. OBS-URL: https://build.opensuse.org/request/show/629997 OBS-URL: https://build.opensuse.org/package/show/server:messaging/c-toxcore?expand=0&rev=20 --- c-toxcore-0.2.5.tar.gz | 3 --- c-toxcore-0.2.5.tar.gz.asc | 16 ---------------- c-toxcore-0.2.6.tar.gz | 3 +++ c-toxcore-0.2.6.tar.gz.asc | 16 ++++++++++++++++ c-toxcore.changes | 38 ++++++++++++++++++++++++++++++++++++++ c-toxcore.spec | 2 +- 6 files changed, 58 insertions(+), 20 deletions(-) delete mode 100644 c-toxcore-0.2.5.tar.gz delete mode 100644 c-toxcore-0.2.5.tar.gz.asc create mode 100644 c-toxcore-0.2.6.tar.gz create mode 100644 c-toxcore-0.2.6.tar.gz.asc diff --git a/c-toxcore-0.2.5.tar.gz b/c-toxcore-0.2.5.tar.gz deleted file mode 100644 index 46736b1..0000000 --- a/c-toxcore-0.2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ad8a3b3dac80e0a46087fd1f7895819f22494e6b687d68e4a779eeff21ad2d8 -size 482160 diff --git a/c-toxcore-0.2.5.tar.gz.asc b/c-toxcore-0.2.5.tar.gz.asc deleted file mode 100644 index 37b8644..0000000 --- a/c-toxcore-0.2.5.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIcBAABAgAGBQJbay5tAAoJEGAaYEt+YFd2twcP+wcS2ZC09Xvd48zhGfiBbftR -LxbIJpjvUrz7RjXVVHxLjGL1ttp6Qf2aTYXTtGBMwQhTnCSRIOWC6uagxhAyDyCw -MQlzZe633qhM+F64EluXQP99C+uojCx2MvW/4Tn7q1k6kVPsb51s9G2h11526vzI -lSXRsaxQrqhNuDuLRLXR4F9pBNRcgGiftGJodIMYHuM3qMmiPqldHONy5/HhpV3i -/x0LuMKSbFUWXtlTjj95NEbS092bNNlxm8cT3hQ9JK/9jc0bvRiEmYctS12wJdMg -qhKsKtq9DCf41Q3FT+0aBg4Sxwsekx2Tw/QKKtpKisXJdOxWwnWd2UUtdzAc3gTq -2Xs8neUWu6KUVGDq8mAPzWQxIP3phCzl+C6aNBbNnCkOr/zbL7qH0BmSo/xNaDEt -qVadZbcrHPfcdaVSGePo8+XZ79zlyPX1Nm0VIxYTeZuyXnmOUfqExpueRC3Y3tx6 -wvZFpMyJgYBY5J0QEQMzFgMvcxvI4rcM8pwIOJXxbtWzh6oMGijDy8+SQOto90Kx -SOPT7GYDKIBkSPwRduKtfZ6IYQ9Mfq7/8i30oeLXdml47L2EmRI5f7MX/SH71baD -3+yslsfUH1QIVs82YKjOA9X1V7V4li5TG4Pp5pJIppkwMU0QhMW5oPS//Qr3dhkd -RgJIYSb30bs9VXr3R54r -=BAFN ------END PGP SIGNATURE----- diff --git a/c-toxcore-0.2.6.tar.gz b/c-toxcore-0.2.6.tar.gz new file mode 100644 index 0000000..b4f0e0a --- /dev/null +++ b/c-toxcore-0.2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4caeadede44c8ea00710d075c3f11d0255e89c0140278b701de1323a78b6311 +size 484051 diff --git a/c-toxcore-0.2.6.tar.gz.asc b/c-toxcore-0.2.6.tar.gz.asc new file mode 100644 index 0000000..0cfb98f --- /dev/null +++ b/c-toxcore-0.2.6.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbdeS3AAoJEGAaYEt+YFd2wAQP/3v6BoyEETuRBf9NvwD34BFv +PyB7z6jzzqDEe/WM/C/hv4rMImDmbeENC5GWoWEJSZICXly3Zyj3qbem69CRsg9p +UnwU0b+x56Qk7+krd7PkkB2DeYA18YReRRefOs2Obzwjyz9bzanGJY9Zd9Delx6h +0P+Ohm3GNItXIhh7zRVjFeBmCISCmcUIG2+S7OlTo45upka4KjPR4rlupZaq8HMU +zK8auLPLK9vDGKaUgFTeyYZl+bL+M91QozYwlnYtOLHgkYqLnb6IPOd/0cwgbN8m +dsbanknR84NDAUt7JguVVrskmrUNaUZ+2SZMOsKQwOsVit77XG6ReLzjTumChYW4 +nQiEZ9WbNgSjnsXB9W/iijECLAijjH+nZRDYvXGLLwE9uvfMXCbk5J8G+6lboCAe +KZX0cQOqVr0PT4VwoCJXhObVVMUhXENEttt2499qHtyF8aJjy6XhzcADpuUiV7WC +2VxHNHkBYbfwODIDn2VfW1RXqTNnrAOikz+PUUUz1tMkKV5ln54aednfYoRviWKm +2oqSg8IAIz9y543b8BEmxpaR9dZWyr0UDQ+ycbD+vWbKk4tlEjr6jU2CsLlkyBdZ +cFI8bL9W3BXudaNctACPSw2TWJPcs46qzAMDO7AYvE356z0rBKl8l4ab4pnUOQnX +mr+fBfIWkjSwrwqfEohj +=Katy +-----END PGP SIGNATURE----- diff --git a/c-toxcore.changes b/c-toxcore.changes index 9a6ca76..5f38a44 100644 --- a/c-toxcore.changes +++ b/c-toxcore.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Fri Aug 17 16:40:12 UTC 2018 - egdfree@opensuse.org + +- update to 0.2.6 + * #1090 Fix possible resource leaks in test + * #1089 Limit the size of a save file in file_saving_test. + * #1088 Use --config to tell bazel about the environment. + * #1085 Prune long long warnings. + * #1084 Fix style in toxav.c. + * #1083 Fix coding style in rtp module. + * #1082 Fix groupav.c style and avoid casts in toxav_old.c. + * #1080 Fix memory leak in error path in group A/V. + * #1079 Fix style in video.c. + * #1078 Fix style in msi.c. + * #1077 Make conferences_object properly typed. + * #1076 Fix style in bwcontroller module. + * #1074 Move OSX to stage 1 of Travis. + * #1073 Stop running tests in the bazel build. + * #1072 Avoid forward declaration of rtp structs. + * #1071 Temporarily disable FreeBSD build, since it times out. + * #1070 Fix enumerator names in toxav to comply with toxcore naming standards. + * #1068 Fix a few warnings from clang. + * #1067 Remove last use of the MIN macro. + * #1066 Remove all uses of the PAIR macro in toxav. + * #1064 Fix ToxAv's use of struct Tox. + * #1063 Avoid passing -1 as friend connection to new groups. + * #1062 Check that the save file size isn't larger than our address space. + * #1060 Avoid implicit conversion of negative value to uint32_t. + * #1059 Assert that we don't divide by 0 in random_testing.cc. + * #1056 Fix typo in loop over assocs. + * #1053 Use tokstyle in the cmake travis build. + * #1049 Fix some printf format specifiers. + * #1043 Add simple deterministic random number generator for tests + * #1042 Add callback for successful connection to a conference + * #1039 Use the crypto random functions instead of rand(). + * #1036 Add deprecation notice to some UPPER_CASE enums. + * #1016 Split out conference type (text/av) from identifier. + ------------------------------------------------------------------- Wed Aug 8 18:02:09 UTC 2018 - egdfree@opensuse.org diff --git a/c-toxcore.spec b/c-toxcore.spec index 587ba09..fff6efe 100644 --- a/c-toxcore.spec +++ b/c-toxcore.spec @@ -20,7 +20,7 @@ # See also http://en.opensuse.org/openSUSE:Specfile_guidelines %define _soversion 2 Name: c-toxcore -Version: 0.2.5 +Version: 0.2.6 Release: 0 Summary: Secure decentralized instant messaging application License: GPL-3.0-only