14 Commits

Author SHA1 Message Date
paco
a381fc8d5a update net/dino to 0.3.1
Also fix issue with conflicting use of 2 versions of libsoup.
Originally raised by kn@, who sent initial patch.

ok kn@
2022-11-10 11:52:23 +00:00
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
rsadowski
df4fdd41c3 Remove all LIBxxx_VERSION hacks, cmake.mk can cope that now 2022-03-18 21:13:51 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
kn
9bd9a2f97c Update to dino 0.3.0
https://dino.im/blog/2022/02/dino-0.3-release/

Sort dependencies and enable tests while here.

OK op gnezdo paco
2022-02-21 16:33:33 +00:00
kn
dccd9e7616 Remove cherry-picked gtk+3 crash fix (Makefile r1.3)
The 0.22 release contains this commit but the update didn't remove the
patch, causing it to apply reversed and thus reintroducing the crash...
2021-10-11 09:31:25 +00:00
paco
c65f4508d6 update net/dino to 0.2.2
while here take maintainer.

ok solene@
2021-10-04 16:32:34 +00:00
kn
b765a3f142 Update to dino 0.2.1
https://github.com/dino/dino/releases/tag/v0.2.1
Maintenance release with fix for CVE-2021-33896 and bug fixes.

https://nvd.nist.gov/vuln/detail/CVE-2021-33896
"Dino before 0.1.2 and 0.2.x before 0.2.1 allows Directory Traversal
(only for creation of new files) via URI-encoded path separators."
2021-08-30 14:40:05 +00:00
solene
4bfa34b8b0 Import an upstream commit fixing a crash due to newer gtk3 version
7cedb64d3f

commit suggested by sthen@ , thanks!
diff ready to apply sent by Omar Polo, thanks too!
2021-08-29 12:59:17 +00:00
jasper
2e04c2a7bb fix build with vala-0.50.4
from upstream
2021-03-06 19:16:31 +00:00
kn
0729aed3b2 Updae to dino 0.2.0
https://dino.im/blog/2020/11/dino-0.2-release/

Similar diff from Alex Hosten
OK paco solene (for Alex's diff)
2021-01-16 21:08:39 +00:00
jasper
a3a708c7e6 fix build with vala 0.50; from upstream 2020-11-02 09:10:42 +00:00
jca
0390ee9e3d Loosen the dep on libsignal-protocol-c
Dino currently requires version 2.3.2, citing compat issues with
libsignal-protocol-c patch releases.  2.3.3 is safe, no API and ABI
change.  Tweak to accept any 2.3.x release for now, to let dino build.
2020-04-07 23:34:52 +00:00
landry
10cb8936be Import dino 0.1.0.
Dino (https://dino.im) is a modern Gtk+3/Vala open-source chat client
for the desktop. It focuses on providing a clean and reliable
Jabber/XMPP experience while having your privacy in mind.

ok ajacoutot@
2020-02-13 11:58:55 +00:00