All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
@ 2016-05-06 14:35 Martin Jansa
  2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 2/3] pidgin: add PACKAGECONFIGs Martin Jansa
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Martin Jansa @ 2016-05-06 14:35 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Herrie

From: Herrie <github.com@herrie.org>

Which is compatible with GnuTLS that's included in Krogoth.

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
---
 .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35 ++++++++++++++--------
 .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
 .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
 3 files changed, 26 insertions(+), 30 deletions(-)
 delete mode 100644 meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
 rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} (91%)

diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
index 57c4c46..cfc681c 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
@@ -1,16 +1,27 @@
-Index: pidgin-2.6.5/configure.ac
-===================================================================
---- pidgin-2.6.5.orig/configure.ac
-+++ pidgin-2.6.5/configure.ac
-@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
- 		AC_CHECK_LIB(pthread, pthread_create, )
- 		AC_CHECK_LIB(util, openpty, )
- 		AC_CHECK_LIB(db, dbopen, )
--		PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION"
--		PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
+From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
+From: Herrie <github.com@herrie.org>
+Date: Thu, 5 May 2016 13:33:29 +0200
+Subject: [PATCH] Updated python patch
+
+---
+ configure.ac | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 94ea8cf..2285adb 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
+ if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then
+ 	AC_MSG_CHECKING(for Python compile flags)
+ 	if test -f ${PYTHON}-config; then
+-		PY_CFLAGS=`${PYTHON}-config --includes`
+-		PY_LIBS=`${PYTHON}-config --libs`
+-		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
 +		m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
 +		PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config -lpython$PY_VERSION"
-+		PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
- 		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
++		PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
  		AC_MSG_RESULT(ok)
  	else
+ 		AC_MSG_RESULT([Cannot find ${PYTHON}-config])
+
diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
deleted file mode 100644
index 05f7689..0000000
--- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- pidgin-2.0.1/pidgin.desktop.in.orig	2007-06-20 23:50:44.000000000 +0000
-+++ pidgin-2.0.1/pidgin.desktop.in	2007-06-20 23:51:05.000000000 +0000
-@@ -4,7 +4,7 @@
- _GenericName=Internet Messenger
- _Comment=Send instant messages over multiple protocols
- Exec=pidgin
--Icon=pidgin
-+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
- StartupNotify=true
- Terminal=false
- Type=Application
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
similarity index 91%
rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
index 8352110..9133c1c 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
@@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
 SECTION = "x11/network"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
+DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2 gconf dbus-glib"
 
 inherit autotools gettext pkgconfig gconf perlnative
 
-# http://errors.yoctoproject.org/Errors/Details/25824/
-PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core and also depends on broken libnice through farsight2"
-
 SRC_URI = "\
     ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
     file://sanitize-configure.ac.patch \
-    file://pidgin.desktop-set-icon.patch \
     file://purple-OE-branding-25.patch \
     file://pidgin-cross-python-265.patch \
 "
 
-SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
-SRC_URI[sha256sum] = "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
+SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
+SRC_URI[sha256sum] = "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
 
 EXTRA_OECONF = " \
     --enable-vv \
-- 
2.8.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH][krogoth][meta-oe 2/3] pidgin: add PACKAGECONFIGs
  2016-05-06 14:35 [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 Martin Jansa
@ 2016-05-06 14:35 ` Martin Jansa
  2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 3/3] pidgin: use pkg-config instead of hardcoded paths or python-config Martin Jansa
  2016-05-07 18:09 ` [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 akuster808
  2 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2016-05-06 14:35 UTC (permalink / raw)
  To: openembedded-devel

* disable gstreamer and vv, because gstreamer 0.10 is in meta-multimedia now
* disable farsight2/farstream, because farsight2 is blacklisted
* don't enable X11 support without x11 in DISTRO_FEATURES
* allow to disable all UI, useful for DISTROs who want just the purple libraries
  like LuneOS

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb | 31 ++++++++++++++++++------
 1 file changed, 23 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
index 9133c1c..ac0871f 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "multi-protocol instant messaging client"
 SECTION = "x11/network"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2 gconf dbus-glib"
+DEPENDS = "python virtual/libintl intltool-native libxml2 gconf"
 
 inherit autotools gettext pkgconfig gconf perlnative
 
@@ -16,18 +16,33 @@ SRC_URI = "\
 SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
 SRC_URI[sha256sum] = "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
 
+PACKAGECONFIG ??= "gnutls consoleui avahi dbus idn \
+    ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11 gtk startup-notification', '', d)} \
+"
+PACKAGECONFIG[farsight2] = "--enable-farstream,--disable-farstream,farsight2"
+#  --disable-gstreamer     compile without GStreamer audio support
+#  --disable-gstreamer-video
+#                          compile without GStreamer 1.0 Video Overlay support
+#  --disable-gstreamer-interfaces
+#                          compile without GStreamer 0.10 interface support
+#  --with-gstreamer=<version>
+#                          compile with GStreamer 0.10 or 1.0 interface
+PACKAGECONFIG[gstreamer] = "--enable-gstreamer,--disable-gstreamer,gstreamer"
+PACKAGECONFIG[vv] = "--enable-vv,--disable-vv,gstreamer"
+PACKAGECONFIG[idn] = "--enable-idn,--disable-idn,libidn"
+PACKAGECONFIG[gtk] = "--enable-gtkui,--disable-gtkui,gtk+"
+PACKAGECONFIG[x11] = "--with-x=yes --x-includes=${STAGING_INCDIR} --x-libraries=${STAGING_LIBDIR},--with-x=no,virtual/libx11"
+PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
+PACKAGECONFIG[consoleui] = "--enable-consoleui --with-ncurses-headers=${STAGING_INCDIR},--disable-consoleui,ncurses"
+PACKAGECONFIG[gnutls] = "--enable-gnutls --with-gnutls-includes=${STAGING_INCDIR} --with-gnutls-libs=${STAGING_LIBDIR},--disable-gnutls,gnutls"
+PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus dbus-glib"
+PACKAGECONFIG[avahi] = "--enable-avahi,--disable-avahi,avahi"
+
 EXTRA_OECONF = " \
-    --enable-vv \
     --disable-perl \
     --disable-tcl \
     --disable-gevolution \
     --disable-schemas-install \
-    --x-includes=${STAGING_INCDIR} \
-    --x-libraries=${STAGING_LIBDIR} \
-    --enable-gnutls=yes \
-    --with-ncurses-headers=${STAGING_INCDIR} \
-    --with-gnutls-includes=${STAGING_INCDIR} \
-    --with-gnutls-libs=${STAGING_LIBDIR} \
     --disable-gtkspell \
     --disable-meanwhile \
     --disable-nm \
-- 
2.8.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH][krogoth][meta-oe 3/3] pidgin: use pkg-config instead of hardcoded paths or python-config
  2016-05-06 14:35 [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 Martin Jansa
  2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 2/3] pidgin: add PACKAGECONFIGs Martin Jansa
@ 2016-05-06 14:35 ` Martin Jansa
  2016-05-07 18:09 ` [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 akuster808
  2 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2016-05-06 14:35 UTC (permalink / raw)
  To: openembedded-devel

* also fix following QA warning:
WARNING: pidgin-2.10.12-r0 do_package: QA Issue: pidgin: Files/directories were installed but not shipped in any package:
  /usr/share/appdata
  /usr/share/appdata/pidgin.appdata.xml
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
pidgin: 2 installed and not shipped files. [installed-vs-shipped]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../pidgin/pidgin/pidgin-cross-python-265.patch    | 51 ++++++++++++----------
 meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb   |  2 +-
 2 files changed, 30 insertions(+), 23 deletions(-)

diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
index cfc681c..72bf4ed 100644
--- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
+++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
@@ -1,27 +1,34 @@
-From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
-From: Herrie <github.com@herrie.org>
-Date: Thu, 5 May 2016 13:33:29 +0200
-Subject: [PATCH] Updated python patch
+Use pkg-config instead of ${PYTHON}-config to find python
 
----
- configure.ac | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 94ea8cf..2285adb 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
+diff -uNr pidgin-2.10.12.orig/configure.ac pidgin-2.10.12/configure.ac
+--- pidgin-2.10.12.orig/configure.ac	2016-01-01 00:19:40.000000000 +0100
++++ pidgin-2.10.12/configure.ac	2016-05-05 16:55:13.258945925 +0200
+@@ -1585,20 +1585,15 @@
+ dnl Check for Python headers (currently useful only for libgnt)
+ dnl (Thanks to XChat)
  if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then
- 	AC_MSG_CHECKING(for Python compile flags)
- 	if test -f ${PYTHON}-config; then
+-	AC_MSG_CHECKING(for Python compile flags)
+-	if test -f ${PYTHON}-config; then
 -		PY_CFLAGS=`${PYTHON}-config --includes`
 -		PY_LIBS=`${PYTHON}-config --libs`
 -		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
-+		m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
-+		PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config -lpython$PY_VERSION"
-+		PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
- 		AC_MSG_RESULT(ok)
- 	else
- 		AC_MSG_RESULT([Cannot find ${PYTHON}-config])
-
+-		AC_MSG_RESULT(ok)
+-	else
+-		AC_MSG_RESULT([Cannot find ${PYTHON}-config])
+-		PY_CFLAGS=""
+-		PY_LIBS=""
+-	fi
++        AC_MSG_CHECKING(for Python compile flags)
++        PKG_CHECK_MODULES(PY, python, [
++                AC_SUBST(PY_CFLAGS)
++                AC_SUBST(PY_LIBS)
++        ], [
++                AC_MSG_RESULT(no)
++                AC_MSG_ERROR([Can't find python])
++        ])
+ fi
+-AC_SUBST(PY_CFLAGS)
+-AC_SUBST(PY_LIBS)
+ 
+ dnl #######################################################################
+ dnl # Check for Mono support
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
index ac0871f..cd46140 100644
--- a/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
+++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
@@ -83,7 +83,7 @@ FILES_${PN} = "${bindir} ${datadir}/${PN} ${libdir}/${PN}/*.so \
            ${datadir}/applications"
 RRECOMMENDS_${PN} = "${PN}-data libpurple-plugin-ssl-gnutls libpurple-protocol-irc libpurple-protocol-xmpp"
 
-FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons"
+FILES_${PN}-data = "${datadir}/pixmaps ${datadir}/sounds ${datadir}/icons ${datadir}/appdata"
 FILES_${PN}-dev += "${libdir}/${PN}/*.la"
 
 PACKAGES_DYNAMIC += "^libpurple-protocol-.* ^libpurple-plugin-.* ^pidgin-plugin-.* ^finch-plugin-.*"
-- 
2.8.2



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
  2016-05-06 14:35 [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 Martin Jansa
  2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 2/3] pidgin: add PACKAGECONFIGs Martin Jansa
  2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 3/3] pidgin: use pkg-config instead of hardcoded paths or python-config Martin Jansa
@ 2016-05-07 18:09 ` akuster808
  2016-05-07 21:33   ` Martin Jansa
  2 siblings, 1 reply; 8+ messages in thread
From: akuster808 @ 2016-05-07 18:09 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Herrie



On 05/06/2016 07:35 AM, Martin Jansa wrote:
> From: Herrie <github.com@herrie.org>
> 
> Which is compatible with GnuTLS that's included in Krogoth.

this update includes:
Potential information leak from XMPP 	CVE-2014-3698 	
Malicious smiley themes could alter arbitrary files 	CVE-2014-3697 	
Remote crash parsing malformed Groupwise message 	CVE-2014-3696 	
Remote crash parsing malformed MXit emoticon 	CVE-2014-3695 	
Insufficient SSL certificate validation 	CVE-2014-3694 	

info like this helps in deciding patch inclusion.

- armin

> 
> Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
> ---
>  .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35 ++++++++++++++--------
>  .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
>  .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
>  3 files changed, 26 insertions(+), 30 deletions(-)
>  delete mode 100644 meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>  rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} (91%)
> 
> diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> index 57c4c46..cfc681c 100644
> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> +++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> @@ -1,16 +1,27 @@
> -Index: pidgin-2.6.5/configure.ac
> -===================================================================
> ---- pidgin-2.6.5.orig/configure.ac
> -+++ pidgin-2.6.5/configure.ac
> -@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
> - 		AC_CHECK_LIB(pthread, pthread_create, )
> - 		AC_CHECK_LIB(util, openpty, )
> - 		AC_CHECK_LIB(db, dbopen, )
> --		PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config -lpython$PY_VERSION"
> --		PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
> +From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
> +From: Herrie <github.com@herrie.org>
> +Date: Thu, 5 May 2016 13:33:29 +0200
> +Subject: [PATCH] Updated python patch
> +
> +---
> + configure.ac | 6 +++---
> + 1 file changed, 3 insertions(+), 3 deletions(-)
> +
> +diff --git a/configure.ac b/configure.ac
> +index 94ea8cf..2285adb 100644
> +--- a/configure.ac
> ++++ b/configure.ac
> +@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
> + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON" != x"no" ; then
> + 	AC_MSG_CHECKING(for Python compile flags)
> + 	if test -f ${PYTHON}-config; then
> +-		PY_CFLAGS=`${PYTHON}-config --includes`
> +-		PY_LIBS=`${PYTHON}-config --libs`
> +-		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
>  +		m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
>  +		PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config -lpython$PY_VERSION"
> -+		PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
> - 		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
> ++		PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"		AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
>   		AC_MSG_RESULT(ok)
>   	else
> + 		AC_MSG_RESULT([Cannot find ${PYTHON}-config])
> +
> diff --git a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> deleted file mode 100644
> index 05f7689..0000000
> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> +++ /dev/null
> @@ -1,11 +0,0 @@
> ---- pidgin-2.0.1/pidgin.desktop.in.orig	2007-06-20 23:50:44.000000000 +0000
> -+++ pidgin-2.0.1/pidgin.desktop.in	2007-06-20 23:51:05.000000000 +0000
> -@@ -4,7 +4,7 @@
> - _GenericName=Internet Messenger
> - _Comment=Send instant messages over multiple protocols
> - Exec=pidgin
> --Icon=pidgin
> -+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
> - StartupNotify=true
> - Terminal=false
> - Type=Application
> diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> similarity index 91%
> rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> index 8352110..9133c1c 100644
> --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> @@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
>  SECTION = "x11/network"
>  LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
> +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2 gconf dbus-glib"
>  
>  inherit autotools gettext pkgconfig gconf perlnative
>  
> -# http://errors.yoctoproject.org/Errors/Details/25824/
> -PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4 currently in oe-core and also depends on broken libnice through farsight2"
> -
>  SRC_URI = "\
>      ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
>      file://sanitize-configure.ac.patch \
> -    file://pidgin.desktop-set-icon.patch \
>      file://purple-OE-branding-25.patch \
>      file://pidgin-cross-python-265.patch \
>  "
>  
> -SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
> -SRC_URI[sha256sum] = "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
> +SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
> +SRC_URI[sha256sum] = "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
>  
>  EXTRA_OECONF = " \
>      --enable-vv \
> 


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
  2016-05-07 18:09 ` [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 akuster808
@ 2016-05-07 21:33   ` Martin Jansa
  2016-05-08  5:43     ` akuster808
  2016-05-09 18:32     ` akuster808
  0 siblings, 2 replies; 8+ messages in thread
From: Martin Jansa @ 2016-05-07 21:33 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Herrie

For me the imporant part is already in commit message, old version doesn't
build at all, new does, so it's improvement in itself.

Security fixes are good bonus, but in this case older version wasn't really
affected because it couldn't be even built with corresponding gnutls from
oe-core release.

On Sat, May 7, 2016 at 8:09 PM, akuster808 <akuster808@gmail.com> wrote:

>
>
> On 05/06/2016 07:35 AM, Martin Jansa wrote:
> > From: Herrie <github.com@herrie.org>
> >
> > Which is compatible with GnuTLS that's included in Krogoth.
>
> this update includes:
> Potential information leak from XMPP    CVE-2014-3698
> Malicious smiley themes could alter arbitrary files     CVE-2014-3697
> Remote crash parsing malformed Groupwise message        CVE-2014-3696
> Remote crash parsing malformed MXit emoticon    CVE-2014-3695
> Insufficient SSL certificate validation         CVE-2014-3694
>
> info like this helps in deciding patch inclusion.
>
> - armin
>
> >
> > Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
> > ---
> >  .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35
> ++++++++++++++--------
> >  .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
> >  .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
> >  3 files changed, 26 insertions(+), 30 deletions(-)
> >  delete mode 100644
> meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> >  rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb =>
> pidgin_2.10.12.bb} (91%)
> >
> > diff --git
> a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> > index 57c4c46..cfc681c 100644
> > --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> > +++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> > @@ -1,16 +1,27 @@
> > -Index: pidgin-2.6.5/configure.ac
> > -===================================================================
> > ---- pidgin-2.6.5.orig/configure.ac
> > -+++ pidgin-2.6.5/configure.ac
> > -@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
> > -             AC_CHECK_LIB(pthread, pthread_create, )
> > -             AC_CHECK_LIB(util, openpty, )
> > -             AC_CHECK_LIB(db, dbopen, )
> > --            PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config
> -lpython$PY_VERSION"
> > --            PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
> > +From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
> > +From: Herrie <github.com@herrie.org>
> > +Date: Thu, 5 May 2016 13:33:29 +0200
> > +Subject: [PATCH] Updated python patch
> > +
> > +---
> > + configure.ac | 6 +++---
> > + 1 file changed, 3 insertions(+), 3 deletions(-)
> > +
> > +diff --git a/configure.ac b/configure.ac
> > +index 94ea8cf..2285adb 100644
> > +--- a/configure.ac
> > ++++ b/configure.ac
> > +@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
> > + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON"
> != x"no" ; then
> > +     AC_MSG_CHECKING(for Python compile flags)
> > +     if test -f ${PYTHON}-config; then
> > +-            PY_CFLAGS=`${PYTHON}-config --includes`
> > +-            PY_LIBS=`${PYTHON}-config --libs`
> > +-            AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
> available.])
> >  +            m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
> >  +
> PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config
> -lpython$PY_VERSION"
> > -+
> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
> > -             AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
> available.])
> > ++
> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
>      AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
> >               AC_MSG_RESULT(ok)
> >       else
> > +             AC_MSG_RESULT([Cannot find ${PYTHON}-config])
> > +
> > diff --git
> a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> > deleted file mode 100644
> > index 05f7689..0000000
> > --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> > +++ /dev/null
> > @@ -1,11 +0,0 @@
> > ---- pidgin-2.0.1/pidgin.desktop.in.orig      2007-06-20
> 23:50:44.000000000 +0000
> > -+++ pidgin-2.0.1/pidgin.desktop.in   2007-06-20 23:51:05.000000000
> +0000
> > -@@ -4,7 +4,7 @@
> > - _GenericName=Internet Messenger
> > - _Comment=Send instant messages over multiple protocols
> > - Exec=pidgin
> > --Icon=pidgin
> > -+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
> > - StartupNotify=true
> > - Terminal=false
> > - Type=Application
> > diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> > similarity index 91%
> > rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> > rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> > index 8352110..9133c1c 100644
> > --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> > +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> > @@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
> >  SECTION = "x11/network"
> >  LICENSE = "GPLv2"
> >  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> > -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
> virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
> > +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
> virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2
> gconf dbus-glib"
> >
> >  inherit autotools gettext pkgconfig gconf perlnative
> >
> > -# http://errors.yoctoproject.org/Errors/Details/25824/
> > -PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4
> currently in oe-core and also depends on broken libnice through farsight2"
> > -
> >  SRC_URI = "\
> >      ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
> >      file://sanitize-configure.ac.patch \
> > -    file://pidgin.desktop-set-icon.patch \
> >      file://purple-OE-branding-25.patch \
> >      file://pidgin-cross-python-265.patch \
> >  "
> >
> > -SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
> > -SRC_URI[sha256sum] =
> "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
> > +SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
> > +SRC_URI[sha256sum] =
> "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
> >
> >  EXTRA_OECONF = " \
> >      --enable-vv \
> >
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
  2016-05-07 21:33   ` Martin Jansa
@ 2016-05-08  5:43     ` akuster808
  2016-05-09 18:32     ` akuster808
  1 sibling, 0 replies; 8+ messages in thread
From: akuster808 @ 2016-05-08  5:43 UTC (permalink / raw)
  To: openembedded-devel



On 05/07/2016 02:33 PM, Martin Jansa wrote:
> For me the imporant part is already in commit message, old version doesn't
> build at all, new does, so it's improvement in itself.

I didn't get that from "Which is compatible with GnuTLS that's included
in Krogoth." nor "pidgin: Update to 2.10.12".

thanks for explaining, some days I need more help than others : )


- armin

> 
> Security fixes are good bonus, but in this case older version wasn't really
> affected because it couldn't be even built with corresponding gnutls from
> oe-core release.
> 
> On Sat, May 7, 2016 at 8:09 PM, akuster808 <akuster808@gmail.com> wrote:
> 
>>
>>
>> On 05/06/2016 07:35 AM, Martin Jansa wrote:
>>> From: Herrie <github.com@herrie.org>
>>>
>>> Which is compatible with GnuTLS that's included in Krogoth.
>>
>> this update includes:
>> Potential information leak from XMPP    CVE-2014-3698
>> Malicious smiley themes could alter arbitrary files     CVE-2014-3697
>> Remote crash parsing malformed Groupwise message        CVE-2014-3696
>> Remote crash parsing malformed MXit emoticon    CVE-2014-3695
>> Insufficient SSL certificate validation         CVE-2014-3694
>>
>> info like this helps in deciding patch inclusion.
>>
>> - armin
>>
>>>
>>> Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
>>> ---
>>>  .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35
>> ++++++++++++++--------
>>>  .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
>>>  .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
>>>  3 files changed, 26 insertions(+), 30 deletions(-)
>>>  delete mode 100644
>> meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>>  rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb =>
>> pidgin_2.10.12.bb} (91%)
>>>
>>> diff --git
>> a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>> b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> index 57c4c46..cfc681c 100644
>>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> +++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> @@ -1,16 +1,27 @@
>>> -Index: pidgin-2.6.5/configure.ac
>>> -===================================================================
>>> ---- pidgin-2.6.5.orig/configure.ac
>>> -+++ pidgin-2.6.5/configure.ac
>>> -@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
>>> -             AC_CHECK_LIB(pthread, pthread_create, )
>>> -             AC_CHECK_LIB(util, openpty, )
>>> -             AC_CHECK_LIB(db, dbopen, )
>>> --            PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config
>> -lpython$PY_VERSION"
>>> --            PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
>>> +From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
>>> +From: Herrie <github.com@herrie.org>
>>> +Date: Thu, 5 May 2016 13:33:29 +0200
>>> +Subject: [PATCH] Updated python patch
>>> +
>>> +---
>>> + configure.ac | 6 +++---
>>> + 1 file changed, 3 insertions(+), 3 deletions(-)
>>> +
>>> +diff --git a/configure.ac b/configure.ac
>>> +index 94ea8cf..2285adb 100644
>>> +--- a/configure.ac
>>> ++++ b/configure.ac
>>> +@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
>>> + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON"
>> != x"no" ; then
>>> +     AC_MSG_CHECKING(for Python compile flags)
>>> +     if test -f ${PYTHON}-config; then
>>> +-            PY_CFLAGS=`${PYTHON}-config --includes`
>>> +-            PY_LIBS=`${PYTHON}-config --libs`
>>> +-            AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
>> available.])
>>>  +            m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
>>>  +
>> PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config
>> -lpython$PY_VERSION"
>>> -+
>> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
>>> -             AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
>> available.])
>>> ++
>> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
>>      AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
>>>               AC_MSG_RESULT(ok)
>>>       else
>>> +             AC_MSG_RESULT([Cannot find ${PYTHON}-config])
>>> +
>>> diff --git
>> a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>> b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>> deleted file mode 100644
>>> index 05f7689..0000000
>>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>> +++ /dev/null
>>> @@ -1,11 +0,0 @@
>>> ---- pidgin-2.0.1/pidgin.desktop.in.orig      2007-06-20
>> 23:50:44.000000000 +0000
>>> -+++ pidgin-2.0.1/pidgin.desktop.in   2007-06-20 23:51:05.000000000
>> +0000
>>> -@@ -4,7 +4,7 @@
>>> - _GenericName=Internet Messenger
>>> - _Comment=Send instant messages over multiple protocols
>>> - Exec=pidgin
>>> --Icon=pidgin
>>> -+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
>>> - StartupNotify=true
>>> - Terminal=false
>>> - Type=Application
>>> diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>> b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> similarity index 91%
>>> rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>>> rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> index 8352110..9133c1c 100644
>>> --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>>> +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> @@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
>>>  SECTION = "x11/network"
>>>  LICENSE = "GPLv2"
>>>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>>> -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
>> virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
>>> +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
>> virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2
>> gconf dbus-glib"
>>>
>>>  inherit autotools gettext pkgconfig gconf perlnative
>>>
>>> -# http://errors.yoctoproject.org/Errors/Details/25824/
>>> -PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4
>> currently in oe-core and also depends on broken libnice through farsight2"
>>> -
>>>  SRC_URI = "\
>>>      ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
>>>      file://sanitize-configure.ac.patch \
>>> -    file://pidgin.desktop-set-icon.patch \
>>>      file://purple-OE-branding-25.patch \
>>>      file://pidgin-cross-python-265.patch \
>>>  "
>>>
>>> -SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
>>> -SRC_URI[sha256sum] =
>> "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
>>> +SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
>>> +SRC_URI[sha256sum] =
>> "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
>>>
>>>  EXTRA_OECONF = " \
>>>      --enable-vv \
>>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
  2016-05-07 21:33   ` Martin Jansa
  2016-05-08  5:43     ` akuster808
@ 2016-05-09 18:32     ` akuster808
  2016-05-09 19:09       ` Martin Jansa
  1 sibling, 1 reply; 8+ messages in thread
From: akuster808 @ 2016-05-09 18:32 UTC (permalink / raw)
  To: openembedded-devel, Martin Jansa

On 5/7/16 2:33 PM, Martin Jansa wrote:
> For me the imporant part is already in commit message, old version doesn't
> build at all, new does, so it's improvement in itself.
>
> Security fixes are good bonus, but in this case older version wasn't really
> affected because it couldn't be even built with corresponding gnutls from
> oe-core release.

I see you got  impatient and pushed the changes in. I have those staged.

the "llvm3.3: Disable auto -dbg packages" commit to krogoth-next, is
that needed in Master?

- Armin
>
> On Sat, May 7, 2016 at 8:09 PM, akuster808 <akuster808@gmail.com> wrote:
>
>>
>> On 05/06/2016 07:35 AM, Martin Jansa wrote:
>>> From: Herrie <github.com@herrie.org>
>>>
>>> Which is compatible with GnuTLS that's included in Krogoth.
>> this update includes:
>> Potential information leak from XMPP    CVE-2014-3698
>> Malicious smiley themes could alter arbitrary files     CVE-2014-3697
>> Remote crash parsing malformed Groupwise message        CVE-2014-3696
>> Remote crash parsing malformed MXit emoticon    CVE-2014-3695
>> Insufficient SSL certificate validation         CVE-2014-3694
>>
>> info like this helps in deciding patch inclusion.
>>
>> - armin
>>
>>> Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
>>> ---
>>>  .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35
>> ++++++++++++++--------
>>>  .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
>>>  .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
>>>  3 files changed, 26 insertions(+), 30 deletions(-)
>>>  delete mode 100644
>> meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>>  rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb =>
>> pidgin_2.10.12.bb} (91%)
>>> diff --git
>> a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>> b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> index 57c4c46..cfc681c 100644
>>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> +++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
>>> @@ -1,16 +1,27 @@
>>> -Index: pidgin-2.6.5/configure.ac
>>> -===================================================================
>>> ---- pidgin-2.6.5.orig/configure.ac
>>> -+++ pidgin-2.6.5/configure.ac
>>> -@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
>>> -             AC_CHECK_LIB(pthread, pthread_create, )
>>> -             AC_CHECK_LIB(util, openpty, )
>>> -             AC_CHECK_LIB(db, dbopen, )
>>> --            PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config
>> -lpython$PY_VERSION"
>>> --            PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
>>> +From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
>>> +From: Herrie <github.com@herrie.org>
>>> +Date: Thu, 5 May 2016 13:33:29 +0200
>>> +Subject: [PATCH] Updated python patch
>>> +
>>> +---
>>> + configure.ac | 6 +++---
>>> + 1 file changed, 3 insertions(+), 3 deletions(-)
>>> +
>>> +diff --git a/configure.ac b/configure.ac
>>> +index 94ea8cf..2285adb 100644
>>> +--- a/configure.ac
>>> ++++ b/configure.ac
>>> +@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
>>> + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON"
>> != x"no" ; then
>>> +     AC_MSG_CHECKING(for Python compile flags)
>>> +     if test -f ${PYTHON}-config; then
>>> +-            PY_CFLAGS=`${PYTHON}-config --includes`
>>> +-            PY_LIBS=`${PYTHON}-config --libs`
>>> +-            AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
>> available.])
>>>  +            m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
>>>  +
>> PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config
>> -lpython$PY_VERSION"
>>> -+
>> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
>>> -             AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
>> available.])
>>> ++
>> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
>>      AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
>>>               AC_MSG_RESULT(ok)
>>>       else
>>> +             AC_MSG_RESULT([Cannot find ${PYTHON}-config])
>>> +
>>> diff --git
>> a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>> b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>> deleted file mode 100644
>>> index 05f7689..0000000
>>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
>>> +++ /dev/null
>>> @@ -1,11 +0,0 @@
>>> ---- pidgin-2.0.1/pidgin.desktop.in.orig      2007-06-20
>> 23:50:44.000000000 +0000
>>> -+++ pidgin-2.0.1/pidgin.desktop.in   2007-06-20 23:51:05.000000000
>> +0000
>>> -@@ -4,7 +4,7 @@
>>> - _GenericName=Internet Messenger
>>> - _Comment=Send instant messages over multiple protocols
>>> - Exec=pidgin
>>> --Icon=pidgin
>>> -+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
>>> - StartupNotify=true
>>> - Terminal=false
>>> - Type=Application
>>> diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>> b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> similarity index 91%
>>> rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>>> rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> index 8352110..9133c1c 100644
>>> --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
>>> +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
>>> @@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
>>>  SECTION = "x11/network"
>>>  LICENSE = "GPLv2"
>>>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>>> -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
>> virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
>>> +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
>> virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2
>> gconf dbus-glib"
>>>  inherit autotools gettext pkgconfig gconf perlnative
>>>
>>> -# http://errors.yoctoproject.org/Errors/Details/25824/
>>> -PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4
>> currently in oe-core and also depends on broken libnice through farsight2"
>>> -
>>>  SRC_URI = "\
>>>      ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
>>>      file://sanitize-configure.ac.patch \
>>> -    file://pidgin.desktop-set-icon.patch \
>>>      file://purple-OE-branding-25.patch \
>>>      file://pidgin-cross-python-265.patch \
>>>  "
>>>
>>> -SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
>>> -SRC_URI[sha256sum] =
>> "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
>>> +SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
>>> +SRC_URI[sha256sum] =
>> "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
>>>  EXTRA_OECONF = " \
>>>      --enable-vv \
>>>
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12
  2016-05-09 18:32     ` akuster808
@ 2016-05-09 19:09       ` Martin Jansa
  0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2016-05-09 19:09 UTC (permalink / raw)
  To: akuster808; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 7890 bytes --]

On Mon, May 09, 2016 at 11:32:04AM -0700, akuster808 wrote:
> On 5/7/16 2:33 PM, Martin Jansa wrote:
> > For me the imporant part is already in commit message, old version doesn't
> > build at all, new does, so it's improvement in itself.
> >
> > Security fixes are good bonus, but in this case older version wasn't really
> > affected because it couldn't be even built with corresponding gnutls from
> > oe-core release.
> 
> I see you got  impatient and pushed the changes in. I have those staged.

Sorry I've pushed them to krogoth-next only so I don't forgot to make
you include them eventually, but please stage them in normal
consolidated pull as always.

> the "llvm3.3: Disable auto -dbg packages" commit to krogoth-next, is
> that needed in Master?

yes, it is (fixes DEBUGFS generation) and it's also in master-next will
be merged to master soon.

> - Armin
> >
> > On Sat, May 7, 2016 at 8:09 PM, akuster808 <akuster808@gmail.com> wrote:
> >
> >>
> >> On 05/06/2016 07:35 AM, Martin Jansa wrote:
> >>> From: Herrie <github.com@herrie.org>
> >>>
> >>> Which is compatible with GnuTLS that's included in Krogoth.
> >> this update includes:
> >> Potential information leak from XMPP    CVE-2014-3698
> >> Malicious smiley themes could alter arbitrary files     CVE-2014-3697
> >> Remote crash parsing malformed Groupwise message        CVE-2014-3696
> >> Remote crash parsing malformed MXit emoticon    CVE-2014-3695
> >> Insufficient SSL certificate validation         CVE-2014-3694
> >>
> >> info like this helps in deciding patch inclusion.
> >>
> >> - armin
> >>
> >>> Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
> >>> ---
> >>>  .../pidgin/pidgin/pidgin-cross-python-265.patch    | 35
> >> ++++++++++++++--------
> >>>  .../pidgin/pidgin/pidgin.desktop-set-icon.patch    | 11 -------
> >>>  .../pidgin/{pidgin_2.10.9.bb => pidgin_2.10.12.bb} | 10 ++-----
> >>>  3 files changed, 26 insertions(+), 30 deletions(-)
> >>>  delete mode 100644
> >> meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> >>>  rename meta-oe/recipes-support/pidgin/{pidgin_2.10.9.bb =>
> >> pidgin_2.10.12.bb} (91%)
> >>> diff --git
> >> a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> >> b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> >>> index 57c4c46..cfc681c 100644
> >>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> >>> +++ b/meta-oe/recipes-support/pidgin/pidgin/pidgin-cross-python-265.patch
> >>> @@ -1,16 +1,27 @@
> >>> -Index: pidgin-2.6.5/configure.ac
> >>> -===================================================================
> >>> ---- pidgin-2.6.5.orig/configure.ac
> >>> -+++ pidgin-2.6.5/configure.ac
> >>> -@@ -1470,8 +1470,9 @@ if test "_$pythonpath" != _ ; then
> >>> -             AC_CHECK_LIB(pthread, pthread_create, )
> >>> -             AC_CHECK_LIB(util, openpty, )
> >>> -             AC_CHECK_LIB(db, dbopen, )
> >>> --            PY_LIBS="-L$PY_EXEC_PREFIX/lib/python$PY_VERSION/config
> >> -lpython$PY_VERSION"
> >>> --            PY_CFLAGS="-I$PY_PREFIX/include/python$PY_VERSION"
> >>> +From 428836ba7f9048970626ef0d6b805107f7c52d33 Mon Sep 17 00:00:00 2001
> >>> +From: Herrie <github.com@herrie.org>
> >>> +Date: Thu, 5 May 2016 13:33:29 +0200
> >>> +Subject: [PATCH] Updated python patch
> >>> +
> >>> +---
> >>> + configure.ac | 6 +++---
> >>> + 1 file changed, 3 insertions(+), 3 deletions(-)
> >>> +
> >>> +diff --git a/configure.ac b/configure.ac
> >>> +index 94ea8cf..2285adb 100644
> >>> +--- a/configure.ac
> >>> ++++ b/configure.ac
> >>> +@@ -1587,9 +1587,9 @@ dnl (Thanks to XChat)
> >>> + if test "x$enable_consoleui" = "xyes" -a ! -z "$PYTHON" -a x"$PYTHON"
> >> != x"no" ; then
> >>> +     AC_MSG_CHECKING(for Python compile flags)
> >>> +     if test -f ${PYTHON}-config; then
> >>> +-            PY_CFLAGS=`${PYTHON}-config --includes`
> >>> +-            PY_LIBS=`${PYTHON}-config --libs`
> >>> +-            AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
> >> available.])
> >>>  +            m4_pattern_allow([^PKG_CONFIG_SYSROOT_DIR$])
> >>>  +
> >> PY_LIBS="-L$PKG_CONFIG_SYSROOT_DIR/usr/lib/python$PY_VERSION/config
> >> -lpython$PY_VERSION"
> >>> -+
> >> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
> >>> -             AC_DEFINE(USE_PYTHON, [1], [Define if python headers are
> >> available.])
> >>> ++
> >> PY_CFLAGS="-I$PKG_CONFIG_SYSROOT_DIR/usr/include/python$PY_VERSION"
> >>      AC_DEFINE(USE_PYTHON, [1], [Define if python headers are available.])
> >>>               AC_MSG_RESULT(ok)
> >>>       else
> >>> +             AC_MSG_RESULT([Cannot find ${PYTHON}-config])
> >>> +
> >>> diff --git
> >> a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> >> b/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> >>> deleted file mode 100644
> >>> index 05f7689..0000000
> >>> --- a/meta-oe/recipes-support/pidgin/pidgin/pidgin.desktop-set-icon.patch
> >>> +++ /dev/null
> >>> @@ -1,11 +0,0 @@
> >>> ---- pidgin-2.0.1/pidgin.desktop.in.orig      2007-06-20
> >> 23:50:44.000000000 +0000
> >>> -+++ pidgin-2.0.1/pidgin.desktop.in   2007-06-20 23:51:05.000000000
> >> +0000
> >>> -@@ -4,7 +4,7 @@
> >>> - _GenericName=Internet Messenger
> >>> - _Comment=Send instant messages over multiple protocols
> >>> - Exec=pidgin
> >>> --Icon=pidgin
> >>> -+Icon=/usr/share/icons/hicolor/48x48/apps/pidgin.png
> >>> - StartupNotify=true
> >>> - Terminal=false
> >>> - Type=Application
> >>> diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> >> b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> >>> similarity index 91%
> >>> rename from meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> >>> rename to meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> >>> index 8352110..9133c1c 100644
> >>> --- a/meta-oe/recipes-support/pidgin/pidgin_2.10.9.bb
> >>> +++ b/meta-oe/recipes-support/pidgin/pidgin_2.10.12.bb
> >>> @@ -2,23 +2,19 @@ DESCRIPTION = "multi-protocol instant messaging client"
> >>>  SECTION = "x11/network"
> >>>  LICENSE = "GPLv2"
> >>>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
> >>> -DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
> >> virtual/libintl gstreamer dbus intltool-native farsight2 libidn"
> >>> +DEPENDS = "python startup-notification avahi gtk+ ncurses gnutls
> >> virtual/libintl gstreamer dbus intltool-native farsight2 libidn libxml2
> >> gconf dbus-glib"
> >>>  inherit autotools gettext pkgconfig gconf perlnative
> >>>
> >>> -# http://errors.yoctoproject.org/Errors/Details/25824/
> >>> -PNBLACKLIST[pidgin] ?= "Not compatible with gnutls version 3.4
> >> currently in oe-core and also depends on broken libnice through farsight2"
> >>> -
> >>>  SRC_URI = "\
> >>>      ${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
> >>>      file://sanitize-configure.ac.patch \
> >>> -    file://pidgin.desktop-set-icon.patch \
> >>>      file://purple-OE-branding-25.patch \
> >>>      file://pidgin-cross-python-265.patch \
> >>>  "
> >>>
> >>> -SRC_URI[md5sum] = "10a4a69d077893f6dd3438cd8af94e81"
> >>> -SRC_URI[sha256sum] =
> >> "dc362ed8577f623eea4554a79e917073aa726825074fea402f2e515f0f51f319"
> >>> +SRC_URI[md5sum] = "14e0f5cfb2ed065e4dc80391a806ac76"
> >>> +SRC_URI[sha256sum] =
> >> "2c7523f0fefe89749c03b2b738ab9f7bd186da435be4762f1487eee31e77ffdd"
> >>>  EXTRA_OECONF = " \
> >>>      --enable-vv \
> >>>
> >> --
> >> _______________________________________________
> >> Openembedded-devel mailing list
> >> Openembedded-devel@lists.openembedded.org
> >> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> >>
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-05-09 19:09 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-06 14:35 [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 Martin Jansa
2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 2/3] pidgin: add PACKAGECONFIGs Martin Jansa
2016-05-06 14:35 ` [PATCH][krogoth][meta-oe 3/3] pidgin: use pkg-config instead of hardcoded paths or python-config Martin Jansa
2016-05-07 18:09 ` [PATCH][krogoth][meta-oe 1/3] pidgin: Update to 2.10.12 akuster808
2016-05-07 21:33   ` Martin Jansa
2016-05-08  5:43     ` akuster808
2016-05-09 18:32     ` akuster808
2016-05-09 19:09       ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.