* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-16 17:24 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-16 17:24 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/16 17:24:43
Modified: ChangeLog
Added: tiff-4.0.2-r1.ebuild
Log:
Fix security bug #427166 (CVE-2012-3401)
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.208 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.207&r2=1.208
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog 16 Sep 2012 17:16:38 -0000 1.207
+++ ChangeLog 16 Sep 2012 17:24:43 -0000 1.208
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.207 2012/09/16 17:16:38 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.208 2012/09/16 17:24:43 ssuominen Exp $
+
+*tiff-4.0.2-r1 (16 Sep 2012)
+
+ 16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> +tiff-4.0.2-r1.ebuild,
+ +files/tiff-4.0.2-CVE-2012-3401.patch:
+ Fix security bug #427166 (CVE-2012-3401)
16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> tiff-4.0.2.ebuild:
ppc64 stable wrt #422673
1.1 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.1&content-type=text/plain
Index: tiff-4.0.2-r1.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.1 2012/09/16 17:24:43 ssuominen Exp $
EAPI=4
inherit eutils libtool
DESCRIPTION="Tag Image File Format (TIFF) library"
HOMEPAGE="http://www.remotesensing.org/libtiff/"
SRC_URI="http://download.osgeo.org/libtiff/${P}.tar.gz
ftp://ftp.remotesensing.org/pub/libtiff/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg )
jbig? ( media-libs/jbigkit )
lzma? ( app-arch/xz-utils )
zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"
src_prepare() {
epatch "${FILESDIR}"/${P}-CVE-2012-3401.patch
elibtoolize
}
src_configure() {
econf \
$(use_enable static-libs static) \
$(use_enable zlib) \
$(use_enable jpeg) \
$(use_enable jbig) \
$(use_enable lzma) \
$(use_enable cxx) \
--without-x \
--with-docdir="${EPREFIX}"/usr/share/doc/${PF}
}
src_install() {
default
rm -f \
"${ED}"/usr/lib*/libtiff*.la \
"${ED}"/usr/share/doc/${PF}/{COPYRIGHT,README*,RELEASE-DATE,TODO,VERSION}
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-16 17:31 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-16 17:31 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/16 17:31:12
Modified: tiff-4.0.2-r1.ebuild ChangeLog
Log:
Import patch from Fedora for endianess related test issues (test "raw_decode") wrt #422843
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.2 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?r1=1.1&r2=1.2
Index: tiff-4.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tiff-4.0.2-r1.ebuild 16 Sep 2012 17:24:43 -0000 1.1
+++ tiff-4.0.2-r1.ebuild 16 Sep 2012 17:31:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.1 2012/09/16 17:24:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.2 2012/09/16 17:31:12 ssuominen Exp $
EAPI=4
inherit eutils libtool
@@ -22,7 +22,10 @@
DEPEND="${RDEPEND}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-CVE-2012-3401.patch
+ epatch \
+ "${FILESDIR}"/${P}-CVE-2012-3401.patch \
+ "${FILESDIR}"/${P}-bigendian.patch
+
elibtoolize
}
1.209 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.208&r2=1.209
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog 16 Sep 2012 17:24:43 -0000 1.208
+++ ChangeLog 16 Sep 2012 17:31:12 -0000 1.209
@@ -1,6 +1,11 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.208 2012/09/16 17:24:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.209 2012/09/16 17:31:12 ssuominen Exp $
+
+ 16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> tiff-4.0.2-r1.ebuild,
+ +files/tiff-4.0.2-bigendian.patch:
+ Import patch from Fedora for endianess related test issues (test
+ "raw_decode") wrt #422843
*tiff-4.0.2-r1 (16 Sep 2012)
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-16 17:37 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-09-16 17:37 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/09/16 17:37:09
Modified: tiff-4.0.2-r1.ebuild ChangeLog
Log:
amd64/ppc/ppc64/x86 stable wrt #427166
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.3 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?r1=1.2&r2=1.3
Index: tiff-4.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tiff-4.0.2-r1.ebuild 16 Sep 2012 17:31:12 -0000 1.2
+++ tiff-4.0.2-r1.ebuild 16 Sep 2012 17:37:09 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.2 2012/09/16 17:31:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.3 2012/09/16 17:37:09 ssuominen Exp $
EAPI=4
inherit eutils libtool
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg )
1.210 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.210&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.210&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.209&r2=1.210
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog 16 Sep 2012 17:31:12 -0000 1.209
+++ ChangeLog 16 Sep 2012 17:37:09 -0000 1.210
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.209 2012/09/16 17:31:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.210 2012/09/16 17:37:09 ssuominen Exp $
+
+ 16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> tiff-4.0.2-r1.ebuild:
+ amd64/ppc/ppc64/x86 stable wrt #427166
16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> tiff-4.0.2-r1.ebuild,
+files/tiff-4.0.2-bigendian.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-18 13:32 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2012-09-18 13:32 UTC (permalink / raw
To: gentoo-commits
jer 12/09/18 13:32:10
Modified: tiff-4.0.2-r1.ebuild ChangeLog
Log:
Stable for HPPA (bug #427166).
(Portage version: 2.2.0_alpha128/cvs/Linux x86_64)
Revision Changes Path
1.4 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?r1=1.3&r2=1.4
Index: tiff-4.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- tiff-4.0.2-r1.ebuild 16 Sep 2012 17:37:09 -0000 1.3
+++ tiff-4.0.2-r1.ebuild 18 Sep 2012 13:32:10 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.3 2012/09/16 17:37:09 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.4 2012/09/18 13:32:10 jer Exp $
EAPI=4
inherit eutils libtool
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg )
1.212 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 16 Sep 2012 17:42:44 -0000 1.211
+++ ChangeLog 18 Sep 2012 13:32:10 -0000 1.212
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.211 2012/09/16 17:42:44 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.212 2012/09/18 13:32:10 jer Exp $
+
+ 18 Sep 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.2-r1.ebuild:
+ Stable for HPPA (bug #427166).
16 Sep 2012; Samuli Suominen <ssuominen@gentoo.org> -tiff-4.0.1-r1.ebuild,
-files/tiff-4.0.1-CVE-2012-1173.patch:
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-20 15:33 Anthony G. Basile (blueness)
0 siblings, 0 replies; 6+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-20 15:33 UTC (permalink / raw
To: gentoo-commits
blueness 12/09/20 15:33:01
Modified: tiff-4.0.2-r1.ebuild ChangeLog
Log:
stable arm, bug #427166
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.5 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?r1=1.4&r2=1.5
Index: tiff-4.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tiff-4.0.2-r1.ebuild 18 Sep 2012 13:32:10 -0000 1.4
+++ tiff-4.0.2-r1.ebuild 20 Sep 2012 15:33:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.4 2012/09/18 13:32:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.5 2012/09/20 15:33:01 blueness Exp $
EAPI=4
inherit eutils libtool
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg )
1.213 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.212&r2=1.213
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog 18 Sep 2012 13:32:10 -0000 1.212
+++ ChangeLog 20 Sep 2012 15:33:01 -0000 1.213
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.212 2012/09/18 13:32:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.213 2012/09/20 15:33:01 blueness Exp $
+
+ 20 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tiff-4.0.2-r1.ebuild:
+ stable arm, bug #427166
18 Sep 2012; Jeroen Roovers <jer@gentoo.org> tiff-4.0.2-r1.ebuild:
Stable for HPPA (bug #427166).
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog
@ 2012-09-23 17:27 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2012-09-23 17:27 UTC (permalink / raw
To: gentoo-commits
armin76 12/09/23 17:27:12
Modified: tiff-4.0.2-r1.ebuild ChangeLog
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #427166
(Portage version: 2.1.11.16/cvs/Linux ia64)
Revision Changes Path
1.6 media-libs/tiff/tiff-4.0.2-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild?r1=1.5&r2=1.6
Index: tiff-4.0.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tiff-4.0.2-r1.ebuild 20 Sep 2012 15:33:01 -0000 1.5
+++ tiff-4.0.2-r1.ebuild 23 Sep 2012 17:27:12 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.5 2012/09/20 15:33:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/tiff-4.0.2-r1.ebuild,v 1.6 2012/09/23 17:27:12 armin76 Exp $
EAPI=4
inherit eutils libtool
@@ -12,7 +12,7 @@
LICENSE="as-is"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE="+cxx jbig jpeg lzma static-libs zlib"
RDEPEND="jpeg? ( virtual/jpeg )
1.214 media-libs/tiff/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.214&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?rev=1.214&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tiff/ChangeLog?r1=1.213&r2=1.214
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v
retrieving revision 1.213
retrieving revision 1.214
diff -u -r1.213 -r1.214
--- ChangeLog 20 Sep 2012 15:33:01 -0000 1.213
+++ ChangeLog 23 Sep 2012 17:27:12 -0000 1.214
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/tiff
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.213 2012/09/20 15:33:01 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tiff/ChangeLog,v 1.214 2012/09/23 17:27:12 armin76 Exp $
+
+ 23 Sep 2012; Raúl Porcel <armin76@gentoo.org> tiff-4.0.2-r1.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #427166
20 Sep 2012; Anthony G. Basile <blueness@gentoo.org> tiff-4.0.2-r1.ebuild:
stable arm, bug #427166
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-09-23 17:27 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-18 13:32 [gentoo-commits] gentoo-x86 commit in media-libs/tiff: tiff-4.0.2-r1.ebuild ChangeLog Jeroen Roovers (jer)
-- strict thread matches above, loose matches on Subject: below --
2012-09-23 17:27 Raul Porcel (armin76)
2012-09-20 15:33 Anthony G. Basile (blueness)
2012-09-16 17:37 Samuli Suominen (ssuominen)
2012-09-16 17:31 Samuli Suominen (ssuominen)
2012-09-16 17:24 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox