From aae9fed939cfa24ac20452125881bfab48694e08142acc56b1fec6cb9598786c Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sat, 1 Sep 2018 10:20:11 +0000 Subject: [PATCH 1/2] Accepting request 632623 from home:EGDFree:branches:server:messaging - update to 0.2.7 * #1137 Make ip_is_lan return bool instead of 0/-1. * #1133 Make the tsan build fail instead of swallowing its errors. * #1132 Use bool in place of 0/1 int values. * #1131 Format crypto_core.c. * #1130 Fix test class name for mono_time_test. * #1129 Call abort instead of exit on test failure. * #1128 Add some tests for ping_array. * #1127 Update copyright to 2018. * #1125 Run save_compatibility_test in the autotools build. * #1124 Fix the PORT_ALLOC failure of save_compatibility_test. * #1123 Add support for setting a custom monotonic time function in mono_time * #1122 Run all tests (and compilation) in parallel with autotools. * #1120 Stop using massive macros in toxav_basic_test. * #1119 Use do-while instead of while in tests. * #1117 Fix leave callback calling in del_groupchat * #1112 Fix auto_tests Makefile * #1110 Add check to make sure tox was created successfully * #1109 Consistently use 'mono_time' rather than 'monotime' * #1107 Always print output on failure in cmake tests on Travis. * #1106 Fix libmisc_tools building * #1104 Avoid redefining macros from different files. * #1103 Upload coverage to codecov as well as coveralls. * #1102 Enable color diagnostics on circleci. * #1101 Make the save_compatibility_test work with bazel. * #1100 Make Mono_Time an argument to current_time_monotonic * #1099 Fix const cast in save-generator. * #1098 Run both asan and tsan on Circle CI. * #1097 Run project tests like yamllint_test. * #1096 Enable .travis.yml check and use non-markdown license. * #1094 Set _POSIX_C_SOURCE to 200112L. We need it for C99 compat. * #1092 Install the DHT_bootstrap binary on make install. * #1086 Try ipv6 connections even after udp timeout * #1081 Change while-loop to for-loop to express for-each-frame. * #1075 Fix FreeBSD VM on Travis not shutting down * #1061 Force storing the result of crypto_memcmp in the test. * #1057 Reduce the number of times unix_time_update is called. * #1051 Add save file generator, compatibility test, and generate a savefile * #1038 Use per-instance Mono_Time instead of a global unix_time OBS-URL: https://build.opensuse.org/request/show/632623 OBS-URL: https://build.opensuse.org/package/show/server:messaging/c-toxcore?expand=0&rev=22 --- c-toxcore-0.2.6.tar.gz | 3 --- c-toxcore-0.2.6.tar.gz.asc | 16 -------------- c-toxcore-0.2.7.tar.gz | 3 +++ c-toxcore-0.2.7.tar.gz.asc | 16 ++++++++++++++ c-toxcore.changes | 44 ++++++++++++++++++++++++++++++++++++++ c-toxcore.spec | 2 +- 6 files changed, 64 insertions(+), 20 deletions(-) delete mode 100644 c-toxcore-0.2.6.tar.gz delete mode 100644 c-toxcore-0.2.6.tar.gz.asc create mode 100644 c-toxcore-0.2.7.tar.gz create mode 100644 c-toxcore-0.2.7.tar.gz.asc diff --git a/c-toxcore-0.2.6.tar.gz b/c-toxcore-0.2.6.tar.gz deleted file mode 100644 index b4f0e0a..0000000 --- a/c-toxcore-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0cfb98f..0000000 --- a/c-toxcore-0.2.6.tar.gz.asc +++ /dev/null @@ -1,16 +0,0 @@ ------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-0.2.7.tar.gz b/c-toxcore-0.2.7.tar.gz new file mode 100644 index 0000000..b7bfa60 --- /dev/null +++ b/c-toxcore-0.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef6dbb06d921af58c6a2d7629e6f8eeafa1e541d379e4ff2ccb4ff5d3499cd1 +size 493642 diff --git a/c-toxcore-0.2.7.tar.gz.asc b/c-toxcore-0.2.7.tar.gz.asc new file mode 100644 index 0000000..a70901f --- /dev/null +++ b/c-toxcore-0.2.7.tar.gz.asc @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIcBAABAgAGBQJbiFzgAAoJEGAaYEt+YFd2K3IP/RF+WwRBbQACti6uhOApbOLt +W6AhHP74tz/W4c+fzXNzwhPH42lSdkLe229JlzNWb/ppy/W13nA3WridcS2xcxVs +WAPxVk3Izzct56vbpmDBm8d5vr6CzyW29Xtfl3FE3lhPDqNPdzJ8DRvQLJ+xVkn5 +Bc5Pv7SE7me1Vp3mDfFtEYspjHV+5Lav+jKmqE/1+O8npQZRHHXDlOqcKYTMJ1fZ +BHmMEHTQgfVFsFmLKwaPPq+7rs6SabPVhFnNXgtf3iduzmiwIg5bNojgi8szrfrq +X4A/ObYppeyXWW1iPS4s7XuDXhttmfB7iH+ItA6v1xDuo0upvVXQ43kUhlxb/v2A +Vx+hMcWq0K1p8tOU3rypKdsD/ZhZQEEdKtZZqszV6NtRiJ01kQHAWTUbjBxV+ZFb +/BWPF0qjUXxgGSQVeZWD3w1UKrPiB4E4MPoQ6hLGNQV2Z05ErCZwbzhISBB4JNh6 +mpCr2oolVL7MjMcXuCKL2QWY3lX7dvuCeQkO+opQmqrygHBlRkfgWKhOZcqbJ19E +56ZOUZj9NRUDRuJL2PsVkwRbms9YTOtwiUylNGClbpix39QsBv49YrglnZ2ypK4e +FkHct/3Yd5IZj/yYwQQahx7WwsDf4x/Swf1s+mvFT5K5x9vjxEFNC0JRcDjOAuQf +Vgc86Ka4vfLcioAfByKR +=sc1q +-----END PGP SIGNATURE----- diff --git a/c-toxcore.changes b/c-toxcore.changes index 5f38a44..bed0a89 100644 --- a/c-toxcore.changes +++ b/c-toxcore.changes @@ -1,3 +1,47 @@ +------------------------------------------------------------------- +Sat Sep 1 06:16:36 UTC 2018 - Andrey Karepin + +- update to 0.2.7 + + * #1137 Make ip_is_lan return bool instead of 0/-1. + * #1133 Make the tsan build fail instead of swallowing its errors. + * #1132 Use bool in place of 0/1 int values. + * #1131 Format crypto_core.c. + * #1130 Fix test class name for mono_time_test. + * #1129 Call abort instead of exit on test failure. + * #1128 Add some tests for ping_array. + * #1127 Update copyright to 2018. + * #1125 Run save_compatibility_test in the autotools build. + * #1124 Fix the PORT_ALLOC failure of save_compatibility_test. + * #1123 Add support for setting a custom monotonic time function in mono_time + * #1122 Run all tests (and compilation) in parallel with autotools. + * #1120 Stop using massive macros in toxav_basic_test. + * #1119 Use do-while instead of while in tests. + * #1117 Fix leave callback calling in del_groupchat + * #1112 Fix auto_tests Makefile + * #1110 Add check to make sure tox was created successfully + * #1109 Consistently use 'mono_time' rather than 'monotime' + * #1107 Always print output on failure in cmake tests on Travis. + * #1106 Fix libmisc_tools building + * #1104 Avoid redefining macros from different files. + * #1103 Upload coverage to codecov as well as coveralls. + * #1102 Enable color diagnostics on circleci. + * #1101 Make the save_compatibility_test work with bazel. + * #1100 Make Mono_Time an argument to current_time_monotonic + * #1099 Fix const cast in save-generator. + * #1098 Run both asan and tsan on Circle CI. + * #1097 Run project tests like yamllint_test. + * #1096 Enable .travis.yml check and use non-markdown license. + * #1094 Set _POSIX_C_SOURCE to 200112L. We need it for C99 compat. + * #1092 Install the DHT_bootstrap binary on make install. + * #1086 Try ipv6 connections even after udp timeout + * #1081 Change while-loop to for-loop to express for-each-frame. + * #1075 Fix FreeBSD VM on Travis not shutting down + * #1061 Force storing the result of crypto_memcmp in the test. + * #1057 Reduce the number of times unix_time_update is called. + * #1051 Add save file generator, compatibility test, and generate a savefile + * #1038 Use per-instance Mono_Time instead of a global unix_time + ------------------------------------------------------------------- Fri Aug 17 16:40:12 UTC 2018 - egdfree@opensuse.org diff --git a/c-toxcore.spec b/c-toxcore.spec index fff6efe..c200b9e 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.6 +Version: 0.2.7 Release: 0 Summary: Secure decentralized instant messaging application License: GPL-3.0-only From 18236e774a1b322deaaa748d3c10ef443c90f64ab5f672ef0dc503b67bc411a7 Mon Sep 17 00:00:00 2001 From: Eric Schirra Date: Sat, 1 Sep 2018 16:10:00 +0000 Subject: [PATCH 2/2] Accepting request 632648 from home:namtrac:branches:server:messaging - Fix license file name - Fix filelist (add DHT_bootstrap) OBS-URL: https://build.opensuse.org/request/show/632648 OBS-URL: https://build.opensuse.org/package/show/server:messaging/c-toxcore?expand=0&rev=23 --- c-toxcore.changes | 6 ++++++ c-toxcore.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/c-toxcore.changes b/c-toxcore.changes index bed0a89..a0efc52 100644 --- a/c-toxcore.changes +++ b/c-toxcore.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 1 12:19:22 UTC 2018 - Ismail Dönmez + +- Fix license file name +- Fix filelist (add DHT_bootstrap) + ------------------------------------------------------------------- Sat Sep 1 06:16:36 UTC 2018 - Andrey Karepin diff --git a/c-toxcore.spec b/c-toxcore.spec index c200b9e..cbd454a 100644 --- a/c-toxcore.spec +++ b/c-toxcore.spec @@ -152,13 +152,14 @@ systemd-tmpfiles --create %{_prefix}/lib/tmpfiles.d/tox-bootstrapd.conf %{_includedir}/tox/* %files -%license LICENSE.md +%license LICENSE %doc README.md DONATORS CHANGELOG.md %files daemon %dir %{_sysconfdir}/tox %dir %{_sysconfdir}/tox/bootstrapd %config(noreplace) %{_sysconfdir}/tox/bootstrapd/tox-bootstrapd.conf +%{_bindir}/DHT_bootstrap %{_bindir}/tox-bootstrapd %{_unitdir}/tox-bootstrapd.service %{_tmpfilesdir}/tox-bootstrapd.conf