Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2014-12-16 14:48:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2014-11-24 
11:09:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2014-12-16 
14:48:44.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Dec 13 12:12:16 UTC 2014 - matwey.korni...@gmail.com
+
+- Version 17.4:
+  * eldap: Nearly all TCP options are possible to give in the eldap:open/2 
call.
+  * ssh: Added API functions ptty_alloc/3 and ptty_alloc/4, to allocate a 
pseudo tty.
+  * ssl: Handle servers that may send an empty SNI extension to the client.
+
+-------------------------------------------------------------------

Old:
----
  otp_doc_html_17.3.tar.gz
  otp_doc_man_17.3.tar.gz
  otp_src_17.3.tar.gz

New:
----
  otp_doc_html_17.4.tar.gz
  otp_doc_man_17.4.tar.gz
  otp_src_17.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           erlang
-Version:        17.3
+Version:        17.4
 Release:        0
 Summary:        General-purpose programming language and runtime environment
 License:        ErlPL-1.1

++++++ crypto.patch ++++++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.000000000 +0100
@@ -5,10 +5,10 @@
     In openssl 1.0.1e EC_GROUP_new_curve_GF2m function is wrapped by #ifndef 
OPENSSL_NO_EC2M.
     We have to check whether OPENSSL_NO_EC2M is set, and if it is, then we do 
not have EC_GROUP_new_curve_GF2m function and do not HAVE_EC.
 
-Index: otp_src_17.0/lib/crypto/c_src/crypto.c
+Index: otp_src_17.4/lib/crypto/c_src/crypto.c
 ===================================================================
---- otp_src_17.0.orig/lib/crypto/c_src/crypto.c
-+++ otp_src_17.0/lib/crypto/c_src/crypto.c
+--- otp_src_17.4.orig/lib/crypto/c_src/crypto.c
++++ otp_src_17.4/lib/crypto/c_src/crypto.c
 @@ -77,7 +77,8 @@
  #if OPENSSL_VERSION_NUMBER >= 0x009080ffL \
        && !defined(OPENSSL_NO_EC) \

++++++ erlang-not-install-misc.patch ++++++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.000000000 +0100
@@ -9,10 +9,10 @@
  erts/etc/unix/Install.src   | 10 ----------
  2 files changed, 14 deletions(-)
 
-Index: otp_src_17.0/erts/etc/common/Makefile.in
+Index: otp_src_17.4/erts/etc/common/Makefile.in
 ===================================================================
---- otp_src_17.0.orig/erts/etc/common/Makefile.in
-+++ otp_src_17.0/erts/etc/common/Makefile.in
+--- otp_src_17.4.orig/erts/etc/common/Makefile.in
++++ otp_src_17.4/erts/etc/common/Makefile.in
 @@ -550,10 +550,6 @@ endif
  ifneq ($(INSTALL_TOP_BIN),)
        $(INSTALL_PROGRAM) $(INSTALL_TOP_BIN) "$(RELEASE_PATH)"
@@ -24,10 +24,10 @@
  ifneq ($(INSTALL_SRC),)
        $(INSTALL_DIR) "$(RELEASE_PATH)/erts-$(VSN)/src"
        $(INSTALL_DATA) $(INSTALL_SRC) "$(RELEASE_PATH)/erts-$(VSN)/src"
-Index: otp_src_17.0/erts/etc/unix/Install.src
+Index: otp_src_17.4/erts/etc/unix/Install.src
 ===================================================================
---- otp_src_17.0.orig/erts/etc/unix/Install.src
-+++ otp_src_17.0/erts/etc/unix/Install.src
+--- otp_src_17.4.orig/erts/etc/unix/Install.src
++++ otp_src_17.4/erts/etc/unix/Install.src
 @@ -140,14 +140,4 @@ cp -p ../releases/%I_SYSTEM_VSN%/start_*
  cp -p ../releases/%I_SYSTEM_VSN%/no_dot_erlang.boot .
  cp -p $Name.boot start.boot

++++++ otp-R16B-rpath.patch ++++++
--- /var/tmp/diff_new_pack.xqQU28/_old  2014-12-16 14:48:50.000000000 +0100
+++ /var/tmp/diff_new_pack.xqQU28/_new  2014-12-16 14:48:50.000000000 +0100
@@ -1,7 +1,7 @@
-Index: otp_src_17.0/lib/crypto/c_src/Makefile.in
+Index: otp_src_17.4/lib/crypto/c_src/Makefile.in
 ===================================================================
---- otp_src_17.0.orig/lib/crypto/c_src/Makefile.in
-+++ otp_src_17.0/lib/crypto/c_src/Makefile.in
+--- otp_src_17.4.orig/lib/crypto/c_src/Makefile.in
++++ otp_src_17.4/lib/crypto/c_src/Makefile.in
 @@ -89,7 +89,7 @@ endif
  DYNAMIC_CRYPTO_LIB=@SSL_DYNAMIC_ONLY@
  
@@ -11,10 +11,10 @@
  CRYPTO_LINK_LIB=$(SSL_DED_LD_RUNTIME_LIBRARY_PATH) -L$(SSL_LIBDIR) 
-l$(SSL_CRYPTO_LIBNAME)
  EXTRA_FLAGS = -DHAVE_DYNAMIC_CRYPTO_LIB
  else
-Index: otp_src_17.0/lib/crypto/priv/Makefile
+Index: otp_src_17.4/lib/crypto/priv/Makefile
 ===================================================================
---- otp_src_17.0.orig/lib/crypto/priv/Makefile
-+++ otp_src_17.0/lib/crypto/priv/Makefile
+--- otp_src_17.4.orig/lib/crypto/priv/Makefile
++++ otp_src_17.4/lib/crypto/priv/Makefile
 @@ -60,7 +60,7 @@ OBJS = $(OBJDIR)/crypto.o
  # ----------------------------------------------------
  
@@ -24,10 +24,10 @@
        -o $@ $^ -lcrypto
  
  $(DLL_NIFLIB): $(OBJS)
-Index: otp_src_17.0/lib/odbc/c_src/odbcserver.c
+Index: otp_src_17.4/lib/odbc/c_src/odbcserver.c
 ===================================================================
---- otp_src_17.0.orig/lib/odbc/c_src/odbcserver.c
-+++ otp_src_17.0/lib/odbc/c_src/odbcserver.c
+--- otp_src_17.4.orig/lib/odbc/c_src/odbcserver.c
++++ otp_src_17.4/lib/odbc/c_src/odbcserver.c
 @@ -106,6 +106,8 @@
  #ifdef UNIX
  #include <unistd.h>

++++++ otp_doc_html_17.3.tar.gz -> otp_doc_html_17.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/erlang/otp_doc_html_17.3.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_doc_html_17.4.tar.gz differ: char 5, 
line 1

++++++ otp_doc_man_17.3.tar.gz -> otp_doc_man_17.4.tar.gz ++++++
++++ 5574 lines of diff (skipped)

++++++ otp_src_17.3.tar.gz -> otp_src_17.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/erlang/otp_src_17.3.tar.gz 
/work/SRC/openSUSE:Factory/.erlang.new/otp_src_17.4.tar.gz differ: char 4, line 
1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to