Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
markd 46d3dd85b6 The x11/Xaw3d library has an integer overflow error in the computation
of the geometry for a Box Layout (file Box.c).  There, the box tries
to extend its width until its height fits within the constraint height
(influenced by the window manager).  Unfortunately, widths are 16bit
unsigned and in the error case (occuring under KDE), the constraint
width is 65535, i.e. maximal.
The code loops until either the computed height is smaller than the
constraint height or the width exceeds the constraint width.  In each
loop iteration, the width of the box layout is doubled.  This loop
does not terminate, if one chooses unfortunate initial width, as the
width wraps around if it overflows 16 bits and if the maximal
constraint width is SHORT_INT_MAX.
Patch tries to capture the overflow before it wraps around the
`width' variable, setting the width to the maximal one.

From Stephan Thesing in PR pkg/32445. Bump PKGREVISION.
2006-03-13 00:16:23 +00:00
archivers Remove phrase: 2006-03-11 03:07:54 +00:00
audio Fix cleanup. 2006-03-11 10:46:27 +00:00
benchmarks Fixed the PLIST generation for NetBSD. 2006-03-11 03:44:20 +00:00
biology Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
bootstrap Make sure devel/bmake is also in tarball. (Noticed by Matt Dillon.) 2006-01-02 23:27:09 +00:00
cad Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
chat Fixed some pkglint warnings. 2006-03-12 14:50:11 +00:00
comms Add patch that hopefully fixes the build problem on 1.6.2. 2006-03-11 16:29:25 +00:00
converters Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
cross Fixed pkglint warnings. 2006-03-12 14:31:23 +00:00
crosspkgtools Replaced SITES_* with SITES.*. 2006-03-12 14:06:30 +00:00
databases Update qdbm packages to 1.8.46, provided by OBATA Akio in PR 32655: 2006-03-11 14:07:31 +00:00
devel Changes 2.8.5: 2006-03-12 21:09:45 +00:00
distfiles
doc gnome-doc-utils updated to 0.6.0. 2006-03-12 22:14:48 +00:00
editors Readded the CONFLICTS line for pkg_alternatives. This package does not 2006-03-12 17:05:08 +00:00
emulators Fixed some pkglint warnings. 2006-03-10 23:45:14 +00:00
finance In COMMENT, change "kde3" to simply "KDE". 2006-03-11 03:29:20 +00:00
fonts Use UTF-8 characters instead of \x escape sequences in ja.po as 2006-03-07 23:09:28 +00:00
games Add and enable aop. 2006-03-12 19:04:03 +00:00
geography Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
graphics Update to 2.14.2: 2006-03-12 20:02:06 +00:00
ham The configure script insists on a Python interpreter even if it doesn't 2006-03-11 01:53:39 +00:00
inputmethod Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
lang Enable zlib and rawsock modules while the update is still fresh. 2006-03-11 23:55:07 +00:00
licenses License for nvnet, a binary driver for nVidia networking 2006-01-09 12:49:56 +00:00
mail Update to mimedefang 2.56 2006-03-13 00:05:14 +00:00
math Added patch-ac, which fixes compilation failures in __asm__ statements. 2006-03-12 16:34:13 +00:00
mbone Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
meta-pkgs Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
misc Update to 1.3.9: 2006-03-12 18:26:20 +00:00
mk Added the variable PHASE_MSG, STEP_MSG, WARNING_MSG and ERROR_MSG to 2006-03-12 14:55:18 +00:00
multimedia Update gst-plugins-0.10-base and packages based on this one to 0.10.4: 2006-03-12 12:42:05 +00:00
net Update to 2.6.7, tron@ ok: 2006-03-12 18:51:23 +00:00
news Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no 2006-03-04 21:28:51 +00:00
packages
parallel Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
pkgtools Define SLIST_HEAD_INITIALIZER for platforms without it. 2006-03-13 00:13:37 +00:00
print On NetBSD/i386, this package needs the SuSE 7.3 emulation, not 9.1. 2006-03-11 01:35:21 +00:00
regress Change my MAINTAINER email address to the one I've been using for 2005-12-17 05:20:21 +00:00
security Use the updated qt3-tools to use the libtool mode of qmake, and remove 2006-03-12 06:58:42 +00:00
shells (Re)add zsh-current. 2006-03-11 13:21:24 +00:00
sysutils Update k3b to 0.12.14 2006-03-12 23:57:55 +00:00
templates
textproc Update to 0.6.0: 2006-03-12 22:14:09 +00:00
time Remove BROKEN_IN. The installation problem has been fixed. 2006-03-11 14:35:15 +00:00
wm Convert all packages using REPLACE_INTERPRETER to the new variable names 2006-03-11 10:07:49 +00:00
www Fixed some pkglint warnings. 2006-03-12 17:35:05 +00:00
x11 The x11/Xaw3d library has an integer overflow error in the computation 2006-03-13 00:16:23 +00:00
Makefile Added a comment to the "regress" category. 2005-09-28 07:49:22 +00:00
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.