diff -Nru erlang-p1-sip-1.0.32/CHANGELOG.md erlang-p1-sip-1.0.33/CHANGELOG.md --- erlang-p1-sip-1.0.32/CHANGELOG.md 2020-02-25 13:08:45.000000000 +0000 +++ erlang-p1-sip-1.0.33/CHANGELOG.md 2020-04-28 14:20:08.000000000 +0000 @@ -1,3 +1,8 @@ +# Version 1.0.33 + +* Updating fast_tls to version 1.1.5. +* Updating stun to version 1.0.32. + # Version 1.0.32 * Updating stun to version 1.0.31. diff -Nru erlang-p1-sip-1.0.32/debian/changelog erlang-p1-sip-1.0.33/debian/changelog --- erlang-p1-sip-1.0.32/debian/changelog 2020-03-18 11:33:37.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/changelog 2020-05-01 11:36:44.000000000 +0000 @@ -1,3 +1,10 @@ +erlang-p1-sip (1.0.33-1) unstable; urgency=medium + + * New upstream version 1.0.33 + * Updated Erlang dependencies + + -- Philipp Huebner Fri, 01 May 2020 13:36:44 +0200 + erlang-p1-sip (1.0.32-1) unstable; urgency=medium * New upstream version 1.0.32 diff -Nru erlang-p1-sip-1.0.32/debian/control erlang-p1-sip-1.0.33/debian/control --- erlang-p1-sip-1.0.32/debian/control 2020-03-18 11:33:37.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/control 2020-05-01 11:36:44.000000000 +0000 @@ -8,8 +8,8 @@ dh-rebar, erlang-base (>= 1:19.2), erlang-eunit, - erlang-p1-stun (>= 1.0.31), - erlang-p1-tls (>= 1.1.4), + erlang-p1-stun (>= 1.0.32), + erlang-p1-tls (>= 1.1.5), erlang-p1-utils (>= 1.0.18), erlang-syntax-tools Standards-Version: 4.5.0 @@ -23,8 +23,8 @@ ${misc:Depends}, erlang-base (>= 1:19.2) | ${erlang-abi:Depends}, ${erlang:Depends}, - erlang-p1-stun (>= 1.0.31), - erlang-p1-tls (>= 1.1.4), + erlang-p1-stun (>= 1.0.32), + erlang-p1-tls (>= 1.1.5), erlang-p1-utils (>= 1.0.18) Description: SIP library for Erlang This library was written for ejabberd which still uses it. diff -Nru erlang-p1-sip-1.0.32/debian/patches/remove-deps.diff erlang-p1-sip-1.0.33/debian/patches/remove-deps.diff --- erlang-p1-sip-1.0.32/debian/patches/remove-deps.diff 2020-03-18 11:33:37.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/patches/remove-deps.diff 2020-05-01 11:36:44.000000000 +0000 @@ -11,8 +11,8 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. --{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.31"}}}, -- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.4"}}}, +-{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.32"}}}, +- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.5"}}}, - {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.18"}}}]}. {clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. diff -Nru erlang-p1-sip-1.0.32/rebar.config erlang-p1-sip-1.0.33/rebar.config --- erlang-p1-sip-1.0.32/rebar.config 2020-02-25 13:08:45.000000000 +0000 +++ erlang-p1-sip-1.0.33/rebar.config 2020-04-28 14:20:08.000000000 +0000 @@ -31,8 +31,8 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. -{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.31"}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.4"}}}, +{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.32"}}}, + {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.5"}}}, {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.18"}}}]}. {clean_files, ["c_src/esip_codec.gcda", "c_src/esip_codec.gcno"]}. diff -Nru erlang-p1-sip-1.0.32/src/esip.app.src erlang-p1-sip-1.0.33/src/esip.app.src --- erlang-p1-sip-1.0.32/src/esip.app.src 2020-02-25 13:08:45.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip.app.src 2020-04-28 14:20:08.000000000 +0000 @@ -22,7 +22,7 @@ %%%---------------------------------------------------------------------- {application, esip, [{description, "ProcessOne SIP server component in Erlang"}, - {vsn, "1.0.32"}, + {vsn, "1.0.33"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]},