[Pkg-voip-commits] [libre] branch master updated (a4b5260 -> 4b576b4)
Jonas Smedegaard
dr at jones.dk
Sat Dec 2 22:41:47 UTC 2017
This is an automated email from the git hooks/post-receive script.
js pushed a change to branch master
in repository libre.
from a4b5260 Prepare for release: Update changelog and copyright hints.
adds dfe0e01 ice: Added functions to get selected candidates. (#72)
adds f879133 debian: fix month syntax (fixes #77)
adds 26cb607 Update ar flags; use deterministic mode (#79)
adds 958fd5e make target debclean: update to reflect recent debhelper changes (#80)
adds 5253266 odict: use int instead of enum to avoid vararg promotion (#81)
adds 5fc85e9 make target debclean: update to reflect recent debhelper changes (#82)
adds 03841f5 Pack struct of mqueue messages. (#62)
adds f8b24b4 json: improved performance for mypower10 (#88)
adds 14e312f tls: add dtls_recv_packet() (#89)
adds 5bb8c07 http: added support for chunked transfer encoding (#90)
adds 29cfc52 release libre version 0.5.6 (#91)
adds 1c187e4 New upstream version 0.5.6
adds d4caf5d Update upstream source from tag 'upstream/0.5.6'
adds 8b8035e Update watch file: Bump watch file to format 4. Add usage comment. Use patterns for version and suffix.
adds c64eefd Declare compliance with Debian Policy 4.1.1.
adds 87a884a Modernize Vcs-* fields: Use git (not cgit) in path.
adds fae0f9b Update copyright info: License my contributions as GPL-3+.
adds 1d299a2 Add lintian overrides regarding license in License-Reference field. See bug#s786450.
adds bb87702 Update symbols: 6 added, 2 dropped.
adds 7a89d1b Add lintian overrides regarding GPL linked with OpenSSL: Packaging is not linked with upstream code.
adds 4b576b4 Prepare for release: Update changelog, and copyright hints.
No new revisions were added by this update.
Summary of changes:
Makefile | 4 +-
debian/changelog | 21 +++++
debian/control | 4 +-
debian/copyright | 14 +++
debian/copyright_hints | 9 ++
debian/libre0.lintian-overrides | 2 +
debian/libre0.symbols | 10 ++-
debian/source/lintian-overrides | 3 +
debian/watch | 5 +-
docs/ChangeLog | 24 ++++++
include/re_http.h | 13 ++-
include/re_ice.h | 7 +-
include/re_odict.h | 2 +-
include/re_tls.h | 2 +
mk/re.mk | 5 +-
rpm/re.spec | 2 +-
src/http/chunk.c | 111 ++++++++++++++++++++++++
src/http/client.c | 187 ++++++++++++++++++++++++----------------
src/http/http.h | 17 ++++
src/http/mod.mk | 1 +
src/http/msg.c | 9 +-
src/http/server.c | 3 +
src/ice/cand.c | 5 ++
src/ice/chklist.c | 37 +++++++-
src/json/decode.c | 15 ++--
src/mqueue/mqueue.c | 2 +-
src/odict/entry.c | 2 +-
src/tls/openssl/tls_udp.c | 14 +++
src/websock/websock.c | 23 +++--
29 files changed, 441 insertions(+), 112 deletions(-)
create mode 100644 debian/libre0.lintian-overrides
create mode 100644 debian/source/lintian-overrides
create mode 100644 src/http/chunk.c
create mode 100644 src/http/http.h
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/libre.git
More information about the Pkg-voip-commits
mailing list