]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Update libsdp to the latest 1.1.108-0.17.ga6958ef.
authorbdrewery <bdrewery@FreeBSD.org>
Fri, 4 Mar 2016 22:37:31 +0000 (22:37 +0000)
committerbdrewery <bdrewery@FreeBSD.org>
Fri, 4 Mar 2016 22:37:31 +0000 (22:37 +0000)
commit71bd730544bd483fc6739af3fa0028782aabcae8
treeb751ef6e62fe6ef029360043dd0915aa19b57659
parent13ef387f4402cf23579ee1cbf67d780dcfe56296
Update libsdp to the latest 1.1.108-0.17.ga6958ef.

The only relevant change here is the support for IPv6 in the config
file.  The previous version of this supported IPv6 but not in the
config.  The change for that ended up removing __sdp_sockaddr_to_sdp
which the IPV4 config code required; the IPv6 fix resolved the lack of
that symbol.

Note that the ChangeLog was lacking entries for which we already had the
changes for, which itself was an upstream bug.

Obtained from: https://www.openfabrics.org/downloads/libsdp/libsdp-1.1.108-0.17.ga6958ef.tar.gz
Sponsored by: EMC / Isilon Storage Division
14 files changed:
contrib/ofed/libsdp/ChangeLog
contrib/ofed/libsdp/Makefile.am
contrib/ofed/libsdp/libsdp.conf
contrib/ofed/libsdp/libsdp.spec.in
contrib/ofed/libsdp/scripts/libsdp.logrotate [new file with mode: 0644]
contrib/ofed/libsdp/src/config_parser.c
contrib/ofed/libsdp/src/config_parser.h
contrib/ofed/libsdp/src/config_parser.y [new file with mode: 0644]
contrib/ofed/libsdp/src/config_scanner.c
contrib/ofed/libsdp/src/config_scanner.l [new file with mode: 0644]
contrib/ofed/libsdp/src/libsdp.h
contrib/ofed/libsdp/src/match.c
contrib/ofed/libsdp/src/port.c
contrib/ofed/usr.lib/libsdp/Makefile