Skip to content
Snippets Groups Projects
  1. Dec 16, 2020
  2. Dec 09, 2020
  3. Nov 18, 2020
  4. Nov 17, 2020
    • Kateryna Kostiuk's avatar
      dependencies: add libtasn for Darwin · d6261445
      Kateryna Kostiuk authored
      Currently libtasn builds as part of gnutls. When building
      with clang 12 asn1_der_coding return an error ASN1_VALUE_NOT_VALID
      when parsing time. This patch add libtasn to dependencies to
      use prebuilt version.
      
      Change-Id: I424ea58a3c89981e8c3a781c9cbd66fc429f919b
      d6261445
  5. Nov 10, 2020
  6. Oct 28, 2020
  7. Oct 24, 2020
  8. Oct 22, 2020
  9. Oct 21, 2020
  10. Oct 19, 2020
  11. Oct 15, 2020
    • Sandra Tobajas's avatar
      packaging: raspbian: remove qemu-user binaries · e6b6c694
      Sandra Tobajas authored
      As the packaging for raspbian platform does use the virtualization with
      qemu in user mode, remove the qemu binaries in the build container.
      
      Change-Id: Id72ca6bad3d47d525c3a7d0213d5fc5eebbaa3d4
      Unverified
      e6b6c694
    • Sandra Tobajas's avatar
      packaging: debian: use cross compilation for armhf platforms · d6dde7ee
      Sandra Tobajas authored
      Using qemu in user mode to build jami package for raspbian platforms
      adds a lot of overhead.
      
      Remove the virtualization using the Debian 10 cross-compiling toolchain.
      The target platform (i.e. the platform on which the package will be
      installed) has to be set and some compilation options has to be added in
      the debian/rules file.
      
      Also add the armhf architecture in the Docker container in order to
      install the package dependencies for this platform.
      
      Change-Id: Ic2282ad9377d52482bca4a4f0ef017fbcc1f8eb7
      Unverified
      d6dde7ee
  12. Oct 09, 2020
  13. Oct 08, 2020
  14. Sep 28, 2020
  15. Sep 26, 2020
  16. Sep 25, 2020
  17. Aug 28, 2020
    • Hussein Abdallah's avatar
      packaging: opensuse 15 fix docker and build gnutls · 27bbb2d0
      Hussein Abdallah authored and Sébastien Blin's avatar Sébastien Blin committed
      Correct the dockerfile for opensuse 15 replacing
       zypper --non-interactive  --gpg-auto-import-key refresh
      by
       zypper --non-interactive  --gpg-auto-import-keys refresh
      keyS must be in plural, otherwise the command fails
      
      Update the spec files for opensuse 15 leap by compiling GnuTLS
          make -j4 V=1 .ffmpeg .gnutls
      
      because when using the distro's GnuTLS 3.6.7  connections fail with
      [TLS] handshake failed: An error has been detected in the library and
      cannot continue operations.
      
      Change-Id: I40a726e429b9f68447199f336ebe4a68ddfccf30
      Unverified
      27bbb2d0
  18. Aug 26, 2020
    • Hussein Abdallah's avatar
      packaging: rhel8 needs json-cpp and up-to-date gnutls · 81656f6e
      Hussein Abdallah authored and Sébastien Blin's avatar Sébastien Blin committed
      add BuildRequires jsoncpp-devel to the spec files, otherwise
      buliding RPM packages for RHEL 8 fails with this message
      
      contrib/x86_64-redhat-linux checking for Jsoncpp... yes
      checking for ZLIB... yes checking for PJPROJECT... no
      configure: error: Missing pjproject files error: Bad exit status ...
      
      Add '.gnutls' after 'make -j4 V=1 .ffmpeg' in the spec file
      if we don't compile GnuTLS Jami is unable to establish p2p communication
      
      Error message in dring when using RHEL8's GnuTLS version 3.6.8
      [TLS] handshake failed: An error has been detected in the library and cannot
      continue operations.
      
      Change-Id: Ic8c500eaa286d66f251588f8052267d0bfc3240f
      Unverified
      81656f6e
  19. Aug 21, 2020
  20. Aug 20, 2020
  21. Aug 18, 2020
  22. Aug 12, 2020
    • Andreas Traczyk's avatar
      add the qt client submodule · 5ec47bc3
      Andreas Traczyk authored and Sébastien Blin's avatar Sébastien Blin committed
      Replaces the ring-client-windows submodule with jami-client-qt and
      adjusts make-ring.py and helper scripts to support both the gtk and
      qt client builds for GNU/Linux.
      
      Gitlab: #581
      Change-Id: I55c0272cb354c9fa96f3541b6e5a8b7b271f14ba
      Unverified
      5ec47bc3
  23. Jun 02, 2020
  24. May 21, 2020
  25. Apr 28, 2020
  26. Apr 22, 2020
  27. Apr 17, 2020
  28. Mar 11, 2020
  29. Feb 21, 2020
Loading