pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ecore



Module Name:    pkgsrc
Committed By:   joerg
Date:           Fri May  1 00:11:52 UTC 2020

Modified Files:
        pkgsrc/devel/ecore: Makefile distinfo
Added Files:
        pkgsrc/devel/ecore/patches: patch-src_lib_ecore__con_ecore__con__ssl.c

Log Message:
Update ecore to 1.7.10:
Additions:
    * ecore_x_randr_crtc_info_get()
    * ecore_x_randr_crtc_info_free()

Deprecations:
    * ecore_x_randr_crtc_gamma_ramp_size_get()
    * ecore_x_randr_crtc_gamma_ramps_get()
    * ecore_x_randr_crtc_gamma_ramps_set()

Fixes:
    * Ecore-X: Fix selection parser to not overrun buffer read by using longs on 64bit.
    * Fix use of ecore_con_server_client_limit_set() (counter never decreased).
    * Fix use of ecore_con_client_timeout_set() and ecore_con_server_timeout_set() that makes timeout on
      connections even if you sent data.
    * Fix cl->start_time (initialization missing). So now
      ecore_con_client_uptime_get() is working.
    * Fix srv->start_time (initialization missing). So now
      ecore_con_server_uptime_get() is working for plain TCP connections.
    * Fix use of ecore_con_server_timeout_set() that doesnt refresh the timer.
    * Wayland: Handle ECORE_WL_WINDOW_TYPE_NONE correctly
    * ecore_evas/wayland_egl: Only render if last frame has been presented.
    * ecore/wayland: Fix screen size get when screen is rotated.
    * ecore_imf: Fix memory leak in scim immodule
    * ecore_evas/wayland_egl: Add missing _ecore_evas_move_resize()


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/ecore/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/ecore/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/devel/ecore/patches/patch-src_lib_ecore__con_ecore__con__ssl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ecore/Makefile
diff -u pkgsrc/devel/ecore/Makefile:1.30 pkgsrc/devel/ecore/Makefile:1.31
--- pkgsrc/devel/ecore/Makefile:1.30    Sun Mar  8 16:47:32 2020
+++ pkgsrc/devel/ecore/Makefile Fri May  1 00:11:52 2020
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.30 2020/03/08 16:47:32 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2020/05/01 00:11:52 joerg Exp $
 
-DISTNAME=      ecore-1.7.7
-PKGREVISION=   18
+DISTNAME=      ecore-1.7.10
 CATEGORIES=    devel
-MASTER_SITES=  http://download.enlightenment.org/releases/
+MASTER_SITES=  https://download.enlightenment.org/att/releases/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    joerg%NetBSD.org@localhost

Index: pkgsrc/devel/ecore/distinfo
diff -u pkgsrc/devel/ecore/distinfo:1.4 pkgsrc/devel/ecore/distinfo:1.5
--- pkgsrc/devel/ecore/distinfo:1.4     Tue Nov  3 03:27:24 2015
+++ pkgsrc/devel/ecore/distinfo Fri May  1 00:11:52 2020
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:27:24 agc Exp $
+$NetBSD: distinfo,v 1.5 2020/05/01 00:11:52 joerg Exp $
 
-SHA1 (ecore-1.7.7.tar.bz2) = a5baeedf9dcec78b4bf0023d2d6da3fe61ab859b
-RMD160 (ecore-1.7.7.tar.bz2) = 287c09b9a8bf680edfe1f8f71057ae42d4d6bb5a
-SHA512 (ecore-1.7.7.tar.bz2) = e5ebde56dbc70f0900f28f659add28940657d750295f0ab421c34ed104b60c8931e2ae3021a48cea7ec8f386106e9185925334e8b68514705ba5a7994fd8013e
-Size (ecore-1.7.7.tar.bz2) = 3460946 bytes
+SHA1 (ecore-1.7.10.tar.bz2) = 71bc7c9f862ae657ee05b05f66052dbc9b6c8a6b
+RMD160 (ecore-1.7.10.tar.bz2) = 27379aae0e34f0bc59eabffcf1565fae74d33d2d
+SHA512 (ecore-1.7.10.tar.bz2) = 24fbe064913c566f885a2e51185b1f1d37c62c0d03ba0d549e9715ba516fb6b3f630ad331f89f66e91de1401b06b01b16916650448dda11d5e1efa24e52eaf39
+Size (ecore-1.7.10.tar.bz2) = 3455136 bytes
 SHA1 (patch-src_lib_ecore_Ecore.h) = 26b030d863d601db8287c02d1ec2dd193f73929c
+SHA1 (patch-src_lib_ecore__con_ecore__con__ssl.c) = cb9e8130092f700f8d8d83a4ddb8a0212a337d5d

Added files:

Index: pkgsrc/devel/ecore/patches/patch-src_lib_ecore__con_ecore__con__ssl.c
diff -u /dev/null pkgsrc/devel/ecore/patches/patch-src_lib_ecore__con_ecore__con__ssl.c:1.1
--- /dev/null   Fri May  1 00:11:52 2020
+++ pkgsrc/devel/ecore/patches/patch-src_lib_ecore__con_ecore__con__ssl.c       Fri May  1 00:11:52 2020
@@ -0,0 +1,19 @@
+$NetBSD: patch-src_lib_ecore__con_ecore__con__ssl.c,v 1.1 2020/05/01 00:11:52 joerg Exp $
+
+Just fail when SSL3 is explicitly required.
+
+--- src/lib/ecore_con/ecore_con_ssl.c.orig     2020-04-25 20:50:19.247977990 +0000
++++ src/lib/ecore_con/ecore_con_ssl.c
+@@ -1560,11 +1560,7 @@ _ecore_con_ssl_server_prepare_openssl(Ec
+      {
+       case ECORE_CON_USE_SSL3:
+       case ECORE_CON_USE_SSL3 | ECORE_CON_LOAD_CERT:
+-        if (!svr->created)
+-          SSL_ERROR_CHECK_GOTO_ERROR(!(svr->ssl_ctx = SSL_CTX_new(SSLv3_client_method())));
+-        else
+-          SSL_ERROR_CHECK_GOTO_ERROR(!(svr->ssl_ctx = SSL_CTX_new(SSLv3_server_method())));
+-        break;
++        return ECORE_CON_SSL_ERROR_SERVER_INIT_FAILED;
+ 
+       case ECORE_CON_USE_TLS:
+       case ECORE_CON_USE_TLS | ECORE_CON_LOAD_CERT:



Home | Main Index | Thread Index | Old Index