[Pkg-voip-commits] [libre] branch master updated (4b576b4 -> 6342a61)

Jonas Smedegaard dr at jones.dk
Thu Feb 1 20:08:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

js pushed a change to branch master
in repository libre.

      from  4b576b4   Prepare for release: Update changelog, and copyright hints.
      adds  4156e4e   tls: use per connection bio_method (fixes issue #92) (#93)
      adds  bd9e1fe   remove support for Cygwin (#95)
      adds  ce68a8f   mk: remove support for splint (#96)
      adds  49504cf   net: larger buffer for net_if_list (#100)
      adds  83ef499   mem: add secure memory functions (#102)
      adds  0b1f01f   sipreg: add from_name (Display Name) (#104)
      adds  6241871   release libre version 0.5.7 (ref #105) (#107)
      adds  861495e   New upstream version 0.5.7
      adds  a515df9   Update upstream source from tag 'upstream/0.5.7'
      adds  5f0bfe5   Update copyright info: Extend coverage for main upstream authors.
      adds  b7fccbb   Update symbols: 1 added, 2 removed.
      adds  6342a61   Prepare for release: Update changelog, and copyright hints.

No new revisions were added by this update.

Summary of changes:
 Makefile                  |  4 +-
 README.md                 |  2 +-
 debian/changelog          | 11 ++++++
 debian/copyright          |  6 +--
 debian/copyright_hints    |  9 +++--
 debian/libre0.symbols     |  5 ++-
 docs/COPYING              |  6 +--
 docs/ChangeLog            | 18 +++++++++
 include/re_mem.h          |  6 +++
 include/re_net.h          |  5 +--
 include/re_sipreg.h       |  3 +-
 mk/re.mk                  | 95 -----------------------------------------------
 rpm/re.spec               |  2 +-
 src/mem/mod.mk            |  1 +
 src/mem/secure.c          | 37 ++++++++++++++++++
 src/mod/dl.c              |  3 --
 src/net/mod.mk            |  2 -
 src/net/net.c             |  4 +-
 src/net/win32/wif.c       |  2 +-
 src/sipreg/reg.c          |  6 ++-
 src/tcp/tcp.c             |  2 +-
 src/tls/openssl/tls.c     | 16 --------
 src/tls/openssl/tls.h     | 10 -----
 src/tls/openssl/tls_tcp.c | 67 ++++++++++++++++++++-------------
 src/tls/openssl/tls_udp.c | 66 ++++++++++++++++++++------------
 src/udp/udp.c             |  2 +-
 26 files changed, 187 insertions(+), 203 deletions(-)
 create mode 100644 src/mem/secure.c

-- 
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