rpms/audacious-plugins-nonfree/F-16 audacious-plugins-nonfree.spec, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/audacious-plugins-nonfree/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11146
Modified Files:
audacious-plugins-nonfree.spec
Log Message:
* Fri Nov 18 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.4-1.fc16.1
- Upgrade to 3.0.4
Index: audacious-plugins-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/audacious-plugins-nonfree/F-16/audacious-plugins-nonfree.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- audacious-plugins-nonfree.spec 18 Nov 2011 15:50:54 -0000 1.1
+++ audacious-plugins-nonfree.spec 18 Nov 2011 15:51:51 -0000 1.2
@@ -5,7 +5,7 @@
Name: audacious-plugins-nonfree
Version: 3.0.4
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: Audacious media player plugins with non free dependencies
Group: Applications/Multimedia
License: GPLv3
@@ -72,7 +72,7 @@
%changelog
-* Thu Nov 3 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.4-1
+* Fri Nov 18 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.4-1.fc16.1
- Upgrade to 3.0.4
* Wed Sep 7 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.2-1
13 years
rpms/audacious-plugins-nonfree/F-16 audacious-plugins-nonfree.spec, NONE, 1.1 audacious-sid.desktop, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by jwrdegoede
Author: jwrdegoede
Update of /cvs/nonfree/rpms/audacious-plugins-nonfree/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11005
Modified Files:
.cvsignore sources
Added Files:
audacious-plugins-nonfree.spec audacious-sid.desktop
Log Message:
* Thu Nov 3 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.4-1
- Upgrade to 3.0.4
--- NEW FILE audacious-plugins-nonfree.spec ---
%global aud_plugin_api %(grep '[ ]*#define[ ]*_AUD_PLUGIN_VERSION[ ]\\+' %{_includedir}/audacious/plugin.h 2>/dev/null | sed 's!.*_AUD_PLUGIN_VERSION[ ]*\\([0-9]\\+\\).*!\\1!')
%if 0%{aud_plugin_api} > 0
%global aud_plugin_dep Requires: audacious(plugin-api)%{?_isa} = %{aud_plugin_api}
%endif
Name: audacious-plugins-nonfree
Version: 3.0.4
Release: 1%{?dist}
Summary: Audacious media player plugins with non free dependencies
Group: Applications/Multimedia
License: GPLv3
URL: http://audacious-media-player.org/
Source0: http://distfiles.atheme.org/audacious-plugins-%{version}.tar.gz
Source1: audacious-sid.desktop
BuildRequires: audacious-devel >= %{version}
BuildRequires: zlib-devel, libxml2-devel, desktop-file-utils >= 0.9
BuildRequires: taglib-devel >= 1.4
BuildRequires: gettext, libbinio-devel
BuildRequires: dbus-devel >= 0.60, dbus-glib-devel >= 0.60
BuildRequires: libsidplay-devel
BuildRequires: sidplay-libs-devel >= 2.1.1-11
Requires(post): desktop-file-utils >= 0.9
Requires(postun): desktop-file-utils >= 0.9
%{?aud_plugin_dep}
# People who have the non free repo enabled and have the audacious sid plugin
# installed likely will want this package's sid plugin which is compiled with
# support for both the free libsidplay v1 and the non free libsidplay v2
Obsoletes: audacious-plugins-sid <= %{version}
# Note we add a .1 to avoid self obsoletion
Provides: audacious-plugins-sid = %{version}.1
%description
This package contains plugins for the Audacious media player which have
non free dependencies.
%prep
%setup -q -n audacious-plugins-%{version}
sed -i '\,^.SILENT:,d' buildsys.mk.in
%build
%configure \
--disable-rpath \
--enable-chardet \
--disable-altivec \
--disable-dependency-tracking
make V=1 %{?_smp_mflags} -C src/sid
%install
make -C src/sid install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor "" \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
%{SOURCE1}
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%post
update-desktop-database %{_datadir}/applications
%postun
update-desktop-database %{_datadir}/applications
%files
%doc COPYING
%{_libdir}/audacious/Input/sid.so
%{_datadir}/applications/audacious-sid.desktop
%changelog
* Thu Nov 3 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.4-1
- Upgrade to 3.0.4
* Wed Sep 7 2011 Hans de Goede <j.w.r.degoede(a)gmail.com> 3.0.2-1
- Initial rpmfusion package
--- NEW FILE audacious-sid.desktop ---
[Desktop Entry]
Name=Audacious
Comment=Play music
Comment[hu]=Zene lejátszása
Exec=audacious
Icon=audacious.png
MimeType=audio/prs.sid;
Categories=GTK;AudioVideo;Player;
Terminal=false
Type=Application
NoDisplay=true
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/audacious-plugins-nonfree/F-16/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 27 Sep 2011 22:33:19 -0000 1.1
+++ .cvsignore 18 Nov 2011 15:50:54 -0000 1.2
@@ -0,0 +1 @@
+audacious-plugins-3.0.4.tar.gz
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/audacious-plugins-nonfree/F-16/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 27 Sep 2011 22:33:19 -0000 1.1
+++ sources 18 Nov 2011 15:50:54 -0000 1.2
@@ -0,0 +1 @@
+f269ae195a7077ccefb28a44634c0785 audacious-plugins-3.0.4.tar.gz
13 years
rpms/freetype-freeworld/F-14 freetype-2.4.2-CVE-2011-3439.patch, NONE, 1.1 freetype-freeworld.spec, 1.15, 1.16
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv26493/F-14
Modified Files:
freetype-freeworld.spec
Added Files:
freetype-2.4.2-CVE-2011-3439.patch
Log Message:
* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.2-8
- Add freetype-2.4.2-CVE-2011-3439.patch from Fedora freetype (rh#753837)
freetype-2.4.2-CVE-2011-3439.patch:
cidload.c | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
--- NEW FILE freetype-2.4.2-CVE-2011-3439.patch ---
--- freetype-2.4.2/src/cid/cidload.c 2009-07-03 15:28:24.000000000 +0200
+++ freetype-2.4.2/src/cid/cidload.c 2011-11-15 17:37:01.000000000 +0100
@@ -4,7 +4,7 @@
/* */
/* CID-keyed Type1 font loader (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2009 by */
+/* Copyright 1996-2006, 2009, 2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -110,7 +110,7 @@
CID_FaceDict dict;
- if ( parser->num_dict < 0 )
+ if ( parser->num_dict < 0 || parser->num_dict >= cid->num_dicts )
{
FT_ERROR(( "cid_load_keyword: invalid use of `%s'\n",
keyword->ident ));
@@ -158,7 +158,7 @@
FT_Fixed temp_scale;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
matrix = &dict->font_matrix;
@@ -249,7 +249,7 @@
CID_FaceDict dict;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
@@ -413,12 +413,25 @@
FT_Byte* p;
+ /* Check for possible overflow. */
+ if ( num_subrs == FT_UINT_MAX )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
/* reallocate offsets array if needed */
if ( num_subrs + 1 > max_offsets )
{
FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
+ if ( new_max <= max_offsets )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
goto Fail;
@@ -436,6 +449,11 @@
FT_FRAME_EXIT();
+ /* offsets must be ordered */
+ for ( count = 1; count <= num_subrs; count++ )
+ if ( offsets[count - 1] > offsets[count] )
+ goto Fail;
+
/* now, compute the size of subrs charstrings, */
/* allocate, and read them */
data_len = offsets[num_subrs] - offsets[0];
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/F-14/freetype-freeworld.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- freetype-freeworld.spec 23 Oct 2011 00:08:49 -0000 1.15
+++ freetype-freeworld.spec 17 Nov 2011 17:34:23 -0000 1.16
@@ -6,7 +6,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.4.2
-Release: 7%{?dist}
+Release: 8%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -22,10 +22,10 @@
# Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
# Submitted by Kevin Kofler based on a patch from infinality.net, edited and
# committed by Werner Lemberg.
-# Should be in the next upstream release.
+# Upstreamed in 2.4.5.
Patch50: freetype-2.4.4-auto-autohint.patch
# Fix the above autohinting fallback: Ignore CFF-based OTFs.
-# Should be in the next upstream release.
+# Upstreamed in 2.4.5.
Patch51: freetype-2.4.4-auto-autohint-fix.patch
# Security patches
@@ -33,6 +33,7 @@
Patch90: freetype-2.4.2-CVE-2010-3855.patch
Patch91: freetype-2.4.2-CVE-2011-0226.patch
Patch92: freetype-2.4.2-CVE-2011-3256.patch
+Patch93: freetype-2.4.2-CVE-2011-3439.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -79,6 +80,7 @@
%patch90 -p1 -b .CVE-2010-3855
%patch91 -p1 -b .CVE-2011-0226
%patch92 -p1 -b .CVE-2011-3256
+%patch93 -p1 -b .CVE-2011-3439
%build
@@ -123,8 +125,11 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.2-8
+- Add freetype-2.4.2-CVE-2011-3439.patch from Fedora freetype (rh#753837)
+
* Sun Oct 23 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.2-7
-- Add freetype-2.4.2-CVE-2011-3256.patch from Fedora freetype
+- Add freetype-2.4.2-CVE-2011-3256.patch from Fedora freetype (rh#749174)
(Handle some border cases)
* Mon Jul 25 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.2-6
13 years
rpms/freetype-freeworld/F-15 freetype-2.4.4-CVE-2011-3439.patch, NONE, 1.1 freetype-freeworld.spec, 1.17, 1.18
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25039/F-15
Modified Files:
freetype-freeworld.spec
Added Files:
freetype-2.4.4-CVE-2011-3439.patch
Log Message:
* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.4-6
- Add freetype-2.4.4-CVE-2011-3439.patch from Fedora freetype (rh#753837)
freetype-2.4.4-CVE-2011-3439.patch:
cidload.c | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
--- NEW FILE freetype-2.4.4-CVE-2011-3439.patch ---
--- freetype-2.4.4/src/cid/cidload.c 2009-07-03 15:28:24.000000000 +0200
+++ freetype-2.4.4/src/cid/cidload.c 2011-11-15 17:25:38.000000000 +0100
@@ -4,7 +4,7 @@
/* */
/* CID-keyed Type1 font loader (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2009 by */
+/* Copyright 1996-2006, 2009, 2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -110,7 +110,7 @@
CID_FaceDict dict;
- if ( parser->num_dict < 0 )
+ if ( parser->num_dict < 0 || parser->num_dict >= cid->num_dicts )
{
FT_ERROR(( "cid_load_keyword: invalid use of `%s'\n",
keyword->ident ));
@@ -158,7 +158,7 @@
FT_Fixed temp_scale;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
matrix = &dict->font_matrix;
@@ -249,7 +249,7 @@
CID_FaceDict dict;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
@@ -413,12 +413,25 @@
FT_Byte* p;
+ /* Check for possible overflow. */
+ if ( num_subrs == FT_UINT_MAX )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
/* reallocate offsets array if needed */
if ( num_subrs + 1 > max_offsets )
{
FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
+ if ( new_max <= max_offsets )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
goto Fail;
@@ -436,6 +449,11 @@
FT_FRAME_EXIT();
+ /* offsets must be ordered */
+ for ( count = 1; count <= num_subrs; count++ )
+ if ( offsets[count - 1] > offsets[count] )
+ goto Fail;
+
/* now, compute the size of subrs charstrings, */
/* allocate, and read them */
data_len = offsets[num_subrs] - offsets[0];
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/F-15/freetype-freeworld.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- freetype-freeworld.spec 23 Oct 2011 00:06:38 -0000 1.17
+++ freetype-freeworld.spec 17 Nov 2011 17:21:42 -0000 1.18
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.4.4
-Release: 5%{?dist}
+Release: 6%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -16,16 +16,18 @@
# Fall back to autohinting if a TTF/OTF doesn't contain any bytecode.
# Submitted by Kevin Kofler based on a patch from infinality.net, edited and
# committed by Werner Lemberg.
-# Should be in the next upstream release.
+# Upstreamed in 2.4.5.
Patch50: freetype-2.4.4-auto-autohint.patch
# Fix the above autohinting fallback: Ignore CFF-based OTFs.
-# Should be in the next upstream release.
+# Upstreamed in 2.4.5.
Patch51: freetype-2.4.4-auto-autohint-fix.patch
# Security patches
Patch89: freetype-2.4.2-CVE-2010-3311.patch
+# patch numbers 90 and 91 reserved (Fedora freetype uses them for our 50 and 51)
Patch92: freetype-2.4.4-CVE-2011-0226.patch
Patch93: freetype-2.4.4-CVE-2011-3256.patch
+Patch94: freetype-2.4.4-CVE-2011-3439.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -60,6 +62,7 @@
%patch89 -p1 -b .CVE-2010-3311
%patch92 -p1 -b .CVE-2011-0226
%patch93 -p1 -b .CVE-2011-3256
+%patch94 -p1 -b .CVE-2011-3439
%build
@@ -104,8 +107,11 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.4-6
+- Add freetype-2.4.4-CVE-2011-3439.patch from Fedora freetype (rh#753837)
+
* Sun Oct 23 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.4-5
-- Add freetype-2.4.4-CVE-2011-3256.patch from Fedora freetype
+- Add freetype-2.4.4-CVE-2011-3256.patch from Fedora freetype (rh#749174)
(Handle some border cases)
* Mon Jul 25 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.4-4
13 years
rpms/freetype-freeworld/F-16 freetype-2.4.6-CVE-2011-3439.patch, NONE, 1.1 freetype-freeworld.spec, 1.19, 1.20
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23777/F-16
Modified Files:
freetype-freeworld.spec
Added Files:
freetype-2.4.6-CVE-2011-3439.patch
Log Message:
* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-4
- Add freetype-2.4.6-CVE-2011-3439.patch from Fedora freetype (rh#753837)
freetype-2.4.6-CVE-2011-3439.patch:
cidload.c | 26 ++++++++++++++++++++++----
1 file changed, 22 insertions(+), 4 deletions(-)
--- NEW FILE freetype-2.4.6-CVE-2011-3439.patch ---
--- freetype-2.4.6/src/cid/cidload.c 2009-07-03 15:28:24.000000000 +0200
+++ freetype-2.4.6/src/cid/cidload.c 2011-11-15 17:13:06.000000000 +0100
@@ -4,7 +4,7 @@
/* */
/* CID-keyed Type1 font loader (body). */
/* */
-/* Copyright 1996-2001, 2002, 2003, 2004, 2005, 2006, 2009 by */
+/* Copyright 1996-2006, 2009, 2011 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -110,7 +110,7 @@
CID_FaceDict dict;
- if ( parser->num_dict < 0 )
+ if ( parser->num_dict < 0 || parser->num_dict >= cid->num_dicts )
{
FT_ERROR(( "cid_load_keyword: invalid use of `%s'\n",
keyword->ident ));
@@ -158,7 +158,7 @@
FT_Fixed temp_scale;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
matrix = &dict->font_matrix;
@@ -249,7 +249,7 @@
CID_FaceDict dict;
- if ( parser->num_dict >= 0 )
+ if ( parser->num_dict >= 0 && parser->num_dict < face->cid.num_dicts )
{
dict = face->cid.font_dicts + parser->num_dict;
@@ -413,12 +413,25 @@
FT_Byte* p;
+ /* Check for possible overflow. */
+ if ( num_subrs == FT_UINT_MAX )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
/* reallocate offsets array if needed */
if ( num_subrs + 1 > max_offsets )
{
FT_UInt new_max = FT_PAD_CEIL( num_subrs + 1, 4 );
+ if ( new_max <= max_offsets )
+ {
+ error = CID_Err_Syntax_Error;
+ goto Fail;
+ }
+
if ( FT_RENEW_ARRAY( offsets, max_offsets, new_max ) )
goto Fail;
@@ -436,6 +449,11 @@
FT_FRAME_EXIT();
+ /* offsets must be ordered */
+ for ( count = 1; count <= num_subrs; count++ )
+ if ( offsets[count - 1] > offsets[count] )
+ goto Fail;
+
/* now, compute the size of subrs charstrings, */
/* allocate, and read them */
data_len = offsets[num_subrs] - offsets[0];
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/F-16/freetype-freeworld.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- freetype-freeworld.spec 23 Oct 2011 00:02:53 -0000 1.19
+++ freetype-freeworld.spec 17 Nov 2011 17:13:05 -0000 1.20
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
Version: 2.4.6
-Release: 2%{?dist}
+Release: 4%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -15,6 +15,7 @@
# Security patches
Patch89: freetype-2.4.2-CVE-2010-3311.patch
Patch90: freetype-2.4.6-CVE-2011-3256.patch
+Patch91: freetype-2.4.6-CVE-2011-3439.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
@@ -45,6 +46,7 @@
%patch89 -p1 -b .CVE-2010-3311
%patch90 -p1 -b .CVE-2011-3256
+%patch91 -p1 -b .CVE-2011-3439
%build
@@ -89,8 +91,14 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-4
+- Add freetype-2.4.6-CVE-2011-3439.patch from Fedora freetype (rh#753837)
+
+* Fri Oct 28 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.6-3
+- Fix for glibc bug rhbz#747377
+
* Sun Oct 23 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-2
-- Add freetype-2.4.6-CVE-2011-3256.patch from Fedora freetype
+- Add freetype-2.4.6-CVE-2011-3256.patch from Fedora freetype (rh#749174)
(Handle some border cases)
* Thu Aug 04 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-1
13 years
rpms/freetype-freeworld/devel freetype-freeworld.spec,1.21,1.22
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22396/devel
Modified Files:
freetype-freeworld.spec
Log Message:
Changelog grammar fix: s/need/needed/
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- freetype-freeworld.spec 17 Nov 2011 16:56:37 -0000 1.21
+++ freetype-freeworld.spec 17 Nov 2011 17:00:26 -0000 1.22
@@ -86,7 +86,7 @@
- Update to 2.4.8 (matches Fedora freetype, fixes CVE-2011-3439 (rh#753837))
- Drop CVE-2011-3256 patch, fixed upstream
- Drop CVE-2010-3311 patch, fixed differently upstream for a while, and the
- additional change added by that patch is no longer need
+ additional change added by that patch is no longer needed
* Fri Oct 28 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.6-3
- Fix for glibc bug rhbz#747377
13 years
rpms/freetype-freeworld/devel .cvsignore, 1.11, 1.12 freetype-freeworld.spec, 1.20, 1.21 sources, 1.11, 1.12 freetype-2.4.2-CVE-2010-3311.patch, 1.1, NONE freetype-2.4.6-CVE-2011-3256.patch, 1.1, NONE
by Kevin Kofler
Author: kkofler
Update of /cvs/free/rpms/freetype-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21798/devel
Modified Files:
.cvsignore freetype-freeworld.spec sources
Removed Files:
freetype-2.4.2-CVE-2010-3311.patch
freetype-2.4.6-CVE-2011-3256.patch
Log Message:
* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.8-1
- Update to 2.4.8 (matches Fedora freetype, fixes CVE-2011-3439 (rh#753837))
- Drop CVE-2011-3256 patch, fixed upstream
- Drop CVE-2010-3311 patch, fixed differently upstream for a while, and the
additional change added by that patch is no longer need
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 4 Aug 2011 16:36:51 -0000 1.11
+++ .cvsignore 17 Nov 2011 16:56:37 -0000 1.12
@@ -1 +1 @@
-freetype-2.4.6.tar.bz2
+freetype-2.4.8.tar.bz2
Index: freetype-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/freetype-freeworld.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- freetype-freeworld.spec 27 Oct 2011 22:26:13 -0000 1.20
+++ freetype-freeworld.spec 17 Nov 2011 16:56:37 -0000 1.21
@@ -1,7 +1,7 @@
Summary: A free and portable font rendering engine
Name: freetype-freeworld
-Version: 2.4.6
-Release: 3%{?dist}
+Version: 2.4.8
+Release: 1%{?dist}
License: FTL or GPLv2+
Group: System Environment/Libraries
URL: http://www.freetype.org
@@ -12,10 +12,6 @@
# Enable otvalid and gxvalid modules
Patch46: freetype-2.2.1-enable-valid.patch
-# Security patches
-Patch89: freetype-2.4.2-CVE-2010-3311.patch
-Patch90: freetype-2.4.6-CVE-2011-3256.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
Provides: freetype-bytecode
@@ -43,9 +39,6 @@
%patch46 -p1 -b .enable-valid
-%patch89 -p1 -b .CVE-2010-3311
-%patch90 -p1 -b .CVE-2011-3256
-
%build
%configure --disable-static
@@ -89,11 +82,17 @@
%config(noreplace) %{_sysconfdir}/ld.so.conf.d/%{name}-%{_arch}.conf
%changelog
+* Thu Nov 17 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.8-1
+- Update to 2.4.8 (matches Fedora freetype, fixes CVE-2011-3439 (rh#753837))
+- Drop CVE-2011-3256 patch, fixed upstream
+- Drop CVE-2010-3311 patch, fixed differently upstream for a while, and the
+ additional change added by that patch is no longer need
+
* Fri Oct 28 2011 Nicolas Chauvet <kwizart(a)gmail.com> - 2.4.6-3
- Fix for glibc bug rhbz#747377
* Sun Oct 23 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-2
-- Add freetype-2.4.6-CVE-2011-3256.patch from Fedora freetype
+- Add freetype-2.4.6-CVE-2011-3256.patch from Fedora freetype (rh#749174)
(Handle some border cases)
* Thu Aug 04 2011 Kevin Kofler <Kevin(a)tigcc.ticalc.org> 2.4.6-1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/freetype-freeworld/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources 4 Aug 2011 16:36:51 -0000 1.11
+++ sources 17 Nov 2011 16:56:37 -0000 1.12
@@ -1 +1 @@
-5e6510613f612809d2d7862592b92ab7 freetype-2.4.6.tar.bz2
+dbf2caca1d3afd410a29217a9809d397 freetype-2.4.8.tar.bz2
--- freetype-2.4.2-CVE-2010-3311.patch DELETED ---
--- freetype-2.4.6-CVE-2011-3256.patch DELETED ---
13 years
rpms/picard-freeworld/F-16 picard-freeworld.spec,1.13,1.14
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3916/F-16
Modified Files:
picard-freeworld.spec
Log Message:
Bump version to allow for tagging of F-16 build (don't build
rawhide/devel until it is properly tracking f17).
Index: picard-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/F-16/picard-freeworld.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- picard-freeworld.spec 16 Nov 2011 22:07:39 -0000 1.13
+++ picard-freeworld.spec 17 Nov 2011 06:02:19 -0000 1.14
@@ -3,7 +3,7 @@
Name: picard-freeworld
Version: 0.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MusicBrainz-based audio tagger
Group: Applications/Multimedia
@@ -56,6 +56,9 @@
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
+* Thu Nov 17 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.16-2
+- Bump version to enable F-16 build.
+
* Tue Nov 15 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.16-1
- Sync with new 0.16 in Fedora
13 years
rpms/picard-freeworld/devel picard-freeworld.spec,1.13,1.14
by Alex Lancaster
Author: alexlan
Update of /cvs/free/rpms/picard-freeworld/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv3916/devel
Modified Files:
picard-freeworld.spec
Log Message:
Bump version to allow for tagging of F-16 build (don't build
rawhide/devel until it is properly tracking f17).
Index: picard-freeworld.spec
===================================================================
RCS file: /cvs/free/rpms/picard-freeworld/devel/picard-freeworld.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- picard-freeworld.spec 15 Nov 2011 21:50:43 -0000 1.13
+++ picard-freeworld.spec 17 Nov 2011 06:02:21 -0000 1.14
@@ -3,7 +3,7 @@
Name: picard-freeworld
Version: 0.16
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: MusicBrainz-based audio tagger
Group: Applications/Multimedia
@@ -56,6 +56,9 @@
%{python_sitearch}/picard/musicdns/avcodec.so
%changelog
+* Thu Nov 17 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.16-2
+- Bump version to enable F-16 build.
+
* Tue Nov 15 2011 Alex Lancaster <alexlan[AT]fedoraproject org> - 0.16-1
- Sync with new 0.16 in Fedora
13 years
rpms/xorg-x11-drv-catalyst/devel xorg-x11-drv-catalyst.spec, 1.4, 1.5
by Stewart Adam
Author: firewing
Update of /cvs/nonfree/rpms/xorg-x11-drv-catalyst/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20977
Modified Files:
xorg-x11-drv-catalyst.spec
Log Message:
* Wed Nov 16 2011 Stewart Adam <s.adam at diffingo.com> - 11.11-3
- Bump because of rawhide tagging issue
Index: xorg-x11-drv-catalyst.spec
===================================================================
RCS file: /cvs/nonfree/rpms/xorg-x11-drv-catalyst/devel/xorg-x11-drv-catalyst.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xorg-x11-drv-catalyst.spec 16 Nov 2011 22:47:05 -0000 1.4
+++ xorg-x11-drv-catalyst.spec 16 Nov 2011 23:27:03 -0000 1.5
@@ -5,7 +5,7 @@
%global __strip /bin/true
Name: xorg-x11-drv-catalyst
Version: 11.11
-Release: 1%{?dist}
+Release: 3%{?dist}
Summary: AMD's proprietary driver for ATI graphic cards
Group: User Interface/X Hardware Support
License: Redistributable, no modification permitted
@@ -345,7 +345,7 @@
# OpenCL files
%dir %{_sysconfdir}/OpenCL
%dir %{_sysconfdir}/OpenCL/vendors
-%config %{_sysconfdir}/OpenCL/vendors/amdocl64.icd
+%config %{_sysconfdir}/OpenCL/vendors/amd*.icd
# These next two files control "supported hardware" verification
%{_sysconfdir}/ati/signature
%{_sysconfdir}/ati/control
@@ -390,6 +390,12 @@
%changelog
+* Wed Nov 16 2011 Stewart Adam <s.adam at diffingo.com> - 11.11-3
+- Bump because of rawhide tagging issue
+
+* Wed Nov 16 2011 Stewart Adam <s.adam at diffingo.com> - 11.11-2
+- Fix OpenCL vendor configuration file path
+
* Wed Nov 16 2011 Stewart Adam <s.adam at diffingo.com> 11.11-1
- Update to Catalyst 11.11 (internal version 8.91.1)
- Fix several packaging bugs (#1932, #1965)
13 years