[vlc-devel] [vlc-commits] gnutls: require version 3.1.11

Tim Walker tdskywalker at gmail.com
Sun Aug 24 17:05:51 CEST 2014


On 24 Aug 2014, at 09:20, Rémi Denis-Courmont <remi at remlab.net> wrote:

> Le dimanche 24 août 2014, 05:00:20 Jean-Baptiste Kempf a écrit :
>> On 23 Aug, Rémi Denis-Courmont wrote :
>>> vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Aug 23
>>> 23:29:09 2014 +0300| [3fd4c0e755194fdf127d1af8c1f41219afc3b691] |
>>> committer: Rémi Denis-Courmont
>>> 
>>> gnutls: require version 3.1.11
>> 
>> According to UpstreamTracker, the alpn functions were added in 3.2.0:
>> http://upstream-tracker.org/diffs/gnutls/3.1.17_to_3.2.0/diff.html
> 
> http://www.gnutls.org/manual/gnutls.html#gnutls_005falpn_005fget_005fselected_005fprotocol
> 
> "Since 3.1.11"

Maybe their doc needs fixing?

From a checkout of: https://www.gitorious.org/gnutls/gnutls

--- 

Timothys-MacBook-Pro:gnutls tim$ git checkout gnutls_3_1_11 && git status && grep -r gnutls_alpn_get_selected_protocol ./
Note: checking out 'gnutls_3_1_11'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 4d67ec4... updated path
HEAD detached at gnutls_3_1_11
nothing to commit, working directory clean
Timothys-MacBook-Pro:gnutls tim$

---

Timothys-MacBook-Pro:gnutls tim$ git checkout gnutls_3_1_26 && git status && grep -r gnutls_alpn_get_selected_protocol ./
Previous HEAD position was 4d67ec4... updated path
HEAD is now at fcf1a73... released 3.1.26
HEAD detached at gnutls_3_1_26
nothing to commit, working directory clean
Timothys-MacBook-Pro:gnutls tim$

---

Timothys-MacBook-Pro:gnutls tim$ git checkout gnutls_3_2_0 && git status && grep -r gnutls_alpn_get_selected_protocol ./ 
Previous HEAD position was fcf1a73... released 3.1.26
HEAD is now at a189574... released 3.2.0
HEAD detached at gnutls_3_2_0
nothing to commit, working directory clean
.//doc/cha-intro-tls.texi:@showfuncB{gnutls_alpn_set_protocols,gnutls_alpn_get_selected_protocol}
.//doc/Makefile.am:FUNCS += functions/gnutls_alpn_get_selected_protocol
.//doc/Makefile.am:FUNCS += functions/gnutls_alpn_get_selected_protocol.short
.//doc/manpages/Makefile.am:APIMANS += gnutls_alpn_get_selected_protocol.3
.//lib/ext/alpn.c: * gnutls_alpn_get_selected_protocol:
.//lib/ext/alpn.c:gnutls_alpn_get_selected_protocol (gnutls_session_t session,
.//lib/includes/gnutls/gnutls.h.in:  int gnutls_alpn_get_selected_protocol (gnutls_session_t session,
.//lib/libgnutls.map:	gnutls_alpn_get_selected_protocol;
.//src/common.c:    rc = gnutls_alpn_get_selected_protocol (session, &p);
.//tests/mini-alpn.c:    ret = gnutls_alpn_get_selected_protocol(session, &proto);
.//tests/mini-alpn.c:    ret = gnutls_alpn_get_selected_protocol(session, &t[0]);
Timothys-MacBook-Pro:gnutls tim$

---

Tim


More information about the vlc-devel mailing list