Hello community, here is the log from the commit of package erlang for openSUSE:Factory checked in at 2017-12-02 13:12:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/erlang (Old) and /work/SRC/openSUSE:Factory/.erlang.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "erlang" Sat Dec 2 13:12:48 2017 rev:61 rq:547253 version:20.1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/erlang/erlang.changes 2017-12-01 15:54:24.842361812 +0100 +++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes 2017-12-02 13:12:50.237637543 +0100 @@ -1,0 +2,38 @@ +Mon Nov 27 07:46:03 UTC 2017 - [email protected] + +- Update to 20.1.5: + * erts: Fixed a regression in zlib:gunzip/1 that prevented it + from working when the decompressed size was a perfect multiple + of 16384. This regression was introduced in 20.1.1 + * erts: Fixed a memory corruption bug in enif_inspect_iovec; + writable binaries stayed writable after entering the iovec. + * erts: Fixed a crash in enif_inspect_iovec on encountering empty + binaries. + * erts: zlib:deflateParams/3 will no longer return buf_error when + called after zlib:deflate/2 with zlib 1.2.11. + * inets: Correct the handling of location headers so that the + status code is not hard coded. This should have been fixed by + commit 2cc5ba70cbbc6b3ace81a2a0324417c3b65265bb but + unfortunately was broken during a code refactoring and + unnoticed due to a faulty placed test case. + +- Update to 20.1.4: + * inets: Fix broken handling of POST requests + * inets: Make sure ints:stop/2 of the service httpd is + synchronous + * inets: Honor status code returned by ESI script and modernize + "location" header handling. + +- Update to 20.1.3: + * diameter: A fault introduced in diameter 2.1 could cause decode + errors to be ignored in AVPs following the header of aGrouped + AVP. + * erts: Added zlib:set_controlling_process/2 to move a zstream() + between processes. + * erts: Fix so that schedulers are bound correctly when the first + available cpu is not the first detected cpu. e.g. when using + "taskset -c X..Y" when X is not equal to 0. + * snmp: The recbuf configuration option was not propagated + correctly to the socket for the SNMP Manager. + +------------------------------------------------------------------- Old: ---- OTP-20.1.2.tar.gz New: ---- OTP-20.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ erlang.spec ++++++ --- /var/tmp/diff_new_pack.NihNiZ/_old 2017-12-02 13:12:53.169530759 +0100 +++ /var/tmp/diff_new_pack.NihNiZ/_new 2017-12-02 13:12:53.173530613 +0100 @@ -26,7 +26,7 @@ %endif Name: erlang -Version: 20.1.2 +Version: 20.1.5 Release: 0 # not set up to be built with position independend executable support #!BuildIgnore: gcc-PIE @@ -588,7 +588,6 @@ %exclude %{_libdir}/erlang/lib/dialyzer-*/src %exclude %{_libdir}/erlang/lib/diameter-*/src %exclude %{_libdir}/erlang/lib/et-*/src -%exclude %{_libdir}/erlang/lib/gs-*/src %exclude %{_libdir}/erlang/lib/jinterface-*/java_src %exclude %{_libdir}/erlang/lib/reltool-*/src %exclude %{_libdir}/erlang/lib/observer-*/src ++++++ OTP-20.1.2.tar.gz -> OTP-20.1.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/erlang/OTP-20.1.2.tar.gz /work/SRC/openSUSE:Factory/.erlang.new/OTP-20.1.5.tar.gz differ: char 13, line 1 ++++++ otp-R16B-rpath.patch ++++++ --- /var/tmp/diff_new_pack.NihNiZ/_old 2017-12-02 13:12:53.333524786 +0100 +++ /var/tmp/diff_new_pack.NihNiZ/_new 2017-12-02 13:12:53.333524786 +0100 @@ -24,16 +24,3 @@ -o $@ $^ -lcrypto $(DLL_NIFLIB): $(OBJS) -Index: otp-OTP-20.0.1/lib/odbc/c_src/odbcserver.c -=================================================================== ---- otp-OTP-20.0.1.orig/lib/odbc/c_src/odbcserver.c -+++ otp-OTP-20.0.1/lib/odbc/c_src/odbcserver.c -@@ -107,6 +107,8 @@ - #ifdef UNIX - #include <unistd.h> - #include <netinet/tcp.h> -+#include <ctype.h> -+#include <arpa/inet.h> - #endif - - #if defined WIN32
