* [PATCH] grip: Upgrade to 3.3.1
@ 2010-03-17 6:51 Scott Garman
2010-03-17 7:00 ` Scott Garman
2010-03-17 7:13 ` Holger Hans Peter Freyther
0 siblings, 2 replies; 8+ messages in thread
From: Scott Garman @ 2010-03-17 6:51 UTC (permalink / raw)
To: openembedded-devel
* Addresses CVE-2005-0706
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
conf/checksums.ini | 4 ++++
recipes/grip/grip-3.3.1/no-host-includes.patch | 10 ++++++++++
recipes/grip/grip_3.3.1.bb | 15 +++++++++++++++
3 files changed, 29 insertions(+), 0 deletions(-)
create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
create mode 100644 recipes/grip/grip_3.3.1.bb
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 8dd9d6c..3f1f736 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -11018,6 +11018,10 @@ sha256=5a51a67f2828aa679a46bbb95cdc5346d6d4516f8ba74b7744b6049ccbe805ca
md5=9b51933a03dd7d7ddfbb3643fc82c2d0
sha256=5a51a67f2828aa679a46bbb95cdc5346d6d4516f8ba74b7744b6049ccbe805ca
+[http://downloads.sourceforge.net/grip/3.3.1/grip-3.3.1.tar.gz]
+md5=4b4233999b9f2bc85c711092553ea9aa
+sha256=d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd
+
[http://ftp.gnu.org/gnu/groff/groff-1.19.1.tar.gz]
md5=57d155378640c12a80642664dfdfc892
sha256=e07c495a18679b79c7c6f6f475689a33ab2a8ee5af4783e915f08134d1f546d2
diff --git a/recipes/grip/grip-3.3.1/no-host-includes.patch b/recipes/grip/grip-3.3.1/no-host-includes.patch
new file mode 100644
index 0000000..6a733b1
--- /dev/null
+++ b/recipes/grip/grip-3.3.1/no-host-includes.patch
@@ -0,0 +1,10 @@
+Index: grip-3.3.1/src/Makefile.am
+===================================================================
+--- grip-3.3.1.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800
++++ grip-3.3.1/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(top_srcdir) -I$(includedir) \
++INCLUDES = -I$(top_srcdir) \
+ -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
+ -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -I../intl -I$(top_srcdir)/intl \
diff --git a/recipes/grip/grip_3.3.1.bb b/recipes/grip/grip_3.3.1.bb
new file mode 100644
index 0000000..56f7120
--- /dev/null
+++ b/recipes/grip/grip_3.3.1.bb
@@ -0,0 +1,15 @@
+# grip OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+HOMEPAGE="http://www.nostatic.org/grip/"
+LICENSE="GPL"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/grip/${PV}/grip-${PV}.tar.gz \
+ file://no-host-includes.patch;patch=1 "
+
+DEPENDS="libgnomeui vte curl cdparanoia id3lib"
+
+PR = "r1"
+
+inherit autotools
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] grip: Upgrade to 3.3.1
2010-03-17 6:51 [PATCH] grip: Upgrade to 3.3.1 Scott Garman
@ 2010-03-17 7:00 ` Scott Garman
2010-03-17 7:13 ` Holger Hans Peter Freyther
1 sibling, 0 replies; 8+ messages in thread
From: Scott Garman @ 2010-03-17 7:00 UTC (permalink / raw)
To: openembedded-devel
On 03/16/2010 11:51 PM, Scott Garman wrote:
> * Addresses CVE-2005-0706
Just for further clarification: if you look up this CVE directly, it
states that grip v3.1.2 is affected. Although if you look at this
FreeBSD advisory (which Holger referenced in his earlier email), it
states that grip < 3.2.0_7 is affected.
http://www.freebsd.org/ports/portaudit/bcf27002-94c3-11d9-a9e0-0001020eed82.html
Scott
--
Scott Garman
sgarman at zenlinux dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] grip: Upgrade to 3.3.1
2010-03-17 6:51 [PATCH] grip: Upgrade to 3.3.1 Scott Garman
2010-03-17 7:00 ` Scott Garman
@ 2010-03-17 7:13 ` Holger Hans Peter Freyther
2010-03-17 15:34 ` Scott Garman
1 sibling, 1 reply; 8+ messages in thread
From: Holger Hans Peter Freyther @ 2010-03-17 7:13 UTC (permalink / raw)
To: openembedded-devel
On Wednesday 17 March 2010 07:51:01 Scott Garman wrote:
> * Addresses CVE-2005-0706
>
> Signed-off-by: Scott Garman <sgarman@zenlinux.com>
I was upgrading grip to the latest stable version yesterday, I have no issue
if you want to upgrade to the latest devel version, even debian is shipping
that... I have some comments in line.
> create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
> create mode 100644 recipes/grip/grip_3.3.1.bb
Please git mv from grip_3.2.0 to grip_3.3.1
> +[http://downloads.sourceforge.net/grip/3.3.1/grip-3.3.1.tar.gz]
> +md5=4b4233999b9f2bc85c711092553ea9aa
> +sha256=d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd
that is deprecated, please see grip_3.2.0.bb on how to put the checksums into
the recipe.
I'm happy to review and push your updated recipe.
thanks for helping out.
z.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] grip: Upgrade to 3.3.1
2010-03-17 7:13 ` Holger Hans Peter Freyther
@ 2010-03-17 15:34 ` Scott Garman
0 siblings, 0 replies; 8+ messages in thread
From: Scott Garman @ 2010-03-17 15:34 UTC (permalink / raw)
To: openembedded-devel
On 03/17/2010 12:13 AM, Holger Hans Peter Freyther wrote:
> On Wednesday 17 March 2010 07:51:01 Scott Garman wrote:
>> * Addresses CVE-2005-0706
>>
>> Signed-off-by: Scott Garman<sgarman@zenlinux.com>
>
> I was upgrading grip to the latest stable version yesterday, I have no issue
> if you want to upgrade to the latest devel version, even debian is shipping
> that... I have some comments in line.
Thanks for the guidance. I will re-submit an improved patch later today
based on your feedback.
>> create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
>> create mode 100644 recipes/grip/grip_3.3.1.bb
>
> Please git mv from grip_3.2.0 to grip_3.3.1
>
>
>> +[http://downloads.sourceforge.net/grip/3.3.1/grip-3.3.1.tar.gz]
>> +md5=4b4233999b9f2bc85c711092553ea9aa
>> +sha256=d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd
>
> that is deprecated, please see grip_3.2.0.bb on how to put the checksums into
> the recipe.
>
>
> I'm happy to review and push your updated recipe.
Much appreciated!
Scott
--
Scott Garman
sgarman at zenlinux dot com
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] grip: Upgrade to 3.3.1
@ 2010-03-17 22:03 Scott Garman
2010-03-18 7:21 ` Frans Meulenbroeks
0 siblings, 1 reply; 8+ messages in thread
From: Scott Garman @ 2010-03-17 22:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Scott Garman
* Latest development version (should be stable, same version is in
Debian Stable)
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
recipes/grip/grip-3.3.1/no-host-includes.patch | 10 ++++++++++
recipes/grip/grip_3.3.1.bb | 18 ++++++++++++++++++
2 files changed, 28 insertions(+), 0 deletions(-)
create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
create mode 100644 recipes/grip/grip_3.3.1.bb
diff --git a/recipes/grip/grip-3.3.1/no-host-includes.patch b/recipes/grip/grip-3.3.1/no-host-includes.patch
new file mode 100644
index 0000000..6a733b1
--- /dev/null
+++ b/recipes/grip/grip-3.3.1/no-host-includes.patch
@@ -0,0 +1,10 @@
+Index: grip-3.3.1/src/Makefile.am
+===================================================================
+--- grip-3.3.1.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800
++++ grip-3.3.1/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(top_srcdir) -I$(includedir) \
++INCLUDES = -I$(top_srcdir) \
+ -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
+ -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -I../intl -I$(top_srcdir)/intl \
diff --git a/recipes/grip/grip_3.3.1.bb b/recipes/grip/grip_3.3.1.bb
new file mode 100644
index 0000000..7edae1e
--- /dev/null
+++ b/recipes/grip/grip_3.3.1.bb
@@ -0,0 +1,18 @@
+# grip OE build file
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="A cd-player and cd-ripper for the Gnome desktop"
+HOMEPAGE="http://www.nostatic.org/grip/"
+LICENSE="GPL"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/${PN}/${PV}/${P}.tar.gz;name=grip \
+ file://no-host-includes.patch;patch=1 "
+SRC_URI[grip.md5sum] = "4b4233999b9f2bc85c711092553ea9aa"
+SRC_URI[grip.sha256sum] = "d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd"
+
+DEPENDS="libgnomeui vte curl cdparanoia id3lib"
+
+PR = "r1"
+
+inherit autotools
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] grip: Upgrade to 3.3.1
2010-03-17 22:03 Scott Garman
@ 2010-03-18 7:21 ` Frans Meulenbroeks
2010-03-19 0:07 ` Scott Garman
0 siblings, 1 reply; 8+ messages in thread
From: Frans Meulenbroeks @ 2010-03-18 7:21 UTC (permalink / raw)
To: openembedded-devel
2010/3/17 Scott Garman <sgarman@zenlinux.com>:
> * Latest development version (should be stable, same version is in
> Debian Stable)
>
> Signed-off-by: Scott Garman <sgarman@zenlinux.com>
> ---
> recipes/grip/grip-3.3.1/no-host-includes.patch | 10 ++++++++++
> recipes/grip/grip_3.3.1.bb | 18 ++++++++++++++++++
> 2 files changed, 28 insertions(+), 0 deletions(-)
> create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
> create mode 100644 recipes/grip/grip_3.3.1.bb
>
> diff --git a/recipes/grip/grip-3.3.1/no-host-includes.patch b/recipes/grip/grip-3.3.1/no-host-includes.patch
> new file mode 100644
> index 0000000..6a733b1
> --- /dev/null
> +++ b/recipes/grip/grip-3.3.1/no-host-includes.patch
> @@ -0,0 +1,10 @@
> +Index: grip-3.3.1/src/Makefile.am
> +===================================================================
> +--- grip-3.3.1.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800
> ++++ grip-3.3.1/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800
> +@@ -1,4 +1,4 @@
> +-INCLUDES = -I$(top_srcdir) -I$(includedir) \
> ++INCLUDES = -I$(top_srcdir) \
> + -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
> + -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
> + -I../intl -I$(top_srcdir)/intl \
> diff --git a/recipes/grip/grip_3.3.1.bb b/recipes/grip/grip_3.3.1.bb
> new file mode 100644
> index 0000000..7edae1e
> --- /dev/null
> +++ b/recipes/grip/grip_3.3.1.bb
> @@ -0,0 +1,18 @@
> +# grip OE build file
AFAIK the line above can go
> +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
> +# Released under the MIT license (see packages/COPYING)
> +
> +DESCRIPTION="A cd-player and cd-ripper for the Gnome desktop"
> +HOMEPAGE="http://www.nostatic.org/grip/"
> +LICENSE="GPL"
> +
> +SRC_URI="${SOURCEFORGE_MIRROR}/${PN}/${PV}/${P}.tar.gz;name=grip \
> + file://no-host-includes.patch;patch=1 "
> +SRC_URI[grip.md5sum] = "4b4233999b9f2bc85c711092553ea9aa"
> +SRC_URI[grip.sha256sum] = "d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd"
> +
> +DEPENDS="libgnomeui vte curl cdparanoia id3lib"
> +
> +PR = "r1"
and as this is a new recipe it should start wit r0
> +
> +inherit autotools
> --
> 1.6.3.3
FM
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] grip: Upgrade to 3.3.1
@ 2010-03-19 0:10 Scott Garman
0 siblings, 0 replies; 8+ messages in thread
From: Scott Garman @ 2010-03-19 0:10 UTC (permalink / raw)
To: openembedded-devel; +Cc: Scott Garman
* Latest development version (should be stable, same version is in
Debian Stable)
Signed-off-by: Scott Garman <sgarman@zenlinux.com>
---
recipes/grip/grip-3.3.1/no-host-includes.patch | 10 ++++++++++
recipes/grip/grip_3.3.1.bb | 17 +++++++++++++++++
2 files changed, 27 insertions(+), 0 deletions(-)
create mode 100644 recipes/grip/grip-3.3.1/no-host-includes.patch
create mode 100644 recipes/grip/grip_3.3.1.bb
diff --git a/recipes/grip/grip-3.3.1/no-host-includes.patch b/recipes/grip/grip-3.3.1/no-host-includes.patch
new file mode 100644
index 0000000..66fca36
--- /dev/null
+++ b/recipes/grip/grip-3.3.1/no-host-includes.patch
@@ -0,0 +1,10 @@
+Index: grip-3.2.0/src/Makefile.am
+===================================================================
+--- grip-3.2.0.orig/src/Makefile.am 2010-03-16 14:46:01.651553829 +0800
++++ grip-3.2.0/src/Makefile.am 2010-03-16 14:46:05.240303128 +0800
+@@ -1,4 +1,4 @@
+-INCLUDES = -I$(top_srcdir) -I$(includedir) \
++INCLUDES = -I$(top_srcdir) \
+ -DGNOME_ICONDIR=\""$(datadir)/pixmaps"\" \
+ -DG_LOG_DOMAIN=\"grip\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -I../intl -I$(top_srcdir)/intl \
diff --git a/recipes/grip/grip_3.3.1.bb b/recipes/grip/grip_3.3.1.bb
new file mode 100644
index 0000000..965d046
--- /dev/null
+++ b/recipes/grip/grip_3.3.1.bb
@@ -0,0 +1,17 @@
+# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+DESCRIPTION="A cd-player and cd-ripper for the Gnome desktop"
+HOMEPAGE="http://www.nostatic.org/grip/"
+LICENSE="GPL"
+
+SRC_URI="${SOURCEFORGE_MIRROR}/${PN}/${PV}/${P}.tar.gz;name=grip \
+ file://no-host-includes.patch;patch=1 "
+SRC_URI[grip.md5sum] = "4b4233999b9f2bc85c711092553ea9aa"
+SRC_URI[grip.sha256sum] = "d46394a1062ed066f9c633b010fd1059e63d9ed791bbb7a85bc6567cf0fd66fd"
+
+DEPENDS="libgnomeui vte curl cdparanoia id3lib"
+
+PR = "r0"
+
+inherit autotools
--
1.6.3.3
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-03-19 0:13 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 6:51 [PATCH] grip: Upgrade to 3.3.1 Scott Garman
2010-03-17 7:00 ` Scott Garman
2010-03-17 7:13 ` Holger Hans Peter Freyther
2010-03-17 15:34 ` Scott Garman
-- strict thread matches above, loose matches on Subject: below --
2010-03-17 22:03 Scott Garman
2010-03-18 7:21 ` Frans Meulenbroeks
2010-03-19 0:07 ` Scott Garman
2010-03-19 0:10 Scott Garman
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.