summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-11-03 07:17:34 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-11-03 07:17:34 +0000
commitcd2e05e68373ebadfe36f4b746c15ddc61653fad (patch)
treec6e9448b4aed85819e2ab611f807aac6d2b9cf7b /app-pda
parentamd64/x86 stable wrt #441102 (diff)
downloadgentoo-2-cd2e05e68373ebadfe36f4b746c15ddc61653fad.tar.gz
gentoo-2-cd2e05e68373ebadfe36f4b746c15ddc61653fad.tar.bz2
gentoo-2-cd2e05e68373ebadfe36f4b746c15ddc61653fad.zip
old
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/usbmuxd/ChangeLog6
-rw-r--r--app-pda/usbmuxd/files/usbmuxd-1.0.7-receive_packet_overflow.patch21
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild30
-rw-r--r--app-pda/usbmuxd/usbmuxd-1.0.8.ebuild27
4 files changed, 5 insertions, 79 deletions
diff --git a/app-pda/usbmuxd/ChangeLog b/app-pda/usbmuxd/ChangeLog
index bee65443f892..7fb291841124 100644
--- a/app-pda/usbmuxd/ChangeLog
+++ b/app-pda/usbmuxd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-pda/usbmuxd
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.25 2012/11/03 07:16:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/ChangeLog,v 1.26 2012/11/03 07:17:34 ssuominen Exp $
+
+ 03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> -usbmuxd-1.0.7-r1.ebuild,
+ -files/usbmuxd-1.0.7-receive_packet_overflow.patch, -usbmuxd-1.0.8.ebuild:
+ old
03 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> usbmuxd-1.0.8-r1.ebuild:
amd64/x86 stable wrt #441102
diff --git a/app-pda/usbmuxd/files/usbmuxd-1.0.7-receive_packet_overflow.patch b/app-pda/usbmuxd/files/usbmuxd-1.0.7-receive_packet_overflow.patch
deleted file mode 100644
index eed63f364b83..000000000000
--- a/app-pda/usbmuxd/files/usbmuxd-1.0.7-receive_packet_overflow.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 8968476bb5262d8aef20cb199337b174d338beb8 Mon Sep 17 00:00:00 2001
-From: Nikias Bassen
-Date: Thu, 12 Jan 2012 16:58:26 +0000
-Subject: Fix possible buffer overflow (thanks Rigan)
-
----
-diff --git a/libusbmuxd/libusbmuxd.c b/libusbmuxd/libusbmuxd.c
-index e06ee61..98e92df 100644
---- a/libusbmuxd/libusbmuxd.c
-+++ b/libusbmuxd/libusbmuxd.c
-@@ -189,7 +189,7 @@ static int receive_packet(int sfd, struct usbmuxd_header *header, void **payload
- char *strval = NULL;
- plist_get_string_val(n, &strval);
- if (strval) {
-- strcpy(dev->serial_number, strval);
-+ strncpy(dev->serial_number, strval, 255);
- free(strval);
- }
- n = plist_dict_get_item(props, "LocationID");
---
-cgit v0.8.3.1-34-gbf3d
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild
deleted file mode 100644
index 77f5ae9ba2dd..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.7-r1.ebuild,v 1.4 2012/06/02 07:00:09 zmedico Exp $
-
-EAPI=3
-inherit eutils cmake-utils user
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://marcansoft.com/blog/iphonelinux/usbmuxd/"
-SRC_URI="http://marcansoft.com/uploads/${PN}/${P}.tar.bz2"
-
-LICENSE="GPL-2 GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-DEPEND="app-pda/libplist
- virtual/libusb:1"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- enewgroup plugdev
- enewuser usbmux -1 -1 -1 "usb,plugdev"
-}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-receive_packet_overflow.patch #399409
-}
-
-DOCS="AUTHORS README README.devel"
diff --git a/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild b/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
deleted file mode 100644
index 82dde53280fd..000000000000
--- a/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/usbmuxd/usbmuxd-1.0.8.ebuild,v 1.7 2012/08/16 22:02:33 johu Exp $
-
-EAPI=4
-inherit cmake-utils user
-
-DESCRIPTION="USB multiplex daemon for use with Apple iPhone/iPod Touch devices"
-HOMEPAGE="http://www.libimobiledevice.org/"
-SRC_URI="http://www.libimobiledevice.org/downloads/${P}.tar.bz2"
-
-LICENSE="GPL-2 GPL-3 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=app-pda/libplist-1.8-r1
- virtual/libusb:1"
-DEPEND="${RDEPEND}
- virtual/os-headers"
-
-pkg_setup() {
- enewgroup plugdev
- enewuser usbmux -1 -1 -1 "usb,plugdev"
-}
-
-DOCS="AUTHORS README README.devel"