KOFFICE_1_3_BRANCH: koffice/debian
CVS commit by benb: Updates for 1.3.4 packaging. Also use a more robust style of testing for the xpdf fixes. Apatches/xpdf.diff 1.1.2.1 M +9 -0 changelog 1.149.2.16 M +1 -1 kchart.shlibs 1.12.2.4 M +13 -13koffice-libs.shlibs 1.26.2.4 M +2 -2 kugar.shlibs 1.6.2.4 --- koffice/debian/changelog #1.149.2.15:1.149.2.16 @@ -1,2 +1,11 @@ +koffice (1:1.3.4-1) unstable; urgency=medium + + * New upstream bugfix release. + * Modified the xpdf security fixes from 1.3.3-3 to use a more robust style +of testing that does not depend upon the level of compiler optimisation +(thanks to Martin Schulze). + + -- Ben Burton <[EMAIL PROTECTED]> Wed, 27 Oct 2004 20:27:33 +1000 + koffice (1:1.3.3-3) unstable; urgency=critical --- koffice/debian/kchart.shlibs #1.12.2.3:1.12.2.4 @@ -1,2 +1,2 @@ kchart 0 kchart -libkdchart 0 kchart (>= 1:1.3.3-0) +libkdchart 0 kchart (>= 1:1.3.4-0) --- koffice/debian/koffice-libs.shlibs #1.26.2.3:1.26.2.4 @@ -1,13 +1,13 @@ -libkformula 3 koffice-libs (>= 1:1.3.3-0) -libkochart 1 koffice-libs (>= 1:1.3.3-0) -libkofficecore 2 koffice-libs (>= 1:1.3.3-0) -libkofficeui 2 koffice-libs (>= 1:1.3.3-0) -libkopainter 1 koffice-libs (>= 1:1.3.3-0) -libkoscript 2 koffice-libs (>= 1:1.3.3-0) -libkospell 4 koffice-libs (>= 1:1.3.3-0) -libkotext 2 koffice-libs (>= 1:1.3.3-0) -libkowmf 1 koffice-libs (>= 1:1.3.3-0) -libkstore 2 koffice-libs (>= 1:1.3.3-0) -libkwmailmerge_interface 4 koffice-libs (>= 1:1.3.3-0) -libkwmf 2 koffice-libs (>= 1:1.3.3-0) -libkwordexportfilters 1 koffice-libs (>= 1:1.3.3-0) +libkformula 3 koffice-libs (>= 1:1.3.4-0) +libkochart 1 koffice-libs (>= 1:1.3.4-0) +libkofficecore 2 koffice-libs (>= 1:1.3.4-0) +libkofficeui 2 koffice-libs (>= 1:1.3.4-0) +libkopainter 1 koffice-libs (>= 1:1.3.4-0) +libkoscript 2 koffice-libs (>= 1:1.3.4-0) +libkospell 4 koffice-libs (>= 1:1.3.4-0) +libkotext 2 koffice-libs (>= 1:1.3.4-0) +libkowmf 1 koffice-libs (>= 1:1.3.4-0) +libkstore 2 koffice-libs (>= 1:1.3.4-0) +libkwmailmerge_interface 4 koffice-libs (>= 1:1.3.4-0) +libkwmf 2 koffice-libs (>= 1:1.3.4-0) +libkwordexportfilters 1 koffice-libs (>= 1:1.3.4-0) --- koffice/debian/kugar.shlibs #1.6.2.3:1.6.2.4 @@ -1,4 +1,4 @@ kugar 0 kugar kudesigner 0 kugar -libkugar 1 kugar (>= 1:1.3.3-0) -libkudesignercore 0 kugar (>= 1:1.3.3-0) +libkugar 1 kugar (>= 1:1.3.4-0) +libkudesignercore 0 kugar (>= 1:1.3.4-0)
KOFFICE_1_3_BRANCH: koffice/debian/patches
CVS commit by benb: Update patches for 1.3.4. M +1 -1 modules.diff 1.12.2.1 --- koffice/debian/patches/modules.diff #1.12:1.12.2.1 @@ -56,5 +56,5 @@ --- koffice/kpresenter/Makefile.am 2002/07/14 12:31:37 1.200 +++ koffice/kpresenter/Makefile.am 2002/09/08 00:33:40 -@@ -56,7 +56,7 @@ libkpresenterpart_la_METASOURCES = AUTO +@@ -60,7 +60,7 @@ libkpresenterpart_la_METASOURCES = AUTO ## The kdeinit loadable module lib_LTLIBRARIES = kpresenter.la
KOFFICE_1_3_BRANCH: koffice/debian/patches
CVS commit by benb: Don't forget limits.h M +24 -8 xpdf.diff 1.1.2.2 --- koffice/debian/patches/xpdf.diff #1.1.2.1:1.1.2.2 @@ -1,5 +1,13 @@ --- koffice/filters/kword/pdf/xpdf/xpdf/Catalog.cc 22 Oct 2004 12:13:56 - 1.1.2.1 -+++ koffice/filters/kword/pdf/xpdf/xpdf/Catalog.cc 27 Oct 2004 10:33:25 - -@@ -63,8 +63,8 @@ Catalog::Catalog(XRef *xrefA) { koffice/filters/kword/pdf/xpdf/xpdf/Catalog.cc 27 Oct 2004 10:51:55 - +@@ -12,6 +12,7 @@ + #pragma implementation + #endif + ++#include + #include + #include "gmem.h" + #include "Object.h" +@@ -63,8 +64,8 @@ Catalog::Catalog(XRef *xrefA) { } pagesSize = numPages0 = obj.getInt(); @@ -12,5 +20,5 @@ ok = gFalse; return; -@@ -196,8 +196,8 @@ int Catalog::readPageTree(Dict *pagesDic +@@ -196,8 +197,8 @@ int Catalog::readPageTree(Dict *pagesDic } if (start >= pagesSize) { @@ -24,6 +32,14 @@ } --- koffice/filters/kword/pdf/xpdf/xpdf/XRef.cc 22 Oct 2004 12:13:56 - 1.1.2.1 -+++ koffice/filters/kword/pdf/xpdf/xpdf/XRef.cc 27 Oct 2004 10:33:25 - -@@ -76,7 +76,7 @@ XRef::XRef(BaseStream *strA, GString *ow koffice/filters/kword/pdf/xpdf/xpdf/XRef.cc 27 Oct 2004 10:51:56 - +@@ -12,6 +12,7 @@ + #pragma implementation + #endif + ++#include + #include + #include + #include +@@ -76,7 +77,7 @@ XRef::XRef(BaseStream *strA, GString *ow // trailer is ok - read the xref table @@ -34,5 +50,5 @@ ok = gFalse; errCode = errDamaged; -@@ -273,7 +273,7 @@ GBool XRef::readXRef(Guint *pos) { +@@ -273,7 +274,7 @@ GBool XRef::readXRef(Guint *pos) { // table size if (first + n > size) { @@ -43,5 +59,5 @@ goto err2; } -@@ -420,7 +420,7 @@ GBool XRef::constructXRef() { +@@ -420,7 +421,7 @@ GBool XRef::constructXRef() { if (!strncmp(p, "obj", 3)) { if (num >= size) { @@ -52,5 +68,5 @@ return gFalse; } -@@ -445,7 +445,7 @@ GBool XRef::constructXRef() { +@@ -445,7 +446,7 @@ GBool XRef::constructXRef() { } else if (!strncmp(p, "endstream", 9)) { if (streamEndsLen == streamEndsSize) {
Bug#266760: this is a bug in arts and therefore affects sarge, too
* Josh Metzler [Tue, 26 Oct 2004 21:51:14 -0400]: > this is a bug in arts and therefore affects sarge, too ^^^ I'm not sure this is true. I checked once some days after my investigation and didn't seem to be the case. I'll try to re-check soon. -- Adeodato Simó EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621 The reader this message encounters not failing to understand is cursed.
Bug#266760: this is a bug in arts and therefore affects sarge, too
On Tue, Oct 26, 2004 at 09:51:14PM -0400, Josh Metzler wrote: > Known workarounds: > - do not set arts to use realtime priority Maybe we should just drop setuid bit from artswrapper? That might save us from a security upload in future... The drawback is that 2.6 kernel users might get annoyed that they have to use dpkg-statoverride to enable realtim priority.
KOFFICE_1_3_BRANCH: koffice/debian
CVS commit by benb: Install quickprint desktop files. M +1 -0 karbon.install 1.8.2.2 M +1 -0 kformula.install 1.5.2.2 M +1 -0 kivio-data.install 1.1.2.2 M +1 -0 kpresenter.install 1.6.2.2 M +1 -0 kspread.install 1.6.2.2 M +1 -0 kword.install 1.7.2.2 --- koffice/debian/karbon.install #1.8.2.1:1.8.2.2 @@ -43,4 +43,5 @@ usr/share/applnk/Office/karbon.desktop usr/share/apps/karbon +usr/share/apps/konqueror/servicemenus/karbon_konqi.desktop usr/share/icons/crystalsvg/16x16/apps/karbon.png usr/share/icons/crystalsvg/32x32/apps/karbon.png --- koffice/debian/kformula.install #1.5.2.1:1.5.2.2 @@ -4,4 +4,5 @@ usr/share/applnk/Office/kformula.desktop usr/share/apps/kformula +usr/share/apps/konqueror/servicemenus/kformula_konqi.desktop usr/share/doc/kde/HTML/en/kformula/*.bz2 usr/share/doc/kde/HTML/en/kformula/*.docbook --- koffice/debian/kivio-data.install #1.1.2.1:1.1.2.2 @@ -1 +1,2 @@ usr/share/apps/kivio +usr/share/apps/konqueror/servicemenus/kivio_konqi.desktop --- koffice/debian/kpresenter.install #1.6.2.1:1.6.2.2 @@ -11,4 +11,5 @@ usr/lib/kde3/libooimpressimport.so usr/share/applnk/Office/kpresenter.desktop +usr/share/apps/konqueror/servicemenus/kpresenter_konqi.desktop usr/share/apps/kpresenter usr/share/icons/crystalsvg/16x16/apps/kpresenter.png --- koffice/debian/kspread.install #1.6.2.1:1.6.2.2 @@ -28,4 +28,5 @@ usr/lib/kspread.* usr/share/applnk/Office/kspread.desktop +usr/share/apps/konqueror/servicemenus/kspread_konqi.desktop usr/share/apps/kspread usr/share/icons/crystalsvg/16x16/apps/kspread.png --- koffice/debian/kword.install #1.7.2.1:1.7.2.2 @@ -60,4 +60,5 @@ usr/lib/kde3/libwpimport.so usr/share/applnk/Office/kword.desktop +usr/share/apps/konqueror/servicemenus/kword_konqi.desktop usr/share/apps/kword usr/share/doc/kde/HTML/en/kword/*.bz2
Processed: Re: kdemultimedia_4:3.3.0-1(ia64/unstable): FTBFS: compile errors
Processing commands for [EMAIL PROTECTED]: > retitle 270502 FTBFS on 64bit architectures (alpha/ia64) Bug#270502: kdemultimedia_4:3.3.0-1(ia64/unstable): FTBFS: compile errors Changed Bug title. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
Bug#278518: KDE 3.2.2 (sarge) Konqueror suffers XSS vuln.
Package: Konqueror Version: 3.2.2-1 (sarge) Severity: Important In contrast to other browsers like firefox, Konqueror allows JavaScript to access other frames in a frameset, loaded with from different (sub)domain. By that enclosed / secret data can be read through a hidden frameset. See http://groenndemon.de/bla for demonstration. (I'd like also to thank the webmaster for motivating me to explore that issue and setting a wegpage up for demonstration) (Translation: Action Ändern -> Change action Passwort klauen -> steel password Abschicken -> submit) Please verify this issue on other versions - 3.1.4 seems to be affected as well. Keep smiling yanosz
Bug#278518: marked as done (KDE 3.2.2 (sarge) Konqueror suffers XSS vuln.)
Your message dated Wed, 27 Oct 2004 16:00:07 +0200 with message-id <[EMAIL PROTECTED]> and subject line Bug#278518: KDE 3.2.2 (sarge) Konqueror suffers XSS vuln. has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -- Received: (at submit) by bugs.debian.org; 27 Oct 2004 13:44:49 + >From [EMAIL PROTECTED] Wed Oct 27 06:44:49 2004 Return-path: <[EMAIL PROTECTED]> Received: from pop.gmx.net (mail.gmx.net) [213.165.64.20] by spohr.debian.org with smtp (Exim 3.35 1 (Debian)) id 1CMo6b-0002Gh-00; Wed, 27 Oct 2004 06:44:49 -0700 Received: (qmail 31362 invoked by uid 65534); 27 Oct 2004 13:44:17 - Received: from dial-194-8-196-75.netcologne.de (EHLO dagobert) (194.8.196.75) by mail.gmx.net (mp016) with SMTP; 27 Oct 2004 15:44:17 +0200 X-Authenticated: #4240698 From: "Yanosz" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: KDE 3.2.2 (sarge) Konqueror suffers XSS vuln. Date: Wed, 27 Oct 2004 15:45:21 +0200 User-Agent: KMail/1.6.2 Cc: full-disclosure@lists.netsys.com, debian-security@lists.debian.org MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: Package: Konqueror Version: 3.2.2-1 (sarge) Severity: Important In contrast to other browsers like firefox, Konqueror allows JavaScript to= =20 access other frames in a frameset, loaded with from different (sub)domain. = By=20 that enclosed / secret data can be read through a hidden frameset. See http://groenndemon.de/bla for demonstration. (I'd like also to thank the webmaster for motivating me to explore that iss= ue=20 and setting a wegpage up for demonstration) (Translation: Action =C4ndern -> Change action Passwort klauen -> steel password Abschicken -> submit) Please verify this issue on other versions - 3.1.4 seems to be affected as= =20 well. Keep smiling yanosz --- Received: (at 278518-done) by bugs.debian.org; 27 Oct 2004 14:00:47 + >From [EMAIL PROTECTED] Wed Oct 27 07:00:47 2004 Return-path: <[EMAIL PROTECTED]> Received: from 84-120-65-92.onocable.ono.com (chistera.yi.org) [84.120.65.92] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CMoM1-0003Zj-00; Wed, 27 Oct 2004 07:00:47 -0700 Received: from userid 1000 by chistera.yi.org with local (Exim 4.34) id 1CMoLP-9X-9R; Wed, 27 Oct 2004 16:00:07 +0200 Date: Wed, 27 Oct 2004 16:00:07 +0200 From: Adeodato =?iso-8859-1?Q?Sim=F3?= <[EMAIL PROTECTED]> To: Yanosz <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: full-disclosure@lists.netsys.com, debian-security@lists.debian.org Subject: Re: Bug#278518: KDE 3.2.2 (sarge) Konqueror suffers XSS vuln. Message-ID: <[EMAIL PROTECTED]> Mail-Followup-To: Yanosz <[EMAIL PROTECTED]>, [EMAIL PROTECTED], full-disclosure@lists.netsys.com, debian-security@lists.debian.org References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <[EMAIL PROTECTED]> X-No-CC: Please respect my Mail-Followup-To header User-Agent: Mutt/1.5.6+20040907i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-4.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: * Yanosz [Wed, 27 Oct 2004 15:45:21 +0200]: > Package: Konqueror > Version: 3.2.2-1 (sarge) > Severity: Important > In contrast to other browsers like firefox, Konqueror allows JavaScript to > access other frames in a frameset, loaded with from different (sub)domain. By > that enclosed / secret data can be read through a hidden frameset. > See http://groenndemon.de/bla for demonstration. please see http://bugs.debian.org/261740. version 3.2.3-1.sarge.1 (available in testing-proposed-updates) fixed the vulnerability and will be included in sarge. you can use this version by adding this line to your sources.list: deb http://your.mirror.debian.org/debian sarge-proposed-updates main thanks, -- Adeodat
Bug#247864: klaptop_acpi_helper produces a setuid-root warning/error message
This error also occurs in the latest version for Sarge (from t-p-u). I noticed this error when I had to set the setuid bit again after updating from version 3.2.2-2 to version 3.2.2-2.sarge1.
KDE_3_3_BRANCH: kdeedu/debian
CVS commit by benb: Updates for 3.3.1. M +12 -0 changelog 1.16.2.7 M +1 -0 control 1.20.2.7 M +1 -1 kalzium.1 1.3.2.2 M +1 -1 kbruch.1 1.2.2.3 M +1 -1 khangman.1 1.3.2.3 M +1 -1 kiten.1 1.3.2.1 M +1 -1 kitengen.1 1.3.2.1 M +1 -1 klatin.1 1.1.2.2 M +1 -1 klettres.1 1.4.2.3 M +1 -1 kmessedwords.1 1.4.2.2 M +1 -1 kmplot.1 1.3.2.3 M +1 -1 kpercentage.1 1.3.2.1 M +1 -1 kstars.1 1.4.2.3 M +1 -1 ktouch.1 1.4.2.1 M +1 -1 kturtle.1 1.1.2.2 M +1 -1 kverbos.1 1.3.2.2 M +1 -1 kvoctrain.1 1.5.2.1 M +1 -1 kwordquiz.1 1.1.2.2 M +1 -1 langen2kvtml.1 1.2.2.1 M +1 -1 spotlight2kvtml.1 1.3.2.1
KDE_3_3_BRANCH: kdeedu/debian
CVS commit by benb: Patched KTurtle. M +4 -0 changelog 1.16.2.8 --- kdeedu/debian/changelog #1.16.2.7:1.16.2.8 @@ -7,4 +7,8 @@ Makefile.common. * KTurtle no longer crashes on configure (closes: #278234). + * Patched KTurtle so that the default language is in fact one of the +supported KTurtle languages and not a different dialect. This fixes +the broken examples directory as well as KTurtle refusing to run any +commands. * Cosmetic updates to some manpages.
Bug#269634: Crash information from newer version
The crashes continue, but with a more recent system I get useful debug information from the crash handler: Using host libthread_db library "/lib/tls/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1208098688 (LWP 3381)] [New Thread -1248822352 (LWP 4804)] [Thread debugging using libthread_db enabled] [New Thread -1208098688 (LWP 3381)] [New Thread -1248822352 (LWP 4804)] [Thread debugging using libthread_db enabled] [New Thread -1208098688 (LWP 3381)] [New Thread -1248822352 (LWP 4804)] [New Thread -1231938640 (LWP 4803)] [New Thread -1240433744 (LWP 4802)] [New Thread -1215153232 (LWP 4799)] [New Thread -1223550032 (LWP 4798)] [KCrash handler] #3 0xb50b2a64 in X509_get_subject_name () from /usr/lib/libcrypto.so.0.9.7 #4 0x41113778 in KOpenSSLProxy::X509_get_subject_name () from /usr/lib/libkio.so.4 #5 0x411004e8 in KSSLCertificate::getSubject () from /usr/lib/libkio.so.4 #6 0x41106c31 in KSSLPeerInfo::certMatchesAddress () from /usr/lib/libkio.so.4 #7 0xb7a69ada in KSSLSocket::verifyCertificate () from /usr/lib/kde3/kopete_irc.so #8 0xb7a689b3 in KSSLSocket::slotConnected () from /usr/lib/kde3/kopete_irc.so #9 0xb7a6b073 in KSSLSocket::qt_invoke () from /usr/lib/kde3/kopete_irc.so #10 0x4fab9d06 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #11 0x4fab9bb4 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #12 0x4ee656ac in KExtendedSocket::connectionSuccess () from /usr/lib/libkdecore.so.4 #13 0x4ee64907 in KExtendedSocket::connectionEvent () from /usr/lib/libkdecore.so.4 #14 0x4ee63bbb in KExtendedSocket::socketActivityRead () from /usr/lib/libkdecore.so.4 #15 0x4ee65788 in KExtendedSocket::qt_invoke () from /usr/lib/libkdecore.so.4 #16 0xb7a6b03b in KSSLSocket::qt_invoke () from /usr/lib/kde3/kopete_irc.so #17 0x4fab9d8c in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #18 0x4fab9eed in QObject::activate_signal () from /usr/lib/libqt-mt.so.3 #19 0x4fdf8712 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3 #20 0x4fad6530 in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3 #21 0x4fa5d42f in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3 #22 0x4fa5ca2e in QApplication::notify () from /usr/lib/libqt-mt.so.3 #23 0x4ed9cfc3 in KApplication::notify () from /usr/lib/libkdecore.so.4 #24 0x4fa4ce3a in QEventLoop::activateSocketNotifiers () from /usr/lib/libqt-mt.so.3 #25 0x4fa06463 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3 #26 0x4fa6f788 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3 #27 0x4fa6f638 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3 #28 0x4fa5d681 in QApplication::exec () from /usr/lib/libqt-mt.so.3 #29 0x080699fd in ?? () #30 0xba00 in ?? () #31 0xb9e0 in ?? () #32 0xb9e0 in ?? () #33 0x in ?? () #34 0x080a815e in _IO_stdin_used () #35 0x0001 in ?? () #36 0x080a94c0 in _IO_stdin_used () #37 0x080a7d76 in _IO_stdin_used () #38 0x080a7d8b in _IO_stdin_used () #39 0x080a7d5c in _IO_stdin_used () #40 0x in ?? () #41 0xb9e0 in ?? () #42 0x4feffe80 in vtable for QGArray () from /usr/lib/libqt-mt.so.3 #43 0x08273fd0 in ?? () #44 0x4ef1aaa4 in ?? () from /usr/lib/libkdecore.so.4 #45 0x4ecb3214 in ?? () from /usr/lib/libstdc++.so.5 #46 0x4feffe80 in vtable for QGArray () from /usr/lib/libqt-mt.so.3 #47 0x08129660 in ?? () #48 0xba28 in ?? () #49 0x4ec916ae in operator new () from /usr/lib/libstdc++.so.5 #50 0x45a357f8 in __libc_start_main () from /lib/tls/libc.so.6 #51 0x45b57fcc in ?? () from /lib/tls/libc.so.6 #52 0x452ed4a0 in ?? () from /lib/ld-linux.so.2 #53 0xbb60 in ?? () #54 0x080a7be0 in KopetePluginConfig::~KopetePluginConfig () (the IRC mentions are because I now run one IRC, one MSN and one ICQ profile). -- Jeff Bonham [EMAIL PROTECTED] PGP Public Key ID: BA289747 signature.asc Description: Digital signature
KDE_3_3_BRANCH: kdesdk/debian
CVS commit by benb: Updates for 3.3.1. M +10 -0 changelog 1.60.2.3 M +1 -0 control 1.61.2.7 M +7 -3 rules 1.57.2.5 --- kdesdk/debian/changelog #1.60.2.2:1.60.2.3 @@ -1,2 +1,12 @@ +kdesdk (4:3.3.1-1) unstable; urgency=medium + + * New upstream bugfix release. + * Build-conflicts with autoconf2.13, which does not play well with +Makefile.common. + * Force a rerun of admin/Makefile.common when building (not just after +a clean), since the debian patches affect Makefile.ams. + + -- Ben Burton <[EMAIL PROTECTED]> Thu, 28 Oct 2004 19:03:02 +1000 + kdesdk (4:3.3.0-1) unstable; urgency=low --- kdesdk/debian/control #1.61.2.6:1.61.2.7 @@ -4,4 +4,5 @@ Maintainer: Ben Burton <[EMAIL PROTECTED]> Build-Depends: automake1.7, binutils-dev, bison, debhelper (>> 4.0.0), flex, kdelibs4-dev (>= 4:3.3.0), libdb4.2-dev, libkcal2-dev (>= 4:3.3.0) +Build-Conflicts: autoconf2.13 Standards-Version: 3.6.1 --- kdesdk/debian/rules #1.57.2.4:1.57.2.5 @@ -61,7 +61,11 @@ # KDE CVS does not have aclocal.m4 or configure -if test ! -f configure; then \ -$(MAKE) -f admin/Makefile.common ;\ -fi +# if test ! -f configure; then \ +# $(MAKE) -f admin/Makefile.common ;\ +# fi + +# Force a rerun of Makefile.common, since the debian patches touch +# the Makefile.ams. +$(MAKE) -f admin/Makefile.common # make build directory
KDE_3_3_BRANCH: kdetoys/debian
CVS commit by benb: Build-conflict with autoconf2.13. M +7 -0 changelog 1.76.2.4 M +1 -0 control 1.71.2.2 --- kdetoys/debian/changelog #1.76.2.3:1.76.2.4 @@ -1,2 +1,9 @@ +kdetoys (4:3.3.1-2) unstable; urgency=medium + + * Build-conflicts with autoconf2.13, which does not play well with +Makefile.common (closes: #277629). + + -- Ben Burton <[EMAIL PROTECTED]> Thu, 28 Oct 2004 19:03:02 +1000 + kdetoys (4:3.3.1-1) unstable; urgency=medium --- kdetoys/debian/control #1.71.2.1:1.71.2.2 @@ -4,4 +4,5 @@ Maintainer: Ben Burton <[EMAIL PROTECTED]> Build-Depends: automake1.7, debhelper (>> 4.0.0), kdelibs4-dev (>> 4:3.3.0) +Build-Conflicts: autoconf2.13 Standards-Version: 3.6.1