aboutsummaryrefslogtreecommitdiffstats
path: root/main/xfdesktop
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-05 09:38:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-05 09:38:35 +0000
commitd5483150d431acf62744101d4062c8becf7ac5ef (patch)
treee100e9d9b3637880d601377028aad3c8972ebacc /main/xfdesktop
parentbeb6bd642c5cc6a81b78db5b5c907e498b911045 (diff)
downloadaports-d5483150d431acf62744101d4062c8becf7ac5ef.tar.bz2
aports-d5483150d431acf62744101d4062c8becf7ac5ef.tar.xz
main/xfdesktop: upgrade to 4.10.1
Diffstat (limited to 'main/xfdesktop')
-rw-r--r--main/xfdesktop/0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch64
-rw-r--r--main/xfdesktop/APKBUILD10
2 files changed, 5 insertions, 69 deletions
diff --git a/main/xfdesktop/0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch b/main/xfdesktop/0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch
deleted file mode 100644
index 48a4388f8a..0000000000
--- a/main/xfdesktop/0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-From 7669f5b3bc23658ac4f339fd288d8e8f9f30419e Mon Sep 17 00:00:00 2001
-From: Stefan Seyfried <seife+obs@b1-systems.com>
-Date: Wed, 27 Jun 2012 09:42:55 +0200
-Subject: [PATCH] fix use-after-free in
- xfdesktop_regular_file_icon_peek_tooltip
-
-xfce_rc_close() actually free()s "comment", so it needs to come after
-we have strdup()ed its contents, not before.
-This was introduced in commit 2fac2c92 (fix for bug 8509)
-Fixes bug 9059.
----
- src/xfdesktop-regular-file-icon.c | 25 ++++++++++++-------------
- 1 file changed, 12 insertions(+), 13 deletions(-)
-
-diff --git a/src/xfdesktop-regular-file-icon.c b/src/xfdesktop-regular-file-icon.c
-index ff5d074..6e4b71d 100644
---- a/src/xfdesktop-regular-file-icon.c
-+++ b/src/xfdesktop-regular-file-icon.c
-@@ -552,6 +552,10 @@ xfdesktop_regular_file_icon_peek_tooltip(XfdesktopIcon *icon)
- G_FILE_ATTRIBUTE_TIME_MODIFIED);
- time_string = xfdesktop_file_utils_format_time_for_display(mtime);
-
-+ regular_file_icon->priv->tooltip =
-+ g_strdup_printf(_("Type: %s\nSize: %s\nLast modified: %s"),
-+ description, size_string, time_string);
-+
- /* Extract the Comment entry from the .desktop file */
- if(is_desktop_file)
- {
-@@ -563,23 +567,18 @@ xfdesktop_regular_file_icon_peek_tooltip(XfdesktopIcon *icon)
- xfce_rc_set_group(rcfile, "Desktop Entry");
- comment = xfce_rc_read_entry(rcfile, "Comment", NULL);
- }
-+ /* Prepend the comment to the tooltip */
-+ if(comment != NULL) {
-+ gchar *tooltip = regular_file_icon->priv->tooltip;
-+ regular_file_icon->priv->tooltip = g_strdup_printf("%s\n%s",
-+ comment,
-+ tooltip);
-+ g_free(tooltip);
-+ }
-
- xfce_rc_close(rcfile);
- }
-
-- regular_file_icon->priv->tooltip =
-- g_strdup_printf(_("Type: %s\nSize: %s\nLast modified: %s"),
-- description, size_string, time_string);
--
-- /* Prepend the comment to the tooltip */
-- if(is_desktop_file && comment != NULL) {
-- gchar *tooltip = regular_file_icon->priv->tooltip;
-- regular_file_icon->priv->tooltip = g_strdup_printf("%s\n%s",
-- comment,
-- tooltip);
-- g_free(tooltip);
-- }
--
- g_free(time_string);
- g_free(size_string);
- g_free(description);
---
-1.7.10.4
-
diff --git a/main/xfdesktop/APKBUILD b/main/xfdesktop/APKBUILD
index f855f50167..ccfc76f606 100644
--- a/main/xfdesktop/APKBUILD
+++ b/main/xfdesktop/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfdesktop
-pkgver=4.10.0
-pkgrel=1
+pkgver=4.10.1
+pkgrel=0
pkgdesc="A desktop manager for Xfce"
url="http://www.xfce.org/"
arch="all"
@@ -12,7 +12,6 @@ makedepends="garcon-dev thunar-dev libxfce4ui-dev libwnck-dev libnotify-dev
exo-dev"
install=
source="http://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
- 0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch
"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -40,5 +39,6 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="d5f6fb9fdde3ddff5804b2a251892936 xfdesktop-4.10.0.tar.bz2
-9d76c3d1b4972b61c4a052b1a1dd733a 0001-fix-use-after-free-in-xfdesktop_regular_file_icon_pe.patch"
+md5sums="b1a67e9a2649ed8a452ebfb8aec259d0 xfdesktop-4.10.1.tar.bz2"
+sha256sums="2883fe381e1b967d179fdf5ece5ac2566a3ffdb94f4cf139c7fb44567f17d4ad xfdesktop-4.10.1.tar.bz2"
+sha512sums="d650b7d7704e38827e9a729e9e86d4d8f48c52296d22bbd697c96ae7525c6489892611d1f84b0cba9de738c32b465fc04666390b94b2860457bf626be56de6b8 xfdesktop-4.10.1.tar.bz2"