Commit 0b5aa967 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Roll src/third_party/usrsctp/usrsctplib/ 2f6478eb8..f4819e1b1 (49 commits)

https://chromium.googlesource.com/external/github.com/sctplab/usrsctp/+log/2f6478eb8d40..f4819e1b177f

Picks up 76bea922c and f4819e1b1 to fix a new Clang warning.

$ git log 2f6478eb8..f4819e1b1 --date=short --no-merges --format='%ad %ae %s'
2017-08-03 hans Fix one remaining #pragma pack()
2017-07-28 hans Use '#pragma pack (pop)' instead of '#pragma pack ()'
2017-07-26 tuexen Check return value of if_indextoname().
2017-07-25 tuexen Remove duplicate statement.
2017-07-24 tuexen Add --enable-programs to configure script.
2017-07-20 tuexen Sync with sctp-idata.
2017-07-19 tuexen Sync with sctp-idata.
2017-07-19 tuexen Sync with sctp-idata.
2017-07-19 tuexen Sync with sctp-idata.
2017-07-18 weinrank update compiler settings for sanitizers
2017-07-18 weinrank adding sanitizer support - first try
2017-07-16 weinrank tsctp: fix compiler warning
2017-07-16 weinrank revert unreachable code changes
2017-07-16 weinrank Revert "Unreachable code when in "__Userspace__""
2017-07-16 weinrank Compiler flags: don't check for unreachable code
2017-07-16 weinrank tsctp: Windows compile fix
2017-07-16 weinrank Fix compiler warnings for more strict compiler flags
2017-07-16 weinrank Fix shadowed variable complain
2017-07-16 weinrank Unreachable code when in "__Userspace__"
2017-07-16 weinrank CFLAGS: don't set Werror by default
2017-07-16 weinrank More strict compiler flags
2017-07-15 tuexen Sycn with sctp-idata.
2017-07-15 weinrank CMake beautification
2017-07-15 weinrank CMake cleanup
2017-07-14 weinrank CMAKE refactoring
2017-07-13 weinrank correct include_directories path
2017-07-12 weinrank CMAKE refactoring
2017-07-11 weinrank ignore build directory
2017-07-04 tuexen Sync with sctp-idata.
2017-06-25 tuexen Remove unused code on Windows (which would not work).
2017-06-25 tuexen This should dead code. Try on buildbot.
2017-06-25 tuexen More signed/unsigned issues.
2017-06-25 tuexen Address some signed/unsigned issues.
2017-06-25 tuexen Improve build scripts.
2017-06-25 tuexen Silence a warning when using older versions of clang.
2017-06-25 tuexen Silence a warning showing up on clang 4.
2017-06-25 tuexen I missed this in the last commit...
2017-06-25 tuexen Remove datachan_serv.c.
2017-06-25 tuexen Address signess issues.
2017-06-25 tuexen Address windows type mismatches.
2017-06-25 tuexen Fix a bug reported in https://github.com/sctplab/usrsctp/pull/150/files
2017-06-25 tuexen Use lowercase names for include files.
2017-06-23 tuexen Sync with El Capitan sources.
2017-06-23 tuexen Sync with sctp-idata.
2017-06-23 tuexen Sync FBSDID.
2017-06-23 tuexen Fix FreeBSD compilation.
2017-06-23 tuexen Add -Wno-address-of-packed-member to build system.
2017-06-23 tuexen Sync with FreeBSD sources.
2017-05-15 anselm.scholl Fix truncation with snprintf in buffer:

Created with:
  roll-dep src/third_party/usrsctp/usrsctplib

BUG=749197

Change-Id: If6d161e71dc1596d82f3c81c82ad896bec0a4732
Reviewed-on: https://chromium-review.googlesource.com/601051
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#491912}
parent 352663bd
...@@ -214,7 +214,7 @@ deps = { ...@@ -214,7 +214,7 @@ deps = {
Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'bcaa2585874573d486d94101e883cd2e5dfbca97', Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'bcaa2585874573d486d94101e883cd2e5dfbca97',
'src/third_party/usrsctp/usrsctplib': 'src/third_party/usrsctp/usrsctplib':
Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '2f6478eb8d40f1766a96b5b033ed26c0c2244589', Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e1b177f7bfdd761c147f5a649b9f1a78c06',
'src/third_party/libsrtp': 'src/third_party/libsrtp':
Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423', Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6ea3ae22dbc94a8c504652423',
......
...@@ -9,12 +9,6 @@ config("usrsctp_config") { ...@@ -9,12 +9,6 @@ config("usrsctp_config") {
"usrsctplib/usrsctplib", "usrsctplib/usrsctplib",
"usrsctplib/usrsctplib/netinet", "usrsctplib/usrsctplib/netinet",
] ]
if (is_clang && llvm_force_head_revision) {
cflags = [
# TODO(hans): https://crbug.com/749197
"-Wno-pragma-pack",
]
}
} }
config("usrsctp_warnings") { config("usrsctp_warnings") {
......
Name: usrsctp Name: usrsctp
URL: http://github.com/sctplab/usrsctp URL: http://github.com/sctplab/usrsctp
Version: 0 Version: 0
Date: Jul 25, 2016 Date: Aug 3, 2017
Revision: 9a3e5465e9d96d8a7f78f1e996412d6235d7a359 Revision: f4819e1b177f7bfdd761c147f5a649b9f1a78c06
License: New BSD License: New BSD
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment