head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.42 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.40 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.38 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.36 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.34 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.32 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.30 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.28 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.26 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.24 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.22 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.20 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.18 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.16 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.14 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.12 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.2.0.10 pkgsrc-2006Q2-base:1.2 pkgsrc-2006Q1:1.2.0.8 pkgsrc-2006Q1-base:1.2 pkgsrc-2005Q4:1.2.0.6 pkgsrc-2005Q4-base:1.2 pkgsrc-2005Q3:1.2.0.4 pkgsrc-2005Q3-base:1.2 pkgsrc-2005Q2:1.2.0.2 pkgsrc-2005Q2-base:1.2 pkgsrc-2005Q1:1.1.0.4 pkgsrc-2005Q1-base:1.1 pkgsrc-2004Q4:1.1.0.2; locks; strict; comment @# @; 1.2 date 2005.03.23.22.11.57; author markd; state dead; branches; next 1.1; 1.1 date 2005.02.20.11.31.11; author markd; state Exp; branches 1.1.2.1; next ; 1.1.2.1 date 2005.02.20.11.31.11; author snj; state dead; branches; next 1.1.2.2; 1.1.2.2 date 2005.02.20.18.45.06; author snj; state Exp; branches; next ; desc @@ 1.2 log @Update to KDE 3.4 Highlights at a glance * Text-to-speech system with support built into Konqueror, Kate, KPDF and the standalone application KSayIt * Support for text to speech synthesis is integrated with the desktop * Completely redesigned, more flexible trash system * Kicker with improved look and feel * KPDF now enables you to select, copy & paste text and images from PDFs, along with many other improvements * Kontact supports now various groupware servers, including eGroupware, GroupWise, Kolab, OpenGroupware.org and SLOX * Kopete supports Novell Groupwise and Lotus Sametime and gets integrated into Kontact * DBUS/HAL support allows to keep dynamic device icons in media:/ and on the desktop in sync with the state of all devices * KHTML has improved standard support and now close to full support for CSS 2.1 and the CSS 3 Selectors module * Better synchronization between 2 PCs * A new high contrast style and a complete monochrome icon set * An icon effect to paint all icons in two chosen colors, converting third party application icons into high contrast monochrome icons * Akregator allows you to read news from your favourite RSS-enabled websites in one application * Juk has now an album cover management via Google Image Search * KMail now stores passwords securely with KWallet * SVG files can now be used as wallpapers * KHTML plug-ins are now configurable, so the user can selectively disable ones that are not used. This does not include Netscape-style plug-ins. Netscape plug-in in CPU usage can be manually lowered, and plug-ins are more stable. * more than 6,500 bugs have been fixed * more than 1,700 wishes have been fullfilled * more than 80,000 contributions with several million lines of code and documentation added or changed @ text @$NetBSD: patch-an,v 1.1 2005/02/20 11:31:11 markd Exp $ --- kstars/kstars/indi/indiserver.c.orig 2004-06-25 21:10:04.000000000 +1200 +++ kstars/kstars/indi/indiserver.c 2005-02-19 15:01:32.000000000 +1300 @@@@ -288,10 +288,10 @@@@ exit(1); } - /* bind to given port for any IP address */ + /* bind to given port for local IP address */ memset (&serv_socket, 0, sizeof(serv_socket)); serv_socket.sin_family = AF_INET; - serv_socket.sin_addr.s_addr = htonl (INADDR_ANY); + serv_socket.sin_addr.s_addr = htonl (INADDR_LOOPBACK); serv_socket.sin_port = htons ((unsigned short)port); if (setsockopt(sfd,SOL_SOCKET,SO_REUSEADDR,&reuse,sizeof(reuse)) < 0){ fprintf (stderr, "%s: setsockopt: %s", me, strerror(errno)); @@@@ -423,7 +423,7 @@@@ int i, nr; /* read client */ - nr = read (cp->s, buf, sizeof(buf)); + nr = read (cp->s, buf, sizeof(buf)-1); if (nr < 0) { fprintf (stderr, "Client %d: %s\n", cp->s, strerror(errno)); closeClient (cli); @@@@ -435,6 +435,7 @@@@ closeClient (cli); return; } + buf[ sizeof( buf )-1 ] = '\0'; if (verbose > 1) fprintf (stderr, "Client %d: rcv from:\n%.*s", cp->s, nr, buf); @@@@ -464,7 +465,7 @@@@ int nr; /* read driver */ - nr = read (dp->rfd, buf, sizeof(buf)); + nr = read (dp->rfd, buf, sizeof(buf)-1); if (nr < 0) { fprintf (stderr, "Driver %s: %s\n", dp->name, strerror(errno)); restartDvr (i); @@@@ -475,6 +476,7 @@@@ restartDvr (i); return; } + buf[ sizeof( buf )-1 ]='\0'; if (verbose > 1) fprintf (stderr, "Driver %s: rcv from:\n%.*s", dp->name, nr, buf); @ 1.1 log @Fix for http://www.kde.org/info/security/advisory-20050215-1.txt. Bump PKGREVISION. @ text @d1 1 a1 1 $NetBSD$ @ 1.1.2.1 log @file patch-an was added on branch pkgsrc-2004Q4 on 2005-02-20 11:31:11 +0000 @ text @d1 51 @ 1.1.2.2 log @Pullup ticket 299 - requested by Mark Davies security fix for kdeedu3 Revisions pulled up: - pkgsrc/misc/kdeedu3/Makefile 1.29 - pkgsrc/misc/kdeedu3/distinfo 1.22 - pkgsrc/misc/kdeedu3/patches/patch-ac 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ad 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ae 1.1 - pkgsrc/misc/kdeedu3/patches/patch-af 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ag 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ah 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ai 1.1 - pkgsrc/misc/kdeedu3/patches/patch-aj 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ak 1.1 - pkgsrc/misc/kdeedu3/patches/patch-al 1.1 - pkgsrc/misc/kdeedu3/patches/patch-am 1.1 - pkgsrc/misc/kdeedu3/patches/patch-an 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ao 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ap 1.1 - pkgsrc/misc/kdeedu3/patches/patch-aq 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ar 1.1 - pkgsrc/misc/kdeedu3/patches/patch-as 1.1 - pkgsrc/misc/kdeedu3/patches/patch-at 1.1 - pkgsrc/misc/kdeedu3/patches/patch-au 1.1 - pkgsrc/misc/kdeedu3/patches/patch-av 1.1 - pkgsrc/misc/kdeedu3/patches/patch-aw 1.1 - pkgsrc/misc/kdeedu3/patches/patch-ax 1.1 Module Name: pkgsrc Committed By: markd Date: Sun Feb 20 11:31:11 UTC 2005 Modified Files: pkgsrc/misc/kdeedu3: Makefile distinfo Added Files: pkgsrc/misc/kdeedu3/patches: patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-ak patch-al patch-am patch-an patch-ao patch-ap patch-aq patch-ar patch-as patch-at patch-au patch-av patch-aw patch-ax Log Message: Fix for http://www.kde.org/info/security/advisory-20050215-1.txt. Bump PKGREVISION. @ text @a0 51 $NetBSD: patch-an,v 1.1.2.1 2005/02/20 18:45:06 snj Exp $ --- kstars/kstars/indi/indiserver.c.orig 2004-06-25 21:10:04.000000000 +1200 +++ kstars/kstars/indi/indiserver.c 2005-02-19 15:01:32.000000000 +1300 @@@@ -288,10 +288,10 @@@@ exit(1); } - /* bind to given port for any IP address */ + /* bind to given port for local IP address */ memset (&serv_socket, 0, sizeof(serv_socket)); serv_socket.sin_family = AF_INET; - serv_socket.sin_addr.s_addr = htonl (INADDR_ANY); + serv_socket.sin_addr.s_addr = htonl (INADDR_LOOPBACK); serv_socket.sin_port = htons ((unsigned short)port); if (setsockopt(sfd,SOL_SOCKET,SO_REUSEADDR,&reuse,sizeof(reuse)) < 0){ fprintf (stderr, "%s: setsockopt: %s", me, strerror(errno)); @@@@ -423,7 +423,7 @@@@ int i, nr; /* read client */ - nr = read (cp->s, buf, sizeof(buf)); + nr = read (cp->s, buf, sizeof(buf)-1); if (nr < 0) { fprintf (stderr, "Client %d: %s\n", cp->s, strerror(errno)); closeClient (cli); @@@@ -435,6 +435,7 @@@@ closeClient (cli); return; } + buf[ sizeof( buf )-1 ] = '\0'; if (verbose > 1) fprintf (stderr, "Client %d: rcv from:\n%.*s", cp->s, nr, buf); @@@@ -464,7 +465,7 @@@@ int nr; /* read driver */ - nr = read (dp->rfd, buf, sizeof(buf)); + nr = read (dp->rfd, buf, sizeof(buf)-1); if (nr < 0) { fprintf (stderr, "Driver %s: %s\n", dp->name, strerror(errno)); restartDvr (i); @@@@ -475,6 +476,7 @@@@ restartDvr (i); return; } + buf[ sizeof( buf )-1 ]='\0'; if (verbose > 1) fprintf (stderr, "Driver %s: rcv from:\n%.*s", dp->name, nr, buf); @