Author: awjb
Update of /cvs/extras/rpms/centericq/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9850/devel
Modified Files: centericq.spec Added Files: centericq-4.21.0-icq-short-read.diff.bz2 centericq-4.21.0-memory-handling.diff.bz2 Log Message: - fix CVE-2005-3694 (#174611)
--- NEW FILE centericq-4.21.0-icq-short-read.diff.bz2 --- BZh91AY&SY���� �G��3 ����r������P����nB�+�-$k]M
--- NEW FILE centericq-4.21.0-memory-handling.diff.bz2 --- BZh91AY&SY%.�
Index: centericq.spec =================================================================== RCS file: /cvs/extras/rpms/centericq/devel/centericq.spec,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- centericq.spec 10 Nov 2005 08:50:07 -0000 1.19 +++ centericq.spec 30 Nov 2005 21:19:31 -0000 1.20 @@ -1,6 +1,6 @@ Name: centericq Version: 4.21.0 -Release: 2%{?dist} +Release: 3%{?dist}
Summary: Text mode menu- and window-driven IM
@@ -12,6 +12,11 @@ Patch1: centericq-kkconsui.patch Patch2: centericq-kkstrtext.patch Patch3: centericq-src.patch +# the next two fix CVE-2005-3694 +# http://www.gentoo.org/cgi-bin/viewcvs.cgi/net-im/centericq/files/ +# see redhat bugzilla #174611 +Patch4: centericq-4.21.0-icq-short-read.diff.bz2 +Patch5: centericq-4.21.0-memory-handling.diff.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: krb5-devel @@ -31,6 +36,8 @@ %patch1 %patch2 %patch3 +%patch4 -p1 +%patch5 -p1
%build CFLAGS="$RPM_OPT_FLAGS" \
scm-commits@lists.fedoraproject.org