Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 0/4]
@ 2016-04-22 20:57 Patrick Keroulas
  2016-04-22 20:57 ` [Buildroot] [PATCH v1 1/4] libpjsip: add gnutls support and fix various things Patrick Keroulas
                   ` (3 more replies)
  0 siblings, 4 replies; 19+ messages in thread
From: Patrick Keroulas @ 2016-04-22 20:57 UTC (permalink / raw)
  To: buildroot

This patchset provides a new package: ring-daemon and its dependencies.
Ring is a secure and distributed voice, video and chat communication
platform that requires no centralized server. It relies on SIP stack
provided by libpjsip and OpenDHT for the distributed phone directory.
Since no UI hasn't been ported to embedded targets yet, an optional
Python client is supplied to interact with the daemon through D-Bus.

Patrick Keroulas (4):
  libpjsip: add gnutls support and fix various things
  msgpack: bump to version 1.4.0
  openDHT: new package
  ring-daemon: new package

 package/Config.in                                  |    2 +
 package/libpjsip/0003-Add-gnutls-support.patch     | 3373 ++++++++++++++++++++
 package/libpjsip/0004-Add-eagain-errno.patch       |   13 +
 .../libpjsip/0005-Support-multiple-listeners.patch |   66 +
 package/libpjsip/0006-Tune-ice-config.patch        |   23 +
 package/libpjsip/0007-Add-ice-session-getter.patch |   22 +
 package/libpjsip/0008-Fix-ARM-endianness.patch     |   19 +
 package/msgpack/msgpack.hash                       |    2 +-
 package/msgpack/msgpack.mk                         |   10 +-
 package/opendht/Config.in                          |   21 +
 package/opendht/opendht.hash                       |    2 +
 package/opendht/opendht.mk                         |   26 +
 package/ring-daemon/Config.in                      |   47 +
 package/ring-daemon/dring.yml                      |  118 +
 package/ring-daemon/ring-client.init               |   38 +
 package/ring-daemon/ring-daemon.hash               |    2 +
 package/ring-daemon/ring-daemon.init               |   47 +
 package/ring-daemon/ring-daemon.mk                 |   66 +
 18 files changed, 3892 insertions(+), 5 deletions(-)
 create mode 100644 package/libpjsip/0003-Add-gnutls-support.patch
 create mode 100644 package/libpjsip/0004-Add-eagain-errno.patch
 create mode 100644 package/libpjsip/0005-Support-multiple-listeners.patch
 create mode 100644 package/libpjsip/0006-Tune-ice-config.patch
 create mode 100644 package/libpjsip/0007-Add-ice-session-getter.patch
 create mode 100644 package/libpjsip/0008-Fix-ARM-endianness.patch
 create mode 100644 package/opendht/Config.in
 create mode 100644 package/opendht/opendht.hash
 create mode 100644 package/opendht/opendht.mk
 create mode 100644 package/ring-daemon/Config.in
 create mode 100644 package/ring-daemon/dring.yml
 create mode 100644 package/ring-daemon/ring-client.init
 create mode 100644 package/ring-daemon/ring-daemon.hash
 create mode 100644 package/ring-daemon/ring-daemon.init
 create mode 100644 package/ring-daemon/ring-daemon.mk

-- 
1.9.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2016-05-04 19:23 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 20:57 [Buildroot] [PATCH v1 0/4] Patrick Keroulas
2016-04-22 20:57 ` [Buildroot] [PATCH v1 1/4] libpjsip: add gnutls support and fix various things Patrick Keroulas
2016-04-22 21:21   ` Thomas Petazzoni
2016-05-03 21:08     ` Patrick Keroulas
2016-05-03 21:43       ` Arnout Vandecappelle
2016-05-04 15:22         ` Patrick Keroulas
2016-05-04 19:23           ` Arnout Vandecappelle
2016-04-22 20:57 ` [Buildroot] [PATCH v1 2/4] msgpack: bump to version 1.4.0 Patrick Keroulas
2016-04-22 21:23   ` Thomas Petazzoni
2016-05-02 20:57     ` Patrick Keroulas
2016-04-22 21:52   ` Thomas Petazzoni
2016-04-22 20:57 ` [Buildroot] [PATCH v1 3/4] openDHT: new package Patrick Keroulas
2016-04-22 21:30   ` Thomas Petazzoni
2016-04-22 20:57 ` [Buildroot] [PATCH v1 4/4] ring-daemon: " Patrick Keroulas
2016-04-22 22:19   ` Thomas Petazzoni
2016-04-25 14:29     ` Jérôme Oufella
2016-04-25 18:18     ` Patrick Keroulas
2016-04-25 19:24       ` Thomas Petazzoni
2016-04-25 21:20         ` Patrick Keroulas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox