Displaying 20 results from an estimated 3000 matches similar to: "CentOS-announce Digest, Vol 18, Issue 2"
2006 Aug 01
0
CEBA-2006:0613 Important CentOS 4 x86_64 freetype - bugfix update
CentOS Errata and Bugfix Advisory 2006:0613
https://rhn.redhat.com/errata/RHBA-2006-0613.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
x86_64:
freetype-2.1.9-4.el4.i386.rpm
freetype-2.1.9-4.el4.x86_64.rpm
freetype-demos-2.1.9-4.el4.x86_64.rpm
freetype-devel-2.1.9-4.el4.x86_64.rpm
freetype-utils-2.1.9-4.el4.x86_64.rpm
src:
2006 Aug 01
0
CEBA-2006:0613 Important CentOS 4 i386 freetype - bugfix update
CentOS Errata and Bugfix Advisory 2006:0613
https://rhn.redhat.com/errata/RHBA-2006-0613.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
i386:
freetype-2.1.9-4.el4.i386.rpm
freetype-demos-2.1.9-4.el4.i386.rpm
freetype-devel-2.1.9-4.el4.i386.rpm
freetype-utils-2.1.9-4.el4.i386.rpm
src:
freetype-2.1.9-4.el4.src.rpm
THIS FIXES THE BROKEN CENTOS-4
2006 Aug 01
0
CESA-2006:0611 Critical CentOS 4 s390(x) thunderbird - security update
CentOS Errata and Security Advisory 2006:0611
https://rhn.redhat.com/errata/RHSA-2006-0611.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/thunderbird-1.5.0.5-0.el4.1.centos4.s390.rpm
s390x:
updates/s390x/RPMS/thunderbird-1.5.0.5-0.el4.1.centos4.s390x.rpm
--
Pasi Pirhonen - upi@iki.fi - http://pasi.pirhonen.eu/
2006 Aug 01
0
CentOS-announce Digest, Vol 18, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
LLVM developers intent on world domination? Now that you've uncovered
their secret, they'll have to eliminate you, you know :-)
I don't have a working LLVM system right now (in the middle of building
a new FreeBSD system), but I did take a look at the code. The heavy use
of macros makes it hard to tell exactly what the compiler is seeing.
Could you capture the output of the C
2004 Dec 20
4
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
Hi all,
I learned of LLVM a couple of days ago:
<http://groups.google.co.nz/groups?selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz>
<http://groups.google.co.nz/groups?th=608e6e38e496f09d>
(I posted a tail call followup which is missing from the archive)
Jestingly, LLVM developers appear intent upon nothing short of world
domination. Not only have you done an end run around
2008 Jun 29
0
CentOS-announce Digest, Vol 40, Issue 14
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jun 21
0
CentOS-announce Digest, Vol 40, Issue 9
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2010 Oct 05
0
CentOS-announce Digest, Vol 68, Issue 2
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Jun 20
1
CESA-2008:0556 Important CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2008:0556
https://rhn.redhat.com/errata/RHSA-2008-0556.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/freetype-2.1.9-7.el4.6.s390.rpm
updates/s390/RPMS/freetype-demos-2.1.9-7.el4.6.s390.rpm
updates/s390/RPMS/freetype-devel-2.1.9-7.el4.6.s390.rpm
2006 Aug 01
0
Yum Transaction Check Error: package freetype-2.1.9-1.2.2.el4.rf
Hello list friends,
I got the following error during yum update.
How should I proceed to eliminate the probelm?
(I thought perhaps to uninstall the .i386 package -- but there
are some 15-20 other packages depending on it...)
Repositories: dries, kbs-CentOS-Extras, update, rpmforge, base,
addons, extras
FWIW: the protectbase plugin was added on 2006-07-10.
Thanks in advance,
Itay
2004 Dec 20
3
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
Adam,
I recant my previous message. I built FreeType with GCC not LLVMGCC by
accident (I shoulda checked!). The thing is, FreeType's makefiles don't
respect environment variables. So, I did this:
CC=/path/to/llvmgcc CXX=/path/to/llvmg++ configure
make
and was able to reproduce the problem. Not sure what's up with that but
as Misha pointed out, llvmgcc isn't any
2006 Jul 19
0
CentOS-announce Digest, Vol 17, Issue 6
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2007 Jun 11
0
CESA-2007:0403 Moderate CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2007:0403
https://rhn.redhat.com/errata/RHSA-2007-0403.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/freetype-2.1.9-6.el4.s390.rpm
updates/s390/RPMS/freetype-demos-2.1.9-6.el4.s390.rpm
updates/s390/RPMS/freetype-devel-2.1.9-6.el4.s390.rpm
2007 Apr 16
0
CESA-2007:0150 Moderate CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2007:0150
https://rhn.redhat.com/errata/RHSA-2007-0150.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/freetype-2.1.9-5.el4.s390.rpm
updates/s390/RPMS/freetype-demos-2.1.9-5.el4.s390.rpm
updates/s390/RPMS/freetype-devel-2.1.9-5.el4.s390.rpm
2006 Jul 18
0
CESA-2006:0500 Moderate CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2006:0500
https://rhn.redhat.com/errata/RHSA-2006-0500.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/freetype-2.1.9-1.rhel4.4.s390.rpm
updates/s390/RPMS/freetype-demos-2.1.9-1.rhel4.4.s390.rpm
updates/s390/RPMS/freetype-devel-2.1.9-1.rhel4.4.s390.rpm
2009 May 25
0
CESA-2009:0329 Important CentOS 4 s390(x) freetype - security update
CentOS Errata and Security Advisory 2009:0329
https://rhn.redhat.com/errata/RHSA-2009-0329.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
s390:
updates/s390/RPMS/freetype-2.1.9-10.el4.7.s390.rpm
updates/s390/RPMS/freetype-demos-2.1.9-10.el4.7.s390.rpm
updates/s390/RPMS/freetype-devel-2.1.9-10.el4.7.s390.rpm
2009 May 26
0
CentOS-announce Digest, Vol 51, Issue 12
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2004 Dec 20
0
[LLVMdev] Compiling FreeType 2.1.9 with LLVM 1.4
On Sun, 2004-12-19 at 20:20, Adam Warner wrote:
> Hi all,
Hi Adam,
>
> I learned of LLVM a couple of days ago:
> <http://groups.google.co.nz/groups?selm=pan.2004.12.18.11.29.33.33249%40consulting.net.nz>
> <http://groups.google.co.nz/groups?th=608e6e38e496f09d>
> (I posted a tail call followup which is missing from the archive)
> Jestingly, LLVM developers
2010 Nov 17
0
CentOS-announce Digest, Vol 69, Issue 7
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When