Displaying 20 results from an estimated 6000 matches similar to: "Updated cvs package fixes security issue"
2004 Jun 09
0
Updated cvs package fixes security issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to cvs for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-233.html refers.
Updated files are :-
2004 May 20
1
CentOS-3.1 update2
Unless anyone shouts I intend to push all the update2/testing stuff into
updates for 3.1 later on today - say about 22:00 UTC All the security
related updates have already been released.
I am not convinced that lack of feedback means that there are no problems,
more likely it means that not many people have tested the stuff, but I
have had no serious problems and cant do any more testing.
2004 May 20
2
CentOS 3.1 update2 packages released
The CentOS 3.1 update2 packages have now been released.
They are available on mirror.centos.org and should be on all mirrors
within a few hours.
To update just run 'yum update'
Please bugzilla any problems.
There was a problem with the pam build in testing not being linked
against the laus library, so the released version is a .c0 so that anyone
who has installed the testing version
2004 Apr 15
0
Updated cvs package fixes security vulnerability.
There is an update to cvs for CentOS-3.1
https://rhn.redhat.com/errata/RHSA-2004-153.html referes.
Updated files are :-
updates/i386/RPMS/cvs-1.11.2-18.i386.rpm
updates/i386/SRPMS/cvs-1.11.2-18.src.rpm
These are available at http://mirror.centos.org/3.1/ and should be on all
mirrors within a few hours.
To update to the latest version 'yum update cvs' should be
sufficient.
Lance
2004 May 19
0
Updated rsync package fixes security issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to rsync for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-192.html refers.
2004 May 19
0
Updated libpng package fixes crash
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to libpng for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-180.html refers.
2004 May 26
0
Updated tcpdump package fixes various vulnerabilities
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to tcpdump for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-219.html refers.
2004 May 26
0
Updated LHA package fixes security vulnerabilities
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to LHA for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-178.html refers.
2004 May 26
0
Updated utempter package fixes vulnerability
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to utempter for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-174.html refers.
2004 Jun 09
0
Updated ethereal package fixes security issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to ethereal for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-234.html refers.
2004 Jun 09
0
Updated squid package fixes security vulnerability
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to squid for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-242.html refers.
2004 Jun 15
0
Updated squirrelmail package fixes various vulnerabilities
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to squirrelmail for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-240.html refers.
Updated files are :-
updates/i386/RPMS/squirrelmail-1.4.3-0.e3.1.noarch.rpm
updates/i386/SRPMS/squirrelmail-1.4.3-0.e3.1.src.rpm
These are available at
2004 Jun 23
0
Updated libpng package fixes security issue
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to libpng for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-249.html refers.
2004 Jul 20
0
Updated php package fixes security vulnerabilities
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to php for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-392.html refers.
2004 Jul 20
1
re updated php fixes security vulnerability - sorry pasted wrong details
These are the correct ones.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to httpd for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-342.html refers.
2004 Mar 24
2
Updated httpd fixes dos in mod_ssl and some bugfixes
There is an update to httpd and mod_ssl for CentOS-3.1
https://rhn.redhat.com/errata/RHSA-2004-084.html refers.
Updated files are :-
updates/i386/RPMS/httpd-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/RPMS/httpd-devel-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/RPMS/mod_ssl-2.0.46-32.ent.centos.1.i386.rpm
updates/i386/SRPMS/httpd-2.0.46-32.ent.centos.1.src.rpm
These are available at
2004 Jun 09
0
Updated krb5 packages correct buffer overflow
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to krb5 for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-236.html refers.
2004 Jul 07
0
Updated httpd packages fix security issues
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
There is an update to httpd for CentOS 3.1
https://rhn.redhat.com/errata/RHSA-2004-342.html refers.
2004 Oct 05
1
Linux World Expo - London Olympia 6th & 7th October
If anyone is coming to the show I will be on the uklinux.net stand and
will happily discuss/demo CentOS
Lance
--
uklinux.net - The ISP of choice for the discerning Linux user.
2014 Jun 26
2
[LLVMdev] eraseFromParent and stack dump
Hello,
I am creating a new instruction and I want to replace the use of a
specified instruction.
This is the code I have written
Instruction *new_instr = BinaryOperator::Create(Instruction::Sub, op1,
op2, "");
b->getInstList().insertAfter(old_instr, new_instr); //b is the BasicBlock
old_instr->replaceAllUsesWith(new_instr);
old_instr->eraseFromParent();
When I print the