diff -Nru erlang-p1-sip-1.0.31/CHANGELOG.md erlang-p1-sip-1.0.33/CHANGELOG.md --- erlang-p1-sip-1.0.31/CHANGELOG.md 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/CHANGELOG.md 2020-04-28 14:20:08.000000000 +0000 @@ -1,3 +1,15 @@ +# 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. +* Updating fast_tls to version 1.1.4. +* Updating p1_utils to version 1.0.18. +* Update copyright year + # Version 1.0.31 * Updating stun to version 1.0.30. diff -Nru erlang-p1-sip-1.0.31/c_src/esip_codec.c erlang-p1-sip-1.0.33/c_src/esip_codec.c --- erlang-p1-sip-1.0.31/c_src/esip_codec.c 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/c_src/esip_codec.c 2020-04-28 14:20:08.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. + * Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/debian/changelog erlang-p1-sip-1.0.33/debian/changelog --- erlang-p1-sip-1.0.31/debian/changelog 2020-02-05 18:41:17.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/changelog 2020-05-01 11:36:44.000000000 +0000 @@ -1,3 +1,17 @@ +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 + * Updated Erlang dependencies + + -- Philipp Huebner Wed, 18 Mar 2020 12:33:37 +0100 + erlang-p1-sip (1.0.31-1) unstable; urgency=medium * New upstream version 1.0.31 diff -Nru erlang-p1-sip-1.0.31/debian/control erlang-p1-sip-1.0.33/debian/control --- erlang-p1-sip-1.0.31/debian/control 2020-02-05 18:41:17.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/control 2020-05-01 11:36:44.000000000 +0000 @@ -8,9 +8,9 @@ dh-rebar, erlang-base (>= 1:19.2), erlang-eunit, - erlang-p1-stun (>= 1.0.30), - erlang-p1-tls (>= 1.1.3), - erlang-p1-utils (>= 1.0.17), + 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 Vcs-Browser: https://salsa.debian.org/ejabberd-packaging-team/erlang-p1-sip @@ -23,9 +23,9 @@ ${misc:Depends}, erlang-base (>= 1:19.2) | ${erlang-abi:Depends}, ${erlang:Depends}, - erlang-p1-stun (>= 1.0.30), - erlang-p1-tls (>= 1.1.3), - erlang-p1-utils (>= 1.0.17) + 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. It was split off into its own project to follow diff -Nru erlang-p1-sip-1.0.31/debian/patches/remove-deps.diff erlang-p1-sip-1.0.33/debian/patches/remove-deps.diff --- erlang-p1-sip-1.0.31/debian/patches/remove-deps.diff 2020-02-05 18:41:17.000000000 +0000 +++ erlang-p1-sip-1.0.33/debian/patches/remove-deps.diff 2020-05-01 11:36:44.000000000 +0000 @@ -11,9 +11,9 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. --{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.30"}}}, -- {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.3"}}}, -- {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.17"}}}]}. +-{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.31/include/esip.hrl erlang-p1-sip-1.0.33/include/esip.hrl --- erlang-p1-sip-1.0.31/include/esip.hrl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/include/esip.hrl 2020-04-28 14:20:08.000000000 +0000 @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/include/esip_lib.hrl erlang-p1-sip-1.0.33/include/esip_lib.hrl --- erlang-p1-sip-1.0.31/include/esip_lib.hrl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/include/esip_lib.hrl 2020-04-28 14:20:08.000000000 +0000 @@ -1,6 +1,6 @@ %%%---------------------------------------------------------------------- %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/LICENSE.txt erlang-p1-sip-1.0.33/LICENSE.txt --- erlang-p1-sip-1.0.31/LICENSE.txt 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/LICENSE.txt 2020-04-28 14:20:08.000000000 +0000 @@ -1,4 +1,4 @@ -Copyright 2002-2019 ProcessOne SARL +Copyright 2002-2020 ProcessOne SARL Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/rebar.config erlang-p1-sip-1.0.33/rebar.config --- erlang-p1-sip-1.0.31/rebar.config 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/rebar.config 2020-04-28 14:20:08.000000000 +0000 @@ -4,7 +4,7 @@ %%% Purpose : Rebar build script. Compliant with rebar and rebar3. %%% Created : 15 Dec 2015 by Mickael Remond %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. @@ -31,9 +31,9 @@ {port_specs, [{"priv/lib/esip_drv.so", ["c_src/esip_codec.c"]}]}. -{deps, [{stun, ".*", {git, "https://github.com/processone/stun", {tag, "1.0.30"}}}, - {fast_tls, ".*", {git, "https://github.com/processone/fast_tls", {tag, "1.1.3"}}}, - {p1_utils, ".*", {git, "https://github.com/processone/p1_utils", {tag, "1.0.17"}}}]}. +{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.31/rebar.config.script erlang-p1-sip-1.0.33/rebar.config.script --- erlang-p1-sip-1.0.31/rebar.config.script 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/rebar.config.script 2020-04-28 14:20:08.000000000 +0000 @@ -4,7 +4,7 @@ %%% Purpose : Rebar build script. Compliant with rebar and rebar3. %%% Created : 8 May 2013 by Evgeniy Khramtsov %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_app.erl erlang-p1-sip-1.0.33/src/esip_app.erl --- erlang-p1-sip-1.0.31/src/esip_app.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_app.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 14 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip.app.src erlang-p1-sip-1.0.33/src/esip.app.src --- erlang-p1-sip-1.0.31/src/esip.app.src 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip.app.src 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 4 Apr 2013 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. @@ -22,7 +22,7 @@ %%%---------------------------------------------------------------------- {application, esip, [{description, "ProcessOne SIP server component in Erlang"}, - {vsn, "1.0.31"}, + {vsn, "1.0.33"}, {modules, []}, {registered, []}, {applications, [kernel, stdlib]}, diff -Nru erlang-p1-sip-1.0.31/src/esip_client_transaction.erl erlang-p1-sip-1.0.33/src/esip_client_transaction.erl --- erlang-p1-sip-1.0.31/src/esip_client_transaction.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_client_transaction.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 20 Dec 2010 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_codec.erl erlang-p1-sip-1.0.33/src/esip_codec.erl --- erlang-p1-sip-1.0.31/src/esip_codec.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_codec.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 20 Dec 2010 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_dialog.erl erlang-p1-sip-1.0.33/src/esip_dialog.erl --- erlang-p1-sip-1.0.31/src/esip_dialog.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_dialog.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 29 Dec 2010 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip.erl erlang-p1-sip-1.0.33/src/esip.erl --- erlang-p1-sip-1.0.31/src/esip.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 14 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_listener.erl erlang-p1-sip-1.0.33/src/esip_listener.erl --- erlang-p1-sip-1.0.31/src/esip_listener.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_listener.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 9 Jan 2011 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_server_transaction.erl erlang-p1-sip-1.0.33/src/esip_server_transaction.erl --- erlang-p1-sip-1.0.31/src/esip_server_transaction.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_server_transaction.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 15 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_socket.erl erlang-p1-sip-1.0.33/src/esip_socket.erl --- erlang-p1-sip-1.0.31/src/esip_socket.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_socket.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 6 Jan 2011 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_sup.erl erlang-p1-sip-1.0.33/src/esip_sup.erl --- erlang-p1-sip-1.0.31/src/esip_sup.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_sup.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 14 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_tmp_sup.erl erlang-p1-sip-1.0.33/src/esip_tmp_sup.erl --- erlang-p1-sip-1.0.31/src/esip_tmp_sup.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_tmp_sup.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 15 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_transaction.erl erlang-p1-sip-1.0.33/src/esip_transaction.erl --- erlang-p1-sip-1.0.31/src/esip_transaction.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_transaction.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 15 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_transport.erl erlang-p1-sip-1.0.33/src/esip_transport.erl --- erlang-p1-sip-1.0.31/src/esip_transport.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_transport.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 14 Jul 2009 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License. diff -Nru erlang-p1-sip-1.0.31/src/esip_udp_sup.erl erlang-p1-sip-1.0.33/src/esip_udp_sup.erl --- erlang-p1-sip-1.0.31/src/esip_udp_sup.erl 2020-01-08 09:13:33.000000000 +0000 +++ erlang-p1-sip-1.0.33/src/esip_udp_sup.erl 2020-04-28 14:20:08.000000000 +0000 @@ -5,7 +5,7 @@ %%% Created : 25 Apr 2014 by Evgeniy Khramtsov %%% %%% -%%% Copyright (C) 2002-2019 ProcessOne, SARL. All Rights Reserved. +%%% Copyright (C) 2002-2020 ProcessOne, SARL. All Rights Reserved. %%% %%% Licensed under the Apache License, Version 2.0 (the "License"); %%% you may not use this file except in compliance with the License.