CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/02/28 16:11:58

Added files:
	.              : 45.html 

Log message:
add the start of the 45.html page


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/02/28 16:12:43

Modified files:
	.              : i386.html amd64.html 

Log message:
Attansic L1 10/100/Gigabit Ethernet device..


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/02/28 16:56:34

Modified files:
	.              : 45.html 

Log message:
- updated perl and openssl


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/02/28 17:00:25

Modified files:
	.              : 45.html 

Log message:
- some ports highlights


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/02/28 17:04:07

Modified files:
	.              : 45.html 

Log message:
- no. of ports for this release
- missing full stop


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/02/28 19:21:07

Modified files:
	sys/conf       : newvers.sh 

Log message:
move to 4.5-current


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/02/28 23:27:28

Modified files:
	distrib/sgi/ramdisk: install.md 

Log message:
Sync disklabel instructions with reality and those detailed in INSTALL.sgi.

Issue spotted by matthieu@.

ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/01 03:28:55

Modified files:
	share/man/man3 : queue.3 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/01 03:34:38

Modified files:
	sys/net        : if_pfsync.c 

Log message:
i can't see a reason that we'd need to go to splnet to call ip_output.
this cleans up use of splnet.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 03:48:54

Modified files:
	sys/arch/sparc64/dev: vgafb.c 
	sys/arch/macppc/pci: vgafb_pci.c 

Log message:
Don't let an mmio area replace the frame buffer if they are the same size.
Seen on a Tech Source Raptor.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/01 04:24:36

Modified files:
	sys/net        : if_pfsync.c 

Log message:
check pfsyncs IFF_RUNNING flag before doing stuff. should save time for
people who hate^Wdont use pfsync.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/01 05:02:39

Modified files:
	sys/net        : if_pfsync.c 

Log message:
rework serialisation of messages slightly.
- pass a void *, rather than an mbuf and an offset into m_data, the callers
can do the math for it.
- we need to store the size of the messages these functions will serialise
into, so dont get the funcs to return it, just add it on in the caller.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 05:10:24

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
ss_len was set to sizeof pointer, should be sizeof structure; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 05:12:58

Modified files:
	usr.sbin/smtpd : queue.c smtpctl.c smtpd.h 

Log message:
In "smtpctl show stats", break queue.inserts into queue.inserts.remote
and queue.inserts.local; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 06:05:41

Modified files:
	usr.sbin/smtpd : control.c 

Log message:
deny regular users to run "smtpctl show stats" and "smtpctl schedule";
ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 06:07:52

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
simplify *_open functions by passing them char * instead of struct
path *; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 06:08:47

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
make the condition under which delivery is made by SMTPD_USER more
explicit; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/01 06:35:46

Modified files:
	lib/libc/stdio : mktemp.c 

Log message:
New mktemp(3) based on the one from portable mktemp(1).  Now includes
digits (in addition to letters) in the random file name.  Instead
of looping forever, mktemp(3) will terminate when it has tried 2 *
N^62 times where N is the number of X's.  This is effectively forever
for lots of X's.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/01 06:47:02

Modified files:
	bin/rcp        : rcp.1 rcp.c 

Log message:
fix double space in synopsis and usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 08:06:24

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
fix possible NULL dereference when getpwnam fails; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/01 08:35:10

Modified files:
	sys/dev/pci    : ips.c 

Log message:
- add missing letoh32
- tweak product string


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/01 09:03:12

Modified files:
	usr.sbin/ospfd : ospfd.c 

Log message:
Print the correct function name in log_debug().

OK claudio@ stsp@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/01 09:30:26

Modified files:
	lib/libc/stdio : mktemp.3 

Log message:
Update to match mktemp.c changes


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/01 10:02:25

Modified files:
	usr.bin/env    : env.c 

Log message:
Don't rely on non-standard setenv() behavior.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 10:43:25

Modified files:
	sys/arch/m88k/include: trap.h 
	sys/arch/m88k/m88k: eh_common.S trap.c 

Log message:
Files forgotten during last commit:

Rework nmi handling to handle ``complex'' NMI faster, and return as fast as
possible from the exception, without doing the AST and softintr dance.

This should avoid too much stack usage under load.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 10:44:46

Modified files:
	sys/arch/mvme88k/mvme88k: m197_machdep.c 

Log message:
Make more IPI synchronous. Performance slightly down, stability slightly up.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2009/03/01 11:39:50

Modified files:
	.              : 45.html 

Log message:
sync some included software versions.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/03/01 11:59:50

Modified files:
	share/man/man4 : bpf.4 

Log message:
bpf can handle variable length headers; some wording improvements;
mostly from Guy Harris; ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 12:17:18

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
Added files:
	sys/arch/sparc64/dev: raptor.c 

Log message:
An accelerated framebuffer driver for the Tech Source Raptor GFX cards built
around the Number 0 Imagine-128 chip.  Colormap support is still missing.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 12:28:20

Modified files:
	share/man/man4/man4.sparc64: Makefile 
Added files:
	share/man/man4/man4.sparc64: raptor.4 

Log message:
raptor(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/01 12:45:36

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Add sensors support.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/01 12:54:23

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Time to turn off debug by default. It shrinks ramdisk as a bonus.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 13:01:09

Modified files:
	sys/arch/sparc64/dev: raptor.c 

Log message:
Some initial colormap support.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/03/01 13:11:06

Modified files:
	bin/ksh        : c_test.c 
	bin/test       : test.c 

Log message:
Fix PR #723: test(1) operator precedence inconsistent with POSIX
Make sure ksh builtin test and test(1) do not differ.
From Christiano Farina Haesbaert. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 13:36:05

Modified files:
	sys/arch/sparc64/dev: raptor.c 

Log message:
Finish colormap support; makes Xorg wsfb driver work.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 13:38:02

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Enable raptor(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 13:40:10

Modified files:
	share/man/man4/man4.sparc64: raptor.4 

Log message:
Colormap support is there now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/01 13:43:09

Modified files:
	.              : INDEX 
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
Added files:
	devel/jdk/1.5/patches: 
	                       patch-j2se_src_share_classes_java_util_Calendar_java 
	devel/jdk/1.6/patches: 
	                       patch-j2se_src_share_classes_java_util_Calendar_java 
	devel/jdk/1.7/patches: 
	                       patch-jdk_src_share_classes_java_util_Calendar_java 

Log message:
Java bug fix; from kurt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/03/01 13:49:44

Modified files:
	.              : 45.html 

Log message:
- wee bit of consistency
- add socppc instructions in "How to install"


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 13:59:09

Modified files:
	sys/arch/sparc64/conf: RAMDISK 

Log message:
Enable raptor(4) here too.  Pointed out by deraadt@ and miod@.


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 14:09:04

Modified files:
	.              : sparc64.html 

Log message:
Mention raptor(4).  Also replace PGX32 with PGX64; the former is not an
ATI card but a Tech Source card based on a 3D Labs Permedia 2 chip.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 14:36:50

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
open mbox with O_EXLOCK (better than open+flock), and without O_SYNC,
since fsync is done in final safe_fclose; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 14:37:41

Modified files:
	sys/arch/mvme68k/dev: cl.c flash.c if_ie.c osiop_mvme68k.c 
	                      pcctwo.c sram.c 

Log message:
Clean up match routines vs board id; this should give 166, 172 and 176 a
change to work better.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 14:39:59

Modified files:
	sys/arch/mvme68k/dev: osiop_mvme68k.c mainbus.c 

Log message:
Fix bus_space_map() on intio space, it is not mapped 1:1...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 14:40:49

Modified files:
	distrib/notes/mvme68k: hardware 
	etc/etc.mvme68k: MAKEDEV.md ttys 
	share/man/man4/man4.mvme68k: Makefile ie.4 intro.4 
	sys/arch/mvme68k/conf: GENERIC RAMDISK files.mvme68k 
	sys/arch/mvme68k/dev: clock.c nvram.c nvramreg.h vme.c 
	sys/arch/mvme68k/include: autoconf.h conf.h cpu.h intr.h 
	sys/arch/mvme68k/mvme68k: conf.c genassym.cf locore.s machdep.c 
Added files:
	share/man/man4/man4.mvme68k: lrc.4 pcctwo.4 
	sys/arch/mvme68k/dev: dart.c dart_lrc.c dartreg.h dartvar.h 
	                      lrc.c lrcreg.h 

Log message:
Support for MVME165 board - code written in april 2006, eventually debugged
last month.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/01 14:42:37

Modified files:
	sys/arch/sparc64/dev: raptor.c 

Log message:
Replace a few magic constants with proper #defines as pointed out by miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/01 14:58:53

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h util.c 

Log message:
- Refuse delivery to mbox that is a symlink, pipe, chardev, etc. etc.
- Introduce secure_file, based on secure_filename from OpenSSH, it
checks that mbox has right perms, and that path components are
trustworthy, too.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 15:07:12

Modified files:
	sys/arch/mvme68k/dev: pcc.c 

Log message:
Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code is
used there).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 15:08:13

Modified files:
	distrib/notes/mvme68k: hardware install 
	etc/etc.mvme68k: ttys 
	share/man/man4/man4.mvme68k: Makefile intro.4 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	sys/arch/mvme68k/conf: GENERIC RAMDISK files.mvme68k 
	sys/arch/mvme68k/dev: clock.c dart.c dart_lrc.c dartreg.h 
	                      dartvar.h nvram.c vme.c 
	sys/arch/mvme68k/include: autoconf.h cpu.h 
	sys/arch/mvme68k/mvme68k: autoconf.c genassym.cf locore.s 
	                          machdep.c 
Added files:
	share/man/man4/man4.mvme68k: ofobio.4 
	sys/arch/mvme68k/dev: dart_ofobio.c ofobio.c ofobioreg.h 

Log message:
Support for MVME141 boards. Tested with both VME and VSB memory boards
(and MVME327 SCSI and MVME376 Ethernet, to provide a complete system).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/01 15:08:31

Modified files:
	etc/etc.mvme68k: MAKEDEV 
	share/man/man8/man8.mvme68k: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/03/01 15:42:41

Modified files:
	.              : 45.html 

Log message:
- this'll be OPENBSD_4_5 not OPENBSD_4_4


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/01 16:54:17

Modified files:
	sys/dev/pci/drm: radeon_cp.c 

Log message:
Switch more info printfs to debug. The average user doesn't want to see
them.

Prompted by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/01 17:00:56

Modified files:
	sys/lib/libsa  : tftp.c tftp.h 

Log message:
Send valid ERROR packets to prematurely terminate a transfer.

According to RFC1350 there should be always be a terminating NUL.
Andre Gillibert on bugs@ pointed out that the misformed packets
caused Gentoo Linux's tftpd (atftpd) to crash trying to transfer
pxeboot to an OpenBSD machine.

This is slightly different diff than the one proposed by Andre, but
he confirms it also fixes the problem.

"looks like a better diff to me" deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/02 00:54:53

Modified files:
	share/man/man4/man4.mvme68k: lrc.4 ofobio.4 pcctwo.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/02 02:27:34

Modified files:
	libexec/ld.so/ldd: ldd.1 ldd.c 

Log message:
ldd(1) accepts more than one program as argument; while here,
synchronize synopsis and usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	mikeb@cvs.openbsd.org	2009/03/02 02:42:55

Modified files:
	sys/sys        : tree.h 

Log message:
Fixup empty macro.  Original comment from harti at freebsd.org:

Make the default RB_AUGMENT() produce a 'do {} while (0)' instead
of nothing. This prevents the compiler from complaining about empty
if statements when compiled with higher WARN levels.

ok krw


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/03/02 06:09:11

Modified files:
	.              : events.html 

Log message:
BSDday Argentina 2009


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/02 07:39:25

Modified files:
	sys/net        : radix_mpath.c 

Log message:
Make sure rt_gateway is not NULL in rt_mpath_matchgate(). It is possible to
hit this case with a root node that comes with no real rtentry attached to it.
Problem found by Mischa Diehm, OK henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/03/02 12:44:49

Modified files:
	de             : armish.html donations.html errata44.html 
	                 events.html i386.html macppc.html security.html 
	                 translation.html 
	es             : i386.html 
	faq/fr         : faq14.html faq2.html faq3.html faq4.html 
	                 index.html 
	faq/nl         : faq11.html faq14.html faq2.html faq3.html 
	                 faq4.html index.html 
	faq/pt         : faq1.html faq4.html 
	fr             : amd64.html donations.html events.html i386.html 
	                 sparc64.html translation.html 
	nl             : donations.html translation.html 
	openssh/de     : openbsd.html 
	openssh/ja     : ftp.html index.html manual.html openbsd.html 
	                 security.html 
	pl             : i386.html 
Added files:
	faq/pt         : faq5.html 
	fr             : 45.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/03/02 16:37:08

Modified files:
	share/man/man9 : Makefile mbuf.9 

Log message:
Remove MEXTMALLOC and MCHTYPE from mbuf.9, as they have not existed
for some time.

ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2009/03/02 16:43:27

Modified files:
	.              : donations.html 

Log message:
comfi.com has been donating for quite a while now


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/02 16:52:18

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
the packet length passed to m_clget is a u_int, print it with %u not %d in
the panic string.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/02 17:39:39

Modified files:
	openssh        : users.html 

Log message:
give an example


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/02 18:12:11

Modified files:
	openssh        : users.html 

Log message:
ask users to not swamp us with vendor names


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/02 18:28:06

Modified files:
	openssh        : index.html 

Log message:
There are a bunch of switch, router, unix and linux vendors(*) who
build OpenSSH into their products as a critical component (ie. imagine
a cisco router without ssh... remember telnet?).  Some of these
vendors have ignored our requests for donations for more than 5 years.
Sometimes there has been some red tape, but it has always been their
red tape.

The OpenSSH product has been 100% funded by end-users, except for a
very small handful of kind contributions by, shall we call them,
"larger end-users".

From now on, we will list a selection of those vendors on the main web
page.  Maybe that will help the good-meaning people inside those
vendors who are trying to do the right thing find an easier way to cut
through the red tape.

Helping OpenSSH helps OpenBSD; helping OpenBSD means more hackathons;
more hackathons means helping all the other Open* and driver and
whatever projects, many of which are now being looked at by commercial
projects to see how well designed daemons can be written.  This is all
good, and everyone should be part of it.  For instance, look at all
the wireless drivers in Solaris.  All these things are tied together.
Helping OpenBSD means helping OpenSSH, which means helping yourself.
Imagine the modern ISP's surrounding you, if it were not for OpenSSH.
What major ISP has ever given a dime to help this stuff grow?  None.
No, instead they make it hard for us to even get bandwidth...

(*) bunch of vendors as in, "almost everyone besides Microsoft"


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/03/02 21:42:48

Modified files:
	usr.sbin/lpr/common_source: displayq.c 

Log message:
spaces


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/03 00:49:27

Modified files:
	share/man/man4 : urtw.4 
	sys/dev/usb    : if_urtw.c usbdevs 

Log message:
more RealTek RTL8187 based devices

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/03 00:50:25

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/03 00:58:59

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add IBM Remote Supervisor Adapter found on lpinto's machine.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/03 00:59:33

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/03 04:01:26

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm 

Log message:
stupid bug. If I don't name the class the same way, I don't override
behavior correctly. Be consistent, use the same naming scheme.
problem noticed by Brad Smith.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/03 08:43:27

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
attempt support for a single-port variant of the NetMos NM9835 by looking
at the subsystem id first
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/03 08:47:28

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h store.c 

Log message:
fix mbox locking by having it done by mail.local(8) which in turns uses
lockspool(1). this means our mbox delivery follows a code path that has
become almost identical to external mda deliveries. this is the first
of a serie of diffs actually...

lockspool(1) suggestion by deraadt@, mail.local(8) idea by jacekm@, and
fix and testing by me


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/03 09:52:25

Modified files:
	sys/dev/pci    : puc.c pucvar.h 

Log message:
shorten sizes of variables to the required number of bits, and remove
unused variables, tested by todd
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/03 12:08:25

Modified files:
	sys/dev/ic     : osiop.c 

Log message:
Make sure the scsi_xfer timeout is triggered while the command is still alive.
With the current code, a fast command could complete between splx and
the timeout being triggered, we'd then happily return COMPLETE, reuse
the scsi_xfer, schedule the timeout again, causing a nice cycle in the
timeout wheels.

(I know, I know, I have to inspect all other scsi drivers now, but I'm
really tired after spending three hours on this)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/03 12:09:14

Modified files:
	sys/kern       : kern_timeout.c 

Log message:
put back r1.25 (poisoning chain pointers after removing items from the
wheel). This was safe, except for osiop bugs.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/03 13:01:01

Modified files:
	bin/ksh        : Makefile ksh.1 misc.c sh.1 

Log message:
Add POSIX character class support ([:alpha:] and friends) to ksh globbing.
OK deraadt@ krw@ jmc@ sobrado@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/03 13:37:06

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
More updates to come.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/03 13:49:51

Modified files:
	.              : MODULES 

Log message:
X.Org have marked a number of input drivers as deprecated.

If someone uses one of those drivers, and want to see it maintained again,
please send me or devel at lists dot x dot org an email.


CVSROOT:	/cvs
Module name:	www
Changes by:	stsp@cvs.openbsd.org	2009/03/03 14:36:05

Modified files:
	.              : want.html 

Log message:
I got a nice serial port converter from Maurice Janssen, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/03 16:23:52

Modified files:
	usr.sbin/smtpd : forward.c lka.c smtpd.c smtpd.h 

Log message:
Fix a long standing issue where ~/.forward files were opened by user _smtpd
causing them not to be handled when a user's homedir is set to mode 0700. I
still need to do some cleanup and make sure it works as it should, but this
diff provides better behavior than what we had.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/03 16:33:52

Modified files:
	usr.sbin/smtpd : lka.c smtpd.h 

Log message:
when forwards/aliases expansion fails in an lka session, make sure that mfa
is notified so that the session does not hang


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/03 17:00:40

Modified files:
	usr.sbin/smtpd : lka.c smtpd.c 

Log message:
plug a memory leak, remove lka session from the the lka session tree when
we are done expanding aliases/forwards, and cleanup a bit the expansion
code so that I can soon remove some of the duplication.


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2009/03/03 22:29:09

Modified files:
	etc            : rc 

Log message:
Don't synchronise carp states in default PF ruleset, these get created
on each host and end up conflicting, so they never sync anyways.

ok dlg henning


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/03 22:59:08

Modified files:
	sys/arch/m88k/m88k: m88k_machdep.c 

Log message:
Fix stupid logic bug in rw_cas_m88k(), makes NFS much happier on SMP kernels.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/04 00:41:18

Modified files:
	bin/csh        : csh.1 

Log message:
from wiz@netbsd, -r1.44:
Remove weird backslash that somehow must have crept in.
Found by joerg and mdocml.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/04 05:51:01

Modified files:
	usr.sbin/ospfd : auth.c buffer.c imsg.c ospfd.h ospfe.c 

Log message:
Introduce and use buf_size(buf) instead of buf->wpos -- at least in the non
buf/imsg specific code. buf_close() will no force a truncation of the buffer
to the wpos but actually add code in imsg.c to detect and report such silly
behaviour. Makes the buf API a bit more sane.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/03/04 09:54:43

Modified files:
	usr.sbin/tcpdump: print-ntp.c 

Log message:
print alarm condition from leap indicator; ok henning@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/04 10:54:15

Modified files:
	sys/dev/pci    : envy.c 

Log message:
don't bus_space_unmap() sc->mt_ioh with the wrong bus tag
from Alexandr Shadchin <ShadchinAV(at)mail.ru>, Thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/04 11:28:00

Modified files:
	.              : plus.html plus20.html plus21.html plus22.html 
	                 plus23.html plus24.html plus25.html plus26.html 
	                 plus27.html plus28.html plus29.html plus30.html 
	                 plus31.html plus32.html plus33.html plus34.html 
	                 plus35.html plus36.html plus37.html plus38.html 
	                 plus39.html plus40.html plus41.html plus42.html 
	                 plus43.html plus44.html 
Added files:
	.              : plus45.html 

Log message:
roll the plus files


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/03/04 11:46:44

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
log reason when not synced; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/03/04 11:49:07

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
received refid should not be converted to host byte order; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/03/04 12:17:36

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
I should know outside data must be vis(3)'d.
Don't log kiss code for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/04 12:35:54

Modified files:
	sys/arch/mvme88k/dev: pcctworeg.h 
	sys/arch/mvme88k/mvme88k: m1x7_machdep.c 

Log message:
When handling clock interrupts, check the overflow counter to know how many
times hardclock() needs to be invoked; fixes clock drift found on 197DP
with SMP kernels.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/04 12:37:15

Modified files:
	sys/arch/m88k/include: atomic.h 
	sys/arch/m88k/m88k: m88k_machdep.c 

Log message:
Introduce atomic_clear_int() as an MD atomic operation to perform atomic
exchange with zero; use it in the soft interrupt code to make it simpler
and faster.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/04 12:39:05

Modified files:
	sys/arch/m88k/include: cpu.h pmap.h 
	sys/arch/m88k/m88k: pmap.c 

Log message:
Since 88110 processors can not flush individual TLB entries, instead of
flushing the whole TLB block every time a pte is modified, store a bitmask
of pending flushes and do them at pmap_update() time. 88100 behaviour is
unchanged.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/04 12:39:41

Modified files:
	sys/arch/mvme88k/mvme88k: m197_machdep.c 

Log message:
Clean up the ipi code a bit and try to provide useful comments as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 12:50:00

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-desktop_cups_desktop 
	                    patch-test_run-stp-tests_sh 
Added files:
	print/cups/patches: patch-scheduler_ipp_c 
	                    patch-scheduler_subscriptions_c 
	                    patch-test_4_4-subscription-ops_test 

Log message:
Security fix for CVE-2008-5183.
Patch adapted from Red Hat's solution.

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/04 12:53:19

Modified files:
	www/ruby-sinatra: Makefile distinfo 
	www/ruby-sinatra/pkg: PLIST 

Log message:
Update to ruby-sinatra-0.9.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 12:58:22

Modified files:
	devel/py-gobject: Makefile distinfo 

Log message:
- update py-gobject to 2.16.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 12:59:08

Modified files:
	devel/p5-Glib2 : Makefile distinfo 

Log message:
- update p5-Glib to 1.200
- fix license marker

maintainer (msf@) timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 12:59:42

Modified files:
	x11/gnome/orca : Makefile distinfo 

Log message:
- update orca to 2.24.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:01:08

Modified files:
	x11/gnome/ghex : Makefile distinfo 
	x11/gnome/ghex/pkg: PLIST 

Log message:
- update ghex to 2.24.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:01:29

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
- update iso-codes to 3.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:03:18

Modified files:
	geo/libchamplain: Makefile.inc 
	geo/libchamplain/core: Makefile distinfo 
	geo/libchamplain/core/pkg: PLIST 
	geo/libchamplain/libchamplain-gtk: Makefile distinfo 

Log message:
- update libchamplain(-gtk) to 0.2.9
- use ${VERSION} where needed
- install some example code
- fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:07:46

ports/geo/geoclue/patches

Update of /cvs/ports/geo/geoclue/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25889/patches

Log Message:
Directory /cvs/ports/geo/geoclue/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/04 13:08:55

Modified files:
	comms/hamlib   : distinfo 
	databases/keximdb: distinfo 
	databases/p5-DBD-Chart: distinfo 
	devel/p5-Term-Encoding: distinfo 
	mail/nmh       : distinfo 
	mail/ruby-mime-types: distinfo 
	net/dss        : distinfo 
	sysutils/ruby-rails-app-installer: distinfo 
	www/p5-LWP-Authen-Wsse: distinfo 
	www/pear-HTML-Template-IT: distinfo 
	www/squidguard : distinfo 

Log message:
add missing SHA256 checksums


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:08:57

Modified files:
	www/gtkhtml3   : Makefile distinfo 

Log message:
- update gtkhtml3 to 3.24.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:09:43

Modified files:
	databases/evolution-data-server: Makefile distinfo 
	databases/evolution-data-server/patches: 
	                                         patch-calendar_libical_configure 
	                                         patch-calendar_libical_src_libical_icaltz-util_c 
	                                         patch-docs_reference_camel_Makefile_in 
	databases/evolution-data-server/pkg: PLIST 

Log message:
- update evolution-data-server to 2.24.5
- regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:10:09

Modified files:
	mail/evolution : Makefile distinfo 
	mail/evolution/patches: patch-configure 

Log message:
- update evolution to 2.24.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:10:30

Modified files:
	geo/geoclue    : Makefile 
Added files:
	geo/geoclue/patches: patch-configure 

Log message:
- fix build


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:12:40

ports/security/p5-Crypt-OpenSSL-DSA/patches

Update of /cvs/ports/security/p5-Crypt-OpenSSL-DSA/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4312/patches

Log Message:
Directory /cvs/ports/security/p5-Crypt-OpenSSL-DSA/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/04 13:17:16

Modified files:
	graphics/png   : Makefile distinfo 
	graphics/png/patches: patch-scripts_libpng_pc_in 
	                      patch-scripts_makefile_openbsd 
	graphics/png/pkg: PLIST 

Log message:
Security update to 1.2.35: Fix an uninitialized data bug; CVE-2009-0040.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:19:16

Modified files:
	security/p5-Crypt-OpenSSL-DSA: Makefile 
Added files:
	security/p5-Crypt-OpenSSL-DSA/patches: patch-DSA_xs 
	                                       patch-lib_Crypt_OpenSSL_DSA_pm 

Log message:
- add a fix for Debian #511519, missing croak().... *ribbit*


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:21:57

Modified files:
	multimedia/libquicktime: Makefile 
	multimedia/libquicktime/pkg: DESCR 
	multimedia/mjpegtools: Makefile 
	multimedia/mjpegtools/pkg: DESCR PFRAG.quicktime 
	multimedia/transcode: Makefile 

Log message:
- fix license versions
- regen DESCRs, PLISTS
- regen WANTLIBs

ok ajacoutot@ landry@ (as part of another diff)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:26:13

Log message:
    import p5-Test-File 1.25
    
    This modules provides a collection of test utilities for file
    attributes.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090403
    
    N ports/devel/p5-Test-File/distinfo
    N ports/devel/p5-Test-File/Makefile
    N ports/devel/p5-Test-File/pkg/DESCR
    N ports/devel/p5-Test-File/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:27:37

Log message:
    import p5-User 1.8
    
    This module is allows applications to retrieve per-user characteristics.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090403
    
    N ports/misc/p5-User/distinfo
    N ports/misc/p5-User/Makefile
    N ports/misc/p5-User/pkg/DESCR
    N ports/misc/p5-User/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:29:17

Modified files:
	devel          : Makefile 

Log message:
- add p5-Test-File


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:29:54

Modified files:
	misc           : Makefile 

Log message:
- add p5-User


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:30:50

Log message:
    import p5-WWW-Search 2.507
    
    The WWW::Search implements a Perl API to web-based search engines.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090403
    
    N ports/www/p5-WWW-Search/distinfo
    N ports/www/p5-WWW-Search/Makefile
    N ports/www/p5-WWW-Search/pkg/DESCR
    N ports/www/p5-WWW-Search/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/04 13:32:30

Modified files:
	etc            : master.passwd group 

Log message:
add user and group for smtpd
discussed with pyr@ and deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:33:32

Log message:
    import p5-WWW-Search-Ebay 3.008
    
    This class is a Ebay specialization of WWW::Search. It handles making
    and interpreting Ebay searches.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090403
    
    N ports/www/p5-WWW-Search-Ebay/distinfo
    N ports/www/p5-WWW-Search-Ebay/Makefile
    N ports/www/p5-WWW-Search-Ebay/pkg/DESCR
    N ports/www/p5-WWW-Search-Ebay/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:33:51

Modified files:
	www            : Makefile 

Log message:
- add p5-WWW-Search and p5-WWW-Search-Ebay


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/04 13:33:58

Modified files:
	etc/mail       : aliases 

Log message:
add _smtpd, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:34:18

Modified files:
	www            : Makefile 

Log message:
- ahum, add p5-WWW-Search-Ebay i said..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:51:23

Log message:
    import osm-gps-map 0.2
    
    Gtk+ widget that when given GPS coordinates, draws a GPS track, and
    points of interest on a moving map display.  Downloads map data from a
    number of websites, including openstreetmap.org, openaerialmap.org and
    others.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090403
    
    N ports/geo/osm-gps-map/distinfo
    N ports/geo/osm-gps-map/Makefile
    N ports/geo/osm-gps-map/pkg/DESCR
    N ports/geo/osm-gps-map/pkg/PLIST
    N ports/geo/osm-gps-map/pkg/PFRAG.shared
    N ports/geo/osm-gps-map/patches/patch-Makefile_am
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/04 13:52:09

Modified files:
	geo            : Makefile 

Log message:
- add osm-gps-map


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/04 13:59:52

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure patch-daemon_remote_c 
	                          patch-gtk_details_c 
	                          patch-gtk_tr-prefs_c 
	net/transmission/pkg: PLIST-main 

Log message:
maintenance update to 1.51


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/04 14:11:11

Modified files:
	www/trac       : Makefile 

Log message:
Add an explicit pkgspec for clearsilver-*-python. Else you end up
with the default flavor of clearsilver, which isn't enough for trac.

no objections, naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/04 15:17:05

Modified files:
	share/man/man7 : mdoc.7 mdoc.samples.7 

Log message:
adds -p1003.1-2008 to the list of standards for the St macro.

ok jmc@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/04 15:33:18

Modified files:
	driver/xf86-video-rendition: ChangeLog Makefile.am configure.ac 
	driver/xf86-video-rendition/man: rendition.man 
	driver/xf86-video-rendition/src: rendition.h 

Log message:
xf86-video-rendition 4.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/04 15:34:51

Modified files:
	driver/xf86-video-rendition: Makefile.in aclocal.m4 configure 
	driver/xf86-video-rendition/man: Makefile.in 
	driver/xf86-video-rendition/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/04 15:45:04

Modified files:
	driver/xf86-video-s3virge: configure.ac 
	driver/xf86-video-s3virge/src: s3v_driver.c 

Log message:
xf86-video-s3virge 1.10.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/04 15:46:35

Modified files:
	driver/xf86-video-s3virge: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/04 15:59:28

Modified files:
	usr.sbin/ripd  : parse.y 

Log message:
typo;
unknon -> unknown


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2009/03/04 17:53:30

Modified files:
	papers         : index.html 
Added files:
	papers         : pfsync_v5.pdf 

Log message:
add the paper i wrote for my degree on the changes made to pfsync v5 to
support active-active firewall configs.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/04 18:21:12

Modified files:
	faq            : faq14.html 

Log message:
rework 14.4 into "How is swap handled?", discuss swap in general, swapping
to partitions, and remove the swapping to a vnode device section (ick,
custom kernels).  Bump copyright date.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/04 18:30:50

Modified files:
	faq            : index.html 

Log message:
14.4 -> How is swap handled.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/04 18:33:40

Modified files:
	.              : events.html 

Log message:
list the openbsd speakers at asiabsd


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2009/03/04 20:09:37

Modified files:
	sys/net        : pf.c pf_lb.c 

Log message:
Stricter state checking for ICMP and ICMPv6 packets: include the ICMP type
in one port of the state key, using the type to determine which side should
be the id, and which should be the type. Also:
- Handle ICMP6 messages which are typically sent to multicast addresses but
recieve unicast replies, by doing fallthrough lookups against the correct
multicast address.
- Clear up some mistaken assumptions in the PF code:
- Not all ICMP packets have an icmp_id, so simulate one based on other
data if we can, otherwise set it to 0.
- Don't modify the icmp id field in NAT unless it's echo
- Use the full range of possible id's when NATing icmp6 echoy

ok henning marco
testing matthieu todd


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/04 21:48:11

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
New ACPI fieldio routines
Fix for PR6017, tested extensively on @tech
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/04 21:59:58

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Rip out old fieldio code (no longer used)
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/03/04 22:38:17

Modified files:
	www/opera      : Makefile distinfo 

Log message:
update to opera 9.64
switch to gcc295 version, which seems more stable for some users


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/04 23:23:05

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-config_h_in patch-configure_ac 
	                    patch-finch_libgnt_Makefile_in 
	                    patch-finch_plugins_Makefile_in 
	                    patch-libpurple_plugins_ssl_Makefile_in 
	                    patch-libpurple_protocols_gg_Makefile_in 
	                    patch-libpurple_protocols_oscar_Makefile_in 
	                    patch-libpurple_protocols_silc_silc_c 
	                    patch-pidgin_gtkdialogs_c 
	net/pidgin/pkg : PLIST 

Log message:
update to 2.5.5

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2009/03/04 23:39:29

Modified files:
	papers         : index.html 

Log message:
Benoit Lecocq noticed i cant speel.


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/03/05 00:18:19

Modified files:
	usr.bin/ssh    : auth2-jpake.c jpake.c jpake.h monitor_wrap.c 
	                 monitor_wrap.h schnorr.c sshconnect2.c 
Added files:
	usr.bin/ssh    : schnorr.h 

Log message:
refactor the (disabled) Schnorr proof code to make it a little more
generally useful


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/05 00:40:13

Modified files:
	etc            : ftpusers 

Log message:
add _smtpd to ftpusers


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:41:51

Modified files:
	devel/flatzebra: Makefile distinfo 
	devel/flatzebra/patches: patch-Makefile_in 

Log message:
- update to flatzebra 0.1.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:42:53

Modified files:
	games/batrachians: Makefile distinfo 
	games/batrachians/patches: patch-src_Makefile_in 

Log message:
- batrachians-0.1.2 (following flatzebra update)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:45:33

Modified files:
	x11/gnustep/back: Makefile 
	x11/gnustep/back/pkg: MESSAGE 

Log message:
- fix MESSAGE
- remove an XXX


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:47:19

Modified files:
	x11/gnustep/gui: Makefile 
	x11/gnustep/gui/pkg: PLIST 

Log message:
- follow gnustep-back versioning otherwise backends cannot be found
automatically


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:49:45

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 

Log message:
- disable goom plugin for now as it makes gstreamer based apps crash; I
will look into it

jasper@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:50:52

Modified files:
	x11/gnome/scan : Makefile distinfo 
Removed files:
	x11/gnome/scan/patches: patch-lib_gnome-scan-processor-common_c 

Log message:
- minor update to gnome-scan 0.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:52:51

Modified files:
	graphics/gthumb: Makefile distinfo 
	graphics/gthumb/patches: patch-libgthumb_Makefile_in 
	graphics/gthumb/pkg: PLIST 

Log message:
- minor update to gthumb 2.10.11

maintainer ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:54:13

Modified files:
	graphics/sane-backends: Makefile 
	graphics/sane-backends/pkg: MESSAGE 

Log message:
- tweak MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:55:48

Modified files:
	textproc/libxml++: Makefile distinfo 
	textproc/libxml++/pkg: PLIST 

Log message:
- bugfix update to libxml++-2.24.3

looks ok to maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 00:57:03

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/patches: patch-classes_adodb_adodb_inc_php 
	www/timetrex/pkg: PLIST 

Log message:
- bugfix update to timetrex-2.2.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:01:26

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: patch-doc_manual_xml 
	                            patch-php-ext_Makefile_in 
	                            patch-provider_libserver_ZarafaCmd_cpp 

Log message:
- bugfix update to zarafa-6.20.2
- don't hardcode /var/www, use PREFIX-php
- add missing build_depends on net/curl (spotted by form@, thanks!)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:03:34

Modified files:
	mail/zarafa/webaccess: Makefile distinfo 
	mail/zarafa/webaccess/pkg: PLIST 

Log message:
- update to zarafa-webaccess-6.20.2
- @sample the login.jpg file so that it can be modified for theming
purpose
- don't bother checksuming debut.txt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:06:28

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/gkrellm/patches: patch-src_sysdeps_openbsd_c 

Log message:
- fix a memory leak
from Josh Elsasser <josh at elsasser dot org>


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:08:02

Modified files:
	x11/icewm      : Makefile 

Log message:
- workaround a rendering issue on big-endian archs by disabling
gradients

rendering bug reported by Markus Lude <markus.lude at gmx dot de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:09:40

Modified files:
	graphics/tesseract: Makefile 
	graphics/tesseract/patches: patch-dict_dawg_cpp 
Added files:
	graphics/tesseract/patches: patch-ccmain_pgedit_cpp 
	                            patch-dict_reduce_cpp 
	                            patch-image_imgs_cpp 

Log message:
- prevent several crashes
patches from http://www.win.tue.nl/~aeb/linux/ocr/tesseract.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:11:56

Modified files:
	audio/libcanberra: Makefile distinfo 
	audio/libcanberra/files: sndio.c 
	audio/libcanberra/patches: patch-Makefile_am patch-configure_ac 
	audio/libcanberra/pkg: PFRAG.shared PLIST 
Added files:
	audio/libcanberra/patches: patch-gtkdoc_gtk-doc_make 
Removed files:
	audio/libcanberra/patches: patch-gtk-doc_make 

Log message:
- update to libcanberra-0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:14:58

Log message:
    Import nautilus-sendto-1.0.1
    
    The Nautilus "sendto" plugin provides the Nautilus file manager with a
    context menu component for quickly sending files through external
    applications.
    Supported so far (if installed) are Evolution, Sylpheed, Thunderbird and
    Gajim.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090305
    
    N ports/x11/gnome/nautilus-sendto/distinfo
    N ports/x11/gnome/nautilus-sendto/Makefile
    N ports/x11/gnome/nautilus-sendto/pkg/PLIST-pidgin
    N ports/x11/gnome/nautilus-sendto/pkg/DESCR-main
    N ports/x11/gnome/nautilus-sendto/pkg/PLIST-main
    N ports/x11/gnome/nautilus-sendto/pkg/DESCR-pidgin
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:15:47

Modified files:
	x11/gnome      : Makefile 

Log message:
+nautilus-sendto


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 01:27:03

Modified files:
	share/man/man8 : afterboot.8 

Log message:
Besides su(1) and passwd(1), also advise specifying the full path to
sudo(8).

"it makes sense" jmc@, ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/05 03:34:25

Modified files:
	x11/isomaster  : Makefile distinfo 
	x11/isomaster/pkg: PLIST 

Log message:
Update to 1.3.5 version.
Ok mbalmer@, ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/05 03:37:22

Modified files:
	graphics/gimp/stable: Makefile distinfo 

Log message:
Update to 2.6.5.
Ok mbalmer@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/05 03:43:00

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm 

Log message:
more stuff to check digests during extraction, if wanted.
Fix read/write of digitalsignature stuff.
don't integrate manual-installs, since it's highly variable.
create correct category for digitalsignature, so it gets written out.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/05 03:44:59

Modified files:
	usr.sbin/pkg_add/OpenBSD: Add.pm Replace.pm 

Log message:
call may_check_digest after extraction


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/03/05 04:30:50

Modified files:
	usr.bin/ssh    : uuencode.c 

Log message:
document what these functions do so I don't ever have to recuse into
b64_pton/ntop to remember their return values


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 05:03:58

Modified files:
	multimedia/mkvtoolnix: Makefile distinfo 
	multimedia/mkvtoolnix/patches: patch-configure 
	                               patch-src_common_dts_common_cpp 

Log message:
- update mkvtoolnix to version 2.5.2

from Benoit Lecocq (maintainer), thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/05 05:06:45

Modified files:
	faq            : faq14.html 

Log message:
improper closing </h3>.  From (matt dot jibson at gmail dit com), thanks!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 05:45:30

Modified files:
	lib/libXScrnSaver: Makefile.bsd-wrapper 

Log message:
- add a link from Xss.3 to XScreenSaver.3 as it is referenced in
other man pages

ok matthieu@ (during lock), "put it in" oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/05 06:40:11

Modified files:
	usr.sbin/ypbind: ypbind.8 

Log message:
DOMAINNNAME -> DOMAINNAME;


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/05 08:13:30

Modified files:
	share/man/man7 : Makefile 
	bin/csh        : csh.1 
	bin/ksh        : ksh.1 sh.1 
	lib/libc/gen   : glob.3 fnmatch.3 
Added files:
	share/man/man7 : glob.7 

Log message:
Add glob(7) and refer to it.  OK jmc@ sobrado@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/05 08:49:47

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
- update piwik to 0.2.32


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/05 09:12:27

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
Security update to 1.6.15; fixes CVE-2009-0040.
From: maintainer Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/05 10:17:28

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : MESSAGE 

Log message:
- tweak rc.local bits in MESSAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/03/05 11:04:28

Modified files:
	multimedia/hdhomerun: Makefile distinfo 
	multimedia/hdhomerun/pkg: PLIST 

Log message:
- update to 20090215
- add firmware for tech atsc model


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/05 11:18:57

ports/net/unworkable/patches

Update of /cvs/ports/net/unworkable/patches
In directory cvs.openbsd.org:/tmp/cvs-serv3558/patches

Log Message:
Directory /cvs/ports/net/unworkable/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/05 11:20:16

Added files:
	net/unworkable/patches: patch-BSDmakefile 

Log message:
fix link order for static linking; ok niallo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 11:26:07

Modified files:
	devel/geany    : Makefile distinfo 
	devel/geany/patches: patch-doc_Makefile_in 
	devel/geany/pkg: PFRAG.shared PLIST 
Removed files:
	devel/geany/patches: patch-scintilla_Makefile_in 

Log message:
Update to geany 0.16, from Jonathan Armani, who also takes MAINTAINERship, thanks!
Agreed by & diff looks ok to previous MAINTAINER.


CVSROOT:	/cvs
Module name:	ports
Changes by:	millert@cvs.openbsd.org	2009/03/05 12:26:45

Modified files:
	textproc/p5-ack: Makefile distinfo 
	textproc/p5-ack/pkg: PLIST 

Log message:
Update ack to 1.88; ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:30:55

Log message:
    Import gtksourceviewmm, the C++ wrapper for gtksourceview.
    Needed by a work-in-progress port of nemiver..
    looks good to ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090305
    
    N ports/x11/gtksourceviewmm/Makefile
    N ports/x11/gtksourceviewmm/distinfo
    N ports/x11/gtksourceviewmm/pkg/PLIST
    N ports/x11/gtksourceviewmm/pkg/PFRAG.shared
    N ports/x11/gtksourceviewmm/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:31:33

Modified files:
	x11            : Makefile 

Log message:
+gtksourceviewmm


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:37:14

Modified files:
	x11/icon-naming-utils: Makefile distinfo 

Log message:
Update to icon-naming-utils 0.8.90.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:39:00

Modified files:
	x11/tango-icon-theme: Makefile distinfo 
	x11/tango-icon-theme/pkg: PLIST 

Log message:
Update to tango-icon-theme 0.8.90.
While here, install a copy of preferences-desktop-keyboard-shortcuts as
preferences-desktop-keyboard, to make it more fd.o icon-spec compliant.
This makes xfce4-settings-manager happier..
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:41:14

Modified files:
	x11/gnome/icon-theme: Makefile 
	x11/gnome/icon-theme/pkg: PLIST 

Log message:
Update PLIST after icon-naming-utils update & bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/05 12:41:32

Modified files:
	gnu/usr.bin/binutils/bfd: elf.c 
	gnu/usr.bin/binutils/gdb: amd64obsd-tdep.c ppcobsd-tdep.c 
	gnu/usr.bin/binutils/include/elf: common.h 

Log message:
Teach bfd and gdb about the upcoming ELF core dumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:43:37

Modified files:
	x11/gnome/themes-extras: Makefile 
	x11/gnome/themes-extras/pkg: PLIST 

Log message:
Update PLIST after icon-naming-utils update & bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/05 12:47:05

Modified files:
	sys/net        : if_ethersubr.c 

Log message:
Fix a panic in ether_output() when attempting to send multicast traffic on
MPLS enabled kernels.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/05 12:51:12

Modified files:
	x11/gnome/themes: Makefile 
	x11/gnome/themes/pkg: PLIST 

Log message:
Update PLIST after icon-naming-utils update & bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/05 12:52:24

Modified files:
	sys/arch/sparc/sparc: process_machdep.c 
	sys/arch/sparc64/sparc64: process_machdep.c 
	sys/compat/aout: compat_aout.c 
	sys/compat/bsdos: bsdos_exec.c 
	sys/compat/freebsd: freebsd_exec.c 
	sys/compat/hpux/hppa: hpux_exec.c 
	sys/compat/hpux/m68k: hpux_exec.c 
	sys/compat/ibcs2: ibcs2_exec.c 
	sys/compat/linux: linux_exec.c 
	sys/compat/osf1: osf1_exec.c 
	sys/compat/sunos: sunos_exec.c 
	sys/compat/svr4: svr4_exec.c 
	sys/compat/ultrix: ultrix_misc.c 
	sys/kern       : exec_elf.c init_main.c kern_sig.c 
	sys/sys        : core.h exec_elf.h proc.h 
	sys/uvm        : uvm_extern.h uvm_unix.c 

Log message:
Make ELF platforms generate ELF core dumps.  Somewhat based on code from
NetBSD.

ok kurt@, drahn@, miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/05 13:25:32

Modified files:
	devel/avrdude  : Makefile distinfo 
	devel/avrdude/pkg: DESCR PLIST 
Removed files:
	devel/avrdude/patches: patch-stk500_c patch-stk500v2_c 

Log message:
Update to avrdude 5.6. Introduces support for AT90USB devices, and creates
a proper "arduino" bootloader type, rather than getting by with "avrisp".


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/05 13:53:13

Modified files:
	usr.bin/chpass : chpass.h edit.c field.c util.c 

Log message:
Call endusershell() at the end of ok_shell(), making a copy of the
(possibly) expanded shell as needed.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/05 14:16:40

Modified files:
	sys/dev/ic     : aacreg.h 

Log message:
Bump bus space size limit to fit all possible registers of the roket
chipset.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/05 14:19:04

Modified files:
	sys/dev/pci    : aac_pci.c 
	share/man/man4 : aac.4 

Log message:
Add support for IBM ServeRAID-8k. Thanks to Sergey Prysiazhnyi
<apelsin@atmnis.com> for patiently testing my numerous diffs.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 14:31:30

Modified files:
	.              : 45.html index.html items.html orders.html 
	                 tshirts.html 
Added files:
	images         : Puffytron.jpg cd45-s.gif openbsd45_cover.gif 
	                 poster21-s.gif poster21.jpg tshirt-31-s.gif 
	                 tshirt-31.jpg 

Log message:
activate 4.5 pre-orders


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 14:33:33

Modified files:
	.              : 45.html 

Log message:
unconfuse


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/05 14:49:08

Modified files:
	share/man/man7 : intro.7 

Log message:
+glob.7


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/05 14:55:15

Modified files:
	sys/arch/mvme88k/dev: mainbus.c 
	sys/arch/mvme88k/mvme88k: autoconf.c machdep.c 

Log message:
Change SMP secondary processor startup to have them ``hatch'' earlier,
so that they can invoke sched_init_cpu() before the scheduler starts,
which allows the horrible kluge in cpu_configure() to die.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 15:51:32

Modified files:
	sys/dev/pci/drm: radeon_cp.c radeon_drv.h radeon_irq.c 
	                 radeon_state.c 

Log message:
Remove the stats_boxes counters and associated code from radeondrm.

They're really not all that useful.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 15:57:19

Modified files:
	sys/dev/pci/drm: radeon_cp.c radeon_drv.c radeon_drv.h 
	                 radeon_state.c 

Log message:
Kill a bunch of (long long long) dead ioctls.

Shaves some bytes.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 16:00:47

Modified files:
	sys/dev/pci/drm: radeon_cp.c radeon_drv.h radeon_irq.c 
	                 radeon_state.c 

Log message:
Do a similar thing to inteldrm re removing the old vblank crtc
inferfaces.  Shrinks the code.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 16:02:31

Modified files:
	sys/dev/pci/drm: radeon_state.c 

Log message:
Additional paranoia for the indirect buffer checking.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 16:08:23

Modified files:
	sys/dev/pci/drm: r300_cmdbuf.c radeon_cp.c radeon_drv.c 
	                 radeon_drv.h radeon_irq.c radeon_state.c 

Log message:
De-macro the ring manipulation macros in favour of functions. Saves a
large pile of space.

Tested by several, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/05 16:13:19

Modified files:
	sys/dev/pci/drm: i915_dma.c i915_drv.c i915_drv.h i915_irq.c 

Log message:
Demacro the inteldrm ring macros too, making them use bus_space_write
instead of assuming BUS_SPACE_LINEAR + bus_space_vaddr  while i'm at
it.

Cleans things up nicely, and shaves a little bit of space, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/05 16:14:07

Modified files:
	devel/subversion: Makefile distinfo 

Log message:
Update to 1.5.6.
ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/05 16:16:14

Modified files:
	devel/subversion: Makefile 

Log message:
Woops, forgot to reset patch level for ruby subpackage during update to 1.5.6.


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/05 16:19:21

Modified files:
	.              : 45.html 

Log message:
mention new resolv.conf(5) and malloc(3) protections


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/05 16:42:21

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
security update to mozilla-firefox-3.0.7.  MFSA 2009-11, MFSA
2009-10, MFSA 2009-09, MFSA 2009-08, MFSA 2009-07.
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.7
includes security update to the png library
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/05 16:42:49

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
update to firefox-i18n-3.0.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/05 16:44:38

Modified files:
	lang/clisp     : Makefile 
	lang/clisp/pkg : PLIST 

Log message:
make it build on amd64.  ok naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 17:20:05

Modified files:
	.              : orders.html 

Log message:
zap some guys old ones


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/05 18:28:44

Modified files:
	sys/dev/ic     : mpi.c 

Log message:
Bring NO_CCB to mpi.

ok marco@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/05 20:00:20

Modified files:
	faq            : faq4.html 

Log message:
bring some stuff up-to-date.  Unlikely that users will be making
floppies on MSDOS machines anymore, so just demonstrate NTRW.EXE (which
isn't on the CDs...and none of us noticed!).  Show "probe-ide" for newer
(and sometimes confusing *cough*Blade100*cough*) Sun systems, reference
redone swap article, and a few other wording cleanups.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/03/05 21:48:20

Modified files:
	.              : orders.html 

Log message:
Fix up the two Australian resellers.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 21:53:25

Modified files:
	.              : orders.html 

Log message:
align


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 21:55:32

Modified files:
	.              : orders.html 

Log message:
align


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 21:58:02

Modified files:
	.              : 45.html 

Log message:
it would be nice if people started fleshing this out...


CVSROOT:	/cvs
Module name:	www
Changes by:	form@cvs.openbsd.org	2009/03/05 23:19:09

Modified files:
	.              : 45.html 

Log message:
o The it(4) driver now supports IT8720F chips.
o The it(4) driver now supports FAN4 and FAN5 sensors for
IT8716F/IT8718F/IT8720F/IT8726F chips.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/05 23:30:14

Modified files:
	.              : items.html 

Log message:
a version


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/03/06 00:12:15

Modified files:
	.              : orders.html 

Log message:
New USA phone number for Computer Shop.  Fix exchange rate to US$


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/06 00:28:10

Modified files:
	sys/dev/ic     : aac_tables.h aacreg.h 

Log message:
Add a few more cpu types from freebsd driver found on serveraid-8k board.
Tested by apelsin.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/03/06 00:55:59

Modified files:
	.              : orders.html 

Log message:
Kill extra close tag wedge symbol


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/06 01:04:31

Modified files:
	share/man/man4 : aac.4 
	sys/dev/pci    : aac_pci.c 

Log message:
Bring a few more PCI IDs from freebsd to match IBM ServeRAID 8i and 8s.
Not tested but should work.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/03/06 01:06:04

Modified files:
	.              : orders.html 

Log message:
Fix iPhone number


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/03/06 01:09:48

Modified files:
	.              : 45.html 

Log message:
em(4) additional devices, SDHC in sdmmc(4), age(4) and ale(4) added,
ACPI improvements, umsm(4) additional devices.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2009/03/06 01:10:16

Modified files:
	.              : i386.html 

Log message:
Sync aac(4) section with man page.


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2009/03/06 01:29:18

Modified files:
	.              : 45.html 

Log message:
Tho ips(4) was here from 4.1 it didn't work and wasn't listed on release
notes untill now.


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2009/03/06 01:30:58

Modified files:
	.              : 45.html 

Log message:
apropos -S and -s added;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 01:54:22

Modified files:
	graphics/xzgv  : Makefile distinfo 
	graphics/xzgv/patches: patch-Makefile patch-config_mk 
	                       patch-doc_Makefile patch-doc_xzgv_1 
	                       patch-doc_xzgv_texi patch-src_Makefile 
	graphics/xzgv/pkg: PLIST 
Removed files:
	graphics/xzgv/patches: patch-src_backend_c patch-src_copymove_c 
	                       patch-src_filedetails_c patch-src_help_c 
	                       patch-src_install-info_c 
	                       patch-src_logoconv_c patch-src_main_c 
	                       patch-src_rcfile_c patch-src_rename_c 
	                       patch-src_resizepic_c 
	                       patch-src_updatetn_c 

Log message:
- update xzgv to 0.9
* this makes this port switch to gtk+2, and get ride of ancient gtk+1
- update ${HOMEPAGE} and ${MASTER_SITES}

from Julian Leyh (MAINTAINER), thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/06 02:18:31

Modified files:
	www/php5       : Makefile.inc distinfo 
	www/php5/core  : Makefile 
	www/php5/core/pkg: PLIST-main 
Removed files:
	www/php5/core/patches: patch-ext_date_lib_parse_date_c 
	                       patch-ext_date_lib_parse_date_re 
	                       patch-ext_date_lib_timelib_h 
	                       patch-ext_date_php_date_c 

Log message:



CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 02:19:14

Modified files:
	net/ejabberd   : Makefile 
	net/ejabberd/patches: patch-src_ejabberd_cfg_example 
Added files:
	net/ejabberd/patches: patch-src_tls_tls_drv_c 

Log message:
- make ejabberd talk ok with gtalk/openfire servers

from Wiktor Izdebski (MAINTAINER)


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/03/06 02:31:25

Modified files:
	.              : 45.html 

Log message:
Add some more new drivers and s/ethernet/Ethernet/


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 02:52:17

Modified files:
	devel/ORBit2   : Makefile distinfo 
	devel/ORBit2/patches: patch-configure_in 

Log message:
- bugfix update of ORBit2 to 2.14.17


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/03/06 02:54:23

Modified files:
	.              : 45.html 

Log message:
Mention some driver enhancements, still a lot of things for people
to add, in particular to do with audio and sparc64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	form@cvs.openbsd.org	2009/03/06 03:33:23

Modified files:
	emulators/simh : Makefile distinfo 
	emulators/simh/patches: patch-VAX_vax780_sbi_c 
	                        patch-VAX_vax_sysdev_c patch-scp_c 
	emulators/simh/pkg: PLIST 

Log message:
update to 3.8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 03:42:49

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PFRAG.shared PLIST 

Log message:
- install "all" plugins (complete stable plugins bundle)

ok jasper@ on a previous diff


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 03:44:02

Modified files:
	mail/evolution : Makefile 

Log message:
- forgot to ahem... bump!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 03:59:11

Modified files:
	x11/gnome/libbonobo: Makefile distinfo 

Log message:
- update to libbonobo-2.24.1
few cleanups and portability fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 04:05:26

Modified files:
	x11/gnome/libgnomeprint: Makefile distinfo 
	x11/gnome/libgnomeprint/patches: patch-configure 
	x11/gnome/libgnomeprint/pkg: PLIST 

Log message:
- update to libgnomeprint-2.18.6
warning fixes and translations updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 04:11:38

Modified files:
	x11/gnome/libgnomeprintui: Makefile distinfo 
	x11/gnome/libgnomeprintui/pkg: PLIST 

Log message:
- minor update to libgnomeprintui-2.18.4


CVSROOT:	/cvs
Module name:	www
Changes by:	grange@cvs.openbsd.org	2009/03/06 04:34:00

Modified files:
	.              : 45.html 

Log message:
owtemp(4) now supports a few more sensors.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/03/06 05:26:33

Modified files:
	mail/dkim-milter: Makefile distinfo 
	mail/dkim-milter/pkg: PLIST 

Log message:
upgrade to DKIM Milter v2.8.2
also add missing manpage


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/06 05:28:37

Modified files:
	bin/csh        : csh.1 
	bin/ksh        : sh.1 ksh.1 

Log message:
after some discussion with millert, pull in the character class info
from glob(7) to the shell pages - they have their own glob stuff,
and pointing to glob(7) is just not helpful.

ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 06:53:19

Modified files:
	x11/gnome/libgnomeui: Makefile distinfo 
	x11/gnome/libgnomeui/pkg: PLIST 

Log message:
- update to libgnomeui 2.24.1
fix some leaks and update translations


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/06 07:16:08

Modified files:
	x11/gnome/libbonoboui: Makefile distinfo 

Log message:
- update to libbonoboui-2.24.1
remove some deprecations and update translations


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/06 08:04:12

Modified files:
	net/curl       : Makefile distinfo 

Log message:
Security update to 7.19.4.
Rogue servers could trick curl into accessing local files; CVE-2009-0037.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/06 08:08:53

Modified files:
	graphics/pngmeta/files: Makefile 

Log message:
fix library order so static linking will succeed


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/06 08:49:34

Modified files:
	education/gtypist: Makefile distinfo 
	education/gtypist/patches: patch-configure 

Log message:
update to 2.8.3: really fix a bug regarding rounding of error rates


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/06 09:55:27

Log message:
    Import adsuck 1.0
    
    adsuck is a dns relay that returns NXdomain for hosts that match names in a
    blacklist for quick and non browser plugin based ad blocking.
    .. from the keyboard of Marco Peereboom
    
    Status:
    
    Vendor Tag:	todd
    Release Tags:	todd_20090306
    
    N ports/net/adsuck/distinfo
    N ports/net/adsuck/Makefile
    N ports/net/adsuck/files/dhclient-script.diff
    N ports/net/adsuck/files/README.dhclient
    N ports/net/adsuck/pkg/PLIST
    N ports/net/adsuck/pkg/DESCR
    N ports/net/adsuck/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/06 10:02:15

Modified files:
	telephony/spandsp: Makefile distinfo 
	telephony/spandsp/pkg: PLIST 

Log message:
update to 0.0.6pre4, from Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/06 10:07:09

Modified files:
	net            : Makefile 

Log message:
+adsuck


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/06 10:13:02

Modified files:
	net/adsuck     : Makefile distinfo 

Log message:
crank to 1.1, jmc was fast!


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2009/03/06 10:34:46

Modified files:
	.              : 45.html 

Log message:
mention azalia mixer improvements, new 20/24-bit encodings,
aucat server mode features, and aucat deviceless mode


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2009/03/06 10:39:57

Modified files:
	.              : 45.html 

Log message:
fix typo in aucat item


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2009/03/06 11:19:14

Modified files:
	.              : 45.html 

Log message:
add few more "Improved hardware support" items


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/06 11:35:02

Modified files:
	sys/net80211   : ieee80211_input.c ieee80211_output.c 

Log message:
Fix setting of the Short Slot Time subfield of the Capability Information
field in (Re)Association Requests.
This fixes association with APs refusing non-short-slot-time capable STAs.
This should also prevent the AP we're associating with to disable the use
of short slot time in the BSS as we join.
Fix debug message in recv_assoc_resp() while I'm here (s/reason/status/).
Scary.

Thanks to Adam Emanuel for spotting this.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/06 11:39:13

Modified files:
	usr.sbin/dvmrpd: dvmrpd.h group.c igmp.h interface.c rde.c rde.h 
	                 rde_mfc.c rde_srt.c 

Log message:
Make RDE aware of multicast group members per interface. This is needed to
make unicast routing decisions.

ok claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2009/03/06 11:39:35

Modified files:
	.              : 45.html 

Log message:
mention that iwn(4) now supports Intel WiFi Link 5100/5300 devices.


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2009/03/06 11:50:02

Modified files:
	.              : 45.html 

Log message:
ifconfig(8) "chan"


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 13:04:56

Modified files:
	multimedia/libdv: Makefile 
	multimedia/libdv/patches: patch-configure 
	                          patch-encodedv_Makefile_in 
	                          patch-libdv_dv_c 
	multimedia/libdv/pkg: PLIST 
Removed files:
	multimedia/libdv/patches: patch-playdv_Makefile_in 
	                          patch-playdv_oss_c 
	                          patch-playdv_playdv_c 

Log message:
- drop dependency on gtk+1, nobody objected about playdv

ok ajacoutot@ landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/06 13:22:39

Modified files:
	infrastructure/db: user.list 

Log message:
_adsuck user


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/06 13:42:59

Modified files:
	audio/libgpod  : Makefile distinfo 
	audio/libgpod/pkg: PLIST 
Removed files:
	audio/libgpod/patches: patch-src_db-parse-context_c 
	                       patch-src_itdb_itunesdb_c 
	                       patch-tests_Makefile_in 

Log message:
yearly update to libgpod


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/06 13:44:24

Modified files:
	audio/gtkpod   : Makefile distinfo 
	audio/gtkpod/patches: patch-src_file_convert_c 
	                      patch-src_file_export_c 
	                      patch-src_file_itunesdb_c patch-src_info_c 
	                      patch-src_mp4file_h 
	audio/gtkpod/pkg: PLIST 

Log message:
update to gtkpod. now support fun things like lyrics and video thumbnails


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 14:10:30

Modified files:
	x11/gtk+extra  : Makefile distinfo 
	x11/gtk+extra/pkg: PFRAG.shared PLIST 
Removed files:
	x11/gtk+extra/patches: patch-gtkextra_Makefile_in 

Log message:
- update gtk+extra to 2.1.1 (switches from gtk+1 to gtk+2)
- remove ckuethe@ as maintainer, chris agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 14:19:50

Modified files:
	audio/streamripper: Makefile 

Log message:
- this picks up faad if installed, so add it to LIB_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 14:24:52

Modified files:
	audio/aumix    : Makefile 
	audio/bmp      : Makefile 
	audio/fluidsynth: Makefile 
	audio/gimmix   : Makefile 
	audio/gnomad2  : Makefile 
	audio/gqmpeg   : Makefile 
	audio/ksmp3play: Makefile 
	audio/libmikmod: Makefile 
	audio/mp3info  : Makefile 
	audio/shell-fm : Makefile 
	audio/sonata   : Makefile 
	audio/soundtracker: Makefile 
	audio/tagtool  : Makefile 
	audio/tempest  : Makefile 
	audio/xhippo   : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 15:09:49

Modified files:
	astro/celestia : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 15:20:49

Modified files:
	cad/gerbv      : Makefile 
	cad/pcb        : Makefile 
	cad/xnecview   : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/06 15:29:32

Modified files:
	comms/gmfsk    : Makefile 
	comms/gpsk31   : Makefile 
	comms/jpilot-syncmal: Makefile 
	comms/xdx      : Makefile 
	comms/xlog     : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/03/06 16:13:40

Modified files:
	lib/csu/common_elf: os-note-elf.h 

Log message:
Work-around a gcc3 -g bug causing debug ld.so to crash.
okay kettenis@ drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2009/03/06 16:19:38

Modified files:
	infrastructure/plist: amd64 i386 powerpc sparc64 

Log message:
4.5


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/06 16:29:06

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
fix a bug in the generation of plain maps which would cause the value not
to be correctly inserted into the map.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/06 16:32:34

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
make_plain() deals with a c-string, val->size should contain the nul-byte
or we will truncate the last character of every value we store in a map.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/06 16:38:18

Modified files:
	usr.sbin/smtpd : map.c 

Log message:
introduce map_dblookup() which allows us to query db maps for plain entries
and catch (and warn) about invalid map types.


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/03/06 16:38:55

Modified files:
	.              : 45.html 

Log message:
More sparc64 hardware support and a few other random bits.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/06 16:45:00

Modified files:
	usr.sbin/smtpd : smtpd.h 

Log message:
missing prototype


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/03/06 16:50:36

Modified files:
	.              : 45.html 

Log message:
Mention remaining hardware drivers that are new in 4.5 according to the man
pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/06 16:57:44

Modified files:
	net/adsuck     : Makefile distinfo 
	net/adsuck/files: README.dhclient 
	net/adsuck/pkg : MESSAGE 

Log message:
o bump to 1.2
o move instructions around a bit, 'better' beck@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/06 16:59:49

Modified files:
	.              : 45.html 

Log message:
some numbers


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/06 17:33:13

Modified files:
	usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c 

Log message:
Add lsa_find_tree() to allow searching for LSAs in a specific LSA tree.
We had code marked XXX searching an LSA tree manually using RB_FIND(),
switch it over to lsa_find_tree().
Make lsa_find() use the new function, too, to avoid code duplication.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2009/03/06 18:15:41

Modified files:
	sys/net        : pf.c 

Log message:
Make sure pd2 has a pointer to the icmp header in the payload; fixes
panic seen with some some icmp types in icmp error message payloads.

Reported by david@ and insan.praja@gmail.com


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/06 19:12:00

Modified files:
	sbin/disklabel : editor.c 

Log message:
"Numer of " -> "Number of ". Typo from r1.1.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/06 19:19:57

Modified files:
	.              : donations.html 

Log message:
partially balance


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/06 22:51:42

Modified files:
	share/man/man4 : aac.4 pci.4 

Log message:
aac now supports SAS controllers, mention this in Nd.
from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/07 00:04:38

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Misc cleanups, remove dead code
Normalized api for conversion/concatenation
ok marco@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:11:44

Modified files:
	driver/xf86-video-sisusb: configure.ac 
	driver/xf86-video-sisusb/man: sisusb.man 
	driver/xf86-video-sisusb/src: sisusb.h sisusb_accel.c 
	                              sisusb_accel.h sisusb_cursor.c 
	                              sisusb_cursor.h sisusb_dac.c 
	                              sisusb_dac.h sisusb_driver.c 
	                              sisusb_driver.h sisusb_init.c 
	                              sisusb_init.h sisusb_opt.c 
	                              sisusb_osdef.h sisusb_regs.h 
	                              sisusb_setup.c sisusb_shadow.c 
	                              sisusb_struct.h sisusb_types.h 
	                              sisusb_utility.c sisusb_vga.c 
	                              sisusb_video.c sisusb_video.h 
	                              sisusb_videostr.h 
Added files:
	driver/xf86-video-sisusb: README 

Log message:
Update to xf86-video-sisusb 0.9.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:15:49

Modified files:
	driver/xf86-video-sunleo: configure.ac 
	driver/xf86-video-sunleo/man: sunleo.man 
	driver/xf86-video-sunleo/src: leo.h leo_accel.c leo_checks.c 
	                              leo_driver.c leo_frect.c 
	                              leo_frectsp.c leo_fspans.c 
	                              leo_fspanssp.c leo_glyph.c 
	                              leo_regs.h 

Log message:
update to xf86-video-sunleo 1.2.0


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/07 03:17:10

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Mobility Radeon HD 3400 from Eric JACQUOT and some
additional entries from submitted dmesgs.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/07 03:18:45

Modified files:
	sys/dev/pci    : pcidevs_data.h pcidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:20:03

Modified files:
	driver/xf86-video-tdfx: configure.ac 
	driver/xf86-video-tdfx/src: tdfx_driver.c tdfx_priv.c 

Log message:
update to xf86-video-tdfx 1.4.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:20:39

Modified files:
	driver/xf86-video-tdfx: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:23:23

Modified files:
	driver/xf86-video-tga: configure.ac 
	driver/xf86-video-tga/src: Makefile.am tga.h tga_driver.c 
	                           tga_line.c 
Added files:
	driver/xf86-video-tga/src: tga_pcirename.h 

Log message:
Update to xf86-video-tga 1.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:27:10

Modified files:
	driver/xf86-video-trident: configure.ac 
	driver/xf86-video-trident/src: Makefile.am trident.h 
	                               trident_dac.c trident_driver.c 
	                               tridenthelper.c tvga_dac.c 

Log message:
update to xf86-video-trident 1.3.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:28:33

Modified files:
	driver/xf86-video-trident: aclocal.m4 config.h.in configure 
	driver/xf86-video-trident/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:32:17

Modified files:
	driver/xf86-video-tseng: configure.ac 
	driver/xf86-video-tseng/src: tseng.h tseng_driver.c 

Log message:
update to xf86-video-tseng 1.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:32:55

Modified files:
	driver/xf86-video-tseng: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/07 03:36:26

Modified files:
	geo/geos       : Makefile distinfo 
	geo/geos/pkg   : PLIST 

Log message:
Maintenance update to geos 3.0.3, update licence marker & master_sites.
looks fine to jasper@ and pval@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:39:01

Modified files:
	driver         : Makefile 
Removed files:
	driver/xf86-video-cyrix: COPYING ChangeLog Makefile.am 
	                         Makefile.bsd-wrapper Makefile.in README 
	                         README.sgml aclocal.m4 config.guess 
	                         config.h.in config.sub configure 
	                         configure.ac depcomp install-sh 
	                         ltmain.sh missing 
	driver/xf86-video-cyrix/man: Makefile.am Makefile.in cyrix.man 
	driver/xf86-video-cyrix/src: Makefile.am Makefile.in cyrix.h 
	                             cyrix_accel.c cyrix_bank.c 
	                             cyrix_driver.c cyrix_helper.c 
	                             cyrix_shadow.c 
	driver/xf86-video-vga: COPYING ChangeLog Makefile.am 
	                       Makefile.bsd-wrapper Makefile.in 
	                       aclocal.m4 config.guess config.h.in 
	                       config.sub configure configure.ac depcomp 
	                       install-sh ltmain.sh missing 
	driver/xf86-video-vga/man: Makefile.am Makefile.in vga.man 
	driver/xf86-video-vga/src: Makefile.am Makefile.in generic.c 

Log message:
Remove deprecated video drivers (they were already disabled for a while).


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/07 03:40:30

Modified files:
	graphics/dvdrip: Makefile 
	graphics/dvdrip/pkg: PLIST 

Log message:
Don't install man pages for dvdrip-progress and dvdrip-splitpipe,
because they are in fact empty files.
The other man pages installed by the port are generated from
perl sources and are proper man pages. But these two programs
are written in C, so man page generation fails for them.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:43:22

Modified files:
	driver/xf86-video-voodoo: configure.ac 
	driver/xf86-video-voodoo/src: voodoo.h voodoo_dga.c 
	                              voodoo_driver.c voodoo_hardware.c 
	                              voodoo_pcirename.h 

Log message:
update to xf86-video-voodoo 1.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:43:56

Modified files:
	driver/xf86-video-voodoo: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/07 03:46:22

Modified files:
	devel/proj     : Makefile distinfo 
	devel/proj/pkg : PLIST 

Log message:
Maintenance update to proj 4.6.1, update master_sites and homepage.
looks fine to jasper@ and pval@, MAINTAINER timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/07 03:55:15

Modified files:
	devel/geotiff  : Makefile distinfo 
	devel/geotiff/patches: patch-Makefile_in patch-configure 
	devel/geotiff/pkg: PLIST 
Removed files:
	devel/geotiff/patches: patch-bin_makegeo_c 

Log message:
Update to geotiff 1.2.5, update master_sites & homepage.
Remove a merged patch, set NO_REGRESS and update patches while here.
looks fine to jasper@ and pval@, MAINTAINER timeout.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 03:59:53

Modified files:
	driver         : Makefile 

Log message:
Disable input drivers that are no longer maintained by X.Org.
(and that already don't work anymore for most of them).
If someone is interested in taking maintainership of one of them,
please contact me.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:08:03

Modified files:
	driver/xf86-video-apm: configure.ac 
	driver/xf86-video-apm/src: apm.h apm_driver.c apm_rush.c 

Log message:
update to xf86-video-apm 1.2.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:08:45

Modified files:
	driver/xf86-video-apm: aclocal.m4 config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:11:05

Modified files:
	driver/xf86-video-ark: configure.ac 
	driver/xf86-video-ark/src: ark_driver.c 

Log message:
update to xf86-video-ark 0.7.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:11:42

Modified files:
	driver/xf86-video-ark: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:16:36

Modified files:
	driver/xf86-video-ast: ChangeLog configure.ac 
	driver/xf86-video-ast/src: ast.h ast_2dtool.c ast_accel.c 
	                           ast_cursor.c ast_driver.c ast_mode.c 
	                           ast_mode.h ast_vgatool.c 
	                           ast_vgatool.h 

Log message:
update to xf86-video-ast 0.88.8


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:22:09

Modified files:
	driver/xf86-video-chips: configure.ac 
	driver/xf86-video-chips/src: ct_driver.c ct_driver.h ct_regs.c 

Log message:
update to xf86-video-chips 1.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:22:45

Modified files:
	driver/xf86-video-chips: aclocal.m4 config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:25:14

Modified files:
	driver/xf86-video-dummy: configure.ac 
	driver/xf86-video-dummy/src: dummy_driver.c 

Log message:
Update to xf86-video-dummy 0.3.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:25:47

Modified files:
	driver/xf86-video-dummy: aclocal.m4 configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:31:32

Modified files:
	driver/xf86-video-glint: configure.ac 
	driver/xf86-video-glint/src: glint_driver.c glintpcirename.h 

Log message:
update to xf86-video-glint 1.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:32:11

Modified files:
	driver/xf86-video-glint: aclocal.m4 config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:35:51

Modified files:
	driver/xf86-video-neomagic: configure.ac 
	driver/xf86-video-neomagic/src: neo_driver.c 

Log message:
Update to xf86-video-neomagic 1.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:36:25

Modified files:
	driver/xf86-video-neomagic: aclocal.m4 config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:38:15

Modified files:
	driver/xf86-video-s3: ChangeLog configure.ac 
	driver/xf86-video-s3/src: Makefile.am newmmio.h s3.h 
	                          s3_Trio64DAC.c s3_accel.c s3_driver.c 
	                          s3_reg.h s3_video.c 

Log message:
Update to xf86-video-s3 0.6.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 04:38:56

Modified files:
	driver/xf86-video-s3: aclocal.m4 configure 
	driver/xf86-video-s3/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/07 05:04:13

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageName.pm 

Log message:
introduce versionspecs as a derivative object from version.

Allows an operator such as <=.
also overrides the compare operator for the pnum part, because specifically,
in pkgspecs, if the pnum is not specified, it stands for "any pnum will do"...

yes, that's hairy...


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/07 05:07:37

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgSpec.pm 

Log message:
tweak code to use same comparison operations as PackageNames.
so the "special code" to handle weird suffixes and epoch names (v*) finally
comes into operation.
regress tests still pass, I still expect some breakage...


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2009/03/07 05:16:14

Modified files:
	gnu/lib/libstdc++/libstdc++/include/bits: char_traits.h 

Log message:
Our gcc doesn't provide __builtin_memmove(), so replace it by memmove().
Slipped in when fixing libstdc++ for gtk2mm, spotted the hard way when
porting nemiver.
ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/07 05:22:21

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Update to ruby-sequel-2.11.0. ok MAINTAINER


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/07 05:30:17

Modified files:
	lang/ruby      : Makefile 
Added files:
	lang/ruby/patches: patch-class_c patch-eval_c patch-node_h 

Log message:
Bring back the fix for short-named constants.
This previous problems should be gone now.
(ruby svn r18485 and r22679)

Thanks to Jeremy Evans!


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/07 05:32:09

Modified files:
	textproc/ruby-erubis: Makefile distinfo 
	textproc/ruby-erubis/pkg: PLIST 

Log message:
Update to ruby-erubis-2.6.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/07 05:43:45

Modified files:
	x11/x11vnc     : Makefile 

Log message:
fix typo (CONFIURE_SHARED -> CONFIGURE_SHARED) and bump; Benoit Lecocq


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/07 05:47:17

Modified files:
	usr.sbin/dvmrpd: dvmrpd.h neighbor.c rde.c rde.h 

Log message:
Get rid of rde_nbr structure as it is no more needed in RDE to make
routing decisions.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/07 06:43:42

Modified files:
	net/ddclient   : Makefile distinfo 
	net/ddclient/pkg: DESCR PLIST 

Log message:
- update ddclient to 3.8.0

from Joerg Zinke (MAINTAINER)3.8.0

from Joerg Zinke (MAINTAINER)3.8.0

from Joerg Zinke (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/07 06:54:21

Modified files:
	x11/e17/e      : Makefile 
	x11/e17/ecore  : Makefile 
	x11/e17/edje   : Makefile 
	x11/e17/etk    : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/07 07:23:24

Modified files:
	x11/aewm       : Makefile 
	x11/devilspie  : Makefile 
	x11/e16keyedit : Makefile 
	x11/emelfm2    : Makefile 
	x11/enlightenment: Makefile 
	x11/extace     : Makefile 
	x11/fbpanel    : Makefile 
	x11/gbdfed     : Makefile 
	x11/gmrun      : Makefile 
	x11/gnustep/base: Makefile 
	x11/gromit     : Makefile 
	x11/gtk-chtheme: Makefile 
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-theme-switch: Makefile 
	x11/gtkglext   : Makefile 
	x11/gxmessage  : Makefile 
	x11/isomaster  : Makefile 
	x11/kde/okle   : Makefile 
	x11/kdirstat   : Makefile 
	x11/kountdown  : Makefile 
	x11/lablgtk    : Makefile 

Log message:
- first pass of regenerated WANTLIB in x11/


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/03/07 08:22:51

Modified files:
	mail/p5-GetLive: Makefile 
	mail/p5-GetLive/patches: patch-GetLive_pl 
	mail/p5-GetLive/pkg: MESSAGE 

Log message:
Apply diff from GetLive CVS to make GetLive work after updates to the
Hotmail website.

ok jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/07 08:27:41

Modified files:
	distrib/notes/mvme88k: hardware 

Log message:
GENERIC.MP is now stable on MVME197DP.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/07 08:31:43

Modified files:
	sys/arch/alpha/alpha: interrupt.c 
	sys/arch/alpha/include: intr.h 

Log message:
No need to register a soft interrupt for softclock, it's done in MI code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/07 08:31:57

Modified files:
	graphics/tiff  : Makefile 
	graphics/tiff/patches: patch-libtiff_tif_dir_c 

Log message:
fix a silly C99-ism to allow building with gcc2


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/07 08:34:34

Modified files:
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/arm/arm: bus_dma.c 
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/hppa64/hppa64: mainbus.c 
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/landisk/landisk: bus_dma.c 
	sys/arch/macppc/macppc: dma.c 
	sys/arch/mvme88k/mvme88k: bus_dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/sgi/sgi: bus_dma.c 
	sys/arch/socppc/socppc: dma.c 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/vax: bus_dma.c 

Log message:
When allocating memory in bus_dmamem_alloc() with uvm_pglistalloc(), do not
try to be smart for the address range, uvm_pglistalloc() is smart enough
nowadays.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/07 08:37:39

Modified files:
	x11/lesstif    : Makefile 
	x11/libsexy    : Makefile 
	x11/matchbox/matchbox-desktop: Makefile 
	x11/matchbox/matchbox-panel-manager: Makefile 
	x11/mlterm     : Makefile 
	x11/ogle_gui   : Makefile 
	x11/p5-Gnome2-Canvas: Makefile 
	x11/p5-Gtk2    : Makefile 
	x11/p5-Gtk2-GladeXML: Makefile 
	x11/pcmanfm    : Makefile 
	x11/pidgin-guifications: Makefile 
	x11/pidgin-libnotify: Makefile 
	x11/py-gtk2    : Makefile 
	x11/quadkonsole: Makefile 
	x11/qvwm       : Makefile 
	x11/qwt        : Makefile 
	x11/rep-gtk    : Makefile 
	x11/root-tail  : Makefile 
	x11/rox-filer  : Makefile 
	x11/roxterm    : Makefile 
	x11/sawfish    : Makefile 
	x11/sisctrl    : Makefile 
	x11/thewidgetfactory: Makefile 
	x11/tilda      : Makefile 
	x11/trayer     : Makefile 
	x11/wmi        : Makefile 
	x11/wmii       : Makefile 
	x11/wxSVG      : Makefile 
	x11/wxWidgets  : Makefile 
	x11/xarchive   : Makefile 
	x11/xbae       : Makefile 
	x11/xclip      : Makefile 
	x11/xpad       : Makefile 
	x11/xvkbd      : Makefile 
	x11/xwit       : Makefile 

Log message:
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/07 08:38:43

Modified files:
	sys/dev/ic     : oosiop.c 

Log message:
Make sure the scsi_xfer timeout is set up before the command may complete;
similar fix to osiop.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2009/03/07 08:39:42

Modified files:
	distrib/sets/lists/xbase: md.mvme88k 

Log message:
Bunch of dri/drm files which do not exist there.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/07 09:48:31

Modified files:
	sys/dev/ic     : cac.c 

Log message:
No need to spam log with 'unable to alloc CCB' messages now that
NO_CCB is in place and the I/O is retried rather than discarded.
So move the message inside a #ifdef CAC_DEBUG.

Noticed by jbg@.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/07 10:18:20

Modified files:
	.              : 45.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/07 13:34:36

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/03/07 16:15:12

Modified files:
	.              : 45.html 

Log message:
vdsk(4) is a driver for virtual disks.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/03/07 16:51:04

Modified files:
	.              : 45.html 

Log message:
some manual pages are specific for a given architecture;
there is no need to specify "format=html" in the links to man pages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/07 19:30:23

Added files:
	lang/gcc/4.2/patches: 
	                      patch-libiberty_testsuite_test-expandargv_c 

Log message:
Fix an unterminated string in regress tests which caused the regress
tests to bail out early. no pkg bump since no change in package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/08 01:37:06

Modified files:
	games/sudognu  : Makefile distinfo 
	games/sudognu/patches: patch-getopt_c patch-print_svg_c 
	games/sudognu/pkg: PLIST 

Log message:
maintenance update to 1.08


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/08 03:35:07

Modified files:
	app/xauth      : COPYING ChangeLog configure.ac gethost.c 
	                 process.c 

Log message:
Update to xauth 1.0.3 + fixes from git head. Partially addresses system/6097.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/08 03:49:03

Modified files:
	app/xauth      : aclocal.m4 config.h.in configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/08 03:50:36

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 04:28:00

Modified files:
	devel/commoncpp: Makefile distinfo 
	devel/commoncpp/patches: patch-m4_ost_pthread_m4 
	                         patch-src_Makefile_in 
Added files:
	devel/commoncpp/patches: patch-config_h_in patch-src_timer_cpp 

Log message:
update to commoncpp 1.6.3, from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 04:28:19

Modified files:
	devel/ccrtp    : Makefile distinfo 
	devel/ccrtp/patches: patch-src_Makefile_in 
Removed files:
	devel/ccrtp/patches: patch-src_ccrtp_crypto_openssl_AesSrtp_cxx 

Log message:
update to ccrtp 1.7.1, from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 04:34:10

Modified files:
	mail/procmail  : Makefile 
Added files:
	mail/procmail/patches: patch-src_procmail_c 

Log message:
Fix procmail searching the body alone.  From FreeBSD via Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 04:51:32

Modified files:
	databases/mysql: Makefile 

Log message:
Use a more appropriate version of autoconf to regenerate the autoconf
script so that when the size of a char pointer is detected that the
proper define name is set which the code is expecting. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 05:13:44

Modified files:
	www/lighttpd   : Makefile distinfo 

Log message:
update to 1.4.22, from Brad (maintainer). Fixes regressions with 1.4.21
(notably: default vhost in mod_simple_vhost, segfault in mod_scgi).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 05:57:53

Modified files:
	security/john  : Makefile distinfo 
	security/john/pkg: PLIST 

Log message:
- update john to 1.7.3.1
- cathcart@ resigns as maintainer

from new maintainer Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/08 06:44:45

Modified files:
	net/GeoIP      : Makefile distinfo 
	net/GeoIP/patches: patch-conf_Makefile_in 
	net/GeoIP/pkg  : PLIST 
Removed files:
	net/GeoIP/patches: patch-data_Makefile_in patch-libGeoIP_GeoIP_c 

Log message:
update to 1.4.6
enable SEPARATE_BUILD


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/08 06:49:02

Modified files:
	net/p5-Geo-IP  : Makefile distinfo 

Log message:
update to 1.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/08 06:55:58

Log message:
    GeoIP python API
    
    from Benoit Lecocq, blq at arcane-labs.net
    
    Status:
    
    Vendor Tag:	steven
    Release Tags:	steven-20090308
    
    N ports/net/py-GeoIP/Makefile
    N ports/net/py-GeoIP/distinfo
    N ports/net/py-GeoIP/pkg/PLIST
    N ports/net/py-GeoIP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/08 06:56:30

Modified files:
	net            : Makefile 

Log message:
+py-GeoIP


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/08 07:40:20

Modified files:
	.              : MODULES 
Removed files:
	app/proxymngr  : AUTHORS COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in NEWS README 
	                 aclocal.m4 compile config.c config.guess 
	                 config.h config.sub configure configure.ac 
	                 depcomp install-sh main.c missing mkinstalldirs 
	                 pmconfig.cpp pmdb.c pmdb.h pmint.h 
	                 proxymngr.man xconfig.h.in 
	app/xfindproxy : AUTHORS COPYING ChangeLog INSTALL Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in NEWS README 
	                 aclocal.m4 compile config.guess config.h.in 
	                 config.sub configure configure.ac depcomp 
	                 install-sh missing mkinstalldirs xfindproxy.c 
	                 xfindproxy.h xfindproxy.man 

Log message:
Remove deprected applications that have been disconnected for a while.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2009/03/08 08:10:08

Modified files:
	sys/arch/macppc/dev: tpms.c 

Log message:
Add support for Geyser2 devices from NetBSD and fix some Geyser1 devices that
can be found in iBook G4 12".
Remove references for LCD panel sizes because the same device can be found
on different sized laptops and it has nothing to do with the trackpad.
Introduce a type variable that stores the device type: FOUNTAIN, GEYSER1 or
GEYSER2. This value helps deciding some of the device parameters and it gets
printed in the dmesg instead of the panel size.

Introduce "mouse button emulation" on multi-touch trackpads just like in
macos, so it's not needed to bind mouse buttons to the keyboard anymore:
Tap two fingers + mouse button = 3rd mouse button = right click
Tap three fingers + mouse button = 2nd mouse button = middle click

Discussed with and ok: miod@ and maja@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/08 08:28:52

Modified files:
	sys/kern       : exec_elf.c 

Log message:
If a session leader exists s_leader is set to NULL, so don't dereference it
unconditionally.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/08 08:40:11

Modified files:
	usr.sbin/ospf6d: rde_lsdb.c 

Log message:
Remove #ifdef'd code which had a TODO comment essentially asking
"Do we need anything fancy to determine whether *-prefix-LSAs
are self-originated?"
The answer is "No, we don't, see section 4.6 of RFC5340."
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martin@cvs.openbsd.org	2009/03/08 09:56:52

Modified files:
	net/openvpn    : Makefile 
Added files:
	net/openvpn/patches: patch-ssl_c patch-syshead_h 

Log message:
gcc2 build fixes:
- macro with variable declarations not at the begging of block
- branch prediction hints not available in gcc2

ok fkr@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/08 10:03:06

Modified files:
	sys/arch/mvme88k/include: mvme188.h 
	sys/arch/mvme88k/mvme88k: m188_machdep.c 
	sys/dev/ic     : z8536reg.h 

Log message:
Move more z8536 defines from MVME188 specific code to the MI header and use it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/08 10:30:00

Modified files:
	x11/root-tail  : Makefile 
	x11/root-tail/patches: patch-root-tail_c 

Log message:
avoid clash with syslog openlog(3); fixes static linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 10:48:48

Removed files:
	archivers/p5-Archive-Tar: Makefile distinfo 
	archivers/p5-Archive-Tar/pkg: DESCR PLIST 
	archivers/p5-Compress-Zlib: Makefile distinfo 
	archivers/p5-Compress-Zlib/pkg: DESCR PLIST 
	archivers/p5-Compress-Raw-Zlib: Makefile distinfo 
	archivers/p5-Compress-Raw-Zlib/patches: patch-config_in 
	archivers/p5-Compress-Raw-Zlib/pkg: DESCR PLIST 
	archivers/p5-IO-Compress-Base: Makefile distinfo 
	archivers/p5-IO-Compress-Base/pkg: DESCR PLIST 
	archivers/p5-IO-Compress-Zlib: Makefile distinfo 
	archivers/p5-IO-Compress-Zlib/pkg: DESCR PLIST 
	archivers/p5-IO-Zlib: Makefile distinfo 
	archivers/p5-IO-Zlib/pkg: DESCR PLIST 

Log message:
- remove perl modules that moved into base as of openbsd 4.5

ok simon@, "sure" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 10:50:21

Removed files:
	devel/p5-ExtUtils-CBuilder: Makefile distinfo 
	devel/p5-ExtUtils-CBuilder/pkg: DESCR PLIST 
	devel/p5-ExtUtils-ParseXS: Makefile distinfo 
	devel/p5-ExtUtils-ParseXS/pkg: DESCR PLIST 
	devel/p5-Locale-Maketext-Simple: Makefile distinfo 
	devel/p5-Locale-Maketext-Simple/pkg: DESCR PLIST 
	devel/p5-Module-Build: Makefile distinfo 
	devel/p5-Module-Build/pkg: DESCR PLIST 
	devel/p5-Module-CoreList: Makefile distinfo 
	devel/p5-Module-CoreList/pkg: DESCR PLIST 
	devel/p5-Module-Load: Makefile distinfo 
	devel/p5-Module-Load/pkg: DESCR PLIST 
	devel/p5-Module-Loaded: Makefile distinfo 
	devel/p5-Module-Loaded/pkg: DESCR PLIST 
	devel/p5-Module-Pluggable: Makefile distinfo 
	devel/p5-Module-Pluggable/patches: patch-Makefile_PL 
	devel/p5-Module-Pluggable/pkg: DESCR PLIST 
	devel/p5-Time-Piece: Makefile distinfo 
	devel/p5-Time-Piece/pkg: DESCR PLIST 
	devel/p5-version: Makefile distinfo 
	devel/p5-version/pkg: DESCR PLIST 

Log message:
- remove perl modules that moved into base as of openbsd 4.5

ok simon@, "sure" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 10:54:31

Removed files:
	security/p5-Digest-SHA: Makefile distinfo 
	security/p5-Digest-SHA/pkg: DESCR PLIST 
	textproc/p5-Pod-Escapes: Makefile distinfo 
	textproc/p5-Pod-Escapes/pkg: DESCR PLIST 
	textproc/p5-Pod-Simple: Makefile distinfo 
	textproc/p5-Pod-Simple/pkg: DESCR PLIST 

Log message:
- remove perl modules that moved into base as of openbsd 4.5

ok simon@, "sure" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 10:55:17

Removed files:
	x11/xcompmgr   : Makefile distinfo 
	x11/xcompmgr/pkg: DESCR PLIST 

Log message:
- xcompmgr moved into xenocara as of openbsd 4.5

ok simon@, "sure" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:03:13

Modified files:
	x11/xfce4      : xfce4.port.mk 

Log message:
Bump to Xfce 4.6.0 here in preparation of the whole update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:04:10

Log message:
    Import xfce4-settings 4.6.0, which provides an XSETTINGS daemon and various
    setting helpers for Xfce 4.6.0.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090308
    
    N ports/x11/xfce4/xfce4-settings/Makefile
    N ports/x11/xfce4/xfce4-settings/distinfo
    N ports/x11/xfce4/xfce4-settings/pkg/PLIST
    N ports/x11/xfce4/xfce4-settings/pkg/DESCR
    N ports/x11/xfce4/xfce4-settings/patches/patch-xfce4-settings-helper_Makefile_in
    N ports/x11/xfce4/xfce4-settings/patches/patch-xfsettingsd_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:05:33

Log message:
    Import libxfce4menu 4.6.0, a freedesktop.org compliant menu library used
    by various Xfce 4.6 components.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090308
    
    N ports/x11/xfce4/libxfce4menu/Makefile
    N ports/x11/xfce4/libxfce4menu/distinfo
    N ports/x11/xfce4/libxfce4menu/pkg/PLIST
    N ports/x11/xfce4/libxfce4menu/pkg/PFRAG.shared
    N ports/x11/xfce4/libxfce4menu/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:06:42

Log message:
    Import xfconf 4.6.0, the new D-BUS based settings manager for Xfce 4.6.0,
    replacing xfce-mcs-manager.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090308
    
    N ports/x11/xfce4/xfconf/Makefile
    N ports/x11/xfce4/xfconf/distinfo
    N ports/x11/xfce4/xfconf/pkg/PLIST
    N ports/x11/xfce4/xfconf/pkg/PFRAG.shared
    N ports/x11/xfce4/xfconf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:08:16

Modified files:
	x11/xfce4/exo  : Makefile distinfo 
	x11/xfce4/exo/pkg: PFRAG.shared PLIST 

Log message:
Update to exo-0.3.100, tweak WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:10:00

Modified files:
	x11/xfce4/libxfce4util: Makefile distinfo 
	x11/xfce4/libxfce4util/pkg: PLIST 

Log message:
Update to libxfce4util 4.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:11:44

Modified files:
	x11/xfce4/libxfcegui4: Makefile distinfo 
	x11/xfce4/libxfcegui4/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/libxfcegui4/patches: 
	                               patch-libxfce4kbd-private_Makefile_in 

Log message:
Update to libxfcegui4 4.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:13:31

Modified files:
	x11/xfce4/thunar: Makefile distinfo 
	x11/xfce4/thunar/pkg: PFRAG.shared PLIST 

Log message:
Update to Thunar 1.0.0. Add runtime dependency on either tango or gnome
icon theme, otherwise with default rodent 4.4.3 the whole desktop lacks
too much icons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:16:53

Modified files:
	x11/xfce4/xfce4-session: Makefile distinfo 
	x11/xfce4/xfce4-session/files: README.OpenBSD 
	x11/xfce4/xfce4-session/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/xfce4-session/patches: patch-settings_Makefile_in 
	                                 patch-xfce4-tips_Makefile_in 
Removed files:
	x11/xfce4/xfce4-session/files: xfce4.desktop 
	x11/xfce4/xfce4-session/patches: patch-Makefile_in 
	                                 patch-xfce4_tips_Makefile_in 

Log message:
Update to xfce4-session 4.6.0.
Tweak README.OpenBSD to reflect 4.6.0 changes.
Remove the xfce4.desktop gdm file as it's now provided by the package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:17:45

Modified files:
	x11/xfce4/xfce4-icon-theme: Makefile 

Log message:
xfce4-icon-theme hasn't been updated fo 4.6.0, so add XFCE_VERSION and
MASTER_SITES to make it still compile and package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:18:22

Modified files:
	x11/xfce4/gtk-xfce-engine: Makefile distinfo 
	x11/xfce4/gtk-xfce-engine/pkg: PLIST 

Log message:
Update to gtk-xfce-engine 2.6.0, tweak WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:21:13

Modified files:
	x11/xfce4/xfdesktop: Makefile distinfo 
	x11/xfce4/xfdesktop/pkg: PFRAG.shared PLIST 
Added files:
	x11/xfce4/xfdesktop/patches: 
	                             patch-modules_menu_menu-data_Makefile_in 
Removed files:
	x11/xfce4/xfdesktop/patches: patch-Makefile_in 
	                             patch-modules_menu_Makefile_in 

Log message:
Update to xfdesktop 4.6.0, removes the homemade menu implementation, and
use libxfce4menu instead. xfce4-menu-editor is gone, will be back in next
release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:21:56

Modified files:
	x11/xfce4/xfprint: Makefile distinfo 
	x11/xfce4/xfprint/pkg: PFRAG.shared PLIST 

Log message:
Update to xfprint 4.6.0, remove mcs dependency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:22:41

Modified files:
	x11/xfce4/xfce4-panel: Makefile distinfo 
	x11/xfce4/xfce4-panel/patches: patch-config_Makefile_in 
	x11/xfce4/xfce4-panel/pkg: PFRAG.shared PLIST 

Log message:
Update to xfce4-panel 4.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:24:38

Modified files:
	x11/xfce4/xfce-utils: Makefile distinfo 
	x11/xfce4/xfce-utils/patches: patch-scripts_Makefile_in 
	x11/xfce4/xfce-utils/pkg: PLIST 

Log message:
Update to xfce-utils 4.6.0, provides a perl settings migration script from
4.4.x config, which will be run at first login.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:25:36

Modified files:
	x11/xfce4/xfwm4: Makefile distinfo 
	x11/xfce4/xfwm4/pkg: PLIST 
Removed files:
	x11/xfce4/xfwm4/pkg: PFRAG.shared 

Log message:
Update to xfwm4 4.6.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:26:26

Modified files:
	x11/xfce4/xfwm4-themes: distinfo 

Log message:
Update to xfwm4-themes 4.6.0, only distinfo changed as no new themes were
bundled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:29:02

Modified files:
	x11/xfce4/xfce4-mixer: Makefile distinfo 
	x11/xfce4/xfce4-mixer/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-mixer/patches: patch-lib_Makefile_in 
	x11/xfce4/xfce4-mixer/pkg: PFRAG.shared 

Log message:
Update to xfce4-mixer 4.6.0, now uses gstreamer framework instead of the
previous old-handrolled-hard-to-maintain-mixer-api. Complains for the
extra dependency goes upstream or to /dev/null.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:30:57

Modified files:
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/notification-daemon-xfce/pkg: PFRAG.shared PLIST 

Log message:
Drop dependency on xfce-mcs-manager which will soon enter Attic.
Update WANTLIB & RUN_DEPENDS while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:32:47

Modified files:
	x11/xfce4      : Makefile 

Log message:
Link libxfce4menu, xfce4-settings and xfconf to the build.
Unlink libxfce4mcs, xfce-mcs-manager and xfce-mcs-plugins.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:34:02

Modified files:
	x11/xfce4/xfce4-appfinder: Makefile distinfo 
	x11/xfce4/xfce4-appfinder/pkg: PLIST 

Log message:
Update to the rewritten xfce4-appfinder 4.6.0, which now users thunar-vfs,
xfconf and libxfce4menu.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:34:55

Modified files:
	x11/xfce4/orage: Makefile distinfo 
	x11/xfce4/orage/pkg: PLIST 
Removed files:
	x11/xfce4/orage/pkg: PFRAG.shared 

Log message:
Update to orage 4.6.0, which now follows xfce numbering scheme.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:35:44

Modified files:
	x11/xfce4/terminal: Makefile distinfo 

Log message:
Update to Terminal 0.2.10, fix dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:36:49

Modified files:
	x11/xfce4/mousepad: Makefile distinfo 
	x11/xfce4/mousepad/pkg: PLIST 

Log message:
Update to mousepad 0.2.16, lots of new translations.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:38:29

Modified files:
	x11/xfce4/xfce4-screenshooter: Makefile distinfo 
	x11/xfce4/xfce4-screenshooter/pkg: PLIST 

Log message:
Update to xfce4-screenshooter 1.5.1, which is now a standalone app in
addition to the previous panel-plugin.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:43:40

Removed files:
	x11/xfce4/libxfce4mcs: Makefile distinfo 
	x11/xfce4/libxfce4mcs/pkg: DESCR PFRAG.shared PLIST 
	x11/xfce4/xfce-mcs-manager: Makefile distinfo 
	x11/xfce4/xfce-mcs-manager/pkg: DESCR PLIST 
	x11/xfce4/xfce-mcs-plugins: Makefile distinfo 
	x11/xfce4/xfce-mcs-plugins/pkg: DESCR PFRAG.shared PLIST 

Log message:
Bye bye libxfce4mcs, xfce-mcs-manager and xfce-mcs-plugins.

The whole Xfce 4.6.0 has been tested by many during the beta/rc phases,
and the update is ok jasper@. Eventual fixes will be made in-tree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 11:51:37

Modified files:
	x11/xfce4/xfce4-settings: Makefile 

Log message:
Bah, stupid me.. this was not intented to slip in. Bump PKGNAME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 11:53:35

Modified files:
	geo/libchamplain: Makefile.inc 
	geo/libchamplain/core: Makefile 
	geo/libchamplain/libchamplain-gtk: Makefile 

Log message:
- homepage moved to gnome.org


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 11:54:20

Modified files:
	usr.sbin/smtpd : lka.c mfa.c smtpd.c smtpd.h 

Log message:
~/.forward files handling was fixed recently so that it is the privileged
process that does the opening, this commit does some cleanup, and fixes a
bug I experienced today which was caused by a use-after-free.

I did some testing to make sure a user cannot cause smtpd to deadlock, or
loop, with broken setups (self-referencing forwards/aliases, empty files,
broken files...), but if you are playing with aliases/forwards PLEASE let
me know of any bug you run into.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/03/08 12:08:56

Modified files:
	.              : 45.html 

Log message:
- list of major software in base is up to date, remove XXX
- mention openarena in ports as a nice dri/drm showoff


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 12:15:45

Modified files:
	net/mtr        : Makefile 
	net/mtr/patches: patch-configure 
Added files:
	net/mtr/patches: patch-gtk_c 

Log message:
- fix 64-bit issue
- add license marker
- regen WANTLIB and patch-configure while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 12:47:04

Modified files:
	x11/gnome/media: Makefile 
Added files:
	x11/gnome/media/patches: 
	                         patch-profiles_gnome-audio-profiles-properties_c 

Log message:
- fix 64-bit issue due to missing header


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 13:11:22

Modified files:
	usr.sbin/smtpd : mfa.c smtp_session.c smtpd.h 

Log message:
shrink struct message a bit by removing a couple fields which are no longer
used and by moving the rcpt count in struct session where it really belongs

while at it, remove some unused splay tree generation in mfa


CVSROOT:	/cvs
Module name:	src
Changes by:	martin@cvs.openbsd.org	2009/03/08 13:26:39

Modified files:
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/hppa64/hppa64: mainbus.c 

Log message:
g/c now unused extern declaration for avail_end

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/03/08 13:36:32

Modified files:
	multimedia/hdhomerun: Makefile distinfo 
	multimedia/hdhomerun/pkg: PLIST 

Log message:
update to 20090305a


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 14:00:41

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_am 
	                    patch-JavaScriptCore_GNUmakefile_am 
	                    patch-JavaScriptCore_wtf_Threading_h 
	www/webkit/pkg : PLIST 
Added files:
	www/webkit/patches: patch-autogen_sh 

Log message:
Update to webkit-svn r41121. The http backend switched from curl to
libsoup, tweak WANTLIB accordingly. Patch autogen.sh and run it instead
of manually running automake and autoconf (which turned out to be hairy)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/08 14:01:18

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-wscript 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.1.4.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 14:02:58

Modified files:
	x11/gnome/devhelp: Makefile 

Log message:
- oops, a build dependency that shouldn't been there.

spotted by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 14:38:48

Modified files:
	devel          : Makefile 
	textproc       : Makefile 

Log message:
- unhook the removed p5-ports...some were already unhooked others weren't...sloppy

reminded by naddy@, thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 14:39:49

Modified files:
	usr.sbin/smtpd : control.c smtpd.h 

Log message:
when operating in enqueue mode, it was easy to make smtpctl fatal() by
writing a small app that sent out of order imsg's. prevent this by use
of a state machine and read event masking.

issue spotted by jacekm@, temporary fix by me. there are ideas around
this, but we want to experiment them a bit and they are low priority.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/08 14:57:02

Modified files:
	x11/tango-icon-theme: Makefile 

Log message:
- this needs intltool


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/08 15:04:17

Modified files:
	net/dnsmasq    : Makefile 
Added files:
	net/dnsmasq/patches: patch-bld_Makefile 

Log message:
honor CC/CFLAGS; ok rui@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 15:50:33

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
supporting delivery to a mbox that's not in _PATH_MAILDIR is not supported,
if someone comes with good rationale why this is needed, we'll consider it,
meanwhile it's more work than it looks like and it brings a lot of pain.

discussed with jacekm@ and deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/08 15:50:34

Modified files:
	archivers/libarchive: Makefile distinfo 

Log message:
maintenance update to 2.6.2


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 15:51:22

Modified files:
	usr.sbin/smtpd : smtpd.conf 

Log message:
adapt example to reflect a recent change in parse.y


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/08 15:57:24

Modified files:
	net/pptp       : Makefile 
	net/pptp/files : pptp_8 
	net/pptp/patches: patch-Makefile patch-inststr_c 
	net/pptp/pkg   : MESSAGE PLIST 
Added files:
	net/pptp/patches: patch-pptp_c patch-pptp_callmgr_c 
	                  patch-routing_c 

Log message:
Fix build with gcc-2.95 (tested on sparc, simh-vax was too slow).

Remove some useless linux-specific code which tried to modify
the routing table by running "/bin/ip". Because this code has
no error checking and failed silently, no one noticed it.
Noticed it now because it didn't compile with gcc-2.95.

Don't install useless documentation.
Install useful notes on protocol insecurity instead.

Tweak the man page a little. Dunno if anyone is still using
Bezeq ADSL modems that need the --quirks option, but move
the information here just in case.

Clean up MESSAGE; don't shout at everybody about security holes
in a particular kind of modem that's almost 10 years old.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/08 16:19:04

Modified files:
	sys/arch/hppa/dev: ssio.c 

Log message:
Fix dmesg output for child devices not configured (e.g. lpt on RAMDISK).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/08 16:45:16

Modified files:
	x11/mplayer    : Makefile 

Log message:
- enable .dv support in mplayer, seems to be working fine here
low impact on the port other than a new dependency

agreed by landry@ and biorn@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 17:05:12

Modified files:
	lang/classpath : Makefile 
	lang/eltclsh   : Makefile 
	lang/swi-prolog: Makefile 
	lang/kaffe     : Makefile 

Log message:
fix WANTLIB and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 17:14:36

Modified files:
	misc/logjam    : Makefile 
	misc/wordnet   : Makefile 
	misc/xcdroast  : Makefile 

Log message:
fix WANTLIB and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/08 17:26:16

Modified files:
	news/pan       : Makefile 

Log message:
fix WANTLIB and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/08 19:43:19

Modified files:
	usr.sbin/smtpd : lka.c mta.c parse.y runner.c smtpd.conf smtpd.h 

Log message:
add basic support for outgoing authentication (AUTH PLAIN over ssl) which
can be turned on by adding "enable auth" to a "relay via" rule. this made
me rework the mx resolution so that it is done by the mta process and not
the runner process anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/08 20:18:22

Modified files:
	infrastructure/db: user.list 

Log message:
reserve user for couchdb


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/03/08 20:24:19

Modified files:
	.              : hppa.html hppa64.html 

Log message:
PA8900 also not supported yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/08 21:57:39

Modified files:
	net/adsuck     : Makefile distinfo 
	net/adsuck/files: README.dhclient 
	net/adsuck/pkg : MESSAGE PLIST 

Log message:
o bump to 1.4
o PREFIX/SYSCONFDIR/etc police from Antoine Jacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/08 22:32:14

ports/net/adsuck/patches

Update of /cvs/ports/net/adsuck/patches
In directory cvs.openbsd.org:/tmp/cvs-serv30673/patches

Log Message:
Directory /cvs/ports/net/adsuck/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/08 22:32:48

Modified files:
	net/adsuck     : Makefile 
Added files:
	net/adsuck/patches: patch-adsuck_c patch-files_Hosts_blc 

Log message:
o two one-liners from cvs, per Marco
bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/09 05:25:22

Modified files:
	sys/dev/ic     : acx.c 

Log message:
Do not start printing device info before attachment succeeded.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/09 05:29:52

Modified files:
	usr.sbin/smtpd : queue_shared.c 

Log message:
add hunk that should have been included in rev. 1.12, fixes occasional
crash; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2009/03/09 07:53:10

Modified files:
	sys/net        : pf.c pf_if.c pf_ioctl.c pfvar.h 

Log message:
Make the DIOCSETIFFLAG, DIOCSETLIMIT, and DIOCSETTIMEOUT ioctls
transactional, closing PRs 4941 and 5910.  Minor flag day, requires rebuild
of userland tools that use struct pfi_kif.

ok henning deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/09 09:28:32

Modified files:
	usr.bin/rdistd : rdistd.1 

Log message:
correct .Dt; from Tim van der Molen


CVSROOT:	/cvs
Module name:	www
Changes by:	merdely@cvs.openbsd.org	2009/03/09 10:15:55

Modified files:
	.              : want.html 

Log message:
My alpha needs a disk.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/09 10:31:09

Modified files:
	usr.sbin/smtpd : lka.c makemap.c smtpd.h 

Log message:
Drop ALIAS_TEXT, plain maps got implemented in a different way; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/03/09 10:56:55

Modified files:
	sys/kern       : vfs_lookup.c 

Log message:
Clarify comment in namei(): the code commented doesn't check if the
path being looked up *is* a symlink, it checks if it *is not* a
symlink and returns the vnode looked up in that case.

ok thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/09 11:03:32

Modified files:
	net/pfstat     : Makefile 
	net/pfstat/pkg : PLIST-daemon PLIST-main 

Log message:
bump for pfvar.h changes (struct pfi_kif). regen PLIST while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/09 11:06:29

Modified files:
	sysutils/pftop : Makefile 
	sysutils/pftop/pkg: PLIST 

Log message:
bump for pfvar.h changes (struct pfi_kif) to be safe.
regen PLIST while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/09 11:09:58

Modified files:
	net/libdnet    : Makefile 
	net/libdnet/pkg: PLIST-main PLIST-python 

Log message:
bump for pfvar.h changes (struct pfi_kif) to be safe.
regen PLIST and use MODPY_EGG_VERSION while there.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/09 11:54:21

Modified files:
	lang/ruby      : Makefile 

Log message:
zap obsolete spec, replace tk-8.5* with tk->=8.5,<8.6
bump corresponding pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	rui@cvs.openbsd.org	2009/03/09 12:36:30

Modified files:
	games/freeciv  : Makefile 

Log message:
fix freeciv build when ggz stuff is installed, pointed by espie@

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/03/09 13:35:18

Modified files:
	.              : want.html 

Log message:
Thanks to Maurice Janssen I now have an XVR-1000.
Next on my list is the PGX-32.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/09 13:51:18

Modified files:
	sys/arch/mvme88k/dev: nvram.c 
	sys/arch/mvme88k/include: _types.h 
	sys/arch/mvme88k/mvme88k: m188_machdep.c m1x7_machdep.c 

Log message:
Switch mvme88k to timecounters.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/09 14:21:51

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Completely rework command processing:

- use separate callbacks to finish scsi and raid management commands;
- for raid management commands use dedicated dma-safe buffer;
- remove unused run queue;

The main goal of these changes is to fix a bug showing up on the lpinto's
machine where READCONF command fails because it needs more than 1-page
buffer and the buffer was not contiguos and controller doesn't support
scatter-gather for raid management commands.


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/03/09 14:38:03

Modified files:
	faq/fr         : faq14.html faq4.html index.html 
	faq/nl         : faq4.html 
	fr             : 45.html donations.html events.html hppa.html 
	                 hppa64.html i386.html index.html items.html 
	                 want.html 
	nl             : donations.html index.html items.html 
	                 orders.html tshirts.html 
	openssh/fr     : index.html users.html 
	openssh/nl     : index.html users.html 
	papers/fr      : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/09 15:07:07

Modified files:
	gnu/egcs/gcc   : Makefile.bsd-wrapper Makefile.in 

Log message:
Needed dependencies for make -j to behave correctly, backported from gcc 3;
ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/09 15:07:41

Modified files:
	gnu/usr.bin/binutils/bfd: Makefile.in 

Log message:
Provide more dependencies for binutils to build with make -j on a.out
platforms; ok espie@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/09 15:32:22

Modified files:
	mail/claws-mail-pdfviewer: Makefile 
	mail/mozilla-thunderbird: Makefile 
	mail/sylpheed  : Makefile 
	mail/wmbiff    : Makefile 
	mail/xfmail    : Makefile 

Log message:
fix WANTLIB and bump packages


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/09 16:13:04

Modified files:
	app/xterm      : MANIFEST Tekproc.c XTerm.ad button.c 
	                 cachedGCs.c charproc.c charsets.c data.h 
	                 doublechr.c fontutils.c fontutils.h input.c 
	                 main.c main.h menu.c menu.h misc.c os2main.c 
	                 ptydata.c ptyx.h screen.c scrollbar.c util.c 
	                 version.h wcwidth.c xterm.h xterm.log.html 
	                 xterm.man xtermcap.c 

Log message:
Update to xterm 242. Tested by jsg@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/09 16:36:43

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
Added files:
	sys/arch/sparc64/dev: gfb.c 

Log message:
Initial stab at a driver for FFB3/XVR-1000.  It seems to work fine, but without
acceleration it is a tad bit slow, so leave this disabled for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/09 16:42:08

Modified files:
	sysutils/gkrellm/gkrellm: Makefile 
	sysutils/gkrellm/plugins/aclock: Makefile 
	sysutils/gkrellm/plugins/bgchg: Makefile 
	sysutils/gkrellm/plugins/itime: Makefile 
	sysutils/gkrellm/plugins/launch: Makefile 
	sysutils/gkrellm/plugins/mailwatch: Makefile 
	sysutils/gkrellm/plugins/mms: Makefile 
	sysutils/gkrellm/plugins/moon: Makefile 
	sysutils/gkrellm/plugins/mss: Makefile 
	sysutils/gkrellm/plugins/reminder: Makefile 
	sysutils/gkrellm/plugins/shoot: Makefile 
	sysutils/gkrellm/plugins/stock: Makefile 
	sysutils/gkrellm/plugins/sun: Makefile 
	sysutils/gkrellm/plugins/volume: Makefile 
	sysutils/gkrellm/plugins/weather: Makefile 
	sysutils/gkrellm/plugins/wireless: Makefile 
	sysutils/god   : Makefile 
	sysutils/hot-babe: Makefile 
	sysutils/heartbeat: Makefile 

Log message:
fix WANTLIB/LIB_DEPENDS, bump packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/09 17:07:33

Modified files:
	infrastructure/mk: gnu.port.mk 

Log message:
fix automake dependencies to read like automake->=1.4,<1.5 instead
of automake-1.4.*


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/09 17:09:19

Modified files:
	lang/python    : Makefile.inc python.port.mk 
	lang/tcl       : tcl.port.mk 
	astro/py-metar : Makefile 
	multimedia/gstreamer-0.10/core: Makefile 

Log message:
a few spec fixes and assorted pkg bumps, more to come.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/09 17:35:04

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h util.c 

Log message:
run external mda directly, not via sh -c; this steals addargs() API
from OpenSSH; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/09 18:42:13

Modified files:
	etc            : hosts 

Log message:
do not give an example which implies people should put their hostname on
127.0.0.1 or ::1
lots of discussion with many, but ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/09 19:21:22

Modified files:
	multimedia/gstreamer-0.10/plugins-base: Makefile 

Log message:
bump python pkgnames.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/09 19:25:42

Modified files:
	usr.sbin/smtpd : util.c 

Log message:
ascribe copyright to code taken from OpenSSH, pointed out by deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/09 22:29:18

Modified files:
	openssh        : index.html 
Added files:
	openssh        : gsoc.html 

Log message:
Add ideas page for Google Summer of Code 2009


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/09 22:40:41

Modified files:
	openssh        : gsoc.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/09 22:48:40

Modified files:
	openssh        : gsoc.html 

Log message:
mention bugzilla


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 01:08:18

Modified files:
	textproc/libxslt: Makefile 

Log message:
bump pkgname after python dep change


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/10 02:27:08

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Limit registers space size to some reasonable value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 02:43:23

Modified files:
	audio/soundtouch: Makefile 

Log message:
fix depend spec


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 02:47:45

Modified files:
	devel/libglade2: Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 02:48:22

Modified files:
	audio/cplay    : Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/10 03:16:40

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Add ips_intrds() function to be able to disable interrupts on hardware.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/10 03:48:46

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
remove IBSS and HostAP modes since these aren't advertised in ic->ic_caps

pointed out by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/10 03:54:14

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 
	sys/arch/i386/conf: GENERIC RAMDISK_CD 

Log message:
enable urtw(4)

ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 04:01:39

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
fork(2) or socketpair(2) failures are temporary, delivery attempt should be
retried later; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/10 04:36:47

Modified files:
	audio/oggtag   : Makefile 
	audio/oggtag/pkg: PLIST 

Log message:
update MAINTAINER email, regen PLIST, fix license marker, bump package


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/10 04:37:35

Modified files:
	www/ruby-sinatra: Makefile distinfo 

Log message:
Security update to ruby-sinatra-0.9.1.1.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/03/10 04:56:40

Modified files:
	usr.sbin/httpd : Makefile.bsd-wrapper 
	usr.sbin/httpd/src/include: ap_config.h 

Log message:
by default drop privs to www/www, not nobody/nogroup if User/Group
entries are not present;  or it's being run configless
"sure" henning@, "makes sense" merdely@, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/10 05:00:58

Modified files:
	www/py-CherryPy: Makefile distinfo 
	www/py-CherryPy/pkg: PLIST 

Log message:
update to py-CherryPy-3.1.1.  from Valery Masiutsin
ok maintainer Joerg Zinke, simon@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/10 06:08:34

Modified files:
	www/mozilla-firefox: Makefile 

Log message:
fix wantlib and bump package.
ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/10 06:46:44

Modified files:
	sys/arch/amd64/conf: GENERIC RAMDISK_CD 

Log message:
Enable VMware VMXnet Virtual Interface Controller (vic) driver
on amd64 as well.
ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/10 06:51:24

ports/multimedia/oggconvert/patches

Update of /cvs/ports/multimedia/oggconvert/patches
In directory cvs.openbsd.org:/tmp/cvs-serv28076/patches

Log Message:
Directory /cvs/ports/multimedia/oggconvert/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 07:05:05

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
it's simpler to use pipe(2) than socketpair(2) to communicate with
external mda; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/10 07:12:42

Modified files:
	x11/gnome/desktop: Makefile 

Log message:
- remove bogus SHARED_LIBS line, bump to be sure


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/10 07:18:33

Modified files:
	multimedia/oggconvert: Makefile distinfo 
	multimedia/oggconvert/pkg: PLIST 
Added files:
	multimedia/oggconvert/patches: patch-oggconvert 

Log message:
- update oggconvert to 0.3.2

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/10 07:43:05

Log message:
    Import mktorrent, a command-line .torrent file creator.
    ok sthen@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20090310
    
    N ports/net/mktorrent/Makefile
    N ports/net/mktorrent/distinfo
    N ports/net/mktorrent/pkg/PLIST
    N ports/net/mktorrent/pkg/DESCR
    N ports/net/mktorrent/patches/patch-Makefile
    N ports/net/mktorrent/patches/patch-mktorrent_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/10 08:07:44

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Add some more debug.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/10 08:18:28

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Rearrange physical drive state bits checking so that bioctl gets
a correct state value.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/10 08:54:16

Modified files:
	archivers/gtar : Makefile distinfo 
	archivers/gtar/patches: patch-configure 
Removed files:
	archivers/gtar/patches: patch-tests_pipe_at 
	                        patch-tests_shortrec_at 
	                        patch-tests_testsuite_at 

Log message:
Update to 1.22 which adds --xz/-J support for xz compression.
(xz itself will be imported once there is a stable release.)


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/10 09:03:17

Modified files:
	sys/arch/amd64/amd64: bus_dma.c bus_space.c 
	sys/arch/amd64/include: bus.h 
	sys/arch/amd64/isa: isa_machdep.c 
	sys/arch/amd64/pci: iommu.c pci_machdep.c 
	sys/arch/i386/eisa: eisa_machdep.c 
	sys/arch/i386/i386: bus_dma.c machdep.c 
	sys/arch/i386/include: bus.h 
	sys/arch/i386/isa: isa_machdep.c 
	sys/arch/i386/pci: pci_machdep.c 

Log message:
remove the _BUS_DMA_PRIVATE define from amd64 and i386.

a define needed to get to ``private'' functions that needs to be defined
5 or more times isn't much use and may cause namespace issues anyway.
Other archs will probably follow.

Discussed in portugal.  "Hell yes" weingart@, ok kettenis@, no
objections miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/10 09:05:02

Modified files:
	x11/gbdfed     : Makefile distinfo 
Removed files:
	x11/gbdfed/patches: patch-Makefile_in 

Log message:
maintenance update to 1.5 and drop maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/10 09:31:04

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Print scsi xfer flags in debug output.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/10 11:27:27

Log message:
    import autocutsel-0.9.0...  which fixes pasting
    
    some new gtk/qt based apps (such as firefox) use PRIMARY/CLIPBOARD
    buffers, while the older ones use cutbuffer.  this little utility
    keeps clipboard and cutbuffer in sync, making it able to select/paste
    data from xterm<->firefox!11
    
    ok sthen@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas-20090310
    
    N ports/x11/autocutsel/Makefile
    N ports/x11/autocutsel/distinfo
    N ports/x11/autocutsel/pkg/DESCR
    N ports/x11/autocutsel/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/10 11:28:20

Modified files:
	x11            : Makefile 

Log message:
autocutsel


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/10 11:32:14

Modified files:
	usr.sbin/ospf6d: rde_lsdb.c 

Log message:
The linked() function had an identity crisis and referred to itself
as "spf_calc" in fatal error messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/10 11:36:39

Modified files:
	usr.sbin/ospf6d: rde_lsdb.c 

Log message:
Revert previous, I committed the wrong file, should have been rde_spf.c.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/10 11:37:45

Modified files:
	usr.sbin/ospf6d: rde_spf.c 

Log message:
The linked() function had an identity crisis and referred to itself
as "spf_calc" in fatal error messages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 12:31:41

Modified files:
	x11/kde/base3  : Makefile 

Log message:
fix dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 12:44:28

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
- Use setsid(2) to create new process group for external mda.
- Unignore SIGPIPE, otherwise it remains ignored in forked mda.
- Use closefrom(2) to close all descriptors apart from stdin/stdout/stderr.

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/10 13:08:25

Modified files:
	databases/evolution-data-server: Makefile 

Log message:
fix db4 package spec


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 13:09:29

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
kill few lines, saving one seteuid(2) call; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 13:13:28

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
run external mda with cwd set to $HOME or /; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/10 13:26:07

Modified files:
	devel/py-orbit : Makefile 

Log message:
fix python dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 13:32:20

Modified files:
	math/py-Numeric: Makefile 

Log message:
bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/10 13:33:32

Modified files:
	x11/gnome/py-gnome: Makefile 

Log message:
fix python dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/10 13:35:03

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Fix cut/paste error.. call _BFS not _PTS
ok marco@


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2009/03/10 14:02:32

Modified files:
	.              : 45.html 

Log message:
- urtw(4) did not make 4.5
- ath(4) now has WPA-PSK support
- wpi(4) and iwn(4) drivers now have harware CCMP crypto support


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/10 14:28:36

Modified files:
	lib/freetype   : ChangeLog ChangeLog.21 ChangeLog.22 Jamfile 
	                 Makefile README README.CVS autogen.sh 
	                 shlib_version 
	lib/freetype/builds: freetype.mk toplevel.mk 
	lib/freetype/builds/amiga/include/freetype/config: ftmodule.h 
	lib/freetype/builds/mac: FreeType.m68k_cfm.make.txt 
	                         FreeType.m68k_far.make.txt 
	                         FreeType.ppc_carbon.make.txt 
	                         FreeType.ppc_classic.make.txt ftmac.c 
	lib/freetype/builds/unix: configure.ac configure.raw ftconfig.in 
	                          ftsystem.c unix-def.in 
	lib/freetype/builds/vms: ftconfig.h 
	lib/freetype/builds/win32/visualc: freetype.dsp freetype.vcproj 
	                                   index.html 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.vcproj 
	                                    index.html 
	lib/freetype/devel: ftoption.h 
	lib/freetype/docs: CHANGES INSTALL INSTALL.CROSS INSTALL.GNU 
	                   INSTALL.UNIX VERSION.DLL formats.txt 
	lib/freetype/docs/reference: ft2-base_interface.html 
	                             ft2-basic_types.html 
	                             ft2-bdf_fonts.html 
	                             ft2-bitmap_handling.html 
	                             ft2-cache_subsystem.html 
	                             ft2-cid_fonts.html 
	                             ft2-computations.html 
	                             ft2-font_formats.html 
	                             ft2-gasp_table.html 
	                             ft2-glyph_management.html 
	                             ft2-glyph_stroker.html 
	                             ft2-glyph_variants.html 
	                             ft2-gx_validation.html 
	                             ft2-gzip.html 
	                             ft2-header_file_macros.html 
	                             ft2-incremental.html ft2-index.html 
	                             ft2-lcd_filtering.html 
	                             ft2-list_processing.html 
	                             ft2-lzw.html ft2-mac_specific.html 
	                             ft2-module_management.html 
	                             ft2-multiple_masters.html 
	                             ft2-ot_validation.html 
	                             ft2-outline_processing.html 
	                             ft2-pfr_fonts.html ft2-raster.html 
	                             ft2-sfnt_names.html 
	                             ft2-sizes_management.html 
	                             ft2-system_interface.html 
	                             ft2-toc.html 
	                             ft2-truetype_engine.html 
	                             ft2-truetype_tables.html 
	                             ft2-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/include/freetype: Makefile freetype.h ftbdf.h 
	                               ftbitmap.h ftcache.h ftchapters.h 
	                               ftgasp.h ftglyph.h ftimage.h 
	                               ftlcdfil.h ftmodapi.h ftoutln.h 
	                               ftpfr.h ftstroke.h ftsynth.h 
	                               t1tables.h ttnameid.h tttags.h 
	lib/freetype/include/freetype/config: ftconfig.h ftheader.h 
	                                      ftmodule.h ftoption.h 
	                                      ftstdlib.h 
	lib/freetype/include/freetype/internal: ftdebug.h ftdriver.h 
	                                        psaux.h t1types.h 
	lib/freetype/include/freetype/internal/services: svttcmap.h 
	lib/freetype/src/autofit: afcjk.c afhints.c aflatin.c aflatin2.c 
	                          aftypes.h module.mk 
	lib/freetype/src/base: Jamfile ftbase.c ftbitmap.c ftcalc.c 
	                       ftdbgmem.c ftdebug.c ftinit.c ftlcdfil.c 
	                       ftmac.c ftobjs.c ftotval.c ftoutln.c 
	                       ftpatent.c ftpfr.c ftrfork.c ftstream.c 
	                       ftstroke.c ftsynth.c ftsystem.c rules.mk 
	lib/freetype/src/bdf: bdfdrivr.c module.mk rules.mk 
	lib/freetype/src/cache: ftccmap.c ftcmanag.c rules.mk 
	lib/freetype/src/cff: cffdrivr.c cffgload.c cffgload.h cffload.c 
	                      cffload.h cffobjs.c cffparse.c module.mk 
	lib/freetype/src/cid: cidload.c cidobjs.c cidtoken.h module.mk 
	lib/freetype/src/gxvalid: gxvcommn.c gxvcommn.h gxvmort.c 
	                          gxvmorx.c module.mk 
	lib/freetype/src/gzip: ftgzip.c inftrees.c 
	lib/freetype/src/lzw: ftlzw.c 
	lib/freetype/src/otvalid: Jamfile module.mk otvalid.h otvcommn.h 
	                          otvgdef.c otvmath.c otvmod.c 
	lib/freetype/src/pcf: module.mk pcfdrivr.c pcfread.c rules.mk 
	lib/freetype/src/pfr: module.mk pfrdrivr.c pfrobjs.c 
	lib/freetype/src/psaux: afmparse.c module.mk psobjs.c t1decode.c 
	lib/freetype/src/pshinter: module.mk pshalgo.c 
	lib/freetype/src/psnames: module.mk psmodule.c pstables.h 
	lib/freetype/src/raster: ftmisc.h ftraster.c module.mk rules.mk 
	lib/freetype/src/sfnt: Jamfile module.mk sfobjs.c ttcmap.c 
	                       ttload.c ttmtx.c ttpost.c ttsbit.c 
	                       ttsbit.h 
	lib/freetype/src/smooth: ftgrays.c ftsmooth.c module.mk 
	lib/freetype/src/tools: glnames.py 
	lib/freetype/src/tools/ftrandom: ftrandom.c 
	lib/freetype/src/truetype: module.mk ttdriver.c ttgload.c 
	                           ttgload.h ttgxvar.c ttinterp.c 
	                           ttobjs.c ttobjs.h ttpload.c 
	lib/freetype/src/type1: module.mk t1afm.c t1driver.c t1gload.c 
	                        t1gload.h t1load.c t1objs.c t1tokens.h 
	lib/freetype/src/type42: module.mk rules.mk t42objs.c t42parse.c 
	                         t42types.h 
	lib/freetype/src/winfonts: module.mk winfnt.c 
Added files:
	lib/freetype/docs/reference: ft2-quick_advance.html 
	lib/freetype/include/freetype: ftadvanc.h 
	lib/freetype/src/base: ftadvanc.c ftbase.h 

Log message:
Update to Freetype 2.3.8. Tested by jsg@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/10 14:36:10

Modified files:
	sys/dev/acpi   : acpidev.h acpiec.c acpithinkpad.c dsdt.c dsdt.h 

Log message:
Added sensor devices for Thinkpad (temp+fan)
Exported aml_evalinteger method
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/10 14:39:21

Modified files:
	sys/dev/pci    : pcidevs if_iwn.c if_iwnreg.h 

Log message:
cleanup the mess in Intel WiFi Link PCI Ids.
WiFi Link 100 Series have been renamed to 1000 Series by Intel too.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/10 14:41:21

Modified files:
	sys/dev/pci    : pcidevs_data.h pcidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/10 15:12:38

Modified files:
	telephony/asterisk: Makefile 
Added files:
	telephony/asterisk/patches: patch-channels_chan_sip_c 

Log message:
SECURITY; patch AST-2009-002, remote *unauthenticated* crash in SIP
where the "pedantic" option is enabled (disabled by default).

Backported rather than updated until I sort out the H323 autoconf
breakage in newer versions.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 15:14:21

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
when calling external mda, use restricted environment; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 15:52:44

Modified files:
	audio/mkplaylist: Makefile 

Log message:
bump for python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 15:58:46

Modified files:
	audio/tremor   : Makefile 

Log message:
fix automake, autoconf build-depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/10 16:07:22

Modified files:
	www/php5/core  : Makefile 
Added files:
	www/php5/core/patches: patch-sapi_apache_mod_php5_c 
	                       patch-sapi_cgi_main_c 
	                       patch-sapi_cli_php_cli_c 

Log message:
Add an environment variable called PHP_INI_PATH so people can set a path
to their php.ini file in a SAPI independent way. This way can easily run
more instances of httpd with different php configs.
Idea after a discussion with "L. V. Lammert" <lvl@omnitec.net>


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 16:08:51

Modified files:
	audio/mpdBrowser: Makefile 

Log message:
bump for python dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 16:21:49

Modified files:
	audio/py-ao    : Makefile 
	audio/py-cddb  : Makefile 
	audio/py-eyed3 : Makefile 
	audio/py-id3   : Makefile 
	audio/py-mpd   : Makefile 
	audio/py-mutagen: Makefile 
	audio/py-ogg   : Makefile 
	audio/py-tagger: Makefile 
	audio/py-xmms  : Makefile 
	audio/pympd    : Makefile 

Log message:
bump for python dep


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/10 16:33:26

Modified files:
	usr.sbin/smtpd : mda.c mta.c smtp_session.c smtpd.h 

Log message:
implement basic logging, needs more work; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 17:19:17

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
bump for python deps


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/10 17:19:36

Modified files:
	sbin/dhclient  : dhcpd.h dhclient.c options.c 

Log message:
Add 6-byte MAC address to the log entries for DHCP ACK/NAK/OFFER.
Log the packets before checking the client state. Makes it easy to
find MACs for 'surprise' DHCP servers.

Positive comments from mbalmer@, jasper@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 17:21:15

Modified files:
	audio/tremor-tools: Makefile 

Log message:
fix autoconfs deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/10 17:24:09

Modified files:
	x11/gnome/doc-utils: Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/10 17:28:42

Modified files:
	sys/arch/amd64/pci: iommu.c 

Log message:
First step in cleaning up amd64 iommu.

Firstly, don't keep identical data for each of the GARTs (we keep them
in sync, but there is one per cpu socket), all that varies is the
pci_tag_t, so just keep an array of those and have the rest of the
information once.

Secondly, don't keep the softc as a global, use the _cookie field of the
dmatag_t, that's what it's there for.

Finally, use dmamap_map to map the page tables, instead of the direct NC
map.  This is because later changes to support PAT will be a lot easier
with one direct map (where we change the cacheability if needed), since
otherwise it's just asking for illegal cache aliases.

More changes will be upcoming.

Tested by a few people, with an without bigmem, thanks to those.

weingart@ liked the direction this is going, marco@ and kettenis@ oked it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/10 17:34:12

Modified files:
	x11/tk         : tk.port.mk 

Log message:
fix tk pkg specs; ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/10 18:12:24

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/pkg: PLIST 
Removed files:
	mail/roundcubemail/patches: patch-program_include_iniset_php 

Log message:
maintenance update to 0.2.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/10 18:36:06

Modified files:
	audio/audacious-plugins/patches: patch-src_aac_libmp4_c 

Log message:
Fix build if mp4ff_int_types.h is installed (part of the faad update).
From Tobias Ulmer (tobiasu at tmux.org).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/10 19:55:07

Modified files:
	sysutils/symon : Makefile distinfo 
	sysutils/symon/pkg: PLIST-main PLIST-mon PLIST-mux 
Added files:
	sysutils/symon/patches: patch-platform_OpenBSD_sm_mbuf_c 

Log message:
- update to symon 2.79
- fix mbuf monitor following h2k8 mclpl changes

no reply from the maintainer in a couple of days; my syslog server
isn't super-happy about how often the problem with mbuf gets logged,
so committing anyway. tests/feedback from Alexander Hall and Markus
Lude - thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 02:07:56

Modified files:
	biology/py-biopython: Makefile 

Log message:
bump for python dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 02:21:33

Modified files:
	math/R         : Makefile distinfo 
	math/R/patches : patch-configure 
Added files:
	math/R/patches : patch-src_extra_blas_Makefile_in 

Log message:
update R to 2.8.1, use Tcl/Tk MODULEs, add optional dependencies to
LIB_DEPENDS (autoconf picks them up if installed sometimes resulting
in bad packages), sync WANTLIB.  ok mbalmer@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/11 02:32:07

Modified files:
	mail/p5-Mail-DKIM: Makefile distinfo 
	mail/p5-Mail-DKIM/pkg: PLIST 

Log message:
Update to version 0.33.
From maintainer William Yodlowsky


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 03:16:16

Modified files:
	math/calcoo    : Makefile 
	math/libneural : Makefile 

Log message:
fix WANTLIB and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 03:29:33

Modified files:
	multimedia/libdv: Makefile 
	multimedia/pspvc: Makefile 
	multimedia/transcode: Makefile 

Log message:
sync WANTLIB and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/11 03:58:20

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
fix log_info(), while other processes know about message uid, the smtp
process only knows about message id

bug spotted by pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 04:51:03

Modified files:
	cad/pcb        : Makefile 

Log message:
fix tk deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 04:53:55

Modified files:
	cad/xcircuit   : Makefile 

Log message:
fix tk dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 05:03:17

Modified files:
	chinese/bg5pdf : Makefile 

Log message:
fix python dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 05:06:42

Modified files:
	chinese/libtabe: Makefile 

Log message:
fix deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 05:07:40

Modified files:
	chinese/py-zhCodecs: Makefile 

Log message:
fix for depends


CVSROOT:	/cvs
Module name:	src
Changes by:	pea@cvs.openbsd.org	2009/03/11 05:11:08

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
getmxbyname() returning a value != 0 does not necessarily means it failed

ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 05:18:39

Modified files:
	devel/libgsf   : Makefile 

Log message:
bump for python deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/11 05:37:47

Modified files:
	converters/py-cjkcodecs: Makefile 
	converters/py-iconvcodec: Makefile 

Log message:
bump for python dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 08:48:54

Modified files:
	productivity/fet: Makefile 
	productivity/grisbi: Makefile 
	productivity/taskjuggler: Makefile 
	productivity/vym: Makefile 

Log message:
sync WANTLIB/LIB_DEPENDS, bump packages


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 10:14:08

Modified files:
	devel/py-setuptools: Makefile 

Log message:
bump for python dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 10:14:32

Modified files:
	textproc/libxml: Makefile 

Log message:
bump for python dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/03/11 10:58:37

Modified files:
	net/mtr        : Makefile distinfo 

Log message:
upgrade to 0.75; from Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 13:10:47

Modified files:
	x11/dbus-python: Makefile 

Log message:
bump because of python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 13:16:32

Modified files:
	www/zope/2.10  : Makefile 
	www/zope/2.9   : Makefile 

Log message:
bump because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 13:25:05

Modified files:
	security/py-crypto: Makefile 

Log message:
bump because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	martin@cvs.openbsd.org	2009/03/11 13:41:03

Modified files:
	devel/libixp   : Makefile 
	devel/libixp/patches: patch-config_mk 
	devel/libixp/pkg: DESCR 
Added files:
	devel/libixp/patches: patch-cmd_ixpc_c patch-mk_lib_mk 

Log message:
fix for architectures without binutils (ar s versus ranlib) and with gcc2
(macros with variable declarations)

better DESCR while there (9P)

input and ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/11 14:06:00

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Rework command polling to be able to sleep if no SCSI_NOSLEEP flag
passed. Sleep while waiting for sensors update because that's what
sensors work queue for.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 14:10:14

Modified files:
	lang/tcl       : tcl.port.mk 

Log message:
handle package spec for MODTCL_VERSION=8.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 14:10:44

Modified files:
	x11/tk         : tk.port.mk 

Log message:
handle package spec for MODTK_VERSION=8.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 14:11:30

Modified files:
	lang/expect    : Makefile 
	lang/expect/pkg: PFRAG.no-no_tk PLIST 

Log message:
switch to Tcl/Tk MODULEs to fix package spec


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/11 14:37:46

Modified files:
	sys/dev/acpi   : acpi.c acpiac.c acpidock.c acpiec.c acpiprt.c 
	                 acpithinkpad.c dsdt.c 

Log message:
Cleanup.. use aml_evalinteger instead of aml_evalname
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/11 14:52:11

Modified files:
	sys/dev/acpi   : acpithinkpad.c 

Log message:
Remove noisy printf debug


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:02:18

Modified files:
	devel/apr-util : Makefile 

Log message:
fix dbv4 dependency and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:08:53

Modified files:
	devel/py-cheetah: Makefile 

Log message:
bump pkgname because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:11:29

Modified files:
	devel/py-mxDateTime: Makefile 

Log message:
bump because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:15:30

Modified files:
	devel/glib2mm  : Makefile 

Log message:
fix lib depends and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:16:06

Modified files:
	devel/pygame   : Makefile 

Log message:
bump because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:18:03

Modified files:
	devel/scons    : Makefile 

Log message:
bump because of python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:19:35

Modified files:
	comms/hamlib   : Makefile 

Log message:
bump -python and -tcl following dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:19:49

Modified files:
	lang/ocaml     : Makefile distinfo ocaml.port.mk 
	lang/ocaml/patches: patch-configure patch-yacc_reader_c 
	lang/ocaml/pkg : PFRAG.native PFRAG.shared PLIST 
Removed files:
	lang/ocaml/patches: patch-camlp4_config_configure_batch 

Log message:
update ocaml to 3.11.0
tested by krw@ and Richard Bonichon <richard.bonichon@gmail.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:20:27

Modified files:
	devel/cil      : Makefile distinfo 
	devel/cil/patches: patch-configure_in 
	devel/cil/pkg  : PLIST 
Added files:
	devel/cil/patches: patch-Makefile_in 

Log message:
update to cil-1.3.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:21:18

Modified files:
	devel/omake    : Makefile distinfo 
	devel/omake/pkg: PLIST 
Added files:
	devel/omake/patches: patch-src_exec_omake_exec_ml 
Removed files:
	devel/omake/patches: patch-src_clib_fam_kqueue_c 
	                     patch-src_libmojave-external_cutil_lm_heap_c 
	                     patch-src_libmojave-external_stdlib_lm_filename_util_ml 

Log message:
update to omake-0.9.8.5-3 with patch to work with ocaml-3.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:24:47

Modified files:
	textproc/py-docutils: Makefile 

Log message:
bump because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:26:03

Modified files:
	devel/dejagnu  : Makefile 
	devel/itcl     : Makefile 

Log message:
bump following tcl dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:28:45

Modified files:
	databases/db   : Makefile.inc 
	databases/db/v3: Makefile 
	databases/db/v4: Makefile 

Log message:
Fix tcl and db dependencies. With help from naddy@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:29:43

Modified files:
	net/rrdtool    : Makefile 

Log message:
bump because of python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:30:31

Modified files:
	net/mldonkey/stable: Makefile 
	net/mldonkey/stable/patches: patch-config_configure_in 

Log message:
patch to work with ocaml-3.11, and bump pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:31:07

Modified files:
	productivity/wyrd: Makefile distinfo 
	productivity/wyrd/pkg: PLIST 

Log message:
update to wyrd-1.4.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/11 15:31:39

Modified files:
	sysutils/findlib: Makefile distinfo 
	sysutils/findlib/pkg: PLIST 
Removed files:
	sysutils/findlib/patches: patch-Makefile patch-configure 
	                          patch-src_findlib-toolbox_Makefile 
	                          patch-src_findlib_Makefile 

Log message:
update to findlib-1.2.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:32:13

Modified files:
	devel/swig     : Makefile 

Log message:
bump following python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/11 15:33:32

Modified files:
	x11/gnome/menus: Makefile 

Log message:
Bump after python dep change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:36:37

Modified files:
	textproc/py-xml: Makefile 

Log message:
bump because of python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:37:27

Modified files:
	lang/tcltutor  : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:38:06

Modified files:
	math/R         : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/11 15:38:20

Modified files:
	textproc/py-lxml: Makefile 

Log message:
Bump after python dep change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:38:23

Modified files:
	misc/wordnet   : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:38:40

Modified files:
	net/amsn       : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:39:10

Modified files:
	net/ssvnc      : Makefile 

Log message:
bump -gui following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:39:42

Modified files:
	sysutils/tkdvd : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:40:01

Modified files:
	x11/bwidget    : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:40:22

Modified files:
	x11/tkcon      : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 15:40:42

Modified files:
	x11/x11vnc     : Makefile 

Log message:
bump following tk dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:45:31

Modified files:
	databases/py-sqlite2: Makefile 

Log message:
bump due to python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:47:13

Modified files:
	devel/py-simplejson: Makefile 

Log message:
bump due to python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/11 15:47:47

Modified files:
	x11/gnome/py-gnome-desktop: Makefile 

Log message:
Boring.... bump due to python dep change.
As discussed on icb:

Experience is the worst teacher.  It always gives the test first and
the instruction afterward.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 15:49:39

Modified files:
	devel/py-sip   : Makefile 

Log message:
bump due to python dep changes


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/11 15:54:15

Modified files:
	sys/dev/acpi   : acpibat.c acpiprt.c acpitz.c 

Log message:
More aml_evalinteger fixup
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:00:27

Modified files:
	devel/py-zopeinterface: Makefile 

Log message:
Bump due to python dep changes.

<kili> if you add a fortune to every commit, it's no spam


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 16:04:07

Modified files:
	devel/jdk      : java.port.mk 

Log message:
fix pkgspec for dependencies - looks ok to phessler, kili


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:05:49

Modified files:
	security/py-openssl: Makefile 

Log message:
bump due to python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:08:00

Modified files:
	devel/py-twisted/core: Makefile 

Log message:
bump pkgname because of python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:09:21

Modified files:
	devel/py-epsilon: Makefile 

Log message:
bump pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:14:56

Modified files:
	devel/py-fpconst: Makefile 

Log message:
bump because of python


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:18:04

Modified files:
	devel/py-SOAPpy: Makefile 

Log message:
bump due to python dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/11 16:20:09

Modified files:
	devel/py-twisted/conch: Makefile 
	devel/py-twisted/lore: Makefile 
	devel/py-twisted/mail: Makefile 
	devel/py-twisted/names: Makefile 
	devel/py-twisted/news: Makefile 
	devel/py-twisted/runner: Makefile 
	devel/py-twisted/web: Makefile 
	devel/py-twisted/web2: Makefile 
	devel/py-twisted/words: Makefile 

Log message:
bump pkgname due to python dep changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 17:21:21

Modified files:
	databases/architect: Makefile 
	databases/postgresql-jdbc: Makefile 
	databases/jxplorer: Makefile 

Log message:
bump pkgname following java dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 17:22:01

Modified files:
	devel/apache-ant: Makefile 
	devel/eclipse/sdk: Makefile 
	devel/ivy      : Makefile 
	devel/jakarta-servletapi: Makefile 
	devel/maven    : Makefile 
	devel/netbeans : Makefile 
	devel/hudson   : Makefile 
	editors/openoffice: Makefile 
	editors/openoffice3: Makefile 

Log message:
bump pkgname following java dep change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/11 17:22:49

Modified files:
	geo/jeoip      : Makefile 
	java/junit     : Makefile 
	lang/jruby     : Makefile 
	productivity/thinkingrock: Makefile 
	textproc/xerces: Makefile 
	www/tomcat/v4  : Makefile 
	www/tomcat/v5  : Makefile 
	www/tomcat/v6  : Makefile 

Log message:
bump pkgname following java dep change


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/11 17:29:39

Modified files:
	faq            : faq5.html 

Log message:
now that release is made, reminder of what can be done with it.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/11 17:30:48

Modified files:
	faq            : faq5.html 

Log message:
pccom -> com.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/11 17:38:51

Modified files:
	sys/arch/amd64/pci: iommu.c 

Log message:
Attach iommu on AMD family 10h processors (e.g. phenom) too.

11h (Turion) still needs testing, so isn't part of this commit.

ok reyk@, marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/11 17:51:15

Modified files:
	sys/dev/ic     : acx.c 
	sys/dev/cardbus: if_acx_cardbus.c 

Log message:
Do more error checking in acx(4).
"If it works for you, commit it. The diff looks right." claudio@
"Seems to work here with ACX111 CardBus" jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/11 19:21:49

Modified files:
	usr.sbin/ospf6d: rde.c rde.h rde_lsdb.c 

Log message:
lsa_self() did too many things at once, and had too much logic
buried inside of it that its caller relied on.

So split it up as follows:
lsa_self()    Check whether an LSA is self-originated.
lsa_flush()   Flush an LSA from the LSDB.
lsa_reflood() Prepare an LSA for reflooding (actual reflooding currently
requires sending an imsg which must be done by the caller).

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/11 23:05:41

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add usbdevs of the smallest run(4) ever seen. That thing is smaller then
a thumb including the usb connector.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/11 23:08:02

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/11 23:12:39

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
Add id for this ridiculous small run(4) found at akihabara. As usual commited
over this run(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/03/12 00:56:13

Modified files:
	sys/kern       : syscalls.master 

Log message:
threxit() can't return, so its return type is really void

"probably does not need a crank, so perhaps just go for it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/03/12 01:04:49

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/12 01:26:04

Modified files:
	usr.bin/aucat  : sock.c 

Log message:
in full-duplex, don't send AMSG_MOVE messages twice; instead,
send only the record direction one. spotted by jakemsr


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 01:57:25

Modified files:
	devel/hudson   : Makefile 

Log message:
fix fake install where ${DISTDIR} != ${PORTSIR}/distfiles,
from Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 02:30:53

Modified files:
	security/nessus/core: Makefile 
	security/p5-Authen-Krb5-Simple: Makefile 
	security/xmlsec: Makefile 
	security/gringotts: Makefile 
	security/fwbuilder: Makefile 

Log message:
sync WANTLIB and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	pea@cvs.openbsd.org	2009/03/12 05:08:26

Modified files:
	usr.sbin/smtpd : util.c smtpd.h mta.c store.c 

Log message:
Add new function time_to_text to correctly display the date.
Use it to display the date in received from header and when we
store headers.

ok jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/12 05:12:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
For SYNCHRONIZE_CACHE command use the same code path as for READ/WRITE.
This required to factor out some common scsi code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/12 08:45:55

Modified files:
	x11/gnome/conduit: Makefile 

Log message:
- missing HOMEPAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/03/12 08:55:46

Modified files:
	x11/enlightenment: Makefile distinfo 
	x11/enlightenment/pkg: PLIST 
Removed files:
	x11/enlightenment/patches: patch-src_lang_c 

Log message:
Update to:
enlightenment-0.16.8.15
e16-docs-0.16.8.0.2
e16-themes-0.16.8.0.3

Timeout from maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/12 10:00:53

ports/sysutils/pscpug/patches

Update of /cvs/ports/sysutils/pscpug/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20676/patches

Log Message:
Directory /cvs/ports/sysutils/pscpug/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/12 10:01:43

Added files:
	sysutils/pscpug/patches: patch-Makefile_in 

Log message:
fix link order so static linking works; ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/03/12 11:18:17

Modified files:
	build          : mirrors.dat 

Log message:
gaia.colocall.net no longer mirroring OpenBSD; Eugeni Akmuradov on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/03/12 11:20:09

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/12 12:09:13

Modified files:
	x11/xfce4/thunar: Makefile 
	x11/xfce4/thunar/patches: patch-acinclude_m4 
	                          patch-plugins_thunar-uca_Makefile_in 
Added files:
	x11/xfce4/thunar/patches: patch-thunar-vfs_thunar-vfs-io-jobs_c 

Log message:
Add a patch from giovanni@ to make thunar honour umask (thanks!)
See http://bugzilla.xfce.org/show_bug.cgi?id=3532 for details.
Bump PKGNAME and regen other patches while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 12:13:54

Modified files:
	print/bibview  : Makefile 
	print/epdfview : Makefile 
	print/ghostview: Makefile 
	print/gutenprint: Makefile 
	print/gv       : Makefile 
	print/lss      : Makefile 
	print/lyx      : Makefile 

Log message:
sync WANTLIB/LIB_DEPENDS and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/12 13:10:22

Modified files:
	sys/arch/sparc64/dev: raptor.c 
	sbin/wsconsctl : util.c 
	sys/dev/wscons : wsconsio.h 

Log message:
Define a proper wsdisplay type for raptor(4).

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 14:55:09

Modified files:
	geo/gdal       : Makefile 

Log message:
add --without-geos and bump the package; autoconf sucks!
ok pval (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/12 15:00:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Advanced error checking.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/12 15:20:06

Modified files:
	sys/dev/pci    : ips.c 

Log message:
In the most common case -- array failure -- move error message under
debug not to spam dmesg, bioctl and sysctl hw.sensors will tell you
enough.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 15:46:10

Modified files:
	sysutils/gkrellm/plugins: Makefile.inc 

Log message:
missed from previous commit to this port


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/12 16:56:03

Modified files:
	sysutils/gkrellm/plugins: Makefile.inc 

Log message:
forced commit; Brad points out I should have copied the commit log
when I committed r1.20 for a missing file:

fix WANTLIB/LIB_DEPENDS, bump packages


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/12 19:20:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
Add tab's to the whitespace pattern used to eliminate existing entries
when adding a host line via addhost_entry(). Thus preventing the duplicate
entries for 127.0.0.1 we started inserting when we switched to using tabs
in the initial hosts file.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/12 20:08:43

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add nVidia GeForce 9300M CS


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/12 20:09:38

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/12 21:58:26

Modified files:
	usr.sbin/ospfd : lsupdate.c 

Log message:
When commiting the buf_left() change adding len to the check was dropped and
so a warning later on could be hit in some cases. Found by dlg@ OK dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/12 22:18:12

Modified files:
	usr.sbin/bgpd  : rde_update.c 

Log message:
Correctly encode MP unreach NLRI so that IPv6 prefixes get removed correctly.
One bug was hiding another bug and only foundry based routers where unhappy
about these bad updates. Found by Arnoud Vermeer and Elisa Jasinska at ams-ix.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/12 22:19:43

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
More paranoia when parsing empty updates. Make sure they are really empty and
don't come with some additional stuff attached to them.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/12 22:40:56

Modified files:
	usr.sbin/bgpd  : bgpd.h buffer.c session.c 

Log message:
Sync buffer API with the one from ospfd. The dynamic buffers will make other
code much easier to write. OK henning@ some time ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/12 23:43:51

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h rde.c session.c 

Log message:
Move mrt code over to use the msgbuf way of queuing buffers instead of rolling
an own version. More cleanup to come.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/13 00:25:04

Modified files:
	usr.sbin/bgpd  : bgpd.h buffer.c mrt.c mrt.h rde.c 

Log message:
Next step in mrt cleanup. Switch buf_write to a smarter version of itself.
Doing more the stuff msgbuf_write does and switch the only user -- mrt --
over to use this simpler way of writing out stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/13 01:49:28

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Process command completion errors while polling, too.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/13 02:48:12

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Some preparation steps for SCSI pass-through support:

- stack command and DCDB frames along with scatter-gather list into
one command block;
- use structure field pointers and offsetof() instead of evil pointer
arithmetics;
- add DCDB definitions.

No functional changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/13 02:56:53

Modified files:
	geo/gdal       : Makefile distinfo 
	geo/gdal/patches: patch-ogr_GNUmakefile 
Added files:
	geo/gdal/patches: patch-configure patch-swig_python_GNUmakefile 
	                  patch-swig_python_setup_py 
	geo/gdal/pkg   : DESCR-main DESCR-python PFRAG.shared-main 
	                 PLIST-main PLIST-python 
Removed files:
	geo/gdal/pkg   : DESCR PFRAG.shared PLIST 

Log message:
Update to GDAL/OGR 1.6.0 :
- enable python bindings and utilities
- split package into -main and -python
- enable support for WMS/WFS through curl
- enable geos support
- enable postgis support through postgresql-client
(all this is needed by bigger incoming GIS ports)
looks good to pval@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/13 04:03:30

Modified files:
	.              : README 

Log message:
Mention port-modules(5) and library-specs(7)
Ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 05:32:45

Modified files:
	net/thcrut     : Makefile 

Log message:
fix libnet LIB_DEPENDS, correct license markers


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 05:34:17

Modified files:
	net/angst      : Makefile 
	net/arping     : Makefile 
	net/firewalk   : Makefile 
	net/libnids    : Makefile 
	net/nemesis    : Makefile 
	net/sing       : Makefile 
	security/despoof: Makefile 
	security/dsniff: Makefile 
	security/rdp   : Makefile 
	security/scanlogd: Makefile 
	security/sentinel: Makefile 
	security/vomit : Makefile 

Log message:
fix libnet LIB_DEPENDS (new pkgspec)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 05:37:07

Modified files:
	sysutils/heartbeat: Makefile 

Log message:
fix libnet LIB_DEPENDS (new pkgspec)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 06:29:38

Modified files:
	x11/gnome/mag  : Makefile distinfo 
	x11/gnome/mag/pkg: PLIST 

Log message:
- update gnome-mag to 0.15.5
* translation updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 06:33:18

Modified files:
	.              : INDEX 

Log message:
sync, 5584


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 06:59:47

Modified files:
	x11/itk        : Makefile 

Log message:
convert to use tk.port.mk and bump, fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:05:05

Modified files:
	audio/xcd      : Makefile 

Log message:
convert to tk.port.mk; fixes pkgspec. add license marker.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:09:34

Modified files:
	databases/pgtcl: Makefile 

Log message:
convert to tcl.port.mk; fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:13:44

Modified files:
	devel/tkcvs    : Makefile 

Log message:
convert to tk.port.mk; fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/13 07:17:26

Modified files:
	inputmethods/libtomoe-gtk: Makefile 
	inputmethods/scim-hangul: Makefile 
	inputmethods/scim-pinyin: Makefile 
	inputmethods/scim-tables: Makefile 

Log message:
- fix WANTLIB & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/13 07:23:54

Modified files:
	multimedia/avidemux: Makefile 

Log message:
- add XXX reminder for myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:36:57

Modified files:
	devel/tkcvs    : Makefile 
	devel/tkcvs/patches: patch-tkcvs_doinstall 
Removed files:
	devel/tkcvs/patches: patch-tkcvs_cvscheck_blank 

Log message:
- better conversion to tk.port.mk (use MODTCL_TCLSH_ADJ and MODTK_BIN).
- use ${LOCALBASE} where appropriate
- bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:46:21

Modified files:
	lang/tcl       : tcl.port.mk 

Log message:
allow tclsh/wish substitution on lines 3 or 4, not just line 3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 07:48:04

Modified files:
	devel/tkdiff   : Makefile 
Removed files:
	devel/tkdiff/patches: patch-tkdiff 

Log message:
convert to tcl/tk.port.mk and bump, fixes pkgspec. requires tcl.port.mk r1.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 08:07:06

Modified files:
	x11/tk         : tk.port.mk 

Log message:
correct _MODTK_SPEC (pasto, missed s/tcl/tk)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 08:11:02

Modified files:
	x11/iwidgets   : Makefile 

Log message:
convert to tk.port.mk and bump; fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 08:43:54

Modified files:
	graphics/colorexplorer: Makefile 
Removed files:
	graphics/colorexplorer/patches: patch-ColorExplorer_tcl 

Log message:
convert to tk.port.mk and bump, fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 09:17:02

Modified files:
	mail/exmh2     : Makefile 
	mail/exmh2/files: configure 

Log message:
- convert to tk.port.mk and bump; fixes pkgspec
- add license marker


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 09:37:47

Modified files:
	mail/tkrat     : Makefile 

Log message:
convert to tk.port.mk and bump; fixes pkgspec


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/03/13 09:57:14

Modified files:
	.              : donations.html 

Log message:
Fixup Frédéric


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/13 10:05:40

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
No need for a line break, makes code a bit more compact.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/13 11:02:54

Modified files:
	net/bitlbee    : Makefile 

Log message:
- wantlib/lib_depends cleaning
- add gpl version


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/13 11:12:54

Modified files:
	devel/flatzebra: Makefile 

Log message:
use author's preferred URL for home page and master site; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/13 11:14:13

Modified files:
	games/batrachians: Makefile 
	games/batrachians/pkg: PLIST 
Added files:
	games/batrachians/patches: patch-Makefile_in 

Log message:
include maintainer's email address and sync with the other ports of games
by the same author; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/13 11:15:44

Modified files:
	games/afternoonstalker: Makefile distinfo 
	games/afternoonstalker/patches: patch-Makefile_in 
	                                patch-src_Makefile_in 
	games/afternoonstalker/pkg: PLIST 
	games/burgerspace: Makefile distinfo 
	games/burgerspace/patches: patch-Makefile_in 
	                           patch-src_Makefile_in 
	games/cosmosmash: Makefile distinfo 
	games/cosmosmash/patches: patch-Makefile_in 
	                          patch-src_Makefile_in 
Added files:
	games/afternoonstalker/patches: 
	                                patch-src_AfternoonStalkerEngine_cpp 
	games/burgerspace/patches: patch-src_BurgerSpaceEngine_cpp 

Log message:
Update to latest version, so it will work with flatzebra 0.1.2.
LP64 fixes.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 11:58:47

Modified files:
	graphics/xmedcon: Makefile distinfo 
	graphics/xmedcon/pkg: PLIST 
Removed files:
	graphics/xmedcon/patches: patch-configure patch-medcon_h 

Log message:
- update xmedcon to 0.10.4
* switches from gtk+1 to gtk+2 among other changes

from new maintainer Benoit Lecocq (ok Tom Knienieder (previous maintainer)

fix license version and tweak WANTLIB, by me


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/13 12:39:09

Modified files:
	astro/stellarium: Makefile distinfo 
	astro/stellarium/patches: patch-data_default_config_ini 
Added files:
	astro/stellarium/patches: patch-CMakeLists_txt 

Log message:
- update to stellarium-0.10.2


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/13 12:41:57

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Fixed potential aml_freevalue on uninitialized stack , reported by krw
Fixup in acpidock for aml_evalinteger
ok @marco


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/03/13 12:53:50

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
Fixup in acpidock for aml_evalinteger
Reported by guenther
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/03/13 13:01:03

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
tabs; stupid emacs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 13:34:01

Log message:
    import avant-window-navigator 0.3.2
    
    Avant Window Navigator (Awn) is a dock-like bar which sits at the bottom
    of the screen. It has support for launchers, task lists, and third party
    applets.
    
    with feedback from landry@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090313
    
    N ports/x11/awn/distinfo
    N ports/x11/awn/Makefile
    N ports/x11/awn/pkg/DESCR
    N ports/x11/awn/pkg/PLIST
    N ports/x11/awn/pkg/MESSAGE
    N ports/x11/awn/patches/patch-awn-manager_awn-launcher-editor_in
    N ports/x11/awn/patches/patch-po_Makefile_in_in
    N ports/x11/awn/patches/patch-libawn_awn-config-client-gconf_c
    N ports/x11/awn/patches/patch-data_awn-schema-to-gconf
    N ports/x11/awn/patches/patch-data_awn-autostart
    N ports/x11/awn/patches/patch-data_awn-applets-migration
    N ports/x11/awn/patches/patch-awn-manager_awnManager_py_in
    N ports/x11/awn/patches/patch-awn-applet-activation_main_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 13:36:29

Modified files:
	x11            : Makefile 

Log message:
- add awn


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/13 14:03:21

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Add SCSI pass-through and enclosure support. Tested on lpinto's
machine which has safte(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 15:33:06

Modified files:
	security/opensc: Makefile distinfo 
	security/opensc/patches: patch-configure patch-doc_Makefile_in 
	security/opensc/pkg: PLIST 

Log message:
- security update to 0.11.7, fixes SA34052

from douglas santos (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 15:33:43

Modified files:
	security/openct: Makefile 
Added files:
	security/openct/patches: patch-configure 

Log message:
- fix socket dir

from douglas santos (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/13 15:53:50

Modified files:
	games/freedroidrpg: Makefile distinfo 
	games/freedroidrpg/patches: patch-po_Makefile_in 
	                            patch-src_Makefile_in 
	games/freedroidrpg/pkg: PLIST 
Removed files:
	games/freedroidrpg/patches: patch-src_init_c 

Log message:
- update to freedroidrpg-0.12
several enhancements and lots of bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 16:14:56

Modified files:
	misc/tkinfo    : Makefile 
Removed files:
	misc/tkinfo/patches: patch-tkinfo 

Log message:
convert to tk.port.mk, update license marker, bump. fixes pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/13 16:32:52

Modified files:
	x11/awn        : Makefile 
	x11/awn/patches: patch-data_awn-autostart 

Log message:
- tweaks, from antoine@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 16:36:38

Modified files:
	misc/tkman     : Makefile 
	misc/tkman/patches: patch-Makefile 

Log message:
convert to tk.port.mk to fix pkgspec; add license marker and some
PERMIT...=Yes (at some point this was changed to Artistic License).
bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/13 16:48:14

Modified files:
	net/tkirc      : Makefile 
	net/tkirc/patches: patch-tkirc2 

Log message:
convert to tk.port.mk, fixing pkgspec.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/13 17:06:14

Modified files:
	audio/jack     : Makefile 
	audio/jack/files: sndio_driver.c 

Log message:
fixes for the sndio backend:
* deal with sio_{read,write} possibly moving less data than requested
* check for out-of-sync conditions and restart if they occur

makes running jackd over aucat much more reliable


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/13 20:19:05

ports/audio/portaudio-svn/files

Update of /cvs/ports/audio/portaudio-svn/files
In directory cvs.openbsd.org:/tmp/cvs-serv27251/files

Log Message:
Directory /cvs/ports/audio/portaudio-svn/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/13 20:31:40

Modified files:
	audio/portaudio-svn: Makefile distinfo 
	audio/portaudio-svn/patches: patch-Makefile_in 
Added files:
	audio/portaudio-svn/files: pa_sndio.c 
	audio/portaudio-svn/patches: patch-configure_in 
	                             patch-include_portaudio_h 
	                             patch-src_os_unix_pa_unix_hostapis_c 
Removed files:
	audio/portaudio-svn/patches: patch-configure 
	                             patch-src_hostapi_oss_pa_unix_oss_c 

Log message:
- update to rev 1406
- add sndio backend written by ratchov@
- disable OSS backend


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/13 20:43:48

Modified files:
	faq            : faq4.html 

Log message:
stupid-o's...pointed out by and diff from Alan R. S. Bueno, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/13 21:48:07

Modified files:
	audio/vamp-plugin-sdk: Makefile distinfo 
	audio/vamp-plugin-sdk/pkg: PLIST 
Added files:
	audio/vamp-plugin-sdk/patches: patch-Makefile_in 
Removed files:
	audio/vamp-plugin-sdk/patches: patch-Makefile 

Log message:
update to vamp-plugin-sdk-2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/13 21:49:43

Modified files:
	audio/audacity : Makefile distinfo 
	audio/audacity/patches: patch-Makefile_in patch-configure 
	                        patch-lib-src_portmixer_configure 
	                        patch-locale_Makefile_in 
	                        patch-src_Audacity_h 
	                        patch-src_FFmpeg_cpp patch-src_FFmpeg_h 
	                        patch-src_Sequence_cpp 
	                        patch-src_audacity_desktop 
	                        patch-src_export_ExportMP3_cpp 
	audio/audacity/pkg: PLIST 
Added files:
	audio/audacity/patches: patch-src_AudioIO_cpp 
	                        patch-src_prefs_FileFormatPrefs_cpp 
Removed files:
	audio/audacity/patches: 
	                        patch-lib-src_portmixer_px_tests_Makefile 
	                        patch-lib-src_portmixer_px_unix_oss_Makefile 

Log message:
update to audacity-1.3.7


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/14 00:23:46

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
D-Link DWA-130, from Todd Carson in pr 6105.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/14 00:25:24

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
Match on D-Link DWA-130.
From Todd Carson in pr 6105.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/14 00:31:48

Modified files:
	sys/dev/i2c    : i2c_scan.c 

Log message:
apologize (dlg and claudio, stop snickering)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/14 00:35:50

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 02:10:39

Modified files:
	mail           : Makefile 

Log message:
- hook zarafa

"no reason for keeping it unhooked" landry@, ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 04:02:48

Removed files:
	textproc/scrollkeeper: Makefile distinfo 
	textproc/scrollkeeper/files: scrollkeeper.spec 
	textproc/scrollkeeper/patches: patch-Makefile_in 
	                               patch-buildtools_Makefile_in 
	                               patch-extract_dtds_Makefile_in 
	                               patch-libs_i18n_c 
	                               patch-libs_install_c 
	                               patch-man_man7_scrollkeeper_7 
	                               patch-man_man8_scrollkeeper-rebuilddb_8 
	                               patch-man_man8_scrollkeeper-update_8 
	textproc/scrollkeeper/pkg: DESCR PFRAG.shared PLIST 

Log message:
- remove scrollkeeper
it has been superseded by rarian and has been set to IGNORE for a while now

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 04:34:07

Modified files:
	comms/xastir   : Makefile 

Log message:
fix db dep and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 04:38:13

Modified files:
	databases/directoryassistant: Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 04:40:54

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 
	comms/gmfsk    : Makefile 
	comms/gmfsk/pkg: PLIST 
	devel/gconf-editor: Makefile 
	devel/gconf-editor/pkg: PLIST 
	devel/glade3   : Makefile 
	devel/glade3/pkg: PLIST 
	games/pioneers : Makefile 
	games/pioneers/pkg: PLIST 
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-main 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST 
	mail/mail-notification: Makefile 
	mail/mail-notification/pkg: PLIST 
	math/gnumeric  : Makefile 
	math/gnumeric/pkg: PLIST 
	print/lilypond : Makefile 
	print/lilypond/pkg: PLIST-main 
	productivity/gnucash-docs: Makefile 
	productivity/gnucash-docs/pkg: PLIST 
	textproc/gtk-doc: Makefile 
	textproc/gtk-doc/pkg: PLIST 
	textproc/rarian: Makefile 
	textproc/rarian/pkg: PLIST 
	www/epiphany   : Makefile 
	www/epiphany/pkg: PLIST 
	www/epiphany-extensions: Makefile 
	www/epiphany-extensions/pkg: PLIST 
	www/galeon     : Makefile 
	www/galeon/pkg : PLIST 
	x11/gdesklets  : Makefile 
	x11/gdesklets/pkg: PLIST 
	x11/gnome/applets2: Makefile 
	x11/gnome/applets2/pkg: PLIST-battstat PLIST-main 
	x11/gnome/baker: Makefile 
	x11/gnome/baker/pkg: PLIST 
	x11/gnome/cheese: Makefile 
	x11/gnome/cheese/pkg: PLIST 
	x11/gnome/conduit: Makefile 
	x11/gnome/conduit/pkg: PLIST 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/controlcenter2/pkg: PLIST 
	x11/gnome/dasher: Makefile 
	x11/gnome/dasher/pkg: PLIST 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/deskbar-applet/pkg: PLIST 
	x11/gnome/desktop: Makefile 
	x11/gnome/desktop/pkg: PLIST 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/devel-docs/pkg: PLIST 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/doc-utils/pkg: PLIST 
	x11/gnome/ekiga: Makefile 
	x11/gnome/ekiga/pkg: PLIST 
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog/pkg: PLIST 
	x11/gnome/f-spot: Makefile 
	x11/gnome/f-spot/pkg: PLIST 
	x11/gnome/file-roller: Makefile 
	x11/gnome/file-roller/pkg: PLIST 
	x11/gnome/games: Makefile 
	x11/gnome/games/pkg: PLIST 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gcalctool/pkg: PLIST 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gnopernicus/pkg: PLIST 
	x11/gnome/gok  : Makefile 
	x11/gnome/gok/pkg: PLIST 
	x11/gnome/gossip: Makefile 
	x11/gnome/gossip/pkg: PLIST 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gucharmap/pkg: PLIST 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/keyring-manager/pkg: PLIST 
	x11/gnome/libgnomedb: Makefile 
	x11/gnome/libgnomedb/pkg: PLIST 
	x11/gnome/media: Makefile 
	x11/gnome/media/pkg: PLIST 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/mousetweaks/pkg: PLIST 
	x11/gnome/panel: Makefile 
	x11/gnome/panel/pkg: PLIST 
	x11/gnome/planner: Makefile 
	x11/gnome/planner/pkg: PLIST 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse/pkg: PLIST 
	x11/gnome/terminal: Makefile 
	x11/gnome/terminal/pkg: PLIST 
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/pkg: PLIST 
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 
	x11/gnome/users-guide: Makefile 
	x11/gnome/users-guide/pkg: PLIST 
	x11/gnome/utils: Makefile 
	x11/gnome/utils/pkg: PLIST 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vinagre/pkg: PLIST 
	x11/gnome/zenity: Makefile 
	x11/gnome/zenity/pkg: PLIST 

Log message:
- first pass at cleaning rarian/scrollkeeper handling
remove rarian-sk-update from PLIST ; it is only a wrapper that does
noting: librarian takes care of everything now.

discussed with jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 04:46:56

Modified files:
	infrastructure/mk: gnu.port.mk 

Log message:
- add old behaviour back where MODGNU_AUTOMAKE_DEPENDS is always set even
when not using CONFIGURE_STYLE=automake
this fixes ports depending on a specific version of automake while e.g
using the gnu CONFIGURE_STYLE

ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 04:48:12

Modified files:
	misc/shared-mime-info: Makefile distinfo 
	misc/shared-mime-info/patches: patch-Makefile_in 
	misc/shared-mime-info/pkg: PLIST 

Log message:
- update to shared-mime-info-0.60

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/14 05:05:50

Modified files:
	geo/gdal       : Makefile 
Added files:
	geo/gdal/pkg   : DESCR-perl PLIST-perl 

Log message:
Enable perl bindings, and split them into a new subpackage.
While here, take maintainership (prodded by pval@)
Diff from James Wright james2vegas // aim.com (thanks!) via pval@, plus
some tweaks by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 05:09:07

Modified files:
	games/forcedattack: Makefile 

Log message:
bump for python


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 05:36:25

Modified files:
	audio/rhythmbox: Makefile 
	comms/gmfsk    : Makefile 
	devel/gconf-editor: Makefile 
	devel/glade3   : Makefile 
	games/pioneers : Makefile 
	graphics/evince: Makefile 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	mail/mail-notification: Makefile 
	math/gnumeric  : Makefile 
	print/lilypond : Makefile 
	productivity/gnucash-docs: Makefile 
	textproc/gtk-doc: Makefile 
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 
	www/galeon     : Makefile 
	x11/gdesklets  : Makefile 
	x11/gnome/applets2: Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/cheese: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gossip: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/libgnomedb: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/users-guide: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vinagre: Makefile 

Log message:
- nothing should have to run_depends on rarian anymore
- explicitely add build_depends on rarian where gnome-doc-utils is also a
build dependency as it does not itself run_depends on rarian anymore

This was the 2nd and hopefully last pass of rarian/scrollkeeper cleaning.

discussed with jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 05:39:51

Modified files:
	geo/osm-gps-map: Makefile 

Log message:
- tyop


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 05:49:41

Modified files:
	databases/p5-BerkeleyDB: Makefile 

Log message:
fix db dep


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 06:24:48

Modified files:
	databases/pgloader: Makefile 
	databases/pgworksheet: Makefile 
	databases/postgresql-odbc: Makefile 
	databases/py-axiom: Makefile 
	databases/py-cdb: Makefile 
	databases/py-elixir: Makefile 

Log message:
fix a few depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 06:31:15

Modified files:
	lang/python/2.4: Makefile 

Log message:
bump for tk


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2009/03/14 06:32:44

Modified files:
	.              : index.html 

Log message:
mirror openbsd.default.co.yu changes name to openbsd.default.rs

from bc at default.rs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 06:52:15

Modified files:
	geo/gdal       : Makefile 
	geo/qlandkarte : Makefile 

Log message:
- fix wantlib & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 07:12:51

Modified files:
	databases/py-ldap: Makefile 
	databases/py-mysql: Makefile 
	databases/py-pgsql: Makefile 
	databases/py-psycopg: Makefile 

Log message:
fix deps


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/14 07:18:42

www/papers/asiabsdcon2009-release_engineering

Update of /cvs/www/papers/asiabsdcon2009-release_engineering
In directory cvs.openbsd.org:/var/www/www/papers/asiabsdcon2009-release_engineering

Log Message:
Directory /cvs/www/papers/asiabsdcon2009-release_engineering added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/14 07:20:57

Modified files:
	.              : events.html 
Added files:
	papers/asiabsdcon2009-release_engineering: index.html 
	                                           mgp00001.html 
	                                           mgp00001.idx.jpg 
	                                           mgp00001.jpg 
	                                           mgp00001.txt 
	                                           mgp00002.html 
	                                           mgp00002.idx.jpg 
	                                           mgp00002.jpg 
	                                           mgp00002.txt 
	                                           mgp00003.html 
	                                           mgp00003.idx.jpg 
	                                           mgp00003.jpg 
	                                           mgp00003.txt 
	                                           mgp00004.html 
	                                           mgp00004.idx.jpg 
	                                           mgp00004.jpg 
	                                           mgp00004.txt 
	                                           mgp00005.html 
	                                           mgp00005.idx.jpg 
	                                           mgp00005.jpg 
	                                           mgp00005.txt 
	                                           mgp00006.html 
	                                           mgp00006.idx.jpg 
	                                           mgp00006.jpg 
	                                           mgp00006.txt 
	                                           mgp00007.html 
	                                           mgp00007.idx.jpg 
	                                           mgp00007.jpg 
	                                           mgp00007.txt 
	                                           mgp00008.html 
	                                           mgp00008.idx.jpg 
	                                           mgp00008.jpg 
	                                           mgp00008.txt 
	                                           mgp00009.html 
	                                           mgp00009.idx.jpg 
	                                           mgp00009.jpg 
	                                           mgp00009.txt 
	                                           mgp00010.html 
	                                           mgp00010.idx.jpg 
	                                           mgp00010.jpg 
	                                           mgp00010.txt 
	                                           mgp00011.html 
	                                           mgp00011.idx.jpg 
	                                           mgp00011.jpg 
	                                           mgp00011.txt 
	                                           mgp00012.html 
	                                           mgp00012.idx.jpg 
	                                           mgp00012.jpg 
	                                           mgp00012.txt 
	                                           mgp00013.html 
	                                           mgp00013.idx.jpg 
	                                           mgp00013.jpg 
	                                           mgp00013.txt 
	                                           mgp00014.html 
	                                           mgp00014.idx.jpg 
	                                           mgp00014.jpg 
	                                           mgp00014.txt 
	                                           mgp00015.html 
	                                           mgp00015.idx.jpg 
	                                           mgp00015.jpg 
	                                           mgp00015.txt 
	                                           mgp00016.html 
	                                           mgp00016.idx.jpg 
	                                           mgp00016.jpg 
	                                           mgp00016.txt 
	                                           mgp00017.html 
	                                           mgp00017.idx.jpg 
	                                           mgp00017.jpg 
	                                           mgp00017.txt 
	                                           mgp00018.html 
	                                           mgp00018.idx.jpg 
	                                           mgp00018.jpg 
	                                           mgp00018.txt 
	                                           mgp00019.html 
	                                           mgp00019.idx.jpg 
	                                           mgp00019.jpg 
	                                           mgp00019.txt 
	                                           mgp00020.html 
	                                           mgp00020.idx.jpg 
	                                           mgp00020.jpg 
	                                           mgp00020.txt 
	                                           mgp00021.html 
	                                           mgp00021.idx.jpg 
	                                           mgp00021.jpg 
	                                           mgp00021.txt 
	                                           mgp00022.html 
	                                           mgp00022.idx.jpg 
	                                           mgp00022.jpg 
	                                           mgp00022.txt 
	                                           mgp00023.html 
	                                           mgp00023.idx.jpg 
	                                           mgp00023.jpg 
	                                           mgp00023.txt 
	                                           mgp00024.html 
	                                           mgp00024.idx.jpg 
	                                           mgp00024.jpg 
	                                           mgp00024.txt 

Log message:
first talk...


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 07:52:30

Modified files:
	education/drgeo: Makefile 
	education/gtypist: Makefile 

Log message:
- fix wantlib & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 08:08:39

Log message:
    Import pingus-0.7.2
    
    Pingus is a free Lemmings-like game in 2D graphics.
    <...>
    
    Based on a submission from Antti Harri.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090314
    
    N ports/games/pingus/Makefile
    N ports/games/pingus/distinfo
    N ports/games/pingus/patches/patch-doc_pingus_6
    N ports/games/pingus/patches/patch-src_pingus_main_cpp
    N ports/games/pingus/patches/patch-SConstruct
    N ports/games/pingus/pkg/DESCR
    N ports/games/pingus/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 08:09:18

Modified files:
	games          : Makefile 

Log message:
+pingus


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/14 08:23:05

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
There should only be one ::1 and one 127.0.0.1 entry in the hosts
file.  And 'localhost' don't need no stinkin' domain names.

Insert line(s) with the address(es) of last interface defined instead
of duplicate ::1 and 127.0.0.1 entries, Thus dhcp configured
interfaces may eventually drift away from the value in hosts file.

Much discussed just before tree lock. Time to see what happens.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 08:47:28

Modified files:
	databases/py-psycopg2: Makefile 
	databases/py-pygresql: Makefile 
	databases/py-sqlalchemy: Makefile 
	databases/py-sqlite: Makefile 
	databases/py-sqlobject: Makefile 
	databases/py-storm: Makefile 
	databases/py-sybase: Makefile 
	databases/ruby-bdb: Makefile 
	databases/skytools: Makefile 
	textproc/asciidoc: Makefile 
	devel/arm-elf/gcc: Makefile 

Log message:
fix deps


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/14 09:32:55

Modified files:
	usr.sbin/dvmrpd: dvmrp.h dvmrpd.h dvmrpe.c dvmrpe.h prune.c 
	                 rde.c rde.h rde_mfc.c rde_srt.c 

Log message:
Initial support for pruning. When every single interface is removed from the
downstream list for a particular source send a prune to the upstream router.

input and ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/14 09:40:29

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : usbdevs if_run.c 

Log message:
add more run(4) USB ids, clarify some.
from FUKAUMI Naoki.

add a HARDWARE section to the run(4) man page to start listing
known run(4) devices while i'm at it.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/14 09:41:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/14 09:53:23

Modified files:
	sys/dev/usb    : if_run.c if_runvar.h 

Log message:
some devices like the Planex GW-US300MiniS seem to have only 4 Tx bulk
endpoints instead of 6 (4 EDCAs + HCCA + Prio).
since we do not use the last two endpoints anyway, only check that we
have at least found 4 Tx bulk endpoints.

from FUKAUMI Naoki.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/14 09:55:39

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Installed dhclient.conf is now all comments. Installed hosts is
now correct as is, since we don't add info to localhost lines. So
ditch comment-preserving dance through /tmp and just append our
new info to installed files. Shrinks scripts without changing
behaviour.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 10:49:18

Modified files:
	emulators/BasiliskII: Makefile 
	emulators/uae  : Makefile 

Log message:
- fix wantlib & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 10:50:13

Modified files:
	emulators/zsnes: Makefile 

Log message:
- fix BUILD_DEPENDS spec


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/14 10:54:26

Modified files:
	regress/sys/ptrace: ptrace.c 

Log message:
Add mips64 and sh support to this test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 11:51:10

Modified files:
	x11/kde/office3: Makefile 

Log message:
- fix lib_depends spec


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 12:32:34

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 

Log message:
- regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 12:38:05

Modified files:
	audio/mppenc   : Makefile 
	audio/mppenc/pkg: PLIST 

Log message:
- regen PLIST (add @bin marker)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 12:59:36

Modified files:
	devel/cmake    : Makefile 
	devel/cmake/pkg: PLIST 

Log message:
- regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/14 13:01:31

Modified files:
	net/xmlrpc-c   : Makefile distinfo 
	net/xmlrpc-c/patches: patch-Makefile_config_in 
	                      patch-lib_abyss_src_socket_unix_c 
	                      patch-src_Makefile 
	net/xmlrpc-c/pkg: PLIST 
Removed files:
	net/xmlrpc-c/patches: 
	                      patch-lib_curl_transport_xmlrpc_curl_transport_c 
	                      patch-src_cpp_test_testclient_cpp 

Log message:
- update to "super stable version" 1.06.32

from Max Varencov with some tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/14 14:38:12

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/armish: hardware 
	distrib/notes/hppa: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/landisk: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 
	distrib/notes/zaurus: hardware 

Log message:
run devices, harvested from run.4;


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2009/03/14 14:57:22

Modified files:
	.              : amd64.html i386.html macppc.html sgi.html 
	                 sparc64.html 

Log message:
+run(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/14 15:09:40

Modified files:
	www/august     : Makefile 
Added files:
	www/august/patches: patch-august 

Log message:
- convert to tk.port.mk and bump: fixes pkgspec
- update license marker
- switch from rxvt (not listed as a dependency) to xterm as the default
terminal for lynx previews


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/14 15:18:59

Modified files:
	net/quirc      : Makefile 

Log message:
- convert to tk.port.mk and bump; fixes pkgspec
- add license marker


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/14 16:08:28

Log message:
    Import Pyro-3.8.1
    
    Pyro is an acronym for PYthon Remote Objects. It is an advanced and
    powerful Distributed Object Technology system written entirely in
    Python, that is designed to be very easy to use.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090314
    
    N ports/devel/py-pyro/Makefile
    N ports/devel/py-pyro/distinfo
    N ports/devel/py-pyro/pkg/PLIST
    N ports/devel/py-pyro/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/14 16:10:13

Modified files:
	devel          : Makefile 

Log message:
Add py-pyro.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/14 17:13:34

Modified files:
	devel/avr/gcc  : Makefile 
	devel/bzr      : Makefile 
	devel/cvs20hg  : Makefile 
	devel/py-rcsparse: Makefile 
	devel/flawfinder: Makefile 
	devel/gconfmm  : Makefile 
	devel/goopy    : Makefile 
	devel/ipython  : Makefile 

Log message:
fix a few depends (python mostly)


CVSROOT:	/cvs
Module name:	src
Changes by:	mcbride@cvs.openbsd.org	2009/03/14 17:44:09

Modified files:
	sys/net        : pf.c 

Log message:
Some ICMP types that also have icmp_id, pointed out by markus@

ok henning markus


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/14 20:19:31

Modified files:
	lang/mono      : Makefile 
Added files:
	lang/mono/patches: patch-mono_os_gc_wrapper_h 

Log message:
- semop(2) is not supported by pthreads, so disable its use
- ensure boehm-gc headers are included with thread support enabled
okay robert@ jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/14 20:40:51

Modified files:
	faq            : faq4.html 

Log message:
The "I don't want to install xbase" whin^Wquestion is a FAQ.  Here's an
answer.  Passed todd@'s sanity check.


CVSROOT:	/cvs
Module name:	www
Changes by:	claudio@cvs.openbsd.org	2009/03/14 23:19:24

www/papers/asiabsdcon2009-bgpd

Update of /cvs/www/papers/asiabsdcon2009-bgpd
In directory cvs.openbsd.org:/tmp/cvs-serv7104/asiabsdcon2009-bgpd

Log Message:
Directory /cvs/www/papers/asiabsdcon2009-bgpd added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	claudio@cvs.openbsd.org	2009/03/14 23:23:28

Modified files:
	papers         : index.html 
Added files:
	papers         : asiabsdcon2009-bgpd.pdf 
	papers/asiabsdcon2009-bgpd: index.html mgp00001.html 
	                            mgp00001.idx.png mgp00001.png 
	                            mgp00001.txt mgp00002.html 
	                            mgp00002.idx.png mgp00002.png 
	                            mgp00002.txt mgp00003.html 
	                            mgp00003.idx.png mgp00003.png 
	                            mgp00003.txt mgp00004.html 
	                            mgp00004.idx.png mgp00004.png 
	                            mgp00004.txt mgp00005.html 
	                            mgp00005.idx.png mgp00005.png 
	                            mgp00005.txt mgp00006.html 
	                            mgp00006.idx.png mgp00006.png 
	                            mgp00006.txt mgp00007.html 
	                            mgp00007.idx.png mgp00007.png 
	                            mgp00007.txt mgp00008.html 
	                            mgp00008.idx.png mgp00008.png 
	                            mgp00008.txt mgp00009.html 
	                            mgp00009.idx.png mgp00009.png 
	                            mgp00009.txt mgp00010.html 
	                            mgp00010.idx.png mgp00010.png 
	                            mgp00010.txt mgp00011.html 
	                            mgp00011.idx.png mgp00011.png 
	                            mgp00011.txt mgp00012.html 
	                            mgp00012.idx.png mgp00012.png 
	                            mgp00012.txt mgp00013.html 
	                            mgp00013.idx.png mgp00013.png 
	                            mgp00013.txt mgp00014.html 
	                            mgp00014.idx.png mgp00014.png 
	                            mgp00014.txt mgp00015.html 
	                            mgp00015.idx.png mgp00015.png 
	                            mgp00015.txt mgp00016.html 
	                            mgp00016.idx.png mgp00016.png 
	                            mgp00016.txt mgp00017.html 
	                            mgp00017.idx.png mgp00017.png 
	                            mgp00017.txt mgp00018.html 
	                            mgp00018.idx.png mgp00018.png 
	                            mgp00018.txt mgp00019.html 
	                            mgp00019.idx.png mgp00019.png 
	                            mgp00019.txt mgp00020.html 
	                            mgp00020.idx.png mgp00020.png 
	                            mgp00020.txt mgp00021.html 
	                            mgp00021.idx.png mgp00021.png 
	                            mgp00021.txt mgp00022.html 
	                            mgp00022.idx.png mgp00022.png 
	                            mgp00022.txt mgp00023.html 
	                            mgp00023.idx.png mgp00023.png 
	                            mgp00023.txt mgp00024.html 
	                            mgp00024.idx.png mgp00024.png 
	                            mgp00024.txt mgp00025.html 
	                            mgp00025.idx.png mgp00025.png 
	                            mgp00025.txt mgp00026.html 
	                            mgp00026.idx.png mgp00026.png 
	                            mgp00026.txt mgp00027.html 
	                            mgp00027.idx.png mgp00027.png 
	                            mgp00027.txt 

Log message:
My slides and paper on bgpd.


CVSROOT:	/cvs
Module name:	www
Changes by:	claudio@cvs.openbsd.org	2009/03/15 00:14:11

Modified files:
	.              : events.html 

Log message:
Link to my presentation.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/15 03:04:34

Modified files:
	devel/scons    : Makefile distinfo 
	devel/scons/pkg: PLIST 

Log message:
update to 1.2.0

from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 03:25:04

Modified files:
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.7  : Makefile 
	devel/libuta   : Makefile 
	math/graphviz  : Makefile 

Log message:
more depends fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 03:35:50

Modified files:
	sys/arch/landisk/landisk: bus_dma.c 

Log message:
In _bus_dmamem_alloc(), do not bother printing avail_start and avail_end
in the DEBUG code, since these values aren't used there anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/03/15 04:31:37

Modified files:
	usr.bin/aucat  : sock.c 

Log message:
fix a couple comment typos


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 05:02:07

Modified files:
	x11/gnome/gcalctool: Makefile 

Log message:
- this needs libtool and rarian


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 05:26:38

Modified files:
	sys/arch/alpha/include: cpu.h 
	sys/arch/sparc/sparc: cpuvar.h 

Log message:
Allow CPU_INFO_UNIT() to be used before cpu0 attaches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 05:36:24

ports/databases/py-sybase/patches

Update of /cvs/ports/databases/py-sybase/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8698/patches

Log Message:
Directory /cvs/ports/databases/py-sybase/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 05:45:08

Modified files:
	databases/ocaml-postgresql: Makefile 
	databases/ocaml-postgresql/pkg: PLIST 
	databases/ocaml-sqlite3: Makefile 
	databases/p5-DBD-Sybase: Makefile 
	databases/p5-DBD-Sybase/patches: patch-Makefile_PL 
	databases/p5-DBD-Sybase/pkg: PLIST 
	databases/py-sybase: Makefile 
	databases/py-sybase/pkg: PLIST 
Added files:
	databases/py-sybase/patches: patch-setup_py 

Log message:
- fix wantlib, regen plists, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 05:50:10

Log message:
    Import genius-1.0.6
    
    Genius is a general purpose calculator program similiar in some aspects
    to BC, Matlab, Maple or Mathematica.  It is useful both as a simple
    calculator and as a research or educational tool.  The syntax is very
    intuitive and is designed to mimic how mathematics is usually written.
    GEL is the name of its extention language, it stands for Genius
    Extension Language.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090315
    
    N ports/x11/gnome/genius/distinfo
    N ports/x11/gnome/genius/Makefile
    N ports/x11/gnome/genius/pkg/DESCR
    N ports/x11/gnome/genius/pkg/PLIST
    N ports/x11/gnome/genius/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 05:51:15

Modified files:
	x11/gnome      : Makefile 

Log message:
+genius


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/15 05:53:11

Modified files:
	devel/py-pyro  : Makefile 
	devel/py-pyro/pkg: PLIST 

Log message:
install docs and examples under py-* as other ports do. bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/15 06:18:03

Log message:
    Import Routes-1.10.3
    
    Routes is a Python re-implementation of the Rails routes system for
    mapping URL's to Controllers/Actions and generating URL's. Routes
    makes it easy to create pretty and concise URL's that are RESTful
    with little effort.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090315
    
    N ports/www/py-routes/Makefile
    N ports/www/py-routes/distinfo
    N ports/www/py-routes/pkg/PLIST
    N ports/www/py-routes/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/15 06:21:15

Modified files:
	www            : Makefile 

Log message:
Enter py-routes


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 06:49:36

Modified files:
	devel/llvm     : Makefile 
	devel/mercurial: Makefile 
	devel/py-Checker: Makefile 
	devel/py-asn1  : Makefile 
	devel/py-babel : Makefile 
	devel/py-buildbot: Makefile 
	devel/py-configobj: Makefile 
	devel/py-ctypes: Makefile 
	devel/py-dateutil: Makefile 
	devel/py-decoratortools: Makefile 
	devel/py-editdist: Makefile 
	devel/py-gdata : Makefile 
	devel/py-html5lib: Makefile 
	devel/py-kid   : Makefile 
	devel/py-logilab-astng: Makefile 
	devel/py-logilab-common: Makefile 
	devel/py-nose  : Makefile 
	devel/py-notify: Makefile 
	devel/py-openbsd: Makefile 
	devel/py-optik : Makefile 
	devel/py-parsing: Makefile 

Log message:
A few python deps updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:03:42

Modified files:
	lang/python    : python.port.mk 
	devel/py-pexpect: Makefile 
	devel/py-protocols: Makefile 
	devel/py-psyco : Makefile 
	devel/py-py    : Makefile 
	devel/py-radix : Makefile 
	devel/py-ruledispatch: Makefile 
	devel/py-silc  : Makefile 
	devel/py-tpg   : Makefile 
	devel/py-turbocheetah: Makefile 
	devel/py-turbojson: Makefile 
	devel/py-turbokid: Makefile 
	devel/py-tz    : Makefile 
	devel/py-unit  : Makefile 
	devel/py-urwid : Makefile 
	devel/py-xdg   : Makefile 
	devel/pylint   : Makefile 
	devel/pyrex    : Makefile 

Log message:
A few more python deps, tweak python module to handle tkinter


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:14:43

Modified files:
	devel/pyusb    : Makefile 
	devel/spe      : Makefile 
	lang/otcl      : Makefile 
	devel/varconf  : Makefile 
	devel/waf      : Makefile 
	editors/cooledit: Makefile 

Log message:
bump for python deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:17:35

Modified files:
	editors/cooledit: Makefile 

Log message:
oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:23:36

Modified files:
	editors/openoffice: Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:25:10

Modified files:
	editors/openoffice3: Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 07:31:58

Modified files:
	editors/tea    : Makefile 
	emulators/dynagen: Makefile 
	emulators/gns3 : Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 07:34:35

Modified files:
	devel/pango    : Makefile distinfo 

Log message:
- bugfix update to pango-1.22.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 08:39:03

Modified files:
	games/angrydd  : Makefile 
	games/castle-combat: Makefile 
	games/childsplay: Makefile 
	games/childsplay-plugins: Makefile 
	games/gcompris : Makefile 
	games/londonlaw: Makefile 
	games/mnemosyne: Makefile 
	games/pathological: Makefile 
	graphics/ggi   : Makefile 
	games/singularity: Makefile 
	games/ski      : Makefile 
	games/teeworlds: Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 09:28:29

Modified files:
	games/freedroidrpg: Makefile 
	games/freedroidrpg/pkg: MESSAGE 

Log message:
- unbreak on sparc64, it seems to work fine now
- tweak MESSAGE


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/15 10:00:01

Modified files:
	faq            : upgrade45.html 

Log message:
merge in stuff from current.html.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 10:09:05

Modified files:
	textproc/rarian: Makefile 
	textproc/rarian/pkg: PLIST 

Log message:
- no need to rebuild /var/db/xmlcatalog, rarian does not install .dtd files
like scrollkeeper used to do

discussed with and ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/15 11:35:42

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Cleanup error processing:

- in ips_start_xs don't do scsi_done twice on error;
- make ips_error return scsi XS_* codes rather than errno.h E* codes;
- move all error reporting under debug, let upper layers to spam user.

And fix a few missing byte conversions while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 11:56:47

Modified files:
	sys/arch/sgi/conf: Makefile.sgi 

Log message:
Include .S files in make depend.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/15 12:04:40

Modified files:
	faq            : upgrade45.html current.html 

Log message:
another ifconfig change, this one wasn't in current.  Spotted by Pierre Riteau
(pierre dot riteau at gmail.com)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/15 12:12:15

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpd.h 

Log message:
save 4 bytes per message by moving the datafp field of struct message to
struct session where it really belongs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/15 12:29:31

Modified files:
	graphics/blender: Makefile 
	graphics/py-Imaging: Makefile 
	graphics/comix : Makefile 
	graphics/luvcview: Makefile 

Log message:
fix a few deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/15 12:30:13

Modified files:
	graphics/goocanvas: Makefile distinfo 
	graphics/goocanvas/pkg: PLIST 

Log message:
- update goocanvas to 0.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 12:31:29

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : MESSAGE 

Log message:
- tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/15 13:15:25

Modified files:
	usr.sbin/smtpd : mda.c mta.c runner.c smtpd.h store.c 

Log message:
the mda process no longer uses struct batch as its central structure to
deal with deliveries, it now uses struct session just like mta and smtp
processes. we now keep the mbox and message descriptors in the session,
saving space in struct message which is now as small as we can make it.
While at it, plugged a memory leak and did some cosmethic changes

This was the last planned change to our struct message which means that
later changes will no longer require a queue flush before rebuild.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/15 13:32:11

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpctl.c smtpd.h ssl.c 

Log message:
since we are going to share code in smtp sessions and mta sessions, we need
to also share the statistics structure, still being worked on


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/03/15 13:38:05

Modified files:
	mail/postfix/snapshot: Makefile 
	mail/postfix/snapshot/files: postfix-install 
	mail/postfix/snapshot/pkg: PLIST 
	mail/postfix/stable: Makefile 
	mail/postfix/stable/files: postfix-install 
	mail/postfix/stable/pkg: PLIST 

Log message:
fix postfix upgraade by ensuring the binaries have the proper
permissions; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 13:40:41

Modified files:
	sys/arch/alpha/include: intr.h 
	sys/arch/amd64/include: intr.h 
	sys/arch/arm/s3c2xx0: s3c2xx0_intr.h 
	sys/arch/arm/xscale: pxa2x0_intr.h 
	sys/arch/armish/include: armish_intr.h 
	sys/arch/hppa/include: intr.h 
	sys/arch/hppa64/include: cpu.h 
	sys/arch/i386/include: intr.h 
	sys/arch/landisk/include: intr.h 
	sys/arch/m68k/include: psl.h 
	sys/arch/m88k/include: intr.h 
	sys/arch/powerpc/include: intr.h 
	sys/arch/sgi/include: intr.h 
	sys/arch/sparc/include: psl.h 
	sys/arch/sparc64/include: psl.h 
	sys/arch/vax/include: intr.h 
	sys/kern       : uipc_socket.c uipc_socket2.c 
	sys/net        : if.c if_pfsync.c if_ppp.c if_pppoe.c pf.c 
	                 route.c 
	sys/netinet    : in.c in_pcb.c 
	sys/netinet6   : in6.c 
	sys/nfs        : nfs_serv.c 

Log message:
Introduce splsoftassert(), similar to splassert() but for soft interrupt
levels. This will allow for platforms where soft interrupt levels do not
map to real hardware interrupt levels to have soft ipl values overlapping
hard ipl values without breaking spl asserts.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 13:41:36

Modified files:
	sys/arch/alpha/alpha: interrupt.c 
	sys/arch/alpha/include: intr.h 

Log message:
Now that we have splsoftassert(), make the soft ipl levels positive and
remove the special casing in splassert().


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/15 13:59:31

Modified files:
	sysutils/e2fsprogs: Makefile distinfo 
	sysutils/e2fsprogs/patches: patch-MCONFIG_in 
	                            patch-debugfs_Makefile_in 
	                            patch-doc_Makefile_in 
	                            patch-e2fsck_Makefile_in 
	                            patch-e2fsck_journal_c 
	                            patch-lib_Makefile_elf-lib 
	                            patch-lib_e2p_Makefile_in 
	                            patch-lib_et_Makefile_in 
	                            patch-lib_ext2fs_Makefile_in 
	                            patch-lib_ss_Makefile_in 
	                            patch-lib_uuid_Makefile_in 
	                            patch-misc_Makefile_in 
	                            patch-misc_fsck_8_in 
	                            patch-resize_Makefile_in 
	                            patch-tests_progs_Makefile_in 
	sysutils/e2fsprogs/pkg: PFRAG.shared-main PLIST-main PLIST-uuid 
Added files:
	sysutils/e2fsprogs/patches: patch-configure 
	                            patch-lib_blkid_Makefile_in 
	                            patch-lib_ext2fs_unix_io_c 
	                            patch-tests_u_mke2fs_script 
	                            patch-tests_u_tune2fs_script 
Removed files:
	sysutils/e2fsprogs/patches: patch-lib_ext2fs_flushb_c 
	                            patch-lib_ext2fs_ismounted_c 

Log message:
Update to e2fsprogs-1.41.4 (supporting ext2/ext3/ext4 fs) :
- Remove MAINTAINERS as they agree not having time nor interest for it.
- Use install-libs target instead of manually installing some cherrypicked
headers - now all needed headers are installed in the right place.
- Install fsck and its manpage as fsck_ext2fs instead of the confusing pfsck.
- Install uuid.pc as e2fs-uuid.pc to avoid conflicts with devel/uuid.
- Patch most Makefiles to print full build commands instead of the
non-informative linux-kernel-like output.
- Patch some regress tests, more and more works fine now.

With feedback and tweaks from naddy@ and pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 14:07:14

Modified files:
	sys/arch/powerpc/include: cpu.h 

Log message:
Let CPU_INFO_UNIT() be used before cpu0 attaches, and make sure
CPU_INFO_FOREACH() only covers attached cpus. With drahn@, ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/15 14:11:01

Log message:
    Import testdisk 6.10, which provides testdisk and photorec :
    
    TestDisk is a powerful free data recovery software! It was primarily
    designed to help recover lost partitions and/or make non-booting disks
    bootable again when these symptoms are caused by faulty software,
    certain types of viruses or human error (such as accidentally deleting a
    Partition Table). Partition table recovery using TestDisk is really
    easy.
    PhotoRec is a file data recovery software designed to recover lost files
    including video, documents and archives from Hard Disks and CDRom and
    lost pictures (thus, its 'Photo Recovery' name) from digital camera
    memory. PhotoRec ignores the filesystem and goes after the underlying
    data, so it will still work even if your media's filesystem has been
    severely damaged or re-formatted.
    
    with feedback from pea@, thanks!
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090315
    
    N ports/sysutils/testdisk/Makefile
    N ports/sysutils/testdisk/distinfo
    N ports/sysutils/testdisk/pkg/PLIST
    N ports/sysutils/testdisk/pkg/DESCR
    N ports/sysutils/testdisk/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/15 14:12:19

Modified files:
	sysutils       : Makefile 

Log message:
link testdisk to the build


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 14:39:53

Modified files:
	sys/arch/aviion/aviion: autoconf.c machdep.c 
	sys/arch/aviion/include: intr.h 
	sys/arch/luna88k/include: intr.h 
	sys/arch/luna88k/luna88k: autoconf.c 
	sys/arch/m88k/conf: files.m88k 
	sys/arch/m88k/include: _types.h cpu.h intr.h 
	sys/arch/m88k/m88k: db_interface.c eh_common.S genassym.cf 
	                    m88k_machdep.c 
	sys/arch/mvme88k/include: cpu.h intr.h 
	sys/arch/mvme88k/mvme88k: autoconf.c m187_machdep.c 
	                          m188_machdep.c m197_machdep.c 
	                          machdep.c 
Added files:
	sys/arch/m88k/m88k: softintr.c 

Log message:
Generic softinterrupt support for m88k based platforms, adapted from arm
with different locking mechanism. 88110 soft ipi are replaced with an
ipi callback which is checked upon return from exception (it can not be kept
as a softintr, as the generic softinterrupt code doesn't have per-cpu
pending softintr queues).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/15 14:40:25

Modified files:
	sys/arch/hp300/hp300: autoconf.c intr.c locore.s trap.c 
	sys/arch/hp300/include: intr.h 
	sys/arch/m68k/conf: files.m68k 
	sys/arch/m68k/include: _types.h psl.h 
	sys/arch/mac68k/dev: adb.c if_sn.c z8530sc.c z8530sc.h 
	                     z8530tty.c zs.c 
	sys/arch/mac68k/include: intr.h z8530var.h 
	sys/arch/mac68k/mac68k: autoconf.c intr.c locore.s trap.c via.c 
	sys/arch/mvme68k/dev: cl.c zs.c 
	sys/arch/mvme68k/include: intr.h 
	sys/arch/mvme68k/mvme68k: locore.s machdep.c trap.c 
Added files:
	sys/arch/m68k/include: intr.h 
	sys/arch/m68k/m68k: softintr.c 

Log message:
Generic softinterrupt code for m68k platforms, now copied from m88k.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/15 15:23:09

Modified files:
	misc/gnugetopt : Makefile 
Added files:
	misc/gnugetopt/patches: patch-gnu_getopt_c 

Log message:
- fix potential 64-bit issue due to missing header


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/15 15:55:12

Modified files:
	x11/gnome/gcalctool: Makefile 
	x11/gnome/genius: Makefile 

Log message:
- add to math CATEGORIES


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/15 21:00:52

ports/lang/classpath/files

Update of /cvs/ports/lang/classpath/files
In directory cvs.openbsd.org:/tmp/cvs-serv1264/files

Log Message:
Directory /cvs/ports/lang/classpath/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/16 01:21:57

Modified files:
	sys/dev/pci    : ips.c 

Log message:
IPS_SCSI_PT flag not used any more.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 01:56:28

Modified files:
	x11/gnome      : Makefile 

Log message:
- sort


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/16 02:09:05

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Remove redundant DPRINTF from ips_morpheus_isintr.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 02:56:32

Modified files:
	graphics/py-dot: Makefile 
	graphics/py-gd : Makefile 
	graphics/py-goocanvas: Makefile 
	graphics/py-graphics: Makefile 
	graphics/py-matplotlib: Makefile 
	graphics/py-pyx: Makefile 
	graphics/pycha : Makefile 
	graphics/ufraw : Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 03:51:44

Modified files:
	lang/eltclsh   : Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 03:53:18

Log message:
    Import gnome-mplayer-0.9.4
    
    GNOME MPlayer is a simple GUI for MPlayer.
    It has a rich API that is exposed via DBus.  It is not highly dependent
    on the GNOME libraries, but its look and feel is based on the GNOME HIG.
    
    The player can be used to play media on websites when used
    with Gecko Mediaplayer.
    
    Note that despites its name, it is not a GNOME application but rather a
    simple gtk one, this is why it is not under x11/gnome. It is completely
    usable on !GNOME.
    
    from David Coppa (MAINTAINER) with some tweaks.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090316
    
    N ports/x11/gnome-mplayer/Makefile
    N ports/x11/gnome-mplayer/distinfo
    N ports/x11/gnome-mplayer/pkg/DESCR
    N ports/x11/gnome-mplayer/pkg/PLIST
    N ports/x11/gnome-mplayer/patches/patch-src_gui_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 03:56:15

Modified files:
	net/unbound    : Makefile 

Log message:
add the package spec to libldns LIB_DEPENDS in unbound/Makefile,
making it easier to install/update unbound if you have an old libldns
already installed.  ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 03:56:15

Modified files:
	x11            : Makefile 

Log message:
+gnome-mplayer


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 04:24:28

Modified files:
	lang/gcc/3.3   : Makefile distinfo 

Log message:
fix dep, regen adastrap for -current


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 04:34:40

Modified files:
	.              : INDEX 

Log message:
sync, 5597. (the last sync was quite recent, but a lot of pkgspec
changes were made since then).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 04:38:09

Modified files:
	net/tclcurl    : Makefile 
	net/tclcurl/pkg: PLIST 

Log message:
convert to tcl.port.mk, fixing pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 04:42:06

Modified files:
	www/mplayerplug-in: Makefile 

Log message:
- unbreak by fixing dependency spec
- remove run_depends requirement on firefox while here, this plugin can be
used by other ns4 browsers (tested with epiphany)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 04:44:44

Modified files:
	www/epiphany   : Makefile 
Added files:
	www/epiphany/patches: patch-embed_mozilla_Makefile_in 

Log message:
- fix mozilla plugins path
(not sure why we diverted from default but...)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/16 04:46:52

Modified files:
	sysutils/testdisk: Makefile 
	sysutils/testdisk/patches: patch-configure 

Log message:
Puke some bits of autofoo to make sure it picks uuid lib from
sysutils/e2fsprogs and not the one from devel/uuid. Fixes the build when
the latter is installed...
Spotted by Benoit Lecocq, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 04:52:08

Modified files:
	www/zope       : zope.port.mk 

Log message:
fix BUILD_DEPENDS for anything pulling in MODULES=www/zope


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 05:05:45

Modified files:
	net/ettercap   : Makefile 

Log message:
fix pkgspec/wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 05:05:54

Modified files:
	net/crawl      : Makefile 
	net/dc_gui     : Makefile 
	net/dctc       : Makefile 
	net/libtorrent : Makefile 
	net/netatalk   : Makefile 
	net/packit     : Makefile 
	net/ruby-rrdtool: Makefile 
	net/tcptraceroute: Makefile 

Log message:
fix pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 05:07:29

Modified files:
	security/isic  : Makefile 

Log message:
fix pkgspec, regen plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 05:09:11

ports/lang/ecl/patches

Update of /cvs/ports/lang/ecl/patches
In directory cvs.openbsd.org:/tmp/cvs-serv4421/patches

Log Message:
Directory /cvs/ports/lang/ecl/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 05:14:56

Modified files:
	security/dsniff: Makefile 
	security/dsniff/pkg: PFRAG.no-no_x11 PLIST 

Log message:
- fix db pkgspec
- replace a hardcoded -I/usr/local/include/db with ${LOCALBASE}/include/db
- regen plist


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 05:19:12

Modified files:
	lang/ecl       : Makefile distinfo 
	lang/ecl/pkg   : PFRAG.shared PLIST 
Added files:
	lang/ecl/patches: patch-src_Makefile_in patch-src_compile_lsp_in 
	                  patch-src_configure 

Log message:
update to 8.12.0 (new numbering scheme, but >old version)
a few patches to deal with shared libraries.
there is lisp code to deal with recognizing .so, so until someone dives
in and adapts it for OpenBSD, keep a libecl.so...


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 05:20:16

Modified files:
	math/maxima    : Makefile 

Log message:
fix deps (checked with new ecl)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/03/16 05:21:52

Modified files:
	faq            : upgrade45.html 

Log message:
- "should" -> "must" when telling people to pkg_delete the packages
which are now part of the OS
- tell people to update their packages before removing the above

ok nick@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 05:27:21

Modified files:
	x11/gnome-mplayer: Makefile distinfo 
	x11/gnome-mplayer/patches: patch-src_gui_c 
	x11/gnome-mplayer/pkg: PLIST 

Log message:
- update to gnome-mplayer-0.9.5
(missed it in previous import)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 05:40:25

Modified files:
	lang/open-cobol: Makefile 
	lang/python/2.6: Makefile 
	mail/archivemail: Makefile 
	mail/avenger   : Makefile 
	mail/bogofilter: Makefile 

Log message:
a few deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 06:02:55

Modified files:
	x11/gnome/totem: Makefile 
Added files:
	x11/gnome/totem/patches: patch-configure 

Log message:
- unbreak after goom plugin removal from gstreamer-plugins-good


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 06:03:18

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
- tweak XXX


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/16 06:37:43

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add Intel System Controller Hub (SCH) devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/16 06:38:45

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/16 06:47:35

Modified files:
	sys/dev/pci    : pcidevs if_msk.c if_skreg.h 

Log message:
88E8057 is a Yukon 2 Ultra 2, and this might make it work on a little
shiny green box in Japan
ok kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/16 06:47:42

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 06:50:14

Modified files:
	x11/gnome/py-nautilus: Makefile 

Log message:
use MODPY_LIB_DEPENDS and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 06:53:03

Modified files:
	x11/kde/utils3 : Makefile 

Log message:
python depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 06:56:06

Modified files:
	x11/kde/bindings3: Makefile 

Log message:
python depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 07:00:19

Log message:
    Import gecko-mediaplayer-0.9.5
    
    Gecko Media Player is a browser plugin that uses GNOME MPlayer to play
    media in a browser.  It should work with all browsers on Unix-like
    systems that use the NS4 API (Seamonkey, Firefox, Epiphany, etc).
    
    from David Coppa (MAINTAINER) with some tweaks
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090316
    
    N ports/www/gecko-mediaplayer/Makefile
    N ports/www/gecko-mediaplayer/distinfo
    N ports/www/gecko-mediaplayer/pkg/DESCR
    N ports/www/gecko-mediaplayer/pkg/PLIST
    N ports/www/gecko-mediaplayer/patches/patch-src_Makefile_in
    N ports/www/gecko-mediaplayer/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 07:18:56

Modified files:
	lang/python/2.5: Makefile 

Log message:
bump for tk; pointed out by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 07:20:41

Modified files:
	www            : Makefile 

Log message:
+gecko-mediaplayer


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 07:21:22

Modified files:
	net/pure-ftpd  : Makefile 

Log message:
fix pkgspec


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 07:28:57

Modified files:
	mail/cyrus-imapd: Makefile 

Log message:
fix deps


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 07:55:23

Modified files:
	audio/vagalume : Makefile 

Log message:
- HOMEPAGE moved

from David Coppa, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/16 08:04:04

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Don't set error on data underrun. This tiny change allowed scsi tape
on the pass-through bus on lpinto's machine to work.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/16 08:20:03

Modified files:
	share/zoneinfo/datfiles: northamerica 

Log message:
Update to tzdata2009c from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 08:26:25

Modified files:
	etc            : mailer.conf 
	gnu/usr.sbin/sendmail/makemap: Makefile 
	usr.sbin/mailwrapper: Makefile 

Log message:
run makemap through mailwrapper(8), to avoid conflict between
sendmail and smtpd.

ok gilles@, "Go go go!" todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/03/16 08:27:24

Modified files:
	devel/libftdi  : Makefile 
	devel/libftdi/pkg: PLIST 

Log message:
this conflicts with cppunit from <=OPENBSD 4.4


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/16 09:08:46

Modified files:
	sys/dev/pci    : ips.c 

Log message:
When doing pass-through calculate right xs->resid value based on
the info hardware returnes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 10:38:25

Modified files:
	devel/jdk      : java.port.mk 

Log message:
unbreak RUN_DEPENDS for MOD_JAVA_VER=1.x+, which I missed when I fixed
the normal case. problem found by Andreas Kahari.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:10:36

Log message:
    import php-fastcgi, a FastCGI application launcher. from Brad (maintainer).
    Future lighttpd releases will not include this internally. @conflict markers
    as appropriate.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	brad_20090316
    
    N ports/www/spawn-fcgi/Makefile
    N ports/www/spawn-fcgi/distinfo
    N ports/www/spawn-fcgi/pkg/PLIST
    N ports/www/spawn-fcgi/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:11:42

Modified files:
	www/cherokee   : Makefile 
	www/cherokee/pkg: PLIST-main 

Log message:
conflict with spawn-fcgi and lighttpd. bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:14:13

Modified files:
	www            : Makefile 

Log message:
+spawn-fcgi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:15:34

Modified files:
	www/lighttpd   : Makefile 
	www/lighttpd/pkg: PLIST 

Log message:
remove internal spawn-fcgi in favour of a RUN_DEPENDS on www/spawn-fcgi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:31:58

Modified files:
	security/pidgin-otr: Makefile 

Log message:
fix pkgspec using ${MODGNU_AUTOCONF_DEPENDS} etc, BUILD_DEPENDS only so
no bump. reported by Markus Hennecke on ports@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 11:52:52

Modified files:
	mail/exim      : Makefile 
	mail/isync     : Makefile 
	mail/perdition : Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/16 12:40:40

Modified files:
	devel/avr/gcc  : Makefile 
	devel/eclipse/sdk: Makefile 

Log message:
- fix wantlib & bump


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/16 13:45:09

Modified files:
	sys/dev        : audiovar.h audio.c 

Log message:
first stage of removing ``copying & needfeel'' flags that
make the audio driver missing blocks and, thus, breaking
full-duplex apps.
help and ok jakemsr


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/16 13:45:32

Modified files:
	sys/arch/sparc64/dev: iommu.c viommu.c 

Log message:
pmap = (conditional ? user_way : pmap = pmap_kernel());

doesn't need the second pmap =. "ok if you tested it" kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 13:46:57

Modified files:
	multimedia/avidemux: Makefile 
	misc/hfsplus   : Makefile 
	mail/xfmail    : Makefile 

Log message:
autoconf build depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 14:08:48

Modified files:
	math/plplot    : Makefile 

Log message:
convert to tcl.port.mk, fixing deps


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/03/16 14:24:23

Modified files:
	faq/fr         : faq4.html faq5.html 
	faq/nl         : faq14.html faq4.html faq5.html index.html 
	faq/pf/pt      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 
	fr             : 45.html amd64.html donations.html events.html 
	                 ftp.html i386.html index.html macppc.html 
	                 sgi.html sparc64.html want.html 
	nl             : donations.html ftp.html index.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html index.html 
	openssh/nl     : ftp.html index.html 
	papers/fr      : index.html 
Added files:
	openssh/fr     : gsoc.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 14:39:41

Removed files:
	usr.sbin/smtpd : ARCHITECTURE 

Log message:
this file has been deprecated for a while and will not be updated, so
lets just remove it as some people may believe it actually describes
the architecture ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/03/16 14:42:41

Log message:
    Initial import of wmname 0.1
    
    wmname prints/sets the window manager name property of the root window
    similar to how hostname(1) behaves.
    
    wmname is a nice utility to fix problems with JDK versions and other broken
    programs assuming a reparenting window manager for instance.
    
    ok bernd@
    
    Status:
    
    Vendor Tag:	sturm
    Release Tags:	sturm_20090316
    
    N ports/x11/wmname/Makefile
    N ports/x11/wmname/distinfo
    N ports/x11/wmname/patches/patch-config_mk
    N ports/x11/wmname/patches/patch-Makefile
    N ports/x11/wmname/pkg/PLIST
    N ports/x11/wmname/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 14:43:29

Modified files:
	usr.sbin/smtpd : makemap.8 

Log message:
mention /etc/mail/secrets in the FILES section


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/03/16 14:43:44

Modified files:
	x11            : Makefile 

Log message:
+wmname


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/16 15:00:48

Modified files:
	sys/arch/sparc64/dev: iommu.c viommu.c 

Log message:
Trivial malloc + memset -> malloc(,,M_ZERO) conversion.

As a small bonus this now actually zeroes the whole struct, not just the
non-varying sized part.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 15:15:40

Modified files:
	usr.sbin/smtpd : newaliases.8 

Log message:
- mention /etc/mail/virtual in FILES section


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 15:29:34

Modified files:
	net/filezilla  : Makefile 
	net/gmudix     : Makefile 
	net/gtk-gnutella: Makefile 
	net/mbrowse    : Makefile 
	net/nepenthes  : Makefile 
	net/p5-Net-Z3950-Zoom: Makefile 
	net/pavuk      : Makefile 
	net/xchat      : Makefile 

Log message:
sync wantlib/lib_depends


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/16 15:46:00

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Implement bioctl volume management: rebuild and hotspare.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 15:49:38

Modified files:
	etc/mtree      : 4.4BSD.dist special 

Log message:
add smtpd files and dirs; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 16:02:56

Modified files:
	usr.sbin/smtpd/makemap: Makefile 

Log message:
makemap goes to libexec/smtpd; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 16:03:42

Modified files:
	usr.sbin/smtpd/smtpctl: Makefile 

Log message:
smtpctl goes to usr.sbin; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/16 16:05:59

Log message:
    Initial import of apache-couchdb-0.8.1.
    
    CouchDB is a distributed, document-oriented, Non-Relational DataBase
    Management Server (NRDBMS).
    
    It is accessible via a RESTful JSON API, and provides incremental
    replication with bi-directional conflict detection and management.
    Data is stored with a schema-free, flat address space, and may be
    queried via a table-oriented reporting engine that uses Javascript
    as a query language.
    
    Joint work of maintainer Benoit Chesneau, fgsch@ and myself.
    
    Status:
    
    Vendor Tag:	bernd
    Release Tags:	bernd_2009-03-16
    
    N ports/databases/apache-couchdb/Makefile
    N ports/databases/apache-couchdb/distinfo
    N ports/databases/apache-couchdb/pkg/PFRAG.shared
    N ports/databases/apache-couchdb/pkg/DESCR
    N ports/databases/apache-couchdb/pkg/MESSAGE
    N ports/databases/apache-couchdb/pkg/PLIST
    N ports/databases/apache-couchdb/patches/patch-Makefile_in
    N ports/databases/apache-couchdb/patches/patch-etc_couchdb_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/16 16:09:24

Modified files:
	databases      : Makefile 

Log message:
Add apache-couchdb.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 16:16:12

Modified files:
	etc/mtree      : special 

Log message:
add secrets.db; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/16 16:17:01

Modified files:
	textproc/txt2tags: Makefile 

Log message:
Bump for python deps and changed MODULES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/16 16:18:06

Modified files:
	multimedia/gstreamer-0.10/plugins-ugly: Makefile 

Log message:
Bump for python deps and WANTLIB changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/16 16:20:02

Modified files:
	www/trac       : Makefile 
	www/youtube-dl : Makefile 
	misc/pymissile : Makefile 
	net/py-xmpp    : Makefile 
	devel/subversion: Makefile 
	print/py-reportlab/reportlab: Makefile 
	devel/py-gobject: Makefile 
	net/py-dnspython: Makefile 
	net/py-dns     : Makefile 
	graphics/py-cairo: Makefile 
	print/mftrace  : Makefile 
	textproc/markdown: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	www/clearsilver: Makefile 
	net/BitTorrent : Makefile 

Log message:
Bump for python deps.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 16:34:13

Modified files:
	usr.sbin/mailwrapper: Makefile 

Log message:
makemap symlink should be in /usr/sbin; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 16:40:35

Modified files:
	usr.sbin/smtpd : smtpctl.8 

Log message:
update smtpctl.8 with new smtpctl commands


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 16:44:19

Modified files:
	security/ccrypt: Makefile 
	security/cyrus-sasl2: Makefile 
	security/gpgme : Makefile 
	security/p5-PGP-Sign: Makefile 

Log message:
fix depends


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/16 16:47:46

Modified files:
	share/man/man4 : auvia.4 vge.4 vr.4 

Log message:
use short (one-line) command descriptions (.Nd macros).

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/16 16:48:18

Modified files:
	usr.bin/xinstall: install.1 

Log message:
improve spacing in synopsis.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 16:52:08

Modified files:
	sysutils/cfengine: Makefile 

Log message:
db lib_depends, fix master_sites, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 16:55:31

Modified files:
	www/squidguard : Makefile 

Log message:
db lib_depends, fix license marker, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/16 17:18:45

Modified files:
	etc            : changelist rc rc.conf 

Log message:
support for smtpd(8); ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 17:26:40

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
in accept rules, support "for local" as a destination which is an alias to
"localhost" and system hostname. this allows us to ship with a config file
that goes:  accept for local deliver to mbox  , and which will allow us to
have mail working sanely out of the box.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 17:40:28

Modified files:
	usr.sbin/smtpd : smtpd.conf 

Log message:
change smtpd.conf to what it will be by default:
- only listen on lo0
- support aliases
- accept mail for "localhost" and the system hostname
- accept relaying mail for all domains


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2009/03/16 17:52:24

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 
	devel/p5-Devel-NYTProf/pkg: PLIST 

Log message:
update to p5-Devel-NYTProf 2.08


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 18:00:16

Added files:
	etc/mail       : smtpd.conf 
Removed files:
	usr.sbin/smtpd : smtpd.conf 

Log message:
move smtpd.conf to etc/mail/ directory. it is not installed yet by the
build


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 18:14:00

Modified files:
	etc            : Makefile 
	usr.sbin       : Makefile 

Log message:
enable smtpd in the build

"please enable it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/16 18:18:39

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
update a bit, but more work is needed on this man page, working on it and
will commit an up to date version tomorrow


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/16 18:24:28

Modified files:
	x11/tk/8.5     : Makefile 
	x11/tk/8.5/patches: patch-unix_Makefile_in 
	x11/tk/8.5/pkg : PLIST 

Log message:
- install additional headers needed by forthcoming ports.
- tighten LIB_DEPENDS (required threaded Tcl with threaded Tk).
from maintainer Stuart Cassoff.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/16 20:24:43

Modified files:
	faq            : upgrade45.html 

Log message:
add etc45.tgz files that need to be dealt with.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/16 23:06:54

Modified files:
	sys/net        : if_pfsync.c 

Log message:
we do know how to handle iack. in the rx path at least.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/17 01:19:13

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
DESCRIPTION should also note aucat's ability to act as a server
from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/17 01:48:59

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Fix compilation without bio(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/17 02:17:48

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Provide both errno.h codes for the userspace tools like bioctl
and XS_* codes for the scsi layer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/17 02:20:47

Modified files:
	sysutils/p5-Proc-ProcessTable: Makefile distinfo 

Log message:
- update p5-Proc-ProcessTable to 0.45

from Benoit Lecocq via William Yodlowsky (MAITNAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 02:24:33

Modified files:
	x11/mplayer    : Makefile 

Log message:
fix pkgspec for FLAVOR=sdl, reported by and based on a patch from David Coppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/17 02:52:27

Modified files:
	share/man/man4 : ips.4 

Log message:
Mention that ips now has bio management support.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 03:09:10

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-configure_in 
Added files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_mbox_mbox-lock_c 
	                      patch-src_master_master-settings_c 
Removed files:
	mail/dovecot/patches: patch-src_lib-index_mail-index-view_c 
	                      patch-src_lib-storage_index_maildir_maildir-mail_c 
	                      patch-src_lib-storage_index_maildir_maildir-sync-index_c 
	                      patch-src_lib_istream-tee_c 
	                      patch-src_lib_istream_c 

Log message:
maintenance update to Dovecot 1.1.12 plus a couple of post-release
patches from the upstream repo - from Brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 04:47:44

Modified files:
	comms/smstools : Makefile 
Added files:
	comms/smstools/patches: patch-scripts_regular_run 
	                        patch-scripts_sms2html 
	                        patch-scripts_sms2unicode 
	                        patch-scripts_unicode2sms 

Log message:
- remove bashisms
- add RUN_DEPENDS on procmail (some scripts use formail)
pointed out by Alexander Hall

- tidy Makefile


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 05:26:14

Modified files:
	databases/mysql: Makefile 

Log message:
adjust lib/run_depends & bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 05:53:01

Modified files:
	x11/gnome/baker: Makefile 
	x11/gnome/baker/pkg: PLIST 

Log message:
- no need to redirect stdout to /dev/null for 'gconftool-2 --direct ...'
- regen PLIST while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/03/17 05:53:01

Modified files:
	math/ginac     : Makefile distinfo 
	math/ginac/patches: patch-check_check_matrices_cpp 
	                    patch-configure patch-ginac_Makefile_in 
	math/ginac/pkg : PLIST 
Removed files:
	math/ginac/patches: patch-doc_examples_ginac-examples_texi 

Log message:
Update GiNaC to 1.5.1. From Benoit Lecocq, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 06:39:16

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST 

Log message:
- while we install all plugins, only enable the base ones so that users can
choose exactly what extra plugin(s) they want to activate

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/17 06:45:31

Modified files:
	graphics       : Makefile 
Removed files:
	graphics/gtksee: Makefile distinfo 
	graphics/gtksee/patches: patch-configure patch-configure_in 
	                         patch-po_Makefile_in_in 
	                         patch-src_detect.c patch-src_gtksee_c 
	                         patch-src_scanline_c 
	graphics/gtksee/pkg: DESCR PLIST 

Log message:
- remove old and unmaintained gtksee.
it's using a legacy toolkit (gtk+1) and there are enough applications around
that do the same, but with the modern gtk+2 toolkit. like gqview for example.

discussed with and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 08:28:05

Modified files:
	x11/gnome/backgrounds: Makefile distinfo 
	x11/gnome/backgrounds/pkg: PLIST 

Log message:
- update to gnome-backgrounds-2.24.1


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/03/17 08:51:45

Modified files:
	.              : plus.html plus45.html 

Log message:
Finalized plus45.html, plus.html upto 03/16 and fixes from Richard Toohey


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 09:35:37

Modified files:
	net/silc-server: Makefile distinfo 
	net/silc-server/pkg: PLIST 
Removed files:
	net/silc-server/patches: patch-apps_silcd_command_reply_c 
	                         patch-apps_silcd_packet_receive_c 
	                         patch-apps_silcd_server_c 
	                         patch-apps_silcd_server_query_c 
	                         patch-apps_silcd_server_util_c 
	                         patch-lib_silcutil_silcconfig_c 
	                         patch-lib_silcutil_silcutil_c 

Log message:
Upgrade to 1.1.16, fixes several major causes of crashes.
"Upgrading is highly recommended."

From Brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 09:43:06

Modified files:
	devel/libIDL   : Makefile distinfo 

Log message:
- minor update to libIDL-0.8.13
clean up some gcc warnings


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 09:53:37

Modified files:
	x11/gnome/vfs2 : Makefile distinfo 
	x11/gnome/vfs2/patches: patch-configure 
	                        patch-libgnomevfs_xdgmime_c 
	x11/gnome/vfs2/pkg: PLIST-main 

Log message:
- minor update to gnome-vfs2-2.24.1
* Fix memory leaks
* Updated translations


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 10:01:17

Modified files:
	devel/libglade2: Makefile distinfo 
	devel/libglade2/patches: patch-glade_Makefile_in 
	                         patch-glade_glade-xml_c 
	devel/libglade2/pkg: PLIST 

Log message:
- bugfix update to version 2.6.4
- move @exec lines where they belong


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 10:03:46

Modified files:
	x11/gnome/alacarte: Makefile distinfo 
	x11/gnome/alacarte/pkg: PLIST 

Log message:
- update to alacarte-0.11.10
2 new translations


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2009/03/17 11:40:49

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.23


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 12:03:30

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 
Added files:
	x11/gnome/session/pkg: MESSAGE 

Log message:
- point people at README.OpenBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 12:37:20

Log message:
    Import splix-2.0.0
    
    SpliX is a set of CUPS printer drivers for SPL (Samsung Printer
    Language) printers.  This driver is usable by all printer devices which
    understand the QPDL (Quick Page Description Language) language.  It
    covers several Samsung, Xerox, Dell and Ricoh printers.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090317
    
    N ports/print/splix/distinfo
    N ports/print/splix/Makefile
    N ports/print/splix/pkg/DESCR
    N ports/print/splix/pkg/PLIST
    N ports/print/splix/pkg/MESSAGE
    N ports/print/splix/patches/patch-Makefile
    N ports/print/splix/patches/patch-rules_mk
    N ports/print/splix/files/README.OpenBSD
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/17 12:38:22

Modified files:
	print          : Makefile 

Log message:
+splix


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 13:32:44

Modified files:
	print/auctex   : Makefile 
	mail/mailcrypt : Makefile 
	mail/postfix   : Makefile.inc 
	mail/postfix/snapshot: Makefile 
	mail/postfix/stable: Makefile 

Log message:
fix depends, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 13:45:23

Modified files:
	x11/dejavu-fonts: Makefile distinfo 

Log message:
update to 2.29; from maintainer Tim van der Molen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/17 13:55:09

Log message:
    Import sdlmame 0.130 :
    MAME stands for Multi Arcade Machine Emulator. As the name suggests, it
    is a program that emulates the hardware (and low-level firmware) of a
    massive variety of arcade machines.
    SDLMAME is a port of MAME using the SDL library.
    
    After many submissions and updates by Pierre Riteau (at gmail), thanks!
    
    Status:
    
    Vendor Tag:	priteau
    Release Tags:	landry_20090317
    
    N ports/emulators/sdlmame/Makefile
    N ports/emulators/sdlmame/distinfo
    N ports/emulators/sdlmame/patches/patch-makefile
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdl_mak
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdldir_c
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdlfile_c
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdlmain_c
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdlmisc_c
    N ports/emulators/sdlmame/patches/patch-src_osd_sdl_sdlprefix_h
    N ports/emulators/sdlmame/pkg/DESCR-main
    N ports/emulators/sdlmame/pkg/DESCR-tools
    N ports/emulators/sdlmame/pkg/PLIST-main
    N ports/emulators/sdlmame/pkg/PLIST-tools
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/17 13:58:21

Log message:
    Import sdlmess 0.130:
    MESS stands for Multi Emulator Super System. It is an emulator for the
    hardware of many different games consoles (e.g. Sega, NES, SNES, etc.)
    as well as many different old games-oriented home computers (e.g. C64,
    C128, ZX80, etc.)
    SDLMESS is a port of MESS using the SDL library.
    
    After many submissions and updates by Pierre Riteau (at gmail), thanks!
    
    Status:
    
    Vendor Tag:	priteau
    Release Tags:	landry_20090317
    
    N ports/emulators/sdlmess/Makefile
    N ports/emulators/sdlmess/distinfo
    N ports/emulators/sdlmess/pkg/DESCR
    N ports/emulators/sdlmess/pkg/PLIST
    N ports/emulators/sdlmess/patches/patch-makefile_sdl
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdl_mak
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdldir_c
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdlfile_c
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdlmain_c
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdlmisc_c
    N ports/emulators/sdlmess/patches/patch-src_osd_sdl_sdlprefix_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/17 13:59:34

Modified files:
	emulators      : Makefile 

Log message:
link sdlmess and sdlmame


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/17 15:26:44

Modified files:
	usr.bin/aucat  : aucat.1 aucat.c 

Log message:
- rename the arg to -b "nframes" and sync usage()
- grammar fix for the server section

from Thomas Pfaff
ok ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/17 15:30:14

Modified files:
	print/scribus  : Makefile 

Log message:
use ${MODPY_LIB_DEPENDS} to fix lib_depends pkgspec, bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/17 15:33:04

Modified files:
	lib/libc/net   : byteorder.3 

Log message:
correct argument type for swap64(); from Thomas Pfaff


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2009/03/17 15:37:00

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
pass correct argv[0] to openlog(); ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/17 15:37:31

Modified files:
	share/man/man4 : pf.4 

Log message:
+.Xr pf.conf 5 ,
from bofh


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/03/17 15:51:35

Modified files:
	.              : plus45.html 

Log message:
Spelling nits from Igor Sobrado


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/17 18:07:41

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
in mta, when remote host advertises AUTH, do not attempt to authenticate
unless we do have F_AUTH set on the mxhost (which means we explicitely
mentionned authentication in config) and we did find credentials in the
secrets map. issue and initial diff from Rivo Nurges <rix@estpak.ee>


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/17 19:42:36

Modified files:
	faq            : faq12.html 

Log message:
V is the "proper" abbreviation for "Volt", not 'v', from Frantisek Holop
(minusf at obiit dot org).


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/17 19:45:38

Removed files:
	devel/jdk/1.3  : Makefile distinfo 
	devel/jdk/1.3/files: cacerts rt_jar_class_list 
	                     tools_jar_class_list 
	devel/jdk/1.3/patches: patch-bin_bootscript 
	                       patch-j2sdk1_3_1_make_com_sun_javah_Makefile 
	                       patch-j2sdk1_3_1_make_common_Defs-bsd_gmk 
	                       patch-j2sdk1_3_1_make_common_Defs_gmk 
	                       patch-j2sdk1_3_1_make_common_Program_gmk 
	                       patch-j2sdk1_3_1_make_common_SwingBeans_gmk 
	                       patch-j2sdk1_3_1_make_java_hpi_native_Makefile 
	                       patch-j2sdk1_3_1_make_java_jvm_Makefile 
	                       patch-j2sdk1_3_1_make_java_verify_Makefile 
	                       patch-j2sdk1_3_1_make_java_zip_Makefile 
	                       patch-j2sdk1_3_1_make_javax_sound_Makefile 
	                       patch-j2sdk1_3_1_make_minclude_java_zip_cmk 
	                       patch-j2sdk1_3_1_make_sun_cmm_Makefile 
	                       patch-j2sdk1_3_1_make_tools_sanityck 
	                       patch-j2sdk1_3_1_src_bsd_include_bsdmisc_h 
	                       patch-j2sdk1_3_1_src_share_classes_com_sun_tools_javah_resources_OpenBSD_arm_properties 
	                       patch-j2sdk1_3_1_src_share_classes_com_sun_tools_javah_resources_OpenBSD_powerpc_properties 
	                       patch-j2sdk1_3_1_src_share_classes_com_sun_tools_javah_resources_OpenBSD_sparc_properties 
	                       patch-j2sdk1_3_1_src_share_classes_sun_awt_image_GifImageDecoder_java 
	                       patch-j2sdk1_3_1_src_share_hpi_include_hpi_impl_h 
	                       patch-j2sdk1_3_1_src_share_javavm_runtime_classresolver_c 
	                       patch-j2sdk1_3_1_src_share_javavm_runtime_jni_c 
	                       patch-j2sdk1_3_1_src_share_native_java_util_zip_Inflater_c 
	                       patch-j2sdk1_3_1_src_share_native_java_util_zip_zlib-1_1_3_infblock_c 
	                       patch-j2sdk1_3_1_src_share_native_java_util_zip_zlib-1_1_3_inflate_c 
	                       patch-j2sdk1_3_1_src_share_native_java_util_zip_zlib-1_1_3_inftrees_c 
	                       patch-j2sdk1_3_1_src_share_native_java_util_zip_zlib-1_1_3_zconf_h 
	                       patch-j2sdk1_3_1_src_share_native_sun_awt_image_gif_gifdecoder_c 
	                       patch-j2sdk1_3_1_src_solaris_bin_java_wrapper_bsd_sh 
	                       patch-j2sdk1_3_1_src_solaris_bin_realpath_sh 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_include_context_md_bsd_h 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_context_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_iomgr_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_signals_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_sys_api_td_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_green_threads_src_threads_md_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_src_linker_md_c 
	                       patch-j2sdk1_3_1_src_solaris_hpi_src_memory_md_c 
	                       patch-j2sdk1_3_1_src_solaris_javavm_include_sysmacros_md_h 
	                       patch-j2sdk1_3_1_src_solaris_javavm_include_typedefs_md_h 
	                       patch-j2sdk1_3_1_src_solaris_javavm_runtime_invokeNative_arm_s 
	                       patch-j2sdk1_3_1_src_solaris_javavm_runtime_invokeNative_ppc_s 
	                       patch-j2sdk1_3_1_src_solaris_javavm_runtime_invokeNative_sparc_s 
	                       patch-j2sdk1_3_1_src_solaris_javavm_runtime_javai_md_c 
	                       patch-j2sdk1_3_1_src_solaris_native_common_jlong_md_h 
	                       patch-j2sdk1_3_1_src_solaris_native_sun_awt_awt_Graphics_c 
	                       patch-j2sdk1_3_1_src_solaris_native_sun_awt_awt_motif21_c 
	                       patch-j2sdk1_3_1_src_solaris_native_sun_awt_awt_util_c 
	                       powerpc-patch-j2sdk1_3_1_build_bsd-powerpc.1 
	                       powerpc-patch-j2sdk1_3_1_build_bsd-powerpc.2 
	                       sparc-patch-j2sdk1_3_1_build_bsd-sparc.1 
	                       sparc-patch-j2sdk1_3_1_build_bsd-sparc.2 
	devel/jdk/1.3/pkg: DESCR-jre DESCR-main PLIST-jre PLIST-main 
	devel/jdk/1.4  : Makefile distinfo 
	devel/jdk/1.4/files: cacerts 
	devel/jdk/1.4/patches: disable-ipv6 
	                       patch-control_make_deploy-rules_gmk 
	                       patch-deploy_make_common_Defs-bsd_gmk 
	                       patch-deploy_make_common_Sanity_gmk 
	                       patch-hotspot_build_bsd_makefiles_adlc_make 
	                       patch-hotspot_build_bsd_makefiles_gcc_make 
	                       patch-hotspot_build_bsd_makefiles_vm_make 
	                       patch-hotspot_src_cpu_i486_vm_interpreterRT_i486_cpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp 
	                       patch-j2se_make_common_Defs-bsd_gmk 
	                       patch-j2se_make_common_Release_gmk 
	                       patch-j2se_make_common_Sanity_gmk 
	                       patch-j2se_make_java_zip_FILES_c_gmk 
	                       patch-j2se_make_java_zip_Makefile 
	                       patch-j2se_make_sun_awt_Makefile 
	                       patch-j2se_make_sun_jdbc_Makefile 
	                       patch-j2se_make_tools_pack-unpack_unpack_Makefile 
	                       patch-j2se_src_share_bin_java_c 
	                       patch-j2se_src_share_classes_java_lang_ClassLoader_java 
	                       patch-j2se_src_share_classes_java_util_prefs_AbstractPreferences_java 
	                       patch-j2se_src_share_classes_sun_awt_image_GifImageDecoder_java 
	                       patch-j2se_src_share_classes_sun_security_provider_SeedGenerator_java 
	                       patch-j2se_src_share_hpi_include_hpi_impl_h 
	                       patch-j2se_src_share_lib_security_java_security 
	                       patch-j2se_src_share_native_java_util_zip_Inflater_c 
	                       patch-j2se_src_share_native_sun_awt_image_gif_gifdecoder_c 
	                       patch-j2se_src_solaris_native_java_net_net_util_md_c 
	                       patch-j2se_src_solaris_native_sun_awt_awt_motif21_c 
	                       patch-j2se_src_solaris_native_sun_awt_awt_util_c 
	devel/jdk/1.4/pkg: DESCR-jre DESCR-main MESSAGE-jre MESSAGE-main 
	                   PFRAG.no-no_plugin-jre 
	                   PFRAG.no-no_plugin-main 
	                   PFRAG.no-no_webstart-jre 
	                   PFRAG.no-no_webstart-main PLIST-jre 
	                   PLIST-main 

Log message:
remove 1.3 and 1.4 as per plan made last June


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/17 19:56:52

Modified files:
	etc            : Makefile 
	etc/mail       : Makefile 
	usr.sbin/smtpd : Makefile 

Log message:
unbreak make release, spotted by todd and kurt


CVSROOT:	/cvs
Module name:	www
Changes by:	cnst@cvs.openbsd.org	2009/03/17 22:36:59

Modified files:
	papers         : index.html 
	.              : events.html 
Added files:
	papers         : asiabsdcon2009-sensors-slides.pdf 
	                 asiabsdcon2009-sensors-paper.pdf 

Log message:
AsiaBSDCon 2009 was awesome


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 02:01:08

Modified files:
	devel/git      : Makefile 

Log message:
convert to tk.port.mk; fixes RUN_DEPENDS-x11 - ok bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/18 02:23:59

Modified files:
	x11/gnome/devhelp: Makefile 

Log message:
- fix wantlib & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/18 02:27:00

Modified files:
	graphics/py-goocanvas: Makefile distinfo 

Log message:
- update py-goocanvas to 0.14.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/18 02:31:22

Modified files:
	mail/claws-mail: Makefile distinfo 
	mail/claws-mail/pkg: PLIST-main 

Log message:
Update to 3.7.1

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/18 02:32:41

Modified files:
	mail/claws-mail-htmlviewer: Makefile distinfo 

Log message:
Update to 0.23

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/18 02:50:49

Modified files:
	mail/claws-mail-cachesaver: Makefile distinfo 

Log message:
Update to 0.10.9

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 03:10:27

Log message:
    import devel/tklib, from maintainer Stuart Cassoff
    
    A collection of pure-Tcl utility modules and widgets for Tk that provide
    a wide variety of functionality. The intent is to collect commonly used
    functions into a single library, which users can rely on to be available
    and stable.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	stuart_20090318
    
    N ports/devel/tklib/distinfo
    N ports/devel/tklib/Makefile
    N ports/devel/tklib/pkg/DESCR
    N ports/devel/tklib/pkg/PLIST
    N ports/devel/tklib/patches/patch-modules_plotchart_plotcontour_tcl
    N ports/devel/tklib/patches/patch-modules_plotchart_plothist_test
    N ports/devel/tklib/patches/patch-examples_tkpiechart_demo_tcl
    N ports/devel/tklib/patches/patch-installed_modules_tcl
    N ports/devel/tklib/patches/patch-installer_tcl
    N ports/devel/tklib/patches/patch-examples_canvas_city_tcl
    N ports/devel/tklib/files/mkindex.tcl
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/18 03:14:09

Modified files:
	usr.bin/cvs    : checkout.c 

Log message:
be carefull when trying to access cf->file_rcs in cvs_checkout_file()
as it could be NULL under certain conditions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 03:21:31

Modified files:
	devel          : Makefile 

Log message:
+tklib


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/18 04:29:27

Modified files:
	usr.sbin/smtpd : runner.c 

Log message:
we can no longer create batches of MDA deliveries, so make sure runner
does not do a batch lookup when dealing with a MDA message


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/18 05:27:34

ports/x11/gnome/genius/patches

Update of /cvs/ports/x11/gnome/genius/patches
In directory cvs.openbsd.org:/tmp/cvs-serv21395/patches

Log Message:
Directory /cvs/ports/x11/gnome/genius/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/18 05:28:37

Modified files:
	x11/gnome/genius: Makefile 
Added files:
	x11/gnome/genius/patches: patch-src_gnome-genius_desktop 

Log message:
- one entry in the menu in enough


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/18 05:42:16

Modified files:
	games/wesnoth  : Makefile distinfo 
	games/wesnoth/patches: patch-src_server_server_cpp 
	games/wesnoth/pkg: PLIST 
Added files:
	games/wesnoth/patches: patch-src_server_simple_wml_cpp 

Log message:
- update wesnoth to 1.4.7
- add a patch to fix a security issue: CVE-2009-0366, which could cause a dos

ok maintainer, sthen@ (thanks for torturing his armish)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/18 07:42:12

Modified files:
	mail/claws-mail-cachesaver: Makefile 

Log message:
Fix pkgname
Spotted by robert at openbsd.pap.st, thanks !!

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/18 08:34:10

Modified files:
	databases/postgresql: Makefile distinfo 
	databases/postgresql/pkg: PLIST-docs 

Log message:
Update to 8.3.7
See http://www.postgresql.org/docs/8.3/static/release-8-3-7.html

ok mbalmer@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/18 08:48:27

Modified files:
	usr.sbin/smtpd : control.c 

Log message:
previous commit removed "else" condition


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/18 09:42:32

Modified files:
	math/galculator: Makefile distinfo 
	math/galculator/pkg: PLIST 

Log message:
update to 1.3.4 which fixes a bug when changing sign in scientific
EE notation


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/18 11:02:47

Modified files:
	mail/roundcubemail: Makefile 

Log message:
- this needs php5-mbstring
stop spamming logs with charset/iconv errors

ok sthen@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/18 11:34:25

Modified files:
	etc            : MAKEDEV.man 

Log message:
the ellipsis is not an optional argument.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/18 11:36:50

Modified files:
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.armish: MAKEDEV.8 
	share/man/man8/man8.aviion: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/03/18 12:26:34

Modified files:
	share/man/man9 : vclean.9 vnsubr.9 vwaitforio.9 

Log message:
Remove man page mentions of the vnode interlock, which is long dead.

ok jmc@ thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/18 13:00:19

Modified files:
	graphics/gimp/stable: Makefile distinfo 

Log message:
Update to 2.6.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/18 13:15:47

Log message:
    Import mail/p5-Email-Filter from maintainer Armin Wolfermann.
    
    A Library for creating easy email filters. It's the successor to
    the Mail::Audit module from the same author and allows you to write
    programs describing how your mail should be filtered.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090318
    
    N ports/mail/p5-Email-Filter/distinfo
    N ports/mail/p5-Email-Filter/Makefile
    N ports/mail/p5-Email-Filter/pkg/DESCR
    N ports/mail/p5-Email-Filter/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/18 13:22:33

Modified files:
	sysutils/ruby-vlad: Makefile distinfo 
	sysutils/ruby-vlad/pkg: PLIST 

Log message:
Update to ruby-vlad-1.3.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/18 13:26:33

Modified files:
	mail           : Makefile 

Log message:
Link p5-Email-Filter


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/18 13:38:47

Modified files:
	x11/gnome/dasher: Makefile distinfo 
	x11/gnome/dasher/patches: patch-Data_Makefile_in 
	                          patch-Src_Gtk2_DasherControl_cpp 
	                          patch-Src_Gtk2_dasher_main_cpp 
	x11/gnome/dasher/pkg: PLIST 
Added files:
	x11/gnome/dasher/patches: 
	                          patch-Src_Gtk2_dasher_editor_internal_cpp 

Log message:
- update dasher to 4.10.0
- reformat WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/18 13:39:27

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
short_as is always initialised to the 16bit AS that is used. So no need
use conf->as as source for > 16bit AS numbers. OK henning.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/18 13:41:41

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y 

Log message:
Introduce local_as in the peer config. This allows per peer local AS and
simplifies some code because it is possible to get the local AS from the
peer struct. Local AS needs more patching to work correctly though.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 13:45:02

Modified files:
	textproc/TclXML: Makefile 
	textproc/TclXML/pkg: PLIST 

Log message:
convert to tcl.port.mk, fixes RUN_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/18 13:45:09

Modified files:
	usr.sbin/bgpd  : mrt.c rde.c 

Log message:
Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE.
Make mrt table-mp dumps actually work. Found on the plane from NRT to ZRH.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 13:48:01

Modified files:
	textproc/xml2rfc: Makefile 

Log message:
convert to {tcl,tk}.port.mk, fixes RUN_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/18 13:49:31

Modified files:
	usr.sbin/bgpd  : session.c 

Log message:
Correctly check the peer group for mrt dumps. Without this all non-grouped
peers ended up in most mrt dumps. Also switch the if-statements to a hopefully
easier to read version. Another mrt fix from my flight home.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/18 14:23:12

Modified files:
	emulators/sdlmame: Makefile 
	emulators/sdlmame/pkg: PLIST-tools 
	emulators/sdlmess: Makefile 
	emulators/sdlmess/pkg: PLIST 
	emulators/xmame: Makefile 
	emulators/xmame/pkg: PLIST-main PLIST-main-sdl PLIST-mame 
	                     PLIST-mame-sdl PLIST-mess PLIST-mess-sdl 

Log message:
Add appropriate conflict markers between sdlmame, sdlmess, and the
various flavours of the xmame/xmess/xmame+xmess multipackages.
Tweak ${V} handling and sdlmame RUN_DEPENDS.
Diff from Pierre Riteau, thx!


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/18 14:35:42

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Keep softc pointer in ccb because it requires some work to correctly
extract it from scsi_xfer in ips_timeout since link->adapter_softc
may point to a per-channel structure in pass-through path.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/18 14:49:50

Modified files:
	print/fontforge: Makefile 

Log message:
Explicitely use ${MODPY_BIN}, so people don't get different results
depending on wether there's a python -> python2.5 symlink or not.
And fix the build now that configure will always find python.

Problem found by Edd Barret (vext01 at gmail dot com).

"looks right" wcmaier@ (some days ago)


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/18 17:22:50

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/etc: mi 
	distrib/sets/lists/man: mi 

Log message:
sync

ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/18 17:23:20

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-configure_in 
Removed files:
	mail/dovecot/patches: 
	                      patch-src_lib-storage_index_mbox_mbox-lock_c 
	                      patch-src_master_master-settings_c 

Log message:
maintenance update to 1.1.13, from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/18 17:51:34

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
remove debug X-Cipher and turn it into a useful log_info()


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/18 18:12:32

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is
initialized.
spotted and diff by Matthew Haub <matthew.haub@alumni.adelaide.edu.au>


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/18 18:40:34

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
when listen was declared without a port parameter, it would get it wrong
because of a missing htons()


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2009/03/18 19:00:16

Modified files:
	sbin/pfctl     : pf_print_state.c 

Log message:
pfctl -ss printed state levels for ICMPv6.  Disable this the same
way it has already been done for ICMPv4.

ok mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/19 00:52:59

Modified files:
	usr.sbin/bgpd  : rde.h rde_attr.c 

Log message:
Implement a attr_writebuf() function that works on a struct buf instead of
a pre allocated piece of memory. Will be used by newer mrt code.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/19 01:00:07

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h session.c 

Log message:
First big chunk of mrt rewrite. Simplifies code hopefully and fixes table
dumps that were wrong because of the 4byte AS support. Dumps I took seemed
to work so far. "Put it in" henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 02:26:42

Modified files:
	x11/gnome/gdm  : Makefile distinfo 
	x11/gnome/gdm/patches: patch-config_Makefile_in 
	                       patch-config_Xsession_in 
	                       patch-daemon_slave_c 
	                       patch-utils_gdm-ssh-session 

Log message:
- update to gdm-2.20.10
lots of small bug fixes
some translations updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 03:31:21

Modified files:
	www/galeon     : Makefile 
	www/galeon/pkg : PLIST 
Added files:
	www/galeon/patches: patch-doc_C_plugins_xml 
	                    patch-doc_es_plugins_xml 
	                    patch-mozilla_mozilla-embed-shell_cpp 

Log message:
- fix mozilla plugins directory
- regen WANTLIB+PLIST while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 03:33:52

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: 
	                            patch-provider_libserver_ZarafaCmd_cpp 
	mail/zarafa/zarafa/pkg: PLIST-main 

Log message:
- bugfix update to zarafa-6.20.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 03:34:59

Modified files:
	mail/zarafa/webaccess: Makefile distinfo 

Log message:
- update to zarafa-webaccess-6.20.3


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/19 03:53:16

Modified files:
	usr.bin/cvs    : cvs.h entries.c file.c remote.h server.c 

Log message:
properly register Questionable files using CVS/Entries server-side
in order for them to show up as "? foobar" when opencvs is in server mode.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/19 03:55:19

Modified files:
	usr.bin/cvs    : trigger.c 

Log message:
only pass the real $var to expand_vars() instead of the entire
line, this way commitinfo and stuff works again.

found by myself the hard way, fix by tobias@
who's not around to commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/19 03:56:03

Modified files:
	usr.bin/cvs    : server.c 

Log message:
kill unused vars


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/19 04:04:47

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Remove unused code.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/19 04:09:16

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
do not diff files server-side that are uptodate but require a patch,
as the client does not provide these files at all because they are
not modified in anyway. otherwise this results in bad mojo.

found by myself and sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 06:04:39

Modified files:
	x11/gnome/orca : Makefile 
	x11/gnome/orca/patches: patch-src_orca_orca_in 

Log message:
- give this a chance to work


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/19 06:39:08

Modified files:
	x11/tktable    : Makefile distinfo 
	x11/tktable/patches: patch-configure 
	x11/tktable/pkg: DESCR PFRAG.shared PLIST 
Added files:
	x11/tktable/patches: patch-doc_tkTable_n 

Log message:
update to 2.10 and use tk.port.mk, from new maintainer Stuart Cassoff.
agreed with by kevlo@ (previous maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 07:14:16

Modified files:
	mail/zarafa/webaccess: Makefile 
	mail/zarafa/webaccess/patches: 
	                               patch-php-mobile-webaccess_config_php 

Log message:
- do not raise php memory_limit to unlimited


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 07:22:18

Modified files:
	devel/smarty   : Makefile distinfo 

Log message:
- update to smarty-2.6.22

from maintainer Aleksander Piotrowski^alek@ ;)


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/19 07:25:18

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Make ips_timeout to be usable not only with scsi xfers.


CVSROOT:	/cvs
Module name:	src
Changes by:	grunk@cvs.openbsd.org	2009/03/19 07:44:46

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
correct an example in the manpage:  after creating a new crypto volume,
it is sufficient to zero the first megabyte of the disk, not the whole
disk.

ok marco@ mpf@ rainer@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 07:50:28

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/patches: patch-bindings_python_Makefile_in 
	                         patch-metadata_rb-metadata-dbus-client_c 
	                         patch-metadata_test-metadata_c 
	                         patch-plugins_audioscrobbler_rb-audioscrobbler_c 
	                         patch-plugins_daap_rb-daap-src_c 
	                         patch-plugins_daap_rb-daap-src_h 
	                         patch-podcast_rb-podcast-parse_h 
	                         patch-shell_main_c 
	                         patch-shell_rb-shell-player_c 
	audio/rhythmbox/pkg: PLIST 
Added files:
	audio/rhythmbox/pkg: PFRAG.shared 
Removed files:
	audio/rhythmbox/patches: patch-configure_ac 
	                         patch-plugins_audioscrobbler_rb-lastfm-gst-src_c 

Log message:
- update to new stable rhythmbox-0.12.0


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/03/19 08:34:35

Modified files:
	.              : donations.html 

Log message:
One of the larger donors from slackathon2008 wanted in


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 08:35:49

ports/x11/gnome/devhelp/patches

Update of /cvs/ports/x11/gnome/devhelp/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32667/patches

Log Message:
Directory /cvs/ports/x11/gnome/devhelp/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/19 08:36:53

Modified files:
	x11/gnome/devhelp: Makefile 
Added files:
	x11/gnome/devhelp/patches: patch-src_dh-assistant-view_c 
	                           patch-src_dh-book-tree_c 
	                           patch-src_dh-link_c 
	                           patch-src_dh-link_h 

Log message:
- bring in some patches from SVN to fix use with our recent webkit


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/19 09:11:59

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
minor tweaks (sorry grunk!);


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/19 09:15:09

Modified files:
	usr.bin/ssh    : ssh.1 

Log message:
for "Ciphers", just point the reader to the keyword in ssh_config(5), just
as we do for "MACs": this stops us getting out of sync when the lists
change;

fixes documentation/6102, submitted by Peter J. Philipp
alternative fix proposed by djm
ok markus


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/19 10:07:14

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Unify command id printing.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/19 10:19:51

Modified files:
	sys/dev/pci    : ips.c 

Log message:
For pass-through commands adjust timeout value to what controller
supports. Make sure our timeout will be fired after controller
gives up.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/19 10:44:40

Modified files:
	sys/nfs        : nfs_bio.c 

Log message:
We don't count buffercache stats in the B_PHYS case, so fix nfs to not
increment the num{read,write} and pending{read,write} statistics in that
case, since biodone won't change them on completion.

On another note, I'm not sure that we use physical buffers for swapping
over nfs anymore, so this chunk may be superfluous.

beck@ came up with the same diff "So anyway rather than me commiting it
from my copy, I'm giving you the OK and the commit. since it officially
makes you a buffer cache and NFS hacker };-)"


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/19 10:54:33

Modified files:
	devel/tcllib   : Makefile distinfo 
	devel/tcllib/patches: patch-support_devel_all_tcl 
	devel/tcllib/pkg: DESCR PLIST 
Added files:
	devel/tcllib/patches: patch-examples_bibtex_bibtex_tcl 
	                      patch-examples_htmlparse_webviewer_tcl 
	                      patch-examples_irc_irc_example_tcl 
	                      patch-examples_mapproj_tkmap_tcl 
	                      patch-examples_math_bigfloat_demo_tcl 
	                      patch-examples_mime_maildemo_tcl 
	                      patch-examples_ntp_rdate_tcl 
	                      patch-examples_sasl_saslclient_tcl 
	                      patch-examples_struct_diff2_tcl 
	                      patch-examples_struct_diff_tcl 
	                      patch-installer_tcl 
	                      patch-modules_doctools_docidx_plugin_apiref_man 
	                      patch-modules_doctools_doctoc_plugin_apiref_man 
	                      patch-modules_doctools_doctools_plugin_apiref_man 
	                      patch-modules_doctools_doctools_tcl 
	                      patch-modules_doctools_doctools_test 
	                      patch-modules_doctools_mpformats__nroff_tcl 
	                      patch-modules_doctools_mpformats_fmt_nroff 
	                      patch-modules_doctools_mpformats_idx_nroff 
	                      patch-modules_doctools_mpformats_toc_nroff 
	                      patch-support_installation_modules_tcl 

Log message:
update to 1.11.1, from maintainer Stuart Cassoff


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 12:26:46

Modified files:
	net/ejabberd   : Makefile distinfo 
	net/ejabberd/pkg: PLIST 
Removed files:
	net/ejabberd/patches: patch-src_tls_tls_drv_c 

Log message:
- update ejabberd to 2.0.4
* includes a SECURITY FIX to CVE-2009-0934 (MUC Logs Script Insertion Vulnerability)

from Wiktor Izdebski (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/19 12:28:18

Log message:
    Import roadfighter, a remake of the original game from Konami in 1985.
    
    In Road Fighter you drive a car in a death race between you and a
    group of mad drivers. Your aim? To reach the end of the checkpoint
    before you run out of fuel. Sounds easy? Far from it, there's a lot of
    obstacles between your car and the checkpoints!
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090319
    
    N ports/games/roadfighter/Makefile
    N ports/games/roadfighter/distinfo
    N ports/games/roadfighter/patches/patch-build_linux_Makefile
    N ports/games/roadfighter/pkg/PLIST
    N ports/games/roadfighter/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 12:28:35

Log message:
    import cms made simple 1.5.3
    
    CMS Made Simple is an easy to use content management system for simple
    stable content sites.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090319
    
    N ports/www/cms-ms/Makefile
    N ports/www/cms-ms/distinfo
    N ports/www/cms-ms/pkg/DESCR
    N ports/www/cms-ms/pkg/PLIST
    N ports/www/cms-ms/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 12:29:49

Modified files:
	www            : Makefile 

Log message:
- add cms-ms


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/19 12:30:30

Log message:
    Import f1spirit, a remake of Konami's original F1-Spirit from 1987.
    
    F-1 Spirit is a racing game. You will race with many different types
    of cars, starting by Stock or Rally cars, and finishing by driving F1
    cars (once you have classified for it by passing for F3, F3000 and
    Endurance cars).
    
    Note that this requires DRI, the game is barely usable otherwise.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090319
    
    N ports/games/f1spirit/Makefile
    N ports/games/f1spirit/distinfo
    N ports/games/f1spirit/patches/patch-sources_CPlayer_cpp
    N ports/games/f1spirit/patches/patch-sources_F1SpiritGame_cpp
    N ports/games/f1spirit/patches/patch-build_linux_Makefile
    N ports/games/f1spirit/pkg/PLIST
    N ports/games/f1spirit/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/19 12:31:38

Modified files:
	games          : Makefile 

Log message:
add f1spirit and roadfighter


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/19 13:12:41

Modified files:
	devel/libunique: Makefile distinfo 
Removed files:
	devel/libunique/patches: patch-unique_uniqueapp_c 

Log message:
Update to libunique 1.0.6, remove patch merged upstream.
ok jasper@ ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 14:02:59

Modified files:
	www/pear-SOAP  : Makefile 

Log message:
- remove duplicate MASTER_SITES/EXTRACT_SUFX

ok mbalmer@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/19 14:09:00

Modified files:
	share/man/man9 : uvm.9 

Log message:
no .Pp before or after sections;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 14:15:34

Log message:
    import pear-DB_DataObject 1.8.10
    
    DataObject performs 2 tasks:
    1. Builds SQL statements based on the objects vars and the builder
    methods.
    2. acts as a datastore for a table row.
    The core class is designed to be extended for each of your tables so
    that you put the data logic inside the data classes.  included is a
    Generator to make your configuration files and your base classes.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090319
    
    N ports/databases/pear-DB_DataObject/Makefile
    N ports/databases/pear-DB_DataObject/distinfo
    N ports/databases/pear-DB_DataObject/pkg/PLIST
    N ports/databases/pear-DB_DataObject/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 14:18:04

Modified files:
	databases/pear-DB_DataObject: Makefile 

Log message:
- missing dependency, no bump, it's only been here for a few minutes and unhooked


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/19 14:18:26

Modified files:
	databases      : Makefile 

Log message:
- add pear-DB_DataObject


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/19 14:18:45

Modified files:
	share/man/man4 : mpu.4 usbf.4 

Log message:
comment out some macros until they are needed;


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/19 14:27:49

Modified files:
	usr.sbin/smtpd : smtpd.h 

Log message:
make action_type == 0 mean A_INVALID, not A_RELAY; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/19 15:52:43

Modified files:
	sys/dev/pci    : ips.c 

Log message:
For rebuilds use a special REBUILD command instead of a generic
SETSTATE, for some reason it works better on lpinto's machine.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 15:59:32

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 

Log message:
security update to mozilla-thunderbird-2.0.0.21.  MFSA 2009-10,
MFSA 2009-09, MFSA 2009-07, MFSA 2009-01.
http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.21
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 15:59:59

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
update to thunderbird-i18n-2.0.0.21


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 16:00:28

Modified files:
	mail/enigmail  : Makefile 

Log message:
update for mozilla-thunderbird-2.0.0.21


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/19 16:03:33

Modified files:
	usr.sbin/smtpd : makemap.c 

Log message:
since maps may contain secrets, carry ownership and perms from source file
to db file; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 16:03:42

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
- security update to seamonkey-1.1.15.  MFSA 2009-10, MFSA 2009-09,
MFSA 2009-07, MFSA 2009-05, MFSA 2009-01.
http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html#seamonkey1.1.15
- mirror langpacks, since suddenly mozilla decided to mirror only
last three releases...
- sync WANTLIB
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 16:04:25

Modified files:
	mail/enigmail-seamonkey: Makefile 

Log message:
update for seamonkey-1.1.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/19 16:39:46

Log message:
    Initial import of ruby-rest-client-0.9.2.
    
    A simple REST client for Ruby, inspired by the Sinatra microframework
    style of specifying actions: get, put, post, delete.
    
    Status:
    
    Vendor Tag:	bernd
    Release Tags:	bernd_2009-03-19
    
    N ports/www/ruby-rest-client/Makefile
    N ports/www/ruby-rest-client/distinfo
    N ports/www/ruby-rest-client/pkg/DESCR
    N ports/www/ruby-rest-client/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/03/19 16:42:33

Modified files:
	www            : Makefile 

Log message:
add ruby-rest-client


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/19 16:51:01

Modified files:
	infrastructure/templates: network.conf.template 
	databases/mysql: Makefile 
	databases/mysql-administrator: Makefile 
	databases/mysql-query-browser: Makefile 

Log message:
follow the naming scheme.  it should be MASTER_SITE_MYSQL
"correct." fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/20 01:24:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Fetch rebuild status only for degraded or offline volumes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/20 01:56:55

ports/devel/tcllib/files

Update of /cvs/ports/devel/tcllib/files
In directory cvs.openbsd.org:/tmp/cvs-serv14316/files

Log Message:
Directory /cvs/ports/devel/tcllib/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/20 01:59:42

Added files:
	devel/tcllib/files: mkindex.tcl 

Log message:
update to 1.11.1, from maintainer Stuart Cassoff
file missed with the last commit. didn't package: no bump, no cookie for me!


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/20 03:34:34

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
initialize variable before using it as a counter in a loop

spotted and fix by Matthew Haub <matthew.haub@alumni.adelaide.edu.au>


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/20 03:35:19

Modified files:
	sys/dev/pci/drm: drm_bufs.c 

Log message:
Minor style nit; rnoland (freebsd).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/20 04:34:33

Modified files:
	mail/zarafa/webaccess: Makefile 
	mail/zarafa/webaccess/pkg: DESCR MESSAGE PLIST 
Removed files:
	mail/zarafa/webaccess: distinfo 
	mail/zarafa/webaccess/patches: 
	                               patch-php-mobile-webaccess__htaccess 
	                               patch-php-mobile-webaccess_config_php 
	                               patch-php-mobile-webaccess_include_class_hierarchy_php 
	                               patch-php-mobile-webaccess_include_smarty_arrays_php 

Log message:
- remove the "mobile" webaccess
it is buggy, does not work correctly and upstream development has been
ceased

note that the webaccess now installs under /var/www/zarafa-webaccess
instead of /var/www/zarafa/webacess


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/20 04:39:38

Added files:
	mail/zarafa/webaccess: distinfo 

Log message:
- oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/03/20 07:53:04

Log message:
    FreeImage is an Open Source library project for developers who would
    like to support popular graphics image formats like PNG, BMP, JPEG,
    TIFF and others as needed by today's multimedia applications.
    FreeImage is easy to use, fast, multithreading safe, compatible with
    all 32-bit versions of Windows, and cross-platform (works both with
    Linux and Mac OS X).
    
    ok laurent@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2009_Mar_20
    
    N ports/graphics/freeimage/Makefile
    N ports/graphics/freeimage/distinfo
    N ports/graphics/freeimage/pkg/PLIST
    N ports/graphics/freeimage/pkg/DESCR
    N ports/graphics/freeimage/pkg/PFRAG.shared
    N ports/graphics/freeimage/patches/patch-Makefile_gnu
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/03/20 07:55:35

Modified files:
	graphics       : Makefile 

Log message:
+freeimage


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/20 09:19:04

Modified files:
	sys/uvm        : uvm_amap_i.h uvm_anon.c uvm_aobj.c uvm_device.c 
	                 uvm_fault.c uvm_glue.c uvm_init.c uvm_loan.c 
	                 uvm_map_i.h uvm_meter.c uvm_mmap.c uvm_pager.c 
	                 uvm_pdaemon.c uvm_pglist.c uvm_stat.c 
	                 uvm_swap.c uvm_unix.c uvm_vnode.c 

Log message:
While working on some stuff in uvm I've gotten REALLY sick of reading
K&R function declarations, so switch them all over to ansi-style, in
accordance with the prophesy.

"go for it" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/20 10:05:11

Modified files:
	lib/libc/stdio : mktemp.c 

Log message:
Return -1 from mktemp_internal() on EINVAL like we used to.
OK oga@ thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/20 10:56:34

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- 2 hobbits maintain this


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/20 11:36:15

Modified files:
	www/gtkhtml3   : Makefile 

Log message:
- this needs to run_depends on devel/iso-codes


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/03/20 11:53:14

Modified files:
	usr.sbin/hotplugd: hotplugd.8 

Log message:
- grammar tweak

ok jcm@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/20 12:39:30

Modified files:
	sys/arch/vax/conf: files.vax 
	sys/arch/vax/include: _types.h cpu.h intr.h 
	sys/arch/vax/vax: autoconf.c intvec.s 
Added files:
	sys/arch/vax/vax: softintr.c 

Log message:
Switch vax to __HAVE_GENERIC_SOFT_INTERRUPTS.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/20 12:41:07

Modified files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/mips64/include: _types.h 
	sys/arch/mips64/mips64: clock.c interrupt.c 
	sys/arch/sgi/include: intr.h 
	sys/arch/sgi/localbus: macebus.c 
	sys/arch/sgi/sgi: autoconf.c 
	sys/arch/sgi/xbow: xheart.c 
Added files:
	sys/arch/mips64/mips64: softintr.c 

Log message:
Switch sgi to __HAVE_GENERIC_SOFT_INTERRUPTS.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/20 13:44:45

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Cleanup physical drive states handling.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/20 13:48:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Support bio ``unused'' drives.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/20 14:11:07

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Detect unused and hot-spare drives.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/20 14:16:56

Modified files:
	sys/dev/pci    : ips.c 

Log message:
When calculating physical disk size use its number of sectors
rather than chunk's.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/20 17:29:47

Modified files:
	sys/dev/ic     : gem.c 

Log message:
Unconditionally drain the RX ring when stpping the chip.

ok dlg@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/21 02:13:03

Modified files:
	astro/libnova  : Makefile distinfo 
	astro/libnova/patches: patch-src_Makefile_in 
	astro/libnova/pkg: PLIST 

Log message:
- update to libnova-0.12.3

from Benoit Lecocq with some tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/21 03:57:10

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Looks like the ``params'' field in the physical device description
contains SID_TYPE. Use to to filter out non disks from the bioctl
output.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/21 05:16:28

Modified files:
	usr.bin/cvs    : update.c 

Log message:
be smarter when checking if a directory is empty by looking at
CVS/Entries early on in cvs_update_leavedir()


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/21 05:18:45

Modified files:
	usr.bin/cvs    : release.c 

Log message:
kill useless return;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/21 05:49:20

Modified files:
	astro/py-metar : Makefile distinfo 
	astro/py-metar/patches: patch-setup_py 
	astro/py-metar/pkg: PLIST 

Log message:
- update to py-metar-0.14

from Benoit Lecocq, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/21 06:24:26

Modified files:
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
Make nvram writable (if necessary) before calling OF_setprop().  Prevents
faults on machines where we map nvram write-only (through the clock chip).


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/21 06:34:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Be smart when attaching pass-through scsibuses. Use configuration
data to check if channel has any devices besides disks and set the
actual bus width. This will speedup booting. Also remember enclosure
address here instead of messing with inquiry data.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/21 06:44:44

Modified files:
	sys/dev/pci    : ips.c 

Log message:
IPS_MAXTARGETS should be 16, not 15.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/21 07:16:21

Modified files:
	sys/dev        : audio.c 

Log message:
don't call uiomove(9) at IPL_AUDIO, slightly simplify the code
help from and ok jakemsr


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/21 09:33:22

Modified files:
	usr.bin/cvs    : status.c 

Log message:
use file_rcsrev when printing out Repository revision so
we always receive the correct revision number instead of HEAD,
otherwise running status on a file that belongs to a branch results
in showing HEAD revision instead of latest branch revision.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/21 09:35:33

Modified files:
	sys/dev/acpi   : acpiprt.c 

Log message:
Always re-route interrupts, even when doing so appears to be a no-op.  Some
BIOSen flat out lie to us when we ask for the current routing.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/21 11:44:43

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Report rebuild progress only if rebuild is active.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/21 11:49:32

Modified files:
	sys/dev/pci    : ips.c 

Log message:
If rebuild is active set volume state to ``rebuild''.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/21 12:07:41

Modified files:
	sbin/mknod     : mknod.8 
	usr.bin/which  : which.1 

Log message:
a paragraph break (.Pp macro) is not required before or after section headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/21 16:25:48

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
add pypi master site. discussed and ok with martynas.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/21 21:18:29

Modified files:
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/21 21:45:44

Modified files:
	faq            : faq4.html 

Log message:
+4.12.6 - I have no floppy or CD-ROM on my machine
Asked from time to time, plus a number of new machines lack removable
media, including the one this article was written on.  For the curious,
I used a USB flash drive, same one I used to evaluate the machine in the
store.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/21 21:47:51

Modified files:
	faq            : index.html 

Log message:
replaced almost all the articles in "what's new" this cycle. :)  My new
laptop was a good investment, it seems.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/22 01:02:32

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Put recently added bio and sensors stuff under #if NBIO > 0 and
#ifndef SMALL_KERNEL respectively.


CVSROOT:	/cvs
Module name:	src
Changes by:	ian@cvs.openbsd.org	2009/03/22 07:52:03

Modified files:
	usr.sbin/smtpd : smtpctl.c 

Log message:
trivial message repair, ok jacek@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/22 08:21:25

Modified files:
	devel/libunique: Makefile distinfo 

Log message:
- bugfix update to libunique-1.0.8
- make it use the x11/gnome MODULE

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/22 09:53:04

Modified files:
	misc/ytree     : Makefile 

Log message:
fix library order to allow static linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 09:53:21

Modified files:
	textproc/sphinx: Makefile distinfo 
	textproc/sphinx/patches: patch-Makefile_in patch-configure 

Log message:
- update sphinx to 0.9.8.1
- tweak regress

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/22 10:00:29

Modified files:
	mail/evolution : Makefile 
Added files:
	mail/evolution/patches: patch-mail_em-migrate_c 
	                        patch-plugins_bogo-junk-plugin_bf-junk-filter_c 
	                        patch-plugins_sa-junk-plugin_em-junk-filter_c 
	                        patch-widgets_misc_e-calendar-item_c 
	mail/evolution/pkg: DESCR-main DESCR-plugins MESSAGE-main 
	                    PFRAG.shared-main PFRAG.shared-plugins 
	                    PLIST-main PLIST-plugins 
Removed files:
	mail/evolution/pkg: DESCR MESSAGE PFRAG.shared PLIST 

Log message:
Big spring cleanup:

* split in 2 packages:
-main ===> evolution+base plugins
-plugins ===> plugins part of the "standard" bundle
This makes more sense than previous tweak and preserves ressources.

* disable the mail-account-disable plugin by default (you can still
enable it from the plugins preferences) ; there is something not
quite right about it that makes right-clicking on a folder very
slow ; it's beeing investigated but for now, evolution is slow
enough...

* fix some hardcoded paths in the antispam plugins

* import 2 patches from pkgsrc and FreeBSD which fixes some obvious
issues

* evolution needs gnome-icon-theme to build

* remove the rpath related stuff from LDFLAGS which prevented
building on macppc ; the plugins link with '-rpath $(plugindir)' so
it should not be needed anymore
please CONTACT ME if you see any regression (in which case bernd@ can
spank me for free)

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 10:17:09

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
- update glade3 to 3.6.0
- regen WANTLIB

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 10:42:12

Modified files:
	devel/py-buildbot: Makefile distinfo 
	devel/py-buildbot/pkg: PLIST 

Log message:
Update to 0.7.10.1. Install documentation in the right place as well.
Timeout from maintaner.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 10:50:04

Log message:
    Import dtopt 0.1.
    
    Add options to doctest examples while they are running.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090322
    
    N ports/devel/py-dtopt/Makefile
    N ports/devel/py-dtopt/distinfo
    N ports/devel/py-dtopt/pkg/PLIST
    N ports/devel/py-dtopt/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 10:52:09

Modified files:
	devel          : Makefile 

Log message:
Enter py-dtopt


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 10:57:02

Log message:
    Import Tempita 0.3.
    
    A very small text templating language.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090322
    
    N ports/www/py-tempita/Makefile
    N ports/www/py-tempita/distinfo
    N ports/www/py-tempita/pkg/PLIST
    N ports/www/py-tempita/pkg/DESCR
    N ports/www/py-tempita/patches/patch-tests_test_template_txt
    N ports/www/py-tempita/patches/patch-setup_cfg
    N ports/www/py-tempita/patches/patch-setup_py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:01:13

Log message:
    Import meld3 0.6.5.
    
    meld3 is an HTML/XML templating system for Python 2.3+ which keeps
    template markup and dynamic rendering logic separate from one
    another.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090322
    
    N ports/www/py-meld3/Makefile
    N ports/www/py-meld3/distinfo
    N ports/www/py-meld3/pkg/PLIST
    N ports/www/py-meld3/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:05:58

Log message:
    Import pyprof2calltree 1.0.3
    
    Script to help visualize profiling data collected with the cProfile
    python module with the kcachegrind (screenshots) graphical calltree
    analyser.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090322
    
    N ports/devel/py-pyprof2calltree/Makefile
    N ports/devel/py-pyprof2calltree/distinfo
    N ports/devel/py-pyprof2calltree/pkg/PLIST
    N ports/devel/py-pyprof2calltree/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:16:56

Modified files:
	devel          : Makefile 

Log message:
Enter py-pyprof2calltree.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:17:58

Modified files:
	www            : Makefile 

Log message:
Enter py-meld3 and py-tempita


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/03/22 11:37:14

Modified files:
	.              : 45.html 

Log message:
some entries for OpenSSH 5.2 added.

tweaked and nicely improved by dtucker@

ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:37:58

Modified files:
	devel/py-pyprof2calltree: Makefile 
	devel/py-pyprof2calltree/pkg: PLIST 
	devel/py-dtopt : Makefile 
	devel/py-dtopt/pkg: PLIST 

Log message:
Correct doc path.  promptly spotted by ajacoutot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/22 11:40:59

Modified files:
	www/py-meld3   : Makefile 
	www/py-meld3/pkg: PLIST 
	www/py-routes  : Makefile 
	www/py-routes/pkg: PLIST 
	www/py-tempita : Makefile 
	www/py-tempita/pkg: PLIST 

Log message:
Correct doc path here as well.  While I'm here, use PYPI_MASTER_SITE,
and sort targets based on Makefile.template.


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/22 12:27:41

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Don't show rebuild status for offline volumes.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/22 12:30:42

Modified files:
	faq            : upgrade45.html 

Log message:
Noise I didn't mean to commit...


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/22 12:32:37

Added files:
	faq            : upgrade45.patch 

Log message:
initial version of the patch file, very minimal testing so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/22 12:39:10

Modified files:
	usr.bin/cvs    : rcs.c 

Log message:
Properly free allocated memory in error case.

ok joris


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/22 12:40:55

Modified files:
	usr.bin/cvs    : tag.c 

Log message:
Avoid the usage of uninitialized value, which even might result in a memory
leak if a file has no line in CVS/Entries.

ok joris


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/22 12:41:25

Modified files:
	usr.bin/cvs    : tag.c 

Log message:
style


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/22 12:41:34

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Update volume info on every bio call instead of waiting for the
sensors task to do it.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/22 13:01:32

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c extern.h 

Log message:
Add 'A' command to Editor mode, and -A flag to automatically execute it
on disks without an existing label. The 'A' command allocates all space
on the disk into a reasonable partition scheme for a root disk.

Feedback from several, time to work on it in-tree.

Prodded (repeatedly) by and ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/22 13:18:32

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update vala to version 0.5.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/22 13:19:24

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/patches: patch-Makefile_in 
	                         patch-src_GtkamlImplicitsStore_c 
Added files:
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_h 

Log message:
- update to gtkaml-0.2.4
(updated for Vala 0.5.7)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/22 13:25:42

Modified files:
	lang/vala      : Makefile 
	textproc/gtkaml: Makefile 

Log message:
- set maintainance to Hobbits Inc.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 13:33:39

Modified files:
	devel/glib2    : Makefile 
Added files:
	devel/glib2/patches: patch-glib_gbase64_c 

Log message:
Security fix for CVE-2008-4316.
Fixes multiple integer overflows.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/22 13:37:30

Modified files:
	share/man/man9 : vput.9 

Log message:
tweaks;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/22 13:58:43

Modified files:
	sbin/disklabel : editor.c 

Log message:
let u (undo) work for the A command; ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 14:11:07

Modified files:
	net/p5-POE-Component-IRC: Makefile distinfo 

Log message:
- update p5-POE-Component-IRC to 6.04


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/22 14:19:32

Modified files:
	www/nginx      : Makefile distinfo 
Removed files:
	www/nginx/patches: patch-src_os_unix_ngx_posix_init_c 

Log message:
update to 0.6.35

from Max Varencov.
tested/ok maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 14:31:20

Modified files:
	audio/p5-POE-Component-Client-MPD: Makefile distinfo 

Log message:
- update p5-Po-Co-Client-MPD to 0.9.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 14:32:36

Modified files:
	audio/p5-Audio-MPD: Makefile distinfo 

Log message:
- update p5-Audio-MPD to 0.19.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 14:42:45

Modified files:
	converters/p5-Convert-Binary-C: Makefile distinfo 

Log message:
- update Convert-Binary-C to 0.73


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/22 14:51:59

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 14:56:53

Modified files:
	x11/gnome/games: Makefile distinfo 
	x11/gnome/games/patches: patch-glines_Makefile_in 
	                         patch-gnibbles_Makefile_in 
	                         patch-gnobots2_Makefile_in 
	                         patch-gnometris_Makefile_in 
	                         patch-gnomine_Makefile_in 
	                         patch-gnotravex_Makefile_in 
	                         patch-gnotski_Makefile_in 
	                         patch-gtali_Makefile_in 
	                         patch-mahjongg_Makefile_in 
	                         patch-same-gnome_Makefile_in 
	x11/gnome/games/pkg: PLIST 

Log message:
- update gnome-games to 2.24.3.1
* bug fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/22 14:57:28

Modified files:
	sys/dev/pci    : ips.c 

Log message:
unbreak ramdisk builds in a way i guess might work


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/22 15:46:31

Modified files:
	sys/dev/ic     : gem.c gemreg.h gemvar.h 

Log message:
Add workaround for RX MAC/FIFO hangs on ERI.  Tested by matthieu@ and naddy@.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2009/03/22 15:48:50

Modified files:
	sysutils/pciutils: Makefile distinfo 

Log message:
update to pciutils 3.1.2. From Benoit Lecocq. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/22 16:08:34

Modified files:
	share/man/man4 : msk.4 

Log message:
Mention that msk(4) support 88E807x chips now.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/03/22 16:35:00

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 bgpd.h parse.y printconf.c 
	                 rde_update.c 

Log message:
make transparent-as yes|no settable peer neighbor with the global setting
acting as default.
per-neighbor requested by arnold nipper @ decix, ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/03/22 16:53:48

Modified files:
	usr.sbin/smtpd : lka.c runner.c smtpd.c smtpd.h 

Log message:
fix a bug in the resolution of forward files which would cause usernames
not to be taken into account if they had no ~/.forward file AND were the
result of an alias expansion that expanded to more than one username.

while at it, I spotted another bug where I would check T_MDA_MESSAGE on
the flags field instead of the type field. the bug could cause two MDA
message to end up in the same batch which is no longer valid.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 17:08:03

Modified files:
	databases/p5-DBI-Shell: Makefile distinfo 
	databases/p5-DBI-Shell/pkg: PLIST 

Log message:
- update p5-DBI-Shell to 11.95
- no need for BUILD_DEPENDS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/22 17:11:15

Modified files:
	databases/p5-Data-Pageset: Makefile distinfo 

Log message:
- update p5-Data-Pageset to 1.05


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/22 18:29:54

Modified files:
	audio/amarok   : Makefile 
Added files:
	audio/amarok/patches: patch-amarok_src_metabundle_cpp 

Log message:
use /dev/arandom instead of /dev/urandom.  reading from /dev/urandom
is too slow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/22 18:33:03

Modified files:
	databases/sqlite3: Makefile 
	databases/sqlite3/patches: patch-src_os_unix_c 

Log message:
use /dev/arandom instead of /dev/urandom.  reading from /dev/urandom
is too slow.

ok bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/22 18:35:44

Modified files:
	lang/ruby      : Makefile 
Added files:
	lang/ruby/patches: patch-random_c 

Log message:
use /dev/arandom instead of /dev/urandom.  reading from /dev/urandom is
too slow.

ok bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/22 18:49:07

Modified files:
	www/py-paste   : Makefile distinfo 
	www/py-paste/pkg: PLIST 

Log message:
- update to py-paste-1.7.2
- use pax, MASTER_SITE_PYPI
requested, feedback, ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/22 18:50:52

Modified files:
	devel/nspr     : Makefile 
Added files:
	devel/nspr/patches: patch-mozilla_nsprpub_pr_src_md_unix_uxrng_c 

Log message:
use /dev/arandom instead of /dev/urandom.  reading from /dev/urandom
is too slow.

ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/22 18:52:26

Modified files:
	www/py-paste-deploy: Makefile distinfo 

Log message:
- update to py-paste-deploy-1.3.3
- use MASTER_SITE_PYPI
requested, feedback, ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/22 18:55:32

Modified files:
	www/py-paste-script: Makefile distinfo 
	www/py-paste-script/pkg: PLIST 

Log message:
- update to py-paste-script-1.7.3
- enable regression tests
- use MASTER_SITE_PYPI
requested, feedback, ok fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/22 20:19:07

Modified files:
	sys/scsi       : iscsi.h 

Log message:
actually follow rfc 3720, from Remco.


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/03/22 23:26:47

Modified files:
	sys/dev/mii    : atphy.c 

Log message:
use auto-negotiation for manual media type selection. This fixes
establishment of 10/100Mbps link on ale(4).

From FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/23 00:19:59

Modified files:
	sys/net        : if_pfsync.c 

Log message:
wait an appropriate amount of time before giving up on a bulk update,
rather than giving up after a hardcoded 5 seconds (which is generally much
too short an interval for a bulk update).

pointed out by david@, eyeballed by mcbride@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 01:22:24

Modified files:
	math/p5-AI-FANN: Makefile distinfo 
	math/p5-AI-FANN/patches: patch-Makefile_PL 

Log message:
- update p5-AI-FANN to 0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 01:28:05

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
any directory messages are, believe it or not, suppose to go to LP_ERR
instead of LP_NOTICE, while here modify output for non-existing
files to match "? foobar" instead of "cannot find foobar".

makes our output a little less alien and a little bit more gnuish.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/23 01:29:18

Modified files:
	devel/ORBit2   : Makefile 
Added files:
	devel/ORBit2/patches: patch-src_orb_util_genrand_c 

Log message:
use /dev/arandom instead of /dev/urandom.  /dev/urandom is slow.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 01:31:09

Modified files:
	x11/gnome/libgda: Makefile 

Log message:
- fix pkgspec


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 01:40:30

Modified files:
	usr.bin/cvs    : update.c 

Log message:
LP_NOTICE should be LP_ERR when showing directory messages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/23 01:50:47

Modified files:
	security/nss   : Makefile 
	security/nss/patches: 
	                      patch-mozilla_security_nss_lib_freebl_unix_rand_c 

Log message:
use /dev/arandom instead of /dev/urandom.  /dev/urandom is too slow.

ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/23 02:25:15

Modified files:
	usr.sbin/smtpd : mda.c 

Log message:
Fixed a leaking of a fd each time a file is delivered to a mbox, which
was introduced in revision 1.7.

ok and log message by gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:25:30

Log message:
    import p5-Po-Co-PubSub 0.05
    
    Generic publish/subscribe POE::Component that enables POE::Sessions to
    publish events to which other POE::Sessions may subscribe.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090323
    
    N ports/devel/p5-POE-Component-PubSub/distinfo
    N ports/devel/p5-POE-Component-PubSub/Makefile
    N ports/devel/p5-POE-Component-PubSub/pkg/DESCR
    N ports/devel/p5-POE-Component-PubSub/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:28:20

Modified files:
	devel          : Makefile 

Log message:
add p5-POE-Component-PubSub


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/23 02:31:19

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
Fixed a possible out-of-bounds memory access if the environment variable
SHELL is shorter than 3 characters.

with input by and ok dtucker


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:39:34

Modified files:
	net/p5-POE-Component-Client-DNS: Makefile distinfo 

Log message:
- update p5-POE-Component-Client-DNS to 1.03


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:40:36

Modified files:
	textproc/p5-POE-Filter-XML: Makefile distinfo 

Log message:
- update p5-POE-Filter-XML to 0.35


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:41:15

Modified files:
	security/p5-POE-Component-SSLify: Makefile distinfo 

Log message:
- update p5-POE-Component-SSLify to 0.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:42:04

Modified files:
	net/p5-POE-Component-Jabber: Makefile distinfo 
	net/p5-POE-Component-Jabber/pkg: PLIST 

Log message:
- update p5-Po-Co-Jabber to 3.00
* this release is not backwards compatible with the 2.x releases


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 02:44:07

Modified files:
	devel/p5-POE-Component-Pluggable: Makefile distinfo 

Log message:
- update p5-Po-Co-Pluggable to 1.16


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/23 03:06:50

Modified files:
	share/man/man7 : hier.7 

Log message:
some smtpd bits; ok jacekm gilles


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 03:14:29

Modified files:
	devel/p5-Variable-Magic: Makefile distinfo 

Log message:
- update p5-Variable-Magic to 0.32

ok simon@ (MAINTAINER), who had the same diff already


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/03/23 03:29:33

Modified files:
	sys/kern       : vfs_lockf.c 

Log message:
advisory locks should return ENOLCK if we're out of locks.
ok deraadt@ fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/03/23 03:37:37

Modified files:
	devel/p5-B-Hooks-EndOfScope: Makefile distinfo 

Log message:
update to version 0.07


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/03/23 03:40:18

Modified files:
	devel/p5-namespace-clean: Makefile distinfo 

Log message:
update to version 0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 03:54:36

Modified files:
	net/pdnsd      : Makefile 
	net/pdnsd/patches: patch-doc_pdnsd_8_in 

Log message:
- remove wrong substitution

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/23 03:57:54

Modified files:
	x11/gnome/libgnomecanvasmm: Makefile 
	x11/gnome/vfsmm: Makefile 
	x11/kde/addons3: Makefile 
	x11/kde/multimedia3: Makefile 
	misc/gramps    : Makefile 

Log message:
package specs, mostly pointed out by Nigel J. Taylor


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 04:05:36

Modified files:
	x11/dbus-glib  : Makefile 
	x11/dbus-glib/pkg: PLIST 
Added files:
	x11/dbus-glib/patches: patch-configure 
Removed files:
	x11/dbus-glib/files: dbus-bus-introspect.xml 

Log message:
Some cleanups:
- explicitely set some configure_args
- store @sample under share/examples/dbus-glib/
- get dbus-bus-introspect.xml directly from dbus-daemon output


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/23 04:10:35

Modified files:
	security/py-Rijndael: Makefile distinfo 

Log message:
Update to 1.4 version from Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/23 04:55:40

Modified files:
	editors/tea    : Makefile distinfo 
	editors/tea/patches: patch-src_tea_config_c 
Added files:
	editors/tea/patches: patch-src_tea_options_c 

Log message:
Update to 17.6.6, fixes some utf-8 bugs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 05:29:36

Modified files:
	x11/gnome/orca : Makefile 
	x11/gnome/orca/patches: patch-src_orca_orca_in 

Log message:
- missing `|'


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 06:02:28

Modified files:
	audio/espeak   : Makefile distinfo 
	audio/espeak/patches: patch-src_Makefile patch-src_speech_h 
	audio/espeak/pkg: PLIST 

Log message:
- update espeak to latest stable version: 1.40.02


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 06:13:41

Modified files:
	x11/gnome/speech: Makefile 

Log message:
- remove festival from run_depends
it is not technically needed as gnome-speech can alreay use espeak ; if one
wants to use festival instead, pkg_add festival and some voices is enough,
gnome-speech will be able to use it transparently when configured to do so


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/03/23 07:25:11

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/arm/arm: pmap.c 
	sys/kern       : kern_fork.c kern_sched.c kern_synch.c 
	                 sched_bsd.c 
	sys/sys        : proc.h sched.h 
	sys/uvm        : uvm_meter.c uvm_page.c 

Log message:
Processor affinity for processes.
- Split up run queues so that every cpu has one.
- Make setrunqueue choose the cpu where we want to make this process
runnable (this should be refined and less brutal in the future).
- When choosing the cpu where we want to run, make some kind of educated
guess where it will be best to run (very naive right now).
Other:
- Set operations for sets of cpus.
- load average calculations per cpu.
- sched_is_idle() -> curcpu_is_idle()

tested, debugged and prodded by many@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:00:38

Modified files:
	devel/p5-Log-Dispatch-FileRotate: Makefile distinfo 

Log message:
- update p5-Log-Dispatch-FileRotate to 1.19


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:01:01

Modified files:
	devel/p5-IPC-Run: Makefile distinfo 

Log message:
- update p5-IPC-Run to 0.82


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:01:20

Modified files:
	devel/p5-IO-All: Makefile distinfo 

Log message:
- update p5-IO-All to 0.39


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:01:31

Modified files:
	devel/p5-IO-Tty: Makefile distinfo 

Log message:
- update p5-IO-Tty to 1.08


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:01:44

Modified files:
	devel/p5-File-HomeDir: Makefile distinfo 

Log message:
- update p5-File-Homedir to 0.84


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:02:12

Modified files:
	devel/p5-DateTime-TimeZone: Makefile distinfo 
	devel/p5-DateTime-TimeZone/pkg: PLIST 

Log message:
- update p5-DateTime-TimeZone to 0.85
- tweak COMMENT


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:02:25

Modified files:
	devel/p5-Cache-Cache: Makefile distinfo 

Log message:
- update p5-Cache-Cache to 1.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:02:56

Modified files:
	devel/p5-AnyEvent: Makefile distinfo 

Log message:
- update p5-AnyEvent to 4.34


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:03:15

Modified files:
	devel/p5-BSD-Resource: Makefile distinfo 

Log message:
- update p5-BSD-Resource to 1.2902


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 08:03:27

Modified files:
	devel/p5-App-CLI: Makefile distinfo 

Log message:
- update p5-App-CLI to 0.08


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/23 08:54:34

Modified files:
	share/zoneinfo/datfiles: africa asia southamerica 

Log message:
Update to tzdata2009d from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 09:04:41

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-configure 
	print/cups/pkg : PLIST 

Log message:
- enable dbus support
this adds some nice desktop functionnality when dealing with print
queues, printer notifications...


CVSROOT:	/cvs
Module name:	www
Changes by:	millert@cvs.openbsd.org	2009/03/23 09:08:34

Modified files:
	.              : donations.html 

Log message:
Add link as requested.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 09:10:09

Modified files:
	usr.bin/cvs    : getlog.c 

Log message:
add rlog -d support, ported from openrcs by
Josh Elsasser <josh@elsasser.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/03/23 09:10:44

Modified files:
	sys/kern       : vfs_bio.c 

Log message:
fix buffer cache pending writs statistic so it does not go negative.
this ensures we ignore counting any buffers returning through biodone()
for which B_PHYS has been set - which should be set on all transfers
that manually do raw io bypassing the buffer cache by setting up their
own buffer and calling strategy..

ok thib@, todd@, and now that he is a buffer cache and nfs hacker oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 09:13:58

Modified files:
	usr.bin/cvs    : getlog.c 

Log message:
remove debug, bleh


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 09:14:50

Modified files:
	etc            : security 

Log message:
Small rewording to remove ambiguity.
A package can actually "change" after an update even if its version does
not and yet it will not appear in the security(8) output.

wording by eric@
ok mbalmer@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/23 09:14:54

Modified files:
	usr.sbin/smtpd/makemap: Makefile 

Log message:
good god no you do not use LDFLAGS to pull in libraries


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/23 09:15:18

Modified files:
	sys/arch/zaurus/stand/zbsdmod: compat_linux.h 

Log message:
sys/types.h before other things


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/23 09:27:41

Modified files:
	usr.sbin/smtpd/smtpctl: Makefile 
	usr.sbin/smtpd/smtpd: Makefile 

Log message:
repair library use.  this was detected on the vax, a nice static linking
architecture.  it was silently creating broken code on other architectures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 09:39:39

Modified files:
	audio/rhythmbox: Makefile 
Added files:
	audio/rhythmbox/pkg: MESSAGE 

Log message:
- add same MESSAGE as evolution so that people don't think rhythmbox deps
are broken

found out by rgouveia on #bsdcow


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/23 09:43:44

Modified files:
	devel/avr/libc : Makefile distinfo 
	devel/avr/libc/pkg: PLIST 

Log message:
update to 1.6.6. includes support for new devices and some bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 09:54:58

Modified files:
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse/pkg: PLIST 

Log message:
- remove shared-mime-info dependency and goo as it is not needed anymore ;
spotted by Mikolaj Kucharski, thanks!
- while here, regen PLIST and add missing @unexec gconftool-2 goo


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 10:22:34

Modified files:
	net/telepathy/telepathy-glib: Makefile 

Log message:
- missing bump after python stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/23 10:36:38

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
tweak the description of -A a little more;
feedback/ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/23 10:57:05

Modified files:
	usr.sbin/config: config.8 

Log message:
correct example; from Sebastian Rother


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 11:17:33

Modified files:
	print/gutenprint: Makefile distinfo 
	print/gutenprint/patches: patch-configure patch-doc_Makefile_in 
	                          patch-doc_developer_Makefile_in 
	                          patch-src_gutenprintui2_plist_c 
	print/gutenprint/pkg: MESSAGE-foomatic PLIST-foomatic PLIST-main 
Removed files:
	print/gutenprint/patches: patch-include_Makefile_in 
	                          patch-src_Makefile_in 
	                          patch-src_cups_Makefile_in 
	                          patch-src_gutenprintui_plist_c 
	                          patch-src_main_Makefile_in 

Log message:
- major update to gutenprint 5.2.3 which is the latest stable version

If you're running with locally generated PPD files, you will need to
regen them with foomatic-ppdfile(1) so that the driver uses
gutenprint-ijs.5.2 and not gutenprint-ijs.5.0.

Tested on several printers without regression.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 11:20:33

Modified files:
	astro/sunclock : Makefile 
	astro/sunclock/patches: patch-Imakefile patch-sunclock_c 

Log message:
- update home page
- fix library order to allow static linking
- fix C99-ism to allow building with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 11:21:30

Modified files:
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gucharmap/pkg: PLIST 

Log message:
- remove unneeded gtk-update-icon-cache goo

spotted by Mikolaj Kucharski, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 11:23:43

Modified files:
	x11/xfce4/xfce4-mixer: Makefile 
	x11/xfce4/xfce4-mixer/pkg: PLIST 

Log message:
- remove unneeded gtk-update-icon-cache goo

spotted by Mikolaj Kucharski, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/23 11:40:56

Modified files:
	sys/dev/pci    : ips.c 

Log message:
Reorganize NBIO and SMALL_KERNEL handling again but this time without
ramdisk breakage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 11:42:40

Modified files:
	misc/ttyrec    : Makefile 
Added files:
	misc/ttyrec/patches: patch-ttyplay_c 

Log message:
remove gratuitous C99-ism to allow building with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 11:46:33

Modified files:
	devel/glib2mm  : Makefile distinfo 
	devel/glib2mm/patches: patch-Makefile_in 
	                       patch-docs_reference_Makefile_in 
	devel/glib2mm/pkg: PLIST-docs 

Log message:
- bugfix update to version 2.18.2
* fix a memory leak
* fix some build issues/warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 11:53:17

Modified files:
	usr.bin/cvs    : init.h 

Log message:
simplify


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/23 12:06:28

Modified files:
	archivers/zziplib: Makefile distinfo 
	archivers/zziplib/patches: patch-Makefile_in patch-configure 
	                           patch-zzip_Makefile_in 
	                           patch-zzipwrap_Makefile_in 
	archivers/zziplib/pkg: PLIST 

Log message:
Update to version 0.13.50
Regen patches


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/23 12:21:23

Modified files:
	usr.bin/cvs    : buf.c 

Log message:
kill SIZE_LEFT() macro, no longer used


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 12:39:48

Modified files:
	x11/e17/e      : Makefile 
	x11/e17/e/pkg  : PLIST 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: PLIST 
	x11/matchbox/matchbox-themes-extra: Makefile 
	x11/matchbox/matchbox-themes-extra/pkg: PLIST 
	x11/matchbox/matchbox-window-manager: Makefile 
	x11/matchbox/matchbox-window-manager/pkg: PLIST 

Log message:
- more unneeded goos spotted by Mikolaj Kucharski
- remove an XXX from gdm while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 12:41:00

Modified files:
	x11/gnome/at-spi: Makefile 

Log message:
- remove an XXX


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/03/23 12:51:51

Modified files:
	sys/arch/amd64/conf: Makefile.amd64 

Log message:
Add missing dependency generation for assym.h (...the lack of which
made testers of art's affinity diff go insane)

ok krw@ miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 13:08:33

Modified files:
	math/py-numpy  : Makefile 

Log message:
- missing bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 13:21:34

Modified files:
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	security/prelude/libprelude: Makefile 

Log message:
- more missing bumps


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/23 13:23:43

Modified files:
	sys/uvm        : uvm_device.c 

Log message:
Remove space added in last commit. Pointed out by miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/23 13:28:22

Modified files:
	print/scribus  : Makefile 
	print/scribus/pkg: PLIST 

Log message:
- regen PLIST to add missing desktop file

spotted by Mikolaj Kucharski, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 13:28:52

Modified files:
	net/arping/patches: patch-Makefile 

Log message:
fix library ordering for static linking; ok jcs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/23 13:37:02

Modified files:
	security/prelude/libpreludedb: Makefile 
	security/prelude/prewikka: Makefile 

Log message:
bump for python deps


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/23 13:38:04

Modified files:
	usr.bin/ssh    : ssh-agent.c 

Log message:
My previous commit didn't fix the problem at all, so stick at my first
version of the fix presented to dtucker.

Issue notified by Matthias Barkhoff (matthias dot barkhoff at gmx dot de).

ok dtucker


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 13:40:13

Modified files:
	net/py-libpcap : Makefile 

Log message:
- ze bump! it wuz missing


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 14:09:51

Modified files:
	www/analog     : Makefile 

Log message:
fix library order for static linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 14:17:57

Modified files:
	misc/gpsd      : Makefile 
	x11/py-wxPython: Makefile 

Log message:
- more missing bumps


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/03/23 14:36:54

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 
	distrib/sets/lists/xserv: md.alpha md.amd64 md.i386 md.macppc 
	                          md.sparc64 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 14:56:40

Modified files:
	x11/rendercheck: Makefile 

Log message:
declare variable at start of block to fix gcc2 build; ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 14:56:57

ports/x11/rendercheck/patches

Update of /cvs/ports/x11/rendercheck/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31189/patches

Log Message:
Directory /cvs/ports/x11/rendercheck/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 14:57:31

Added files:
	x11/rendercheck/patches: patch-tests_c 

Log message:
declare variable at start of block to fix gcc2 build; ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/23 15:34:21

Modified files:
	sys/dev/pci    : if_msk.c 

Log message:
Prevent null pointer dereference that could happen when we process an RX
interrupt that was queued while stopping the interface.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/23 15:41:44

Modified files:
	x11/xdmchoose  : Makefile 
	x11/xdmchoose/patches: patch-xdmchoose_conf_5 
Added files:
	x11/xdmchoose/patches: patch-Makefile_in patch-configure 

Log message:
* fix static linking: -lXpm requires -lX11, and -lX11 requires -lXdmcp -lXau
* sync wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 15:45:03

Modified files:
	textproc/py-ElementTree: Makefile 
	www/py-formencode: Makefile 
	x11/gnome/at-spi: Makefile 

Log message:
- more missing bumps


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/23 15:48:40

Modified files:
	usr.sbin/smtpd : makemap.8 newaliases.8 smtpctl.8 smtpctl.c 
	                 smtpd.8 

Log message:
various minor improvements; ok jacekm gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/23 15:53:58

Modified files:
	sys/dev/usb    : files.usb 
	share/man/man4 : Makefile 
Added files:
	sys/dev/usb    : if_otus.c if_otusreg.h 
	share/man/man4 : otus.4 

Log message:
otus(4), a driver for Atheros AR9001U USB IEEE 802.11 devices.
more work is required but basic operations work.
requires a non-free firmware to operate.

partly based on source code released under the ISC by Atheros
Communications for Linux, although I had to rewrite almost everything
(actually I only used some .h files from the Atheros driver.)
there also exists a rewrite of the Atheros driver for Linux (ar9170)
but the guy decided to make the code less free by wrapping the GPL
around the ISC.

committed over a NETGEAR WNDA3100.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/23 15:58:35

Modified files:
	share/man/man4 : usb.4 

Log message:
Xr otus(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/23 15:58:54

Modified files:
	sys/dev/pci    : if_msk.c if_mskvar.h 

Log message:
Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring.
This gets rid of one of the evil jumbo allocators!


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/23 16:07:41

Modified files:
	sys/uvm        : uvm_swap.c uvm_swap_encrypt.c 
	                 uvm_swap_encrypt.h 

Log message:
turn a for (i = 0; i < size; i++) arc4random(); loop into arc4random_buf().

Since that function is now so small (2 lines), inline it into it's only user.

Shaves some bytes (104 on amd64).

ok deraadt@, blambert@. djm@ liked an earlier diff.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/23 16:10:05

Modified files:
	sys/uvm        : uvm_swap_encrypt.h 

Log message:
Whitespace nit in previous.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/23 16:25:28

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
PKGNAME works better when it's not self-referencing
"make it more pretty" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/23 16:26:27

Modified files:
	net/pymsn      : Makefile 
	x11/py-qt3     : Makefile 

Log message:
brum brum...bump!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/03/23 16:45:44

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/23 16:54:36

Modified files:
	.              : INDEX 

Log message:
regen - 5618


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/23 16:57:36

Modified files:
	lib/libc/gen   : fts.3 

Log message:
add a HISTORY section to fts(3).

diff proposed by an anonymous user on bugs@; tweaked by jmc@;
verified using the superb 4BSD collection at pdp-11.org.ru (thanks form@).

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2009/03/23 17:09:31

Modified files:
	comms/p5-Device-Modem: Makefile distinfo 

Log message:
update to version 1.50
ok todd@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/23 23:09:44

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/23 23:10:30

Modified files:
	multimedia/mkvtoolnix: Makefile 
Added files:
	multimedia/mkvtoolnix/patches: patch-src_common_random_cpp 

Log message:
use /dev/arandom instead of /dev/urandom

ok Benoit Lecocq (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/23 23:11:50

Modified files:
	devel/git      : Makefile 
	devel/git/patches: patch-imap-send_c 

Log message:
use /dev/arandom instead of /dev/urandom

ok bernd@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/24 00:59:19

Modified files:
	usr.bin/cvs    : util.c 

Log message:
use size_t for size, since atomicio() both accepts and returns it


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/03/24 02:43:54

Modified files:
	share/man/man4 : ips.4 

Log message:
Document that due to bioctl limitations ips associate all unused and
spare drive with the first volume but the drives can be used for
rebuilding any degraded volume.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/03/24 03:04:30

Modified files:
	sys/kern       : vfs_lockf.c 

Log message:
only apply the strict limit on F_SETLK; ok deraadt@ fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2009/03/24 03:11:40

Modified files:
	textproc/sim   : Makefile distinfo 
	textproc/sim/pkg: PLIST 

Log message:
Update Sim to the latest version, OK jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	fkr@cvs.openbsd.org	2009/03/24 03:43:52

Modified files:
	.              : events.html 

Log message:
move Chemnitzer Linux-Tage to the past.
ok grunk@ and bernd@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/24 05:12:10

Modified files:
	sys/dev/microcode/typhoon: 3c990-license 3c990img.h 
	sys/dev/pci    : if_txp.c if_txpreg.h 

Log message:
Upgrade to newer firmware needed by some txp(4) variants.  Fixes PR 6085.
From FreeBSD.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/24 05:36:40

Log message:
    import mp3splt-gtk,
    
    mp3splt-gtk is a gtk2 application using libmp3splt to split mp3
    and ogg files without decoding, selecting begin and end time positions
    graphically, from CDDB/.cue files, or via silence detection.
    
    thanks to landry, kevlo for test reports.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090324
    
    N ports/audio/mp3splt-gtk/Makefile
    N ports/audio/mp3splt-gtk/distinfo
    N ports/audio/mp3splt-gtk/pkg/DESCR
    N ports/audio/mp3splt-gtk/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/24 05:39:14

Modified files:
	audio          : Makefile 

Log message:
+mp3splt-gtk


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/24 06:15:34

Modified files:
	sys/dev/sdmmc  : sdmmc_scsi.c 

Log message:
Remove redundant casts.


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/03/24 07:49:38

Modified files:
	sys/kern       : sys_generic.c 

Log message:
Only copy out the revents field, not the whole pollfd structure. This
allows threaded programs to concurrently update the events field while
a thread is blocked in poll(2).

okay deraadt@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 08:51:05

Modified files:
	biology/nutdb/patches: patch-Makefile 

Log message:
fix link order for static linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 08:58:25

Modified files:
	misc/gnuwatch  : Makefile 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/03/24 09:10:04

Modified files:
	sbin/fdisk     : part.c 

Log message:
two more MBR partition names
ok otto@ beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 09:12:23

ports/converters/pflogx/patches

Update of /cvs/ports/converters/pflogx/patches
In directory cvs.openbsd.org:/tmp/cvs-serv29185/patches

Log Message:
Directory /cvs/ports/converters/pflogx/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 09:34:34

Modified files:
	www/retawq/patches: patch-tool_tlsmode 

Log message:
fix link order for static linking


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/03/24 09:43:07

Modified files:
	www/p5-Catalyst-Component-ACCEPT_CONTEXT: Makefile 

Log message:
add CONFIGURE_ARGS=--skipdeps to prevent borked Makefile.PL to pull in
runtime dependencies at build time

noticed by jasper@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/24 09:47:36

Modified files:
	share/man/man4 : audio.4 bktr.4 carp.4 hifn.4 

Log message:
fix a few typographical errors.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 09:58:00

Added files:
	textproc/zoem/patches: patch-src_Makefile_in 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/24 10:29:42

Modified files:
	sys/uvm        : uvm_page.c uvm_page.h 

Log message:
vm_physseg_find and VM_PAGE_TO_PHYS are both called many times in your
average arch port. They are also inline. This does not help, de-inline them.

shaves about 1k on i386 and amd64 bsd.mp. Probably similar amounts of
most architectures.

"no issue" beck@ "Nuke nuke nuke... make them functions" weingart@ "this
is good" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/03/24 10:38:39

Modified files:
	gnu/usr.bin/perl/ext/PerlIO/encoding: encoding.xs 
	gnu/usr.bin/perl/ext/PerlIO/via: via.pm 
	gnu/usr.bin/perl/lib: CGI.pm 

Log message:
s/postion/position/g


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 10:49:08

Modified files:
	www/polipo     : Makefile 
Added files:
	www/polipo/patches: patch-forbidden_c 

Log message:
put variable declaration at top of block to allow building with gcc2; ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 11:01:33

Added files:
	converters/pflogx/patches: patch-src_Makefile 

Log message:
fix link order; ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/24 11:03:32

Modified files:
	usr.bin/cvs    : update.c 

Log message:
shuffle code a bit so FILE_REMOVE_ENTRY also calls
cvs_checkout_file() with CO_REMOVE set otherwise our server
would never inform the client the entry should be removed.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/03/24 11:51:01

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add Sony 1seg tv tuner, found in some Vaio machines. Req by deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/03/24 11:51:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 11:55:24

Modified files:
	net/py-IP      : Makefile 
	www/py-quixote : Makefile 
	textproc/makefaq: Makefile 
	textproc/py-Chart: Makefile 
	www/ajaxterm   : Makefile 
	www/py-jonpy   : Makefile 

Log message:
- more missing bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 12:14:10

Modified files:
	misc/py-memcached: Makefile 
	x11/awesome    : Makefile 
	productivity/bruce: Makefile 
	net/flow-tools : Makefile 
	misc/gutenpy   : Makefile 
	net/nicotine   : Makefile 
	net/py-boto    : Makefile 
	textproc/py-feedparser: Makefile 
	net/py-flowd   : Makefile 
	www/py-flup    : Makefile 
	security/py-paramiko: Makefile 
	textproc/py-rtf: Makefile 
	mail/py-spf    : Makefile 
	news/py-yenc   : Makefile 
	net/py-zsi     : Makefile 
	net/supybot    : Makefile 
	security/tcltls: Makefile 
	mail/tmda      : Makefile 
	textproc/yould : Makefile 

Log message:
- more missing package name bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/24 12:21:10

Modified files:
	textproc/intltool: Makefile distinfo 

Log message:
- update to intltool-0.40.6

thanks a lot to jasper@ for testing this in a bulk
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/24 12:33:25

Modified files:
	usr.bin/cvs    : tag.c file.c 

Log message:
have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag
when calling rcs_open(), so it gets automaticly synced
at the end of operations for that file instead of explicitly
calling rcs_write() when you're in RCS_READ mode only.

while here, make sure we do not try to free an uninitialized list.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 12:48:08

Modified files:
	sys/arch/alpha/conf: RAMDISKB 

Log message:
give up on pcn to make it all fit; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 12:55:30

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
another ricoh uvc, this one not needing a firmware for once


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 12:55:33

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/24 12:56:17

Modified files:
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 

Log message:
link otus(4) to the build on i386 and amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/24 12:58:13

Modified files:
	share/man/man4 : otus.4 

Log message:
AR9101 is MIMO 1x2, not 1x1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/24 13:01:04

Log message:
    import of libfprint:
    
    libfprint is an open source software library designed to make it easy for
    application developers to add support for consumer fingerprint readers to
    their software.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090324
    
    N ports/security/libfprint/Makefile
    N ports/security/libfprint/distinfo
    N ports/security/libfprint/pkg/DESCR
    N ports/security/libfprint/pkg/PLIST
    N ports/security/libfprint/pkg/PFRAG.shared
    N ports/security/libfprint/patches/patch-configure
    N ports/security/libfprint/patches/patch-libfprint_Makefile_in
    N ports/security/libfprint/patches/patch-libfprint_fp_internal_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/24 13:01:36

Modified files:
	security       : Makefile 

Log message:
+libfprint


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/24 13:03:20

Log message:
    import of login_fingerprint:
    
    login_fingerprint provides a fingerprint authentication mechanism,
    using libfprint. You can basically use it to login to you system
    with a fingerprint instead of your password
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090324
    
    N ports/sysutils/login_fingerprint/Makefile
    N ports/sysutils/login_fingerprint/distinfo
    N ports/sysutils/login_fingerprint/pkg/DESCR
    N ports/sysutils/login_fingerprint/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 13:03:44

Modified files:
	devel/p5-YAML  : Makefile distinfo 
	devel/p5-YAML/pkg: PLIST 

Log message:
- update p5-YAML to 0.68
* ysh is split into it's own module (YAML::Sh)

tested in a bulk build by me
maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/24 13:03:51

Modified files:
	sysutils       : Makefile 

Log message:
+login_fingerprint


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 13:05:38

Log message:
    import p5-YAML-Shell
    
    This module supports the ysh command.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_2008
    
    N ports/devel/p5-YAML-Shell/distinfo
    N ports/devel/p5-YAML-Shell/Makefile
    N ports/devel/p5-YAML-Shell/pkg/DESCR
    N ports/devel/p5-YAML-Shell/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 13:08:14

Modified files:
	devel          : Makefile 

Log message:
- add p5-YAML-Shell


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 13:08:36

Modified files:
	textproc/p5-Pod-POM: Makefile distinfo 

Log message:
- update p5-Pod-POM to 0.24


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2009/03/24 13:15:25

Modified files:
	.              : amd64.html i386.html 

Log message:
+otus(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/24 13:18:29

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
fix Rx rate in radiotap.
implement SIOCS80211CHANNEL ioctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/24 13:20:10

Modified files:
	distrib/notes/amd64: hardware 
	distrib/notes/i386: hardware 

Log message:
+otus(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/24 13:26:13

Modified files:
	usr.sbin/ripd  : parse.y printconf.c ripd.c ripd.h 
	usr.sbin/ospfd : ospfd.c 

Log message:
Change the behaviour of redistribute default.
Now a default route have to be present in the fib to be correctly advertised.

Spotted and tested by Steven Surdok on ripd.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/24 13:28:31

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
report Michael MIC failures to net80211 (can't happen yet since we do
crypto in software.)
increment if_ierrors in Rx error paths.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 14:03:22

Modified files:
	security/kedpm : Makefile 
	textproc/py-epydoc: Makefile 

Log message:
- more missed bumps


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/24 14:04:14

Modified files:
	share/man/man4 : iwi.4 

Log message:
link to newish firmware package (3.1).
i have absolutely no idea what this new firmware is supposed to fix.
actually, even the Intel people have no idea according to this thread:
http://marc.info/?l=linux-wireless&m=123791786426974&w=2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 14:07:05

Modified files:
	net/telepathy/libtelepathy: Makefile 
	net/telepathy/telepathy-butterfly: Makefile 
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-glib: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	net/telepathy/telepathy-inspector: Makefile 
	net/telepathy/telepathy-mission-control: Makefile 
	net/telepathy/telepathy-pinocchio: Makefile 
	net/telepathy/telepathy-python: Makefile 
	net/telepathy/telepathy-salut: Makefile 

Log message:
- bumps in telepathy where needed


CVSROOT:	/cvs
Module name:	src
Changes by:	sturm@cvs.openbsd.org	2009/03/24 14:34:51

Modified files:
	etc            : mklogin.conf 

Log message:
increase maxproc

ok deraadt, millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/24 14:36:21

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 
	x11/gtk2-murrine-engine/pkg: PLIST 

Log message:
Update to gtk2-murrine-engine 0.90.2.
Add several themes while here, and use MASTER_SITE_GNOME.
Based on a diff from David Coppa (thanks!) with some tweaks by me.
MAINTAINER timeout.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 15:14:07

Modified files:
	.              : announce28.html books.html items.html 
	                 lyrics.html orders.html tshirts.html 

Log message:
Disable future European orders since the distributor is way too far behind
in reconciling payments to the project for past sales, and years of trying
to resolve it have made very little progress.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 15:16:17

Modified files:
	.              : orders.html 

Log message:
align


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 15:19:20

Added files:
	net/pfstat/patches: patch-Makefile 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/24 15:24:48

Modified files:
	.              : tshirts.html 

Log message:
simplify


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 15:43:10

Modified files:
	net/bitchx/patches: patch-configure patch-source_ctcp_c 
	                    patch-source_misc_c patch-source_names_c 
	                    patch-source_notice_c patch-source_numbers_c 
	                    patch-source_server_c 

Log message:
sync patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/24 15:53:57

Modified files:
	devel/apache-ant: Makefile 
	devel/ivy      : Makefile 

Log message:
bump (java pkgspec changes)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/24 16:05:07

Modified files:
	net/bitchx/patches: patch-configure 

Log message:
fix link order by not sorting the libraries!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 16:05:18

Modified files:
	textproc/txt2tags: Makefile 

Log message:
- missing build dependency

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/24 16:14:29

Modified files:
	math/galculator: Makefile 

Log message:
- missing module, fixes build on clean box

ok naddy@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/24 16:24:48

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 

Log message:
bbbump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/24 16:49:59

Modified files:
	www/seamonkey  : Makefile 
	www/seamonkey/files: seamonkey.desktop 

Log message:
Fix seamonkey.desktop Categories, PIM doesn't exist. Now seamonkey
correctly appears in Network sub-menu in desktop menu. Bump.

ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/24 17:33:29

Modified files:
	openssh        : gsoc.html 

Log message:
me fail english? that's unpossible; spotted blq AT arcane-labs.net


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/24 18:24:55

Modified files:
	devel/p5-YAML-Shell: Makefile 
	devel/p5-YAML-Shell/pkg: PLIST 

Log message:
fix @conflict marker and bump; pointed out by James Wright, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/24 18:56:54

Modified files:
	textproc/py-docutils: Makefile distinfo 
	textproc/py-docutils/patches: patch-setup_py 
	textproc/py-docutils/pkg: PLIST 

Log message:
update to py-docutils-0.5;  ok maintainer Ben Lovett
feedback and ok eric@, fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/24 19:32:17

Modified files:
	devel/py-simplejson: Makefile distinfo 

Log message:
- update to py-simplejson-2.0.9
- switch to PYPI_SITE
- use pax, nosetests
with, ok fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/24 19:50:50

Modified files:
	share/man/man9 : lock.9 

Log message:
Lying is bad, so stop lying about functionality that was removed ages
ago.

ok blambert (who had a similar diff a few days ago)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 02:43:57

Modified files:
	net/py-medusa  : Makefile 
	misc/py-imdb   : Makefile 

Log message:
- ....more bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/25 02:58:04

Modified files:
	devel/ccrtp    : Makefile 
Added files:
	devel/ccrtp/patches: patch-doc_ccrtp_texi patch-src_queue_cpp 

Log message:
use /dev/arandom instead of /dev/urandom.  /dev/urandom is too slow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 03:03:21

Modified files:
	x11/py-gtk2    : Makefile distinfo 
	x11/py-gtk2/patches: patch-examples_Makefile_in 
	x11/py-gtk2/pkg: PLIST 
Removed files:
	x11/py-gtk2/patches: patch-codegen_Makefile_in 
	                     patch-codegen_pygtk-codegen-2_0_in 
	                     patch-pygtk-2_0_pc_in 

Log message:
- update py-gtk2 to 2.14.1
* the codengen/ stuff is no longer shipped with py-gtk
(but with py-gobject as of some time already)
- make pre-configure a tad more readable

this was tested in a bulk build
looks good to ajacoutot@ landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/25 03:25:42

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
Revert 1.119 bulk crash workaround, because it breaks Logitech QuickCam
9000 devices.  Add a XXX comment that we need to fix the bulk issue
properly instead.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/25 03:47:27

Modified files:
	usr.bin/cvs    : cvs.1 

Log message:
-q hasnt been the default verbosity mode in ages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/03/25 04:30:30

Modified files:
	net/ejabberd   : Makefile 

Log message:
ejabberd doesnt need gnu make as a run depend, only a build depend


CVSROOT:	/cvs
Module name:	www
Changes by:	michele@cvs.openbsd.org	2009/03/25 05:17:23

Modified files:
	faq            : current.html 

Log message:
Mention the behaviour change of "redistribute default" in ospfd(8) and ripd(8).

ok and input claudio@, ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/25 05:26:50

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/pkg: PLIST 

Log message:
- update to timetrex-2.2.20
* minor bugfixes
- unbreak pkgname while here... no cookie for me!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/25 05:39:46

Modified files:
	games/numptyphysics: Makefile distinfo 
	games/numptyphysics/pkg: PLIST 
Added files:
	games/numptyphysics/patches: 
	                             patch-Box2D_Source_Collision_Shapes_b2Shape_cpp 

Log message:
add npcomplete extra levels, and a patch to prevent a crash from an
assert(). from David Coppa with small changes by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/03/25 05:42:21

Modified files:
	share/man/man7 : ports.7 

Log message:
clarify wording of examples for subpackages, pointed out by Lajos Boróczki


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/25 05:48:38

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add the BCM5862 (an unsupported ubsec(4) device)


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/25 05:50:12

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/25 06:17:30

Modified files:
	share/man/man4 : ubsec.4 
	sys/dev/pci    : ubsec.c ubsecreg.h ubsecvar.h 

Log message:
add support for AES-CBC with the BCM5823 (or newer, but we don't support newer
variants yet).

ok deraadt@ dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/25 06:48:16

Modified files:
	usr.sbin/ripd  : ripe.c 

Log message:
With redistribute connected set, announce the prefix on the interface
with address belonging to that prefix. Don't skip it.

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:17:39

Modified files:
	audio/sound-theme-freedesktop: Makefile 

Log message:
- missing module, fixes build on a clean box


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/25 07:20:02

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
You can now feed sysmerge with an etcXX and/or xetcXX tarball(s)
corresponding to your current snapshot or release. Any file that was
modified between this old reference and the new one *and* that you did
not change locally will automatically be updated to the new version.

Make sure we don't compare files that have not changed between old and
new tarball (from Alexander Hall).

man page flushing, tweaking, rewording and enhancing from jmc@

Several people came up with this request or alike, thanks to them.

looked over and tested by several
ok weerd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/25 07:39:29

Modified files:
	sysutils/login_fingerprint: Makefile 
	sysutils/login_fingerprint/pkg: PLIST 

Log message:
according to login.conf(5) every local authentication type has to begin
with a dash. noted by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:39:40

Modified files:
	x11/gammapage  : Makefile 
	net/cjc        : Makefile 
	multimedia/devede: Makefile 
	x11/driconf    : Makefile 
	www/linkchecker: Makefile 
	print/hplip    : Makefile 
	mail/mailman   : Makefile 
	mail/pyzor     : Makefile 
	www/rawdog     : Makefile 
	sysutils/rdiff-backup: Makefile 
	mail/spambayes : Makefile 
	sysutils/tentakel: Makefile 
	www/twill      : Makefile 

Log message:
- more missing package name bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:41:07

Modified files:
	lang/squeak/funsqueak: Makefile 

Log message:
- add missing build dependency

ok espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:52:31

Modified files:
	textproc/py-HappyDoc: Makefile 
	net/py-adns    : Makefile 
	www/py-cherrypy2: Makefile 
	print/py-cups  : Makefile 
	net/py-curl    : Makefile 
	www/py-django  : Makefile 
	www/py-clientform: Makefile 
	www/py-genshi  : Makefile 
	security/py-gnupg: Makefile 
	math/py-gnuplot: Makefile 
	textproc/py-jaxml: Makefile 
	net/py-msnp    : Makefile 
	x11/py-osd     : Makefile 
	x11/py-qt4     : Makefile 
	textproc/py-yaml: Makefile 
	security/py-sslwrapper: Makefile 
	mail/py-milter : Makefile 
	www/py-nevow   : Makefile 
	math/py-probstat: Makefile 
	textproc/py-pygments: Makefile 
	devel/py-wsgiutils: Makefile 

Log message:
another batch of missing bumps


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:55:21

Modified files:
	net/winexe     : Makefile 

Log message:
- missing build dependency on autoconf

ok sthen@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 07:58:03

Modified files:
	games/ggz/ggz-gnome-client: Makefile 

Log message:
- regen WANTLIB and fix build on a clean box in the same go


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 08:28:38

Modified files:
	audio/oggtag   : Makefile 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 08:32:22

Modified files:
	misc/gnugetopt : Makefile 
	misc/gnugetopt/patches: patch-Makefile 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/25 08:53:08

Modified files:
	share/man/man4 : ubsec.4 

Log message:
punctuation must be space separated here;


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/03/25 08:58:39

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add new umsm(4) device (Emobile D21LC, longcheer's OEM product)


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/03/25 09:00:41

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/03/25 09:02:13

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
add new umsm(4) device, Emobile D21LC (longcheer's OEM product)

ok jsg@ fgsch@


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/03/25 09:03:25

Modified files:
	share/man/man4 : umsm.4 

Log message:
add new umsm(4) device. Emobile D21LC (longcheer's OEM product)

ok jsg@, fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/25 09:44:41

Modified files:
	mail/cyrus-imapd: Makefile distinfo 
	mail/cyrus-imapd/patches: patch-configure 

Log message:
- update to bugfix release 2.3.14


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/25 09:58:48

ports/sysutils/login_fingerprint/patches

Update of /cvs/ports/sysutils/login_fingerprint/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22669/patches

Log Message:
Directory /cvs/ports/sysutils/login_fingerprint/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/25 09:59:05

Added files:
	sysutils/login_fingerprint/patches: patch-README 

Log message:
add missing patch


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/03/25 11:41:16

Modified files:
	gnu/usr.bin/perl/ext/Encode/lib/Encode: Alias.pm 

Log message:
recognise encoding "646" as an alias of "ascii", similar to a change
made in our port of libiconv. Fixes a problem seen by James Wright on
ports@.

looks fine to espie, ok jasper


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 11:58:05

ports/net/oggfwd/patches

Update of /cvs/ports/net/oggfwd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv3960/patches

Log Message:
Directory /cvs/ports/net/oggfwd/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 11:58:48

Added files:
	net/oggfwd/patches: patch-Makefile 

Log message:
fix linking order


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/25 12:02:12

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Several cleanups:

* constistency in redirections (and fix a wrong one)
* enclose variables
* several UPPER -> lowercase rewordings
* add "" on conditionals (suggested by jared r r spiegel a while ago)
* use cmp instead of md5 for sets comparison (from sthen@)
* some man page rewordings from sthen@

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/25 12:09:12

Modified files:
	www/retawq     : Makefile 
Added files:
	www/retawq/patches: patch-Makefile patch-configure 

Log message:
- compile and link with -pthread, not -lpthread
spotted by naddy@ who gave me lots of inputs over this

maintainer is ok
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 12:16:29

Modified files:
	games/slash    : Makefile 

Log message:
there cannot be a dash in a package version


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/25 12:29:34

Modified files:
	net/mudix/patches: patch-src_Makefile_in 

Log message:
fix link order


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/25 13:13:56

Modified files:
	audio/mp3splt-gtk: Makefile 
	audio/mp3splt-gtk/pkg: PLIST 

Log message:
remove unneeded gtk-update-icon-cache, thanks Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/25 13:30:28

Modified files:
	etc/etc.amd64  : MAKEDEV.md 
	etc/etc.i386   : MAKEDEV.md 

Log message:
Move drm from ``console ports'' to ``special purpose devices'' section.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/25 13:30:39

Modified files:
	etc/etc.amd64  : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/03/25 13:33:06

Modified files:
	share/man/man4 : sdmmc.4 

Log message:
sdmmc(4) is not an SD host controller.

Input from deraadt, grange, and kettenis.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/25 14:00:18

Modified files:
	sys/uvm        : uvm.h uvm_amap.c uvm_amap.h uvm_fault.c 
	                 uvm_fault.h uvm_map.c uvm_map.h uvm_page.c 
	                 uvm_page.h uvm_pager.c uvm_pager.h 
Removed files:
	sys/uvm        : uvm_amap_i.h uvm_fault_i.h uvm_map_i.h 
	                 uvm_page_i.h uvm_pager_i.h 

Log message:
Move all of the pseudo-inline functions in uvm into C files.

By pseudo-inline, I mean that if a certain macro was defined, they would
be inlined. However, no architecture defines that, and none has for a
very very long time. Therefore mainly this just makes the code a damned
sight easier to read. Some k&r -> ansi declarations while I'm in there.

"just commit it" art@. ok weingart@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/25 14:03:43

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add "Chen-Source CM12402 Eagle IR Cam" uvideo(4) device.

From Kenji Aoyama.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/25 14:05:10

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/25 14:11:17

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 14:13:55

ports/security/py-cryptkit/patches

Update of /cvs/ports/security/py-cryptkit/patches
In directory cvs.openbsd.org:/tmp/cvs-serv5586/patches

Log Message:
Directory /cvs/ports/security/py-cryptkit/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 14:14:23

Modified files:
	security/py-cryptkit: Makefile 
Added files:
	security/py-cryptkit/patches: patch-ecc_src_onb_integer_c 
	                              patch-sha256_src_sha2_c 

Log message:
- fix 64-bit issues due to missing headers


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 14:30:27

Modified files:
	net/py-irclib  : Makefile 
	x11/obmenu     : Makefile 

Log message:
- more missing bumps


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/25 14:39:47

Modified files:
	sys/ntfs       : ntfs_conv.c ntfs_ihash.c ntfs_ihash.h 
	                 ntfs_inode.h ntfs_subr.c 

Log message:
convert lockmgr over to rwlock in ntfs, mostly trivial.

Tested by a couple of people, no regressions.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/03/25 14:41:31

Modified files:
	sys/dev/isa    : sch311x.c 
	share/man/man4 : schsio.4 

Log message:
Add support for the watchdog timer.

``just have the balls and commit it'' deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakemsr@cvs.openbsd.org	2009/03/25 14:44:10

Modified files:
	audio/vamp-plugin-sdk: Makefile 

Log message:
let this build when libsndfile isn't installed.  libsndfile is only
needed for the regress target.  no pkg change.

problem noticed by jasper@, thanks


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/03/25 14:53:33

Modified files:
	cs             : donations.html events.html index.html 
	                 security.html 
	de             : donations.html ftp.html index.html plus29.html 
	                 plus30.html tshirts.html 
	faq/cs         : faq2.html faq3.html index.html 
	faq/fr         : current.html faq12.html faq4.html index.html 
	faq/nl         : faq12.html 
	faq/zh         : current.html faq4.html index.html 
	fr             : donations.html events.html 
	nl             : donations.html 
	openbgpd/cs    : index.html 
	openntpd/cs    : index.html 
	papers/fr      : index.html 
	pt             : art1.html art2.html art3.html art4.html 
	                 disabled.html docum.html donations.html 
	                 goals.html query-pr.html stable.html 
	                 translation.html why-cvs.html 
	zh             : errata43.html errata44.html ftp.html index.html 
	                 translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	www
Changes by:	mk@cvs.openbsd.org	2009/03/25 14:53:50

Modified files:
	.              : events.html 

Log message:
Move FOSS Aalborg to the past section.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/25 15:19:20

Modified files:
	usr.bin/cvs    : buf.c buf.h cvs.h init.c rcs.h 

Log message:
remove unused functions, definitions and outdated comments
from the stone ages.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/25 15:20:26

Modified files:
	sys/sys        : lock.h 
	sys/kern       : kern_lock.c 

Log message:
ntfs was the last user, LK_SLEEFAIL can die now.

ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/25 15:20:50

Modified files:
	share/man/man9 : lock.9 

Log message:
Remove LK_SLEEPFAIL


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/25 15:23:17

Modified files:
	usr.bin/cvs    : rcs.c 

Log message:
prevent a very difficult to reach, but possible use after free.
ok tobias@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/25 15:41:00

Modified files:
	sys/arch/sh/include: intr.h 
	sys/arch/sh/sh : interrupt.c 

Log message:
Deinline softintr_schedule().


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/25 15:41:42

Modified files:
	sys/arch/alpha/alpha: interrupt.c 
	sys/arch/alpha/include: intr.h 

Log message:
Deinline softintr_schedule(). Also fix softintr priorities I got inverted after
adding splsoftassert().


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/25 15:50:33

Modified files:
	usr.bin/cvs    : checkout.c commit.c file.c file.h logmsg.c 
	                 modules.c 

Log message:
switch our file and directory lists to RB trees (see tree(3)),
so we can benefit from faster lookup times while recursing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 16:03:18

Modified files:
	x11/p5-Gtk2    : Makefile distinfo 
	x11/p5-Gtk2/pkg: PLIST 

Log message:
- update p5-Gtk2 to 1.203
- fix license marker

from James Wright, thanks
maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/25 16:06:41

Modified files:
	x11/p5-Gtk2    : Makefile 

Log message:
oops, fixed dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/25 16:11:16

Modified files:
	devel/jdk/1.5  : Makefile distinfo 
	devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
	devel/jdk/1.5/pkg: PLIST-jre PLIST-main 
Removed files:
	devel/jdk/1.5/patches: 
	                       patch-hotspot_src_os_cpu_bsd_amd64_vm_assembler_bsd_amd64_cpp 
	                       patch-j2se_src_share_classes_java_util_Calendar_java 
	                       patch-j2se_src_solaris_bin_java_md_c 
	                       patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c 

Log message:
- update to patchset 9 1.5.0 u16
- remove patches included in patchset 9
- fix native_bootstrap BUILD_DEPENDS
- chase plist changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/03/25 16:14:23

Modified files:
	devel/apache-ant: Makefile distinfo 
	devel/apache-ant/pkg: PLIST 

Log message:
- update to 1.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/25 16:31:22

Modified files:
	misc/py-memcached: Makefile distinfo 
	misc/py-memcached/pkg: PLIST 

Log message:
Update to 1.43.
From Ben Lovett <ben at tilderoot dot com>, martynas and myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/03/25 16:42:59

Modified files:
	sys/arch/mvme68k/mvme68k: hpux_machdep.c 
	sys/arch/m68k/m68k: sig_machdep.c 
	sys/arch/hp300/hp300: hpux_machdep.c 
	sys/sys        : param.h 

Log message:
Nuke old useless define.  Miod was ok with the idea.


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/03/25 16:44:11

Modified files:
	openssh        : gsoc.html 

Log message:
more details


CVSROOT:	/cvs
Module name:	www
Changes by:	henning@cvs.openbsd.org	2009/03/25 17:06:24

Modified files:
	.              : events.html 

Log message:
link slides from aalborg


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/03/25 19:05:33

Modified files:
	.              : donations.html 

Log message:
Thanks to PPS Internet for buying me a terminal server (and also to
Rod Whitworth for helping arrange it).


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/03/25 20:03:26

Modified files:
	mail/abook     : Makefile distinfo 
	mail/abook/pkg : PLIST 

Log message:
- update to 0.5.6
- clarify license marker
- bin markers

ok reinhard@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/03/25 20:05:16

Modified files:
	sysutils/sec   : Makefile distinfo 

Log message:
update to 2.5.1

ok merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/25 23:05:35

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:24:23

xenocara/lib/freetype/builds/win32/vc2005

Update of /cvs/xenocara/lib/freetype/builds/win32/vc2005
In directory cvs.openbsd.org:/tmp/cvs-serv15670/vc2005

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/win32/vc2005 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:24:31

xenocara/lib/freetype/builds/win32/vc2008

Update of /cvs/xenocara/lib/freetype/builds/win32/vc2008
In directory cvs.openbsd.org:/tmp/cvs-serv10590/vc2008

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/win32/vc2008 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/26 01:25:06

Modified files:
	sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_auth.c drm_bufs.c 
	                 drm_context.c drm_dma.c drm_drv.c drm_heap.c 
	                 drm_irq.c drm_memory.c drm_scatter.c i915_mem.c 
	                 mach64_dma.c mach64_state.c mga_dma.c 
	                 r128_cce.c r128_state.c radeon_mem.c 
	                 radeon_state.c savage_bci.c savage_state.c 
	                 sis_ds.c 

Log message:
The drm_* allocation functions have been #defined to not use most of
their arguments for a while. Actually go through the code and remove the
extraneous arguments. Makes things easier to read.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:28:06

xenocara/lib/freetype/builds/wince

Update of /cvs/xenocara/lib/freetype/builds/wince
In directory cvs.openbsd.org:/tmp/cvs-serv1525/wince

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/wince added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:28:47

xenocara/lib/freetype/builds/wince/vc2005-ce

Update of /cvs/xenocara/lib/freetype/builds/wince/vc2005-ce
In directory cvs.openbsd.org:/tmp/cvs-serv25574/vc2005-ce

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/wince/vc2005-ce added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:28:48

xenocara/lib/freetype/builds/wince/vc2008-ce

Update of /cvs/xenocara/lib/freetype/builds/wince/vc2008-ce
In directory cvs.openbsd.org:/tmp/cvs-serv25574/vc2008-ce

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/wince/vc2008-ce added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:29:59

xenocara/lib/freetype/builds/symbian

Update of /cvs/xenocara/lib/freetype/builds/symbian
In directory cvs.openbsd.org:/tmp/cvs-serv18908/symbian

Log Message:
Directory /cvs/xenocara/lib/freetype/builds/symbian added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:31:46

Modified files:
	lib/freetype   : ChangeLog Jamfile Makefile README modules.cfg 
	                 shlib_version 
	lib/freetype/builds/amiga: makefile makefile.os4 smakefile 
	lib/freetype/builds/mac: FreeType.m68k_cfm.make.txt 
	                         FreeType.m68k_far.make.txt 
	                         FreeType.ppc_carbon.make.txt 
	                         FreeType.ppc_classic.make.txt README 
	lib/freetype/builds/unix: configure.ac configure.raw 
	                          freetype-config.in freetype2.in 
	                          ftconfig.in ftsystem.c 
	lib/freetype/builds/win32/visualc: freetype.dsp index.html 
	lib/freetype/docs: CHANGES INSTALL.ANY VERSION.DLL 
	lib/freetype/docs/reference: ft2-base_interface.html 
	                             ft2-basic_types.html 
	                             ft2-bdf_fonts.html 
	                             ft2-bitmap_handling.html 
	                             ft2-cache_subsystem.html 
	                             ft2-cid_fonts.html 
	                             ft2-computations.html 
	                             ft2-font_formats.html 
	                             ft2-gasp_table.html 
	                             ft2-glyph_management.html 
	                             ft2-glyph_stroker.html 
	                             ft2-glyph_variants.html 
	                             ft2-gx_validation.html 
	                             ft2-gzip.html 
	                             ft2-header_file_macros.html 
	                             ft2-incremental.html ft2-index.html 
	                             ft2-lcd_filtering.html 
	                             ft2-list_processing.html 
	                             ft2-lzw.html ft2-mac_specific.html 
	                             ft2-module_management.html 
	                             ft2-multiple_masters.html 
	                             ft2-ot_validation.html 
	                             ft2-outline_processing.html 
	                             ft2-pfr_fonts.html 
	                             ft2-quick_advance.html 
	                             ft2-raster.html ft2-sfnt_names.html 
	                             ft2-sizes_management.html 
	                             ft2-system_interface.html 
	                             ft2-toc.html 
	                             ft2-truetype_engine.html 
	                             ft2-truetype_tables.html 
	                             ft2-type1_tables.html 
	                             ft2-user_allocation.html 
	                             ft2-version.html 
	                             ft2-winfnt_fonts.html 
	lib/freetype/include/freetype: freetype.h ftcid.h ftglyph.h 
	                               ftmm.h ftoutln.h ftpfr.h 
	                               ftsizes.h ftstroke.h t1tables.h 
	                               tttables.h 
	lib/freetype/include/freetype/config: ftconfig.h 
	lib/freetype/include/freetype/internal: psaux.h t1types.h 
	lib/freetype/include/freetype/internal/services: svcid.h 
	                                                 svpsinfo.h 
	lib/freetype/src/base: Jamfile ftadvanc.c ftcid.c ftmm.c 
	                       ftobjs.c ftrfork.c ftstroke.c rules.mk 
	lib/freetype/src/bdf: bdflib.c 
	lib/freetype/src/cache: ftcmanag.c 
	lib/freetype/src/cff: cffdrivr.c cffgload.c cffload.c cffparse.c 
	lib/freetype/src/cid: cidload.c cidriver.c cidtoken.h 
	lib/freetype/src/gzip: ftgzip.c 
	lib/freetype/src/pcf: pcfdrivr.c pcfread.c 
	lib/freetype/src/raster: ftraster.c 
	lib/freetype/src/sfnt: rules.mk sfdriver.c sfobjs.c ttcmap.c 
	                       ttkern.c ttsbit.c ttsbit0.c 
	lib/freetype/src/tools/docmaker: content.py sources.py 
	lib/freetype/src/truetype: ttinterp.c ttobjs.c 
	lib/freetype/src/type1: t1driver.c t1gload.c t1load.c t1tokens.h 
	lib/freetype/src/type42: t42drivr.c t42parse.c 
Added files:
	lib/freetype/builds/symbian: bld.inf freetype.mmp 
	lib/freetype/builds/win32/vc2005: freetype.sln freetype.vcproj 
	                                  index.html 
	lib/freetype/builds/win32/vc2008: freetype.sln freetype.vcproj 
	                                  index.html 
	lib/freetype/builds/wince: ftdebug.c 
	lib/freetype/builds/wince/vc2005-ce: freetype.sln 
	                                     freetype.vcproj index.html 
	lib/freetype/builds/wince/vc2008-ce: freetype.sln 
	                                     freetype.vcproj index.html 
	lib/freetype/src/base: ftfstype.c 
Removed files:
	lib/freetype/builds/win32/visualc: freetype.sln freetype.vcproj 
	lib/freetype/builds/win32/visualce: freetype.dsp freetype.dsw 
	                                    freetype.vcproj index.html 

Log message:
Update to Freetype 2.3.9.

Bump major to be safe.
Small arm assembler fix in ftconfig.h by drahn@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:36:34

Modified files:
	lib/freetype/docs/design: design-5.html 
	lib/freetype/docs/glyphs: glyphs-5.html 
	lib/freetype/docs/tutorial: step1.html step2.html 
Added files:
	lib/freetype/docs/tutorial: example2.cpp step3.html 

Log message:
update to freetype-docs 2.3.9


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 01:42:16

Modified files:
	.              : 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 02:12:53

Modified files:
	x11/p5-Gtk2    : Makefile 

Log message:
sigh, another oops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 02:16:30

Modified files:
	devel/gperf    : Makefile 
Added files:
	devel/gperf/patches: patch-lib_getopt_c 

Log message:
- include missing header to fix 64-bit issues.

ok espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/26 02:36:30

Modified files:
	net/poptop     : Makefile 

Log message:
Remove unneeded dependencies, fix build on vax.
"go for it" sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/03/26 02:38:39

Modified files:
	usr.bin/lex    : flex.1 
	usr.bin/pkill  : pkill.1 
	usr.bin/ssh    : sftp-server.8 ssh-agent.1 sshd.8 

Log message:
fix a few typographical errors found by spell(1).

ok dtucker@, jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pyr@cvs.openbsd.org	2009/03/26 04:27:56

Modified files:
	x11/scrotwm    : Makefile distinfo 
	x11/scrotwm/patches: patch-scrotwm_c patch-scrotwm_conf 

Log message:
update to 0.9.2
ok ajacoutot@, eric@ and others


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 04:33:55

Log message:
    import getting things gnome (gtg) 0.1
    
    Gettings Things GNOME (GTG) is a personal organizer for the GNOME
    desktop environment, it focuses on ease of use and flexibility, while
    keeping things simple.
    
    looked good to ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090326
    
    N ports/productivity/gtg/distinfo
    N ports/productivity/gtg/Makefile
    N ports/productivity/gtg/pkg/DESCR
    N ports/productivity/gtg/pkg/PLIST
    N ports/productivity/gtg/patches/patch-gtg_desktop
    N ports/productivity/gtg/patches/patch-GTG___init___py
    N ports/productivity/gtg/patches/patch-GTG_gtg_py
    N ports/productivity/gtg/patches/patch-gtg
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 04:34:48

Modified files:
	productivity   : Makefile 

Log message:
- add gtg


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 05:50:09

Modified files:
	mail/getmail   : Makefile 
	net/honeyd     : Makefile 
	net/ipcheck    : Makefile 
	www/ntlmaps    : Makefile 
	mail/offlineimap: Makefile 
	net/pebrot     : Makefile 
	www/py-webpy   : Makefile 
	www/py-beautifulsoup: Makefile 
	net/py-pcs     : Makefile 
	net/py-snmp    : Makefile 
	www/py-werkzeug: Makefile 
	www/pyblosxom  : Makefile 
	www/py-jinja2  : Makefile 
	print/py-reportlab/plugins/renderPM: Makefile 
	www/trac-adminplugin: Makefile 
	www/trac-ldapplugin: Makefile 

Log message:
- this should be one of the last rounds of missing bumps..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 05:52:20

Modified files:
	security/p5-PGP-Sign: Makefile 

Log message:
- missed this bump


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/26 07:38:45

Modified files:
	sys/uvm        : uvm.h uvm_page.c 

Log message:
Convert splvm() + simplelock(&uvm.hashlock); around the page hash table
into a IPL_VM blocking mutex, also slightly extend the locked area so
that it actually protects access to the page array (as the comment on
the lock declaration says it should).

ansify a few functions while i'm in the file.

"ok, even though you're sneaking in ansification in a diff. You dirty
you." art@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/03/26 07:59:30

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y printconf.c rde_update.c 

Log message:
argh, do not reuse the global trans_as flag to be applied to the peer
specific or we had to widen the peer specific flags without need.
defien PERRFLAG_TRANS_AS instead and use that


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/26 10:25:48

ports/www/bozohttpd/patches

Update of /cvs/ports/www/bozohttpd/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16690/patches

Log Message:
Directory /cvs/ports/www/bozohttpd/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/26 10:26:09

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
two more ubsec devices


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/26 10:26:41

Added files:
	www/bozohttpd/patches: patch-Makefile 

Log message:
fix library order for static linking


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/26 10:26:43

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/26 11:15:46

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
- put -pthread back which was mistakely removed in r1.42 by yours truly


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/26 11:24:33

Modified files:
	sys/arch/alpha/include: cpu.h 
	sys/arch/amd64/amd64: vm_machdep.c 
	sys/arch/arm/include: cpu.h 
	sys/arch/hp300/include: cpu.h 
	sys/arch/hppa/hppa: vm_machdep.c 
	sys/arch/hppa64/hppa64: vm_machdep.c 
	sys/arch/i386/i386: vm_machdep.c 
	sys/arch/m88k/include: cpu.h 
	sys/arch/mac68k/include: cpu.h 
	sys/arch/mips64/include: cpu.h 
	sys/arch/mvme68k/include: cpu.h 
	sys/arch/powerpc/include: cpu.h 
	sys/arch/sh/include: cpu.h 
	sys/arch/sparc/include: cpu.h 
	sys/arch/sparc64/include: cpu.h 
	sys/arch/vax/include: cpu.h 
	sys/kern       : kern_exit.c 
	sys/sys        : proc.h 

Log message:
Remove cpu_wait(). It's original use was to be called from the reaper so
MD code would free resources that couldn't be freed until we were no
longer running in that processor. However, it's is unused on all
architectures since mikeb@'s tss changes on x86 earlier in the year.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/26 11:30:04

Modified files:
	usr.bin/cvs    : getlog.c 

Log message:
"Logging dirname" needs to be properly shown when running log/rlog.
spotted by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/26 11:38:26

Modified files:
	net/ii         : Makefile 
Added files:
	net/ii/patches : patch-ii_c 

Log message:
declare variable at top of block; fixes build with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/26 12:06:01

Modified files:
	java/jlint/patches: patch-Makefile patch-field_desc_hh 
	                    patch-types_hh 

Log message:
fix link order so static linking will work


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/26 12:25:28

Modified files:
	misc/mshell    : Makefile 
	misc/mshell/patches: patch-mshell_c patch-settatr_c 
	                     patch-string_c 
Added files:
	misc/mshell/patches: patch-main_c 

Log message:
fix name clash with openlog(3) and sync patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/26 12:37:47

Modified files:
	math/fftw3     : Makefile distinfo 

Log message:
update to 3.2.1

ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/03/26 12:52:50

Modified files:
	sysutils/syslog-ng: Makefile distinfo 
	sysutils/syslog-ng/patches: patch-Makefile_in 

Log message:
maintenance update to 2.1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/03/26 12:58:03

Modified files:
	www/privoxy    : Makefile 
	www/privoxy/patches: patch-GNUmakefile_in patch-config 
	                     patch-configure_in patch-errlog_c 

Log message:
Fix link order so static linking will work
Regen patches

prodded by naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 13:04:00

Modified files:
	lib/freetype/builds/unix: freetype2.in 

Log message:
put libz back into Libs:. Fixes vax linking.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/26 13:04:56

Modified files:
	sys/arch/amd64/amd64: bus_space.c 

Log message:
Change amd64 bus_space_{map,unmap} to be the same as i386. While
theoretically the current solution of using the direct (and direct
uncached) maps is better for tlb pressure, two direct maps is dangerous,
especially when we support Page Attribute Tables (soon), since that will
cause illegal cache aliases. When that work is done a clever solution
may be worked out.

"reluctant ok, the uncached direct map is evil" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 13:46:22

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add USB ID for the CACE AirPcap Nx dongle, which is an otus(4).
For the richest people only, since the dongle+software cost $698 USD.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 13:47:48

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 13:52:51

Modified files:
	sys/dev/usb    : if_otus.c 
	share/man/man4 : otus.4 

Log message:
attach CACE AirPcap Nx.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 13:54:16

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
fix RTS/CTS and CTS-to-self protection.
cleanup prototypes while i'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 14:17:27

Modified files:
	sys/dev/usb    : if_run.c if_runvar.h 

Log message:
remove useless code to force an empty transfer in case the length
is a multiple of wMaxPacketSize, since this is exactly what the
USBD_FORCE_SHORT_XFER flag does for us.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 14:34:54

Modified files:
	sys/net80211   : ieee80211_input.c ieee80211_node.h 
	                 ieee80211_output.c ieee80211_proto.c 

Log message:
sync with 802.11w draft 8.0.
the SA Query Transaction Identifier field is now a 16-bit non-negative
counter value instead of a 128-bit random value.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/03/26 14:38:29

Modified files:
	sys/net80211   : ieee80211_var.h ieee80211_node.h 

Log message:
move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead
of defining it unconditionnaly.
although the HT code is not ready yet, making it compile on
GENERIC kernels will help catch regressions/bugs if any.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/26 14:53:37

Modified files:
	sysutils/login_fingerprint: Makefile distinfo 
Removed files:
	sysutils/login_fingerprint/patches: patch-README 

Log message:
update to login_fingerprint-1.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/26 15:28:47

Modified files:
	net/openafs    : Makefile 
	net/openafs/files: README.OpenBSD openafs-setup 

Log message:
PREFIX -> LOCALBASE, my bad, caused installation ``fun''
.. found first by Josh Grosse josh at jgimi dot homeip dot net
.. reminded by Alexander Hall alexander at beard dot se
.. tested by Alexander
use $SUDO_USER if it exists instead of defaulting to 'todd'
use $defuser for example afs homedir
bump pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/03/26 15:34:30

Modified files:
	www/kazehakase : Makefile 

Log message:
Fix WANTLIBs all around, i should have checked better when updating
webkit.. this fixes the build on a clean machine. Bump PKGNAMEs.
spotted by & ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/26 15:48:17

Modified files:
	distrib/notes/amd64: hardware 
	distrib/notes/i386: hardware 

Log message:
+CACE AirPcap Nx otus(4)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 15:59:25

Modified files:
	devel/uthash   : Makefile distinfo 
	devel/uthash/patches: patch-tests_Makefile 
	devel/uthash/pkg: PLIST 

Log message:
- update uthash to 1.5

from benoit lecocq, thanks
with some tweaks by me


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 16:09:36

Modified files:
	driver/xf86-video-siliconmotion: ChangeLog Makefile.am 
	                                 Makefile.in aclocal.m4 
	                                 config.h.in configure 
	                                 configure.ac 
	driver/xf86-video-siliconmotion/man: Makefile.in 
	                                     siliconmotion.man 
	driver/xf86-video-siliconmotion/src: Makefile.am Makefile.in 
	                                     regsmi.h smi.h smi_accel.c 
	                                     smi_dac.c smi_driver.c 
	                                     smi_exa.c smi_i2c.c 
	                                     smi_pcirename.h smi_video.c 
	                                     smi_xaa.c 
Added files:
	driver/xf86-video-siliconmotion/src: smi501_crtc.c 
	                                     smi501_output.c smi_501.c 
	                                     smi_501.h smi_crtc.c 
	                                     smi_crtc.h smi_output.c 
	                                     smilynx.h smilynx_crtc.c 
	                                     smilynx_hw.c 
	                                     smilynx_output.c 
Removed files:
	driver/xf86-video-siliconmotion/src: smi_dga.c smi_hwcurs.c 
	                                     smi_shadow.c 

Log message:
Update to xf86-video-siliconmotion 1.7.0.

Tested by ratchov@. It works a bit better than previous version on his
machine, but still has issues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/26 16:09:53

Modified files:
	devel/uthash   : Makefile 
	devel/uthash/patches: patch-tests_Makefile 

Log message:
- remove chunks from the regress tests' Makefile, drops gmake dependency
and those chunks never applied to us anyway


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/26 16:10:41

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/26 16:40:06

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c files.drm 
Removed files:
	sys/dev/pci/drm: drm_auth.c 

Log message:
Rework how we deal with the list of per-open datastructures, and the
auth list.  now we only need the one tree. Makes things a little neater,
and smaller.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/26 16:54:37

Modified files:
	usr.bin/cvs    : commit.c file.c file.h modules.c repository.c 

Log message:
fix the way Attic is handled in our recursion code, so we
do not skip files or run over them twice.

also fixes -l and -r for checkout/update when a file in
Attic exists with that tag that in HEAD is a directory
in the normal repository like gnu/usr.bin/gcc/INSTALL.

as a bonus, we do not run fstat() twice per file or dir
anymore...

spotted by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/26 17:14:03

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new plx chips found in wild


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/26 17:14:08

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/26 20:04:44

Modified files:
	net/ssvnc      : Makefile 
Added files:
	net/ssvnc/patches: patch-vnc_unixsrc_vncviewer_rfbproto_c 
	                   patch-vncstorepw_Makefile 

Log message:
- move declarations above statements
- don't attempt to build .so on !shared systems
- remove redundant vars supplied by tk.port.mk
- remove USE_GMAKE, it's not needed


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/26 23:20:08

Modified files:
	.              : 45.html 
Added files:
	images         : Pufftron.jpg 
Removed files:
	images         : Puffytron.jpg 

Log message:
a rename to match the art...


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/27 01:24:02

Modified files:
	doc/gl-docs/GL/gl: Makefile.bsd-wrapper 
	doc/gl-docs/GL/glx: Makefile.bsd-wrapper 
	doc/gl-docs/GLU: Makefile.bsd-wrapper 
	doc/gl-docs/GLw: Makefile.bsd-wrapper 

Log message:
Rework the way Makefiles are generated.

This avoid errors seen by marco@ (and others previously) when
skipping 'make depend'.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/27 01:28:57

Modified files:
	usr.bin/cvs    : checkout.c 

Log message:
make sure that when we try to send a Set-sticky to the client,
we only do so if the file we're checking out was not supplied
on the command-line. Otherwise we'll end up setting CVS/Tag
for the entire directory instead of slapping a sticky tag
only on the file supplied.


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2009/03/27 01:31:27

Modified files:
	usr.bin/xinstall: xinstall.c 

Log message:
-S (safe mode) would copy the file over, rename it to the target, then
do the chown/chmod dance.  This created a race where the new file would
be in place, but with the incorrect permissions.  Fix so the rename is
the last thing, instead of a middle thing.

looks ok to krw@, deraadt@
OK beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/27 03:56:46

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 

Log message:
use DIST_SUBDIR=murrine rather than DIST_SUBDIR=${DISTNAME} to avoid
unnecessary distfiles use, regenerate distinfo, and bump PKGNAME (maybe
gratuitous but it doesn't hurt). similar to a diff from David Coppa.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 04:16:17

Modified files:
	sys/dev/pci    : if_msk.c if_skreg.h 

Log message:
add definitions for more yukon 2 revisions found in linux driver
(which tend to be required to know which of the many bugs we will need
to work around before each particular revision of hardware will
actually work).
ok kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/27 04:41:02

Log message:
    import php-openid 2.1.2
    
    The PHP OpenID library lets you enable OpenID authentication on sites
    built using PHP. It features the OpenID consumer, Store implementations,
    and an OpenID server.
    
    feedback and ok sthen@, additional help from todd@, thanks!
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090327
    
    N ports/www/php-openid/distinfo
    N ports/www/php-openid/Makefile
    N ports/www/php-openid/pkg/PLIST
    N ports/www/php-openid/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/27 04:42:41

Modified files:
	www/py-httplib2: Makefile 

Log message:
- missing bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/27 04:43:23

Modified files:
	www            : Makefile 

Log message:
- add php-openid


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:08:54

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add a bunch of GW3887/v2 based upgt devices found in linux driver.
ok mglocker@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:09:44

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:11:37

Modified files:
	share/man/man4 : upgt.4 
	sys/dev/usb    : if_upgt.c 

Log message:
Add a bunch of GW3887/v2 based upgt devices found in linux driver.
ok mglocker@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/27 05:14:34

Modified files:
	.              : orders.html 

Log message:
fix url


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:31:38

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Sitecom WL-603 and Linksys WUSB200


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:32:43

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:38:46

Modified files:
	share/man/man4 : rum.4 
	sys/dev/usb    : if_rum.c 

Log message:
Linksys WUSB200 should work according to linux driver


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 05:40:56

Modified files:
	share/man/man4 : zyd.4 
	sys/dev/usb    : if_zyd.c 

Log message:
Sitecom WL-603 should work according to linux driver


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/27 05:54:49

Modified files:
	net/vsftpd     : Makefile distinfo 
	net/vsftpd/patches: patch-tcpwrap_c patch-vsftpd_conf 

Log message:
update to 2.10, based on a diff from admin at phpcode.us

as ajacoutot points out, aanriot@ (maintainer) "is probably slaying
ducks somewhere and won't answer before next year"   coin! coin!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/03/27 06:31:31

Modified files:
	lib/libc/gen   : getpwent.c getgrouplist.c getgrouplist.3 
	usr.sbin/ypserv/mknetid: netid.5 
	share/man/man5 : group.5 passwd.5 

Log message:
getgrouplist: If YP is #defined and enabled in /etc/group(5) and /etc/netid(5)
contains a matching entry, use that and refrain from accessing YP.
getpwnam/getpwuid: If YP is #defined and /etc/master.passwd(5) contains
a matching entry before the first YP entry, use that and stay away from YP.

Taken together, this allows a solution to the following problem pointed
out by deraadt@: When YP was configured but temporarily unavailable, even
root login would block, hindering you when trying to do repairs.
To avoid this, you can now provide a static entry for root in /etc/netid.

Using suggestions from miod@ otto@ blambert@ jmc@.
"commit" deraadt@, "cool" ajacoutot@, "looks fine" jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 06:55:16

Modified files:
	share/man/man4 : run.4 

Log message:
D-Link DWA-140 is one of the D-Link ids already in the driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 07:00:55

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
add ASUS USB-N11.  Looks like someone got the vid/pid mixed up in
the final product, verified in multiple windows drivers and linux
driver provided by ASUS.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 07:01:52

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 07:06:10

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : if_run.c 

Log message:
Match on ASUS USB-N11


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/27 07:31:15

Modified files:
	share/man/man4 : route.4 

Log message:
zap trailing whitespace; from grunk


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/03/27 07:31:30

Modified files:
	sys/dev/pci    : ubsec.c ubsecreg.h ubsecvar.h 
	share/man/man4 : ubsec.4 

Log message:
Add support for the BCM5825 and the next-generation BCM5860, 5861,
5862 Broadcom CryptoNetX IPSec/SSL Security Processors.  The 5825 is a
faster version of the already supported 5823, and the even faster 586x
series is a bit different and needed some more changes.  The RNG
engine on the 586x is not supported yet but I hope to fix it soon...

ubsec0 at pci4 dev 0 function 0 "Broadcom 5862" rev 0x01: 3DES MD5 SHA1 AES PK, apic 10 int 10 (irq 11)

tested by phessler@ and me
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/27 07:59:06

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/armish: hardware 
	distrib/notes/hppa: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/landisk: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 
	distrib/notes/zaurus: hardware 

Log message:
update the lists of wireless devices;


CVSROOT:	/cvs
Module name:	www
Changes by:	jacekm@cvs.openbsd.org	2009/03/27 08:05:49

Modified files:
	faq            : current.html 

Log message:
mention mailer.conf addition; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/27 08:37:26

Modified files:
	usr.sbin/ripd  : ripd.c 
	usr.sbin/ospfd : ospfd.c 

Log message:
Allow the announcement of default route also via redistribute 0.0.0.0/0
and route labels.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 08:53:08

Modified files:
	share/man/man4 : run.4 

Log message:
some more devices which should work


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 08:56:00

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
more Edimax devices


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 08:56:50

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 08:59:31

Modified files:
	share/man/man4 : rum.4 
	sys/dev/usb    : if_rum.c 

Log message:
Match on Edimax EW-7318Ug, EW-7318USg, EW-7618Ug


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/27 09:00:50

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : if_run.c 

Log message:
Match on EW-7717Un, EW-7718Un


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/27 09:12:19

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-configure_ac 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 
Added files:
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-common_m4_gst-default_m4 

Log message:
- unbreak and re-enable the goom plugin by fixing a variable in
gst-default.m4 ; rhythmbox does not crash anymore with goom
- enhance configure output
- fix PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/27 09:17:31

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Mitigate the risk of leaving the system in an inconsistent state
when a "special" file has been installed (e.g. master.passwd) but
sysmerge was interrupted: we now run the corresponding command
right after installing the file and not at the end of sysmerge run.

When DESTDIR is set and a new aliases file has been installed, try
to run newaliases from chrooted DESTDIR.

input from and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/27 09:24:38

Modified files:
	x11/gtk2-murrine-engine: distinfo 

Log message:
regenerate with the correct Makefile this time... spotted by naddy.
was broken -> no bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/27 09:33:02

Modified files:
	x11/gnome/totem: Makefile 
Removed files:
	x11/gnome/totem/patches: patch-configure 

Log message:
- remove useless patch now that goom in back into gstreamer


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/27 09:48:51

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
- missing bump for -gconf


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 10:01:37

Modified files:
	sys/arch/arm/xscale: pxa2x0_apm.c pxa2x0_apm.h 

Log message:
convert arm apm lock to rwlock.

ok drahn@, todd@ tested.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 10:02:41

Modified files:
	sys/arch/arm/xscale: i80321_i2c.c iopi2c.c iopi2cvar.h 

Log message:
convert iopiic lockmgr to rwlock.

ok drahn@, sthen@ tested.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/03/27 10:03:58

Modified files:
	.              : want.html 

Log message:
- i could really use a large 50 pin narrow scsi disk for my vax to pickup
ports builds. right now, 2x 426mb isn't quite enough.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 10:29:33

Modified files:
	sys/uvm        : uvm_pager.h 

Log message:
remove PGO_OVERWRITE, PGO_WEAK and PGO_PASTEOF from the pager. They're all
unused.

ok art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 11:44:12

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c drm_dma.c drm_drv.c drm_irq.c 
	                 drm_memory.c i915_drv.c i915_irq.c 
	                 mach64_state.c mga_irq.c radeon_irq.c 

Log message:
Remove a bunch of compat macros, just expand them to the openbsd
equivalent.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/27 12:28:59

Modified files:
	mail/femail    : Makefile 
	mail/femail/pkg: MESSAGE-chroot 

Log message:
add a note to MESSAGE-chroot explaining that the php mail function needs
/bin/sh. helps avoid hair-pulling and wasting a whole bunch of time...

ok ajacoutot, okan (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 13:00:45

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c files.drm mga_dma.c 
	                 savage_bci.c 
Removed files:
	sys/dev/pci/drm: drm_dma.c 

Log message:
Rework the dma buffer api a bit to make it smaller and to have less
duplicated code. Also, switch the dma_lock to a rwlock (it never should
have been a spinlock) and move it and some other accounting data into
the dma structure, not the main softc.

Finally, the funcitons in drm_dma are tiny, move them in with the rest
of the dma_bufs api in drm_bufs and remove the file.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/27 13:36:55

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c mach64_dma.c mach64_drv.h 
	                 mga_dma.c mga_drv.h r128_cce.c r128_drv.h 
	                 radeon_cp.c radeon_drv.h savage_bci.c 
	                 savage_drv.h 

Log message:
Push the per-driver dma hook a little further down.

All for all the drivers using the dma-bufs interface, their per-driver
ioctl hooks all started out the same way, followed by a call to another
function to actually select the buffer. Save some space by moving that
selection logic into the main dma_ioctl call, and make the second
function the hook.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/27 13:52:43

Modified files:
	games/lincity-ng: Makefile distinfo 
	games/lincity-ng/patches: patch-Jamrules 
	games/lincity-ng/pkg: PLIST 
Added files:
	games/lincity-ng/pkg: MESSAGE 
Removed files:
	games/lincity-ng/patches: patch-data_gui_allgone_xml 

Log message:
- update to lincity-ng 2.0

This release introduces water as a new resource. Also it is possible to
build bridges across rivers. The file format used to save games changed,
data is written to ~/.lincity-ng/ now, but you can still continue old
games.

from Antti Harri with some tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/03/27 15:42:57

Modified files:
	lib/libc/gen   : getgrouplist.3 

Log message:
supplement previous: add /etc/netid to FILES section; ok jmc@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:12:07

Log message:
    Import py-decorator 3.0.1.
    
    The aim of the decorator module it to simplify the usage of decorators
    for the average programmer, and to popularize decorators by showing
    various non-trivial examples
    
    martynas@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090327
    
    N ports/devel/py-decorator/Makefile
    N ports/devel/py-decorator/distinfo
    N ports/devel/py-decorator/pkg/DESCR
    N ports/devel/py-decorator/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:13:22

Modified files:
	devel/py-dtopt : Makefile 

Log message:
remove extra newline and slash. no package change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:13:51

Modified files:
	devel          : Makefile 

Log message:
enter py-decorator.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:16:23

Log message:
    Import py-repoze-profile 0.8
    
    This package provides a WSGI middleware component which aggregates
    profiling data across *all* requests to the WSGI application.  It
    provides a web GUI for viewing profiling data.
    
    martynas@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090327
    
    N ports/www/py-repoze-profile/Makefile
    N ports/www/py-repoze-profile/distinfo
    N ports/www/py-repoze-profile/pkg/PLIST
    N ports/www/py-repoze-profile/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:18:19

Log message:
    Import py-wsgiproxy 0.1
    
    WSGIProxy gives tools to proxy arbitrary(ish) WSGI requests to other
    processes over HTTP.
    
    martynas@ ok
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090327
    
    N ports/www/py-wsgiproxy/Makefile
    N ports/www/py-wsgiproxy/distinfo
    N ports/www/py-wsgiproxy/pkg/PLIST
    N ports/www/py-wsgiproxy/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:20:10

Modified files:
	www            : Makefile 

Log message:
Enter py-repoze-profile and py-wsgiproxy.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/27 17:21:18

Modified files:
	sys/arch/sparc/sparc: locore.s 

Log message:
When clearing soft interrupts on sun4m, be sure to force the bit clear to
be acked by the hardware before continuing; this makes Ross systems
stable when using hme; from NetBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/27 17:22:56

Modified files:
	www/py-meld3   : Makefile 
	www/py-tempita : Makefile 

Log message:
Remove extra newline and slash. No package change.


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/03/28 01:08:32

Modified files:
	sbin/disklabel : editor.c 

Log message:
for A, use real megs and gigs (power of 2 based); adapt the table to
include /usr/src and /usr/obj plus some tweaks; ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/28 01:39:16

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/armish: hardware 
	distrib/notes/hppa: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/landisk: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 
	distrib/notes/zaurus: hardware 

Log message:
sync the rum(4) and run(4) lists;


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/03/28 02:33:00

Modified files:
	lib/libc/sys   : swapctl.2 

Log message:
document superuser requirements, with input from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/28 03:18:28

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
Add quirk to support "Chen-Source CM12402 Eagle IR Cam" device, by
fixing wrong dwMaxVideoFrameSize value.  As a side effect, broken
devices which report dwMaxVideoFrameSize=0 today could be fixed as well.

No regressions reported so far.  Discussed with fgsch@.

Diff from Kenji Aoyama


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/28 03:19:34

Modified files:
	share/man/man4 : uvideo.4 

Log message:
Add "Chen-Source CM12402 Eagle IR Cam" to the supported device list.

Reported by Kenji Aoyama


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/28 04:32:59

Modified files:
	x11/xfce4/xfce4-mixer: Makefile 
Added files:
	x11/xfce4/xfce4-mixer/patches: 
	                               patch-libxfce4mixer_libxfce4mixer_c 

Log message:
- initialise the device_name variable
fixes the mixer crash with azalia audio devices

ok landry@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/28 05:10:29

Modified files:
	devel/xdg-user-dirs: Makefile 
Added files:
	devel/xdg-user-dirs/patches: patch-user-dirs_conf 

Log message:
- use users locale by default instead of UTF-8
much more readable at the console

from landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/28 05:54:14

Modified files:
	games/tmw      : Makefile distinfo 
	games/tmw/patches: patch-configure 

Log message:
- update to tmw-0.0.28.1

from Jonathan ARMANI (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/28 06:28:08

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add a bunch more run devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/28 06:28:46

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/28 06:32:40

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : if_run.c 

Log message:
Add a bunch more run devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/28 07:54:15

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
As Tobias Ulmer pointed out on tech@, Tahoe behaviour no longer is
of concern so BUGS need not mention it. The other BUGS are also now
irrelevant or not bugs at all. So delete entire BUGS section. Also
tweak a bit of verbiage.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 08:03:21

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
point out that -B does not exist on some machines, and installboot(8) is
used instead, ok krw jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 08:03:43

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
make -B not even show up in usage on non-NUMBOOT systems; ok jmc krw


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/28 08:21:35

Modified files:
	xserver/hw/xfree86/common: compiler.h 

Log message:
provide mem_barrier() definition for amd64 too. from X.Org git. ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 08:40:20

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
the CAVEAT about -B is described earlier; ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/28 08:58:10

Modified files:
	sys/kern       : subr_disk.c 

Log message:
use a static and unique string as the disk lock name, so if we're waiting
on the disk lock we can find that code rather than wondering where "sd0"
gets passed to tsleep.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 09:18:29

Modified files:
	usr.bin/rdistd : server.c 

Log message:
pathnames with space, tab, newline, etc are encoded before being sent.
But they were not reliably being decoded, resulting in wrong naming
on the target machine.  diff from Tim van der Molen


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 09:36:54

Modified files:
	devel/vte      : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/28 09:38:46

Modified files:
	app            : Makefile 

Log message:
Disable applications not maintained anymore by X.Org: rstart/rstartd and
proxymngr. ok todd@.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/28 09:38:58

Modified files:
	usr.sbin/ospf6d: ospf6d.c 

Log message:
Print the correct function name in log_debug().

ok stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 09:54:42

Modified files:
	x11/gnome/hamster-applet: Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/28 09:59:04

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
mozilla-firefox-3.0.8:  forced release after security bugs got
attention

MFSA 2009-12 Mozilla Firefox XSL Parsing 'root' XML Tag Remote
Memory Corruption Vulnerability
* http://www.securityfocus.com/bid/34235/exploit
* https://bugzilla.mozilla.org/show_bug.cgi?id=485217
* CVE-2009-1169

MFSA 2009-12 covers the Pwn2Own bug, which is a crash involving the XUL
<tree> widget.
* https://bugzilla.mozilla.org/show_bug.cgi?id=484320
* CVE-2009-1044

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:01:39

Modified files:
	x11/py-gtksourceview: Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:05:28

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
update to firefox-i18n-3.0.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:09:15

Modified files:
	x11/gnome/gedit-plugins: Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/28 10:11:48

Modified files:
	net/openafs    : Makefile 
	net/openafs/files: README.OpenBSD openafs-setup 

Log message:
- use TRUEPREFIX instead of LOCALBASE where it makes sense (following
previous commit)
- fix mkdir args (from todd@)

ok todd@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:12:21

Modified files:
	x11/gtk-vnc    : Makefile 

Log message:
bump for python dependency changes


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:16:30

Modified files:
	lib/libm       : Makefile 
Added files:
	lib/libm/noieee_src: n_nan.c 

Log message:
add C99-conformant nan, nanf, nanl for vax.  always return zero,
since its fp does not have distinguished values for qnans.  tested
by naddy@;  fixes libnova.  ok theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:18:04

Modified files:
	net/gajim      : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/28 10:18:44

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Remove directories used by removed applications.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/28 10:18:50

Modified files:
	sbin/disklabel : editor.c 

Log message:
Add 'U' command to E(ditor). It reverts label to state it was in
when entering E(ditor) mode. Clean up 'u' code and make more effort
to keep label and mountpoint info in sync. Makes 'u' undo-able so
those with vi fingers can apply and revert changes (with perhaps a
'p' or two in between) to validate changes.

'U' suggested by deraadt@.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:20:53

Modified files:
	x11/py-Xlib    : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:22:06

Modified files:
	x11/pypanel    : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:23:52

ports/audio/madplay/files

Update of /cvs/ports/audio/madplay/files
In directory cvs.openbsd.org:/tmp/cvs-serv20975/files

Log Message:
Directory /cvs/ports/audio/madplay/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:23:54

Modified files:
	net/scapy      : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:25:13

Modified files:
	net/scapy6     : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:25:59

ports/audio/madplay/patches

Update of /cvs/ports/audio/madplay/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26020/patches

Log Message:
Directory /cvs/ports/audio/madplay/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:26:46

Modified files:
	audio/madplay  : Makefile 
Added files:
	audio/madplay/files: audio_sndio.c 
	audio/madplay/patches: patch-Makefile_am patch-audio_h 
	                       patch-configure_ac 

Log message:
implement sndio backend for madplay.  with inputs from naddy@ and jakemsr@
ok naddy@ and jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/28 10:27:24

Modified files:
	sbin/disklabel : extern.h editor.c disklabel.c 

Log message:
Move some output under the control of the '-v' flag. In particular only
display the partition info by default as is done in the E(ditor). The
physical info is now only displayed if '-v' is specified.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:32:19

Modified files:
	textproc/py-vobject: Makefile 
	x11/gnome/py-gnome-extras: Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/28 10:34:24

Modified files:
	distrib/landisk/ramdisk: Makefile 
	distrib/landisk/miniroot: Makefile 

Log message:
Use vnconfig's -t capability to avoid specifying geometry info to
fdisk while building media.

ok deraadt@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	martynas@cvs.openbsd.org	2009/03/28 10:38:54

Modified files:
	app/cwm        : menu.c xevents.c 

Log message:
- avoid shadowed Mask declaration in menu_filter
- make _xev_reincorporate static
evmask naming oga@, input okan@.  ok okan@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/28 10:47:33

Modified files:
	usr.bin/cvs    : file.c 

Log message:
when i fixed to attic handling i forgot one special case
that we'd hit in normal checkouts/updates for duplicate file
and dirs.

found and diff tested by krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 10:49:49

Modified files:
	net/py-flowtools: Makefile 
	sysutils/flyback: Makefile 
	net/charm      : Makefile 
	news/hellanzb  : Makefile 
	www/moinmoin   : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 11:01:59

Modified files:
	net/pfstat     : Makefile 

Log message:
missing bump when PLIST was regenerated


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 11:05:38

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
missing bump after java dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/03/28 11:41:53

Modified files:
	databases/p5-ldap: Makefile 
Added files:
	databases/p5-ldap/patches: patch-lib_Net_LDAP_LDIF_pm 

Log message:
Fix a bug in LDIF.pm
See http://rt.cpan.org/Public/Bug/Display.html?id=44110

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 11:50:05

Modified files:
	sbin/disklabel : editor.c 

Log message:
do not crash when no mountpoints, spotted by otto; ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 12:12:50

Modified files:
	www/py-turbogears: Makefile 
	multimedia/recordmydesktop/gtk: Makefile 
	x11/gnome/pessulus: Makefile 
	sysutils/duplicity: Makefile 
	textproc/py-cElementTree: Makefile 
	print/system-config-printer: Makefile 
	net/emesene    : Makefile 
	x11/tellico    : Makefile 
	mail/py-policyd-spf: Makefile 
	www/py-zine    : Makefile 
	sysutils/d-feet: Makefile 
	x11/gdevilspie : Makefile 

Log message:
bump for python dependency change


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 12:18:51

Modified files:
	net/arping/patches: patch-Makefile 

Log message:
fix build if both libnet 1.0 and 1.1 are installed


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 12:38:11

Modified files:
	sysutils/bubblemon: Makefile 
Added files:
	sysutils/bubblemon/patches: patch-po_ro_po patch-po_sh_po 

Log message:
Fix building of Romanian and Serbo-Croatian message catalogs.
At least the Romanian one is still mangled, though.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/28 12:55:09

Log message:
    Teensyloader is a programmer for the "HalfKay" embedded bootloader
    as found in the "Teensy" and "Teensy++" AVR development boards.
    
    Status:
    
    Vendor Tag:	ckuethe
    Release Tags:	ckuethe-20090328
    
    N ports/devel/teensyloader/Makefile
    N ports/devel/teensyloader/distinfo
    N ports/devel/teensyloader/pkg/DESCR
    N ports/devel/teensyloader/pkg/PLIST
    N ports/devel/teensyloader/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/28 13:05:37

Modified files:
	devel          : Makefile 

Log message:
+teensyloader


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/03/28 13:22:22

Modified files:
	x11/kde/okle   : Makefile 

Log message:
beware the interaction of += and ?= when there is a Makefile.inc


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/03/28 14:06:56

Modified files:
	net/adsuck     : Makefile distinfo 
Removed files:
	net/adsuck/patches: patch-adsuck_c patch-files_Hosts_blc 

Log message:
bump to adsuck 1.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/28 14:27:12

Log message:
    import x11/un-fonts, alternative Korean fonts, preferred by some over
    the baekmuk fonts. original port done by Matthieu Herrb, with some reworking
    by myself. commit requested by matthieu@.
    
    Un-fonts comes from the HLaTeX type1 fonts made in 1998 by Koaunghi Un,
    he designed type1 fonts to use with Korean TeX(HLaTeX) and released them
    under the GNU GPL license.
    
    They were converted to TrueType with FontForge(PfaEdit) by Won-kyu Park
    in 2003.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090328
    
    N ports/x11/un-fonts/Makefile.inc
    N ports/x11/un-fonts/Makefile
    N ports/x11/un-fonts/extra/Makefile
    N ports/x11/un-fonts/extra/distinfo
    N ports/x11/un-fonts/extra/pkg/DESCR
    N ports/x11/un-fonts/extra/pkg/PLIST
    N ports/x11/un-fonts/core/distinfo
    N ports/x11/un-fonts/core/Makefile
    N ports/x11/un-fonts/core/pkg/PLIST
    N ports/x11/un-fonts/core/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/28 14:27:58

Modified files:
	x11            : Makefile 

Log message:
+un-fonts


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/03/28 15:51:07

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
remove the /usr/X11R6/share/xserver hierarchy that was used only by Xprint.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/28 17:47:31

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
Verbiage tweaks from jmc@ and millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/28 19:02:35

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
fix a small race in mfi_mgmt between the checking of a ccbs completion and
the sleep waiting for the completion. it is possible to get the interrupt
completing the command just before the tsleep, which will never get a
wakeup because the interrupt with the wakeup has already happened.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/28 19:05:56

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
when we steal the SYNC CACHE command in mfi_scsi_cmd we still have to
mark the xs as done and call scsi_done for it rather than just returning
COMPLETE.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/28 21:27:02

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c drm_lock.c 

Log message:
Remove the lock_time member from the hardware lock. It's not that
useful, and driver shouldn't need to know about ``ticks''.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/28 23:37:13

Modified files:
	sbin/disklabel : disklabel.c editor.c extern.h 

Log message:
otto points out that the -v printing changes are incompatible with the
expectation that -R will read the output of disklabel.  I suspect we
will find another way to do this; ok otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/29 03:13:01

Modified files:
	devel/silc-toolkit: Makefile 
	net/silc-client: Makefile 
	net/silc-server: Makefile 
Added files:
	devel/silc-toolkit/patches: patch-lib_silccrypt_silcrng_c 
	net/silc-client/patches: patch-lib_silccrypt_silcrng_c 
	net/silc-server/patches: patch-lib_silccrypt_silcrng_c 

Log message:
switch from /dev/urandom to /dev/arandom. ok jakemsr, Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/03/29 04:03:19

Modified files:
	comms/gnokii   : Makefile 
	comms/gnokii/pkg: PLIST 

Log message:
Install the gnokii xpm file so the menu entry is going to have an icon too.

from Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/29 05:53:47

Modified files:
	sys/dev/ic     : gem.c 

Log message:
Remove unused prototype.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/29 06:53:41

Modified files:
	sys/dev/pci    : if_msk.c 

Log message:
Remove holdover XMAC II writes/reads inherited from sk as
they aren't required and cause problems like the 88E8072
hard locking a system when enabling macsec bypass.

Tested on 8053/8072 by me and 8021 by kettenis.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/03/29 08:18:20

Modified files:
	usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c 
	                 runner.c smtp.c smtpd.c 

Log message:
turn some log_debugs into log_warns or even fatals; "looks ok" gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/29 08:36:34

Modified files:
	sys/dev/pci    : if_skreg.h if_msk.c 

Log message:
Bypass macsec on extreme/supreme based chips.
Makes my 88E8072 work.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/03/29 09:03:17

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
spello


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 10:08:23

Modified files:
	usr.sbin/ospf6ctl: ospf6ctl.c 

Log message:
ospf6ctl had lsa_rtr_link fields mixed up.
It printed iface_id as the neighbour's interface ID, but iface_id is
in fact the ID of the advertising router's interface being described.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 10:24:38

Modified files:
	usr.sbin/ospf6d: hello.c interface.c neighbor.c ospfe.h rde.h 

Log message:
For SPF calculation, we will need the source address specified
in hello packets by next-hop neighbours. So when notifying the
RDE of a new neighbour, send the source address, too.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/03/29 10:45:35

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
Finally fix kernel crash (page fault) when closing bulk devices.

Help from kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/03/29 11:32:07

Modified files:
	sys/arch/sparc/dev: fb.c 

Log message:
When trying to get the console font metrics and window position, we can
always retrieve the font metrics, even on older (< 2.9) prom, so do it.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 12:31:47

Modified files:
	usr.sbin/ospf6ctl: ospf6ctl.c 

Log message:
Stop using the att_rtr member of struct lsa_net, we're going to remove it.
Calculate offsets with a struct lsa_net_link pointer instead.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/29 12:40:24

Modified files:
	usr.sbin/ospfd : ospfd.conf.5 

Log message:
Key-Id 0 is not only not available on Cisco devices but also on other devices.
Make this a more general concern about using 0 as key id. After discussion with
Tamas TEVESZ


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 12:59:22

Modified files:
	usr.sbin/ospf6d: ospf6.h 

Log message:
Remove att_rtr field from struct lsa_net.
In Network-LSAs, the only thing sitting between the LSA header
and the attached router list is the options field. We already
have lsa_net_link to represent elements of the attached router list,
so there's no need to have a single entry of this list in lsa_net.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:02:58

Modified files:
	usr.sbin/ospf6d: ospfe.c 

Log message:
Now that struct lsa_net represents just the options, orig_net_lsa()
can make use of it much better. No functional change.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:07:56

Modified files:
	usr.sbin/ospf6d: log.c log.h 

Log message:
Add log_rtr_id() function to log 32bit numbers in dot-quad notation.
Most obvious use is to log router IDs.
To facilitate logging of multiple IDs within the same format string,
we use NUM_LOGS static buffers, just like log_sockaddr() does.

help and ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:11:11

Modified files:
	usr.sbin/ospf6d: rde_lsdb.c 

Log message:
In lsa_num_links(), be more obvious about what parts of the LSA
are subtracted from the total length.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:14:23

Modified files:
	usr.sbin/ospf6d: rde.h rde_lsdb.c 

Log message:
Add lsa_find_rtr() function, which finds among multiple router
LSAs originated by the same router the one with the lowest link
state ID.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/29 13:17:26

Modified files:
	usr.bin/cvs    : modules.c 

Log message:
printf() -> cvs_printf() so it works under server mode as well
spotted by Jonathan Armani <dbd@asystant.net>


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:18:20

Modified files:
	usr.sbin/ospf6d: rde.h rde_lsdb.c 

Log message:
Remove lsa_find_net(), it isn't needed for OSPFv3.

pointed out by and ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:25:49

Modified files:
	usr.sbin/ospf6d: rde.h rde_spf.c 

Log message:
Because get_rtr_link() forgot to increment the buffer offset
it was always returning the first link in the LSA, no matter
which link was requested. Fix this bug. Also, decrease the
number of local variables while here, and convert the idx argument
to unsigned int. Adjust one caller to pass an unsigned int,
other callers will be handled in follow-up commits.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:28:10

Modified files:
	usr.sbin/ospf6d: rde.h rde_spf.c 

Log message:
Change get_net_link()'s idx argument to unsigned, and make it
use less local variables. Makes it consistent with get_rtr_link().

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 13:34:23

Modified files:
	usr.sbin/ospf6d: rde_spf.c 

Log message:
Update linked() for OSPFv3.

A router vertex w has a point-to-point link back to a router
vertex v if v's router ID occurs as neighbour ID in one of the
point-to-point links described in w's router LSA.

A router vertex w has a link back to a network vertex v if the router
ID of v's advertising router (i.e. DR) occurs as neighbour ID in one
of the transit links described in w's router LSA, and v's interface
ID to the network matches the neighbour interface ID of that transit
link.

A network vertex w has a link back to a router vertex v if v's router
ID occurs in the list of attached routers in w's network LSA.

Also, get_rtr_link() and get_net_link() take an unsigned int now.

"commit it" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/03/29 13:58:27

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
No more NUMBOOT==2 stuff around, nuke it for sake of clarity.

ok krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2009/03/29 14:27:40

Modified files:
	.              : want.html 

Log message:
Daniel Ammann sent me a VT-Book PC-Card->DVI card. Thanks a lot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/29 15:08:21

Modified files:
	audio/madplay  : Makefile 

Log message:
WANTLIB += sndio. While here, fix license marker.


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 15:42:30

Modified files:
	usr.sbin/ospf6d: rde.c rde.h rde_spf.c 

Log message:
As a first step towards SPF tree calculation, prepare for proper
next-hop calculation.

In OSPFv3, next-hop IP addresses are always link-local.
The kernel will want to know which interface the link-local
address belongs to, so we need an ifindex in struct v_nexthop
in addition to the IP address.

Because we cannot determine a link-local next hop IP address
for transit networks, only the outgoing interface will be recorded.

Update calc_nexthop_add() according to the above.

Also add new helpers calc_nexthop_lladdr() and calc_nexthop_transit_nbr(),
to figure out link-local addresses of nexthop neighbours.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 15:46:10

Modified files:
	usr.sbin/ospf6d: rde_spf.c 

Log message:
Update calc_nexthop() for OSPFv3, using helper functions added in
last commit. Next hop IP addresses and outgoing interfaces can now
be correctly determined, paving the way for SPF tree calculation.
Arguments have changed, so update callers, too.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/03/29 15:48:35

Modified files:
	usr.sbin/ospf6d: rde_spf.c 

Log message:
Update spf_calc() for OSPFv3.

This implements the first stage of the shortest path tree calculation
(Dijkstra calculation) as outlined in rfc5340, with the exception that
we do not yet treat multiple router LSAs originated by a single router
as an agregate. For now, we only use the Router LSA with the lowest link
state ID.

For each destination, show the calculated set of nexthops in the debug log.
We can stop doing this once spf tree calculation has been shown to be stable.

"A lot of debug code but yes why not. commit it." claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/29 15:51:54

Modified files:
	usr.bin/systat : mbufs.c 

Log message:
Make sure systat mbufs prints the interface name even if an interface only
allocates clusters larger than 2k.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/03/29 15:53:53

Modified files:
	sys/arch/alpha/tc: cfb.c sfb.c 
	sys/arch/aviion/dev: if_le_syscon.c 
	sys/arch/i386/i386: esm.c 
	sys/arch/i386/isa: ahc_isa.c 
	sys/arch/i386/pci: gscpcib.c 
	sys/arch/mac68k/dev: asc.c if_ae_nubus.c if_mc_obio.c 
	                     if_sm_nubus.c if_sn.c if_sn_nubus.c 
	sys/arch/macppc/pci: vgafb.c 
	sys/arch/mvme88k/dev: nvram.c sram.c 
	sys/arch/sgi/localbus: com_lbus.c 
	sys/arch/sgi/pci: ioc.c 
	sys/arch/sparc/dev: esp.c isp_sbus.c 
	sys/arch/sparc64/dev: psycho.c pyro.c schizo.c 
	sys/arch/vax/bi: if_ni.c 
	sys/arch/zaurus/dev: scoop_pcic.c 
	sys/dev/cardbus: cardbus.c com_cardbus.c if_acx_cardbus.c 
	                 if_bwi_cardbus.c if_malo_cardbus.c 
	                 if_pgt_cardbus.c if_ral_cardbus.c 
	sys/dev/eisa   : aha1742.c ahc_eisa.c bha_eisa.c eisa.c if_fea.c 
	                 uha_eisa.c 
	sys/dev/ic     : acx.c malo.c rt2560.c rt2661.c rt2860.c rtw.c 
	                 vga.c 
	sys/dev/isa    : aic_isa.c ega.c gscsio.c if_eg.c if_le_isa.c 
	                 isagpio.c mpu_isa.c pcdisplay.c sch311x.c 
	                 viasio.c wbsio.c 
	sys/dev/pci    : alipm.c amdiic.c auixp.c autri.c bha_pci.c 
	                 cmpci.c ehci_pci.c emuxki.c envy.c eso.c 
	                 gdt_pci.c ichiic.c ichwdt.c if_acx_pci.c 
	                 if_age.c if_ale.c if_an_pci.c if_art.c 
	                 if_ath_pci.c if_bwi_pci.c if_cas.c if_en_pci.c 
	                 if_et.c if_fpa.c if_gem_pci.c if_hme_pci.c 
	                 if_ipw.c if_iwi.c if_iwn.c if_jme.c if_lii.c 
	                 if_malo_pci.c if_nfe.c if_pgt_pci.c 
	                 if_ral_pci.c if_sandrv.c if_tl.c if_vr.c 
	                 if_wi_pci.c if_wpi.c maestro.c piixpm.c tga.c 
	                 viaenv.c viapm.c yds.c 
	sys/dev/pci/bktr: bktr_os.c 
	sys/dev/pcmcia : if_cnw.c if_malo.c if_wi_pcmcia.c wdc_pcmcia.c 

Log message:
make various strings ("can't map mem space" and similar) more consistent
between instances, saving space in the kernel. feedback from many (some
incorporated, some left for future work).

ok deraadt, kettenis, "why not" miod.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/29 15:57:26

Modified files:
	sys/arch/sparc64/conf: RAMDISK 

Log message:
Enable ahc(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 16:08:18

Modified files:
	sys/dev/pci    : if_bnx.c if_sk.c if_skvar.h if_tht.c pci.c 
	                 pci_map.c pcivar.h ppb.c pucdata.c 

Log message:
pucdata.c


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 16:11:19

Modified files:
	sys/dev/pci    : pucdata.c 

Log message:
Take a shot at baud rate calculations for the 8-port
Serial Technologies Expander PCI-232-108


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/29 16:23:35

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-Makefile patch-main_asterisk_c 
	telephony/asterisk/pkg: MESSAGE-main PLIST-main 
Added files:
	telephony/asterisk/patches: patch-configure_ac 
Removed files:
	telephony/asterisk/patches: patch-channels_chan_sip_c 
	                            patch-configure 

Log message:
maintenance update to 1.4.24


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/29 16:52:11

Modified files:
	sys/arch/sparc64/dev: psycho.c schizo.c pyro.c vpci.c 

Log message:
bzero pci attach args

ok deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/29 16:58:31

Modified files:
	sys/arch/macppc/pci: ht.c mpcpcibus.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/29 17:17:48

Modified files:
	sys/dev/pci/drm: i915_drm.h 

Log message:
Correct a couple of ioctl definitions (GEM ioctls, not used yet). and
add two more {GET,SET}_PARAM arguments that aren't supported yet but are
needed for a libdrm update.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 17:56:26

Log message:
    Import WebHelpers 0.6.4.
    
    Web Helpers is a library of helper functions intended to make writing
    templates in web applications easier. It's the standard function
    library for Pylons and TurboGears 2.  It also contains a large
    number of functions not specific to the web, including text processing,
    number formatting, date calculations, container objects, etc.
    
    martynas@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090330
    
    N ports/www/py-webhelpers/Makefile
    N ports/www/py-webhelpers/distinfo
    N ports/www/py-webhelpers/pkg/PLIST
    N ports/www/py-webhelpers/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 17:58:24

Log message:
    Import WebOb 0.9.6.1.
    
    WebOb provides wrappers around the WSGI request environment, and
    an object to help create WSGI responses.
    The objects map much of the specified behavior of HTTP, including
    header parsing and accessors for other standard parts of the
    environment.
    
    martynas@ ok
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090330
    
    N ports/www/py-webob/Makefile
    N ports/www/py-webob/distinfo
    N ports/www/py-webob/pkg/DESCR
    N ports/www/py-webob/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 17:59:20

Log message:
    Import WebError 0.10.1
    
    Web error handling and exception catching.
    
    martynas@ ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090330
    
    N ports/www/py-weberror/Makefile
    N ports/www/py-weberror/distinfo
    N ports/www/py-weberror/pkg/PLIST
    N ports/www/py-weberror/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 18:00:37

Log message:
    Import WebTest 1.1
    
    This wraps any WSGI application and makes it easy to send test
    requests to that application, without starting up an HTTP server.
    This provides convenient full-stack testing of applications written
    with any WSGI-compatible framework.
    
    martynas@ ok
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090330
    
    N ports/www/py-webtest/Makefile
    N ports/www/py-webtest/distinfo
    N ports/www/py-webtest/pkg/PLIST
    N ports/www/py-webtest/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 18:03:17

Modified files:
	www            : Makefile 

Log message:
Enter py-webhelpers, py-webob, py-weberror and py-webtest.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/03/29 18:06:26

Modified files:
	www/py-routes  : Makefile 

Log message:
Enable regression tests now that the missing dependency is in the tree.
Remove unneded slash in master site while I'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/29 18:17:12

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c i915_drv.h 

Log message:
Remove the DRM_SPIN lock macros, just expand them to mutex operations.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 18:36:27

Modified files:
	sys/dev/isa    : fins.c 

Log message:
Support for more chipset versions, written by Ian Lindsay


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 18:37:45

Modified files:
	share/man/man4 : fins.4 

Log message:
document new versions supported


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 18:39:26

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
lint; mostly unused variables, carefully checked against all platforms


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/29 19:17:19

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
Zap a superfluous newline in the drmprint function, it messes up output
if you disable the device.

noticed by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/29 20:38:54

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
switch to MCLGETI.

this conversion is the easiest ive done so far. the mbuf allocation wrapper
in the driver already had code to handle a failing cluster allocator as
part of a test harness, now we test that code all the time with MCLGETI.

ok kettenis@
tested by phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/29 22:44:30

Modified files:
	share/man/man4 : sk.4 

Log message:
sort the hardware list; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/03/29 22:52:50

Modified files:
	sbin/fdisk     : fdisk.8 

Log message:
some improvements inspired by a mail on misc@ from frantisek holop:

- clarify the terms geometry sectors field and start field
- change the fdisk prompt from 0 to 1, and explain its meaning
- temper CAVEATS: the note is "common practice", not mandatory

from nick and myself


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/29 23:35:22

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
allow the disk transfer speed numbers to show useable numbers when disks
get really fast; ok canacar


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 01:55:17

Modified files:
	net/irssi-silc : Makefile 
Added files:
	net/irssi-silc/patches: patch-lib_silccrypt_silcrng_c 

Log message:
urandon -> arandom, ok martynas@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 03:17:45

Modified files:
	net/iodine     : Makefile distinfo 
	net/iodine/patches: patch-src_Makefile patch-src_iodine_c 
	                    patch-src_iodined_c 
	net/iodine/pkg : PLIST 

Log message:
- update to 0.5.1, from Simon Kuhnle.
- don't hide command lines in build output
- honour CC in the environment not just mk.conf


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 03:28:12

Modified files:
	sys/arch/arm/xscale: i80321.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 03:34:30

Modified files:
	sys/arch/hppa64/dev: elroy.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	www
Changes by:	reyk@cvs.openbsd.org	2009/03/30 03:38:14

Modified files:
	.              : crypto.html 

Log message:
updated the ubsec(4) part - we support more broadcom crypto devices now.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 03:41:00

Modified files:
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 03:51:54

Modified files:
	sys/arch/mvmeppc/pci: mpcpcibr.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/03/30 04:33:01

Modified files:
	mail/evolution : Makefile 

Log message:
- fix rpath changes from ajacoutot@
- bump PKGNAME

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/30 04:40:41

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
Document new 'U' editor command.

Prodded by & ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/30 04:51:38

Modified files:
	sbin/disklabel : editor.c 

Log message:
Oops. Document new 'U' editor command in '?' output too.

Prodded by & ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/03/30 08:29:30

Modified files:
	sys/kern       : uipc_socket2.c 

Log message:
bzero -> PR_ZERO

ok art@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/30 10:09:36

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/amd64/include: pmap.h 

Log message:
Remove the direct uncached map. All its users have been removed.

In the future, we need to mark the correct parts of the direct map
uncached, but that's another diff.

art@, kettenis@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/30 11:04:42

Modified files:
	x11/nx         : Makefile.inc 
	x11/nx/nxcomp  : Makefile distinfo 
	x11/nx/nxcomp/patches: patch-Proxy_cpp 
	x11/nx/nxssh   : Makefile distinfo 

Log message:
- update nxcomp and nxssh to 3.3.0


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/03/30 11:43:15

Modified files:
	sys/arch/i386/i386: bus_dma.c 

Log message:
don't use pmapflags unitialized. Fixes envy(4) consuming 80% CPU
when recording
ok oga, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/03/30 12:12:24

Modified files:
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/amd64/amd64: bus_dma.c 

Log message:
make the code look the same; ok kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/03/30 12:25:33

Modified files:
	emulators/fuse : Makefile 

Log message:
LIB_DEPENDS += samplerate::audio/libsamplerate. Without this,
autoshit pulls in libsamplerate iff it's installed. This is yet
another case of auto* breaking things again and again and again.

While here, fix license marker.

ok sthen@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mbalmer@cvs.openbsd.org	2009/03/30 12:36:37

Modified files:
	www/kronolith  : Makefile distinfo 
	www/kronolith/pkg: PLIST 

Log message:
Update to kronolith 3.2.1

The major changes compared to the Kronolith version H3 (2.3) are:
* Added script to import events from SquirrelMail calendars.
* Added option to manually change attendee responses.
* Improved holidays support.
* Many minor bug fixes.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/03/30 12:52:39

Modified files:
	.              : plus.html 

Log message:
Upto 03/29


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/30 12:54:10

Modified files:
	.              : orders.html 

Log message:
another order house in europe


CVSROOT:	/cvs
Module name:	ports
Changes by:	mbalmer@cvs.openbsd.org	2009/03/30 12:56:18

Modified files:
	mail/imp       : Makefile distinfo 

Log message:
Update to IMP 4.3.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 13:09:44

Modified files:
	sys/dev/pci    : if_sk.c if_skvar.h 

Log message:
Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring.
Another evil jumbo allocator bites the dust.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/03/30 13:58:50

Modified files:
	sys/nfs        : nfs_serv.c nfs_subs.c nfs_var.h nfsm_subs.h 

Log message:
Convert a sizeable macro to a much-leaner function. Saves (IIRC) 5k on i386.

In snaps for a while.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 14:09:50

Modified files:
	sys/arch/socppc/dev: socpcic.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 15:16:14

Modified files:
	lib/libkvm     : kvm_amd64.c 

Log message:
Mop up after oga@ and unbreak the tree.  The direct uncached map is gone so
remove the code from libkvm that dealt with it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 15:17:30

Modified files:
	infrastructure/db: user.list 

Log message:
reserve 622 for ngrep


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 15:19:02

Modified files:
	net/ngrep      : Makefile 
	net/ngrep/patches: patch-Makefile_in patch-configure_in 
	net/ngrep/pkg  : PLIST 
Added files:
	net/ngrep/patches: patch-ngrep_c patch-ngrep_h 
Removed files:
	net/ngrep/patches: patch-regex-0_12_Makefile_in 

Log message:
- drop privs to a new _ngrep user rather than nobody,
- chroot to /var/empty,
- support pppoe,
- autoconf surgery (functional rather than pretty) to use a version
of pcre from the century of the fruitbat,
- fix license marker, regen plist

reads good to jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 15:24:57

Modified files:
	sys/arch/hppa/dev: dino.c elroy.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/30 15:43:13

Modified files:
	sys/arch/alpha/pci: apecs.c cia.c irongate.c lca.c mcpcia.c 
	                    tsc.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/03/30 15:45:33

Modified files:
	usr.bin/cvs    : rcs.c 

Log message:
kill rp_lines, we do not need it when parsing an RCS file.

incendently, commit made using opencvs entirely.
with permission from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/03/30 15:54:54

Modified files:
	devel/p5-SVN-Notify: Makefile distinfo 

Log message:
Update to 2.78. Fixes distfile issue.

"please commit the p5-svn-notify update" jasper@, maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/03/30 16:23:56

Log message:
    import ruby-rss-0.2.4, an improved rss parser with atom support
    
    Status:
    
    Vendor Tag:	jcs
    Release Tags:	jcs20090330
    
    N ports/textproc/ruby-rss/distinfo
    N ports/textproc/ruby-rss/Makefile
    N ports/textproc/ruby-rss/pkg/DESCR
    N ports/textproc/ruby-rss/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/03/30 16:25:08

Modified files:
	textproc       : Makefile 

Log message:
hi ruby-rss


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/03/30 16:28:08

Modified files:
	textproc/ruby-rss: Makefile 

Log message:
fix categories


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/30 18:32:26

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
Remove lies about and tweak descriptions of built-in label editor,
a.k.a. '-E'.

Feedback from otto@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/30 19:21:29

Modified files:
	sys/net        : if_pfsync.c if_pfsync.h 
	usr.sbin/tcpdump: print-pfsync.c 

Log message:
do not include space in the end of the from for a hmac. after discussion
with deraadt@, mcbride@, and mpf@ it is obvious that a hmac doesnt make
sense for pfsync.

this also firms up some of the input parsing so it handles short frames a
bit better.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/30 19:22:41

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Tweak comment to remove discussion of now non-existant 2 stage
boot loaders and update list of NUMBOOT>0 archs.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/30 19:31:26

Modified files:
	sys/net        : route.h 
	sbin/dhclient  : dhclient.c 

Log message:
claudio has spent too much time with the mbuf macros.

switch the rtsocket message filter specification so you can or the macros
converting the routing socket message types into the mask used by the
filter. ie:

-       ROUTE_SETFILTER(rtfilter, RTM_NEWADDR);
-       ROUTE_SETFILTER(rtfilter, RTM_DELADDR);
-       ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
-       ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
+       rtfilter = ROUTE_FILTER(RTM_NEWADDR) | ROUTE_FILTER(RTM_DELADDR) |
+           ROUTE_FILTER(RTM_IFINFO) | ROUTE_FILTER(RTM_IFANNOUNCE);

there's a manpage change coming.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/03/30 19:37:33

Modified files:
	share/man/man4 : route.4 

Log message:
document the changes to the route filter API. basically:

-ROUTE_SETFILTER(rtfilter, RTM_IFINFO);
-ROUTE_SETFILTER(rtfilter, RTM_IFANNOUNCE);
+rtfilter = ROUTE_FILTER(RTM_IFINFO) |
+    ROUTE_FILTER(RTM_IFANNOUNCE);

poked by claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 19:50:12

Log message:
    import fcrackzip:
    
    Fcrackzip is a free, fast and featureful ZIP password cracker, written in
    portable C (and optional x86 assembly). It allows the user to recover
    forgotten ZIP archive passwords, using either a brute force or
    dictionary attack on the provided files.
    
    from maintainer Jung, with a few adjustments by myself.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	jung_20090331
    
    N ports/security/fcrackzip/Makefile
    N ports/security/fcrackzip/distinfo
    N ports/security/fcrackzip/pkg/DESCR
    N ports/security/fcrackzip/pkg/PLIST
    N ports/security/fcrackzip/patches/patch-configure_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/30 19:53:14

Modified files:
	security       : Makefile 

Log message:
+fcrackzip


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/30 20:22:12

Modified files:
	faq            : upgrade45.html 

Log message:
clean up new user text, add a line that I find handy (and you might,
too...)


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/30 20:26:04

Modified files:
	faq            : upgrade45.html 

Log message:
sysmerge and my patch file are not mutually exclusive at all, the
patchfile simplifies the sysmerge process to a degree (though I
ignore $OpenBSD$ lines, sysmerge doesn't...)


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/30 20:31:46

Modified files:
	.              : 45.html 

Log message:
title song


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/30 20:38:51

Modified files:
	.              : orders.html 
	images         : tshirt-23-s.gif 
Added files:
	.              : older.html 

Log message:
A new streamlined order system which (hopefully) makes it easier for
people to choose from a variety of vendors, and thereby makes it more
profitable for many vendors to compete.  Older products are moved to
another page.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/03/30 21:06:06

Modified files:
	faq            : upgrade45.html upgrade45.patch 

Log message:
bah.  I screwed up on the 4.4 upgrade process, and missed the named.conf
file...so the upgrade45.patch file applied if you had a 4.4 install, but
if you upgraded to 4.4 from earlier, it didn't work.  Fix by advising a
carefully considered copy over the new file if you are using the default,
otherwise ignore this and run with what you have, and remove named.conf
from upgrade45.patch


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 00:36:01

Modified files:
	.              : orders.html 

Log message:
a teeny pretty


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/03/31 01:14:10

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
Update to 3.1.3.1
ok kevlo@ (Maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/31 02:22:52

Modified files:
	www/spawn-fcgi : Makefile distinfo 

Log message:
maintenance update to 1.6.1, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	mbalmer@cvs.openbsd.org	2009/03/31 02:31:35

Modified files:
	www/mediawiki  : Makefile distinfo 
	www/mediawiki/pkg: PLIST 
Removed files:
	www/mediawiki/patches: patch-includes_DifferenceEngine_php 

Log message:
Update to MediaWiki 1.14.0.  For upgrading instructions, please read
http://www.mediawiki.org/wiki/Manual:Upgrading *before* you update.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/03/31 02:49:18

Modified files:
	sys/arch/amd64/amd64: locore.S 

Log message:
- remove obsolete comment
- remove dead (#if 0) code
- move switch_error panics to after cpu_switchto to make branch prediction
happier and the code more readable.

no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/03/31 03:11:45

Modified files:
	usr.sbin/ripd  : kroute.c 

Log message:
Assign the correct metric to the routes learned from the kernel while ripd is
running.

Issue spotted and diff tested by Steven Surdock.
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/31 04:06:34

Modified files:
	sysutils/login_fingerprint: Makefile 
Added files:
	sysutils/login_fingerprint/patches: patch-login_fingerprint_8 

Log message:
- remove reference to non-existent file

"sure" robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 05:18:17

Modified files:
	mail/evolution : Makefile 

Log message:
- when -main was bumped, -plugins was forgotten


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/31 05:33:47

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
Beef up description of 'c' partition in CAVEATS and remove mentions of
'c' from descriptions of d(elete) and z(ero) commands.

Feedback from jmc@

Slightly different version ok jmc@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wilfried@cvs.openbsd.org	2009/03/31 05:37:20

Modified files:
	devel/mysql++  : Makefile distinfo 
	devel/mysql++/pkg: PLIST-docs PLIST-main 
Added files:
	devel/mysql++/patches: patch-lib_stadapter_h 
Removed files:
	devel/mysql++/patches: patch-makemake_sh 

Log message:
update to 3.0.9


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 07:19:29

Modified files:
	.              : orders.html 

Log message:
nohup.se is in fact alive


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 07:31:18

Modified files:
	net/epic4      : Makefile 
Added files:
	net/epic4/patches: patch-source_screen_c 

Log message:
- fix compilation with gcc2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 07:37:16

Modified files:
	devel/libmtp   : Makefile 
Added files:
	devel/libmtp/patches: patch-examples_albumart_c 
	                      patch-examples_connect_c 
	                      patch-examples_delfile_c 
	                      patch-examples_emptyfolders_c 
	                      patch-examples_newfolder_c 
	                      patch-examples_newplaylist_c 
	                      patch-examples_sendfile_c 
	                      patch-examples_thumb_c 

Log message:
- fix compilation by declaring on top of the top, not somewhere halfway


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/03/31 07:56:58

Modified files:
	devel/teensyloader: Makefile 

Log message:
Checksum mismatch. I've asked the author to start versioning his distfiles
and will mirror this if I don't hear back in a couple of days.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/03/31 07:59:22

Modified files:
	net/onioncat   : Makefile distinfo 
	net/onioncat/patches: patch-configure 
	net/onioncat/pkg: PLIST 

Log message:
Update to 0.1.12 revision 493.
- fix segfault
- fix man page dir
- PLIST change


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 08:52:02

Modified files:
	.              : orders.html 

Log message:
typo; Stephan A. Rickauer


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/31 09:11:25

Modified files:
	print/gutenprint: Makefile 

Log message:
- fix the no_gimp PSEUDO_FLAVOR

from Tim van der Molen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/03/31 09:21:49

Modified files:
	mail/evolution : Makefile 

Log message:
- s/LOCALBASE/TRUEPREFIX where it makes sense
- fix typo in rpath line


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 09:22:43

Modified files:
	.              : orders.html 

Log message:
simplify


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 09:39:17

Modified files:
	.              : index.html donations.html 

Log message:
a slight cleanup that was due


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 10:18:37

Modified files:
	.              : orders.html 

Log message:
use less space to give store choice


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 10:22:38

Modified files:
	.              : donations.html 

Log message:
add missing words


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 10:41:19

Log message:
    import p5-Statistics-Contingency 0.08
    
    The Statistics::Contingency class helps you calculate several useful
    statistical measures based on 2x2 "contingency tables". These can be
    used for measures to help judge the results of automatic text
    categorization experiments, but they are useful in other situations
    as well.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090331
    
    N ports/math/p5-Statistics-Contingency/Makefile
    N ports/math/p5-Statistics-Contingency/distinfo
    N ports/math/p5-Statistics-Contingency/pkg/DESCR
    N ports/math/p5-Statistics-Contingency/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 10:45:43

Log message:
    import p5-AI-NeuralNet-Kohonen 0.142
    
    An illustrative implimentation of Kohonen's Self-organising Feature Maps
    (SOMs) in Perl.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090331
    
    N ports/math/p5-AI-NeuralNet-Kohonen/distinfo
    N ports/math/p5-AI-NeuralNet-Kohonen/Makefile
    N ports/math/p5-AI-NeuralNet-Kohonen/pkg/DESCR
    N ports/math/p5-AI-NeuralNet-Kohonen/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 10:49:01

Log message:
    import p5-AI-NeuralNet-Kohonen-Visual 0.3
    
    Provides TK-based visualisation routines for AI::NueralNet::Kohonen.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090331
    
    N ports/math/p5-AI-NeuralNet-Kohonen-Visual/Makefile
    N ports/math/p5-AI-NeuralNet-Kohonen-Visual/distinfo
    N ports/math/p5-AI-NeuralNet-Kohonen-Visual/pkg/DESCR
    N ports/math/p5-AI-NeuralNet-Kohonen-Visual/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 10:53:43

Log message:
    import p5-Algorithm-NaiveBayes 0.04
    
    This module implements the classic "Naive Bayes" machine learning
    algorithm. It is a well-studied probabilistic algorithm often used in
    automatic text categorization. Compared to other algorithms (kNN, SVM,
    Decision Trees), it's pretty fast and reasonably competitive in the
    quality of its results.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090331
    
    N ports/math/p5-Algorithm-NaiveBayes/distinfo
    N ports/math/p5-Algorithm-NaiveBayes/Makefile
    N ports/math/p5-Algorithm-NaiveBayes/pkg/DESCR
    N ports/math/p5-Algorithm-NaiveBayes/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 10:55:00

Modified files:
	math           : Makefile 

Log message:
- add a bunch of new p5- modules


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 11:26:27

Modified files:
	.              : orders.html 

Log message:
prefer direct buy URLs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 12:13:59

Modified files:
	x11/gnome/devhelp: Makefile 

Log message:
- update homepage


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 12:32:22

Modified files:
	.              : orders.html 

Log message:
cnst spotted minor glitches


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 12:39:32

Modified files:
	.              : orders.html 

Log message:
correct link to a specific vendor page


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 12:53:39

Modified files:
	.              : orders.html 

Log message:
more improvements


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 13:08:29

Log message:
    import gamgi 0.13.11
    
    The goal of GAMGI is to provide a free package to construct, view and
    analyse atomic structures, as powerful and simple to use as possible.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090331
    
    N ports/education/gamgi/Makefile
    N ports/education/gamgi/distinfo
    N ports/education/gamgi/pkg/DESCR
    N ports/education/gamgi/pkg/PLIST
    N ports/education/gamgi/patches/patch-src-make_local
    N ports/education/gamgi/patches/patch-src-make_rules
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/03/31 13:11:44

Modified files:
	education      : Makefile 

Log message:
- add gamgi


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/03/31 13:18:20

Modified files:
	.              : INDEX 

Log message:
regen, requested by jasper - 5639


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/31 14:05:06

Modified files:
	sys/dev/pci/drm: drmP.h drm_memory.c radeon_cp.c radeon_drv.c 
	                 radeon_drv.h radeon_state.c 

Log message:
remove the drm_read and drm_write functions. instead just do the
conditional on whether we treat the data like memspace or system memory
into the one driver that needs this.

Something similar was done upstream a while back.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/31 14:59:00

Modified files:
	sys/dev/acpi   : acpiprt.c 

Log message:
Backout previous change; it breaks more machines than it fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/03/31 15:03:49

Modified files:
	bin/chio       : parse.y 
	sbin/ipsecctl  : parse.y 
	usr.sbin/bgpd  : parse.y 
	usr.sbin/btctl : parse.y 
	usr.sbin/dvmrpd: parse.y 
	usr.sbin/hostapd: parse.y 
	usr.sbin/ifstated: parse.y 
	usr.sbin/ntpd  : parse.y 
	usr.sbin/ospf6d: parse.y 
	usr.sbin/ospfd : parse.y 
	usr.sbin/relayd: parse.y 
	usr.sbin/ripd  : parse.y 
	usr.sbin/smtpd : parse.y 
	usr.sbin/snmpd : parse.y 
	usr.sbin/ypldap: parse.y 

Log message:
Fixed memory leaks which would occur if the second of two memory
allocations fails.

looks right deraadt, krw
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/31 15:57:57

Modified files:
	sys/arch/i386/i386: mainbus.c 
	sys/arch/i386/pci: pchb.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/03/31 16:06:04

Modified files:
	sys/dev/ic     : acx.c 

Log message:
On watchdog timeout reset the full chip. Just draining the tx ring is not
enough to get the device unstuck. OK mglocker@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/03/31 16:19:57

Modified files:
	sys/arch/amd64/amd64: mainbus.c 
	sys/arch/amd64/pci: pchb.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/03/31 16:45:56

Modified files:
	sys/dev/pci/drm: radeon_drv.h 

Log message:
These flags are bitmasks, not booleans.

Fix from upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/03/31 17:58:36

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
When warning about a non-zero partition offset, show DL_GETPOFFSET()
and not DL_GETPSIZE().


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 22:50:15

Modified files:
	.              : orders.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/03/31 23:25:08

Modified files:
	.              : orders.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/03/31 23:31:55

Modified files:
	sbin/growfs    : growfs.c 

Log message:
Don't be picky about character case when checking response.
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/04/01 00:34:10

Modified files:
	.              : donations.html 

Log message:
Nicolas Legrand gave me an iBook G4 (aka PowerBook6,5) at Solutions
Linux, many thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 00:41:09

Modified files:
	x11/scrotwm    : Makefile 
	x11/scrotwm/patches: patch-scrotwm_c 

Log message:
- fix build with gcc2 due to double ';;' in a declaration

ok marco@ pyr@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/01 00:41:58

Modified files:
	usr.bin/cvs    : client.c remote.c 

Log message:
in client mode, be sure to consider the file modified if a conflict
exists in the CVS/Entries file, otherwise the server has no way
of determining if the user has resolved it or not.

also in client mode, send a conflict as Â"+=" not "+" alone, so other
cvs implementations get it.

commited entirely with opencvs,
with permission by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/01 00:44:01

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
the note explaining partition letters is not a caveat, it is integral to
the way disklabel works; move it into DESCRIPTION

ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/01 00:47:34

Modified files:
	usr.sbin/httpd/conf: httpd.conf httpd.conf-dist 

Log message:
zap double word; from Jo?o Salvatti


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/01 01:29:16

Modified files:
	net/vsftpd     : Makefile 

Log message:
- remove aanriot@ from maintainer per his request


CVSROOT:	/cvs
Module name:	ports
Changes by:	martin@cvs.openbsd.org	2009/04/01 02:30:45

Modified files:
	games/vitetris : Makefile 
	games/vitetris/patches: patch-Makefile 
Added files:
	games/vitetris/patches: patch-src_draw_Makefile 
	                        patch-src_game_Makefile 
	                        patch-src_input_Makefile 
	                        patch-src_menu_Makefile 
	                        patch-src_netw_Makefile 
	                        patch-src_textgfx_Makefile 

Log message:
fix for non-binutils archs

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/01 04:46:48

Modified files:
	geo/gdal       : Makefile 
	geo/gdal/pkg   : PLIST-main 

Log message:
Add @pkgpath geo/gdal after package rename and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 05:33:21

Modified files:
	productivity/gtg: Makefile 

Log message:
- missing dependency

spotted by tadpole pyr@, thanks


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/01 05:56:32

Modified files:
	devel          : Makefile 

Log message:
Zap duplicate entry (SUBDIR += ruby-linecache).


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/01 05:58:56

Modified files:
	share/man/man4 : mfi.4 

Log message:
Add raid 6 and 60


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 07:02:04

Modified files:
	sysutils/fam   : Makefile 

Log message:
- humppa.nl has http issues, swap it for another site for now


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/01 07:34:22

Modified files:
	productivity/gtg: Makefile 

Log message:
- remove run_depends on py-gtk2, py-gnome already provides the dependency

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/01 08:08:53

Modified files:
	usr.sbin/relayd: pfe_filter.c 

Log message:
terminate and cleanup properly by setting the pf anchor names
correctly (anchor names with characters after the terminating NUL byte
are considered invalid).

Thanks to camield@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/01 08:55:42

Modified files:
	.              : orders.html 

Log message:
point straight at the permanent openbsd page in another vendor


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/01 08:56:38

Modified files:
	usr.sbin/relayd: parse.y relay.c relayd.conf.5 relayd.h 

Log message:
Add support for client-side SSL connections from relays.  relayd can
now sit between two SSL connections (Oitm - OpenBSD-in-the-middle),
accept SSL connections and forward to TCP, accept TCP connections and
forward to SSL, and do TCP to TCP of course.

This was tested by some people a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/01 09:00:55

Modified files:
	sbin/fdisk     : part.c 

Log message:
Remove duplicate entry for partition id 0x07 so NTFS partitions
will show as NTFS in fdisk output.
ok todd@ otto@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/01 09:05:06

Modified files:
	usr.sbin/relayd: pfe.c 

Log message:
re-initialize tables after reload to handle new and changed tables.

From Pascal Lalonde, closes PR 6112


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/01 09:07:38

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
fix an incorrect flag in route mode.

From Padcal Lalonde, closes PR 6114


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/01 10:01:49

Modified files:
	telephony/spandsp: Makefile distinfo 

Log message:
maintenance update to spandsp-0.0.6pre7, from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 10:24:05

Modified files:
	net/sharity-light: Makefile 
	net/sharity-light/files: unshlight.c 
	net/sharity-light/patches: patch-nfs-version 
	net/sharity-light/pkg: PLIST 

Log message:
- fix 64-bit issue due to a missing header
- specify license version
- regen PLIST
- add missing rcs id's


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 11:17:37

Modified files:
	lang/gforth    : Makefile 

Log message:
- enable for powerpc. it's working just fine, i just never got around testing it


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 12:22:49

Log message:
    import tt-rss 1.3.2
    
    Tiny Tiny RSS is a web-based news feed (RSS/Atom) aggregator, designed
    to allow you to read news from any location, while feeling as close to a
    real desktop application as possible.
    
    - Supports RSS, RDF, Atom feeds using Magpie library
    - Supports OPML import/export
    - Supports keyboard shortcuts
    - Supports article scoring
    [etc,etc]
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090401
    
    N ports/www/tt-rss/Makefile
    N ports/www/tt-rss/distinfo
    N ports/www/tt-rss/pkg/DESCR
    N ports/www/tt-rss/pkg/PLIST
    N ports/www/tt-rss/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 12:24:12

Modified files:
	www            : Makefile 

Log message:
- add tt-rss


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 13:31:39

Modified files:
	education/gamgi: Makefile 
	education/gamgi/patches: patch-src-make_local 
	education/gamgi/pkg: DESCR 

Log message:
- add myself as maintainer
- tweak DESCR
- re-do a bit in make_local, discussed with upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/01 13:51:10

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
bzero pci attach args


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/01 16:03:40

Modified files:
	share/man/man8 : crash.8 

Log message:
Give some hints about debugging live kernels with gdb(1).


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/01 16:19:19

Modified files:
	faq            : current.html 

Log message:
replace a confusing reference to "ifconfig chan" with a link to lower
in the page where "ifconfig scan" is documented, thanks thib@ for pointing
out & checking. while there fix a tag closure, and add a comment marking
the cut-off point for 4.5.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/01 20:07:37

Modified files:
	faq            : index.html 

Log message:
sigh.  At Steven's request, move him down to contributor.  Am I that
terrible to work with??


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/01 23:18:15

Modified files:
	audio/mpc      : Makefile 
Added files:
	audio/mpc/patches: patch-src_command_c 

Log message:
- fix compilation with gcc2

ok tobias ulmer (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/02 00:22:34

Modified files:
	graphics/comix : Makefile 
	graphics/comix/pkg: PLIST 

Log message:
Unconfuse @exec/@unexec. Noticed by frantisek holop.

ok msf@ (maintainer), ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/02 03:09:40

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
make sure diffing -rTAG -rTAG works even if files are uptodate

commited with opencvs,
with permission by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/02 03:50:13

Modified files:
	x11/gtk2-murrine-engine: Makefile 

Log message:
add intltool as a dependency, bump. from David Coppa, ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/02 04:21:08

Modified files:
	etc/mail       : Makefile 

Log message:
restore previous behaviour and reach directly to libexec for
makemap as !sendmail versions of this binary are not valid here.

pointed out by and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/02 07:15:39

Modified files:
	www/bozohttpd  : Makefile distinfo 
	www/bozohttpd/patches: patch-Makefile 
	www/bozohttpd/pkg: PLIST 

Log message:
- update bozohttpd to 20080303

from benoit lecocq;
maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/02 07:18:24

Modified files:
	share/man/man8 : crash.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/02 07:24:30

Modified files:
	biology/nutdb  : Makefile distinfo 
	biology/nutdb/patches: patch-Makefile patch-nut_1 

Log message:
- update nutdb to 14.3

from benoit lecocq, with some tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/02 07:46:06

Modified files:
	share/man/man4 : pf.4 

Log message:
Anchor names with characters after the terminating null byte are invalid.
ok jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/02 08:01:25

Modified files:
	.              : donations.html 

Log message:
typo; Alan R. S. Bueno


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/02 08:04:19

Modified files:
	devel/p5-Benchmark-Timer: Makefile distinfo 
	devel/p5-Benchmark-Timer/patches: patch-Makefile_PL 
	devel/p5-Benchmark-Timer/pkg: PLIST 

Log message:
Update to 0.7101


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/02 08:05:35

Modified files:
	devel/p5-FileHandle-Unget: Makefile distinfo 

Log message:
Update to 0.1622


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/02 08:30:51

Modified files:
	usr.sbin/relayd: parse.y relay.c relayd.conf.5 relayd.h 
	                 ssl_privsep.c 

Log message:
add support to specify a ca file (eg. /etc/ssl/cert.pem) to verify ssl
server certificates when connecting as an SSL client from relays.  it
works so far, but needs more testing and is currently lacking support
for certificate revocation (like CRL or OCSP).  the file ssl_privsep.c
is extended to implement more code that should be in openssl to allow
loading the ca from chroot...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/04/02 09:04:19

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
add MASTER_SITE_GITHUB for gems
ok bernd@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/02 09:30:28

Modified files:
	faq            : faq8.html 

Log message:
We do have packages for Java 1.7 under GPLv2, but the browser plugin
isn't available yet. Diff from Tom Van Looy committed on behalf of kurt@.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/02 09:35:48

Modified files:
	.              : donations.html 

Log message:
A person who failed to pass to the project the donation money that flowed
through him, is obviously not fit to be on this web page.  There is no
way in hell that the donation flow through Wim Vandeputte was positive.
It was negative.  He took money at conference events into one little jar,
and he never gave it to the project.  I am not making this up.  Think back,
many of you have seen this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/02 10:49:49

Modified files:
	devel/p5-Curses-UI: Makefile distinfo 

Log message:
Update to 0.9607 version.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/02 11:45:17

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
s/GWUSBMICRON/GWUSMICRON/

spotted by Fukaumi Naoki


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/02 11:46:11

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/02 11:47:15

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
s/GWUSBMICRON/GWUSMICRON/ spotted by Fukaumi Naoki
+ sort Corega entry


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/02 12:43:08

Modified files:
	sys/miscfs/procfs: procfs_subr.c 

Log message:
Convert lockmgr to rwlock. Been in snaps for a while.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/02 12:44:49

Modified files:
	sys/dev/i2o    : iop.c iopsp.c iopvar.h 

Log message:
Convert lockmgr to rwlock. Fixing a (harmless) lock leak on attach
failure while i'm at it.

Been in snaps for a while. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/02 13:03:40

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
get rid of otus_phy_write().
unobfuscate things a bit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/02 13:37:25

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/pkg: PLIST-main 

Log message:
Minor security update to 1.4.24.1 for AST-2009-003 "SIP responses
expose valid usernames". This update changes "alwaysauthreject" to
return the same response for invalid username as it does for invalid
password.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/02 14:32:34

Modified files:
	sys/dev/pci/drm: radeon_cp.c 

Log message:
Correct the writing to RING_RPTR_ADDR in the non agp case, should be a
hardware virtual address offset, not a physical one. From upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/02 14:57:47

Modified files:
	usr.bin/cvs    : remote.c 

Log message:
if ce_conflict != NULL, the file should be sent
to the server for verification.

commited with opencvs,
permission by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/02 15:13:50

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
properly deal with uptodate files server-side, as they do not
have a file on disk we'll need to load the revision into
a temporary file to do our comparison.

do not even bother trying diffing 2 off the same revisions
either. causes less noise... way less.

you guessed it, commited using opencvs entirely.
with permission from deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/02 17:31:00

Modified files:
	faq            : upgrade45.html 

Log message:
add package advisories: kqemu from Josh Grosse, subversion from Stefan
Sperling.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/02 17:36:47

Modified files:
	faq            : upgrade45.html 

Log message:
I think it is ready for serious testing now...  let me know of problems.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/02 19:07:45

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
Cleanup. These definitions should have died when I removed the lock_time
member from the lock structure.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/02 19:51:13

Modified files:
	faq            : faq6.html 

Log message:
update list of wireless adapters


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/04/02 22:22:49

Modified files:
	sys/sys        : sem.h 
	sys/kern       : kern_exit.c sysv_sem.c 

Log message:
Fix SEM_UNDO handling for rthreads: use the struct process* instead
of the struct proc* as the identifier for SEM_UNDO tracking and only
call semexit() from the original thread, once the process as a whole
is exiting

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/02 23:20:17

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
The smtp auth PLAIN specification is weird. It's valid (apparently for
imap, mostly) to provide "username1\0real_username\0password" as your
base64 encoded string for authentication. We currently don't handle
that, instead expecting the first byte to be a NUL.  So fix that up by
scanning for the first string, and ignoring it if it's there. The string
is also stupid in that the last bit (password) may not be NUL
terminated, so pay attention to that in our decoding and make sure that
it's always terminated correctly.

It's been discussed, and this decoding really should happen in the
unauthenticated process, not in the privileged one, but that is another
diff.

Problem found by todd@, who kindly helped me debug this and confirmed
that it now works with kmail, mutt and thunderbird.

"if it makes more stuff work, please commit" jacekm@.

-0- - not a smtpd hacker and I resent your implication.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/03 02:18:44

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
my last commit to diff.c broke diffing in some cases,
noticed the hard way here at work.

commiting with opencvs,
permission by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/03 03:29:15

Modified files:
	sys/kern       : kern_sched.c 
	sys/sys        : proc.h sched.h 

Log message:
sched_peg_curproc_to_cpu() - function to force a proc to stay on a cpu
forever.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/03 03:30:15

Modified files:
	sys/kern       : kern_xxx.c 

Log message:
Make sure that sys_reboot runs on the primary cpu. Won't hurt when not
needed, but some machines seem to work much better with it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/03 03:55:06

Modified files:
	net/p5-Net-Whois-Raw: Makefile distinfo 

Log message:
Update to 1.67


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 05:31:36

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c i915_irq.c mga_irq.c 
	                 radeon_irq.c 

Log message:
Convert DRM_WAIT_ON to take additional parameters, the wmsg for msleep,
and the lock to manipulate.

first step of removing drm_irq_handler_wrap which just grabs the
irq_lock, and eventually irq_lock. drivers should manage their own.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 05:34:49

Modified files:
	sys/dev/pci/drm: i915_irq.c 

Log message:
use i915_pipe_enabled() to test to see if the pipe is lit up, instead of
expanding the function in line here.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 06:25:04

Modified files:
	sys/dev/pci/drm: radeon_drv.c radeon_drv.h radeon_irq.c 

Log message:
Add a lock to protect races for the software interrupt on radeon chips
(vblank is already protected by that subsystem). Also, do all checks for
the correct software interrupt having fired inside DRM_WAIT_ON(), since
it won't sleep if it's already passed it doesn't gain us much (skips one
lock grab).  Finally, establish the interrupt with only the main radeon
irq handler, don't bother with drm_irq_wrap. bunch of knf while i'm in
here.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 06:41:20

Modified files:
	sys/dev/pci/drm: mga_drv.c mga_drv.h mga_irq.c mga_state.c 

Log message:
Same as just done for radeon. Add and use a lock for procecting against
races when waiting on fences, and use that in preference to irq_lock.
Don't use drm_irq_handler_wrap() anymore for irq handler, just the
mgadrm main irq handler. knf while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 06:50:27

Modified files:
	sys/dev/pci/drm: mach64_irq.c 

Log message:
Convert machdrm to not have to user drm_irq_handler. Since the only
interrupt we provide is vblank, it's just switching the handler. knf
while here.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 06:54:24

Modified files:
	sys/dev/pci/drm: r128_irq.c 

Log message:
Same as just done for machdrm, just convert us over to using our irq
handler directly, no fences to worry about right now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 06:55:08

Modified files:
	www/drupal5/core: Makefile 
	www/drupal5/core/pkg: PLIST 

Log message:
drupal5 is pending an update. In the mean time, make it possible to
install alongside drupal6 (I've given up figuring out a clean update
path for now)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/03 07:03:00

Modified files:
	audio/sonata   : Makefile distinfo 
	audio/sonata/patches: patch-setup_py 
	audio/sonata/pkg: PLIST 

Log message:
- major update to sonata-1.6


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 07:38:53

Modified files:
	sys/dev/pci/drm: i915_irq.c 

Log message:
Final irq_lock piece. Switch inteldrm over like radeomdrm and the rest.

We already have a lock protecting the irq registers, so extend it
trivially so it protects user interrupts too. Switch irq handler to
purely local handler.  Finally remove an extra test in i915_wait_irq()
since we won't sleep even without that if the test will pass.

irq_lock and handler_wrap may now die. Coming soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 07:47:04

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c i915_drv.c i915_drv.h 
	                 i915_irq.c mach64_drv.c mach64_drv.h 
	                 mach64_irq.c mga_drv.c mga_drv.h mga_irq.c 
	                 r128_drv.c r128_drv.h r128_irq.c radeon_drv.c 
	                 radeon_drv.h radeon_irq.c 

Log message:
Remove dev->irq_lock, the drm_irq_handler_wrap irq handler, and remove
the dev->driver irq_handler member since we now don't need to know.
Shaves a few bytes, and makes me happy.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 07:51:45

Modified files:
	sys/dev/pci/drm: drmP.h i915_irq.c mach64_irq.c mga_irq.c 
	                 r128_irq.c radeon_irq.c 

Log message:
kill the stupid DRM_IRQ_ARGS macros and irqreturn_t typedef, switch to
the unmacroed/typedefed version.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 07:56:23

Modified files:
	sys/dev/pci/drm: drmP.h i915_irq.c mach64_irq.c mga_irq.c 
	                 r128_irq.c radeon_irq.c 

Log message:
More compat crud bites the dust: Remove the IRQ_NONE and IRQ_HANDLED
defines. 0 and 1 are fine for returning from irq handlers so why bother
with the indirection?


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:01:40

Modified files:
	sys/dev/pci/drm: i915_irq.c mach64_irq.c mga_irq.c r128_irq.c 
	                 radeon_irq.c 

Log message:
${XORGNAME}_driver_irq_handler() is a stupid name for an interrupt
handler anyway. replace it with ${OpenBSD_driver_name}_intr like most of
the rest of the tree. No functional change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 08:07:58

Log message:
    basic installation of drupal6 with a few extra stable modules.
    WARNING: there's no simple migration from all datat from drupal5 to drupal6
    yet.
    
    Status:
    
    Vendor Tag:	drupal6
    Release Tags:	espie
    
    N ports/www/drupal6/drupal6.port.mk
    N ports/www/drupal6/Makefile.inc
    N ports/www/drupal6/Makefile
    N ports/www/drupal6/views/Makefile
    N ports/www/drupal6/views/distinfo
    N ports/www/drupal6/views/pkg/DESCR
    N ports/www/drupal6/views/pkg/PLIST
    N ports/www/drupal6/cck/Makefile
    N ports/www/drupal6/cck/distinfo
    N ports/www/drupal6/cck/pkg/DESCR
    N ports/www/drupal6/cck/pkg/PLIST
    N ports/www/drupal6/alternate_login/Makefile
    N ports/www/drupal6/alternate_login/distinfo
    N ports/www/drupal6/alternate_login/pkg/DESCR
    N ports/www/drupal6/alternate_login/pkg/PLIST
    N ports/www/drupal6/admin-menu/Makefile
    N ports/www/drupal6/admin-menu/distinfo
    N ports/www/drupal6/admin-menu/pkg/DESCR
    N ports/www/drupal6/admin-menu/pkg/PLIST
    N ports/www/drupal6/webform/Makefile
    N ports/www/drupal6/webform/distinfo
    N ports/www/drupal6/webform/pkg/DESCR
    N ports/www/drupal6/webform/pkg/PLIST
    N ports/www/drupal6/auto_nodetitle/Makefile
    N ports/www/drupal6/auto_nodetitle/distinfo
    N ports/www/drupal6/auto_nodetitle/pkg/PLIST
    N ports/www/drupal6/auto_nodetitle/pkg/DESCR
    N ports/www/drupal6/advanced_help/Makefile
    N ports/www/drupal6/advanced_help/distinfo
    N ports/www/drupal6/advanced_help/pkg/PLIST
    N ports/www/drupal6/advanced_help/pkg/DESCR
    N ports/www/drupal6/date/Makefile
    N ports/www/drupal6/date/distinfo
    N ports/www/drupal6/date/pkg/DESCR
    N ports/www/drupal6/date/pkg/PLIST
    N ports/www/drupal6/theme-newsflash/distinfo
    N ports/www/drupal6/theme-newsflash/Makefile
    N ports/www/drupal6/theme-newsflash/pkg/DESCR
    N ports/www/drupal6/theme-newsflash/pkg/PLIST
    N ports/www/drupal6/themesettingsapi/Makefile
    N ports/www/drupal6/themesettingsapi/distinfo
    N ports/www/drupal6/themesettingsapi/pkg/PLIST
    N ports/www/drupal6/themesettingsapi/pkg/DESCR
    N ports/www/drupal6/FCKeditor/Makefile
    N ports/www/drupal6/FCKeditor/distinfo
    N ports/www/drupal6/FCKeditor/pkg/PLIST
    N ports/www/drupal6/FCKeditor/pkg/DESCR
    N ports/www/drupal6/backup_migrate/Makefile
    N ports/www/drupal6/backup_migrate/distinfo
    N ports/www/drupal6/backup_migrate/pkg/DESCR
    N ports/www/drupal6/backup_migrate/pkg/PLIST
    N ports/www/drupal6/locale-fr/Makefile
    N ports/www/drupal6/locale-fr/distinfo
    N ports/www/drupal6/locale-fr/pkg/DESCR
    N ports/www/drupal6/locale-fr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 08:08:51

Modified files:
	www            : Makefile 

Log message:
+drupal6


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:16:23

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c i915_drv.c mach64_drv.c 
	                 mga_drv.c r128_drv.c radeon_drv.c 
	                 radeon_state.c savage_drv.c sis_drv.c 
	                 tdfx_drv.c 

Log message:
Sprinkle some const correctness for the pciid lists. From mickey ages
ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:30:57

Modified files:
	sys/dev/pci/drm: drmP.h drm_drv.c i915_drv.c mach64_drv.c 
	                 mga_drv.c r128_drv.c radeon_drv.c savage_drv.c 
	                 sis_drv.c tdfx_drv.c 

Log message:
detypedef drm_pci_id_list_t.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:31:53

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
unused type.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:34:11

Modified files:
	sys/dev/pci/drm: i915_drv.h 

Log message:
Dead prototype


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:34:39

Modified files:
	sys/dev/pci/drm: mga_drv.c 

Log message:
dead function.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:36:24

Modified files:
	sys/dev/pci/drm: drmP.h 

Log message:
More dead typdefs and defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:41:23

Modified files:
	sys/dev/pci/drm: drmP.h i915_dma.c mga_state.c r128_cce.c 
	                 radeon_cp.c 

Log message:
Change a bunch of "printk" in commented out debug code into "printf" and
kill the compat define. Should have done this ages ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 08:59:27

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c 

Log message:
detypedef struct drm_buf from the dma_buffers api. Just because it's
dying as soon as I can make it doesn't mean I shouldn't be able to look
at it in the meantime.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 09:04:46

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c 

Log message:
detypedef drm_buf_entry_t too.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 09:07:59

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c mga_dma.c 

Log message:
detypedef drm_device_dma_t.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/03 09:22:31

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c drm_drv.c drm_memory.c 
	                 i915_drv.h mach64_drv.h mga_drv.h r128_drv.h 
	                 radeon_cp.c radeon_drv.h savage_drv.h sis_drv.h 

Log message:
detypedef drm_local_map.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 09:40:12

Modified files:
	sysutils/nut   : Makefile distinfo 
	sysutils/nut/patches: patch-clients_Makefile_in 
	                      patch-clients_upsset_c 
	                      patch-clients_upsstats_c patch-configure 
	sysutils/nut/pkg: PLIST-main 

Log message:
update to 2.4.1, code cleanup and adds support for a bunch of new
UPS and also now preliminary support for PDUs.

ok mbalmer (maintainer),
"commit and we fix in-tree if i run into issues" henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 09:45:41

Log message:
    import Pcapy, thanks to fgsch@ for helping.
    
    Pcapy is a Python extension module that enables software written in Python
    to access the routines from the pcap packet capture library.
    
    Pcapy is most useful when used together with a packet handling package such
    as Impacket, a collection of Python classes for contructing and dissecting
    network packets.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090403
    
    N ports/net/py-pcapy/Makefile
    N ports/net/py-pcapy/distinfo
    N ports/net/py-pcapy/pkg/PLIST
    N ports/net/py-pcapy/pkg/DESCR
    N ports/net/py-pcapy/patches/patch-pcap_pkthdr_cc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 09:47:45

Log message:
    import py-impacket, from Pawlowski Marcin Piotr on ports@ with tweaks.
    
    Impacket is a collection of Python classes focused on providing access
    to network packets. Impacket allows Python developers to craft and
    decode network packets in simple and consistent manner. It includes
    support for low-level protocols such as IP, UDP and TCP, as well as
    higher-level protocols such as NMB and SMB. Impacket is highly
    effective when used in conjunction with a packet capture utility or
    package such as Pcapy. Packets can be constructed from scratch, as
    well as parsed from raw data. Furthermore, the object oriented API
    makes it simple to work with deep protocol hierarchies.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090403
    
    N ports/net/py-impacket/Makefile
    N ports/net/py-impacket/distinfo
    N ports/net/py-impacket/pkg/DESCR
    N ports/net/py-impacket/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 09:49:14

Modified files:
	net            : Makefile 

Log message:
+py-impacket
+py-pcapy


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/03 10:26:36

Modified files:
	.              : translation-explained.html translation.html 

Log message:
The translation server has been moved to steelix.bsdfrog.org after
access to steelix.kd85.com was denied.

The new translation team consists of ajacoutot@, Benoit Lecocq and me.  As
a first public statement, we have to tell you that the synchronisation
between OpenBSD and Steelix will be further delayed due to initial
maintainance work of new infrastructure (which is hosted on bsdfrog.org
now, special thanks to ajacoutot!).

Some translators have been slacking for more than one year, so they have
been removed.  Also steelix.kd85.com mail addresses have been replaced.

Initial diff by Benoit Lecocq with some improvements by ajacoutot and me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/03 11:30:40

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: 
	                            patch-ECtools_ECTestTools_IMAPTest_Makefile_in 
	                            patch-common_Makefile_in 
	                            patch-configure 
	                            patch-doc_Makefile_in 
	                            patch-installer_Makefile_in 
	                            patch-installer_linux_Makefile_in 
	                            patch-libfreebusy_Makefile_in 
	                            patch-mapi4linux_src_Makefile_in 
	                            patch-perl_Makefile_in 
	                            patch-php-ext_Makefile_in 
	                            patch-provider_client_Makefile_in 
	                            patch-provider_libserver_ZarafaCmd_cpp 
	                            patch-provider_plugins_Makefile_in 
	                            patch-provider_server_Makefile_in 
	mail/zarafa/zarafa/pkg: PLIST-main 

Log message:
- bugfix update to zarafa-6.20.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/03 11:31:23

Modified files:
	mail/zarafa/webaccess: Makefile distinfo 

Log message:
- update to zarafa-webaccess-6.20.4


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/04/03 11:37:57

Modified files:
	.              : orders.html 

Log message:
Softpro needs sameday shipping orders before noon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/03 11:56:41

Log message:
    Import einstein, a remake of old DOS game Sherlock which was inspired by
    Albert Einstein's puzzle.
    Submitted by Anton Yabchinskiy (thanks!) on ports@ plus some tweaks by me.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090304
    
    N ports/games/einstein/Makefile
    N ports/games/einstein/distinfo
    N ports/games/einstein/patches/patch-utils_cpp
    N ports/games/einstein/patches/patch-convert_cpp
    N ports/games/einstein/patches/patch-Makefile
    N ports/games/einstein/pkg/PLIST
    N ports/games/einstein/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/03 11:57:38

Modified files:
	games          : Makefile 

Log message:
add einstein


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/03 12:03:04

Log message:
    Import sysutils/pv from David <dunnoseriously at gmail dot com>
    with tweaks by me.
    
    Pipe Viewer (pv) is a terminal-based tool for monitoring the progress
    of data through a pipeline. It can be inserted into any normal
    pipeline between two processes to give a visual indication of how
    quickly data is passing through, how long it has taken, how near
    to completion it is and estimate of how long it will be until
    completion.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090403
    
    N ports/sysutils/pv/Makefile
    N ports/sysutils/pv/distinfo
    N ports/sysutils/pv/pkg/PLIST
    N ports/sysutils/pv/pkg/DESCR
    N ports/sysutils/pv/patches/patch-autoconf_make_unreal_mk
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/03 12:06:53

Modified files:
	sysutils       : Makefile 

Log message:
Add pv.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 13:03:03

Modified files:
	www/drupal5/core: Makefile distinfo 
	www/drupal5/core/patches: patch-includes_common_inc 

Log message:
finally, update to 5.16, after fixing the modules.inc stuff to work with
jquery_update....

sigh


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 13:07:47

Modified files:
	www/drupal5/admin-menu: Makefile distinfo 
	www/drupal5/admin-menu/pkg: PLIST 

Log message:
update to 2.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/03 13:17:06

Modified files:
	comms/dfu-util : Makefile 

Log message:
Update master site.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/03 13:46:56

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
i fucked up last night, bad so partially revert a piece of
code that wasnt suppose to dissapear:

for uptodate files, we want to compare rev1 against
file_rcsrev to see if we wish to diff or not. saves a bit off logic.

commited with opencvs,
permission by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/03 14:29:21

Modified files:
	usr.bin/systat : if.c 

Log message:
Show interface description names in "systat if 1"; some help from canacar
sthen likes it


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/04/03 15:28:46

Modified files:
	lang/ocaml     : ocaml.port.mk 

Log message:
unbreak RUN_DEPENDS with help from espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/04/03 15:30:50

Modified files:
	textproc/ocaml-rss: Makefile 
	textproc/ocaml-xml-light: Makefile 
	net/mldonkey/stable: Makefile 
	x11/lablgtk    : Makefile 
	devel/ocaml-calendar: Makefile 
	devel/omake    : Makefile 
	databases/ocaml-postgresql: Makefile 
	databases/ocaml-sqlite3: Makefile 
	graphics/camlimages: Makefile 
	net/unison/stable: Makefile 
	textproc/gonzui: Makefile 
	security/cryptokit: Makefile 
	devel/cil      : Makefile 
	productivity/wyrd: Makefile 
	sysutils/findlib: Makefile 

Log message:
bump after ocaml update


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/03 15:53:07

Modified files:
	.              : want.html 

Log message:
can anyone spare an SCA disk shelf? (UK)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/03 17:18:11

Modified files:
	sbin/disklabel : editor.c 

Log message:
Bring comment into line with other docs. -E(dit) is not just for
new labels.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 17:25:16

ports/www/drupal6/core

Update of /cvs/ports/www/drupal6/core
In directory cvs.openbsd.org:/tmp/cvs-serv22426/core

Log Message:
Directory /cvs/ports/www/drupal6/core added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 17:25:41

ports/www/drupal6/core/files

Update of /cvs/ports/www/drupal6/core/files
In directory cvs.openbsd.org:/tmp/cvs-serv26181/core/files

Log Message:
Directory /cvs/ports/www/drupal6/core/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 17:25:46

ports/www/drupal6/core/pkg

Update of /cvs/ports/www/drupal6/core/pkg
In directory cvs.openbsd.org:/tmp/cvs-serv32012/core/pkg

Log Message:
Directory /cvs/ports/www/drupal6/core/pkg added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 17:26:48

Added files:
	www/drupal6/core: Makefile distinfo 
	www/drupal6/core/pkg: DESCR MESSAGE PLIST UNMESSAGE 

Log message:
hate cvs... "core" directory with stuff in it should be okay by default.
noticed by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/03 17:27:16

Added files:
	www/drupal6/core/files: drupal.conf 

Log message:
missed...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 18:24:02

Modified files:
	audio/amarok   : Makefile 

Log message:
sync WANTLIB and bump; xml2 from libgpod


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/03 18:28:56

Modified files:
	multimedia/xine-lib: Makefile distinfo 
	multimedia/xine-lib/patches: patch-configure_ac 
	                             patch-src_audio_out_Makefile_in 
	                             patch-src_demuxers_demux_qt_c 
	                             patch-src_input_Makefile_in 
	                             patch-src_input_input_dvd_c 
	                             patch-src_libw32dll_wine_Makefile_in 
	                             patch-src_post_deinterlace_Makefile_in 
	                             patch-src_post_deinterlace_plugins_Makefile_in 
	                             patch-src_xine-engine_Makefile_in 
	                             patch-src_xine-engine_audio_out_c 
	                             patch-src_xine-engine_xine_c 
Removed files:
	multimedia/xine-lib/patches: patch-m4_attributes_m4 
	                             patch-src_combined_ffmpeg_Makefile_in 
	                             patch-src_input_input_cdda_c 
	                             patch-src_input_input_vcd_c 
	                             patch-src_libw32dll_wine_pe_image_c 
	                             patch-src_xine-utils_cpu_accel_c 
	                             patch-src_xine-utils_mangle_h 

Log message:
Security update to 1.1.16.3 from Brad (maintainer) - int overflows in
the 4XM demux (TKADV2009-004, CVE-2009-0385) and the Quicktime demux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/03 20:59:39

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
- make sure codec->nsense_pins is initilized to 0
- don't mix use of const and non-const pointers

problem noted by Jordi Beltran Creix on tech@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/03 21:22:30

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
scrub more fields in the ccb when returning them to the free list after
theyve been used, in particular the mfi header flags which has a bit
that specifies if a command should be completed via the interrupt path.

if we use a ccb during boot we set that bit, but it isnt necessarily
cleared by things that use it later on. this means a ccb we expected to
complete via an interrupt never actually generates an interrupt or appears
in the reply queue. this obviously stalls the io.


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2009/04/03 21:29:53

Modified files:
	usr.bin/systat : pftop.c 

Log message:
Fix the byte order of the rule field in state view.
Reported by Kamil Mielcarek


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 03:25:25

Modified files:
	print/epdfview : Makefile distinfo 
	print/epdfview/patches: patch-data_epdfview_desktop 
	print/epdfview/pkg: PLIST 
Added files:
	print/epdfview/patches: patch-src_gtk_MainView_cxx 
	                        patch-src_gtk_PageView_cxx 

Log message:
Update to epdfview 0.1.7, based on a diff by brynet at gmail, who also
takes maintainership.
Bring in two patches from upstream svn to fix
http://trac.emma-soft.com/epdfview/ticket/118.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 04:07:31

Log message:
    Import libproxy 0.2.3, a library that provides automatic proxy
    configuration management. Currently provides GNOME and KDE plugins,
    gecko and webkit plugins may be enabled at some point.
    Joint work with and ok jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090404
    
    N ports/net/libproxy/distinfo
    N ports/net/libproxy/Makefile
    N ports/net/libproxy/pkg/DESCR-main
    N ports/net/libproxy/pkg/PLIST-main
    N ports/net/libproxy/pkg/PLIST-gnome
    N ports/net/libproxy/pkg/DESCR-gnome
    N ports/net/libproxy/patches/patch-src_lib_url_c
    N ports/net/libproxy/patches/patch-src_lib_proxy_factory_c
    N ports/net/libproxy/patches/patch-configure
    N ports/net/libproxy/patches/patch-src_plugins_webkit_c
    N ports/net/libproxy/patches/patch-src_plugins_mozjs_c
    N ports/net/libproxy/patches/patch-src_bin_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 04:08:19

Modified files:
	net            : Makefile 

Log message:
add libproxy


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/04 04:12:39

Modified files:
	databases/apache-couchdb: Makefile distinfo 
	databases/apache-couchdb/patches: patch-Makefile_in 
	                                  patch-etc_couchdb_Makefile_in 
	databases/apache-couchdb/pkg: PLIST 

Log message:
Update to apache-couchdb-0.9.0.

Please read http://wiki.apache.org/couchdb/Breaking_changes for
update instructions.

help & ok fgsch@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/04 04:18:43

Modified files:
	databases/ruby-activerecord: Makefile distinfo 
	databases/ruby-activerecord/pkg: PLIST 
	devel/ruby-actionpack: Makefile distinfo 
	devel/ruby-actionpack/pkg: PLIST 
	devel/ruby-activesupport: Makefile distinfo 
	devel/ruby-activesupport/pkg: PLIST 
	mail/ruby-actionmailer: Makefile distinfo 
	mail/ruby-actionmailer/pkg: PLIST 
	www/ruby-activeresource: Makefile distinfo 
	www/ruby-activeresource/pkg: PLIST 
	www/ruby-rails : Makefile distinfo 
	www/ruby-rails/pkg: PLIST 

Log message:
Update to RubyOnRails 2.3.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 04:25:48

Modified files:
	devel/libsoup  : Makefile distinfo 
Added files:
	devel/libsoup/pkg: DESCR-gnome DESCR-main PFRAG.shared-gnome 
	                   PFRAG.shared-main PLIST-gnome PLIST-main 
Removed files:
	devel/libsoup/pkg: DESCR PFRAG.shared PLIST 

Log message:
Update to libsoup 2.26.0, needed by the upcoming webkit update.
Split it into -main and -gnome, the latter providing gnome-specific
libsoup library. While here, prettify Makefile and set HOMEPAGE.

Tested in a bulk build by and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 04:35:26

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_am 
	                    patch-JavaScriptCore_GNUmakefile_am 
	                    patch-JavaScriptCore_wtf_Threading_h 
	www/webkit/pkg : PLIST 

Log message:
Update to webkit r41894, taking advantage of libsoup 2.26 update..
Regen patches while here.
Tested in a bulk build by and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 05:05:08

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-wscript 
	www/midori/pkg : MESSAGE PLIST 

Log message:
Update to midori 0.1.5, which will make a lot of ppl happy as with last
webkit & libsoup updates it now supports cookies and works fine with gmail.
While here, remove the https notice in MESSAGE, as https pages works
fine now.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/04 05:12:13

Modified files:
	.              : translation.html 

Log message:
Fix email address.

from Benoit Lecocq


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 05:12:46

Modified files:
	sys/arch/sparc64/sparc64: autoconf.c 

Log message:
Cleanup debug printf.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/04 05:29:57

Modified files:
	usr.bin/cvs    : client.c remote.h server.c 

Log message:
properly expand modules if requested by the client,
this option is needed so gnu cvs clients can play along
properly when running checkout <module> in a remote setup.

if we do not support this, gnu cvs refuses to send us any
existing files already on disk and opencvs will consider everything
as NEEDS_CHECKOUT, instead of running an update on existing stuff.

problem noticed by fgsch@
commited with opencvs, but please everybody else
do not use opencvs to commit yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/04 05:32:48

Modified files:
	usr.bin/cvs    : server.c 

Log message:
don't try to free stuff we shouldnt free, really.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 05:35:03

Modified files:
	sys/arch/sparc64/dev: cbus.c 

Log message:
Cleanup debug printfs.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/04 05:39:59

Modified files:
	.              : translation.html 

Log message:
saad@ resign from translation team some time ago


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/04 06:30:05

Modified files:
	mail/claws-mail-rssyl: Makefile distinfo 

Log message:
Update to claws-mail-rssyl 0.24, diff from Rodolfo Gouveia, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/04 06:49:11

Modified files:
	usr.sbin/ypserv/ypinit: ypinit.sh Makefile.yp.8 
	share/man/man8 : yp.8 

Log message:
Do not run make in /var/yp at the end of ypinit -m.
That way, you can edit the new domain Makefile before using it,
in particular to change variables like DIR and UNSECURE.

from ajacoutot@ with message tweaks and documentation updates by myself
"I like this" otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/04 07:09:29

Modified files:
	sys/net        : if_pfsync.c 

Log message:
use time_uptime instead of time_second internally. time_uptime isnt
affected by adjusting the clock.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/04 07:48:55

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 

Log message:
make bus_dmamap_load_raw respect teh constraints of the dmamap we're
loading the raw memory into, particularly the segment size constraint.

written in june/july last year, but my studies held me back from handling
it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/04 08:07:22

Modified files:
	sys/arch/i386/i386: bus_dma.c 

Log message:
make bus_dmamap_load_raw respect the constraints of the dmamap we're
loading the raw memory into.

similair to the change made to src/sys/arch/amd64/amd6/bus_dma.c 1.18


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/04 08:42:58

Modified files:
	net/transmission: Makefile 

Log message:
use intltool module


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/04 08:45:48

Modified files:
	textproc/xpdf  : Makefile 
Added files:
	textproc/xpdf/patches: patch-xpdf_GlobalParams_cc 

Log message:
don't hardcode /usr/local and don't probe paths that don't exist on OpenBSD
ok steven@, kili@, landry@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/04 08:53:38

Modified files:
	games/widelands: Makefile 
	games/widelands/pkg: PLIST 
Added files:
	games/widelands/patches: patch-SConstruct 

Log message:
- unbreak with newer scons (breakage spotted by naddy@)
- regen PLIST while here

maintainer timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 09:08:05

Modified files:
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Remove unused #include.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/04 09:10:45

Modified files:
	app/xterm      : MANIFEST Makefile Tekproc.c button.c 
	                 cachedGCs.c charproc.c input.c main.h menu.c 
	                 minstall.sh misc.c ptyx.h trace.c trace.h 
	                 util.c version.h xterm.h xterm.log.html 
	                 xterm.man xtermcap.c xtermcap.h 

Log message:
Update to xterm 243. tested by naddy@.

Patch #243 - 2009/3/28

* revert change to default for allowTcapOps (request by Bram Moolenaar).
* reallocate result returned by xtermEnvLocale() to avoid reference to
freed memory after handling menuLocale resource.
* fix an old (X11R5) bug in tek4014 for switching fontsizes.
* add resource defaultString to make configurable the use of "#" when
pastes of UTF-8 text fail due to limitations in the current locale settings.
* make the set of selection target Atom's configurable by two new
resources eightBitSelectTypes and utf8SelectTypes, e.g., to use the TEXT
Atom in preference to UTF8_STRING (discussion with Stanislav Sedov
regarding koi8rxterm and the FreeBSD port).
* modify handling of TARGETS Atom by making it return exactly the set of
targets as those which xterm is currently providing.
* set MANPAGER and PAGER explicitly to /bin/cat in minstall.sh to work
around /etc/man.conf's with those variables already set (report by
Mar'yasin Semion).
* improve error-checking of tcap-query parser.
* add check for keyboard tcap), which ensures that terminal descriptions
containing the same string for shifted/unshifted keys will be seen by
tcap-query as only the unshifted key. (This would only happen with an
incorrect terminal description).
* fix conversion for input event-state to modifier-parameter which made
tcap-query feature not work with tcapFunctionKeys (keyboard type tcap).
* add "DEF_ALLOW_XXX" definitions to main.h to allow overriding the
default compiled-in values for "allowxxx" resources.
* remove check on bell-percentage added in patch #242, which disallowed
zero/negative values (Redhat Bugzilla #487829).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/04 09:14:58

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update to vala-0.6.0


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/04 10:02:57

Modified files:
	sys/dev/pci/drm: drmP.h drm_bufs.c drm_memory.c 

Log message:
Remove the three inline functions from drmP.h.

deiline drm_core_findmap(), and merge drm_core_ioremap{,free}() into
drm_ioremap{,free}() instead of having an inline that just calls another
function.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 10:03:17

Modified files:
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Remove an unused function inherited from NetBSD that deals with a broken
SiS chipset that we'll never see on and amd64 machine.

ok oga@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/04 10:04:16

Modified files:
	.              : want.html 

Log message:
remove some old junk


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/04 10:04:44

Modified files:
	sbin/disklabel : editor.c 

Log message:
Translate the size values in the auto-allocate table from blocks to
sectors at runtime instead of constantly converting the sector values
in the label to blocks. Adjust names accordingly. No functional change.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/04 11:14:53

Modified files:
	faq            : faq14.html 

Log message:
Frantisek Holop pointed out that swap's role in saving a core after a
panic would be appropriate to mention here, too (it's also in faq4.html).
Technical assistance from deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rui@cvs.openbsd.org	2009/04/04 12:28:15

Modified files:
	devel/libmagic : Makefile distinfo 
	devel/libmagic/patches: patch-configure patch-src_softmagic_c 

Log message:
- update to 5.00, based on initial diff from Benoit Lecocq.
- fix build on Vax while here

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/04 13:39:07

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
A couple of  fixes (based mostly on stuff from upstream) to stop
breaking vblanks over suspend.

Firstly, when we turn off the irq, wait up anyone waiting on vblanks,
and prepare for the fact that interrupts are going off.

Secondly, only reduce the refcount for vblanks over modeset if they were
actually turned on.

Fixes gl apps running while you suspend an x40 (as in they still work
when it comes back).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/04 13:42:18

Modified files:
	shells/bash    : Makefile distinfo 
	shells/bash/patches: patch-builtins_enable_def 
	shells/bash/pkg: PLIST 
Added files:
	shells/bash/patches: patch-Makefile_in 
Removed files:
	shells/bash/patches: patch-configure patch-lib_sh_getenv_c 

Log message:
major update to 4.0, patch level 10


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/04 15:02:14

Log message:
    Import python-couchdb-0.5r141, a python library for working with CouchDB.
    martynas@ input and ok.
    
    Status:
    
    Vendor Tag:	fgsch
    Release Tags:	fgsch_20090404
    
    N ports/databases/py-couchdb/Makefile
    N ports/databases/py-couchdb/distinfo
    N ports/databases/py-couchdb/pkg/DESCR
    N ports/databases/py-couchdb/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/04 15:03:42

Modified files:
	databases      : Makefile 

Log message:
enter py-couchdb.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 15:07:48

Modified files:
	sys/arch/sparc64/sparc64: autoconf.c 

Log message:
Bump the size of the array that we use to store bootpath components.  Makes the
t5120 and similar systems boot from our install CD-ROM.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/04 16:28:30

Modified files:
	.              : ftp.html items.html mail.html 
Removed files:
	.              : ctm.html 

Log message:
ctm(1) is no longer used


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/04 16:32:05

Modified files:
	sys/kern       : subr_extent.c 

Log message:
Make extent_print() use printf to avoid the pagination that db_printf
provides, while keeping this behaviour for extent_print_all() which is
only called by ddb.  Based on a diff from deraadt@.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/04 16:32:57

Modified files:
	.              : books.html 

Log message:
some updates from Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:02:54

Modified files:
	databases/sqlite3: Makefile distinfo 
	databases/sqlite3/patches: patch-Makefile_in patch-configure 
	                           patch-src_os_unix_c patch-src_test1_c 
	                           patch-src_util_c 
Added files:
	databases/sqlite3/patches: patch-test_backup2_test 

Log message:
update to sqlite3-3.6.11.  fixes null ptr deref in sqlite3OsTruncate
addColumn;  which broke py stuff
noticed with fgs@ while working on the py stuff
much thanks to bernd@;  for doing a bulk build with it
ok fgs@, bernd@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:15:52

Modified files:
	databases/py-sqlobject: Makefile distinfo 

Log message:
- update to py-sqlobject-0.10.4
- enable regression tests
- use master_site_pypi
input, ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:23:49

Modified files:
	www/mozilla-firefox: Makefile 
	www/mozilla-firefox/files: mozilla-firefox.1 

Log message:
sync switches w/ ff3
update about url
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:30:52

Modified files:
	www/py-formencode: Makefile distinfo 
	www/py-formencode/pkg: PLIST 

Log message:
update to py-formencode-1.2.2
use pax, master_site_pypi
input, ok fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/04 18:32:54

Modified files:
	sys/dev/pci/drm: drmP.h i915_dma.c r300_cmdbuf.c savage_state.c 

Log message:
kill DRM_VERIFYAREA_READ, it's part of a linux optimisation where we can
guarrantee that copyin won't pagefault and use a faster version in that
case.

Since we just use plain copyin, it's stupid.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:37:07

Modified files:
	databases/py-sqlalchemy: Makefile distinfo 

Log message:
update to py-sqlalchemy-0.5.2.  maintainer timed out
ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:45:48

Log message:
    import py-addons-0.6
    
    Separating concerns into different objects makes it easier
    to write reusable and separately-testable components.  The AddOns
    package (``peak.util.addons``) lets you manage concerns using
    ``AddOn`` classes.
    
    input, ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-addons/Makefile
    N ports/devel/py-addons/distinfo
    N ports/devel/py-addons/pkg/PLIST
    N ports/devel/py-addons/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:51:26

Log message:
    import py-bytecodeassembler-0.5.1
    
    peak.util.assembler is a simple bytecode assembler module that
    handles most low-level bytecode generation details like jump offsets,
    stack size tracking, line number table generation, constant and
    variable name index tracking, etc. That way, you can focus your
    attention on the desired semantics of your bytecode instead of on
    these mechanical issues.
    
    input, ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-bytecodeassembler/Makefile
    N ports/devel/py-bytecodeassembler/distinfo
    N ports/devel/py-bytecodeassembler/pkg/DESCR
    N ports/devel/py-bytecodeassembler/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 18:55:00

Log message:
    import py-symboltype-1.0
    
    Installing SymbolType gives you access to the peak.util.symbols
    module, previously available only by installing the full PEAK
    toolkit. peak.util.symbols provides a Symbol type and two built-in
    symbols that are used by PEAK: NOT_FOUND and NOT_GIVEN.
    
    input, ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-symboltype/Makefile
    N ports/devel/py-symboltype/distinfo
    N ports/devel/py-symboltype/pkg/DESCR
    N ports/devel/py-symboltype/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:09:17

Log message:
    import py-extremes-1.1.1
    
    The peak.util.extremes module provides a production-quality
    implementation of the Min and Max objects from PEP 326. While PEP
    326 was rejected for inclusion in the language or standard library,
    the objects described in it are useful in a variety of applications.
    In PEAK, they have been used to implement generic functions (in
    RuleDispatch and PEAK-Rules), as well as to handle scheduling and
    time operations in the Trellis. Because this has led to each project
    copying the same code, we've now split the module out so it can be
    used independently.
    
    input, ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-extremes/Makefile
    N ports/devel/py-extremes/distinfo
    N ports/devel/py-extremes/pkg/PLIST
    N ports/devel/py-extremes/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:28:12

Modified files:
	devel          : Makefile 

Log message:
enter py-addons, py-bytecodeassembler, py-extremes, py-symboltype


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:40:34

Log message:
    import py-peak-rules-0.5r2582
    
    PEAK-Rules is a highly-extensible framework for creating and using
    generic functions, from the very simple to the very complex. Out
    of the box, it supports multiple-dispatch on positional arguments
    using tuples of types, full predicate dispatch using strings
    containing Python expressions, and CLOS-like method combining. (But
    the framework allows you to mix and match dispatch engines and
    custom method combinations, if you need or want to.)
    
    ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-peak-rules/Makefile
    N ports/devel/py-peak-rules/distinfo
    N ports/devel/py-peak-rules/pkg/PLIST
    N ports/devel/py-peak-rules/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:43:49

Log message:
    import py-prioritized_methods-0.2.1
    
    An extension to PEAK-Rules to prioritize methods in order to to
    avoid AmbiguousMethods situations
    
    This module provides four decorators:
    
    prioritized_when
    prioritized_around
    prioritized_before
    prioritized_after
    
    ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090405
    
    N ports/devel/py-prioritized_methods/Makefile
    N ports/devel/py-prioritized_methods/distinfo
    N ports/devel/py-prioritized_methods/pkg/PLIST
    N ports/devel/py-prioritized_methods/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:45:59

Modified files:
	devel          : Makefile 

Log message:
enter py-peak-rules and py-prioritized_methods


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 19:51:32

Modified files:
	devel/py-turbojson: Makefile 

Log message:
add missing run dependencies, now that they are in tree.  py-peak-rules,
py-priotirized_methods.  feedback, ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/04 20:07:40

Modified files:
	devel/py-protocols: Makefile 
	devel/py-ruledispatch: Makefile 
	security/keychain: Makefile 

Log message:
provide alternative master_site;  since sunsite doesn't provide
distfiles anymore.  discussed with fgs@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/04 20:12:43

Modified files:
	lib/libm/noieee_src: mathimpl.h n_asinh.c n_exp__E.c n_expm1.c 
	                     n_log1p.c n_pow.c 
	lib/libm/src   : b_exp__D.c 

Log message:
const static -> static const;  since it's deprecated per C99.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/04 20:16:28

Modified files:
	gnu/egcs/gcc   : c-common.c 

Log message:
- accept l modifier for %f
- while here;  also accept %F
fixes devel/libconfuse on gcc2 archs
tested by naddy@ on VAX
"no objection" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/04 22:15:37

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c i915_irq.c radeon_irq.c 

Log message:
Rework the vblank subsystem so that instead of having various bits in
the drm softc, we only have one pointer, with the rest in that struct. This is
so that vblank-less drivers (yes, they exist) don't need to waste space on
useless crud.

While i'm reworking most of this code anyway, accept that on openbsd all
of the #defined atomic functions are not atomic other than set and clear
bit. Also, realise that the vb_lock is held whenever we manipulate these
counts anyway.  With those two facts in mind just remove the
atomic_blah() and just use ++ and --.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/05 01:52:17

Modified files:
	databases/sqlite3/patches: patch-test_backup2_test 

Log message:
remove hunk, that had keyword, substituted by rcs.   from Markus Lude


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/05 04:05:35

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-builtin-help_c 
	                   patch-gitweb_gitweb_perl patch-imap-send_c 
	devel/git/pkg  : PLIST-main 
Added files:
	devel/git/patches: patch-date_c 
Removed files:
	devel/git/patches: patch-git-svn_perl 

Log message:
t-1.6.2.2.

Also:
- Update HOMEPAGE. (reminded by Toni Mueller)
- Fix 64-bit problem. (found on sparc64)

Tested by sturm@. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/05 04:15:34

Modified files:
	sysutils/bubblemon: Makefile distinfo 
	sysutils/bubblemon/patches: patch-src_bubblemon_c 
	sysutils/bubblemon/pkg: PLIST 
Added files:
	sysutils/bubblemon/patches: patch-configure 
Removed files:
	sysutils/bubblemon/patches: patch-po_ro_po patch-po_sh_po 
	                            patch-src_Makefile_in 
	                            patch-src_gnome1-meter_c 
	                            patch-src_gnome1-netload_c 

Log message:
- update to bubblemon-2.0.12
- change HOMEPAGE, tweak COMMENT and reorder Makefile

I doubt this works since our libgtop2 is next to unusable but at least
it gives a better base to work on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/05 04:34:03

Modified files:
	devel/libsoup  : Makefile 
	devel/libsoup/pkg: PLIST-main 

Log message:
Fix PKGNAME and add @pkgpath to make updates possible.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/05 04:51:33

Modified files:
	x11/kde/okle   : Makefile 
	x11/kde/okle/pkg: PLIST 

Log message:
- add missing gtk-update-icon-cache goo
- regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/05 05:00:39

Log message:
    Initial import of ruby-couchrest-0.23.
    
    CouchRest provides a simple interface on top of CouchDB's RESTful
    HTTP API, as well as including some utility scripts for managing
    views and attachments.
    
    Status:
    
    Vendor Tag:	bernd
    Release Tags:	bernd_2009-04-05
    
    N ports/databases/ruby-couchrest/distinfo
    N ports/databases/ruby-couchrest/Makefile
    N ports/databases/ruby-couchrest/pkg/DESCR
    N ports/databases/ruby-couchrest/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/05 05:01:52

Modified files:
	databases      : Makefile 

Log message:
Add ruby-couchrest


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/05 05:15:10

Modified files:
	lang/scheme48  : Makefile 

Log message:
- this needs -pthread to build
unbreak (at least) on powerpc


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 05:58:38

Modified files:
	games/gargoyle : Makefile 
	games/gargoyle/patches: patch-Jamrules 

Log message:
use -L$(X11BASE)/lib for linking, fixes build on macppc (failure pointed
out by ajacoutot). bump PKGNAME (possibly gratuitously).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 06:12:23

Modified files:
	net/ssvnc      : Makefile 

Log message:
use the correct variable, SETENV not ENV. fixes the build if ENV is set,
found by ajacoutot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/05 06:48:40

Modified files:
	emulators/dynamips: Makefile 
	emulators/dynamips/pkg: MESSAGE 

Log message:
jit also works with amd64.
sthen@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 07:28:56

ports/emulators/gns3/patches

Update of /cvs/ports/emulators/gns3/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6890/patches

Log Message:
Directory /cvs/ports/emulators/gns3/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 07:31:38

Modified files:
	emulators/gns3 : Makefile 
Added files:
	emulators/gns3/patches: patch-src_GNS3_Application_py 

Log message:
- preset the default dynamips hypervisor path to the location where
it's installed by our dynamips port. bump package.

- remove NO_BUILD, it does actually carry out some steps in the build
stage. if they're left until fake-install, root-owned files in the work
directory prevent "make clean" from working.

ok Jonathan Armani (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/04/05 07:36:00

Modified files:
	usr.bin/patch  : patch.c 

Log message:
If no patch can be found in input, in addition to complaining on stderr,
have the exit code indicate failure, not success.

Discrepancy with GNU patch pointed out by Arfrever Frehtes Taifersar Arahesis.

Help from and ok djm@, "sounds good to me" millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/05 08:11:14

Modified files:
	devel/eclipse/sdk: Makefile 

Log message:
remove unneeded exec

ok naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/05 09:33:22

Modified files:
	.              : translation.html 

Log message:
Yusuke prefers to be listed without mail address.

Diff by Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/05 09:47:53

Modified files:
	net/libproxy   : Makefile 

Log message:
Unbreak package names. (missing PKGNAME-main and PKGNAME-gnome)


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/05 10:10:42

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
ignore -o option (for now at least) when working in enqueue mode, this
prevents smtpctl from choking and allows it to work with more mua's by
default.

spotted and added to my todo list by oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/05 10:21:55

Modified files:
	math/plplot    : Makefile distinfo 
	math/plplot/patches: patch-bindings_octave_demos_Makefile_in 
	                     patch-bindings_octave_misc_Makefile_in 
	                     patch-drivers_pstex_c patch-src_plcore_c 
	math/plplot/pkg: PLIST-c++ PLIST-f77 PLIST-main 
Added files:
	math/plplot/patches: patch-cmake_modules_instdirs_cmake 
	                     patch-examples_CMakeLists_txt 
	                     patch-examples_c++_CMakeLists_txt 
	                     patch-examples_c_CMakeLists_txt 
	                     patch-examples_f77_CMakeLists_txt 
	                     patch-examples_tcl_CMakeLists_txt 
	                     patch-examples_tk_CMakeLists_txt 
	                     patch-test_CMakeLists_txt 
Removed files:
	math/plplot/patches: patch-bindings_Makefile_in patch-configure 
	                     patch-examples_Makefile_in 
	                     patch-examples_c++_Makefile_in 
	                     patch-examples_c_Makefile_in 
	                     patch-examples_f77_Makefile_in 
	                     patch-examples_tcl_Makefile_in 
	                     patch-examples_tk_Makefile_in 
	                     patch-test_Makefile_in 

Log message:
update to 5.8.0

this uses cmake now; needs some more tweaking.
a few subpackages are disabled for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/05 10:33:12

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
log_warn -> log_warnx


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 10:43:37

Modified files:
	lib/fontconfig : Makefile.am Makefile.bsd-wrapper Makefile.in 
	                 README aclocal.m4 configure configure.in 
	                 fontconfig-zip.in fontconfig.pc.in 
	                 fonts.conf.in fonts.dtd ltmain.sh 
	lib/fontconfig/conf.d: 10-autohint.conf 10-no-sub-pixel.conf 
	                       10-sub-pixel-bgr.conf 
	                       10-sub-pixel-rgb.conf 
	                       10-sub-pixel-vbgr.conf 
	                       10-sub-pixel-vrgb.conf 10-unhinted.conf 
	                       20-fix-globaladvance.conf 
	                       20-unhint-small-vera.conf 
	                       30-urw-aliases.conf 50-user.conf 
	                       51-local.conf 60-latin.conf 
	                       65-fonts-persian.conf 65-nonlatin.conf 
	                       69-unifont.conf 70-no-bitmaps.conf 
	                       70-yes-bitmaps.conf 80-delicious.conf 
	                       Makefile.am Makefile.in README 
	lib/fontconfig/doc: FcAtomicCreate.3 FcAtomicDeleteNew.3 
	                    FcAtomicDestroy.3 FcAtomicLock.3 
	                    FcAtomicNewFile.3 FcAtomicOrigFile.3 
	                    FcAtomicReplaceOrig.3 FcAtomicUnlock.3 
	                    FcBlanksAdd.3 FcBlanksCreate.3 
	                    FcBlanksDestroy.3 FcBlanksIsMember.3 
	                    FcCharSetAddChar.3 FcCharSetCopy.3 
	                    FcCharSetCount.3 FcCharSetCreate.3 
	                    FcCharSetDestroy.3 FcCharSetEqual.3 
	                    FcCharSetFirstPage.3 FcCharSetHasChar.3 
	                    FcCharSetIntersect.3 
	                    FcCharSetIntersectCount.3 
	                    FcCharSetIsSubset.3 FcCharSetNextPage.3 
	                    FcCharSetSubtract.3 FcCharSetSubtractCount.3 
	                    FcCharSetUnion.3 FcConfigAppFontAddDir.3 
	                    FcConfigAppFontAddFile.3 
	                    FcConfigAppFontClear.3 FcConfigBuildFonts.3 
	                    FcConfigCreate.3 FcConfigDestroy.3 
	                    FcConfigFilename.3 FcConfigGetBlanks.3 
	                    FcConfigGetCache.3 FcConfigGetConfigDirs.3 
	                    FcConfigGetConfigFiles.3 
	                    FcConfigGetCurrent.3 FcConfigGetFontDirs.3 
	                    FcConfigGetFonts.3 FcConfigParseAndLoad.3 
	                    FcConfigSetCurrent.3 FcConfigSubstitute.3 
	                    FcConfigSubstituteWithPat.3 
	                    FcConfigUptoDate.3 FcDefaultSubstitute.3 
	                    FcDirCacheValid.3 FcDirSave.3 FcDirScan.3 
	                    FcFileScan.3 FcFini.3 FcFontList.3 
	                    FcFontMatch.3 FcFontRenderPrepare.3 
	                    FcFontSetAdd.3 FcFontSetCreate.3 
	                    FcFontSetDestroy.3 FcFontSort.3 
	                    FcFreeTypeCharIndex.3 FcFreeTypeCharSet.3 
	                    FcFreeTypeQuery.3 FcFreeTypeQueryFace.3 
	                    FcGetVersion.3 FcInit.3 
	                    FcInitBringUptoDate.3 FcInitLoadConfig.3 
	                    FcInitLoadConfigAndFonts.3 
	                    FcInitReinitialize.3 FcMatrixCopy.3 
	                    FcMatrixEqual.3 FcMatrixInit.3 
	                    FcMatrixMultiply.3 FcMatrixRotate.3 
	                    FcMatrixScale.3 FcMatrixShear.3 
	                    FcNameConstant.3 FcNameGetConstant.3 
	                    FcNameGetObjectType.3 FcNameParse.3 
	                    FcNameRegisterConstants.3 
	                    FcNameRegisterObjectTypes.3 FcNameUnparse.3 
	                    FcNameUnregisterConstants.3 
	                    FcNameUnregisterObjectTypes.3 
	                    FcObjectSetAdd.3 FcObjectSetBuild.3 
	                    FcObjectSetCreate.3 FcObjectSetDestroy.3 
	                    FcPatternAdd-Type.3 FcPatternAdd.3 
	                    FcPatternAddWeak.3 FcPatternBuild.3 
	                    FcPatternCreate.3 FcPatternDel.3 
	                    FcPatternDestroy.3 FcPatternEqual.3 
	                    FcPatternEqualSubset.3 FcPatternGet-Type.3 
	                    FcPatternGet.3 FcPatternHash.3 
	                    FcPatternPrint.3 FcPatternRemove.3 
	                    FcStrBasename.3 FcStrCmpIgnoreCase.3 
	                    FcStrCopy.3 FcStrCopyFilename.3 
	                    FcStrDirname.3 FcStrDowncase.3 
	                    FcStrListCreate.3 FcStrListDone.3 
	                    FcStrListNext.3 FcStrSetAdd.3 
	                    FcStrSetAddFilename.3 FcStrSetCreate.3 
	                    FcStrSetDel.3 FcStrSetDestroy.3 
	                    FcStrSetMember.3 FcStrStr.3 
	                    FcStrStrIgnoreCase.3 FcUcs4ToUtf8.3 
	                    FcUtf16Len.3 FcUtf16ToUcs4.3 FcUtf8Len.3 
	                    FcUtf8ToUcs4.3 FcValueDestroy.3 
	                    FcValueSave.3 Makefile.am Makefile.in 
	                    edit-sgml.c fcatomic.fncs fccharset.fncs 
	                    fcconfig.fncs fcconstant.fncs fcfile.fncs 
	                    fcfontset.fncs fcfreetype.fncs fcinit.fncs 
	                    fcmatrix.fncs fcobjectset.fncs 
	                    fcobjecttype.fncs fcpattern.fncs 
	                    fcstring.fncs fcstrset.fncs fcvalue.fncs 
	                    fontconfig-devel.pdf fontconfig-devel.sgml 
	                    fontconfig-devel.txt fontconfig-user.html 
	                    fontconfig-user.pdf fontconfig-user.sgml 
	                    fontconfig-user.txt fonts-conf.5 
	lib/fontconfig/doc/fontconfig-devel: index.html r1309.html 
	                                     r2256.html r2544.html 
	                                     r2566.html r2588.html 
	                                     r2721.html r3213.html 
	                                     r344.html x19.html x31.html 
	lib/fontconfig/fc-arch: Makefile.am Makefile.in fcarch.tmpl.h 
	lib/fontconfig/fc-cache: Makefile.am Makefile.in fc-cache.1 
	                         fc-cache.c 
	lib/fontconfig/fc-case: CaseFolding.txt Makefile.am Makefile.in 
	lib/fontconfig/fc-cat: Makefile.am Makefile.in fc-cat.1 
	lib/fontconfig/fc-glyphname: Makefile.am Makefile.in 
	                             fc-glyphname.c 
	lib/fontconfig/fc-lang: Makefile.am Makefile.in fc-lang.c 
	                        ti_er.orth tn.orth 
	lib/fontconfig/fc-list: Makefile.am Makefile.in fc-list.1 
	lib/fontconfig/fc-match: Makefile.am Makefile.in fc-match.1 
	                         fc-match.c 
	lib/fontconfig/fontconfig: Makefile.in fontconfig.h 
	lib/fontconfig/src: Makefile.am Makefile.in fcatomic.c fccache.c 
	                    fccfg.c fccharset.c fcdefault.c fcdir.c 
	                    fcfreetype.c fcinit.c fcint.h fclang.c 
	                    fcmatch.c fcname.c fcpat.c fcstr.c fcxml.c 
	                    makealias 
	lib/fontconfig/test: Makefile.in 
Added files:
	lib/fontconfig : acinclude.m4 
	lib/fontconfig/conf.d: 25-unhint-nonlatin.conf 
	                       30-metric-aliases.conf 40-nonlatin.conf 
	                       45-latin.conf 65-khmer.conf 
	lib/fontconfig/doc: FcCacheCopySet.3 FcCacheDir.3 
	                    FcCacheNumFont.3 FcCacheNumSubdir.3 
	                    FcCacheSubdir.3 FcCharSetCoverage.3 
	                    FcCharSetNew.3 FcConfigEnableHome.3 
	                    FcConfigGetCacheDirs.3 
	                    FcConfigGetRescanInterval.3 FcConfigHome.3 
	                    FcConfigSetRescanInterval.3 FcDirCacheLoad.3 
	                    FcDirCacheLoadFile.3 FcDirCacheRead.3 
	                    FcDirCacheUnlink.3 FcDirCacheUnload.3 
	                    FcFileIsDir.3 FcFontSetList.3 
	                    FcFontSetMatch.3 FcFontSetPrint.3 
	                    FcFontSetSort.3 FcFontSetSortDestroy.3 
	                    FcFreeTypeCharSetAndSpacing.3 FcGetLangs.3 
	                    FcIsLower.3 FcIsUpper.3 FcLangGetCharSet.3 
	                    FcLangSetAdd.3 FcLangSetCompare.3 
	                    FcLangSetContains.3 FcLangSetCopy.3 
	                    FcLangSetCreate.3 FcLangSetDestroy.3 
	                    FcLangSetEqual.3 FcLangSetHasLang.3 
	                    FcLangSetHash.3 FcPatternDuplicate.3 
	                    FcPatternReference.3 FcStrCmp.3 FcStrFree.3 
	                    FcStrPlus.3 FcStrSetEqual.3 FcToLower.3 
	                    FcValueEqual.3 FcValuePrint.3 
	                    check-missing-doc fccache.fncs 
	                    fcdircache.fncs fclangset.fncs 
	lib/fontconfig/doc/fontconfig-devel: r1034.html r1056.html 
	                                     r108.html r1099.html 
	                                     r1127.html r1148.html 
	                                     r1171.html r1192.html 
	                                     r1237.html r1260.html 
	                                     r1283.html r129.html 
	                                     r1336.html r1367.html 
	                                     r1389.html r1412.html 
	                                     r1434.html r1460.html 
	                                     r1482.html r150.html 
	                                     r1505.html r1529.html 
	                                     r1552.html r1577.html 
	                                     r1602.html r1627.html 
	                                     r1652.html r1677.html 
	                                     r1699.html r171.html 
	                                     r1724.html r1749.html 
	                                     r1774.html r1801.html 
	                                     r1829.html r1858.html 
	                                     r1883.html r1905.html 
	                                     r192.html r1927.html 
	                                     r1950.html r1976.html 
	                                     r2002.html r2032.html 
	                                     r2057.html r2081.html 
	                                     r2110.html r213.html 
	                                     r2131.html r2155.html 
	                                     r2178.html r2201.html 
	                                     r2227.html r2286.html 
	                                     r2316.html r234.html 
	                                     r2349.html r2370.html 
	                                     r2391.html r2413.html 
	                                     r2434.html r2456.html 
	                                     r2478.html r2501.html 
	                                     r2522.html r258.html 
	                                     r2609.html r2631.html 
	                                     r2655.html r2676.html 
	                                     r2698.html r2744.html 
	                                     r2767.html r2788.html 
	                                     r279.html r2817.html 
	                                     r2842.html r2873.html 
	                                     r2911.html r2942.html 
	                                     r2969.html r2993.html 
	                                     r301.html r3021.html 
	                                     r3045.html r3069.html 
	                                     r3094.html r3118.html 
	                                     r3142.html r3164.html 
	                                     r3192.html r323.html 
	                                     r3234.html r3257.html 
	                                     r3283.html r3305.html 
	                                     r3327.html r3349.html 
	                                     r3371.html r3393.html 
	                                     r3414.html r3435.html 
	                                     r3460.html r3496.html 
	                                     r3518.html r3553.html 
	                                     r3581.html r3607.html 
	                                     r3629.html r3656.html 
	                                     r3683.html r369.html 
	                                     r3708.html r3733.html 
	                                     r3755.html r3778.html 
	                                     r3805.html r3827.html 
	                                     r3852.html r3873.html 
	                                     r3898.html r3923.html 
	                                     r3948.html r397.html 
	                                     r3973.html r3999.html 
	                                     r4021.html r4043.html 
	                                     r4065.html r4090.html 
	                                     r4119.html r4144.html 
	                                     r4176.html r418.html 
	                                     r4209.html r4245.html 
	                                     r4267.html r4289.html 
	                                     r4311.html r4334.html 
	                                     r4356.html r4380.html 
	                                     r4405.html r4430.html 
	                                     r4457.html r446.html 
	                                     r4484.html r4509.html 
	                                     r4530.html r4552.html 
	                                     r475.html r570.html 
	                                     r600.html r707.html 
	                                     r759.html r782.html 
	                                     r807.html r828.html 
	                                     r856.html r878.html 
	                                     r902.html r923.html 
	                                     r944.html r967.html 
	                                     r999.html x102.html 
	lib/fontconfig/fc-lang: nr.orth nso.orth shs.orth ss.orth 
	                        st.orth 
	lib/fontconfig/src: fcdeprecate.h fcftint.h 
Removed files:
	lib/fontconfig/conf.d: 20-lohit-gujarati.conf 
	                       30-amt-aliases.conf 40-generic.conf 
	lib/fontconfig/doc: FcConfigGetRescanInverval.3 
	                    FcConfigSetRescanInverval.3 
	lib/fontconfig/doc/fontconfig-devel: r1011.html r1038.html 
	                                     r1069.html r1091.html 
	                                     r1117.html r1139.html 
	                                     r1162.html r1186.html 
	                                     r120.html r1209.html 
	                                     r1234.html r1259.html 
	                                     r1284.html r1334.html 
	                                     r1356.html r1381.html 
	                                     r1406.html r141.html 
	                                     r1431.html r1458.html 
	                                     r1489.html r1512.html 
	                                     r1535.html r1561.html 
	                                     r1590.html r162.html 
	                                     r1620.html r1650.html 
	                                     r1683.html r1704.html 
	                                     r1725.html r1747.html 
	                                     r1768.html r1790.html 
	                                     r1811.html r183.html 
	                                     r1833.html r1855.html 
	                                     r1877.html r1898.html 
	                                     r1922.html r1943.html 
	                                     r1965.html r1988.html 
	                                     r2011.html r2034.html 
	                                     r204.html r2055.html 
	                                     r2084.html r2109.html 
	                                     r2137.html r2174.html 
	                                     r2205.html r2232.html 
	                                     r225.html r2282.html 
	                                     r2306.html r2330.html 
	                                     r2355.html r2379.html 
	                                     r2403.html r2425.html 
	                                     r2453.html r2474.html 
	                                     r249.html r2495.html 
	                                     r2518.html r2610.html 
	                                     r2632.html r2654.html 
	                                     r2675.html r2696.html 
	                                     r270.html r2757.html 
	                                     r2792.html r2820.html 
	                                     r2845.html r2866.html 
	                                     r2891.html r291.html 
	                                     r2916.html r2941.html 
	                                     r2967.html r2989.html 
	                                     r3011.html r3033.html 
	                                     r3058.html r3087.html 
	                                     r3112.html r3144.html 
	                                     r316.html r3177.html 
	                                     r3236.html r3258.html 
	                                     r3281.html r3306.html 
	                                     r3333.html r3360.html 
	                                     r3382.html r365.html 
	                                     r393.html r422.html 
	                                     r497.html r527.html 
	                                     r614.html r655.html 
	                                     r678.html r703.html 
	                                     r724.html r752.html 
	                                     r774.html r798.html 
	                                     r819.html r840.html 
	                                     r866.html r887.html 
	                                     r910.html r931.html 
	                                     r965.html r988.html 
	                                     r99.html x93.html 

Log message:
Update to fontconfig 2.6.0. ok naddy@

this uses a patched version of libtool to fix linking on vax.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/05 10:43:45

Modified files:
	productivity/gtg: Makefile distinfo 
	productivity/gtg/patches: patch-GTG___init___py 
	                          patch-gtg_desktop 
	productivity/gtg/pkg: PLIST 
Added files:
	productivity/gtg/patches: patch-setup_py 

Log message:
- update gtg to 0.1.1

from Mikolaj Kucharski, thanks


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 10:45:44

Modified files:
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 10:46:50

Modified files:
	distrib/sets/lists/xetc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 10:48:22

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/05 10:54:36

Modified files:
	audio/sonata   : Makefile 

Log message:
- host distfile ; berlios is down again and naddy@ seems sad ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/05 10:59:40

Modified files:
	games/teeworlds: Makefile distinfo 
	games/teeworlds/patches: patch-default_bam 

Log message:
- update to teeworlds-0.5.1

from Jonathan Armani (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/04/05 11:01:54

Modified files:
	openssh        : macos.html 

Log message:
- fix two homepages

from benoit lecocq


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 11:08:00

Modified files:
	.              : 3RDPARTY 

Log message:
udpate


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 11:11:15

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/05 11:21:46

Modified files:
	lib/libc/arch/sh/gen: fabs.c 

Log message:
this is not a write-only register.  might have caused to optimize
it away.  ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/05 11:49:14

Modified files:
	etc            : MAKEDEV.common 

Log message:
video(4) devices use v4l2 api; from J.C. Roberts
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/05 11:52:21

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	etc/etc.zaurus : MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.armish: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
regen;


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/04/05 12:08:34

Modified files:
	math/py-scipy  : Makefile 
	math/py-scipy/pkg: PLIST 

Log message:
Add dependency on math/umfpack to avoid it being accidently detected
at build time. Also fix a build issue. Breakage spotted by naddy@.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 12:11:03

Modified files:
	sys/uvm        : uvm_vnode.c 

Log message:
In the unlikely even that we do the final unref on a uvm_vnode object
while there's io pending (async io makes that possible, but not often
hit), then we'll be waiting for the pgo_releasepg hook to free the
object when all of our pages disappear.

However, uvn_releasepg, while it does everything else that unreferencing
the object would do, it neglects to do the final vrele() on the vnode.
So in this rare situation we'd end up with the vnode waiting around
until it was forcibly recycled. Fix this by adding in the missing vrele().

ok thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/05 12:21:38

Modified files:
	sysutils/fam   : Makefile 
	sysutils/fam/pkg: MESSAGE 

Log message:
- tweak MESSAGE wrt to inetd mode and local access

prompted by stsp@,
discussed with aja@ and stsp@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/05 12:59:39

Modified files:
	games/sudognu  : Makefile distinfo 
	games/sudognu/patches: patch-Makefile patch-getopt_c 

Log message:
update to 1.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/05 13:09:32

Modified files:
	audio/gsm      : Makefile distinfo 
	audio/gsm/patches: patch-Makefile patch-inc_config.h 
	audio/gsm/pkg  : PLIST 

Log message:
Update to latest version.
Fixes a few bugs and clarifies the license.
Minor library bump.
Update HOMEPAGE and MASTER_SITES.

Many thanks to the upstream developers for the quick response.

ok naddy@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 13:10:45

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
remove /usr/X11R6/lib/xserver (no longer user)
add /usr/X11R6/lib/xorg


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/05 13:22:10

src/lib/libm/arch/sh

Update of /cvs/src/lib/libm/arch/sh
In directory cvs.openbsd.org:/tmp/cvs-serv17619/sh

Log Message:
Directory /cvs/src/lib/libm/arch/sh added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/05 13:26:27

Modified files:
	lib/libm       : Makefile 
Added files:
	lib/libm/arch/sh: e_sqrt.c e_sqrtf.c s_fabsf.c 

Log message:
implement and use sqrt, sqrtf & fabsf in hardware;  since it's
faster that way.  tested by myself.  discussed w/ & ok miod@, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/05 13:29:28

Modified files:
	lib/libc/stdio : scanf.3 vfscanf.c 

Log message:
accept %F, which actually behaves the same as %f.  per C99
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 14:48:25

Modified files:
	mail/postfix/snapshot: Makefile 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
install libexec/postfix/{main,master}.cf and bump the package. these are
used by the multi-instance support and without them "postfix set-permissions",
run at installation time, fails before it sets postdrop and postqueue to the
correct gid and mode, causing a problem for local deliveries. discussed
with Brad and Jakob, ok jakob@ (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/04/05 14:49:57

Modified files:
	share/man/man7 : hier.7 

Log message:
/usr/X11R6/lib/xserver is more or less replaced by /usr/X11R6/lib/xorg.
Pointed by jmc@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 15:57:41

Modified files:
	sys/arch/sparc64/dev: iommu.c viommu.c 

Log message:
In the rare case where after we've loaded the iomap into the hardware,
if we fail while assembling the dmamap due to the memory not fitting
into our constraints we'll return from the function with the iomap still
loaded, and more importantly with memory still allocated from the
extent(9). So in such a case, make sure we clean up after outselves.

In order to make this cleaner, remove an impossible condition check
(kettenis and myself are satisfied that it will never happen), and make
iomap_load_map void (it can't fail), so that we can only fail after both
the extent is allocated and the iomap is loaded, and not inbetween the
two.

I tested iommu, kettenis tested viommu.

ok kettenis@.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/04/05 16:33:56

Modified files:
	openssh        : windows.html 

Log message:
zap dead link for MSSH, patch from Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 16:37:35

Modified files:
	telephony/asterisk: Makefile 

Log message:
switch to external gsm library, bump package.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/04/05 16:40:27

Modified files:
	openssh        : macos.html 

Log message:
update links for niftyssh and macssh, patch from Benoit Lecocq


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/04/05 16:42:30

Modified files:
	openssh        : tshirts.html 

Log message:
zap stale .eu tshirt links, patch from Benoit Lecocq


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/04/05 16:47:15

Modified files:
	openssh        : faq.html 

Log message:
update link for IETF working group, patch from Benoit Lecocq


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/05 17:23:00

Modified files:
	share/man/man8 : yp.8 

Log message:
In the previous commit, i confused "any" and "all".
Fix prodded and checked by jmc@, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/05 17:48:55

Modified files:
	net/ejabberd   : Makefile distinfo 

Log message:
bugfix update to 2.0.5 from viq (maintainer), also tested by Simon Kuhnle.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 22:21:59

Modified files:
	sys/dev/pci/drm: drmP.h drm_heap.c radeon_cp.c radeon_drv.h 
	                 radeon_mem.c radeon_state.c 

Log message:
merge radeon_mem_release() and radeon_mem_takedown() into the drm_heap
interface as drm_mem_release() and drm_mem_takedown() respectively.

While this interface's days are numbered, I'm about to make another
driver use it to remove even worse code.

Roll on memory management...


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 22:45:19

Modified files:
	sys/dev/pci/drm: files.drm sis_drv.c 
Removed files:
	sys/dev/pci/drm: sis_drv.h sis_ds.c sis_ds.h sis_mm.c 

Log message:
sisdrm is disabled. That does not mean that the code doesn't offend me.

This driver is a very thin wrapper for doling out memory to userland,
everything else is handled by the userland drivers, therefore I really
want to rewrite this driver before even thinking about enabling it,
userland mapping graphics registers makes it hard for me to sleep at
night.

Anyway, remove a huge pile of scary code by switching the memory
allocation ioctls to user the drm_heap.c code instead of the very
complicated mess that it uses right now, probably saves some space, too.

Turns out linux made some similar (but far from identical) changes ages ago,
They did more, that may come later.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 22:51:31

Modified files:
	sys/dev/pci/drm: drmP.h drm_context.c 

Log message:
Remove the context constructor and destructor driver hooks. sisdrm's old
code was the only that that needed them.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 22:52:30

Modified files:
	sys/dev/pci/drm: radeon_mem.c sis_drv.c 

Log message:
extra or missing blank lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 22:58:09

Modified files:
	sys/dev/pci/drm: files.drm 

Log message:
sisdrm depends on the heap interface too, now.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/05 23:21:24

Modified files:
	sys/dev/pci/drm: sis_drv.c 

Log message:
Don't forget to TAILQ_INIT() the heap...


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/06 00:30:09

Log message:
    import of OpenSSL 0.9.8k
    
    Status:
    
    Vendor Tag:	openssl
    Release Tags:	openssl_0_9_8_k
    
    C src/lib/libssl/src/CHANGES
    U src/lib/libssl/src/CHANGES.SSLeay
    C src/lib/libssl/src/config
    C src/lib/libssl/src/Configure
    U src/lib/libssl/src/e_os2.h
    U src/lib/libssl/src/e_os.h
    C src/lib/libssl/src/FAQ
    U src/lib/libssl/src/INSTALL
    U src/lib/libssl/src/install.com
    U src/lib/libssl/src/INSTALL.DJGPP
    U src/lib/libssl/src/INSTALL.MacOS
    U src/lib/libssl/src/INSTALL.NW
    U src/lib/libssl/src/INSTALL.OS2
    U src/lib/libssl/src/INSTALL.VMS
    U src/lib/libssl/src/INSTALL.W32
    U src/lib/libssl/src/INSTALL.W64
    U src/lib/libssl/src/INSTALL.WCE
    U src/lib/libssl/src/LICENSE
    C src/lib/libssl/src/Makefile
    C src/lib/libssl/src/Makefile.org
    U src/lib/libssl/src/Makefile.shared
    U src/lib/libssl/src/makevms.com
    C src/lib/libssl/src/NEWS
    U src/lib/libssl/src/openssl.doxy
    C src/lib/libssl/src/openssl.spec
    U src/lib/libssl/src/PROBLEMS
    C src/lib/libssl/src/README
    U src/lib/libssl/src/README.ASN1
    U src/lib/libssl/src/README.ENGINE
    U src/lib/libssl/src/apps/app_rand.c
    C src/lib/libssl/src/apps/apps.c
    U src/lib/libssl/src/apps/apps.h
    U src/lib/libssl/src/apps/asn1pars.c
    C src/lib/libssl/src/apps/ca.c
    U src/lib/libssl/src/apps/ca-cert.srl
    U src/lib/libssl/src/apps/CA.com
    U src/lib/libssl/src/apps/ca-key.pem
    U src/lib/libssl/src/apps/CA.pl
    U src/lib/libssl/src/apps/CA.pl.in
    U src/lib/libssl/src/apps/ca-req.pem
    U src/lib/libssl/src/apps/CA.sh
    U src/lib/libssl/src/apps/cert.pem
    U src/lib/libssl/src/apps/ciphers.c
    U src/lib/libssl/src/apps/client.pem
    U src/lib/libssl/src/apps/cms.c
    U src/lib/libssl/src/apps/crl2p7.c
    U src/lib/libssl/src/apps/crl.c
    U src/lib/libssl/src/apps/dgst.c
    U src/lib/libssl/src/apps/dh1024.pem
    U src/lib/libssl/src/apps/dh2048.pem
    U src/lib/libssl/src/apps/dh4096.pem
    U src/lib/libssl/src/apps/dh512.pem
    U src/lib/libssl/src/apps/dh.c
    U src/lib/libssl/src/apps/dhparam.c
    U src/lib/libssl/src/apps/dsa1024.pem
    U src/lib/libssl/src/apps/dsa512.pem
    U src/lib/libssl/src/apps/dsa.c
    U src/lib/libssl/src/apps/dsa-ca.pem
    U src/lib/libssl/src/apps/dsaparam.c
    U src/lib/libssl/src/apps/dsa-pca.pem
    U src/lib/libssl/src/apps/dsap.pem
    U src/lib/libssl/src/apps/ec.c
    U src/lib/libssl/src/apps/ecparam.c
    C src/lib/libssl/src/apps/enc.c
    C src/lib/libssl/src/apps/engine.c
    U src/lib/libssl/src/apps/errstr.c
    U src/lib/libssl/src/apps/gendh.c
    U src/lib/libssl/src/apps/gendsa.c
    N src/lib/libssl/src/apps/genpkey.c
    U src/lib/libssl/src/apps/genrsa.c
    U src/lib/libssl/src/apps/install.com
    U src/lib/libssl/src/apps/makeapps.com
    U src/lib/libssl/src/apps/Makefile
    L src/lib/libssl/src/apps/md4.c
    U src/lib/libssl/src/apps/nseq.c
    U src/lib/libssl/src/apps/ocsp.c
    U src/lib/libssl/src/apps/oid.cnf
    U src/lib/libssl/src/apps/openssl.c
    U src/lib/libssl/src/apps/openssl.cnf
    U src/lib/libssl/src/apps/openssl-vms.cnf
    U src/lib/libssl/src/apps/pkcs7.c
    U src/lib/libssl/src/apps/passwd.c
    U src/lib/libssl/src/apps/pca-cert.srl
    U src/lib/libssl/src/apps/pca-key.pem
    U src/lib/libssl/src/apps/pca-req.pem
    U src/lib/libssl/src/apps/pkcs12.c
    U src/lib/libssl/src/apps/pkcs8.c
    N src/lib/libssl/src/apps/pkey.c
    N src/lib/libssl/src/apps/pkeyparam.c
    N src/lib/libssl/src/apps/pkeyutl.c
    U src/lib/libssl/src/apps/prime.c
    U src/lib/libssl/src/apps/privkey.pem
    U src/lib/libssl/src/apps/progs.h
    U src/lib/libssl/src/apps/progs.pl
    C src/lib/libssl/src/apps/rand.c
    U src/lib/libssl/src/apps/req.c
    U src/lib/libssl/src/apps/req.pem
    U src/lib/libssl/src/apps/rsa8192.pem
    U src/lib/libssl/src/apps/rsa.c
    U src/lib/libssl/src/apps/rsautl.c
    U src/lib/libssl/src/apps/s1024key.pem
    U src/lib/libssl/src/apps/s1024req.pem
    U src/lib/libssl/src/apps/s512-key.pem
    U src/lib/libssl/src/apps/s512-req.pem
    U src/lib/libssl/src/apps/s_apps.h
    U src/lib/libssl/src/apps/s_cb.c
    U src/lib/libssl/src/apps/s_client.c
    U src/lib/libssl/src/apps/server2.pem
    U src/lib/libssl/src/apps/server.pem
    U src/lib/libssl/src/apps/server.srl
    U src/lib/libssl/src/apps/sess_id.c
    U src/lib/libssl/src/apps/smime.c
    U src/lib/libssl/src/apps/speed.c
    U src/lib/libssl/src/apps/spkac.c
    U src/lib/libssl/src/apps/s_server.c
    U src/lib/libssl/src/apps/s_socket.c
    U src/lib/libssl/src/apps/s_time.c
    U src/lib/libssl/src/apps/testCA.pem
    U src/lib/libssl/src/apps/testdsa.h
    U src/lib/libssl/src/apps/testrsa.h
    U src/lib/libssl/src/apps/timeouts.h
    N src/lib/libssl/src/apps/ts.c
    N src/lib/libssl/src/apps/tsget
    U src/lib/libssl/src/apps/verify.c
    U src/lib/libssl/src/apps/version.c
    U src/lib/libssl/src/apps/winrand.c
    C src/lib/libssl/src/apps/x509.c
    U src/lib/libssl/src/apps/demoCA/cacert.pem
    U src/lib/libssl/src/apps/demoCA/index.txt
    U src/lib/libssl/src/apps/demoCA/serial
    U src/lib/libssl/src/apps/demoCA/private/cakey.pem
    U src/lib/libssl/src/apps/set/set_b_ca.pem
    U src/lib/libssl/src/apps/set/set_c_ca.pem
    U src/lib/libssl/src/apps/set/set_d_ct.pem
    U src/lib/libssl/src/apps/set/set-g-ca.pem
    U src/lib/libssl/src/apps/set/set-m-ca.pem
    U src/lib/libssl/src/apps/set/set_root.pem
    U src/lib/libssl/src/bugs/alpha.c
    U src/lib/libssl/src/bugs/dggccbug.c
    U src/lib/libssl/src/bugs/MS
    U src/lib/libssl/src/bugs/sgiccbug.c
    U src/lib/libssl/src/bugs/sslref.dif
    U src/lib/libssl/src/bugs/SSLv3
    U src/lib/libssl/src/bugs/stream.c
    U src/lib/libssl/src/bugs/ultrixcc.c
    U src/lib/libssl/src/certs/README.RootCerts
    U src/lib/libssl/src/certs/demo/ca-cert.pem
    U src/lib/libssl/src/certs/demo/dsa-ca.pem
    U src/lib/libssl/src/certs/demo/dsa-pca.pem
    U src/lib/libssl/src/certs/demo/pca-cert.pem
    U src/lib/libssl/src/certs/expired/ICE.crl
    U src/lib/libssl/src/crypto/cpt_err.c
    U src/lib/libssl/src/crypto/cryptlib.c
    U src/lib/libssl/src/crypto/cryptlib.h
    U src/lib/libssl/src/crypto/crypto.h
    C src/lib/libssl/src/crypto/crypto-lib.com
    U src/lib/libssl/src/crypto/cversion.c
    U src/lib/libssl/src/crypto/dyn_lck.c
    U src/lib/libssl/src/crypto/ebcdic.c
    U src/lib/libssl/src/crypto/ebcdic.h
    U src/lib/libssl/src/crypto/ex_data.c
    U src/lib/libssl/src/crypto/fips_err.c
    U src/lib/libssl/src/crypto/fips_err.h
    U src/lib/libssl/src/crypto/ia64cpuid.S
    U src/lib/libssl/src/crypto/install.com
    U src/lib/libssl/src/crypto/LPdir_nyi.c
    U src/lib/libssl/src/crypto/LPdir_unix.c
    U src/lib/libssl/src/crypto/LPdir_vms.c
    U src/lib/libssl/src/crypto/LPdir_win32.c
    U src/lib/libssl/src/crypto/LPdir_win.c
    U src/lib/libssl/src/crypto/LPdir_wince.c
    U src/lib/libssl/src/crypto/Makefile
    U src/lib/libssl/src/crypto/md32_common.h
    U src/lib/libssl/src/crypto/mem.c
    U src/lib/libssl/src/crypto/mem_clr.c
    U src/lib/libssl/src/crypto/mem_dbg.c
    U src/lib/libssl/src/crypto/o_dir.c
    U src/lib/libssl/src/crypto/o_dir.h
    U src/lib/libssl/src/crypto/o_dir_test.c
    U src/lib/libssl/src/crypto/o_init.c
    U src/lib/libssl/src/crypto/opensslconf.h
    U src/lib/libssl/src/crypto/opensslconf.h.in
    C src/lib/libssl/src/crypto/opensslv.h
    U src/lib/libssl/src/crypto/ossl_typ.h
    U src/lib/libssl/src/crypto/o_str.c
    U src/lib/libssl/src/crypto/o_str.h
    U src/lib/libssl/src/crypto/o_time.c
    U src/lib/libssl/src/crypto/o_time.h
    N src/lib/libssl/src/crypto/ppccpuid.pl
    N src/lib/libssl/src/crypto/s390xcpuid.S
    U src/lib/libssl/src/crypto/sparccpuid.S
    N src/lib/libssl/src/crypto/sparcv9cap.c
    C src/lib/libssl/src/crypto/symhacks.h
    U src/lib/libssl/src/crypto/tmdiff.c
    U src/lib/libssl/src/crypto/tmdiff.h
    U src/lib/libssl/src/crypto/uid.c
    U src/lib/libssl/src/crypto/x86_64cpuid.pl
    U src/lib/libssl/src/crypto/x86cpuid.pl
    U src/lib/libssl/src/crypto/aes/aes_cbc.c
    U src/lib/libssl/src/crypto/aes/aes_cfb.c
    U src/lib/libssl/src/crypto/aes/aes_core.c
    U src/lib/libssl/src/crypto/aes/aes_ctr.c
    U src/lib/libssl/src/crypto/aes/aes_ecb.c
    U src/lib/libssl/src/crypto/aes/aes.h
    U src/lib/libssl/src/crypto/aes/aes_ige.c
    U src/lib/libssl/src/crypto/aes/aes_locl.h
    U src/lib/libssl/src/crypto/aes/aes_misc.c
    U src/lib/libssl/src/crypto/aes/aes_ofb.c
    U src/lib/libssl/src/crypto/aes/aes_wrap.c
    N src/lib/libssl/src/crypto/aes/aes_x86core.c
    U src/lib/libssl/src/crypto/aes/Makefile
    U src/lib/libssl/src/crypto/aes/README
    U src/lib/libssl/src/crypto/aes/asm/aes-586.pl
    N src/lib/libssl/src/crypto/aes/asm/aes-armv4.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-ia64.S
    N src/lib/libssl/src/crypto/aes/asm/aes-ppc.pl
    N src/lib/libssl/src/crypto/aes/asm/aes-s390x.pl
    N src/lib/libssl/src/crypto/aes/asm/aes-sparcv9.pl
    U src/lib/libssl/src/crypto/aes/asm/aes-x86_64.pl
    U src/lib/libssl/src/crypto/asn1/a_bitstr.c
    U src/lib/libssl/src/crypto/asn1/a_bool.c
    C src/lib/libssl/src/crypto/asn1/a_bytes.c
    U src/lib/libssl/src/crypto/asn1/a_d2i_fp.c
    U src/lib/libssl/src/crypto/asn1/a_digest.c
    U src/lib/libssl/src/crypto/asn1/a_dup.c
    U src/lib/libssl/src/crypto/asn1/a_enum.c
    U src/lib/libssl/src/crypto/asn1/a_gentm.c
    U src/lib/libssl/src/crypto/asn1/a_hdr.c
    U src/lib/libssl/src/crypto/asn1/a_i2d_fp.c
    U src/lib/libssl/src/crypto/asn1/a_int.c
    U src/lib/libssl/src/crypto/asn1/a_mbstr.c
    U src/lib/libssl/src/crypto/asn1/a_meth.c
    N src/lib/libssl/src/crypto/asn1/ameth_lib.c
    U src/lib/libssl/src/crypto/asn1/a_object.c
    U src/lib/libssl/src/crypto/asn1/a_octet.c
    U src/lib/libssl/src/crypto/asn1/a_print.c
    U src/lib/libssl/src/crypto/asn1/a_set.c
    U src/lib/libssl/src/crypto/asn1/a_sign.c
    C src/lib/libssl/src/crypto/asn1/asn1_err.c
    U src/lib/libssl/src/crypto/asn1/asn1_gen.c
    C src/lib/libssl/src/crypto/asn1/asn1.h
    U src/lib/libssl/src/crypto/asn1/asn1_lib.c
    N src/lib/libssl/src/crypto/asn1/asn1_locl.h
    U src/lib/libssl/src/crypto/asn1/asn1_mac.h
    C src/lib/libssl/src/crypto/asn1/asn1_par.c
    U src/lib/libssl/src/crypto/asn1/asn1t.h
    C src/lib/libssl/src/crypto/asn1/asn_mime.c
    U src/lib/libssl/src/crypto/asn1/asn_moid.c
    U src/lib/libssl/src/crypto/asn1/asn_pack.c
    U src/lib/libssl/src/crypto/asn1/a_strex.c
    U src/lib/libssl/src/crypto/asn1/a_strnid.c
    U src/lib/libssl/src/crypto/asn1/a_time.c
    U src/lib/libssl/src/crypto/asn1/a_type.c
    U src/lib/libssl/src/crypto/asn1/a_utctm.c
    U src/lib/libssl/src/crypto/asn1/a_utf8.c
    U src/lib/libssl/src/crypto/asn1/a_verify.c
    N src/lib/libssl/src/crypto/asn1/bio_asn1.c
    N src/lib/libssl/src/crypto/asn1/bio_ndef.c
    U src/lib/libssl/src/crypto/asn1/charmap.h
    U src/lib/libssl/src/crypto/asn1/charmap.pl
    U src/lib/libssl/src/crypto/asn1/d2i_pr.c
    U src/lib/libssl/src/crypto/asn1/d2i_pu.c
    U src/lib/libssl/src/crypto/asn1/evp_asn1.c
    U src/lib/libssl/src/crypto/asn1/f_enum.c
    U src/lib/libssl/src/crypto/asn1/f_int.c
    U src/lib/libssl/src/crypto/asn1/f_string.c
    U src/lib/libssl/src/crypto/asn1/i2d_pr.c
    U src/lib/libssl/src/crypto/asn1/i2d_pu.c
    U src/lib/libssl/src/crypto/asn1/Makefile
    U src/lib/libssl/src/crypto/asn1/n_pkey.c
    U src/lib/libssl/src/crypto/asn1/nsseq.c
    U src/lib/libssl/src/crypto/asn1/p5_pbe.c
    U src/lib/libssl/src/crypto/asn1/p5_pbev2.c
    U src/lib/libssl/src/crypto/asn1/p8_key.c
    U src/lib/libssl/src/crypto/asn1/p8_pkey.c
    C src/lib/libssl/src/crypto/asn1/tasn_dec.c
    U src/lib/libssl/src/crypto/asn1/tasn_enc.c
    U src/lib/libssl/src/crypto/asn1/tasn_fre.c
    U src/lib/libssl/src/crypto/asn1/tasn_new.c
    U src/lib/libssl/src/crypto/asn1/tasn_prn.c
    U src/lib/libssl/src/crypto/asn1/tasn_typ.c
    U src/lib/libssl/src/crypto/asn1/tasn_utl.c
    U src/lib/libssl/src/crypto/asn1/t_bitst.c
    U src/lib/libssl/src/crypto/asn1/t_crl.c
    U src/lib/libssl/src/crypto/asn1/t_pkey.c
    U src/lib/libssl/src/crypto/asn1/t_req.c
    U src/lib/libssl/src/crypto/asn1/t_spki.c
    U src/lib/libssl/src/crypto/asn1/t_x509a.c
    C src/lib/libssl/src/crypto/asn1/t_x509.c
    U src/lib/libssl/src/crypto/asn1/x_algor.c
    U src/lib/libssl/src/crypto/asn1/x_attrib.c
    U src/lib/libssl/src/crypto/asn1/x_bignum.c
    U src/lib/libssl/src/crypto/asn1/x_crl.c
    U src/lib/libssl/src/crypto/asn1/x_exten.c
    U src/lib/libssl/src/crypto/asn1/x_info.c
    U src/lib/libssl/src/crypto/asn1/x_long.c
    U src/lib/libssl/src/crypto/asn1/x_name.c
    N src/lib/libssl/src/crypto/asn1/x_nx509.c
    U src/lib/libssl/src/crypto/asn1/x_pkey.c
    U src/lib/libssl/src/crypto/asn1/x_pubkey.c
    U src/lib/libssl/src/crypto/asn1/x_req.c
    U src/lib/libssl/src/crypto/asn1/x_sig.c
    U src/lib/libssl/src/crypto/asn1/x_spki.c
    U src/lib/libssl/src/crypto/asn1/x_val.c
    U src/lib/libssl/src/crypto/asn1/x_x509a.c
    U src/lib/libssl/src/crypto/asn1/x_x509.c
    U src/lib/libssl/src/crypto/bf/bf_cbc.c
    U src/lib/libssl/src/crypto/bf/bf_cfb64.c
    U src/lib/libssl/src/crypto/bf/bf_ecb.c
    U src/lib/libssl/src/crypto/bf/bf_enc.c
    U src/lib/libssl/src/crypto/bf/bf_locl.h
    U src/lib/libssl/src/crypto/bf/bf_ofb64.c
    U src/lib/libssl/src/crypto/bf/bf_opts.c
    U src/lib/libssl/src/crypto/bf/bf_pi.h
    U src/lib/libssl/src/crypto/bf/bfs.cpp
    U src/lib/libssl/src/crypto/bf/bf_skey.c
    U src/lib/libssl/src/crypto/bf/bfspeed.c
    U src/lib/libssl/src/crypto/bf/bftest.c
    U src/lib/libssl/src/crypto/bf/blowfish.h
    U src/lib/libssl/src/crypto/bf/COPYRIGHT
    U src/lib/libssl/src/crypto/bf/INSTALL
    U src/lib/libssl/src/crypto/bf/Makefile
    U src/lib/libssl/src/crypto/bf/README
    U src/lib/libssl/src/crypto/bf/VERSION
    U src/lib/libssl/src/crypto/bf/asm/bf-586.pl
    U src/lib/libssl/src/crypto/bf/asm/bf-686.pl
    U src/lib/libssl/src/crypto/bf/asm/readme
    U src/lib/libssl/src/crypto/bio/b_dump.c
    U src/lib/libssl/src/crypto/bio/bf_buff.c
    U src/lib/libssl/src/crypto/bio/bf_lbuf.c
    U src/lib/libssl/src/crypto/bio/bf_nbio.c
    U src/lib/libssl/src/crypto/bio/bf_null.c
    U src/lib/libssl/src/crypto/bio/bio_cb.c
    U src/lib/libssl/src/crypto/bio/bio_err.c
    U src/lib/libssl/src/crypto/bio/bio.h
    U src/lib/libssl/src/crypto/bio/bio_lcl.h
    U src/lib/libssl/src/crypto/bio/bio_lib.c
    U src/lib/libssl/src/crypto/bio/b_print.c
    U src/lib/libssl/src/crypto/bio/b_sock.c
    U src/lib/libssl/src/crypto/bio/bss_acpt.c
    U src/lib/libssl/src/crypto/bio/bss_bio.c
    U src/lib/libssl/src/crypto/bio/bss_conn.c
    U src/lib/libssl/src/crypto/bio/bss_dgram.c
    U src/lib/libssl/src/crypto/bio/bss_fd.c
    U src/lib/libssl/src/crypto/bio/bss_file.c
    U src/lib/libssl/src/crypto/bio/bss_log.c
    C src/lib/libssl/src/crypto/bio/bss_mem.c
    U src/lib/libssl/src/crypto/bio/bss_null.c
    U src/lib/libssl/src/crypto/bio/bss_rtcp.c
    C src/lib/libssl/src/crypto/bio/bss_sock.c
    U src/lib/libssl/src/crypto/bio/Makefile
    U src/lib/libssl/src/crypto/bn/bn_add.c
    U src/lib/libssl/src/crypto/bn/bn_asm.c
    U src/lib/libssl/src/crypto/bn/bn_blind.c
    U src/lib/libssl/src/crypto/bn/bn_const.c
    U src/lib/libssl/src/crypto/bn/bn_ctx.c
    U src/lib/libssl/src/crypto/bn/bn_depr.c
    U src/lib/libssl/src/crypto/bn/bn_div.c
    U src/lib/libssl/src/crypto/bn/bn_err.c
    U src/lib/libssl/src/crypto/bn/bn_exp2.c
    U src/lib/libssl/src/crypto/bn/bn_exp.c
    U src/lib/libssl/src/crypto/bn/bn_gcd.c
    U src/lib/libssl/src/crypto/bn/bn_gf2m.c
    U src/lib/libssl/src/crypto/bn/bn.h
    U src/lib/libssl/src/crypto/bn/bn_kron.c
    U src/lib/libssl/src/crypto/bn/bn_lcl.h
    U src/lib/libssl/src/crypto/bn/bn_lib.c
    U src/lib/libssl/src/crypto/bn/bn_mod.c
    U src/lib/libssl/src/crypto/bn/bn_mont.c
    U src/lib/libssl/src/crypto/bn/bn_mpi.c
    U src/lib/libssl/src/crypto/bn/bn.mul
    U src/lib/libssl/src/crypto/bn/bn_mul.c
    U src/lib/libssl/src/crypto/bn/bn_nist.c
    U src/lib/libssl/src/crypto/bn/bn_opt.c
    U src/lib/libssl/src/crypto/bn/bn_prime.c
    U src/lib/libssl/src/crypto/bn/bn_prime.h
    U src/lib/libssl/src/crypto/bn/bn_prime.pl
    U src/lib/libssl/src/crypto/bn/bn_print.c
    U src/lib/libssl/src/crypto/bn/bn_rand.c
    U src/lib/libssl/src/crypto/bn/bn_recp.c
    U src/lib/libssl/src/crypto/bn/bn_shift.c
    U src/lib/libssl/src/crypto/bn/bnspeed.c
    U src/lib/libssl/src/crypto/bn/bn_sqr.c
    U src/lib/libssl/src/crypto/bn/bn_sqrt.c
    C src/lib/libssl/src/crypto/bn/bntest.c
    U src/lib/libssl/src/crypto/bn/bn_word.c
    U src/lib/libssl/src/crypto/bn/bn_x931p.c
    U src/lib/libssl/src/crypto/bn/divtest.c
    U src/lib/libssl/src/crypto/bn/exp.c
    U src/lib/libssl/src/crypto/bn/expspeed.c
    U src/lib/libssl/src/crypto/bn/exptest.c
    U src/lib/libssl/src/crypto/bn/Makefile
    U src/lib/libssl/src/crypto/bn/todo
    U src/lib/libssl/src/crypto/bn/vms-helper.c
    N src/lib/libssl/src/crypto/bn/asm/alpha-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/armv4-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/bn-586.pl
    U src/lib/libssl/src/crypto/bn/asm/co-586.pl
    U src/lib/libssl/src/crypto/bn/asm/ia64.S
    N src/lib/libssl/src/crypto/bn/asm/mips3-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/mips3.s
    U src/lib/libssl/src/crypto/bn/asm/mo-586.pl
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2.s
    U src/lib/libssl/src/crypto/bn/asm/pa-risc2W.s
    N src/lib/libssl/src/crypto/bn/asm/ppc64-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/ppc-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/ppc.pl
    U src/lib/libssl/src/crypto/bn/asm/README
    N src/lib/libssl/src/crypto/bn/asm/s390x-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/s390x.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8plus.S
    U src/lib/libssl/src/crypto/bn/asm/sparcv8.S
    N src/lib/libssl/src/crypto/bn/asm/sparcv9a-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/sparcv9-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/via-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/vms.mar
    U src/lib/libssl/src/crypto/bn/asm/x86_64-gcc.c
    U src/lib/libssl/src/crypto/bn/asm/x86_64-mont.pl
    N src/lib/libssl/src/crypto/bn/asm/x86-mont.pl
    U src/lib/libssl/src/crypto/bn/asm/x86.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/comba.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/div.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/f
    U src/lib/libssl/src/crypto/bn/asm/x86/mul_add.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/mul.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sqr.pl
    U src/lib/libssl/src/crypto/bn/asm/x86/sub.pl
    U src/lib/libssl/src/crypto/buffer/buf_err.c
    U src/lib/libssl/src/crypto/buffer/buffer.c
    U src/lib/libssl/src/crypto/buffer/buffer.h
    U src/lib/libssl/src/crypto/buffer/buf_str.c
    U src/lib/libssl/src/crypto/buffer/Makefile
    U src/lib/libssl/src/crypto/camellia/camellia.c
    U src/lib/libssl/src/crypto/camellia/camellia.h
    U src/lib/libssl/src/crypto/camellia/cmll_cbc.c
    U src/lib/libssl/src/crypto/camellia/cmll_cfb.c
    U src/lib/libssl/src/crypto/camellia/cmll_ctr.c
    U src/lib/libssl/src/crypto/camellia/cmll_ecb.c
    U src/lib/libssl/src/crypto/camellia/cmll_locl.h
    U src/lib/libssl/src/crypto/camellia/cmll_misc.c
    U src/lib/libssl/src/crypto/camellia/cmll_ofb.c
    U src/lib/libssl/src/crypto/camellia/Makefile
    N src/lib/libssl/src/crypto/camellia/asm/cmll-x86_64.pl
    N src/lib/libssl/src/crypto/camellia/asm/cmll-x86.pl
    U src/lib/libssl/src/crypto/cast/cast.h
    U src/lib/libssl/src/crypto/cast/cast_lcl.h
    U src/lib/libssl/src/crypto/cast/castopts.c
    U src/lib/libssl/src/crypto/cast/casts.cpp
    U src/lib/libssl/src/crypto/cast/cast_s.h
    U src/lib/libssl/src/crypto/cast/cast_spd.c
    U src/lib/libssl/src/crypto/cast/casttest.c
    U src/lib/libssl/src/crypto/cast/c_cfb64.c
    U src/lib/libssl/src/crypto/cast/c_ecb.c
    U src/lib/libssl/src/crypto/cast/c_enc.c
    U src/lib/libssl/src/crypto/cast/c_ofb64.c
    U src/lib/libssl/src/crypto/cast/c_skey.c
    U src/lib/libssl/src/crypto/cast/Makefile
    U src/lib/libssl/src/crypto/cast/asm/cast-586.pl
    U src/lib/libssl/src/crypto/cast/asm/readme
    U src/lib/libssl/src/crypto/cms/cms_asn1.c
    U src/lib/libssl/src/crypto/cms/cms_att.c
    U src/lib/libssl/src/crypto/cms/cms_cd.c
    U src/lib/libssl/src/crypto/cms/cms_dd.c
    U src/lib/libssl/src/crypto/cms/cms_enc.c
    U src/lib/libssl/src/crypto/cms/cms_env.c
    U src/lib/libssl/src/crypto/cms/cms_err.c
    U src/lib/libssl/src/crypto/cms/cms_ess.c
    U src/lib/libssl/src/crypto/cms/cms.h
    U src/lib/libssl/src/crypto/cms/cms_io.c
    U src/lib/libssl/src/crypto/cms/cms_lcl.h
    U src/lib/libssl/src/crypto/cms/cms_lib.c
    U src/lib/libssl/src/crypto/cms/cms_sd.c
    C src/lib/libssl/src/crypto/cms/cms_smime.c
    U src/lib/libssl/src/crypto/cms/Makefile
    U src/lib/libssl/src/crypto/comp/comp_err.c
    U src/lib/libssl/src/crypto/comp/comp.h
    U src/lib/libssl/src/crypto/comp/comp_lib.c
    U src/lib/libssl/src/crypto/comp/c_rle.c
    U src/lib/libssl/src/crypto/comp/c_zlib.c
    U src/lib/libssl/src/crypto/comp/Makefile
    U src/lib/libssl/src/crypto/conf/cnf_save.c
    U src/lib/libssl/src/crypto/conf/conf_api.c
    U src/lib/libssl/src/crypto/conf/conf_api.h
    U src/lib/libssl/src/crypto/conf/conf_def.c
    U src/lib/libssl/src/crypto/conf/conf_def.h
    U src/lib/libssl/src/crypto/conf/conf_err.c
    U src/lib/libssl/src/crypto/conf/conf.h
    U src/lib/libssl/src/crypto/conf/conf_lib.c
    U src/lib/libssl/src/crypto/conf/conf_mall.c
    U src/lib/libssl/src/crypto/conf/conf_mod.c
    U src/lib/libssl/src/crypto/conf/conf_sap.c
    U src/lib/libssl/src/crypto/conf/keysets.pl
    U src/lib/libssl/src/crypto/conf/Makefile
    U src/lib/libssl/src/crypto/conf/README
    U src/lib/libssl/src/crypto/conf/ssleay.cnf
    U src/lib/libssl/src/crypto/conf/test.c
    U src/lib/libssl/src/crypto/des/cbc3_enc.c
    U src/lib/libssl/src/crypto/des/cbc_cksm.c
    U src/lib/libssl/src/crypto/des/cbc_enc.c
    U src/lib/libssl/src/crypto/des/cfb64ede.c
    U src/lib/libssl/src/crypto/des/cfb64enc.c
    U src/lib/libssl/src/crypto/des/cfb_enc.c
    U src/lib/libssl/src/crypto/des/COPYRIGHT
    U src/lib/libssl/src/crypto/des/des3s.cpp
    U src/lib/libssl/src/crypto/des/des.c
    U src/lib/libssl/src/crypto/des/des_enc.c
    U src/lib/libssl/src/crypto/des/des.h
    U src/lib/libssl/src/crypto/des/des_lib.c
    U src/lib/libssl/src/crypto/des/des-lib.com
    U src/lib/libssl/src/crypto/des/des_locl.h
    U src/lib/libssl/src/crypto/des/des_old2.c
    U src/lib/libssl/src/crypto/des/des_old.c
    U src/lib/libssl/src/crypto/des/des_old.h
    U src/lib/libssl/src/crypto/des/des_opts.c
    U src/lib/libssl/src/crypto/des/DES.pm
    U src/lib/libssl/src/crypto/des/des.pod
    U src/lib/libssl/src/crypto/des/dess.cpp
    U src/lib/libssl/src/crypto/des/destest.c
    U src/lib/libssl/src/crypto/des/des_ver.h
    U src/lib/libssl/src/crypto/des/DES.xs
    U src/lib/libssl/src/crypto/des/FILES0
    U src/lib/libssl/src/crypto/des/ecb3_enc.c
    U src/lib/libssl/src/crypto/des/ecb_enc.c
    U src/lib/libssl/src/crypto/des/ede_cbcm_enc.c
    U src/lib/libssl/src/crypto/des/enc_read.c
    U src/lib/libssl/src/crypto/des/enc_writ.c
    U src/lib/libssl/src/crypto/des/fcrypt_b.c
    U src/lib/libssl/src/crypto/des/fcrypt.c
    U src/lib/libssl/src/crypto/des/Imakefile
    U src/lib/libssl/src/crypto/des/INSTALL
    U src/lib/libssl/src/crypto/des/KERBEROS
    U src/lib/libssl/src/crypto/des/Makefile
    U src/lib/libssl/src/crypto/des/makefile.bc
    U src/lib/libssl/src/crypto/des/ncbc_enc.c
    U src/lib/libssl/src/crypto/des/ofb64ede.c
    U src/lib/libssl/src/crypto/des/ofb64enc.c
    U src/lib/libssl/src/crypto/des/ofb_enc.c
    U src/lib/libssl/src/crypto/des/options.txt
    U src/lib/libssl/src/crypto/des/pcbc_enc.c
    U src/lib/libssl/src/crypto/des/qud_cksm.c
    U src/lib/libssl/src/crypto/des/rand_key.c
    U src/lib/libssl/src/crypto/des/read2pwd.c
    U src/lib/libssl/src/crypto/des/README
    U src/lib/libssl/src/crypto/des/read_pwd.c
    U src/lib/libssl/src/crypto/des/rpc_des.h
    U src/lib/libssl/src/crypto/des/rpc_enc.c
    U src/lib/libssl/src/crypto/des/rpw.c
    U src/lib/libssl/src/crypto/des/set_key.c
    U src/lib/libssl/src/crypto/des/speed.c
    U src/lib/libssl/src/crypto/des/spr.h
    U src/lib/libssl/src/crypto/des/str2key.c
    U src/lib/libssl/src/crypto/des/typemap
    U src/lib/libssl/src/crypto/des/VERSION
    U src/lib/libssl/src/crypto/des/xcbc_enc.c
    U src/lib/libssl/src/crypto/des/asm/crypt586.pl
    U src/lib/libssl/src/crypto/des/asm/des-586.pl
    U src/lib/libssl/src/crypto/des/asm/des686.pl
    U src/lib/libssl/src/crypto/des/asm/desboth.pl
    U src/lib/libssl/src/crypto/des/asm/des_enc.m4
    U src/lib/libssl/src/crypto/des/asm/readme
    U src/lib/libssl/src/crypto/des/t/test
    U src/lib/libssl/src/crypto/des/times/486-50.sol
    U src/lib/libssl/src/crypto/des/times/586-100.lnx
    U src/lib/libssl/src/crypto/des/times/686-200.fre
    U src/lib/libssl/src/crypto/des/times/aix.cc
    U src/lib/libssl/src/crypto/des/times/alpha.cc
    U src/lib/libssl/src/crypto/des/times/hpux.cc
    U src/lib/libssl/src/crypto/des/times/sparc.gcc
    C src/lib/libssl/src/crypto/des/times/usparc.cc
    U src/lib/libssl/src/crypto/dh/dh1024.pem
    U src/lib/libssl/src/crypto/dh/dh192.pem
    U src/lib/libssl/src/crypto/dh/dh2048.pem
    U src/lib/libssl/src/crypto/dh/dh4096.pem
    U src/lib/libssl/src/crypto/dh/dh512.pem
    U src/lib/libssl/src/crypto/dh/dh_asn1.c
    U src/lib/libssl/src/crypto/dh/dh_check.c
    U src/lib/libssl/src/crypto/dh/dh_depr.c
    U src/lib/libssl/src/crypto/dh/dh_err.c
    U src/lib/libssl/src/crypto/dh/dh_gen.c
    U src/lib/libssl/src/crypto/dh/dh.h
    U src/lib/libssl/src/crypto/dh/dh_key.c
    U src/lib/libssl/src/crypto/dh/dh_lib.c
    U src/lib/libssl/src/crypto/dh/dhtest.c
    U src/lib/libssl/src/crypto/dh/example
    U src/lib/libssl/src/crypto/dh/generate
    U src/lib/libssl/src/crypto/dh/Makefile
    U src/lib/libssl/src/crypto/dh/p1024.c
    U src/lib/libssl/src/crypto/dh/p192.c
    U src/lib/libssl/src/crypto/dh/p512.c
    U src/lib/libssl/src/crypto/dsa/dsa_asn1.c
    U src/lib/libssl/src/crypto/dsa/dsa_depr.c
    U src/lib/libssl/src/crypto/dsa/dsa_err.c
    U src/lib/libssl/src/crypto/dsa/dsa_gen.c
    U src/lib/libssl/src/crypto/dsa/dsagen.c
    U src/lib/libssl/src/crypto/dsa/dsa.h
    U src/lib/libssl/src/crypto/dsa/dsa_key.c
    U src/lib/libssl/src/crypto/dsa/dsa_lib.c
    U src/lib/libssl/src/crypto/dsa/dsa_ossl.c
    U src/lib/libssl/src/crypto/dsa/dsa_sign.c
    U src/lib/libssl/src/crypto/dsa/dsatest.c
    U src/lib/libssl/src/crypto/dsa/dsa_utl.c
    U src/lib/libssl/src/crypto/dsa/dsa_vrf.c
    U src/lib/libssl/src/crypto/dsa/fips186a.txt
    U src/lib/libssl/src/crypto/dsa/Makefile
    U src/lib/libssl/src/crypto/dsa/README
    U src/lib/libssl/src/crypto/dso/dso_dl.c
    U src/lib/libssl/src/crypto/dso/dso_dlfcn.c
    U src/lib/libssl/src/crypto/dso/dso_err.c
    U src/lib/libssl/src/crypto/dso/dso.h
    U src/lib/libssl/src/crypto/dso/dso_lib.c
    U src/lib/libssl/src/crypto/dso/dso_null.c
    U src/lib/libssl/src/crypto/dso/dso_openssl.c
    U src/lib/libssl/src/crypto/dso/dso_vms.c
    U src/lib/libssl/src/crypto/dso/dso_win32.c
    U src/lib/libssl/src/crypto/dso/Makefile
    U src/lib/libssl/src/crypto/dso/README
    U src/lib/libssl/src/crypto/ec/ec2_mult.c
    U src/lib/libssl/src/crypto/ec/ec2_smpl.c
    U src/lib/libssl/src/crypto/ec/ec2_smpt.c
    U src/lib/libssl/src/crypto/ec/ec_asn1.c
    U src/lib/libssl/src/crypto/ec/ec_check.c
    U src/lib/libssl/src/crypto/ec/ec_curve.c
    U src/lib/libssl/src/crypto/ec/ec_cvt.c
    U src/lib/libssl/src/crypto/ec/ec_err.c
    U src/lib/libssl/src/crypto/ec/ec.h
    U src/lib/libssl/src/crypto/ec/ec_key.c
    U src/lib/libssl/src/crypto/ec/ec_lcl.h
    U src/lib/libssl/src/crypto/ec/ec_lib.c
    U src/lib/libssl/src/crypto/ec/ec_mult.c
    U src/lib/libssl/src/crypto/ec/ecp_mont.c
    U src/lib/libssl/src/crypto/ec/ecp_nist.c
    U src/lib/libssl/src/crypto/ec/ec_print.c
    U src/lib/libssl/src/crypto/ec/ecp_smpl.c
    U src/lib/libssl/src/crypto/ec/ectest.c
    U src/lib/libssl/src/crypto/ec/Makefile
    U src/lib/libssl/src/crypto/ecdh/ecdh.h
    U src/lib/libssl/src/crypto/ecdh/ecdhtest.c
    U src/lib/libssl/src/crypto/ecdh/ech_err.c
    U src/lib/libssl/src/crypto/ecdh/ech_key.c
    U src/lib/libssl/src/crypto/ecdh/ech_lib.c
    U src/lib/libssl/src/crypto/ecdh/ech_locl.h
    U src/lib/libssl/src/crypto/ecdh/ech_ossl.c
    U src/lib/libssl/src/crypto/ecdh/Makefile
    U src/lib/libssl/src/crypto/ecdsa/ecdsa.h
    U src/lib/libssl/src/crypto/ecdsa/ecdsatest.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_asn1.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_err.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_lib.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_locl.h
    U src/lib/libssl/src/crypto/ecdsa/ecs_ossl.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_sign.c
    U src/lib/libssl/src/crypto/ecdsa/ecs_vrf.c
    U src/lib/libssl/src/crypto/ecdsa/Makefile
    U src/lib/libssl/src/crypto/engine/eng_all.c
    U src/lib/libssl/src/crypto/engine/eng_cnf.c
    U src/lib/libssl/src/crypto/engine/eng_cryptodev.c
    U src/lib/libssl/src/crypto/engine/eng_ctrl.c
    U src/lib/libssl/src/crypto/engine/eng_dyn.c
    U src/lib/libssl/src/crypto/engine/eng_err.c
    U src/lib/libssl/src/crypto/engine/eng_fat.c
    U src/lib/libssl/src/crypto/engine/engine.h
    U src/lib/libssl/src/crypto/engine/enginetest.c
    U src/lib/libssl/src/crypto/engine/eng_init.c
    U src/lib/libssl/src/crypto/engine/eng_int.h
    U src/lib/libssl/src/crypto/engine/eng_lib.c
    U src/lib/libssl/src/crypto/engine/eng_list.c
    U src/lib/libssl/src/crypto/engine/eng_openssl.c
    U src/lib/libssl/src/crypto/engine/eng_padlock.c
    U src/lib/libssl/src/crypto/engine/eng_pkey.c
    U src/lib/libssl/src/crypto/engine/eng_table.c
    U src/lib/libssl/src/crypto/engine/Makefile
    U src/lib/libssl/src/crypto/engine/README
    U src/lib/libssl/src/crypto/engine/tb_cipher.c
    U src/lib/libssl/src/crypto/engine/tb_dh.c
    U src/lib/libssl/src/crypto/engine/tb_digest.c
    U src/lib/libssl/src/crypto/engine/tb_dsa.c
    U src/lib/libssl/src/crypto/engine/tb_ecdh.c
    U src/lib/libssl/src/crypto/engine/tb_ecdsa.c
    U src/lib/libssl/src/crypto/engine/tb_rand.c
    U src/lib/libssl/src/crypto/engine/tb_rsa.c
    U src/lib/libssl/src/crypto/engine/tb_store.c
    U src/lib/libssl/src/crypto/err/err_all.c
    U src/lib/libssl/src/crypto/err/err_bio.c
    U src/lib/libssl/src/crypto/err/err.c
    U src/lib/libssl/src/crypto/err/err_def.c
    U src/lib/libssl/src/crypto/err/err.h
    U src/lib/libssl/src/crypto/err/err_prn.c
    U src/lib/libssl/src/crypto/err/err_str.c
    U src/lib/libssl/src/crypto/err/Makefile
    U src/lib/libssl/src/crypto/err/openssl.ec
    U src/lib/libssl/src/crypto/evp/bio_b64.c
    U src/lib/libssl/src/crypto/evp/bio_enc.c
    U src/lib/libssl/src/crypto/evp/bio_md.c
    U src/lib/libssl/src/crypto/evp/bio_ok.c
    U src/lib/libssl/src/crypto/evp/c_all.c
    U src/lib/libssl/src/crypto/evp/c_allc.c
    U src/lib/libssl/src/crypto/evp/c_alld.c
    U src/lib/libssl/src/crypto/evp/dig_eng.c
    U src/lib/libssl/src/crypto/evp/digest.c
    U src/lib/libssl/src/crypto/evp/e_aes.c
    U src/lib/libssl/src/crypto/evp/e_bf.c
    U src/lib/libssl/src/crypto/evp/e_camellia.c
    U src/lib/libssl/src/crypto/evp/e_cast.c
    U src/lib/libssl/src/crypto/evp/e_des3.c
    U src/lib/libssl/src/crypto/evp/e_des.c
    U src/lib/libssl/src/crypto/evp/e_dsa.c
    U src/lib/libssl/src/crypto/evp/e_idea.c
    U src/lib/libssl/src/crypto/evp/enc_min.c
    U src/lib/libssl/src/crypto/evp/encode.c
    U src/lib/libssl/src/crypto/evp/e_null.c
    U src/lib/libssl/src/crypto/evp/e_old.c
    U src/lib/libssl/src/crypto/evp/e_rc2.c
    U src/lib/libssl/src/crypto/evp/e_rc4.c
    U src/lib/libssl/src/crypto/evp/e_rc5.c
    U src/lib/libssl/src/crypto/evp/e_seed.c
    U src/lib/libssl/src/crypto/evp/evp_acnf.c
    U src/lib/libssl/src/crypto/evp/evp_cnf.c
    U src/lib/libssl/src/crypto/evp/evp_enc.c
    U src/lib/libssl/src/crypto/evp/evp_err.c
    U src/lib/libssl/src/crypto/evp/evp.h
    U src/lib/libssl/src/crypto/evp/evp_key.c
    U src/lib/libssl/src/crypto/evp/evp_lib.c
    U src/lib/libssl/src/crypto/evp/evp_locl.h
    U src/lib/libssl/src/crypto/evp/evp_pbe.c
    U src/lib/libssl/src/crypto/evp/evp_pkey.c
    C src/lib/libssl/src/crypto/evp/evp_test.c
    U src/lib/libssl/src/crypto/evp/evptests.txt
    U src/lib/libssl/src/crypto/evp/e_xcbc_d.c
    U src/lib/libssl/src/crypto/evp/Makefile
    U src/lib/libssl/src/crypto/evp/m_dss1.c
    U src/lib/libssl/src/crypto/evp/m_dss.c
    U src/lib/libssl/src/crypto/evp/m_ecdsa.c
    U src/lib/libssl/src/crypto/evp/m_md2.c
    U src/lib/libssl/src/crypto/evp/m_md4.c
    U src/lib/libssl/src/crypto/evp/m_md5.c
    U src/lib/libssl/src/crypto/evp/m_mdc2.c
    U src/lib/libssl/src/crypto/evp/m_null.c
    U src/lib/libssl/src/crypto/evp/m_ripemd.c
    U src/lib/libssl/src/crypto/evp/m_sha1.c
    U src/lib/libssl/src/crypto/evp/m_sha.c
    U src/lib/libssl/src/crypto/evp/names.c
    U src/lib/libssl/src/crypto/evp/openbsd_hw.c
    U src/lib/libssl/src/crypto/evp/p5_crpt2.c
    U src/lib/libssl/src/crypto/evp/p5_crpt.c
    U src/lib/libssl/src/crypto/evp/p_dec.c
    U src/lib/libssl/src/crypto/evp/p_enc.c
    U src/lib/libssl/src/crypto/evp/p_lib.c
    U src/lib/libssl/src/crypto/evp/p_open.c
    U src/lib/libssl/src/crypto/evp/p_seal.c
    U src/lib/libssl/src/crypto/evp/p_sign.c
    U src/lib/libssl/src/crypto/evp/p_verify.c
    U src/lib/libssl/src/crypto/md2/Makefile
    U src/lib/libssl/src/crypto/md2/md2.c
    U src/lib/libssl/src/crypto/md2/md2_dgst.c
    U src/lib/libssl/src/crypto/md2/md2.h
    U src/lib/libssl/src/crypto/md2/md2_one.c
    U src/lib/libssl/src/crypto/md2/md2test.c
    U src/lib/libssl/src/crypto/hmac/hmac.c
    U src/lib/libssl/src/crypto/hmac/hmac.h
    U src/lib/libssl/src/crypto/hmac/hmactest.c
    U src/lib/libssl/src/crypto/hmac/Makefile
    U src/lib/libssl/src/crypto/idea/idea.h
    U src/lib/libssl/src/crypto/idea/ideatest.c
    U src/lib/libssl/src/crypto/idea/Makefile
    U src/lib/libssl/src/crypto/idea/version
    U src/lib/libssl/src/crypto/jpake/jpake.c
    U src/lib/libssl/src/crypto/jpake/jpake_err.c
    U src/lib/libssl/src/crypto/jpake/jpake.h
    U src/lib/libssl/src/crypto/jpake/jpaketest.c
    U src/lib/libssl/src/crypto/jpake/Makefile
    U src/lib/libssl/src/crypto/krb5/krb5_asn.c
    U src/lib/libssl/src/crypto/krb5/krb5_asn.h
    U src/lib/libssl/src/crypto/krb5/Makefile
    U src/lib/libssl/src/crypto/lhash/lhash.c
    U src/lib/libssl/src/crypto/lhash/lhash.h
    U src/lib/libssl/src/crypto/lhash/lh_stats.c
    U src/lib/libssl/src/crypto/lhash/lh_test.c
    U src/lib/libssl/src/crypto/lhash/Makefile
    U src/lib/libssl/src/crypto/lhash/num.pl
    U src/lib/libssl/src/crypto/md4/Makefile
    U src/lib/libssl/src/crypto/md4/md4.c
    U src/lib/libssl/src/crypto/md4/md4_dgst.c
    U src/lib/libssl/src/crypto/md4/md4.h
    U src/lib/libssl/src/crypto/md4/md4_locl.h
    U src/lib/libssl/src/crypto/md4/md4_one.c
    U src/lib/libssl/src/crypto/md4/md4s.cpp
    U src/lib/libssl/src/crypto/md4/md4test.c
    U src/lib/libssl/src/crypto/md5/Makefile
    U src/lib/libssl/src/crypto/md5/md5.c
    U src/lib/libssl/src/crypto/md5/md5_dgst.c
    U src/lib/libssl/src/crypto/md5/md5.h
    U src/lib/libssl/src/crypto/md5/md5_locl.h
    U src/lib/libssl/src/crypto/md5/md5_one.c
    U src/lib/libssl/src/crypto/md5/md5s.cpp
    U src/lib/libssl/src/crypto/md5/md5test.c
    U src/lib/libssl/src/crypto/md5/asm/md5-586.pl
    U src/lib/libssl/src/crypto/md5/asm/md5-x86_64.pl
    U src/lib/libssl/src/crypto/mdc2/Makefile
    U src/lib/libssl/src/crypto/mdc2/mdc2.h
    U src/lib/libssl/src/crypto/mdc2/mdc2test.c
    U src/lib/libssl/src/crypto/objects/Makefile
    U src/lib/libssl/src/crypto/objects/obj_dat.c
    U src/lib/libssl/src/crypto/objects/obj_dat.h
    U src/lib/libssl/src/crypto/objects/obj_dat.pl
    U src/lib/libssl/src/crypto/objects/objects.h
    U src/lib/libssl/src/crypto/objects/objects.pl
    U src/lib/libssl/src/crypto/objects/objects.README
    U src/lib/libssl/src/crypto/objects/objects.txt
    U src/lib/libssl/src/crypto/objects/obj_err.c
    U src/lib/libssl/src/crypto/objects/obj_lib.c
    U src/lib/libssl/src/crypto/objects/obj_mac.h
    U src/lib/libssl/src/crypto/objects/obj_mac.num
    U src/lib/libssl/src/crypto/objects/o_names.c
    U src/lib/libssl/src/crypto/ocsp/Makefile
    U src/lib/libssl/src/crypto/ocsp/ocsp_asn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_cl.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_err.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_ext.c
    U src/lib/libssl/src/crypto/ocsp/ocsp.h
    U src/lib/libssl/src/crypto/ocsp/ocsp_ht.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_lib.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_prn.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_srv.c
    U src/lib/libssl/src/crypto/ocsp/ocsp_vfy.c
    U src/lib/libssl/src/crypto/pem/Makefile
    U src/lib/libssl/src/crypto/pem/message
    U src/lib/libssl/src/crypto/pem/pem2.h
    U src/lib/libssl/src/crypto/pem/pem_all.c
    U src/lib/libssl/src/crypto/pem/pem_err.c
    C src/lib/libssl/src/crypto/pem/pem.h
    U src/lib/libssl/src/crypto/pem/pem_info.c
    U src/lib/libssl/src/crypto/pem/pem_lib.c
    U src/lib/libssl/src/crypto/pem/pem_oth.c
    U src/lib/libssl/src/crypto/pem/pem_pk8.c
    U src/lib/libssl/src/crypto/pem/pem_pkey.c
    U src/lib/libssl/src/crypto/pem/pem_seal.c
    U src/lib/libssl/src/crypto/pem/pem_sign.c
    U src/lib/libssl/src/crypto/pem/pem_x509.c
    U src/lib/libssl/src/crypto/pem/pem_xaux.c
    U src/lib/libssl/src/crypto/pem/pkcs7.lis
    U src/lib/libssl/src/crypto/perlasm/cbc.pl
    U src/lib/libssl/src/crypto/perlasm/readme
    U src/lib/libssl/src/crypto/perlasm/x86_64-xlate.pl
    U src/lib/libssl/src/crypto/perlasm/x86asm.pl
    U src/lib/libssl/src/crypto/perlasm/x86ms.pl
    U src/lib/libssl/src/crypto/perlasm/x86nasm.pl
    U src/lib/libssl/src/crypto/perlasm/x86unix.pl
    U src/lib/libssl/src/crypto/pkcs12/Makefile
    U src/lib/libssl/src/crypto/pkcs12/p12_add.c
    U src/lib/libssl/src/crypto/pkcs12/p12_asn.c
    U src/lib/libssl/src/crypto/pkcs12/p12_attr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_crpt.c
    C src/lib/libssl/src/crypto/pkcs12/p12_crt.c
    U src/lib/libssl/src/crypto/pkcs12/p12_decr.c
    U src/lib/libssl/src/crypto/pkcs12/p12_init.c
    U src/lib/libssl/src/crypto/pkcs12/p12_key.c
    U src/lib/libssl/src/crypto/pkcs12/p12_kiss.c
    U src/lib/libssl/src/crypto/pkcs12/p12_mutl.c
    U src/lib/libssl/src/crypto/pkcs12/p12_npas.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8d.c
    U src/lib/libssl/src/crypto/pkcs12/p12_p8e.c
    U src/lib/libssl/src/crypto/pkcs12/p12_utl.c
    U src/lib/libssl/src/crypto/pkcs12/pk12err.c
    U src/lib/libssl/src/crypto/pkcs12/pkcs12.h
    U src/lib/libssl/src/crypto/pkcs7/bio_ber.c
    U src/lib/libssl/src/crypto/pkcs7/dec.c
    U src/lib/libssl/src/crypto/pkcs7/des.pem
    U src/lib/libssl/src/crypto/pkcs7/doc
    U src/lib/libssl/src/crypto/pkcs7/enc.c
    U src/lib/libssl/src/crypto/pkcs7/es1.pem
    U src/lib/libssl/src/crypto/pkcs7/example.c
    U src/lib/libssl/src/crypto/pkcs7/example.h
    U src/lib/libssl/src/crypto/pkcs7/infokey.pem
    U src/lib/libssl/src/crypto/pkcs7/info.pem
    U src/lib/libssl/src/crypto/pkcs7/Makefile
    U src/lib/libssl/src/crypto/pkcs7/pk7_asn1.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_attr.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_dgst.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_doit.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_enc.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_lib.c
    U src/lib/libssl/src/crypto/pkcs7/pk7_mime.c
    C src/lib/libssl/src/crypto/pkcs7/pk7_smime.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7err.c
    U src/lib/libssl/src/crypto/pkcs7/pkcs7.h
    U src/lib/libssl/src/crypto/pkcs7/server.pem
    U src/lib/libssl/src/crypto/pkcs7/sign.c
    U src/lib/libssl/src/crypto/pkcs7/verify.c
    U src/lib/libssl/src/crypto/pkcs7/p7/a1
    U src/lib/libssl/src/crypto/pkcs7/p7/a2
    U src/lib/libssl/src/crypto/pkcs7/p7/cert.p7c
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7m
    U src/lib/libssl/src/crypto/pkcs7/p7/smime.p7s
    U src/lib/libssl/src/crypto/pkcs7/t/3des.pem
    U src/lib/libssl/src/crypto/pkcs7/t/3dess.pem
    U src/lib/libssl/src/crypto/pkcs7/t/c.pem
    U src/lib/libssl/src/crypto/pkcs7/t/ff
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-01.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02
    U src/lib/libssl/src/crypto/pkcs7/t/msie-enc-02.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e
    U src/lib/libssl/src/crypto/pkcs7/t/msie-s-a-e.pem
    U src/lib/libssl/src/crypto/pkcs7/t/nav-smime
    U src/lib/libssl/src/crypto/pkcs7/t/server.pem
    U src/lib/libssl/src/crypto/pkcs7/t/s.pem
    U src/lib/libssl/src/crypto/pqueue/Makefile
    U src/lib/libssl/src/crypto/pqueue/pq_compat.h
    U src/lib/libssl/src/crypto/pqueue/pq_test.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.c
    U src/lib/libssl/src/crypto/pqueue/pqueue.h
    U src/lib/libssl/src/crypto/rand/Makefile
    U src/lib/libssl/src/crypto/rand/md_rand.c
    U src/lib/libssl/src/crypto/rand/rand_egd.c
    U src/lib/libssl/src/crypto/rand/rand_eng.c
    U src/lib/libssl/src/crypto/rand/rand_err.c
    U src/lib/libssl/src/crypto/rand/randfile.c
    U src/lib/libssl/src/crypto/rand/rand.h
    U src/lib/libssl/src/crypto/rand/rand_lcl.h
    U src/lib/libssl/src/crypto/rand/rand_lib.c
    U src/lib/libssl/src/crypto/rand/rand_nw.c
    U src/lib/libssl/src/crypto/rand/rand_os2.c
    U src/lib/libssl/src/crypto/rand/randtest.c
    C src/lib/libssl/src/crypto/rand/rand_unix.c
    U src/lib/libssl/src/crypto/rand/rand_vms.c
    U src/lib/libssl/src/crypto/rand/rand_win.c
    U src/lib/libssl/src/crypto/rc2/Makefile
    U src/lib/libssl/src/crypto/rc2/rc2_cbc.c
    U src/lib/libssl/src/crypto/rc2/rc2cfb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_ecb.c
    U src/lib/libssl/src/crypto/rc2/rc2.h
    U src/lib/libssl/src/crypto/rc2/rc2_locl.h
    U src/lib/libssl/src/crypto/rc2/rc2ofb64.c
    U src/lib/libssl/src/crypto/rc2/rc2_skey.c
    U src/lib/libssl/src/crypto/rc2/rc2speed.c
    U src/lib/libssl/src/crypto/rc2/rc2test.c
    U src/lib/libssl/src/crypto/rc2/rrc2.doc
    U src/lib/libssl/src/crypto/rc2/tab.c
    U src/lib/libssl/src/crypto/rc2/version
    U src/lib/libssl/src/crypto/rc4/Makefile
    U src/lib/libssl/src/crypto/rc4/rc4.c
    U src/lib/libssl/src/crypto/rc4/rc4_enc.c
    U src/lib/libssl/src/crypto/rc4/rc4_fblk.c
    U src/lib/libssl/src/crypto/rc4/rc4.h
    U src/lib/libssl/src/crypto/rc4/rc4_locl.h
    U src/lib/libssl/src/crypto/rc4/rc4s.cpp
    U src/lib/libssl/src/crypto/rc4/rc4_skey.c
    U src/lib/libssl/src/crypto/rc4/rc4speed.c
    U src/lib/libssl/src/crypto/rc4/rc4test.c
    U src/lib/libssl/src/crypto/rc4/rrc4.doc
    U src/lib/libssl/src/crypto/rc4/asm/rc4-586.pl
    U src/lib/libssl/src/crypto/rc4/asm/rc4-ia64.S
    U src/lib/libssl/src/crypto/rc4/asm/rc4-x86_64.pl
    U src/lib/libssl/src/crypto/rc5/Makefile
    U src/lib/libssl/src/crypto/rc5/rc5.h
    U src/lib/libssl/src/crypto/rc5/rc5_locl.h
    U src/lib/libssl/src/crypto/rc5/rc5s.cpp
    U src/lib/libssl/src/crypto/rc5/rc5test.c
    U src/lib/libssl/src/crypto/ripemd/Makefile
    C src/lib/libssl/src/crypto/ripemd/README
    U src/lib/libssl/src/crypto/ripemd/ripemd.h
    U src/lib/libssl/src/crypto/ripemd/rmd160.c
    U src/lib/libssl/src/crypto/ripemd/rmdconst.h
    U src/lib/libssl/src/crypto/ripemd/rmd_dgst.c
    U src/lib/libssl/src/crypto/ripemd/rmd_locl.h
    U src/lib/libssl/src/crypto/ripemd/rmd_one.c
    U src/lib/libssl/src/crypto/ripemd/rmdtest.c
    U src/lib/libssl/src/crypto/ripemd/asm/rips.cpp
    U src/lib/libssl/src/crypto/ripemd/asm/rmd-586.pl
    U src/lib/libssl/src/crypto/rsa/Makefile
    U src/lib/libssl/src/crypto/rsa/rsa_asn1.c
    U src/lib/libssl/src/crypto/rsa/rsa_chk.c
    U src/lib/libssl/src/crypto/rsa/rsa_depr.c
    U src/lib/libssl/src/crypto/rsa/rsa_eay.c
    U src/lib/libssl/src/crypto/rsa/rsa_eng.c
    U src/lib/libssl/src/crypto/rsa/rsa_err.c
    U src/lib/libssl/src/crypto/rsa/rsa_gen.c
    U src/lib/libssl/src/crypto/rsa/rsa.h
    U src/lib/libssl/src/crypto/rsa/rsa_lib.c
    U src/lib/libssl/src/crypto/rsa/rsa_none.c
    U src/lib/libssl/src/crypto/rsa/rsa_null.c
    U src/lib/libssl/src/crypto/rsa/rsa_oaep.c
    U src/lib/libssl/src/crypto/rsa/rsa_pk1.c
    U src/lib/libssl/src/crypto/rsa/rsa_pss.c
    U src/lib/libssl/src/crypto/rsa/rsa_saos.c
    U src/lib/libssl/src/crypto/rsa/rsa_sign.c
    U src/lib/libssl/src/crypto/rsa/rsa_ssl.c
    U src/lib/libssl/src/crypto/rsa/rsa_test.c
    U src/lib/libssl/src/crypto/rsa/rsa_x931.c
    U src/lib/libssl/src/crypto/rsa/rsa_x931g.c
    U src/lib/libssl/src/crypto/seed/Makefile
    U src/lib/libssl/src/crypto/seed/seed.c
    U src/lib/libssl/src/crypto/seed/seed_cbc.c
    U src/lib/libssl/src/crypto/seed/seed_cfb.c
    U src/lib/libssl/src/crypto/seed/seed_ecb.c
    U src/lib/libssl/src/crypto/seed/seed.h
    U src/lib/libssl/src/crypto/seed/seed_locl.h
    U src/lib/libssl/src/crypto/seed/seed_ofb.c
    U src/lib/libssl/src/crypto/sha/Makefile
    U src/lib/libssl/src/crypto/sha/sha1.c
    U src/lib/libssl/src/crypto/sha/sha1dgst.c
    U src/lib/libssl/src/crypto/sha/sha1_one.c
    U src/lib/libssl/src/crypto/sha/sha1s.cpp
    U src/lib/libssl/src/crypto/sha/sha1test.c
    U src/lib/libssl/src/crypto/sha/sha256.c
    U src/lib/libssl/src/crypto/sha/sha256t.c
    U src/lib/libssl/src/crypto/sha/sha512.c
    U src/lib/libssl/src/crypto/sha/sha512t.c
    U src/lib/libssl/src/crypto/sha/sha.c
    U src/lib/libssl/src/crypto/sha/sha_dgst.c
    U src/lib/libssl/src/crypto/sha/sha.h
    U src/lib/libssl/src/crypto/sha/sha_locl.h
    U src/lib/libssl/src/crypto/sha/sha_one.c
    U src/lib/libssl/src/crypto/sha/shatest.c
    U src/lib/libssl/src/crypto/sha/asm/README
    U src/lib/libssl/src/crypto/sha/asm/sha1-586.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-ia64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha1-x86_64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-ia64.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-sse2.pl
    U src/lib/libssl/src/crypto/sha/asm/sha512-x86_64.pl
    U src/lib/libssl/src/crypto/stack/Makefile
    U src/lib/libssl/src/crypto/stack/safestack.h
    U src/lib/libssl/src/crypto/stack/stack.c
    U src/lib/libssl/src/crypto/stack/stack.h
    U src/lib/libssl/src/crypto/store/Makefile
    U src/lib/libssl/src/crypto/store/README
    U src/lib/libssl/src/crypto/store/store.h
    U src/lib/libssl/src/crypto/store/str_err.c
    U src/lib/libssl/src/crypto/store/str_lib.c
    U src/lib/libssl/src/crypto/store/str_locl.h
    U src/lib/libssl/src/crypto/store/str_mem.c
    U src/lib/libssl/src/crypto/store/str_meth.c
    U src/lib/libssl/src/crypto/threads/mttest.c
    U src/lib/libssl/src/crypto/threads/netware.bat
    U src/lib/libssl/src/crypto/threads/profile.sh
    U src/lib/libssl/src/crypto/threads/ptest.bat
    U src/lib/libssl/src/crypto/threads/pthread2.sh
    U src/lib/libssl/src/crypto/threads/pthread.sh
    U src/lib/libssl/src/crypto/threads/pthreads-vms.com
    U src/lib/libssl/src/crypto/threads/purify.sh
    U src/lib/libssl/src/crypto/threads/README
    U src/lib/libssl/src/crypto/threads/solaris.sh
    U src/lib/libssl/src/crypto/threads/th-lock.c
    U src/lib/libssl/src/crypto/threads/win32.bat
    U src/lib/libssl/src/crypto/txt_db/Makefile
    U src/lib/libssl/src/crypto/txt_db/txt_db.c
    U src/lib/libssl/src/crypto/txt_db/txt_db.h
    U src/lib/libssl/src/crypto/ui/Makefile
    U src/lib/libssl/src/crypto/ui/ui_compat.c
    U src/lib/libssl/src/crypto/ui/ui_compat.h
    U src/lib/libssl/src/crypto/ui/ui_err.c
    U src/lib/libssl/src/crypto/ui/ui.h
    C src/lib/libssl/src/crypto/ui/ui_lib.c
    U src/lib/libssl/src/crypto/ui/ui_locl.h
    U src/lib/libssl/src/crypto/ui/ui_openssl.c
    U src/lib/libssl/src/crypto/ui/ui_util.c
    U src/lib/libssl/src/crypto/x509/by_dir.c
    U src/lib/libssl/src/crypto/x509/by_file.c
    U src/lib/libssl/src/crypto/x509/Makefile
    U src/lib/libssl/src/crypto/x509/x509_att.c
    C src/lib/libssl/src/crypto/x509/x509_cmp.c
    U src/lib/libssl/src/crypto/x509/x509cset.c
    U src/lib/libssl/src/crypto/x509/x509_d2.c
    U src/lib/libssl/src/crypto/x509/x509_def.c
    U src/lib/libssl/src/crypto/x509/x509_err.c
    U src/lib/libssl/src/crypto/x509/x509_ext.c
    U src/lib/libssl/src/crypto/x509/x509.h
    U src/lib/libssl/src/crypto/x509/x509_lu.c
    U src/lib/libssl/src/crypto/x509/x509name.c
    U src/lib/libssl/src/crypto/x509/x509_obj.c
    U src/lib/libssl/src/crypto/x509/x509_r2x.c
    U src/lib/libssl/src/crypto/x509/x509_req.c
    U src/lib/libssl/src/crypto/x509/x509rset.c
    U src/lib/libssl/src/crypto/x509/x509_set.c
    U src/lib/libssl/src/crypto/x509/x509spki.c
    U src/lib/libssl/src/crypto/x509/x509_trs.c
    U src/lib/libssl/src/crypto/x509/x509_txt.c
    U src/lib/libssl/src/crypto/x509/x509type.c
    U src/lib/libssl/src/crypto/x509/x509_v3.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.c
    U src/lib/libssl/src/crypto/x509/x509_vfy.h
    U src/lib/libssl/src/crypto/x509/x509_vpm.c
    U src/lib/libssl/src/crypto/x509/x_all.c
    U src/lib/libssl/src/crypto/x509v3/ext_dat.h
    U src/lib/libssl/src/crypto/x509v3/Makefile
    U src/lib/libssl/src/crypto/x509v3/pcy_cache.c
    U src/lib/libssl/src/crypto/x509v3/pcy_data.c
    U src/lib/libssl/src/crypto/x509v3/pcy_int.h
    U src/lib/libssl/src/crypto/x509v3/pcy_lib.c
    U src/lib/libssl/src/crypto/x509v3/pcy_map.c
    U src/lib/libssl/src/crypto/x509v3/pcy_node.c
    U src/lib/libssl/src/crypto/x509v3/pcy_tree.c
    U src/lib/libssl/src/crypto/x509v3/tabtest.c
    C src/lib/libssl/src/crypto/x509v3/v3_addr.c
    U src/lib/libssl/src/crypto/x509v3/v3_akeya.c
    U src/lib/libssl/src/crypto/x509v3/v3_akey.c
    U src/lib/libssl/src/crypto/x509v3/v3_alt.c
    U src/lib/libssl/src/crypto/x509v3/v3_asid.c
    U src/lib/libssl/src/crypto/x509v3/v3_bcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_bitst.c
    U src/lib/libssl/src/crypto/x509v3/v3_conf.c
    U src/lib/libssl/src/crypto/x509v3/v3conf.c
    C src/lib/libssl/src/crypto/x509v3/v3_cpols.c
    U src/lib/libssl/src/crypto/x509v3/v3_crld.c
    U src/lib/libssl/src/crypto/x509v3/v3_enum.c
    U src/lib/libssl/src/crypto/x509v3/v3err.c
    U src/lib/libssl/src/crypto/x509v3/v3_extku.c
    U src/lib/libssl/src/crypto/x509v3/v3_genn.c
    U src/lib/libssl/src/crypto/x509v3/v3_ia5.c
    U src/lib/libssl/src/crypto/x509v3/v3_info.c
    U src/lib/libssl/src/crypto/x509v3/v3_int.c
    U src/lib/libssl/src/crypto/x509v3/v3_lib.c
    U src/lib/libssl/src/crypto/x509v3/v3_ncons.c
    U src/lib/libssl/src/crypto/x509v3/v3_ocsp.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcia.c
    U src/lib/libssl/src/crypto/x509v3/v3_pci.c
    U src/lib/libssl/src/crypto/x509v3/v3_pcons.c
    U src/lib/libssl/src/crypto/x509v3/v3_pku.c
    U src/lib/libssl/src/crypto/x509v3/v3_pmaps.c
    U src/lib/libssl/src/crypto/x509v3/v3prin.c
    U src/lib/libssl/src/crypto/x509v3/v3_prn.c
    U src/lib/libssl/src/crypto/x509v3/v3_purp.c
    U src/lib/libssl/src/crypto/x509v3/v3_skey.c
    U src/lib/libssl/src/crypto/x509v3/v3_sxnet.c
    C src/lib/libssl/src/crypto/x509v3/v3_utl.c
    U src/lib/libssl/src/crypto/x509v3/x509v3.h
    U src/lib/libssl/src/demos/b64.c
    U src/lib/libssl/src/demos/b64.pl
    U src/lib/libssl/src/demos/privkey.pem
    U src/lib/libssl/src/demos/README
    U src/lib/libssl/src/demos/selfsign.c
    U src/lib/libssl/src/demos/spkigen.c
    U src/lib/libssl/src/demos/asn1/ocsp.c
    U src/lib/libssl/src/demos/asn1/README.ASN1
    U src/lib/libssl/src/demos/bio/Makefile
    U src/lib/libssl/src/demos/bio/README
    U src/lib/libssl/src/demos/bio/saccept.c
    U src/lib/libssl/src/demos/bio/sconnect.c
    U src/lib/libssl/src/demos/bio/server.pem
    U src/lib/libssl/src/demos/easy_tls/cacerts.pem
    U src/lib/libssl/src/demos/easy_tls/cert.pem
    U src/lib/libssl/src/demos/easy_tls/easy-tls.c
    U src/lib/libssl/src/demos/easy_tls/easy-tls.h
    U src/lib/libssl/src/demos/easy_tls/Makefile
    U src/lib/libssl/src/demos/easy_tls/README
    U src/lib/libssl/src/demos/easy_tls/test.c
    U src/lib/libssl/src/demos/easy_tls/test.h
    U src/lib/libssl/src/demos/eay/base64.c
    U src/lib/libssl/src/demos/eay/conn.c
    U src/lib/libssl/src/demos/eay/loadrsa.c
    U src/lib/libssl/src/demos/eay/Makefile
    U src/lib/libssl/src/demos/engines/cluster_labs/cluster_labs.h
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs.ec
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.c
    U src/lib/libssl/src/demos/engines/cluster_labs/hw_cluster_labs_err.h
    U src/lib/libssl/src/demos/engines/cluster_labs/Makefile
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca.ec
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.c
    U src/lib/libssl/src/demos/engines/ibmca/hw_ibmca_err.h
    U src/lib/libssl/src/demos/engines/ibmca/ica_openssl_api.h
    U src/lib/libssl/src/demos/engines/ibmca/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/build.com
    U src/lib/libssl/src/demos/engines/rsaref/Makefile
    U src/lib/libssl/src/demos/engines/rsaref/README
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref.ec
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.c
    U src/lib/libssl/src/demos/engines/rsaref/rsaref_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.ec
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.c
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod_err.h
    U src/lib/libssl/src/demos/engines/zencod/hw_zencod.h
    U src/lib/libssl/src/demos/engines/zencod/Makefile
    U src/lib/libssl/src/demos/jpake/jpakedemo.c
    U src/lib/libssl/src/demos/jpake/Makefile
    U src/lib/libssl/src/demos/maurice/cert.pem
    U src/lib/libssl/src/demos/maurice/example1.c
    U src/lib/libssl/src/demos/maurice/example2.c
    U src/lib/libssl/src/demos/maurice/example3.c
    U src/lib/libssl/src/demos/maurice/example4.c
    U src/lib/libssl/src/demos/maurice/loadkeys.c
    U src/lib/libssl/src/demos/maurice/loadkeys.h
    U src/lib/libssl/src/demos/maurice/Makefile
    U src/lib/libssl/src/demos/maurice/privkey.pem
    U src/lib/libssl/src/demos/maurice/README
    U src/lib/libssl/src/demos/pkcs12/pkread.c
    U src/lib/libssl/src/demos/pkcs12/pkwrite.c
    U src/lib/libssl/src/demos/pkcs12/README
    U src/lib/libssl/src/demos/prime/Makefile
    U src/lib/libssl/src/demos/prime/prime.c
    U src/lib/libssl/src/demos/sign/cert.pem
    U src/lib/libssl/src/demos/sign/key.pem
    U src/lib/libssl/src/demos/sign/Makefile
    U src/lib/libssl/src/demos/sign/sign.c
    U src/lib/libssl/src/demos/sign/sign.txt
    U src/lib/libssl/src/demos/sign/sig.txt
    U src/lib/libssl/src/demos/ssl/cli.cpp
    U src/lib/libssl/src/demos/ssl/inetdsrv.cpp
    U src/lib/libssl/src/demos/ssl/serv.cpp
    U src/lib/libssl/src/demos/ssltest-ecc/ECCcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ECC-RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/README
    U src/lib/libssl/src/demos/ssltest-ecc/RSAcertgen.sh
    U src/lib/libssl/src/demos/ssltest-ecc/ssltest.sh
    U src/lib/libssl/src/demos/state_machine/Makefile
    U src/lib/libssl/src/demos/state_machine/state_machine.c
    U src/lib/libssl/src/demos/tunala/A-client.pem
    U src/lib/libssl/src/demos/tunala/A-server.pem
    U src/lib/libssl/src/demos/tunala/autogunk.sh
    U src/lib/libssl/src/demos/tunala/autoungunk.sh
    U src/lib/libssl/src/demos/tunala/breakage.c
    U src/lib/libssl/src/demos/tunala/buffer.c
    U src/lib/libssl/src/demos/tunala/CA.pem
    U src/lib/libssl/src/demos/tunala/cb.c
    U src/lib/libssl/src/demos/tunala/configure.in
    U src/lib/libssl/src/demos/tunala/INSTALL
    U src/lib/libssl/src/demos/tunala/ip.c
    U src/lib/libssl/src/demos/tunala/Makefile
    U src/lib/libssl/src/demos/tunala/Makefile.am
    U src/lib/libssl/src/demos/tunala/README
    U src/lib/libssl/src/demos/tunala/sm.c
    U src/lib/libssl/src/demos/tunala/test.sh
    U src/lib/libssl/src/demos/tunala/tunala.c
    U src/lib/libssl/src/demos/tunala/tunala.h
    U src/lib/libssl/src/demos/x509/mkcert.c
    U src/lib/libssl/src/demos/x509/mkreq.c
    U src/lib/libssl/src/demos/x509/README
    U src/lib/libssl/src/doc/c-indentation.el
    U src/lib/libssl/src/doc/fingerprints.txt
    U src/lib/libssl/src/doc/openssl_button.gif
    U src/lib/libssl/src/doc/openssl_button.html
    U src/lib/libssl/src/doc/openssl-shared.txt
    U src/lib/libssl/src/doc/openssl.txt
    U src/lib/libssl/src/doc/README
    C src/lib/libssl/src/doc/ssleay.txt
    U src/lib/libssl/src/doc/standards.txt
    U src/lib/libssl/src/doc/apps/asn1parse.pod
    U src/lib/libssl/src/doc/apps/CA.pl.pod
    U src/lib/libssl/src/doc/apps/ca.pod
    U src/lib/libssl/src/doc/apps/ciphers.pod
    U src/lib/libssl/src/doc/apps/config.pod
    U src/lib/libssl/src/doc/apps/crl2pkcs7.pod
    U src/lib/libssl/src/doc/apps/crl.pod
    U src/lib/libssl/src/doc/apps/dgst.pod
    U src/lib/libssl/src/doc/apps/dhparam.pod
    U src/lib/libssl/src/doc/apps/dsaparam.pod
    U src/lib/libssl/src/doc/apps/dsa.pod
    U src/lib/libssl/src/doc/apps/ecparam.pod
    U src/lib/libssl/src/doc/apps/ec.pod
    U src/lib/libssl/src/doc/apps/enc.pod
    U src/lib/libssl/src/doc/apps/errstr.pod
    U src/lib/libssl/src/doc/apps/gendsa.pod
    U src/lib/libssl/src/doc/apps/genrsa.pod
    U src/lib/libssl/src/doc/apps/nseq.pod
    U src/lib/libssl/src/doc/apps/ocsp.pod
    U src/lib/libssl/src/doc/apps/openssl.pod
    U src/lib/libssl/src/doc/apps/passwd.pod
    U src/lib/libssl/src/doc/apps/pkcs12.pod
    U src/lib/libssl/src/doc/apps/pkcs7.pod
    U src/lib/libssl/src/doc/apps/pkcs8.pod
    U src/lib/libssl/src/doc/apps/req.pod
    C src/lib/libssl/src/doc/apps/rand.pod
    U src/lib/libssl/src/doc/apps/rsa.pod
    U src/lib/libssl/src/doc/apps/rsautl.pod
    U src/lib/libssl/src/doc/apps/s_client.pod
    U src/lib/libssl/src/doc/apps/sess_id.pod
    U src/lib/libssl/src/doc/apps/smime.pod
    U src/lib/libssl/src/doc/apps/speed.pod
    U src/lib/libssl/src/doc/apps/spkac.pod
    U src/lib/libssl/src/doc/apps/s_server.pod
    U src/lib/libssl/src/doc/apps/s_time.pod
    U src/lib/libssl/src/doc/apps/verify.pod
    U src/lib/libssl/src/doc/apps/version.pod
    C src/lib/libssl/src/doc/apps/x509.pod
    U src/lib/libssl/src/doc/apps/x509v3_config.pod
    U src/lib/libssl/src/doc/crypto/ASN1_generate_nconf.pod
    U src/lib/libssl/src/doc/crypto/ASN1_OBJECT_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_length.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_new.pod
    U src/lib/libssl/src/doc/crypto/ASN1_STRING_print_ex.pod
    U src/lib/libssl/src/doc/crypto/BIO_ctrl.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_base64.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_buffer.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_cipher.pod
    U src/lib/libssl/src/doc/crypto/BIO_find_type.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_md.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_f_ssl.pod
    U src/lib/libssl/src/doc/crypto/BIO_new.pod
    U src/lib/libssl/src/doc/crypto/bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_push.pod
    U src/lib/libssl/src/doc/crypto/BIO_read.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_accept.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_bio.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_connect.pod
    U src/lib/libssl/src/doc/crypto/BIO_set_callback.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_fd.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_file.pod
    U src/lib/libssl/src/doc/crypto/BIO_should_retry.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_mem.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_null.pod
    U src/lib/libssl/src/doc/crypto/BIO_s_socket.pod
    U src/lib/libssl/src/doc/crypto/blowfish.pod
    U src/lib/libssl/src/doc/crypto/BN_add.pod
    U src/lib/libssl/src/doc/crypto/BN_add_word.pod
    U src/lib/libssl/src/doc/crypto/BN_BLINDING_new.pod
    U src/lib/libssl/src/doc/crypto/BN_bn2bin.pod
    U src/lib/libssl/src/doc/crypto/BN_cmp.pod
    U src/lib/libssl/src/doc/crypto/BN_copy.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_new.pod
    U src/lib/libssl/src/doc/crypto/BN_CTX_start.pod
    U src/lib/libssl/src/doc/crypto/BN_generate_prime.pod
    U src/lib/libssl/src/doc/crypto/bn_internal.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_inverse.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_montgomery.pod
    U src/lib/libssl/src/doc/crypto/BN_mod_mul_reciprocal.pod
    U src/lib/libssl/src/doc/crypto/BN_new.pod
    U src/lib/libssl/src/doc/crypto/BN_num_bytes.pod
    U src/lib/libssl/src/doc/crypto/bn.pod
    U src/lib/libssl/src/doc/crypto/BN_rand.pod
    U src/lib/libssl/src/doc/crypto/BN_set_bit.pod
    U src/lib/libssl/src/doc/crypto/BN_swap.pod
    U src/lib/libssl/src/doc/crypto/BN_zero.pod
    U src/lib/libssl/src/doc/crypto/buffer.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_free.pod
    U src/lib/libssl/src/doc/crypto/CONF_modules_load_file.pod
    U src/lib/libssl/src/doc/crypto/crypto.pod
    U src/lib/libssl/src/doc/crypto/CRYPTO_set_ex_data.pod
    U src/lib/libssl/src/doc/crypto/d2i_ASN1_OBJECT.pod
    U src/lib/libssl/src/doc/crypto/d2i_DHparams.pod
    U src/lib/libssl/src/doc/crypto/d2i_DSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_PKCS8PrivateKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_RSAPublicKey.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_ALGOR.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_CRL.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_NAME.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_REQ.pod
    U src/lib/libssl/src/doc/crypto/d2i_X509_SIG.pod
    U src/lib/libssl/src/doc/crypto/des_modes.pod
    U src/lib/libssl/src/doc/crypto/des.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_key.pod
    U src/lib/libssl/src/doc/crypto/DH_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DH_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DH_new.pod
    U src/lib/libssl/src/doc/crypto/dh.pod
    U src/lib/libssl/src/doc/crypto/DH_set_method.pod
    U src/lib/libssl/src/doc/crypto/DH_size.pod
    U src/lib/libssl/src/doc/crypto/DSA_do_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_dup_DH.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/dsa.pod
    U src/lib/libssl/src/doc/crypto/DSA_generate_parameters.pod
    U src/lib/libssl/src/doc/crypto/DSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/DSA_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/DSA_SIG_new.pod
    U src/lib/libssl/src/doc/crypto/DSA_sign.pod
    U src/lib/libssl/src/doc/crypto/DSA_size.pod
    U src/lib/libssl/src/doc/crypto/ecdsa.pod
    U src/lib/libssl/src/doc/crypto/engine.pod
    U src/lib/libssl/src/doc/crypto/ERR_clear_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_error_string.pod
    U src/lib/libssl/src/doc/crypto/ERR_get_error.pod
    U src/lib/libssl/src/doc/crypto/ERR_GET_LIB.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_crypto_strings.pod
    U src/lib/libssl/src/doc/crypto/ERR_load_strings.pod
    U src/lib/libssl/src/doc/crypto/err.pod
    U src/lib/libssl/src/doc/crypto/ERR_print_errors.pod
    U src/lib/libssl/src/doc/crypto/ERR_put_error.pod
    U src/lib/libssl/src/doc/crypto/evp.pod
    U src/lib/libssl/src/doc/crypto/ERR_remove_state.pod
    U src/lib/libssl/src/doc/crypto/ERR_set_mark.pod
    U src/lib/libssl/src/doc/crypto/EVP_BytesToKey.pod
    U src/lib/libssl/src/doc/crypto/EVP_DigestInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_EncryptInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_OpenInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_new.pod
    U src/lib/libssl/src/doc/crypto/EVP_PKEY_set1_RSA.pod
    U src/lib/libssl/src/doc/crypto/EVP_SealInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_SignInit.pod
    U src/lib/libssl/src/doc/crypto/EVP_VerifyInit.pod
    U src/lib/libssl/src/doc/crypto/hmac.pod
    U src/lib/libssl/src/doc/crypto/lhash.pod
    U src/lib/libssl/src/doc/crypto/lh_stats.pod
    U src/lib/libssl/src/doc/crypto/md5.pod
    U src/lib/libssl/src/doc/crypto/mdc2.pod
    U src/lib/libssl/src/doc/crypto/OBJ_nid2obj.pod
    U src/lib/libssl/src/doc/crypto/OpenSSL_add_all_algorithms.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_Applink.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_config.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_ia32cap.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_load_builtin_modules.pod
    U src/lib/libssl/src/doc/crypto/OPENSSL_VERSION_NUMBER.pod
    U src/lib/libssl/src/doc/crypto/pem.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_create.pod
    U src/lib/libssl/src/doc/crypto/PKCS12_parse.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_decrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_encrypt.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_sign.pod
    U src/lib/libssl/src/doc/crypto/PKCS7_verify.pod
    U src/lib/libssl/src/doc/crypto/RAND_add.pod
    U src/lib/libssl/src/doc/crypto/RAND_bytes.pod
    U src/lib/libssl/src/doc/crypto/RAND_cleanup.pod
    U src/lib/libssl/src/doc/crypto/RAND_egd.pod
    U src/lib/libssl/src/doc/crypto/RAND_load_file.pod
    U src/lib/libssl/src/doc/crypto/rand.pod
    U src/lib/libssl/src/doc/crypto/RAND_set_rand_method.pod
    U src/lib/libssl/src/doc/crypto/rc4.pod
    U src/lib/libssl/src/doc/crypto/ripemd.pod
    U src/lib/libssl/src/doc/crypto/RSA_blinding_on.pod
    U src/lib/libssl/src/doc/crypto/RSA_check_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_generate_key.pod
    U src/lib/libssl/src/doc/crypto/RSA_get_ex_new_index.pod
    U src/lib/libssl/src/doc/crypto/RSA_new.pod
    U src/lib/libssl/src/doc/crypto/RSA_padding_add_PKCS1_type_1.pod
    U src/lib/libssl/src/doc/crypto/rsa.pod
    U src/lib/libssl/src/doc/crypto/RSA_print.pod
    U src/lib/libssl/src/doc/crypto/RSA_private_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_public_encrypt.pod
    U src/lib/libssl/src/doc/crypto/RSA_set_method.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign_ASN1_OCTET_STRING.pod
    U src/lib/libssl/src/doc/crypto/RSA_sign.pod
    U src/lib/libssl/src/doc/crypto/RSA_size.pod
    U src/lib/libssl/src/doc/crypto/sha.pod
    U src/lib/libssl/src/doc/crypto/SMIME_read_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/threads.pod
    U src/lib/libssl/src/doc/crypto/SMIME_write_PKCS7.pod
    U src/lib/libssl/src/doc/crypto/ui_compat.pod
    U src/lib/libssl/src/doc/crypto/ui.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_add_entry_by_txt.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_ENTRY_get_object.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_get_index_by_NID.pod
    U src/lib/libssl/src/doc/crypto/X509_NAME_print_ex.pod
    U src/lib/libssl/src/doc/crypto/X509_new.pod
    U src/lib/libssl/src/doc/crypto/x509.pod
    U src/lib/libssl/src/doc/HOWTO/certificates.txt
    U src/lib/libssl/src/doc/HOWTO/keys.txt
    U src/lib/libssl/src/doc/HOWTO/proxy_certificates.txt
    U src/lib/libssl/src/doc/ssl/d2i_SSL_SESSION.pod
    U src/lib/libssl/src/doc/ssl/SSL_accept.pod
    U src/lib/libssl/src/doc/ssl/SSL_alert_type_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_CIPHER_get_name.pod
    U src/lib/libssl/src/doc/ssl/SSL_clear.pod
    U src/lib/libssl/src/doc/ssl/SSL_COMP_add_compression_method.pod
    U src/lib/libssl/src/doc/ssl/SSL_connect.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_extra_chain_cert.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_add_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_ctrl.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_flush_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_get_verify_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_load_verify_locations.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sessions.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_number.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_cache_size.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_sess_set_get_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_store.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cert_verify_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_cipher_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_client_cert_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_default_passwd_cb.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_generate_session_id.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_info_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_max_cert_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_msg_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_options.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_cache_mode.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_session_id_context.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_ssl_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_dh_callback.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_set_tmp_rsa_callback.pod
    C src/lib/libssl/src/doc/ssl/SSL_CTX_set_verify.pod
    U src/lib/libssl/src/doc/ssl/SSL_CTX_use_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_new.pod
    U src/lib/libssl/src/doc/ssl/SSL_do_handshake.pod
    C src/lib/libssl/src/doc/ssl/SSL_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ciphers.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_client_CA_list.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_current_cipher.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_default_timeout.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_error.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_data_X509_STORE_CTX_idx.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_cert_chain.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_peer_certificate.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_rbio.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_SSL_CTX.pod
    U src/lib/libssl/src/doc/ssl/SSL_pending.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_get_version.pod
    U src/lib/libssl/src/doc/ssl/SSL_library_init.pod
    U src/lib/libssl/src/doc/ssl/SSL_load_client_CA_file.pod
    U src/lib/libssl/src/doc/ssl/ssl.pod
    U src/lib/libssl/src/doc/ssl/SSL_read.pod
    U src/lib/libssl/src/doc/ssl/SSL_rstate_string.pod
    C src/lib/libssl/src/doc/ssl/SSL_SESSION_free.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_ex_new_index.pod
    U src/lib/libssl/src/doc/ssl/SSL_SESSION_get_time.pod
    U src/lib/libssl/src/doc/ssl/SSL_session_reused.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_bio.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_connect_state.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_fd.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_session.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_set_verify_result.pod
    U src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
    U src/lib/libssl/src/doc/ssl/SSL_state_string.pod
    U src/lib/libssl/src/doc/ssl/SSL_want.pod
    U src/lib/libssl/src/doc/ssl/SSL_write.pod
    U src/lib/libssl/src/engines/axp.opt
    U src/lib/libssl/src/engines/e_4758cca.c
    U src/lib/libssl/src/engines/e_4758cca.ec
    U src/lib/libssl/src/engines/e_4758cca_err.c
    U src/lib/libssl/src/engines/e_4758cca_err.h
    U src/lib/libssl/src/engines/e_aep.c
    U src/lib/libssl/src/engines/e_aep.ec
    U src/lib/libssl/src/engines/e_aep_err.c
    U src/lib/libssl/src/engines/e_aep_err.h
    U src/lib/libssl/src/engines/e_atalla.c
    U src/lib/libssl/src/engines/e_atalla.ec
    U src/lib/libssl/src/engines/e_atalla_err.c
    U src/lib/libssl/src/engines/e_atalla_err.h
    U src/lib/libssl/src/engines/e_capi.c
    U src/lib/libssl/src/engines/e_capi.ec
    U src/lib/libssl/src/engines/e_capi_err.c
    U src/lib/libssl/src/engines/e_capi_err.h
    U src/lib/libssl/src/engines/e_chil.c
    U src/lib/libssl/src/engines/e_chil.ec
    U src/lib/libssl/src/engines/e_chil_err.c
    U src/lib/libssl/src/engines/e_chil_err.h
    U src/lib/libssl/src/engines/e_cswift.c
    U src/lib/libssl/src/engines/e_cswift.ec
    U src/lib/libssl/src/engines/e_cswift_err.c
    U src/lib/libssl/src/engines/e_cswift_err.h
    U src/lib/libssl/src/engines/e_gmp.c
    U src/lib/libssl/src/engines/e_gmp.ec
    U src/lib/libssl/src/engines/e_gmp_err.c
    U src/lib/libssl/src/engines/e_gmp_err.h
    U src/lib/libssl/src/engines/engine_vector.mar
    U src/lib/libssl/src/engines/e_nuron.c
    U src/lib/libssl/src/engines/e_nuron.ec
    U src/lib/libssl/src/engines/e_nuron_err.c
    U src/lib/libssl/src/engines/e_nuron_err.h
    U src/lib/libssl/src/engines/e_sureware.c
    U src/lib/libssl/src/engines/e_sureware.ec
    U src/lib/libssl/src/engines/e_sureware_err.c
    U src/lib/libssl/src/engines/e_sureware_err.h
    U src/lib/libssl/src/engines/e_ubsec.c
    U src/lib/libssl/src/engines/e_ubsec.ec
    U src/lib/libssl/src/engines/e_ubsec_err.c
    U src/lib/libssl/src/engines/e_ubsec_err.h
    U src/lib/libssl/src/engines/makeengines.com
    U src/lib/libssl/src/engines/Makefile
    U src/lib/libssl/src/engines/vax.opt
    U src/lib/libssl/src/engines/vendor_defns/aep.h
    U src/lib/libssl/src/engines/vendor_defns/atalla.h
    U src/lib/libssl/src/engines/vendor_defns/cswift.h
    U src/lib/libssl/src/engines/vendor_defns/hw_4758_cca.h
    U src/lib/libssl/src/engines/vendor_defns/hwcryptohook.h
    U src/lib/libssl/src/engines/vendor_defns/hw_ubsec.h
    U src/lib/libssl/src/engines/vendor_defns/sureware.h
    U src/lib/libssl/src/fips/fipsalgtest.pl
    U src/lib/libssl/src/fips/fips.c
    U src/lib/libssl/src/fips/fips_canister.c
    U src/lib/libssl/src/fips/fips.h
    U src/lib/libssl/src/fips/fipsld
    U src/lib/libssl/src/fips/fips-lib.com
    U src/lib/libssl/src/fips/fips_locl.h
    U src/lib/libssl/src/fips/fips-nodiff.txt
    U src/lib/libssl/src/fips/fips_premain.c
    U src/lib/libssl/src/fips/fips_premain.c.sha1
    U src/lib/libssl/src/fips/fipstests.bat
    U src/lib/libssl/src/fips/fipstests.sh
    U src/lib/libssl/src/fips/fips_test_suite.c
    U src/lib/libssl/src/fips/fips_utl.h
    U src/lib/libssl/src/fips/install.com
    U src/lib/libssl/src/fips/Makefile
    U src/lib/libssl/src/fips/mkfipsscr.pl
    U src/lib/libssl/src/fips/openssl_fips_fingerprint
    U src/lib/libssl/src/fips/aes/fips_aesavs.c
    U src/lib/libssl/src/fips/aes/fips_aes_selftest.c
    U src/lib/libssl/src/fips/aes/Makefile
    U src/lib/libssl/src/fips/des/fips_desmovs.c
    U src/lib/libssl/src/fips/des/fips_des_selftest.c
    U src/lib/libssl/src/fips/des/Makefile
    U src/lib/libssl/src/fips/dh/dh_gen.c
    U src/lib/libssl/src/fips/dh/fips_dh_check.c
    U src/lib/libssl/src/fips/dh/fips_dh_gen.c
    U src/lib/libssl/src/fips/dh/fips_dh_key.c
    U src/lib/libssl/src/fips/dh/fips_dh_lib.c
    U src/lib/libssl/src/fips/dh/Makefile
    U src/lib/libssl/src/fips/dsa/fips_dsa_gen.c
    U src/lib/libssl/src/fips/dsa/fips_dsa_key.c
    U src/lib/libssl/src/fips/dsa/fips_dsa_lib.c
    U src/lib/libssl/src/fips/dsa/fips_dsa_ossl.c
    U src/lib/libssl/src/fips/dsa/fips_dsa_selftest.c
    U src/lib/libssl/src/fips/dsa/fips_dsa_sign.c
    U src/lib/libssl/src/fips/dsa/fips_dsatest.c
    U src/lib/libssl/src/fips/dsa/fips_dssvs.c
    U src/lib/libssl/src/fips/dsa/Makefile
    U src/lib/libssl/src/fips/hmac/fips_hmac.c
    U src/lib/libssl/src/fips/hmac/fips_hmac_selftest.c
    U src/lib/libssl/src/fips/hmac/fips_hmactest.c
    U src/lib/libssl/src/fips/hmac/Makefile
    U src/lib/libssl/src/fips/rsa/fips_rsa_eay.c
    U src/lib/libssl/src/fips/rsa/fips_rsa_gen.c
    U src/lib/libssl/src/fips/rsa/fips_rsagtest.c
    U src/lib/libssl/src/fips/rsa/fips_rsa_lib.c
    U src/lib/libssl/src/fips/rsa/fips_rsa_selftest.c
    U src/lib/libssl/src/fips/rsa/fips_rsa_sign.c
    U src/lib/libssl/src/fips/rsa/fips_rsastest.c
    U src/lib/libssl/src/fips/rsa/fips_rsavtest.c
    U src/lib/libssl/src/fips/rsa/fips_rsa_x931g.c
    U src/lib/libssl/src/fips/rsa/Makefile
    U src/lib/libssl/src/fips/rand/fips_rand.c
    U src/lib/libssl/src/fips/rand/fips_rand.h
    U src/lib/libssl/src/fips/rand/fips_rand_selftest.c
    U src/lib/libssl/src/fips/rand/fips_randtest.c
    U src/lib/libssl/src/fips/rand/fips_rngvs.c
    U src/lib/libssl/src/fips/rand/Makefile
    U src/lib/libssl/src/fips/sha/fips_sha1_selftest.c
    U src/lib/libssl/src/fips/sha/fips_shatest.c
    U src/lib/libssl/src/fips/sha/fips_standalone_sha1.c
    U src/lib/libssl/src/fips/sha/Makefile
    L src/lib/libssl/src/include/openssl/aes.h
    L src/lib/libssl/src/include/openssl/asn1.h
    L src/lib/libssl/src/include/openssl/asn1_mac.h
    L src/lib/libssl/src/include/openssl/asn1t.h
    L src/lib/libssl/src/include/openssl/bio.h
    L src/lib/libssl/src/include/openssl/blowfish.h
    L src/lib/libssl/src/include/openssl/bn.h
    L src/lib/libssl/src/include/openssl/buffer.h
    L src/lib/libssl/src/include/openssl/cast.h
    L src/lib/libssl/src/include/openssl/comp.h
    L src/lib/libssl/src/include/openssl/conf_api.h
    L src/lib/libssl/src/include/openssl/conf.h
    L src/lib/libssl/src/include/openssl/crypto.h
    L src/lib/libssl/src/include/openssl/des.h
    L src/lib/libssl/src/include/openssl/des_old.h
    L src/lib/libssl/src/include/openssl/dh.h
    L src/lib/libssl/src/include/openssl/dsa.h
    L src/lib/libssl/src/include/openssl/dso.h
    L src/lib/libssl/src/include/openssl/dtls1.h
    L src/lib/libssl/src/include/openssl/ebcdic.h
    L src/lib/libssl/src/include/openssl/ecdh.h
    L src/lib/libssl/src/include/openssl/ecdsa.h
    L src/lib/libssl/src/include/openssl/ec.h
    L src/lib/libssl/src/include/openssl/engine.h
    L src/lib/libssl/src/include/openssl/e_os2.h
    L src/lib/libssl/src/include/openssl/err.h
    L src/lib/libssl/src/include/openssl/evp.h
    L src/lib/libssl/src/include/openssl/fips.h
    L src/lib/libssl/src/include/openssl/fips_rand.h
    L src/lib/libssl/src/include/openssl/hmac.h
    L src/lib/libssl/src/include/openssl/idea.h
    L src/lib/libssl/src/include/openssl/krb5_asn.h
    L src/lib/libssl/src/include/openssl/kssl.h
    L src/lib/libssl/src/include/openssl/lhash.h
    L src/lib/libssl/src/include/openssl/md2.h
    L src/lib/libssl/src/include/openssl/md4.h
    L src/lib/libssl/src/include/openssl/md5.h
    L src/lib/libssl/src/include/openssl/objects.h
    L src/lib/libssl/src/include/openssl/obj_mac.h
    L src/lib/libssl/src/include/openssl/ocsp.h
    L src/lib/libssl/src/include/openssl/opensslconf.h
    L src/lib/libssl/src/include/openssl/opensslv.h
    L src/lib/libssl/src/include/openssl/ossl_typ.h
    L src/lib/libssl/src/include/openssl/pem2.h
    L src/lib/libssl/src/include/openssl/pem.h
    L src/lib/libssl/src/include/openssl/pkcs12.h
    L src/lib/libssl/src/include/openssl/pkcs7.h
    L src/lib/libssl/src/include/openssl/pq_compat.h
    L src/lib/libssl/src/include/openssl/pqueue.h
    L src/lib/libssl/src/include/openssl/rand.h
    L src/lib/libssl/src/include/openssl/rc2.h
    L src/lib/libssl/src/include/openssl/rc4.h
    L src/lib/libssl/src/include/openssl/ripemd.h
    L src/lib/libssl/src/include/openssl/rsa.h
    L src/lib/libssl/src/include/openssl/safestack.h
    L src/lib/libssl/src/include/openssl/sha.h
    L src/lib/libssl/src/include/openssl/ssl23.h
    L src/lib/libssl/src/include/openssl/ssl2.h
    L src/lib/libssl/src/include/openssl/ssl3.h
    L src/lib/libssl/src/include/openssl/ssl.h
    L src/lib/libssl/src/include/openssl/stack.h
    L src/lib/libssl/src/include/openssl/store.h
    L src/lib/libssl/src/include/openssl/symhacks.h
    L src/lib/libssl/src/include/openssl/tls1.h
    L src/lib/libssl/src/include/openssl/tmdiff.h
    L src/lib/libssl/src/include/openssl/txt_db.h
    L src/lib/libssl/src/include/openssl/ui_compat.h
    L src/lib/libssl/src/include/openssl/ui.h
    L src/lib/libssl/src/include/openssl/x509.h
    L src/lib/libssl/src/include/openssl/x509v3.h
    L src/lib/libssl/src/include/openssl/x509_vfy.h
    U src/lib/libssl/src/MacOS/buildinf.h
    U src/lib/libssl/src/MacOS/GUSI_Init.cpp
    U src/lib/libssl/src/MacOS/mklinks.as.hqx
    U src/lib/libssl/src/MacOS/_MWERKS_GUSI_prefix.h
    U src/lib/libssl/src/MacOS/_MWERKS_prefix.h
    U src/lib/libssl/src/MacOS/opensslconf.h
    U src/lib/libssl/src/MacOS/OpenSSL.mcp.hqx
    U src/lib/libssl/src/MacOS/Randomizer.cpp
    U src/lib/libssl/src/MacOS/Randomizer.h
    U src/lib/libssl/src/MacOS/TODO
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/CPStringUtils.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.cpp
    C src/lib/libssl/src/MacOS/GetHTTPS.src/ErrorHandling.hpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/GetHTTPS.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.cpp
    U src/lib/libssl/src/MacOS/GetHTTPS.src/MacSocket.h
    U src/lib/libssl/src/ms/32all.bat
    U src/lib/libssl/src/ms/applink.c
    U src/lib/libssl/src/ms/bcb4.bat
    U src/lib/libssl/src/ms/certCA.srl
    U src/lib/libssl/src/ms/certCA.ss
    U src/lib/libssl/src/ms/certU.ss
    U src/lib/libssl/src/ms/cmp.pl
    U src/lib/libssl/src/ms/do_fips.bat
    C src/lib/libssl/src/ms/do_masm.bat
    U src/lib/libssl/src/ms/do_ms.bat
    U src/lib/libssl/src/ms/do_nasm.bat
    U src/lib/libssl/src/ms/do_nt.bat
    U src/lib/libssl/src/ms/do_win64a.bat
    U src/lib/libssl/src/ms/do_win64i.bat
    U src/lib/libssl/src/ms/keyCA.ss
    U src/lib/libssl/src/ms/keyU.ss
    U src/lib/libssl/src/ms/mingw32.bat
    U src/lib/libssl/src/ms/mw.bat
    U src/lib/libssl/src/ms/README
    U src/lib/libssl/src/ms/req2CA.ss
    U src/lib/libssl/src/ms/reqCA.ss
    U src/lib/libssl/src/ms/reqU.ss
    U src/lib/libssl/src/ms/.rnd
    U src/lib/libssl/src/ms/segrenam.pl
    U src/lib/libssl/src/ms/speed32.bat
    U src/lib/libssl/src/ms/tenc.bat
    U src/lib/libssl/src/ms/tencce.bat
    U src/lib/libssl/src/ms/test.bat
    U src/lib/libssl/src/ms/testce2.bat
    U src/lib/libssl/src/ms/testce.bat
    U src/lib/libssl/src/ms/testenc.bat
    U src/lib/libssl/src/ms/testencce.bat
    U src/lib/libssl/src/ms/testpem.bat
    U src/lib/libssl/src/ms/testpemce.bat
    U src/lib/libssl/src/ms/testss.bat
    U src/lib/libssl/src/ms/testssce.bat
    U src/lib/libssl/src/ms/tlhelp32.h
    U src/lib/libssl/src/ms/tpem.bat
    U src/lib/libssl/src/ms/tpemce.bat
    U src/lib/libssl/src/ms/uplink.c
    U src/lib/libssl/src/ms/uplink.h
    U src/lib/libssl/src/ms/uplink.pl
    U src/lib/libssl/src/ms/x86asm.bat
    U src/lib/libssl/src/Netware/build.bat
    U src/lib/libssl/src/Netware/cpy_tests.bat
    U src/lib/libssl/src/Netware/do_tests.pl
    U src/lib/libssl/src/Netware/globals.txt
    U src/lib/libssl/src/Netware/readme.txt
    U src/lib/libssl/src/Netware/set_env.bat
    U src/lib/libssl/src/os2/backwardify.pl
    U src/lib/libssl/src/os2/OS2-EMX.cmd
    U src/lib/libssl/src/shlib/hpux10-cc.sh
    U src/lib/libssl/src/shlib/irix.sh
    U src/lib/libssl/src/shlib/Makefile.hpux10-cc
    U src/lib/libssl/src/shlib/README
    U src/lib/libssl/src/shlib/sco5-shared-gcc.sh
    U src/lib/libssl/src/shlib/sco5-shared-installed
    U src/lib/libssl/src/shlib/sco5-shared.sh
    U src/lib/libssl/src/shlib/solaris-sc4.sh
    U src/lib/libssl/src/shlib/solaris.sh
    U src/lib/libssl/src/shlib/sun.sh
    U src/lib/libssl/src/shlib/svr5-shared-gcc.sh
    U src/lib/libssl/src/shlib/svr5-shared-installed
    U src/lib/libssl/src/shlib/svr5-shared.sh
    U src/lib/libssl/src/shlib/win32.bat
    U src/lib/libssl/src/shlib/win32dll.bat
    U src/lib/libssl/src/ssl/bio_ssl.c
    U src/lib/libssl/src/ssl/d1_both.c
    U src/lib/libssl/src/ssl/d1_clnt.c
    U src/lib/libssl/src/ssl/d1_enc.c
    U src/lib/libssl/src/ssl/d1_lib.c
    U src/lib/libssl/src/ssl/d1_meth.c
    U src/lib/libssl/src/ssl/d1_pkt.c
    U src/lib/libssl/src/ssl/d1_srvr.c
    U src/lib/libssl/src/ssl/dtls1.h
    U src/lib/libssl/src/ssl/install.com
    C src/lib/libssl/src/ssl/kssl.c
    U src/lib/libssl/src/ssl/kssl.h
    U src/lib/libssl/src/ssl/kssl_lcl.h
    U src/lib/libssl/src/ssl/Makefile
    U src/lib/libssl/src/ssl/s23_clnt.c
    U src/lib/libssl/src/ssl/s23_lib.c
    U src/lib/libssl/src/ssl/s23_meth.c
    U src/lib/libssl/src/ssl/s23_pkt.c
    U src/lib/libssl/src/ssl/s23_srvr.c
    U src/lib/libssl/src/ssl/s2_clnt.c
    U src/lib/libssl/src/ssl/s2_enc.c
    U src/lib/libssl/src/ssl/s2_lib.c
    U src/lib/libssl/src/ssl/s2_meth.c
    U src/lib/libssl/src/ssl/s2_pkt.c
    U src/lib/libssl/src/ssl/s2_srvr.c
    U src/lib/libssl/src/ssl/s3_both.c
    C src/lib/libssl/src/ssl/s3_clnt.c
    U src/lib/libssl/src/ssl/s3_enc.c
    U src/lib/libssl/src/ssl/s3_lib.c
    U src/lib/libssl/src/ssl/s3_meth.c
    U src/lib/libssl/src/ssl/s3_pkt.c
    U src/lib/libssl/src/ssl/s3_srvr.c
    U src/lib/libssl/src/ssl/ssl23.h
    U src/lib/libssl/src/ssl/ssl2.h
    U src/lib/libssl/src/ssl/ssl3.h
    U src/lib/libssl/src/ssl/ssl_algs.c
    U src/lib/libssl/src/ssl/ssl_asn1.c
    U src/lib/libssl/src/ssl/ssl_cert.c
    C src/lib/libssl/src/ssl/ssl_ciph.c
    U src/lib/libssl/src/ssl/ssl_err2.c
    U src/lib/libssl/src/ssl/ssl_err.c
    U src/lib/libssl/src/ssl/ssl.h
    C src/lib/libssl/src/ssl/ssl_lib.c
    U src/lib/libssl/src/ssl/ssl-lib.com
    U src/lib/libssl/src/ssl/ssl_locl.h
    U src/lib/libssl/src/ssl/ssl_rsa.c
    U src/lib/libssl/src/ssl/ssl_sess.c
    U src/lib/libssl/src/ssl/ssl_stat.c
    U src/lib/libssl/src/ssl/ssl_task.c
    U src/lib/libssl/src/ssl/ssltest.c
    U src/lib/libssl/src/ssl/ssl_txt.c
    U src/lib/libssl/src/ssl/t1_clnt.c
    U src/lib/libssl/src/ssl/t1_enc.c
    U src/lib/libssl/src/ssl/t1_lib.c
    U src/lib/libssl/src/ssl/t1_meth.c
    U src/lib/libssl/src/ssl/t1_srvr.c
    U src/lib/libssl/src/ssl/tls1.h
    U src/lib/libssl/src/test/bctest
    L src/lib/libssl/src/test/bftest.c
    L src/lib/libssl/src/test/bntest.c
    U src/lib/libssl/src/test/CAss.cnf
    U src/lib/libssl/src/test/CAssdh.cnf
    U src/lib/libssl/src/test/CAssdsa.cnf
    U src/lib/libssl/src/test/CAssrsa.cnf
    L src/lib/libssl/src/test/casttest.c
    U src/lib/libssl/src/test/cms-examples.pl
    U src/lib/libssl/src/test/cms-test.pl
    L src/lib/libssl/src/test/destest.c
    L src/lib/libssl/src/test/dhtest.c
    L src/lib/libssl/src/test/dsatest.c
    U src/lib/libssl/src/test/dummytest.c
    L src/lib/libssl/src/test/ecdhtest.c
    L src/lib/libssl/src/test/ecdsatest.c
    L src/lib/libssl/src/test/ectest.c
    L src/lib/libssl/src/test/enginetest.c
    L src/lib/libssl/src/test/evp_test.c
    U src/lib/libssl/src/test/evptests.txt
    L src/lib/libssl/src/test/exptest.c
    L src/lib/libssl/src/test/fips_aesavs.c
    L src/lib/libssl/src/test/fips_desmovs.c
    L src/lib/libssl/src/test/fips_dsatest.c
    L src/lib/libssl/src/test/fips_dssvs.c
    L src/lib/libssl/src/test/fips_hmactest.c
    L src/lib/libssl/src/test/fips_randtest.c
    L src/lib/libssl/src/test/fips_rngvs.c
    L src/lib/libssl/src/test/fips_rsagtest.c
    L src/lib/libssl/src/test/fips_rsastest.c
    L src/lib/libssl/src/test/fips_rsavtest.c
    L src/lib/libssl/src/test/fips_shatest.c
    L src/lib/libssl/src/test/fips_test_suite.c
    L src/lib/libssl/src/test/hmactest.c
    L src/lib/libssl/src/test/ideatest.c
    U src/lib/libssl/src/test/igetest.c
    L src/lib/libssl/src/test/jpaketest.c
    C src/lib/libssl/src/test/Makefile
    U src/lib/libssl/src/test/maketests.com
    L src/lib/libssl/src/test/md2test.c
    L src/lib/libssl/src/test/md4test.c
    L src/lib/libssl/src/test/md5test.c
    L src/lib/libssl/src/test/mdc2test.c
    U src/lib/libssl/src/test/methtest.c
    U src/lib/libssl/src/test/P1ss.cnf
    U src/lib/libssl/src/test/P2ss.cnf
    U src/lib/libssl/src/test/pkcs7-1.pem
    U src/lib/libssl/src/test/pkcs7.pem
    U src/lib/libssl/src/test/r160test.c
    L src/lib/libssl/src/test/randtest.c
    L src/lib/libssl/src/test/rc2test.c
    L src/lib/libssl/src/test/rc4test.c
    L src/lib/libssl/src/test/rc5test.c
    L src/lib/libssl/src/test/rmdtest.c
    L src/lib/libssl/src/test/rsa_test.c
    L src/lib/libssl/src/test/sha1test.c
    L src/lib/libssl/src/test/sha256t.c
    L src/lib/libssl/src/test/sha512t.c
    U src/lib/libssl/src/test/SHAmix.r
    U src/lib/libssl/src/test/SHAmix.x
    L src/lib/libssl/src/test/shatest.c
    U src/lib/libssl/src/test/smcont.txt
    L src/lib/libssl/src/test/ssltest.c
    U src/lib/libssl/src/test/Sssdsa.cnf
    U src/lib/libssl/src/test/Sssrsa.cnf
    U src/lib/libssl/src/test/tcrl
    U src/lib/libssl/src/test/tcrl.com
    U src/lib/libssl/src/test/testca
    U src/lib/libssl/src/test/testca.com
    U src/lib/libssl/src/test/test.cnf
    U src/lib/libssl/src/test/testcrl.pem
    U src/lib/libssl/src/test/testenc
    U src/lib/libssl/src/test/testenc.com
    U src/lib/libssl/src/test/testfipsssl
    U src/lib/libssl/src/test/testgen
    U src/lib/libssl/src/test/testgen.com
    U src/lib/libssl/src/test/testp7.pem
    U src/lib/libssl/src/test/testreq2.pem
    U src/lib/libssl/src/test/testrsa.pem
    U src/lib/libssl/src/test/tests.com
    U src/lib/libssl/src/test/testsid.pem
    U src/lib/libssl/src/test/testss
    U src/lib/libssl/src/test/testss.com
    U src/lib/libssl/src/test/testssl
    U src/lib/libssl/src/test/testssl.com
    U src/lib/libssl/src/test/testsslproxy
    U src/lib/libssl/src/test/testx509.pem
    C src/lib/libssl/src/test/times
    U src/lib/libssl/src/test/tpkcs7
    U src/lib/libssl/src/test/tpkcs7.com
    U src/lib/libssl/src/test/tpkcs7d
    U src/lib/libssl/src/test/tpkcs7d.com
    U src/lib/libssl/src/test/treq
    U src/lib/libssl/src/test/treq.com
    U src/lib/libssl/src/test/trsa
    U src/lib/libssl/src/test/trsa.com
    U src/lib/libssl/src/test/tsid
    U src/lib/libssl/src/test/tsid.com
    U src/lib/libssl/src/test/tverify.com
    U src/lib/libssl/src/test/tx509
    U src/lib/libssl/src/test/tx509.com
    U src/lib/libssl/src/test/Uss.cnf
    U src/lib/libssl/src/test/v3-cert1.pem
    U src/lib/libssl/src/test/v3-cert2.pem
    U src/lib/libssl/src/test/VMSca-response.1
    U src/lib/libssl/src/test/VMSca-response.2
    U src/lib/libssl/src/test/smime-certs/smdsa1.pem
    U src/lib/libssl/src/test/smime-certs/smdsa2.pem
    U src/lib/libssl/src/test/smime-certs/smdsa3.pem
    U src/lib/libssl/src/test/smime-certs/smdsap.pem
    U src/lib/libssl/src/test/smime-certs/smroot.pem
    U src/lib/libssl/src/test/smime-certs/smrsa1.pem
    U src/lib/libssl/src/test/smime-certs/smrsa2.pem
    U src/lib/libssl/src/test/smime-certs/smrsa3.pem
    U src/lib/libssl/src/times/100.lnx
    U src/lib/libssl/src/times/100.nt
    U src/lib/libssl/src/times/200.lnx
    U src/lib/libssl/src/times/486-66.dos
    U src/lib/libssl/src/times/486-66.nt
    U src/lib/libssl/src/times/486-66.w31
    U src/lib/libssl/src/times/586-085i.nt
    U src/lib/libssl/src/times/586-1002.lnx
    U src/lib/libssl/src/times/586-100.dos
    U src/lib/libssl/src/times/586-100.LN3
    U src/lib/libssl/src/times/586-100.ln4
    U src/lib/libssl/src/times/586-100.lnx
    U src/lib/libssl/src/times/586-100.nt
    U src/lib/libssl/src/times/586-100.NT2
    U src/lib/libssl/src/times/586-100.ntx
    U src/lib/libssl/src/times/586-100.w31
    U src/lib/libssl/src/times/586p-100.lnx
    U src/lib/libssl/src/times/5.lnx
    U src/lib/libssl/src/times/686-200.bsd
    U src/lib/libssl/src/times/686-200.lnx
    U src/lib/libssl/src/times/686-200.nt
    U src/lib/libssl/src/times/aixold.t
    U src/lib/libssl/src/times/aix.t
    U src/lib/libssl/src/times/alpha.t
    U src/lib/libssl/src/times/alpha400.t
    U src/lib/libssl/src/times/cyrix100.lnx
    U src/lib/libssl/src/times/dgux.t
    U src/lib/libssl/src/times/dgux-x86.t
    U src/lib/libssl/src/times/hpux-acc.t
    U src/lib/libssl/src/times/hpux-kr.t
    U src/lib/libssl/src/times/hpux.t
    U src/lib/libssl/src/times/L1
    U src/lib/libssl/src/times/p2.w95
    U src/lib/libssl/src/times/pent2.t
    U src/lib/libssl/src/times/R10000.t
    U src/lib/libssl/src/times/R4400.t
    U src/lib/libssl/src/times/readme
    U src/lib/libssl/src/times/s586-100.lnx
    U src/lib/libssl/src/times/s586-100.nt
    U src/lib/libssl/src/times/sgi.t
    U src/lib/libssl/src/times/sparc2
    U src/lib/libssl/src/times/sparcLX.t
    U src/lib/libssl/src/times/sparc.t
    U src/lib/libssl/src/times/usparc.t
    U src/lib/libssl/src/times/090/586-100.nt
    U src/lib/libssl/src/times/091/486-50.nt
    U src/lib/libssl/src/times/091/586-100.lnx
    U src/lib/libssl/src/times/091/68000.bsd
    U src/lib/libssl/src/times/091/686-200.lnx
    U src/lib/libssl/src/times/091/alpha064.osf
    U src/lib/libssl/src/times/091/alpha164.lnx
    U src/lib/libssl/src/times/091/alpha164.osf
    U src/lib/libssl/src/times/091/mips-rel.pl
    U src/lib/libssl/src/times/091/r10000.irx
    U src/lib/libssl/src/times/091/r3000.ult
    U src/lib/libssl/src/times/091/r4400.irx
    U src/lib/libssl/src/times/x86/bfs.cpp
    U src/lib/libssl/src/times/x86/casts.cpp
    U src/lib/libssl/src/times/x86/des3s.cpp
    U src/lib/libssl/src/times/x86/dess.cpp
    U src/lib/libssl/src/times/x86/md4s.cpp
    U src/lib/libssl/src/times/x86/md5s.cpp
    U src/lib/libssl/src/times/x86/rc4s.cpp
    U src/lib/libssl/src/times/x86/sha1s.cpp
    U src/lib/libssl/src/tools/c89.sh
    U src/lib/libssl/src/tools/c_hash
    U src/lib/libssl/src/tools/c_info
    U src/lib/libssl/src/tools/c_issuer
    U src/lib/libssl/src/tools/c_name
    U src/lib/libssl/src/tools/c_rehash
    U src/lib/libssl/src/tools/c_rehash.in
    U src/lib/libssl/src/tools/Makefile
    U src/lib/libssl/src/util/add_cr.pl
    U src/lib/libssl/src/util/arx.pl
    U src/lib/libssl/src/util/bat.sh
    U src/lib/libssl/src/util/ck_errf.pl
    U src/lib/libssl/src/util/clean-depend.pl
    U src/lib/libssl/src/util/copy.pl
    U src/lib/libssl/src/util/cygwin.sh
    U src/lib/libssl/src/util/deleof.pl
    U src/lib/libssl/src/util/dirname.pl
    C src/lib/libssl/src/util/domd
    U src/lib/libssl/src/util/do_ms.sh
    U src/lib/libssl/src/util/err-ins.pl
    U src/lib/libssl/src/util/extract-names.pl
    U src/lib/libssl/src/util/extract-section.pl
    U src/lib/libssl/src/util/files.pl
    U src/lib/libssl/src/util/fipslink.pl
    U src/lib/libssl/src/util/fixNT.sh
    U src/lib/libssl/src/util/FreeBSD.sh
    U src/lib/libssl/src/util/install.sh
    C src/lib/libssl/src/util/libeay.num
    U src/lib/libssl/src/util/mk1mf.pl
    U src/lib/libssl/src/util/mkcerts.sh
    U src/lib/libssl/src/util/mkdef.pl
    U src/lib/libssl/src/util/mkdir-p.pl
    U src/lib/libssl/src/util/mkerr.pl
    U src/lib/libssl/src/util/mkfiles.pl
    U src/lib/libssl/src/util/mklink.pl
    U src/lib/libssl/src/util/mksdef.pl
    U src/lib/libssl/src/util/mkstack.pl
    U src/lib/libssl/src/util/opensslwrap.sh
    U src/lib/libssl/src/util/perlpath.pl
    U src/lib/libssl/src/util/pod2man.pl
    U src/lib/libssl/src/util/pod2mantest
    U src/lib/libssl/src/util/pod2mantest.pod
    U src/lib/libssl/src/util/point.sh
    U src/lib/libssl/src/util/selftest.pl
    U src/lib/libssl/src/util/shlib_wrap.sh
    U src/lib/libssl/src/util/sp-diff.pl
    U src/lib/libssl/src/util/speed.sh
    U src/lib/libssl/src/util/src-dep.pl
    U src/lib/libssl/src/util/ssleay.num
    U src/lib/libssl/src/util/tab_num.pl
    U src/lib/libssl/src/util/x86asm.sh
    U src/lib/libssl/src/util/pl/BC-32.pl
    U src/lib/libssl/src/util/pl/linux.pl
    U src/lib/libssl/src/util/pl/Mingw32.pl
    U src/lib/libssl/src/util/pl/netware.pl
    U src/lib/libssl/src/util/pl/OS2-EMX.pl
    U src/lib/libssl/src/util/pl/ultrix.pl
    U src/lib/libssl/src/util/pl/unix.pl
    C src/lib/libssl/src/util/pl/VC-32.pl
    U src/lib/libssl/src/VMS/install.com
    U src/lib/libssl/src/VMS/mkshared.com
    U src/lib/libssl/src/VMS/multinet_shr.opt
    U src/lib/libssl/src/VMS/openssl_utils.com
    U src/lib/libssl/src/VMS/socketshr_shr.opt
    U src/lib/libssl/src/VMS/tcpip_shr_decc.opt
    U src/lib/libssl/src/VMS/test-includes.com
    U src/lib/libssl/src/VMS/TODO
    U src/lib/libssl/src/VMS/ucx_shr_decc_log.opt
    U src/lib/libssl/src/VMS/ucx_shr_decc.opt
    U src/lib/libssl/src/VMS/ucx_shr_vaxc.opt
    U src/lib/libssl/src/VMS/VMSify-conf.pl
    U src/lib/libssl/src/VMS/WISHLIST.TXT
    
    59 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jopenssl:yesterday -jopenssl src/lib/libssl/src

CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/06 00:33:20

Modified files:
	lib/libssl/src : CHANGES Configure FAQ Makefile Makefile.org 
	                 NEWS README config openssl.spec 
	lib/libssl/src/apps: apps.c ca.c dhparam.c enc.c engine.c rand.c 
	                     x509.c 
	lib/libssl/src/crypto: crypto-lib.com opensslv.h symhacks.h 
	lib/libssl/src/crypto/asn1: asn1.h asn1_err.c asn1_par.c 
	                            asn_mime.c tasn_dec.c 
	lib/libssl/src/crypto/bio: bss_mem.c bss_sock.c 
	lib/libssl/src/crypto/cms: cms_smime.c 
	lib/libssl/src/crypto/conf: conf_mod.c 
	lib/libssl/src/crypto/dh: dh.h dh_err.c 
	lib/libssl/src/crypto/evp: evp_test.c 
	lib/libssl/src/crypto/pem: pem.h 
	lib/libssl/src/crypto/pkcs12: p12_crt.c 
	lib/libssl/src/crypto/pkcs7: pk7_smime.c 
	lib/libssl/src/crypto/rand: rand_unix.c randfile.c 
	lib/libssl/src/crypto/ui: ui_lib.c 
	lib/libssl/src/crypto/x509: x509_cmp.c 
	lib/libssl/src/crypto/x509v3: v3_addr.c v3_cpols.c 
	lib/libssl/src/doc/apps: rand.pod x509.pod 
	lib/libssl/src/ms: do_masm.bat 
	lib/libssl/src/ssl: ssl_ciph.c ssl_lib.c 
	lib/libssl/src/test: Makefile 
	lib/libssl/src/util: domd libeay.num 
	lib/libssl/src/util/pl: VC-32.pl 

Log message:
resolve conflicts


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/06 00:34:22

Modified files:
	lib/libssl/ssl : shlib_version 
	lib/libssl/crypto: shlib_version 

Log message:
crankus majoris


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/06 00:40:22

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/06 00:45:56

Modified files:
	usr.bin/cvs    : checkout.c 

Log message:
make sure we handle allowed options in cvs_export() instead
of ignoring them, even if they are just stubs.
unbreaks export with gnu cvs clients.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/06 01:40:30

Modified files:
	www/webkit     : Makefile 

Log message:
Explicitely depend on libsoup->=2.26, spotted by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/06 01:52:12

Modified files:
	databases/ruby-pg: Makefile distinfo 
	databases/ruby-pg/pkg: PLIST 

Log message:
Update to ruby-pg-0.8.0.

From maintainer Jeremy Evans. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 01:54:23

Log message:
    Import gnome-video-arcade-0.6.6
    
    GNOME Video Arcade is a clean and simple MAME front-end for the GNOME
    Desktop Environment.
    <...>
    
    tweaks and ok jasper@ who came up with the same port
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090406
    
    N ports/x11/gnome/video-arcade/distinfo
    N ports/x11/gnome/video-arcade/Makefile
    N ports/x11/gnome/video-arcade/pkg/DESCR
    N ports/x11/gnome/video-arcade/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 01:54:56

Modified files:
	x11/gnome      : Makefile 

Log message:
+video-arcade


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/04/06 03:17:57

Modified files:
	net/lftp       : Makefile distinfo 
	net/lftp/patches: patch-src_Makefile_in patch-src_Resolver_cc 
Added files:
	net/lftp/patches: patch-src_Http_cc 
Removed files:
	net/lftp/patches: patch-src_FileCopy_cc patch-src_lftp_pty_c 

Log message:
update to 3.7.11

ok pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 03:42:20

Modified files:
	x11/gnome/video-arcade: Makefile 

Log message:
- add missing build depends on gnome-icon-theme

spotted by Pierre Riteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 04:05:21

Modified files:
	x11/gnome      : gnome.port.mk 
	x11/gnome/applets2: Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/cheese: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/devel-docs: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/f-spot: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/genius: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/zenity: Makefile 

Log message:
Rework the way we handle build_depends with the gnome MODULE when
MODGNOME_HELP_FILES is set to yes.

* add a build_depends on gnome-doc-utils if MODGNOME_HELP_FILES is set
to yes
* add rarian as a run_depends for gnome-doc-utils (will help with older
ports that will never be updated from using deprecated scrollkeeper)
* remove build+run_depends on gnome-doc-utils and rarian for ports that
have MODGNOME_HELP_FILES as they are now implied.
* bump where needed

This should help in having all required build dependencies for
gnome-related ports and it greatly simplifies things.

"thanks for cleaning this mess" and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 04:09:06

Modified files:
	devel/gconf-editor: Makefile 
	devel/glade3   : Makefile 
	games/pioneers : Makefile 
	graphics/evince: Makefile 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	math/gnumeric  : Makefile 
	productivity/gnucash-docs: Makefile 
	www/epiphany   : Makefile 
	www/epiphany-extensions: Makefile 

Log message:
- cope with recent gnome.port.mk / MODGNOME_HELP_FILES changes


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 04:12:08

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- tweak for recent gnome.port.mk changes

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 04:35:20

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Add a report summary file, ${WRKDIR}/sysmerge.log, that will include all
worthy post run information instead of spreading info into several
files.  Tweak some output while here.

Enchance description for the -S and -X options; thanks to sthen@ and
jmc@ for finding the correct wording... it was not as easy as it seems.
Fix a typo in the man page, spotted by jmc@

ok sthen@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	mglocker@cvs.openbsd.org	2009/04/06 04:44:06

Modified files:
	www/nostromo   : Makefile distinfo 

Log message:
Update to nostromo 1.9.1.

OK jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/06 04:46:50

Modified files:
	net/libgadu    : Makefile distinfo 

Log message:
security; correctly check the length of contact names. from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 04:52:36

Modified files:
	sys/dev/pci/drm: i915_drv.h i915_irq.c 

Log message:
Don't bother to keep a count of irqs recieved, the os does that for us.


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/04/06 05:58:35

Modified files:
	openssh        : macos.html 

Log message:
redo niftyssh and macssh changes from Benoit Lecocq that I undid


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 06:02:52

Modified files:
	sys/uvm        : uvm.h uvm_page.c uvm_pager.c uvm_pdaemon.c 

Log message:
Instead of doing splbio(); simple_lock(&uvm.aiodoned_lock); just replace
the simple lock with a real lock - a IPL_BIO mutex. While i'm here, make
the sleeping condition one hell of a lot simpler in the aio daemon.

some ideas from and ok art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:05:55

Modified files:
	sbin/pfctl     : pfctl_parser.h pfctl.c pfctl_parser.c parse.y 
	share/man/man5 : pf.conf.5 
	sys/net        : pf.c pf_ruleset.c pf_ioctl.c pfvar.h pf_norm.c 

Log message:
1) scrub rules are completely gone.
2) packet reassembly: only one method remains, full reassembly. crop
and drop-ovl are gone.
.  set reassemble yes|no [no-df]
if no-df is given fragments (and only fragments!) with the df bit set
have it cleared before entering the fragment cache, and thus the
reassembled packet doesn't have df set either. it does NOT touch
non-fragmented packets.
3) regular rules can have scrub options.
.  pass scrub(no-df, min-ttl 64, max-mss 1400, set-tos lowdelay)
.  match scrub(reassemble tcp, random-id)
of course all options are optional. the individual options still do
what they used to do on scrub rules, but everything is stateful now.
4) match rules
"match" is a new action, just like pass and block are, and can be used
like they do. opposed to pass or block, they do NOT change the
pass/block state of a packet. i. e.
.  pass
.  match
passes the packet, and
.  block
.  match
blocks it.
Every time (!) a match rule matches, i. e. not only when it is the
last matching rule, the following actions are set:
-queue assignment. can be overwritten later, the last rule that set a
queue wins. note how this is different from the last matching rule
wins, if the last matching rule has no queue assignments and the
second last matching rule was a match rule with queue assignments,
these assignments are taken.
-rtable assignments. works the same as queue assignments.
-set-tos, min-ttl, max-mss, no-df, random-id, reassemble tcp, all work
like the above
-logging. every matching rule causes the packet to be logged. this
means a single packet can get logged more than once (think multiple log
interfaces with different receivers, like pflogd and spamlogd)
.
almost entirely hacked at n2k9 in basel, could not be committed close to
release. this really should have been multiple diffs, but splitting them
now is not feasible any more. input from mcbride and dlg, and frantzen
about the fragment handling.
speedup around 7% for the common case, the more the more scrub rules
were in use.
manpage not up to date, being worked on.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:06:39

Modified files:
	lib/libpcap    : grammar.y 

Log message:
teach libpcap about scrub rules


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:08:26

Modified files:
	usr.bin/systat : pftop.c 

Log message:
scrub rules gone


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:09:06

Modified files:
	usr.sbin/tcpdump: print-pflog.c 

Log message:
teach tcpdump about match rules


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:10:10

Modified files:
	etc            : pf.conf 

Log message:
reassembly works different now


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:11:52

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
print prettier, from sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:41:48

Modified files:
	regress/sbin/pfctl: Makefile pf15.in pf15.loaded pf15.ok 
	                    pf15.optimized pf16.in pf16.loaded pf16.ok 
	                    pf16.optimized pf21.in pf21.ok 
	                    pf21.optimized pf40.in pf40.loaded pf40.ok 
	                    pf40.optimized pf44.in pf44.loaded pf44.ok 
	                    pf44.optimized pf48.in pf48.loaded pf48.ok 
	                    pf48.optimized pf54.in pf54.loaded pf54.ok 
	                    pf54.optimized pf68.in pf68.loaded pf68.ok 
	                    pf68.optimized pf73.in pf73.loaded pf73.ok 
	                    pf73.optimized pfail10.in pfail10.ok 
	                    pfail25.in pfail25.ok pfail9.in 
Removed files:
	regress/sbin/pfctl: pf21.loaded 

Log message:
scrub gone


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/06 06:43:23

Modified files:
	regress/sbin/pfctl: pfopt2.in pfopt3.in pfopt4.in pfopt5.in 
	                    pfopt5.ok 

Log message:
more scrub scrubbing


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 07:53:53

Modified files:
	share/man/man4 : pppoe.4 

Log message:
Adapt PF rule to new scrub syntax.

input from and ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/06 08:39:24

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
new sentence, new line;


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/06 08:43:18

Modified files:
	databases/apache-couchdb: Makefile 
Added files:
	databases/apache-couchdb/patches: 
	                                  patch-etc_couchdb_default_ini_tpl_in 

Log message:
o specify the library directory for js.
o add a query_server for python as example.
bernd@ ok.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/06 08:55:19

Modified files:
	faq            : current.html 

Log message:
tell people about the pf.conf changes; "put it in" henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/06 09:16:18

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Fix entry for DEC 21554 non-transparent PCI bridge (which may be used in some
Compaq RAID controllers, but there are other applications too).


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/06 09:16:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/06 09:18:45

Modified files:
	sys/dev/pci    : aac_pci.c cac_pci.c 

Log message:
Adjust for renaming the DEC 21554 in pcidevs.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 09:25:10

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Fix regression introduced in r1.32 where after running MAKEDEV sysmerge
would stop comparing files.

breakage reported by and ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 09:30:13

Modified files:
	www/ajaxterm   : Makefile 
	www/ajaxterm/patches: patch-ajaxterm_py 
	www/ajaxterm/pkg: MESSAGE 

Log message:
- fixes python shebang so that one does no need a python symlink
- tweak MESSAGE: no need to set ProxyRequests, remove trailing blank
line

maintainer timeout, no objection from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/04/06 10:15:13

Modified files:
	graphics/evince: Makefile 
Added files:
	graphics/evince/patches: patch-shell_ev-window_c 

Log message:
Add patch which prevents focus stealing while reloading a document.
Bump patch level.

While here, add ajacoutot@ and jasper@ as maintainers,
requested by ajacoutot@.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/06 10:29:01

Log message:
    import py-webkitgtk 1.1.4
    
    PyWebKitGtk allows Python (Gtk) developers to create software on top of
    the WebKitGtk rendering engine.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090406
    
    N ports/www/py-webkitgtk/distinfo
    N ports/www/py-webkitgtk/Makefile
    N ports/www/py-webkitgtk/pkg/DESCR
    N ports/www/py-webkitgtk/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/06 10:30:20

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
documentation changes related with the monster pf diff from basel;
we are mostly documenting that fragment reassembly has nothing to do
with scrubbing anymore; there is room for a lot of improvements yet.

"commit it and we work on it in-tree.  it is certainly well,
better than what there is now" henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/06 10:30:43

Modified files:
	www            : Makefile 

Log message:
- add py-webkitgtk


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 11:03:51

Modified files:
	sys/uvm        : uvm_page.c uvm_page.h 

Log message:
In the case where VM_PHYSSEG_MAX == 1 make vm_physseg_find and
PHYS_TO_VM_PAGE inline again. This should stop function call overhead
killing the vax and other slow archs while keeping the benefit for the
faster platforms.

suggested by miod. ok miod@, toby@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/06 11:06:33

Modified files:
	print/ghostscript/gnu: Makefile 
Added files:
	print/ghostscript/gnu/patches: patch-icclib_icc_c 
	                               patch-src_gdevpdtb_c 

Log message:
- add SECURITY FIXES for SA34534, CVE-2009-0583 and CVE-2009-0584.
patches taken from upstream and gentoo bugreports

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 11:14:51

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
- bugfix update to glade3-3.6.1

"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/06 11:19:02

Modified files:
	x11/emelfm2    : Makefile distinfo 
	x11/emelfm2/patches: patch-Makefile patch-src_e2_output_c 
	                     patch-src_filesystem_e2_fs_c 
	                     patch-src_utils_e2_utils_c 
	x11/emelfm2/pkg: PFRAG.shared PLIST 

Log message:
Update to 0.5.1.
Add some translations
Honour CC
Regen patches


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/06 11:22:02

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
no more normalization statements, remove it from require-order description.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/06 11:33:21

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
rewrite the description for the recently added "match" action.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/06 12:17:01

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
do not panic when the device is unplugged.
fix 802.11a rate set for dual-band devices (spotted by Fukaumi Naoki).
+ usual cleanup


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/06 12:21:26

Modified files:
	devel/py-mxDateTime: Makefile distinfo 
	devel/py-mxDateTime/pkg: PLIST 
Removed files:
	devel/py-mxDateTime/patches: patch-mxBASE_py 

Log message:
- update py-mxDateTime to 3.1.2
- update HOMEPAGE

remove ish@ as maintainer per his request
ok eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/06 12:46:07

ports/x11/gnome/video-arcade/patches

Update of /cvs/ports/x11/gnome/video-arcade/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20579/patches

Log Message:
Directory /cvs/ports/x11/gnome/video-arcade/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/06 12:56:55

Modified files:
	audio/sox      : Makefile 

Log message:
Add audio/gsm to LIB_DEPENDS, to let sox always pull in the installed
libgsm instead of building its own version. Fix license markers now
that gsm has a clearer license.

"no objections at all", jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/06 12:57:07

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
sync with 0.9.8k;


CVSROOT:	/cvs
Module name:	www
Changes by:	jmc@cvs.openbsd.org	2009/04/06 13:08:11

Modified files:
	faq            : current.html 

Log message:
fix previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	kristaps@cvs.openbsd.org	2009/04/06 14:11:09

src/usr.bin/mandoc

Update of /cvs/src/usr.bin/mandoc
In directory cvs.openbsd.org:/tmp/cvs-serv19050/mandoc

Log Message:
Directory /cvs/src/usr.bin/mandoc added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	kristaps@cvs.openbsd.org	2009/04/06 14:30:40

Added files:
	usr.bin/mandoc : Makefile arch.c arch.in ascii.c ascii.in att.c 
	                 att.in lib.c lib.in libman.h libmdoc.h main.c 
	                 man.3 man.7 man.c man.h man_action.c man_hash.c 
	                 man_macro.c man_term.c man_validate.c mandoc.1 
	                 mandoc_char.7 manuals.7 mdoc.3 mdoc.7 mdoc.c 
	                 mdoc.h mdoc_action.c mdoc_argv.c mdoc_hash.c 
	                 mdoc_macro.c mdoc_strings.c mdoc_term.c 
	                 mdoc_validate.c msec.c msec.in st.c st.in 
	                 term.c term.h tree.c vol.c vol.in 

Log message:
Initial check-in of mandoc for formatting manuals. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 14:37:52

Modified files:
	sys/arch/m68k/m68k: pmap_motorola.c 

Log message:
Remove the only (commented) instance of UVM_PAGE_INLINE from the tree
now that it has been removed.  uncommenting that would not even have
been the correct way to enable it.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/06 14:51:48

Modified files:
	sys/dev/pci    : pci.c pci_map.c pcivar.h 

Log message:
Set a first step on the road towards proper accounting of PCI resources by
keeping a per-bus extent containing the address space available to the bus.
Address space assigned to devices will be removed from these extents when
we attach a bus.  And when we try to map a PCI BAR that hasn't had address
space assigned to it, we will allocate free space from this extent.

This won't do anything until the parent devices actually allocate and
initialize the extents.

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 14:56:25

Modified files:
	sys/dev/pci/drm: files.drm i915_dma.c i915_drv.c i915_drv.h 

Log message:
Turns out that the intel version of the heap interface isn't used
anywhere. And hasn't been for a long time.

The ddx sets up the heap (so just always pass that call and do nothing),
but nothing that touches inteldrm actually uses the other ioctls. So
just kill them and have one lese thing to worry about. Still got sis and
radeon using the common code though.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 15:03:55

Modified files:
	sys/dev/pci/drm: i915_drv.h 
Removed files:
	sys/dev/pci/drm: i915_mem.c 

Log message:
Actually remove the file this time...


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 15:30:18

Modified files:
	sys/dev/pci/drm: drmP.h drm_heap.c radeon_mem.c sis_drv.c 

Log message:
factor a bit more functionality into common code instead of repeating it
in both drivers.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/06 16:31:12

Modified files:
	build          : mirrors.dat 

Log message:
remove spargel.kd85.com, discussed with deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/06 16:32:03

Modified files:
	.              : armish.html 

Log message:
delete a href into the past


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/06 16:33:00

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 17:28:00

Modified files:
	sys/dev/pci/drm: mga_dma.c mga_drv.c mga_drv.h mga_state.c 

Log message:
Convert the mgadrm freelist code from handrolled lists to TAILQs,
simplifying while I do it.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 17:52:22

Modified files:
	sys/dev/pci/drm: savage_bci.c savage_drv.c savage_drv.h 
	                 savage_state.c 

Log message:
Convert the savage freelist over to TAILQ.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/06 18:10:31

Modified files:
	sys/dev/pci/drm: r128_cce.c r128_drv.c r128_drv.h r128_state.c 

Log message:
Remove some dead and if 0ed out code in the ragedrm freelist, while i'm here
detypedef the buf_priv structure and do a little cleanup.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/06 18:35:20

Modified files:
	.              : orders.html 

Log message:
opportunity for others


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/06 18:41:15

Modified files:
	faq            : faq13.html faq14.html 

Log message:
updated/corrected links from Benoit Lecocq (blq at arcane-labs dot net),
thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/06 20:28:30

Modified files:
	share/zoneinfo/datfiles: asia 

Log message:
Update to tzdata2009e from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/06 21:11:59

Modified files:
	sys/arch/sparc64/sparc64: disksubr.c 
	sys/arch/sparc/sparc: disksubr.c 

Log message:
Eliminate useless loop over partitions and ignore zero length
partitions in bsd_to_sun(), even if their offsets are nonsense.
Theo says if sparc64 compiles so will sparc. Fixes some useless
disklabel warning messages.

ok miod@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/06 23:03:25

Modified files:
	sys/dev/pci    : if_tht.c 

Log message:
dont enable checksumming. it appears to be broken on fragmented packets.

discovered by deraadt@, fix tested by deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/07 04:56:27

Modified files:
	faq            : faq6.html 

Log message:
more link changes from Benoit Lecocq, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 05:26:36

Modified files:
	x11/gtk2-murrine-engine: Makefile distinfo 

Log message:
- update to gtk2-murrine-engine-0.90.3

from David Coppa, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 06:34:53

Modified files:
	x11/gtk2-murrine-engine: Makefile 

Log message:
- give maintainership to David Coppa per his request ;
previous maintainer timed out


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 06:48:40

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
turn fragment reassembly on by default. the is little to no reason to
not do fragment reassembly. discussed with dlg and ryan in basel.
ok ryan dlg sthen jdixon todd deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 06:50:44

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
bit more precise


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 06:52:57

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
fragment reassembly on by default


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 07:26:23

Modified files:
	sys/net        : pf_norm.c 

Log message:
after i took everything in this fiule apart and reassembled with a lot of
new stuff asserting copyright is in order


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/07 07:27:33

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
catch up with recent changes (scrub, match, ...); still a ways to go
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 07:40:18

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
nits


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 07:48:38

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
don't we all love BNF? make it lie less


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/07 07:52:29

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
bnf-tweaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 07:52:42

Modified files:
	x11/gtk2-murrine-engine: Makefile 
	x11/gtk2-murrine-engine/pkg: DESCR 

Log message:
- typo, from David Coppa (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/07 07:57:49

Modified files:
	graphics/clutter/core: Makefile distinfo 

Log message:
- update clutter to 0.8.8


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/07 07:58:09

Modified files:
	graphics/clutter/clutter-gtk: Makefile distinfo 

Log message:
- update clutter-gtk to 0.8.3


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/07 08:57:33

Modified files:
	usr.sbin/ospfctl: ospfctl.8 ospfctl.c 
	usr.sbin/ospfd : control.c control.h ospfd.8 ospfd.c ospfd.h 
	                 ospfe.c 

Log message:
allow to specify an alternate control socket instead of /var/run/ospfd.sock.
this is required to run multiple instances of ospfd.

ok claudio@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/04/07 09:31:19

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xserv: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/04/07 10:06:37

Modified files:
	sbin/fdisk     : misc.c 

Log message:
Fix the default value to be between low/high range.  Thanks for
frantisek holop pointing out the issue. ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/07 10:18:56

Modified files:
	faq            : current.html 

Log message:
fragment reassembly is now on by default; from johan@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/04/07 10:35:52

Modified files:
	sys/dev/sdmmc  : sdmmc.c sdmmc_io.c sdmmc_mem.c sdmmc_scsi.c 
	                 sdmmcvar.h 

Log message:
Remove recursion from the sdmmc locking regime.

In snaps for a while.

Originally hacked on phessler@'s couch.
Testing by many, input from jsg@

"I'm tired of seeing the Ms" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/07 11:09:08

Modified files:
	faq            : current.html 

Log message:
typo, thanks Simon Kuhnle.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/07 13:00:43

Log message:
    import farsifonts-ttf 0.4
    
    This project aims at increasing the number of available Arabic free and
    open source fonts. The goals of this project are,
    * Create and/or salvage free and open TTF Arabic fonts.
    * To better couple and artistically match Arabic fonts to their latin
    counterparts.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090409
    
    N ports/x11/farsifonts-ttf/distinfo
    N ports/x11/farsifonts-ttf/Makefile
    N ports/x11/farsifonts-ttf/pkg/DESCR
    N ports/x11/farsifonts-ttf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/07 13:02:36

Modified files:
	x11            : Makefile 

Log message:
- add farsifonts-ttf


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/07 13:58:52

ports/www/py-httplib2/patches

Update of /cvs/ports/www/py-httplib2/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20465/patches

Log Message:
Directory /cvs/ports/www/py-httplib2/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/07 14:01:47

Modified files:
	www/py-httplib2: Makefile 
Added files:
	www/py-httplib2/patches: patch-httplib2___init___py 

Log message:
Add patch to fix deprecation warning and timeout error in python 2.6.
From maintainer via svn.  martynas@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/07 14:50:09

Modified files:
	net/csup       : Makefile distinfo 
	net/csup/pkg   : PLIST 

Log message:
catch up with FreeBSD


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/07 15:03:55

Modified files:
	x11/slim-themes: Makefile distinfo 
	x11/slim-themes/pkg: PLIST 

Log message:
Add a bunch of themes taken from HOMEPAGE, MASTER_SITE mirrored now by
ajacoutot@. Fix Licence marker while here, bump and set EXTRACT_ONLY=.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/07 15:27:45

Modified files:
	usr.bin/cvs    : remote.c 

Log message:
do not try to send a added file that is no longer on disk
towards the server.

problem spotted and diff tested by sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 15:34:24

Modified files:
	net/openh323   : Makefile 
	net/openh323/patches: patch-openh323u_mak_in 
	                      patch-plugins_audio_Speex_Makefile_in 
Added files:
	net/openh323/patches: patch-plugins_audio_GSM0610_Makefile_in 

Log message:
- unbreak when gsm is installed; we can now use the in-tree gsm since
license has been clarified
- use SUBST_CMD while here

breakage spotted by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 15:45:59

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update to vala-0.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/07 15:48:05

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c 
Added files:
	textproc/gtkaml/patches: patch-src_GtkamlAttribute_h 
	                         patch-src_GtkamlClassDefinition_h 
	                         patch-src_GtkamlImplicitsStore_c.orig 
	                         patch-src_GtkamlMethod_h 
	                         patch-src_GtkamlReferenceClassDefinition_h 
	                         patch-src_GtkamlRootClassDefinition_h 
	                         patch-src_GtkamlRootClassDefinition_h.orig 
	                         patch-src_GtkamlSAXParser_h 

Log message:
- update to gtkaml-0.2.5
(this version is updated for Vala 0.7.0)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/07 17:19:20

Modified files:
	telephony/chan_unistim: Makefile 
	telephony/chan_unistim/patches: patch-chan_unistim_c 

Log message:
chase Asterisk commit r168561, "Revert unnecessary indications API change
from rev 122314". fixes build failure reported by naddy following Asterisk
update, *sigh*...


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2009/04/07 19:20:44

Modified files:
	security/p5-IO-Socket-SSL: Makefile distinfo 

Log message:
update p5-IO-Socket-SSL to 1.24


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:30:01

Modified files:
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_4_3 asn1.h asn1_err.c 
	                            tasn_dec.c 

Log message:
MFC: fixes for OpenSSL ASN.1 invalid memory accesses (CVE-2009-0590 and
CVE-2009-0789).


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:30:16

Modified files:
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_4_4 asn1.h asn1_err.c 
	                            tasn_dec.c 

Log message:
MFC: fixes for OpenSSL ASN.1 invalid memory accesses (CVE-2009-0590 and
CVE-2009-0789).


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:30:31

Modified files:
	lib/libssl/src/crypto/asn1: Tag: OPENBSD_4_5 asn1.h asn1_err.c 
	                            tasn_dec.c 

Log message:
MFC: fixes for OpenSSL ASN.1 invalid memory accesses (CVE-2009-0590 and
CVE-2009-0789).


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:33:03

Modified files:
	.              : errata43.html errata44.html 

Log message:
mention 012_openssl.patch (fixes for CVE-2009-0590 and CVE-2009-0789)


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:36:01

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html 
Added files:
	.              : errata45.html 

Log message:
Add errata45.html with 001_openssl.patch (CVE-2009-0590 and CVE-2009-0789)
and link it in


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:40:58

Modified files:
	.              : errata45.html 

Log message:
fix link


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/07 20:44:06

Modified files:
	.              : errata.html errata21.html errata22.html 
	                 errata23.html errata24.html errata25.html 
	                 errata26.html errata27.html errata28.html 
	                 errata29.html errata30.html errata31.html 
	                 errata32.html errata33.html errata34.html 
	                 errata35.html errata36.html errata37.html 
	                 errata38.html errata39.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html errata45.html 

Log message:
fix commas


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/04/07 20:44:22

Modified files:
	.              : security.html 

Log message:
mention OpenSSL issue, start 4.5 section


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/07 21:36:09

Modified files:
	.              : lyrics.html 
Added files:
	images         : 45song.jpg 

Log message:
release the 4.5 song, but no commentary about hateful acpi written yet..


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/07 22:19:09

Modified files:
	.              : lyrics.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	www
Changes by:	oga@cvs.openbsd.org	2009/04/07 23:13:17

Modified files:
	.              : want.html 

Log message:
I could really do with a brace of monitors to fix some X multihead bugs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/08 02:56:43

Modified files:
	security/libfprint: Makefile 

Log message:
Fix LIB_DEPENDS; noted by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 03:09:23

Modified files:
	net/py-pcapy   : Makefile 

Log message:
needs -fPIC, pointed out by jasper.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/04/08 05:46:10

Modified files:
	graphics/jpeg  : Makefile 
	graphics/jpeg/pkg: PLIST 

Log message:
install documentation and example

feedback and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/08 08:52:15

Modified files:
	audio/madplay  : Makefile 

Log message:
remove esd flavor


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/08 09:26:48

Modified files:
	telephony/asterisk-openbsd-moh: Makefile distinfo 
	telephony/asterisk-openbsd-moh/pkg: PLIST 

Log message:
- add 'Games'

"go for it!" ian@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/08 09:42:47

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	oga@cvs.openbsd.org	2009/04/08 09:56:33

Modified files:
	.              : want.html 

Log message:
I publically asked Wim a simple but difficult question about the
accounting of donations -- he never answered it.

The next morning he sends me a bill for some hardware he had given me to
work on the Openmoko port, so I sent it back. If someone in the
community has a Freerunner they could spare, I'm still willing to work on
it in what spare time I have.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/08 09:58:55

Modified files:
	usr.sbin/ospfctl: ospfctl.8 

Log message:
standard wording;


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/04/08 09:59:53

Modified files:
	share/man/man8 : release.8 

Log message:
Mention purpose of 'make release' command in surrounding text.
The old text implied 'make release' was only concerned with
verifying file sets. Prodded by me, diff by jmc@

"if you like it, just commit it" jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/08 10:27:12

Modified files:
	misc/fileutils : Makefile 
	misc/fileutils/pkg: PLIST-ls PLIST-main 

Log message:
- set GPL version
- regen PLIST / add @bin markers
- bump


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/08 14:58:24

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
Rever _raw change from dlg because it breaks iwn.

ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/08 15:19:31

Modified files:
	sys/arch/arm/arm: softintr.c 
	sys/arch/arm/include: softintr.h 
	sys/arch/arm/xscale: i80321_intr.c pxa2x0_intr.c 
	sys/arch/armish/include: intr.h 
	sys/arch/zaurus/include: intr.h 

Log message:
Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename
IPL_SOFTSERIAL to IPL_SOFTTTY.

tested by oga@
ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 15:29:42

Modified files:
	www/spawn-fcgi : Makefile 
	www/spawn-fcgi/pkg: PLIST 

Log message:
adjust conflict marker with www/cherokee, bump package. ok brad (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 15:30:54

Modified files:
	www/cherokee   : Makefile distinfo 
	www/cherokee/patches: patch-cherokee_Makefile_in 
	                      patch-cherokee_conf_sample_pre 
	                      patch-configure 
	www/cherokee/pkg: PLIST-main PLIST-mysql 
Added files:
	www/cherokee/patches: patch-contrib_Makefile_in 
Removed files:
	www/cherokee/patches: patch-cherokee-admin_1 

Log message:
update to 0.99.0, remove conflict with spawn-fcgi/old lighttpd.
maintainer unresponsive, ok ajacoutot


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/08 15:58:02

Modified files:
	games/wesnoth  : Makefile 

Log message:
- take maintainership for the time being

discussed with/agreed by vlad (previous maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 15:58:29

Modified files:
	lib/libm/noieee_src: n_floor.c 

Log message:
fix hexadecimal constant that was wrong;  and confused with ieee.  ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 16:02:08

Modified files:
	regress/usr.bin/xlint: test-16.c.exp 

Log message:
adapt lint regress after time.h r. 1.24 "sounds fine" millert@.  ok chl@
cloder@'s email bounces


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/04/08 16:29:24

Modified files:
	mail/mailscanner: Makefile distinfo 
	mail/mailscanner/patches: patch-bin_MailScanner 
	                          patch-etc_MailScanner_conf 
	                          patch-lib_MailScanner_ConfigDefs_pl 
	                          patch-lib_MailScanner_Message_pm 
	                          patch-lib_mcafee-autoupdate 
	mail/mailscanner/pkg: PLIST 
Added files:
	mail/mailscanner/patches: patch-bin_processing_messages_alert 

Log message:
update to 4.75.11, tested by brad and sthen@ for nearly a week now, from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 16:30:41

Modified files:
	lib/libm/arch/amd64: abi.h e_sqrt.S e_sqrtf.S s_ceil.S s_ceilf.S 
	                     s_copysign.S s_copysignf.S s_floor.S 
	                     s_floorf.S s_ilogb.S s_ilogbf.S 

Log message:
remove i386/x86_64 ifdefs.  i386 lives @ i387.  miod@ agrees
object code matches so this got to be oki


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 17:09:50

Modified files:
	include        : math.h 

Log message:
nuke extern from func decls.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 17:31:34

Modified files:
	lib/libm/arch/amd64: abi.h s_log1p.S s_log1pf.S 
	lib/libm/arch/i387: s_log1p.S 

Log message:
missing rcs ids;  spacing


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/08 17:35:07

Log message:
    import py-sphinx-0.6.1
    
    Sphinx is a tool that makes it easy to create intelligent and
    beautiful documentation for Python projects (or other documents
    consisting of multiple reStructuredText sources), by Georg Brandl.
    It was originally created to translate the new Python documentation,
    but has now been cleaned up in the hope that it will be useful to
    many other projects.
    
    input, testing, ok fgs@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090409
    
    N ports/textproc/py-sphinx/Makefile
    N ports/textproc/py-sphinx/distinfo
    N ports/textproc/py-sphinx/pkg/DESCR
    N ports/textproc/py-sphinx/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/08 17:44:20

Modified files:
	textproc       : Makefile 

Log message:
add py-sphinx


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 18:19:14

Log message:
    import benchmarks/siege, a multi-threaded http benchmark tool, fairly
    good for testing performance with multiple TCP streams.
    
    Siege is an http regression testing and benchmarking utility. It
    was designed to let web developers measure the performance of their
    code under duress, to see how it will stand up to load on the
    internet. Siege supports basic authentication, cookies, HTTP and
    HTTPS protocols. It allows the user hit a web server with a
    configurable number of concurrent simulated users. Those users place
    the webserver "under siege."
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090409
    
    N ports/benchmarks/siege/Makefile
    N ports/benchmarks/siege/distinfo
    N ports/benchmarks/siege/patches/patch-configure
    N ports/benchmarks/siege/patches/patch-doc_Makefile_in
    N ports/benchmarks/siege/patches/patch-src_init_c
    N ports/benchmarks/siege/patches/patch-utils_siege_config_in
    N ports/benchmarks/siege/pkg/PLIST
    N ports/benchmarks/siege/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 18:20:04

Modified files:
	benchmarks     : Makefile 

Log message:
+siege


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 19:00:51

Modified files:
	books/wndw     : Makefile distinfo 
Added files:
	books/wndw/pkg : DESCR-id PLIST-id 

Log message:
add Indonesian Edition of Wireless Networking in the Developing World


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/08 19:05:25

Modified files:
	databases/py-sqlite2: Makefile distinfo 
	databases/py-sqlite2/patches: patch-setup_cfg patch-setup_py 
	databases/py-sqlite2/pkg: PLIST 
Added files:
	databases/py-sqlite2/patches: patch-doc_sphinx_conf_py 

Log message:
update to py-sqlite2-2.5.5.  feedback, "go ahead" fgs@ & eric@
fgs@ also sent patch-doc_sphinx_conf_py upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 19:06:24

Log message:
    import www/pound
    
    The Pound program is a reverse proxy, load balancer and HTTPS
    front-end for Web server(s). Pound was developed to enable distributing
    the load among several Web-servers and to allow for a convenient
    SSL wrapper for those Web servers that do not offer it natively.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090409
    
    N ports/www/pound/Makefile
    N ports/www/pound/distinfo
    N ports/www/pound/pkg/PLIST
    N ports/www/pound/pkg/DESCR
    N ports/www/pound/patches/patch-pound_8
    N ports/www/pound/files/pound.cfg
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/08 19:09:53

Modified files:
	www            : Makefile 

Log message:
+pound


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 19:16:07

src/regress/lib/libm/fpaccuracy

Update of /cvs/src/regress/lib/libm/fpaccuracy
In directory cvs.openbsd.org:/tmp/cvs-serv26556/fpaccuracy

Log Message:
Directory /cvs/src/regress/lib/libm/fpaccuracy added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 19:24:43

Added files:
	regress/lib/libm/fpaccuracy: Gamma.c INV.c Makefile Pix.c acos.c 
	                             acosh.c asin.c asinh.c atan.c 
	                             atanh.c cos.c cosh.c erf.c erfc.c 
	                             exp.c fpaccuracy.c fpaccuracy.h 
	                             header.h j0.c j1.c lgamma.c log.c 
	                             log10.c pow2_x.c powx_275.c sin.c 
	                             sinh.c sqrt.c tan.c tanh.c 
	                             trailer.h y0.c y1.c 

Log message:
fpaccuracy, by prof. Gaston H. Gonnet, uses some most difficult
values to test accuracy of math functions (currently, only double
precision tests are present)
a report summary (fpaccuracy.out) containing max errs in ulp is generated
originally under gpl.  consented to relicense it under our license
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/08 19:26:41

Modified files:
	regress/lib/libm: Makefile 

Log message:
add fpaccuracy


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/04/08 20:52:20

Modified files:
	distrib/sets/lists/xserv: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/08 21:06:35

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
unrevert marco's revert of my bus_dmamap_load_raw change now that i found
the bug in it. bugfix will be committed next.

make bus_dmamap_load_raw respect the constraints of the dmamap we're
loading the raw memory into, particularly the segment size constraint.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/08 21:08:36

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
in bus_dmamap_load_raw, only map the requested number of bytes into the
dmamap rather than all the bytes that are described by the sg list we're
mapping.

tested on iwn by me and beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/08 23:17:53

Modified files:
	math/plplot    : Makefile 

Log message:
unbreak build when wxwidgets is installed.

noticed and tested by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/08 23:47:36

Modified files:
	.              : lyrics.html 

Log message:
correct size


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/09 01:25:27

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to 0.2.33
mirror added
"should be good to go" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 01:36:17

Modified files:
	games/wesnoth  : Makefile 

Log message:
- shuffle some comments around, and remove an outdated comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/09 01:43:37

ports/x11/xfce4/libxfce4menu/patches

Update of /cvs/ports/x11/xfce4/libxfce4menu/patches
In directory cvs.openbsd.org:/tmp/cvs-serv32421/patches

Log Message:
Directory /cvs/ports/x11/xfce4/libxfce4menu/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/09 01:44:37

Modified files:
	x11/xfce4/libxfce4menu: Makefile 
Added files:
	x11/xfce4/libxfce4menu/patches: patch-configure 
	                                patch-libxfce4menu_libxfce4menu-0_1_pc_in 

Log message:
- Add gtk2 to BUILD_DEPENDS to fix build on a clean box (spotted by
jasper@)
- Add xfdesktop to REGRESS_DEPENDS & the corresponding blurb regarding
interactive regress tests.
- Add a patch to make regress tests correctly link with -pthread.
- Backport a fix to libxfce4menu-0.1.pc from svn to correct reality.
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/04/09 02:22:14

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Add DisplayLink DL-120 USB graphic chip found in the
``Century Corp. Japan Plus One LCD-8000U'' device.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/04/09 02:22:54

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 02:41:48

Modified files:
	textproc/gtkaml: Makefile 

Log message:
- add missing build_depends on gtk+2 ; from jasper@
- needs USE_X11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 02:47:24

Modified files:
	print/cups     : Makefile 

Log message:
- fix a crash with NSS based applications when printing using gtk+2-cups
There are some conflicting symbols between nss and openssl (hint from
martynas@ some time ago about another issue).
- fix tyop while here (MAITAINER -> MAINTAINER)

"looks good" landry@ ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/04/09 03:15:24

Modified files:
	sys/dev/usb    : if_upgt.c 

Log message:
Remove obsolete braces around case switch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 03:25:20

Modified files:
	print/a2ps     : Makefile 
Added files:
	print/a2ps/patches: patch-etc_a2ps_cfg_in 

Log message:
- make sure Type1 fonts can be found at runtime
from Slackware Linux


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 04:44:50

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
Add a hook to deal with special sendmail db files under /etc/mail/
Tweak some outputs and put interesting messages into sysmerge.log.
export the NEED_NEWALIASES variable.

inputs from and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/09 05:36:05

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
white space fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 05:38:29

Modified files:
	graphics/scratch: Makefile 

Log message:
- missing build dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 06:44:13

Log message:
    import freeglut 2.4.0
    
    freeglut is a completely OpenSourced alternative to the OpenGL Utility
    Toolkit (GLUT) library written by Mark Kilgard.
    GLUT (and hence freeglut) allows the user to create and manage windows
    containing OpenGL contexts on a wide range of platforms and also read
    the mouse, keyboard and joystick functions.
    
    from tobias ulmer (MAINTAINER),
    no objections from oga@, testing and ok sthen@
    
    non-free glut will remain around for a while, but ports depending on glut
    will be switched to freeglut in a few.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090409
    
    N ports/graphics/freeglut/Makefile
    N ports/graphics/freeglut/distinfo
    N ports/graphics/freeglut/pkg/DESCR
    N ports/graphics/freeglut/pkg/PLIST
    N ports/graphics/freeglut/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 06:45:42

Modified files:
	graphics       : Makefile 
	graphics/glut  : Makefile 
	graphics/glut/pkg: PLIST 

Log message:
- hookup freeglut
- add a conflict marker to glut


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 07:01:53

Modified files:
	games/crossfire-client: Makefile 
	games/glsfcave : Makefile 
	graphics/makehuman: Makefile 
	graphics/mhgui : Makefile 
	games/crack-attack: Makefile 
	graphics/glpng : Makefile 
	graphics/glpng/patches: patch-Example_Test_c 
Added files:
	games/crack-attack/patches: patch-src_Attack_cxx 

Log message:
- switch ports that are currently using glut to use freeglut

from tobias ulmer (MAINTAINER),
objections from oga@, testing and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 07:10:49

Modified files:
	graphics/lcms  : Makefile distinfo 
	graphics/lcms/patches: patch-include_lcms_h 

Log message:
- update lcms to 1.18
* includes security fixes for CVE-2009-0581, CVE-2009-0723 and CVE-2009-0733.
(which could cause a memory leak, buffer overflows and code execution)

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/09 08:30:39

Modified files:
	usr.bin/find   : find.1 

Log message:
min/maxdepth do not observe +-;
reported by x, but different fix taken


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 08:43:54

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
Sort.
requested by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/04/09 08:45:52

Modified files:
	databases/py-couchdb: Makefile 

Log message:
Add missing dependey on setuptools and bump package.
spotted and tested by jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/09 08:48:45

Modified files:
	infrastructure/install: FS.pm 

Log message:
Quote filenames when handing them off to a shell.
This fixes errors like "sh: syntax error: `(' unexpected" in make-plist.
ok espie@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 09:03:06

Modified files:
	devel/libexecinfo: Makefile 
	devel/libexecinfo/pkg: PLIST 

Log message:
- install README file
- add HOMEPAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/09 09:52:41

Modified files:
	share/man/man4 : spdmem.4 

Log message:
DDR3 also.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/09 10:02:24

Modified files:
	distrib/notes/alpha: hardware 
	distrib/notes/amd64: hardware 
	distrib/notes/armish: hardware 
	distrib/notes/hppa: hardware 
	distrib/notes/i386: hardware 
	distrib/notes/landisk: hardware 
	distrib/notes/macppc: hardware 
	distrib/notes/sparc64: hardware 
	distrib/notes/zaurus: hardware 

Log message:
Don't try to keep in sync with the man page device lists for
802.11 wireless as chipsets used and products change rapidly, but
rather display just a list of the supported chipsets like we do in www.
Discussed with jmc and deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/04/09 10:52:32

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Fixed argtype for Increment/Decrement.  Field args were being evaluated as
integers instead remaining a reference.
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 11:19:22

Modified files:
	print/openclipart: Makefile distinfo 
	print/openclipart/pkg: DESCR PLIST 

Log message:
- update openclipart to 0.19
(distfile grew to a modest 375M...)

you'll need -r1.7 of ports/infrastructure/install/FS.pm, thanks to naddy@
for fixing an issue there

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/09 11:43:36

Modified files:
	games/wesnoth  : Makefile 

Log message:
- shuffle things a bit


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/09 12:36:00

Modified files:
	www/apache-httpd: Makefile distinfo 
	www/apache-httpd/patches: patch-configure 
	www/apache-httpd/pkg: PLIST 

Log message:
Update to apache-httpd-2.2.11.

Lots of bugfixes and a security fix for CVE-2008-2939.

Enable usage of the threaded apr which is needed for
an upcoming port.

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/09 12:37:35

Modified files:
	www/ap2-mod_perl: Makefile 

Log message:
since apache-httpd's LIB_DEPENDS changed and ap2-mod_perl used it
indirectly via WANTLIB instead of pulling it in itself, we now have to
do so; p++

ok bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/09 12:42:30

Modified files:
	www            : Makefile 

Log message:
connect ap2-mod_perl to the builds

noticed by bernd@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/04/09 13:00:40

Modified files:
	usr.sbin/ospf6d: ospf6.h rde.c 

Log message:
Fix a naming inconsistency in struct lsa_intra_prefix (lsid -> ls_id).

"consistency is a good thing" jsing@, ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/04/09 13:03:10

Modified files:
	usr.sbin/ospf6d: kroute.c 

Log message:
Don't dereference NULL pointers. This crash wasn't found yet because
we never entered this code path before. This is just a temporary fix.
The kroute code desperately needs a sync to ospfd.

"Looks sensible to me" jsing@, "Yes and yes" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	stsp@cvs.openbsd.org	2009/04/09 13:06:52

Modified files:
	usr.sbin/ospf6d: rde_spf.c 

Log message:
Update rt_calc() for OSPFv3. The Routing Information Base is being
populated. Intra-area routes only for now.

"I see no obvious issues. Should go in so you can move forward" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/09 13:49:34

Modified files:
	usr.sbin/smtpd : lka.c mta.c parse.y smtp.c smtp_session.c 
	                 smtpd.h ssl.c 

Log message:
change syntax of the "listen on" and "relay via" directives:
1) kill the ssmtp keyword in "ssmtp listen on ...";
2) kill the use keyword in "... use certificate foo";
3) tls no longer implicit, user must explicitely use the tls or smtps option.
4) for "relay via", move the tls/smtps options to right after the
port specification; makes it similar to "listen on".

These directives:

ssmtp listen on fxp0 use ceritifate "foo"
accept for all relay via tls "mx.bar.com"

now become:

listen on fxp0 smtps certificate "foo"
accept for all relay via "mx.bar.com" tls

ok gilles@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:03:21

Modified files:
	driver/xf86-video-i740: configure.ac 
	driver/xf86-video-i740/man: i740.man 
	driver/xf86-video-i740/src: i740_driver.c 

Log message:
update xf86-video-i740 to 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:03:57

Modified files:
	driver/xf86-video-i740: aclocal.m4 configure ltmain.sh 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:07:26

Modified files:
	driver/xf86-video-vesa: configure.ac 
	driver/xf86-video-vesa/man: vesa.man 
	driver/xf86-video-vesa/src: vesa.c vesa.h 
Added files:
	driver/xf86-video-vesa: README 

Log message:
update to xf86-video-vesa 2.2.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:07:53

Modified files:
	driver/xf86-video-vesa: Makefile.in aclocal.m4 config.h.in 
	                        configure 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/04/09 14:19:04

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
fixes for smtp auth LOGIN, inspired from smtp auth PLAIN fixes
(NUL terminate buffers, duh!)
with suggestions from oga@
"please commit" jacekm@, ok gilles@ oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:29:45

Modified files:
	lib/libICE     : ChangeLog Makefile.am Makefile.bsd-wrapper 
	                 configure.ac 
	lib/libICE/include/X11/ICE: ICElib.h ICEmsg.h 
	lib/libICE/src : ICElibint.h Makefile.am accept.c authutil.c 
	                 connect.c error.c getauth.c globals.h iceauth.c 
	                 icetrans.c listen.c listenwk.c locking.c misc.c 
	                 ping.c process.c protosetup.c register.c 
	                 replywait.c setauth.c shutdown.c watch.c 

Log message:
Update to libICE 1.0.5.
Main change: ansification.
Bumped major since some symbols which were not part of the public API
have been changed to 'static'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/09 14:30:16

Modified files:
	x11/xfce4/xfce4-wavelan: Makefile distinfo 
	x11/xfce4/xfce4-wavelan/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-wavelan/patches: patch-panel-plugin_wavelan_c 
	                                 patch-panel-plugin_wi_bsd_c 

Log message:
Update to xfce4-wavelan 0.5.5.
As i took over upstream maintenance and merged our patches, let's remove them..
Tested on bwi/macppc and ral/i386.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/09 14:30:25

Modified files:
	lib/libICE     : Makefile.in aclocal.m4 config.h.in configure 
	                 ltmain.sh 
	lib/libICE/src : Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/09 14:32:45

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
make the manpage fairly complete, contains bits from jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	jacekm@cvs.openbsd.org	2009/04/09 14:46:05

Modified files:
	faq            : current.html 

Log message:
mention new _smtpd user and group, pointed out by henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/09 15:20:36

Modified files:
	www/squidguard : Makefile 

Log message:
add spaces before = in Makefile in preparation for forthcoming update to
make the diff clearer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/09 16:08:47

Modified files:
	net/pfstat     : Makefile 
	sysutils/pftop : Makefile 

Log message:
bump following PF changes; from kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 16:40:37

ports/emulators/sdlmame/files

Update of /cvs/ports/emulators/sdlmame/files
In directory cvs.openbsd.org:/tmp/cvs-serv14026/files

Log Message:
Directory /cvs/ports/emulators/sdlmame/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 16:44:41

Modified files:
	emulators/sdlmame: Makefile 
	emulators/sdlmame/pkg: PLIST-main 
Added files:
	emulators/sdlmame/files: mame.ini 

Log message:
- install a default mame.ini configuration file under SYSCONFDIR/mame/
- install ui.bdf to get better fonts

original diff from me, heavily modified and enhanced by Pierre Riteau
(maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/09 16:49:39

Modified files:
	devel/pygame   : Makefile distinfo 
	devel/pygame/patches: patch-Setup_in patch-examples_eventlist_py 
	                      patch-examples_fastevents_py 
	devel/pygame/pkg: PLIST 
Added files:
	devel/pygame/patches: patch-config_unix_py 
Removed files:
	devel/pygame/patches: patch-examples_overlay_py 

Log message:
- update to pygame 1.8.1
several documentation updates
lots of bug fixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/09 17:53:13

Modified files:
	www/squidguard : Makefile distinfo 
	www/squidguard/patches: patch-src_y_tab_c_bison 
	www/squidguard/pkg: DESCR PLIST 
Added files:
	www/squidguard/patches: patch-src_sg_y_in 
Removed files:
	www/squidguard/patches: patch-Makefile_in 
	                        patch-samples_sample_conf_in 
	                        patch-src_sgDiv_c patch-src_sg_h 
	                        patch-src_sg_y 

Log message:
update to 1.4, based on a diff from and ok with maintainer Claudio Correa.


CVSROOT:	/cvs
Module name:	ports
Changes by:	beck@cvs.openbsd.org	2009/04/09 18:52:07

Modified files:
	audio/mpd      : Makefile 
Added files:
	audio/mpd/patches: patch-src_playlist_c 

Log message:
make mpd use a reaonable Fisher-Yates shuffle for randomizing play order
instead of an incorrectly implemented Knuth shuffle. Also on openbsd
make sure we use arc4random_uniform for the random choice from the
sequence to make sure we aren't modulo biased.
Noticed when my mpd server played an unnatural amount of Rush out of the
80's playlist.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/09 21:32:24

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
gasio was killed so kill proto


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/09 23:35:31

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
tweaks;


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/10 00:04:50

Modified files:
	lib/libssl/man : Makefile 

Log message:
resync libssl/libcrypto pod documentation - quite a few more pages and
MLINKS; feedback and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/10 00:14:44

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/10 00:32:47

Modified files:
	sys/arch/sparc/sparc: disksubr.c 

Log message:
fix typos introduced


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/10 02:47:00

Modified files:
	devel/plib     : Makefile 

Log message:
fix typo in comment and bump

from Gallon Sylvestre (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/10 02:54:32

Modified files:
	devel/plib     : Makefile 

Log message:
ENOCOOKIE: bump PKGNAME, not DISTNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/10 03:38:01

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
Maintenance update to libsoup 2.26.0.9, bump libsoup-gnome major and
libsoup minor.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 04:59:31

Modified files:
	x11/gtk+2      : Makefile 

Log message:
- fix wantlib after cups update


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/10 05:26:10

Modified files:
	usr.bin/cvs    : server.c 

Log message:
with the recent module-expand changes, we need to use
the correct repository path in Set-sticky and Clear-sticky
otherwise we'll end up with stuff like src/bin/ls/src/bin/ls
in CVS/Repository which pretty much breaks.

noticed & ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/10 05:30:33

Modified files:
	lib/libm       : Makefile 
Added files:
	lib/libm/arch/amd64: s_llrint.S s_llrintf.S s_lrint.S s_lrintf.S 

Log message:
lrint, llrint, lrintf, llrintf for amd64.  ok kettenis@, oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 05:59:06

Modified files:
	x11/xfce4/xfprint: Makefile 
	x11/gnustep/gui: Makefile 
	print/splix    : Makefile 
	print/xpp      : Makefile 
	net/samba      : Makefile 
	print/gtklp    : Makefile 

Log message:
- fix WANTLIB after cups update


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/04/10 06:00:13

Modified files:
	databases/skytools: Makefile distinfo 
	databases/skytools/pkg: PLIST 

Log message:
Update to 2.1.9.
Remove useless build_depends
Update my email address

"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 06:31:01

Modified files:
	print/scribus  : Makefile 

Log message:
- fix WANTLIB after cups udate


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 07:54:20

ports/emulators/sdlmess/files

Update of /cvs/ports/emulators/sdlmess/files
In directory cvs.openbsd.org:/tmp/cvs-serv20231/files

Log Message:
Directory /cvs/ports/emulators/sdlmess/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 07:56:46

Modified files:
	emulators/sdlmess: Makefile 
	emulators/sdlmess/pkg: PLIST 
Added files:
	emulators/sdlmess/files: mess.ini 

Log message:
Same as recent sdlmame commit:
- install a default mess.ini configuration file under SYSCONFDIR/mess/
- install ui.bdf to get better fonts

from Pierre Riteau (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 09:30:49

Modified files:
	security/libgcrypt: Makefile 

Log message:
- remove bogus BUILD_DEPENDS on transfig (fig2dev is never called)

This should fix the dependency loop on cups reported by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 09:35:01

Modified files:
	print/cups     : Makefile 
Added files:
	print/cups/patches: patch-cups_http_c patch-cups_ipp_c 

Log message:
- lower some buffer size to prevent crash with default limit settings


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/04/10 10:05:10

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Fix for PR6099, read/write of non-byte aligned IndexField
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 10:17:49

Modified files:
	x11/gnome/libgnomecups: Makefile 
	x11/gnome/libgnomecups/patches: 
	                                patch-libgnomecups_gnome-cups-printer_c 
	                                patch-libgnomecups_gnome-cups-printer_h 
	                                patch-libgnomecups_gnome-cups-request_c 
	x11/gnome/libgnomecups/pkg: PLIST 

Log message:
- unbreak, this works fine now
- set GPL version, regen WANTLIB and PLIST
- add some comments in the patches (from FreeBSD)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 10:19:13

Modified files:
	x11/gnome/libgnomeprint: Makefile 
	x11/gnome/libgnomeprint/pkg: PFRAG.shared PLIST 

Log message:
- pick up libgnomecups


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 10:36:02

Modified files:
	print/cups/patches: patch-cups_http_c patch-cups_ipp_c 

Log message:
- add some comments ; no pkg change


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/10 11:11:27

Modified files:
	sys/arch/hppa/dev: sti_pci_machdep.c 

Log message:
When deciding whether a sti@pci board is the console, compare all valid BAR
addresses against PAGE0 information, instead than only the BAR mapping
sti region #0; on Visualize FXe, PAGE0 will point to another BAR and we would
not recognize the display as the console device.

Tested on Visualize FX4 (on C240), Visualize EG (on B1000) and Visualize FXe
(on B2000).


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/10 11:28:28

Modified files:
	databases/maatkit: Makefile distinfo 
	databases/maatkit/pkg: PLIST 

Log message:
Update to version 3329
Remove a run dependency on devel/p5-Term-ReadKey


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/10 11:34:26

Modified files:
	databases/maatkit: Makefile 

Log message:
Readd a missing dependency, no cookie for me


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/10 12:19:41

Modified files:
	usr.bin/cdio   : rip.c 

Log message:
don't use the AUDIODEVICE env. variable because sio_open(3) already
does it. From Anathae Townsend <atownsend(at)nucleus.com>, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/10 12:26:50

Modified files:
	distrib/miniroot: install.sh 

Log message:
'rm hosts' -> 'rm -f hosts', since we may have not configured any
interfaces and thus not have a hosts file to remove. Should eliminate
annoying error messages noticed by jsing@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/10 12:51:44

Modified files:
	usr.bin/aucat  : aucat.1 
	usr.bin/cdio   : cdio.1 

Log message:
Explain the AUDIODEVICE env. variable similarly to how sio_open(3) does.
discussed with jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/10 14:53:54

Modified files:
	sys/arch/sparc/dev: amd7930.c amd7930var.h fd.c magma.c 
	                    magmareg.h spif.c spifvar.h zs.c 
	sys/arch/sparc/include: _types.h cpu.h psl.h z8530var.h 
	sys/arch/sparc/sparc: amd7930intr.s bsd_fdintr.s genassym.cf 
	                      intr.c intreg.h locore.s 
Added files:
	sys/arch/sparc/include: intr.h 

Log message:
generic soft interrupts support for sparc. Soft interrupt handlers are now
kept in a separate intrhand array, with their own enable bits so that
soft interrupts sharing the same level only get invoked if really triggered.
Inspired by NetBSD with significant changes.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/10 14:54:08

Modified files:
	sbin/disklabel : disklabel.8 disklabel.c editor.c extern.h 

Log message:
Re-work '-A' so that it sets a flag that -E and -w use, and which will
just display the auto-allocation plan otherwise. Don't overwrite any
spoofed partitions, insert auto allocated partitions where we can.

This is much more install script and weird architecture friendly. I'm
talking about you, macppc.

Many suggestions and code from otto@, feedback from many, cattle
prod applied by deraadt@.

ok deraadt@
"if it works for >8GB ... put it in" miod@
"to be clear, ok" todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/10 14:54:59

Modified files:
	sys/arch/sparc/dev: ts102.c 
	sys/dev/sbus   : stp4020.c stp4020var.h 

Log message:
Use soft interrupts to dispatch pcmcia device interrupts; this ensures the
driver handlers get invoked at the right level. Parts from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/10 14:55:56

Modified files:
	sys/arch/solbourne/solbourne: autoconf.c 

Log message:
Don't blindly dereference a NULL pointer when the boot device is not known.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/10 14:57:04

Modified files:
	sys/sys        : extent.h 
	sys/kern       : subr_extent.c 
	share/man/man9 : extent.9 
	regress/sys/kern/extent: extest.awk extest.exp tests 

Log message:
Add EX_CONFLICTOK flag that allows an allocation to conflict with existing
allocations, making sure that the union of all space is allocated.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/10 14:57:28

Modified files:
	sys/arch/solbourne/solbourne: genassym.cf locore.s pmap.c trap.c 

Log message:
Catch up with sparc changes (bcopy fix, struct cpuinfo, etc); still dies early
with so-called ``external memory fault'' which cause I can't figure out.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/10 15:01:34

Modified files:
	distrib/miniroot: install.sh 

Log message:
If the md_prep_disklabel routine sets AUTOROOT=y, then don't ask the
user for input. Just plow ahead.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/10 15:16:51

Modified files:
	sbin/disklabel : editor.c 

Log message:
allow /usr/local to be up to 5MB in auto mode; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/10 15:18:11

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
avoid Xr to self;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/10 15:27:04

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
some improvements for the PACKET FILTERING section;
feedback (i.e. much tearing of hair) and ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/10 15:37:56

Modified files:
	faq            : upgrade45.html 

Log message:
sync TOC with content


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/10 15:40:25

Modified files:
	faq            : upgrade45.html 

Log message:
I think it is ready to use...


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/10 15:43:37

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak TABLES;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/10 16:35:08

Modified files:
	x11/gnome/video-arcade: Makefile 
	x11/gnome/video-arcade/pkg: PLIST 
Added files:
	x11/gnome/video-arcade/patches: 
	                                patch-data_gnome-video-arcade_schemas 
	                                patch-src_gva-process_c 

Log message:
- give this port a chance to run ; patch from Pierre Riteau
(this is a workaround, better fix is being worked on)
- fix schema file to quiet up gconftool-2


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/10 17:11:17

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 

Log message:
Where appropriate display the auto-allocation layout of the root
disk and ask if the installee wants to use it, edit it, or create
their own custom disklabel. Most one-disk installs will not need
to see fdisk or disklabel.

i386 and macppc by me, adapted for others by deraadt@.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/04/11 02:16:58

Modified files:
	graphics/py-matplotlib: Makefile 

Log message:
fix build issue spotted by jasper@: need explicit dependency on
python-tkinter.

ok djm@ ajacoutot@
library cleanup suggested by and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/11 02:22:48

Modified files:
	sys/dev/acpi   : acpireg.h 

Log message:
Add PnP ID for PCIe host bridge.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/11 02:49:16

Modified files:
	net/mrtd       : Makefile 

Log message:
fix homepage url, bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/11 03:36:35

Modified files:
	usr.sbin/dvmrpd: rde_srt.c 

Log message:
Show debug informations when a route is added and when a downstream router
is added/deleted.

Fix endianess issue in rt_match_origin().

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 04:05:47

Modified files:
	graphics/dia   : Makefile 
	graphics/dia/patches: patch-app_commands_c 
	graphics/dia/pkg: PFRAG.gnome PLIST 

Log message:
- several fixes:
* xdg-utils is only needed to the !gnome FLAVOR
* regen WANTLIB, esd is no more a dependency (unbreak gnome FLAVOR)
* use yelp for the gnome FLAVOR
* regen PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 04:09:32

Modified files:
	graphics       : Makefile 

Log message:
+dia,gnome


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 04:12:19

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
- mention system-config-printer

from jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/11 04:21:20

Modified files:
	usr.sbin/dvmrpd: rde.c 

Log message:
When inserting a new route add as downstream interfaces just the ones with
downstream neighbors or group members.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/11 04:24:21

Modified files:
	usr.bin/aucat  : aucat.1 headers.c legacy.c wav.c wav.h 

Log message:
- make legacy mode use sio_open(3) (sndio) API
- parse .au headers in legacy mode
- support playback of ulaw and alaw encoded .au and .wav files in
legacy mode

ok ratchov


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 04:46:43

Modified files:
	x11/gnome/mergeant: Makefile 
	x11/gnome/mergeant/patches: patch-src_main_c 

Log message:
- do not hardcode gnome-database-properties program version as it may
change eventually in the future


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2009/04/11 04:57:25

Modified files:
	faq            : faq10.html 

Log message:
new section "10.19 - Directory services"
so far mostly explaining YP standard usage (server and client)
note: this applies to 4.5-release, -current is already moving forward

based on work done by Edd Barrett <vext01 (at) gmail (dot) com>
tweaked and expanded by myself
including feedback from nick@ jmc@ ajacoutot@
OK nick@ jmc@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/11 05:48:06

Modified files:
	usr.bin/sudo   : ChangeLog INSTALL Makefile.in TROUBLESHOOTING 
	                 WHATSNEW aclocal.m4 alias.c check.c config.h 
	                 config.h.in configure configure.in def_data.c 
	                 def_data.h def_data.in env.c fileops.c ldap.c 
	                 logging.h match.c parse.c parse.h pathnames.h 
	                 pathnames.h.in sudo.c sudo.h sudo.pod 
	                 sudo_nss.c sudo_nss.h sudo_usage.h 
	                 sudo_usage.h.in sudoers.ldap.pod sudoers.pod 
	                 tgetpass.c toke.l version.h visudo.c 
	usr.bin/sudo/auth: aix_auth.c pam.c sudo_auth.c 
	usr.bin/sudo/sudo: Makefile 
Added files:
	usr.bin/sudo   : audit.c term.c 

Log message:
Update to sudo 1.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 06:18:00

Modified files:
	x11/gnome/video-arcade: Makefile 
	x11/gnome/video-arcade/patches: patch-src_gva-process_c 

Log message:
- better patch

from Pierre Riteau, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/11 07:45:06

Modified files:
	databases/py-psycopg2: Makefile distinfo 
	databases/py-psycopg2/pkg: PLIST 

Log message:
update to py-psycopg2-2.0.9.  initial diff from Valery Masiutsin,
tweaks by myself.  ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/11 07:47:37

Modified files:
	www/seamonkey  : Makefile distinfo 

Log message:
security update to seamonkey-1.1.16;  fixes a few critical vulns
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/11 07:50:57

Modified files:
	databases/py-sqlalchemy: Makefile distinfo 
	databases/py-sqlalchemy/pkg: PLIST 

Log message:
update to py-sqlalchemy-0.5.3.  fixes some regression tests
ok fgs@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 08:06:46

Modified files:
	multimedia/oggconvert: Makefile 

Log message:
- prefer gstreamer-ffmpeg over gstreamer-xvid as it works much better


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 08:10:57

Modified files:
	x11/gnome/totem: Makefile 

Log message:
- no need to run_depends on gstreamer-xvid


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/11 08:13:59

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-clamd_Makefile_in 
	                         patch-database_Makefile_in 
	                         patch-etc-clamd_conf 
	                         patch-etc_Makefile_in 
	                         patch-libclamav_Makefile_in 
	                         patch-libclamav_mbox_c 
	                         patch-libclamav_str_c 
	security/clamav/pkg: PLIST 
Removed files:
	security/clamav/patches: patch-clamav_milter-clamav_milter_c 
	                         patch-libclamav_Makefile_am 

Log message:
security update to 0.95.1. it doesn't build with ports-tree libtool,
so use the bundled one and mark with XXX until it can be fixed better.
commit requested by mbalmer (maintainer).


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2009/04/11 08:15:31

Modified files:
	faq            : faq10.html 

Log message:
typo: "lookup file", not "lookup files" in resolv.conf(5)

from Tim van der Molen, tbvdm at xs4all dot nl, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 08:37:21

Modified files:
	multimedia/gstreamer-0.10: Makefile.inc 
	multimedia/gstreamer-0.10/core: Makefile 
	multimedia/gstreamer-0.10/core/pkg: PLIST-frontend PLIST-main 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	multimedia/gstreamer-0.10/plugins-ffmpeg: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main 
	multimedia/gstreamer-0.10/plugins-ugly: Makefile 
	multimedia/gstreamer-0.10/py-gstreamer: Makefile 
	multimedia/gstreamer-0.10/py-gstreamer/pkg: PLIST 

Log message:
GStreamer configure script does not set --disable-debug by default and
for a good reason. One of them being that the gstdebug.so plugin is
actually needed by other apps.

gstreamer,-main: move some files from -main to -frontend ; fix dependencies

Regen all PLISTs and bump all PKGNAMEs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/11 08:55:31

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
minor tweaks:
- totally forbid overriding do-fetch
- slightly better diagnostics in a few cases


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/11 08:56:31

Modified files:
	infrastructure/mk: bsd.port.subdir.mk 

Log message:
add support for MATCHDIR: will only recurse into dirs that match the
pattern...


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/11 08:59:59

Modified files:
	sys/arch/i386/pci: pchb.c 
	sys/arch/amd64/pci: pchb.c 

Log message:
There is no support for building multi-socket machines in AMD Family 11h
processors, so the registers to configure addition HyperTransport links
are absent.  Don't try attaching addition pci busses on these processors
to avoid probing non-existant registers.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/11 09:17:11

Modified files:
	sbin/disklabel : editor.c 

Log message:
Treat the list of auto-allocation partitions as a priority list and
stop auto-allocation as soon as a partition can't fit. Eliminate
the 'no space to allocate ...' messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/11 10:54:28

Modified files:
	sbin/disklabel : disklabel.c extern.h 

Log message:
readlabel() either errored out or returned a pointer to the global
'lab'. So there is no need for the return value. Just use &lab
wherever it was used. No functional change.

Slightly different version read ok to blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/11 11:13:33

Modified files:
	sys/arch/i386/i386: mainbus.c 
	sys/arch/i386/pci: pci_machdep.c pci_machdep.h 
	sys/arch/amd64/amd64: mainbus.c 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Create extents for resource accounting on the root PCI bus and populate them
based on the BIOS memory map.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/11 11:15:47

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
uppercase Dt, ok jmc


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/11 11:26:58

Modified files:
	.              : sparc64.html 

Log message:
Sun Fire 4800 tested by Christophe Latt


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2009/04/11 14:01:11

Modified files:
	faq            : index.html 

Log message:
+10.19 - Directory services, in particular YP
rotate "what's new"

reminded by Mikolaj Kucharski
"go for it" nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/11 14:03:21

Modified files:
	lib/libm/noieee_src: mathimpl.h n_acosh.c n_asinh.c n_atan2.c 
	                     n_cosh.c n_exp.c n_exp__E.c n_expm1.c 
	                     n_floor.c n_hypot.c n_log10.c n_log1p.c 
	                     n_log__L.c n_sinh.c 

Log message:
in the old days compiler could not convert decimal constants
accurately, hence the tricks in libm, using machine representation
of constants.  remove kludges and switch to use decimal constants,
much simplifying the code.  since, the compiler converts them
accurately.  generated values match on vaxfp
discussed with millert@, and miod@
testing todd@, and myself
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 14:03:59

Modified files:
	audio/sonata   : Makefile distinfo 
	audio/sonata/pkg: PLIST 

Log message:
- bugfix update to Sonata 1.6.1


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/11 14:26:58

Modified files:
	lib/libpthread/uthread: uthread_recvfrom.c uthread_recvmsg.c 

Log message:
honor MSG_DONTWAIT

ok marc@, guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/11 15:08:35

Modified files:
	devel/glade3   : Makefile 

Log message:
- hobbits take over maintainership

maintainer timeout (several times)
agreed with jasper@ some time ago


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/11 16:31:39

Modified files:
	share/man/man5 : mk.conf.5 

Log message:
use MANPS only for BSDSRCDIR;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/11 17:07:07

Modified files:
	usr.sbin/pkg_add/pod: OpenBSD::Intro.pod 

Log message:
fix two typos; "fine" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/04/11 17:42:05

Modified files:
	sys/net        : pf.c 

Log message:
Avoid dereferencing a null pointer when pf attempts to translate a
specifically crafted IP datagram.

Problem noted by Sebastian Rother.

ok henning@ mcbride@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/11 17:43:23

Modified files:
	sys/net        : Tag: OPENBSD_4_3 pf.c 

Log message:
Avoid dereferencing a null pointer when pf attempts to translate a
specifically crafted IP datagram.

Problem noted by Sebastian Rother.

fix from jsing. ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/11 17:43:32

Modified files:
	sys/net        : Tag: OPENBSD_4_4 pf.c 

Log message:
Avoid dereferencing a null pointer when pf attempts to translate a
specifically crafted IP datagram.

Problem noted by Sebastian Rother.

fix from jsing. ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/11 17:43:40

Modified files:
	sys/net        : Tag: OPENBSD_4_5 pf.c 

Log message:
Avoid dereferencing a null pointer when pf attempts to translate a
specifically crafted IP datagram.

Problem noted by Sebastian Rother.

fix from jsing. ok henning@ mcbride@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/11 17:46:45

Modified files:
	.              : errata43.html errata44.html errata45.html 
	                 security.html 

Log message:
reference the pf address translation patches.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/11 17:54:13

Modified files:
	www/tinyproxy  : Makefile distinfo 
	www/tinyproxy/patches: patch-doc_tinyproxy_conf 
	www/tinyproxy/pkg: PLIST 

Log message:
update to 1.6.4, from frantisek holop (taking MAINTAINER).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/11 17:57:57

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
Always display any mountpoint info available. Thus a simple -A will
now show the planned mountpoint layout.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/11 19:01:24

Modified files:
	sbin/disklabel : disklabel.c editor.c extern.h 

Log message:
When auto-allocating, check the size of the disk and display
offset/size information in MB if the disk is <10G, and in GB
otherwise. '-p' will override this default.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/11 19:35:01

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 

Log message:
No longer need '-f' or '-p' when displaying layout. A few patterns
missed the '# size offset ...' line at the top of the partition
list.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/04/11 21:18:52

Modified files:
	distrib/sgi/ramdisk: Makefile 

Log message:
Run make depend before trying to build a RAMDISK kernel.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/12 01:43:17

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
When in automode, sysmerge will now automatically install files
that only differ by CVS Id (adapted from FreeBSD mergemaster)

Ground work on the man page, from jmc@
* do not duplicate info
* rewordings
* move some stuffs around

ok jmc@ sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/12 01:52:10

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Treat /etc/hosts the same way as /etc/group and /etc/master.passwd: make
it impossible to install a virgin one over the currently installed one.

from Mitja Muzenic, with a tweak


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/12 02:09:22

Modified files:
	faq            : upgrade45.html 

Log message:
Typo, from Benoit Lecocq


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/12 03:28:45

Modified files:
	security/clamav: Makefile 

Log message:
it seems something was fixed between 0.95 and 0.95.1 meaning the bundled
libltdl no longer needs be used, so switch back to the usual one and add
the dependency on ports-tree libltdl.

prompted by a diff from Mikolaj Kucharski, ok with mbalmer (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/12 05:17:58

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Better output (i.e. /etc instead of //etc)

mostly from and ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/12 05:31:30

Modified files:
	net/py-impacket: Makefile 

Log message:
fix HOMEPAGE, bump. reported by Maxime DERCHE, thanks!.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/12 06:33:43

Modified files:
	usr.sbin/smtpd : queue_shared.c 

Log message:
when an error occurs while delivering a message with an empty envelope as a
sender, do not try to generate a mailer daemon message for it.

fixes a crash experienced by sthen@ that I could reproduce


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/12 06:56:02

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 

Log message:
Tweak pattern used to select partition lines for display so the
'# /dev/r...' line is not selected.

Noticed by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 07:45:23

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
The Intel 21154 was incorrectly named S21154.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 07:46:10

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 08:53:15

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
	sys/arch/sparc64/dev: cbus.c 
	sys/arch/sparc64/sparc64: autoconf.c 
Added files:
	sys/arch/sparc64/include: mdesc.h 
	sys/arch/sparc64/sparc64: mdesc.c 

Log message:
Move code handling Machine Descriptions out of the cbus(4) driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/04/12 09:16:07

Modified files:
	sys/dev/pci    : if_lii.c 

Log message:
Remove erroneous spaces.

From brad


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/12 09:42:13

Modified files:
	usr.sbin/smtpd : runner.c 

Log message:
When runner_check_loop() detects a mail loop, remove the envelope. This is
only half of the problem solved, we need to generate a mailer daemon too.
This fixes a bug in my smtpd where it would try to schedule a message,
detect that it is a loop and not schedule it, then trying again at next
queue walk ...


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/12 10:03:01

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
Code assumed the certificate name to always match the interface name, even
when a certificate name was explicitely provided. This would cause imsg to
fatal() because with some configurations, it would look for the wrong name
in the ssl tree and would fail to find the proper cert.

issue spotted by Gregory Edigarov <gregory.edigarov@gmail.com>, I found the
fix just a few minutes ago when I succeeded to reproduce the issue...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 10:11:40

Modified files:
	sys/arch/mvme68k/conf: RAMDISK 

Log message:
need nvram to link; ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 10:12:53

Modified files:
	distrib/miniroot: Makefile 
	distrib/alpha/bsd.rd: Makefile 
	distrib/hppa/ramdisk: Makefile 
	distrib/luna88k/ramdisk: Makefile 
	distrib/mvme68k/ramdisk: Makefile 
	distrib/mvme88k/ramdisk: Makefile 
	distrib/mvmeppc/ramdisk: Makefile 
	distrib/ramdisk: Makefile 
	distrib/sparc64/bsd.rd: Makefile 

Log message:
run make depend for kernel, too; ok miod


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 10:15:52

Modified files:
	.              : want.html 

Log message:
cards gotten


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/12 11:52:17

Modified files:
	sys/arch/mips64/include: atomic.h 

Log message:
Better constraints on the temporary register in atomic_{set,clear}bits_int.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/12 11:53:02

Modified files:
	sys/arch/sgi/sgi: ip30_machdep.c ip32_machdep.c 

Log message:
Get com console global variables from <dev/ic/comvar.h> instead of declaring
them manually.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/12 11:53:26

Modified files:
	sys/arch/sgi/xbow: xheart.c 

Log message:
Needs <machine/atomic.h> to compile.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/12 11:55:21

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Add code to prevent the MI pci code to cause IOC3 devices to freeze and
hog the bus, and also to fake a valid interrupt register. The IOC3 device
is not a PCI device at all, but pretends to be one. Except its own
registers overlap the PCI configuration space, and some flavours do not
support disabling memory space in the control register, violating the PCI
specs. Fun.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/12 11:56:58

Modified files:
	sys/arch/sgi/conf: files.sgi 
	sys/arch/sgi/dev: com_ioc.c 
	sys/arch/sgi/pci: ioc.c iocreg.h iocvar.h 

Log message:
Interrupt support for IOC3 and its subdevices (currently limited to the
SuperIO part, the Ethernet part needs a whole driver); kernel now boot
single user (or bsd.rd). Joint work with jsing@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/12 13:35:30

Modified files:
	x11/gnome/mag  : Makefile distinfo 
	x11/gnome/mag/patches: patch-docs_reference_Makefile_in 

Log message:
- update gnome-mag to 0.15.6
* bugfixes and translation updates


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/12 14:56:36

Modified files:
	.              : want.html 

Log message:
Disk drives have been taken care of.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/12 15:03:28

Modified files:
	usr.sbin/ypserv/ypinit: Makefile.yp Makefile.yp.8 

Log message:
restrict YP UID and GID ranges

from NetBSD and Debian via ajacoutot@
tweaks and documentation updates by myself with help from jmc@
OK ajacoutot@ jmc@ "move ahead" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 16:05:53

Modified files:
	.              : want.html 

Log message:
slight tweaks


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 16:17:52

Modified files:
	sys/arch/sparc64/include: conf.h 
	sys/arch/sparc64/sparc64: openprom.c 

Log message:
Implement /dev/mdesc, a device to read the machine description on sun4v
(virtual) machines.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 16:18:50

Modified files:
	etc/etc.sparc64: MAKEDEV.md 

Log message:
Add /dev/mdesc.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 16:19:50

Modified files:
	etc/etc.sparc64: MAKEDEV 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/12 16:27:11

Modified files:
	share/man/man8/man8.sparc64: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2009/04/12 17:13:36

Modified files:
	lib/libc/stdlib: getopt.3 
	usr.bin/getopt : getopt.1 

Log message:
document that no leading whitespace is permitted between the option and
argument if the argument is deemed to be optional ('::').

feedback and ok jmc@ and millert@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/04/12 17:51:10

Modified files:
	app/cwm        : headers.h 

Log message:
we include sys/param.h, so remove sys/types.h; sort while here.

ok oga@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/12 19:24:38

Modified files:
	.              : errata45.html 

Log message:
adjust to appease the undeadly.org parser


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 19:47:04

Modified files:
	usr.bin/ftp    : extern.h ftp.1 main.c util.c 

Log message:
add a "-T title" option to ftp; this is is used in progress bar mode to
show which filename is being used. ok krw, mdoc repair from jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 19:48:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
use the new ftp -T title mode to compress the install script output
a bit more (and it is a lot prettier, too) ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 19:59:19

Modified files:
	distrib/miniroot: install.sub 

Log message:
Print the sets list in 3 columns.  Some pathological case handling for
extremely siteXX-stupidlonghostname.tgz files worked out with krw
The shell script output is now substantially shorter than it was before
and blind people will appreciate this in our next release.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/12 20:04:11

Modified files:
	distrib/miniroot: install.sub 

Log message:
krw says comments only stripped when alone on a line


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/12 20:22:12

Modified files:
	distrib/miniroot: install.sh 

Log message:
Don't try to read or remove a non-existant /tmp/hosts file. This can
happen if no interfaces are configured during an install. Noticed by
jsing@.

Diff from jsing@, only slightly tweaked.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/13 02:31:36

Modified files:
	sys/arch/sparc64/sparc64: cpu.c 

Log message:
Explicitly test whether the SUNW,start-cpu-by-cpuid interface is available
instead of assuming it is.  Makes sure we actually spin up the secondary
CPUs on Serengeti machines with certain firmware revisions.

Tested by Christophe Latt.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/13 02:45:40

Modified files:
	.              : errata43.html errata44.html 

Log message:
sync with errata45 change for the undeadly parser, pointed out by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/13 03:03:34

Modified files:
	devel/glib2    : Makefile 
	devel/glib2/patches: patch-glib_gbase64_c 

Log message:
- previous patch to fix CVE-2008-4316 was missing a part


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/13 06:27:39

Modified files:
	math/maple     : Makefile 
	math/maple-share: Makefile 

Log message:
nothing special, let it be FETCH_MANUALLY


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/13 06:40:05

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
A few tweaks:
- display only section headers in warning messages if -w (asked by jmc@)
- better fix option: have process_line return the processed line, and use
that info.
- return proper line for comments (noticed by Thomas Klausner)
- let more code run always, only display warnings when wanted
- sorting of see also should be case-insensitive (noticed by jmc@)


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/13 06:41:27

Modified files:
	regress/usr.bin/mdoclint: mdoclint.1 

Log message:
Add myself to AUTHORS list, as suggested by Thomas.

Always cool to see email addresses @netbsd/@openbsd in the same program ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 07:23:36

Modified files:
	databases/lbdb : Makefile distinfo 

Log message:
- update to 0.36
- avoid pulling in bash if installed at build time
- more specific license marker


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/13 08:11:23

Modified files:
	security/libfwbuilder: Makefile distinfo 
	security/libfwbuilder/pkg: PLIST 

Log message:
update to 3.0.4

same diff from maintainer Vadim Zhukov


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/13 08:12:02

Modified files:
	security/fwbuilder: Makefile distinfo 
	security/fwbuilder/patches: patch-src_gui_FWBSettings_h 
	                            patch-src_gui_HttpGet_cpp 
	                            patch-src_gui_RuleSetView_cpp 
	security/fwbuilder/pkg: PLIST 
Added files:
	security/fwbuilder/patches: patch-src_gui_ObjectIconView_cpp 

Log message:
update to 3.0.4

from maintainer Vadim Zhukov


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/13 08:35:19

Modified files:
	x11/gnome/controlcenter2: Makefile 
Added files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_gtkrc-utils_c 

Log message:
- use setrlimit to increase number of fd in the appearance capplet; this
allows browsing for themes to install without the need to play with
(u)limit


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/13 10:05:50

Modified files:
	lib/libsndio   : sndio.h 

Log message:
protypes in sndio.h make reference to struct pollfd; applications
that don't use sys/poll.h, wont compile with gcc2. Fix this by
declaring the pollfd structure

spotted by and ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/04/13 11:51:57

Modified files:
	sys/nfs        : nfs_serv.c nfs_subs.c nfs_var.h nfs_vfsops.c 
	                 nfs_vnops.c nfsm_subs.h 

Log message:
Convert macros to functions to reduce kernel memory usage.

In snaps for a while (way too long, according to deraadt@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/13 12:26:21

Modified files:
	audio/mppenc   : Makefile 

Log message:
drop maintainership


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/13 13:06:38

Modified files:
	regress/usr.bin/mdoclint: mdoclint.1 

Log message:
document -w; ok espie wiz@netbsd


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/04/13 13:07:44

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
fix possessive; ok djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/13 13:08:49

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
sort OPTIONS;


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/04/13 14:15:24

Modified files:
	lib/csu/common_elf: crtbegin.c crtbeginS.c crtend.c crtendS.c 

Log message:
Add gcj java class registration hooks for gcc3 elf archs. From NetBSD
with minor differences.

okay kettenis@ drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 14:45:05

Log message:
    import discount, from maintainer Scott Vokes with minor tweaks:
    
    This is David Loren Parsons's implementation of John Gruber's Markdown
    text to html language. There's not much here that differentiates it from
    any of the existing Markdown implementations except that it's written in
    C instead of one of the vast flock of scripting languages that are
    fighting it out for the Perl crown.
    
    Markdown provides a library that gives you formatting functions suitable
    for marking down entire documents or lines of text, a command-line
    program that you can use to mark down documents interactively or from a
    script, and a tiny suite of example programs that show how to fully
    utilize the markdown library.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	scottvokes_20090413
    
    N ports/textproc/discount/Makefile
    N ports/textproc/discount/distinfo
    N ports/textproc/discount/pkg/PLIST
    N ports/textproc/discount/pkg/DESCR
    N ports/textproc/discount/patches/patch-Makefile_in
    N ports/textproc/discount/patches/patch-markdown_1_in
    N ports/textproc/discount/patches/patch-markdown_3
    N ports/textproc/discount/patches/patch-markdown_7
    N ports/textproc/discount/patches/patch-cstring_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 14:46:16

Modified files:
	textproc       : Makefile 

Log message:
+discount


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/13 15:13:35

Modified files:
	sys/arch/sgi/conf: GENERIC 

Log message:
Remove commented out debug options.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/13 15:13:46

Modified files:
	sys/arch/sgi/conf: RAMDISK 

Log message:
Add missing option BOOT_CONFIG


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/13 15:14:41

Modified files:
	sys/arch/sgi/dev: owmac.c 

Log message:
Also match on Uniqueware family 0x91, and correctly report the third byte
of the Ethernet address.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/13 15:17:54

Modified files:
	sys/arch/sgi/conf: files.sgi 
	sys/arch/sgi/dev: dsrtc.c 
	sys/arch/sgi/include: bus.h 
	sys/arch/sgi/pci: ioc.c 
	sys/arch/sgi/sgi: ip30_machdep.c 
	sys/arch/sgi/xbow: files.xbow xbow.c xbow.h xbridge.c 
Added files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: ip27_machdep.c sginode.c 

Log message:
The start of Origin 200 support. Based on some code contributed by pefo@
some years ago for KL enumeration, building on the existing XBow support
to limit ourselves to a single node for now.

This is a work-in-progress; it currently lacks complete interrupt code,
as well as PCI resource management. And there are likely bugs creeping
inside.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/13 15:22:38

Modified files:
	sys/arch/i386/pci: pci_machdep.c 

Log message:
Ignore zero-sized regions from the BIOS memory map when reserving root PCI
bus address space.  Fixes a problem reported by david@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/13 15:23:16

Modified files:
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Ignore zero-sized regions from the BIOS memory map when reserving root PCI
bus address space.  Fixes a problem reported by david@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/13 16:17:54

Modified files:
	sys/uvm        : uvm.h uvm_page.c uvm_page.h uvm_pdaemon.c 
	                 uvm_vnode.c 

Log message:
Convert the page queue lock to a mutex instead of a simplelock.

Fix up the one case of lock recursion (which blatantly ignored the
comment right above it saying that we don't need to lock). The rest of
the lock usage has been checked and appears to be correct.

ok ariane@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/13 16:44:16

Modified files:
	usr.sbin/pkg_add: pkg_info.1 
	share/man/man7 : packages.7 

Log message:
explicitely say that package signatures contain run time dependencies
only and no pure build dependencies; ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 17:24:01

Log message:
    import graphics/glew:
    
    The goal of the OpenGL Extension Wrangler Library (GLEW) is to assist
    C/C++ OpenGL developers with two tedious tasks: initializing and using
    extensions and writing portable applications. GLEW provides an efficient
    run-time mechanism to determine whether a certain extension is supported
    by the driver or not. OpenGL core and extension functionality is exposed
    via a single header file.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	brad_20090414
    
    N ports/graphics/glew/Makefile
    N ports/graphics/glew/distinfo
    N ports/graphics/glew/pkg/DESCR
    N ports/graphics/glew/pkg/PLIST
    N ports/graphics/glew/pkg/PFRAG.shared
    N ports/graphics/glew/patches/patch-Makefile
    N ports/graphics/glew/patches/patch-include_GL_glew_h
    N ports/graphics/glew/files/Makefile.openbsd
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 17:26:12

Modified files:
	graphics       : Makefile 

Log message:
+glew

I forgot the attribution in my import; the port is from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/13 17:29:44

Modified files:
	games/bzflag   : Makefile 
	games/bzflag/pkg: PLIST 

Log message:
- use GLEW (which allows detection of GL features, in this case it's
used to detect whether anisotropic filtering is supported); from Brad

- regen PLIST


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/04/13 22:13:17

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 00:48:13

Added files:
	devel/json-glib/patches: patch-tests_test-serialize-full_c 

Log message:
- add a patch to fix regression tests, from upstream git.

no package change, so no bump


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/14 01:41:24

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
Don't free an mbuf that's still on the TX queue.  While there sanitize the
function signature of bnx_tx_encap() such that people don't get weird ideas
like this again.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 01:51:14

Modified files:
	audio/sonata   : Makefile distinfo 

Log message:
- bugfix update to sonata-1.6.2
(Fix cli options)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 02:01:20

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
- bugfix release to libsoup-2.26.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 02:05:06

Modified files:
	www/piwik      : Makefile distinfo 

Log message:
upstream does have versioned tarballs after all; switch to using them.
no need for a bump.

thanks Matt on piwik bug tracker for pointing them out.

"yeah!" jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/14 02:29:06

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak OPTIONS; also there is no need to given an example of every "set"
argument, so remove any examples that were not particularly illustrative;

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/14 03:13:25

Modified files:
	sys/kern       : kern_fork.c kern_sched.c kern_synch.c 
	                 sched_bsd.c 
	sys/sys        : proc.h sched.h 

Log message:
Some tweaks to the cpu affinity code.
- Split up choosing of cpu between fork and "normal" cases. Fork is
very different and should be treated as such.
- Instead of implicitly choosing a cpu in setrunqueue, do it outside
where it actually makes sense.
- Just because a cpu is marked as idle doesn't mean it will be soon.
There could be a thundering herd effect if we call wakeup from an
interrupt handler, so subtract cpus with queued processes when
deciding which cpu is actually idle.
- some simplifications allowed by the above.

kettenis@ ok (except one bugfix that was not in the intial diff)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 03:37:49

Modified files:
	net/epic4      : Makefile 
	net/epic4/pkg  : PLIST 

Log message:
enable perl, disable GCC optimizer to prevent problems, regen plist, bump.
based on a diff from James Wright.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 03:38:39

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/patches: patch-src_gui_c 
Added files:
	x11/gnome-mplayer/patches: patch-src_main_c patch-src_support_c 
	                           patch-src_support_h 

Log message:
- Change bitrate divisor from 1024 to 1000
Fix cache display problem when used as browser plugin

- Fix problem with default auto_hide value

adapted from upstream svn by David Coppa (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 03:39:50

Modified files:
	www/gecko-mediaplayer: Makefile 
Added files:
	www/gecko-mediaplayer/patches: patch-src_plugin_types_std_cpp 

Log message:
- Browser id fix to work around sites specifically looking for
mplayerplug-in

adapted from upstream svn by David Coppa (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 03:43:42

Modified files:
	x11/gnome/video-arcade: Makefile 
	x11/gnome/video-arcade/patches: patch-src_gva-process_c 

Log message:
- remove workaround and add newly committed patch from upstream SVN

all from Pierre Riteau, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 04:13:47

Modified files:
	x11/gtk-engines2: Makefile distinfo 
	x11/gtk-engines2/patches: patch-configure 
	x11/gtk-engines2/pkg: PLIST 

Log message:
- update to gtk-engines2-2.18.1

"reads good" landry@ "looks fine" pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/14 04:55:01

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to 0.2.34
Take maintainership
"yep, okies" jasper@, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 05:28:13

Log message:
    import odt2txt 0.4
    
    odt2txt is a simple converter from OpenDocument Text to plain text. It's
    a command-line tool which extracts the text out of OpenDocument Texts
    produced by OpenOffice.org, StarOffice, KOffice and others.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090414
    
    N ports/textproc/odt2txt/distinfo
    N ports/textproc/odt2txt/Makefile
    N ports/textproc/odt2txt/pkg/DESCR
    N ports/textproc/odt2txt/pkg/PLIST
    N ports/textproc/odt2txt/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 05:29:31

Modified files:
	textproc       : Makefile 

Log message:
- add odt2text


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 05:30:29

Modified files:
	textproc       : Makefile 

Log message:
- urgh, tyop


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 05:56:53

Removed files:
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c.orig 
	                         patch-src_GtkamlRootClassDefinition_h.orig 

Log message:
These files should never have been committed... obviously

spotted by oga@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/14 06:58:37

Modified files:
	sys/arch/i386/conf: RAMDISK_CD 
	sys/arch/amd64/conf: RAMDISK_CD 

Log message:
enable ix(4).
ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 07:20:51

Modified files:
	x11/gnome/utils: Makefile 

Log message:
- run_depends on sysutils/fam is already implied by gvfs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 07:56:36

Modified files:
	x11/gnome-mplayer: Makefile 
Added files:
	x11/gnome-mplayer/pkg: MESSAGE 

Log message:
- add a small warning about unclutter/gnome-mplayer incompatibility

reworded from an original submission by David Coppa (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/14 08:03:53

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak TABLES;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/14 08:06:26

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-gtk_blocklist_c 
	                          patch-gtk_details_c 
	                          patch-gtk_tr-prefs_c 
	                          patch-gtk_tr-window_c patch-gtk_util_c 
	net/transmission/pkg: PLIST-main 

Log message:
update to 1.52; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/14 08:51:07

Modified files:
	share/zoneinfo/datfiles: asia 

Log message:
Update to tzdata2009f from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/14 09:15:25

Modified files:
	multimedia/hdhomerun: Makefile distinfo 
	multimedia/hdhomerun/patches: patch-Makefile 
	multimedia/hdhomerun/pkg: PLIST 

Log message:
update to 20090411


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/14 09:17:57

Modified files:
	devel/physfs   : Makefile distinfo 
	devel/physfs/patches: patch-configure patch-test_Makefile_in 
	devel/physfs/pkg: PLIST 

Log message:
update to 1.0.2; from brad smith


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 09:39:41

Modified files:
	sysutils/symon : Makefile 

Log message:
bump; PF changes


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 09:41:35

Modified files:
	sysutils/symon : Makefile 

Log message:
- the -mon subpackage also needs bumping; PF changes.
- move FULLPKGNAME-xxx up next to PKGNAME-main in the Makefile so the
next person to come along spots it quicker.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 10:01:04

Modified files:
	sys/arch/alpha/alpha: cpu.c 
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/arm/arm: bus_dma.c pmap.c 
	sys/arch/aviion/dev: if_le_syscon.c 
	sys/arch/hppa/dev: astro.c 
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/hppa64/dev: astro.c 
	sys/arch/hppa64/hppa64: mainbus.c pmap.c 
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/landisk/landisk: bus_dma.c 
	sys/arch/mac68k/dev: if_mc_obio.c if_sn.c 
	sys/arch/macppc/macppc: cpu.c dma.c 
	sys/arch/mvme68k/mvme68k: bus_dma.c 
	sys/arch/mvme88k/mvme88k: bus_dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/sgi/sgi: bus_dma.c 
	sys/arch/socppc/socppc: dma.c 
	sys/arch/sparc/sparc: iommu.c 
	sys/arch/sparc64/dev: iommu.c 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/vax: bus_dma.c 
	sys/dev/isa    : aha.c 
	sys/uvm        : uvm_extern.h uvm_pglist.c 

Log message:
Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.

For the possibility of sleeping, the first two flags are UVM_PLA_WAITOK
and UVM_PLA_NOWAIT. It is an error not to show intention, so assert that
one of the two is provided. Switch over every caller in the tree to
using the appropriate flag.

ok art@, ariane@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/04/14 10:33:42

Modified files:
	usr.bin/ssh    : sftp-server.c 

Log message:
remove unused option character from getopt() optstring; ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 11:07:08

Modified files:
	share/man/man9 : uvm.9 

Log message:
manpage bits for uvm_pglistalloc() changes.

Couple of tweaks from jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 11:16:54

Modified files:
	x11/gnome/controlcenter2: Makefile 
Added files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_theme-thumbnail_c 
Removed files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_gtkrc-utils_c 

Log message:
- better workaround for now: disable thumbnailer completely.
Bug still beeing worked on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 11:22:05

Modified files:
	security/libgcrypt: Makefile distinfo 
Removed files:
	security/libgcrypt/patches: patch-src_hmac256_c 

Log message:
- update to libgcrypt-1.4.4

works for pea@ on amd64


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/14 11:43:26

Modified files:
	sys/net80211   : ieee80211_crypto_tkip.c 

Log message:
do not cache the computed TTAK unless MIC has been verified.
this prevents an attacker from changing the TTAK (DoS attack) by
sending a frame with a large TSC but with a bad ICV and/or MIC.
now an attacker can only invalidate the cached TTAK.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/14 11:53:58

Modified files:
	usr.sbin/pkg_add: Makefile package.5 pkg_add pkg_add.1 
	                  pkg_create pkg_create.1 pkg_delete.1 pkg_info 
	                  pkg_info.1 
	usr.sbin/pkg_add/OpenBSD: Delete.pm PackingElement.pm 
	                          PackingList.pm Paths.pm 
Added files:
	usr.sbin/pkg_add/OpenBSD: x509.pm 

Log message:
initial implementation of package signatures, based on x509 certificates and
smime detached signatures.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/14 12:22:59

Modified files:
	math/octave    : Makefile distinfo 
	math/octave/patches: patch-scripts_pkg_pkg_m 
	math/octave/pkg: PLIST 

Log message:
update to 3.0.5

with testing by J.C. Roberts


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/14 12:23:40

Modified files:
	math/qtoctave  : Makefile distinfo 
	math/qtoctave/pkg: PLIST 

Log message:
update to 0.8.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/14 12:24:06

Modified files:
	net/pidgin-facebookchat: Makefile distinfo 

Log message:
update to 1.50


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/14 12:37:31

Modified files:
	math/mathomatic: Makefile distinfo 
	math/mathomatic/patches: patch-globals_c patch-makefile 
	math/mathomatic/pkg: PLIST 

Log message:
update to 14.3.7
whitespace nits while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 12:43:39

Modified files:
	multimedia/recordmydesktop: Makefile.inc 
	multimedia/recordmydesktop/base: Makefile distinfo 
	multimedia/recordmydesktop/base/patches: patch-configure 
	multimedia/recordmydesktop/gtk: Makefile distinfo 
	multimedia/recordmydesktop/gtk/pkg: PLIST 
Added files:
	multimedia/recordmydesktop/base/patches: 
	                                         patch-doc_recordmydesktop_1 
	                                         patch-src_rmd_c 
	                                         patch-src_rmd_capture_sound_c 
	                                         patch-src_rmd_get_frame_c 
	                                         patch-src_rmd_make_dummy_pointer_c 
	                                         patch-src_rmd_opendev_c 
	                                         patch-src_rmd_rescue_c 
	                                         patch-src_rmd_types_h 
Removed files:
	multimedia/recordmydesktop/base/patches: 
	                                         patch-include_rmdmacro_h 
	                                         patch-include_rmdtypes_h 
	                                         patch-src_opendev_c 
	                                         patch-src_rmd_jack_c 

Log message:
- update recordmydesktop(-gtk) to their 0.3.8.x versions


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/04/14 13:06:49

Modified files:
	sys/dev/pci    : if_sis.c if_sisreg.h 

Log message:
Convert sis(4) to MCLGETI() and make soekris suck much less. With this the
little green slug does not block userland even when hammered with twice as
much traffic it can handle. Almost the same code I came up during h2k8 but
now with two other bugs fixed that where exposed by MCLGETI().
Tested and OK dlg@ sthen@ and a lot of pushing by Theo.


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/04/14 13:12:59

Log message:
    Sipcalc is a console-based ip subnet calculator.
    Much like net/ipcalc, but it supports IPv6, too.
    
    help and ok giovanni@
    
    Status:
    
    Vendor Tag:	stsp
    Release Tags:	stsp_20090414
    
    N ports/net/sipcalc/Makefile
    N ports/net/sipcalc/distinfo
    N ports/net/sipcalc/patches/patch-doc_sipcalc_1
    N ports/net/sipcalc/pkg/DESCR
    N ports/net/sipcalc/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/04/14 13:13:30

Modified files:
	net/ircd-hybrid: Makefile 
Added files:
	net/ircd-hybrid/patches: patch-src_s_user_c 

Log message:
Fix build on alpha (valist cannot be NULL).

"if it works and even fixes alpha: ok" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/04/14 13:19:08

Modified files:
	net            : Makefile 

Log message:
add sipcalc


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/14 13:27:43

Modified files:
	usr.sbin/dvmrpd: rde.h 

Log message:
Route costs can be safely stored in one byte.
While there re order structs fields a little bit.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/04/14 13:39:56

Modified files:
	sys/net        : pf.c 

Log message:
Correctly handle the case when state might be NULL in pf_test like
all other code do. Should fix pr 6121.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 13:41:26

Modified files:
	www/timetrex   : Makefile distinfo 

Log message:
- update to timetrex-2.2.21
(fixes a few minor bugs with the tax forms and authorization list)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/14 13:47:28

Removed files:
	lib/libpciaccess/src: .gitignore 

Log message:
Remove git file that should not have been imported initially.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 13:49:04

Modified files:
	databases/db/v4: Makefile distinfo 

Log message:
add DISTPATCHes and bump PKGNAME; ok steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/14 13:50:47

Modified files:
	multimedia/x264: Makefile distinfo 
	multimedia/x264/patches: patch-Makefile patch-common_cpu_c 
	                         patch-common_ppc_mc_c patch-configure 
Added files:
	multimedia/x264/patches: patch-version_sh 
Removed files:
	multimedia/x264/patches: patch-common_osdep_h 
	                         patch-common_ppc_dct_c 
	                         patch-common_ppc_deblock_c 
	                         patch-common_ppc_pixel_c 
	                         patch-common_ppc_predict_c 
	                         patch-common_ppc_quant_c 
	                         patch-common_x86_mc-a_asm 

Log message:
Update to a newer snapshot.

From Brad (new maintainer).

"theoretically ok" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/14 13:52:08

Modified files:
	graphics/ffmpeg: Makefile 
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	x11/mplayer    : Makefile 
	x11/vlc        : Makefile 
Added files:
	graphics/ffmpeg/patches: patch-libavcodec_libx264_c 
	multimedia/gstreamer-0.10/plugins-bad/patches: 
	                                               patch-ext_x264_gstx264enc_c 
	                                               patch-ext_x264_gstx264enc_h 
	x11/mplayer/patches: patch-libavcodec_libx264_c 
	x11/vlc/patches: patch-modules_codec_x264_c 

Log message:
Some fixes after the x264 update.

From Brad.

"theoretically ok" ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/14 14:06:47

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 14:12:05

Modified files:
	sys/uvm        : uvm.h uvm_page.c uvm_pdaemon.c uvm_vnode.c 

Log message:
The use of uvm.pagedaemon_lock is incredibly inconsistent. only a
fraction of the wakeups and sleeps involved here actually grab that
lock. The remainder, on the other hand, always have the fpageq_lock
locked.

So, make this locking correct by switching the other users over to
fpageq_lock, too.

This would probably be better off being a semaphore, but for now at
least it's correct.

"ok, unless you want to implement semaphores" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 14:13:14

Modified files:
	sys/uvm        : uvm_vnode.c 

Log message:
Oops, this comment change should not have been commited. What it
addresses is another diff.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/14 14:14:23

Modified files:
	lib/libpciaccess: COPYING ChangeLog Makefile.am Makefile.in 
	                  aclocal.m4 config.h.in configure configure.ac 
	                  ltmain.sh 
	lib/libpciaccess/src: Makefile.am Makefile.in 
	                      common_device_name.c common_init.c 
	                      common_interface.c freebsd_pci.c 
	                      linux_devmem.c linux_sysfs.c pci_tools.h 
	                      pciaccess_private.h scanpci.c solx_devfs.c 
Added files:
	lib/libpciaccess/src: netbsd_pci.c scanpci.man 

Log message:
Merge libpciaccess 0.10.5. No functionnal change on OpenBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/14 14:33:11

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-configure_in 

Log message:
Disable PIE to fix the build on arm.

XXX this is just a workaround to get a working dbus on arm until PIE is fixed

ok "if you add some XXX about the PIE problem", ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/04/14 15:07:44

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/applets2/pkg: PLIST-battstat PLIST-main 

Log message:
Move battstat_applet.ui to PLIST-battstat to fix build on alpha
(and probably others)

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/04/14 15:10:54

Modified files:
	sys/dev/pci/drm: i915_irq.c mach64_dma.c r300_reg.h 
	usr.bin/ssh    : servconf.c 
	usr.sbin/bgpctl: irr_asset.c 

Log message:
Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc and so on. ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/04/14 15:16:40

Modified files:
	usr.bin/rcs    : rcs.c 

Log message:
tried to fix a the-the in the comment, ended up rewriting it. with/from joris@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/04/14 15:28:10

Modified files:
	usr.bin/file   : Makefile 

Log message:
force magic file to include all magdir files in alphabetical order,
preparing the way for upcoming update to file 4.24

almost entirely written by espie@

"Go ahead, commit it." espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/14 15:34:42

Modified files:
	graphics/evince: Makefile 

Log message:
- when a hobbit bumps a pkgname, the other two pkgnames want to get some too..


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/14 16:04:31

Modified files:
	x11/gnome/controlcenter2: Makefile 
Added files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_gtkrc-utils_c 
Removed files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_theme-thumbnail_c 

Log message:
- bring in patch from upstream SVN: close gtkrc files after use so we don't
run out of file descriptors


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/14 17:09:04

Modified files:
	etc            : Makefile 

Log message:
build release sets before kernels (so that bsd.rd can know about at least
some of the sets)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 18:14:57

ports/www/spawn-fcgi/patches

Update of /cvs/ports/www/spawn-fcgi/patches
In directory cvs.openbsd.org:/tmp/cvs-serv8344/patches

Log Message:
Directory /cvs/ports/www/spawn-fcgi/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 18:21:13

Modified files:
	www/spawn-fcgi : Makefile 
	www/spawn-fcgi/pkg: PLIST 
Added files:
	www/spawn-fcgi/patches: patch-src_spawn-fcgi_c 

Log message:
- add an upstream patch, from the forthcoming 1.6.2 release, to unbreak
usernames starting with a digit. from Brad.

- adjust @conflict marker: was lighttpd-<=1.4.22 which matches 1.4.22p<any>,
replace with lighttpd-<1.4.22p0 (p0 resolves the conflict). problem noticed
by Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/14 18:47:01

Modified files:
	build/mirrors  : cvsync.html.head 

Log message:
bump copyright


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/14 18:48:28

Modified files:
	build          : mirrors.dat 

Log message:
- update Brad's email address
- remove pserver from anoncvs.ca entry (was already removed from the
generated file but not the master)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/14 18:48:46

Modified files:
	.              : anoncvs.html cvsync.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/14 18:55:52

Modified files:
	lib/libc/hash  : sha2.c 

Log message:
allow building without SHA384 and SHA512 (i.e. SHA256 only) with
-DSHA256_ONLY in order to save space; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/14 19:05:55

Modified files:
	multimedia/iplayer-dl: Makefile distinfo 
	multimedia/iplayer-dl/pkg: PLIST 

Log message:
update to 0.1.15, syncing with changes to bbc.co.uk.
from Nigel J. Taylor, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 19:58:27

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
bus_dmamap_load_raw didn't set map->dm_mapsize on successful load.

I just spent five hours looking in the wrong place because of this.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 20:03:33

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
make load_raw do the same as the others and set mapsize and nsegs to
zero so that we return an empty map on error.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 21:09:21

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
Add a bit of sanity-checking paranoia


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 21:09:47

Modified files:
	sys/dev/pci    : agp.c 

Log message:
clean up the sub-driver callback mess a little.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/14 21:35:26

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/i386/i386: bus_dma.c 

Log message:
fix properly; size gets decremented while we check the segments, so save it so
when we setmapsize it's not zero.

*sigh*


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/04/14 23:07:02

Modified files:
	sbin/pfctl     : pfctl_parser.c 

Log message:
restore printing of the fragment option; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/04/14 23:11:49

Modified files:
	sys/net        : if_pfsync.c 

Log message:
move pfsync stale update messages to NOISY level; ok dlg@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/04/14 23:14:45

Modified files:
	sys/net        : pf.c 

Log message:
move OK ICMP to NOISY level, makes it easier to run at MISC level; ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/15 00:08:27

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
sort QUEUEING, and a little list tweaking;


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/15 00:41:58

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/15 00:54:44

Modified files:
	sys/arch/sparc/conf: files.sparc 
	sys/dev/pci    : files.pci 
Removed files:
	sys/arch/sparc/dev: if_en_sbus.c 
	sys/dev/ic     : midway.c midwayreg.h midwayvar.h 
	sys/dev/pci    : if_en_pci.c 

Log message:
Remove en(4) (no manpage present, no none removed), and the midway.c glue code
for it.

It is very unlikely this still compiles, the hardware is dead. It isn't in any
arch's config file. the sparc sbus code is even commented out in files.sparc.

Not to mention that the code is fucking appauling, doesn't even know that sparc
got bus.h ages ago, still uses vtophys(), defines all types of functions to
arch-specific hacks.

I will miss the bitchy comments, though...

As a note to other drivers: this is the fate that awaits you if you screw up my
ctags on commonly used functions.

"you have my ok" claudio@, "zap zap zap" deraadt@

If i've missed any bits, please remove them.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/15 00:58:19

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/15 01:21:26

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak QUEUEING;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/15 02:22:12

Modified files:
	net/livemedia  : Makefile distinfo 
	net/livemedia/patches: patch-liveMedia_RTSPClient_cpp 

Log message:
Update to liveMedia-20090407, from brad.
Untested by pyr@ and gilles@ who slacked too much.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/15 02:26:28

Modified files:
	graphics/comix : Makefile distinfo 
	graphics/comix/patches: patch-install_py patch-src_comix_py 
	graphics/comix/pkg: PLIST 

Log message:
Update to comix 4.0.3, MAINTAINER timeout


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/15 02:27:08

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
code and Backus-Naur Form specification rules must fit on 80-column displays;
while here, remove a few superfluous line breaks in examples.

ok henning@, jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/15 03:54:29

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
comment out the RIO stuff until such a time as it is enabled; ok henning


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/15 03:54:45

Modified files:
	x11/mplayer    : Makefile 

Log message:
Explicitely mention x264's major version and bump.

From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/15 04:47:46

Modified files:
	sys/kern       : kern_proc.c 

Log message:
Misplaced comment.
From Kirill Timofeev


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/15 06:43:07

Modified files:
	sys/uvm        : uvm_pdaemon.c 

Log message:
We don't need to grab the fpageqlock to do nothing but look at the value
of uvmexp.free.

"yeah, go for it" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/15 07:10:38

Modified files:
	sys/net        : pf.c 

Log message:
little dose of scrubbing after the monster changes:
correctly inherit queue stuff, tag, rtableid from the rule if we have no
state
some logic simplification and removal of redundant checks
ok dlg


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/04/15 08:01:45

Modified files:
	app/cwm        : calmwm.c calmwm.h 

Log message:
properly teardown X connection upon quit; static a few while here,
requested by oga@

ok oga@ sometime ago


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/04/15 08:10:07

Modified files:
	app/cwm        : mousefunc.c 

Log message:
don't sync more than 60 times per sec on resize and move; idea from scrotwm.

ok oga@ sometime ago


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/15 09:40:42

Modified files:
	distrib/sets/lists/base: md.sparc 
	distrib/sets/lists/comp: md.sparc 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/15 10:12:52

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/patches: patch-configure_in 

Log message:
Disable PIE *only* on arm.

From Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/15 11:38:32

Modified files:
	.              : orders.html 

Log message:
fix typo; Maurice Janssen


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/15 11:50:21

Modified files:
	www/havp       : Makefile distinfo 

Log message:
Update to 0.90
- ClamAV 0.95 support added


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 12:41:32

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Only enable the passthrough interrupt for serial ports, and let com(4) manage.
Otherwise we get stuck interrupted by the ``tx empty'' condition.

Also, on Origin 200 the second interrupt vector has to be computed
differently, which adds to the ``I wish I never had looked at this code''
trauma.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 12:42:23

Modified files:
	sys/arch/sgi/sgi: ip30_machdep.c 

Log message:
Oops, referenced an include file which I don't plan to commit yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 12:45:41

Modified files:
	sys/arch/sgi/xbow: xbow.c xbow.h xbridge.c xheart.c 
Added files:
	sys/arch/sgi/xbow: hub.h 

Log message:
Change the way the widget interrupt register is computed and have it become
a complete physical address. Also add proper cpu pa<->device pa for dma
on Origin 200.

This lets xbridge work and route interrupts correctly on Origin 200.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 12:46:40

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
A firsh shot at IP27 interrupts; currently the code assumes it runs on
the first cpu on dual-cpu boards; this will be fixed later. Just don't
disable it at the prom.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 12:47:15

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
Disable DEBUG now, it floods too much information.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/15 14:02:12

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
fix a bug where after all MX-es were found to be non-contactable,
smtpd would treat the delivery as successful; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/15 14:10:20

Modified files:
	usr.bin/mandoc : Makefile libmdoc.h mdoc.c 

Log message:
Replace variadic macros with real functions, so that this compiles on
platforms still using gcc 2.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/15 14:21:09

Modified files:
	sys/dev/isa    : sch311x.c 

Log message:
Remove some unused symbolic constants.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/15 14:34:59

Modified files:
	usr.sbin/smtpd : smtpctl.c smtpd.h ssl.c 

Log message:
s/ssmtp/smtps/; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/15 14:36:48

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
don't call setproctitle for parent, at least one process should
display cmdline arguments the daemon was started with; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/15 14:43:53

src/distrib/special/sha256

Update of /cvs/src/distrib/special/sha256
In directory cvs.openbsd.org:/usr/src/distrib/special/sha256

Log Message:
Directory /cvs/src/distrib/special/sha256 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/15 15:12:59

Modified files:
	x11/gnome/planner: Makefile distinfo 
	x11/gnome/planner/pkg: PLIST 

Log message:
- update to planner-0.14.4
several bug fixes
uses the GTK printing API now


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/15 15:23:11

Log message:
    import py-pykpass, from maintainer Jason Meltzer.
    
    Pykpass is a C extension module to perform password verification using
    Kerberos 5. It requires either the MIT or Heimdal Kerberos library.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	jmeltzer_20090415
    
    N ports/security/py-pykpass/Makefile
    N ports/security/py-pykpass/distinfo
    N ports/security/py-pykpass/pkg/DESCR
    N ports/security/py-pykpass/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/15 15:24:13

Modified files:
	security       : Makefile 

Log message:
+py-pykpass


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/15 17:53:22

Modified files:
	sys/arch/amd64/pci: iommu.c 

Log message:
The current iommu code only touches the hardware if the bios did not
enable it (I have found the code that does enable it problematic on
quite a few machines, however, that's a different issue). So provide
some code that so if the bios initialised the iommu for us, we'll use
what it gave us. Makes iommu work on a machine of todd's.

while i'm here, we don't need to scan all pci functoins to find the
hypertransport bridge. the gart is always on function 3, so just scan
for all the bridges and not iterate over the functions too.

Thanks to todd for his infinite patience while I gave him diffs that
went ``Boom!''.


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/04/15 22:40:19

Modified files:
	sys/net        : pf_ioctl.c 
	sbin/pfctl     : pfctl.c 

Log message:
Really turn fragment reassembly on by default.  pfctl must handle this
since the DIOCSETREASS ioctl is called on every ruleset load and was
overriding the initial setting in pfattach().  Fix setting of the global
no-df bitmask as well.
ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/16 00:36:59

Modified files:
	graphics/p5-Image-ExifTool: Makefile distinfo 
	graphics/p5-Image-ExifTool/pkg: PLIST 

Log message:
- update p5-Image-ExifTool to 7.67

from Patrick Keshishian (MAINTAINER), thanks


CVSROOT:	/cvs
Module name:	www
Changes by:	kevlo@cvs.openbsd.org	2009/04/16 01:27:00

Modified files:
	openssh        : openbsd.html 

Log message:
typo; The source tarball ends with the .tar.gz suffix


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/16 01:31:51

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak TRANSLATION;


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/04/16 01:40:44

Modified files:
	sbin/atactl    : atactl.c 

Log message:
Update SMART attributes list. From kirill.timofeev@gmail.com.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 02:11:14

Modified files:
	comms/gmfsk    : Makefile 
	devel/gconf-editor: Makefile 
	graphics/evince: Makefile 
	mail/evolution : Makefile 
	mail/mail-notification: Makefile 
	math/gnumeric  : Makefile 
	textproc/gtk-doc: Makefile 
	www/galeon     : Makefile 
	x11/gnome/baker: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gdm  : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gossip: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/zenity: Makefile 

Log message:
- now that we have rarian, the 'scrollkeeper-update -> /bin/true' hack
is not needed as the legacy scrollkeeper-update provided by rarian does
not do anything anymore

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 02:13:55

Modified files:
	games/pioneers : Makefile 
Removed files:
	games/pioneers/patches: patch-client_help_C_Makefile_in 

Log message:
- this patch is not needed anymore as scrollkeeper-update from rarian does
not do anything


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 02:17:49

Modified files:
	x11/gnome/settings-daemon: Makefile 

Log message:
- really remove the scrollkeeper-update hack


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/16 02:21:13

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
- update glade3 to 3.6.2

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 02:23:14

Modified files:
	graphics/fyre  : Makefile 

Log message:
- remove scrollkeeper-update hack and add build_depends on rarian


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 02:24:24

Modified files:
	x11/gnome/gossip: Makefile 

Log message:
- no need to build_depends on rarian, gnome-doc-utils is enough


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 05:40:45

Modified files:
	multimedia/gstreamer-0.10/core: Makefile 
Added files:
	multimedia/gstreamer-0.10/core/pkg: DESCR PLIST 
Removed files:
	multimedia/gstreamer-0.10/core/pkg: DESCR-frontend DESCR-main 
	                                    PLIST-frontend PLIST-main 

Log message:
- merge -main and -frontend subpackages ; gstreamer-0.8 is long gone and
there is no point in splitting gstreamer anymore

"commitski" landry@ ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/16 05:50:29

Modified files:
	.              : want.html 

Log message:
I received a disk shelf courtesy of Kirill Bychkov, thanks very much :)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/16 06:44:42

Modified files:
	.              : donations.html 

Log message:
add Kirill Bychkov, thanks for the StorEdge S1!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 08:43:36

Modified files:
	net/openh323   : Makefile 
	net/openh323/patches: patch-openh323u_mak_in 

Log message:
- unbreak dependent apps by fixing the OH323_FILE variable

breakage reported by jasper@, no cookie for me


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/04/16 08:52:36

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.mac68k md.macppc 
	                          md.mvme68k md.mvme88k md.sgi md.sparc 
	                          md.sparc64 md.vax md.zaurus mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/16 09:35:06

Modified files:
	usr.sbin/smtpd : control.c enqueue.c mfa.c queue.c smtp.c 
	                 smtp_session.c smtpctl.c smtpd.h 

Log message:
Total rewrite of the sendmail interface. Adds support for -t, -v,
and -F cmdline args. Also, date and Message-Id headers are added
when missing.

The main trouble with the current enqueue code is that it requires
dealing with problems in the control process that are already solved
in the smtp process, ie. duplicating a lot of code which interacts
with untrusted clients. This diff solves this by making sendmail
obtain a SMTP socket from smtp via smtpd.sock, and using that socket
to deliver the message. For smtpd it looks as if connection was
made from the network, only difference being the F_MESSAGE_ENQUEUED
message flag, handy when differentation between local and remote
deliveries is wanted.

Most of the features come from the femail program, created by henning@.

Additional testing by Nigel J. Taylor.

ok gilles@, henning@ happy with smtpd using femail code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 10:01:28

Modified files:
	distrib/sets/lists/base: md.hp300 md.mac68k md.mvme68k md.sgi 
	distrib/sets/lists/comp: md.hp300 md.mac68k md.mvme68k md.sgi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/16 10:01:41

Modified files:
	www/py-webkitgtk: Makefile 

Log message:
tyop, bad jasper.. wasn't building, hence no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/16 10:39:17

Modified files:
	audio/espeak   : Makefile 
	audio/espeak/patches: patch-src_Makefile patch-src_speech_h 
Added files:
	audio/espeak/patches: patch-src_event_cpp patch-src_fifo_cpp 

Log message:
- bring in 2 patches from pkgsrc to actually make espeak work live (and
not only be able to save text to speech in wav file)
- rework the src Makefile
- use system portaudio.h instead of the bundled one


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/16 11:59:07

Modified files:
	usr.sbin/dvmrpd: rde_srt.c 

Log message:
Update kernel forwarding informations when a neighbor reports we are
its nexthop to a particular multicast source.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/16 12:32:24

Modified files:
	sys/net80211   : ieee80211_crypto_tkip.c 

Log message:
make TKIP TSC start at 1 (instead of 0) to match the standard.
many implementations (including ours) will drop frames with a
TSC equal to 0 (they are considered replayed frames.)


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/16 12:36:48

Modified files:
	lang/gcc/4.2   : Makefile distinfo 
	lang/gcc/4.2/patches: patch-gcc_ada_Makefile_in 
	                      patch-gcc_ada_env_c patch-gcc_c-aux-info_c 
	                      patch-gcc_c-common_c patch-gcc_collect2_c 
	                      patch-gcc_config_gcc patch-gcc_config_host 
	                      patch-gcc_config_i386_driver-i386_c 
	                      patch-gcc_config_i386_openbsd_h 
	                      patch-gcc_config_i386_openbsdelf_h 
	                      patch-gcc_config_m68k_openbsd_h 
	                      patch-gcc_config_mips_openbsd_h 
	                      patch-gcc_config_openbsd_h 
	                      patch-gcc_config_t-openbsd 
	                      patch-gcc_config_vax_openbsd_h 
	                      patch-gcc_coverage_c patch-gcc_cp_call_c 
	                      patch-gcc_cp_decl2_c 
	                      patch-gcc_cp_g++spec_c 
	                      patch-gcc_cp_parser_c patch-gcc_dbxout_c 
	                      patch-gcc_diagnostic_c patch-gcc_gcc_c 
	                      patch-gcc_gensupport_c patch-gcc_omp-low_c 
	                      patch-gcc_prefix_c patch-gcc_read-rtl_c 
	                      patch-gcc_tree-complex_c 
	                      patch-gcc_tree-dump_c 
	                      patch-gcc_tree-mudflap_c 
	                      patch-gcc_tree-nested_c 
	                      patch-gcc_tree-vect-transform_c 
	                      patch-gcc_tree_c patch-gcc_varasm_c 
	                      patch-libstdc++-v3_include_ext_numeric_traits_h 
	lang/gcc/4.2/pkg: PLIST-ada PLIST-c++ PLIST-f95 PLIST-main 
	                  PLIST-objc 
Added files:
	lang/gcc/4.2/patches: patch-gcc_unwind-dw2-fde-openbsd_c 
	                      patch-gcc_unwind-dw2_c 
	                      patch-libffi_configure 
Removed files:
	lang/gcc/4.2/patches: patch-libstdc++-v3_include_Makefile_am 
	                      patch-libstdc++-v3_include_Makefile_in 
	                      patch-libstdc++-v3_include_ext_pb_ds_detail_type_utils_hpp 
	                      patch-libstdc++-v3_include_ext_type_traits_h 
	                      patch-libstdc++-v3_include_tr1_random 

Log message:
move to gcc 4.2.4, with a lot of work from kurt@ as well.
Doesn't build on alpha yet, but should be on the way...


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/16 13:50:09

Modified files:
	build          : groups.dat 

Log message:
remove nedbsd, req by Wijnand Wiersma via jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/16 13:51:23

Modified files:
	.              : groups.html 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/16 13:53:38

Modified files:
	print/ghostscript/gnu: Makefile 
Added files:
	print/ghostscript/gnu/patches: 
	                               patch-jbig2dec_jbig2_symbol_dict_c 

Log message:
- add security fix for CVE-2009-0196

ok kili@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/16 14:09:58

Modified files:
	databases/sqlite3: Makefile distinfo 
	databases/sqlite3/patches: patch-Makefile_in patch-src_os_unix_c 
	                           patch-src_sqliteInt_h 
	                           patch-src_sqlite_h_in 
	                           patch-src_test1_c 
Removed files:
	databases/sqlite3/patches: patch-test_backup2_test 

Log message:
update to sqlite-3.6.12.  full bulk build done by jasper@
"go ahead" sthen@, ok fgs@, jasper@, simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/16 14:11:12

Modified files:
	usr.sbin/dvmrpd: dvmrpd.h neighbor.c rde.c rde.h rde_srt.c 

Log message:
Notify the rde when a neighbor goes down.
When this happens we have to rebuild the list of downstream
interfaces.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/16 14:13:13

Modified files:
	usr.sbin/hostapd: hostapd.conf.5 iapp.c 
	usr.sbin/mtrace: mtrace.c 
	usr.sbin/relayd: relayd.conf.5 
	usr.sbin/smtpd : newaliases.8 
	usr.sbin/snmpd : snmpd.conf.5 

Log message:
fix a few more typos found by spell(1); rectify a double "with" pointed out
by jmc@ while looking at this diff.

ok jmc@, reyk@ (for the hostapd part)


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/16 14:16:04

Modified files:
	sys/dev/isa    : sch311x.c 

Log message:
Change some parameter types from int to u_int8_t since the
bus_space_.. API uses that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/16 14:47:03

Modified files:
	.              : INDEX 

Log message:
sync, 5686.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/16 16:15:46

Modified files:
	devel/vtcl     : Makefile distinfo 
	devel/vtcl/pkg : PLIST 

Log message:
- unbreak RUN_DEPENDS by moving to tk.port.mk
- update to newer version, req by marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/16 16:17:43

Log message:
    import graphics/libxmi.
    
    GNU libxmi is a C/C++ function library for rasterizing 2-D vector
    graphics. It can draw 2-D graphical primitives, including wide
    polygonal lines and circular and elliptical arcs, into a user-supplied
    matrix of pixels. Sophisticated line styles, such as multicolored
    dashing patterns, can be specified. There is also support for filling
    and texturing polygons.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090416
    
    N ports/graphics/libxmi/distinfo
    N ports/graphics/libxmi/Makefile
    N ports/graphics/libxmi/pkg/PFRAG.shared
    N ports/graphics/libxmi/pkg/DESCR
    N ports/graphics/libxmi/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/16 16:18:16

Modified files:
	graphics       : Makefile 

Log message:
+libxmi


CVSROOT:	/cvs
Module name:	www
Changes by:	oga@cvs.openbsd.org	2009/04/16 17:50:51

Modified files:
	.              : donations.html 

Log message:
The guys at HGL Dynamics helped me out with a couple of monitors from
their hardware spares. Huge thanks to them.


CVSROOT:	/cvs
Module name:	www
Changes by:	oga@cvs.openbsd.org	2009/04/16 17:51:58

Modified files:
	.              : want.html 

Log message:
I now have monitors.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:47:16

Modified files:
	distrib/special/libstubs: Makefile 

Log message:
Pull sha2.c from libc into libstubs, but compile it with -DSHA256_ONLY
so that it is a lot smaller.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:48:35

Modified files:
	distrib/special: Makefile 
Added files:
	distrib/special/sha256: Makefile sha256.c 

Log message:
A very small sha256 program for the base media.  Use it by piping data
through it... input | sha256 outfile | output, then check the contents
of outfile after.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:50:53

Modified files:
	distrib/miniroot: list2sh.awk 
Added files:
	distrib/miniroot: makehash.sh 

Log message:
A new directive HASH, which fills a a hash directory (on the media)
with the SHA256 hashes of the various install sets


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:51:16

Modified files:
	distrib/miniroot: mtree.conf 

Log message:
all the install media now have a /var/hash directory


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:53:59

Modified files:
	distrib/notes  : m4.common 

Log message:
we now ship SHA256 files, not MD5 files


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:55:20

Modified files:
	distrib/hppa   : list 
	distrib/miniroot: list 
	distrib/ramdisk: list 
	distrib/alpha/bsd.rd: list 
	distrib/amd64/ramdisk_cd: list.local 
	distrib/armish/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/i386/ramdisk_cd: list.local 
	distrib/landisk/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/mac68k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/mvmeppc/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc/miniroot: list 
	distrib/sparc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
Put bin/sha256 and build a hash directory onto the media that can fit
them


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 21:58:55

Modified files:
	etc            : Makefile 
	etc/etc.alpha  : Makefile.inc 
	etc/etc.amd64  : Makefile.inc 
	etc/etc.armish : Makefile.inc 
	etc/etc.aviion : Makefile.inc 
	etc/etc.hp300  : Makefile.inc 
	etc/etc.hppa   : Makefile.inc 
	etc/etc.hppa64 : Makefile.inc 
	etc/etc.i386   : Makefile.inc 
	etc/etc.landisk: Makefile.inc 
	etc/etc.luna88k: Makefile.inc 
	etc/etc.mac68k : Makefile.inc 
	etc/etc.macppc : Makefile.inc 
	etc/etc.mvme68k: Makefile.inc 
	etc/etc.mvme88k: Makefile.inc 
	etc/etc.mvmeppc: Makefile.inc 
	etc/etc.sgi    : Makefile.inc 
	etc/etc.socppc : Makefile.inc 
	etc/etc.sparc  : Makefile.inc 
	etc/etc.sparc64: Makefile.inc 
	etc/etc.vax    : Makefile.inc 
	etc/etc.zaurus : Makefile.inc 
	distrib/alpha/bsd.rd: Makefile 
	distrib/alpha/cdfs: Makefile 
	distrib/alpha/common: Makefile.inc 
	distrib/alpha/inst-common: Makefile.inc 
	distrib/alpha/iso: Makefile 
	distrib/amd64/cdfs: Makefile 
	distrib/amd64/cdfs-emu: Makefile 
	distrib/amd64/common: Makefile.inc 
	distrib/amd64/iso: Makefile 
	distrib/armish/ramdisk: Makefile 
	distrib/hp300/ramdisk: Makefile Makefile.inc 
	distrib/hppa   : Makefile 
	distrib/hppa/iso: Makefile 
	distrib/hppa/ramdisk: Makefile 
	distrib/i386/cdfs: Makefile 
	distrib/i386/cdfs-emu: Makefile 
	distrib/i386/common: Makefile.inc 
	distrib/i386/iso: Makefile 
	distrib/landisk/miniroot: Makefile 
	distrib/landisk/ramdisk: Makefile 
	distrib/luna88k/ramdisk: Makefile Makefile.inc 
	distrib/mac68k/ramdisk: Makefile Makefile.inc 
	distrib/macppc/iso: Makefile 
	distrib/macppc/ramdisk: Makefile 
	distrib/miniroot: Makefile install.sub 
	distrib/mvme68k/ramdisk: Makefile Makefile.inc 
	distrib/mvme88k/ramdisk: Makefile Makefile.inc 
	distrib/mvmeppc/ramdisk: Makefile 
	distrib/notes  : Makefile 
	distrib/ramdisk: Makefile 
	distrib/sets   : checkflist 
	distrib/sgi/cdfs: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sgi/ramdisk: Makefile 
	distrib/socppc/ramdisk: Makefile 
	distrib/sparc  : Makefile 
	distrib/sparc/cdfs: Makefile 
	distrib/sparc/iso: Makefile 
	distrib/sparc64/bsd.rd: Makefile 
	distrib/sparc64/cdfs: Makefile 
	distrib/sparc64/common: Makefile.inc 
	distrib/sparc64/iso: Makefile 
	distrib/sparc64/miniroot: Makefile 
	distrib/sparc64/ramdisk: Makefile 
	distrib/sparc64/ramdiskB: Makefile 
	distrib/vax/cdfs: Makefile 
	distrib/vax/common: Makefile.inc 
	distrib/vax/iso: Makefile 
	distrib/zaurus/ipk: Makefile 
	distrib/zaurus/ramdisk: Makefile 

Log message:
For SHA256 hashes to be ready to go onto the install media, we must
build the sets before we build the media.  While there we can get rid
of DESTDIR/snapshot too, and simply install straight into RELEASEDIR.
(This also ends up saving an astounding amount of traffic/latency in a nfs
environment)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 22:03:33

Modified files:
	distrib/notes  : m4.common 

Log message:
bye bye md5


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/16 22:24:15

Modified files:
	etc/etc.landisk: Makefile.inc 

Log message:
remove some junk


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/17 01:00:26

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak PACKET FILTERING;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 01:00:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
undesireable tabs (waste space on the media)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 01:06:34

Modified files:
	distrib/armish/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/landisk/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/mac68k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/mvmeppc/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc/miniroot: list 
	distrib/zaurus/ramdisk: list 

Log message:
unify some more pieces


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/17 01:14:04

Modified files:
	sys/uvm        : uvm_pdaemon.c 

Log message:
Another case of locking just to read uvmexp.free. Kill the locking, not
needed.

"of course" art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 01:17:13

Modified files:
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/zaurus/ramdisk: list 

Log message:
more syncronization steps..


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 01:18:55

Modified files:
	distrib/alpha/bsd.rd: list 
	distrib/alpha/common: list 
	distrib/miniroot: list 

Log message:
er, wrong path


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 01:23:27

Modified files:
	distrib/common : elfrdsetroot.c rdsetroot.c 

Log message:
further steps towards unification


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/17 02:34:41

Modified files:
	devel/vte      : Makefile distinfo 
	devel/vte/pkg  : PLIST-main PLIST-python 
Removed files:
	devel/vte/patches: patch-gnome-pty-helper_gnome-pty-helper_c 
	                   patch-src_Makefile_in patch-src_pty_c 

Log message:
Update to vte 0.20.1, tested by jasper@ in a bulk build.
ok jasper@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/04/17 03:03:14

Modified files:
	lib/libpciaccess/src: openbsd_pci.c 

Log message:
Use the correct size when mapping the legacy vga rom.

fixes errors (and probably bugs) on intel hardware (at the least).

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/17 03:37:25

Modified files:
	usr.sbin/relayd: parse.y 

Log message:
add "Connection: close" to HTTP check headers to deconfuse HTTP/1.1
servers claiming keepalive sessions.

From Camiel Dobbelaar


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/17 03:47:06

Modified files:
	usr.sbin/relayd: hce.c pfe.c 

Log message:
keep the parent relations of hosts after reloading the configuration.

From Camiel Dobbelaar, closes PR 6066


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/17 03:58:41

Modified files:
	usr.sbin/relayd: check_script.c 

Log message:
close filedescriptors with closefrom(STDERR_FILENO + 1) before executing
the script to prevent access to internal processes.

From jacekm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/17 04:31:09

Modified files:
	www/ajaxterm   : Makefile 

Log message:
tweak manpage/licence, from bsd@openbsd.rutgers.edu via maintainer


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/17 04:31:45

Modified files:
	www/ajaxterm   : Makefile 

Log message:
... and typo, bad keyboard, bad.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/17 06:10:08

Modified files:
	sys/netmpls    : mpls.h mpls_input.c 

Log message:
Correctly handle packets that are leaving the MPLS cloud and
joining the ipv4/ipv6 stack.

Get also rid of the dependency on mpe(4) for packets not belonging
to VPN traffic.

ok laurent@, ok and input claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/04/17 07:20:20

Modified files:
	sys/dev/acpi   : acpivar.h acpi.c 

Log message:
Add device ranking support for future sleep/wake developments.

okay marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 08:06:40

Modified files:
	mail/dovecot   : Makefile distinfo 

Log message:
maintenance update to 1.1.4, from Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/17 08:57:59

Log message:
    ssh-askpass-fullscreen is a small SSH Askpass replacement written with
    Gtk+2, slightly derived from gnome-ssh-askpass provided in openssh-portable
    tarball. Features fullscreen dialog and translucent background.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090417
    
    N ports/security/ssh-askpass-fullscreen/Makefile
    N ports/security/ssh-askpass-fullscreen/distinfo
    N ports/security/ssh-askpass-fullscreen/pkg/PLIST
    N ports/security/ssh-askpass-fullscreen/pkg/MESSAGE
    N ports/security/ssh-askpass-fullscreen/pkg/DESCR
    N ports/security/ssh-askpass-fullscreen/patches/patch-ssh-askpass-fullscreen_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/17 08:58:51

Modified files:
	security       : Makefile 

Log message:
add ssh-askpass-fullscreen


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/04/17 09:00:03

Modified files:
	gnu/lib/libstdc++/libstdc++/testsuite/thread: pthread1.cc 
	                                              pthread2.cc 
	                                              pthread3.cc 
	                                              pthread4.cc 
	                                              pthread5.cc 
	                                              pthread6.cc 
	gnu/usr.bin/gcc/gcc/testsuite/lib: g++.exp 

Log message:
- enable libstdc++ pthread regresses
- fix g++ regress so it can find libstdc++ in the objdir

okay espie@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/04/17 09:17:27

Modified files:
	sys/sys        : proc.h 
	sys/kern       : vfs_getcwd.c 

Log message:
Remove unused function proc_isunder()

"go for it" tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 09:51:32

Modified files:
	distrib/alpha/bsd.rd: list 

Log message:
bpf0 can be created by MAKEDEV; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 09:52:04

Modified files:
	etc/etc.alpha  : MAKEDEV.md 

Log message:
bpf0 can be created by MAKEDEV; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 09:52:12

Modified files:
	etc/etc.alpha  : MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 09:59:48

Modified files:
	distrib/hppa/ramdisk: Makefile 
	distrib/i386/cdfs: Makefile 
	distrib/i386/cdfs-emu: Makefile 
	distrib/i386/common: Makefile.inc 
	distrib/i386/ramdisk_cd: list.local 
	distrib/ramdisk: Makefile list 
	distrib/sparc64/ramdisk: Makefile 
	distrib/sparc64/ramdiskB: Makefile 

Log message:
further minor unification


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 10:05:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
silence delete of hash output file


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 10:07:10

Modified files:
	distrib/miniroot: makehash.sh 

Log message:
cannot create a hash for bsd.rd, obviously.  well, some media could since
they have their own bsd.rd, but not not bsd.rd or installXX.iso, so punt
on this.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/17 10:26:18

Modified files:
	usr.sbin/smtpd : enqueue.c 

Log message:
handle case when no input is provided, fixes confusing error:

$ echo -n | sendmail root
sendmail: write: connection closed
$


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/17 11:17:03

Modified files:
	etc            : rc 

Log message:
a scrub was hiding here when nfs was enabled. since we want the no-df
behaviour here replace by an explicit set reassemble yes no-df.
noticed by Valery Masiutsin <val.masutin at gmail dot com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 11:56:50

Log message:
    import rtmpdump, based on a ports@ post from David Cathcart, with BE fixes
    and tweaks by myself.
    
    A small dumper for media content streamed over the RTMP protocol.
    Supplying an rtmp url will result in a dumped flv file, which can be
    played/transcoded using ffmpeg/mplayer, etc.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090417
    
    N ports/net/rtmpdump/Makefile
    N ports/net/rtmpdump/distinfo
    N ports/net/rtmpdump/patches/patch-bytes_cpp
    N ports/net/rtmpdump/patches/patch-log_h
    N ports/net/rtmpdump/patches/patch-bytes_h
    N ports/net/rtmpdump/patches/patch-rtmp_h
    N ports/net/rtmpdump/patches/patch-Makefile
    N ports/net/rtmpdump/pkg/DESCR
    N ports/net/rtmpdump/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 11:58:51

Modified files:
	net            : Makefile 

Log message:
+rtmpdump


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/17 12:37:07

Modified files:
	sys/net        : pf.c 

Log message:
move the lastr = r assignment behind the anchor rule check so we don't
ever try to aplly options from the anchor rule if it was the last matching
one but the last matching real rule. it is right but despite begging nobody
has the balls to ok it ;(


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/04/17 13:23:06

Modified files:
	usr.bin/ssh    : session.c 

Log message:
use INTERNAL_SFTP_NAME for setproctitle() of in-process sftp-server;
ok djm@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/04/17 13:40:17

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
clarify that even internal-sftp needs /dev/log for logging to work; ok
markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/17 14:20:18

Modified files:
	sys/dev/ic     : hme.c hmevar.h 

Log message:
Switch hme(4) over to using MCLGETI when allocating mbufs for the RX ring.

tested by okan@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/17 14:55:46

Modified files:
	textproc/xpdf  : Makefile distinfo 
	textproc/xpdf/pkg: PLIST-main PLIST-utils 

Log message:
SECURITY: update to xpdf-3.02pl3 which fixes multiple vulnerabilities.
See http://rhn.redhat.com/errata/RHSA-2009-0430.html for details.

Also, fix license marker, update plists and simplify the pkgname
(dropping the pl, which seems to confuse bsd.port.mk's update
target).

ok naddy@, who had almost the same diff


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 15:27:09

Log message:
    import get_iplayer, port from David Cathcart with a few tweaks by myself:
    
    This tool allows you to search, index and download/stream:
    
    * BBC iPlayer TV - H.264 / Quicktime / mov and Flash / AVI
    * BBC iPlayer Radio (Local and National) - 128+ kbps MP3 / AAC and
    Realaudio
    * BBC Podcasts - 128 kb/s MP3 / AAC
    * BBC iPlayer TV subtitles - SubRip / srt
    * ITV player Catch-up or classic TV - WMV / ASF
    * Hulu.com* TV - MP4
    * Hulu.com* Closed-captions / subtitles - SubRip / srt
    
    get_iplayer has PVR-like capabilities (like Sky+ / TiVo / Series-Link);
    You can save lists of programme searches which are automatically
    downloaded when they become available.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090417
    
    N ports/multimedia/get_iplayer/Makefile
    N ports/multimedia/get_iplayer/distinfo
    N ports/multimedia/get_iplayer/patches/patch-get_iplayer
    N ports/multimedia/get_iplayer/pkg/MESSAGE
    N ports/multimedia/get_iplayer/pkg/DESCR
    N ports/multimedia/get_iplayer/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 15:27:59

Modified files:
	multimedia     : Makefile 

Log message:
+get_iplayer


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/17 15:31:38

Modified files:
	sys/arch/sparc64/sparc64: mdesc.c 

Log message:
Catch up with uvm_pglistalloc() interface change.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/17 15:48:54

Modified files:
	sys/dev/isa    : sch311x.c 

Log message:
schsio_probe() reads the chip id to find out if we should attach or not.
schsio_attach() then later reads the chip id to print which device we
found.

I noticed that isa_attach_args has a field called ia_aux which can be
used for driver specific stuff, so stuff the device id in there so we
don't need to get the value from the chip again during attach.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/17 16:31:24

Modified files:
	usr.sbin/tcpdump: privsep.c 

Log message:
correcto in comment; from Amarendra Godbole


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/17 17:17:07

Modified files:
	www/cherokee   : Makefile distinfo 
	www/cherokee/patches: patch-cherokee_Makefile_in patch-configure 
	                      patch-contrib_Makefile_in 
	www/cherokee/pkg: PLIST-main PLIST-mysql 

Log message:
- update to 0.99.10 from Brad; maintainer timeout.
- fix typo in alternative MASTER_SITES line.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/17 18:15:46

Modified files:
	sbin/disklabel : editor.c extern.h 

Log message:
Alexander Hall points out that disklabel -AE <disk> followed by quitting
without making manual changes does not ask whether you'd like to save the
new automatic disklabel. Change to follow the behaviour of -d and ask
every time.  ok krw@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 18:21:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
Always enable DNS in the installer, without asking, since everyone just
hits return for the question and accepts it.  Welcome to the Internet,
everyone has it today. ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 18:23:03

Modified files:
	distrib/miniroot: install.sub 

Log message:
If people want to edit their hosts file, they can do it in the next step
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/17 18:38:50

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't bother trying to handle network interface media modifications
in the script. If that level of tweaking is needed, it is safer to
not pretend to handle it in the scripts and leave it to the expert
installer to do manually. Very very rarely used in any case.

Suggested by and 'just commit' deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 18:42:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
18 characters per column is better, since xshareXX.tgz is a long name.
(This gets noticed on non-SMP architectures, since they do not have
the bsd.mp which pushes xshareXX.tgz to the 3rd column)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/17 19:07:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
Get rid of the final "Are you ready to install sets?" question by adding
an 'abort' option to the previous question.  Another question goes *poof*
ok krw


CVSROOT:	/cvs
Module name:	www
Changes by:	djm@cvs.openbsd.org	2009/04/17 21:10:02

Modified files:
	.              : 45.html 

Log message:
flesh out "Install/Upgrade process changes"


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/18 01:30:50

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
Fix tyop.

ok mglocker


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/18 02:30:02

Modified files:
	usr.sbin/pkg_add/OpenBSD: Delete.pm 

Log message:
don't copy DigitalSig to partial packages, it makes no sense


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/18 03:02:05

Modified files:
	databases/lbdb : Makefile 
Added files:
	databases/lbdb/patches: patch-Makefile_in 

Log message:
- avoid pulling in gawk if installed at build time, pointed out by
Mike on the Openbsd-newbies mailing list.

- add libiconv support, bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/18 04:45:47

Modified files:
	sys/net        : rtsock.c 

Log message:
Make "route(8) change" aware of MPLS.
It is now possible to change routes' MPLS parameters via route change.

ok laurent@, ok and input claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/18 06:22:13

Modified files:
	graphics/xsane : Makefile 
Added files:
	graphics/xsane/patches: patch-src_xsane_c patch-src_xsane_h 

Log message:
- bring in 2 patches from Fedora:
* use xdg-open instead of netscape to browse html help
* close unneeded FDs
- regen WANTLIB while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/18 08:07:52

Modified files:
	www            : Makefile 

Log message:
remove dansguardian,libclamav


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/18 08:42:41

Modified files:
	www/dansguardian: Makefile distinfo 
	www/dansguardian/patches: patch-data_Makefile_in 
	www/dansguardian/pkg: PLIST 
Added files:
	www/dansguardian/patches: 
	                          patch-configs_contentscanners_clamdscan_conf_in 
Removed files:
	www/dansguardian/patches: patch-Makefile_in 
	                          patch-configs_contentscanners_clamav_conf_in 
	                          patch-configure 
	                          patch-doc_dansguardian_8 
	                          patch-src_contentscanners_clamav_cpp 
	www/dansguardian/pkg: PFRAG.clamav 

Log message:
- update dansguardian to 2.10.0.3

- remove clamav flavour in favour of enabling clamd support in
the main package.

- rearrange the Makefile slightly

the clamav flavour was using libclamav, which past experience shows
to not be a stable interface to the clamav virus scanner; dansguardian
also supports scanning via the clamd socket, this is now enabled
instead (by default since it doesn't add a required dependency).

note: those currently using the clamav flavour and upgrading will
need to adjust their configuration.

maintainer timeout. on ports@ for a few days, lightly tested here
but lacking test reports from real users.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/18 08:47:25

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Simplify ethernet interrupt dispatching, since it is not shared with anything
else.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/18 08:48:09

Modified files:
	sys/arch/sgi/sgi: ip30_machdep.c 
	sys/arch/sgi/xbow: xheart.c xheartreg.h 

Log message:
Fewer hardcoded values and simpler code in ip30 interrupt handling.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 09:12:39

Modified files:
	distrib/miniroot: install.sub 

Log message:
remove some obvious text; ok krw


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 10:17:49

Modified files:
	.              : 45.html 

Log message:
update # of packages


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/18 10:26:01

Modified files:
	usr.bin/cvs    : server.c 

Log message:
bleh, do not force the client to support certain responses.
this fixes annotate on our cvsweb. the cvsweb script does very
funky things in order to get the job done, but hey we should support it.
i'm shocked nobody noticed annotate wasnt working, djees.

found by jacekm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/18 11:25:43

Modified files:
	x11/qt4        : Makefile distinfo 
	x11/qt4/patches: patch-configure 
	                 patch-qmake_generators_unix_unixmake2_cpp 
	                 patch-qmake_generators_unix_unixmake_cpp 
	                 patch-src_corelib_global_qglobal_h 
	                 patch-src_corelib_io_qfsfileengine_unix_cpp 
	                 patch-tools_qdbus_qdbuscpp2xml_qdbuscpp2xml_cpp 
	x11/qt4/pkg    : DESCR-sqlite PFRAG.shared-main 
	                 PFRAG.shared-phonon PLIST-examples PLIST-html 
	                 PLIST-main 
Added files:
	x11/qt4/patches: 
	                 patch-examples_xmlpatterns_trafficinfo_mainwindow_cpp 
	                 patch-src_3rdparty_webkit_JavaScriptCore_runtime_Collector_cpp 
	                 patch-src_network_ssl_qsslsocket_openssl_symbols_cpp 
	x11/qt4/pkg    : DESCR-tds PFRAG.GCC4-examples PFRAG.GCC4-main 
	                 PFRAG.GCC4-shared-main PFRAG.shared-tds 
	                 PLIST-tds 

Log message:
update to 4.5.0
(ready for a gcc4 switch to enable webkit)

notice -phonon got scraped, because it becomes too hard to keep phonon out
of main qt tools way (like assistant on top of qtconfig)


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/04/18 12:21:54

Modified files:
	usr.bin/compress: compress.1 gzip.1 main.c 

Log message:
allow -V (show version) in decompression mode; ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/18 12:22:49

Modified files:
	archivers/libarchive: Makefile distinfo 
	archivers/libarchive/patches: patch-tar_bsdtar_1 
	archivers/libarchive/pkg: PLIST 

Log message:
update to 2.7.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/18 12:24:09

Modified files:
	www/spawn-fcgi : Makefile distinfo 

Log message:
update to 1.6.2, amongst other things, fixes a problem with usernames
starting with digits. from Brad (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/18 12:39:10

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
tweak previous; ok stevesk


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/18 13:26:18

Modified files:
	sys/arch/sgi/pci: macepcibridge.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Attach pci busses with pba_bus being zero, and not our bridge unit number,
these are completely unrelated as long as there is only one pci bus per
bridge.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/18 13:26:33

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Attach to IP35 Xbridge too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/04/18 13:34:36

Log message:
    import eventmachine-0.12.6, an event-driven i/o library for ruby
    
    Status:
    
    Vendor Tag:	jcs
    Release Tags:	jcs20090418
    
    N ports/net/ruby-eventmachine/distinfo
    N ports/net/ruby-eventmachine/Makefile
    N ports/net/ruby-eventmachine/patches/patch-ext_extconf_rb
    N ports/net/ruby-eventmachine/patches/patch-ext_ed_cpp
    N ports/net/ruby-eventmachine/patches/patch-ext_fastfilereader_extconf_rb
    N ports/net/ruby-eventmachine/pkg/PFRAG.shared
    N ports/net/ruby-eventmachine/pkg/DESCR
    N ports/net/ruby-eventmachine/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/04/18 13:36:48

Modified files:
	net            : Makefile 

Log message:
ruby-eventmachine


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/18 14:29:56

Removed files:
	www/spawn-fcgi/patches: patch-src_spawn-fcgi_c 

Log message:
...try again from a clean checkout directory; this patch should have
been removed with the last commit:

update to 1.6.2, amongst other things, fixes a problem with usernames
starting with digits. from Brad (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/18 15:01:20

Modified files:
	usr.sbin/smtpd : queue.c 

Log message:
remove dead code; made possible by previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/18 15:13:56

Modified files:
	usr.sbin/smtpd : runner.c 

Log message:
correct function name in fatal


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/18 15:41:12

Modified files:
	.              : 45.html 

Log message:
- add ", and link status detection has improved." to em(4) entry.
- add " and multicast reception on 8110SB/SC-based devices." to re(4) entry.
- New tools: "xcompmgr(1) was added to xenocara."
- New functionality: "New views were added to systat(8): malloc, bucket and
pool. Improvements were made to existing views."
- Assorted improvements and code cleanup: "The sppp(4) layer and thus kernel
pppoe(4) now support usernames and passwords of up to 255 characters."


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/18 18:00:36

Modified files:
	distrib/miniroot: install.sub 

Log message:
Be consistant and make 'none' the last selection option presented.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/18 18:09:00

Modified files:
	usr.bin/sudo   : ChangeLog WHATSNEW visudo.c 

Log message:
Sync with sudo 1.7.1 final


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 18:44:54

src/distrib/special/sysctl

Update of /cvs/src/distrib/special/sysctl
In directory cvs.openbsd.org:/usr/src/distrib/special/sysctl

Log Message:
Directory /cvs/src/distrib/special/sysctl added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 18:57:44

Added files:
	distrib/special/sysctl: Makefile sysctl.c 

Log message:
A mini sysctl(8) that only knows a few variables we need to know in
the install script.  For now, just hw.disknames


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 18:59:39

Modified files:
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/armish/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/hppa   : list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/mac68k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/miniroot: install.sub list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/mvmeppc/ramdisk: list 
	distrib/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/special: Makefile 
	distrib/special/sysctl: sysctl.c 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 
Removed files:
	distrib/special/disknames: Makefile disknames.c 

Log message:
Use sysctl -n hw.disknames instead of the custom disknames program


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/18 20:01:35

Modified files:
	multimedia/hdhomerun: Makefile distinfo 
	multimedia/hdhomerun/pkg: PLIST 

Log message:
update to 20090415


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2009/04/18 20:29:02

Modified files:
	.              : 45.html 

Log message:
More stuff in 4.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/18 21:33:19

Modified files:
	distrib/special: Makefile 

Log message:
sort list


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/19 01:39:37

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
update protocols for s_client;s -starttls; from brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/04/19 03:01:18

Modified files:
	net/nsd        : Makefile 
	net/nsd/pkg    : PLIST 

Log message:
add additional documentation; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/19 05:04:11

Modified files:
	sys/sys        : extent.h 

Log message:
Fix typo pointed out by a couple of people.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/19 05:14:34

Log message:
    import graphics/libpano13:
    
    The panorama tools are mainly used to build panoramic images from
    a set of overlapping images. The usability extends beyond "just"
    building panoramas by far though. You can, for instance, use them
    to render an average of multiple images to broaden the dynamic range
    of the images or average out noise. You can also build object movies
    with them, morph between images and much more.
    
    will be hooked to the build after tests on additional arch.
    tweaks to autoconf input files from Emmanuel Viaud, thanks!
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090419
    
    N ports/graphics/libpano13/distinfo
    N ports/graphics/libpano13/Makefile
    N ports/graphics/libpano13/patches/patch-tools_Makefile_am
    N ports/graphics/libpano13/patches/patch-configure_ac
    N ports/graphics/libpano13/patches/patch-Makefile_am
    N ports/graphics/libpano13/patches/patch-bootstrap
    N ports/graphics/libpano13/patches/patch-filter_h
    N ports/graphics/libpano13/pkg/PFRAG.shared
    N ports/graphics/libpano13/pkg/DESCR
    N ports/graphics/libpano13/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/19 05:14:37

Log message:
    import graphics/enblend-enfuse:
    
    Enblend combines images that partially overlap into a single large
    image with no seams (panorama generation). This is a command-line
    tool which performs the actual composition; another tool is required
    to line up the images ready for input (e.g. Hugin).
    
    Enfuse combines images that overlap into a single image with good
    focus and exposure (exposure stacking for high dynamic range, focus
    stacking for extended depth-of-field).
    
    will be hooked to the build after tests on additional arch.
    big thanks to Emmanuel Viaud for rewriting some C++ to build with GCC 3.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090419
    
    N ports/graphics/enblend-enfuse/Makefile
    N ports/graphics/enblend-enfuse/distinfo
    N ports/graphics/enblend-enfuse/patches/patch-src_enblend_cc
    N ports/graphics/enblend-enfuse/patches/patch-configure_in
    N ports/graphics/enblend-enfuse/patches/patch-doc_enblend_texi
    N ports/graphics/enblend-enfuse/patches/patch-src_enfuse_cc
    N ports/graphics/enblend-enfuse/patches/patch-configure
    N ports/graphics/enblend-enfuse/patches/patch-doc_enfuse-focus-stacking_texi
    N ports/graphics/enblend-enfuse/patches/patch-doc_enfuse_texi
    N ports/graphics/enblend-enfuse/patches/patch-src_assemble_h
    N ports/graphics/enblend-enfuse/patches/patch-src_pyramid_h
    N ports/graphics/enblend-enfuse/pkg/DESCR
    N ports/graphics/enblend-enfuse/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/19 05:14:41

Log message:
    import graphics/autopano-sift-c:
    
    Autopano-SIFT-C automatically creates control points for
    groups of overlapping photographs using SIFT ("scale-invariant
    feature transform").
    
    It can be controlled from within the Hugin GUI front-end.
    
    N.B. The SIFT algorithm is restricted in the USA by a patent
    owned by the University of British Columbia.
    
    will be hooked to the build after tests on additional arch.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090419
    
    N ports/graphics/autopano-sift-c/Makefile
    N ports/graphics/autopano-sift-c/distinfo
    N ports/graphics/autopano-sift-c/patches/patch-CMakeModules_FindPNG_cmake
    N ports/graphics/autopano-sift-c/pkg/DESCR
    N ports/graphics/autopano-sift-c/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/19 05:18:40

Log message:
    import graphics/hugin: this port was made possible by Emmanuel Viaud's
    work on enblend-enfuse, big thanks!
    
    Goal: an easy to use cross-platform panoramic imaging toolchain
    based on the Panorama Tools library.
    
    With hugin you can assemble a mosaic of photographs into a
    complete immersive panorama, stitch any series of overlapping
    pictures and much more.
    
    This package contains the following programs:
    
    - hugin, The main program, a GUI for the panorama tools suite
    and some programs included here.
    
    - nona, a simple replacement for PTStitcher (doesn't support most
    features of PTStitcher, but is faster, opensource and
    will be extended in the future).
    
    - nona_gui, nona with a graphical progress bar.
    
    - autooptimiser, optimise a panorama pairwise, starting from an
    anchor image. cmd line version of the pairwise mode in hugin
    
    will be hooked to the build after tests on additional arch.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090419
    
    N ports/graphics/hugin/distinfo
    N ports/graphics/hugin/Makefile
    N ports/graphics/hugin/patches/patch-CMakeModules_FindPNG_cmake
    N ports/graphics/hugin/patches/patch-src_hugin_base_vigra_ext_pyramid2_h
    N ports/graphics/hugin/patches/patch-src_hugin_base_hugin_utils_platform_cpp
    N ports/graphics/hugin/patches/patch-CMakeLists_txt
    N ports/graphics/hugin/patches/patch-src_celeste_Utilities_cpp
    N ports/graphics/hugin/patches/patch-src_hugin1_hugin_config_defaults_h
    N ports/graphics/hugin/patches/patch-doc_CMakeLists_txt
    N ports/graphics/hugin/patches/patch-src_hugin_base_algorithms_panorama_makefile_PanoramaMakefileExport_cpp
    N ports/graphics/hugin/pkg/DESCR
    N ports/graphics/hugin/pkg/PLIST
    N ports/graphics/hugin/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/04/19 06:27:57

Modified files:
	.              : plus45.html 

Log message:
typos


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/04/19 06:28:11

Modified files:
	.              : 45.html 

Log message:
Mention ypldap


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/19 06:42:39

Modified files:
	usr.sbin/smtpd : queue_shared.c 

Log message:
error checking for readdir(2); ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/19 06:48:27

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Wrap the EV_READ+EVLOCKED dance in one well documented function.
Additionally, check that EVLOCKED is not already set, which would
indicate an attempt to send IMSG w/o waiting for reply for some
other IMSG sent earlier.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 06:51:44

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
A much more reliable logic to find out the second interrupt of the ioc boards.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 06:52:33

Modified files:
	sys/arch/mips64/include: arcbios.h archtype.h 
	sys/arch/mips64/mips64: arcbios.c mainbus.c 
	sys/arch/sgi/sgi: machdep.c 
	sys/arch/sgi/xbow: xbow.c xbridge.c 

Log message:
Add heuristics to tell IP27 and IP35 apart, as they will need to be handled
differently at times.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/19 06:52:43

Removed files:
	x11/qt4/patches: patch-tools_qtconfig-lite_qtconfig_pro 

Log message:
forgot to zap


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/19 07:12:28

Modified files:
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 

Log message:
fix tagnext and tagprev; from patrick keshishian


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/19 07:32:20

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 1.63, adding new CDN making flashhigh work again following
BBC changes. pointed out by David Cathcart.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/04/19 08:14:22

Modified files:
	mail/postfix/snapshot: Makefile distinfo 
	mail/postfix/snapshot/pkg: PLIST 

Log message:
upgrade postfix snapshot; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/19 08:58:32

Modified files:
	usr.sbin/pkg_add: pkg pkg_add pkg_audit pkg_create pkg_info 
	usr.sbin/pkg_add/OpenBSD: Add.pm ArcCheck.pm Delete.pm 
	                          Dependencies.pm PackageLocation.pm 
	                          PackageName.pm PackageRepository.pm 
	                          PackageRepositoryList.pm 
	                          PackingElement.pm PackingList.pm 
	                          PkgCfl.pm PkgSpec.pm Replace.pm 
	                          Search.pm Temp.pm Update.pm 
	                          UpdateSet.pm Ustar.pm 
	usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm 

Log message:
synch with my new style search/location changes
It's likely there will be some fallout, but it's getting a bit too large
to keep around.
This does kill a few very old oddities as well.


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/04/19 09:06:50

Modified files:
	math/gnuplot   : Makefile distinfo 
	math/gnuplot/patches: patch-share_Makefile_in 
	math/gnuplot/pkg: PFRAG.no-no_x11 PLIST 

Log message:
update to 4.2.5

tested/looks good to kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/19 09:13:06

Modified files:
	sys/arch/sgi/pci: macepcibridge.c 

Log message:
Fix interrupt mapping for devices behind PCI-PCI bridges.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/19 09:18:23

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageLocation.pm 
	                          PackageRepository.pm Search.pm 
	usr.sbin/pkg_add/OpenBSD/PackageRepository: Installed.pm 

Log message:
remove class FatPackageLocation. Instead make PackageLocation a hierarchy
so that I can handle installed packages without playing ping-pong with
the PackageRepository hierarchy (mostly)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/19 09:26:52

Modified files:
	sys/sys        : extent.h 
	sys/kern       : subr_extent.c 
	share/man/man9 : extent.9 

Log message:
Add a new EX_FILLED flag to make extent_create() create an extent map that
has all space allocated such that we can make holes in it using extent_free().

ok miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/04/19 09:50:37

Modified files:
	.              : 45.html 

Log message:
typo; reported by Mikolaj Kucharski, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/04/19 10:10:40

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Use correct device index for Ethernet interrupt handler.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/19 10:42:06

Modified files:
	lib/libc/arch/alpha/gen: Makefile.inc 
	lib/libc/arch/amd64/gen: Makefile.inc 
	lib/libc/arch/arm/gen: Makefile.inc 
	lib/libc/arch/hppa/gen: Makefile.inc 
	lib/libc/arch/hppa64/gen: Makefile.inc 
	lib/libc/arch/i386/gen: Makefile.inc 
	lib/libc/arch/m88k/gen: Makefile.inc 
	lib/libc/arch/powerpc/gen: Makefile.inc 
	lib/libc/arch/sh/gen: Makefile.inc 
	lib/libc/arch/sparc/gen: Makefile.inc 
	lib/libc/arch/sparc64/gen: Makefile.inc 
	lib/libc/gen   : Makefile.inc 
Added files:
	lib/libc/gen   : ldexp.c modf.c 
Removed files:
	lib/libc/arch/alpha/gen: ldexp.c modf.c 
	lib/libc/arch/arm/gen: ldexp.c modf.c 
	lib/libc/arch/hppa/gen: ldexp.c modf.c 
	lib/libc/arch/hppa64/gen: frexp.c ldexp.c modf.c 
	lib/libc/arch/m88k/gen: ldexp.c modf.c 
	lib/libc/arch/powerpc/gen: ldexp.c modf.c 
	lib/libc/arch/sh/gen: ldexp.c modf.c 
	lib/libc/arch/sparc/gen: ldexp.c 
	lib/libc/arch/sparc64/gen: ldexp.c 

Log message:
- ldexp implementation has issues.  switch to the one from libm
- remove frexp in hppa64, cloned from hppa
- move generic ieee754 implementations of modf and ldexp to gen
ok kettenis@, "looks good" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/19 10:48:02

Modified files:
	lib/libm       : Makefile 
	lib/libm/src   : s_scalbnf.c 
Removed files:
	lib/libm/src   : s_ldexp.c s_ldexpf.c 

Log message:
make ldexpf behavior consistent with the double and extended-precision
versions;  spotted by kettenis@
while here also remove unused ldexp;  it lives in libc
ok kettenis@, "looks good" millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/19 10:49:19

Modified files:
	mail/enigmail-seamonkey: Makefile 

Log message:
sync with seamonkey-1.1.16.  prompted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/19 11:07:04

Modified files:
	distrib/special/more: Makefile 

Log message:
optimize for size (3k).  "makes sense" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 11:50:18

Modified files:
	sys/arch/amd64/amd64: softintr.c 
	sys/arch/amd64/include: intr.h 
	sys/arch/i386/i386: softintr.c 
	sys/arch/i386/include: intr.h 

Log message:
Switch the softinterrupt code on x86 over to mutexes instead of
simplelocks + splhigh().

First part of making it possible to make mpsafe softinterrupts.

"oh yes, definitely" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/19 11:53:39

Modified files:
	sys/kern       : kern_sysctl.c init_main.c 
	sys/dev/acpi   : acpimadt.c 
	sys/sys        : sysctl.h systm.h 
	sys/arch/macppc/macppc: mainbus.c 
	sys/arch/sparc64/sparc64: autoconf.c 
	sys/arch/amd64/conf: GENERIC 
	sys/arch/amd64/amd64: mpbios.c 

Log message:
Count number of cpus found (potentially not attached) and store that
in sysctl hw.ncpufound; ok miod kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/19 11:56:03

Modified files:
	distrib/miniroot: install.sh install.sub 
	distrib/special/sysctl: sysctl.c 

Log message:
If hw.ncpufound > 1, have the install script automatically prefer to use
bsd.mp instead of bsd (using -- mv bsd bsd.sp; mv bsd.mp bsd). anyone
who brings up boot.conf is an i386 bigot.
tested on almost all platforms that can do this, ok various people


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 11:56:13

Modified files:
	sys/arch/aviion/aviion: m8820x.c machdep.c 
	sys/arch/luna88k/luna88k: m8820x.c machdep.c 
	sys/arch/m88k/include: cpu.h 
	sys/arch/m88k/m88k: m8820x_machdep.c m88k_machdep.c pmap.c 
	sys/arch/mvme88k/mvme88k: m88110.c m8820x.c machdep.c 

Log message:
Rename max_cpus to ncpusfound and compute it regardless of option
MULTIPROCESSOR.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/19 12:02:57

Modified files:
	sys/arch/i386/i386: mpbios.c 

Log message:
Count number of cpus found (potentially not attached) and store that
in sysctl hw.ncpufound; ok miod kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 12:33:53

Modified files:
	sys/arch/sgi/dev: owserial.c owserialvar.h 

Log message:
Parse and display the part number and the serial number, instead of falsely
printing the part number as the serial number.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 12:34:36

Modified files:
	sys/arch/sgi/sgi: bus_dma.c 

Log message:
Correctly handle bus_dma_tag with _dma_mask == 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 12:36:07

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Attach the 1-Wire devices early, and pick our partnumber; based on this
partnumber, decide what components of the IOC3 really are available, and
how many interrupts to register.

Based on knowledge found in Linux source code, only tested on full-blown
IOC3 devices so far.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/19 12:37:31

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
On Octane, force a nonzero _dma_mask value so that we do not risk trying to
handle a mapping partly in, and partly out the direct DMA window, on
systems with > 2GB physical memory.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 12:54:06

Modified files:
	sys/arch/arm/arm: softintr.c 
	sys/arch/arm/include: softintr.h 
	sys/arch/sh/include: intr.h 
	sys/arch/sh/sh : interrupt.c 

Log message:
Mutexes for arm and sh softinterrupts.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 13:13:57

Modified files:
	sys/arch/alpha/alpha: interrupt.c 
	sys/arch/amd64/amd64: softintr.c 
	sys/arch/i386/i386: softintr.c 

Log message:
For consistency, make sure that all archs that use the same pattern
always increment uvmexp.softs while inside the lock.

While i'm here, make alpha's dispatch loop look like the rest.

"sure" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 13:15:49

Modified files:
	sys/dev/pci/drm: i915_drv.h i915_irq.c 

Log message:
The G4X and GM45 just /had/ to have a different counter register.

Been meaning to pull this in from upstream for ages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/19 13:38:53

Removed files:
	x11/qt4/patches: patch-tools_tools_pro 

Log message:
zap as well, darn cvs


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/19 14:34:05

Modified files:
	bin/ksh        : misc.c 

Log message:
don't print extraneous padding characters when tab-completion file/command
lists encounter a name too long for the width of the terminal.

from Matthew Haub, no objections krw@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 14:59:10

Modified files:
	sys/dev/pci/drm: ati_pcigart.c 

Log message:
calculate size correctly if PAGE_SIZE != ATI_PCIGART_PAGE_SIZE.

from upstream a while back.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/04/19 15:01:54

Modified files:
	.              : anoncvs.shar 

Log message:
Mention that the partition used for anoncvs chroot shouldn't have nodev
and nosuid flags, got bitten by this mistake...
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/04/19 15:24:55

Modified files:
	usr.sbin/bgpd  : rde_prefix.c 

Log message:
Correct function name in log_warnx().


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/19 15:33:43

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Call acpi_sleep_walk() when powering down just like when entering
any other sleep state. This tells acpi wake devices to not wake up
the box until manual powering up resets their status. Makes my Dell
GX520 stay powered off in response to 'halt -p'.

In snaps for a while.

ok marco@ (several times) deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/19 15:33:49

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 

Log message:
Enable schsio(4) everywhere to get it tested.

``please commit'' deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/19 15:42:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
When configuring the network assume the user means to assign
$(hostname -s) as the symbolic name of the first interface that is
configured. Subsequent interfaces still get the question.

Don't emit 'No more interfaces to initialize.'. Just move on to the
rest of the network configuration. Use the word 'configure' rather
than 'initialize'.

Suggested by & ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	cnst@cvs.openbsd.org	2009/04/19 15:50:02

Modified files:
	sys/dev/acpi   : acpitz.c 

Log message:
zero temperature in acpi refers to -273,2degC -- convert to uK appropriately;   ok deraadt marco


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 18:30:19

Modified files:
	sys/uvm        : uvm_extern.h uvm_pglist.c 

Log message:
add the UVM_PLA_ZERO flag for uvm_pglistalloc to make it return zeroed
pages.

"go for it" miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 18:42:06

Modified files:
	sys/arch/alpha/dev: bus_dma.c 
	sys/arch/alpha/include: bus.h 
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/amd64/include: bus.h 
	sys/arch/arm/arm: bus_dma.c 
	sys/arch/arm/include: bus.h 
	sys/arch/hppa/hppa: mainbus.c 
	sys/arch/hppa/include: bus.h 
	sys/arch/hppa64/hppa64: mainbus.c 
	sys/arch/hppa64/include: bus.h 
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/i386/include: bus.h 
	sys/arch/landisk/include: bus.h 
	sys/arch/landisk/landisk: bus_dma.c 
	sys/arch/macppc/include: bus.h 
	sys/arch/macppc/macppc: dma.c 
	sys/arch/mvme68k/include: bus.h 
	sys/arch/mvme68k/mvme68k: bus_dma.c 
	sys/arch/mvme88k/include: bus.h 
	sys/arch/mvme88k/mvme88k: bus_dma.c 
	sys/arch/mvmeppc/include: bus_mi.h 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 
	sys/arch/sgi/include: bus.h 
	sys/arch/sgi/sgi: bus_dma.c 
	sys/arch/socppc/include: bus.h 
	sys/arch/socppc/socppc: dma.c 
	sys/arch/sparc64/include: bus.h 
	sys/arch/sparc64/sparc64: machdep.c 
	sys/arch/vax/include: bus.h 
	sys/arch/vax/vax: bus_dma.c 

Log message:
Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.

Saves every damned driver calling bzero(), and continues the M_ZERO,
PR_ZERO symmetry.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 18:44:48

Modified files:
	share/man/man9 : uvm.9 

Log message:
Man bits for UVM_PLA_ZERO.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 18:46:48

Modified files:
	share/man/man9 : bus_dma.9 

Log message:
Document BUS_DMA_ZERO.


CVSROOT:	/cvs
Module name:	www
Changes by:	krw@cvs.openbsd.org	2009/04/19 18:58:39

Modified files:
	.              : want.html 

Log message:
I need a Sun StorEdge Multipack - FC desktop array too.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/19 19:28:45

Modified files:
	sys/dev/pci    : agp.c agp_amd.c agp_i810.c agpvar.h 

Log message:
Don't map all agp memory we allocate.

If we're just going to be making it available to userland (the X
server), just use load_raw and make sure it's zeroed with BUS_DMA_ZERO.
Should save $AMOUNT_BOUND_TO_GART kva. Most kernel users also write
through the gart, so no mapping there either.

tested by sthen and todd a while back.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/19 20:19:13

Modified files:
	distrib/sets/lists/base: md.sparc64 
	distrib/sets/lists/comp: md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	cnst@cvs.openbsd.org	2009/04/19 22:59:24

Modified files:
	.              : 45.html 

Log message:
populate the hardware sensors section


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/19 23:56:11

Modified files:
	.              : 45.html 

Log message:
delete the "still being worked on" markers, shrug


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 01:43:21

Modified files:
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile distinfo 
	mail/mutt/snapshot/pkg: PLIST 
	mail/mutt/stable: Makefile 
	mail/mutt/stable/pkg: PLIST 
Added files:
	mail/mutt/snapshot/patches: sidebar-buffy_c 

Log message:
update to 1.5.19 and take MAINTAINER. thanks to Simon Kuhnle,
landry@ and Brad for testing various versions of this diff.

ok landry@ after a few rounds of pain with Maildir and the sidebar
patch, eventually resulting in snapshot/patches/sidebar-buffy_c.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/20 02:29:02

Modified files:
	usr.sbin/pkg_add: pkg_add 
	usr.sbin/pkg_add/OpenBSD: Add.pm 

Log message:
restore tagged user packages to functionality (for now)


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/20 02:48:17

Modified files:
	sys/kern       : kern_sched.c 

Log message:
Make pegging a proc work when there are idle cpus that are looking for
something to do. Walk the highest priority queue looking for a proc
to steal and skip those that are pegged.

We could consider walking the other queues in the future too, but this
should do for now.

kettenis@ guenther@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/20 04:29:05

Log message:
    Import QT version of tea editor.
    
    TEA is a powerful and simple-in-use QT-based text editor with syntax
    highlighting.  TEA can also open Openoffice.org Writer and Microsoft
    Word 2007 files.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090420
    
    N ports/editors/teaqt/distinfo
    N ports/editors/teaqt/Makefile
    N ports/editors/teaqt/pkg/DESCR
    N ports/editors/teaqt/pkg/PLIST
    N ports/editors/teaqt/patches/patch-src_pro
    N ports/editors/teaqt/patches/patch-spellchecker_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/20 04:31:29

Modified files:
	editors        : Makefile 

Log message:
Link editors/teaqt


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/20 05:23:26

Modified files:
	faq            : upgrade44.html 

Log message:
my breaking the lines at 80 chars like it would look like on a CRT is
clever (not really), but obscures the string from search engines.
Not an issue for the 4.5 upgrade process (hopefully).


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/20 05:39:02

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
fix dma map unmapping and unloading in the tx cleanup path.

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/20 06:24:52

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
when transmitting packets, put the dmamap we used for the packet into the
last descriptor slot in the ring. the tx completion code expects the dmamap
to be there so it can unload it.

ok reyk@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 06:45:59

Modified files:
	mail/mutt/stable: distinfo 

Log message:
I added DIST_SUBDIR to collect the patches into one place but forgot
to regen stable distinfo. Pointed out by Markus Lude, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/04/20 07:26:20

Modified files:
	share/man/man4 : pci.4 
	share/man/man4/man4.amd64: Makefile 
	sys/arch/amd64/conf: GENERIC files.amd64 
Added files:
	share/man/man4/man4.amd64: amas.4 
	sys/arch/amd64/include: amas.h 
	sys/arch/amd64/pci: amas.c 

Log message:
amas device for amd64, describes the physical memory layout on AMD64 CPU.

Replaces pchb with amas for the AMD64 address map.
amas0 at pci0 dev 24 function 1 "AMD AMD64 0Fh Address Map" rev 0x00

Currently disabled (causing pchb to attach instead).

ok art@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 07:35:42

Modified files:
	graphics/autopano-sift-c: Makefile 

Log message:
add missing dependency and bump; thanks merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/20 07:58:20

Modified files:
	usr.bin/renice : renice.c 

Log message:
Fix renicing a negative pid in historic mode.  From Bryan Linton


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/20 08:11:57

Modified files:
	sys/dev/usb    : ehci.c 

Log message:
unbreak EHCI_DEBUG - usbd_dump_pipe() is only defined if USB_DEBUG is
also true.  no binary change without EHCI_DEBUG.

ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/20 09:15:40

Modified files:
	x11/gnome/yelp : Makefile 
Added files:
	x11/gnome/yelp/patches: patch-src_yelp-transform_c 

Log message:
- add a workaround to prevent hard crashes in YelpTransform; the issue is
still very obscure but being investigated...
- fix a memory leak ; from upstream SVN r3246

ok jasper@ (a while ago)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/20 09:30:40

Modified files:
	multimedia/recordmydesktop/base: Makefile 
	multimedia/recordmydesktop/base/pkg: DESCR 

Log message:
- really enable JACK support for audio recording ; tweak MESSAGE accordingly

"go ahead" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/20 09:32:38

Modified files:
	net/ntp        : Makefile 
Added files:
	net/ntp/patches: patch-ntpq_ntpq_c 

Log message:
Security:
Prevent a buffer overflow in ntpq.  (CVE-2009-0159)
From upstream via FreeBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/20 09:44:49

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
bigmem is not tweakable by config(8), it never was.

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/04/20 10:10:39

Modified files:
	distrib/special/sysctl: sysctl.c 

Log message:
- add missing header for strcmp() .
- add hw.model which could help future sgi install scripts with deciding
which kernel to pick

"commit" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/20 11:07:01

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpctl.c smtpd.h 

Log message:
Rewrite smtp session timeouts; use evtimer_* from event(3) instead
of regularly walking session tree in search of idle clients. Gives
the smtp process a chance to become idle.

As a bonus, add smtp.sessions.timeout counter to "smtpctl show stats".

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/20 11:40:39

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
fix previous, evtimer_set should be called only once, in session_init.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/20 11:40:43

Modified files:
	sbin/disklabel : editor.c 

Log message:
No this change is wrong, because now 'w' followed by 'q' asks if you
are sure.  This will require another solution, based perhaps on comparing
against an earlier form of the label


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/04/20 11:42:21

Modified files:
	libexec/spamd  : grey.c spamd.8 spamd.c sync.c 

Log message:
PR 6090 - from Olli Hauer <ohauer@gmx.de>

A number of small improvements:

- patch for empty lines and comments in alloweddomains_file
- remove some whitespaces at end of line.
- document comment and empty line handling
- Remove unused parameter 'r' from getopt in spamd.c, it is removed in the 'switch statement'
but not in getopt.
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec/spamd/spamd.c.diff?r1=1.94;r2=1.95;f=h
- replace atoi with strtonum
- make debug output more usefull, display only what will be synced and not a second
message which prints always "sync trapped %s"

- some cosemtic and whitespace fixes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/20 12:44:31

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/20 12:48:23

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Allow MAIL FROM only in the S_HELO state, which results in behaviour
dictated by rfc in "4.1.4 Order of commands".

pointed out and initial diff by pea@, ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/20 14:21:41

Modified files:
	etc            : pf.conf 

Log message:
do NOT set defaults to their default here


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/04/20 14:29:11

Modified files:
	sys/arch/amd64/pci: amas.c 

Log message:
fixed style, no binary change


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/04/20 14:30:41

Modified files:
	usr.bin/systat : mbufs.c 

Log message:
remove unneeded argument to warnx()
remove unused variable
kill some extra blank lines

ok canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/20 14:31:06

Modified files:
	sys/arch/sgi/dev: dsrtc.c 

Log message:
Some recent IOC3 do not have Dallas timekeepers, so perform a few more tests
before deciding to attach dsrtc.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/20 14:42:49

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
Don't talk about a "scrub reassemble tcp" rule, talk about "reassemble
tcp" parameter. ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 14:45:47

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/files: README.OpenBSD qemu-ifup 

Log message:
autoselect the most likely interface for qemu-ifup to bridge with by
looking at the default IPv4 route. still overridable in the environment
as before. ok todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/20 14:52:27

ports/x11/xfce4/xfce4-clipman/patches

Update of /cvs/ports/x11/xfce4/xfce4-clipman/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26402/patches

Log Message:
Directory /cvs/ports/x11/xfce4/xfce4-clipman/patches added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/04/20 15:04:27

Modified files:
	libexec/ftpd   : ftpd.c 

Log message:
When receiving a new connection, log the remote IP number
in addition to the remote hostname.

Feature requested by Mark Bucciarelli mkbucc at gmail dot com on misc@.
"seems OK" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/20 15:08:27

Modified files:
	libexec/spamd  : spamd.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 17:28:04

Modified files:
	graphics/enblend-enfuse: Makefile 

Log message:
knock out a few arch which have no hope of building this


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/20 17:32:11

Modified files:
	graphics       : Makefile 

Log message:
link hugin and dependencies so people can have packages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/04/20 21:16:32

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
update phpmyadmin to 3.1.3.2. This version addresses the following
security flaw which affects versions before 3.1.3.2.

CVE-2009-1285 Static code injection vulnerability
http://web.nvd.nist.gov/view/vuln/detail;jsessionid=6ab7cff13414b91166c7d9ed13fd?execution=e1s1

ok giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/20 23:22:52

Modified files:
	sys/dev/usb    : uftdi.c usbdevs 

Log message:
new ftdi; 8U232AM4; Takanori Watanabe spotted it


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/20 23:22:55

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/04/20 23:57:08

Modified files:
	devel/teensyloader: Makefile 

Log message:
mark BROKEN
maintainer was unable to fix the changed and unversioned distfile for
3 weeks


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/21 00:56:38

Modified files:
	sys/dev/pci    : if_bnxreg.h 

Log message:
tweak the whitespace in the softc a bit to make it easier to read.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/21 02:30:06

Modified files:
	build          : mirrors.dat 

Log message:
add Universidad de Costa Rica, requested by Mario Guerra.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/21 02:32:35

Modified files:
	editors        : Makefile 

Log message:
bye bye openoffice, long live openoffice3;

remove OOo2 from the builds


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/21 02:32:49

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/21 03:12:29

Modified files:
	etc            : Makefile 
	etc/etc.alpha  : Makefile.inc 
	etc/etc.amd64  : Makefile.inc 
	etc/etc.armish : Makefile.inc 
	etc/etc.aviion : Makefile.inc 
	etc/etc.hp300  : Makefile.inc 
	etc/etc.hppa   : Makefile.inc 
	etc/etc.hppa64 : Makefile.inc 
	etc/etc.i386   : Makefile.inc 
	etc/etc.landisk: Makefile.inc 
	etc/etc.luna88k: Makefile.inc 
	etc/etc.mac68k : Makefile.inc 
	etc/etc.macppc : Makefile.inc 
	etc/etc.mvme68k: Makefile.inc 
	etc/etc.mvme88k: Makefile.inc 
	etc/etc.mvmeppc: Makefile.inc 
	etc/etc.sgi    : Makefile.inc 
	etc/etc.socppc : Makefile.inc 
	etc/etc.sparc  : Makefile.inc 
	etc/etc.sparc64: Makefile.inc 
	etc/etc.vax    : Makefile.inc 
	etc/etc.zaurus : Makefile.inc 

Log message:
move bsd and bsd.rd and all such other MD "sets" into the MD files,
since we perhaps cannot assume that is what kernels will be in the
pathetically stupid world that SGI created


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 03:20:26

Modified files:
	graphics/enblend-enfuse: Makefile 
Added files:
	graphics/enblend-enfuse/patches: patch-src_Makefile_in 

Log message:
Makefile patch to allow building just the largest files with different
optimization levels. No package change yet -> no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/21 03:27:52

Modified files:
	www/p5-HTTP-Server-Simple: Makefile distinfo 

Log message:
update to HTTP-Server-Simple-0.38 and add REGRESS_DEPENDS so all of the
regression tests can be run


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/21 03:32:25

Log message:
    import of concrete5-5.0.0
    
    concrete5 is a building material for websites written in PHP,
    using a MySQL database, and running on your live webserver,
    to make editing websites easy.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090421
    
    N ports/www/concrete5/distinfo
    N ports/www/concrete5/Makefile
    N ports/www/concrete5/pkg/DESCR
    N ports/www/concrete5/pkg/MESSAGE
    N ports/www/concrete5/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/21 03:32:58

Modified files:
	www            : Makefile 

Log message:
+concrete5


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/21 03:34:51

Modified files:
	lib/libc/arch/alpha/gen: Makefile.inc 
	lib/libc/arch/amd64/gen: Makefile.inc 
	lib/libc/arch/arm/gen: Makefile.inc 
	lib/libc/arch/hppa/gen: Makefile.inc 
	lib/libc/arch/hppa64/gen: Makefile.inc 
	lib/libc/arch/i386/gen: Makefile.inc 
	lib/libc/arch/m88k/gen: Makefile.inc 
	lib/libc/arch/powerpc/gen: Makefile.inc 
	lib/libc/arch/sh/gen: Makefile.inc 
	lib/libc/arch/sparc/gen: Makefile.inc 
	lib/libc/arch/sparc64/gen: Makefile.inc 
	lib/libc/arch/vax/gen: Makefile.inc 
	lib/libc/gen   : Makefile.inc 

Log message:
remove from gen so that lint doesn't check gen if assembly versions
are available.  spotted by theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 03:45:45

Modified files:
	textproc/gtkaml: Makefile distinfo 
Added files:
	textproc/gtkaml/patches: patch-src_gtkamlc_h 
Removed files:
	textproc/gtkaml/patches: patch-src_GtkamlAttribute_h 
	                         patch-src_GtkamlClassDefinition_h 
	                         patch-src_GtkamlImplicitsStore_h 
	                         patch-src_GtkamlMethod_h 
	                         patch-src_GtkamlReferenceClassDefinition_h 
	                         patch-src_GtkamlRootClassDefinition_h 
	                         patch-src_GtkamlSAXParser_h 

Log message:
- update to gtkaml-0.2.5.1


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/04/21 04:06:58

Modified files:
	share/man/man4 : umsm.4 

Log message:
add Emobile D12HW to checked device list.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/21 05:33:42

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
sort PARAMETERS; also split the list in two, to make it more manageable;
ok henning deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 06:33:23

Modified files:
	.              : INDEX 

Log message:
sync; 5672 (and unbreak, that tree wasn't as clean as I thought..
found by robert via ajacoutot).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/21 06:41:48

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak PARAMETERS;


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/04/21 06:43:01

Modified files:
	lib/librthread : rthread.h 
	lib/libpthread/uthread: pthread_private.h 

Log message:
Increase default thread stack size to 256K on 32bit archs and 512K on
64bit archs to accommodate the growing number of ports that put large
buffers on the stack. Supported by many with no objections.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 07:01:18

Modified files:
	x11/gtk+2      : Makefile 
	x11/gtk+2/patches: patch-gdk-pixbuf_gdk-pixbuf-io_c 

Log message:
- remove workaround now that our default thread stack size has been
increased


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 07:02:12

Modified files:
	devel/glib2    : Makefile 
Removed files:
	devel/glib2/patches: patch-gio_gfile_c 

Log message:
- remove workaround now that our default thread stack size has been
increased


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 07:03:12

Modified files:
	print/cups     : Makefile 
Removed files:
	print/cups/patches: patch-cups_http_c patch-cups_ipp_c 

Log message:
- remove workaround now that our default thread stack size has been
increased


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 07:05:15

Modified files:
	mail/zarafa/libvmime: Makefile 
Removed files:
	mail/zarafa/libvmime/patches: patch-src_charset_cpp 
	                              patch-src_encoderB64_cpp 
	                              patch-src_messaging_imap_IMAPFolder_cpp 
	                              patch-src_messaging_maildir_maildirFolder_cpp 
	                              patch-src_messaging_pop3_POP3Store_cpp 
	                              patch-src_utility_stream_cpp 
	                              patch-vmime_platforms_posix_posixSocket_hpp 
	                              patch-vmime_platforms_windows_windowsSocket_hpp 

Log message:
- remove workaround now that our default thread stack size has been
increased


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 07:09:40

Modified files:
	graphics/enblend-enfuse: Makefile 

Log message:
restrict optimizer flags to -O1 except on amd64, i386, sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/21 07:57:14

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
ignore pfkey replies not for us and discard them
From: Matthew Dempsky <matthew@dempsky.org>
markus and hshoexer and claudio agree


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/21 08:08:18

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
simplify "log (user)"; help/ok henning


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/21 08:15:51

Modified files:
	build          : mirrors.dat 

Log message:
add a new mirror in Buenos Aires, from maintainer sepp0 on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/21 08:16:31

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/04/21 08:37:32

Modified files:
	usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c 
	                 runner.c smtp.c smtpd.c 

Log message:
correct some fatal(x) calls and error strings

ok gilles@ jacekm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 09:13:04

Modified files:
	multimedia/get_iplayer: Makefile 
	multimedia/get_iplayer/pkg: DESCR 

Log message:
remove Hulu.com mention from pkg/DESCR; the website had a footnote
buried away "* currently requires an external Hulu PID decrypt program"
which is not included.  bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/04/21 09:13:17

Modified files:
	usr.bin/ssh    : sshd_config.5 

Log message:
clarify we cd to user's home after chroot; ok markus@ on
earlier version; tweaks and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/21 09:25:52

Modified files:
	usr.sbin/bgpd  : pfkey.c 

Log message:
instead of calling getpid() all over the place do it once, claudio ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/21 10:04:27

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak NORMALIZATION;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/21 10:11:51

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
final sort;


CVSROOT:	/cvs
Module name:	net
Changes by:	sthen@cvs.openbsd.org	2009/04/21 10:35:12

Log message:
    import pcapdiff:
    
    Pcapdiff is a tool developed by the EFF to compare two packet captures
    and identify potentially forged, dropped, or mangled packets.
    
    Two technically-inclined friends can set up packet captures on their
    own computers and produce network traffic between their two computers
    over the Internet.
    
    Later, they can run pcapdiff on the two packet capture files to
    identify suspicious packets for further investigation.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090421
    
    N net/pcapdiff/Makefile
    cvs: ERROR: cannot write file /cvs/net/pcapdiff/Makefile,v: No such file or directory
    N net/pcapdiff/distinfo
    cvs: ERROR: cannot write file /cvs/net/pcapdiff/distinfo,v: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/net/pcapdiff/files -- not added: No such file or directory
    cvs: ERROR: cannot mkdir /cvs/net/pcapdiff/pkg -- not added: No such file or directory
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 10:36:23

Log message:
    import pcapdiff:
    
    Pcapdiff is a tool developed by the EFF to compare two packet captures
    and identify potentially forged, dropped, or mangled packets.
    
    Two technically-inclined friends can set up packet captures on their
    own computers and produce network traffic between their two computers
    over the Internet.
    
    Later, they can run pcapdiff on the two packet capture files to
    identify suspicious packets for further investigation.
    
    (second attempt in the right dir... no cookie for me)
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090421
    
    N ports/net/pcapdiff/Makefile
    N ports/net/pcapdiff/distinfo
    N ports/net/pcapdiff/files/setup.py
    N ports/net/pcapdiff/pkg/PLIST
    N ports/net/pcapdiff/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 10:39:23

Modified files:
	net            : Makefile 

Log message:
+pcapdiff


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/21 11:05:30

Modified files:
	sys/arch/amd64/amd64: bus_dma.c 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/amd64/include: bus.h 
	sys/arch/amd64/pci: iommu.c pci_machdep.c 
Added files:
	sys/arch/amd64/amd64: sg_dma.c 

Log message:
add a sg_dma backend for amd64 bus_dma. This is a lot more clever about
mapping to the gart than the old code, and shouldn't conflict with
bouncebuffers when they're added.

This is essentially the sparc64 iommu code that's been modularised a bit
so I can eventually use the same code for agp-based dma for memory
managed drm drivers.

Now, this would overflow ramdiskA, so iommu and sg_dma are now #ifndef
SMALL_KERNEL.

ok kettenis@, marco@. SMALL_KERNEL discussions with deraadt.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/21 12:12:05

Modified files:
	usr.sbin/smtpd : enqueue.c runner.c smtpctl.c smtpd.c smtpd.h 

Log message:
Make /usr/sbin/sendmail not fail due to smtpd being down.

The approach is to save cmdline + stdin in a file under a newly
added directory /var/spool/smtpd/offline (uid 0 gid 0 mode 1777).
Next time daemon starts, it uses information in that directory
to replay sendmail on user's behalf.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/21 12:39:00

Modified files:
	usr.sbin/smtpd : runner.c smtpd.c 

Log message:
small corrections to log_warns and fatals


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/21 13:14:33

Modified files:
	include        : Makefile 
Added files:
	include        : sndio.h 
Removed files:
	lib/libsndio   : sndio.h 

Log message:
move src/lib/libsndio/sndio.h into src/include where other include
files leave.

requested by deraadt@, ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/21 13:16:26

Modified files:
	lib/libsndio   : Makefile 

Log message:
no need to install includes from here anymore


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/21 13:18:10

Modified files:
	sys/arch/amd64/amd64: bios.c mainbus.c mpbios.c 
	sys/arch/amd64/include: pci_machdep.h 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Simplify PCI config space access code.  There is no way we're ever going to
see the ancient mode 2 on machines capable of running OpenBSD/amd64.

ok deraadt@, toby@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/21 13:30:15

Modified files:
	share/man/man9 : Makefile timeout.9 

Log message:
Document timeout_add_msec().

oga pointed out that it was undocumented, which caused me to find out
that I had this diff in my tree.

`fine' deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/21 13:36:17

Modified files:
	sys/dev/isa    : aps.c 

Log message:
Switch aps(4) to use timeout_add_msec() instead of timeout_add() with a
calculation of ticks.  Saves 26 bytes.

ok oga `fine' deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/04/21 14:57:45

Modified files:
	misc/tmux      : Makefile distinfo 

Log message:
Update tmux to 0.8.  Thanks NicM!

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/04/21 15:02:34

Modified files:
	lang/gcc/4.2   : Makefile 
	lang/gcc/4.2/pkg: PFRAG.PIC-c++ PFRAG.PIC-f95 PFRAG.PIC-main 
	                  PFRAG.PIC-objc PLIST-objc 

Log message:
minor pkg/* corrections on -DPIC=1 archs. okay espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/21 15:34:47

Log message:
    import tracker 0.6.93
    
    Tracker is a powerful desktop-neutral first class object database,
    tag/metadata database, search tool and indexer.
    
    Tracker is also extremely fast and super efficient with your systems
    memory when compared with some other competing frameworks and is by far
    the fastest and most memory efficient Nautilus search and Deskbar
    backends currently availble.
    
    It consists of a common object database that allows entities to have an
    almost infinte number of properties, metadata (both embedded/harvested
    as well as user definable), a comprehensive database of keywords/tags
    and links to other entities.
    
    NB: most patches have already been committed upstream by now.
    
    based on initial work by bernd@
    feedback and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090421
    
    N ports/x11/gnome/tracker/distinfo
    N ports/x11/gnome/tracker/Makefile
    N ports/x11/gnome/tracker/pkg/DESCR
    N ports/x11/gnome/tracker/pkg/MESSAGE
    N ports/x11/gnome/tracker/pkg/PLIST
    N ports/x11/gnome/tracker/patches/patch-src_libtracker-common_tracker-os-dependant-unix_c
    N ports/x11/gnome/tracker/patches/patch-src_libtracker-common_tracker-file-utils_c
    N ports/x11/gnome/tracker/patches/patch-src_tracker-extract_tracker-extract-abw_c
    N ports/x11/gnome/tracker/patches/patch-src_tracker-applet_Makefile_in
    N ports/x11/gnome/tracker/patches/patch-data_Makefile_in
    N ports/x11/gnome/tracker/patches/patch-src_tracker-extract_tracker-extract-mp3_c
    N ports/x11/gnome/tracker/patches/patch-src_libtracker-common_tracker-type-utils_c
    N ports/x11/gnome/tracker/patches/patch-src_libtracker-data_tracker-query-tree_c
    N ports/x11/gnome/tracker/patches/patch-src_libtracker-db_tracker-db-index_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/21 15:37:45

Modified files:
	x11/gnome      : Makefile 

Log message:
- add tracker


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/21 15:48:16

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
- enable tracker in nautilus, so you can use the tracker database when searching with nautilus

ok aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/21 15:58:11

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/04/21 16:12:56

Modified files:
	net/sipcalc/pkg: DESCR 

Log message:
Fix two typos in DESCR, one of which was reported by Loki2 on undeadly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/21 16:18:22

Modified files:
	net/sipcalc    : Makefile 

Log message:
- bump after previous


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/21 16:48:22

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 
Added files:
	x11/gnome/tracker/patches: patch-src_tracker-utils_Makefile_in 

Log message:
- Don't build tracker-processes, which depends on /proc being present.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/21 17:02:23

Modified files:
	lib/libm/arch/i387: s_scalbnf.S 
	lib/libm/arch/amd64: s_scalbnf.S 

Log message:
alias and give frexpf symbol external linkage to scalbnf;  this was
overriden by md source.  spotted by kurt@
actually;  on amd64 scalbnf, scalbn (and therefore now frexpf) have
always been broken since second argument is not float.  fix is under
reviewal / will be committed separately
ok kurt@, kettenis@, millert@.  tested by kurt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/21 17:39:43

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 
Added files:
	x11/gnome/tracker/patches: 
	                           patch-data_modules_applications_module 
Removed files:
	x11/gnome/tracker/patches: patch-src_tracker-utils_Makefile_in 

Log message:
- bring back tracker-processes, as some may have /proc actually
- fix a path
- rename to tracker-search, as pointed out by espie@, there is already audio/tracker

discussed with aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 18:28:54

Modified files:
	www/cherokee   : Makefile 
	www/cherokee/patches: patch-configure 
	www/cherokee/pkg: PLIST-main 
Added files:
	www/cherokee/pkg: DESCR-streaming PLIST-streaming 

Log message:
- add -streaming module for video streaming
- add "debug" flavour enabling the CHEROKEE_TRACE feature
- bump affected -main subpackage

based on a diff from Valery Masiutsin


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/21 18:38:04

Modified files:
	sys/dev/pci    : if_bnxreg.h if_bnx.c 

Log message:
replace arrays of dmamaps and mbuf pointers used to manage packets
on the tx rings (one mbuf ptr/dmamap array entry was created for
every tx descriptor slot at attach time) with a dynamically grown
list of mbuf pointers and dmamaps.

bnx used to have 512 dmamaps/mbuf pointers for the tx ring, now my
system is running with 8 under moderate load.

the big bonus from this is that the dmamap handling is greatly
simplified.

reyk@ likes this a lot


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/21 18:59:16

Modified files:
	www/cherokee   : Makefile 

Log message:
remove unnecessary RUN_DEPENDS from -streaming, bump.
pointed out by Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	cnst@cvs.openbsd.org	2009/04/21 19:09:23

Modified files:
	sys/dev/i2c    : sdtemp.c 

Log message:
remove a meaningless sensor.desc;  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/21 19:16:12

Modified files:
	sys/kern       : subr_pool.c 

Log message:
initialise the constructor and destructor function pointers to NULL
in pool_init so you the pool struct doesn't have to be zeroed before
you init it.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/21 19:17:26

Modified files:
	sys/dev/pci    : if_bnx.c 

Log message:
dont need to zero the tx pkt pool structure before initting it now that
pool_init does its job properly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/04/21 22:13:45

Modified files:
	productivity/homebank: Makefile distinfo 
Added files:
	productivity/homebank/patches: patch-po_POTFILES_in 

Log message:
Update to 4.0.2.

ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/21 22:40:29

Modified files:
	sys/arch/sgi/sgi: machdep.c 

Log message:
Only report the IP number in sysctl hw.model; vendor and machine name are
now reported in hw.vendor and hw.product.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 01:06:04

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 
Removed files:
	x11/gnome/tracker/patches: patch-data_Makefile_in 

Log message:
- make trackerd auto-start upon login


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/04/22 01:15:15

Modified files:
	lib/libc/dlfcn : dlfcn_stubs.c 

Log message:
Correct the declaration of the dladdr() stub so that it has the correct
lint information

originally ok'ed deraadt@ right before the 4.5 tree lock


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/22 01:41:20

Modified files:
	x11/xfce4/xfce4-clipman: Makefile distinfo 
	x11/xfce4/xfce4-clipman/pkg: DESCR PLIST 

Log message:
Update to xfce4-clipman 1.0.0, rework DESCR, use FAKE_FLAGS to correctly
install things in share/examples.
with tweaks and ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/22 01:42:17

Modified files:
	usr.sbin/ntpd  : client.c ntp.h 

Log message:
ignore replies with timestamps after 2030 to prevent time_t / tv_sec wraps
input & ok theo


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/22 02:16:11

Modified files:
	share/man/man4/man4.sgi: gbe.4 

Log message:
arguments following name description macros (.Nd) are usually lowercase.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/22 02:35:54

Modified files:
	sys/kern       : kern_sched.c 

Log message:
When starting up idle, explicitly set p_cpu and the peg flag for the
idle proc. p_cpu might be necessary in the future and pegging is just
to be extra safe (although we'll be horribly broken if the idle proc
ever ends up where that flag is checked).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 02:54:05

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
- bump after tracker name change


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/22 02:58:34

Modified files:
	audio/taglib   : Makefile distinfo 
	audio/taglib/pkg: PLIST 

Log message:
Update to taglib 1.5, bump majors, precise licence markers.
ok ajacoutot@ jasper@ pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/22 04:57:33

Modified files:
	usr.bin/aucat  : headers.c legacy.c wav.c wav.h 

Log message:
move support for ulaw/alaw encoding in .wav files from legacy mode
to normal mode.

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/22 05:22:47

Modified files:
	share/man/man4/man4.sgi: intro.4 

Log message:
oops! sync gbe(4) entry;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/22 05:43:54

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/files: README.OpenBSD 

Log message:
- make sure mysqld is running before starting zarafa-server

ok bernd@ (untested)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 05:44:09

Modified files:
	x11/gnome/tracker: Makefile 
	x11/gnome/tracker/pkg: PLIST 
Removed files:
	x11/gnome/tracker/patches: patch-src_tracker-applet_Makefile_in 

Log message:
- install autostart file for tracker-applet
- fix WANTLIB


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/22 06:14:15

Modified files:
	print/poppler  : Makefile distinfo 
	print/poppler/pkg: PLIST-main 

Log message:
Security update to 0.10.6

Fixes CVE-2009-0799, CVE-2009-0800, CVE-2009-1179, CVE-2009-1180,
CVE-2009-1181, CVE-2009-1182, CVE-2009-1183, CVE-2009-1187,
CVE-2009-1188 and a couple of other bugs.

Detailed changelog at http://poppler.freedesktop.org/releases.html

Major bumps to all shared libs. I think that only libpoppler.so
needs a a bump, but bumps are cheap and don't hurt, and I may have
missed some changes when reading the diffs.

ok landry@ (who tested it with epdfview)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/22 06:23:00

Modified files:
	print/fontforge: Makefile distinfo 
	print/fontforge/patches: patch-Unicode_Makefile_dynamic_in 
	                         patch-configure_in 
	                         patch-gdraw_Makefile_dynamic_in 
	print/fontforge/pkg: PLIST 

Log message:
Update to fontforge-20090408.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/22 07:12:26

Modified files:
	sys/kern       : vfs_bio.c vfs_biomem.c 
	sys/sys        : buf.h 

Log message:
Make the interactions in allocating buffers less confusing.

- getnewbuf dies. instead of having getnewbuf, buf_get, buf_stub and
buf_init we now have buf_get that is smaller than some of those
functions were before.

- Instead of allocating anonymous buffers and then freeing them if we
happened to lose the race to the hash, always allocate a buffer knowing
which <vnode, block> it will belong to.

- In cluster read, instead of allocating an anonymous buffer to cover
the whole read and then stubs for every buffer under it, make the
first buffer in the cluster cover the whole range and then shrink it
in the callback.

now, all buffers are always on the correct hash and we always know their
identity.

discussed with many, kettenis@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 07:19:12

Modified files:
	graphics/GraphicsMagick: Makefile 
Added files:
	graphics/GraphicsMagick/patches: patch-coders_bmp_c 

Log message:
- add a SECURITY FIX for graphicsmagick for SA33697, which could lead to
a DoS.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/22 07:32:26

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweaks for the final sections;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 09:03:52

Log message:
    import zabbix 1.6.4
    
    ZABBIX is an enterprise-class open source distributed monitoring
    solution designed to monitor and track performance and availability of
    network servers, devices and other IT resources. It supports distributed
    and WEB monitoring, and more.
    
    based on original work by bernd@
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090422
    
    N ports/net/zabbix/distinfo
    N ports/net/zabbix/Makefile
    N ports/net/zabbix/pkg/PLIST-server
    N ports/net/zabbix/pkg/DESCR-main
    N ports/net/zabbix/pkg/PLIST-web
    N ports/net/zabbix/pkg/DESCR-web
    N ports/net/zabbix/pkg/PLIST-main
    N ports/net/zabbix/pkg/DESCR-server
    N ports/net/zabbix/patches/patch-configure
    N ports/net/zabbix/patches/patch-src_libs_zbxsysinfo_openbsd_net_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 09:07:40

Modified files:
	net            : Makefile 

Log message:
- add zabbix


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/22 10:16:22

Modified files:
	etc/etc.mac68k : Makefile.inc 

Log message:
no more bsdsbc kernels; probably not needed anymore I read from discussion
between nick and miod


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/22 12:55:17

Modified files:
	share/man/man4 : uftdi.4 

Log message:
do not provide a short list of products which is always out of date.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/22 12:56:33

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
vendor 0x1781 is MECANIQUE, or was, and now people who don't want to pay
for an ID uses that space.  It is better to name it by that name to be
more clear what is going on.  shrug.  this story dug out by sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/22 12:56:56

Modified files:
	sys/dev/usb    : uftdi.c usb_quirks.c usbdevs.h usbdevs_data.h 

Log message:
sync to MECANIQUE change, and add a uftdi found there, spotted by Henrik Hellerstedt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/22 12:57:56

Modified files:
	sys/miscfs/procfs: procfs_subr.c 

Log message:
this rwlock conversion breaks procfs (in linux compat), as found out
by Antoine Jacoutot.  back out for oga to look at when he gets back in
touch with earth.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/22 14:45:57

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
Start doing resource accounting on non-root PCI busses by populating the
extents based on address range forwarded by the bridge as indicated by
the limit registers.  Remove the now redundant BAR initialization code
for type 0 devices.

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/04/22 14:46:21

Modified files:
	usr.sbin/pkg_add/OpenBSD: ArcCheck.pm 

Log message:
fix creating packages with long names in plist; from espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/22 15:00:23

Modified files:
	www/mozilla-firefox: Makefile 
Added files:
	www/mozilla-firefox/patches: 
	                             patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp 

Log message:
turn off Ignore Scaling and Shrink to fit page width.  fixes printing
for beck@.  ok kurt@, "no objections" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/22 15:23:43

Modified files:
	databases/sqlite3: Makefile distinfo 
	databases/sqlite3/patches: patch-configure patch-src_os_unix_c 

Log message:
sqlite3-3.6.13.  full bulk build done by jasper@.  ok jasper@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 15:24:09

Modified files:
	www/pecl-APC   : Makefile distinfo 
	www/pecl-APC/patches: patch-apc_php 

Log message:
- update pecl-APC to 3.1.2

"reads fine" William Yodlowsky (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/22 15:25:15

Modified files:
	infrastructure/db: user.list 

Log message:
- add _zabbix/_zabbix


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/22 15:59:31

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
security update to mozilla-firefox-3.0.9.  MFSA 2009-22, MFSA
2009-21, MFSA 2009-20, MFSA 2009-19, MFSA 2009-18, MFSA 2009-17,
MFSA 2009-16, MFSA 2009-15, MFSA 2009-14:
"go ahead" naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/22 16:04:49

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
sync to firefox-i18n-3.0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/22 16:07:12

Modified files:
	www/py-turbogears: Makefile distinfo 
	www/py-turbogears/pkg: PLIST 

Log message:
1.0.8 is a bugfix release.  ok wcmaier@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/22 18:00:06

Modified files:
	sbin/disklabel : editor.c 

Log message:
Unrevert reversion of r1.192. This time make sure 'aflag' is treated
the same way 'dflag' is treated. i.e. reset it when the label is
written out so a 'w' followed by a 'q' exits the editor without
further questions. Also set it whenever the 'A' command is executed.

Suggestions by Alexander Hall.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/22 18:10:57

ports/print/texlive/texmf/files

Update of /cvs/ports/print/texlive/texmf/files
In directory cvs.openbsd.org:/tmp/cvs-serv23888/files

Log Message:
Directory /cvs/ports/print/texlive/texmf/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/22 18:18:18

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/pkg: PLIST 
	print/texlive/texmf: Makefile 
	print/texlive/texmf/pkg: PLIST-full 
Added files:
	print/texlive/base/files: tl-link-config 
	print/texlive/base/patches: patch-texk_cjkutils_conv_Makefile_in 
	                            patch-texk_cjkutils_scripts_Makefile_in 
	print/texlive/texmf/files: fmtutil.cnf-full 
Removed files:
	print/texlive/base/files: fmtutil.cnf-full 

Log message:
- Fix USE_SYSTRACE=Yes builds.

- LOCALBASE -> TRUEPREFIX

- Add a separate script (tl-link-config) to decide which config to
symlink. Fixes the situation where -base gets bumped and so the minimal
fmtutil.cnf gets incorrectly linked when really the -full config is
needed.

from maintainer Edd Barrett.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/22 20:01:21

Modified files:
	sys/net        : pf.c 

Log message:
print the type of the icmp message we're bitching about when debugging is
turned up in pf_icmp_state_lookup.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/04/23 01:22:03

Modified files:
	net/ruby-eventmachine: Makefile 

Log message:
add wantlib, bump pkgname


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/23 01:30:03

Modified files:
	sys/arch/amd64/amd64: est.c 

Log message:
add missing newline in the unknown model case


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/04/23 01:42:02

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
Make pmap_deactivate a NOP.

Instead of keeping a bitmask of on which cpu the pmap might be active which
we clear in pmap_deactivate, always keep a pointer to the currently loaded
pmap in cpu_info. We can now optimize a context switch to the kernel pmap
(idle and kernel threads) to keep the previously loaded pmap still loaded
and then reuse that pmap if we context switch back to the same process.

Introduce a new IPI to force a pmap reload before the pmap is destroyed.

Clean up cpu_switchto.

toby@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/23 02:27:01

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: DESCR PLIST 

Log message:
- maintainance update to glade3-3.6.3
- some cleanups while here


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/23 02:28:45

Modified files:
	usr.sbin/smtpd : smtpctl.c 

Log message:
sort "show stats" output


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/23 03:19:37

Modified files:
	geo/osm-gps-map: Makefile distinfo 

Log message:
- update osm-gps-map to 0.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/23 04:30:48

Log message:
    import py-distutils-extra 1.91.2
    
    Python-distutils-extra allows to easily integrate themable icons,
    scrollkeeper based documentation and gettext based translations in your
    python install and build tools. It can be used with python's distutils
    or the enhanced setuptools.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090423
    
    N ports/devel/py-distutils-extra/Makefile
    N ports/devel/py-distutils-extra/distinfo
    N ports/devel/py-distutils-extra/pkg/PLIST
    N ports/devel/py-distutils-extra/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/23 04:36:13

Modified files:
	devel          : Makefile 

Log message:
- add py-distutils-extra


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/23 06:58:44

Modified files:
	usr.bin/systat : pftop.c 

Log message:
sync actiontypes (pass, block etc) with pfvar so that match rules are
displayed correctly (actually thsi was out of sync for more than just match)
From: Craig Barraclough <craigba at afnsecurity dot com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/23 07:26:10

Modified files:
	net/libproxy   : Makefile 

Log message:
- don't trust configure to pick up the python version to use ; this allows
libproxy to compile when several python versions are installed
- safe bump

breakage reported by Julien Cabillot


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/23 07:38:18

Modified files:
	security/libgcrypt: Makefile 
Added files:
	security/libgcrypt/patches: patch-configure 

Log message:
- use /dev/arandom as entropy source

ok jasper@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/04/23 07:47:50

Modified files:
	build          : mirrors.dat 

Log message:
Removed tihlde.org mirror in request


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 08:28:45

Modified files:
	distrib/sets/lists/base: md.amd64 
	distrib/sets/lists/comp: md.amd64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/23 09:37:14

Modified files:
	share/man/man7 : mdoc.7 

Log message:
improve the description for the .Nd macro in a way it is not only
more accurate but also a good mnemonic.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/23 09:38:11

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-main 
Added files:
	net/zabbix/patches: patch-create_data_data_sql 
	                    patch-misc_conf_zabbix_proxy_conf 
	                    patch-misc_conf_zabbix_server_conf 
	                    patch-misc_conf_zabbix_trapper_conf 
	                    patch-src_libs_zbxnix_daemon_c 
	                    patch-src_libs_zbxsysinfo_openbsd_diskspace_c 

Log message:
- bring over some tweaks from sthen's zabbix port, more will follow


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/23 09:59:07

Log message:
    import of p5-HTML-Rewrite-Attributes-0.03
    
    HTML::RewriteAttributes is designed for simple yet powerful HTML
    attribute rewriting.
    You simply specify a callback to run for each attribute and we
    do the rest for you.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090421
    
    N ports/www/p5-HTML-RewriteAttributes/distinfo
    N ports/www/p5-HTML-RewriteAttributes/Makefile
    N ports/www/p5-HTML-RewriteAttributes/pkg/DESCR
    N ports/www/p5-HTML-RewriteAttributes/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/23 09:59:31

Modified files:
	www            : Makefile 

Log message:
+p5-HTML-RewriteAttributes


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/23 10:01:49

Log message:
    import of p5-RTx-Tags-0.10:
    
    This module uses portions of HTML::TagCloud to provide a tag cloud
    on Search/Simple.html.
    The cloud consists of the values (split on commas, semi-colons
    and whitespace) for all objects with the Tags custom field.
    
    In addition to the cloud, this module provides support for
    Simple Searchable Custom Fields witha Local overlay.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090423
    
    N ports/www/p5-RTx-Tags/distinfo
    N ports/www/p5-RTx-Tags/Makefile
    N ports/www/p5-RTx-Tags/pkg/DESCR
    N ports/www/p5-RTx-Tags/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/23 10:02:20

Modified files:
	www            : Makefile 

Log message:
+p5-RTx-Tags


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/23 10:20:39

Modified files:
	usr.sbin/bgpctl: parser.c 
	usr.sbin/bgpd  : bgpd.h parse.y 

Log message:
allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN
format (RFC5396). ok claudio@ henning@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/23 10:33:10

Modified files:
	build          : mirrors.dat 

Log message:
add a note showing which HTML files are generated and how to build them;
saves time digging around when making changes to the mirror list or templates.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 10:39:18

Modified files:
	sys/arch/amd64/stand/installboot: installboot.c 
	sys/arch/i386/stand/installboot: installboot.c 

Log message:
-v was printing some information which is irrelevant or duplicate.  This
shrinks the output of installboot by a few lines.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 12:26:14

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Near the end of the installation, prompt for the setup of an initial
user, who will also be placed in wheel.  The setup of that user is
expected to be mostly compatible with what useradd(8) would have done.
krw will probably improve the ksh code in here after this :)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 13:12:26

Modified files:
	usr.bin/mail/misc: mail.help 

Log message:
document the "more" command in the help page; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 13:13:07

Modified files:
	etc/skel       : dot.mailrc 

Log message:
the crt option is a good default for new users; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/23 13:15:07

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
Start using extended buffer descriptors on the jumbo ring and use MCLGETI to
allocate mbufs for it.  Another jumbo allocator bites the dust!

ok dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 13:19:28

Modified files:
	etc/root       : root.mail 

Log message:
shorten subject to be prettier


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 13:20:02

Modified files:
	audio/libmpd   : Makefile distinfo 
	audio/libmpd/pkg: PLIST 

Log message:
Update to libmpd 0.18.
ok ajacoutot@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 13:21:03

Modified files:
	audio/gmpc     : Makefile distinfo 
	audio/gmpc/pkg : PLIST 

Log message:
Update to gmpc 0.18, explicitely depend on libmpd 0.18.
ok ajacoutot@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/04/23 13:23:27

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_decide.c rde_rib.c 

Log message:
Rework the way we handle announced networks. Instead of two freak rde_peers
use one that is less freaky. Merge bgpctl and config networks into one tree.
First step of a larger change in the RDE and this goes now in to allow to
move forward.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 13:26:47

Log message:
    Import gmpc-plugins 0.18.0. Finally, upstream decided to bundle several
    plugins altogether, this will clean a bit audio/...
    This package provides various cover/metadata/lyrics fetcher plugins,
    jamendo and magnatune plugins, osd & shout plugins, and a nice tag editor
    plugin. No upgrade path is possible, you'll have to manually remove old
    versions of those plugins before installing this package.
    
    ok ajacoutot@ jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090423
    
    N ports/audio/gmpc-plugins/Makefile
    N ports/audio/gmpc-plugins/distinfo
    N ports/audio/gmpc-plugins/pkg/PLIST
    N ports/audio/gmpc-plugins/pkg/DESCR
    N ports/audio/gmpc-plugins/patches/patch-Makefile_in
    N ports/audio/gmpc-plugins/patches/patch-gmpc-shout_src_plugin_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 13:30:27

Modified files:
	audio          : Makefile 

Log message:
Add gmpc-plugins, unlink gmpc-lastfm, gmpc-lyrics, gmpc-magnatune, gmpc-osd,
gmpc-shoud and gmpcca.


CVSROOT:	/cvs
Module name:	www
Changes by:	austin@cvs.openbsd.org	2009/04/23 13:35:01

Modified files:
	fr             : 45.html 

Log message:
Correct link to Pufftron.jpg


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 14:06:09

Removed files:
	audio/gmpccaa  : Makefile distinfo 
	audio/gmpccaa/pkg: DESCR PLIST 
	audio/gmpc-lyrics: Makefile distinfo 
	audio/gmpc-lyrics/pkg: DESCR PLIST 
	audio/gmpc-magnatune: Makefile distinfo 
	audio/gmpc-magnatune/patches: patch-data_Makefile_in 
	                              patch-src_plugin_c 
	audio/gmpc-magnatune/pkg: DESCR PLIST 
	audio/gmpc-lastfm: Makefile distinfo 
	audio/gmpc-lastfm/pkg: DESCR PLIST 
	audio/gmpc-shout: Makefile distinfo 
	audio/gmpc-shout/patches: patch-src_plugin_c 
	audio/gmpc-shout/pkg: DESCR PLIST 
	audio/gmpc-osd : Makefile distinfo 
	audio/gmpc-osd/pkg: DESCR PLIST 

Log message:
Remove gmpccaa, gmpc-lyrics, gmpc-magnatune, gmpc-lastfm, gmpc-shout and
gmpc-osd. All those are now provided by gmpc-plugins bundle.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 14:23:35

Modified files:
	distrib/miniroot: install.sub 

Log message:
Give the user a copy of root's (install time) mail


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 15:02:16

Modified files:
	distrib/miniroot: install.sub 

Log message:
Cut the ctime= message strings out of the mount -v output to make this
a lot prettier.  We still leave this output in -v mode because we want
people to see how smart the install script is about making the different
partitions have different nosetuid, nodev modes
assistance with the right ksh code from drahn, beck, and espie


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/23 15:19:33

Modified files:
	audio/gmpc-libnotify: Makefile distinfo 

Log message:
Update to gmpc-libnotify 0.18.
ok jasper@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/23 15:24:14

Modified files:
	sys/dev/ic     : hme.c 

Log message:
Clear IFF_RUNNING and IFF_OACTIVE flags and cancel watchdog timer in
hme_stop().  From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 15:44:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
simplify mount -v sed; from guenther


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/23 16:30:42

Modified files:
	x11/gnome/tracker: Makefile 
Added files:
	x11/gnome/tracker/patches: 
	                           patch-src_tracker-preferences_tracker-preferences_glade 

Log message:
Don't display "Power Management" options, this requires HAL and will
only confuse users.

ok aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/04/23 16:37:14

Modified files:
	devel/teensyloader: Makefile distinfo 
Removed files:
	devel/teensyloader/patches: patch-Makefile 

Log message:
No response from upstream, so host a versioned distfile myself.
Since I'm doing that, I may as well merge our patches in.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 17:15:08

Modified files:
	distrib/miniroot: install.sub 

Log message:
The active mode ftp stuff is archaic, so delete it.  People who still
have that problem can use the plethora of www servers we have instead of
ftp.  Or as sthen pointed out, this is almost assuredly not biting anyone
today since we have received no complaits of the ftplist fetching
failing (that did not use the -A flag)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/23 17:16:34

Modified files:
	distrib/miniroot: install.sh 

Log message:
configure the network unconditionally.  You have an opportunity to bail
out of this by saying "done" when you get to the first interface.  Then
it will handle the domain / DNS question, but since no interface is setup
it cleverly already skips the default route question.  Another useless
question bites the dust.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/23 17:18:35

Modified files:
	sbin/ping      : ping.c 

Log message:
ping -v can segfault when displaying received icmp packets that aren't
echo replies. it's because the pointer arithmetic is scaled to the size
of struct icmp, so 28*28 bytes are added rather than just 28. fortunately
a correct value was calculated 2 lines earlier, so we can just use that.

"thats a cool fix" dlg, ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/23 18:15:21

Modified files:
	distrib/miniroot: install.sub 

Log message:
use correct parenthesis; Alexander Hall


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/23 19:04:33

Modified files:
	distrib/amd64/common: install.md 
	distrib/i386/common: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/miniroot: install.sh install.sub 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sparc64/common: install.md 

Log message:
Move bsd.mp juggling into relevant MD files. Make bsd.mp a default
selection on multi-processor machines. Make bsd.mp a sanity check
item on multi-processor machines.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/23 19:14:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't display network interface and route info during upgrades. If
you need it go look for it.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/23 19:43:27

Modified files:
	distrib/sparc64/common: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/amd64/common: install.md 

Log message:
Remove magic 'bsd.mp -> bsd' linking for the moment as it confuses
subsequent upgrades.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/23 23:44:39

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
rearrange/merge the various sections to impose some structure on this page;
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/24 01:59:50

Modified files:
	sys/dev/pci    : pciide.c 

Log message:
Add support for ICH10 SATA devices not operating in AHCI mode.
Tested by Christian Stuermer.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/24 02:13:24

Modified files:
	sys/kern       : kern_malloc_debug.c 

Log message:
Change format strings to allow 64 bit addresses to display properly,
and add a missing argument to one of the printf calls.
ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/24 02:32:12

Modified files:
	usr.sbin/smtpd : mfa.c smtp_session.c smtpd.h 

Log message:
kill unnecessary struct message_recipient; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/24 02:35:48

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpd.h 

Log message:
use same timeout at each session state, and make use of
bufferevent_settimeout instead of rolling our own; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	msf@cvs.openbsd.org	2009/04/24 02:36:37

Modified files:
	devel/ruby-rake: Makefile distinfo 
	devel/ruby-rake/pkg: PLIST 

Log message:
update to rake 0.8.4

ok bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/24 02:36:49

Modified files:
	www/php5/extensions: Makefile 
Added files:
	www/php5/extensions/pkg: DESCR-zip PLIST-zip 

Log message:
build ZipArchive, okay robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/24 02:53:33

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
remove trailing dot


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/24 03:33:07

Modified files:
	editors/openoffice3: Makefile 

Log message:
be explicit with packages-specs(7) in the LIB_DEPENDS for libstdc++ and
bump PKGNAME-main. avoids asking which version of libstdc++ you would like
to use when you pkg_add -u.  ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/24 03:38:11

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c 

Log message:
Enclose common imsg handling code in a function, which additionally
does some sanity checking. Fix a bug that could lead to fatal under
rare circumstances, exposed by this newly added check; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/24 03:45:48

Modified files:
	audio/libgpod  : Makefile 
Added files:
	audio/libgpod/pkg: DESCR-main DESCR-python PFRAG.shared-main 
	                   PLIST-main PLIST-python 
Removed files:
	audio/libgpod/pkg: DESCR PFRAG.shared PLIST 

Log message:
- split libgpod into the regular library, and the python-bindings (py-gpod)

ok ckuethe@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/24 04:02:35

Modified files:
	usr.sbin/smtpd : aliases.c makemap.c smtpd.h util.c 

Log message:
Make aliases case-insensitive, issue reported by Daniel Ouelett; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 04:26:59

Modified files:
	distrib/miniroot: install.sub 

Log message:
make kbd table also use ? for listing; ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/04/24 06:23:14

Modified files:
	devel/mercurial: Makefile distinfo 
	devel/mercurial/pkg: PLIST 

Log message:
Update to Mercurial 1.2.1 (long overdue): bugfixes and small features.

Thanks to Simon Kuhnle for testing!


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/24 06:54:15

Modified files:
	sys/dev/pci    : if_ix.h if_ix.c 

Log message:
Switch ix over to em flavoured MCLGETI.
Initial diff from reyk with a bunch of critical fixes from me.
ok reyk@, 'put it in when you're confident with it' dlg@ on an earlier rev.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/04/24 07:13:46

Log message:
    Petite Chez Scheme is a complete Scheme system that is fully compatible
    with Chez Scheme but uses high-speed threaded interpreter technology in
    place of Chez Scheme's incremental native-code compiler. Petite Chez
    Scheme may be used without license, fee or royalty for any purpose,
    including for resale as part of a commercial product.
    
    Submitted by (a very patient) Aaron W. Hsu <arcfide at sacrideo dot us>
    with license help and sanity checking from sthen@.
    
    Status:
    
    Vendor Tag:	wcmaier
    Release Tags:	wcmaier_20090424
    
    N ports/lang/petite-chez/Makefile
    N ports/lang/petite-chez/distinfo
    N ports/lang/petite-chez/pkg/DESCR
    N ports/lang/petite-chez/pkg/PLIST
    N ports/lang/petite-chez/patches/patch-custom_scheme_1_in
    N ports/lang/petite-chez/patches/patch-custom_Mf-install_in
    N ports/lang/petite-chez/patches/patch-custom_Makefile_in
    N ports/lang/petite-chez/patches/patch-custom_Mf-ti3ob
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/04/24 07:15:34

Modified files:
	lang           : Makefile 

Log message:
Add petite-chez.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/04/24 07:22:01

Modified files:
	usr.sbin/relayd: relay.c 

Log message:
don't truncate http headers when no separator is given between key and
value.
ok & ``makes sense'' reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/24 08:20:24

Modified files:
	usr.sbin/relayd: parse.y pfe_filter.c relayd.conf.5 relayd.h 

Log message:
Allow UDP and/or TCP redirections instead of just TCP.

Thanks to Marek Grzybowski for feedback and testing.

ok jmc@ (manpage bits)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/24 08:25:07

Modified files:
	x11/gnome/tracker: Makefile distinfo 
	x11/gnome/tracker/patches: 
	                           patch-src_tracker-extract_tracker-extract-mp3_c 
Removed files:
	x11/gnome/tracker/patches: 
	                           patch-src_libtracker-common_tracker-file-utils_c 
	                           patch-src_libtracker-common_tracker-os-dependant-unix_c 
	                           patch-src_libtracker-data_tracker-query-tree_c 
	                           patch-src_libtracker-db_tracker-db-index_c 

Log message:
- update tracker to 0.6.94
* bugfixes and minor improvements

jaja aja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/04/24 08:43:16

Modified files:
	mail/mairix    : Makefile 
Added files:
	mail/mairix/patches: patch-dfasyn_compdfa_c 

Log message:
Fix an intermittent build failure caused by a segfault in dfasyn.
okay sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/04/24 08:47:16

Modified files:
	emulators/sdlmame: Makefile 
	emulators/sdlmess: Makefile 

Log message:
Fix typo in MODGCC4_LANGS. No change in packages so no bumps.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/04/24 09:06:05

Modified files:
	x11/dbus       : Makefile 
Added files:
	x11/dbus/patches: patch-dbus_dbus-sysdeps-unix_c 

Log message:
Prevent signal/waitpid races by blocking SIGCHLD in
_dbus_get_autolaunch_address(). This corrects the
pidgin + dbus plugin error dialog  "dbus: Failed to
get connection: Failed to execute dbus-launch to
autolaunch D-Bus session".

okay todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 09:07:57

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
"selected" connections don't mean much for mixer widgets.  all
connections to a mixer widget are enabled and unmuted by default.
when finding a default connection through a mixer, check all
connections, not just the "selected" connection.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/24 09:26:59

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
in session_pickup, do not handle S_RCPT state, it must never be
called in this state; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 09:31:18

Modified files:
	sys/dev/pci    : azalia.h azalia.c 

Log message:
after all widgets have been initialized, loop through all widgets
and do some further initialization and information gathering:
- disable mixer and selector widgets that don't have any enabled
connections
- create lists of analog and digital input and output converters
- find the internal/fixed connection microphone and speaker, and
which converters they are connected to by default
- create a list of jack sensing capable pins

some of this was already being done in other places, but moved here
for simplification/better organization


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 09:37:12

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
- a function to check if a node is connected to a particular adc by
default
- a function to find the first adc in the adc list that a node is
connected to
- use these functions to find which adc the internal mic is connected
to by default


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/24 09:40:02

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
reduce the verbosity of the two examples sections, and provide some
indent;

ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:02:17

Modified files:
	sys/dev/pci    : azalia.h azalia.c 

Log message:
create lists of analog and digital input and output pins.  store
the pin nids, the default converter the pin connects to and the
pin's priority.  priority is based on the pin's default direction
and the association and sequence numbers from the vendor.  according
to the hda spec, lower association/priority means higher priority.
sort the list in order of highest to lowest priority.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:05:06

Modified files:
	sys/dev/pci    : azalia.h azalia_codec.c 

Log message:
drop _generic from azalia_generic_codec_fnode().  there will not
be a non-generic version.  move the prototype to azalia.h so it
can also be used in azalia.c in the future.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:18:23

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
use the direction/association/sequence ordered lists of i/o pins to
create the converter group lists.  start with converters that are
connected to pins by default, then add converters that can be
connected to pins.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:27:38

Modified files:
	sys/dev/pci    : azalia.c azalia_codec.c 

Log message:
the internal/fixed speaker is special.  the dac it connects to
by default might not be in a converter group.  make sure such a
dac is not disabled and gets a meaningful name.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:29:49

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
make sure the internal/fixed mic is connected to an adc by default


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/24 10:29:55

Modified files:
	x11/tkcon      : Makefile distinfo 
	x11/tkcon/pkg  : PLIST 
Removed files:
	x11/tkcon/patches: patch-tkcon_tcl 

Log message:
update to 2.5 and Makefile reworking; from maintainer Stuart Cassoff


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 10:30:58

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
remove no longer needed workaround


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 11:32:48

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add product id for Berkshire Products PCI PC Watchdog.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 11:33:42

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 11:52:55

Modified files:
	sys/dev/pci    : files.pci 
	sys/arch/i386/conf: GENERIC 
Added files:
	sys/dev/pci    : berkwdt.c 

Log message:
Add berkwdt(4), a driver for Berkshire Products PCI PC Watchdog written
by Wim Van Sebroeck.  Commented out in GENERIC but Heriberto Molina is
getting devices for developers so we can maintain this more easily.
Many thanks to both!

Man page will follow later.

``don't hold back for man page'' deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 12:01:10

Modified files:
	sys/dev/pci    : berkwdt.c 

Log message:
Damn.  Forgot to add protos when destaticing functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/24 12:16:46

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Fix the superio irq discovery heuristic to work on systems where there is
an empty slot before the ioc card (such as on Fuel).


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/04/24 12:54:34

Modified files:
	usr.bin/file   : MAINT README apprentice.c ascmagic.c compress.c 
	                 config.h file.c file.h fsmagic.c funcs.c 
	                 is_tar.c magic.c magic.h names.h patchlevel.h 
	                 print.c readelf.c readelf.h softmagic.c tar.h 
	usr.bin/file/magdir: acorn adventure animation apple archive 
	                     audio blender c-lang cafebabe cddb commands 
	                     compress console cracklib ctags database 
	                     diff dump elf filesystems flash fonts frame 
	                     fsav games gnu hp iff images java jpeg lex 
	                     linux lisp macintosh mail.news mathematica 
	                     misctools msdos mup os2 palm pdf perl pgp 
	                     pkgadd printer revision riff rpm rtf sc 
	                     scientific sgi sgml sharc sketch softquad 
	                     spectrum tex troff unicode uuencode 
	                     varied.script vorbis wordprocessors 
Added files:
	usr.bin/file   : elfclass.h file_opts.h 
	usr.bin/file/magdir: clarion efi erlang fortran gnome-keyring 
	                     gnumeric inform kde llvm lua luks mathcad 
	                     mercurial mozilla netware ole2compounddocs 
	                     securitycerts xilinx 

Log message:
file update to 4.24

The '-i' switch is now enabled so file(1) can output mime type strings.

ok ian@
builk ports build test on amd64 by jasper@

ok ray@ gilles@ on a almost identical diff
builk ports build test on sparc64 on this almost identical diff by ajacoutot@
also tested by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/24 12:56:49

Modified files:
	converters/libiconv: Makefile distinfo 
	converters/libiconv/patches: patch-libcharset_lib_config_charset 
	                             patch-libcharset_lib_localcharset_c 
	                             patch-src_Makefile_in 
	converters/libiconv/pkg: PLIST 
Removed files:
	converters/libiconv/patches: patch-lib_iconv_c 
	                             patch-lib_loop_wchar_h 

Log message:
update to 1.13; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 12:59:30

Modified files:
	sys/dev/pci    : berkwdt.c 

Log message:
Make the names in the softc look more like our other drivers.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 13:30:11

Modified files:
	sys/dev/pci    : berkwdt.c 

Log message:
No more static functions, comment cleanup, and general pedantry.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/24 14:03:55

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
Fix two issues with resource accounting:
1. Simba, the UltraSPARC-IIi Advanced PCI Bridge doesn't support the standard
address range registers.  Skip resource accounting on these devices for now.
2. Some machines (for example sparc64) actually implement a 32-bit I/O space,
so start parsing the registers that gives us the upper 16 bits and make
sure the extent covers the entire 32-bit address range.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/24 14:35:01

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
tweak ANCHORS;


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 15:04:27

Modified files:
	share/man/man4 : Makefile 
Added files:
	share/man/man4 : berkwdt.4 

Log message:
Add manual page for berkwdt(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 15:06:19

Modified files:
	share/man/man4 : pci.4 

Log message:
Xr berkwdt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/24 15:13:13

Modified files:
	lang/tcl/8.5   : Makefile distinfo 
	lang/tcl/8.5/patches: patch-unix_Makefile_in 
	lang/tcl/8.5/pkg: PLIST 
	x11/tk/8.5     : Makefile distinfo 
	x11/tk/8.5/patches: patch-unix_Makefile_in 
	x11/tk/8.5/pkg : PLIST 
Removed files:
	lang/tcl/8.5/patches: patch-unix_tcl_m4 
	x11/tk/8.5/patches: patch-unix_tcl_m4 

Log message:
update to Tcl/Tk 8.5.7, from maintainer Stuart Cassoff


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/24 15:28:41

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
Enable berkwdt(4) now.  It'll make it easier for people to test it.


CVSROOT:	/cvs
Module name:	www
Changes by:	chl@cvs.openbsd.org	2009/04/24 15:31:51

Modified files:
	faq            : current.html 

Log message:
The update to file(1) requires a new /etc/magic

ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 16:24:38

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/24 17:22:20

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
oops


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 19:07:29

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 20:36:32

Modified files:
	distrib/miniroot: install.sub 

Log message:
one added word makes this a bit clearer for semi-newbies (actually, the
install script is changing so much, by 4.6 many people are going to be
newbies..)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:21:51

Modified files:
	distrib/amd64/common: install.md 
	distrib/i386/common: install.md 
	distrib/miniroot: install.sub 
	distrib/sparc  : install.md 
	distrib/zaurus/ramdisk: install.md 

Log message:
If the right conditions exist, ask if xdm should be started automatically.
Yes, there are machines where you X needs configuration, but let us be
realistic about it: THAT IS AN X BUG.  And there are machines where getty
and xdm fight: THAT IS A CONSOLE DRIVER BUG.  And this commit is going to
force those bugs to eventually matter enough so that they get fixed.   Just
watch.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:47:35

Modified files:
	distrib/miniroot: install.sh 

Log message:
We are able to handle the timezone question a few steps earlier, along
with the other questions.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:50:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
Today, few people halt a machine and then reset it.  No, they really
want to use reboot, so be more clear and simple about it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:51:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
For years now, the DNS server question has accepted a list of IP addresses
(because I asked for it :) so pluralize the question, and insert a little
missing word which everyone will understand.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:53:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
ask people to read their mail upon their first login


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 21:58:13

Modified files:
	etc/root       : root.mail 

Log message:
remove some archaic stuff.  Are we still telling people to not use telnet?  That is not our job.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 23:02:40

Modified files:
	sys/dev/pci    : azalia.c azalia_codec.c 

Log message:
beep generators are input endpoints.  but ther are not supposed
to be listed in other widgets' connection lists.  if a beep
generator is found in another widget's connection list, treat it
as a dead end.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/24 23:07:56

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
explicitely enable the "audio function" widget.  it can be a valid
source or endpoint.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 23:46:44

Modified files:
	distrib/miniroot: install.sub 

Log message:
If any of the X sets is missing, there is no point in asking the X questions


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/24 23:47:26

Modified files:
	distrib/miniroot: install.sub 

Log message:
Have to remember sets we installed


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/24 23:51:08

Modified files:
	share/man/man4 : pci.4 berkwdt.4 

Log message:
align berkwdt's Nd with that of other watchdog devices;


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/25 01:11:55

Modified files:
	sys/dev/pci    : berkwdt.c 

Log message:
KNF and prettify some dmesg strings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/25 02:11:13

Modified files:
	devel/xdg-utils: Makefile 
	devel/xdg-utils/patches: patch-scripts_xdg-mime 

Log message:
- remove workaround now that we have file(1) -i


CVSROOT:	/cvs
Module name:	www
Changes by:	chl@cvs.openbsd.org	2009/04/25 02:54:10

Modified files:
	faq            : current.html 

Log message:
revert r1.147

/etc/magic is now included in base45.tgz, no need to extract it from etc45.tgz.

spotted by Emilio Perea <eperea walkereng com>


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/25 05:03:35

Modified files:
	lib/libm/arch/amd64: s_scalbn.S s_scalbnf.S 

Log message:
fix scalbn, scalbnf, frexpf on amd64.  don't use double arg
float/double prologue/epilogue, since the second argument is not
float/double.  were never working properly (always returned inf).
actually, should help other math funcs (like pow) too, since they
use it internally

tested by kurt@;  devel/boost fp regresses are working better now.
ok kurt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/25 06:10:19

Modified files:
	sys/dev/pci    : envy.c envyreg.h envyvar.h 

Log message:
start splitting the driver in two parts: one specific to the
generic Envy24 chip common to all cards and another part specific
to the cards. This will ease adding support for other card models.

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/25 06:15:10

Modified files:
	sys/dev/pci    : envy.c envyreg.h envyvar.h 

Log message:
add basic support for Envy24HT chips and for ``ESI Juli@''
cards using it. No mixer yet.

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/25 06:22:19

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
guard NOOP code (that tries to send remaining NOOP string) after
server closes connection during any get/put transfer.  it dereferences
cout, which will be NULL, oops

originally reported on misc@.  pirofti@ can't reproduce it again
since the server has been fixed

tested by simulating the very same failure
sthen@ and pirofti@ agree that my analysis is correct
ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/25 06:54:57

Modified files:
	www/trac       : Makefile 

Log message:
- remove uneeded build_depends which would prevent trac from packaging in
a regular bulk

ok sthen@
cvs: ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/25 07:28:51

Modified files:
	devel/sdl-ttf  : Makefile distinfo 
	devel/sdl-ttf/patches: patch-Makefile_in 
Removed files:
	devel/sdl-ttf/patches: patch-SDL_ttf_c 

Log message:
- bugfix update to sdl-ttf-2.0.9
* Fixed rendering of fonts with 2 bit and 4 bit embedded graymaps
* Fixed bug in solid bold glyph rendering
* Updated to build with the latest version of FreeType
* Fixed crash when passing NULL to TTF_CloseFont()


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/25 09:08:50

Modified files:
	share/man/man8 : release.8 

Log message:
Be consistent with what is done before in the man and use sudo(8) while
making sure we start the build from /usr/src.

discussed with and mostly from jmc@ ("please commit")


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/25 09:28:59

Modified files:
	sys/arch/sgi/pci: macepcibridge.c macepcibrvar.h 

Log message:
Extend PCI mmio address space by using a bigger window that requires 64-bit
adressing (no problem since we only support 64-bit mode).

ok miod@, jsing@


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/25 09:42:20

Modified files:
	share/man/man4 : ichwdt.4 

Log message:
Mention that ichwdt exposes the standard watchdog interface like the
other wdt pages.


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/25 10:20:25

Modified files:
	.              : errata43.html errata44.html errata45.html 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/25 10:25:12

Modified files:
	sys/arch/sh/conf: files.shpcic 
	sys/arch/sh/dev: shpcic.c 
Removed files:
	sys/arch/sh/dev: pci_addr_fixup.c 

Log message:
Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass
them along when we attach pci(4).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 10:28:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
Ask for IPv4 default route immediately after interfaces configured, not
after all DNS questions.

Requested by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 10:55:02

Modified files:
	distrib/miniroot: upgrade.sh 

Log message:
Always configure the network (if any) during upgrades. Another question
bites the dust.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 11:36:48

Modified files:
	etc            : Makefile 
Added files:
	etc/root       : dot.Xdefaults 
	etc/skel       : dot.Xdefaults 

Log message:
Provide users by default with XTerm*loginShell:true.  This situation just is
ridiculous; xdm is totally broken since it never starts anything which resembles
a "login shell".  As a result, no configuration is brought into a process
context to give to future xterms or *sh shells and thus cause them to run their
.profile or .kshrc or such a thing, to get futher configuration.  Therefore
people are left with a totally bland unconfigured Unix environment in their
xterms, and don't know how to change this since .profile is ignored.  This
problem shows hundreds of thousands of google hits.  xdm is fundamentally
broken, but we must solve this also for the startx methods, too, and for people
running csh.  It is clear that .xsession is not a solution to this problem at
all (that is, assuming the people who suggest such a thing really mean a
.xsession file with the execute bit set).  This now becomes the recommended
way for new users to get out of this stupid situation; if someone does not
like it they can change it or delete it.  Few will.  Just watch.
ok kettenis guenther millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 11:36:59

Modified files:
	distrib/sets/lists/etc: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 11:43:08

Modified files:
	distrib/miniroot: upgrade.sh 

Log message:
During upgrades don't bother displaying the fstab to be 'munged'
and a long explanation of what is about to happen. Unlikely this
was read by or helped many. Fewer distractions make better users.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/25 11:50:48

Modified files:
	sys/dev/pci    : wdt.c 

Log message:
Prefix wdt softc members with sc_ like other drivers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/25 12:02:58

Modified files:
	converters/recode: Makefile 
	converters/recode/patches: patch-configure patch-src_Makefile_in 
	converters/recode/pkg: PLIST 

Log message:
- give regress a chance to run
- while here, regen PLIST+patches and fix license marker
- bump


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 12:31:26

Modified files:
	distrib/miniroot: upgrade.sh 

Log message:
Cleanup. Some ksh'ing, shrinkage, verbiage tweaks and consistency.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 13:14:58

Modified files:
	sys/arch/alpha/include: atomic.h 

Log message:
Strengthen the constraints of the atomic operations assembly statements
to make sure the register holding the ld_l and st_c addresses doesn't
get reused when gcc's register allocator is too aggressive.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 13:25:29

Modified files:
	distrib/miniroot: install.sub 

Log message:
edit_tmp_file() no longer used, so nuke it.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/25 13:29:54

Modified files:
	sbin/pfctl     : parse.y 

Log message:
scrub_opts must not be empty, scrub on its own does nothing.
noticed due to a question from otto@, ok regress/sbin/pfctl/ ;)


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/25 14:08:44

Modified files:
	www/snownews   : Makefile distinfo 
	www/snownews/patches: patch-conversions_c 

Log message:
update to snownews-1.5.11.  from Simon Kuhnle
ok simon@, kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/04/25 14:14:43

Modified files:
	share/man/man9 : Makefile mutex.9 
	sys/arch/alpha/alpha: mutex.c 
	sys/arch/amd64/amd64: mutex.S 
	sys/arch/hppa/hppa: mutex.c 
	sys/arch/hppa64/hppa64: mutex.c 
	sys/arch/i386/i386: mutex.S 
	sys/arch/m68k/m68k: mutex.c 
	sys/arch/m88k/m88k: mutex.S 
	sys/arch/powerpc/powerpc: mutex.S 
	sys/arch/sgi/sgi: mutex.c 
	sys/arch/sh/sh : mutex.c 
	sys/arch/sparc/sparc: mutex.c 
	sys/arch/sparc64/sparc64: mutex.S 
	sys/arch/vax/vax: mutex.c 
	sys/sys        : mutex.h 

Log message:
Enter mtx_enter_try.  In part for completeness, things may start
using this soon(ish).  Ok oga@, sorta yes kettenis@.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:35:06

Modified files:
	sys/arch/mips64/mips64: interrupt.c 

Log message:
typo in comments


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:35:31

Modified files:
	sys/arch/mips64/mips64: pmap.c 

Log message:
Make pmap_steal_memory() return KSEG0 addresses only for kernels linked at
KSEG0 addresses.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:36:18

Modified files:
	sys/arch/sgi/xbow: xbowdevs 

Log message:
More widgets found on high end hardware we don't run on (yet (-: )


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:36:26

Modified files:
	sys/arch/sgi/xbow: xbowdevs.h xbowdevs_data.h 

Log message:
Regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:37:30

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
More IOC3 flavour partnumbers. And apparently there are some flavours which
have a shared ethernet/superio interrupt source, so deal with this.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:38:32

Modified files:
	sys/arch/sgi/sgi: machdep.c 

Log message:
Handle unknown processor types as r5k family on O2, and r10k family otherwise.
This will get a chance for r16k cpus to get configured correctly.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/25 14:42:52

Modified files:
	share/man/man4 : berkwdt.4 

Log message:
previous was slightly wrong - revert to full product name;
requested by mk


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/25 14:56:39

Modified files:
	distrib/miniroot: install.sub 

Log message:
stdsize() used to round the sector count to a multiple of 10**3, and
then would multiply by 512 and print the result. This means that, when
printing a partition size, the installer would print sizes rounded to
multiples of 512MB for partitions shorter than a few GB, for example.

Change this to round up one less 10**3 unit, then multiply by 512, then
complete the rounding.

ok krw@ long ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/04/25 16:07:37

Modified files:
	sysutils/cfengine: Makefile distinfo 
	sysutils/cfengine/patches: patch-configure patch-doc_Makefile_in 
	                           patch-inputs_Makefile_in 
	                           patch-src_cflex_c patch-src_do_c 
	                           patch-src_instrument_c 
	                           patch-src_popen_c 
	sysutils/cfengine/pkg: PLIST 

Log message:
update to 2.2.9

ok sturm and MAINTAINER (bsd@openbsd.rutgers.edu)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 19:01:43

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/25 19:23:40

Modified files:
	sbin/disklabel : editor.c 

Log message:
Fix 'n' (name mountpoint) Editor command. The check for the presence
of the -f flag was reversed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/04/25 19:23:42

ports/www/igal/patches

Update of /cvs/ports/www/igal/patches
In directory cvs.openbsd.org:/tmp/cvs-serv18261/patches

Log Message:
Directory /cvs/ports/www/igal/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/04/25 19:24:37

Modified files:
	www/igal       : Makefile 
Added files:
	www/igal/patches: patch-igal patch-slidetemplate_html 

Log message:
adds a "-j" option to invoke jhead on the source image, and substitutes the
results at the "<!--EXIF-IMAGE-->" token
ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 19:46:07

Modified files:
	etc/skel       : dot.Xdefaults 
	etc/root       : dot.Xdefaults 

Log message:
correct case; it has to be loginShell


CVSROOT:	/cvs
Module name:	src
Changes by:	cnst@cvs.openbsd.org	2009/04/25 20:20:58

Modified files:
	sys/dev/acpi   : acpithinkpad.c acpitz.c 
	sys/dev/gpio   : gpiodcf.c 
	sys/dev/pci    : if_iwn.c if_wpi.c mbg.c 
	sys/dev/usb    : udcf.c umbg.c 
	sys/dev        : vmt.c 

Log message:
in ca_attach() there is no need to set .value and .flags of sensors to 0,
since autoconf(9) allocates softc with M_ZERO;  ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	cnst@cvs.openbsd.org	2009/04/25 20:25:36

Modified files:
	sys/kern       : tty_msts.c tty_nmea.c 

Log message:
don't zero sensor .value and .flags immediately after the allocation w/ M_ZERO; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	cnst@cvs.openbsd.org	2009/04/25 20:59:05

Modified files:
	sys/dev/acpi   : acpithinkpad.c 

Log message:
.desc field of the sensor struct shall not duplicate .type and .numt;  ok jordan


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 21:00:32

Modified files:
	distrib/miniroot: install.sub 

Log message:
extra spaces really matter on the media


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 21:01:39

Modified files:
	distrib/miniroot: install.sub 

Log message:
substantial changes -> copyright date crank


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/25 22:44:33

Modified files:
	sys/arch/hppa/hppa: mutex.c 

Log message:
fix compile


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/04/26 02:45:09

Modified files:
	infrastructure/package: register-plist 

Log message:
flattening signatures mean they won't be compared, but they still end up
in the recorded plist, consuming space for nothing. So also remove them
from the plist.

while there, $o->method() becomes $o->method


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/04/26 03:25:50

Modified files:
	usr.bin/make   : engine.c engine.h job.c 

Log message:
move code around a bit, extract code from run_prepared_gnode
into a run_gnode_parallel. That simplifies the control flow of that routine
a bit, to allow for more tweaks in the parallel case.

okay kettenis@, otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/26 03:38:25

Modified files:
	databases/architect: Makefile 
	databases/db/v4: Makefile 
	databases/jxplorer: Makefile 
	databases/postgresql-jdbc: Makefile 
	devel/apache-ant: Makefile 
	devel/hudson   : Makefile 
	devel/ivy      : Makefile 
	devel/jakarta-servletapi: Makefile 
	devel/maven    : Makefile 
	devel/netbeans : Makefile 
	editors/openoffice: Makefile 
	editors/openoffice3: Makefile 
	geo/jeoip      : Makefile 
	java/junit     : Makefile 
	lang/jruby     : Makefile 
	productivity/thinkingrock: Makefile 
	textproc/xerces: Makefile 
	www/tomcat/v4  : Makefile 
	www/tomcat/v5  : Makefile 
	www/tomcat/v6  : Makefile 

Log message:
pkgname bumps following java.port.mk r1.18, pointed out by espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	djm@cvs.openbsd.org	2009/04/26 04:25:12

Modified files:
	usr.bin/mg     : theo.c 

Log message:
I am disappointed that the commit rate to this file is has slowed.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/26 04:30:07

Modified files:
	usr.bin/ftp    : util.c 

Log message:
make two similar text strings identical; improves consistency and shrinks
the text segment slightly (though due to padding it does not change the size
of the binary).  ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/26 04:34:57

Modified files:
	usr.bin/mg     : theo.c 

Log message:
make djm less disappointed


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/26 04:49:33

Modified files:
	lang/python    : python.port.mk 

Log message:
Add CONFIGURE_ENV += PYTHON="${MODPY_BIN}"

Lots of python ports already do this, so better factorize. It will also
help mitigate some build breakages when several python versions are
installed.

Related ports cleanup coming in a few...

"looks ok" wcmaier@
"makes sense" sthen@
"no objection"  djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/26 05:01:05

Modified files:
	audio/py-eyed3 : Makefile 
	comms/hamlib   : Makefile 
	databases/py-psycopg: Makefile 
	devel/libglade2: Makefile 
	devel/libgsf   : Makefile 
	devel/py-gobject: Makefile 
	devel/py-notify: Makefile 
	devel/py-orbit : Makefile 
	devel/vte      : Makefile 
	editors/openoffice: Makefile 
	editors/openoffice3: Makefile 
	geo/gdal       : Makefile 
	graphics/clutter/pyclutter: Makefile 
	graphics/py-cairo: Makefile 
	graphics/py-goocanvas: Makefile 
	misc/gpsd      : Makefile 
	multimedia/recordmydesktop/gtk: Makefile 
	net/libproxy   : Makefile 
	net/gajim      : Makefile 
	net/rrdtool    : Makefile 
	net/telepathy/libtelepathy: Makefile 
	net/telepathy/telepathy-idle: Makefile 
	print/lilypond : Makefile 
	print/lyx      : Makefile 
	security/prelude/libprelude: Makefile 
	security/prelude/libpreludedb: Makefile 
	sysutils/heartbeat: Makefile 
	textproc/libxml: Makefile 
	textproc/libxslt: Makefile 
	www/epiphany   : Makefile 
	www/mozilla-firefox: Makefile 
	x11/awesome    : Makefile 
	x11/dbus-python: Makefile 
	x11/gdesklets  : Makefile 
	x11/gnome/alacarte: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/conduit: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/doc-utils: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/mag  : Makefile 
	x11/gnome/menus: Makefile 
	x11/gnome/orca : Makefile 
	x11/gnome/pessulus: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/totem: Makefile 
	x11/gtk-vnc    : Makefile 
	x11/py-gtk2    : Makefile 
	x11/py-gtksourceview: Makefile 
	x11/awn        : Makefile 

Log message:
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/26 05:04:31

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Add recent python module change.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/26 06:30:20

Modified files:
	sbin/pfctl     : parse.y 
	share/man/man5 : pf.conf.5 

Log message:
switch the require-order default to "no". regression tests still pass.
ok henning@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/26 06:31:49

Modified files:
	games/wormux   : Makefile distinfo 
	games/wormux/pkg: PLIST 
Added files:
	games/wormux/patches: patch-src_interface_interface_cpp 
Removed files:
	games/wormux/patches: patch-src_game_config_cpp 
	                      patch-src_tool_file_tools_cpp 

Log message:
Update to wormux 0.8.3. Tested by myself & dbd.
'diff looks good so if it works, ok' ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/26 06:32:48

Modified files:
	etc            : pf.conf 

Log message:
remove "set require-order no", it is now the default


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/26 06:34:55

Modified files:
	faq            : current.html 

Log message:
note the change in require-order default; no config change needed


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/26 06:48:06

Modified files:
	usr.sbin/ospfd : interface.c kroute.c ospfe.c 

Log message:
comment typos; no binary change


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/04/26 07:10:20

Modified files:
	share/man/man4 : wsdisplay.4 
	share/man/man5 : files.conf.5 port-modules.5 
	usr.sbin/ac    : ac.8 
	usr.sbin/btctl : bt.conf.5 

Log message:
typos fixed

ok jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	tobias@cvs.openbsd.org	2009/04/26 07:13:54

Modified files:
	share/man/man4 : zyd.4 

Log message:
typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/26 07:23:32

Modified files:
	x11/dwm        : Makefile distinfo 
	x11/dwm/patches: patch-config_def_h patch-config_mk 

Log message:
update to 5.5; Jim Razmus (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/26 07:24:15

Modified files:
	devel/libgsf   : Makefile distinfo 

Log message:
- bugfix update to libgsf-1.14.12
- hobbits take maintainance


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/26 07:59:41

Modified files:
	driver/xf86-video-radeonhd: ChangeLog Makefile.am Makefile.in 
	                            README aclocal.m4 configure 
	                            configure.ac ltmain.sh 
	driver/xf86-video-radeonhd/man: Makefile.in radeonhd.man 
	driver/xf86-video-radeonhd/src: Makefile.am Makefile.in 
	                                git_version.h r5xx_accel.c 
	                                r5xx_accel.h r5xx_exa.c 
	                                r5xx_xaa.c radeon_exa_render.c 
	                                rhd.h rhd_atombios.c 
	                                rhd_atombios.h rhd_atomcrtc.c 
	                                rhd_atomout.c rhd_atomout.h 
	                                rhd_atompll.c rhd_atomwrapper.c 
	                                rhd_atomwrapper.h rhd_audio.c 
	                                rhd_audio.h rhd_biosscratch.c 
	                                rhd_biosscratch.h rhd_card.h 
	                                rhd_connector.c rhd_connector.h 
	                                rhd_crtc.c rhd_crtc.h rhd_cs.c 
	                                rhd_cs.h rhd_cursor.c 
	                                rhd_cursor.h rhd_dac.c 
	                                rhd_ddia.c rhd_dig.c rhd_dri.c 
	                                rhd_dri.h rhd_driver.c 
	                                rhd_edid.c rhd_hdmi.c rhd_hdmi.h 
	                                rhd_helper.c rhd_i2c.c rhd_i2c.h 
	                                rhd_id.c rhd_lut.c rhd_lut.h 
	                                rhd_lvtma.c rhd_mc.c rhd_mc.h 
	                                rhd_modes.c rhd_modes.h 
	                                rhd_monitor.c rhd_monitor.h 
	                                rhd_output.c rhd_output.h 
	                                rhd_pll.c rhd_pll.h rhd_randr.c 
	                                rhd_randr.h rhd_regs.h 
	                                rhd_shadow.c rhd_shadow.h 
	                                rhd_tmds.c rhd_vga.c rhd_vga.h 
	                                rhd_video.c rhd_video.h 
	driver/xf86-video-radeonhd/utils/conntest: git_version.h 
	                                           rhd_conntest.c 
	                                           rhd_dump.c 
Added files:
	driver/xf86-video-radeonhd/src: r600_exa.c r600_reg.h 
	                                r600_reg_auto_r6xx.h 
	                                r600_reg_r6xx.h r600_reg_r7xx.h 
	                                r600_shader.c r600_shader.h 
	                                r600_state.h 
	                                r600_textured_videofuncs.c 
	                                r6xx_accel.c r6xx_accel.h 

Log message:
Update to xf86-video-radeonhd 1.2.5. Tested by eric@

Version 1.2.5 improvements:

- Added 2D acceleration for R6xx and R7xx.
- Added XVideo support for R6xx and R7xx.
- Added support for RS880 and RV790.
- Added RandR 1.3 mandatory properties.
- Refactoring of MC code.
- Enable DRI support by default on R5xx and RS6xx.
- LUT (color lookup table) fixes.
- Tons of quirk table entries and bug fixes.
- Fix register accesses for processors that reorder memory writes.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/04/26 08:17:45

Modified files:
	usr.bin/file   : elfclass.h file_opts.h 
	usr.bin/file/magdir: clarion efi erlang fortran gnome-keyring 
	                     gnumeric inform kde llvm lua luks mathcad 
	                     mercurial mozilla netware ole2compounddocs 
	                     securitycerts xilinx 

Log message:
add missing $OpenBSD$ tags

ok ian@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/04/26 08:40:03

Modified files:
	usr.sbin/bgpd  : rde_prefix.c 

Log message:
Unused defines from a time long long ago.


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/26 09:41:55

www/faq/pf/ru

Update of /cvs/www/faq/pf/ru
In directory cvs.openbsd.org:/tmp/cvs-serv28403/faq/pf/ru

Log Message:
Directory /cvs/www/faq/pf/ru added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/26 09:44:21

Modified files:
	de             : anoncvs.html armish.html books.html crypto.html 
	                 cvsync.html donations.html errata.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 events.html ftp.html index.html items.html 
	                 mail.html orders.html translation.html 
	                 tshirts.html 
	faq/fr         : current.html faq10.html faq13.html faq14.html 
	                 faq6.html faq8.html index.html upgrade44.html 
	                 upgrade45.html 
	faq/nl         : faq10.html faq13.html faq14.html faq4.html 
	                 faq6.html faq8.html index.html 
	faq/pt         : faq1.html faq4.html faq5.html index.html 
	fr             : 45.html amd64.html anoncvs.html armish.html 
	                 books.html crypto.html cvsync.html 
	                 donations.html errata.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 errata36.html errata37.html errata38.html 
	                 errata39.html errata40.html errata41.html 
	                 errata42.html errata43.html errata44.html 
	                 events.html ftp.html i386.html index.html 
	                 items.html mail.html security.html sparc64.html 
	                 translation.html want.html 
	ja             : index.html 
	nl             : anoncvs.html books.html crypto.html cvsync.html 
	                 donations.html ftp.html index.html items.html 
	                 mail.html orders.html translation.html 
	                 tshirts.html 
	openbgpd/de    : ftp.html 
	openbgpd/fr    : ftp.html 
	openntpd/de    : ftp.html index.html portable.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/de     : faq.html ftp.html macos.html tshirts.html 
	                 windows.html 
	openssh/fr     : faq.html ftp.html gsoc.html macos.html 
	                 openbsd.html portable.html tshirts.html 
	                 windows.html 
	openssh/ja     : faq.html ftp.html macos.html portable.html 
	                 windows.html 
	openssh/nl     : faq.html ftp.html macos.html openbsd.html 
	                 portable.html windows.html 
	papers/fr      : index.html 
Added files:
	de             : errata45.html 
	faq/pf/ru      : config.html filter.html index.html macros.html 
	                 nat.html rdr.html tables.html 
	faq/pt         : faq11.html faq15.html faq2.html faq3.html 
	                 faq7.html faq9.html 
	fr             : errata45.html 
	nl             : older.html 
Removed files:
	de             : ctm.html 
	fr             : ctm.html 

Log message:
Sync with Steelix CVS -- we are back to normal operation!


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/04/26 10:27:36

Modified files:
	devel/mercurial: Makefile 
	devel/mercurial/pkg: PLIST 

Log message:
Fix build (pointed out by naddy@, thanks).

Upstream bug (now fixed) sets MODPY_EGG_VERSION=unknown, so we have to
use that for now. Also, locale stuffs moved to i18n module. No bump
because it didn't package anyway. Sigh.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/26 11:04:53

Modified files:
	sys/dev        : softraid.c 

Log message:
KNF, typo and an uninteresting if(&=) instead of if(&) bug in debug code


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 11:10:53

Modified files:
	x11/gnome/conduit: Makefile 
	x11/gnome/conduit/pkg: PLIST 

Log message:
- uncomment some stuff that should work now


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 11:10:53

Modified files:
	.              : ftp.html 

Log message:
one more ctm.html ref goes poof; Maurice Janssen


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 11:16:41

Modified files:
	audio          : Makefile 
Removed files:
	audio/gmpc-serverstats: Makefile distinfo 
	audio/gmpc-serverstats/pkg: DESCR PLIST 

Log message:
server stats have been integrated into the main gmpc package since 0.18.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 11:18:42

Modified files:
	audio/libsndfile: Makefile distinfo 
	audio/libsndfile/pkg: PLIST 
Added files:
	audio/libsndfile/patches: patch-programs_sndfile-play_c 
Removed files:
	audio/libsndfile/patches: patch-examples_sndfile-play_c 

Log message:
- update libsndfile to 1.0.19
* includes a SECURITY FIX for CVE-2009-0186
- specify license version
- bump major

ok naddy@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/04/26 12:21:26

Modified files:
	www/p5-RTx-Tags: Makefile 

Log message:
COMMENT was too long, so chop off some garbage; spotted by naddy


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/26 12:35:35

Modified files:
	build/mirrors  : ftp.html.end 

Log message:
apply ftp.html change (one more ctm.html ref goes poof; Maurice Janssen)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/26 12:37:01

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 

Log message:
regen, tihlde.org removed


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 13:36:33

Log message:
    import dotconf 1.1.0
    
    dot.conf is a simple-to-use and powerful configuration-file parser
    library written in C. The configuration files created for dot.conf look
    very similar to those used by the Apache Webserver.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090426
    
    N ports/devel/dotconf/Makefile
    N ports/devel/dotconf/distinfo
    N ports/devel/dotconf/pkg/PLIST
    N ports/devel/dotconf/pkg/PFRAG.shared
    N ports/devel/dotconf/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 13:42:31

Modified files:
	devel          : Makefile 

Log message:
- add dotconf


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/26 13:45:53

Modified files:
	devel/m4       : Makefile distinfo 
	devel/m4/patches: patch-doc_m4_1 patch-doc_m4_texinfo 
	devel/m4/pkg   : PLIST 

Log message:
update to 1.4.13 from Brad; looks good to jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/04/26 13:49:50

Modified files:
	sbin/disklabel : editor.c 

Log message:
smarter auto-allocation; numbers needs tweaking, but we are getting
closer, ok deraadt@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/26 13:55:39

Modified files:
	usr.sbin/smtpd : ssl_privsep.c 

Log message:
sync with changes in relayd, diff by reyk@ and okayd by me


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 14:05:30

Modified files:
	sbin/disklabel : editor.c 

Log message:
Adjust the medium auto scale after looking at how it performs between the
low and high ends of the disk sizes it applies to; with otto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 14:25:09

Modified files:
	sbin/disklabel : editor.c 

Log message:
adjust the numbers for the "big" auto-allocation scheme with otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 14:56:50

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/patches: patch-src_libs_zbxnix_daemon_c 

Log message:
pasto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 15:20:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
no more need for ftp -T option, since it is automatic now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 15:21:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
No need to say that we setup the timezone; the user can assume it happens because we move on to the next task


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/26 15:26:03

Modified files:
	usr.bin/ftp    : extern.h fetch.c ftp.1 ftp.c main.c util.c 

Log message:
figure out titles automatically by using remote file name.  remove
-T and just show titles by default for non-verbose transfers;
discussed with, ok theo, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2009/04/26 15:32:31

Modified files:
	regress/sbin/newfs: checknewfs 

Log message:
- check equality with '==', from skreuzer@exit2shell.com
- unbreak, since -r was removed from disklabel(8)

ok otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/26 15:58:24

Modified files:
	devel/bouml    : Makefile distinfo 
	devel/bouml/pkg: PLIST-docs PLIST-main 

Log message:
- update bouml to 4.12.2


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/26 16:26:13

Modified files:
	sys/dev/pcmcia : wdc_pcmcia.c 

Log message:
Prevent panic upon detach if the device didn't fully attach.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/26 20:35:33

Log message:
    pecl-ssh2-0.11.0, php bindings for the libssh2 library
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20090426
    
    N ports/www/pecl-ssh2/Makefile
    N ports/www/pecl-ssh2/distinfo
    N ports/www/pecl-ssh2/pkg/DESCR
    N ports/www/pecl-ssh2/pkg/MESSAGE
    N ports/www/pecl-ssh2/pkg/PLIST
    N ports/www/pecl-ssh2/pkg/UNMESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/26 20:37:08

Modified files:
	www            : Makefile 

Log message:
+pecl-ssh2


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/26 23:02:12

Modified files:
	etc/root       : dot.profile 

Log message:
do not tset if the terminal is already xterm; ok matthieu guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/04/27 00:08:10

Modified files:
	usr.bin/telnet : commands.c 

Log message:
Remove unused _hostname[] variable. ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/27 00:55:20

Modified files:
	x11/gnome/video-arcade: Makefile distinfo 
	x11/gnome/video-arcade/pkg: PLIST 
Removed files:
	x11/gnome/video-arcade/patches: 
	                                patch-data_gnome-video-arcade_schemas 
	                                patch-src_gva-process_c 

Log message:
- update to gnome-video-arcade-0.6.7
Patches from Pierre Riteau were merged in original svn thanks to very
responsive upstream.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/27 01:11:17

Modified files:
	lib/freetype   : ChangeLog 
	lib/freetype/src/cff: cffload.c 
	lib/freetype/src/lzw: ftzopen.c 
	lib/freetype/src/sfnt: ttcmap.c 
	lib/freetype/src/smooth: ftsmooth.c 

Log message:
Fixes for CVE-2009-0946 from freetype2 git repository:
Multiple integer overflows in FreeType 2.3.9 and earlier allow remote
attackers to execute arbitrary code via vectors related to large values
in certain inputs in (1) smooth/ftsmooth.c, (2) sfnt/ttcmap.c,
and (3) cff/cffload.c.
Plus one additional fix for malformed compressed data.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/04/27 01:17:47

Modified files:
	mail/getmail   : Makefile distinfo 
	mail/getmail/pkg: PLIST 

Log message:
update to getmail 4.9.0


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/27 01:45:31

Modified files:
	.              : donations.html 

Log message:
These guys have provided me with free hardware, hosting... for my OpenBSD
activities for a long time. They now also host the new translation server.

deraadt ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/27 02:09:27

Modified files:
	x11/gnome/gdm  : Makefile 
	x11/gnome/gdm/pkg: MESSAGE 

Log message:
- give a better chance for kbd to be initialized before starting GDM;
spotted by giovanni@

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/27 02:25:39

Modified files:
	print/cups     : Makefile distinfo 
	print/cups/files: cups-disable cups-enable 
	print/cups/patches: patch-Makedefs_in patch-backend_betest_c 
	                    patch-cgi-bin_admin_c 
	                    patch-config-scripts_cups-sharedlibs_m4 
	                    patch-configure patch-cups_Makefile 
	                    patch-desktop_cups_desktop 
	                    patch-filter_Makefile 
	                    patch-filter_imagetops_c 
	                    patch-filter_imagetoraster_c 
	                    patch-init_cups_sh_in 
	                    patch-scheduler_Makefile 
	                    patch-scheduler_cups-driverd_c 
	                    patch-systemv_Makefile 
	                    patch-systemv_lpadmin_c 
	                    patch-test_4_4-subscription-ops_test 
	                    patch-test_run-stp-tests_sh 
	print/cups/pkg : MESSAGE PLIST 
Added files:
	print/cups/patches: patch-notifier_Makefile 
Removed files:
	print/cups/patches: patch-Makefile patch-pdftops_Stream_cxx 
	                    patch-scheduler_ipp_c 
	                    patch-scheduler_subscriptions_c 

Log message:
Update to cups-1.3.10. With lots of help from ajacoutot@.

There's an issue with the admin.cgi which will be fixed
in-tree.

ok ajacoutot@, jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/27 02:26:23

Modified files:
	print/ghostscript/gnu: Makefile 
	print/ghostscript/gnu/patches: patch-cups_gdevcups_c 

Log message:
Sync after latest cups library bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/04/27 02:32:15

Modified files:
	usr.bin/ftp    : main.c 

Log message:
embellish usage now that -T has been removed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/27 02:43:04

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/files: README.OpenBSD 

Log message:
- tweak rc.shutdown example


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/04/27 04:54:09

Modified files:
	lang/ruby      : Makefile distinfo 
	lang/ruby/patches: patch-class_c patch-configure patch-eval_c 
	                   patch-ext_openssl_openssl_missing_h 
	                   patch-random_c 
	lang/ruby/pkg  : PLIST-main PLIST-tk 
Removed files:
	lang/ruby/patches: patch-lib_rexml_entity_rb patch-node_h 

Log message:
Update to ruby-1.8.6.368.

Including security fixes for CVE-2008-1447 and CVE-2007-1558.

Tested by Jeremy Evans, jcs@, sturm@ and msf@. Thank you!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/27 05:57:18

Modified files:
	net/gtk-gnutella: Makefile distinfo 
	net/gtk-gnutella/patches: patch-Configure 
	                          patch-src_if_gnet_property_c 
	net/gtk-gnutella/pkg: PLIST 

Log message:
- update gtk-gnutella to 0.96.6
* lots of improvements and bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/04/27 06:30:26

Modified files:
	lang/gcc/4.2   : Makefile 

Log message:
@comment's also need pkg bumps.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/04/27 07:29:32

Modified files:
	share/zoneinfo/datfiles: africa 

Log message:
Update to tzdata2009g from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/27 09:32:52

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
- restructure the ANCHORS section
- no need to escape quotes within displays


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/27 10:10:20

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Disable EV_READ when setting F_QUIT flag up. Malicious client may
send more commands after QUIT, these must not be processed; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/27 10:15:21

Modified files:
	usr.sbin/smtpd : mfa.c 

Log message:
check message_id received from smtp uses valid format.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/27 10:20:34

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
session_cleanup call in MAIL FROM handler may be removed as a
consequence of rev. 1.70. This makes session_destroy the only
caller so merge the two; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/27 10:22:17

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
fix unlikely fd leak; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/27 10:34:22

Modified files:
	x11/gnome/dasher: Makefile distinfo 
	x11/gnome/dasher/pkg: PLIST 

Log message:
- bugfix update to dasher-4.10.1
* Fix crash when scrolling precisely vertically.
* Gtk: the speed spin button on the main screen now changes and is in sync
synch with the value in preferences.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/27 11:48:25

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
turning pmap_deactivate into a NOP brought back the reaper panics, probably
because the reaper is running on the mappings of pmap from the process it
is about to unmap.  back it out until ht is fixed right; don't let this sit
in the tree waiting for a fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/27 12:05:33

Modified files:
	distrib/miniroot: install.sub 

Log message:
if we netbooted (i.e. ifconfig -g netboot doesn't return an error),
select ftp rather than cd by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/27 12:09:35

Modified files:
	usr.bin/aucat  : aucat.c 

Log message:
make -v option apply also to implicit default socket


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/27 13:04:42

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
- use .Dl for short displays
- .Nm does not require args


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/27 13:25:09

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/pkg : PLIST 
Added files:
	www/webkit/patches: patch-GNUmakefile_in 
Removed files:
	www/webkit/patches: patch-GNUmakefile_am 
	                    patch-JavaScriptCore_GNUmakefile_am 
	                    patch-autogen_sh 

Log message:
Update to webkit 1.1.5v0, finally switch to plain releases instead of
tracking a random svn snapshot, as webkit-gtk has regular releases now.

ok ajacoutot@ phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/27 13:27:21

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/patches: patch-wscript 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.1.6, and explicitely depend on webkit 1.1.5v0.

ok ajacoutot@ phessler@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/04/27 13:31:31

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/27 13:41:10

Modified files:
	usr.bin/vi/docs/USD.doc/vi.man: vi.1 

Log message:
It's called `msgcat', not `mesgcat'.

speedy ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/27 14:06:27

Modified files:
	share/man/man4 : uplcom.4 

Log message:
Xr intro 4 like other pages.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/27 14:17:21

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
kill 2-line session_msg_submit, used just once; ok gilles@ long ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/27 14:42:51

Modified files:
	usr.bin/aucat  : Tag: OPENBSD_4_5 sock.c 

Log message:
In server mode when in full-duplex mode (the default) aucat(1) will send
each synchronization message twice, causing client applications to think
that buffer underruns are occuring. Depending on the application, this may
cause the sound to stutter.

from current, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/27 14:45:26

Modified files:
	sys/dev        : Tag: OPENBSD_4_5 audio.c 

Log message:
On very high system load, an audio interrupt may occur while the audio
process is filling audio ring buffers. This triggers bogus (and useless)
correction code in the audio(4) driver causing the audio application to go
out of sync, and in turn causing continuous stuttering until the application
is restarted.

from current, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/04/27 14:47:59

Modified files:
	sys/arch/i386/i386: Tag: OPENBSD_4_5 bus_dma.c 

Log message:
When DMA'able memory is mapped by device drivers, the mapping flags and
protection are partially uninitialized.  Depending on the calling context,
this may cause devices to misbehave, like audio(4) to stutter, but other
anomalies might be observed for other device types.

from current, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/04/27 15:01:27

Modified files:
	sys/dev/isa    : sch311x.c 

Log message:
Whitespace KNF.


CVSROOT:	/cvs
Module name:	www
Changes by:	ratchov@cvs.openbsd.org	2009/04/27 15:07:46

Modified files:
	.              : errata45.html 

Log message:
describe and add links to 003_bus_dma.patch, 004_aucat.patch
and 005_audio.patch

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/27 15:37:13

Modified files:
	usr.bin/ftp    : cmds.c cmdtab.c complete.c domacro.c fetch.c 
	                 ftp.c main.c ruserpass.c stringlist.c util.c 

Log message:
toast the rcsid strings which just get in the way


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/27 15:48:56

Modified files:
	sys/sys        : mutex.h 
	sys/arch/alpha/alpha: mutex.c 
	sys/arch/hppa/hppa: mutex.c 
	sys/arch/hppa64/hppa64: mutex.c 
	sys/arch/m68k/m68k: mutex.c 
	sys/arch/sgi/sgi: mutex.c 
	sys/arch/sh/sh : mutex.c 
	sys/arch/sparc/sparc: mutex.c 
	sys/arch/vax/vax: mutex.c 
	sys/arch/amd64/amd64: mutex.S 
	sys/arch/i386/i386: mutex.S 
	sys/arch/m88k/m88k: mutex.S 
	sys/arch/powerpc/powerpc: mutex.S 
	sys/arch/sparc64/sparc64: mutex.S 

Log message:
Revert mtx_enter_try.  It didn't compile on hppa, it doesn't compile on
landisk, and the sparc implementation is obviously wrong.  That's where I
stopped looking, so who knows what else was broken.  A simple comparison of
the existing mtx_enter with the new mtx_enter_try would have told anybody.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/27 15:52:26

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
now that require-order is no longer on by default, we can relax the ordering
of this page a little; instead of talking about statement types, just provide
a brief overview of the page;


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/27 16:51:51

Modified files:
	usr.bin/ftp    : cmds.c cmdtab.c domacro.c extern.h ftp.c 
	                 ftp_var.h main.c util.c 

Log message:
remove uploading and macros support from install media;  to save
some space
discussed with theo, todd@, millert@
tested and looked over by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/27 16:52:55

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
let vlan functionality make it into the -DSMALL ifconfig binary
ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/04/27 17:20:48

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
in silent mode, shut up connect to address warning since it spams
install media if, e.g. ipv6 is not present
discussed with theo, sthen@, millert@, todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/04/27 17:39:14

Modified files:
	sys/dev/acpi   : amltypes.h dsdt.c 

Log message:
Remove unnecessary aml_xconvert arg, code cleanup
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/27 17:49:04

Modified files:
	sys/dev/pci    : azalia.c azalia_codec.c 

Log message:
it's easier to have the speaker dac in the converter group than
to special case the speaker dac ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/27 19:13:42

Log message:
    pecl-uploadprogress-1.0.0, php upload progress meter
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20090427
    
    N ports/www/pecl-uploadprogress/Makefile
    N ports/www/pecl-uploadprogress/distinfo
    N ports/www/pecl-uploadprogress/pkg/DESCR
    N ports/www/pecl-uploadprogress/pkg/MESSAGE
    N ports/www/pecl-uploadprogress/pkg/PLIST
    N ports/www/pecl-uploadprogress/pkg/UNMESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/27 19:15:00

Modified files:
	www            : Makefile 

Log message:
+pecl-uploadprogress


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/27 20:54:53

Modified files:
	sys/dev        : softraid.c softraid_raid0.c softraid_raid1.c 

Log message:
Part one of partial bringup volumes.  Plenty of rope to kill your data
use with caution...


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/27 21:29:01

Modified files:
	sys/dev        : softraid.c 

Log message:
Move discipline pointer init into its own function


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/04/28 00:46:03

Modified files:
	usr.bin/telnet : telnet.c 

Log message:
replacing malloc/realloc dance, by only one realloc

While there, also move a variable declaration, in the #ifdef block it is
used

ok gilles@ millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/28 01:03:36

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
Update to version 3.1.4
Okay kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 01:33:02

Modified files:
	.              : translation.html 

Log message:
Welcome new [lt] translator: Henrikas Judickas.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 02:25:27

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Add the possibility to go back from merging mode to the previous menu.
Move unset NO_INSTALLED where it belongs, at the start of the function.
Several minor cleanups.

from Alexander Hall

ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/28 02:58:35

Modified files:
	.              : translation.html 

Log message:
Simon Kuhnle has left the translation effort :(


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/04/28 03:01:56

Modified files:
	mail/amavisd-new: Makefile distinfo 
	mail/amavisd-new/patches: patch-amavisd 
	mail/amavisd-new/pkg: PLIST 

Log message:
Update to 2.6.3
- security/clamav added as a run dependency
- regen patches
"Looks good ports-wise and builds ok" sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/28 03:05:40

Modified files:
	usr.bin/cvs    : cvs.1 diff.c diff.h diff_internals.c 

Log message:
support some additional diff options: -a, -b, -d, -w
ok joris@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 04:26:36

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/patches: patch-bindings_python_Makefile_in 
	                         patch-plugins_audioscrobbler_rb-audioscrobbler_c 
	                         patch-shell_main_c 
	                         patch-shell_rb-shell-player_c 
	audio/rhythmbox/pkg: PLIST 
Added files:
	audio/rhythmbox/patches: patch-configure 
	                         patch-podcast_rb-podcast-parse_c 

Log message:
- update to rhythmbox-0.12.1
lots of crasher and bug fixes


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 04:37:01

Modified files:
	.              : translation-explained.html 

Log message:
The steelix translation server has moved, update hostname accordingly.

spotted by martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 04:59:51

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
	mail/zarafa/zarafa/patches: patch-mapi4linux_src_mapix_cpp 
	                            patch-provider_libserver_ZarafaCmd_cpp 

Log message:
- update to zarafa-6.20.5
* Performance improvements.
* HTML mail fixes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 05:00:18

Modified files:
	mail/zarafa/webaccess: Makefile distinfo 

Log message:
- update to zarafa-webaccess-6.20.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/28 05:43:43

Modified files:
	usr.bin/cvs    : cvs.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/28 06:07:43

Modified files:
	sys/netmpls    : mpls.h mpls_input.c 

Log message:
Introduce a new dummy operation to easily handle packets that have to leave
the MPLS cloud and join ipv4/ipv6 stack.

ok claudio@ laurent@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/28 06:09:36

Modified files:
	sbin/route     : route.c show.c 
	usr.bin/netstat: show.c 

Log message:
Sync with kernel changes.
Add support to route(8) for a new dummy operation to allow packets coming in
with a particular label to leave the MPLS cloud and join ipv4/ipv6 stack.

ok claudio@ laurent@


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2009/04/28 06:54:31

Modified files:
	sys/dev/pci    : if_vr.c if_vrreg.h 

Log message:
The TX engine can get stuck if the interface went through a link
state change. Workaround by resetting the chip if necessary.
Also do not try to send packets if our link is down, as this triggers
watchdog timeouts.  While there correct the VR_RXSTAT_RX_OK define
(not used yet).  Changes inspired from FreeBSDs overhauled vr(4).
Testing, input and OK sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/28 09:23:44

Log message:
    pecl-proctitle-0.1.1, PHP support for setproctitle
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20090428
    
    N ports/www/pecl-proctitle/Makefile
    N ports/www/pecl-proctitle/distinfo
    N ports/www/pecl-proctitle/pkg/MESSAGE
    N ports/www/pecl-proctitle/pkg/DESCR
    N ports/www/pecl-proctitle/pkg/UNMESSAGE
    N ports/www/pecl-proctitle/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/28 09:25:01

Modified files:
	www            : Makefile 

Log message:
+pecl-proctitle


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 09:55:07

Log message:
    import pecl-mailparse.
    
    Mailparse is a PHP extension for parsing and working with
    plain and MIME compliant email messages. It is stream based,
    so does not keep in-memory copies of the files it processes,
    lowering resource use with large messages.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090428
    
    N ports/mail/pecl-mailparse/Makefile
    N ports/mail/pecl-mailparse/distinfo
    N ports/mail/pecl-mailparse/pkg/PLIST
    N ports/mail/pecl-mailparse/pkg/DESCR
    N ports/mail/pecl-mailparse/pkg/MESSAGE
    N ports/mail/pecl-mailparse/pkg/UNMESSAGE
    N ports/mail/pecl-mailparse/patches/patch-mailparse_c
    N ports/mail/pecl-mailparse/patches/patch-php_mailparse_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 09:56:06

Modified files:
	mail           : Makefile 

Log message:
+pecl-mailparse


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/04/28 10:06:07

Modified files:
	sys/uvm        : uvm.h uvm_page.c uvm_page.h 

Log message:
Revert pageqlock back from a mutex to a simple_lock, as it needs to be
recursive in some cases (mostly involving swapping). A proper fix is in
the works, but this will unbreak kernels for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/28 10:46:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
If the RAMDISK kernel in use supports vlans, ask the right question
and configure it properly.
tested by jsg, some help from sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/28 11:10:24

Modified files:
	sys/arch/alpha/conf: RAMDISKBIG 
	sys/arch/amd64/conf: RAMDISK_CD 
	sys/arch/hppa/conf: RAMDISK 
	sys/arch/i386/conf: RAMDISK_CD 
	sys/arch/macppc/conf: RAMDISK 
	sys/arch/sparc64/conf: RAMDISK 

Log message:
put vlan support onto these media


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/28 12:37:13

Modified files:
	sys/arch/amd64/amd64: rbus_machdep.c 
	sys/arch/i386/i386: rbus_machdep.c 

Log message:
Simplify rbus_machdep.c, and make it work more reliable behind PCI-PCI bridges
by using the pci resource accounting extents.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/04/28 13:07:26

Modified files:
	audio/mpg123   : Makefile distinfo 
Added files:
	audio/mpg123/patches: patch-src_output_sndio_c 
Removed files:
	audio/mpg123/files: sndio.c 
	audio/mpg123/patches: patch-configure_ac patch-src_Makefile_am 
	                      patch-src_output_Makefile_am 

Log message:
update to 1.7.3; 32-bit audio is now supported


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:37:29

Modified files:
	x11/xfce4      : xfce4.port.mk 

Log message:
Bump for Xfce 4.6.1 update (which is ok ajacoutot@, no objections steven@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:38:40

Modified files:
	x11/xfce4/exo  : Makefile distinfo 
	x11/xfce4/exo/pkg: PLIST 
Removed files:
	x11/xfce4/exo/patches: patch-exo-helper_helpers_Makefile_in 

Log message:
Update to exo 0.3.101. Tweak COMMENT for consistency.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:40:10

Modified files:
	x11/xfce4/gtk-xfce-engine: Makefile 
	x11/xfce4/mousepad: Makefile 
	x11/xfce4/xfwm4-themes: Makefile 

Log message:
Bump PKGNAMEs for modules which weren't updated with Xfce 4.6.1.
Tweak COMMENTs for consistency while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:42:37

Modified files:
	x11/xfce4/libxfce4menu: Makefile distinfo 
	x11/xfce4/libxfce4menu/pkg: PLIST 
Removed files:
	x11/xfce4/libxfce4menu/patches: 
	                                patch-libxfce4menu_libxfce4menu-0_1_pc_in 

Log message:
Update to libxfce4menu 4.6.1. Tweak COMMENT for consistency, remove a
patch merged upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:43:06

Modified files:
	x11/xfce4/libxfce4util: Makefile distinfo 
	x11/xfce4/libxfce4util/pkg: PLIST 

Log message:
Update to libxfce4util 4.6.1, tweak COMMENT for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:43:59

Modified files:
	x11/xfce4/libxfcegui4: Makefile distinfo 
	x11/xfce4/libxfcegui4/pkg: PLIST 
Removed files:
	x11/xfce4/libxfcegui4/patches: 
	                               patch-libxfce4kbd-private_Makefile_in 

Log message:
Update to libxfcegui4, tweak COMMENT for consistency.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:44:29

Modified files:
	x11/xfce4/orage: Makefile distinfo 
	x11/xfce4/orage/pkg: PLIST 

Log message:
Update to orage 4.6.1, tweak COMMENT for consistency while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:45:05

Modified files:
	x11/xfce4/terminal: Makefile distinfo 
	x11/xfce4/terminal/pkg: PLIST 

Log message:
Update to Terminal 0.2.12, tweak COMMENT for consistency while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:46:29

Modified files:
	x11/xfce4/thunar: Makefile distinfo 
	x11/xfce4/thunar/pkg: PLIST 
Removed files:
	x11/xfce4/thunar/patches: patch-plugins_thunar-uca_Makefile_in 
	                          patch-thunar-vfs_thunar-vfs-io-jobs_c 

Log message:
Update to thunar 1.0.1, tweak COMMENT for consistency.
Remove a patch merged upstream, and use FAKE_FLAGS instead of patching
Makefile.in.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:47:15

Modified files:
	x11/xfce4/xfce-utils: Makefile distinfo 
	x11/xfce4/xfce-utils/pkg: PLIST 
Removed files:
	x11/xfce4/xfce-utils/patches: patch-scripts_Makefile_in 

Log message:
Update to xfce-utils 4.6.1, tweak COMMENT for consistency.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:47:58

Modified files:
	x11/xfce4/xfce4-appfinder: Makefile distinfo 
	x11/xfce4/xfce4-appfinder/pkg: PLIST 

Log message:
Update to xfce4-appfinder 4.6.1, capitalize 'Xfce4' in COMMENT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:48:47

Modified files:
	x11/xfce4/xfce4-mixer: Makefile distinfo 
	x11/xfce4/xfce4-mixer/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-mixer/patches: 
	                               patch-libxfce4mixer_libxfce4mixer_c 

Log message:
Update to xfce4-mixer 4.6.1, tweak COMMENT for consistency.
Remove a patch merged upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:49:31

Modified files:
	x11/xfce4/xfce4-panel: Makefile distinfo 
	x11/xfce4/xfce4-panel/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-panel/patches: patch-config_Makefile_in 

Log message:
Update to xfce4-panel 4.6.1, tweak COMMENT for consistency.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:50:27

Modified files:
	x11/xfce4/xfce4-session: Makefile distinfo 
	x11/xfce4/xfce4-session/pkg: PLIST 
Removed files:
	x11/xfce4/xfce4-session/patches: patch-settings_Makefile_in 

Log message:
Update to xfce4-session 4.6.1, capitalize 'Xfce4' in COMMENT.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:52:07

Modified files:
	x11/xfce4/xfce4-settings: Makefile distinfo 
Removed files:
	x11/xfce4/xfce4-settings/patches: 
	                                  patch-xfce4-settings-helper_Makefile_in 
	                                  patch-xfsettingsd_Makefile_in 

Log message:
Update to xfce4-settings 4.6.1, tweak COMMENT for consistency.
Remove a pair of Makefile.in patches and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:52:38

Modified files:
	x11/xfce4/xfconf: Makefile distinfo 
	x11/xfce4/xfconf/pkg: PLIST 

Log message:
Update to xfconf 4.6.1, tweak COMMENT for consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:53:22

Modified files:
	x11/xfce4/xfdesktop: Makefile distinfo 
	x11/xfce4/xfdesktop/pkg: PLIST 
Removed files:
	x11/xfce4/xfdesktop/patches: 
	                             patch-modules_menu_menu-data_Makefile_in 

Log message:
Update to xfdesktop 4.6.1, tweak COMMENT for consistency.
Remove a Makefile.in patch and use FAKE_FLAGS instead.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:54:02

Modified files:
	x11/xfce4/xfprint: Makefile distinfo 
	x11/xfce4/xfprint/pkg: PLIST 

Log message:
Update to xfprint 4.6.1, tweak COMMENT for consistency.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/28 13:55:26

Modified files:
	distrib/miniroot: install.sub 

Log message:
adjust comment to match code; vlan tag range is 1-4095 not 0-4095


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/28 13:55:52

Modified files:
	x11/xfce4/xfwm4: Makefile distinfo 
	x11/xfce4/xfwm4/pkg: PLIST 

Log message:
..and update to xfwm4 4.6.1, capitalize 'Xfce4' in COMMENT.
Now all Xfce4 core components should have consistent comments..
Update was ok ajacoutot@ no objections steven@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/04/28 15:02:03

Modified files:
	multimedia/recordmydesktop/base: Makefile 
Added files:
	multimedia/recordmydesktop/base/patches: patch-src_rmd_jack_c 

Log message:
- fix potential 64-bit issue due to missing header


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/04/28 15:10:08

Modified files:
	devel/pygame   : Makefile 
	devel/pygame/pkg: PLIST 

Log message:
- fix some file perms
- regen PLIST while here


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/28 15:24:41

Modified files:
	usr.bin/top    : machine.c 

Log message:
extend STATE column to fit > 9 cpus; Aivar Jaakson; PR6131


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/28 15:27:25

Modified files:
	usr.sbin/smtpd : mda.c mfa.c mta.c 

Log message:
let mta, mda, and mfa become idle - no functional change; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/28 15:40:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
When asking for network configs, prompt with the first interface name the
first time.  After one network has been configured, change the default
prompt to done.  Most people when installing only want to setup one interface,
and this lets them hit <return> instead of done<return>


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/28 15:41:03

Modified files:
	distrib/miniroot: install.sh 

Log message:
We have no choice but to ask for the timezone information later, so
all the other questions have been congregating down towards the end.
Might as well ask for the root password down there, too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/28 15:50:16

Modified files:
	www/mozilla-firefox: Makefile distinfo 

Log message:
security update to mozilla-firefox-3.0.10.  from robert at openbsd.pap.st
MFSA 2009-23  Crash in nsTextFrame::ClearTextRun()
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.10
ok kurt@, naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/04/28 15:51:01

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
update to 3.0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/28 15:55:16

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c 

Log message:
make S_DATAREQUEST state similar to S_{MAIL,RCPT}REQUEST; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/28 15:56:36

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
in mta, change the batch status to S_BATCH_TEMPFAILURE by default so that
we need to explicitely set success and permanent failures, this way if we
hit any condition that we don't explicitely flag as permanent failure the
delivery will be rescheduled later.

while at it, made various checks more strict to prevent hiding bugs and a
bit of knr cleanups

discussed with and "reads good" jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/28 15:56:45

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
don't use strlcpy before calling a function that uses strlcpy
internally anyway; ok gilles@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/28 16:15:06

Modified files:
	.              : orders.html 

Log message:
copy&pasto fixed

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/28 16:35:05

Modified files:
	distrib/i386/ramdiskC: list.local 

Log message:
ral was already disabled on ramdiskC, so we don't need the firmware.
ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/28 16:38:22

Modified files:
	usr.sbin/smtpd : lka.c smtp.c 

Log message:
fix a bug where client with unresolvable revdns is never greeted; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/04/28 17:11:25

Modified files:
	usr.sbin/smtpd : lka.c mfa.c smtpd.h 

Log message:
smtp auth happened to work by luck because delivery to mbox action was the
first action of an enum and we allocated a struct using calloc, but we did
not properly initialize the action for authenticated users.

while at it, change the name of path action flags so that we know at first
sight that they are path related.

this diff fixes the immediate issue but still needs work.
ok jacekm@, "we'll work out a long term solution"


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 17:27:12

Modified files:
	mail/pecl-mailparse: Makefile 
	mail/pecl-mailparse/pkg: UNMESSAGE 

Log message:
fix UNMESSAGE (pasto) and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	stsp@cvs.openbsd.org	2009/04/28 17:43:57

Modified files:
	devel/subversion: Makefile distinfo 
	devel/subversion/patches: patch-Makefile_in patch-configure_ac 
	devel/subversion/pkg: PLIST-ap2 PLIST-main PLIST-perl 
	                      PLIST-python PLIST-ruby 
Added files:
	devel/subversion/patches: patch-subversion_libsvn_subr_auth_c 
	devel/subversion/pkg: DESCR-gnome-keyring 
	                      PFRAG.shared-gnome-keyring 
	                      PLIST-gnome-keyring 
Removed files:
	devel/subversion/patches: patch-build_ac-macros_swig_m4 
	                          patch-contrib_client-side_svn2cl_NEWS 
	                          patch-contrib_client-side_svn2cl_svn2cl_1 
	                          patch-contrib_client-side_svn2cl_svn2cl_sh 
	                          patch-contrib_client-side_svn2cl_svn2cl_xsl 
	                          patch-contrib_client-side_svn2cl_svn2html_xsl 

Log message:
Update to 1.6.1.
Help by ajacoutot@ and steven@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/28 18:48:24

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
MFI_D_IOCTL should be commented out.  No binary change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 18:51:23

Modified files:
	net/rtmpdump   : Makefile distinfo 
	net/rtmpdump/patches: patch-Makefile patch-bytes_cpp 
	                      patch-bytes_h patch-rtmp_h 
Added files:
	net/rtmpdump/patches: patch-handshake_cpp 
Removed files:
	net/rtmpdump/patches: patch-log_h 

Log message:
update to 1.5, based on a diff from David Cathcart, adds live stream
dumping and rtmpe.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/28 18:52:30

Modified files:
	sys/dev        : softraid.c 

Log message:
Use NO_CCB when we run out of work units.  This way we don't have to care
about having enough WU + CCB during rebuilds.  This also brings softraid
closer to behaving like the other SCSI devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 18:59:07

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 1.70 with support for Channel4 4oD, based on a diff
from David Cathcart.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/28 19:39:16

Modified files:
	net/rtmpdump   : Makefile 
	net/rtmpdump/patches: patch-bytes_cpp 

Log message:
a chunk of diff can go, upstream took a slightly different version
of this big-endian fix that also works. bump package.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/29 01:02:02

Modified files:
	share/man/man4 : softraid.4 

Log message:
clarify fstype `raid' and some other small bits whilst here;
prodded by a "conversation" on misc from Sebastian Rother

ok marco


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/04/29 01:10:38

Modified files:
	usr.sbin/arp   : arp.8 

Log message:
+.Xr ndp 8
from Bob Van Zant, freebsd docs/134053


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/04/29 02:24:26

Modified files:
	sys/dev/ic     : ciss.c cissreg.h 

Log message:
Implement the 64bit FIFO modes (based on the OpenCISS Specification
1.06).  It is required to run ciss(4) with amd64 bigmem, even when
using the iommu.

Tested by many on 32bit and 64bit low- and bigmem systems
With feedback from mk@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/29 03:21:49

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add some Attansic, Broadcom and a JMicron device. from Brad, ok reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/04/29 03:22:30

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/29 05:36:58

Modified files:
	www/php5/core  : Makefile 
	www/php5/core/pkg: PLIST-main 

Log message:
don't zap /var/www/conf/php5.sample ini file fragments when you
upgrade php5-core. problem noticed by Alexander Hall, ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	joris@cvs.openbsd.org	2009/04/29 06:56:15

Modified files:
	usr.bin/cvs    : diff.c 

Log message:
add options 'a' and 'd' to the getopt string so
we can actually use them.

bad sthen@ and bad me for missing this :)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/04/29 07:18:58

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
Enable hardware vlan tagging/stripping and disable the
vlan filter so it will work properly.
ok reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/04/29 09:11:20

Modified files:
	sbin/disklabel : editor.c 

Log message:
increase the max for medium a bit, so e.g. a 6GB disk gets fully used


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/04/29 10:29:15

Modified files:
	share/man/man4 : wpi.4 

Log message:
new wpi-firmware package for iwlwifi-3945-ucode-15.32.2.9.tgz

change log from Intel:
-- More protection against NMIs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 11:22:49

Modified files:
	distrib/miniroot: install.sh 

Log message:
Ask for the root password before sshd, because I have caught myself
twice now falling through the question because I am getting too used to
hitting the return key...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 11:26:07

Modified files:
	distrib/miniroot: install.sub 

Log message:
If the machine has any wsdisplay devices at all, we probably want the
X sets


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 12:10:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
no need for -g in ifconfig netboot group test; ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 12:21:46

Modified files:
	lib/libc/arch/powerpc/string: Makefile.inc 

Log message:
junk space


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/29 12:28:38

Modified files:
	sys/arch/i386/pci: pci_machdep.c 
	sys/arch/amd64/pci: pci_machdep.c 

Log message:
Extend pciio extents to cover the while 32-bit address space.  The processor
can only address the first 64K but BARs can contain garbage and addresses
beyond the end of the extent would cause a panic.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 13:06:07

Modified files:
	lib/libc/gen   : fstab.c 

Log message:
Remove the stderr spray balony.  Library functions should indicate failure
(and libc and some others can use errno to indicate more detailed results).
They should not print trash to stderr, let alone assume that stderr is open
to the place they think it is.
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 13:06:21

Modified files:
	lib/libc/gen   : getfsent.3 

Log message:
document that bogus lines are silently ignored
ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/04/29 13:26:52

Modified files:
	sys/netmpls    : mpls_input.c mpls_output.c 

Log message:
Split up functionalities between mpls_input and mpls_output.
The former is responsible to handle packets destined to localhost,
the latter handles packet that have to be forwarded or the ones
originated from localhost.

"i like it" claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/04/29 14:03:11

Modified files:
	.              : translation-explained.html 

Log message:
Mention the existence of Steelix' wwwcvs mailing list archive, requested by
martynas

ok ajacoutot, martynas


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/04/29 14:04:30

Modified files:
	usr.sbin/bgpd  : mrt.c 

Log message:
de-static some functions. Helps handling the monster change I'm working on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/29 14:11:25

Modified files:
	x11/pekwm      : Makefile distinfo 
	x11/pekwm/patches: patch-data_Makefile_in 
	x11/pekwm/pkg  : PLIST 
Added files:
	x11/pekwm/patches: patch-data_scripts_Makefile_in 
	                   patch-src_ManagerWindows_cc 
Removed files:
	x11/pekwm/patches: patch-configure patch-src_FrameListMenu_cc 
	                   patch-src_Frame_cc patch-src_PDecor_cc 

Log message:
update to 0.1.10; Nicholas Marriott (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/29 14:14:43

Modified files:
	x11/dmenu      : Makefile distinfo 
	x11/dmenu/patches: patch-config_mk 

Log message:
update to 4.0; Jim Razmus (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 14:30:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
If we netbooted, use that interface as the default choice in the interface
selector
ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/04/29 15:22:14

Modified files:
	multimedia/libquicktime: Makefile distinfo 
	multimedia/libquicktime/patches: patch-configure 
	                                 patch-utils_lqtplay_c 
	multimedia/libquicktime/pkg: PLIST 
Removed files:
	multimedia/libquicktime/patches: patch-plugins_ffmpeg_ffmpeg_h 
	                                 patch-plugins_ffmpeg_params_c 
	                                 patch-plugins_ffmpeg_video_c 

Log message:
Unbreak after the x264 update (problem first noticed by naddy@, no
cookies for me).

Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.

DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).

[kili@petunia:libquicktime]$ head -30 libquicktime.diff
Unbreak after the x264 update (problem first noticed by naddy@, no
cookies for me).

Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.

DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).

ok jasper


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/29 16:03:09

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
Apply the cleanup stick.

make write_gatt actually readable, and a tad smaller. Don't use macros when we
can just call the damned function. coalesce a few bits of code.

as a bonus this actually fixes a bus in the i810/815 dcache case since we got
the offset wrong (confirmed by looking at the datasheet).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 16:43:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
in [ ] or [[ ]] use -z instead of ! -n since it is shorter


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 16:44:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
in [ ] or [[ ]] use -z instead of ! -n since it is shorter


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 16:45:20

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
only encrypt passwords if they are set


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 16:57:05

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 16:58:24

Modified files:
	sbin/fdisk     : part.c 

Log message:
code that stank and made me upset


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/29 17:48:53

Modified files:
	graphics/hugin : Makefile 

Log message:
uses some method which may be patented, so kill PERMIT_*_CDROM
see http://permalink.gmane.org/gmane.comp.misc.ptx/15757


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 18:03:08

Modified files:
	distrib/amd64/common: install.md 
	distrib/i386/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 

Log message:
Redo the fdisk handling for MBR-only architectures (macppc has to get
caught up one day, but that is not my battle).  Hope people like this
tested by oga, ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 18:28:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
if the kernel is a -current kernel, change the default path to snapshots


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/29 18:45:00

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Prime mountpoint info with any fstab info that is available, with
or without the '-f' option being present. Now you can see in Editor
mode or 'disklabel <dev>' where the partitions that exist will be
mounted in the current configuration.

Tweaks (and libc fixes) from, and ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 18:57:29

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
quotes around ? matches; Alexander Hall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 18:59:03

Modified files:
	distrib/miniroot: install.sh 

Log message:
Do not allow the root password to be empty; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 18:59:41

Modified files:
	distrib/miniroot: install.sub 

Log message:
Allow the user's password to not be set, but in that case do not leave it
open, but * it out, since that is obviously what the administrator wants
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 19:01:56

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
quotes around ? matches; Alexander Hall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 19:03:19

Modified files:
	distrib/miniroot: install.sh 

Log message:
Do not allow the root password to be empty; ok krw after he told me
"But I dislike putting 'Sorry, ' in the messages. We're not sorry. :-)."


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 19:03:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
Allow the user's password to not be set, but in that case do not leave it
open, but * it out, since that is obviously what the administrator wants
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/29 19:12:44

Modified files:
	sys/stand/boot : vars.c 

Log message:
add another settable variable called db_console which the MD parts of a
bootloader will pass to the kernel to allow you to force ddb.console to be
set (and set early) on a machine without having to do it on a per kernel
basis using code or config tweaks.

requested by art@ (who owes me good whiskey now)
no problem! deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/29 19:16:56

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/amd64/include: biosvar.h 
	sys/arch/amd64/stand/libsa: exec_i386.c 

Log message:
pass db_console from the bootloader to the kernel, and then use it to
set ddb.console real early.

requested by art@
no problem! deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/29 19:24:05

Modified files:
	sys/dev/ic     : mfi.c 

Log message:
Add READ(16) & WRITE(16) commands.
ok krw


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/29 20:22:12

Modified files:
	faq            : faq10.html 

Log message:
validation stuff: & -> &amp;.  Checking validation actually found a typo.
rev lib version numbers (yeah, it's from my 4.5 tree, but 95% of the diff
isn't 4.5 updates...)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/29 20:42:45

Modified files:
	distrib/miniroot: install.sub 

Log message:
since the installer now chooses the sets mostly by itself, the default
operation in the sets menu should be "done".
ok @krw with a tear in his eye


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 00:56:34

Modified files:
	sbin/disklabel : editor.c 

Log message:
in the big configuration, tune /tmp so that it scales up a bit slower,
and benefit /home in exchange
ok otto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 01:15:45

Modified files:
	distrib/i386/ramdisk_cd: list.local 

Log message:
put the sha256 command at the right path, oops


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/30 02:09:59

Modified files:
	www/p5-libapreq: Makefile distinfo 

Log message:
Update to p5-libapreq 1.34, 1.3 was out in 2003...
ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/04/30 03:06:01

Modified files:
	sys/uvm        : uvm_pglist.c 

Log message:
obvious typo in panic string.

ariane@ ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/30 04:09:49

Modified files:
	graphics/imlib2: Makefile distinfo 
	graphics/imlib2/patches: patch-src_modules_loaders_loader_xpm_c 
	graphics/imlib2/pkg: PLIST 
Removed files:
	graphics/imlib2/patches: patch-src_modules_loaders_loader_pnm_c 

Log message:
update to version 1.4.2 and bump major as the diff between the old and
new version is way too huge for me to feel comfortable with a minor

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/04/30 04:10:49

Modified files:
	graphics/p5-Image-Imlib2: Makefile distinfo 

Log message:
update to version 2.02

ok landry@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/04/30 05:13:24

Modified files:
	driver/xf86-video-ati/src: radeon_output.c 

Log message:
Set default for "MacModel" option based on hw.product.

ok matthieu@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/04/30 05:36:57

Modified files:
	sys/arch/sparc64/sparc64: locore.s 

Log message:
Work around UltraSPARC T1 "feature" that may cause random integer register
file register corruption as found out the hard way by art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/04/30 06:54:32

Modified files:
	sys/net        : pf.c 

Log message:
treat log as what it is, a flag variable. effectively a noop now but stops
us relying on where we are setting it. ok ryan dlg


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/04/30 06:54:38

Modified files:
	www/wordpress  : Makefile distinfo 
	www/wordpress/pkg: PLIST 

Log message:
update to 2.7.1 from Mattieu Baptiste <mattieu.b at gmail dot com>


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/04/30 07:47:16

Modified files:
	sys/arch/i386/i386: bios.c 
	sys/arch/i386/include: biosvar.h 
	sys/arch/i386/stand/libsa: exec_i386.c 

Log message:
add support for passing db_console from the bootloader to the kernel.

based on the same change in amd64.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/04/30 08:47:43

Modified files:
	www/phpldapadmin: Makefile distinfo 
	www/phpldapadmin/pkg: PLIST 

Log message:
Update to 1.1.0.7.

ok mbalmer@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/04/30 09:13:34

Modified files:
	mail/extsmail  : Makefile distinfo 

Log message:
Update to extsmail 1.1, fixes two frees of possibly uninitialised
pointers. From MAINTAINER & upstream developer Laurence Tratt, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 11:06:31

Modified files:
	.              : index.html 
Added files:
	images         : puffy45.gif 

Log message:
crank to 4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/30 11:18:35

Modified files:
	build          : mirrors.dat 

Log message:
use maintainer's preferred hostname for openbsd.org.ar


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/30 11:18:37

Modified files:
	build          : Makefile 

Log message:
4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/30 11:18:40

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/30 11:19:11

Modified files:
	faq            : faq1.html faq11.html faq14.html faq15.html 
	                 faq2.html faq3.html faq4.html faq5.html 
	                 faq6.html faq8.html faq9.html 

Log message:
updates for 4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/30 11:21:35

Modified files:
	faq            : index.html 

Log message:
update for 4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/30 11:23:22

Modified files:
	faq            : current.html upgrade-old.html 

Log message:
roll 4.4->4.5 stuff to archive


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/30 11:24:34

Modified files:
	faq            : upgrade44.html 

Log message:
add links to upgrade45.html


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 11:24:56

Modified files:
	.              : 45.html 

Log message:
released


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/04/30 11:27:31

Modified files:
	faq/pf         : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 

Log message:
updates for 4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	jdixon@cvs.openbsd.org	2009/04/30 12:03:43

Modified files:
	.              : index.html 

Log message:
4.5 has been released, noticed by James Turner


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2009/04/30 12:28:29

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
The previous change did not always update vr_link on rlphy(4) based
interfaces. Therefore we now always start off with vr_link = 1.
Bug found and feedback by Emilio Perea.
OK sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/04/30 12:37:37

Modified files:
	.              : alpha.html amd64.html armish.html hp300.html 
	                 hppa.html i386.html landisk.html mac68k.html 
	                 macppc.html mvme68k.html mvme88k.html plat.html 
	                 security.html sgi.html socppc.html sparc.html 
	                 sparc64.html vax.html zaurus.html 

Log message:
4.4 -> 4.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/04/30 14:03:53

Modified files:
	usr.bin/chpass : field.c 

Log message:
fix previous, admin may again set non-standard shell; ok millert@


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/04/30 14:41:07

Modified files:
	.              : index.html 

Log message:
bump link to errata to 4.5


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/04/30 14:42:14

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Oga changed apm ioctls and forgot to grep.  Temporary work around by hitting
the sleep button when we get any request.  This interface will chnage at
some point.
ok oga


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/04/30 14:44:59

Modified files:
	.              : security.html 

Log message:
link 4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 14:59:55

Modified files:
	images         : puffy45.gif 

Log message:
better version of image


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 15:18:29

Modified files:
	distrib/miniroot: install.sub 

Log message:
Only do the snapshots vs release thingy for ftp or http transfers,
because the install*.iso media for instance has the files in the
release directory.  Oops.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/04/30 15:28:42

Modified files:
	.              : ftp.html 
	build/mirrors  : ftp.html.end 

Log message:
Updated for 4.5, ok jdixon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/30 15:31:49

Modified files:
	devel/yasm     : Makefile distinfo 
	devel/yasm/patches: patch-configure 
	devel/yasm/pkg : PLIST 

Log message:
update yasm to 0.80, from Brad (taking maintainer, with agreement from
the previous maintainer Shaun Amott).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/30 17:25:12

Modified files:
	net/no-ip      : Makefile 
	net/no-ip/patches: patch-noip2_c 
	net/no-ip/pkg  : PLIST 

Log message:
nobody -> _noip, bump pkgname


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/30 17:25:31

Modified files:
	infrastructure/db: user.list 

Log message:
+_noip


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/30 17:44:13

Log message:
    pecl-geoip-1.0.7, PHP support for geocoding IPv4 addresses
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20090430
    
    N ports/www/pecl-geoip/Makefile
    N ports/www/pecl-geoip/distinfo
    N ports/www/pecl-geoip/pkg/MESSAGE
    N ports/www/pecl-geoip/pkg/DESCR
    N ports/www/pecl-geoip/pkg/UNMESSAGE
    N ports/www/pecl-geoip/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/04/30 17:45:38

Modified files:
	www            : Makefile 

Log message:
+pecl-geoip


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/04/30 19:06:17

Modified files:
	distrib/miniroot: install.sub 

Log message:
Since we no longer give an explicit chance to tweak the fstab used
during upgrade and therein change any normally ro ffs filesystems
to rw for the upgrade, just change any ffs filesystems to rw for
the upgrade. If we can't trust the upgrade process who can we trust?

Diff from RD Thrush.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/30 20:00:02

Modified files:
	misc/memcached : Makefile distinfo 
	misc/memcached/pkg: PLIST 
Removed files:
	misc/memcached/patches: patch-memcached_c 

Log message:
- maintenance update to 1.2.8 from Scott Vokes (maintainer).
- set REGRESS_TARGET to something more useful.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/30 20:04:15

Modified files:
	net/epic4      : Makefile 
Added files:
	net/epic4/patches: patch-source_irc_c patch-source_ircsig_c 

Log message:
add signal handler fixes from
http://www.mail-archive.com/list@epicsol.org/msg00593.html

tested by Nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 20:04:20

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
fix a couple bugs when finding sole connections
- if any pin can select both the target and other nids, it is not
a sole connection
- if there is more than a single selection but the other selections are
disabled, that's a sole connection as well


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/04/30 20:09:56

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 1.72, channel five added


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 20:45:30

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
try to get built-in speakers connected to a DAC no other output pin
connects to be default.  if that's not possible, try to make it so
that the speaker and the first output pin do not connect to the same
DAC by default.  allows more configuration freedom.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 20:55:16

Modified files:
	sys/dev/pci    : azalia.h azalia_codec.c 

Log message:
allow jack sensing to mute the DAC the speaker is connected to by
default, as long is the first output pin is not also connected to
that DAC.  cleanup a bit now that there are multiple muting methods.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 21:40:01

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
make mic ADC selection a little more like speaker DAC selection


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 21:45:17

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
recognize several more IDT/Sigmatel codecs.  IDs taken from the codecs'
datasheets.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/04/30 22:00:40

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
initialize the mic ADC index before possibly setting it.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 23:24:04

Modified files:
	.              : donations.html 

Log message:
dona


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/04/30 23:42:44

Modified files:
	sys/conf       : Tag: OPENBSD_4_5 newvers.sh 

Log message:
move OPENBSD_4_5 to -stable; Maurice Janssen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/01 01:37:21

Modified files:
	app/xauth      : Tag: OPENBSD_4_5 gethost.c 

Log message:
MFC: fix segfault if duplicate lines are found in /etc/hosts.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/01 01:48:24

Modified files:
	lib/freetype/src/cff: Tag: OPENBSD_4_5 cffload.c 
	lib/freetype/src/lzw: Tag: OPENBSD_4_5 ftzopen.c 
	lib/freetype/src/sfnt: Tag: OPENBSD_4_5 ttcmap.c 
	lib/freetype/src/smooth: Tag: OPENBSD_4_5 ftsmooth.c 

Log message:
MFC: Fixes for CVE-2009-0946 from freetype2 git repository:
Multiple integer overflows in FreeType 2.3.9 and earlier allow remote
attackers to execute arbitrary code via vectors related to large values
in certain inputs in (1) smooth/ftsmooth.c, (2) sfnt/ttcmap.c,
and (3) cff/cffload.c.
Plus one additional fix for malformed compressed data.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/01 03:01:26

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
use printf instead of echo for one of the anchor examples - this allows it
to work for users of csh and /bin/echo;


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/01 04:03:49

Modified files:
	x11/slim-themes: Makefile distinfo 
	x11/slim-themes/pkg: PLIST 

Log message:
Add an OpenBSD 4.5 specific theme, from sepp0 at openbsd.org.ar, thx!
ok ajacoutot@, who also mirrors the distfiles.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/05/01 04:36:48

Modified files:
	usr.bin/readlink: readlink.c 

Log message:
add missing header needed by err()

ok otto@ millert@ gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/01 04:37:22

Modified files:
	security/gnutls: Makefile distinfo 

Log message:
- bugfix update to gnutls-2.6.5
tested on amd64 by pea@, thanks
regress is still happy


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/05/01 04:38:17

Modified files:
	usr.bin/last   : last.c 

Log message:
add missing header needed by isdigit()

ok otto@ millert@ gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/05/01 04:41:05

Modified files:
	usr.bin/yacc   : main.c 

Log message:
remove unused function

from tobias@

ok otto@ millert@ gilles@ tobias@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/01 05:59:37

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update postfix snapshot


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/01 07:16:24

Modified files:
	de             : ftp.html index.html orders.html 
	                 translation.html 
	faq/fr         : faq1.html faq10.html faq11.html faq14.html 
	                 faq15.html faq2.html faq3.html faq4.html 
	                 faq5.html faq6.html faq8.html faq9.html 
	                 index.html upgrade44.html 
	faq/pf/fr      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	faq/pf/ru      : config.html filter.html index.html macros.html 
	                 nat.html rdr.html tables.html 
	faq/pf/zh      : authpf.html config.html index.html macros.html 
	                 tables.html 
	faq/zh         : current.html faq15.html faq4.html faq6.html 
	                 index.html 
	fr             : 45.html alpha.html amd64.html armish.html 
	                 donations.html errata45.html ftp.html 
	                 hp300.html hppa.html i386.html index.html 
	                 landisk.html mac68k.html macppc.html 
	                 mvme68k.html mvme88k.html plat.html 
	                 security.html sgi.html socppc.html sparc.html 
	                 sparc64.html translation.html vax.html 
	                 zaurus.html 
	lt             : anoncvs.html armish.html donations.html 
	                 errata.html errata39.html errata40.html 
	                 errata41.html ftp.html index.html landisk.html 
	                 mail.html plat.html pmax.html report.html 
	                 smp.html vax.html 
	nl             : donations.html ftp.html orders.html 
	                 translation.html 
	openbgpd/de    : ftp.html 
	openbgpd/fr    : ftp.html index.html 
	opencvs/fr     : index.html 
	openntpd/de    : ftp.html index.html portable.html 
	openntpd/fr    : ftp.html index.html portable.html 
	openssh/de     : ftp.html index.html openbsd.html portable.html 
	                 users.html 
	openssh/fr     : ftp.html portable.html 
	zh             : 44.html anoncvs.html books.html crypto.html 
	                 cvsync.html errata.html errata40.html 
	                 errata41.html errata42.html errata43.html 
	                 errata44.html ftp.html index.html orders.html 
	                 plat.html translation.html 
Added files:
	zh             : 45.html errata45.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/01 07:48:26

Modified files:
	net/quagga     : Makefile 
Added files:
	net/quagga/patches: patch-bgpd_bgp_aspath_c 
	                    patch-bgpd_bgp_attr_c 
	                    patch-bgpd_bgp_community_c 
	                    patch-bgpd_bgp_debug_c 
	                    patch-bgpd_bgp_ecommunity_c 
	                    patch-bgpd_bgp_mplsvpn_c 
	                    patch-bgpd_bgp_packet_c 
	                    patch-bgpd_bgp_route_c patch-bgpd_bgp_vty_c 
	                    patch-bgpd_bgpd_c 

Log message:
fix 4-byte ASN related crash in quaggga's bgpd. from upstream repo.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/01 07:59:36

Modified files:
	faq            : faq1.html 

Log message:
typos, from Benoit Lecocq on www@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/01 09:42:58

Modified files:
	proto/dri2proto: Makefile.am configure.ac 

Log message:
Formally update to dri2proto 2.0. No functionnal change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/01 09:43:44

Modified files:
	proto          : Makefile 

Log message:
Install dri2 headers.  ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/01 09:52:15

Modified files:
	distrib/miniroot: install.sub 

Log message:
Clean up the keyboard type question


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/01 10:14:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
Only tell the user about new mail at install time (not upgrade); from Pierre Riteau


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/01 10:36:07

Modified files:
	distrib/miniroot: install.sub 

Log message:
Simplify the initial script text to ask less questions.  Instead of asking
a stupid "are you sure" question, instead remind people (twice) that duh,
since this is Unix, ^C gets you out of trouble if you change your mind about
modifying your disk.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/01 11:26:34

Modified files:
	.              : anoncvs.html 

Log message:
crank to 4.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/01 11:50:20

Modified files:
	app/cwm        : xevents.c 

Log message:
fix the other 50% of xrandr cases; reported by sthen@

"commit that" oga@, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/05/01 12:08:43

Modified files:
	etc/root       : dot.login dot.profile 

Log message:
Only have tset prompt for the terminal type if it is "unknown" or
not listed in /etc/ttys.  OK deraadt@ guenther@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/01 13:00:41

Modified files:
	share/man/man4 : softraid.4 

Log message:
be precise about which archs need to use 4.2bsd (sparc), and move that
note to caveats;

requested by bsd
confirmed by marco; ok todd


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/01 14:40:26

Modified files:
	net/libtorrent : Makefile 

Log message:
remove unrecognized configure flag, no package change; from Tim van der Molen


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/01 14:44:22

Modified files:
	sys/uvm        : uvm_page.c 

Log message:
uvm_page_alloc() + memset -> uvm_page_zalloc()

nothing uses this code yet, but might as well do it the right way.

"if you can't live without commiting this." miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/01 15:44:19

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
initialize secret to NULL otherwise we may try to free a junk pointer when
F_AUTH is not set. i was going to look into the issue, but i have received
a diff from Simon Betrang <janus@errornet.de>, thanks !


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/01 16:03:02

Modified files:
	sys/arch/armish/conf: GENERIC 
	sys/arch/landisk/conf: GENERIC 

Log message:
Add option USER_PCICONF.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/01 16:27:23

Modified files:
	usr.bin/bgplg  : misc.c 

Log message:
comment typo, no binary change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/01 16:53:25

Modified files:
	www/mozilla-firefox: Makefile 
Added files:
	www/mozilla-firefox/files: nsSound.cpp 
Removed files:
	www/mozilla-firefox/patches: patch-widget_src_gtk2_nsSound_cpp 

Log message:
implement sndio backend and get rid of esound.  ok jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2009/05/02 03:56:44

Modified files:
	mail/mailman   : Makefile distinfo 
	mail/mailman/patches: patch-Mailman_Defaults_py_in 
	                      patch-Mailman_htmlformat_py 
	                      patch-configure patch-misc_Makefile_in 
	mail/mailman/pkg: PLIST 
Removed files:
	mail/mailman/patches: patch-admin_bin_faq2ht_py 
	                      patch-admin_bin_mm2do 
	                      patch-admin_bin_release 
	                      patch-admin_www_reset_pw_py 
	                      patch-messages_Makefile_in 

Log message:
mailman-2.1.12; ok MAINTAINER mbalmer@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/02 06:54:42

Modified files:
	sys/uvm        : uvm_aobj.c uvm_init.c uvm_map.c 

Log message:
a few more memset changes.

two cases of pool_get() + memset(0) -> pool_get(,,,PR_ZERO)
1.5 cases of global variables are already zeroed, so don't zero them.

ok ariane@, comments on stuff i'd missed from blambert@ and cnst@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 07:51:29

Modified files:
	.              : README 
	share/mk       : bsd.xorg.mk 

Log message:
switch to autoconf 2.62 to generate xenocara configure scripts.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/02 08:32:29

Modified files:
	sys/arch/m88k/include: cpu.h pmap.h 
	sys/arch/m88k/m88k: genassym.cf pmap.c process.S 

Log message:
Drop the pm_cpus bitmask field from struct pmap, and instead remember the
currently active userland pmap in each processors struct cpu_info.

This thus skips the complete tlb flush if idle switches back to
the proc previously running on this processor.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:19:40

Modified files:
	proto/randrproto: Makefile.am configure.ac randr.h randrproto.h 
	                  randrproto.txt 
Added files:
	proto/randrproto: ChangeLog 
Removed files:
	proto/randrproto: autogen.sh 

Log message:
update to randrproto 1.3.0.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:20:43

Modified files:
	lib/libXrandr  : ChangeLog Makefile.am Makefile.bsd-wrapper 
	                 Makefile.in README aclocal.m4 configure 
	                 configure.ac ltmain.sh 
	lib/libXrandr/include/X11/extensions: Xrandr.h 
	lib/libXrandr/man: Makefile.am Makefile.in Xrandr.man 
	lib/libXrandr/src: Makefile.am Makefile.in Xrandr.c Xrandrint.h 
	                   XrrConfig.c XrrCrtc.c XrrMode.c XrrOutput.c 
	                   XrrProperty.c XrrScreen.c 
Removed files:
	lib/libXrandr  : autogen.sh 

Log message:
update to libXrandr 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:21:24

Modified files:
	app/xrandr     : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 config.h.in configure configure.ac xrandr.c 
	                 xrandr.man 
Added files:
	app/xrandr     : keystone.5c 

Log message:
update to xrandr 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:22:04

Modified files:
	proto/inputproto: ChangeLog XI.h XInput.h XIproto.h configure.ac 

Log message:
update to inputproto 1.5.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:23:04

Modified files:
	lib/libXi      : ChangeLog Makefile.bsd-wrapper Makefile.in 
	                 README aclocal.m4 configure configure.ac 
	                 ltmain.sh 
	lib/libXi/man  : Makefile.am Makefile.in XListInputDevices.man 
	lib/libXi/src  : Makefile.am Makefile.in XExtInt.c XGMotion.c 
	                 XGetDCtl.c 
Added files:
	lib/libXi/man  : XGetDeviceProperty.man 
	                 XListDeviceProperties.man 
	lib/libXi/src  : XChDProp.c XDelDProp.c XGetDProp.c XListDProp.c 

Log message:
update to libXi 1.2.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:24:13

Modified files:
	app/xinput     : COPYING ChangeLog Makefile.am Makefile.in 
	                 aclocal.m4 config.h.in configure configure.ac 
	app/xinput/man : Makefile.in xinput.man 
	app/xinput/src : Makefile.am Makefile.in buttonmap.c feedback.c 
	                 list.c setint.c setmode.c setptr.c state.c 
	                 test.c version.c xinput.c xinput.h 
Added files:
	app/xinput/src : hierarchy.c property.c setcp.c 
Removed files:
	app/xinput     : compile 

Log message:
update to xinput 1.4.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 09:24:59

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/02 10:27:15

Modified files:
	graphics/imlib2: Makefile 

Log message:
unbreak build on i386 by disabling mmx

from RD Thrush, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 11:01:26

Modified files:
	distrib/miniroot: install.sub 

Log message:
If we are on the console we can assume the term type is either vt220 or
MDTERM, so we don't need to ask for the terminal type.  If we are not on
the console, don't ask for keyboard nationalization since we can't do that
for serial ports.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 11:07:43

xenocara/lib/libX11/nls/fi_FI.UTF-8

Update of /cvs/xenocara/lib/libX11/nls/fi_FI.UTF-8
In directory cvs.openbsd.org:/tmp/cvs-serv28282/nls/fi_FI.UTF-8

Log Message:
Directory /cvs/xenocara/lib/libX11/nls/fi_FI.UTF-8 added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/02 11:07:54

xenocara/lib/libX11/nls/ru_RU.UTF-8

Update of /cvs/xenocara/lib/libX11/nls/ru_RU.UTF-8
In directory cvs.openbsd.org:/tmp/cvs-serv4877/nls/ru_RU.UTF-8

Log Message:
Directory /cvs/xenocara/lib/libX11/nls/ru_RU.UTF-8 added to the repository


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/02 11:33:50

Modified files:
	faq/fr         : current.html faq1.html upgrade-old.html 
	faq/nl         : faq1.html faq10.html faq11.html faq14.html 
	                 faq15.html faq2.html faq3.html faq4.html 
	                 faq5.html faq6.html faq8.html faq9.html 
	                 index.html 
	faq/pf/nl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	fr             : anoncvs.html 
	lt             : anoncvs.html 
	nl             : anoncvs.html donations.html ftp.html index.html 
	                 orders.html plat.html 
	openssh/nl     : ftp.html portable.html 
Added files:
	faq/cs         : faq4.html 
	faq/pf/ru      : shortcuts.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/02 12:39:27

Modified files:
	sys/arch/sparc64/dev: iommu.c 

Log message:
Avoid clobbering error return values with the result from extent_free(), by
simply calling iommu_dvma_unload().  Solution suggested by oga@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/02 13:18:13

Modified files:
	app/xvctl      : xvctl.c 

Log message:
fix usage(). this bit me when I actually tried to use it. Now it matches
the manpage (which is correct).

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/02 15:26:05

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: sginode.c 

Log message:
More KL configuration structures.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/02 15:28:08

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
Explain why the short window of widget #0 needs to be accessed through a
large window IOTTE.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/02 15:30:14

Modified files:
	sys/arch/sgi/xbow: xbow.c xbridge.c xbridgereg.h 

Log message:
More progress taming the xbow and the pci bridge; still needs code to write,
but (currently commented out) code makes isp happier on IP27 and IP35, to the
point of seeing disks (but considering them offline so far).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/02 15:31:21

Modified files:
	sys/arch/sgi/conf: files.sgi 
	sys/arch/sgi/pci: ioc.c 

Log message:
Let ioc(4) decide which child devices to attach depending on its identification
information, instead of trying to attach whatever is defined in the
kernel configuration file.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 15:51:16

Modified files:
	.              : plus45.html 

Log message:
4.5 is out


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/02 17:04:38

Modified files:
	multimedia/get_iplayer: Makefile distinfo 

Log message:
update to 1.75; various fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 18:25:30

Modified files:
	distrib/miniroot: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 
	distrib/sgi/ramdisk: list 
	distrib/ramdisk: list 
	distrib/mvme68k/ramdisk: list 
	distrib/mvme88k/ramdisk: list 
	distrib/mvmeppc/ramdisk: list 
	distrib/mac68k/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/luna88k/ramdisk: list 
	distrib/hp300/ramdisk: list 
	distrib/armish/ramdisk: list 
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/i386/common: list 
	distrib/landisk/ramdisk: list 

Log message:
We will need bin/sleep on all ramdisks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 18:27:15

Modified files:
	distrib/miniroot: list 

Log message:
We will need bin/sleep on all ramdisks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 18:27:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
Remove an XXX handled in the previous 5 lines of code


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 21:35:17

Modified files:
	distrib/miniroot: install.sub 

Log message:
the _oifs variables should be local; spotted by Alexander Hall


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/02 22:59:52

Modified files:
	distrib/socppc/ramdisk: list 
	distrib/hppa   : list 

Log message:
need sleep here, too


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/02 23:01:54

Modified files:
	usr.bin/systat : vmstat.c 

Log message:
Hinge at the natural rollover point 9999x instead of 1024x when switching to
the next unit K->M->G. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/02 23:09:40

Modified files:
	lib/libc/arch/arm/string: memcmp.S strncmp.S 

Log message:
Fix signed vs unsigned issue with memcmp/strncmp where the size parameter
was incorrectly being treated as signed. ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/02 23:13:38

Modified files:
	distrib/miniroot: install.sh 

Log message:
Simplify things by putting extra swap partitions in the fstab as
they are discovered rather than keeping a list and appending it to
the end of the fstab. No impact unless you configure extra swap
partitions.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 00:19:14

Modified files:
	distrib/miniroot: install.sub 

Log message:
Use the new ftplist backend which tries to intelligently provide you with
the ftp server you probably want to use.  Some XXX's in the code still;
please report issues to me.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/03 00:45:58

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Discovering an extended MBR partition and setting 'wander' to 1
should not stop the spoofing process. Setting 'wander' means when
we are done with this MBR, read the next one.

Problem noted and fix tested by Nick Guenther.

ok weingart@ (I think), deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/03 03:02:16

Modified files:
	graphics/libpano13: Makefile distinfo 
	graphics/libpano13/pkg: PLIST 

Log message:
update to 2.9.14rc1, shared library must bump due to an API change


CVSROOT:	/cvs
Module name:	ports
Changes by:	chl@cvs.openbsd.org	2009/05/03 05:06:31

Modified files:
	net/pure-ftpd  : Makefile distinfo 
Removed files:
	net/pure-ftpd/patches: patch-pureftpd_schema 

Log message:
update pure-ftpd to 1.0.22

tested and ok sthen@

with help and comments from Frank Denis <j pureftpd org> and Brad

ok Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/03 06:19:09

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-sql_mysqld_cc 
	databases/mysql/pkg: PLIST-tests 

Log message:
SECURITY and bugfix update to 5.0.81, from Brad (maintainer).


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/03 06:42:47

Modified files:
	.              : security.html 

Log message:
4.5 adjustment (typo)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 06:53:27

Modified files:
	proto/x11proto : ChangeLog Makefile.am XF86keysym.h configure.ac 
	                 keysymdef.h 
Removed files:
	proto/x11proto : autogen.sh 

Log message:
update to xproto 7.0.15


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 06:54:40

Modified files:
	proto/xextproto: ChangeLog Xge.h configure.ac geproto.h 

Log message:
update to xextproto 7.0.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 06:59:12

Modified files:
	lib/libX11     : AUTHORS ChangeLog Makefile.am 
	                 Makefile.bsd-wrapper Makefile.in README 
	                 acinclude.m4 aclocal.m4 configure configure.ac 
	                 cpprules.in ltmain.sh x11.pc.in 
	lib/libX11/include: Makefile.in 
	lib/libX11/include/X11: XKBlib.h Xcms.h Xlib.h Xlibint.h 
	                        Xregion.h Xresource.h Xutil.h 
	                        cursorfont.h 
	lib/libX11/man : Makefile.in XCreateColormap.man 
	                 XCreateFontCursor.man XReadBitmapFile.man 
	lib/libX11/man/xkb: Makefile.in XkbGetIndicatorState.man 
	                    XkbSAGroup.man XkbSASetGroup.man 
	                    XkbSetIndicatorMap.man 
	lib/libX11/modules: Makefile.in 
	lib/libX11/modules/im: Makefile.in 
	lib/libX11/modules/im/ximcp: Makefile.in imCallbk.c imDefFlt.c 
	                             imDefIc.c imDefIm.c imDefLkup.c 
	                             imDispch.c imEvToWire.c imExten.c 
	                             imImSw.c imInsClbk.c imInt.c 
	                             imLcFlt.c imLcGIc.c imLcIc.c 
	                             imLcIm.c imLcLkup.c imLcPrs.c 
	                             imLcSIc.c imRm.c imRmAttr.c 
	                             imThaiFlt.c imThaiIc.c imThaiIm.c 
	                             imTrX.c imTrans.c imTransR.c 
	lib/libX11/modules/lc: Makefile.in 
	lib/libX11/modules/lc/Utf8: Makefile.in lcUTF8Load.c 
	lib/libX11/modules/lc/def: Makefile.in lcDefConv.c 
	lib/libX11/modules/lc/gen: Makefile.in lcGenConv.c 
	lib/libX11/modules/lc/xlocale: Makefile.in lcEuc.c lcJis.c 
	                               lcSjis.c 
	lib/libX11/modules/om: Makefile.in 
	lib/libX11/modules/om/generic: Makefile.in omGeneric.c omText.c 
	                               omTextEsc.c omTextPer.c omXChar.c 
	lib/libX11/nls : Makefile.am Makefile.in compose.dir.pre 
	                 locale.alias.pre locale.dir.pre 
	lib/libX11/nls/C: Makefile.in 
	lib/libX11/nls/am_ET.UTF-8: Makefile.in 
	lib/libX11/nls/armscii-8: Makefile.in 
	lib/libX11/nls/el_GR.UTF-8: Compose.pre Makefile.in 
	lib/libX11/nls/en_US.UTF-8: Compose.pre Makefile.in 
	                            XLC_LOCALE.pre 
	lib/libX11/nls/georgian-academy: Makefile.in 
	lib/libX11/nls/georgian-ps: Makefile.in 
	lib/libX11/nls/ibm-cp1133: Makefile.in 
	lib/libX11/nls/iscii-dev: Makefile.in 
	lib/libX11/nls/isiri-3342: Makefile.in 
	lib/libX11/nls/iso8859-1: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-10: Makefile.in 
	lib/libX11/nls/iso8859-11: Makefile.in 
	lib/libX11/nls/iso8859-13: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-14: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-15: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-2: Makefile.in 
	lib/libX11/nls/iso8859-3: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-4: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-5: Makefile.in 
	lib/libX11/nls/iso8859-6: Makefile.in 
	lib/libX11/nls/iso8859-7: Makefile.in 
	lib/libX11/nls/iso8859-8: Makefile.in 
	lib/libX11/nls/iso8859-9: Compose.pre Makefile.in 
	lib/libX11/nls/iso8859-9e: Compose.pre Makefile.in 
	lib/libX11/nls/ja: Makefile.in 
	lib/libX11/nls/ja.JIS: Makefile.in 
	lib/libX11/nls/ja.S90: Makefile.in 
	lib/libX11/nls/ja.SJIS: Makefile.in 
	lib/libX11/nls/ja.U90: Makefile.in 
	lib/libX11/nls/ja_JP.UTF-8: Makefile.in 
	lib/libX11/nls/ko: Makefile.in 
	lib/libX11/nls/ko_KR.UTF-8: Makefile.in 
	lib/libX11/nls/koi8-c: Makefile.in 
	lib/libX11/nls/koi8-r: Makefile.in 
	lib/libX11/nls/koi8-u: Makefile.in 
	lib/libX11/nls/microsoft-cp1251: Makefile.in 
	lib/libX11/nls/microsoft-cp1255: Makefile.in 
	lib/libX11/nls/microsoft-cp1256: Makefile.in 
	lib/libX11/nls/mulelao-1: Makefile.in 
	lib/libX11/nls/nokhchi-1: Makefile.in 
	lib/libX11/nls/pt_BR.UTF-8: Makefile.in 
	lib/libX11/nls/tatar-cyr: Makefile.in 
	lib/libX11/nls/th_TH: Makefile.in 
	lib/libX11/nls/th_TH.UTF-8: Makefile.in 
	lib/libX11/nls/tscii-0: Makefile.in 
	lib/libX11/nls/vi_VN.tcvn: Makefile.in 
	lib/libX11/nls/vi_VN.viscii: Makefile.in 
	lib/libX11/nls/zh_CN: Makefile.in 
	lib/libX11/nls/zh_CN.UTF-8: Makefile.in 
	lib/libX11/nls/zh_CN.gb18030: Makefile.in 
	lib/libX11/nls/zh_CN.gbk: Makefile.in 
	lib/libX11/nls/zh_HK.UTF-8: Makefile.in 
	lib/libX11/nls/zh_HK.big5: Makefile.in 
	lib/libX11/nls/zh_HK.big5hkscs: Makefile.in 
	lib/libX11/nls/zh_TW: Makefile.in 
	lib/libX11/nls/zh_TW.UTF-8: Makefile.in 
	lib/libX11/nls/zh_TW.big5: Makefile.in 
	lib/libX11/src : AllPlanes.c ChClMode.c ChKeyCon.c ChProp.c 
	                 ChkIfEv.c ChkMaskEv.c ChkTypEv.c ChkTypWEv.c 
	                 ChkWinEv.c ClDisplay.c ClearArea.c ConnDis.c 
	                 Context.c ConvSel.c CopyArea.c CopyCmap.c 
	                 CopyGC.c CopyPlane.c CrBFData.c CrCursor.c 
	                 CrGC.c CrGlCur.c CrPFBData.c CrWindow.c 
	                 Cursor.c Depths.c DisName.c DrArc.c DrLine.c 
	                 DrRect.c ErrDes.c ErrHndlr.c EvToWire.c 
	                 FSWrap.c FetchName.c FillPoly.c FillRct.c 
	                 FillRcts.c FilterEv.c Font.c FontInfo.c 
	                 FontNames.c FreeEData.c FreeGC.c FreePix.c 
	                 Geom.c GetAtomNm.c GetDflt.c GetFProp.c 
	                 GetGeom.c GetHints.c GetIFocus.c GetImage.c 
	                 GetKCnt.c GetMoEv.c GetNrmHint.c GetPCnt.c 
	                 GetPntMap.c GetProp.c GetRGBCMap.c GetSSaver.c 
	                 GetStCmap.c GetTxtProp.c GetWAttrs.c 
	                 GetWMCMapW.c GetWMProto.c GrButton.c GrKey.c 
	                 GrKeybd.c GrPointer.c Host.c Iconify.c 
	                 IfEvent.c ImText.c ImText16.c ImUtil.c 
	                 InitExt.c IntAtom.c KeyBind.c KeysymStr.c 
	                 LiHosts.c LiICmaps.c LoadFont.c LockDis.c 
	                 Macros.c Makefile.am Makefile.in MaskEvent.c 
	                 ModMap.c MoveWin.c NextEvent.c OMWrap.c 
	                 OpenDis.c ParseCmd.c ParseGeom.c PeekEvent.c 
	                 PolyReg.c PolyTxt.c PolyTxt16.c PropAlloc.c 
	                 PutBEvent.c PutImage.c QuBest.c QuCurShp.c 
	                 QuExt.c QuKeybd.c QuPntr.c QuStipShp.c 
	                 QuTileShp.c QuTree.c Quarks.c RdBitF.c 
	                 RecolorC.c ReconfWin.c Region.c RegstFlt.c 
	                 RepWindow.c RestackWs.c RotProp.c SetCRects.c 
	                 SetClOrig.c SetDashes.c SetHints.c SetIFocus.c 
	                 SetLocale.c SetNrmHint.c SetPMask.c SetPntMap.c 
	                 SetRGBCMap.c SetSSaver.c SetStCmap.c 
	                 SetTxtProp.c SetWMCMapW.c SetWMProto.c 
	                 StBytes.c StColors.c StName.c StrToText.c 
	                 Text.c Text16.c TextExt.c TextExt16.c 
	                 TextToStr.c TrCoords.c UIThrStubs.c UnldFont.c 
	                 VisUtil.c WMGeom.c WMProps.c WarpPtr.c 
	                 WinEvent.c Window.c Withdraw.c WrBitF.c 
	                 XErrorDB XKeysymDB Xatomtype.h XlibAsync.c 
	                 XlibInt.c XomGeneric.h Xrm.c XrmI.h Xxcbint.h 
	                 config.h.in globals.c imConv.c locking.c 
	                 locking.h os2Stubs.c poly.h udcInf.c 
	                 x11_trans.c xcb_disp.c xcb_io.c 
	lib/libX11/src/util: Makefile.am Makefile.in makekeys.c 
	lib/libX11/src/xcms: AddDIC.c AddSF.c CCC.c CvColW.c CvCols.c 
	                     HVC.c HVCGcC.c HVCGcV.c HVCGcVC.c HVCMnV.c 
	                     HVCMxC.c HVCMxV.c HVCMxVC.c HVCMxVs.c 
	                     HVCWpAj.c IdOfPr.c LRGB.c Lab.c LabGcC.c 
	                     LabGcL.c LabGcLC.c LabMnL.c LabMxC.c 
	                     LabMxL.c LabMxLC.c LabWpAj.c Luv.c LuvGcC.c 
	                     LuvGcL.c LuvGcLC.c LuvMnL.c LuvMxC.c 
	                     LuvMxL.c LuvMxLC.c LuvWpAj.c Makefile.in 
	                     OfCCC.c PrOfId.c QBlack.c QBlue.c QGreen.c 
	                     QRed.c QWhite.c QuCol.c QuCols.c SetCCC.c 
	                     SetGetCols.c StCol.c StCols.c UNDEFINED.c 
	                     XRGB.c XYZ.c Xcmsint.h cmsAllCol.c 
	                     cmsAllNCol.c cmsCmap.c cmsColNm.c 
	                     cmsGlobls.c cmsInt.c cmsLkCol.c cmsMath.c 
	                     cmsProp.c cmsTrig.c uvY.c xyY.c 
	lib/libX11/src/xkb: Makefile.in XKB.c XKBAlloc.c XKBBell.c 
	                    XKBBind.c XKBCompat.c XKBCtrls.c XKBCvt.c 
	                    XKBExtDev.c XKBGAlloc.c XKBGeom.c 
	                    XKBGetByName.c XKBGetMap.c XKBList.c 
	                    XKBMAlloc.c XKBMisc.c XKBNames.c XKBRdBuf.c 
	                    XKBSetGeom.c XKBSetMap.c XKBUse.c XKBleds.c 
	                    XKBlibint.h 
	lib/libX11/src/xlibi18n: ICWrap.c IMWrap.c Makefile.am 
	                         Makefile.in XDefaultIMIF.c 
	                         XDefaultOMIF.c Xaixlcint.h XimImSw.h 
	                         XimProto.h XimThai.h XimTrX.h 
	                         XimTrans.h Ximint.h XimintL.h XimintP.h 
	                         XlcDL.c XlcGeneric.h XlcPubI.h Xlcint.h 
	                         imKStoUCS.c lcCT.c lcCharSet.c lcConv.c 
	                         lcDB.c lcFile.c lcGeneric.c lcInit.c 
	                         lcPrTxt.c lcPubWrap.c lcPublic.c 
	                         lcStd.c lcTxtPr.c lcUTF8.c lcUtil.c 
	                         lcWrap.c mbWrap.c utf8Wrap.c wcWrap.c 
	lib/libX11/src/xlibi18n/lcUniConv: cjk_tab_to_h.c ksc5601.h 
Added files:
	lib/libX11/nls/fi_FI.UTF-8: Compose.pre Makefile.am Makefile.in 
	                            XI18N_OBJS XLC_LOCALE.pre 
	lib/libX11/nls/ru_RU.UTF-8: Compose.pre Makefile.am Makefile.in 
	                            XI18N_OBJS XLC_LOCALE.pre 
	lib/libX11/src : Xprivate.h 
	lib/libX11/src/xlibi18n/lcUniConv: big5hkscs.h gbk.h 
Removed files:
	lib/libX11     : autogen.sh 
	lib/libX11/src : xcb_lock.c 

Log message:
update to libX11 1.2.1


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/03 07:02:35

Modified files:
	sys/dev/pckbc  : pckbd.c 

Log message:
Make sure pckbd_scancode_translate() returns a scancode with the break/release
bit set if needed, in all cases. This fixes rawkbd operation on controllers
which require the kernel to perform scancode translation.

Found by and ok kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/03 07:07:15

Modified files:
	faq            : index.html 

Log message:
Removed outdated German translation of FAQ, hopefully this is only of
temporary nature...

Anyone wants to step in?


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:17:37

Modified files:
	app/xinit      : ChangeLog Makefile.am Makefile.in aclocal.m4 
	                 configure configure.ac org.x.startx.plist.cpp 
	                 startx.cpp xinit.c 
	app/xinit/privileged_startx: 20-font_cache.cpp Makefile.am 
	                             Makefile.in client.c 
	                             org.x.privileged_startx.plist.cpp 
	                             server.c 

Log message:
update to xinit 1.1.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:33:45

Modified files:
	driver/xf86-input-acecad: ChangeLog Makefile.am Makefile.in 
	                          aclocal.m4 configure configure.ac 
	                          ltmain.sh 
	driver/xf86-input-acecad/man: Makefile.in acecad.man 
	driver/xf86-input-acecad/src: Makefile.am Makefile.in acecad.c 
	                              acecad.h 
Added files:
	driver/xf86-input-acecad: README 
Removed files:
	driver/xf86-input-acecad: autogen.sh 

Log message:
update to xf86-input-acecad 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:37:01

Modified files:
	driver/xf86-input-citron: ChangeLog Makefile.am Makefile.in 
	                          aclocal.m4 configure configure.ac 
	                          ltmain.sh 
	driver/xf86-input-citron/man: Makefile.in citron.man 
	driver/xf86-input-citron/src: Makefile.am Makefile.in citron.c 
Added files:
	driver/xf86-input-citron: README 

Log message:
Update to xf86-input-citron 2.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:40:35

Modified files:
	driver/xf86-input-fpit: ChangeLog Makefile.am Makefile.in 
	                        aclocal.m4 configure configure.ac 
	                        ltmain.sh 
	driver/xf86-input-fpit/man: Makefile.in fpit.man 
	driver/xf86-input-fpit/src: Makefile.am Makefile.in xf86Fpit.c 
Added files:
	driver/xf86-input-fpit: README 

Log message:
update to xf86-input-fpit 1.3.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:43:52

Modified files:
	driver/xf86-input-hyperpen: Makefile.in aclocal.m4 configure 
	                            configure.ac ltmain.sh 
	driver/xf86-input-hyperpen/man: Makefile.in 
	driver/xf86-input-hyperpen/src: Makefile.in xf86HyperPen.c 
Added files:
	driver/xf86-input-hyperpen: README 

Log message:
update to xf86-input-hyperpen 1.3.0


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/03 07:44:05

Modified files:
	sys/arch/sparc64/dev: iommu.c viommu.c 

Log message:
Avoid clobbering error return values with the result from extent_free(), by
simply calling iommu_dvma_unload().  Solution suggested by oga@.

While there, also unwrap a line that isn't long enough to need wrapping.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:52:32

xenocara/driver/xf86-input-joystick/include

Update of /cvs/xenocara/driver/xf86-input-joystick/include
In directory cvs.openbsd.org:/tmp/cvs-serv22238/include

Log Message:
Directory /cvs/xenocara/driver/xf86-input-joystick/include added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:54:12

Modified files:
	driver/xf86-input-joystick: ChangeLog Makefile.am Makefile.in 
	                            aclocal.m4 config.h.in configure 
	                            configure.ac ltmain.sh 
	driver/xf86-input-joystick/config: 50-x11-input-joystick.fdi 
	                                   Makefile.in 
	driver/xf86-input-joystick/man: Makefile.in joystick.man 
	driver/xf86-input-joystick/src: Makefile.am Makefile.in 
	                                backend_bsd.c backend_bsd.h 
	                                backend_evdev.c backend_evdev.h 
	                                backend_joystick.c 
	                                backend_joystick.h jstk.c jstk.h 
	                                jstk_axis.c jstk_axis.h 
	                                jstk_key.c jstk_key.h 
	                                jstk_options.c jstk_options.h 
Added files:
	driver/xf86-input-joystick: README xorg-joystick.pc.in 
	driver/xf86-input-joystick/include: Makefile.am Makefile.in 
	                                    joystick-properties.h 
	driver/xf86-input-joystick/src: jstk_properties.c 
	                                jstk_properties.h 
Removed files:
	driver/xf86-input-joystick: autogen.sh 

Log message:
update to xf86-input-joystick 1.4.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 07:57:45

Modified files:
	driver/xf86-input-penmount: ChangeLog Makefile.in aclocal.m4 
	                            configure configure.ac ltmain.sh 
	driver/xf86-input-penmount/man: Makefile.in penmount.man 
	driver/xf86-input-penmount/src: Makefile.in xf86PM.c xf86PM.h 
Added files:
	driver/xf86-input-penmount: README 

Log message:
update to xf86-input-penmount 1.4.0


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/03 08:02:07

Modified files:
	distrib/miniroot: install.sh 

Log message:
Simplify and shrink fstab creation code by putting mount point and
partition info into one string separated by the lexically low value
'!' char and sorting those strings. This eliminates an inner loop
over partition info. No user visible change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:03:27

xenocara/driver/xf86-input-vmmouse/shared

Update of /cvs/xenocara/driver/xf86-input-vmmouse/shared
In directory cvs.openbsd.org:/tmp/cvs-serv5385/shared

Log Message:
Directory /cvs/xenocara/driver/xf86-input-vmmouse/shared added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:03:28

xenocara/driver/xf86-input-vmmouse/fdi

Update of /cvs/xenocara/driver/xf86-input-vmmouse/fdi
In directory cvs.openbsd.org:/tmp/cvs-serv5385/fdi

Log Message:
Directory /cvs/xenocara/driver/xf86-input-vmmouse/fdi added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:03:29

xenocara/driver/xf86-input-vmmouse/tools

Update of /cvs/xenocara/driver/xf86-input-vmmouse/tools
In directory cvs.openbsd.org:/tmp/cvs-serv5385/tools

Log Message:
Directory /cvs/xenocara/driver/xf86-input-vmmouse/tools added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:11:13

Modified files:
	driver/xf86-input-vmmouse: Makefile.am Makefile.in README 
	                           aclocal.m4 config.h.in configure 
	                           configure.ac ltmain.sh 
	driver/xf86-input-vmmouse/man: Makefile.am Makefile.in 
	driver/xf86-input-vmmouse/src: Makefile.am Makefile.in vmmouse.c 
Added files:
	driver/xf86-input-vmmouse/fdi: 11-x11-vmmouse.fdi Makefile.am 
	                               Makefile.in 
	driver/xf86-input-vmmouse/man: vmmouse_detect.1 
	driver/xf86-input-vmmouse/shared: Makefile.am Makefile.in 
	                                  vmmouse_client.c 
	                                  vmmouse_client.h 
	                                  vmmouse_defs.h vmmouse_proto.c 
	                                  vmmouse_proto.h 
	driver/xf86-input-vmmouse/src: xf86OSmouse.h 
	driver/xf86-input-vmmouse/tools: Makefile.am Makefile.in 
	                                 hal-probe-vmmouse.in 
	                                 vmmouse_detect.c 
Removed files:
	driver/xf86-input-vmmouse/src: vmmouse_client.c vmmouse_client.h 
	                               vmmouse_defs.h vmmouse_proto.c 
	                               vmmouse_proto.h 

Log message:
update to xf86-input-vmmouse 12.6.3.
HAL tools and files are not built/installed on OpenBSD.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:14:24

Modified files:
	driver/xf86-input-void: ChangeLog Makefile.in aclocal.m4 
	                        configure configure.ac ltmain.sh 
	driver/xf86-input-void/man: Makefile.in void.man 
	driver/xf86-input-void/src: Makefile.in void.c 
Added files:
	driver/xf86-input-void: README 

Log message:
update to xf86-input-void 1.2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/03 08:38:06

Modified files:
	devel/p5-Term-ScreenColor: Makefile 

Log message:
- add missing run dependency


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 08:57:17

Modified files:
	driver/xf86-input-keyboard: ChangeLog Makefile.am Makefile.in 
	                            aclocal.m4 configure configure.ac 
	                            ltmain.sh 
	driver/xf86-input-keyboard/man: Makefile.in 
	driver/xf86-input-keyboard/src: Makefile.am Makefile.in kbd.c 
	                                sun_kbd.c sun_kbd.h 
Added files:
	driver/xf86-input-keyboard/src: atKeynames.h 

Log message:
update to xf86-input-keyboard 1.3.2


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/03 09:03:05

Modified files:
	distrib/miniroot: install.sh 

Log message:
A few long standing sh'isms -> ksh'isms.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/03 09:13:09

ports/audio/taglib/patches

Update of /cvs/ports/audio/taglib/patches
In directory cvs.openbsd.org:/tmp/cvs-serv1798/patches

Log Message:
Directory /cvs/ports/audio/taglib/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/03 09:13:53

Modified files:
	audio/taglib   : Makefile 
Added files:
	audio/taglib/patches: patch-taglib_toolkit_tmap_h 

Log message:
don't pull standard namespace in public header file.
fixes at least audio/amarok.
discussed with espie@, naddy@ and landry@
"This has to be fixed" espie@
"it makes totally sense" landry@


CVSROOT:	/cvs
Module name:	www
Changes by:	martynas@cvs.openbsd.org	2009/05/03 09:30:53

Modified files:
	.              : translation.html 

Log message:
haven't had time to maintain it.  a friend of mine takes over


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/03 09:39:22

Modified files:
	devel/p5-Test-WWW-Mechanize-Catalyst: Makefile 

Log message:
- fix regress depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/03 09:47:27

Modified files:
	www/seamonkey  : Makefile 
Added files:
	www/seamonkey/files: nsSound.cpp 
Removed files:
	www/seamonkey/patches: patch-widget_src_gtk2_nsSound_cpp 

Log message:
sndio backend for mozilla 1.8 branch;  get rid of esound


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 09:58:10

Modified files:
	www/p5-Apache-Gallery: Makefile distinfo 
	www/p5-Apache-Gallery/files: README.chroot 
	www/p5-Apache-Gallery/pkg: PLIST 
Removed files:
	www/p5-Apache-Gallery/patches: patch-lib_Apache_Gallery_pm 

Log message:
Update to Apache::Gallery 1.0RC3 :
- remove a patch merged upstream
- simplify SUBST_CMD/INSTALL_DATA dance
- fix dependencies in README.chroot, which shows it wasn't tested since
at least imlib2 1.3.0 update more than two years ago..

joint work with and ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/03 10:10:28

Log message:
    import p5-Set-Infinite
    
    Set::Infinite is a Set Theory module for infinite sets.
    
    A set is a collection of objects.  The objects that belong to a set are
    called its members, or "elements".  As objects we allow (almost)
    anything: reals, integers, and objects (such as dates).
    
    Note that there is no account for
    - the order of elements.  For example, {1,2} = {2,1}.
    - repetition of elements.  For example, {1,2,2} = {1,1,1,2} = {1,2}.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090503
    
    N ports/devel/p5-Set-Infinite/Makefile
    N ports/devel/p5-Set-Infinite/distinfo
    N ports/devel/p5-Set-Infinite/pkg/DESCR
    N ports/devel/p5-Set-Infinite/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/03 10:10:33

Log message:
    import p5-DateTime-Set
    
    DateTime::Set is a module for datetime sets.  It can be used to handle
    two different types of sets:
    * Fixed sets of predefined datetime objects.  For example, if we wanted
    to create a set of datetimes containing the birthdays of people in
    our family.
    * Recurring sets, such as "every Wednesday", or "noon on the 15th day
    of every month".  This type of set can have fixed starting and ending
    datetimes, but neither is required.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090503
    
    N ports/devel/p5-DateTime-Set/Makefile
    N ports/devel/p5-DateTime-Set/distinfo
    N ports/devel/p5-DateTime-Set/pkg/DESCR
    N ports/devel/p5-DateTime-Set/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/03 10:10:39

Modified files:
	devel          : Makefile 

Log message:
connect p5-Set-Infinite and p5-DateTime-Set


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 10:21:30

Modified files:
	driver/xf86-input-mouse: COPYING ChangeLog Makefile.am 
	                         Makefile.in aclocal.m4 configure 
	                         configure.ac ltmain.sh 
	driver/xf86-input-mouse/man: Makefile.in mousedrv.man 
	driver/xf86-input-mouse/src: Makefile.am Makefile.in mouse.c 
	                             mouse.h mousePriv.h pnp.c 
Added files:
	driver/xf86-input-mouse/src: bsd_mouse.c hurd_mouse.c 
	                             lnx_mouse.c sun_mouse.c 
	                             xf86OSmouse.h 

Log message:
update to xf86-input-mouse 1.4.0.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 10:31:23

Modified files:
	driver/xf86-video-ast: ChangeLog Makefile.in aclocal.m4 
	                       configure configure.ac ltmain.sh 
	driver/xf86-video-ast/src: Makefile.in ast.h ast_accel.c 
	                           ast_cursor.c ast_driver.c 
Added files:
	driver/xf86-video-ast: README 

Log message:
update to xf86-video-ast 0.89.0


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 10:42:23

Modified files:
	driver/xf86-video-nv: ChangeLog Makefile.am Makefile.in 
	                      aclocal.m4 configure configure.ac 
	                      ltmain.sh 
	driver/xf86-video-nv/compat: Makefile.in 
	driver/xf86-video-nv/compat/modes: xf86Crtc.c xf86Crtc.h 
	                                   xf86Cursors.c xf86EdidModes.c 
	                                   xf86Modes.c xf86Modes.h 
	                                   xf86RandR12.c xf86RandR12.h 
	                                   xf86Rename.h xf86Rotate.c 
	driver/xf86-video-nv/compat/parser: xf86Parser.h 
	driver/xf86-video-nv/man: Makefile.in nv.man 
	driver/xf86-video-nv/src: Makefile.in g80_output.c nv_dac.c 
	                          nv_driver.c nv_setup.c nv_type.h 
	                          riva_dac.c riva_setup.c riva_type.h 
Added files:
	driver/xf86-video-nv: README 
Removed files:
	driver/xf86-video-nv: README.NV1 

Log message:
update to xf86-video-nv 2.1.13.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 10:49:17

Modified files:
	sbin/disklabel : editor.c 

Log message:
Tune the medium profile to provide more /usr space as 'requested' by beck
also make the %'s add up to 100 again, which was part of the problem
ok krw otto


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/03 10:50:00

Modified files:
	faq            : upgrade43.html 

Log message:
Fixed wrong link to upgrade44.html.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 10:53:46

Modified files:
	driver/xf86-video-siliconmotion: ChangeLog Makefile.in README 
	                                 configure configure.ac 
	                                 ltmain.sh 
	driver/xf86-video-siliconmotion/man: Makefile.in 
	                                     siliconmotion.man 
	driver/xf86-video-siliconmotion/src: Makefile.in smi.h smi_501.h 
	                                     smi_driver.c smi_video.c 
	                                     smilynx_crtc.c smilynx_hw.c 
	                                     smilynx_output.c 

Log message:
update to xf86-video-siliconmotion 1.7.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 11:09:33

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/03 11:13:26

Modified files:
	x11/gnome/tracker: Makefile 

Log message:
Fix WANTLIB and bump.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/03 11:14:24

Modified files:
	textproc/odt2txt: Makefile 

Log message:
Add missing module converters/libiconv and bump.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/03 11:16:12

Modified files:
	etc            : daily 
	share/man/man8 : daily.8 

Log message:
remove dead code and the associated documentation
while here, remove the misleading shbang and an unused variable
and add the missing cross reference to ac(8)
ok sthen@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/03 11:19:30

Modified files:
	www/p5-HTTP-Request-AsCGI: Makefile distinfo 

Log message:
maintenance update to version 0.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	ratchov@cvs.openbsd.org	2009/05/03 12:32:15

Modified files:
	audio/midish   : Makefile distinfo 
	audio/midish/pkg: DESCR 

Log message:
update to 0.4.0, update pkg/DESCR accordingly and switch to
CONFIGURE_STYLE=simple

help from and ok sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 13:20:14

Log message:
    Import Xfmpc, a graphical GTK+ MPD client focusing on low footprint.
    In my tree since ages...
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090305
    
    N ports/x11/xfce4/xfmpc/Makefile
    N ports/x11/xfce4/xfmpc/distinfo
    N ports/x11/xfce4/xfmpc/pkg/DESCR
    N ports/x11/xfce4/xfmpc/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 13:39:57

Log message:
    Import xfce4-notifyd, a simple alternative notification daemon for Xfce,
    following the fd.o desktop notification spec. In the long term, it will
    supersede notification-daemon-xfce, which was only a de-gnomified version
    of notification-daemon, and is unmaintained upstream as of now.
    Ah, and it ships an awesome ZOMG-PONIES! theme, which makes this package
    totally unique in the ports-tree.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090305
    
    N ports/x11/xfce4/xfce4-notifyd/Makefile
    N ports/x11/xfce4/xfce4-notifyd/distinfo
    N ports/x11/xfce4/xfce4-notifyd/pkg/PLIST
    N ports/x11/xfce4/xfce4-notifyd/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/03 13:42:45

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Pass 0 as base offset, not -1, for child devices which ignore the value.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/03 13:43:26

Modified files:
	lib/libdrm     : Makefile libdrm_lists.h xf86drm.h xf86drmMode.c 
	                 xf86drmMode.h 
	lib/libdrm/intel: intel_bufmgr.c intel_bufmgr.h 
	                  intel_bufmgr_fake.c intel_bufmgr_gem.c 
	                  intel_bufmgr_priv.h shlib_version 
Added files:
	lib/libdrm/intel: intel_chipset.h 

Log message:
update libdrm to 2.4.9 (actually to -current, but the only real changes
are to some assertions and a small change to modesetting code).

bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped,
no change to symbol list.

ok matthieu@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 13:43:36

Modified files:
	x11/xfce4/notification-daemon-xfce: Makefile 
	x11/xfce4/notification-daemon-xfce/pkg: PLIST 
	sysutils/notification-daemon: Makefile 
	sysutils/notification-daemon/pkg: PLIST 

Log message:
Make notification-daemon and notification-daemon-xfce conflict with
xfce4-notifyd. Tweak a COMMENT for consistency while here, and bump PKGNAMEs.
Discussed with ajacoutot@ some times ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/03 13:44:28

Modified files:
	sys/arch/sgi/xbow: xbridge.c xbridgereg.h 

Log message:
Complete overhaul of the PCI bridge initialization. It will now allocate
resources to cards not configured by the PROM. There are still some
shortcomings, but this is a good start.

Tested on IP35 with an fxp(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 13:46:59

Modified files:
	x11/xfce4      : Makefile 

Log message:
Link xfmpc and xfce4-notifyd to the build, were sitting since too long in my tree..


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/03 13:51:42

Modified files:
	mail/claws-mail-notification: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/session: Makefile 
	mail/mail-notification: Makefile 

Log message:
Add xfce4-notifyd as an alternative to other notification daemons in
RUN_DEPENDS, and bump PKGNAMEs.
prodded by ajacoutot@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/03 13:57:42

Modified files:
	converters/p5-Encode-IMAPUTF7: Makefile distinfo 
Removed files:
	converters/p5-Encode-IMAPUTF7/patches: 
	                                       patch-lib_Encode_IMAPUTF7_pm 

Log message:
update to version 1.03


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/03 14:20:39

Modified files:
	distrib/miniroot: install.sh 

Log message:
Oops. Untested over-optimization slipped in, breaking installs.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/03 14:55:44

Modified files:
	sys/dev/pci    : envy.c envyvar.h 

Log message:
reorganize mixer bits to allow, supporting codec-dependent mixer
controls later. Also stop using ``next'' and ``prev'' pointers,
since they make impossible exposing ``source'' knobs for streams
that do not have ``gain'' knobs. This implies renaming ``xxx.source''
knobs to ``xxx_source''. Besides that, no behaviour change.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/03 15:13:54

Modified files:
	lib/fontconfig/conf.d: Makefile.am Makefile.in 

Log message:
fontconfig update didn't merge in the addition of 31-nonmst.conf, fix it up.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/03 15:20:47

Modified files:
	distrib/miniroot: install.sub 

Log message:
don't emit spurious error when no network is configured, also fix typos.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 15:21:26

Modified files:
	distrib/miniroot: install.sub 

Log message:
delete XXX comment about upgrades; it should work


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/03 15:23:04

Modified files:
	sys/arch/sparc64/dev: pci_machdep.c 

Log message:
On the UltraBook the PROM privides two interrupts for its ccb(4)'s.  Handle
this case by choosing the interrupt that corresponds to the PCI function.
Makes the second PCMCIA slot work.


CVSROOT:	/cvs
Module name:	www
Changes by:	steven@cvs.openbsd.org	2009/05/03 15:23:58

Modified files:
	faq            : faq15.html 

Log message:
zap 4.2 package listing
bump copyright while here


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/03 15:30:09

Modified files:
	sys/arch/macppc/conf: files.macppc 
	sys/arch/macppc/macppc: rbus_machdep.c 
	sys/arch/macppc/pci: mpcpcibus.c pcibrvar.h 
Removed files:
	sys/arch/macppc/pci: pci_addr_fixup.c 

Log message:
Get rid of pci_addr_fixup machinery; set up the appropriate extents and pass
them along when we attach pci(4).  Simplify the rbus code by using extents
too.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/03 15:33:20

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
new dirs for libX11. missing commit noticed by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/03 16:01:46

Modified files:
	sbin/disklabel : editor.c 

Log message:
Prevent the entry of duplicate mount points while in Editor mode.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	djm@cvs.openbsd.org	2009/05/03 16:26:27

Modified files:
	lang/python/2.6: Makefile distinfo 
	lang/python/2.6/patches: 
	                         patch-Lib_distutils_command_build_ext_py 
	                         patch-Lib_test_test_fileio_py 
	                         patch-Lib_test_test_sys_py 
	                         patch-Makefile_pre_in 
	                         patch-Modules_mathmodule_c 
	                         patch-Modules_socketmodule_c 
	                         patch-configure_in patch-setup_py 
	lang/python/2.6/pkg: PLIST-main PLIST-tests PLIST-tools 

Log message:
python-2.6.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/03 16:32:01

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-server 
Added files:
	net/zabbix/pkg : DESCR-doc PLIST-doc 

Log message:
break the non-free documentation out into a separate package;
adjust license markers, set @conflict and bump as necessary.
discussed with jasper@.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/03 18:37:03

Modified files:
	etc            : security 

Log message:
The strings "x5y" and "-42" are not valid group IDs, so fix the regex,
and fix two pastos in the printf(1) reporting bad group IDs;
ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 20:30:59

Modified files:
	distrib/miniroot: install.sub 

Log message:
cleaner job watcher by guenther


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/05/03 20:41:59

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus mi 
	distrib/sets/lists/xetc: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 21:16:11

Modified files:
	distrib/miniroot: install.sub 

Log message:
no, that way of looking at the jobs does not work


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/03 21:30:00

Modified files:
	distrib/miniroot: install.sub 

Log message:
ok, but the jobs stderr redirect from guenther is good


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/03 22:49:50

Modified files:
	sys/dev/pci    : envy.c envyvar.h 

Log message:
put codec-specific mixer bits in their own routines and
reference the code in global envy_card structures. Allows the same
mixer code to be shared across differents cards. Will ease adding
codec-specific knobs when adding support for new cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 00:21:58

Modified files:
	distrib/miniroot: install.sub 

Log message:
a bit of wordsmithing for the SHA256 message


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/04 04:25:39

Modified files:
	astro/sattrack : Makefile 
	astro/sattrack/pkg: PLIST 
Added files:
	astro/sattrack/patches: patch-src_sattrack_sattime_c 

Log message:
- fix Y2K bug, pointed out by Ross Tucker on ports@
- we may not distribute modified versions; adjust PERMIT_*
- bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/04 05:40:41

Modified files:
	mail/dovecot   : Makefile 
Added files:
	mail/dovecot/patches: patch-src_lib_randgen_c 

Log message:
use /dev/arandom; from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/04 08:16:57

Modified files:
	x11/gnome/alacarte: Makefile distinfo 
	x11/gnome/alacarte/pkg: PLIST 

Log message:
- update to new stable release: alacarte-0.12.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/04 08:43:31

Modified files:
	x11/gnome/alacarte: Makefile distinfo 

Log message:
- alacarte-0.12.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/04 09:11:47

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
Remove XXX and tweak comment. No pkg change.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/04 10:48:37

Modified files:
	sys/arch/amd64/amd64: sg_dma.c 
	sys/arch/amd64/pci: iommu.c 
	sys/arch/sparc64/dev: iommu.c iommuvar.h viommu.c 

Log message:
type pedantry.

the type we bind to an iommu or a GART is paddr_t, by definition, on the
other hand, the type we get out of it is not a vaddr_t, it's bus_addr_t.

fix up sparc64 iommu, amd64 iommu and the sg_dma backedn that uses it to
realise this.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/04 11:08:19

Modified files:
	share/man/man8 : daily.8 

Log message:
explain which variables belong to daily(8) and which to weekly(8);
while here, recommend to set variables in *.local, not in root/crontab
(in preparation for the upcoming next_part diff)
ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/04 12:05:01

Modified files:
	sbin/brconfig  : brconfig.8 

Log message:
in IPSEC BRIDGE:
- need to explicitly bring bridge0 up; from mpf
- final example needs "link2"; from bsd

ok mpf


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/04 12:05:21

Modified files:
	app/cwm        : cwmrc.5 

Log message:
properly document menu_unhide; tweak a patch from rgouveia@cosmico.net - thanks.

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/04 12:08:06

Modified files:
	sys/uvm        : uvm.h uvm_page.c uvm_pager.c uvm_pdaemon.c 
	                 uvm_pglist.c 

Log message:
Instead of keeping two ints in the uvm structure specifically just to
sleep on them (and otherwise ignore them) sleep on the pointer to the
{aiodoned,pagedaemon}_proc members, and nuke the two extra words.

"no objections" art@, ok beck@.


CVSROOT:	/cvs
Module name:	www
Changes by:	tobias@cvs.openbsd.org	2009/05/04 13:07:53

Modified files:
	de             : 29.html 30.html 31.html 32.html 33.html 34.html 
	                 35.html 36.html 37.html 38.html 39.html 40.html 
	                 41.html 42.html 43.html 44.html alpha.html 
	                 anoncvs.html armish.html cvsup.html cvsync.html 
	                 docum.html errata.html errata27.html 
	                 errata28.html errata29.html errata30.html 
	                 errata31.html errata32.html errata33.html 
	                 errata34.html errata35.html errata36.html 
	                 errata37.html errata38.html errata39.html 
	                 errata40.html errata41.html errata42.html 
	                 errata43.html errata44.html errata45.html 
	                 ftp.html hp300.html hppa.html i386.html 
	                 index.html mac68k.html macppc.html mail.html 
	                 mvme68k.html mvme88k.html plat.html ports.html 
	                 porttest.html press.html products.html 
	                 security.html sgi.html sparc.html sparc64.html 
	                 stable.html vax.html want.html zaurus.html 
	faq/fr         : faq15.html index.html upgrade43.html 
	faq/nl         : faq15.html index.html 
	faq/pf/de      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 pools.html queueing.html shortcuts.html 
	                 tables.html 
	faq/pf/pl      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html 
	                 shortcuts.html tables.html 
	fr             : index.html security.html translation.html 
	nl             : orders.html translation.html 
	openbgpd/de    : ftp.html 
	openntpd/de    : ftp.html portable.html 
	openssh/de     : ftp.html portable.html 
	papers/de      : index.html 
	pl             : i386.html index.html 
	zh             : anoncvs.html translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/05/04 13:10:49

Modified files:
	mail/nail      : Makefile distinfo 
	mail/nail/patches: patch-mailx_1 
	mail/nail/pkg  : PLIST 

Log message:
update to 12.4

almost identical diff from bsd@openbsd.rutgers.edu (maintainer)

ok merdely@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/04 13:13:33

Modified files:
	app/cwm        : conf.c 

Log message:
no need to use the global here.

ok todd@ oga@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/04 13:58:51

Modified files:
	.              : donations.html 

Log message:
- remove duplicate entry for Toni Mueller and add a link to his
company's webpage, the request was passed on by Mike Belopuhov

- partially rebalance columns


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/05/04 14:32:22

Modified files:
	driver/xf86-video-mach64/src: atimach64probe.c atipreinit.c 
	                              atipreinit.h 

Log message:
Fix a problem introduced by the libpciaccess conversion where the chip ID
would be set wrong and the proper resources wouldn't be claimed.

ok oga@, matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/05/04 14:34:28

Modified files:
	driver/xf86-video-mach64/src: aticonfig.c 

Log message:
Set sane defaults fori the reference clock for Rage XL and Mobility cards
on sparc64.  This makes it possible to run X without an xorg.conf on machines
like the blade100 and the Tadpole laptops.

ok oga@, matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 15:45:12

Modified files:
	distrib/miniroot: install.sub 

Log message:
pass desired set path to ftplist


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/04 16:01:35

Modified files:
	app/cwm        : cwmrc.5 

Log message:
right and middle mouse buttons swapped; from rgouveia@cosmico.net


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 16:07:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make the http fetcher capable of dealing with more complex index.txt files


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/04 17:22:56

Modified files:
	multimedia/get_iplayer: Makefile distinfo 

Log message:
update to 1.77; minor bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/04 17:24:09

Modified files:
	x11/xwrits     : Makefile distinfo 
	x11/xwrits/patches: patch-giftoc_c patch-pictures_c 
	x11/xwrits/pkg : PLIST 

Log message:
Update xwrits to version 2.26.

From maintainer Scott Vokes, thanks! Also fixed indention, spacing, license
marker (from sthen@) and set NO_REGRESS.

Okay sthen@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 18:37:10

Modified files:
	distrib/miniroot: install.sub 

Log message:
spaces to tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 18:38:02

Modified files:
	distrib/miniroot: install.sh 

Log message:
spaces to tabs


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/04 23:12:17

Modified files:
	sys/uvm        : uvm_aobj.c uvm_aobj.h 

Log message:
The first step in cleaning up the use of PG_RELEASED for uvm objects.

Now, the PG_ RELEASED flag currently has two (maybe three) uses. The
valid one is for use with async io where we want to free the page after
we've paged it out.  The other ones are "oh i'd like to free this, but
someone else is playing with it". It's simpler to just sleep on the
damned page instead and stop the fiddling.

First step does uao's: in uao_detach, sleep on the object and free it
when we're clean, instead of setting a flag so it's freed after. In
uao_flush, do the same. Change the interation over the object in flush
so that we don't have to add marker pages or other such voodoo to the
list when we sleep (netbsd did that when they had a similar diff), just
use the hash always. We can now change uao_releasepg() to just free the
page, and not bother with the KILLME stuff. When the other objects are
fixed this hook will vanish.

Much discussion with art@ over the idea, and ariane@ over this specific
diff. As mentioned, this one is based loosely on a similar idea in
netbsd.

Been in my tree for a while, survived many make builds, etc, and forcing
paging using ariane's evil program.

ok ariane@, beck@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/04 23:27:53

Modified files:
	sys/uvm        : uvm_km.c 

Log message:
Second step of PG_RELEASED cleanup.

uvm_km deals with kernel memory which is either part of one of the
kernel maps, or the main kernel object (a uao). If on km_pgremove we hit
a busy page, just sleep on it, if so there's some async io (and that is
unlikely). we can remove the check for uvm_km_alloc1() for a released page
since now we will never end up with a removed but released page in the kernel
map (due to the other chunk and the last diff).

ok ariane@. Diff survived several make builds, on amd64 and sparc64,
also forced paging with ariane's evil program.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 23:46:31

Modified files:
	distrib/miniroot: list2sh.awk 
Added files:
	distrib/miniroot: maketz.sh 

Log message:
Add a mechanism to build a false hierarchy of the zoneinfo on
the ramdisk


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/04 23:56:02

Modified files:
	distrib/miniroot: maketz.sh 

Log message:
remove some debug


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2009/05/05 01:51:36

Modified files:
	regress/usr.bin/ssh: multiplex.sh 

Log message:
Always specify ssh_config for multiplex tests: prevents breakage caused
by options in ~/.ssh/config.  From Dan Peterson.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/05 02:21:36

Modified files:
	.              : plus.html 

Log message:
no portsplus since ages


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/05 02:59:06

ports/graphics/sane-backends/files

Update of /cvs/ports/graphics/sane-backends/files
In directory cvs.openbsd.org:/tmp/cvs-serv29653/files

Log Message:
Directory /cvs/ports/graphics/sane-backends/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/05 05:40:08

Modified files:
	x11/mplayer    : Makefile 
	x11/mplayer/patches: patch-configure 

Log message:
make FLAVOR=DEBUG work better (the upstream configure script adds -O2
with DEBUG so that SSE can build; only -O1 is actually needed though,
and is cleaner in GDB. -O0 builds fail with SSE; disabling SSE is
not helpful for debugging real problems).

from Valery Masiutsin with feedback from myself and Björn Sandell
(maintainer, who is ok with the diff).


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/05/05 06:24:19

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
use logical or when it's intended to be a logical or; ok krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 06:30:50

Modified files:
	.              : orders.html 

Log message:
sigh, not preordering..


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/05 08:16:17

Modified files:
	sys/dev/pci    : pci.c pcivar.h ppb.c 

Log message:
Add extents for prefetchable memory mapped I/O.  Should remove conflict
messages for devices using prefetchable memory sitting behind bridges.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 11:24:44

Modified files:
	.              : lyrics.html 

Log message:
make lyrics.html not depend on items.html


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 11:26:11

Modified files:
	.              : items.html 

Log message:
pre-orders finished


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/05/05 11:59:55

Modified files:
	bin/ksh        : c_sh.c 

Log message:
Fix usage string for mknod builtin.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/05/05 12:54:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
fix for upgrade and vlans
noticed by naddy@, tested by me, ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/05 13:35:30

Modified files:
	usr.bin/ftp    : Makefile cmds.c cmdtab.c complete.c cookie.c 
	                 domacro.c extern.h fetch.c ftp_var.h list.c 
	                 main.c ruserpass.c stringlist.c stringlist.h 
	                 util.c 
Added files:
	usr.bin/ftp    : cmds.h small.c small.h 

Log message:
make it clean removing the ifdef SMALL maze.  separate cmds and
small stuff.  make it a fetcher.  shrinks quite a bit
agreed by millert@, krw@
ok theo, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/05 13:36:31

Modified files:
	distrib/miniroot: install.sub 

Log message:
adjust for ftp -DSMALL changes. been in test kernels tested by many.
ok martynas, deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/05 13:37:40

Modified files:
	distrib/special/ftp: Makefile 

Log message:
sync with the ftp changes


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/05 13:45:57

Modified files:
	distrib/special/ftp: Makefile 

Log message:
socks5 has been removed;  use dante instead
sure theo


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/05 14:09:19

Modified files:
	usr.sbin/bgpd  : control.c 

Log message:
check that an IMSG_CTL_SHOW_RIB_PREFIX request has a valid
address family before passing it to the RDE.

ok henning@ claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/05 14:12:04

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
fix a couple of comment typos


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/05 14:58:39

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
make "doesn't seem to exist on this system" and "Size matches for"
implicit;  since they filled the whole screen making important stuff
unnoticable.  ok espie@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/05 15:01:55

Modified files:
	lang/spidermonkey: Makefile distinfo 
	lang/spidermonkey/patches: patch-src_Makefile_ref 
	                           patch-src_config_mk patch-src_js_c 
	                           patch-src_jsapi_c patch-src_jslock_c 
	                           patch-src_jsopcode_c 
	                           patch-src_jsosdep_h 
	                           patch-src_jspubtd_h 
	                           patch-src_jstypes_h 
	lang/spidermonkey/pkg: PLIST 
Added files:
	lang/spidermonkey/patches: patch-src_jsstr_c 

Log message:
update to spidermonkey-1.7.0v0.  from Benoit Chesneau with couple
of tweaks from naddy@ and myself.
full bulk build done by naddy@ and jasper@
ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:09:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
cope with users who cannot read the username question


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:11:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
tabs and spaces and pedantry for the user entry


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:12:05

Modified files:
	distrib/miniroot: install.sub 

Log message:
tabs and spaces and pedantry for the user entry


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:14:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
avoid changing directories a bit


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:16:34

Modified files:
	distrib/miniroot: install.sub 

Log message:
count network interfaces as we configure them


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:22:14

Modified files:
	distrib/miniroot: install.sub 

Log message:
If only one interface, and it is running dhclient, skip the
default route / domainname / nameserver questions we already
know the answers to


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:23:58

Modified files:
	distrib/miniroot: install.sub 

Log message:
shorter default answer for the nameserver question


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 15:26:09

Modified files:
	distrib/miniroot: install.sub 

Log message:
accept TZ hints from the ftplist


CVSROOT:	/cvs
Module name:	ports
Changes by:	bluhm@cvs.openbsd.org	2009/05/05 16:21:15

Modified files:
	devel/p5-Devel-NYTProf: Makefile distinfo 
	devel/p5-Devel-NYTProf/pkg: PLIST 

Log message:
update to p5-Devel-NYTProf 2.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/05 17:28:51

Log message:
    import znc, from Brad.
    
    ZNC is an advanced IRC bouncer with features that include support for
    multiple users, playback buffers, DCC bouncing, SASL authentication and
    SSL encryption. It can be extended with dynamically loaded modules
    written in C++ or Perl.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	brad_20090502
    
    N ports/net/znc/Makefile
    N ports/net/znc/distinfo
    N ports/net/znc/pkg/DESCR
    N ports/net/znc/pkg/PLIST
    N ports/net/znc/patches/patch-man_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/05 17:29:10

Modified files:
	net            : Makefile 

Log message:
+znc


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/05 19:00:14

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
De-uglify disk configuration in the non-auto layout cases. Trust
disklabel(8) to prevent duplicate mount points, and the user to
enter all their mountpoint info in disklabel(8). Proceed directly
to disk formatting after the last disk is configured. Do not pass
go.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 19:29:48

Modified files:
	distrib/miniroot: install.sh install.sub upgrade.sh 

Log message:
Split the collection of many questions from the appplication of their
change.  Then ask them at the start.  The timezone stuff remains a bit
weird since we have to depend on when we get the TZ names, or when we
get network... so there are 3 possible places that question can be
asked.  But now basically once it starts ftp'ing the sets, you only
have the final done prompt.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 19:30:39

Modified files:
	distrib/alpha/bsd.rd: list 
	distrib/alpha/common: list 
	distrib/amd64/common: list 
	distrib/i386/ramdiskC: list.local 
	distrib/i386/ramdisk_cd: list.local 
	distrib/miniroot: list 
	distrib/ramdisk: list 
	distrib/sparc64/bsd.rd: list 
	distrib/sparc64/ramdisk: list 
	distrib/sparc64/ramdiskB: list 

Log message:
Put the tzdir onto some of the media we think it will fit onto


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/05 19:33:15

Modified files:
	share/man/man8 : afterboot.8 

Log message:
tell people to pkill dhclient; spotted by Rodolfo Gouveia


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/05 20:07:19

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't display 'No disks found.' after configuring the last disk.

"Silence is golden." deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/06 00:31:50

Modified files:
	.              : orders.html 

Log message:
oops, wrong date


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/06 02:35:24

Modified files:
	distrib/miniroot: install.sh 

Log message:
whoa, we were assuming that $_password was still the user password.  we
got lucky.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/06 02:36:41

Modified files:
	astro/celestia : Makefile 
	astro/celestia/patches: patch-src_celengine_render_cpp 
	astro/celestia/pkg: PLIST 

Log message:
- fix stack overflow; from Olivier Crouzet
issue was also reported by Josh Grosse


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/06 04:23:21

Modified files:
	graphics/sane-backends: Makefile distinfo 
	graphics/sane-backends/patches: patch-backend_Makefile_in 
	                                patch-backend_dll_c 
	                                patch-backend_dll_conf_in 
	                                patch-configure 
	                                patch-doc_saned_man 
	graphics/sane-backends/pkg: MESSAGE PFRAG.shared PLIST 
Added files:
	graphics/sane-backends/files: README.OpenBSD 
	graphics/sane-backends/patches: patch-Makefile_in 
Removed files:
	graphics/sane-backends/patches: patch-doc_Makefile_in 
	                                patch-japi_Makefile_in 

Log message:
- major update to sane-backends-1.0.20:
* new and updated backends
* 75 more scanner models supported
* epson backend deprecated, use epson2
* coolscan2 backend deprecated, use coolscan3
* improved saned configuration
* updated translations and documentations
* bugfixes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/06 05:56:02

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- update to vala-0.7.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/06 05:57:23

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/patches: patch-src_GtkamlImplicitsStore_c 
	                         patch-src_gtkamlc_h 

Log message:
- update to gtkaml-0.2.6
(updated for Vala 0.7.1)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/06 09:21:58

Modified files:
	shells/bash    : Makefile distinfo 

Log message:
update to 4.0 patch 17


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/06 09:48:26

Modified files:
	telephony/spandsp: Makefile distinfo 
	telephony/spandsp/pkg: PLIST 

Log message:
update to 0.0.6pre11, from Brad (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/06 10:05:20

Modified files:
	sys/kern       : tty_msts.c 

Log message:
remove erroneous fldcnt test.  fldcnt can never be 13 here.  this is
apparently a leftover from tty_nmea.c


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/06 10:20:01

Modified files:
	x11/emelfm2    : Makefile distinfo 
	x11/emelfm2/patches: patch-Makefile patch-src_e2_output_c 
	                     patch-src_filesystem_e2_fs_c 
	                     patch-src_utils_e2_utils_c 
	x11/emelfm2/pkg: PFRAG.shared PLIST 

Log message:
Update to 0.6.0
Regen patches


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/06 11:16:17

Modified files:
	devel/commoncpp: Makefile distinfo 
	devel/commoncpp/patches: patch-m4_ost_pthread_m4 
	                         patch-m4_ost_ssl_m4 
	                         patch-src_Makefile_in 
	                         patch-src_timer_cpp 

Log message:
update to 1.7.3, from Brad (maintainer)


CVSROOT:	/cvs
Module name:	www
Changes by:	naddy@cvs.openbsd.org	2009/05/06 12:03:15

Modified files:
	.              : cvsup.html 

Log message:
mention the alternative csup client


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/06 12:21:23

Modified files:
	share/man/man4 : Makefile 
	sys/kern       : tty_conf.c 
	sys/conf       : GENERIC files 
	sbin/ldattach  : ldattach.8 ldattach.c 
	sys/sys        : ttycom.h 
Added files:
	share/man/man4 : endrun.4 
	sys/kern       : tty_endrun.c 

Log message:
endrun(4) - EndRun Technologies native time-of-day message timedelta
sensor.  Based on msts(4).  Tested with Praecis Ct
(http://www.endruntechnologies.com/network-time-source.htm).

help and feedback mbalmer
'no problem with this sensor going in' deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/06 12:39:02

Modified files:
	share/man/man5 : motd.5 

Log message:
lift the note on customised motd from afterboot(8);
diff from Rodolfo Gouveia, though i applied a different fix


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/05/06 12:47:32

Modified files:
	bin/ls         : ls.c 

Log message:
do not ignore COLUMNS in -C mode, even if !isatty(STDOUT_FILENO)
from FreeBSD
ok millert@, posix checked by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/06 12:55:29

Modified files:
	share/man/man4 : endrun.4 

Log message:
fix incorrect TFOM range


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/06 13:03:09

Modified files:
	lib/libc/net   : getaddrinfo.3 

Log message:
Document AI_NUMERICSERV; feedback and ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/05/06 13:12:45

Modified files:
	usr.bin/tset   : Makefile 

Log message:
Use getttynam() from libc instead of the private version in tset.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/06 13:13:26

Modified files:
	sbin/kbd       : kbd.8 

Log message:
- document /etc/kbdtype
- standard options list
- some minor tweakage

based on a diff from Rodolfo Gouveia


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/06 13:28:54

Modified files:
	devel/pcre     : Makefile distinfo 

Log message:
upgrade to PCRE 7.9; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/06 13:43:16

Modified files:
	share/man/man5 : motd.5 

Log message:
deraadt pointed out that the sentence i added in the previous commit
kind of mangled the sense of the text before, so rewrite it;

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/06 14:00:58

Modified files:
	sys/dev/wscons : wsemul_sun.c 

Log message:
When computing output result for jump scroll purposes, do not count LF
as moving the cursor one charcell right before scrolling.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/06 14:02:45

Modified files:
	sys/arch/mips64/include: param.h 
	sys/arch/mips64/mips64: clock.c 

Log message:
Fix signedness of comparison used to know whether we have already reached
the next scheduled clock interrupt; the comparison would before always be
true, causing the clock to really run at hz/2.

While there, remove unused nanodelay() and attempt to clean clock
initialization a bit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/06 14:07:10

Modified files:
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Fix typo in a comment, and remove 20st-century mention of option
MACHINE_NONCONTIG (not even MACHINE_NEWNONCONTIG!)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/06 14:08:00

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
IP27 and IP35 do not layout physical memory the same way, IP35 is much
simpler; use two different routines to register memory depending on the
system type.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/06 14:08:47

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/xbow: xbridge.c xbridgereg.h 

Log message:
Workaround a bridge deadlock, as advised by comments found in the linux sn1
code.


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/06 14:14:18

Modified files:
	sbin/ldattach  : ldattach.8 

Log message:
.Xr endrun 4
spotted by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/06 14:24:15

Modified files:
	multimedia/libquicktime/patches: patch-configure 

Log message:
Remove some useless chunks from patch-configure.

Noticed by jakemsr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/06 14:39:29

Log message:
    aircrack is an 802.11 WEP and WPA-PSK keys cracking program that
    can recover keys once enough data packets have been captured.
    
    It implements the standard FMS attack along with some optimizations
    like KoreK attacks, thus making the attack much faster compared to
    other WEP cracking tools. In fact, aircrack is a set of tools for
    auditing wireless networks.
    
    From Benoit Lecocq.
    
    Note: aireplay-ng can cause kernel panics (as reported by David
    Coppa), so this isn't yet connected to the build. But having it in
    the tree may get some more people testing driver patches.
    
    prodded by and ok fgsch@
    "sounds like a plan" ckuethe@
    
    Status:
    
    Vendor Tag:	kili
    Release Tags:	kili_20090506
    
    N ports/security/aircrack-ng/Makefile
    N ports/security/aircrack-ng/distinfo
    N ports/security/aircrack-ng/patches/patch-src_osdep_network_c
    N ports/security/aircrack-ng/patches/patch-src_osdep_osdep_h
    N ports/security/aircrack-ng/patches/patch-src_airserv-ng_c
    N ports/security/aircrack-ng/patches/patch-src_aircrack-ng_h
    N ports/security/aircrack-ng/patches/patch-common_mak
    N ports/security/aircrack-ng/patches/patch-src_Makefile
    N ports/security/aircrack-ng/patches/patch-src_osdep_Makefile
    N ports/security/aircrack-ng/pkg/PLIST
    N ports/security/aircrack-ng/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/05/06 14:41:38

Modified files:
	distrib/miniroot: install.sub 

Log message:
make nifs init global, so it can be relied upon
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/05/06 15:07:01

Modified files:
	usr.bin/tset   : tset.c 

Log message:
add missing flags to the output of usage() and sort them as usual
in BSD operating systems; while here, indent source code in a way it
fits on 80-column displays.

ok jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/05/06 15:34:28

Modified files:
	infrastructure/db: user.list 

Log message:
add _varnish.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/05/06 16:02:05

Modified files:
	etc/root       : dot.login dot.profile 
	etc/skel       : dot.login 

Log message:
Skip terminal initialization when logging in from an xterm, we
can be fairly sure the terminal is already initialized.  Avoids
a one second pause on login.  Requested and OK deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:12:58

Modified files:
	build          : mirrors.dat 

Log message:
add bsdforen.de mirror, zap some commented-out dead entries, re-enable a
few that were disabled for various reasons but now have good files again.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:13:16

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:13:51

Modified files:
	converters/p5-JSON-XS: Makefile distinfo 

Log message:
maintenance update to version 2.232


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:16:53

Modified files:
	build          : mirrors.dat 

Log message:
comment-out the province for the ufsc.br mirror, there is only one
Florianopolis in Brazil and it makes the ftplist entry wrap badly.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:17:49

Modified files:
	.              : ftp.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:20:21

Modified files:
	converters/p5-JSON-DWIW: Makefile distinfo 

Log message:
maintenance update to version 0.32


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:22:56

Modified files:
	databases/p5-DBD-Pg: Makefile distinfo 

Log message:
update to version 2.13.0

ok pea@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:24:53

Modified files:
	build          : Makefile mirrors.dat 

Log message:
running "make" will now generate ftplist


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:25:35

Added files:
	.              : ftplist 

Log message:
commit the ftplist file to www repository for easier syncing.
discussed with deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/06 16:25:57

Modified files:
	sys/dev/pci    : cmpcireg.h cmpci.c 

Log message:
- explicitely disable some s/pdif features (ac3 passthrough, 24 and 32-bit
modes, "double speed")
- connect s/pdif output to the correct controller channels

fixes s/pdif output, which I partly broke when adding multichannel
support.  problem reported and patches tested by Antti Harri, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:30:04

Modified files:
	www/p5-Mojo    : Makefile distinfo 

Log message:
update to version 0.9002


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:44:25

Modified files:
	textproc/p5-Catalyst-View-TT: Makefile distinfo 

Log message:
update to version 0.29 and add an indirectly covered dependency to be
sure it doesn't break with p5-Catalyst-Runtime->=5.8


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/06 16:48:03

Modified files:
	distrib/miniroot: install.sub 

Log message:
use /snapshots/ rather than /4.5/ when you choose a numbered mirror from
the list.  ok deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:54:06

Modified files:
	devel/p5-Mouse : Makefile distinfo 
	devel/p5-Mouse/pkg: PLIST 

Log message:
update to version 0.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:59:42

Log message:
    import p5-Any-Moose
    
    This module uses Moose if it's loaded and otherwise Mouse.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090507
    
    N ports/devel/p5-Any-Moose/Makefile
    N ports/devel/p5-Any-Moose/distinfo
    N ports/devel/p5-Any-Moose/pkg/PLIST
    N ports/devel/p5-Any-Moose/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 16:59:46

Modified files:
	devel          : Makefile 

Log message:
add p5-Any-Moose


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 17:01:45

Modified files:
	devel/p5-Data-Visitor: Makefile distinfo 

Log message:
update to version 0.24


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 17:06:21

Log message:
    import p5-Scope-Upper
    
    This module lets you defer actions that will take place when the control
    flow returns into an upper scope.  Currently, you can hook an upper
    scope end, or localize variables, array/hash values or deletions of
    elements in higher contexts.  You can also return to an upper level and
    know which context was in use then.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090507
    
    N ports/devel/p5-Scope-Upper/Makefile
    N ports/devel/p5-Scope-Upper/distinfo
    N ports/devel/p5-Scope-Upper/pkg/DESCR
    N ports/devel/p5-Scope-Upper/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 17:06:25

Modified files:
	devel          : Makefile 

Log message:
add p5-Scope-Upper


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 17:10:44

Modified files:
	mail/p5-Email-Abstract: Makefile distinfo 

Log message:
maintenance update to version 3.001


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/06 17:13:29

Modified files:
	sys/dev/pci    : cmpci.c 

Log message:
configure the input and output ports in trigger_{input,output} instead
of set_params so they only get configured when necessary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/06 17:13:54

Modified files:
	devel/p5-Paranoid: Makefile distinfo 
	devel/p5-Paranoid/pkg: PLIST 

Log message:
update to version 0.23 and enable POD tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2009/05/06 18:10:44

Modified files:
	infrastructure/package: gen-package-pages 

Log message:
4.5


CVSROOT:	/cvs
Module name:	www
Changes by:	pvalchev@cvs.openbsd.org	2009/05/06 19:31:32

Modified files:
	.              : ports.html 

Log message:
point to 4.5 packages list


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/06 21:36:53

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/05/06 21:43:02

Modified files:
	distrib/miniroot: install.sh install.sub maketz.sh 

Log message:
o use 'ls -C' to speed and simplify both sets viewing and timezone selection
o use a tzlist instead of a tzdir
o as a bonus, sets lists are now sorted top-down instead of left-right
o use stty to calculate 4char padding surrounding sets lists
collaboration with Alexander Hall halex@
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/07 00:18:13

Modified files:
	devel/libgsf   : Makefile distinfo 
	devel/libgsf/patches: patch-thumbnailer_Makefile_in 

Log message:
- bugfix update to libgsf-1.14.13


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/07 01:37:55

Modified files:
	build          : mirrors.dat 

Log message:
fix pasto in bsdforen.de's http mirror URLs.
pointed out by Andreas Hämmerle.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/07 01:38:40

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/07 02:10:35

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
- update to pngcrush-1.6.16

from Benoit Lecocq (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 02:14:51

Modified files:
	devel/p5-Class-MOP: Makefile distinfo 
	devel/p5-Class-MOP/pkg: PLIST 
Removed files:
	devel/p5-Class-MOP/patches: patch-Makefile_PL 

Log message:
update to version 0.83


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 02:15:20

Modified files:
	devel/p5-Moose : Makefile distinfo 
	devel/p5-Moose/pkg: PLIST 

Log message:
update to version 0.76


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 02:24:02

Modified files:
	devel/p5-Class-C3-Adopt-NEXT: Makefile distinfo 

Log message:
update to version 0.09


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 04:30:16

Log message:
    import p5-YAML-Tiny
    
    The YAML specification is huge.  Really, really huge.  It contains all
    the functionality of XML, except with flexibility and choice, which
    makes it easier to read, but with a formal specification that is more
    complex than XML.
    The original pure-Perl implementation YAML costs just over 4 megabytes
    of memory to load.  Just like with Windows .ini files (3 meg to load)
    and CSS (3.5 meg to load) the situation is just asking for a YAML::Tiny
    module, an incomplete but correct and usable subset of the
    functionality, in as little code as possible.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090507
    
    N ports/devel/p5-YAML-Tiny/Makefile
    N ports/devel/p5-YAML-Tiny/distinfo
    N ports/devel/p5-YAML-Tiny/pkg/PLIST
    N ports/devel/p5-YAML-Tiny/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 04:30:21

Modified files:
	devel          : Makefile 

Log message:
add p5-YAML-Tiny


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 04:45:45

ports/devel/p5-Module-Install/patches

Update of /cvs/ports/devel/p5-Module-Install/patches
In directory cvs.openbsd.org:/tmp/cvs-serv16184/patches

Log Message:
Directory /cvs/ports/devel/p5-Module-Install/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/07 04:45:58

Modified files:
	devel/p5-Module-Install: Makefile distinfo 
	devel/p5-Module-Install/pkg: PLIST 
Added files:
	devel/p5-Module-Install/patches: 
	                                 patch-lib_Module_Install_Admin_Include_pm 

Log message:
update to version 0.87


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/07 05:30:28

Modified files:
	sys/arch/amd64/conf: files.amd64 
	sys/arch/i386/conf: GENERIC files.i386 
Added files:
	sys/dev/pci    : amas.c amas.h 
Removed files:
	sys/arch/amd64/include: amas.h 
	sys/arch/amd64/pci: amas.c 

Log message:
Move amas device from arch/amd64 to dev/pci and enable it in i386 as well.
amas defaults to disabled on both amd64 and i386.

"Go for it!" kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/07 06:16:34

Modified files:
	infrastructure/db: user.list 
	www/pound      : Makefile 
	www/pound/pkg  : PLIST 

Log message:
unbreak conflicting userid and bump PKGNAME, no cookie for me, I forgot
to commit the user.list update in my tree :(

found by Rolf Sommerhalder.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/07 06:37:10

Modified files:
	infrastructure/db: user.list 
	www/pound      : Makefile 
	www/pound/pkg  : PLIST 

Log message:
pound should be uid 626, even... 625 was reserved for varnish.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/07 08:43:48

Modified files:
	net/p5-Net-CIDR: Makefile distinfo 

Log message:
Update to 0.13
Maintainer timeout


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/07 08:47:15

Modified files:
	comms/tkhylafax: Makefile 
	comms/tkhylafax/patches: patch-Makefile patch-tkhylafax-defaults 
	                         patch-tkhylafax_man 

Log message:
Use x11/tk module and ${SUBST_CMD}
Add a few mirrors
"ports-wise it's ok" sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/07 09:48:43

Modified files:
	build          : mirrors.pl 

Log message:
right-align ftplist, and enforce that lines won't wrap in the installer.
discussed with deraadt.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/07 09:49:10

Modified files:
	.              : ftplist 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/07 09:51:53

Modified files:
	usr.bin/netstat: main.c netstat.h route.c 

Log message:
Make the kvm routing table code grok multiple routing tables and do not
default to table 0 by default. Makes debugging alternate tables possible.
OK jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/07 10:32:53

Modified files:
	include        : netdb.h 

Log message:
fix confusing comment; ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/07 11:03:22

Modified files:
	etc/etc.vax    : disktab 
	distrib/vax/iso: Makefile 

Log message:
vax iso has to become a teeny bit bigger


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/07 11:20:08

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.amd64 mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/05/07 12:31:20

Modified files:
	sys/dev/isa    : sch311x.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/07 13:54:57

Modified files:
	net/ircII      : Makefile 
	net/ircII/patches: patch-doc_ircII_1 
Added files:
	net/ircII/patches: patch-configure_in 

Log message:
use /dev/arandom instead of urandom; ok maintainer


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/07 14:06:30

Modified files:
	share/man/man4 : Makefile 
	share/man/man4/man4.amd64: Makefile 
Added files:
	share/man/man4 : amas.4 
Removed files:
	share/man/man4/man4.amd64: amas.4 

Log message:
Manpage moved: amas is not amd64 specific anymore.

ok jmc, kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/07 14:08:34

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/07 14:19:46

Modified files:
	sys/dev/pci    : amas.c 

Log message:
Amas(4) on some machines has ranges with base > limit. Treat this as
an empty range.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/07 16:08:59

Modified files:
	sys/dev/pci    : amas.c 

Log message:
Make amas less chatty in debug mode by not mentioning unused ranges and
writing 'interleaved' instead of 'interleaved across 4 nodes'.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/07 16:25:31

Modified files:
	sys/dev/pci    : amas.c 

Log message:
Missed removing a printf argument.

Spotted and ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 20:50:34

src/sys/arch/arm/armv7

Update of /cvs/src/sys/arch/arm/armv7
In directory cvs.openbsd.org:/tmp/cvs-serv11940/armv7

Log Message:
Directory /cvs/src/sys/arch/arm/armv7 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 20:57:32

Modified files:
	sys/arch/arm/arm: bus_space_asm_generic.S cpu.c cpufunc.c 
	                  db_interface.c pmap.c 
	sys/arch/arm/conf: files.arm ldscript.tail 
	sys/arch/arm/include: armreg.h cpuconf.h cpufunc.h pmap.h 
Added files:
	sys/arch/arm/armv7: armv7_a4x_io.S armv7_a4x_space.c 
	                    armv7_mutex.c armv7_space.c armv7reg.h 
	                    armv7var.h avic_intr.h 

Log message:
Pieces of arm11 and armv7 support for newer cpus. This is work in progress
and not complete.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/07 21:01:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
Since our order is now net, disk, TZ, we can increase the ftp timeout
up to 12 seconds more comfortably


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:21

src/sys/arch/beagle

Update of /cvs/src/sys/arch/beagle
In directory cvs.openbsd.org:/tmp/cvs-serv8622/beagle

Log Message:
Directory /cvs/src/sys/arch/beagle added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:36

src/sys/arch/beagle/beagle

Update of /cvs/src/sys/arch/beagle/beagle
In directory cvs.openbsd.org:/tmp/cvs-serv5849/beagle

Log Message:
Directory /cvs/src/sys/arch/beagle/beagle added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:37

src/sys/arch/beagle/compile

Update of /cvs/src/sys/arch/beagle/compile
In directory cvs.openbsd.org:/tmp/cvs-serv5849/compile

Log Message:
Directory /cvs/src/sys/arch/beagle/compile added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:38

src/sys/arch/beagle/conf

Update of /cvs/src/sys/arch/beagle/conf
In directory cvs.openbsd.org:/tmp/cvs-serv5849/conf

Log Message:
Directory /cvs/src/sys/arch/beagle/conf added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:39

src/sys/arch/beagle/dev

Update of /cvs/src/sys/arch/beagle/dev
In directory cvs.openbsd.org:/tmp/cvs-serv5849/dev

Log Message:
Directory /cvs/src/sys/arch/beagle/dev added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:06:40

src/sys/arch/beagle/include

Update of /cvs/src/sys/arch/beagle/include
In directory cvs.openbsd.org:/tmp/cvs-serv5849/include

Log Message:
Directory /cvs/src/sys/arch/beagle/include added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/07 21:13:27

Added files:
	sys/arch/beagle/beagle: ahb.c ahb.h autoconf.c beagle_machdep.c 
	                        beagle_start.S 
	sys/arch/beagle/compile: .cvsignore 
	sys/arch/beagle/conf: Makefile.beagle RAMDISK files.beagle 
	sys/arch/beagle/dev: gptimer.c intc.c intc.h omap_com.c 
	                     omdisplay.c omdog.c omgpio.c omgpiovar.h 
	                     omohci.c prcm.c prcmvar.h 
	sys/arch/beagle/include: _types.h apmvar.h asm.h atomic.h 
	                         beagle_intr.h bootconfig.h bus.h 
	                         cdefs.h conf.h cpu.h db_machdep.h 
	                         disklabel.h elf_abi.h endian.h exec.h 
	                         float.h fp.h frame.h ieee.h ieeefp.h 
	                         internal_types.h intr.h irqhandler.h 
	                         isa_machdep.h limits.h 
	                         loadfile_machdep.h lock.h machine_reg.h 
	                         math.h mutex.h param.h pcb.h pio.h 
	                         pmap.h proc.h profile.h psl.h ptrace.h 
	                         reg.h reloc.h rtc.h setjmp.h signal.h 
	                         spinlock.h stdarg.h sysarch.h trap.h 
	                         types.h vmparam.h 

Log message:
Initial effort on a port to the omap35xx platform specifically beagleboard,
however other omap system may be supportable. Not functional until armv7
core changes are complete.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/07 23:47:38

Modified files:
	distrib/miniroot: install.sub 

Log message:
use $nifs instead of hostname.* existance to determine if we should get ftplist


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/08 00:52:40

Modified files:
	graphics/p5-Image-Size: Makefile distinfo 
	graphics/p5-Image-Size/pkg: PLIST 

Log message:
update to version 3.2

ok kevlo@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/08 02:05:53

Modified files:
	graphics/libgphoto2: Makefile distinfo 
	graphics/libgphoto2/patches: patch-configure 
	                             patch-libgphoto2_port_configure 
	graphics/libgphoto2/pkg: PLIST 

Log message:
- update to libgphoto-2.4.5
- explicitely set some configure switches

"if it works, go ahead" espie@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/08 02:06:42

Modified files:
	graphics/gphoto2: Makefile distinfo 

Log message:
- update to gphoto-2.4.5

"if it works, go ahead" espie@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/08 02:42:38

Modified files:
	lang/vala      : Makefile distinfo 

Log message:
- update to vala-0.7.2
(many bug fixes and binding updates)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/08 04:25:37

Modified files:
	x11/eterm      : Makefile 

Log message:
- the kanji flavor needs libiconv


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/08 04:28:35

Modified files:
	devel/py-distutils-extra: Makefile 

Log message:
- add missing dependency


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/08 05:38:08

Modified files:
	devel/vte      : Makefile distinfo 

Log message:
- update vte to 0.20.2
* bugfix wrt libiconv


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/08 06:38:28

Modified files:
	geo/libchamplain: Makefile Makefile.inc 
	geo/libchamplain/core: Makefile distinfo 
	geo/libchamplain/core/pkg: DESCR PLIST 
Removed files:
	geo/libchamplain/libchamplain-gtk: Makefile distinfo 
	geo/libchamplain/libchamplain-gtk/pkg: DESCR PLIST 

Log message:
- update libchamplain to 0.3.0
* too many changes to list here
* libchamplain-gtk is now shipped with libchamplain


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 07:35:55

Modified files:
	sys/dev/pci    : envy.c 

Log message:
hide controls corresponding to missing dacs, adcs or spdifs.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/08 07:42:49

Modified files:
	usr.bin/sudo   : sudoers 

Log message:
Sort variables in env_keep.

"sure" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/08 07:50:15

Modified files:
	sys/uvm        : uvm_aobj.c uvm_device.c uvm_fault.c uvm_loan.c 
	                 uvm_meter.c uvm_page.c uvm_pdaemon.c uvm_stat.c 
	                 uvm_swap.c 

Log message:
Remove static qualifier of functions that are not inline.
Makes trace in ddb useful.

ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/08 08:32:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
improve user_setup by only accepting good usernames; idea from alexander
hall.  also improve the 2nd question designed for people not paying
attention; ok todd


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 08:56:04

Modified files:
	sys/dev/pci    : envy.c envyvar.h 

Log message:
use the number of channels rather than the number of stereo dacs/adcs,
because there will support for non-stereo dacs/adcs soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/05/08 09:10:35

Modified files:
	sys/uvm        : uvm_page.c 

Log message:
Clear PQ_AOBJ at pageremove: when a page is no longer part of a uvm_object,
it is also not part of an aobj.
Clear anon flags at pagefree: page is no longer part of an anon.

ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 09:17:41

Modified files:
	sys/dev/pci    : envy.c 

Log message:
expose HT mixer; since neither the digital mixer nor codec
sub-mixers are implemented, it's empty.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 09:31:16

Modified files:
	sys/dev/pci    : envy.c envyreg.h envyvar.h 

Log message:
rename few functions and macros, fix style


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/08 09:43:51

Modified files:
	editors/openoffice3: Makefile distinfo 
	editors/openoffice3/patches: 
	                             patch-desktop_source_deployment_gui_dp_gui_dialog2_cxx 
	                             patch-desktop_source_deployment_misc_dp_platform_cxx 
	                             patch-external_gcc3_specific_makefile_mk 
	                             patch-filter_source_pdf_impdialog_cxx 
	                             patch-hyphen_makefile_mk 
	                             patch-hyphen_prj_d_lst 
	                             patch-lingucomponent_source_hyphenator_altlinuxhyph_hyphen_makefile_mk 
	                             patch-lpsolve_lp_solve_5_5_patch 
	                             patch-odk_settings_settings_mk 
	                             patch-odk_util_makefile_pmk 
	                             patch-pyuno_source_module_makefile_mk 
	                             patch-sal_inc_sal_types_h 
	                             patch-sal_osl_unx_backtrace_c 
	                             patch-sal_osl_unx_file_cxx 
	                             patch-sal_osl_unx_socket_c 
	                             patch-sal_osl_unx_system_h 
	                             patch-sal_osl_unx_thread_c 
	                             patch-sfx2_source_doc_objuno_cxx 
	                             patch-solenv_bin_modules_installer_download_pm 
	                             patch-solenv_bin_modules_installer_globals_pm 
	                             patch-solenv_bin_modules_installer_worker_pm 
	                             patch-solenv_config_ssolar_cmn 
	                             patch-solenv_inc_libs_mk 
	                             patch-solenv_inc_settings_mk 
	                             patch-solenv_inc_unxobsd_mk 
	                             patch-tools_inc_tools_solar_h 
	                             patch-vcl_unx_source_app_saldisp_cxx 
	                             patch-vcl_util_makefile_mk 
	                             patch-writerfilter_source_resourcemodel_makefile_mk 
	                             patch-xpdf_makefile_mk 
	editors/openoffice3/pkg: PFRAG.shared-java PFRAG.shared-kde 
	                         PFRAG.shared-main PLIST-i18n-bg 
	                         PLIST-i18n-ca PLIST-i18n-de 
	                         PLIST-i18n-es PLIST-i18n-fa 
	                         PLIST-i18n-fi PLIST-i18n-fr 
	                         PLIST-i18n-hu PLIST-i18n-it 
	                         PLIST-i18n-ja PLIST-i18n-ko 
	                         PLIST-i18n-lt PLIST-i18n-lv 
	                         PLIST-i18n-nl PLIST-i18n-pl 
	                         PLIST-i18n-pt-br PLIST-i18n-ru 
	                         PLIST-i18n-sl PLIST-i18n-sv PLIST-java 
	                         PLIST-kde PLIST-main 
Added files:
	editors/openoffice3/patches: patch-configure_in 
	                             patch-filter_source_config_fragments_makefile_mk 
	                             patch-hunspell_hunspell-1_2_8_patch 
	                             patch-set_soenv_in 
	editors/openoffice3/pkg: PFRAG.no_java-i18n-bg 
	                         PFRAG.no_java-i18n-ca 
	                         PFRAG.no_java-i18n-de 
	                         PFRAG.no_java-i18n-es 
	                         PFRAG.no_java-i18n-fa 
	                         PFRAG.no_java-i18n-fi 
	                         PFRAG.no_java-i18n-fr 
	                         PFRAG.no_java-i18n-hu 
	                         PFRAG.no_java-i18n-it 
	                         PFRAG.no_java-i18n-ja 
	                         PFRAG.no_java-i18n-ko 
	                         PFRAG.no_java-i18n-lt 
	                         PFRAG.no_java-i18n-lv 
	                         PFRAG.no_java-i18n-nl 
	                         PFRAG.no_java-i18n-pl 
	                         PFRAG.no_java-i18n-pt-br 
	                         PFRAG.no_java-i18n-ru 
	                         PFRAG.no_java-i18n-sl 
	                         PFRAG.no_java-i18n-sv 
Removed files:
	editors/openoffice3/patches: patch-config_office_configure_in 
	                             patch-config_office_set_soenv_in 
	                             patch-configmgr_source_cmdtools_setofficelang_sh 
	                             patch-desktop_source_deployment_gui_dp_gui_dialog_cxx 
	                             patch-hunspell_1_1_12_patch 
	                             patch-jvmfwk_distributions_OpenOfficeorg_makefile_mk 
	                             patch-sal_typesconfig_typesconfig_c 
	                             patch-stlport_STLport_4_5_patch 
	                             patch-stlport_makefile_mk 
	                             patch-transex3_source_gsicheck_cxx 
	                             patch-vcl_unx_source_gdi_salogl_cxx 

Log message:
update to openoffice-3.1.0

- introduce a no_java flavor because now we can build OOo w/o having jdk and
other java dependencies installed
- introduce a parallel flavor that allows people to build OOo with parallel
processes. to achieve this we use a so called "non-blocking" cat, so
another distfile has been added in order two provide to pre-built static
binaries with the needed modifications (for amd64 and i386)
By default we run a parallel build with NCPU+1 processes.
- remove unneccessary patch files
- fix some dependencies


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/08 09:46:39

Modified files:
	www/p5-libwww  : Makefile distinfo 
	www/p5-libwww/pkg: PLIST 
Removed files:
	www/p5-libwww/patches: patch-Makefile_PL 

Log message:
update to version 5.826

bulk build and ok by jasper@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/08 09:47:32

Modified files:
	editors/openoffice3: Makefile 

Log message:
oops fix some no_java flavor ifdefs


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 10:07:26

Modified files:
	sys/dev/pci    : envy.c 

Log message:
add support for m-audio delta 1010, delta 66 and delta 44 since
they are the same as the delta 1010lt card, only the number of
implemented codecs change


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 10:12:23

Modified files:
	sys/dev/pci    : envy.c 

Log message:
print card model, the number of inputs and the number of outputs
when the device attaches


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 10:53:45

Modified files:
	sys/dev/pci    : envy.c envyreg.h envyvar.h 

Log message:
add support for the ak4358 DAC used in ESI Julia cards. There are
two mono line0 and line1 knobs rather than a single stereo knob
because that's how the routing control (not exposed for ht chips yet)
works.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 11:52:18

Modified files:
	sys/dev/pci    : envy.c envyreg.h 

Log message:
add support HT mixer knobs (ie routing control). Allow monitoring
analog inputs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/05/08 11:58:52

Log message:
    import ruby-systemtimer 1.1.1, a better timeout.rb that uses sigalrm
    
    Status:
    
    Vendor Tag:	jcs
    Release Tags:	jcs20090508
    
    N ports/devel/ruby-systemtimer/Makefile
    N ports/devel/ruby-systemtimer/distinfo
    N ports/devel/ruby-systemtimer/pkg/PFRAG.shared
    N ports/devel/ruby-systemtimer/pkg/DESCR
    N ports/devel/ruby-systemtimer/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/05/08 12:01:33

Modified files:
	devel          : Makefile 

Log message:
ruby-systemtimer


CVSROOT:	/cvs
Module name:	ports
Changes by:	jcs@cvs.openbsd.org	2009/05/08 12:04:11

Modified files:
	devel/ruby-systemtimer: Makefile 

Log message:
this has some wantlibs


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:34:37

Modified files:
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Be sure to completely ignore ARCBios memory information on IP27 and IP35
for now, as we get this information from elsewhere and bad things would
happen if arcbios memory walk causes more memory segment entries to be
populated than the KL memory walk will, later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:35:13

Modified files:
	sys/arch/sgi/dev: dsrtc.c 

Log message:
IP30 Dallas clock runs in non-BCD mode, so make sure to check which mode
the chip is in, and honour it.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:36:11

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
Attach children with config_found_sm() instead of directly invoking
config_search(), so that disabled or unconfigured child device appear in
dmesg as ``not configured''.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:36:48

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
Make interrupt handling code closer to IP30 XHeart code.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:37:28

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Fix devio byteswap, this makes isp(4) happy on IP27 and IP35.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:39:01

Modified files:
	sys/dev/pci    : isp_pci.c 

Log message:
The default initiator value is 0 on sgi IP27, IP30 and IP35 systems. Since
they don't seem to have a valid NVRAM either, override the default value.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/08 12:39:59

Modified files:
	distrib/miniroot: install.sub 

Log message:
If sshd is enabled, and a user is setup, as if sshd should turn off
sshd's PermitRootLogin


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 12:42:07

Modified files:
	sys/arch/sgi/include: vmparam.h 
	sys/arch/sgi/sgi: bus_dma.c ip32_machdep.c machdep.c sginode.c 
	sys/arch/sgi/xbow: xheart.c 

Log message:
Add a new page freelist, to which memory suitable for 32-bit dma on
xbridge(4) is assigned. Then, make bus_dmamem_alloc() allocate from this
range only.

This is transparent on O2, and makes sure the bus_dma memory address
will fit in the 2GB direct map of xbridge(4) chips - this is necessary for
PCI devices which do not handle 64 bit dma addresses.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 12:47:51

Modified files:
	share/man/man4 : envy.4 

Log message:
don't make refenrece to digital inputs/outputs, since they are no
more visible through the mixer. If support for digital i/o is added,
it will not be handled as currently described, because the "HT"
chip doesn't work that way.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/08 13:03:55

Modified files:
	share/man/man4 : envy.4 

Log message:
Mention that we support Envy24HT-based cards and enumerate all
supported ones. Mention that the monitor doesn't exist on Envy24HT.
Remove information about supported codecs since we won't be
able to describe the all in the long term, neither this is useful.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/08 14:00:57

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : PLIST 
Added files:
	print/cups/files: krb5-config 

Log message:
- disable threading; it causes several issues which will need more
investigation
- explicitely set some configure switches
- use wheel as "system-groups" instead of non-existent "sys"
- enable raw printing
- respect CFLAGS
- add GSSAPI support
- tweak gecos
- add missing @sample


CVSROOT:	/cvs
Module name:	www
Changes by:	blambert@cvs.openbsd.org	2009/05/08 14:01:41

Modified files:
	.              : donations.html 

Log message:
Add my employer, who is flying me to c2k9.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 14:55:20

Modified files:
	sys/arch/sgi/sgi: bus_dma.c 

Log message:
In _dmamem_alloc_range() DIAGNOSTIC code, check for the address being within
the expected range, before invoking pa_to_device().


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/08 16:03:57

Log message:
    import www/lightsquid, from maintainer Kirill Bychkov.
    
    fast and simple squid log parser with a perl cgi script to dynamically
    generate report pages.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090805
    
    N ports/www/lightsquid/Makefile
    N ports/www/lightsquid/distinfo
    N ports/www/lightsquid/PLIST
    N ports/www/lightsquid/patches/patch-lightparser_pl
    N ports/www/lightsquid/pkg/MESSAGE
    N ports/www/lightsquid/pkg/DESCR
    N ports/www/lightsquid/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/08 16:04:31

Modified files:
	www            : Makefile 

Log message:
+lightsquid


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/08 17:08:35

Modified files:
	sys/arch/sgi/xbow: files.xbow 
Removed files:
	sys/arch/sgi/xbow: xhub.c 

Log message:
Remove xhub boilerplate; Hub doesn't appear as a widget itself but as the
connecting part of the XBow, as advertized by the KL graph. Hub specific
code already exists in xbow.c and will remain there.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/08 20:28:22

Added files:
	sys/arch/arm/arm: cpufunc_asm_armv7.S 

Log message:
Missed adding this file.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/05/09 01:36:17

Modified files:
	infrastructure/build: dpb 

Log message:
add some code to help find circular dependencies


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/09 03:50:40

Modified files:
	usr.bin/aucat  : aucat.1 

Log message:
clarify what happens if no device is specified and/or no
sockets are specified, with help from jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/09 03:51:47

Modified files:
	.              : events.html 

Log message:
add OpenKyiv 2009 on August 1, requested by Sergey Prysiazhnyi,
Ukrainian OpenBSD Users Group.

Call for papers deadline: July 1.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/05/09 05:05:01

Modified files:
	usr.bin/talk   : ctl.c talk.h 

Log message:
remove unused function

from tobias@

"just delete them" tedu@, ok millert@ tobias@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/09 05:05:44

Modified files:
	print/cups     : Makefile 

Log message:
Revert part of previous, it does not seem to help after all; for now
it is advised to start cups in foreground mode (i.e. 'cupsd -f &').
Issue is still under investigation.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/09 05:17:32

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
tell people about -F repair. ok phessler, espie


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/05/09 06:02:17

Modified files:
	usr.bin/sup/src: stree.c supextern.h 

Log message:
add #ifdef DEBUG blocks around functions only used when DEBUG is defined.

from tobias@

ok millert@ tobias@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/09 07:30:09

Modified files:
	usr.sbin/pkg_add: pkg_add.1 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/09 07:42:03

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
fix example dd invocation; multipliers (e.g. bs=1m) use lower-case.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/09 07:45:28

Modified files:
	share/man/man7 : securelevel.7 

Log message:
- mention that configuring new GPIO pins is locked out with securelevel>0,
discussed with jmc@ and Marc Balmer
- clear out some .Xr from SEE ALSO that are also in the main text and not
really necessary to repeat, req by jmc@.

ok jmc.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/09 08:21:24

Modified files:
	etc            : Makefile crontab 
	etc/mtree      : special 
	share/man/man8 : Makefile daily.8 afterboot.8 
Removed files:
	etc            : monthly 

Log message:
remove the empty script /etc/monthly
in preparation for improvements in /etc/daily and /etc/weekly
using feedback and suggestions from jmc@ and sthen@
ok jmc@, and sthen@ agreed with the general direction


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/09 10:29:55

Modified files:
	etc            : Makefile crontab 
	etc/mtree      : special 
	share/man/man8 : Makefile daily.8 afterboot.8 
Added files:
	etc            : monthly 

Log message:
revert previous, requested by kettenis@ and deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/09 11:04:55

Modified files:
	usr.sbin/smtpd : dns.c lka.c mta.c smtp.c smtpd.h 

Log message:
- New API to handle all DNS query types (A, MX, PTR) asynchronously.

- Improve RFC compliance: CNAMEs are resolved, equal preference MXs
are randomized, relaying via MX that has equal/lower preference
than local server is prevented, decision on when to treat domain
name as implicit MX is better.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/09 11:15:49

Modified files:
	etc            : crontab daily weekly monthly 

Log message:
make weekly and monthly silent by default
add the same infrastructure to daily; silencing daily needs another step
discussed with ajacoutot@ okan@ todd@ sthen@ deraadt@ jmc@
"immediately commit" deraadt@ (without seeing the final diff)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/09 12:08:59

Modified files:
	sys/arch/mips64/include: arcbios.h 
	sys/arch/mips64/mips64: arcbios.c 
	sys/arch/sgi/stand/boot: arcbios.c diskio.c 

Log message:
Promote types in ARCBios function prototypes from int to long whenever
necessary, to allow the same C code to be used against 32 bit ARCBios, when
compiled in 32 bit mode, or against 64 bit ARCBios, when compiled in native
mode.

Soon to be used by the boot blocks; this commit doesn't introduce any
functional change yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/09 12:59:10

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c 

Log message:
fix function names in log_debug


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 13:11:11

Modified files:
	distrib/miniroot: install.sub 

Log message:
Pretty up the failed sets message


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/09 13:23:07

Modified files:
	share/man/man4 : Makefile 
	sys/arch/amd64/conf: GENERIC files.amd64 
	sys/dev/usb    : files.usb 
	sys/dev/wscons : wsconsio.h 
Added files:
	share/man/man4 : udl.4 
	sys/dev/usb    : udl.c udl.h 

Log message:
Initial console device driver for USB displays based on the DisplayLink
DL-120 / DL-160 graphic chips, using the wsdisplay(4) layer.  Based on
the reversed engineered specifications of Florian Echtler.  The driver
is disabled in GENERIC for now.

Thanks to claudio@ for donating me a device and to oga@ and miod@ for
giving me hints in the graphic and wsdisplay area.

OK deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/09 13:28:55

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: patch-CMakeLists_txt 
	graphics/hugin/pkg: PLIST 

Log message:
update to 0.80rc1; thanks Gerry Patterson on the hugin-ptx list for the
missing clue I needed :-)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 13:33:35

Modified files:
	distrib/miniroot: install.sub 

Log message:
IFS dance not needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/09 14:01:13

Modified files:
	lang/gcc/4.2   : Makefile 

Log message:
Go back to sjlj exceptions from dwarf2 because OpenOffice got broken with
it. The problem needs to be tracked down.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/09 14:03:07

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpd.h 

Log message:
give few states more meaningful names; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/09 14:04:36

Modified files:
	usr.sbin/smtpd : control.c 

Log message:
fix rare memleak; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/09 14:06:38

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Return -1 from unused udl_mmap() function instead of 0.

Spotted by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/09 14:34:25

Modified files:
	sbin/wsconsctl : util.c 

Log message:
Need to add new display type to wsconsctl(8), too.

Noted by miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 15:34:23

Modified files:
	distrib/miniroot: install.sub 

Log message:
Read the netmask in dotted decimal notation, even though ifconfig does
the wrong thing.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 15:37:26

Modified files:
	distrib/amd64/common: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/vax    : install.md 

Log message:
remove some chatty disklabel stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 15:38:10

Modified files:
	distrib/sparc64/common: install.md 

Log message:
remove chatty disklabel stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/09 16:41:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
- ask_yn defaults to no
- remove trailing whitespace
ok krw@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/09 16:43:57

Log message:
    lithuanian dictionary for aspell.  ok sthen@, ajacoutot@
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090510
    
    N ports/textproc/aspell/dicts/lt/Makefile
    N ports/textproc/aspell/dicts/lt/distinfo
    N ports/textproc/aspell/dicts/lt/pkg/DESCR
    N ports/textproc/aspell/dicts/lt/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/09 16:44:43

Modified files:
	textproc/aspell/dicts: Makefile 

Log message:
add lt


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/09 16:47:08

Modified files:
	mail/mozilla-thunderbird: Makefile 
Added files:
	mail/mozilla-thunderbird/files: nsSound.cpp 
Removed files:
	mail/mozilla-thunderbird/patches: 
	                                  patch-widget_src_gtk2_nsSound_cpp 

Log message:
adapt sndio backend;  used for mail notifications, and plugins.
get rid of esound.  Henrikas Judickas helped me with testing


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/09 17:23:38

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
correct AUTH PLAIN rfc number, no functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/09 20:29:20

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/10 02:39:23

Modified files:
	x11/evilwm     : Makefile distinfo 

Log message:
update to 1.0.1; from Robert Blacquiere


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 03:28:58

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Adjust debug level to be not that noisy by default (level 1).


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 03:36:13

Modified files:
	share/man/man4 : usb.4 

Log message:
Add ``Video devices'' section including udl(4) and uvideo(4) (which we
also forgot to add then).

Spotted, help, and OK mk@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 03:40:07

Modified files:
	share/man/man4 : udl.4 usb.4 

Log message:
Rename ``USB graphic device'' to ``USB display devices'', which is more
clear.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/10 05:07:37

Modified files:
	usr.bin/make   : compat.c engine.c engine.h job.c job.h make.c 

Log message:
simplify job handling a great deal: we don't care when jobs get
stopped/continued, as we won't try to start new jobs when other stuff
is stopped.

Redo signal handling so that most stuff can be done directly in the handler.
This requires blocking/unblocking signals while creating new jobs, and creating
a small list that only contains job's pids.

Switch to pgrps for jobs, since that works.

Add a clamping heuristic that avoids starting new jobs while an expensive job
is running (expensive meaning "very likely to be a recursive make run"). This
idea is mostly from Theo, through the implementation is mine.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/10 05:23:04

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
RFC 4954 says the response to "AUTH PLAIN" must be "334 ", not "334";
ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/10 05:29:40

Modified files:
	usr.sbin/smtpd : makemap.c queue_shared.c runner.c smtp.c 
	                 smtp_session.c smtpd.c smtpd.conf.5 util.c 

Log message:
assert copyright; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/10 05:52:09

Modified files:
	usr.bin/make   : parse.c 

Log message:
simple check for cvs conflicts, avoids some "duh" moments (some people like
it, other don't care, it's cheap enough). Slightly tweaked patch that also
guards against empty arrays (though it's unlikely to happen, I don't feel
like proving the array is not empty).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/10 06:09:46

Modified files:
	sys/dev/pci    : if_vr.c if_vrreg.h 

Log message:
- change device matching to use a quirks table.

- avoid the need for unnecessary mbuf copies on modern vr(4) devices
(ancient ones required longword-alignment, but this has not been the case
for several generations now). reduces cpu time, particularly for forwarded
traffic.

from chris@. tested by chris@, myself, Emilio Perea on various devices
including original VIA EPIA, Soekris net5501, pcengines.ch ALIX.

ok mpf. deraadt and dlg agree with committing at this stage.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:18:18

Modified files:
	sys/arch/sparc64/include: hypervisor.h 

Log message:
Add defines for magic character constants used by hypervisor console
interfaces.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/10 06:23:56

Modified files:
	sys/dev/pci    : if_vrreg.h 

Log message:
Remove config register gpio definitions for older chips, gpio mii
access disappeared years ago and replace them with config register
definitions for newer chips. From chris@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:24:04

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
Added files:
	sys/arch/sparc64/dev: vcc.c vcctty.c 

Log message:
Add vcc(4) and vcctty(4).  The vcc(4) driver is a driver for the "Virtual
Console Concentrator" found on the control domain of sun4v systems.  It
manages the connections to the consoles of guest domains which are exposed
as terminal-like devices through vcctty(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/10 06:31:58

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
- use nitems() rather than handrolled version.
- add HWTAG capability to the quirks table. not yet used.
from chris@.  no functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:34:04

Modified files:
	sys/arch/sparc64/sparc64: conf.c 
	sys/arch/sparc64/include: conf.h 

Log message:
Add vcctty(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/10 06:35:46

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
- fix whitespace problems (introduces no change with diff -w)
- s/FreeBSD/OpenBSD/ in comment, suggested by mpf

no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:37:01

Modified files:
	sys/arch/sparc64/include: mdesc.h 
	sys/arch/sparc64/sparc64: mdesc.c 

Log message:
Rename mdesc_get_prop_string into mdesc_get_prop_str.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:48:24

Modified files:
	sys/arch/sparc64/dev: cbus.c cbusvar.h 

Log message:
Handle devices with multiple ports.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 06:59:12

Modified files:
	sys/arch/sparc64/dev: vdsk.c vnet.c 

Log message:
Remove a dead variable and some unneeded returns.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/10 07:06:23

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
use rfc number 4954 in auth_plain handler name, rfc 4616 is implied
because rfc 4954 references it.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/10 07:33:32

Modified files:
	sys/arch/sparc64/conf: GENERIC 

Log message:
Enable vcc(4) and vcctty(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2009/05/10 07:59:35

Modified files:
	net/openvpn    : Makefile 
Added files:
	net/openvpn/patches: patch-configure 

Log message:
switch OpenVPN to compile with pthreads, since this is needed for plugins
like ldap auth.
ok bernd@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/10 08:24:19

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
use both read and write timeout arguments in the bufferevent_settimeout
call; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/10 08:44:42

Modified files:
	sys/dev/pci    : agp.c agp_ali.c agp_amd.c agp_i810.c 
	                 agp_intel.c agp_sis.c agp_via.c agpvar.h 

Log message:
change agp driver attach so that the driver passes in the base address
of its aperture, instead of the BAR and memory type. This is a little
larger, but allows the driver to know it's aperture address. Needed for
some future stuff.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 08:53:27

Modified files:
	sys/dev/usb    : udl.c udl.h 

Log message:
Make inactivity screen blanking (burner) work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/10 08:54:22

Modified files:
	sysutils/pstree: Makefile distinfo 
	sysutils/pstree/patches: patch-pstree_c 
	sysutils/pstree/pkg: PLIST 

Log message:
- update pstree to 2.32

mostly from Rodolfo Gouveia


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/10 09:04:48

Modified files:
	sys/arch/amd64/include: bus.h 

Log message:
When I changed the implementation of iommu and sg_dma over to use
bus_addr_t instead of vaddr_t i forgot the bind_page prototypes. So
change them over, too.

This shows it really was just pedantry since it still built and worked.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/10 09:28:45

Modified files:
	sys/dev/pci    : agp.c agp_ali.c agp_amd.c agp_i810.c 
	                 agp_intel.c agp_sis.c agp_via.c agpvar.h 

Log message:
In preparation for using agp as a bus_dma backend for drm, convert the bind_page
and unbind_page callbacks from

int bind_page(void *, off_t, bus_addr_t)

to

void bind_page(void *, bus_addr_t, paddr_t, int)

We can make these function void by making sure that the agp code sanity
checks properly (it already mostly did), so by definition these
functions may not fail.  The flags field is currently unused (intagp at
least will have a use for it soon).

Been in my tree for ages.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/10 10:28:06

Modified files:
	.              : translation.html 

Log message:
Two new translators.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/10 10:31:17

Modified files:
	usr.bin/ftp    : util.c 

Log message:
show which username login failed for; ok martynas


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/10 10:39:55

ports/graphics/py-goocanvas/patches

Update of /cvs/ports/graphics/py-goocanvas/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22041/patches

Log Message:
Directory /cvs/ports/graphics/py-goocanvas/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/10 10:41:23

Modified files:
	graphics/py-goocanvas: Makefile distinfo 
Added files:
	graphics/py-goocanvas/patches: patch-goocanvasmodule_c 

Log message:
- update to py-goocanvas-0.14.1


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/10 10:57:44

Modified files:
	sys/dev/pci    : agp.c agp_ali.c agp_amd.c agp_i810.c 
	                 agp_intel.c agp_sis.c agp_via.c agpvar.h 

Log message:
Change agp attach (again) so that the driver passes in the aperture size.

While the aperture size may change during attach, it never changes after
the end of the subdriver attach function, so getting this value with a
function is a waste of time. shrinks things slightly and makes the code
clearer.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/10 13:07:47

Modified files:
	sysutils/conky : Makefile distinfo 
	sysutils/conky/patches: patch-src_openbsd_c patch-src_openbsd_h 
Added files:
	sysutils/conky/patches: patch-src_conf_cookie_c 
Removed files:
	sysutils/conky/patches: patch-src_fs_c 

Log message:
update to 1.7.0 and add no_x11 flavour (useful for dwm's status bar
or with dzen2). ok jasper@, Vlad Glagolev (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/10 13:27:25

Modified files:
	etc            : daily weekly monthly 

Log message:
avoid unnecessary changes of the output
in order not to annoy parser scripts and their owners (like henning@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/10 13:31:44

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure patch-daemon_remote_c 
	                          patch-gtk_details_c 
	                          patch-gtk_torrent-cell-renderer_c 
	                          patch-gtk_tr-prefs_c 
	                          patch-gtk_tr-window_c patch-gtk_util_c 
	net/transmission/pkg: PLIST-gui PLIST-main 
Added files:
	net/transmission/patches: patch-libtransmission_utils_c 
Removed files:
	net/transmission/patches: patch-gtk_blocklist_c 

Log message:
update to 1.60; prodded by Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 13:42:54

Modified files:
	sys/dev/usb    : udl.c 

Log message:
In debug mode let us know which ioctl has been requested.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/10 13:49:29

Modified files:
	share/man/man4 : udl.4 

Log message:
Consistency.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/10 14:16:10

Modified files:
	multimedia/xvidcore: Makefile distinfo 
	multimedia/xvidcore/patches: patch-build_generic_configure 
Added files:
	multimedia/xvidcore/patches: patch-src_global_h patch-src_xvid_c 

Log message:
update to 1.2.1, from Brad (taking maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/10 14:16:29

Modified files:
	multimedia/gstreamer-0.10/plugins-bad: Makefile 
	multimedia/gstreamer-0.10/plugins-bad/patches: 
	                                               patch-configure_ac 

Log message:
adapt to new xvidcore, from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/10 15:45:52

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
couple of fixes for fetch:
- don't spam ftp server with four anonftp logins;  if ftp_login has
already failed in setpeer we give up.  also makes install script
nicer;  req'd by theo
- fix autologin = no case which never really worked in fetch since
it did not check for autologin before logging in...
part 1: ok theo, krw@
part 2: "looks right" millert@, ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/10 18:06:39

Modified files:
	sys/dev/pci/drm: ati_pcigart.c drmP.h r128_cce.c radeon_cp.c 
	                 radeon_drv.c radeon_drv.h 

Log message:
Rework the pcigart stuff somewhat.

firstly: move the pcigart initialisation in radeon_cp.c into its own
function to avoid the horrible nesting and make it more readable.

secondly: make the pcigart code more intelligent depending on whether
the gart table is in pci memory, or system memory. In the former case we
use the bus_space functions and thus don't need BUS_SPACE_LINEAR, while
i'm here, stop using the drm wrapper functions for mapping (which
require a drm_local_map structure, which will die eventually) and just
use bus_space_map itself.

tested on pcie (in framebuffer memory) here on my x800. tested on an
i386 agp card forced to pci mode by sthen.  Doesn't make IGP chips
worse, doesn't make them better either (tested on a rs690).

basic idea from a commit "upstream" a while ago. All the code from yours
truly.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/10 20:07:47

Modified files:
	distrib/miniroot: install.sh 

Log message:
Clean up and shrink code. Don't newfs paritions without a mount
point specified. Check for duplicate mount points and don't accept
a disk which has such a duplicate configured. Don't remount
all partitions after installing sets.

'be brave' deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 01:41:52

Modified files:
	sys/dev/pci    : if_vrreg.h 

Log message:
remove local copy of vendor id/device id, there's nothing wrong with
the data from pcidevs.  suggested by chris@.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 01:56:52

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Start using VR_RXSTAT_RX_OK instead of VR_RXSTAT_ERR (It exists
from the oldest vt86c100a datasheet to the newest vt6105m. FreeBSD
indicates that it is more reliable than VR_RXSTAT_ERR for detecting
error conditions, that its use results in less incorrectly dropped
packets).  From chris@.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 02:03:57

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
On VT6105M, use hardware IP, TCP and UDP checksums in and out. Tested on
alix/net5501 with and without software vlan tagging, also with NFS (v2, v3,
UDP, TCP). Not used on earlier chips and does not introduce problems on
original EPIA board.

From chris@, based on enhancements in the FreeBSD driver.
"put it in then" dlg@, looks good to claudio@.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/05/11 02:07:42

Modified files:
	sys/dev/usb    : usbdevs usb_quirks.c 

Log message:
some huawei E220 OEM devices has broken strings in the device descriptor.
to suppress broken output in dmesg, add { UQ_NO_STRINGS } flag to the device.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/05/11 02:09:57

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen usbdevs*


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/05/11 02:42:15

Modified files:
	.              : crypto.html 

Log message:
Support for BCM5825, BCM5860, BCM5861, BCM5862, BCM5863
was added _after_ 4.5 not before.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/11 02:59:22

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
- remove devhelp from run_depends; it brings the webkit monster and is not
needed for a "Joe User" Desktop.
- sort readme while here

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 03:10:24

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
- add more stuffs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 03:36:17

Log message:
    import libpst 0.6.37
    
    Tools for converting Outlook .pst files to Unix mbox and other formats.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090511
    
    N ports/converters/libpst/distinfo
    N ports/converters/libpst/Makefile
    N ports/converters/libpst/pkg/DESCR
    N ports/converters/libpst/pkg/PLIST
    N ports/converters/libpst/pkg/PFRAG.shared
    N ports/converters/libpst/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 03:36:48

Modified files:
	converters     : Makefile 

Log message:
- add libpst


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 04:25:07

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
preliminary parts for hw vlan tag insertion/removal, ideas gleaned from
via rhinefet. not yet used, but committing now so it isn't lost.

from chris@, ok dlg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pyr@cvs.openbsd.org	2009/05/11 06:41:32

Modified files:
	graphics/py-dot: Makefile 
	graphics/py-dot/pkg: DESCR 

Log message:
fix typo
ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 06:43:21

Modified files:
	devel/pango    : Makefile 
Added files:
	devel/pango/patches: patch-pango_glyphstring_c 

Log message:
Security fix for CVE-2009-1194, "Pango integer overflow in heap allocation
size calculations"

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/11 06:49:24

Modified files:
	sys/arch/beagle/conf: RAMDISK 

Log message:
driver address fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/11 06:50:23

Modified files:
	sys/arch/arm/include: armreg.h 

Log message:
Add some (not used yet) control regiser bit definitions.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/11 06:51:24

Modified files:
	sys/arch/arm/arm: cpufunc.c 

Log message:
Better config for v7.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/05/11 08:06:21

Modified files:
	sys/dev        : softraid.c softraid_aoe.c softraid_crypto.c 
	                 softraid_raid0.c softraid_raid1.c softraidvar.h 

Log message:
Move the discipline initialisation code into discipline specific functions,
rather than initialising everything in softraid.c. This makes a discipline
more self-contained and reduces the number of function declarations needed
in softraidvar.h.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/05/11 08:17:55

Modified files:
	sys/dev        : softraid.c 

Log message:
When probing for softraid chunks, ensure that a chunk has a valid metadata
signature, rather than just assuming that a partition of type RAID always
has metadata. Add a similar test when validating native metadata. Whilst
here, make sure that the metadata version is printed correctly.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/11 09:22:07

Modified files:
	graphics/sane-backends: Makefile 
Added files:
	graphics/sane-backends/patches: patch-include_sane_sane_h 

Log message:
- fix xsane build:
while being deprecated and undocumented, SANE_CAP_ALWAYS_SETTABLE is
still used by (at least) xsane

note to self: stop using frankenstein system to test ports!

breakage reported by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/11 09:50:35

Log message:
    import fcbanner:
    
    fcbanner is a variant on the banner program that uses fontconfig
    and freetype to draw its characters. Thus, it can easily draw using
    various fonts - any font you can get in Gnome or Mozilla for example
    - and handles non-ASCII characters if they are present in the font.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090511
    
    N ports/textproc/fcbanner/Makefile
    N ports/textproc/fcbanner/distinfo
    N ports/textproc/fcbanner/patches/patch-fcbanner_c
    N ports/textproc/fcbanner/pkg/DESCR
    N ports/textproc/fcbanner/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/11 09:51:51

Modified files:
	textproc       : Makefile 

Log message:
+fcbanner


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 10:23:03

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
in the case where mbufs had to be copied _and_ checksums were enabled,
m_head could be accessed after it had been freed, so do the access earlier.
from chris@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/11 10:31:37

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add some devices from submitted dmesgs


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/11 10:32:26

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/11 11:13:07

Modified files:
	distrib/hppa   : install.md 
	distrib/sparc  : install.md 
	distrib/vax    : install.md 
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 
	distrib/sparc64/common: install.md 
	distrib/zaurus/ramdisk: install.md 

Log message:
Remind people that mountpoints must now be entered using the disklabel
command; the script does not ask afterwards.  Note I am not adjusting
the macppc or sgi install.md scripts.  I ask their maintainers to clean
them before I will maintain them further.  Please


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 12:06:25

Modified files:
	sys/dev/usb    : if_otus.c if_otusreg.h 

Log message:
better scan.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:14:50

Modified files:
	sys/dev/ic     : rt2860reg.h 
	sys/dev/usb    : if_run.c 

Log message:
enable USB Rx stream mode (aggregation of muliple bulk xfers in a single one).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/11 13:16:21

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Make bgpctl show network print both AF_INET and AF_INET6 as mentioned in the
man page. Problem found by Rod Whitworth. OK sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:20:27

Modified files:
	sys/dev/ic     : rt2860.c 

Log message:
properly set unicast to me mask in MAC_ADDR_DW1 register.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 13:20:54

Modified files:
	devel/p5-Config-IniFiles: Makefile distinfo 

Log message:
- update p5-Config-IniFiles to 2.49


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:24:57

Modified files:
	sys/dev/pci    : if_iwi.c 

Log message:
sync setting of the capinfo field of assoc req frames w/ net80211.
fixes association with APs that refuse non short slot time capable STAs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 13:27:18

Modified files:
	devel/p5-POE   : Makefile distinfo 

Log message:
- update p5-POE to 1.005


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:28:02

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
fix for some 6000 adapters that have a One Time Programmable (OTP) ROM
instead of an EEPROM.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 13:29:53

Modified files:
	net/p5-POE-Component-IRC: Makefile distinfo 

Log message:
- update p5-POE-Component-IRC to 6.06


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 13:30:56

Modified files:
	net/p5-POE-Filter-IRCD: Makefile distinfo 

Log message:
- update p5-POE-Filter-IRCD to 2.40


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:33:06

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
new PCI IDs for Intel Wifi Link 6000 2x2


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/11 13:34:19

Modified files:
	textproc/p5-Pod-POM: Makefile distinfo 

Log message:
- update p5-Pod-POM to 0.25


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:34:42

Modified files:
	sys/dev/pci    : pcidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:36:00

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
new PCI IDs for 6000 series.


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2009/05/11 13:40:58

Modified files:
	www/mod_auth_ldap: Makefile 
	www/mod_auth_ldap/patches: patch-Makefile_in patch-auth_ldap_c 
Added files:
	www/mod_auth_ldap/patches: patch-auth_ldap_h 

Log message:
Define LDAP_DEPRECATED because OpenLDAP wants to make sure that every older
app is subtly but totaly broken by removing API functions unless we use the
magic button. Depending on the architecture the code may work or crash horribly
without this. OK sthen@ (there are similar hacks in many other apps)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:46:46

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add Edimax PCI vendor ID and Edimax RT2860 product IDs.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:47:47

Modified files:
	sys/dev/pci    : pcidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 13:49:14

Modified files:
	sys/dev/pci    : if_ral_pci.c 

Log message:
attach to Edimax RT2860.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/11 13:49:25

Modified files:
	share/man/man9 : Makefile mutex.9 

Log message:
remove the mtx_enter_try() bits until the code goes back in;
ok weingart


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/11 13:51:27

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageRepository.pm 

Log message:
remove an extraneous slash from the requested URL; some strict proxies
(and maybe http servers) have a problem with it.  ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:06:53

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
various vendor/product ids for run(4) and otus(4).
Belkin ID for run(4) provided by robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:08:47

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:11:54

Modified files:
	sys/dev/usb    : if_run.c if_otus.c 
	share/man/man4 : run.4 otus.4 

Log message:
attach to more shits.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:13:11

Modified files:
	share/man/man4 : run.4 

Log message:
forgot one shit.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/11 14:25:55

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
This commit adds a new feature to sysmerge(8), usable in '-a' mode.
From now on, checksums of reference files (sets and/or src) will be
stored under /var/db/sysmerge/{etcsum,xetcsum,srcsum} . This allows for
"remembering last choice" several people have requested.
This deprecates the need for -X and -S which have been removed (these
switches may come back at some point for the auto-patch feature which
halex@ proposed).

It will only compare files which reference sources have changed since
the last run and will attempt to automatically upgrade them to the
newest version provided that they have no local changes.
i.e. first run should dislay differences, second run should not display
anything except if something changed between old and new sets/src. This
way sysmerge can also warn you from files which may have been obsoleted.

General idea taken from Net/FreeBSD but we're doing things differently.

Intensively discussed with oga@, sthen@ and halex@
ok oga@ sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/11 14:27:07

Modified files:
	x11/dbus       : Makefile distinfo 

Log message:
- bugfix update to dbus-1.2.14

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:39:51

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
more RT3070 USB IDs, s/Pegasus/Pegatron/ while I'm here.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:40:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/11 14:42:09

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
run(4) celebrates its 98th USB ID!


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/11 14:49:44

Modified files:
	x11/xfce4/xfce4-panel: Makefile 
	x11/xfce4/exo  : Makefile 
Added files:
	x11/xfce4/xfce4-panel/patches: 
	                               patch-plugins_launcher_launcher-exec_c 
	                               patch-plugins_tasklist_tasklist_c 
	x11/xfce4/exo/patches: patch-exo-open_main_c 

Log message:
Bring in some patches from upstream svn to fix
http://bugzilla.xfce.org/show_bug.cgi?id=5301 and
http://bugzilla.xfce.org/show_bug.cgi?id=5222.
Bump PKGNAMEs.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/11 16:27:22

Modified files:
	etc            : daily 
	share/man/man8 : daily.8 

Log message:
New variable VERBOSESTATUS (=1 by default).
When set to 0, daily(8) won't send mail unless there is something to report.
Using feedback from kettenis@ henning@ jmc@
OK sthen@ jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/11 16:30:53

Modified files:
	build          : mirrors.dat 

Log message:
Rasmus Andersen requests removing his OpenSSH mirror, ftp.jaquet.dk.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/11 16:31:40

Modified files:
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/11 17:09:29

Modified files:
	sbin/disklabel : editor.c 

Log message:
Always save an fstab file, even if it is empty; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/11 17:09:44

Modified files:
	sbin/disklabel : editor.c 

Log message:
very long lines in comments are ugly


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/11 17:15:42

Modified files:
	sbin/disklabel : editor.c 

Log message:
Make sure last, catch-all, auto-allocated partition ends on a
cylinder boundary if SUN_CYLCHECK is defined. Don't bother rounding
any partition size to cylinder boundary if SUN_CYLCHECK is not
defined.

Should fix warning message on sparc64 noticed by dlg@.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/11 18:26:48

Modified files:
	build          : mirrors.dat 

Log message:
simplify update instructions


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/11 18:54:48

Modified files:
	sbin/disklabel : editor.c 

Log message:
Various mount point handling fixes, most originally from halex@.

Don't do fstabfile check everywhere. Always allocate and handle
mount point arrays. Use fstabfile to control 'n' command and writing
mount point info.

Since mount points are primed from /etc/fstab now, prime origmountpoints
so 'U' works.

'D' and 'z' now free current mount point info. 'U' will not lose
undo info when repeatedly invoked. 'n' accepts existing mount point
name as valid.


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/05/11 22:13:01

Modified files:
	sys/dev/usb    : umsm.c 

Log message:
add support for the sierra's Truinstlal enabled modems. (ex. Sierra 881U)

ok @jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/05/11 22:31:16

Modified files:
	share/man/man4 : umsm.4 

Log message:
update device list (add Sierra U881, Emobile D22HW)


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/05/12 00:57:07

Modified files:
	net/lftp       : Makefile distinfo 
Removed files:
	net/lftp/patches: patch-src_Http_cc 

Log message:
update to 3.7.13.

tested on sparc64 by pea@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/12 01:22:58

Modified files:
	etc/mtree      : 4.4BSD.dist 

Log message:
Add /var/db/sysmerge

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/12 01:50:57

Modified files:
	security/gnutls: Makefile distinfo 

Log message:
- maintainance update to gnutls-2.6.6
Fixes several bugs, and possible memory corruptions and crashes.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/12 02:38:56

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Fix the URL for datasheets.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/05/12 03:05:54

Modified files:
	distrib/miniroot: install.sub 

Log message:
Cleanup and shave some bytes in hextodec()

ok krw@, "If that works, commit it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/12 03:24:16

Modified files:
	usr.bin/make   : targ.c 

Log message:
fix obvious bug: .PHONY targets don't match files, so they're precious (we
don't even want to check for a matching file on the file system)


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/12 03:32:28

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
- try to identify a "main input mixer"
- don't unmute input from a built-in mic on the main input mixer
intended to stop possible feedback loops between buit-in speakers
and built-in mics.  built-in mics also tend to capture machine
noise, especially fans.  actual recording should not be affected.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/12 03:46:39

Modified files:
	usr.bin/make   : engine.c 

Log message:
zap double prototype


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/12 04:01:26

Modified files:
	.              : plus.html 

Log message:
Upto 04/12


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/12 06:18:04

Modified files:
	net/quagga     : Makefile distinfo 
	net/quagga/patches: patch-configure patch-doc_Makefile_in 
	                    patch-ospfclient_Makefile_in 
Removed files:
	net/quagga/patches: patch-bgpd_bgp_aspath_c 
	                    patch-bgpd_bgp_attr_c 
	                    patch-bgpd_bgp_community_c 
	                    patch-bgpd_bgp_debug_c 
	                    patch-bgpd_bgp_ecommunity_c 
	                    patch-bgpd_bgp_mplsvpn_c 
	                    patch-bgpd_bgp_packet_c 
	                    patch-bgpd_bgp_route_c patch-bgpd_bgp_vty_c 
	                    patch-bgpd_bgpd_c 

Log message:
bugfix update to 0.99.12; rolls in patches for the problem where 4-byte
ASNs with long prepends are seen.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/12 06:25:09

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/12 07:04:18

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
- tweak the description of -a
- remove -SX from usage()

ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/12 07:30:56

Modified files:
	sys/dev/pci    : if_vrreg.h if_vr.c 

Log message:
cleanup and simplify promiscuous/multicast setup (setmulti -> iff).
from Brad; ok dlg.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/12 11:29:51

Modified files:
	share/man/man4 : run.4 

Log message:
we support hardware encryption/decryption of group addressed frames too
so fix a sentence that was copied from iwn(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/12 11:32:09

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
sort usb ids. i found a simpler way to keep them in sync with the
ralink linux driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/12 11:43:16

Modified files:
	sys/dev/pci    : if_ral_pci.c 
	sys/dev/cardbus: if_ral_cardbus.c 

Log message:
fix EDIMAX attachment.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 12:01:08

Modified files:
	share/man/man4/man4.sparc64: Makefile 
Added files:
	share/man/man4/man4.sparc64: vcc.4 

Log message:
vcc(4)/vcctty(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/12 13:10:57

Modified files:
	sys/dev/pci    : if_wpi.c if_wpivar.h if_iwn.c if_iwnvar.h 

Log message:
switch wpi(4) and iwn(4) over to MCLGETI.
notice that i'm not using the per-ifp mbuf accounting/mitigation yet.
for iwn(4), this means we wont' be able to support full 8KB AMSDU on
machines without an IOMMU since >4KB clusters are not guaranteed to
be physcontig.  fortunately, we can program the hardware to do 4KB
AMSDUs only.
simplify {pwi,iwn}_dma_contig_alloc while i'm here: use BUS_DMA_ZERO


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/12 13:22:32

Modified files:
	bin/ls         : ls.1 

Log message:
remove a sentence from COLUMNS that says nothing; ok otto


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/12 13:28:40

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
add a bunch of #ifdef DRM_VBLANK_DEBUG debugging to the vblank code.

I'm sick of writing debugging for the refcounting every damned time this
fragile as hell code breaks.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/12 13:42:42

Modified files:
	sys/dev/pci/drm: drmP.h drm_irq.c 

Log message:
Remove the vblank_disable_allowed crud.

it's a linux compat hack for older X drivers that don't use the right
calls. All the drivers capable of turning vblanks off already use the
calls correctly, and this way we avoid problems with not being able to
turn off vblanks until we switch mode (so until then we're stuck at
$REFRESH_RATE interrupts a second from the graphics card, no thanks).


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/12 13:47:54

Modified files:
	sys/dev/pci/drm: drm_irq.c 

Log message:
hold the mutex in drm_handle_vblank().

Ideally we could avoid this and still be mpsafe using atomic
increment/decrement operators, but for now best be correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/12 13:49:36

Modified files:
	sys/arch/i386/conf: GENERIC files.i386 

Log message:
uld(4) works on i386, too.  Disabled in GENERIC by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/12 13:51:42

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update snapshot; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/12 13:53:34

Modified files:
	share/man/man4/man4.sparc64: cbus.4 vcc.4 

Log message:
cbus.4:
- document vcc(4)
- vdisk(4) -> vdsk(4)

vcc.4:
- add missing .El


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/12 14:03:08

Modified files:
	mail/postfix/stable: Makefile distinfo 
	mail/postfix/stable/files: postfix-install 
	mail/postfix/stable/patches: patch-master.cf 
	mail/postfix/stable/pkg: PLIST 

Log message:
upgrade to postfix 2.6.0; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 14:15:21

Modified files:
	etc/etc.sparc64: MAKEDEV.md 

Log message:
Add /dev/ttyV*.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 14:17:09

Modified files:
	etc/etc.sparc64: MAKEDEV 
	share/man/man8/man8.sparc64: MAKEDEV.8 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 14:20:35

Modified files:
	sys/arch/sparc64/dev: vdsk.c 

Log message:
Make reserved member of protocol struct start with underscore.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/12 14:39:51

Modified files:
	bin/dd         : dd.1 

Log message:
The conversions ascii, ebcdic and ibm are XPG4, not POSIX.
The size multipliers "m" and "w" are BSD extensions, not POSIX.
While here, sort the conversions alphabetically.
help and OK jmc@ and sobrado@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/12 14:42:09

Modified files:
	sys/dev/pci/drm: i915_irq.c 

Log message:
Cleanup: knf, typos.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/12 14:49:57

Modified files:
	sys/uvm        : uvm_device.c 

Log message:
Convert the udv_lock for the list of uvm_device objects over to a mutex.

ok thib@, weingart@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/12 14:58:15

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
simplify the descriptions of -a and -b; this has taken me and antoine
an entire day of mailing to make this tweak ;(

ok ajacoutot


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/12 15:06:51

Modified files:
	distrib/notes  : INSTALL Makefile m4.common 
	distrib/notes/alpha: contents install 
	distrib/notes/amd64: contents install 
	distrib/notes/armish: contents install 
	distrib/notes/hp300: contents install 
	distrib/notes/hppa: contents install 
	distrib/notes/i386: contents install 
	distrib/notes/landisk: contents install 
	distrib/notes/luna88k: install 
	distrib/notes/mac68k: contents install 
	distrib/notes/macppc: contents install 
	distrib/notes/mvme68k: contents install 
	distrib/notes/mvme88k: install 
	distrib/notes/sgi: contents install 
	distrib/notes/socppc: contents install 
	distrib/notes/sparc: contents install 
	distrib/notes/sparc64: contents install 
	distrib/notes/vax: install 
	distrib/notes/zaurus: contents install 
Added files:
	distrib/notes/alpha: features 
	distrib/notes/amd64: features 
	distrib/notes/armish: features 
	distrib/notes/aviion: features 
	distrib/notes/hp300: features 
	distrib/notes/hppa: features 
	distrib/notes/i386: features 
	distrib/notes/landisk: features 
	distrib/notes/luna88k: features 
	distrib/notes/mac68k: features 
	distrib/notes/macppc: features 
	distrib/notes/mvme68k: features 
	distrib/notes/mvme88k: features 
	distrib/notes/sgi: features 
	distrib/notes/socppc: features 
	distrib/notes/sparc: features 
	distrib/notes/sparc64: features 
	distrib/notes/vax: features 
	distrib/notes/zaurus: features 

Log message:
Try to catch up with installer changes in the installation notes.
Also, the per-platform features are moved to a common place, which makes
the MD layout easier to work on. m4.common is still a tangled mess of subtly
placed dnl, though...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/12 15:10:40

Modified files:
	share/man/man8 : daily.8 

Log message:
Make the ENVIRONMENT section explicit, short, uniform and wrap nicely.
"fine" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 15:10:41

Modified files:
	sys/arch/sparc64/dev: ldc.c 

Log message:
Add some code for doing handshakes the other way around.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 15:13:37

Modified files:
	sys/arch/sparc64/dev: vnet.c 

Log message:
Add padding to ATTR_INFO message structure; OBP seems to insist on it
being there.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 15:20:33

Modified files:
	sys/arch/sparc64/dev: ldc.c 

Log message:
Actually ACK a handshake initiated by the other end.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 15:33:38

Modified files:
	sys/arch/sparc64/dev: vnet.c 

Log message:
Don't throw away ldc packets if the ldc link went just up, otherwise we may
miss the initial handshake from OBP.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/12 15:38:59

Log message:
    import libvstr:
    
    Vstr is a string library designed for network communication. Its
    design uses blocks of ptr+length data, so adding, substituting, and
    deleting data are all fast operations. It has a full API of all the
    usual string tasks: searching, comparing, splitting, substitution,
    converting between upper and lower case, and parsing numbers and
    strings. Has a full POSIX and ISO 9899:1999 compliant printf()
    implementation including gcc warning compatible custom formatters.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090512
    
    N ports/devel/libvstr/Makefile
    N ports/devel/libvstr/distinfo
    N ports/devel/libvstr/pkg/PFRAG.shared
    N ports/devel/libvstr/pkg/DESCR
    N ports/devel/libvstr/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/12 15:41:16

Modified files:
	devel          : Makefile 

Log message:
+libvstr


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/12 15:41:24

Modified files:
	distrib/notes  : m4.common 

Log message:
fix the first few frenchisms which leap out at my eyes


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 15:52:30

Modified files:
	sys/arch/sparc64/dev: ldcvar.h 

Log message:
Unbreak build.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/12 16:00:31

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/12 16:31:45

Modified files:
	sys/arch/sparc64/dev: ldc.c 

Log message:
Add missing semicolon.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:20:52

Modified files:
	databases/sqlite3: Makefile 
	databases/sqlite3/patches: patch-src_os_unix_c 

Log message:
enable load-extension for ports starting to require it

tested by bernd@ in a bulk build, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/12 17:25:08

Modified files:
	sbin/mount     : mount.c 
	sbin/mount_nfs : mount_nfs.c 

Log message:
don't define _KERNEL. Theres no need and its gross.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:26:26

Modified files:
	databases/p5-DBD-SQLite: Makefile distinfo 
	databases/p5-DBD-SQLite/patches: patch-dbdimp_c 
Added files:
	databases/p5-DBD-SQLite/patches: patch-Makefile_PL 

Log message:
update to version 1.25

tested by bernd@ in a bulk build, thanks!
early test and late reminder by landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:33:06

Log message:
    import p5-Hash-Util-FieldHash-Compat
    
    Hash::Util::FieldHash using perltie.  When Hash::Util::FieldHash is
    available it will use that instead.
    This way code requiring field hashes can benefit from fast, robust field
    hashes on Perl 5.10 and newer, but still run on older perls that don't
    ship with that module.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/devel/p5-Hash-Util-FieldHash-Compat/Makefile
    N ports/devel/p5-Hash-Util-FieldHash-Compat/distinfo
    N ports/devel/p5-Hash-Util-FieldHash-Compat/pkg/PLIST
    N ports/devel/p5-Hash-Util-FieldHash-Compat/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:33:14

Log message:
    import p5-MooseX-Clone
    
    Out of the box Moose only provides very barebones cloning support in
    order to maximize flexibility.
    This role provides a clone method that makes use of the low level
    cloning support already in Moose and adds selective deep cloning based
    on introspection on top of that.  Attributes with the Clone trait will
    handle cloning of data within the object, typically delegating to the
    attribute value's own clone method.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/devel/p5-MooseX-Clone/Makefile
    N ports/devel/p5-MooseX-Clone/distinfo
    N ports/devel/p5-MooseX-Clone/pkg/PLIST
    N ports/devel/p5-MooseX-Clone/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:33:20

Modified files:
	devel          : Makefile 

Log message:
add p5-Hash-Util-FieldHash-Compat and p5-MooseX-Clone


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:44:40

Log message:
    import p5-MojoX-Session
    
    MojoX::Session is a session management for Mojo.  Based on CGI::Session
    and HTTP::Session but without any dependencies except the core ones.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/www/p5-MojoX-Session/Makefile
    N ports/www/p5-MojoX-Session/distinfo
    N ports/www/p5-MojoX-Session/pkg/PLIST
    N ports/www/p5-MojoX-Session/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:44:45

Modified files:
	www            : Makefile 

Log message:
add p5-MojoX-Session


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:49:27

Log message:
    import p5-MojoX-Renderer-TT
    
    This module implements a Template Toolkit based renderer for Mojo.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/textproc/p5-MojoX-Renderer-TT/Makefile
    N ports/textproc/p5-MojoX-Renderer-TT/distinfo
    N ports/textproc/p5-MojoX-Renderer-TT/pkg/PLIST
    N ports/textproc/p5-MojoX-Renderer-TT/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:49:33

Modified files:
	textproc       : Makefile 

Log message:
add p5-MojoX-Renderer-TT


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:57:53

Log message:
    import p5-Math-Complex
    
    This package lets you create and manipulate complex numbers.  By
    default, Perl limits itself to real numbers, but an extra use statement
    brings full complex support, along with a full set of mathematical
    functions typically associated with and/or extended to complex numbers.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/math/p5-Math-Complex/Makefile
    N ports/math/p5-Math-Complex/distinfo
    N ports/math/p5-Math-Complex/pkg/PLIST
    N ports/math/p5-Math-Complex/pkg/DESCR
    N ports/math/p5-Math-Complex/patches/patch-Makefile_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 17:57:57

Modified files:
	math           : Makefile 

Log message:
add p5-Math-Complex


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 18:07:52

Log message:
    import p5-Bot-BasicBot
    
    Basic bot system designed to make it easy to do simple bots, optionally
    forking longer processes (like searches) concurrently in the background.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/net/p5-Bot-BasicBot/Makefile
    N ports/net/p5-Bot-BasicBot/distinfo
    N ports/net/p5-Bot-BasicBot/patches/patch-t_connect_t
    N ports/net/p5-Bot-BasicBot/pkg/PLIST
    N ports/net/p5-Bot-BasicBot/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 18:08:01

Modified files:
	net            : Makefile 

Log message:
add p5-Bot-BasicBot


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 18:14:51

Log message:
    import p5-File-MMagic-XS
    
    This is a port of Apache2 mod_mime_magic.c in Perl, written in XS with
    the aim of being efficient and fast especially for applications that
    need to be run for an extended amount of time.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090513
    
    N ports/misc/p5-File-MMagic-XS/Makefile
    N ports/misc/p5-File-MMagic-XS/distinfo
    N ports/misc/p5-File-MMagic-XS/pkg/DESCR
    N ports/misc/p5-File-MMagic-XS/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/12 18:14:55

Modified files:
	misc           : Makefile 

Log message:
add p5-File-MMagic-XS


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/05/12 19:01:34

Modified files:
	sys/net        : if_pfsync.c 

Log message:
only keep track of the number of updates on tcp connections. state sync on
all the other protocols is simply pushing the timeouts along which has a
resolution of 1 second, so it isnt going to be hurt by pfsync taking up
to a second to send it over.

keep track of updates on tcp still though, their windows need constant
attention.

tested by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/05/12 19:09:05

Modified files:
	sys/net        : if_pfsync.c 

Log message:
dont go splx(s) in the ioctl handler if we havent done splnet(). this adds
the splnet calls and the extra splx(s)s necessary for it to be safe.

bug found by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/12 19:14:19

Modified files:
	sys/kern       : subr_disk.c 

Log message:
initialize d_npartitions to MAXPARTITIONS always; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/12 19:31:59

Modified files:
	sbin/disklabel : editor.c 
	sys/arch/luna88k/luna88k: disksubr.c 
	sys/arch/sgi/sgi: disksubr.c 
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/sparc64/sparc64: disksubr.c 

Log message:
Set D_VENDOR when spoofing a label on archs that use D_VENDOR when
reading the native disklabel. This ensures cylinder alignment.

Fix disklabel to do cylinder alignment arithmetic correctly in -A
mode. Worked by accident before, since the code was protected by
D_VENDOR, which wasn't being set.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/13 01:14:53

Modified files:
	.              : want.html 

Log message:
I'm looking for a PCI vr(4) with specifically a VT6105M ("RhineIII")
controller to make sure there are no portability problems with driver
changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/13 02:31:22

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Adaptec AAR-1225SA


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/13 02:32:07

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/13 02:35:29

Modified files:
	sys/dev/pci    : sili_pci.c 

Log message:
Match on Adaptec AAR-1225SA, which should work according
to FreeBSD/Linux drivers.

ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/13 03:17:03

Modified files:
	x11/gnome/tomboy: Makefile 

Log message:
- remove bogus '\'


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/13 03:31:44

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 
	multimedia/get_iplayer/pkg: PLIST 

Log message:
update to 1.85; hulu and channel4 were removed, too much work keeping on
top of their changes. (channel4 were apparently showing one episode of
Countdown for every request to people using this....ho ho ho)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/13 03:44:32

Modified files:
	x11/arabeyes-ttf: Makefile 
	x11/arabeyes-ttf/pkg: PLIST 

Log message:
- fix PKGNAME to be consistent with other ttf font packages

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/13 03:47:43

Modified files:
	net/tcpflow    : Makefile 
	net/tcpflow/patches: patch-src_datalink_c 

Log message:
support DLT_PPP_ETHER; based on an anonymous ports@ post. bump package.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/13 04:47:54

Modified files:
	usr.bin/make   : for.c var.c var.h 

Log message:
fix loopvar debug prints. Issue reported by naddy@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/13 05:23:45

Modified files:
	build          : mirrors.dat 

Log message:
ftp.irisa.fr now feeds from ftp.eu not Erlangen; from Pierre Riteau


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/13 07:02:17

Modified files:
	multimedia/mkvtoolnix: Makefile distinfo 

Log message:
- update to mkvtoolnix 2.7.0

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/13 07:13:35

Modified files:
	math           : Makefile 
Removed files:
	math/p5-Math-Complex: Makefile distinfo 
	math/p5-Math-Complex/patches: patch-Makefile_PL 
	math/p5-Math-Complex/pkg: DESCR PLIST 

Log message:
lose cookie and remove p5-Math-Complex which is in base and rather needs
an update there

noticed by James Wright, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/13 07:13:47

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
add myself

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/13 09:08:10

Modified files:
	usr.sbin/ntpd  : ntpd.h sensors.c 

Log message:
when using a timedelta sensor for -s, if the sensor is invalid during
the first query we will never do the settime because
SENSOR_QUERY_INTERVAL (30s) is greater than SETTIME_TIMEOUT (15s).  so
during the settime period only, be more aggressive and use
SETTIME_TIMEOUT/3 for the query interval.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/13 09:08:23

Modified files:
	net/rsync      : Makefile distinfo 

Log message:
update to 3.0.6, which fixes a number of bugs


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/13 09:10:42

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-daemon_remote_c 
	                          patch-libtransmission_utils_c 
	net/transmission/pkg: PLIST-gui 

Log message:
update to 1.61: close potential CSRF security hole for web client users


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/13 09:19:01

src/gnu/usr.bin/perl/ext/Sys/Syslog/eg

Update of /cvs/src/gnu/usr.bin/perl/ext/Sys/Syslog/eg
In directory cvs.openbsd.org:/tmp/cvs-serv4650/ext/Sys/Syslog/eg

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/ext/Sys/Syslog/eg added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/13 09:19:59

Modified files:
	gnu/usr.bin/perl: MANIFEST 
	gnu/usr.bin/perl/ext/Sys/Syslog: Changes Makefile.PL README 
	                                 Syslog.pm Syslog.xs 
	gnu/usr.bin/perl/ext/Sys/Syslog/t: 00-load.t syslog.t 
Added files:
	gnu/usr.bin/perl/ext/Sys/Syslog/eg: syslog.pl 
	gnu/usr.bin/perl/ext/Sys/Syslog/fallback: syslog.h 
	gnu/usr.bin/perl/ext/Sys/Syslog/t: portfs.t 

Log message:
update Sys::Syslog to CPAN version 0.27

testing by sthen@ and jasper@, thanks!
ok millert@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/13 10:14:57

Modified files:
	usr.sbin/route6d: route6d.c 

Log message:
no need for _KERNEL or the rtentry; ok claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/13 10:46:55

Modified files:
	sys/dev/usb    : if_axe.c 

Log message:
Support setting a different MAC address from the one in EEPROM
on newer chips now the hardware can apparently cope with it.
Tested by Walter Haidinger.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/13 11:02:46

Modified files:
	sbin/disklabel : editor.c 

Log message:
The auto-allocator does not remember to increase the d_npartitions field
as it adds partitions.  What the heck.  Set it to MAXPARTITIONS.  That is
the new way we are treating d_npartitions everywhere in any case.  It is the
max a label can support.  partitions which are not there mark themselves off.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/05/13 11:10:14

Modified files:
	gnu/usr.bin/perl/lib/Test: Builder.pm More.pm Simple.pm 
	gnu/usr.bin/perl/lib/Test/Builder: Module.pm Tester.pm 
	gnu/usr.bin/perl/lib/Test/Builder/Tester: Color.pm 
	gnu/usr.bin/perl/lib/Test/t: fail.t skip.t todo.t 
Added files:
	gnu/usr.bin/perl/lib/Test/t: 00test_harness_check.t 
	                             BEGIN_require_ok.t BEGIN_use_ok.t 
	                             More.t bad_plan.t bail_out.t 
	                             buffer.t c_flag.t circular_data.t 
	                             cmp_ok.t diag.t died.t 
	                             dont_overwrite_die_handler.t 
	                             eq_set.t exit.t explain.t extra.t 
	                             extra_one.t fail-like.t fail-more.t 
	                             fail_one.t filehandles.t fork.t 
	                             harness_active.t import.t 
	                             is_deeply_dne_bug.t 
	                             is_deeply_fail.t 
	                             is_deeply_with_threads.t missing.t 
	                             new_ok.t no_plan.t no_tests.t 
	                             note.t overload.t 
	                             overload_threads.t plan.t 
	                             plan_bad.t plan_is_noplan.t 
	                             plan_no_plan.t 
	                             plan_shouldnt_import.t 
	                             plan_skip_all.t pod-coverage.t 
	                             pod.t require_ok.t simple.t 
	                             skipall.t 
	                             tbm_doesnt_set_exported_to.t 
	                             thread_taint.t threads.t undef.t 
	                             use_ok.t useing.t utf8.t 

Log message:
update Test::Simple to version 0.86

tested in multiple builds on multiple arches by me
ok millert@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/13 11:45:55

Modified files:
	x11/eterm      : Makefile 

Log message:
fix the package name of the kanji flavor


CVSROOT:	/cvs
Module name:	src
Changes by:	jakob@cvs.openbsd.org	2009/05/13 12:24:15

Modified files:
	gnu/usr.sbin/sendmail/libmilter: Makefile 

Log message:
use poll(2); ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/13 12:38:29

Modified files:
	distrib/notes  : m4.common 
	distrib/notes/alpha: install 
	distrib/notes/amd64: install 
	distrib/notes/armish: install 
	distrib/notes/hp300: install 
	distrib/notes/hppa: install 
	distrib/notes/i386: install 
	distrib/notes/landisk: install 
	distrib/notes/luna88k: install 
	distrib/notes/mac68k: install 
	distrib/notes/macppc: install 
	distrib/notes/mvme68k: install 
	distrib/notes/mvme88k: install 
	distrib/notes/sgi: install 
	distrib/notes/socppc: install 
	distrib/notes/sparc: install 
	distrib/notes/sparc64: install 
	distrib/notes/vax: hardware install 
	distrib/notes/zaurus: install 

Log message:
Better disk partitioning details, especially for MBR + disklabel or
HFS + disklabel setups.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/13 14:45:21

Modified files:
	multimedia/mkvtoolnix: Makefile 

Log message:
- reorg Makefile

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/13 15:06:48

Modified files:
	share/man/man8 : daily.8 

Log message:
weekly and monthly usually do not produce results any more; ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/13 15:20:55

Modified files:
	usr.sbin/smtpd : aliases.c map.c 

Log message:
log dbopen and db->get errors; based on diff from Daniel Ouellet.
looks ok to gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/13 15:29:16

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
do MX lookups in both "relay" and "relay via" case; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/13 16:27:48

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Remove unused args from getopts.
Remove top comments already duplicated in the man page.

"sure" sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/13 22:50:55

src/sys/arch/sgi/stand/libsa32

Update of /cvs/src/sys/arch/sgi/stand/libsa32
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/stand/libsa32

Log Message:
Directory /cvs/src/sys/arch/sgi/stand/libsa32 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/13 22:50:57

src/sys/arch/sgi/stand/libz32

Update of /cvs/src/sys/arch/sgi/stand/libz32
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/stand/libz32

Log Message:
Directory /cvs/src/sys/arch/sgi/stand/libz32 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/13 22:50:58

src/sys/arch/sgi/stand/boot32

Update of /cvs/src/sys/arch/sgi/stand/boot32
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/stand/boot32

Log Message:
Directory /cvs/src/sys/arch/sgi/stand/boot32 added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/13 22:50:59

src/sys/arch/sgi/stand/boot64

Update of /cvs/src/sys/arch/sgi/stand/boot64
In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/sys/arch/sgi/stand/boot64

Log Message:
Directory /cvs/src/sys/arch/sgi/stand/boot64 added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/14 00:51:07

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/patches: patch-libpurple_purple-remote 
	                    patch-libpurple_purple-url-handler 

Log message:
- use python MODULE instead of hardcoding python path

ok sthen@ steven@ Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/14 01:56:19

Modified files:
	productivity/homebank: Makefile distinfo 
	productivity/homebank/patches: patch-configure 
	                               patch-po_POTFILES_in 
	productivity/homebank/pkg: PLIST 

Log message:
Update to 4.0.3

"if it works for you" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/14 02:01:28

Modified files:
	x11/gnome/libxklavier: Makefile distinfo 

Log message:
- update to libxklavier-3.9


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/14 02:13:37

Modified files:
	graphics/lcms  : Makefile distinfo 

Log message:
- update lcms to 1.18a

from brad, with a tweak by me


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/14 02:29:37

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
correct function name in fatal


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/14 02:53:36

Modified files:
	www/cherokee   : Makefile 

Log message:
make -streaming depend on -main. from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/14 04:49:00

Modified files:
	sys/isofs/udf  : udf_subr.c 

Log message:
Reset b_flags rather than just OR'ing in B_READ and B_RAW when
re-using a buf. Taken from the kern/subr_disk.c readdoslabel()
usage.

Avoids a loop in disksort() caused by trying to queue a buffer that is
already in cd->buf_queue. I can now 'disklabel cd0' with "Command
& Conquer 3: Kane's Wrath" in the drive and not hang the system.

Problem reported and fix tested by Jasper Valentij. Thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/05/14 06:38:52

Modified files:
	print/cups     : Makefile 
Added files:
	print/cups/patches: patch-scheduler_main_c 
	                    patch-scheduler_process_c 

Log message:
Fix daemon mode by correcting non-portable code:
- close(0); open(...); is no guaranteed to open on file descriptor 0.
Change to using dup2()
- Threaded applications that fork() may only call async-signal-safe
functions in the child process until such time as one of the exec
functions are called. Enable the APPLE code path that uses execlp()
in child. Also close child fd's in such a way as to not trip on
non-blocking fd design issues of libpthread.

okay ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/14 07:39:44

Modified files:
	graphics/gqview: Makefile distinfo 
	graphics/gqview/patches: patch-Makefile_in patch-configure 
	                         patch-doc_Makefile_in 
	graphics/gqview/pkg: PLIST 
Added files:
	graphics/gqview/patches: patch-src_main_c 

Log message:
- update to gqview-2.1.5 (devel version, but the project is dead)
from Brad
- use xdg-open to display "Help" with favorite browser


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/05/14 09:05:12

Modified files:
	usr.sbin/smtpd : control.c enqueue.c lka.c mda.c mfa.c mta.c 
	                 queue.c runner.c smtp.c smtp_session.c smtpd.c 

Log message:
use the nitems() macro where appropriate

ok gilles@, jacekm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/14 09:36:19

Modified files:
	mail/zarafa/webaccess: Makefile 
	mail/zarafa/webaccess/pkg: PLIST 

Log message:
- remove bogus directory


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/14 10:24:04

Modified files:
	app/cwm        : calmwm.h conf.c cwmrc.5 group.c kbfunc.c 

Log message:
Add a new command (currently no default keybindings for it), grouponly[1-9].

This works like the group select binding, but hides all other groups.

So, the people who've been complaining that they don't get "virtual
desktops" in cwm may want to try this out in cwmrc (from memory, untested):

---

#cwmrc

# add new windows to the current group
set sticky

# automatically sticky windows. xclock for now.
# to make more windows sticky use group_toggle to unset their group
autogroup 0 xclock

# make the group selection keys hide other groups, emulate virtual desktops
bind CM-1 grouponly1
bind CM-2 grouponly2
bind CM-3 grouponly3
bind CM-4 grouponly4
bind CM-5 grouponly5
bind CM-6 grouponly6
bind CM-7 grouponly7
bind CM-8 grouponly8
bind CM-9 grouponly9

---

mostly by sthen, tweaks from me.

ok todd@, "if it works i'm ok with it" okan@, ok sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/14 10:29:58

Modified files:
	app/cwm        : calmwm.h 

Log message:
add missing prototype.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/14 10:35:05

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
udl(4) works on macppc, too.  Disabled in GENERIC by default.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/14 11:05:46

Modified files:
	net/samba      : Makefile distinfo 
	net/samba/pkg  : PLIST-docs PLIST-main 

Log message:
Update to 3.0.34
"fine with me to commit it" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/14 11:38:22

Modified files:
	mail/zarafa/webaccess: Makefile 

Log message:
- really remove bogus dir, no pkg change


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 12:54:03

Modified files:
	sys/lib/libsa  : alloc.c 

Log message:
Add two hooks allowing MD code get a MD header to be included if needed,
and to override the way HEAP_START and HEAP_LIMIT are defined.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 12:55:41

Modified files:
	sys/arch/sgi/stand/sgivol: sgivol.c 

Log message:
Remove unused local.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 12:57:43

Modified files:
	sys/arch/sgi/stand: Makefile Makefile.inc 
	sys/arch/sgi/stand/boot: Makefile arcbios.c boot.c conf.c 
	                         start.S 
	sys/arch/sgi/stand/libsa: Makefile 
	sys/arch/sgi/stand/libz: Makefile 
Added files:
	sys/arch/sgi/stand: Makefile32.inc 
	sys/arch/sgi/stand/boot32: Makefile ld.script 
	sys/arch/sgi/stand/boot64: Makefile 
	sys/arch/sgi/stand/libsa: heap.h 
	sys/arch/sgi/stand/libsa32: Makefile 
	sys/arch/sgi/stand/libz32: Makefile 
Removed files:
	sys/arch/sgi/stand/boot: ld.script 

Log message:
In addition to the existing IP32 boot block, build a real 64 bit boot block
as a relocatable object, suitable for IP27/IP30/IP35.

Boot blocks are now found is /usr/mdec/boot{32,64}, with boot-IP## being
hard links to them for easy boot block pick.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 12:58:17

Modified files:
	distrib/sgi/cdfs: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sgi/ramdisk: install.md list 

Log message:
Update to match the new bootblocks filenames.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/05/14 13:24:06

Modified files:
	audio/espeak   : Makefile 
	audio/espeak/patches: patch-src_Makefile 

Log message:
unbreak build on sparc64...again


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 15:08:49

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
When walking cpu configuration, report fpu type as the cpu type, since
various R14000 (which use R14010 FPC) report different values there.
That's only to get a prettier cpu0 line in dmesg.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 15:10:33

Modified files:
	sys/arch/sgi/xbow: xbridge.c xbridgereg.h 

Log message:
More interrupt deadlock tomfoolery; turns out the non-XBridge workaround
doesn't appear to trigger the expected interrupt, so use a fugly nanotimeout
instead.

This makes Origin 200 disks not stall as soon as some serious I/O is intended.
They now run multiuser.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 15:16:40

Modified files:
	distrib/sgi/ramdisk: Makefile 
	etc/etc.sgi    : Makefile.inc 
Added files:
	sys/arch/sgi/conf: GENERIC-IP32 RAMDISK-IP32 
Removed files:
	sys/arch/sgi/conf: GENERIC RAMDISK 

Log message:
Rename sgi GENERIC and RAMDISK with -IP32 suffixes, and have the build
machinery minimally cope with this.

Discussed with and reluctantely accepted by deraadt@; we both dislike
losing the ``naturally comes out of your fingers'' kernel names and the
``one size fits all'' logic; but for now I don't see any easy way to
get a single kernel binary able to run on multiple IP## flavours.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/14 15:24:33

Modified files:
	etc            : security 

Log message:
replace the $OUTPUT idiom by the new next_part function from daily(8)
shortening the script by 100 lines and making it easier to understand
no functional change intended
feedback and ok  sthen@ ajacoutot@ okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/14 15:27:02

Modified files:
	sys/arch/sgi/conf: GENERIC-IP32 RAMDISK-IP32 
Added files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 RAMDISK-IP27 
	                   RAMDISK-IP30 

Log message:
Add configuration files for IP27 (includes some IP35 support) and IP30
systems. Not connected to the builds yet.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/14 16:31:00

Modified files:
	.              : want.html 

Log message:
some items needed for an AlphaServer that otto@ will send in a few days;
the machine i choosed has bad memory modules and no internal disks.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/14 16:56:11

Modified files:
	sbin/pfctl     : parse.y 

Log message:
actually change the require-order default to No; I missed a part with
my last commit.  ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/14 16:57:10

Modified files:
	.              : want.html 

Log message:
missing full stop.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/14 16:57:18

Modified files:
	regress/sbin/pfctl: Makefile pfail10.in pfail10.ok pfail11.in 
	                    pfail11.ok pfail9.in pfail9.ok 
Added files:
	regress/sbin/pfctl: pf98.in pf98.ok 

Log message:
handle the new require-order default of "no" in existing tests, and add
a new test to check it's working correctly.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/14 19:31:01

Modified files:
	distrib/miniroot: install.sub 

Log message:
If we have more than one disk, we don't know what the user wants but done
is probably not the right default answer.  ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/14 19:40:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
Zap tedious verbiage announcing disk configuration will start soon.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/14 19:57:16

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Validate the main MBR minimally; if it does not have the AA55 thingy we must
not read garbage values as partitions... which we then put into the spoofed
label... and which would lead disklabel -A to make surprising decisions.
earlier versions which did too much validation tested by many


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/14 20:00:36

Modified files:
	distrib/miniroot: install.sub 

Log message:
Since _defdsk is now only set to "", just nuke it.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/05/14 23:10:04

Added files:
	archivers/libarchive/patches: patch-Makefile_in 

Log message:
remove -Werror to unbreak build on sparc64
This code seems to trigger a gcc bug, resulting in spurious format warnings.

ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 00:29:39

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Do not explicitely clear interrupt sources in the interrupt handler, but
ask the Bridge to do this for us; this makes the initial interrupt deadlock
workaround functional again.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 00:30:21

Modified files:
	sys/arch/sgi/compile: .cvsignore 

Log message:
Update to match new kernel directories.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/15 00:56:05

Modified files:
	net/nfdump     : Makefile distinfo 
	net/nfdump/pkg : PLIST-main PLIST-nfprofile 

Log message:
update to 1.5.8 (daylight-saving and 64-bit bug fixes).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/15 00:57:18

Modified files:
	www/cherokee   : Makefile distinfo 
	www/cherokee/patches: patch-cherokee_Makefile_in 
	                      patch-cherokee_conf_sample_pre 
	                      patch-configure patch-contrib_Makefile_in 
	www/cherokee/pkg: PLIST-main 

Log message:
bugfix update to 0.99.15 from Brad, maintainer ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/15 01:50:10

Modified files:
	sysutils       : Makefile 

Log message:
+conky,no_x11


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/15 02:11:59

Modified files:
	multimedia/devede: Makefile distinfo 
	multimedia/devede/patches: patch-devede_glade patch-devede_py 
	multimedia/devede/pkg: PLIST 
Added files:
	multimedia/devede/patches: patch-devede_help_py 
	                           patch-interface_aboutdialog1_ui 
	                           patch-interface_wfolder_dialog_ui 

Log message:
- update to devede-3.13.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/15 05:00:05

ports/x11/gnome/screensaver/files

Update of /cvs/ports/x11/gnome/screensaver/files
In directory cvs.openbsd.org:/tmp/cvs-serv22430/files

Log Message:
Directory /cvs/ports/x11/gnome/screensaver/files added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/15 05:07:41

Modified files:
	lib/libsndio   : sio_open.3 

Log message:
describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn values
spotted by Philipp Schafft


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/15 06:07:19

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
nicer (unique) wmesg for the tsleep(9) in nfs_reconnect();


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/15 07:04:52

Modified files:
	lib/libsndio   : aucat.c sndio.c sndio_priv.h sun.c 

Log message:
if DEBUG is defined, use a global debug level rather
than a per-stream debug level. No behaviour change.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/15 07:06:40

Modified files:
	lib/libsndio   : sndio_priv.h 

Log message:
in headers, macro definitions come first, prototypes come next


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/15 07:10:39

Modified files:
	lib/libsndio   : aucat.c sun.c 

Log message:
replace s/sa/sio/, left from when libsa was renamed to libsndio


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/15 07:16:58

Modified files:
	lib/libsndio   : sun.c 

Log message:
cleanup forgotten calls to exit(3)


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 09:39:12

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
more run(4) usb ids.
one new vendor id for "Amigo Technology".


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 09:40:04

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 09:42:27

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
attach to more devices; we now have 113 usb ids.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 09:44:29

Modified files:
	share/man/man4 : run.4 

Log message:
Add the "Mvix Nubbin MS-811N" adapter to the list of
run(4) devices.

The Mvix Nubbin MS-811N is the new world's smallest
USB 802.11n adapter.
It beats the Planex GW-USMicroN by a few millimeters
(30.0*14.0*7.0 vs 33.5*16.0*8.0).


CVSROOT:	/cvs
Module name:	ports
Changes by:	claudio@cvs.openbsd.org	2009/05/15 09:46:58

Modified files:
	www/apache-httpd: Makefile 
	www/apache-httpd/pkg: PLIST 

Log message:
Enable suexec for apache2 with these config changes:
- install the binary under ${TRUEPREFIX}/sbin/suexec2
- change suexec-caller to _apache2
- log to /var/log/suexec2_log similar to the suexec in base
Inputs and OK sthen@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/15 09:47:25

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
add myself

ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 09:53:55

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : if_run.c 
	sys/dev/microcode/rum: Makefile build.c rum-license microcode.h 

Log message:
update run(4) microcode.
split it into two separate files while i'm at it since there are
actually two different firmwares (one for RT2870/RT3070 and one
for >=RT3071).


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2009/05/15 09:55:08

Modified files:
	usr.sbin/ospfd : ospfd.c 

Log message:
Do not ignore the route metric for "redistribute default".
Got broken in -r 1.62. Pointed out by bluhm@
OK bluhm@, claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 10:00:12

Modified files:
	sys/dev/ic     : rt2860reg.h 
	sys/dev/usb    : if_run.c 

Log message:
properly identify the RT3052 radio (dual-band 2T2R) in dmesg.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/15 10:03:49

Modified files:
	devel/iso-codes: Makefile distinfo 
	devel/iso-codes/pkg: PLIST 

Log message:
- update to iso-codes-3.9

works fine for pea@ on amd64


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/15 10:15:46

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hppa 
	                         md.hppa64 md.i386 md.landisk md.macppc 
	                         md.sgi md.socppc md.sparc64 md.zaurus 
	distrib/i386/ramdisk_cd: list.local 
	distrib/amd64/ramdisk_cd: list.local 

Log message:
second (annoying) part of the run-rt2870 firmware file split.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 10:20:48

Modified files:
	sys/arch/landisk/conf: files.landisk 

Log message:
pull in the right wscons/rasops parts


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 10:21:25

Modified files:
	sys/arch/landisk/landisk: conf.c 

Log message:
do not fake out some config-supplied foo.h / NFOO files


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 10:26:54

Modified files:
	etc            : Makefile 

Log message:
install wsconsctl.conf on more machines


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/15 10:31:45

Modified files:
	net/py-boto    : Makefile distinfo 
	net/py-boto/pkg: PLIST 

Log message:
update to 1.7a and change maintainer per Bruno Bigras.

ok wcmaier@ simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/15 10:36:50

Modified files:
	sysutils/duplicity: Makefile distinfo 
	sysutils/duplicity/pkg: PLIST 

Log message:
update to 0.5.17 and change maintainer per Bruno Bigras.

ok wcmaier@ simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 11:18:16

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Forgot to remove that now unused function in previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 11:19:10

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 

Log message:
A few stanzas from GENERIC-IP32 I forgot to uncomment or carry out.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/05/15 11:41:04

Modified files:
	devel/jdk/1.6  : Makefile 
	devel/jdk/1.6/pkg: DESCR-jre DESCR-main 

Log message:
- add jdk17_bootstrap PSEUDO_FLAVOR which uses a pre-installed
jdk/1.7 package to bootstrap
- prevent users from using native_bootstrap or jdk17_bootstrap when
the required package is not pre-installed

"looks good" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/05/15 11:47:29

Modified files:
	devel/jdk/1.5  : Makefile 
	devel/jdk/1.5/pkg: DESCR-jre DESCR-main 

Log message:
- prevent users from using native_bootstrap when the required package is
not pre-installed


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/15 12:19:30

Modified files:
	audio/libsndfile: Makefile distinfo 

Log message:
update to 1.0.20: fix potential heap overflow in VOC file parser


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/15 15:21:09

Modified files:
	www/drupal5/core: Makefile distinfo 

Log message:
update to 5.18, fixes an xss issue. ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/15 15:21:27

Modified files:
	www/drupal6/core: Makefile distinfo 

Log message:
update to 6.12, fixes an xss issue. ok espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 15:44:34

Modified files:
	sys/arch/landisk/conf: GENERIC 

Log message:
Enable udl(4) and ukbd(4) because this lets a landisk actually have a
non-serial "console"; it is not really a console since we probe for
it so late.  But enabling it in ttys(5) works with getty...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 15:45:44

Modified files:
	sbin/wsconsctl : Makefile 
	usr.sbin/wsconscfg: Makefile 
	usr.sbin/wsfontload: Makefile 

Log message:
Stop this silliness with machine dependent man pages


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 15:45:50

Modified files:
	distrib/sets/lists/etc: md.landisk md.socppc 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 15:46:25

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/15 15:47:40

Modified files:
	sys/arch/i386/i386: rbus_machdep.c 
	sys/arch/amd64/amd64: rbus_machdep.c 

Log message:
Always subregion the main PCI I/O extents.  This will handle things properly
when we pass the main PCI I/O extents to the secondary bus of subtractive
decode brigdes.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/15 15:51:58

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents if
there are no windows enabled.  Restores CardBus functionality on some
machines with Intel chipsets.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/15 16:30:03

Modified files:
	share/man/man7 : ports.7 

Log message:
well, PATCH_SITES has been dead for years...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 16:56:09

Modified files:
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Revert 1.18, the memory bank allocation logic was actually correct, and I
must have been on drugs when thinking otherwise.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 16:59:07

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
Don't forget to make sure IMR writes hit the hardware (by reading back
from the Hub) before continuing (this was missing in one place).
Also exit early from the interrupt mask handling loop if all sources have
been serviced.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 17:02:25

Modified files:
	sys/arch/sgi/dev: dsrtc.c power.c 
	sys/dev/ic     : mk48txxreg.h 

Log message:
TOD clock support for IOC3 flavours with DS174x chips (which are rebadged
MK48Txx). Entangled with preliminary changes which will hopefully eventually
lead to power(4) attaching on IP30 (but not finished yet).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/15 17:03:32

Added files:
	sys/arch/sgi/dev: dsrtcvar.h 

Log message:
Oops, forgot to add this file, part of the dsrtc DS174x changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 23:47:25

Modified files:
	sys/arch/armish/conf: files.armish 

Log message:
must pull in the wscons goo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/15 23:47:44

Modified files:
	sys/arch/armish/conf: GENERIC 

Log message:
udl(4) and the wsmux(4) work on armish


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/16 00:10:09

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC 

Log message:
Enable udl(4) by default for amd64, i386, and macppc.

OK deraadt@, kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 00:11:19

Modified files:
	distrib/sets/lists/base: md.sgi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/16 02:43:54

Modified files:
	textproc/xml2rfc: Makefile distinfo 
	textproc/xml2rfc/pkg: PLIST 

Log message:
update to xml2rfc v1.33


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/05/16 02:51:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
cleanup of set_timezone resulting in byte shaving and fixing an issue where
posixright would apprear in the listing of posix/ while it is actually its
sibling


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 02:59:13

Modified files:
	faq/pf/pt      : anchors.html authpf.html carp.html config.html 
	                 example1.html filter.html ftp.html index.html 
	                 logging.html macros.html nat.html options.html 
	                 perf.html pools.html queueing.html rdr.html 
	                 scrub.html shortcuts.html tables.html 
	                 tagging.html 
	faq/pt         : faq1.html faq11.html faq15.html faq2.html 
	                 faq3.html faq4.html faq5.html faq7.html 
	                 faq9.html index.html 
	fr             : crypto.html cvsup.html donations.html 
	                 events.html ftp.html items.html ports.html 
	                 translation.html want.html 
	lt             : 41.html docum.html donations.html errata41.html 
	                 ftp.html landisk.html mail.html plat.html 
	                 report.html vax-simh.html vax.html 
	nl             : crypto.html donations.html ftp.html items.html 
	                 orders.html ports.html translation.html 
	openbgpd/fr    : ftp.html 
	opencvs/pt     : goals.html index.html manual.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 
	pt             : art1.html art2.html art3.html art4.html 
	                 crypto.html cvsup.html disabled.html docum.html 
	                 donations.html goals.html index.html plat.html 
	                 query-pr.html stable.html translation.html 
	                 why-cvs.html 
Added files:
	faq/pt         : faq10.html faq12.html faq13.html faq14.html 
	                 faq6.html faq8.html 
	opencvs/pt     : press.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/16 03:01:56

Modified files:
	lib/libsndio   : aucat.c 

Log message:
in aucat_getpar() and aucat_getcap(), initialize the message to send
with AMSG_INIT(), rather than the reply we expect.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/16 03:04:45

Modified files:
	lib/libsndio   : aucat.c 

Log message:
fix style to make future diffs contain functional changes only


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 03:09:59

Modified files:
	security/cyrus-sasl2: Makefile distinfo 
	security/cyrus-sasl2/patches: patch-configure 
	                              patch-saslauthd_Makefile_in 
	                              patch-saslauthd_configure 
	security/cyrus-sasl2/pkg: PLIST 

Log message:
- SECURITY update to cyrus-sasl-2.1.23
* lib/saslutil.c: Fixed CERT VU#238019 (make sure sasl_encode64()
always NUL terminates output or returns SASL_BUFOVER).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 03:35:00

Modified files:
	mail/nmh       : Makefile distinfo 
	mail/nmh/patches: patch-uip_Makefile_in 
	mail/nmh/pkg   : PLIST 

Log message:
- update to nmh-1.3
- precise license marker

from new maintainer, William Yodlowsky


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/16 04:53:06

Modified files:
	sys/arch/sparc64/conf: files.sparc64 
Added files:
	sys/arch/sparc64/dev: vsw.c 

Log message:
Add vsw(4), a driver for the virtual network switch on sun4v.  This is just
some simple glue to attach each port as a network interface.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/16 05:15:26

Modified files:
	usr.bin/aucat  : amsg.h sock.c 
	lib/libsndio   : aucat.c 

Log message:
add a new ``hello'' message to aucat protocol useful to work on
future aucat extentions. No functional changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/16 06:10:52

Modified files:
	lib/libsndio   : aucat.c 

Log message:
don't set mode in sio_setpar(), already done at initialization


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/16 06:20:31

Modified files:
	usr.bin/aucat  : amsg.h sock.c sock.h 

Log message:
use the ``hello'' message a to set the device mode, and thus make
it mandatory. Old legacy clients setting the mode with sio_setpar()
are still working thanks to small hack.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/16 07:39:10

Modified files:
	misc/cdrchive  : Makefile 

Log message:
Replace defunct master sites.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 07:55:04

Log message:
    Import nautilus-open-terminal-0.10
    
    Nautilus extension which allows you to open a terminal in arbitrary
    local folders.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090516
    
    N ports/x11/gnome/nautilus-open-terminal/Makefile
    N ports/x11/gnome/nautilus-open-terminal/distinfo
    N ports/x11/gnome/nautilus-open-terminal/pkg/PLIST
    N ports/x11/gnome/nautilus-open-terminal/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 07:55:33

Modified files:
	x11/gnome      : Makefile 

Log message:
+nautilus-open-terminal


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 07:56:27

Modified files:
	x11/gnome/nautilus: Makefile 

Log message:
- tweak comment


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 10:04:11

Modified files:
	sys/arch/sgi/dev: power.c 

Log message:
need that include file...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 10:06:55

Modified files:
	distrib/sgi/cdfs: Makefile 

Log message:
grab the right boot files


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 10:31:00

Modified files:
	.              : INDEX 

Log message:
sync, 5705.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/16 10:40:31

Modified files:
	sys/arch/mips64/mips64: arcbios.c 

Log message:
Count LoadedProgram regions as free memory, since these are either the boot
loader image (which we can safely overwrite) or the kernel image itself (in
case of netboot) and there is already code to move the kernel image out
of the free memory later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/16 10:41:13

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 RAMDISK-IP27 
	                   RAMDISK-IP30 

Log message:
Add option ISP_COMPILE_FW to kernels with isp(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/16 11:34:52

Modified files:
	print/cups     : Makefile 
	print/cups/pkg : MESSAGE 

Log message:
- tweak MESSAGE & bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/16 13:46:25

Modified files:
	share/man/man7 : ports.7 

Log message:
sentences shall end in a full stop;


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/16 15:04:45

Modified files:
	x11/xdu        : Makefile 

Log message:
drop MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/16 15:42:33

src/gnu/usr.bin/perl/lib/Test/Simple/t/Builder

Update of /cvs/src/gnu/usr.bin/perl/lib/Test/Simple/t/Builder
In directory cvs.openbsd.org:/tmp/cvs-serv5978/Builder

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/Test/Simple/t/Builder added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/16 15:42:34

src/gnu/usr.bin/perl/lib/Test/Simple/t/Tester

Update of /cvs/src/gnu/usr.bin/perl/lib/Test/Simple/t/Tester
In directory cvs.openbsd.org:/tmp/cvs-serv5978/Tester

Log Message:
Directory /cvs/src/gnu/usr.bin/perl/lib/Test/Simple/t/Tester added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/16 15:42:58

Modified files:
	gnu/usr.bin/perl: MANIFEST 
	gnu/usr.bin/perl/lib/Test/Simple/t: 00test_harness_check.t 
	                                    More.t bad_plan.t bail_out.t 
	                                    buffer.t circular_data.t 
	                                    cmp_ok.t diag.t eq_set.t 
	                                    exit.t extra.t extra_one.t 
	                                    fail-like.t fail-more.t 
	                                    fail.t fail_one.t 
	                                    filehandles.t fork.t 
	                                    harness_active.t import.t 
	                                    is_deeply_dne_bug.t 
	                                    is_deeply_fail.t 
	                                    is_deeply_with_threads.t 
	                                    missing.t no_plan.t 
	                                    overload.t 
	                                    overload_threads.t plan.t 
	                                    plan_bad.t plan_is_noplan.t 
	                                    plan_no_plan.t 
	                                    plan_shouldnt_import.t 
	                                    plan_skip_all.t require_ok.t 
	                                    reset.t simple.t skip.t 
	                                    skipall.t thread_taint.t 
	                                    threads.t todo.t undef.t 
	                                    use_ok.t useing.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/lib: Dummy.pm MyOverload.pm 
	gnu/usr.bin/perl/t/lib/Test/Simple: Catch.pm 
	gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests: death.plx 
	                                                 death_in_eval.plx 
	                                                 exit.plx 
	                                                 extras.plx 
	                                                 five_fail.plx 
	                                                 last_minute_death.plx 
	                                                 one_fail.plx 
	                                                 pre_plan_death.plx 
	                                                 require.plx 
	                                                 success.plx 
	                                                 too_few.plx 
	                                                 too_few_fail.plx 
	                                                 two_fail.plx 
Added files:
	gnu/usr.bin/perl/lib/Test/Simple/t: BEGIN_require_ok.t 
	                                    BEGIN_use_ok.t c_flag.t 
	                                    died.t 
	                                    dont_overwrite_die_handler.t 
	                                    explain.t new_ok.t 
	                                    no_tests.t note.t 
	                                    pod-coverage.t pod.t 
	                                    tbm_doesnt_set_exported_to.t 
	                                    utf8.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/Builder: Builder.t carp.t 
	                                            create.t curr_test.t 
	                                            details.t has_plan.t 
	                                            has_plan2.t is_fh.t 
	                                            maybe_regex.t 
	                                            no_diag.t 
	                                            no_ending.t 
	                                            no_header.t ok_obj.t 
	                                            output.t reset.t 
	                                            reset_outputs.t 
	                                            try.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/Tester: tbt_01basic.t 
	                                           tbt_02fhrestore.t 
	                                           tbt_03die.t 
	                                           tbt_04line_num.t 
	                                           tbt_05faildiag.t 
	                                           tbt_06errormess.t 
	                                           tbt_07args.t 
	gnu/usr.bin/perl/lib/Test/Simple/t/lib: NoExporter.pm SigDie.pm 
	                                        TieOut.pm 
	gnu/usr.bin/perl/t/lib/Test/Simple/sample_tests: 
	                                                 death_with_handler.plx 
Removed files:
	gnu/usr.bin/perl/lib/Test/t: 00test_harness_check.t 
	                             BEGIN_require_ok.t BEGIN_use_ok.t 
	                             More.t bad_plan.t bail_out.t 
	                             buffer.t c_flag.t circular_data.t 
	                             cmp_ok.t diag.t died.t 
	                             dont_overwrite_die_handler.t 
	                             eq_set.t exit.t explain.t extra.t 
	                             extra_one.t fail-like.t fail-more.t 
	                             fail_one.t filehandles.t fork.t 
	                             harness_active.t import.t 
	                             is_deeply_dne_bug.t 
	                             is_deeply_fail.t 
	                             is_deeply_with_threads.t missing.t 
	                             new_ok.t no_plan.t no_tests.t 
	                             note.t overload.t 
	                             overload_threads.t plan.t 
	                             plan_bad.t plan_is_noplan.t 
	                             plan_no_plan.t 
	                             plan_shouldnt_import.t 
	                             plan_skip_all.t pod-coverage.t 
	                             pod.t require_ok.t simple.t 
	                             skipall.t 
	                             tbm_doesnt_set_exported_to.t 
	                             thread_taint.t threads.t undef.t 
	                             use_ok.t useing.t utf8.t 

Log message:
relocate / fix Test::Simple tests

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rui@cvs.openbsd.org	2009/05/16 15:48:20

Modified files:
	net/iperf      : Makefile distinfo 
	net/iperf/patches: patch-src_PerfSocket_cpp patch-src_Reporter_c 
	net/iperf/pkg  : PLIST 

Log message:
- update iperf to 2.0.4.

ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/16 16:18:50

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
allow ports to set REGRESS_IS_INTERACTIVE=X11 in order to get rid of
redundant makefile parts found at many places in the tree

DISPLAY and XAUTHORITY variables/checks to be nuked soon from many ports

ok ajacoutot@, sthen@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/05/16 16:19:06

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
document REGRESS_IS_INTERACTIVE=X11

missing comma sponsored by sthen@
ok ajacoutot@, sthen@, jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/16 16:24:11

Modified files:
	sys/conf       : newvers.sh 

Log message:
distrib/miniroot/install.sub now embeds the current version number in two
places, update comments accordingly.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/16 17:00:45

Modified files:
	sys/kern       : sysv_sem.c 

Log message:
0 -> PR_NOWAIT for clarity.

ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/16 17:40:13

Modified files:
	etc            : security 

Log message:
fix a couple of obvious echo -> next_part conversions i forgot;
found while investigating an unrelated bug report from John Wong


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/16 17:50:31

Modified files:
	lang/gcc/4.2   : Makefile 

Log message:
the last commit which changed back to sjlj exception handling didn't
touch the library version, but it was required.  bump libstdc++ major
and PKGNAME-estdc.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/16 17:51:43

Modified files:
	distrib/notes/i386: hardware 

Log message:
i386 GENERIC uses the APIC now, so the last paragraph talking of
differences with MP is now outdated - remove it.  ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/16 18:11:34

Modified files:
	distrib/notes  : m4.common 

Log message:
adapt to installer changes; the old Y/N question about sharing the disk with
other OS changed to a multiple-choice format (Whole disk/OpenBSD area/Edit).
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/16 18:25:34

Modified files:
	etc            : daily 

Log message:
move kern.version and uptime back to the top of the output
by moving it down to the bottom of the code;
"I definitely like this"  ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/16 18:31:51

Modified files:
	distrib/notes/hppa: upgrade 
	distrib/notes/aviion: upgrade 

Log message:
"all components of your system may not function" -> "some components..."
ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 18:43:13

Modified files:
	distrib/miniroot: install.sub 

Log message:
do not hardcode the version into the script; ok krw miod


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/16 19:06:56

Modified files:
	sbin/disklabel : editor.c 

Log message:
Initialize mountpoints[] when going past again:, since a
smaller alloc table will have fewer mountpoints and the
extras cause confusion. And any info from '/etc/fstab'
that was loaded into mountpoints needs to be zapped too.

Noticed by jim@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/16 19:17:12

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
Write out mountpoint info in writelabel() after label successfully
written, rather than every time editor_alloc() is called. Respect
'-n' for mountpoint info. Reduces surprise appearance of files when
you 'x' out of Editor.

"my sunglasses did not go dark" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 19:55:13

Modified files:
	sbin/wsconsctl : Makefile 
	usr.sbin/wsconscfg: Makefile 

Log message:
fascinating how make parses if statements...


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 20:02:30

Modified files:
	sys/conf       : newvers.sh 

Log message:
the previous was a bug, and has been fixed


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/16 20:28:26

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
recognize more Analog Devices codecs


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/16 20:49:45

Modified files:
	sbin/disklabel : editor.c 

Log message:
No need to write mount point info twice in 'w' command in Editor.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 22:41:46

Modified files:
	distrib/miniroot: install.sub 

Log message:
noone needs to use halt.  reboot will do
discussed with jmc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 22:58:07

Modified files:
	sys/arch/landisk/conf: RAMDISK 

Log message:
mux too, like GENERICarmish/conf/RAMDISK


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 22:58:20

Modified files:
	sys/arch/armish/conf: RAMDISK 

Log message:
mux too, like GENERIC


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/16 22:59:43

Modified files:
	distrib/miniroot: install.sub 

Log message:
add a period; Stephan A. Rickauer


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/17 02:17:26

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
updatex


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:04:38

Modified files:
	graphics/ImageMagick: Makefile 

Log message:
move sourceforge first in the MASTER_SITES list, they carry the old
legacy releases, other mirrors don't.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:07:45

Modified files:
	net/igmpproxy  : Makefile 

Log message:
fix PKGNAME (s/-beta2/b2); this was against packages-specs(7).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:09:23

Modified files:
	sysutils/smartmontools: Makefile 

Log message:
fix comment typo


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:39:58

Modified files:
	lang/gcc/3.3   : gcc3.port.mk 
	lang/gcc/4.2   : gcc4.port.mk 

Log message:
tighten libstdc++ LIB_DEPENDS; avoids manual intervention at upgrade time.

-LIB_DEPENDS+=  estdc++.5::lang/gcc/3.3,-estdc
+LIB_DEPENDS+=  estdc++.5:libstdc++->=3.3,<3.4:lang/gcc/3.3,-estdc

etc.  ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:40:53

Modified files:
	devel/llvm     : Makefile 
	www/webkit     : Makefile 

Log message:
bump for gcc4.port.mk LIB_DEPENDS change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/17 03:41:05

Modified files:
	editors/openoffice3: Makefile 

Log message:
remove workaround and bump for gcc4.port.mk LIB_DEPENDS change


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 06:25:15

Modified files:
	usr.sbin/bgpd  : bgpd.h mrt.c mrt.h name2id.c rde.c rde.h 
	                 rde_decide.c rde_prefix.c rde_rib.c 

Log message:
Rework most of the RDE to allow multiple RIBs. This is mostly preparation
work by changing the way the RDE DB is built. struct prefix and struct
pt_entry are simplified and extended with a rib_entry where the decision
tree is run on. From now on a prefix can only reside on one particular RIB
which simplifies the code a bit. Currently there are two fixed ribs
(adj-rib-in and the local-rib) which needs to be made more dynamic in
upcomming commits.
This is work in progress, the RDE seems to work for me and sthen@ (no flames
comming out of our testrouters but there is still a lot missing)
Move into the tree to simplify developement -- henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 06:27:16

Modified files:
	usr.sbin/bgpctl: bgpctl.c 

Log message:
Adjust show rib memory output after the monster commit to bgpd.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/17 06:45:00

Modified files:
	distrib/miniroot: install.sh 

Log message:
Move comment to correct spot.

Suppress 'No such file' error message when grep'ing for '/' mount
point in fstab.$ROOTDISK. We are interested in success or failure,
not excuses!

Check for existance of fstab.$DISK. User may exit disklabel with
'x', especially for non-root disks, and not create the file.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 07:20:12

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
rib_dump_r needs to check the af of the prefix because there is no rib per
address family. In rib_restart fix a possible use after free.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 07:22:10

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Simplify the IMSG_CTL_SHOW_NETWORK case and make it actually work by sending
the imsgs back to the right pid and not some more or less random address.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 07:23:08

Modified files:
	usr.sbin/bgpctl: bgpctl.c 

Log message:
Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK is
now using the same payload as IMSG_CTL_SHOW_RIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/17 08:45:25

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_rib.c 

Log message:
F_LOCAL and F_ORIGINAL are gone. The Adj-Rib-In is now a distinct tree.
Fix pf table code by checking if the aspath has a pftableid set or not
instead of doing the F_LOCAL dance. This works because the in the
Adj-Rib-In it is impossible to set pftableid.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/17 09:00:51

Modified files:
	distrib/miniroot: install.sh 

Log message:
Use sed to directly create swap entries in fstab rather than dancing
through an intermediate file.

Protect only fstab.$DISK manipulating commands with the check for
the existance of fstab.$DISK. This restores the ability to have
disks with only swap partitions.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sthen@cvs.openbsd.org	2009/05/17 10:51:43

Modified files:
	app/cwm        : client.c 

Log message:
redraw the border when unhiding a client window. fixes the situation where
you change to a different group and the mouse isn't over a window; previously
the border of the previously active window was highlighted but it didn't
actually have focus.

reads ok to oga@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sthen@cvs.openbsd.org	2009/05/17 11:04:59

Modified files:
	app/cwm        : calmwm.h conf.c cwmrc.5 group.c kbfunc.c 

Log message:
add a "movetogroup" function, which hides the current window from
display and moves it to another group. useful with the recently added
"grouponly" function, giving the ability to use groups as simple
virtual desktops (similar to e.g. xmonad, dwm and scrotwm).

this doesn't have default keyboard bindings; cwmrc(5) now shows how
you could use these functions (use M-1...9 for grouponly1...9 and
MS-1...9 for movetogroup1...9 to emulate the default dwm bindings).

ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/17 12:32:04

Modified files:
	editors/abiword: Makefile 
	editors/abiword/pkg: PLIST 

Log message:
- add enchant support ; should fix spell checking reported on ports@ by
punosevac72 at gmail dot com
- regen WANTLIB and PLIST while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	rui@cvs.openbsd.org	2009/05/17 13:51:54

Modified files:
	net/tcpreplay  : Makefile distinfo 
	net/tcpreplay/pkg: PLIST 

Log message:
- update tcpreplay to 3.4.1.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	rui@cvs.openbsd.org	2009/05/17 13:54:40

Modified files:
	sysutils/sleuthkit: Makefile distinfo 

Log message:
- update sleuthkit to 3.0.1.

ports-wise ok sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/17 14:20:24

Modified files:
	lib/libGL      : Makefile shlib_version 
	lib/libGL/dri  : Makefile Makefile.inc 
	lib/libGL/dri/i915: Makefile 
	lib/libGL/dri/i965: Makefile 
	lib/libGL/dri/r300: Makefile 
	lib/libGL/dri/s3v: Makefile 
	lib/libGL/dri/trident: Makefile 
	lib/libGL/libmesa: Makefile 

Log message:
Update build infrastructure for Mesa 7.4.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/17 14:26:43

Modified files:
	dist/Mesa      : Makefile configure.ac 
	dist/Mesa/bin  : mklib 
	dist/Mesa/configs: autoconf.in darwin default 
	dist/Mesa/docs : MESA_copy_sub_buffer.spec 
	                 MESA_resize_buffers.spec MESA_shader_debug.spec 
	                 MESA_texture_array.spec MESA_window_pos.spec 
	                 README.BEOS README.QUAKE RELNOTES-3.1 
	                 RELNOTES-3.2 RELNOTES-3.2.1 RELNOTES-3.3 
	                 RELNOTES-3.4 RELNOTES-3.4.1 RELNOTES-3.4.2 
	                 RELNOTES-3.5 RELNOTES-4.0 RELNOTES-4.0.1 
	                 RELNOTES-4.0.2 RELNOTES-4.0.3 RELNOTES-4.1 
	                 RELNOTES-5.0 RELNOTES-5.0.1 RELNOTES-5.0.2 
	                 RELNOTES-6.0 RELNOTES-6.0.1 RELNOTES-6.1 
	                 RELNOTES-6.2 RELNOTES-6.2.1 RELNOTES-6.3 
	                 RELNOTES-6.3.1 RELNOTES-6.3.2 RELNOTES-6.4 
	                 cell.html contents.html download.html 
	                 envvars.html helpwanted.html install.html 
	                 news.html relnotes.html shading.html 
	                 systems.html webmaster.html xlibdriver.html 
	dist/Mesa/docs/OLD: MESA_packed_depth_stencil.spec 
	                    MESA_program_debug.spec 
	                    MESA_sprite_point.spec MESA_trace.spec 
	dist/Mesa/include/GL: Makefile.am gl.h gl_mangle.h glext.h glu.h 
	                      glx.h glxext.h 
	dist/Mesa/include/GL/internal: dri_interface.h sarea.h 
	dist/Mesa/include/GLES: egltypes.h 
	dist/Mesa/progs/beos: demo.cpp 
	dist/Mesa/progs/demos: arbocclude.c fbo_firecube.c 
	dist/Mesa/progs/ggi: gears.c 
	dist/Mesa/progs/glsl: Makefile bump.c convolutions.c 
	                      mandelbrot.c multitex.c multitex.vert 
	                      noise.c toyball.c twoside.c 
	dist/Mesa/progs/miniglx: glfbdevtest.c manytex.c sample_server.c 
	                         sample_server2.c texline.c 
	dist/Mesa/progs/samples: blendeq.c 
	dist/Mesa/progs/tests: Makefile Makefile.win antialias.c cva.c 
	                       dinoshade.c floattex.c getprocaddress.py 
	                       jkrahntest.c manytex.c multipal.c 
	                       multiwindow.c sharedtex.c texline.c 
	                       texrect.c texwrap.c 
	dist/Mesa/progs/trivial: Makefile 
	dist/Mesa/progs/util: README extfuncs.h glstate.c glstate.h 
	                      sampleMakefile shaderutil.c 
	dist/Mesa/progs/windml: ugldrawpix.c ugltexcyl.c 
	dist/Mesa/progs/xdemos: Makefile glxcontexts.c glxgears.c 
	                        glxpixmap.c glxswapcontrol.c manywin.c 
	                        vgears.c 
	dist/Mesa/src/egl/main: eglconfig.c eglconfig.h 
	dist/Mesa/src/glu: Makefile glu.pc.in 
	dist/Mesa/src/glu/mini: all.h glu.c gluP.h mipmap.c nurbs.c 
	                        nurbs.h nurbscrv.c polytest.c project.c 
	                        quadric.c tess.c tess.h tesselat.c 
	dist/Mesa/src/glu/sgi: dummy.cc glu.exports 
	dist/Mesa/src/glu/sgi/libnurbs/interface: bezierEval.h 
	                                          bezierPatch.cc 
	                                          bezierPatch.h 
	                                          bezierPatchMesh.cc 
	                                          bezierPatchMesh.h 
	                                          glcurveval.cc 
	                                          glimports.h 
	                                          glinterface.cc 
	                                          glrenderer.h 
	                                          incurveeval.cc 
	                                          insurfeval.cc 
	                                          mystdio.h mystdlib.h 
	dist/Mesa/src/glu/sgi/libnurbs/internals: arc.h arcsorter.cc 
	                                          arcsorter.h arctess.h 
	                                          backend.cc backend.h 
	                                          basiccrveval.h 
	                                          basicsurfeval.h 
	                                          bezierarc.h bin.cc 
	                                          bin.h bufpool.cc 
	                                          bufpool.h 
	                                          cachingeval.cc 
	                                          cachingeval.h ccw.cc 
	                                          coveandtiler.h 
	                                          curve.cc curve.h 
	                                          curvelist.cc 
	                                          curvelist.h 
	                                          curvesub.cc 
	                                          dataTransform.cc 
	                                          dataTransform.h 
	                                          defines.h 
	                                          displaylist.cc 
	                                          displaylist.h 
	                                          displaymode.h flist.cc 
	                                          flist.h flistsorter.cc 
	                                          flistsorter.h 
	                                          gridline.h 
	                                          gridtrimvertex.h 
	                                          gridvertex.h hull.cc 
	                                          hull.h intersect.cc 
	                                          jarcloc.h knotvector.h 
	                                          mapdesc.cc mapdesc.h 
	                                          mapdescv.cc maplist.cc 
	                                          maplist.h mesher.cc 
	                                          mesher.h 
	                                          monoTriangulationBackend.cc 
	                                          monotonizer.cc 
	                                          monotonizer.h 
	                                          myassert.h mycode.cc 
	                                          mystring.h 
	                                          nurbsconsts.h 
	                                          nurbstess.cc patch.cc 
	                                          patch.h patchlist.cc 
	                                          patchlist.h pwlarc.h 
	                                          quilt.cc quilt.h 
	                                          reader.cc reader.h 
	                                          renderhints.cc 
	                                          renderhints.h 
	                                          simplemath.h slicer.cc 
	                                          slicer.h sorter.cc 
	                                          sorter.h splitarcs.cc 
	                                          subdivider.h 
	                                          tobezier.cc 
	                                          trimline.cc trimline.h 
	                                          trimregion.cc 
	                                          trimregion.h 
	                                          trimvertex.h 
	                                          trimvertpool.cc 
	                                          trimvertpool.h types.h 
	                                          uarray.cc uarray.h 
	                                          varray.cc varray.h 
	dist/Mesa/src/glu/sgi/libnurbs/nurbtess: definitions.h 
	                                         directedLine.h 
	                                         glimports.h gridWrap.cc 
	                                         gridWrap.h monoChain.cc 
	                                         monoChain.h 
	                                         monoPolyPart.cc 
	                                         monoTriangulation.cc 
	                                         monoTriangulation.h 
	                                         mystdio.h mystdlib.h 
	                                         partitionX.cc 
	                                         partitionX.h 
	                                         partitionY.cc 
	                                         partitionY.h polyDBG.h 
	                                         polyUtil.cc polyUtil.h 
	                                         primitiveStream.cc 
	                                         primitiveStream.h 
	                                         quicksort.cc 
	                                         quicksort.h 
	                                         rectBlock.cc 
	                                         rectBlock.h 
	                                         sampleComp.cc 
	                                         sampleComp.h 
	                                         sampleCompBot.cc 
	                                         sampleCompBot.h 
	                                         sampleCompRight.cc 
	                                         sampleCompRight.h 
	                                         sampleCompTop.cc 
	                                         sampleCompTop.h 
	                                         sampleMonoPoly.cc 
	                                         sampleMonoPoly.h 
	                                         sampledLine.cc 
	                                         sampledLine.h 
	                                         searchTree.cc 
	                                         searchTree.h zlassert.h 
	dist/Mesa/src/glu/sgi/libtess: README alg-outline dict-list.h 
	                               dict.c dict.h geom.c memalloc.c 
	                               memalloc.h mesh.c mesh.h normal.h 
	                               priorityq-heap.c priorityq-heap.h 
	                               priorityq-sort.h priorityq.c 
	                               priorityq.h render.c render.h 
	                               sweep.h tess.h tessmono.c 
	                               tessmono.h 
	dist/Mesa/src/glw: Makefile glw.pc.in 
	dist/Mesa/src/glx/mini: miniglx_events.c 
	dist/Mesa/src/glx/x11: Makefile XF86dri.c clientattrib.c 
	                       compsize.c dri_common.c dri_common.h 
	                       dri_glx.c drisw_glx.c eval.c 
	                       glcontextmodes.c glcontextmodes.h 
	                       glx_pbuffer.c glx_query.c glxclient.h 
	                       glxcmds.c glxcurrent.c glxext.c 
	                       glxextensions.c glxextensions.h glxhash.c 
	                       glxhash.h indirect.c indirect_init.h 
	                       indirect_texture_compression.c 
	                       indirect_transpose_matrix.c 
	                       indirect_vertex_array.c 
	                       indirect_vertex_array.h 
	                       indirect_vertex_array_priv.h 
	                       indirect_vertex_program.c 
	                       indirect_window_pos.c packrender.h 
	                       packsingle.h pixel.c pixelstore.c 
	                       render2.c renderpix.c single2.c 
	                       singlepix.c vertarr.c xf86dri.h 
	                       xf86dristr.h xfont.c 
	dist/Mesa/src/mesa: Makefile gl.pc.in sources 
	dist/Mesa/src/mesa/drivers/allegro: amesa.c 
	dist/Mesa/src/mesa/drivers/common: descrip.mms driverfuncs.c 
	dist/Mesa/src/mesa/drivers/directfb: idirectfbgl_mesa.c 
	dist/Mesa/src/mesa/drivers/dos: dmesa.c 
	dist/Mesa/src/mesa/drivers/dri: Makefile Makefile.template 
	                                dri.pc.in 
	dist/Mesa/src/mesa/drivers/dri/common: dri_util.c dri_util.h 
	                                       drirenderbuffer.c 
	                                       drirenderbuffer.h 
	                                       extension_helper.h mmio.h 
	                                       spantmp2.h stenciltmp.h 
	                                       texmem.c texmem.h utils.c 
	                                       utils.h vblank.c vblank.h 
	                                       xmlconfig.c 
	dist/Mesa/src/mesa/drivers/dri/fb: fb_dri.c fb_egl.c 
	dist/Mesa/src/mesa/drivers/dri/ffb: ffb_bitmap.c ffb_bitmap.h 
	                                    ffb_clear.c ffb_context.h 
	                                    ffb_dd.c ffb_dd.h 
	                                    ffb_depth.c ffb_depth.h 
	                                    ffb_fifo.h ffb_lines.c 
	                                    ffb_lines.h ffb_linetmp.h 
	                                    ffb_lock.h ffb_points.c 
	                                    ffb_points.h ffb_pointtmp.h 
	                                    ffb_rendertmp.h ffb_span.c 
	                                    ffb_span.h ffb_state.c 
	                                    ffb_state.h ffb_stencil.c 
	                                    ffb_stencil.h ffb_tex.c 
	                                    ffb_tex.h ffb_tris.c 
	                                    ffb_tris.h ffb_tritmp.h 
	                                    ffb_vb.c ffb_vb.h 
	                                    ffb_vbtmp.h ffb_vtxfmt.c 
	                                    ffb_vtxfmt.h ffb_xmesa.c 
	                                    ffb_xmesa.h 
	dist/Mesa/src/mesa/drivers/dri/ffb/server: ffb_dac.h 
	                                           ffb_drishare.h 
	                                           ffb_regs.h 
	dist/Mesa/src/mesa/drivers/dri/gamma: gamma_client.h 
	                                      gamma_context.c 
	                                      gamma_context.h gamma_dd.c 
	                                      gamma_inithw.c 
	                                      gamma_lock.c 
	                                      gamma_macros.h 
	                                      gamma_regs.h 
	                                      gamma_render.c 
	                                      gamma_screen.c 
	                                      gamma_span.c gamma_state.c 
	                                      gamma_tex.c gamma_texmem.c 
	                                      gamma_texstate.c 
	                                      gamma_tris.c 
	                                      gamma_tritmp.h gamma_vb.c 
	                                      gamma_vb.h gamma_xmesa.c 
	dist/Mesa/src/mesa/drivers/dri/gamma/server: glint_common.h 
	                                             glint_dri.h 
	dist/Mesa/src/mesa/drivers/dri/i810: i810_3d_reg.h i810context.c 
	                                     i810context.h i810ioctl.c 
	                                     i810ioctl.h i810render.c 
	                                     i810screen.c i810span.c 
	                                     i810state.c i810tex.c 
	                                     i810tex.h i810texmem.c 
	                                     i810texstate.c i810tris.c 
	                                     i810tris.h i810vb.c 
	                                     i810vb.h 
	dist/Mesa/src/mesa/drivers/dri/i810/server: i810_common.h 
	                                            i810_dri.h 
	                                            i810_reg.h 
	dist/Mesa/src/mesa/drivers/dri/i915: Makefile i830_context.c 
	                                     i830_context.h 
	                                     i830_metaops.c i830_reg.h 
	                                     i830_state.c i830_tex.c 
	                                     i830_texblend.c 
	                                     i830_texstate.c i830_vtbl.c 
	                                     i915_context.c 
	                                     i915_context.h i915_debug.c 
	                                     i915_fragprog.c 
	                                     i915_metaops.c 
	                                     i915_program.c i915_reg.h 
	                                     i915_state.c i915_tex.c 
	                                     i915_tex_layout.c 
	                                     i915_texstate.c i915_vtbl.c 
	                                     intel_pixel_read.c 
	                                     intel_render.c 
	                                     intel_state.c intel_tris.c 
	                                     intel_tris.h 
	dist/Mesa/src/mesa/drivers/dri/i965: Makefile brw_cc.c 
	                                     brw_clip.c brw_clip_line.c 
	                                     brw_clip_point.c 
	                                     brw_clip_state.c 
	                                     brw_clip_tri.c 
	                                     brw_clip_unfilled.c 
	                                     brw_clip_util.c 
	                                     brw_context.c brw_context.h 
	                                     brw_curbe.c brw_defines.h 
	                                     brw_draw.c brw_draw.h 
	                                     brw_draw_upload.c brw_eu.c 
	                                     brw_eu.h brw_eu_debug.c 
	                                     brw_eu_emit.c 
	                                     brw_fallback.c 
	                                     brw_fallback.h brw_gs.c 
	                                     brw_gs_emit.c 
	                                     brw_gs_state.c 
	                                     brw_misc_state.c 
	                                     brw_program.c brw_sf.c 
	                                     brw_sf_emit.c 
	                                     brw_sf_state.c brw_state.h 
	                                     brw_state_batch.c 
	                                     brw_state_cache.c 
	                                     brw_state_dump.c 
	                                     brw_state_upload.c 
	                                     brw_structs.h brw_tex.c 
	                                     brw_tex_layout.c brw_urb.c 
	                                     brw_util.c brw_util.h 
	                                     brw_vs.c brw_vs.h 
	                                     brw_vs_constval.c 
	                                     brw_vs_emit.c 
	                                     brw_vs_state.c brw_vtbl.c 
	                                     brw_wm.c brw_wm.h 
	                                     brw_wm_debug.c 
	                                     brw_wm_emit.c brw_wm_fp.c 
	                                     brw_wm_glsl.c brw_wm_iz.c 
	                                     brw_wm_pass0.c 
	                                     brw_wm_pass1.c 
	                                     brw_wm_sampler_state.c 
	                                     brw_wm_state.c 
	                                     brw_wm_surface_state.c 
	                                     intel_state.c 
	dist/Mesa/src/mesa/drivers/dri/intel: intel_batchbuffer.c 
	                                      intel_batchbuffer.h 
	                                      intel_blit.c intel_blit.h 
	                                      intel_buffer_objects.c 
	                                      intel_buffer_objects.h 
	                                      intel_buffers.c 
	                                      intel_buffers.h 
	                                      intel_chipset.h 
	                                      intel_context.c 
	                                      intel_context.h 
	                                      intel_decode.c 
	                                      intel_depthstencil.c 
	                                      intel_fbo.c intel_fbo.h 
	                                      intel_mipmap_tree.c 
	                                      intel_mipmap_tree.h 
	                                      intel_pixel.c 
	                                      intel_pixel.h 
	                                      intel_pixel_bitmap.c 
	                                      intel_pixel_copy.c 
	                                      intel_pixel_draw.c 
	                                      intel_reg.h 
	                                      intel_regions.c 
	                                      intel_regions.h 
	                                      intel_screen.c 
	                                      intel_screen.h 
	                                      intel_span.c intel_span.h 
	                                      intel_tex.c intel_tex.h 
	                                      intel_tex_copy.c 
	                                      intel_tex_format.c 
	                                      intel_tex_image.c 
	                                      intel_tex_layout.c 
	                                      intel_tex_layout.h 
	                                      intel_tex_subimage.c 
	                                      intel_tex_validate.c 
	dist/Mesa/src/mesa/drivers/dri/mach64: mach64_context.c 
	                                       mach64_context.h 
	                                       mach64_dd.c mach64_dd.h 
	                                       mach64_ioctl.c 
	                                       mach64_ioctl.h 
	                                       mach64_lock.c 
	                                       mach64_lock.h 
	                                       mach64_native_vb.c 
	                                       mach64_native_vbtmp.h 
	                                       mach64_reg.h 
	                                       mach64_screen.c 
	                                       mach64_screen.h 
	                                       mach64_span.c 
	                                       mach64_span.h 
	                                       mach64_state.c 
	                                       mach64_state.h 
	                                       mach64_tex.c mach64_tex.h 
	                                       mach64_texmem.c 
	                                       mach64_texstate.c 
	                                       mach64_tris.c 
	                                       mach64_tris.h mach64_vb.c 
	                                       mach64_vb.h 
	                                       mach64_vbtmp.h 
	dist/Mesa/src/mesa/drivers/dri/mach64/server: mach64_dri.h 
	dist/Mesa/src/mesa/drivers/dri/mga: mga_texcombine.c 
	                                    mga_texstate.c mga_xmesa.c 
	                                    mga_xmesa.h mgacontext.h 
	                                    mgadd.c mgadd.h mgaioctl.c 
	                                    mgaioctl.h mgapixel.c 
	                                    mgapixel.h mgaregs.h 
	                                    mgarender.c mgaspan.c 
	                                    mgaspan.h mgastate.c 
	                                    mgastate.h mgatex.c mgatex.h 
	                                    mgatexmem.c mgatris.c 
	                                    mgatris.h mgavb.c mgavb.h 
	dist/Mesa/src/mesa/drivers/dri/mga/server: mga.h mga_bios.h 
	                                           mga_dri.c mga_dri.h 
	                                           mga_macros.h 
	                                           mga_reg.h 
	dist/Mesa/src/mesa/drivers/dri/r128: r128_context.c 
	                                     r128_context.h r128_dd.c 
	                                     r128_dd.h r128_ioctl.c 
	                                     r128_ioctl.h r128_lock.c 
	                                     r128_lock.h r128_screen.c 
	                                     r128_screen.h r128_span.c 
	                                     r128_span.h r128_state.c 
	                                     r128_state.h r128_tex.c 
	                                     r128_tex.h r128_texmem.c 
	                                     r128_texobj.h 
	                                     r128_texstate.c r128_tris.c 
	                                     r128_tris.h 
	dist/Mesa/src/mesa/drivers/dri/r128/server: r128.h r128_dri.c 
	                                            r128_dri.h 
	                                            r128_macros.h 
	                                            r128_reg.h 
	                                            r128_version.h 
	dist/Mesa/src/mesa/drivers/dri/r200: r200_cmdbuf.c 
	                                     r200_context.c 
	                                     r200_context.h r200_ioctl.c 
	                                     r200_ioctl.h r200_lock.c 
	                                     r200_maos_arrays.c 
	                                     r200_pixel.c r200_sanity.c 
	                                     r200_span.c r200_state.c 
	                                     r200_state_init.c 
	                                     r200_swtcl.c r200_swtcl.h 
	                                     r200_tcl.c r200_tex.c 
	                                     r200_texmem.c 
	                                     r200_texstate.c 
	dist/Mesa/src/mesa/drivers/dri/r300: r300_cmdbuf.c 
	                                     r300_context.c 
	                                     r300_context.h r300_emit.c 
	                                     r300_emit.h r300_fragprog.c 
	                                     r300_fragprog.h 
	                                     r300_fragprog_swizzle.h 
	                                     r300_ioctl.c r300_reg.h 
	                                     r300_render.c r300_state.c 
	                                     r300_swtcl.c r300_swtcl.h 
	                                     r300_tex.c r300_texmem.c 
	                                     r300_texstate.c 
	                                     r500_fragprog.h 
	                                     radeon_context.c 
	                                     radeon_context.h 
	                                     radeon_ioctl.c 
	                                     radeon_ioctl.h 
	                                     radeon_lock.c 
	                                     radeon_program.h 
	                                     radeon_program_pair.c 
	                                     radeon_span.c 
	                                     radeon_state.c 
	dist/Mesa/src/mesa/drivers/dri/radeon: radeon_chipset.h 
	                                       radeon_compat.c 
	                                       radeon_context.c 
	                                       radeon_context.h 
	                                       radeon_ioctl.c 
	                                       radeon_ioctl.h 
	                                       radeon_lighting.c 
	                                       radeon_lock.c 
	                                       radeon_maos.h 
	                                       radeon_maos_arrays.c 
	                                       radeon_maos_verts.c 
	                                       radeon_sanity.c 
	                                       radeon_screen.c 
	                                       radeon_screen.h 
	                                       radeon_span.c 
	                                       radeon_state.c 
	                                       radeon_state.h 
	                                       radeon_state_init.c 
	                                       radeon_swtcl.c 
	                                       radeon_swtcl.h 
	                                       radeon_tcl.c radeon_tcl.h 
	                                       radeon_tex.c radeon_tex.h 
	                                       radeon_texmem.c 
	                                       radeon_texstate.c 
	dist/Mesa/src/mesa/drivers/dri/radeon/server: radeon.h 
	                                              radeon_dri.h 
	                                              radeon_egl.c 
	                                              radeon_macros.h 
	                                              radeon_reg.h 
	dist/Mesa/src/mesa/drivers/dri/s3v: s3v_context.c s3v_context.h 
	                                    s3v_dd.c s3v_render.c 
	                                    s3v_screen.h s3v_state.c 
	                                    s3v_tex.c s3v_texmem.c 
	                                    s3v_texstate.c s3v_tris.c 
	                                    s3v_vb.c s3v_vb.h 
	                                    s3v_xmesa.c 
	dist/Mesa/src/mesa/drivers/dri/savage: savage_3d_reg.h 
	                                       savage_init.h 
	                                       savage_xmesa.c 
	                                       savagecontext.h 
	                                       savagedd.c savagedd.h 
	                                       savageioctl.c 
	                                       savageioctl.h 
	                                       savagerender.c 
	                                       savagespan.c 
	                                       savagestate.c savagetex.c 
	                                       savagetex.h savagetris.c 
	                                       savagetris.h 
	dist/Mesa/src/mesa/drivers/dri/sis: sis6326_clear.c 
	                                    sis6326_state.c sis_alloc.c 
	                                    sis_alloc.h sis_clear.c 
	                                    sis_context.c sis_context.h 
	                                    sis_dd.c sis_dd.h sis_fog.c 
	                                    sis_lock.c sis_lock.h 
	                                    sis_reg.h sis_screen.c 
	                                    sis_screen.h sis_span.c 
	                                    sis_span.h sis_state.c 
	                                    sis_state.h sis_stencil.c 
	                                    sis_stencil.h sis_tex.c 
	                                    sis_tex.h sis_texstate.c 
	                                    sis_tris.c sis_tris.h 
	dist/Mesa/src/mesa/drivers/dri/sis/server: sis_common.h 
	                                           sis_dri.h 
	dist/Mesa/src/mesa/drivers/dri/swrast: swrast.c swrast_priv.h 
	                                       swrast_span.c 
	                                       swrast_spantemp.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx: dri_glide.h tdfx_context.c 
	                                     tdfx_context.h tdfx_dd.c 
	                                     tdfx_dd.h tdfx_glide.h 
	                                     tdfx_lock.c tdfx_lock.h 
	                                     tdfx_pixels.c tdfx_pixels.h 
	                                     tdfx_render.c tdfx_render.h 
	                                     tdfx_screen.c tdfx_screen.h 
	                                     tdfx_span.c tdfx_span.h 
	                                     tdfx_state.c tdfx_state.h 
	                                     tdfx_tex.c tdfx_tex.h 
	                                     tdfx_texman.c tdfx_texman.h 
	                                     tdfx_texstate.c 
	                                     tdfx_texstate.h tdfx_tris.c 
	                                     tdfx_tris.h tdfx_vb.c 
	                                     tdfx_vb.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx/X86: fx_3dnow_fastpath.S 
	                                         fx_3dnow_fasttmp.h 
	dist/Mesa/src/mesa/drivers/dri/tdfx/server: tdfx_dri.h 
	dist/Mesa/src/mesa/drivers/dri/trident: trident_context.c 
	                                        trident_context.h 
	                                        trident_dd.c 
	                                        trident_state.c 
	                                        trident_vb.c 
	dist/Mesa/src/mesa/drivers/dri/unichrome: via_context.c 
	                                          via_context.h via_fb.c 
	                                          via_ioctl.c 
	                                          via_render.c 
	                                          via_screen.c 
	                                          via_span.c via_state.c 
	                                          via_tex.c via_tex.h 
	                                          via_texcombine.c 
	                                          via_tris.c via_tris.h 
	dist/Mesa/src/mesa/drivers/dri/unichrome/server: via_dri.c 
	                                                 via_driver.h 
	                                                 via_priv.h 
	dist/Mesa/src/mesa/drivers/fbdev: glfbdev.c 
	dist/Mesa/src/mesa/drivers/ggi: ggimesa.c 
	dist/Mesa/src/mesa/drivers/ggi/default: genkgi.h genkgi_mode.c 
	                                        genkgi_visual.c 
	dist/Mesa/src/mesa/drivers/ggi/include/ggi/mesa: debug.h 
	dist/Mesa/src/mesa/drivers/glide: fxapi.c fxdd.c fxddtex.c 
	                                  fxdrv.h fxsetup.c fxtris.c 
	                                  fxvb.c 
	dist/Mesa/src/mesa/drivers/glslcompiler: Makefile glslcompiler.c 
	dist/Mesa/src/mesa/drivers/osmesa: Makefile 
	dist/Mesa/src/mesa/drivers/svga: svgamesa.c svgamesa15.c 
	                                 svgamesa15.h svgamesa16.c 
	                                 svgamesa16.h svgamesa24.c 
	                                 svgamesa24.h svgamesa32.c 
	                                 svgamesa32.h svgamesa8.c 
	                                 svgamesa8.h svgapix.h 
	dist/Mesa/src/mesa/drivers/windows/gdi: mesa.def wgl.c wmesa.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect: gld_debug_clip.c 
	                                             gld_debug_norm.c 
	                                             gld_debug_xform.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx7: 
	                                                 gld_vb_mesa_render_dx7.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx8: 
	                                                 gld_vb_mesa_render_dx8.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/dx9: 
	                                                 gld_vb_mesa_render_dx9.c 
	dist/Mesa/src/mesa/drivers/windows/gldirect/mesasw: colors.h 
	dist/Mesa/src/mesa/drivers/x11: fakeglx.c glxapi.c glxheader.h 
	                                xfonts.c xm_api.c xm_buffer.c 
	                                xm_dd.c xm_line.c xm_span.c 
	                                xm_tri.c xmesaP.h 
	dist/Mesa/src/mesa/glapi: descrip.mms dispatch.h 
	                          extension_helper.py glX_proto_recv.py 
	                          glX_proto_send.py glX_proto_size.py 
	                          gl_API.dtd gl_API.xml gl_XML.py 
	                          gl_apitemp.py gl_enums.py gl_table.py 
	                          gl_x86_asm.py glapi.c glapi.h 
	                          glapitable.h glthread.h mesadef.py 
	dist/Mesa/src/mesa/main: api_arrayelt.c api_loopback.c 
	                         api_noop.c api_validate.c arrayobj.c 
	                         attrib.c blend.c bufferobj.c buffers.c 
	                         buffers.h colormac.h colortab.c 
	                         config.h context.c context.h dd.h 
	                         debug.c depthstencil.c descrip.mms 
	                         dispatch.c dlist.c drawpix.c drawpix.h 
	                         enable.c enums.c execmem.c extensions.c 
	                         fbobject.c framebuffer.c framebuffer.h 
	                         get.c get_gen.py getstring.c glheader.h 
	                         hash.c histogram.c histogram.h image.c 
	                         image.h imports.c imports.h light.c 
	                         macros.h mipmap.c mipmap.h mm.c mm.h 
	                         mtypes.h pixel.c pixel.h points.c 
	                         points.h queryobj.c queryobj.h 
	                         rastpos.c shaders.c state.c state.h 
	                         stencil.c texcompress.c 
	                         texcompress_s3tc.c texenvprogram.c 
	                         texenvprogram.h texformat.c texformat.h 
	                         texformat_tmp.h teximage.c teximage.h 
	                         texobj.c texrender.c texstate.c 
	                         texstate.h texstore.c texstore.h 
	                         varray.c varray.h version.h 
	dist/Mesa/src/mesa/math: m_debug_clip.c m_debug_norm.c 
	                         m_debug_util.h m_debug_xform.c 
	                         m_matrix.c m_matrix.h m_translate.c 
	                         m_vector.c m_vector.h m_xform.h 
	dist/Mesa/src/mesa/ppc: common_ppc.c common_ppc_features.h 
	dist/Mesa/src/mesa/shader: arbprogparse.c arbprogparse.h 
	                           arbprogram.c atifragshader.c 
	                           descrip.mms nvfragparse.c nvprogram.c 
	                           nvvertparse.c prog_debug.c 
	                           prog_execute.c prog_execute.h 
	                           prog_instruction.c prog_instruction.h 
	                           prog_parameter.c prog_parameter.h 
	                           prog_print.c prog_print.h 
	                           prog_statevars.c prog_statevars.h 
	                           prog_uniform.c prog_uniform.h 
	                           program.c program.h shader_api.c 
	                           shader_api.h 
	dist/Mesa/src/mesa/shader/grammar: descrip.mms grammar_crt.c 
	                                   grammar_mesa.h 
	dist/Mesa/src/mesa/shader/slang: slang_builtin.c slang_builtin.h 
	                                 slang_codegen.c slang_codegen.h 
	                                 slang_compile.c slang_compile.h 
	                                 slang_compile_function.c 
	                                 slang_compile_function.h 
	                                 slang_compile_operation.c 
	                                 slang_compile_operation.h 
	                                 slang_compile_variable.c 
	                                 slang_compile_variable.h 
	                                 slang_emit.c slang_emit.h 
	                                 slang_ir.c slang_ir.h 
	                                 slang_link.c slang_log.c 
	                                 slang_mem.c slang_preprocess.c 
	                                 slang_preprocess.h 
	                                 slang_print.c slang_simplify.c 
	                                 slang_storage.h 
	                                 slang_typeinfo.c 
	                                 slang_typeinfo.h 
	                                 slang_vartable.c 
	                                 slang_vartable.h 
	dist/Mesa/src/mesa/shader/slang/library: slang_120_core_gc.h 
	                                         slang_builtin_120_common_gc.h 
	                                         slang_builtin_120_fragment_gc.h 
	                                         slang_common_builtin.gc 
	                                         slang_common_builtin_gc.h 
	                                         slang_core.gc 
	                                         slang_core_gc.h 
	                                         slang_fragment_builtin_gc.h 
	                                         slang_pp_directives.syn 
	                                         slang_pp_directives_syn.h 
	                                         slang_shader.syn 
	                                         slang_shader_syn.h 
	                                         slang_vertex_builtin.gc 
	                                         slang_vertex_builtin_gc.h 
	dist/Mesa/src/mesa/sparc: norm.S sparc.c sparc.h xform.S 
	dist/Mesa/src/mesa/swrast: s_aaline.c s_aaline.h s_aalinetemp.h 
	                           s_aatriangle.c s_aatriangle.h 
	                           s_accum.c s_accum.h s_alpha.c 
	                           s_alpha.h s_atifragshader.c 
	                           s_bitmap.c s_blend.c s_blend.h 
	                           s_blit.c s_buffers.c s_context.c 
	                           s_copypix.c s_depth.c s_depth.h 
	                           s_drawpix.c s_feedback.c s_feedback.h 
	                           s_fog.c s_fog.h s_fragprog.c 
	                           s_imaging.c s_lines.c s_lines.h 
	                           s_logic.c s_logic.h s_masking.c 
	                           s_masking.h s_points.c s_points.h 
	                           s_readpix.c s_span.c s_span.h 
	                           s_spantemp.h s_stencil.c s_stencil.h 
	                           s_texcombine.c s_texcombine.h 
	                           s_texfilter.c s_texfilter.h 
	                           s_texstore.c s_triangle.c 
	                           s_triangle.h s_zoom.c s_zoom.h 
	dist/Mesa/src/mesa/swrast_setup: ss_context.c ss_context.h 
	                                 ss_triangle.c ss_triangle.h 
	                                 ss_vb.h 
	dist/Mesa/src/mesa/tnl: descrip.mms t_context.c t_context.h 
	                        t_draw.c t_pipeline.h t_vb_cull.c 
	                        t_vb_fog.c t_vb_light.c t_vb_normals.c 
	                        t_vb_points.c t_vb_render.c 
	                        t_vb_texgen.c t_vb_texmat.c 
	                        t_vb_vertex.c t_vertex.c t_vertex.h 
	                        t_vertex_generic.c t_vertex_sse.c 
	                        t_vp_build.c t_vp_build.h tnl.h 
	dist/Mesa/src/mesa/vbo: vbo.h vbo_context.c vbo_context.h 
	                        vbo_exec.c vbo_exec_api.c 
	                        vbo_exec_array.c vbo_exec_draw.c 
	                        vbo_exec_eval.c vbo_save_draw.c 
	                        vbo_split_inplace.c 
	dist/Mesa/src/mesa/x86: 3dnow.c 3dnow.h 3dnow_normal.S 
	                        3dnow_xform1.S 3dnow_xform2.S 
	                        3dnow_xform3.S 3dnow_xform4.S 
	                        clip_args.h common_x86.c 
	                        common_x86_asm.S common_x86_asm.h 
	                        common_x86_features.h 
	                        common_x86_macros.h gen_matypes.c 
	                        glapi_x86.S mmx_blend.S norm_args.h 
	                        sse.c sse.h sse_normal.S sse_xform1.S 
	                        sse_xform2.S sse_xform3.S sse_xform4.S 
	                        x86.c x86.h x86_cliptest.S x86_xform2.S 
	                        x86_xform3.S x86_xform4.S xform_args.h 
	dist/Mesa/src/mesa/x86/rtasm: x86sse.c 
	dist/Mesa/src/mesa/x86-64: Makefile x86-64.c x86-64.h xform4.S 
Added files:
	dist/Mesa/docs : relnotes-7.3.html relnotes-7.4.1.html 
	                 relnotes-7.4.2.html relnotes-7.4.html 
	                 relnotes-7.5.html 
	dist/Mesa/progs/glsl: fragcoord.c multinoise.c samplers.c 
	                      skinning.c skinning.frag skinning.vert 
	                      vert-or-frag-only.c vert-tex.c 
	dist/Mesa/progs/tests: blendxor.c rubberband.c 
	dist/Mesa/progs/trivial: dlist-degenerate.c 
	dist/Mesa/progs/xdemos: glsync.c 
	dist/Mesa/src/glx/x11: dri2.c dri2.h dri2_glx.c 
	dist/Mesa/src/mesa: osmesa.pc.in 
	dist/Mesa/src/mesa/drivers/allegro: amesa.h 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_queryobj.c 
	dist/Mesa/src/mesa/drivers/dri/intel: intel_clear.c 
	                                      intel_clear.h 
	                                      intel_swapbuffers.c 
	                                      intel_swapbuffers.h 
	dist/Mesa/src/mesa/drivers/x11: fxmesa.h xmesa.h xmesa_x.h 
	                                xmesa_xf86.h 
	dist/Mesa/src/mesa/glapi: glapi_getproc.c 
	dist/Mesa/src/mesa/main: api_exec.c api_exec.h clear.c clear.h 
	                         dlopen.c dlopen.h ffvertex_prog.c 
	                         ffvertex_prog.h mfeatures.h 
	                         multisample.c multisample.h 
	                         pixelstore.c pixelstore.h readpix.c 
	                         readpix.h scissor.c scissor.h sources 
	                         texenv.c texenv.h texgen.c texgen.h 
	                         texparam.c texparam.h 
	dist/Mesa/src/mesa/shader: prog_cache.c prog_cache.h 
	                           prog_noise.c prog_noise.h 
	dist/Mesa/src/mesa/tnl: t_rasterpos.c 
Removed files:
	dist/Mesa/docs : relnotes-7.2.1.html 
	dist/Mesa/include: GLView.h 
	dist/Mesa/include/GL: amesa.h fxmesa.h uglglutshapes.h uglmesa.h 
	                      xmesa.h xmesa_x.h xmesa_xf86.h 
	dist/Mesa/include/GL/internal: dri_sarea.h 
	dist/Mesa/src/mesa/drivers/dri/common: dri_bufmgr.c dri_bufmgr.h 
	                                       dri_bufmgr_fake.c 
	dist/Mesa/src/mesa/drivers/dri/i965: brw_metaops.c brw_vs_tnl.c 
	dist/Mesa/src/mesa/drivers/dri/intel: intel_bufmgr_ttm.c 
	                                      intel_bufmgr_ttm.h 
	                                      intel_ioctl.c 
	                                      intel_ioctl.h 
	dist/Mesa/src/mesa/main: api_eval.h 
	dist/Mesa/src/mesa/shader/slang: slang_library_noise.c 
	                                 slang_library_noise.h 
	dist/Mesa/src/mesa/swrast: s_drawpix.h 

Log message:
Update to Mesa 7.4.2. Tested by oga@, ckuethe@ and naddy@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/05/17 14:47:08

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/17 15:50:02

Modified files:
	share/man/man8 : security.8 

Log message:
security now uses the new infrastructure from daily
reminded by and ok okan@, and using feedback from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/17 16:08:34

Modified files:
	share/man/man4 : com.4 pci.4 
	share/man/man4/man4.sgi: Makefile intro.4 
Added files:
	share/man/man4/man4.sgi: dsrtc.4 ioc.4 owmac.4 owserial.4 xbow.4 
	                         xbridge.4 xheart.4 

Log message:
Manpages r us


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/17 16:48:48

Modified files:
	app/cwm        : group.c 

Log message:
unbreak


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/17 17:20:53

Modified files:
	etc            : ntpd.conf 

Log message:
change comment for pool.ntp.org: not fixed to 8 servers and not just
stratum 2. ok henning@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/17 17:37:52

Modified files:
	app/cwm        : group.c 

Log message:
minor bit of knf, just to be consistent; oga@ doesn't mind that much


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/17 17:40:57

Modified files:
	app/cwm        : calmwm.c calmwm.h client.c conf.c cwmrc.5 
	                 font.c group.c menu.c parse.y xutil.c 

Log message:
a long time coming - re-work the way we deal with colors: since we're
using Xft(3), use it to select the font color as well instead of trying
to build one; properly allocate and free colors at-will, e.g. we now
have configurable colors.

feedback and ok's todd@ and oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/17 17:54:17

Modified files:
	app/cwm        : conf.c 

Log message:
redraw all borders at once on reload

"sure" oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/17 18:14:19

Modified files:
	app/cwm        : calmwm.c calmwm.h xevents.c 

Log message:
Rip out the event layer and just use a static array of callbacks like
every other window manager since twm.

The event layer is very nice, very shiny, very flexible, and very much
underutilised. We don't need any of those shiny features so it's
probably better to earn ourselves 1k smaller text size instead.

ok todd@, okan@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/05/17 18:17:46

Modified files:
	app/cwm        : calmwm.h 

Log message:
oops, we appear to have grown an extra prototype for group_only(), get
the secateurs out.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/17 18:23:35

Modified files:
	app/cwm        : calmwm.c client.c group.c mousefunc.c search.c 

Log message:
nuke the leading underscore notation for local static functions - there
are far better ways to know.

"go for it" oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/17 19:18:42

Modified files:
	share/man/man4/man4.sgi: Makefile 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/17 20:50:00

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	cnst@cvs.openbsd.org	2009/05/17 21:04:21

Modified files:
	.              : events.html 

Log message:
list OpenBSD events from BSDCan 2009


CVSROOT:	/cvs
Module name:	www
Changes by:	cnst@cvs.openbsd.org	2009/05/17 21:50:01

Modified files:
	.              : events.html 

Log message:
remove external links from the previous commit; requested deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/05/17 23:56:03

Modified files:
	games/alephone/scenarios: Makefile.inc 
	games/alephone/scenarios/marathon: Makefile distinfo 
	games/alephone/scenarios/marathon/pkg: PLIST 
	games/alephone/scenarios/marathon2: Makefile distinfo 
	games/alephone/scenarios/marathon2/pkg: PLIST-main 
	games/alephone/scenarios/marathoninfinity: Makefile distinfo 
	games/alephone/scenarios/marathoninfinity/pkg: PLIST-main 

Log message:
Add pdf manuals for the Marathon series.

While here, fix marathoninfinity -hires depend on -main.

OK merdely@ jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/05/17 23:59:24

Modified files:
	games/alephone/alephone: Makefile distinfo 
	games/alephone/alephone/patches: patch-Makefile_in 
Added files:
	games/alephone/alephone/patches: patch-configure 

Log message:
Update to 0.21.2

* Added support for custom window sizes (by editing prefs file)
* Fixed assertion failures when changing levels in net games
* Restore the previously selected map when finishing a net game
* Restore support for UTF-8 prefs / MML (while preserving compatibility
with broken Rubicon MML)
* Added a VSync checkbox in OpenGL

Also, fix dependency on vorbis, so ogg music plays correctly.

comments and OK by merdely@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/05/18 00:02:45

Log message:
    Marathon EVIL is a scenario for Marathon Infinity, originally released
    in 1997. It features 17 new solo levels; 22 new network maps; and new
    enemies, sounds, textures and weapons. A chief difficulty is the low
    amounts of ammunition available, resulting in a greater reliance on
    melee weapons, such as fists or staff.
    
    OK merdely@
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20090518
    
    N ports/games/alephone/scenarios/evil/Makefile
    N ports/games/alephone/scenarios/evil/distinfo
    N ports/games/alephone/scenarios/evil/files/marathon-evil.sh
    N ports/games/alephone/scenarios/evil/pkg/DESCR
    N ports/games/alephone/scenarios/evil/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/05/18 00:03:57

Log message:
    Marathon RED is a single-player scenario set in a dark alternate version
    of the Marathon universe. It was created by Ian McConville, who also
    built most of the game's graphics and environments. Additional credits
    and acknowledgements are included in the game's main menu.
    
    OK merdely@
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20090518
    
    N ports/games/alephone/scenarios/red/Makefile
    N ports/games/alephone/scenarios/red/distinfo
    N ports/games/alephone/scenarios/red/files/marathon-red.sh
    N ports/games/alephone/scenarios/red/pkg/DESCR
    N ports/games/alephone/scenarios/red/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/05/18 00:05:02

Modified files:
	games/alephone/scenarios: Makefile 

Log message:
+evil +red


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/18 00:55:33

Modified files:
	share/man/man4/man4.sgi: dsrtc.4 ioc.4 owmac.4 owserial.4 xbow.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 01:05:58

Modified files:
	.              : translation.html 

Log message:
- 2 new translators who will help revive the [es] translation


CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2009/05/18 02:20:02

Log message:
    Diskrescue is a tool to verify and/or recover as mycg data as possible from failed disks. OK phessler, marco@
    
    Status:
    
    Vendor Tag:	laurent
    Release Tags:	laurent_20090518
    
    N ports/sysutils/diskrescue/Makefile
    N ports/sysutils/diskrescue/distinfo
    N ports/sysutils/diskrescue/pkg/PLIST
    N ports/sysutils/diskrescue/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	laurent@cvs.openbsd.org	2009/05/18 02:28:25

Modified files:
	sysutils       : Makefile 

Log message:
Link diskrescue to build


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/18 03:21:57

Modified files:
	net/ldns/libldns: Makefile 
Added files:
	net/ldns/libldns/patches: patch-util_c 

Log message:
urandom->arandom (aka, "stop my music skipping when I use drill").
ok jakob@; i'll work out something similar to send upstream.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 03:26:40

Modified files:
	.              : translation.html 

Log message:
- tobias@ just reminded me we have another [es] translator on board


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 05:40:46

Modified files:
	sysutils/diskrescue: Makefile 

Log message:
Some cleanups:
* add blank line between RCS Id and COMMENT
* zap 'a' from COMMENT
* zap V variable, it is only used once
* zap the echo command in do-install ; no use

"Yes of course!! I should not commit on a monday morning!" laurent@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/18 08:23:50

Modified files:
	net/ruby-net-ssh: Makefile distinfo 
	net/ruby-net-ssh/pkg: PLIST 

Log message:
Update ruby-net-ssh to version 2.0.11.

Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/18 08:30:53

Modified files:
	net/ruby-net-ssh-gateway: Makefile distinfo 
	net/ruby-net-ssh-gateway/pkg: PLIST 

Log message:
Update ruby-net-ssh-gateway to version 1.0.1. Add regression test.

Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/18 08:34:46

Modified files:
	net/nsd        : Makefile 

Log message:
update to NSD 3.2.2; critical bugfix release. upgrade recommended.
http://www.nlnetlabs.nl/publications/NSD_vulnerability_announcement.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/18 09:05:37

Modified files:
	net/nsd        : Makefile distinfo 

Log message:
update to NSD 3.2.2; critical bugfix release. upgrade recommended.
http://www.nlnetlabs.nl/publications/NSD_vulnerability_announcement.html
(2nd try)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/05/18 09:21:31

Modified files:
	sys/arch/sgi/dev: if_mec.c 

Log message:
Cleanup the ioctl and receive filter code for mec(4). This also
significantly reduces the number of times the chip gets wacked at boot.

From brad, tested by me.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/18 09:37:09

Modified files:
	regress/usr.bin/mdoclint: mdoclint 

Log message:
sync with netbsd; no change for openbsd users
from wiz


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/18 10:13:48

Modified files:
	etc            : ntpd.conf 

Log message:
more precise comment for sensor *; ok henning@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/18 10:16:39

Modified files:
	share/man/man4 : iwn.4 

Log message:
new firmware package containing image for Intel Wifi Link 5150.
images for 4965, 5000, 5100 and 5350 are not modified.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 10:52:15

Modified files:
	devel/libsoup  : Makefile distinfo 

Log message:
- maintainance release to libsoup-2.26.2
fixes several bugs and crashes


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 11:09:54

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-scheduler_main_c 
	                    patch-scheduler_process_c 

Log message:
- upstream integrated kurt@'s patches with some small changes ; bring
them in as it will ease update to a new release


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/18 11:35:47

Added files:
	net/nsd/patches: patch-Makefile_in 

Log message:
fix broken package build; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/18 11:50:24

Modified files:
	sys/arch/i386/pci: pcib.c 
	sys/arch/amd64/pci: pcib.c 

Log message:
Add missing breaks so we don't fallthrough into
unwanted matching logic.
ok oga@ deraadt@ miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/05/18 12:42:54

Modified files:
	gnu/usr.bin/gcc/gcc/config/sparc: openbsd64.h 

Log message:
INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.
reported by sturm@.  fixes libarchive on sparc64 for naddy@, sturm@.
mips is missing them too;  but it has not been tested.
ok millert@, miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/18 12:44:51

Modified files:
	textproc/aspell/dicts/lt: Makefile 
	textproc/aspell/dicts/lt/pkg: PLIST 

Log message:
remove pkgpath;  requested by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/18 13:23:58

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile patch-builtin-help_c 
	                   patch-git-gui_git-gui_sh patch-imap-send_c 
	                   patch-t_t9200-git-cvsexportcommit_sh 
	                   patch-t_t9400-git-cvsserver-server_sh 
	devel/git/pkg  : PLIST-main PLIST-x11 
Removed files:
	devel/git/patches: patch-date_c patch-t_t8005-blame-i18n_sh 

Log message:
Update to git-1.6.3.1.

Also:
- install gitweb and related stuff (from Simon Kuhnle)
- fix paths in some manpages (noticed by mk@)
- 64bit for date.c fix went upstream

Thanks guys!


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/18 13:25:07

Modified files:
	sys/dev/ic     : rt2860reg.h 
	sys/dev/usb    : if_run.c 

Log message:
fix reading from e-fuse rom (>= RT3070 only).

tested by robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/18 13:37:47

Modified files:
	etc            : security 
	share/man/man5 : changelist.5 

Log message:
support shell globs on ^+ lines in changelist(5)
based on a patch from John Wong, johnw at wonghome dot net, tweaked by me
while here, document globbing for normal lines, too
"i like that" okan@;  feedback and ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/18 13:57:56

Modified files:
	etc            : weekly 

Log message:
/usr/libexec should not be put into the PATH
rely on the PATH set up in the root crontab(5), just like in monthly(8)
suggested by ajacoutot@; "i like this" okan@; feedback jmc@ sthen@;
"absolutely" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/18 14:07:35

Modified files:
	etc            : daily 

Log message:
handle PATH in the same way as in monthly(8) and weekly(8),
i.e. rely on the PATH set up in the root crontab(5)
in case /usr/local/bin is needed, daily.local is a logical place to append it
suggested by ajacoutot@; "i like this" okan@; feedback jmc@ deraadt@;
"i don't strongly object" sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/18 14:08:24

Modified files:
	usr.sbin/ntpd  : ntpd.conf.5 

Log message:
move text on weight to where it is first referred to;
"fine by me. it's maybe not ideal, but it's better" jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	ratchov@cvs.openbsd.org	2009/05/18 14:10:12

Modified files:
	sys/dev/pci    : envy.c 

Log message:
the block size must be multiple of the pci burst size (overwise
dma pointers can overrun)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/18 14:20:01

Modified files:
	libexec/ld.so  : util.h 

Log message:
make _dl_wrstderr() not call write per-character; ok drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/18 14:21:40

Modified files:
	share/man/man4 : udl.4 
	sys/dev/usb    : udl.c usbdevs 

Log message:
Add support for the DisplayLink USB<->DVI Adapter.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/18 14:22:54

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/18 14:23:35

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpctl.c smtpd.h ssl.c 

Log message:
Complete rework of bufferevent event masking allowing for  more
strictness:
- Drop clients attempting command pipelining; protects the daemon
from all kinds of abuse.
- Replace F_EVLOCKED flag with F_WRITEONLY which has cleaner sematics:
when up, session must not be destroyed nor read from, but may be
written to.
- Write callback becomes a central place for enabling EV_READ.
- Delay bufferevent creation until after ssl handshake is completed.

A bunch of session error stats were added to smtpctl's "show stats".
These could help spotting event masking errors in the future.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/18 14:27:20

Modified files:
	libexec/ld.so  : dl_printf.c 

Log message:
Add buffer mechanism internal ld.so printing code. makes ktrace more readable.
nudge nudge deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	bluhm@cvs.openbsd.org	2009/05/18 14:37:13

Modified files:
	sys/netinet6   : ip6_forward.c ip6_input.c 
	sys/netinet    : ip_input.c 
	sys/net        : pf.c pfvar.h route.c route.h 

Log message:
The routing table index rtableid has type unsigned int in the routing
code.  In pf rtableid == -1 means don't change the rtableid because
of this rule.  So it has to be signed int there.  Before the value
is passed from pf to route it is always checked to be >= 0.  Change
the type to int in pf and to u_int in netinet and netinet6 to make
the checks work.  Otherwise -1 may be used as an array index and
the kernel crashes.

ok henning@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/18 14:50:16

Modified files:
	app/xinput     : ChangeLog configure configure.ac 
	app/xinput/man : xinput.man 
	app/xinput/src : list.c property.c xinput.c 

Log message:
update to xinput 1.4.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/18 14:53:43

Modified files:
	driver/xf86-input-vmmouse: configure configure.ac 
	driver/xf86-input-vmmouse/man: vmmouse.man 
	driver/xf86-input-vmmouse/shared: vmmouse_defs.h vmmouse_proto.h 
	driver/xf86-input-vmmouse/src: vmmouse.c 
	driver/xf86-input-vmmouse/tools: vmmouse_detect.c 

Log message:
update to xf86-input-vmmouse 12.6.4


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/18 14:57:27

Modified files:
	distrib/sgi/ramdisk: install.md 

Log message:
Oops, want sysctl -n for proper operation.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/18 14:58:46

Modified files:
	driver/xf86-video-vmware: Makefile.in README aclocal.m4 
	                          config.h.in configure configure.ac 
	                          ltmain.sh 
	driver/xf86-video-vmware/man: Makefile.in vmware.man 
	driver/xf86-video-vmware/src: Makefile.am Makefile.in vmware.c 
	                              vmware.h vmwarectrl.c vmwarecurs.c 
Added files:
	driver/xf86-video-vmware/src: vmwaremodes.c 

Log message:
update to xf86-video-vmware 10.16.6


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/18 14:59:42

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/18 15:13:29

Modified files:
	mail/zarafa/zarafa: Makefile 

Log message:
- small hack to fix some php parsing errors


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/18 15:37:09

Modified files:
	audio/libsndfile: Makefile 
Added files:
	audio/libsndfile/patches: patch-configure 

Log message:
Disable jack and octave support.

ok naddy


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/18 17:25:57

Modified files:
	x11/wmii       : Makefile 

Log message:
update homepage and master sites.

ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/05/18 19:31:15

Modified files:
	sys/arch/i386/i386: machdep.c 

Log message:
Seperate out BSDI and SYSV syscall gate setup, so if we don't
have one or the other option, we won't get said kernel entry
point.  Ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/18 20:56:45

Modified files:
	distrib/miniroot: install.sub 

Log message:
shorten ftp server install prompt; ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 00:46:35

Modified files:
	x11/gtk-engines2: Makefile distinfo 
	x11/gtk-engines2/patches: patch-configure 

Log message:
- update to gtk-engines2-2.18.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/19 01:05:25

Modified files:
	net/samba      : Makefile 

Log message:
Fix pkgname-main
spotted by Mikolaj Kucharski


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/05/19 01:46:04

Modified files:
	distrib/miniroot: install.sub 

Log message:
refine login name and full user name sanity check

spotted by miod@
feedback and ok deraadt@, krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 02:10:56

Modified files:
	mail/dovecot   : Makefile distinfo 
	mail/dovecot/patches: patch-Makefile_in 
	                      patch-dovecot-example_conf 

Log message:
maintenance update to 1.1.15, from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 02:41:38

Modified files:
	graphics/enblend-enfuse/patches: patch-src_enblend_cc 
	                                 patch-src_enfuse_cc 

Log message:
add explanatory comment regarding these patches which they emulate
fesetround() using fpsetround(). no change to build; no bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/19 03:17:17

Modified files:
	share/man/man5 : port-modules.5 

Log message:
add placeholder for www/drupal6


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 04:32:49

Modified files:
	mail/pecl-mailparse: Makefile 

Log message:
chown the module to ${BIN_OWN}:${BIN_GRP}. bump pkgname.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 04:35:19

Modified files:
	biology/bioperl: Makefile 

Log message:
REGRESS_DEPENDS=${RUN_DEPENDS}; no package change


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 05:03:31

Modified files:
	security/prelude/libprelude: Makefile 
	security/prelude/libpreludedb: Makefile 
	security/prelude/lml: Makefile 
	security/prelude/manager: Makefile 
	security/prelude/pflogger: Makefile 

Log message:
add tasn1 to WANTLIB and bump packages/subpackages.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 05:07:07

Modified files:
	x11/awesome    : Makefile distinfo 
	x11/awesome/patches: patch-Makefile_in 
	x11/awesome/pkg: PLIST 

Log message:
update to 2.3.6, the latest version that doesn't require cairo-xcb.
maintainer timeout.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 05:15:29

Modified files:
	print/cups     : Makefile 
	print/cups/patches: patch-cups_Makefile patch-filter_Makefile 
	print/cups/pkg : PLIST 
Removed files:
	print/cups/pkg : PFRAG.shared 

Log message:
- don't link .so to .so.X.Y
- merge PFRAG.shared into PLIST
- bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/19 05:24:24

Modified files:
	usr.sbin/smtpd : control.c lka.c mda.c mfa.c mta.c queue.c 
	                 runner.c smtp.c smtpd.c smtpd.h 

Log message:
Verify the amount of IMSG payload is exactly as expected; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/19 05:37:44

Modified files:
	usr.sbin/smtpd : smtpd.c smtpd.h 

Log message:
Do not ever run /usr/sbin/sendmail, it could link to sendmail
interface for a different MTA. Use the binary in /usr/libexec
directly instead.

Based on remark claudio@ made in passing.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/19 05:42:52

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpd.h 

Log message:
- Don't advertise nor accept STARTTLS command when session is secure.
- Make the condition when STARTTLS and AUTH are advertised & accepted
more readable.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/19 06:33:53

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Accept STARTTLS only after EHLO; ok gilles@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sthen@cvs.openbsd.org	2009/05/19 06:49:38

Modified files:
	app/cwm        : group.c 

Log message:
In movetogroup, check the window's current group and skip client_hide()
if it's the same as the active group. Was in my original movetogroup diff,
but it got simplified a little too far.  ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 07:27:43

Modified files:
	mail/roundcubemail: Makefile distinfo 
	mail/roundcubemail/patches: patch-UPGRADING 
	                            patch-program_include_main_inc 
	mail/roundcubemail/pkg: PLIST 

Log message:
maintenance update to 0.2.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 07:46:34

Modified files:
	print/psutils  : Makefile 
	print/psutils/pkg: PLIST 

Log message:
- be consistent with a least ghostscript and a2ps and build the letter
FLAVOR by default
- regen PLIST while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 07:48:34

Modified files:
	print          : Makefile 

Log message:
- just like a2ps, build both letter and a4 FLAVORS for psutils


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/19 07:56:20

Modified files:
	math/py-gnuplot: Makefile distinfo 
	math/py-gnuplot/patches: patch-setup_py 
	math/py-gnuplot/pkg: PLIST 

Log message:
- update to py-gnuplot 1.8
- change maintainer per his request

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/19 08:03:45

Modified files:
	x11/xdu        : Makefile 

Log message:
MAINTAINER changes require a package bump!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/19 08:49:38

Modified files:
	x11/wmi        : Makefile 

Log message:
update homepage and master sites.

ok simon@, maintainer


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/19 09:13:48

Modified files:
	.              : orders.html 

Log message:
nohup cannot handle orders right now


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 09:20:08

Modified files:
	infrastructure/db: user.list 

Log message:
Add _zarafa user.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 09:21:47

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/pkg: PLIST-main 

Log message:
- fix _zarafa uid/gid


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/19 09:33:31

Modified files:
	shells/bash    : Makefile distinfo 

Log message:
update to 4.0 patch 24


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/19 09:53:07

Modified files:
	share/man/man4 : run.4 
	sys/dev/usb    : usbdevs 

Log message:
Hercules HWNU-300 is a run(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/19 09:55:56

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h if_run.c 

Log message:
Hercules HWNU-300 is a run(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/19 10:09:02

Modified files:
	sys/net80211   : ieee80211_output.c ieee80211_var.h 

Log message:
prevent injection of raw 802.11 control frames through bpf on drivers
that do not explicitly state this capability (using flag IEEE80211_C_RAWCTL).
also, perform all the sanity checks on injected raw 802.11 frames earlier
(in ieee80211_output instead of ieee80211_encap).

prevent kernel panics with many drivers when running aircrack-ng.
when/if all drivers are capable, we can remove this C_RAWCTL flag.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/19 10:16:43

Modified files:
	sys/arch/mips64/mips64: exception.S 

Log message:
Processing AST can trigger more AST. Loop on astpending instead of checking
only once.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/19 12:55:14

Modified files:
	x11/xfce4/xfce4-session: Makefile 
	x11/xfce4/xfce4-session/files: README.OpenBSD 

Log message:
- librsvg,no_gnome is no more

from Markus Bergkvist, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/19 13:43:17

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
reword FLAVORS/FLAVOR slightly to make it less confusing.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 14:59:40

Log message:
    Initial import of ruby-minitest.
    
    minitest/unit is a small and fast replacement for ruby's huge and slow
    test/unit. This is meant to be clean and easy to use both as a regular test
    writer and for language implementors that need a minimal set of methods to
    bootstrap a working unit test suite.
    
    Okay bernd@
    
    Status:
    
    Vendor Tag:	pirofti
    Release Tags:	pirofti_20090519
    
    N ports/devel/ruby-minitest/Makefile
    N ports/devel/ruby-minitest/distinfo
    N ports/devel/ruby-minitest/pkg/DESCR
    N ports/devel/ruby-minitest/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:01:10

Modified files:
	devel          : Makefile 

Log message:
Link ruby-minitest.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:03:44

Modified files:
	textproc/ruby-redcloth: Makefile distinfo 
	textproc/ruby-redcloth/pkg: PLIST 

Log message:
Update to ruby-redcloth-4.1.9. Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:05:00

Modified files:
	devel/ruby-columnize: Makefile 

Log message:
Fix ruby-columnize regression tests. Okay bernd@. Bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:07:26

Modified files:
	security/ruby-openid: Makefile distinfo 
	security/ruby-openid/pkg: PLIST 

Log message:
Update to ruby-openid-2.1.6. Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:08:35

Modified files:
	net/ruby-net-scp: Makefile distinfo 

Log message:
Update to ruby-net-scp-1.0.2. Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/19 15:09:24

Modified files:
	net/ruby-net-sftp: Makefile distinfo 

Log message:
Update to ruby-net-sftp-2.0.2. Okay bernd@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 15:14:52

Modified files:
	x11/tk         : tk.port.mk 
	lang/tcl       : tcl.port.mk 

Log message:
- provide a default MODTCL_VERSION set to MODTK_VERSION; only one
place to change if you need to use a different Tcl/Tk version.

- provide MODTCL_LIB and MODTK_LIB (avoids a possible messy
construct in an individual port's Makefile when they are needed,
allows use of "LDFLAGS=-L${MODTCL_LIBDIR} -l${MODTCL_LIB}").

ok steven@, Stuart Cassoff


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/19 15:24:43

Modified files:
	share/man/man5 : port-modules.5 

Log message:
document MODTCL_{TCLSH,WISH}_ADJ, MOD{TCL,TK}_LIB and note that
MOD{TCL,TK}_VERSION may be overridden.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 15:28:17

Modified files:
	games/numptyphysics: Makefile distinfo 
Added files:
	games/numptyphysics/pkg: DESCR-main DESCR-npcomplete PLIST-main 
	                         PLIST-npcomplete 
Removed files:
	games/numptyphysics/pkg: DESCR PLIST 

Log message:
- the npcomplete levels are known to trigger some problems in the
Box2D physics engine. keep them around, but split into a subpackage
not installed by default.

- regen distinfo.

based on diffs from David Coppa (maintainer), I reworked them to
use multi packages rather than just remove the levels. maintainer ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 15:49:11

Log message:
    Initial import of ruby-rack-test-0.3.0.
    
    Rack::Test is a small, simple testing API for Rack apps.
    It can be used on its own or as a reusable starting point
    for Web frameworks and testing libraries to build on.
    Most of its initial functionality is an extraction of
    Merb 1.0's request helpers feature.
    
    Status:
    
    Vendor Tag:	bernd
    Release Tags:	bernd_2009-05-19
    
    N ports/devel/ruby-rack-test/Makefile
    N ports/devel/ruby-rack-test/distinfo
    N ports/devel/ruby-rack-test/pkg/PLIST
    N ports/devel/ruby-rack-test/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 15:51:50

Modified files:
	devel          : Makefile 

Log message:
Add ruby-rack-test.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 15:53:48

Modified files:
	www/ruby-sinatra: Makefile distinfo 
	www/ruby-sinatra/pkg: PLIST 

Log message:
Update to ruby-sinatra-0.9.2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 15:54:34

Modified files:
	www/ruby-rack  : Makefile distinfo 
	www/ruby-rack/pkg: PLIST 

Log message:
Update to ruby-rack-1.0.0.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 15:59:55

Modified files:
	converters/ruby-json: Makefile distinfo 
	converters/ruby-json/pkg: PLIST 

Log message:
Update to ruby-json-1.1.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:02:20

Modified files:
	mail/ruby-mime-types: Makefile distinfo 
	mail/ruby-mime-types/pkg: PLIST 

Log message:
Update to ruby-mime-types-1.16.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:03:13

Modified files:
	x11/xchm       : Makefile distinfo 
	x11/xchm/pkg   : PLIST 

Log message:
Update to xchm-1.16.

ok & test martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:22:18

Modified files:
	textproc/ruby-hpricot: Makefile distinfo 
	textproc/ruby-hpricot/pkg: PLIST 
Removed files:
	textproc/ruby-hpricot/patches: patch-Rakefile 

Log message:
Update to ruby-hpricot-0.8.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:31:45

Modified files:
	devel/ruby-highline: Makefile distinfo 
	devel/ruby-highline/pkg: PLIST 

Log message:
Update to ruby-highline-1.5.1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:40:28

ports/textproc/ruby-haml/patches

Update of /cvs/ports/textproc/ruby-haml/patches
In directory cvs.openbsd.org:/tmp/cvs-serv482/patches

Log Message:
Directory /cvs/ports/textproc/ruby-haml/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:41:24

Modified files:
	textproc/ruby-haml: Makefile distinfo 
	textproc/ruby-haml/pkg: PLIST 
Added files:
	textproc/ruby-haml/patches: patch-Rakefile 

Log message:
Update to ruby-haml-2.0.9.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/19 16:41:35

Modified files:
	usr.sbin/smtpd : ssl.c 

Log message:
remove useless check on NULL ssl cert and key, the check cannot be reached
as we would exit earlier if either one is NULL.

diff by giovanni <qgiovanni@gmail.com>, had been sitting in my mbox for a
while, okayed by jacek and I


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:44:21

Modified files:
	security/ruby-bcrypt: Makefile distinfo 

Log message:
Update to ruby-bcrypt-2.0.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:46:37

Modified files:
	devel/ruby-fastthread: Makefile distinfo 
	devel/ruby-fastthread/pkg: PLIST 

Log message:
Update to ruby-fastthread-1.0.7.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:50:57

Modified files:
	databases/ruby-sequel: Makefile distinfo 
	databases/ruby-sequel/pkg: PLIST 

Log message:
Update to ruby-sequel-3.0.0.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/19 16:54:46

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
ever since we switched from delivering to mboxes ourselves to using the
mail.local(8) utility, parent_mailbox_init() has become useless, do not
call it from parent_mailbox_open() anymore, and kill it.

this fixes a bug which we were many to spot and which would cause smtpd
to create a file /var/mail/%u upon first delivery to a mbox, then leave
it there forever untouched.


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/05/19 16:54:47

Modified files:
	devel/ruby-flexmock: Makefile distinfo 
	devel/ruby-flexmock/pkg: PLIST 

Log message:
Update to ruby-flexmock-0.8.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/05/19 19:40:56

Modified files:
	databases/ocaml-sqlite3: Makefile distinfo 
	databases/ocaml-sqlite3/pkg: DESCR PFRAG.native PLIST 
Added files:
	databases/ocaml-sqlite3/pkg: PFRAG.shared 
Removed files:
	databases/ocaml-sqlite3/patches: patch-Makefile_in 
	                                 patch-configure_ac 
	                                 patch-sqlite3_stubs_c 

Log message:
update to ocaml-sqlite3-1.5.0, now by Markus Mottl.  These bindings are significantly more robust, and also let you define custom callback/aggregate SQL functions directly in OCaml, as well as interacting better with the runtime.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/05/19 20:02:30

Added files:
	databases/ocaml-sqlite3/patches: patch-Makefile_in 

Log message:
add mysteriously removed file from the previous commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/19 21:16:12

Modified files:
	x11/ratpoison  : Makefile distinfo 

Log message:
update to 1.4.4, from maintainer William Yodlowsky.


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/05/19 21:24:50

Modified files:
	lang/ocamlduce : Makefile 

Log message:
mark ocamlduce as broken for the moment, as it doesnt currently compile and the update to match the 3.11 OCaml in the tree requires a bunch of other work first


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:34:16

Modified files:
	x11/roxterm    : Makefile distinfo 
Removed files:
	x11/roxterm/patches: patch-configure 

Log message:
Update to 1.14.2
Cleanup WANTLIB
Take maintainership

ok Jona Joachim (previous maintainer), ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:39:49

Modified files:
	devel/p5-DateTime: Makefile distinfo 

Log message:
Update to 0.50

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:40:40

Modified files:
	devel/p5-DateTime-Format-Natural: Makefile distinfo 
	devel/p5-DateTime-Format-Natural/pkg: PLIST 

Log message:
Update to 0.76

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:41:36

Modified files:
	devel/p5-DateTime-Format-Pg: Makefile distinfo 

Log message:
Update to 0.16003

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:42:29

Modified files:
	devel/p5-DateTime-Format-Strptime: Makefile distinfo 

Log message:
Update to 1.0900

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/05/20 00:43:15

Modified files:
	devel/p5-DateTime-TimeZone: Makefile distinfo 

Log message:
Update to 0.90

ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/20 03:46:00

Modified files:
	usr.bin/bgplg  : bgplg.h 

Log message:
"bgpctl ?" is invalid syntax; replace with "bgpctl help".
from Aivar Jaakson.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/20 05:35:32

Modified files:
	textproc/highlight: Makefile distinfo 
	textproc/highlight/patches: patch-makefile patch-man_highlight_1 
	                            patch-src_makefile 
	textproc/highlight/pkg: PLIST 

Log message:
- update to highlight 2.9
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 05:58:06

Modified files:
	usr.sbin/smtpd : smtpctl.c 

Log message:
fix a pasto causing "smtpctl resume mta" to try to resume mda
spotted and diff by giovanni <qgiovanni@gmail.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/20 07:22:52

Modified files:
	misc/bsdiff    : Makefile distinfo 
	misc/bsdiff/pkg: PLIST 
Removed files:
	misc/bsdiff/patches: patch-bsdiff_c patch-bspatch_c 

Log message:
- update to bsdiff 4.3
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/20 07:25:56

Modified files:
	www/drupal5/pathauto: Makefile 

Log message:
RUN_DEPENDS on drupal5/token; bump package. ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/20 08:01:17

Modified files:
	devel/cflow    : Makefile distinfo 
	devel/cflow/pkg: PLIST 

Log message:
- update to cflow 1.2
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 08:29:44

Modified files:
	usr.sbin/smtpd : control.c lka.c mfa.c parse.y smtp.c 
	                 smtp_session.c smtpd.c smtpd.h 

Log message:
first step towards configuration reload in smtpd, smtpctl reload will parse
the configuration file again and replace current configuration with new one
in all processes. what we don't support yet is graceful restart, clients in
sessions at the moment of the reload will have a temp failure thrown at 'em
which is ok RFC-wise but which we will try to improve anyway.

tested with various setups, "diff reads good" jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 08:36:55

Modified files:
	usr.sbin/smtpd : lka.c mfa.c 

Log message:
replace a TAILQ_FOREACH loop with a TAILQ_FIRST loop when releasing entries
of the tailq, this is how it must be done.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/20 08:55:59

Modified files:
	usr.sbin/ntpd  : server.c 

Log message:
fix looking at the mode bits so that we do not reply to broadcast and other
junk. from thorsten glaser.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/20 09:23:11

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
Postfix stable release 2.6.1 fixes one defect in Milter support.
This does not affect Postfix versions 2.5 and earlier.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 10:07:26

Modified files:
	usr.sbin/smtpd : control.c lka.c mfa.c smtpd.c 

Log message:
previous commit to add reload support was missing some code, this diffs
contains the missing parts + a memleak plug


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/05/20 10:10:04

Modified files:
	usr.sbin/dvmrpd: rde.c rde_srt.c 

Log message:
Whitespaces cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/20 10:12:12

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Delay enabling of EV_READ until S_INIT (smtps) or S_TLS (starttls).
ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/20 10:31:50

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h if_iwnvar.h 

Log message:
add code to read from OTPROM (1000 and 6000 series only).


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/20 11:30:39

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/20 11:35:17

Modified files:
	share/man/man4 : otus.4 

Log message:
remove the AVM FRITZ!WLAN USB Stick N from the list of supported devices
and add a note to the CAVEAT section that it is not supported yet.
this device seems to have a large boot code (because of the auto-installer?)
that gets overwritten by the Phase 1 firmware (used for Tx power regulation).
to support this device we will probably need to do power regulation in the
driver and to use the 1-step firmware instead (or to load the Phase 1
firmware at a higher address if possible).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/20 12:22:33

Modified files:
	sbin/wsconsctl : util.c 
	share/man/man4/man4.sparc: Makefile zs.4 
	share/man/man4/man4.sparc64: Makefile comkbd.4 ebus.4 zs.4 
	sys/arch/sparc/conf: GENERIC SUN4 SUN4C SUN4M files.sparc 
	sys/arch/sparc64/conf: GENERIC files.sparc64 
	sys/dev/sun    : files.sun 
	sys/dev/wscons : wsconsio.h 
Added files:
	share/man/man4/man4.sparc64: comms.4 
	sys/arch/sparc64/dev: comms_ebus.c 
	sys/dev/sun    : sunms.c sunmsvar.h z8530ms.c 

Log message:
Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and
9600 bps by paying attention to breaks on the line.

Attachement and engine code written 7 years ago for OpenBSD/sparc, except for
sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris.

This allows sparc and sparc64 users to run X11 without needing a configuration
file anymore, as it was in the XFree86 3.x days. Multihead configurations
will still need a minimal configuration file, though.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	miod@cvs.openbsd.org	2009/05/20 12:26:35

Modified files:
	.              : Makefile 
	distrib/notes  : README.sparc README.sparc64 
	distrib/sets/lists/xetc: md.sparc 
Removed files:
	etc/X11.sparc  : xorg.conf 

Log message:
Sync with sparc wsmouse changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/20 12:41:11

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/20 12:42:05

Modified files:
	distrib/sparc64/common: install.md 

Log message:
We can ask the xdm question now


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/20 13:03:45

Modified files:
	distrib/notes/sparc64: features 

Log message:
have the docs mention the xdm stuff; miod told me how to do this


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/20 14:13:42

Modified files:
	share/man/man4/man4.sparc: zs.4 
	share/man/man4/man4.sparc64: zs.4 

Log message:
macro tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/20 14:21:19

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/20 14:37:43

Modified files:
	etc            : master.passwd 
	libexec/identd : identd.c 
	libexec/rpc.rstatd: rstatd.c 
	libexec/rpc.rwalld: rwalld.c 
	libexec/spamd  : spamd.c 
	sbin/dhclient  : dhclient.c 
	usr.sbin/portmap: portmap.c 

Log message:
Do not fall back to using nobody if _user is missing, but
error out.

Add a new user _rwalld for rpc.rwalld, and use that instead
of nobody, also unconditionally drop to _rwalld not only
if rpc.rwalld was started with euid 0 (as root).

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/20 15:10:06

Modified files:
	etc            : ftpusers 
	etc/mail       : aliases 

Log message:
add _rwalld here too


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/20 15:26:30

Modified files:
	etc            : group 

Log message:
add a group _rwalld too


CVSROOT:	/cvs
Module name:	www
Changes by:	thib@cvs.openbsd.org	2009/05/20 15:29:10

Modified files:
	faq            : current.html 

Log message:
mention the addition of _rwalld


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/20 16:46:49

Modified files:
	share/man/man8 : security.8 

Log message:
make previous shorter, simpler and nicer; from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 19:07:13

Modified files:
	usr.sbin/smtpd : mfa.c 

Log message:
fix sockaddr_storage lenght check in mfa_check_source()


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/20 19:27:48

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
no longer create a dynamic map with 127.0.0.1 and ::1 for every single rule
that has an implicit local source. instead we create static "localhost" map
before the configuration file is parsed, we fill it with every single local
address we can find, and we have rules with implicit local source reference
that special map.

this unbreaks a behavior which I hated and which prevented:

accept for all relay

from accepting relaying if LOCAL session was initiated on any interface but
lo0.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/20 19:27:52

Modified files:
	etc            : daily 
	share/man/man8 : daily.8 

Log message:
skip the ROOTBACKUP when the destination disk device is not configured;
suggested, tweaked and ok by guenther@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/05/20 19:34:31

Modified files:
	faq            : faq12.html 

Log message:
+ #cryptohw: 12.1.8 - How do I activate my crypto accelerator card?


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 04:17:04

Modified files:
	security/hlfl  : Makefile distinfo 
	security/hlfl/pkg: PLIST 
Added files:
	security/hlfl/patches: patch-NEWS patch-configure 
	                       patch-doc_hlfl_1_in patch-src_hlfl_c 
	                       patch-src_hlfl_def 
	                       patch-src_linux_netfilter_c 
Removed files:
	security/hlfl/patches: patch-doc_hlfl_1 patch-hlfl_tmpl_in 

Log message:
- update to hlfl 0.60.1
- regen PLIST
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/21 04:20:41

Log message:
    Import rednotebook-0.7.0
    
    RedNotebook is a graphical diary and journal helping you keep
    track of notes and thoughts. It includes a calendar navigation,
    customizable templates for each day, export functionality and
    word clouds. You can also format, tag and search your entries.
    
    from bernd@ with a couple of tweaks by myself
    "go ahead" bernd@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090521
    
    N ports/productivity/rednotebook/Makefile
    N ports/productivity/rednotebook/distinfo
    N ports/productivity/rednotebook/pkg/PLIST
    N ports/productivity/rednotebook/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/21 04:21:23

Modified files:
	productivity   : Makefile 

Log message:
+rednotebook


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/05/21 05:44:08

Modified files:
	www/nginx      : Makefile distinfo 
	www/nginx/patches: patch-conf_nginx_conf 

Log message:
update to 0.6.36
use _nginx user by default

from new maintainer William Yodlowsky

fine with old maintainer Darrin Chandler


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/21 06:24:22

Modified files:
	share/man/man9 : VOP_LOOKUP.9 
	sys/nfs        : nfs.h nfs_serv.c 

Log message:
IO_METASYNC has been a noop since around 4.4BSD-Lite, the
idea never really caught on anywhere so retire it.

"gank this shizzle", blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 06:24:37

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Another udl device. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 06:26:36

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Regen. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 06:28:30

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Add ForwardVideo EasyCAP008. -moj


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2009/05/21 06:52:57

Modified files:
	games/scummvm-tools: Makefile distinfo 
	games/scummvm-tools/patches: patch-Makefile 
	games/scummvm-tools/pkg: PLIST 

Log message:
Update to 0.13.0


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/21 06:57:31

Modified files:
	games/boggle/boggle: mach.c 

Log message:
correct number of total words on the "Score:" line
from Graeme Lee <graeme at omni dot net dot au> on tech@, tweaked by me
while here, actually use the variables denom[12] defined a few lines above
OK millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 07:07:10

Modified files:
	textproc/sablotron: Makefile distinfo 
	textproc/sablotron/pkg: PLIST 

Log message:
- update to sablotron 1.0.3
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 07:21:33

Modified files:
	distrib/sgi/ramdisk: list 

Log message:
Fix symbolic links in /usr/mdec on the installation media. Oops.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2009/05/21 07:27:44

Modified files:
	games/scummvm  : Makefile distinfo 
	games/scummvm/pkg: PLIST 

Log message:
update to 0.13.1


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/21 07:59:32

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to 0.2.37


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/21 08:11:51

Modified files:
	emulators/wine : Makefile distinfo 
	emulators/wine/pkg: DESCR PLIST 
Added files:
	emulators/wine/patches: patch-configure.ac 
	                        patch-dlls_iphlpapi_ipstats.c 
	                        patch-dlls_ntdll_virtual.c 
	                        patch-libs_wine_mmap.c 
	                        patch-tools_Makefile.in 
Removed files:
	emulators/wine/patches: patch-dlls_comctl32_treeview_c 
	                        patch-if1632_thunk_c 
	                        patch-include_sysmetrics_h 
	                        patch-include_wintypes_h 
	                        patch-ipc_bit_array_c 
	                        patch-misc_winsock_c patch-msdos_dpmi_c 
	                        patch-multimedia_mcicda_c 
	                        patch-objects_font_c patch-ole_ole2nls_c 
	                        patch-windows_class_c 
	                        patch-windows_dinput_c 

Log message:
Bring wine-1.1.21 in tree.

This is still work in progress. That means its not working yet, its not
linked to the build and it still has a long way to go.
We're adding this here so that developers can more easily work on it.

Okay sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/21 08:14:30

Added files:
	emulators/wine/pkg: PFRAG.shared 

Log message:
Oops! Forgot to add PFRAG.shared. See... work in progress.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 08:28:51

Modified files:
	graphics/xmedcon: Makefile distinfo 
Added files:
	graphics/xmedcon/patches: patch-configure 

Log message:
- update to xmedcon 0.10.5

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/21 08:34:35

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast
frames.

Discussed with Brad, ok dlg@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 08:37:01

Modified files:
	www/surfraw    : Makefile distinfo 
	www/surfraw/patches: patch-Makefile_in 
	www/surfraw/pkg: PLIST 
Removed files:
	www/surfraw/patches: patch-surfraw_conf_IN 

Log message:
- update to surfraw 2.2.5
- regen PLIST and patches

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/21 08:46:36

Modified files:
	emulators/wine : Makefile 
	emulators/wine/pkg: PLIST 
Removed files:
	emulators/wine/pkg: PFRAG.shared 

Log message:
- mark this SHARED_ONLY=Yes and roll PFRAG.shared into PLIST
- lower-case first word of COMMENT, remove trailing .


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/21 08:54:04

Modified files:
	emulators/wine : Makefile 

Log message:
explicitly disable options which aren't listed in dependencies so
autoconf doesn't pick them up.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/21 08:55:12

Modified files:
	emulators/wine : Makefile 

Log message:
correct license marker


CVSROOT:	/cvs
Module name:	ports
Changes by:	steven@cvs.openbsd.org	2009/05/21 09:07:37

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-pidgin_gtkdialogs_c 

Log message:
update to 2.5.6.  includes some security related fixes.

from Brad (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/21 09:47:03

Modified files:
	usr.sbin/bgpd  : rde.h rde_decide.c rde_rib.c 

Log message:
Make it possible to turn off the decision process per RIB. This is mainly
used for the Adj-Rib-In. Also initialize the Adj-Rib-In correctly and mark
it a noevaluate.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/05/21 10:07:25

Modified files:
	share/man/man4 : watchdog.4 

Log message:
Be more explicit about disabling ddb and the reasons for doing so.

ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:08:05

Modified files:
	sys/arch/mips64/mips64: interrupt.c 
	sys/arch/sgi/include: intr.h 

Log message:
Make sure splx() reenables hardware interrupt sources, even there aren't
any such interrupts marked as pending.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:08:56

Modified files:
	sys/arch/mips64/mips64: interrupt.c 

Log message:
In splinit(), adjust proc0 pcb values, for kthread to start with correct
interrupt masks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:10:38

Modified files:
	sys/arch/mips64/mips64: context.S 

Log message:
Make sure cpu_switchto() returns to the new proc with interrupts enabled (this
is bandaid until interrupt handling is made more sane.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 10:21:18

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
yet another udl device. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 10:23:11

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Regen. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:25:26

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
If we had interrupts to service and interrupts to mark as pending, after
servicing interrupts, correctly mask the other (marked as pending)
interrupts in imr. Otherwise we get another interrupt immediately for nothing
(which updates imr correctly the second time).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:26:15

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Do not attempt the interrupt deadlock workaround on IP30 yet, since the
IP27 logic will obviously not work there.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 10:26:56

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Add König CMP-USBVGA10. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/21 10:28:12

Modified files:
	sys/arch/sgi/include: autoconf.h 
	sys/arch/sgi/sgi: autoconf.c ip32_machdep.c machdep.c 

Log message:
Overhaul root device detection; the code will now follow the ARCS bootpath
component by component, from device_register().

IP27 and IP35 systems using the dksc() syntax get their dksc() syntax converted
to an ARCS bootpath, so the same logic will apply.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/21 10:31:21

Modified files:
	share/man/man4 : udl.4 

Log message:
Add some new devices. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/21 13:57:50

Modified files:
	share/man/man4 : udl.4 

Log message:
sort;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/21 13:58:02

Modified files:
	net/curl       : Makefile distinfo 
	net/curl/patches: patch-tests_libtest_Makefile_in 
	                  patch-tests_server_Makefile_in 
	net/curl/pkg   : PLIST 

Log message:
maintenance update to 7.19.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 15:29:31

Modified files:
	emulators/stella: Makefile distinfo 
	emulators/stella/pkg: PLIST 

Log message:
- update to stella 2.7.7
- regen PLIST
- change maintainer per his request

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/21 15:34:40

Modified files:
	astro/stellarium: Makefile 
Added files:
	astro/stellarium/patches: patch-src_external_GLee_h 

Log message:
- unbreak after recent Mesa update
breakage reported by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/21 15:53:29

Modified files:
	security/aide  : Makefile distinfo 
	security/aide/patches: patch-config_h_in patch-configure 
	                       patch-doc_aide_1 patch-doc_aide_conf_in 
	                       patch-src_util_c 
	security/aide/pkg: PLIST 
Removed files:
	security/aide/patches: patch-src_aide_c 

Log message:
- update to aide 0.13.1
- regen PLIST and patches

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/21 16:44:52

Modified files:
	sys/dev/mii    : miidevs 

Log message:
add BCM5784, from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/21 16:45:29

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/21 17:04:21

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 
	sys/dev/mii    : brgphy.c 

Log message:
add support for BCM576x, 577xx, and some new 572x/578x devices.
from Brad; testing by phessler, naddy, myself and others on a range
of older and newer devices. ok dlg@.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/21 17:10:44

Modified files:
	share/man/man4 : bge.4 

Log message:
New chip families, 576x and 577xx, were added.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/21 17:45:48

Modified files:
	sys/arch/amd64/stand/libsa: diskprobe.c 
	sys/arch/armish/stand/boot: wd.c 
	sys/arch/i386/stand/libsa: diskprobe.c 
	sys/arch/luna88k/luna88k: disksubr.c 
	sys/arch/mac68k/mac68k: disksubr.c 
	sys/arch/socppc/stand/boot: wd.c 
	sys/arch/sparc64/stand/ofwboot: ofdev.c 
	sys/arch/zaurus/dev: zaurus_flash.c 
	sys/dev/raidframe: rf_openbsdkintf.c 
	sys/isofs/cd9660: cd9660_vfsops.c 
	sys/isofs/udf  : udf_subr.c 

Log message:
The only value that d_npartitions should have is MAXPARTITIONS.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/21 18:19:25

Modified files:
	sys/nfs        : nfs.h nfs_socket.c nfs_subs.c nfs_syscalls.c 
Removed files:
	sys/nfs        : nfsrtt.h 

Log message:
retire the nfs rtt log code, this isnt really all that
usefull, and has been disabled for a long long time.
Cleans house a bit.

OK blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 01:17:04

ports/productivity/rednotebook/patches

Update of /cvs/ports/productivity/rednotebook/patches
In directory cvs.openbsd.org:/tmp/cvs-serv2643/patches

Log Message:
Directory /cvs/ports/productivity/rednotebook/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 01:19:26

Modified files:
	productivity/rednotebook: Makefile distinfo 
Added files:
	productivity/rednotebook/patches: patch-setup_py 

Log message:
- update to rednotebook-0.7.1 and add a patch to fix packaging on a clean
system ; from Mikolaj Kucharski, thanks!
- add NO_REGRESS


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/22 01:28:01

Modified files:
	converters/xmltoman: Makefile distinfo 

Log message:
- update to xmltoman 0.4
- change maintainer
- change MASTER_SITES and HOMEPAGE

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 02:00:58

Modified files:
	mail/mutt/snapshot: Makefile distinfo 
Removed files:
	mail/mutt/snapshot/patches: sidebar-buffy_c 

Log message:
Terry Chan rolled patches/sidebar-buffy_c into the sidebar patch upstream;
no need to maintain it separately here now. No package change -> no bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/22 02:11:13

Modified files:
	editors/teaqt  : Makefile distinfo 

Log message:
Update to 23.5.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/22 02:43:21

Modified files:
	textproc/py-Chart: Makefile distinfo 
	textproc/py-Chart/pkg: PLIST 

Log message:
- update to py-Chart 1.39
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 02:46:22

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
- no need for gnome-audio here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 02:50:19

Modified files:
	x11/gnome/session: Makefile 

Log message:
- explicitely separate the needed dependencies from the one we added for a
better GNOME experience, as we use this port as some sort of "metapackage"
- add gnome-audio to run_depends


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/22 03:03:33

Modified files:
	math/ntl       : Makefile distinfo 
	math/ntl/pkg   : PLIST 
Added files:
	math/ntl/patches: patch-src_DoConfig patch-src_GF2EX_c 
	                  patch-src_VERSION_INFO patch-src_WordVector_c 
	                  patch-src_tools_c patch-src_tools_h 
	                  patch-src_vec_GF2_c 
	math/ntl/pkg   : PFRAG.shared 

Log message:
- update to ntl 5.5.1
- add SHARED_LIBS
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 03:05:10

Modified files:
	telephony/asterisk: Makefile distinfo 
	telephony/asterisk/patches: patch-configure_ac 
	                            patch-main_asterisk_c 
	telephony/asterisk/pkg: PLIST-main 

Log message:
maintenance update to 1.4.25. disable building the speex plugin by default
for now, it causes a SIGBUS at startup (and also did in the previous version)
which hasn't been tracked down yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 04:18:14

Modified files:
	x11/gnome/tracker: Makefile 
Added files:
	x11/gnome/tracker/patches: patch-filters_text_html_filter 

Log message:
- use lynx(1) instead of w3m for indexing html contents


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/22 05:08:21

Modified files:
	devel/py-asn1  : Makefile distinfo 
	devel/py-asn1/pkg: PLIST 

Log message:
- update to py-asn1 0.0.8a
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 06:17:47

Modified files:
	x11/gnome/libgnomecups: Makefile 

Log message:
- regen WANTLIB & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/22 06:29:21

Modified files:
	security/py-paramiko: Makefile distinfo 
	security/py-paramiko/pkg: PLIST 

Log message:
- update to py-paramiko 1.7.4
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 06:30:43

Modified files:
	x11/gnome/libgnomeprint: Makefile 

Log message:
- regen WANTLIB & bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 07:08:22

Modified files:
	x11/gtk+2      : Makefile 
	x11/xfce4/xfprint: Makefile 
	x11/gnustep/gui: Makefile 

Log message:
- regen WANTLIB (from cups kerberos support)
- bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 07:51:08

Modified files:
	print/splix    : Makefile 
	print/xpp      : Makefile 
	print/gtklp    : Makefile 

Log message:
- regen WANTLIB (from cups kerberos support)
- bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 08:06:13

Modified files:
	net/samba      : Makefile 

Log message:
- regen WANTLIB (from cups kerberos support)
- bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/22 08:56:37

Modified files:
	print/scribus  : Makefile 

Log message:
- regen WANTLIB (from cups kerberos support)
- bump


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:03:03

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
Use test -f rather than test -e to test for Makefile presence.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:09:28

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
Get rid of double-column rules in the rules used by proto.

This will make it easier to re-use them for other stuff.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:11:02

Modified files:
	proto/compositeproto: Makefile 
	proto/damageproto: Makefile 
	proto/randrproto: Makefile 
	proto/renderproto: Makefile 
	proto/x11proto : Makefile 

Log message:
Get rid of double-column rules in proto Makefiles.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:15:52

Modified files:
	etc/mtree      : BSD.x11.dist 
	proto/dri2proto: Makefile 
Added files:
	proto/dri2proto: dri2proto.txt ChangeLog 

Log message:
Add dri2proto ChangeLog and dri2proto.txt which were accicentaly left out.
And install dri2proto.txt.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:21:21

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
Add more substitutions to .pc generation. Also provide
EXTRA_PKGCONFIG_SUBST for individual addition in package Makefiles.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 09:21:25

Modified files:
	mail/mutt/snapshot: Makefile distinfo 

Log message:
..hot on the heels of the last one, another update to the sidebar patch,
makes Maildir folders work better. bump PKGNAME.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:34:15

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
Add PYTHON_VERSION (to be used by xcb).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:46:13

Modified files:
	share/mk       : bsd.xorg.mk 

Log message:
use implicit variable to generate pkgconfig file.
This makes it possible to locate the .in file using .PATH


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:48:50

Log message:
    initial import of xcb-proto 1.4
    
    Status:
    
    Vendor Tag:	XCB
    Release Tags:	v1_4
    
    N xenocara/proto/xcb-proto/README
    N xenocara/proto/xcb-proto/configure.ac
    N xenocara/proto/xcb-proto/aclocal.m4
    N xenocara/proto/xcb-proto/Makefile.am
    N xenocara/proto/xcb-proto/Makefile.in
    N xenocara/proto/xcb-proto/xcb-proto.pc.in
    N xenocara/proto/xcb-proto/configure
    N xenocara/proto/xcb-proto/COPYING
    N xenocara/proto/xcb-proto/INSTALL
    N xenocara/proto/xcb-proto/NEWS
    N xenocara/proto/xcb-proto/TODO
    N xenocara/proto/xcb-proto/install-sh
    N xenocara/proto/xcb-proto/missing
    N xenocara/proto/xcb-proto/py-compile
    N xenocara/proto/xcb-proto/doc/xml-xcb.txt
    N xenocara/proto/xcb-proto/src/Makefile.am
    N xenocara/proto/xcb-proto/src/Makefile.in
    N xenocara/proto/xcb-proto/src/xcb.xsd
    N xenocara/proto/xcb-proto/src/xproto.xml
    N xenocara/proto/xcb-proto/src/bigreq.xml
    N xenocara/proto/xcb-proto/src/composite.xml
    N xenocara/proto/xcb-proto/src/damage.xml
    N xenocara/proto/xcb-proto/src/dpms.xml
    N xenocara/proto/xcb-proto/src/glx.xml
    N xenocara/proto/xcb-proto/src/randr.xml
    N xenocara/proto/xcb-proto/src/record.xml
    N xenocara/proto/xcb-proto/src/render.xml
    N xenocara/proto/xcb-proto/src/res.xml
    N xenocara/proto/xcb-proto/src/screensaver.xml
    N xenocara/proto/xcb-proto/src/shape.xml
    N xenocara/proto/xcb-proto/src/shm.xml
    N xenocara/proto/xcb-proto/src/sync.xml
    N xenocara/proto/xcb-proto/src/xc_misc.xml
    N xenocara/proto/xcb-proto/src/xevie.xml
    N xenocara/proto/xcb-proto/src/xf86dri.xml
    N xenocara/proto/xcb-proto/src/xfixes.xml
    N xenocara/proto/xcb-proto/src/xinerama.xml
    N xenocara/proto/xcb-proto/src/xinput.xml
    N xenocara/proto/xcb-proto/src/xprint.xml
    N xenocara/proto/xcb-proto/src/xselinux.xml
    N xenocara/proto/xcb-proto/src/xtest.xml
    N xenocara/proto/xcb-proto/src/xv.xml
    N xenocara/proto/xcb-proto/src/xvmc.xml
    N xenocara/proto/xcb-proto/xcbgen/__init__.py
    N xenocara/proto/xcb-proto/xcbgen/error.py
    N xenocara/proto/xcb-proto/xcbgen/expr.py
    N xenocara/proto/xcb-proto/xcbgen/matcher.py
    N xenocara/proto/xcb-proto/xcbgen/state.py
    N xenocara/proto/xcb-proto/xcbgen/xtypes.py
    N xenocara/proto/xcb-proto/xcbgen/Makefile.am
    N xenocara/proto/xcb-proto/xcbgen/Makefile.in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:50:57

Log message:
    import libpthread-stubs 0.1
    
    Status:
    
    Vendor Tag:	XCB
    Release Tags:	v0_1
    
    N xenocara/lib/libpthread-stubs/README
    N xenocara/lib/libpthread-stubs/configure.ac
    N xenocara/lib/libpthread-stubs/aclocal.m4
    N xenocara/lib/libpthread-stubs/Makefile.am
    N xenocara/lib/libpthread-stubs/Makefile.in
    N xenocara/lib/libpthread-stubs/config.h.in
    N xenocara/lib/libpthread-stubs/pthread-stubs.pc.in
    N xenocara/lib/libpthread-stubs/configure
    N xenocara/lib/libpthread-stubs/COPYING
    N xenocara/lib/libpthread-stubs/config.guess
    N xenocara/lib/libpthread-stubs/config.sub
    N xenocara/lib/libpthread-stubs/depcomp
    N xenocara/lib/libpthread-stubs/install-sh
    N xenocara/lib/libpthread-stubs/ltmain.sh
    N xenocara/lib/libpthread-stubs/missing
    N xenocara/lib/libpthread-stubs/stubs.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 09:56:18

Log message:
    import libxcb 1.2
    
    Status:
    
    Vendor Tag:	XCB
    Release Tags:	v1_2
    
    N xenocara/dist/libxcb/README
    N xenocara/dist/libxcb/acinclude.m4
    N xenocara/dist/libxcb/configure.ac
    N xenocara/dist/libxcb/aclocal.m4
    N xenocara/dist/libxcb/Makefile.am
    N xenocara/dist/libxcb/Makefile.in
    N xenocara/dist/libxcb/xcb-composite.pc.in
    N xenocara/dist/libxcb/xcb-damage.pc.in
    N xenocara/dist/libxcb/xcb-dpms.pc.in
    N xenocara/dist/libxcb/xcb-glx.pc.in
    N xenocara/dist/libxcb/xcb-randr.pc.in
    N xenocara/dist/libxcb/xcb-record.pc.in
    N xenocara/dist/libxcb/xcb-render.pc.in
    N xenocara/dist/libxcb/xcb-res.pc.in
    N xenocara/dist/libxcb/xcb-screensaver.pc.in
    N xenocara/dist/libxcb/xcb-shape.pc.in
    N xenocara/dist/libxcb/xcb-shm.pc.in
    N xenocara/dist/libxcb/xcb-sync.pc.in
    N xenocara/dist/libxcb/xcb-xevie.pc.in
    N xenocara/dist/libxcb/COPYING
    N xenocara/dist/libxcb/xcb-xf86dri.pc.in
    N xenocara/dist/libxcb/xcb-xfixes.pc.in
    N xenocara/dist/libxcb/xcb-xinerama.pc.in
    N xenocara/dist/libxcb/xcb-xinput.pc.in
    N xenocara/dist/libxcb/xcb-xprint.pc.in
    N xenocara/dist/libxcb/xcb-xselinux.pc.in
    N xenocara/dist/libxcb/xcb-xtest.pc.in
    N xenocara/dist/libxcb/xcb-xv.pc.in
    N xenocara/dist/libxcb/xcb-xvmc.pc.in
    N xenocara/dist/libxcb/xcb.pc.in
    N xenocara/dist/libxcb/configure
    N xenocara/dist/libxcb/INSTALL
    N xenocara/dist/libxcb/NEWS
    N xenocara/dist/libxcb/config.guess
    N xenocara/dist/libxcb/config.sub
    N xenocara/dist/libxcb/depcomp
    N xenocara/dist/libxcb/install-sh
    N xenocara/dist/libxcb/ltmain.sh
    N xenocara/dist/libxcb/missing
    N xenocara/dist/libxcb/autogen.sh
    N xenocara/dist/libxcb/tools/README
    N xenocara/dist/libxcb/tools/api_conv.pl
    N xenocara/dist/libxcb/tools/constants
    N xenocara/dist/libxcb/src/xcbint.h
    N xenocara/dist/libxcb/src/Makefile.am
    N xenocara/dist/libxcb/src/Makefile.in
    N xenocara/dist/libxcb/src/config.h.in
    N xenocara/dist/libxcb/src/xcb.h
    N xenocara/dist/libxcb/src/xcbext.h
    N xenocara/dist/libxcb/src/xcb_conn.c
    N xenocara/dist/libxcb/src/xcb_out.c
    N xenocara/dist/libxcb/src/xcb_in.c
    N xenocara/dist/libxcb/src/xcb_ext.c
    N xenocara/dist/libxcb/src/xcb_xid.c
    N xenocara/dist/libxcb/src/xcb_list.c
    N xenocara/dist/libxcb/src/xcb_util.c
    N xenocara/dist/libxcb/src/xcb_auth.c
    N xenocara/dist/libxcb/src/c_client.py
    N xenocara/dist/libxcb/tests/Makefile.am
    N xenocara/dist/libxcb/tests/Makefile.in
    N xenocara/dist/libxcb/tests/check_all.c
    N xenocara/dist/libxcb/tests/check_suites.h
    N xenocara/dist/libxcb/tests/check_public.c
    N xenocara/dist/libxcb/tests/CheckLog.xsl
    N xenocara/dist/libxcb/doc/Makefile.am
    N xenocara/dist/libxcb/doc/Makefile.in
    N xenocara/dist/libxcb/doc/xcb.doxygen.in
    N xenocara/dist/libxcb/doc/tutorial/index.html
    N xenocara/dist/libxcb/doc/tutorial/xcb.css
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/22 10:01:37

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Yet another udl device. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/22 10:02:31

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
Regen. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/22 10:03:39

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Add Unitek Y-2240. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/22 10:04:55

Modified files:
	share/man/man4 : udl.4 

Log message:
Add Unitek Y-2240. -moj


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:06:29

Added files:
	proto/xcb-proto: Makefile 

Log message:
Makefile for xcb-proto.

For now, It just installs the xml files and the pkg-config data.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:10:18

Log message:
    Xenocara build infrastructure for libxcb.
    
    This includes a set of pre-generated sources files in src/ so that
    python and xslt are not needed to build.
    
    Status:
    
    Vendor Tag:	XENOCARA
    Release Tags:	v1_2
    
    N xenocara/lib/libxcb/Makefile
    N xenocara/lib/libxcb/Makefile.inc
    N xenocara/lib/libxcb/shlib_version
    N xenocara/lib/libxcb/libxcb/Makefile
    N xenocara/lib/libxcb/libxcb/shlib_version
    N xenocara/lib/libxcb/src/config.h
    N xenocara/lib/libxcb/src/stamp-h1
    N xenocara/lib/libxcb/src/xproto.h
    N xenocara/lib/libxcb/src/xproto.c
    N xenocara/lib/libxcb/src/bigreq.h
    N xenocara/lib/libxcb/src/bigreq.c
    N xenocara/lib/libxcb/src/xc_misc.h
    N xenocara/lib/libxcb/src/xc_misc.c
    N xenocara/lib/libxcb/src/composite.h
    N xenocara/lib/libxcb/src/composite.c
    N xenocara/lib/libxcb/src/damage.h
    N xenocara/lib/libxcb/src/damage.c
    N xenocara/lib/libxcb/src/dpms.h
    N xenocara/lib/libxcb/src/dpms.c
    N xenocara/lib/libxcb/src/glx.h
    N xenocara/lib/libxcb/src/glx.c
    N xenocara/lib/libxcb/src/randr.h
    N xenocara/lib/libxcb/src/randr.c
    N xenocara/lib/libxcb/src/record.h
    N xenocara/lib/libxcb/src/record.c
    N xenocara/lib/libxcb/src/render.h
    N xenocara/lib/libxcb/src/render.c
    N xenocara/lib/libxcb/src/res.h
    N xenocara/lib/libxcb/src/res.c
    N xenocara/lib/libxcb/src/screensaver.h
    N xenocara/lib/libxcb/src/screensaver.c
    N xenocara/lib/libxcb/src/shape.h
    N xenocara/lib/libxcb/src/shape.c
    N xenocara/lib/libxcb/src/shm.h
    N xenocara/lib/libxcb/src/shm.c
    N xenocara/lib/libxcb/src/sync.h
    N xenocara/lib/libxcb/src/sync.c
    N xenocara/lib/libxcb/src/xevie.h
    N xenocara/lib/libxcb/src/xevie.c
    N xenocara/lib/libxcb/src/xtest.h
    N xenocara/lib/libxcb/src/xf86dri.h
    N xenocara/lib/libxcb/src/xf86dri.c
    N xenocara/lib/libxcb/src/xfixes.h
    N xenocara/lib/libxcb/src/xfixes.c
    N xenocara/lib/libxcb/src/xinerama.h
    N xenocara/lib/libxcb/src/xinerama.c
    N xenocara/lib/libxcb/src/xinput.h
    N xenocara/lib/libxcb/src/xinput.c
    N xenocara/lib/libxcb/src/xprint.h
    N xenocara/lib/libxcb/src/xprint.c
    N xenocara/lib/libxcb/src/xselinux.h
    N xenocara/lib/libxcb/src/xselinux.c
    N xenocara/lib/libxcb/src/xtest.c
    N xenocara/lib/libxcb/src/xv.h
    N xenocara/lib/libxcb/src/xv.c
    N xenocara/lib/libxcb/src/xvmc.h
    N xenocara/lib/libxcb/src/xvmc.c
    N xenocara/lib/libxcb/src/.deps/bigreq.Plo
    N xenocara/lib/libxcb/src/.deps/composite.Plo
    N xenocara/lib/libxcb/src/.deps/damage.Plo
    N xenocara/lib/libxcb/src/.deps/dpms.Plo
    N xenocara/lib/libxcb/src/.deps/glx.Plo
    N xenocara/lib/libxcb/src/.deps/randr.Plo
    N xenocara/lib/libxcb/src/.deps/record.Plo
    N xenocara/lib/libxcb/src/.deps/render.Plo
    N xenocara/lib/libxcb/src/.deps/res.Plo
    N xenocara/lib/libxcb/src/.deps/screensaver.Plo
    N xenocara/lib/libxcb/src/.deps/shape.Plo
    N xenocara/lib/libxcb/src/.deps/shm.Plo
    N xenocara/lib/libxcb/src/.deps/sync.Plo
    N xenocara/lib/libxcb/src/.deps/xc_misc.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_auth.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_conn.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_ext.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_in.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_list.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_out.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_util.Plo
    N xenocara/lib/libxcb/src/.deps/xcb_xid.Plo
    N xenocara/lib/libxcb/src/.deps/xevie.Plo
    N xenocara/lib/libxcb/src/.deps/xv.Plo
    N xenocara/lib/libxcb/src/.deps/xf86dri.Plo
    N xenocara/lib/libxcb/src/.deps/xfixes.Plo
    N xenocara/lib/libxcb/src/.deps/xinerama.Plo
    N xenocara/lib/libxcb/src/.deps/xinput.Plo
    N xenocara/lib/libxcb/src/.deps/xprint.Plo
    N xenocara/lib/libxcb/src/.deps/xproto.Plo
    N xenocara/lib/libxcb/src/.deps/xselinux.Plo
    N xenocara/lib/libxcb/src/.deps/xtest.Plo
    N xenocara/lib/libxcb/src/.deps/xvmc.Plo
    N xenocara/lib/libxcb/libxcb-composite/Makefile
    N xenocara/lib/libxcb/libxcb-composite/shlib_version
    N xenocara/lib/libxcb/libxcb-damage/Makefile
    N xenocara/lib/libxcb/libxcb-damage/shlib_version
    N xenocara/lib/libxcb/libxcb-glx/shlib_version
    N xenocara/lib/libxcb/libxcb-glx/Makefile
    N xenocara/lib/libxcb/libxcb-randr/shlib_version
    N xenocara/lib/libxcb/libxcb-randr/Makefile
    N xenocara/lib/libxcb/libxcb-record/shlib_version
    N xenocara/lib/libxcb/libxcb-record/Makefile
    N xenocara/lib/libxcb/libxcb-render/shlib_version
    N xenocara/lib/libxcb/libxcb-render/Makefile
    N xenocara/lib/libxcb/libxcb-res/shlib_version
    N xenocara/lib/libxcb/libxcb-res/Makefile
    N xenocara/lib/libxcb/libxcb-screensaver/shlib_version
    N xenocara/lib/libxcb/libxcb-screensaver/Makefile
    N xenocara/lib/libxcb/libxcb-shape/shlib_version
    N xenocara/lib/libxcb/libxcb-shape/Makefile
    N xenocara/lib/libxcb/libxcb-shm/shlib_version
    N xenocara/lib/libxcb/libxcb-shm/Makefile
    N xenocara/lib/libxcb/libxcb-sync/shlib_version
    N xenocara/lib/libxcb/libxcb-sync/Makefile
    N xenocara/lib/libxcb/libxcb-xevie/shlib_version
    N xenocara/lib/libxcb/libxcb-xevie/Makefile
    N xenocara/lib/libxcb/libxcb-xf86dri/shlib_version
    N xenocara/lib/libxcb/libxcb-xf86dri/Makefile
    N xenocara/lib/libxcb/libxcb-xfixes/shlib_version
    N xenocara/lib/libxcb/libxcb-xfixes/Makefile
    N xenocara/lib/libxcb/libxcb-xinerama/shlib_version
    N xenocara/lib/libxcb/libxcb-xinerama/Makefile
    N xenocara/lib/libxcb/libxcb-xprint/shlib_version
    N xenocara/lib/libxcb/libxcb-xprint/Makefile
    N xenocara/lib/libxcb/libxcb-xtest/shlib_version
    N xenocara/lib/libxcb/libxcb-xtest/Makefile
    N xenocara/lib/libxcb/libxcb-xv/shlib_version
    N xenocara/lib/libxcb/libxcb-xv/Makefile
    N xenocara/lib/libxcb/libxcb-xvmc/shlib_version
    N xenocara/lib/libxcb/libxcb-xvmc/Makefile
    N xenocara/lib/libxcb/libxcb-dpms/shlib_version
    N xenocara/lib/libxcb/libxcb-dpms/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:16:04

Removed files:
	lib/libxcb     : shlib_version 
	lib/libxcb/src/.deps: bigreq.Plo composite.Plo damage.Plo 
	                      dpms.Plo glx.Plo randr.Plo record.Plo 
	                      render.Plo res.Plo screensaver.Plo 
	                      shape.Plo shm.Plo sync.Plo xc_misc.Plo 
	                      xcb_auth.Plo xcb_conn.Plo xcb_ext.Plo 
	                      xcb_in.Plo xcb_list.Plo xcb_out.Plo 
	                      xcb_util.Plo xcb_xid.Plo xevie.Plo 
	                      xf86dri.Plo xfixes.Plo xinerama.Plo 
	                      xinput.Plo xprint.Plo xproto.Plo 
	                      xselinux.Plo xtest.Plo xv.Plo xvmc.Plo 

Log message:
remove crap that I forgot to clean before import.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:22:48

Modified files:
	lib/libxcb/libxcb-composite: Makefile 
	lib/libxcb/libxcb-damage: Makefile 
	lib/libxcb/libxcb-dpms: Makefile 
	lib/libxcb/libxcb-glx: Makefile 
	lib/libxcb/libxcb-randr: Makefile 
	lib/libxcb/libxcb-record: Makefile 
	lib/libxcb/libxcb-render: Makefile 
	lib/libxcb/libxcb-res: Makefile 
	lib/libxcb/libxcb-screensaver: Makefile 
	lib/libxcb/libxcb-shape: Makefile 
	lib/libxcb/libxcb-shm: Makefile 
	lib/libxcb/libxcb-sync: Makefile 
	lib/libxcb/libxcb-xevie: Makefile 
	lib/libxcb/libxcb-xf86dri: Makefile 
	lib/libxcb/libxcb-xfixes: Makefile 
	lib/libxcb/libxcb-xinerama: Makefile 
	lib/libxcb/libxcb-xprint: Makefile 
	lib/libxcb/libxcb-xtest: Makefile 
	lib/libxcb/libxcb-xv: Makefile 
	lib/libxcb/libxcb-xvmc: Makefile 

Log message:
finish replacing PC= with PKGCONFIG= in all Makefiles.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:29:39

Modified files:
	lib/libpthread-stubs: stubs.c 
Added files:
	lib/libpthread-stubs: Makefile.bsd-wrapper 

Log message:
OpenBSD stuff for libpthread-stubs:
- add a Makefile wrapper
- fix pthread_self() prototype.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 10:53:05

Modified files:
	lib/libxcb     : Makefile.inc 
	lib/libxcb/libxcb: Makefile 
	lib/libxcb/libxcb-composite: Makefile 
	lib/libxcb/libxcb-damage: Makefile 
	lib/libxcb/libxcb-dpms: Makefile 
	lib/libxcb/libxcb-glx: Makefile 
	lib/libxcb/libxcb-randr: Makefile 
	lib/libxcb/libxcb-record: Makefile 
	lib/libxcb/libxcb-render: Makefile 
	lib/libxcb/libxcb-res: Makefile 
	lib/libxcb/libxcb-screensaver: Makefile 
	lib/libxcb/libxcb-shape: Makefile 
	lib/libxcb/libxcb-shm: Makefile 
	lib/libxcb/libxcb-sync: Makefile 
	lib/libxcb/libxcb-xevie: Makefile 
	lib/libxcb/libxcb-xf86dri: Makefile 
	lib/libxcb/libxcb-xfixes: Makefile 
	lib/libxcb/libxcb-xinerama: Makefile 
	lib/libxcb/libxcb-xprint: Makefile 
	lib/libxcb/libxcb-xtest: Makefile 
	lib/libxcb/libxcb-xv: Makefile 
	lib/libxcb/libxcb-xvmc: Makefile 

Log message:
use the code in bsd.xorg.mk to install headers.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 11:52:38

Modified files:
	lib/libpthread-stubs: Makefile.in aclocal.m4 config.guess 
	                      config.sub configure ltmain.sh 

Log message:
Regen with OpenBSD's version of GNU autotools.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 11:57:24

Modified files:
	etc/mtree      : BSD.x11.dist 

Log message:
Add xcb directories.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 11:58:45

Modified files:
	lib            : Makefile 
	proto          : Makefile 
	share/mk       : bsd.xconf.mk 

Log message:
Add support for building xcb (disabled for now).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/22 12:17:46

Modified files:
	share/man/man4/man4.sgi: intro.4 

Log message:
Comment out PIC-based systems until I get my hands on one and write the driver.


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/05/22 12:21:42

Modified files:
	.              : want.html 

Log message:
I need to find an XBridge-based IP35 system (since the one I am using is
only borrowed) and a PIC-based IP35 system (to do the necessary work
to support them). Any help will be appreciated.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 14:26:45

Removed files:
	lib/libxcb/src : stamp-h1 

Log message:
remove one more junk file


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 14:27:21

Added files:
	lib/libxcb/src : Makefile 

Log message:
Add a Makefile that rebuilds sources from xml.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 14:29:06

Modified files:
	proto/xcb-proto: Makefile 

Log message:
add code to conditionnally install the xcbgen python module.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/22 14:37:54

Modified files:
	distrib/sets/lists/base: md.sgi 
	distrib/sets/lists/comp: md.sgi 
	sys/arch/mips64/include: cpu.h param.h 
	sys/arch/mips64/mips64: cache_r10k.S cache_r5k.S context.S 
	                        cp0access.S exception.S interrupt.c 
	                        lcore_access.S lcore_ddb.S lcore_float.S 
	                        process_machdep.c tlbhandler.S trap.c 
	sys/arch/sgi/include: intr.h 
	sys/arch/sgi/localbus: macectrl.S 
	sys/arch/sgi/sgi: locore.S machdep.c 
Removed files:
	sys/arch/sgi/include: psl.h 

Log message:
Drop almost unused <machine/psl.h> on sgi; move USERMODE() definition from
there to trap.c which is its only user. This also cleans up multiple
inclusion of <machine/cpu.h> (because <machine/psl.h> includes it) in many
places.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/22 15:21:19

Modified files:
	sys/arch/sgi/pci: ioc.c 

Log message:
According to pics on ebay, CADDuo boards indeed have Ethernet connectors.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/22 15:39:17

Modified files:
	lib/libxcb     : Makefile.inc 

Log message:
use .PATH.in to specifically look for unprocessed pkg-config files.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 17:42:32

Modified files:
	net/rtmpdump   : Makefile 

Log message:
mirror.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 17:43:58

Modified files:
	net/rtmpdump   : Makefile 

Log message:
..and remove HOMEPAGE, so bump PKGNAME. pointed out by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/22 17:51:33

Modified files:
	net/rtmpdump   : Makefile 

Log message:
PERMIT_*_CDROM=no probably makes sense too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/05/22 21:03:25

Modified files:
	devel/jdk/1.7  : Makefile distinfo 
	devel/jdk/1.7/patches: patch-corba_make_common_Defs-bsd_gmk 
	                       patch-corba_make_common_Defs_gmk 
	                       patch-corba_make_common_shared_Compiler-gcc_gmk 
	                       patch-corba_make_common_shared_Compiler_gmk 
	                       patch-corba_make_common_shared_Platform_gmk 
	                       patch-hotspot_make_bsd_Makefile 
	                       patch-hotspot_make_bsd_makefiles_defs_make 
	                       patch-hotspot_make_bsd_makefiles_gcc_make 
	                       patch-hotspot_make_bsd_makefiles_jsig_make 
	                       patch-hotspot_make_bsd_makefiles_saproc_make 
	                       patch-hotspot_make_bsd_makefiles_vm_make 
	                       patch-hotspot_make_defs_make 
	                       patch-hotspot_src_os_bsd_vm_attachListener_bsd_cpp 
	                       patch-hotspot_src_os_bsd_vm_jvm_bsd_h 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_hpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_32_s 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_bytes_bsd_x86_inline_hpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_threadLS_bsd_x86_hpp 
	                       patch-hotspot_src_share_vm_interpreter_bytecodeTracer_cpp 
	                       patch-hotspot_src_share_vm_runtime_globals_hpp 
	                       patch-hotspot_src_share_vm_runtime_os_cpp 
	                       patch-hotspot_src_share_vm_runtime_vm_version_cpp 
	                       patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp 
	                       patch-hotspot_src_share_vm_utilities_macros_hpp 
	                       patch-hotspot_src_share_vm_utilities_ostream_cpp 
	                       patch-hotspot_src_share_vm_utilities_vmError_cpp 
	                       patch-jdk_make_com_sun_tools_attach_FILES_java_gmk 
	                       patch-jdk_make_common_Defs-bsd_gmk 
	                       patch-jdk_make_common_Defs_gmk 
	                       patch-jdk_make_common_Program_gmk 
	                       patch-jdk_make_common_Release_gmk 
	                       patch-jdk_make_common_internal_BinaryPlugs_gmk 
	                       patch-jdk_make_common_shared_Compiler-gcc_gmk 
	                       patch-jdk_make_common_shared_Defs-utils_gmk 
	                       patch-jdk_make_common_shared_Platform_gmk 
	                       patch-jdk_make_common_shared_Sanity_gmk 
	                       patch-jdk_make_docs_Makefile 
	                       patch-jdk_make_java_instrument_Makefile 
	                       patch-jdk_make_java_java_hprof_demo_Makefile 
	                       patch-jdk_make_java_jli_Makefile 
	                       patch-jdk_make_java_management_Makefile 
	                       patch-jdk_make_java_net_FILES_c_gmk 
	                       patch-jdk_make_java_nio_Makefile 
	                       patch-jdk_make_java_npt_Makefile 
	                       patch-jdk_make_java_redist_Makefile 
	                       patch-jdk_make_java_zip_FILES_c_gmk 
	                       patch-jdk_make_java_zip_Makefile 
	                       patch-jdk_make_javax_sound_Makefile 
	                       patch-jdk_make_sun_awt_Makefile 
	                       patch-jdk_make_sun_awt_mawt_gmk 
	                       patch-jdk_make_sun_font_Makefile 
	                       patch-jdk_make_sun_splashscreen_FILES_c_gmk 
	                       patch-jdk_make_sun_splashscreen_Makefile 
	                       patch-jdk_make_sun_xawt_Makefile 
	                       patch-jdk_make_tools_freetypecheck_Makefile 
	                       patch-jdk_src_share_classes_java_awt_GraphicsEnvironment_java 
	                       patch-jdk_src_share_classes_java_lang_ClassLoader_java 
	                       patch-jdk_src_share_classes_java_util_TimeZone_java 
	                       patch-jdk_src_share_classes_sun_awt_FontConfiguration_java 
	                       patch-jdk_src_share_classes_sun_java2d_SunGraphicsEnvironment_java 
	                       patch-jdk_src_share_classes_sun_print_PSPrinterJob_java 
	                       patch-jdk_src_share_classes_sun_tools_jar_Main_java 
	                       patch-jdk_src_share_hpi_include_hpi_impl_h 
	                       patch-jdk_src_share_native_com_sun_java_util_jar_pack_defines_h 
	                       patch-jdk_src_share_native_common_check_code_c 
	                       patch-jdk_src_share_native_java_lang_fdlibm_include_fdlibm_h 
	                       patch-jdk_src_share_native_sun_awt_medialib_mlib_types_h 
	                       patch-jdk_src_solaris_bin_java_md_c 
	                       patch-jdk_src_solaris_classes_sun_print_UnixPrintServiceLookup_java 
	                       patch-jdk_src_solaris_demo_jvmti_hprof_hprof_md_c 
	                       patch-jdk_src_solaris_hpi_include_largefile_bsd_h 
	                       patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c 
	                       patch-jdk_src_solaris_hpi_src_linker_md_c 
	                       patch-jdk_src_solaris_javavm_export_jvm_md_h 
	                       patch-jdk_src_solaris_native_java_io_UnixFileSystem_md_c 
	                       patch-jdk_src_solaris_native_java_lang_ProcessEnvironment_md_c 
	                       patch-jdk_src_solaris_native_java_net_Inet4AddressImpl_c 
	                       patch-jdk_src_solaris_native_java_net_NetworkInterface_c 
	                       patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c 
	                       patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c 
	                       patch-jdk_src_solaris_native_java_net_net_util_md_c 
	                       patch-jdk_src_solaris_native_java_util_TimeZone_md_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_GraphicsEnv_c 
	                       patch-jdk_src_solaris_native_sun_awt_fontpath_c 
	                       patch-jdk_src_solaris_native_sun_java2d_j2d_md_h 
	                       patch-jdk_src_solaris_native_sun_net_spi_DefaultProxySelector_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_FileChannelImpl_c 
	                       patch-jdk_src_solaris_native_sun_security_pkcs11_j2secmod_md_c 
	                       patch-jdk_src_solaris_native_sun_tools_attach_BsdVirtualMachine_c 
	                       patch-langtools_src_share_classes_com_sun_tools_javah_Util_java 
	devel/jdk/1.7/pkg: DESCR-jre DESCR-main PLIST-jre PLIST-main 
Added files:
	devel/jdk/1.7/patches: patch-corba_make_common_Defs-linux_gmk 
	                       patch-corba_src_share_native_com_sun_corba_se_internal_io_ioser_c 
	                       patch-hotspot_make_Makefile 
	                       patch-hotspot_make_bsd_makefiles_buildtree_make 
	                       patch-hotspot_src_os_bsd_launcher_java_md_c 
	                       patch-hotspot_src_os_bsd_vm_hpi_bsd_cpp 
	                       patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_64_s 
	                       patch-hotspot_src_share_vm_prims_forte_cpp 
	                       patch-jdk_make_com_sun_Makefile 
	                       patch-jdk_make_com_sun_tools_attach_Exportedfiles_gmk 
	                       patch-jdk_make_com_sun_tools_attach_Makefile 
	                       patch-jdk_make_com_sun_tools_attach_mapfile-bsd 
	                       patch-jdk_make_common_Defs-linux_gmk 
	                       patch-jdk_make_common_shared_Defs_gmk 
	                       patch-jdk_make_common_shared_Sanity-Settings_gmk 
	                       patch-jdk_make_java_java_genlocales_gmk 
	                       patch-jdk_make_java_security_Makefile 
	                       patch-jdk_src_share_bin_java_c 
	                       patch-jdk_src_share_classes_sun_tools_attach-too-long 
	                       patch-jdk_src_share_lib_security_java_security-openbsd 
	                       patch-jdk_src_share_native_java_util_zip_zip_util_c 
	                       patch-jdk_src_share_native_sun_font_DrawGlyphList_c 
	                       patch-jdk_src_share_native_sun_font_sunFont_c 
	                       patch-jdk_src_share_native_sun_nio_ch_genSocketOptionRegistry_c 
	                       patch-jdk_src_solaris_back_linker_md_c 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdFileStore_java 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdFileSystem_java 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_DefaultFileSystemProvider_java 
	                       patch-jdk_src_solaris_classes_sun_tools_attach_BsdVirtualMachine_java 
	                       patch-jdk_src_solaris_native_java_net_bsd_close_c 
	                       patch-jdk_src_solaris_native_sun_awt_CUPSfuncs_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_LoadLibrary_c 
	                       patch-jdk_src_solaris_native_sun_awt_awt_Mlib_c 
	                       patch-jdk_src_solaris_native_sun_awt_gtk2_interface_c 
	                       patch-jdk_src_solaris_native_sun_java2d_opengl_OGLFuncs_md_h 
	                       patch-jdk_src_solaris_native_sun_java2d_x11_X11SurfaceData_c 
	                       patch-jdk_src_solaris_native_sun_jdga_dgalock_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_FileDispatcherImpl_c 
	                       patch-jdk_src_solaris_native_sun_nio_fs_UnixNativeDispatcher_c 
	                       patch-jdk_src_solaris_native_sun_nio_fs_genUnixConstants_c 
	                       patch-jdk_src_solaris_native_sun_security_jgss_wrapper_NativeFunc_c 
	                       patch-jdk_src_solaris_native_sun_security_pkcs11_wrapper_p11_md_c 
	                       patch-jdk_src_solaris_native_sun_security_smartcardio_pcsc_md_c 
	                       patch-jdk_src_solaris_native_sun_xawt_awt_Desktop_c 
	                       patch-jdk_src_solaris_npt_npt_md_h 
	                       patch-langtools_make_build_xml 
Removed files:
	devel/jdk/1.7/patches: 
	                       patch-corba_make_common_shared_Defs-java_gmk 
	                       patch-corba_make_common_shared_Defs_gmk 
	                       patch-corba_make_jprt_config 
	                       patch-corba_make_jprt_properties 
	                       patch-hotspot_make_bsd_makefiles_sa_make 
	                       patch-hotspot_src_cpu_x86_vm_assembler_x86_cpp 
	                       patch-hotspot_src_cpu_x86_vm_c1_LIRAssembler_x86_cpp 
	                       patch-hotspot_src_cpu_x86_vm_c1_Runtime1_x86_cpp 
	                       patch-hotspot_src_cpu_x86_vm_interp_masm_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_interp_masm_x86_32_hpp 
	                       patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_runtime_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_sharedRuntime_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_stubGenerator_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_stubGenerator_x86_64_cpp 
	                       patch-hotspot_src_cpu_x86_vm_templateInterpreter_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_templateTable_x86_32_cpp 
	                       patch-hotspot_src_cpu_x86_vm_x86_32_ad 
	                       patch-hotspot_src_share_vm_gc_implementation_includeDB_gc_concurrentMarkSweep 
	                       patch-hotspot_src_share_vm_gc_implementation_includeDB_gc_g1 
	                       patch-hotspot_src_share_vm_gc_implementation_includeDB_gc_parNew 
	                       patch-hotspot_src_share_vm_gc_implementation_includeDB_gc_parallelScavenge 
	                       patch-hotspot_src_share_vm_includeDB_compiler2 
	                       patch-hotspot_src_share_vm_includeDB_core 
	                       patch-hotspot_src_share_vm_includeDB_features 
	                       patch-hotspot_src_share_vm_utilities_globalDefinitions_sparcWorks_hpp 
	                       patch-jdk_make_common_shared_Compiler_gmk 
	                       patch-jdk_make_common_shared_Defs-java_gmk 
	                       patch-jdk_src_share_classes_com_sun_media_sound_Platform_java 
	                       patch-jdk_src_share_classes_java_util_Calendar_java 
	                       patch-jdk_src_share_classes_javax_swing_text_WrappedPlainView_java 
	                       patch-jdk_src_share_classes_sun_font_FontManager_java 
	                       patch-jdk_src_share_native_sun_java2d_cmm_lcms_LCMS_c 
	                       patch-jdk_src_solaris_classes_sun_awt_motif_MFontConfiguration_java 
	                       patch-jdk_src_solaris_classes_sun_tools_attach_BsdAttachProvider_java 
	                       patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_FileDispatcher_c 

Log message:
- update from early access b43 to b59
- sync patches with OpenJDK's bsd_port project
- require a pre-installed package for native_bootstrap
- The new 1.7 class java.nio.channels.spi.AsynchronousChannelProvider
is not implemented yet on BSD.
- The new 1.7 package java.nio.sctp is not included and not supported on
OpenBD


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/05/22 21:27:41

Added files:
	devel/jdk/1.7/patches: patch-hotspot_make_bsd_makefiles_sa_make 
	                       patch-hotspot_src_cpu_x86_vm_interp_masm_x86_32_cpp 
	                       patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c 

Log message:
- These patches were updated not removed. ?!?!


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 02:44:32

Modified files:
	lib/libxcb/libxcb: Makefile 

Log message:
Fix main libxcb. There are some builtin extensions that were left out.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 03:14:39

Modified files:
	sys/dev/i2c    : spdmem.c 

Log message:
Seems I confused Mb and MB and was in too much of a rush when I
added the DDR3 bits.  Take into account more of the spd
data and compute DDR3 module size in a way similiar to
NetBSD so it comes out correctly.

Tested by Olivier Cherrier and Christian Stuermer.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 03:39:23

Modified files:
	sys/dev/ic     : re.c 

Log message:
FALL THROUGH -> FALLTHROUGH to appease lint


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2009/05/23 05:34:24

Modified files:
	faq            : faq10.html 

Log message:
update /etc/passwd, too; from ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/23 08:06:37

Modified files:
	sys/uvm        : uvm_pager.c uvm_vnode.c 

Log message:
More PG_RELEASED cleaning.

similar to the aobj.c changes, this one does vnodes. Vnodes are more
complex because they actaully have to sync to backing store. So firstly,
convert sync to sleep instead of setting released.

Now, for  backing store, in the PGO_FREE case, if we set PG_RELEASED
*before* an async io, (nothing else will see it, the page is busy), then
we can ignore the page after the io is done. We could do something
similar for PGO_DEACTIVATE too, but that is another change. On error we
just clear the released flag, nothing else sets it for uobj pages other
than aiodoned.

ok thib@, beck@, ariane@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 08:38:21

Log message:
    import xcb-util 0.3.4
    
    Status:
    
    Vendor Tag:	XCBUTIL
    Release Tags:	v0_3_4
    
    N xenocara/dist/xcb-util/README
    N xenocara/dist/xcb-util/configure.ac
    N xenocara/dist/xcb-util/aclocal.m4
    N xenocara/dist/xcb-util/Makefile.am
    N xenocara/dist/xcb-util/Makefile.in
    N xenocara/dist/xcb-util/xcb_util_intro.in
    N xenocara/dist/xcb-util/configure
    N xenocara/dist/xcb-util/config.guess
    N xenocara/dist/xcb-util/config.sub
    N xenocara/dist/xcb-util/depcomp
    N xenocara/dist/xcb-util/install-sh
    N xenocara/dist/xcb-util/ltmain.sh
    N xenocara/dist/xcb-util/missing
    N xenocara/dist/xcb-util/xcb-util-common.h
    N xenocara/dist/xcb-util/atom/Makefile.am
    N xenocara/dist/xcb-util/atom/Makefile.in
    N xenocara/dist/xcb-util/atom/xcb-atom.pc.in
    N xenocara/dist/xcb-util/atom/xcb_atom.h
    N xenocara/dist/xcb-util/atom/atoms.c
    N xenocara/dist/xcb-util/atom/atomlist.m4
    N xenocara/dist/xcb-util/atom/atoms.gperf.m4
    N xenocara/dist/xcb-util/atom/xcb_atom.h.m4
    N xenocara/dist/xcb-util/aux/Makefile.am
    N xenocara/dist/xcb-util/aux/Makefile.in
    N xenocara/dist/xcb-util/aux/xcb-aux.pc.in
    N xenocara/dist/xcb-util/aux/xcb_aux.h
    N xenocara/dist/xcb-util/aux/xcb_bitops.h
    N xenocara/dist/xcb-util/aux/xcb_aux.c
    N xenocara/dist/xcb-util/event/Makefile.am
    N xenocara/dist/xcb-util/event/Makefile.in
    N xenocara/dist/xcb-util/event/xcb-event.pc.in
    N xenocara/dist/xcb-util/event/xcb_event.h
    N xenocara/dist/xcb-util/event/event.c
    N xenocara/dist/xcb-util/property/Makefile.am
    N xenocara/dist/xcb-util/property/Makefile.in
    N xenocara/dist/xcb-util/property/xcb-property.pc.in
    N xenocara/dist/xcb-util/property/xcb_property.h
    N xenocara/dist/xcb-util/property/property.c
    N xenocara/dist/xcb-util/icccm/Makefile.am
    N xenocara/dist/xcb-util/icccm/Makefile.in
    N xenocara/dist/xcb-util/icccm/xcb-icccm.pc.in
    N xenocara/dist/xcb-util/icccm/xcb_icccm.h
    N xenocara/dist/xcb-util/icccm/icccm.c
    N xenocara/dist/xcb-util/image/Makefile.am
    N xenocara/dist/xcb-util/image/Makefile.in
    N xenocara/dist/xcb-util/image/xcb-image.pc.in
    N xenocara/dist/xcb-util/image/xcb_image.h
    N xenocara/dist/xcb-util/image/xcb_pixel.h
    N xenocara/dist/xcb-util/image/xcb_image.c
    N xenocara/dist/xcb-util/image/test_bitmap.c
    N xenocara/dist/xcb-util/image/test_formats.c
    N xenocara/dist/xcb-util/image/test_swap.c
    N xenocara/dist/xcb-util/image/test_xcb_image.c
    N xenocara/dist/xcb-util/image/test_xcb_image_shm.c
    N xenocara/dist/xcb-util/keysyms/Makefile.am
    N xenocara/dist/xcb-util/keysyms/Makefile.in
    N xenocara/dist/xcb-util/keysyms/xcb-keysyms.pc.in
    N xenocara/dist/xcb-util/keysyms/xcb_keysyms.h
    N xenocara/dist/xcb-util/keysyms/keysyms.c
    N xenocara/dist/xcb-util/reply/Makefile.am
    N xenocara/dist/xcb-util/reply/Makefile.in
    N xenocara/dist/xcb-util/reply/xcb-reply.pc.in
    N xenocara/dist/xcb-util/reply/xcb_reply.h
    N xenocara/dist/xcb-util/reply/reply.c
    N xenocara/dist/xcb-util/reply/test_reply.c
    N xenocara/dist/xcb-util/renderutil/Makefile.am
    N xenocara/dist/xcb-util/renderutil/Makefile.in
    N xenocara/dist/xcb-util/renderutil/xcb-renderutil.pc.in
    N xenocara/dist/xcb-util/renderutil/xcb_renderutil.h
    N xenocara/dist/xcb-util/renderutil/cache.c
    N xenocara/dist/xcb-util/renderutil/util.c
    N xenocara/dist/xcb-util/renderutil/glyph.c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 08:43:12

Log message:
    build system for xcb-util
    
    Status:
    
    Vendor Tag:	XENOCARA
    Release Tags:	v0_3_4
    
    N xenocara/lib/xcb-util/Makefile
    N xenocara/lib/xcb-util/Makefile.inc
    N xenocara/lib/xcb-util/atom/Makefile
    N xenocara/lib/xcb-util/atom/shlib_version
    N xenocara/lib/xcb-util/aux/Makefile
    N xenocara/lib/xcb-util/aux/shlib_version
    N xenocara/lib/xcb-util/event/Makefile
    N xenocara/lib/xcb-util/event/shlib_version
    N xenocara/lib/xcb-util/icccm/Makefile
    N xenocara/lib/xcb-util/icccm/shlib_version
    N xenocara/lib/xcb-util/image/shlib_version
    N xenocara/lib/xcb-util/image/Makefile
    N xenocara/lib/xcb-util/keysyms/Makefile
    N xenocara/lib/xcb-util/keysyms/shlib_version
    N xenocara/lib/xcb-util/property/shlib_version
    N xenocara/lib/xcb-util/property/Makefile
    N xenocara/lib/xcb-util/renderutil/Makefile
    N xenocara/lib/xcb-util/renderutil/shlib_version
    N xenocara/lib/xcb-util/reply/shlib_version
    N xenocara/lib/xcb-util/reply/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 08:44:52

Modified files:
	lib/xcb-util   : Makefile 

Log message:
missing space


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 09:00:07

Modified files:
	textproc/p5-XML-Sablotron: Makefile distinfo 
	textproc/p5-XML-Sablotron/patches: patch-Makefile_PL 

Log message:
- update to p5-XML-Sablotron 1.01
- change maintainer
- update HOMEPAGE
- update patch

ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 09:04:34

Added files:
	lib/libpthread-stubs: Makefile config.h shlib_version 
Removed files:
	lib/libpthread-stubs: Makefile.bsd-wrapper 

Log message:
Replace autotools with a simpler BSD Makefile.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 09:07:17

Modified files:
	lib            : Makefile 

Log message:
Add xcb-util subdirs and zap one level of recursive make by lising
libxcb subdirs here directly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 09:07:25

Modified files:
	security/py-cryptkit: Makefile 
	security/py-cryptkit/pkg: PLIST 

Log message:
- update HOMEPAGE
- regen PLIST
- MODPY_EGG_VERSION usage

ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/23 09:08:51

Modified files:
	lib/libxcb     : Makefile Makefile.inc 
	lib/libxcb/libxcb: Makefile 

Log message:
explicitely addt inter-library dependencies.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 09:16:20

Modified files:
	security/zebedee: Makefile distinfo 
	security/zebedee/patches: patch-Makefile 
	security/zebedee/pkg: PLIST 

Log message:
- update to zebedee 2.4.1A
- change maintainer
- update patch
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 09:27:31

Modified files:
	sys/dev/pci    : safereg.h 

Log message:
remove PCI vendor/product defines which duplicate those in pcidevs


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 09:35:10

Modified files:
	sys/dev/isa    : if_exreg.h 

Log message:
Remove redefinition of ETHER_ADDR_LEN.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 09:35:15

Modified files:
	astro/libnova  : Makefile distinfo 
	astro/libnova/pkg: PLIST 

Log message:
- update to libnova 0.13.0
- bump SHARED_LIBS
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/23 10:32:29

Modified files:
	net/ntp        : Makefile distinfo 
	net/ntp/patches: patch-config_h_in patch-configure_ac 
	                 patch-ntpd_ntpd_c 
	net/ntp/pkg    : PLIST 
Removed files:
	net/ntp/patches: patch-ntpq_ntpq_c 

Log message:
SECURITY update to 4.2.4p7:
Fix remote exploit if autokey is enabled (CVE-2009-1252).


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 10:34:59

Modified files:
	archivers/unshield: Makefile distinfo 
	archivers/unshield/patches: patch-lib_Makefile_in 
	                            patch-lib_component_c 
	                            patch-lib_file_group_c 
	                            patch-lib_helper_c 
	                            patch-lib_libunshield_c 
	archivers/unshield/pkg: PLIST 
Removed files:
	archivers/unshield/patches: patch-lib_file_c 
	                            patch-src_Makefile_in 

Log message:
- update to unshield 0.5.1
- bump SHARED_LIBS
- regen PLIST
- update patches
- update HOMEPAGE

ok jsg@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/05/23 10:44:12

Modified files:
	sbin/route     : show.c 

Log message:
missed rtm_hdrlen conversion in one place

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 10:46:36

Modified files:
	devel/libspectrum: Makefile distinfo 

Log message:
- update to libspectrum 0.5.0.1
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/05/23 11:03:06

Modified files:
	usr.bin/netstat: show.c 

Log message:
missed rtm_hdrlen conversion in two places

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/23 11:09:32

Modified files:
	x11/gnustep/gui: Makefile 

Log message:
bump...

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 11:12:23

Modified files:
	share/man/man4 : run.4 

Log message:
The D-Link DWA-130 has multiple revisions (of course!)
only mark rev B1 as supported.
rev A1 is some marvell chip, rev C1 is Realtek RTL8192U.

found out the hard way by drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/23 11:47:01

Modified files:
	net/irssi      : Makefile distinfo 
	net/irssi/patches: patch-src_core_network-openssl_c 
	                   patch-src_core_settings_c 
	                   patch-src_fe-common_core_Makefile_in 
	                   patch-src_perl_Makefile_in 
	net/irssi/pkg  : PLIST 
Removed files:
	net/irssi/patches: patch-src_fe-common_core_fe-common-core_c 
	                   patch-src_fe-common_core_fe-recode_c 
	                   patch-src_fe-common_irc_fe-irc-messages_c 
	                   patch-src_irc_proxy_Makefile_in 

Log message:
update to irssi-0.8.13: http://www.irssi.org/news/ChangeLog
from Colin Didier, tweaks by maintainer Wiktor Izdebski and myself
tested by Simon Kuhnle, sthen@ and myself.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/23 11:47:57

Modified files:
	net/irssi-icb  : Makefile 

Log message:
bump following irssi-0.8.13 update


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/23 11:51:14

Modified files:
	net/irssi-silc : Makefile distinfo 
	net/irssi-silc/patches: 
	                        patch-apps_irssi_src_fe-common_silc_Makefile_in 
	                        patch-apps_irssi_src_silc_core_Makefile_in 
Removed files:
	net/irssi-silc/patches: 
	                        patch-apps_irssi_src_fe-common_core_Makefile_in 
	                        patch-apps_irssi_src_fe-common_core_fe-common-core_c 
	                        patch-apps_irssi_src_fe-common_core_fe-recode_c 

Log message:
irssi-silc for irssi-0.8.13.  i actually ended up re-integrating
silc to irssi from scratch...  tested by Simon Kuhnle, sthen@ and myself
ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 12:00:46

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
D-Link DWA-130 rev D1.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 12:01:37

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/23 12:03:41

Modified files:
	share/man/man4 : otus.4 
	sys/dev/usb    : if_otus.c 

Log message:
match on D-Link DWA-130 rev D1


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/23 12:20:38

Modified files:
	distrib/sgi/iso: Makefile 
	etc/etc.sgi    : disktab 

Log message:
Update `cdroot' disktab entry to match the volume header size we use now,
and mention this in the Makefile so that this hopefully doesn't get broken
next time the size is modified. Repairs install45.iso.


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/05/23 12:28:45

Modified files:
	usr.bin/netstat: show.c 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/23 14:51:00

Modified files:
	share/man/man4 : otus.4 

Log message:
best to escape `D1', since the groff beast thinks it a macro;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/23 15:30:05

Modified files:
	mail/mailscanner: Makefile distinfo 
	mail/mailscanner/patches: patch-bin_MailScanner 
	                          patch-bin_processing_messages_alert 
	                          patch-etc_MailScanner_conf 
	                          patch-lib_MailScanner_ConfigDefs_pl 
	                          patch-lib_MailScanner_Message_pm 
	mail/mailscanner/pkg: PLIST 

Log message:
update to 4.76.25-1, from Brad. ok todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/23 15:55:02

Modified files:
	share/man/man4 : bge.4 

Log message:
the last bge(4) update also added support for BCM57790 Fast Ethernet
controllers. from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/23 15:57:16

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/23 16:33:44

Modified files:
	www/nginx      : Makefile distinfo 

Log message:
update to 0.6.37, fixes build on a few arch broken in previous commit.
noticed by Simon Kuhnle, diff from maintainer William Yodlowsky matches
mine.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/05/23 18:17:37

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make select_sets insensitive to rougue user input and
allow [+-] prefixing per whitespace separated parameter.

This makes it possible to write e.g.

* -x* +xbase* done

The previous way of entering multiple sets separated by
pipes will no longer work.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/23 18:36:09

Modified files:
	sys/arch/beagle/dev: gptimer.c 

Log message:
remove debug print.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/23 18:36:41

Modified files:
	sys/arch/beagle/dev: prcm.c prcmvar.h 

Log message:
Rework for 3530.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/23 19:40:59

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
Instead of using magic numbers, define the bits that we set in gtt ptes
and use those defines.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/23 20:06:15

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit on
the pte.

This is currently unused, but will be used soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/23 22:56:19

Modified files:
	sys/arch/arm/arm: cpufunc.c pmap.c 
	sys/arch/arm/include: armreg.h cpuconf.h pmap.h pte.h 

Log message:
Improve the ARMv7 support, still work in progress.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/24 01:46:04

Modified files:
	sys/net80211   : ieee80211_output.c 

Log message:
fix prev commit (s/ic_flags/ic_caps/).

from dhill@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/24 02:12:50

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
10 new RT3070/RT3072 product ids.
one new vendor id (Encore).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/24 02:13:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/24 02:14:32

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
attach to more devices.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/24 02:30:32

Modified files:
	sys/dev/usb    : umsm.c usbdevs 

Log message:
- rename Audiovox vendor to Hyundai
- add Pantech UM175 to umsm(4)

from Dan Colish on tech@; ok jsg.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/24 02:31:01

Modified files:
	sys/dev/usb    : usbdevs_data.h usbdevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/24 04:45:21

Modified files:
	etc            : Makefile 

Log message:
Install root's crontab with gid "crontab" to be consistent with what
crontab(1) does.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/24 04:50:34

Modified files:
	sys/lib/libkern: libkern.h 

Log message:
ansi func decls


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/24 04:56:56

Modified files:
	devel/libgsf   : Makefile distinfo 

Log message:
- maintenance update to libgsf-1.14.14


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/24 05:05:16

Modified files:
	sys/dev/usb    : udl.c usbdevs 

Log message:
List product name instead chip type.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/05/24 05:05:24

Modified files:
	usr.sbin/pkg_add: pkg_add 

Log message:
put back the ambiguous message in non-interactive mode


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/24 05:05:42

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/24 05:11:03

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Mention broken cursor drawing.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/24 05:14:33

Modified files:
	share/man/man4 : udl.4 

Log message:
Consistent listing for USB to DVI adapters.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/24 05:27:32

Modified files:
	sys/dev/ic     : bwi.c 

Log message:
declare a variable at the start of bwi_dma_free() instead
of several times throughout the function, in and outside
of a loop.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/24 06:23:02

Modified files:
	openssh        : java.html 

Log message:
Trilead SSH-2 for Java is now Ganymed SSH-2 for Java.

From Christian Plattner on www@, who also suggested text for DE/FR
translations, see http://permalink.gmane.org/gmane.os.openbsd.www/9141


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/05/24 08:11:35

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Support hardware checksumming, from FreeBSD.
Enable for IP/UDP/TCP receipt and IP transmit.
Keep disabled for UDP/TCP transmit because it breaks with pf(4) rdr.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/24 08:22:24

Modified files:
	usr.sbin/smtpd : control.c queue.c runner.c smtp.c 
	                 smtp_session.c smtpctl.c smtpd.c smtpd.h ssl.c 

Log message:
Instead of keeping stats private to each process, and querying every
process individually whenever stats need to be fetched, keep stats
in MAP_ANON shared memory allocated by parent.

This means control has direct access to stats and can respond very
quickly without troubling any other daemon processes.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/24 08:38:56

Modified files:
	usr.sbin/smtpd : config.c control.c lka.c mda.c mfa.c mta.c 
	                 queue.c runner.c smtp.c smtpd.c smtpd.h 

Log message:
Parent process forks 3 types of processes, track them all in a single tree
using newly introduced child struct.

Manage process titles centrally in struct smtpd.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/24 08:58:43

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Implement pipelining detection inside session_readline, makes the calling
code cleaner; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/24 09:47:31

Modified files:
	usr.sbin/smtpd : smtp.c smtp_session.c smtpd.c smtpd.h 

Log message:
Parent process shouldn't be base64-decoding untrusted strings, move
this code to privsep smtp process; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/24 10:40:18

Modified files:
	sys/dev/isa    : aps.c 

Log message:
make sure the array of chars we pass aps_do_io() in aps_match() is
unsigned, like all the other callers of aps_do_io in aps do.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/24 11:31:07

Modified files:
	sys/arch/sgi/include: bus.h 
	sys/arch/sgi/sgi: bus_dma.c 

Log message:
Revert the memory range restriction code added to _dmamem_alloc(); devices
which require it will provide their own _dmamem_alloc() in their own
bus_dma_tag_t.

While there, rename bus_dma_segment_t ds_vaddr member to _ds_vaddr to make
it clear this is an internal member.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/24 11:33:12

Modified files:
	sys/arch/sgi/xbow: xbridge.c xbridgereg.h 

Log message:
Provide more xbridge-specific functions in the bus_dma_tag_t we use for
PCI buses on xbridge.

In addition to this, we now support the limited IOMMU, allowing memory
outside of the 2GB direct window to be used for DMA.

Only tested on XBridge chip so far; this lets an IP35 machine with
physical memory after the 2GB boundary run stable again.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/24 12:51:12

Modified files:
	sys/dev/pci    : if_iwnreg.h if_wpireg.h 

Log message:
reduce Rx ring size from 256 to 64 slots.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/24 14:03:47

Modified files:
	editors/ht     : Makefile distinfo 

Log message:
- update to ht 2.0.17
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/24 14:12:53

Modified files:
	net/libst      : Makefile distinfo 
	net/libst/pkg  : PLIST 

Log message:
- update to libst 1.8
- change maintainer
- regen PLIST
- bump SHARED_LIBS

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/24 15:02:48

Modified files:
	sys/arch/beagle/conf: Makefile.beagle RAMDISK 

Log message:
Device changes to go along with prcm rewrite.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/24 15:05:30

Modified files:
	sys/arch/beagle/beagle: beagle_machdep.c 

Log message:
rework, also size ram.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/24 15:58:06

Modified files:
	etc            : daily 

Log message:
Before dd'ing raw partitions around, do stricter sanity checking:
Do not attempt to copy a larger partition onto a smaller one.
Backup of non-ffs root partitions was never supported, so don't even try.
(Both of the above suggested by guenther@).
Also add error messages in case ROOTBACKUP is switched on but severely
misconfigured - those were silently ignored in the past:
/altroot not defined or wrong type or on the same device as root.
otto@ agrees that checking the sizes makes sense


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/24 16:25:12

Modified files:
	etc            : security 
	share/man/man8 : security.8 

Log message:
new variable SUIDSKIP to exclude paths from setuid and device checks,
useful for example for release(8) DESTDIRs, ro-mounted foreign OS
partitions, nosuid+nodev-mounted backup areas and the like
while here, do not call ls w/o args in case find returns nothing
based on a patch from halex@, re-implemented by me; variable naming by jmc@
ok halex@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/24 17:57:01

Log message:
    import flvstreamer, fork of rtmpdump, minus RTMPE.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090525
    
    N ports/net/flvstreamer/distinfo
    N ports/net/flvstreamer/Makefile
    N ports/net/flvstreamer/pkg/DESCR
    N ports/net/flvstreamer/pkg/PLIST
    N ports/net/flvstreamer/patches/patch-Makefile
    N ports/net/flvstreamer/patches/patch-bytes_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/24 17:57:37

Modified files:
	net            : Makefile 

Log message:
+flvstreamer


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/24 18:17:40

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
log the reason before we die in routehandler(); ok krw@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/24 18:21:08

Modified files:
	net/flvstreamer: Makefile 

Log message:
remove unnecessary WANTLIB and bump PKGNAME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/24 18:22:52

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 1.88 and switch to flvstreamer from rtmpdump.


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2009/05/24 23:51:19

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
Add Dell Latitude E5500 to the mute quirk list.

ok jakemsr@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/25 00:48:01

Modified files:
	usr.bin/ssh    : channels.c clientloop.c monitor.c 
	                 monitor_wrap.c packet.c packet.h serverloop.c 

Log message:
Put the globals in packet.c into a struct and don't access it directly
from other files. No functional changes.
ok markus@ djm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/25 02:49:31

Modified files:
	net/flvstreamer: Makefile 
	net/flvstreamer/patches: patch-Makefile 

Log message:
- s/lpthread/pthread

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 03:19:05

Modified files:
	graphics/libpano13: Makefile distinfo 

Log message:
switch from the release candidate to the release tarball;
identical file, no actual change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 03:46:11

Modified files:
	misc/WordGenerator: Makefile distinfo 
	misc/WordGenerator/patches: patch-WordGenerator_tcl 

Log message:
- update to WordGenerator 1.9
- change maintainer
- SUBST_CMD and MODTK_BIN usage

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 03:56:58

Modified files:
	www/ratproxy   : Makefile distinfo 

Log message:
- update ratproxy to 1.58
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/25 04:17:55

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
Add missing letoh in em(4) vlan handling, resulting in a problem on
big-endian arch where vlans were in use. Fix from Brad. Problem reported
and fix tested by Axton Grams, also tested by me. ok dlg@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 04:24:34

Modified files:
	www/bozohttpd  : Makefile distinfo 

Log message:
- update bozohttpd to 20090522
- change maintainer
- modify MASTER_SITES

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/05/25 04:35:31

Modified files:
	net/lftp       : Makefile distinfo 

Log message:
update to 3.7.14

ok pea@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/05/25 04:37:41

Modified files:
	www/phpmyadmin : Makefile distinfo 

Log message:
update to 3.1.5

ok giovanni@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/25 04:53:35

Modified files:
	usr.sbin/tcpdump: print-icmp.c print-icmp6.c 

Log message:
add a missing check for truncated dport in the returned UDP header for
ICMP_UNREACH_PORT. from Peter J. Philipp, ok jsing@. Closes system/6149.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/25 05:17:32

Modified files:
	usr.sbin/smtpd : control.c enqueue.c 

Log message:
Disallow submission using /usr/sbin/sendmail while the server is
paused, configuring, or exiting; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/25 05:49:47

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
In dispatch_rtmsg_addr() don't fatal on missing multipath deletes. Not 100%
sure why it happens but it is not a fatal condition. A warning should still
be logged because it is not good to miss updates.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/25 07:11:07

Modified files:
	net/ii         : Makefile distinfo 
	net/ii/pkg     : PLIST 

Log message:
update ii to 1.4

ok simon@, Gleydson Soares (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/25 07:29:47

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Recent event masking scheme change turned the S_GREETED and S_HELO cases
in session_pickup into unreached code, so remove them; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/25 07:50:30

ports/audio/libid3tag/patches

Update of /cvs/ports/audio/libid3tag/patches
In directory cvs.openbsd.org:/tmp/cvs-serv31142/patches

Log Message:
Directory /cvs/ports/audio/libid3tag/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/25 07:59:09

Modified files:
	audio/libmusicbrainz: Makefile distinfo 
	audio/libmusicbrainz/patches: patch-CMakeLists_txt 
Removed files:
	audio/libmusicbrainz/patches: patch-src_mb_c_cpp 

Log message:
- update to libmusicbrainz-3.0.2
- remove patch included upstream

from David Coppa, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/25 08:00:36

Modified files:
	usr.sbin/smtpd : smtp.c smtpd.c smtpd.h 

Log message:
merge smtp_listener_setup into its only caller; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/25 08:06:16

Modified files:
	audio/libid3tag: Makefile 
Added files:
	audio/libid3tag/patches: patch-compat_gperf patch-parse_c 
	                         patch-utf16_c 

Log message:
- add patches to fix an issue with mpd craching when trying to create its
database on badly tagged mp3s

from Debian via David Coppa, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/25 08:17:31

Modified files:
	editors/teaqt  : Makefile distinfo 

Log message:
Update to 23.6.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 09:17:20

Modified files:
	x11/openbox    : Makefile 

Log message:
- bump
- change email of maintainer
- add py-xdg dependencies spotted by David Coppa

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/25 09:29:24

Modified files:
	archivers/zziplib: Makefile distinfo 
	archivers/zziplib/patches: patch-Makefile_in patch-configure 
	                           patch-zzip_Makefile_in 
	                           patch-zzipwrap_Makefile_in 

Log message:
Update to 0.13.52
Fixes build on vax.
ok benoit@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ariane@cvs.openbsd.org	2009/05/25 09:33:10

Modified files:
	emulators/wine : Makefile 
	emulators/wine/pkg: PLIST 
Added files:
	emulators/wine/patches: patch-libs_wine_Makefile.in 

Log message:
Create libwine.so.0.0 instead of libwine.so.1.0.
Don't symlink libwine.so.1 or libwine.so.
Set WINEPREFIX for regress.
Configure flags: s/without-also/without-alsa/, remove --without-esd, since
that is handled by esd flavor.

(Port is still in wip status, this just makes the port package properly and
exposes the general failure of the regress in this port.)

'Its good if wine.0.0. is created. Let's ask porters.' pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/25 09:55:12

Modified files:
	usr.sbin/ospfd : Tag: OPENBSD_4_5 lsupdate.c 

Log message:
Bring back rev. 1.36 from -current
When commiting the buf_left() change adding len to the check was dropped and
so a warning later on could be hit in some cases. Found by dlg@ OK dlg@

This should solve out of memory warnings seen on lsupdate in some cases.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 10:09:12

Modified files:
	x11/openbox    : Makefile 
	x11/openbox/pkg: PLIST 

Log message:
- cosmetic change
- bump
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/05/25 10:15:19

Modified files:
	audio/xcd      : Makefile 

Log message:
bump after tcl/tk module fixes changed dependencies


CVSROOT:	/cvs
Module name:	www
Changes by:	schwarze@cvs.openbsd.org	2009/05/25 10:16:42

Modified files:
	faq            : current.html 

Log message:
list consequences of daily/weekly/monthly/security changes; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/25 10:35:57

Modified files:
	security/ruby-openid: Makefile 
	security/ruby-openid/pkg: PLIST 

Log message:
Fix PLIST and bump. Noticed by naddy@, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/25 11:10:40

Modified files:
	sys/arch/mips64/mips64: tlbhandler.S 
	sys/arch/sgi/sgi: machdep.c 

Log message:
Years ago, I fixed an R5000 O2 instability by implementing a workaround for
a chip bug, which was supposed to be fixed in that particular revision of
the die but wasn't (tlbhandler.S 1.16).

Being lazy, I did not write a runtime selection of the appropriate TLB
handler code, although this was on my list.

It turns out that this fix confuses the hell of R10000 processors revision 3
(but not earlier 2.x revisions), to the point of making the Origin 200 here
hang so hard it would not even enter the NMI handler (don't ask me how I
figured this was the cause).

So it's time to choose the appropriate TLB handling flavour at runtime,
building the trampoline code from the fixed exception handler location
jumping to the handler address at runtime. As a bonus, kernels linked in
KSEG0 get the address computation optimized and thus a smaller trampoline
than before.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 11:19:12

Modified files:
	print/texlive/base: Makefile 
	print/texlive/base/files: README.OpenBSD 

Log message:
remove comment about a known issue that's already been fixed; bump PKGNAME
from Edd Barrett (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 11:54:01

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
- update to 1.90
- add .../archive/ to MASTER_SITES, old files are moved there
- force packagemanager to be set to restrict updates from inside
the software, following conversation with oga@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/25 12:14:07

Modified files:
	multimedia/devede: Makefile distinfo 
	multimedia/devede/patches: patch-devede_py 

Log message:
- minor update to devede-3.13.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/25 12:40:11

Modified files:
	lib/libGL      : Makefile 
	lib/libGLU     : Makefile 
	lib/libGLw     : Makefile 

Log message:
This is Mesa 7.4.2. from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/25 12:50:32

Modified files:
	security/integrit: Makefile distinfo 
	security/integrit/patches: patch-Makefile_in 
	security/integrit/pkg: PLIST 
Removed files:
	security/integrit/patches: patch-gnupg_md5_c 

Log message:
- update integrit to 4.1
- regen PLIST & patches
- change maintainer
- change MASTER_SITES & HOMEPAGE

ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/25 13:03:46

Modified files:
	.              : MODULES 

Log message:
updates


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 14:20:19

Log message:
    import net/queryperf, a DNS query performance tester included in the
    contrib directory of BIND 9.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090525
    
    N ports/net/queryperf/Makefile
    N ports/net/queryperf/distinfo
    N ports/net/queryperf/pkg/DESCR
    N ports/net/queryperf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 14:21:42

Modified files:
	net            : Makefile 

Log message:
+queryperf


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 14:23:25

Modified files:
	net/queryperf  : Makefile 

Log message:
add benchmarks to CATEGORIES, bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/05/25 15:07:38

Modified files:
	lib/libssl     : cert.pem 

Log message:
add ipsCA as a valid authority.

ok beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/25 15:31:24

Modified files:
	etc            : daily weekly monthly 

Log message:
polish comments, no functional change:
1) advertise *.local and next_part near the top of the three scripts
2) daily: mention smtpd(8) mailq behaviour (like for sendmail, postfix, exim)
3) weekly: drop a comment trivially rehashing the next two lines of code
documenting next_part in the scripts was suggested by jmc@
ok sthen@ okan@ halex@; "i won't object" ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/25 15:44:20

Modified files:
	sys/dev/pci    : Tag: OPENBSD_4_5 if_em.c 

Log message:
From -current, ok dlg@: Add missing letoh in em(4) vlan handling,
resulting in a problem on big-endian arch where vlans were in use.
Fix from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 16:48:48

Log message:
    import scrypt;
    
    A simple password-based encryption utility as a demonstration of
    the scrypt key derivation function, greatly increasing the cost of
    a brute force attack compared to openssl enc.
    
    feedback and liaison with author from Predrag Punosevac, thanks!
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090525
    
    N ports/security/scrypt/Makefile
    N ports/security/scrypt/distinfo
    N ports/security/scrypt/pkg/PLIST
    N ports/security/scrypt/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/25 16:51:28

Modified files:
	security       : Makefile 

Log message:
+scrypt


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/26 00:41:25

Modified files:
	devel/vte      : Makefile distinfo 

Log message:
- small update to vte-0.20.3
several bugfixes in the python bindings


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 01:48:32

Log message:
    import cracklib;
    
    This package is an updated/modernized distribution of CrackLib as
    previously release by Alec Muffett. Pretty much all of the files have
    been modified in some way to allow for this modernization and to
    apply numerous bug fixes and patches.
    
    ok ajacoutot@, thanks!
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090526
    
    N ports/security/cracklib/Makefile
    N ports/security/cracklib/distinfo
    N ports/security/cracklib/patches/patch-configure
    N ports/security/cracklib/pkg/PLIST
    N ports/security/cracklib/pkg/DESCR
    N ports/security/cracklib/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 01:58:22

Modified files:
	security       : Makefile 

Log message:
+cracklib


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 02:13:04

Log message:
    import py-crack;
    
    This module brings to Python programs the capability of evaluating password
    strength. To achieve this noble aim it uses the well known cracklib toolkit,
    hence the name.
    
    ok ajacoutot@, thanks!
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090526
    
    N ports/security/py-crack/Makefile
    N ports/security/py-crack/distinfo
    N ports/security/py-crack/patches/patch-configure_ac
    N ports/security/py-crack/pkg/PLIST
    N ports/security/py-crack/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 02:19:50

Modified files:
	security       : Makefile 

Log message:
+py-crack

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/26 02:21:50

Modified files:
	productivity/rednotebook: Makefile distinfo 
	productivity/rednotebook/pkg: PLIST 

Log message:
- update to rednotebook-0.7.2

prodded by bernd@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/05/26 02:29:44

Modified files:
	sys/net        : route.c route.h 

Log message:
inherit the route label on cloned routes

ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/26 05:01:47

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/pkg: MESSAGE-main 

Log message:
- tweak MESSAGE

"sure" robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/26 07:05:46

Modified files:
	print/poppler  : Makefile distinfo 

Log message:
- bugfix update to poppler-0.10.7

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 08:08:25

Modified files:
	misc/ytree     : Makefile distinfo 
	misc/ytree/pkg : PLIST 

Log message:
- update ytree to 1.92
- regen PLIST
- OK from maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/26 08:13:22

Modified files:
	net/rtmpdump   : Makefile distinfo 
Removed files:
	net/rtmpdump/patches: patch-bytes_cpp patch-handshake_cpp 
	                      patch-rtmp_h 

Log message:
update to 1.6 (rolling in several patches), and new MASTER_SITES.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 08:27:36

Modified files:
	www/yui        : Makefile distinfo 
	www/yui/pkg    : PLIST-docs PLIST-main 

Log message:
- update yui to 2.7.0b
- regen PLIST-*
- change maintainer
- change MASTER_SITES

ok espie@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/26 09:44:57

Modified files:
	devel/cscope   : Makefile distinfo 
	devel/cscope/pkg: PLIST 

Log message:
- update cscope to 15.7a
- change maintainer
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/26 10:19:06

Modified files:
	infrastructure/db: user.list 

Log message:
reserve 628 for kamailio.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/05/26 11:10:53

Modified files:
	emulators/wine/patches: patch-libs_wine_Makefile.in 

Log message:
Fix lib-depends-check. Okay ariane@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/05/26 13:28:12

Modified files:
	devel/py-mxDateTime: Makefile 
	devel/py-mxDateTime/pkg: PLIST 

Log message:
o fix crash on TextSearch free due to a collision with libc' bm_free
as reported in ports@
o correctly depend on the python version used as flavor
o eggify
o comments in lowercase


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2009/05/26 13:37:22

Modified files:
	sys/dev/pcmcia : pcmciadevs 

Log message:
Add Quatech SSP-100 from Joerg Niendorf <p3y80 at internode dot on dot net>
via PR/6147. Shrink DSP225 while I'm it.


CVSROOT:	/cvs
Module name:	src
Changes by:	fgsch@cvs.openbsd.org	2009/05/26 13:37:35

Modified files:
	sys/dev/pcmcia : pcmciadevs.h 

Log message:
regen.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/26 15:30:40

Modified files:
	es             : 25.html 26.html 27.html 28.html 29.html 30.html 
	                 31.html 32.html 33.html 34.html 36.html 
	                 alpha.html amd64.html amiga.html anoncvs.html 
	                 arc.html art1.html art2.html art3.html 
	                 art4.html audio-port.html books.html 
	                 checklist.html crypto.html ctm.html cvsup.html 
	                 cvsync.html disabled.html docum.html 
	                 donations.html errata.html errata23.html 
	                 errata24.html errata25.html errata26.html 
	                 errata27.html errata28.html errata29.html 
	                 errata30.html errata31.html errata32.html 
	                 errata33.html errata34.html errata35.html 
	                 events.html ftp.html goals.html groups.html 
	                 hp300.html hppa.html hppa64.html i386.html 
	                 index.html mac68k.html macppc.html mail.html 
	                 mvme68k.html mvme88k.html pegasos.html 
	                 plat.html plus20.html plus21.html plus22.html 
	                 plus23.html plus24.html plus25.html plus26.html 
	                 plus27.html plus28.html plus29.html plus30.html 
	                 plus31.html plus34.html pmax.html policy.html 
	                 porting.html ports.html porttest.html 
	                 press.html products.html query-pr.html 
	                 report.html romp.html security.html sgi.html 
	                 smp.html sparc.html sparc64.html stable.html 
	                 sun3.html support.html testimonials.html 
	                 users.html vax.html want.html why-cvs.html 
	faq/fr         : current.html faq10.html faq12.html 
	faq/nl         : faq10.html faq12.html 
	faq/pf/de      : carp.html 
	faq/pt         : faq10.html faq12.html 
	fr             : events.html index.html translation.html 
	                 want.html 
	it             : index.html 
	ja             : index.html 
	nl             : orders.html translation.html 
	opencvs/pt     : index.html 
	openntpd/ja    : index.html 
	openssh/fr     : java.html 
	openssh/ja     : ftp.html index.html openbsd.html portable.html 
	                 users.html 
	openssh/nl     : java.html 
	pt             : art1.html art2.html art3.html art4.html 
	                 crypto.html disabled.html docum.html 
	                 donations.html index.html query-pr.html 
	                 translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/26 15:34:27

Modified files:
	emulators/gns3 : Makefile distinfo 

Log message:
maintenance update to 0.6.1, from Jonathan Armani.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/05/26 16:59:15

Modified files:
	etc            : daily 

Log message:
Three rdist log file name improvements on one single line:
1) replace +%e by +%d, unescaped blanks don't work at all in file names
2) replace +%b by +%m to make log files sort better by month
3) replace the home-grown +%Y.%m.%d by the standard +%F (= +%Y-%m-%d)
from Tim van der Molen <tbvdm at xs4all dot nl>, thanks!
ok okan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	halex@cvs.openbsd.org	2009/05/26 17:10:22

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
add my whereabouts

ok todd@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/26 17:26:32

Modified files:
	editors/openoffice3: Makefile 

Log message:
estdc++ does indeed need copying from gcc4.port.mk to LIB_DEPENDS-main
because it's not inherited from LIB_DEPENDS here; reinstate (and bump
PKGNAME), fixing problem found by James Turner. no cookie for me :(


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/05/26 22:18:21

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 bgpd.h parse.y printconf.c 
	                 session.c 

Log message:
add an option to change the "connect-retry" timer which defaults to 120s.
this can be used to decrease the failover time in specific carp'ed
IBGP setups.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/27 00:31:25

Modified files:
	usr.bin/ssh    : canohost.c canohost.h 

Log message:
Add clear_cached_addr(), needed for upcoming changes allowing the peer
address to change.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/27 00:33:39

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
Send SSH2_MSG_DISCONNECT when the client disconnects. From a larger
change from Martin Forssen, maf at appgate dot com.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/27 00:34:36

Modified files:
	usr.bin/ssh    : kex.c kex.h 

Log message:
Move the KEX_COOKIE_LEN define to kex.h
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/27 00:36:07

Modified files:
	usr.bin/ssh    : packet.c packet.h 

Log message:
Add packet_put_int64() and packet_get_int64(), part of a larger change
from Martin Forssen.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/27 00:38:16

Modified files:
	usr.bin/ssh    : sshconnect.c sshconnect.h 

Log message:
Un-static ssh_exchange_identification(), part of a larger change from
Martin Forssen and needed for upcoming changes.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/27 00:58:15

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_rib.c 

Log message:
Move update and withdraw code into own functions to simplify the necessary
changes to make multiple RIB functional. Also change the way we account the
prefixes per peer (for maxprefix check). Every prefix that was added to any
RIB is counted. OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/27 03:50:31

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h 

Log message:
allow iwn(4) to coexist with Intel Active Management Technology (AMT)
which may use WLAN too.  for Intel Centrino 2 vPro only.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/27 04:24:56

Modified files:
	misc/figlet    : Makefile distinfo 
	misc/figlet/patches: patch-figlet patch-figlet_c 
	misc/figlet/pkg: PLIST 

Log message:
- update figlet to 2.2.2
- change maintainer
- regen PLIST & patches

ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/27 06:31:04

Modified files:
	.              : want.html 

Log message:
J.C. Roberts found the memory modules and four StorageWorks drives
for the AS1200; the drives were finally donated by Blackmore IT,
I can manage buying the memory, it is not so expensive.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/27 06:38:47

Modified files:
	.              : donations.html 

Log message:
Blackmore IT will send me four StorageWorks drives for an AS1200;
i would like to acknowledge Martin Barraclough and J.C. Roberts
for making this donation possible.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/27 06:59:45

Modified files:
	graphics/autopano-sift-c: Makefile 
	graphics/autopano-sift-c/pkg: PLIST 
Added files:
	graphics/autopano-sift-c/patches: patch-CMakeLists_txt 

Log message:
install manuals to the correct location, bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/05/27 07:07:46

Modified files:
	share/zoneinfo/datfiles: africa antarctica asia australasia 
	                         backward etcetera europe factory 
	                         iso3166.tab leapseconds northamerica 
	                         pacificnew solar87 solar88 solar89 
	                         southamerica systemv zone.tab 

Log message:
update to tzdata2009g from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/27 07:09:07

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpctl.c smtpd.h 

Log message:
request flood mitigation:
1) each state may have 2 responses sent quickly;
2) more responses are delayed exponentially, up to a defined limit.

Delay count is user visible (smtp.errors.delays).

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/27 07:11:39

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpd.h 

Log message:
After a successful AUTH command completes, reject any further AUTH commands.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/27 07:14:18

Modified files:
	usr.sbin/smtpd : mta.c smtp_session.c store.c 

Log message:
Insert Received: at receive time instead of delivery time; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/27 07:43:10

Modified files:
	sysutils/dwdiff: Makefile distinfo 

Log message:
- update dwdiff to 1.5.2
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/27 07:50:20

Modified files:
	devel/smarty   : Makefile distinfo 

Log message:
- update smarty to 2.6.25
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/05/27 09:04:34

Modified files:
	sbin/dhclient  : clparse.c 

Log message:
add missing else; from ISC.
this fixes an old, old bug that could cause lease entries to be lost
when initially loading client leases.  found while looking for another
issue.
ok krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/27 09:06:11

Modified files:
	.              : donations.html 

Log message:
added link to Blackmore IT; requested by J.C. Roberts.


CVSROOT:	/cvs
Module name:	www
Changes by:	sobrado@cvs.openbsd.org	2009/05/27 09:43:17

Modified files:
	.              : donations.html 

Log message:
use a better link; pointed out by Martin Barraclough.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/27 10:51:26

Modified files:
	usr.sbin/smtpd : parse.y 

Log message:
temporary fix to a ruleset processing bug that stems from the fact
that the ip address/subnet parsing isn't done in the same way as
in other daemons.

fix by gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/27 12:58:16

Modified files:
	sys/arch/mips64/mips64: exception.S interrupt.c 

Log message:
Rename the ast processing function from softintr() to ast(), to reduce
confusion. Make sure this function is invoked with interrupts enabled now.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/27 12:58:52

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Make sure onboard devices on Octane get their DMA byteswap settings correct.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/27 13:00:19

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: ip27_machdep.c sginode.c 

Log message:
Rework KL board and component enumeration, to allow it to be used from
drivers with callback routines. While there, skip disabled or failed
components.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/27 13:04:47

Modified files:
	sys/arch/sgi/pci: ioc.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Yet another attempt at a more reliable detection of the second interrupt
used by onboard IOC chips, by forcing the IOC to trigger this interrupt,
and some help from the PCI bridge driver to report which interrupt has
fired through a fake PCI configuration register.

This works nicely on IP27 and IP35, but on IP30 the interrupt doesn't
happen, for some reason; so keep the existing heuristic in case the above
trick did not give us a valid interrupt number.

In case we got an interrupt, this will also detect IOC configurations where
there is actually one interrupt, should such configurations exist.

<rant style="beck">
I probably deserve to rot in hell for this abomination, but I won't mind
as long as the IOC designers who came with the bright ``let's use more than
one interrupt and defecate on the pci spec'' ideas are there, too.
</rant>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/27 13:06:20

Modified files:
	sys/arch/sgi/xbow: xbow.c xheart.c 

Log message:
Use the KL enumeration functions to try and figure out what kind of XBow
we have, in order to pick a widget enumeration order matching the PROM.

This is especially important when the boot path is in dksc() syntax.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/27 13:09:28

Modified files:
	math/ecm       : Makefile distinfo 
	math/ecm/pkg   : PLIST 
Added files:
	math/ecm/pkg   : PFRAG.shared 

Log message:
- update ecm to 6.2.3
- regen PLIST
- add SHARED_LIBS
- change maintainer
- change MASTER_SITES

ok pvalchev@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/27 13:13:25

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
add IDs for Intel 82552, RCC (Broadcom) HT-1100. from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/27 13:13:57

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/27 14:52:18

Modified files:
	devel/check    : Makefile distinfo 
	devel/check/patches: patch-Makefile_in patch-doc_Makefile_in 

Log message:
- update check to 0.9.6
- change maintainer
- update patches

ok avsm@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/05/27 15:19:18

Modified files:
	share/man/man4 : bge.4 

Log message:
Rework the list of ICs slightly. Discussed with jmc and Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/27 17:37:43

Modified files:
	.              : INDEX 

Log message:
synch, 5720.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/27 20:34:56

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Get the list of disks or cds whenever required rather than once at
startup. This means you can plugin USB disks or cds after the install
has started and you will see the new device the next time the list
is shown. The wonders of using sysctl.

'excellent' miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/28 00:09:06

Modified files:
	bin/ksh        : ksh.1 

Log message:
fix missing bracket by slightly rewriting; from Alan R. S. Bueno


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/28 02:43:45

Modified files:
	usr.sbin/smtpd : smtpd.conf.5 

Log message:
Match SMTPAUTH documentation with reality; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/28 02:48:46

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
Log the "for <foo@bar.com>" part in the Received field; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/28 02:50:08

Modified files:
	usr.sbin/smtpd : smtp_session.c smtpd.h 

Log message:
Log the incoming message size; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/28 02:58:03

Modified files:
	mail/p5-Mail-DKIM: Makefile distinfo 
	mail/p5-Mail-DKIM/pkg: PLIST 

Log message:
Update to 0.35 from maintainer William Yodlowsky, thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/05/28 03:05:33

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
Bring back the curpmap change. It was missing a reload of the pmap on
curcpu when we were freeing a pmap. Tested and working for a few weeks
now, but I was a bit too busy to commit it earlier.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/28 03:18:25

Log message:
    Import lablgtk2, an Objective Caml interface to gtk+2
    ok on previous diff avsm@
    
    LablGTK2 is an Objective Caml interface to gtk+2.
    
    It uses the rich type system of Objective Caml 3 to provide a strongly
    typed, yet very comfortable, object-oriented interface to gtk+2. This
    is not that easy if you know the dynamic typing approach taken by
    gtk+2.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090528
    
    N ports/x11/lablgtk2/Makefile
    N ports/x11/lablgtk2/distinfo
    N ports/x11/lablgtk2/patches/patch-src_Makefile
    N ports/x11/lablgtk2/patches/patch-META
    N ports/x11/lablgtk2/pkg/DESCR
    N ports/x11/lablgtk2/pkg/PLIST
    N ports/x11/lablgtk2/pkg/PFRAG.native
    N ports/x11/lablgtk2/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/28 04:00:44

Modified files:
	net/opal       : Makefile 

Log message:
- better homepage


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/28 08:52:43

Modified files:
	devel/py-parsing: Makefile distinfo 
	devel/py-parsing/pkg: PLIST 

Log message:
- update py-parsing to 1.5.2
- change maintainer
- regen PLIST

ok wcmaier@, ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/28 09:41:48

Modified files:
	sys/dev/pci    : pcireg.h 

Log message:
Add "Interrupt Disable" bit definition for the PCI Configuration Space
Command register.  From PCI Express Base Specification Rev 2.0.
Use same naming as NetBSD.
Needed for wpi(4) and iwn(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/28 10:03:23

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
workaround a hardware bug by fixing the pci config space command register
at attach time.


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/05/28 10:50:16

Modified files:
	usr.bin/ssh    : clientloop.c monitor.c monitor_wrap.c packet.c 
	                 serverloop.c sshconnect.c sshd.c 
	usr.bin/ssh/ssh: Makefile 
	usr.bin/ssh/ssh-keyscan: Makefile 
	usr.bin/ssh/ssh-keysign: Makefile 
	usr.bin/ssh/sshd: Makefile 
Added files:
	usr.bin/ssh    : roaming.h roaming_common.c roaming_dummy.c 

Log message:
Keep track of number of bytes read and written. Needed for upcoming
changes. Most code from Martin Forssen, maf at appgate dot com.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/28 11:05:50

Modified files:
	sys/arch/sgi/sgi: disksubr.c 

Log message:
If readsgilabel() is invoked in spoofing mode, only report the whole device
and volume header partitions. This makes DIOCGPDINFO return correct results,
which in turn lets disklabel -A behave as intended.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/28 12:02:43

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: ip27_machdep.c machdep.c 
	sys/arch/sgi/xbow: hub.h 
Added files:
	sys/arch/sgi/sgi: ip27.h 

Log message:
Handle NMI interrupts on IP27/IP35, gives us a change to play with ddb,
and then restart system (NMI on these systems aren't intended to be
recoverable).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/28 12:03:55

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c machdep.c 

Log message:
Poor man's reset code for IP27/IP35 where returning through ARCBios doesn't
work, even after restoring TLB and exception code.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/05/28 12:08:49

Modified files:
	security/stunnel: Makefile distinfo 
	security/stunnel/patches: patch-Makefile_in 
	                          patch-tools_Makefile_in 
	                          patch-tools_stunnel_conf-sample_in 
	security/stunnel/pkg: PLIST 

Log message:
update to stunnel v4.27


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/28 13:12:50

Modified files:
	graphics/rawstudio: Makefile distinfo 
Removed files:
	graphics/rawstudio/patches: patch-src_Makefile_in 

Log message:
maintenance update to 1.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/28 13:20:06

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Be more paranoid in the IOC3 interrupt kluge


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/28 18:46:41

Modified files:
	distrib/miniroot: install.sub 

Log message:
Remember to copy the modified ntpd.conf back to /etc
problem spotted by Thomas Pfaff


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/28 19:49:56

Modified files:
	sbin/disklabel : disklabel.c editor.c 

Log message:
Clean up logic around exit values. Make getasciilabel() return 0
for success. Fix a couple of bugs where errors in checklabel() got
lost.

Make Editor 'q' and 'x' commands exit with 0 (ok) rather than 1.
i.e. non-zero exit value now reserved for failure, not a decision
to leave the disklabel unchanged. This allows the install script
to use the exit value to catch failures to write a disklabel.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/28 20:38:01

Modified files:
	sys/dev/pci    : azalia.h azalia.c 

Log message:
- when a widget will be considered part of a different widget, record
the node id of the "parent" widget
- initialize widgets' mixer_class ealier


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/28 20:49:30

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
- try to not choose only input mixers for outputs.master.slaves
- another case where a selector can be considered part of another
widget

factors out a mixer control and lets the volume buttons work on
ajacoutot@'s x300


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/28 23:04:45

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
if a control in outputs.master.slaves is muted, don't change it's
volume when outputs.master is changed


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2009/05/29 00:57:21

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Return the RX descriptor after pointing it to the new mbuf.
Otherwise the card can mess with mbufs that have been given to the
stack already.  Fixes panics seen with a high rate of of small
packets and POOL_DEBUG enabled.
OK sthen@, chris@


CVSROOT:	/cvs
Module name:	src
Changes by:	otto@cvs.openbsd.org	2009/05/29 01:57:43

Modified files:
	sbin/fsck_ffs  : pass1.c 

Log message:
catch funny values of cg_initediblk; make fsck_ffs more robust
against forms of cg header corruption as experienced by todd@; ok
millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/29 02:10:44

Modified files:
	security/mhash : Makefile distinfo 

Log message:
- update mhash to 0.9.9.9

ok jakob@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/29 02:21:16

Modified files:
	misc/fileutils : Makefile 

Log message:
- add HOMEPAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/29 02:25:45

Modified files:
	sys/dev/pci    : if_iwn.c if_iwnreg.h if_iwnvar.h if_wpi.c 
	                 if_wpireg.h 

Log message:
fix confusion between number of DMA channels and number of Tx queues.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/29 02:42:06

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/patches: patch-configure_in 
	                         patch-innobase_Makefile_in 
	                         patch-mysql-test_Makefile_in 
	                         patch-scripts_Makefile_in 
	                         patch-sql_mysqld_cc 
	databases/mysql/pkg: PLIST-tests 

Log message:
bugfix update to 5.0.82, from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/05/29 03:07:29

Modified files:
	usr.bin/indent : indent.1 indent.c 

Log message:
"input-file" is a required argument; while here, remove a few superfluous
spaces around the brackets and synchronize the argument names.

ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/29 03:17:02

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
PCI id for Atheros AR9285.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/05/29 03:17:58

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/29 04:45:20

Modified files:
	x11            : Makefile 

Log message:
Link lablgtk2


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/05/29 07:22:38

Modified files:
	.              : audio-port.html 

Log message:
an initial mention of sndio, and a link to Alexandre's programming notes.
they should be merged into this page sometime, but until we work out how
to do that, it's better to have the link here than hiding in the mailing
list archives.  "sure!" ratchov@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/29 08:45:21

Modified files:
	devel/p5-Devel-StackTrace: Makefile distinfo 

Log message:
update to 1.20

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/29 08:46:28

Modified files:
	devel/p5-Exception-Class: Makefile distinfo 

Log message:
update to 1.29

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/05/29 09:49:23

Modified files:
	editors/teaqt  : Makefile distinfo 

Log message:
Update to 23.7.0 version.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/05/29 09:49:37

Modified files:
	devel/p5-Exception-Class/pkg: PLIST 

Log message:
regen plist too


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/29 11:54:08

Modified files:
	sys/dev/pci    : azalia.h azalia.c 

Log message:
- if a codec is capable of multichannel playback, try to connect
the output jacks to different DACs.
- multichannel codecs often have a front headphone jack that is
intended to be used separately from the multichannel jacks.  if a front
headphone jack exists, try to connect it to a DAC not used by the
multichannel jacks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/29 12:26:13

Modified files:
	devel/p5-Exception-Class: Makefile 

Log message:
bump due to PLIST regen and version dependency of devel/p5-Devel-StackTrace


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/29 13:53:16

Modified files:
	security/libmcrypt: Makefile distinfo 
	security/libmcrypt/patches: patch-lib_Makefile_in 
	security/libmcrypt/pkg: PLIST 
Removed files:
	security/libmcrypt/patches: patch-lib_libmcrypt_m4 

Log message:
- update libmcrypt to 2.5.8
- update patches & PLIST
- change maintainer

ok avsm@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/29 14:01:10

Modified files:
	security/mcrypt: Makefile distinfo 
	security/mcrypt/patches: patch-Makefile.in 
	                         patch-po_Makefile.in.in 
	                         patch-src_classic_c 
	security/mcrypt/pkg: PLIST 

Log message:
- update mcrypt to 2.6.8
- regen patches & PLIST
- change maintainer

ok avsm@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/29 14:12:31

Modified files:
	www/timetrex   : Makefile distinfo 
	www/timetrex/pkg: PLIST 

Log message:
- small update to timetrex-2.2.22


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/29 15:16:37

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
register all GPIO and widget "quirks" in a bitmask instead of using
macros and codec->init_widget.  now there is only only place to look
to see what special handling a specific codec will get.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/29 18:29:08

Modified files:
	app/cwm        : menu.c 

Log message:
revert the 1.4 change - causes a double free noticed by grange@ a while
ago while using kazehakase (or clients that don't set a name).

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/29 18:30:17

Modified files:
	app/cwm        : client.c 

Log message:
re-order a bit for readability.

"if it makes you happy" oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/05/29 18:30:27

Modified files:
	app/cwm        : conf.c 

Log message:
'no' is the answer to the comment question: cc->name can't be NULL at
this point due to client_setname()'s work; remove this check.

ok oga@


CVSROOT:	/cvs
Module name:	www
Changes by:	merdely@cvs.openbsd.org	2009/05/29 19:45:26

Modified files:
	.              : want.html 

Log message:
Got a nice 72 GB drive for my alpha donated by Travers Buda.  Thank you!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/29 21:58:03

Modified files:
	distrib/miniroot: list2sh.awk makehash.sh 

Log message:
Allow the HASH command in ramdisk list files to specify additional files
to be checksummed. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/29 21:59:27

Modified files:
	sys/arch/sgi/stand/boot: arcbios.c boot.c strstr.c 

Log message:
When booting in `install software' mode from the SGI boot menu, do not try to
load bsd.rd but bsd.rd.IP## matching the IP code of the machine.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/29 22:01:29

Modified files:
	distrib/sgi/cdfs: Makefile 
	distrib/sgi/iso: Makefile 
	distrib/sgi/ramdisk: Makefile install.md list 
	etc/etc.sgi    : Makefile.inc disktab 

Log message:
Build IP27 and IP30 kernels on sgi; put then on the cdrom images too
(although for now our cd images fail to boot on IP27 and IP30).


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/29 22:04:15

Modified files:
	.              : hackathons.html 
Added files:
	images/hackathons: c2k9-s.gif c2k9.gif 

Log message:
c2k9 hackathon in progress


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/29 22:46:30

Modified files:
	security/p5-Net_SSLeay: Makefile 

Log message:
- add HOMEPAGE

ok bluhm@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/29 23:00:37

Modified files:
	distrib/notes/sgi: contents hardware install prep whatis 

Log message:
Sync with IP27/30/35 support and new kernel filenames.


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/30 09:40:35

Modified files:
	security/libfprint: Makefile 
	security/libfprint/patches: patch-configure 

Log message:
Fix the openssl check and the dependency. Bump PKGNAME
from Rodger Allen <r.allen@e-secure.com.au>


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/30 09:44:43

Modified files:
	sysutils/login_fingerprint: Makefile distinfo 
Removed files:
	sysutils/login_fingerprint/patches: patch-login_fingerprint_8 

Log message:
Update to version 1.2;

This introduces challenge and response support
and cleans up the printed messages.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/30 10:22:07

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
fix a bug where sessions_active counter, used to compute accept limits, was
decremented below 0 after the recent change that moved stats to shared mmap
memory. session_destroy() which is called from mta and smtp processes didnt
differentiate between them and decremented the counter when we had outgoing
sessions destroyed.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/30 10:30:33

Modified files:
	usr.sbin/smtpd : mta.c smtpctl.c 

Log message:
- increment stats.mta.sessions_active when session is allocated in mta
- reorder alphabetically and add mta to the statistics


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/30 10:32:59

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
increment mta.sessions in when we allocate a new session in mta


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/05/30 10:56:17

Modified files:
	share/man/man5 : pf.conf.5 

Log message:
correct the bnf for return-rst, and describe the optional ttl parameter
for it;

started by a mail from Laurent Ghigonis
ok fgsch henning


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/30 11:20:29

Modified files:
	sys/nfs        : nfs_socket.c nfs_srvcache.c nfs_subs.c 
	                 nfs_syscalls.c nfsproto.h 

Log message:
Remove unused procnums (NQNFS leftovers) and cleanup.

OK blambert@ sometime ago


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 12:11:03

Modified files:
	distrib/miniroot: install.sh 

Log message:
install.sh already knows that MODE == install


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 12:17:16

Modified files:
	distrib/miniroot: install.sub 

Log message:
The TZ question can be asked at 3 different places.  In the "media which
lacks the names but we have net" case, we end up with installed sets.
Remove the code which guesses the TZ from the sets just installed.  We
now default to GMT, unless the ftplist.cgi made a better guess.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 12:27:17

Modified files:
	usr.sbin/bgpd  : rde_prefix.c 

Log message:
Only use a single tree for all address families. There is no need for multiple
trees and the rib trees are also not split.
Looks good henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/30 12:46:06

Modified files:
	sys/dev/pci    : ppb.c 

Log message:
Check the extents exist before trying to do things
with them in ppb_hotplug_remove().
ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/05/30 12:58:03

Modified files:
	sys/uvm        : uvm_anon.c 

Log message:
in the (currently unused) loaning case for uvm_anfree, zero out anon->an_page
so we won't hit the kassert a little bit below it.

"obviously better than what is there now" beck@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/30 13:05:31

Modified files:
	graphics/win32-codecs: Makefile distinfo 
	graphics/win32-codecs/pkg: PLIST 

Log message:
update to 20071007

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 13:32:20

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
these scripts should use tabs because 4 spaces wastes 3 chars of media space


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 13:34:39

Modified files:
	distrib/miniroot: install.sh 

Log message:
silly comment is wrong


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 13:50:28

Modified files:
	sbin/route     : route.8 route.c 

Log message:
Make route flush more powerful by allowing -iface/-interface or -priority
to be specified. So only routes matching these conditions will be flushed.
This will help making dhclient less dumb when fiddeling with routes.
OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 14:03:31

Modified files:
	sbin/route     : route.c 

Log message:
priority is a u_char not a u_short.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 14:34:48

Modified files:
	x11/xfce4/ristretto: Makefile distinfo 
	x11/xfce4/ristretto/pkg: PLIST 

Log message:
Straightforward update to ristretto 0.0.22, bugfix release.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 14:36:33

Modified files:
	www/seamonkey  : Makefile 
	www/seamonkey/files: seamonkey.desktop 

Log message:
Register seamonkey as a handler for various html/xml mimetypes, as
done in firefox desktop file. From James Wright on ports@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 14:40:59

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Defer talking to the ftpinstall cgi until a fair bit later, so that we can
also tell it the timezone.  As a result, this will also work for non-url
based installs.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/30 14:47:00

Modified files:
	sys/arch/amd64/amd64: machdep.c 

Log message:
Don't use biosbasemem and biosextmem to initialize iomem_ex, since on some
BIOSen it's a complete lie.  Instead use the information from the memory
map like we do on i386.

ok weingart@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/30 14:58:49

Modified files:
	sys/ddb        : db_write_cmd.c 

Log message:
Allow 8 byte writes from ddb (w/q) on 64 bit platforms, just like we allow
8 byte reads (x/q) already.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 15:06:34

Modified files:
	sbin/route     : route.8 route.c 

Log message:
Make it possible to filter monitor output on AF or show only interface
specific changes. OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/05/30 15:10:12

Modified files:
	devel/p5-Exception-Class: Makefile 

Log message:
Repair the PKGNAME (p5- prefix was missing after the bump).

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/05/30 15:20:34

Modified files:
	sys/dev        : softraid.c 

Log message:
Bring up raid sets that have missing memebers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 15:34:16

Modified files:
	x11/fbpanel    : Makefile 
Added files:
	x11/fbpanel/patches: patch-plugins_menu_c 

Log message:
Fix issue where all desktop files were duplicated in menus, due to
g_get_system_data_dirs() reporting usr/local/share twice, cf
http://sourceforge.net/tracker/?func=detail&aid=1872819&group_id=66031&atid=513125
Reported & fix found by "J. Scott Heppler" shepper at earthlink.net,
thanks!
While here, drop maintainership. I don't want to be responsible for
an app with such a crappy code.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/30 15:42:11

Modified files:
	.              : plus.html 

Log message:
Upto 05/01, catching up


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/30 15:57:17

Modified files:
	distrib/macppc/ramdisk: install.md 

Log message:
Even HFS installs need to run disklabel(8)! Revert erroroneous
bypassing of disklabel(8) invocation.

Noticed by and fix ok maja@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 15:58:37

Modified files:
	devel/libconfig: Makefile distinfo 

Log message:
- update libconfig to 1.3.2

from markus bergkvist (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/30 16:12:42

Modified files:
	distrib/mac68k/ramdisk: install.md 

Log message:
Even HFS installs need to run disklabel(8)! Revert erroroneous
bypassing of disklabel(8) invocation. Nuke redundant verbiage
while here. Prompted by macppc problem noted by maja@.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/30 16:15:20

Modified files:
	etc            : pf.conf 

Log message:
we want pass, not pass in, so we get state for all connections


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/30 16:18:15

Modified files:
	etc            : pf.conf 

Log message:
shorter, ok theo


CVSROOT:	/cvs
Module name:	ports
Changes by:	miod@cvs.openbsd.org	2009/05/30 16:35:57

Modified files:
	textproc/xpdf  : Makefile 
Added files:
	textproc/xpdf/patches: patch-splash_SplashXPath_cc 

Log message:
Fix possible out of bounds access in xpath code, reported upstream; bump
package name. ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/05/30 16:42:03

Modified files:
	sys/dev/acpi   : dsdt.c 

Log message:
Fixed parsing rules for Scope opcode, fixes panic on some HP systems
Create default scope names
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/05/30 16:49:56

Modified files:
	sys/dev/acpi   : acpidebug.c amltypes.h dsdt.c 

Log message:
Added error handler for missing AML nameref; fixes PR6103
ok marco@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/05/30 16:57:25

Modified files:
	.              : hppa.html 

Log message:
Since we currently limit usable memory to 2GB, do not mention 3GB here either.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 17:05:11

Modified files:
	net/howl       : Makefile 
	net/howl/pkg   : PLIST 

Log message:
- better homepage (prompted by kai fabian)
- regen plist while here


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/30 17:11:28

Modified files:
	.              : plus.html 

Log message:
Upto 05/05, and the 4.5 errata entries


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 17:13:18

Modified files:
	sys/arch/amd64/stand/installboot: installboot.c 
	sys/arch/i386/stand/installboot: installboot.c 

Log message:
Without -v, be quiet
ok toby


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/30 17:28:52

Modified files:
	usr.sbin/smtpd : smtpd.c 

Log message:
fatal on setsockopt() failures


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/05/30 17:37:03

Modified files:
	libexec/ld.so/ldconfig: prebind.c 
Removed files:
	libexec/ld.so/ldconfig: prebind.8 

Log message:
Airplane work, undefined weak variables not getting resolved is not an error.
Delete an unused manpage, remove some unused variables.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 17:44:02

Log message:
    import p5-CGI-Lite 2.02
    
    You can use this module to decode form and query information, including
    file uploads, as well as cookies in a very simple manner; you need not
    concern yourself with the actual details behind the decoding process.
    
    from Abel Camarillo (MAINTAINER), with some tweaks by me
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090530
    
    N ports/www/p5-CGI-Lite/Makefile
    N ports/www/p5-CGI-Lite/distinfo
    N ports/www/p5-CGI-Lite/pkg/PLIST
    N ports/www/p5-CGI-Lite/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 17:45:23

Modified files:
	www            : Makefile 

Log message:
add p5-CGI-Lite


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/30 17:53:41

Modified files:
	usr.sbin/smtpd : makemap.c mta.c parse.y smtpd.c smtpd.conf.5 
	                 smtpd.h ssl.c 

Log message:
It is now possible to specify a certificate to use when relaying to another
host which requests client certificates:

accept [...] relay via [...] ssl certificate "mycert"

diff from Josh Elsasser <josh@elsasser.org>, tested and okayed by me with
no change but the addition of status 554 to the state machine to deal with
remote host telling us it doesn't like our certificate.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/30 17:56:05

Modified files:
	distrib/notes/sgi: hardware 

Log message:
Mention more hardware supported in GENERIC.IP*


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 18:02:50

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Change the order of the installer questions again, because it is better.
hostname, network, root password, misc, timezone, and then the disks
and sets.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 18:03:29

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Ask the cgi to remember the install method too, and as a result, this
makes two more questions only need a return.
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/30 18:05:03

Modified files:
	sbin/disklabel : disklabel.c 

Log message:
Never 'humanize' the sector offsets of partitions or 'total sectors'.
If we are humanizing then add a comment to 'total sectors' line
rather than replacing 'total sectors' with a new header.

Suggestion and ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/30 18:14:55

Modified files:
	sbin/disklabel : disklabel.8 

Log message:
'-d' works everywhere now. And it ignores the OpenBSD disk label,
not OpenBSD partitions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 18:19:22

Modified files:
	games/tmw      : Makefile distinfo 
	games/tmw/patches: patch-configure 
	games/tmw/pkg  : PLIST-main 

Log message:
- update tmw to 0.0.29

from jonathan armani (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 18:26:19

Modified files:
	distrib/amd64/ramdisk_cd: list.local 

Log message:
the tz list fits onto this media


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/05/30 18:33:13

Modified files:
	.              : sgi.html 

Log message:
Reality update.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 18:50:22

Modified files:
	.              : sparc64.html 

Log message:
Naturetech 888P is confirmed to work


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/30 19:27:30

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
use the SCM_TIMESTAMP socket option to get the time we received the
reply instead of doing it in ntpd itself by getting the time we read
from the socket. based on a diff from mickey hacked in shape by me,
lots of testing and review from ckuethe and sthen, theo and claudio like it
too


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 19:56:51

Modified files:
	devel/geany    : Makefile distinfo 
	devel/geany/patches: patch-doc_Makefile_in 
	devel/geany/pkg: PFRAG.shared PLIST 

Log message:
Update to geany 0.17, from Jonathan Armani (MAINTAINER) with some tweaks
by me.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/30 20:00:57

Modified files:
	security/p5-Digest-SHA1: Makefile distinfo 

Log message:
update to 2.12

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/05/30 20:06:28

Modified files:
	www/p5-HTML-Parser: Makefile distinfo 

Log message:
update to 3.60

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/30 20:12:54

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
remove special handling for STAC9225 (aka STAC7661).  it was just
choosing the default recording source and muting ADC input after
the device has been configured.  the commit message that added
these doesn't give a reason why this is done, and it is
inconsistent with every other codec.  if you really want these
settings, either set them in mixerctl.conf, or convince me why
this should be done for all codecs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/30 20:25:17

Modified files:
	converters/p5-Convert-Binary-C: Makefile distinfo 

Log message:
- update to p5-Convert-Binary-C-0.74
passes regression tests

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 20:25:47

Modified files:
	devel/p5-POE   : Makefile distinfo 

Log message:
- update p5-POE to 1.006


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 20:32:52

Modified files:
	devel/p5-POE-Component-Pluggable: Makefile distinfo 

Log message:
- update p5-POE-Component-Pluggable to 1.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 20:33:08

Modified files:
	devel/geany    : Makefile 
	devel/geany/pkg: PLIST 
Removed files:
	devel/geany/pkg: PFRAG.shared 

Log message:
Mark SHARED_ONLY and merge PFRAG.shared in PLIST. While here, remove
some unneeded dirs, and @comment .a and .la plugin files. Bump PKGNAME.
Discussed with MAINTAINER and Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/30 20:43:55

Modified files:
	net/p5-POE-Component-IRC: Makefile distinfo 

Log message:
- update p5-POE-Component-IRC to 6.08


CVSROOT:	/cvs
Module name:	www
Changes by:	pirofti@cvs.openbsd.org	2009/05/30 20:46:40

Modified files:
	.              : donations.html 

Log message:
Add my company to donations, they flew me to edmonton and paid for
expenses while at c2k9.

Okay deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 20:51:02

Log message:
    Import pms-0.40.6 :
    Practical Music Search is a ncurses-based client for MPD. It has a
    command line interface much like Vim, and supports custom colors,
    layouts, and key bindings.  PMS aims to be accessible and highly
    configurable.
    
    with some tweaks by and ok jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090530
    
    N ports/audio/pms/Makefile
    N ports/audio/pms/distinfo
    N ports/audio/pms/pkg/PLIST
    N ports/audio/pms/pkg/DESCR
    N ports/audio/pms/patches/patch-src_config_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 20:52:06

Modified files:
	audio          : Makefile 

Log message:
+pms


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/30 20:57:51

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
- all codecs now use the same functions, always.  call the functions
directly instead of through pointers in the codec_t.
- fold azalia_generic_{g,s}et_port into azalia_{g,s}et_port since both
are small and partly duplicated eachother.


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/05/30 21:05:15

Modified files:
	.              : plus.html 

Log message:
Upto 05/25


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/05/30 21:20:10

Modified files:
	sys/arch/amd64/amd64: autoconf.c identcpu.c 
	sys/arch/amd64/conf: files.amd64 
	sys/arch/amd64/include: specialreg.h 
Added files:
	sys/arch/amd64/amd64: via.c 

Log message:
Add VIA crypto features support to amd64. ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/05/30 21:22:05

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
zap _generic from the names of several functions.  there are no
more non-generic versions, and there never will be again.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/05/30 21:24:54

Modified files:
	sys/arch/i386/i386: acpi_wakecode.S 

Log message:
Move task register restore code to proper place.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 21:27:17

Modified files:
	sys/net        : rtsock.c 

Log message:
Fix for the rtfree 2 panic seen by some people before the release. A missing
refcnt bump caused the panic to be triggered. While there also make the
priority so that the compare is working a bit better.
henning@ cries in agony (I already gave up)


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/30 21:34:15

Modified files:
	distrib/miniroot: install.sub 

Log message:
Fix sane_sets. Set default set source to last successful source
until sane_install succeeds, then make it 'done'. Nuke a useless
bleet when harassing user.

Mostly requested by deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/30 21:42:34

Modified files:
	www/midori     : Makefile distinfo 
	www/midori/pkg : PLIST 

Log message:
Update to midori 0.1.7. Doesn't need newer webkit, which is still
building.. It still miserably fails on some ipv6 sites when ipv6 is not
configured, i'm aware of it, and will hopefully fix it in libsoup during
c2k9.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/05/30 21:42:38

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 
	sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
Reinitialize lapic on ACPI resume.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/05/30 21:48:05

Modified files:
	sys/arch/amd64/amd64: identcpu.c 

Log message:
Fix RAMDISK kernels after previous. amd64_has_xcrypt needs to be
#ifdef CRYPTO. noticed by marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/30 22:07:03

Modified files:
	sys/net        : if.c route.c 

Log message:
Reenable interface state tracking now that I found and fixed the cause of
the rtfree panic seen by some people.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/30 22:24:20

Modified files:
	etc/X11.alpha  : xorg.conf 
	etc/X11.hp300  : xorg.conf 
	etc/X11.mac68k : xorg.conf 
	etc/X11.macppc : xorg.conf 
	etc/X11.vax    : xorg.conf 
	etc/X11.zaurus : xorg.conf 

Log message:
Remove layout from all pre-installed xorg.conf. It nowadays default
to whatever is setup on wscons. maja@ noticed I didn't do that yet.

While there shave a few files a bit more.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/30 22:42:16

Modified files:
	sys/dev/pci    : pciidereg.h pciide.c 

Log message:
Add SCH IDE support code.
Tested on a p series vaio.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 22:47:51

Modified files:
	sys/dev/pci    : if_em.c 

Log message:
doubled error messages are silly


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/30 22:48:00

Modified files:
	sys/dev/pci    : ahd_pci.c 

Log message:
indent


CVSROOT:	/cvs
Module name:	www
Changes by:	dtucker@cvs.openbsd.org	2009/05/31 00:01:09

Modified files:
	openssh        : windows.html 

Log message:
Remove link to sourceforge package; it has been unmaintained for years


CVSROOT:	/cvs
Module name:	src
Changes by:	avsm@cvs.openbsd.org	2009/05/31 03:16:52

Modified files:
	gnu/usr.bin/lynx: CHANGES COPYHEADER COPYING INSTALLATION 
	                  LYMessages_en.h Makefile.bsd-wrapper PROBLEMS 
	                  README aclocal.m4 config.hin config.sub 
	                  configure configure.in install.sh lynx.cfg 
	                  lynx.hlp lynx.man makefile.in mkdirs.sh 
	                  userdefs.h 
	gnu/usr.bin/lynx/WWW/Library/Implementation: HTAABrow.c 
	                                             HTAABrow.h 
	                                             HTAAProt.c 
	                                             HTAAProt.h 
	                                             HTAAUtil.c 
	                                             HTAAUtil.h 
	                                             HTAccess.c 
	                                             HTAccess.h 
	                                             HTAnchor.c 
	                                             HTAnchor.h 
	                                             HTAssoc.c HTAssoc.h 
	                                             HTAtom.c HTAtom.h 
	                                             HTBTree.c HTBTree.h 
	                                             HTCJK.h HTChunk.c 
	                                             HTChunk.h HTDOS.c 
	                                             HTDOS.h HTFTP.c 
	                                             HTFTP.h HTFWriter.c 
	                                             HTFWriter.h 
	                                             HTFile.c HTFile.h 
	                                             HTFinger.c 
	                                             HTFinger.h 
	                                             HTFormat.c 
	                                             HTFormat.h 
	                                             HTGopher.c 
	                                             HTGopher.h 
	                                             HTGroup.c HTGroup.h 
	                                             HTInit.h HTLex.c 
	                                             HTLex.h HTList.c 
	                                             HTList.h HTMIME.c 
	                                             HTMIME.h HTMLDTD.c 
	                                             HTMLDTD.h HTMLGen.c 
	                                             HTMLGen.h HTNews.c 
	                                             HTNews.h HTParse.c 
	                                             HTParse.h HTPlain.c 
	                                             HTPlain.h HTRules.c 
	                                             HTRules.h 
	                                             HTStream.h 
	                                             HTString.c 
	                                             HTString.h 
	                                             HTStyle.c HTStyle.h 
	                                             HTTCP.c HTTCP.h 
	                                             HTTP.c HTTP.h 
	                                             HTTelnet.c 
	                                             HTTelnet.h HTUU.c 
	                                             HTUU.h HTUtils.h 
	                                             HTVMSUtils.c 
	                                             HTVMSUtils.h 
	                                             HTVMS_WaisProt.c 
	                                             HTVMS_WaisProt.h 
	                                             HTVMS_WaisUI.c 
	                                             HTVMS_WaisUI.h 
	                                             HTWAIS.c HTWAIS.h 
	                                             HTWSRC.c HTWSRC.h 
	                                             HText.h HTioctl.h 
	                                             LYLeaks.h LYexit.h 
	                                             SGML.c SGML.h 
	                                             UCAux.h UCDefs.h 
	                                             UCMap.h makefile.in 
	                                             www_tcp.h 
	gnu/usr.bin/lynx/WWW/Library/vms: descrip.mms libmake.com 
	gnu/usr.bin/lynx/docs: CHANGES2.8 OS-390.announce 
	                       README.chartrans README.sslcerts 
	gnu/usr.bin/lynx/lynx_help: Lynx_users_guide.html 
	                            about_lynx.html help_files.txt 
	                            lynx-dev.html lynx_help_main.html 
	                            lynx_url_support.html 
	gnu/usr.bin/lynx/lynx_help/keystrokes: alt_edit_help.html 
	                                       bashlike_edit_help.html 
	                                       bookmark_help.html 
	                                       cookie_help.html 
	                                       dired_help.html 
	                                       edit_help.html 
	                                       environments.html 
	                                       follow_help.html 
	                                       gopher_types_help.html 
	                                       history_help.html 
	                                       keystroke_help.html 
	                                       movement_help.html 
	                                       option_help.html 
	                                       other_help.html 
	                                       print_help.html 
	                                       scrolling_help.html 
	                                       test_display.html 
	                                       visited_help.html 
	                                       xterm_help.html 
	gnu/usr.bin/lynx/po: ca.po cs.po da.po de.po et.po fr.po hu.po 
	                     it.po ja.po lynx.pot makefile.inn nl.po 
	                     pt_BR.po ru.po sl.po sv.po tr.po uk.po 
	                     zh_CN.po zh_TW.po 
	gnu/usr.bin/lynx/samples: blue-background.lss bright-blue.lss 
	                          cernrules.txt lynx.lss mild-colors.lss 
	gnu/usr.bin/lynx/scripts: cfg2html.pl install-cfg.sh 
	gnu/usr.bin/lynx/src: AttrList.h DefaultStyle.c GridText.c 
	                      GridText.h HTAlert.c HTAlert.h HTFWriter.c 
	                      HTFont.h HTForms.h HTInit.c HTML.c HTML.h 
	                      HTNestedList.h HTSaveToFile.h LYBookmark.c 
	                      LYBookmark.h LYCgi.c LYCgi.h LYCharSets.c 
	                      LYCharSets.h LYCharUtils.c LYCharUtils.h 
	                      LYCharVals.h LYClean.c LYClean.h 
	                      LYCookie.c LYCookie.h LYCurses.c 
	                      LYCurses.h LYDownload.c LYDownload.h 
	                      LYEdit.c LYEdit.h LYEditmap.c LYExtern.c 
	                      LYExtern.h LYForms.c LYGCurses.h 
	                      LYGetFile.c LYGetFile.h LYGlobalDefs.h 
	                      LYHash.c LYHash.h LYHistory.c LYHistory.h 
	                      LYJump.c LYJump.h LYJustify.h LYKeymap.c 
	                      LYKeymap.h LYLeaks.c LYList.c LYList.h 
	                      LYLocal.c LYLocal.h LYMail.c LYMail.h 
	                      LYMain.c LYMainLoop.c LYMainLoop.h LYMap.c 
	                      LYMap.h LYNews.c LYNews.h LYOptions.c 
	                      LYOptions.h LYPrettySrc.c LYPrettySrc.h 
	                      LYPrint.c LYPrint.h LYReadCFG.c 
	                      LYReadCFG.h LYSearch.c LYSearch.h 
	                      LYShowInfo.c LYShowInfo.h LYSignal.h 
	                      LYStrings.c LYStrings.h LYStructs.h 
	                      LYStyle.c LYStyle.h LYTraversal.c 
	                      LYTraversal.h LYUpload.c LYUpload.h 
	                      LYUtils.c LYUtils.h LYVMSdef.h LYexit.c 
	                      LYrcFile.c LYrcFile.h TRSTable.c 
	                      TRSTable.h UCAuto.c UCAuto.h UCAux.c 
	                      UCdomap.c UCdomap.h Xsystem.c descrip.mms 
	                      makefile.in mktime.c strstr.c structdump.h 
	gnu/usr.bin/lynx/src/chrtrans: README.tables UCkd.h caselower.h 
	                               cp1250_uni.tbl cp1251_uni.tbl 
	                               cp1252_uni.tbl cp1253_uni.tbl 
	                               cp1255_uni.tbl cp1256_uni.tbl 
	                               cp1257_uni.tbl cp437_uni.tbl 
	                               cp737_uni.tbl cp775_uni.tbl 
	                               cp850_uni.tbl cp852_uni.tbl 
	                               cp862_uni.tbl cp864_uni.tbl 
	                               cp866_uni.tbl cp866u_uni.tbl 
	                               cp869_uni.tbl def7_uni.tbl 
	                               entities.h iso01_uni.tbl 
	                               iso02_uni.tbl iso03_uni.tbl 
	                               iso04_uni.tbl iso05_uni.tbl 
	                               iso06_uni.tbl iso07_uni.tbl 
	                               iso08_uni.tbl iso09_uni.tbl 
	                               iso10_uni.tbl jcuken_kb.h 
	                               mac_uni.tbl makefile.in 
	                               makeuctb.c next_uni.tbl 
	                               pt154_uni.tbl rot13_kb.h 
	                               yawerty_kb.h 
	gnu/usr.bin/lynx/test: ALT88592.html ISO_LATIN1_test.html 
	                       c1.html spaces.html tabtest.html 
Added files:
	gnu/usr.bin/lynx: AUTHORS COPYHEADER.asc COPYING.asc clean.com 
	                  lynx.rsp 
	gnu/usr.bin/lynx/docs: README.metrics 
	gnu/usr.bin/lynx/po: rw.po vi.po 
	gnu/usr.bin/lynx/samples: oldlynx 
	gnu/usr.bin/lynx/scripts: cfg_defs.sh cfg_edit.sh cfg_path.sh 
	                          fixtext.sh indent.sh tbl2html.pl 
	gnu/usr.bin/lynx/src/chrtrans: cp857_uni.tbl iso14_uni.tbl 
	gnu/usr.bin/lynx/test: iso-8859-1.html iso-8859-2.html 
	                       special_urls.html tags.html 
	                       test-styles.html 
Removed files:
	gnu/usr.bin/lynx: cfg_defs.sh cfg_edit.sh fixtext.sh 
	gnu/usr.bin/lynx/docs: CMU.announce 

Log message:
Update to lynx-2.8.6.rel5, with our local patches maintained where relevant.
tests from miod@ sthen@ jmc@ jsing@
two additional fixes from miod:
- fix uninitialized stack variable use, leading to occasional crash.
- modify the socklen_t test to include <sys/types.h>, fixes gcc2 build failures


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/31 06:24:42

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
Siemens ZD1211B.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/31 06:25:18

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 06:25:53

Modified files:
	sys/arch/mvme68k/dev: cl.c 
	sys/arch/mvme88k/dev: cl.c 

Log message:
Fix definition of CL_FIFO_MAX to match what the hardware can do; this in
turn fixes a stack smash in cl_rxintr().


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/31 06:29:21

Modified files:
	sys/dev/usb    : if_zyd.c 

Log message:
Match on siemens zd1211b, support for the al2230s radio
is not yet in, but this makes things easier.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/31 06:33:29

Modified files:
	sys/dev/usb    : if_zyd.c 

Log message:
PV2000 -> AL2230S


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/05/31 07:03:21

Modified files:
	sys/dev/usb    : if_zydreg.h if_zyd.c 

Log message:
Add AL2230S support, extracted from part of a massive
'sync to p4' style commit in FreeBSD.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/31 08:11:36

Modified files:
	audio/rhythmbox: Makefile distinfo 
	audio/rhythmbox/patches: patch-configure 
	                         patch-plugins_audioscrobbler_rb-audioscrobbler_c 
	                         patch-shell_main_c 
	                         patch-shell_rb-shell-player_c 
	audio/rhythmbox/pkg: PLIST 
Added files:
	audio/rhythmbox/patches: 
	                         patch-plugins_audioscrobbler_rb-lastfm-source_c 
Removed files:
	audio/rhythmbox/pkg: PFRAG.shared 

Log message:
- update to rhythmbox-0.12.2
- enable python plugins


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/31 09:54:20

Modified files:
	net/xmlrpc-c   : Makefile distinfo 
	net/xmlrpc-c/patches: patch-src_xmlrpc_datetime_c 

Log message:
- update xmlrpc-c to 1.06.35
- regen patch

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 10:12:19

Modified files:
	biology/nutdb  : Makefile distinfo 
	biology/nutdb/patches: patch-nut_1 

Log message:
- update nutdb to 14.4


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:22:34

Modified files:
	app/xterm      : Makefile 

Log message:
workaround for a problem that appeared with xterm 243 on arm cpus.

It dumps core in VTInitialize() if charproc.c is compiled with -O2.
The problem is in the lines 5610 to 5614 of this file, which were
added by xterm 243, but I can't see an obvious problem here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/05/31 10:24:23

Modified files:
	x11/wmii       : Makefile 
	x11/wmii/patches: patch-config_mk 
	x11/wmii/pkg   : PLIST 

Log message:
don't hardcode /usr/local, don't hide cc flags, don't hardcode CFLAGS
additions, regen PLIST+bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fkr@cvs.openbsd.org	2009/05/31 10:25:30

Modified files:
	comms/p5-Device-Gsm: Makefile distinfo 

Log message:
update to a much newer version that works with lots more gsm devices.
Maintainer timed out. with comments from jasper.

ok jasper@, sthen@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:35:28

Modified files:
	proto/xcb-proto: Makefile 

Log message:
whitespace


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:38:11

Modified files:
	proto/xcb-proto: NEWS configure.ac 
	proto/xcb-proto/doc: xml-xcb.txt 
	proto/xcb-proto/src: composite.xml damage.xml dpms.xml randr.xml 
	                     render.xml shape.xml shm.xml sync.xml 
	                     xcb.xsd xfixes.xml xinput.xml xproto.xml 
	                     xtest.xml xv.xml 

Log message:
update to xcb-proto 1.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:43:12

Modified files:
	lib/libxcb/src : dpms.h randr.c randr.h render.h shm.h sync.h 
	                 xfixes.h xinput.h xproto.c xproto.h xtest.c 
	                 xtest.h xv.h 

Log message:
regen for xcb-proto 1.5


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:44:44

Modified files:
	dist/libxcb    : NEWS configure.ac xcb.pc.in 
	dist/libxcb/src: Makefile.am c_client.py xcb_auth.c xcb_conn.c 
	                 xcb_in.c xcb_util.c xcb_xid.c xcbint.h 
	lib/libxcb/libxcb-randr: shlib_version 

Log message:
update to libxcb 1.3


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 10:49:15

Modified files:
	dist/xcb-util  : configure.ac 
	dist/xcb-util/atom: xcb_atom.h xcb_atom.h.m4 
	dist/xcb-util/aux: xcb_aux.c xcb_aux.h 
	dist/xcb-util/event: event.c 
	dist/xcb-util/icccm: icccm.c 

Log message:
update to xcb-util 0.3.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 10:51:07

Modified files:
	security/opensc: Makefile distinfo 
	security/opensc/patches: patch-configure patch-doc_Makefile_in 

Log message:
- SECURITY UPDATE of opensc to 0.11.8
this fixes the issue that caused CVE-2009-1603

"go ahead" douglas santos (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/05/31 10:51:26

Modified files:
	editors/openoffice3-dicts: Makefile 

Log message:
fix RUN_DEPENDS; from Mikolaj Kucharski <mikolaj@kucharski.name>


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 10:56:10

Modified files:
	sys/dev/wscons : wsdisplay.c 

Log message:
Make sure wsdisplay_kbdholdscreen() checks whether the screen has a tty
before invoking wsdisplay_kbdholdscr(), which assumes it does.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 10:57:34

Modified files:
	sys/dev/wscons : wsdisplay.c 

Log message:
Do not access sc_scr[-1] from the wsmoused-related code if
wsdisplay_switch(..., WSDISPLAY_NULLSCREEN, ...).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 10:58:54

Modified files:
	usr.sbin/ospfd : control.c ospfd.c ospfe.c rde.c 

Log message:
The libevent callback function may be called with EV_READ and EV_WRITE
set at the same time so using a switch to do read or write is a bad idea.
Problem noticed by Eygene Ryabinkin on FreeBSD for some reasons it is not
triggered on OpenBSD.
Fix aggreed by a most other libevent hackers


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 11:00:41

Modified files:
	usr.sbin/ospf6d: control.c ospf6d.c ospfe.c rde.c 

Log message:
libevent handler fix to allow EV_READ and EV_WRITE to be set at the same
time in the callback. Same diff that went into ospfd applied with some
fuzz.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 11:02:20

Modified files:
	sys/dev/wscons : wsdisplay.c wsmoused.h 

Log message:
The wsmouse support code has been written for pcvt long ago, then lifted
to work with wscons. Back then, the universe was simple and there was only
one single wsdisplay device, so that code would use global variables.

Overhaul this, and make sure the various routines take the wsscreen or
wsdisplay they operate on as arguments.

This will eventually allow multiple wsmoused to run, one per wsdisplay
device.

While there, use more appropriate integer types in that code, so that
unholy big displays do not cause integer overflows in coordinates
computations. As a bonus, this makes the code smaller.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 11:06:01

Modified files:
	usr.sbin/ripd  : control.c rde.c ripd.c ripe.c 

Log message:
Better EV_READ and EV_WRITE handling in the libevent callbacks. Again mostly
the same ospfd diff applied with some fuzz.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 11:11:14

Modified files:
	sys/kern       : subr_pool.c 

Log message:
Move splassert checks from pool_do_get to pool_get(). Since the former
is invoked with the pool mutex held, the asserts are satisfied by design.

ok tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 11:13:04

Modified files:
	usr.sbin/dvmrpd: control.c dvmrpd.c dvmrpe.c rde.c 

Log message:
More libevent callback fixes. While there make n also ssize_t as in all
other daemons.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 11:31:13

Modified files:
	audio/libsndfile: Makefile 
Added files:
	audio/libsndfile/patches: patch-src_alaw_c patch-src_float32_c 
	                          patch-src_htk_c patch-src_pcm_c 
	                          patch-src_sds_c patch-src_ulaw_c 

Log message:
- SECURITY FIX for libsndfile to prevent a DoS as reported in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=530831

patch from upstream author in that bugreport.

ok naddy@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/05/31 11:33:39

Modified files:
	sbin/ping      : ping.8 ping.c 
	sbin/ping6     : ping6.8 ping6.c 

Log message:
add audible output to ping and ping6: -e beeps when pings are replied, -E beeps when
pings are dropped.

suggestion to make ping and ping6 use the same flag from deraadt & sthen.
reminder to not forget about ping6 from todd and naddy.

ok deraadt, sthen
"well, i don't object..." from a few others.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 11:42:13

Modified files:
	sys/arch/hppa/include: bus.h 
	sys/arch/hppa64/include: bus.h 
	sys/arch/macppc/include: bus.h 
	sys/arch/mvme68k/include: bus.h 
	sys/arch/mvme88k/include: bus.h 
	sys/arch/mvmeppc/include: bus_mi.h 
	sys/arch/sgi/include: bus.h 
	sys/arch/socppc/include: bus.h 
	sys/dev/pci    : isp_pci.c 

Log message:
Remove BUS_DMAMEM_NOSYNC definition. Its name is not consistent with
other BUS_DMA_xxx flag names, and nothing uses it.

ok many@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/05/31 11:49:19

Modified files:
	net/spectrum-tools: Makefile distinfo 

Log message:
Update to latest spectrum tools, take over MAINTAINER.
ok sthen (former MAINTAINER)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/31 11:49:53

Modified files:
	distrib/hppa   : install.md 
	distrib/sparc  : install.md 
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sparc64/common: install.md 

Log message:
Make bootblock installation as silent as possible by default.  While
there, remove a lot of cruft from the various md_installboot functions
ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/31 11:57:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
If xdm was requested, but then xbase was not installed, don't try to
enable it.
ok halex


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 12:00:54

Modified files:
	sys/net        : rtsock.c 

Log message:
Hide RTP_DOWN in the kernel and don't expose it to userland. Userland is
not smart enough to handle it in a sensible way. Make sure the kernel
selected routing priority is actually exported to userland or to help
daemons like bgpd to keep correctly track of the routes. This should fix
some of the rather strange errors seen by people having multipath routes
on their bgpd boxes. While there make the interface priority inheritance
on static routes work again.
OK henning@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 12:01:28

Modified files:
	lib/libxcb     : Makefile.inc 
	lib/libxcb/libxcb: Makefile 
	lib/xcb-util   : Makefile.inc 
	lib/xcb-util/icccm: Makefile 
	lib/xcb-util/image: Makefile 
	lib/xcb-util/property: Makefile 
	lib/xcb-util/renderutil: Makefile 

Log message:
Don't use != to call pkg-config in Makefiles. It's slow and generates
tons of warnings if stuff isn't installed yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 12:02:28

Modified files:
	sbin/route     : route.c show.c 

Log message:
Masking the priority with RTP_MASK is no longer needed in userland.
Kernel will do this now.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 12:03:44

Modified files:
	usr.bin/netstat: show.c route.c 

Log message:
There is no need to mask priority with RTP_MASK because it is already done
by the kernel.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/05/31 12:04:53

Modified files:
	share/man/man4 : bge.4 

Log message:
document checksum offload support; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/05/31 12:06:26

Modified files:
	archivers/arc  : Makefile 

Log message:
Add HOMEPAGE, s/GPL/GPLv2/ in license marker, update my address, bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 12:18:39

Modified files:
	distrib/notes  : m4.common 

Log message:
Try to catch up with install.{sh,sub} changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/05/31 12:26:44

Modified files:
	sys/dev/usb    : udl.c udl.h 

Log message:
We are able to address 256 pixels (16bit) per command not just 128 pixels.
This safes us some protocol overhead, especially when bit blittering
large regions.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pyr@cvs.openbsd.org	2009/05/31 12:29:53

Modified files:
	x11/scrotwm    : Makefile distinfo 
	x11/scrotwm/patches: patch-scrotwm_c 

Log message:
update to scrotwm-0.9.5.
ok from my port ok-buddy aja@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/05/31 12:34:48

Modified files:
	usr.sbin/smtpd : mta.c smtp_session.c 

Log message:
when entering mta_connect() reset session fd to -1
when connect timesout and we close the fd, reset session fd to -1
in session_destroy(), only attempt to close session fd if != -1

fixes a fatal in session_destroy() which happened because we closed a fd
after a timeout, but the session still assumed the fd to be opened.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/05/31 12:38:42

Modified files:
	distrib/miniroot: install.sh 

Log message:
push the dmesg and $SERVERLIST into the random pool to enhance the
entropy, before we pull out the host.random for the next boot


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/05/31 12:39:36

Modified files:
	distrib/sgi/iso: Makefile 
	etc/etc.sgi    : disktab 

Log message:
224MB is no longer enough for the full sgi iso, crank to 240MB.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/31 12:46:01

Modified files:
	usr.sbin/ospfd : control.c ospfd.c ospfe.c rde.c 

Log message:
Remove redundant imsg_event_add calls; ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ckuethe@cvs.openbsd.org	2009/05/31 12:59:51

Modified files:
	editors/vim    : Makefile distinfo 
Added files:
	editors/vim/patches: patch-src_vim_h 

Log message:
update to 7.2.190


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/31 13:10:51

Modified files:
	sys/net        : pf_ioctl.c 

Log message:
make set loginterface, set hostid, set reassemble and set debug
transactional. sanity checked claudio, requested by theo for some time


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 13:15:59

Modified files:
	sys/netinet6   : ip6_mroute.c 
	sys/altq       : if_altq.h 

Log message:
Remove _KERNEL goo from kernel files because we're setting _KERNEL correctly.
OK deraadt@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/05/31 13:16:16

Modified files:
	etc            : rc.conf 

Log message:
enable pf by default.
turns bombs into flowers, water into beer and eradicts swine flu


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/05/31 13:17:20

Modified files:
	sys/netnatm    : natm.c natm.h 

Log message:
Remove some #ifdef / #define maze that is not needed at all.
OK deraadt@ miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/05/31 13:27:32

Modified files:
	.              : want.html 

Log message:
Got a PGX-32, but I could use a XVR-100.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/05/31 13:31:23

Modified files:
	usr.sbin/pstat : pstat.c 
	usr.bin/fstat  : fstat.c 

Log message:
Don't define NFS before including kernel header files,
besides it being gnarly its useless since no magic is
done if it is define.

pointed out by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/31 13:39:46

Modified files:
	sbin/disklabel : editor.c 

Log message:
Always show the start and end of the OpenBSD area in units of
sectors, not any 'human' unit in force.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/31 13:41:57

Modified files:
	sys/arch/amd64/amd64: bus_space.c 

Log message:
Make iomem_ex cover the complete (48-bit) physical address space.  Makes
bigmem kernels work again.

ok oga@, ariane@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/05/31 14:00:22

Modified files:
	x11/slock      : Makefile distinfo 
	x11/slock/patches: patch-Makefile patch-config_mk 
	x11/slock/pkg  : PLIST 

Log message:
-update to 0.9
-correct homepage and master_sites
-update maintainer email per maintainer

ok wcmaier@, "looks good for me" Gleysdon Soares (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/05/31 14:22:18

Modified files:
	sys/net        : if.c 

Log message:
Consolidate common code for interface attachment into single function
to save some space in the kernel. Although there are deeper issues with
interface attachment, this diff was not meant to address those, just to
shave some space ;)

ok henning@, claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/31 14:29:56

Modified files:
	usr.sbin/ospf6d: control.c ospf6d.c ospfe.c rde.c 

Log message:
Remove redundant imsg_event_add calls; ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/31 14:30:15

Modified files:
	usr.sbin/ripd  : control.c rde.c ripd.c ripe.c 

Log message:
Remove redundant imsg_event_add calls; ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/05/31 14:31:35

Modified files:
	usr.sbin/dvmrpd: control.c dvmrpd.c dvmrpe.c rde.c 

Log message:
Remove redundant imsg_event_add calls; ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/05/31 14:43:45

Modified files:
	sys/arch/socppc/conf: GENERIC files.socppc 
	sys/arch/socppc/socppc: conf.c 

Log message:
Add support for udl in socppc. ok @miod and @kettenis


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 14:47:08

Modified files:
	audio/scmpc    : Makefile 
	audio/scmpc/patches: patch-Makefile_in patch-examples-scmpc_in 
	                     patch-man-scmpc_man patch-src-preferences_c 
	audio/scmpc/pkg: MESSAGE PLIST 

Log message:
- it was wrong to have scmpc/ that only holds one file and patch the source
all over to deal with it. this moves /etc/scmpc/scmpc.conf to /etc/scmpc.conf

approving croaks from ajacoutot@ and landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 14:56:38

Modified files:
	x11/dbus       : Makefile 
	x11/dbus/pkg   : DESCR 

Log message:
- better DESCR


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/05/31 14:57:12

Modified files:
	etc            : rc 

Log message:
Make sure xdm is installed before trying to run it

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/31 15:03:10

Log message:
    import py-lzo
    
    py-LZO is a Python module that interface with the LZO library.
    
    LZO is a data compression library which is suitable for data
    de-/compression in real-time. This means it favours speed over
    compression ratio.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090531
    
    N ports/archivers/py-lzo/Makefile
    N ports/archivers/py-lzo/distinfo
    N ports/archivers/py-lzo/pkg/PLIST
    N ports/archivers/py-lzo/pkg/DESCR
    N ports/archivers/py-lzo/patches/patch-setup_py
    N ports/archivers/py-lzo/patches/patch-Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/05/31 15:12:26

Modified files:
	archivers      : Makefile 

Log message:
+py-lzo

ok ajacoutot@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/05/31 15:20:35

Modified files:
	.              : MODULES 3RDPARTY 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/31 15:22:53

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- unbreak... no bbq for me

discovered the hard way by jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/05/31 15:23:28

Modified files:
	sys/arch/sparc64/sparc64: autoconf.c 

Log message:
Add Naturetech as a possible hardware vendor.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/05/31 15:27:01

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- also no breakfast or lunch for antoine tommorow.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/05/31 16:54:13

Modified files:
	net/irssi-silc : Makefile 
Added files:
	net/irssi-silc/patches: 
	                        patch-apps_irssi_src_silc_core_silc-nicklist_c 

Log message:
new irssi has this whole new interface for prefix management;  so
make it use @ for silc op/founder so you can have your ops back
tested, reported & ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/05/31 20:57:40

Modified files:
	distrib/miniroot: install.sh 

Log message:
Test the return value of md_prep_disklabel() to detect failed
attempts to write a disklabel. When failure is detected don't
configure the disk, return it to the list of disks available to be
configured.


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/05/31 21:50:57

Modified files:
	sys/arch/amd64/amd64: identcpu.c 

Log message:
New VIA nano's support amd64 and EST. Move the setperf init routine outside
of the vendor check for intel and use the EST cpu feature flag to determine
if we should call the est init routine. Tested on mattieu@'s via nano laptop.

ok deraadt@, jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/31 23:23:27

Removed files:
	devel/libassetml: Makefile distinfo 
	devel/libassetml/patches: patch-configure 
	                          patch-po_Makefile_in_in 
	                          patch-src_Makefile_in 
	                          patch-src_libassetml_pc_in 
	devel/libassetml/pkg: DESCR PFRAG.shared PLIST 

Log message:
Remove libassetml.
It is not used by anything and is not maintained... for years.

"zap teh shitz" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/31 23:39:14

Modified files:
	devel          : Makefile 

Log message:
-libassetml


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/05/31 23:50:43

Modified files:
	mail/evolution : Makefile 

Log message:
Tweak LDFLAGS to unbreak ppc build.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/05/31 23:51:31

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/patches: patch-GNUmakefile_in 
	www/webkit/pkg : PLIST 
Added files:
	www/webkit/patches: patch-JavaScriptCore_jit_JITStubs_cpp 

Log message:
Update to webkit-gtk 1.1.8, heavy consumers are happy with it, tested
@ppc/amd64/i386. Add a temporary workaround for upstream bz #26099.
Bumps minor as some funcs were added.


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/01 00:20:43

Modified files:
	sys/arch/zaurus/conf: GENERIC 

Log message:
add uvideo to zaurus roughly one year from its initial demonstration
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 00:51:51

Log message:
    import ophcrack
    
    Ophcrack is a free password cracker based on rainbow tables. It
    is a very efficient implementation of rainbow tables done by the
    inventors of the method.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090601
    
    N ports/security/ophcrack/Makefile
    N ports/security/ophcrack/distinfo
    N ports/security/ophcrack/patches/patch-src_misc_c
    N ports/security/ophcrack/patches/patch-configure
    N ports/security/ophcrack/patches/patch-src_gui_main_cpp
    N ports/security/ophcrack/patches/patch-src_gui_ophcrackgui_cpp
    N ports/security/ophcrack/pkg/PLIST
    N ports/security/ophcrack/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 01:00:48

Modified files:
	security       : Makefile 

Log message:
+ophcrack

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ray@cvs.openbsd.org	2009/06/01 01:02:28

ports/net/icbirc/patches

Update of /cvs/ports/net/icbirc/patches
In directory cvs.openbsd.org:/tmp/cvs-serv20104/patches

Log Message:
Directory /cvs/ports/net/icbirc/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ray@cvs.openbsd.org	2009/06/01 01:06:12

Modified files:
	net/icbirc     : Makefile 
Added files:
	net/icbirc/patches: patch-icb_c patch-icb_h patch-icbirc_c 

Log message:
Fix corruption that occurs when connecting and reconnecting to
icbirc repeatedly. After a while, icbirc starts reusing the command
buffer from a previous connection, causing all further connections
to incorrectly parse commands.

OK maintainer (dhartmei@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 01:15:03

Modified files:
	textproc/markdown: Makefile distinfo 
	textproc/markdown/pkg: PLIST 

Log message:
Update to 2.0.1, switch license to BSD, fix email address, zap cruft, nits.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 01:18:49

Removed files:
	textproc/markdown/patches: patch-test-markdown_py 

Log message:
...and kill patch (missing from previous commit).


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/01 02:43:20

Modified files:
	sys/dev/usb    : if_zyd.c 

Log message:
fix endianness issue.

tested by jsg@ on tadpole sparc64 laptop.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/01 02:51:22

Modified files:
	sys/dev/usb    : if_zyd.c 

Log message:
- cleanup tx path
- nitemize


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/01 02:53:44

Modified files:
	sys/dev/usb    : if_zyd.c 

Log message:
oops, bad merge.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 03:07:56

Modified files:
	games/hack     : hack.pager.c 

Log message:
Style, inspired by NetBSD.

No binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 05:26:18

Modified files:
	sys/dev/usb    : udl.c 

Log message:
I forgot to apply the End Of Command token for async xfers.  Maybe that
caused the stalls seen in some rare conditions?  Who knows ...


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/06/01 06:15:57

Modified files:
	mail/dkim-milter: Makefile distinfo 

Log message:
upgrade to DKIM Milter 2.8.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/01 06:57:16

Modified files:
	mail/dovecot   : Makefile distinfo 

Log message:
1.1.16; bugfix update, from Brad. fixes a couple of crashes.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 07:02:46

Modified files:
	bin/pax        : tty_subs.c 

Log message:
Simplify newline stripping after fgets.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 07:04:59

Modified files:
	games/atc      : main.c 

Log message:
Don't assume there will be a newline after calling fgets.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/01 07:20:56

Modified files:
	usr.sbin/smtpd : control.c dns.c lka.c mda.c mfa.c mta.c queue.c 
	                 runner.c smtp.c smtpd.c 

Log message:
Fix EV_READ/EV_WRITE testing inside IMSG handlers. Based on similar change
to the routing daemons by claudio@; ok gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 07:37:05

Modified files:
	devel/gsl      : Makefile distinfo 
	devel/gsl/patches: patch-ieee-utils_read_c 
	devel/gsl/pkg  : PLIST 

Log message:
- update gsl to 1.12
- regen PLIST & patch
- bump SHARED_LIBS

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/01 08:16:02

Modified files:
	sbin/ping      : ping.8 ping.c 
	sbin/ping6     : ping6.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/01 08:17:38

Modified files:
	share/man/man4 : bge.4 

Log message:
delete a useless comment;


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/01 08:38:45

Modified files:
	usr.sbin/smtpd : smtp.c 

Log message:
Don't destroy listening socket when pause/resume request is received,
use event_del/event_add instead; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/01 08:53:18

Modified files:
	usr.sbin/smtpd : smtp_session.c 

Log message:
display ssl negociation information in the received line of incoming
sessions; ok jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 09:28:16

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Reduce data payload for font drawing to a fixed size per character.


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 09:47:38

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Better naming for some framebuffer functions.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 09:53:46

Modified files:
	sys/arch/hppa/conf: GENERIC 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	sys/arch/sparc64/conf: GENERIC 
	sys/arch/zaurus/conf: GENERIC 

Log message:
Enable zyd in more places now we know it is endian safe.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/01 10:48:48

Modified files:
	graphics/gifsicle: Makefile distinfo 

Log message:
update to 1.55

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 10:57:27

Modified files:
	usr.bin        : Makefile 
Removed files:
	usr.bin/window : Makefile README alias.h char.c char.h cmd.c 
	                 cmd1.c cmd2.c cmd3.c cmd4.c cmd5.c cmd6.c 
	                 cmd7.c compress.c context.c context.h defs.h 
	                 error.c lcmd.c lcmd.h lcmd1.c lcmd2.c local.h 
	                 main.c mloop.c parser.h parser1.c parser2.c 
	                 parser3.c parser4.c parser5.c scanner.c 
	                 startup.c string.c string.h token.h tt.h 
	                 ttf100.c ttgeneric.c tth19.c tth29.c ttinit.c 
	                 ttoutput.c tttermcap.c tttvi925.c ttwyse60.c 
	                 ttwyse75.c ttzapple.c ttzentec.c value.h var.c 
	                 var.h win.c window.1 windowrc ww.h wwadd.c 
	                 wwalloc.c wwbox.c wwchild.c wwclose.c 
	                 wwclreol.c wwclreos.c wwcursor.c wwdata.c 
	                 wwdelchar.c wwdelete.c wwdelline.c wwdump.c 
	                 wwend.c wwenviron.c wwerror.c wwflush.c 
	                 wwframe.c wwgets.c wwinit.c wwinschar.c 
	                 wwinsline.c wwiomux.c wwlabel.c wwmisc.c 
	                 wwmove.c wwopen.c wwprintf.c wwpty.c wwputc.c 
	                 wwputs.c wwredraw.c wwredrawwin.c wwrint.c 
	                 wwscroll.c wwsize.c wwspawn.c wwsuspend.c 
	                 wwterminfo.c wwtty.c wwunframe.c wwupdate.c 
	                 wwwrite.c xx.c xx.h xxflush.c 

Log message:
RIP; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 11:41:27

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Allow a font width other than 8 pixels.


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/01 11:42:33

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/amd64/include: vmparam.h 
	sys/arch/i386/i386: pmap.c pmapae.c 
	sys/arch/i386/include: vmparam.h 
	sys/conf       : files 
	sys/uvm        : uvm.h uvm_extern.h uvm_map.c uvm_page.c 
	                 uvm_page.h uvm_pglist.c uvm_vnode.c 
	sys/xfs        : xfs_vnodeops-bsd.c 
Added files:
	sys/uvm        : uvm_pmemrange.c uvm_pmemrange.h 

Log message:
physmem allocator: change the view of free memory from single free pages
to free ranges.
Classify memory based on region with associated use-counter (which is used
to construct a priority list of where to allocate memory).

Based on code from tedu@, help from many.
Ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 11:49:11

Modified files:
	sys/net        : if.c 

Log message:
There is no need to use a variable just for sizeof(). Garbage collect ifa.
No binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/01 12:02:41

Modified files:
	usr.sbin/smtpd : ssl.c 

Log message:
fix function name in log_debug


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 12:07:55

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Sort argument list of udl_draw_char similar as udl_fb_* friends.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 12:20:33

Modified files:
	bin/ksh        : expr.c 

Log message:
"let --" was crashing ksh; found by phy0@rambler.ru.  Various other expressions
involving ++ and -- also ran into this. Insufficient checks for end of parse in
the tokenizer made it assume that an lvalue had been found
ok millert otto


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/01 12:21:51

Modified files:
	sys/dev/usb    : udl.c 

Log message:
Use the background color attribute in udl_erasecols and udl_eraserows
instead hardcoding ``0x0000''.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 12:24:01

Modified files:
	usr.sbin/smtpd : lka.c smtpd.c smtpd.h util.c 

Log message:
No need for save_getpwuid and such functions which call endpwent.
endpwent is not needed unless setpwent (with stayopen = 1) or getpwent
was used.  getpwuid/getpwnam do not use getpwent; i think people must
be assuming this.  we are going to improve the man pages for this.
ok gilles


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 12:30:58

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/01 12:32:44

Modified files:
	usr.sbin/acpidump/aml: aml_name.c 

Log message:
Fix NULL dereference in aml_name.c (acpidump)

ok jordan@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 12:35:21

Modified files:
	usr.bin        : Makefile 

Log message:
We are done with sup, other sucky tools are better now


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 12:38:33

Modified files:
	net/py-xmpp    : Makefile distinfo 
	net/py-xmpp/pkg: PLIST 

Log message:
Update to 1.0.1, use MODPY_EGG_VERSION, fix email.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 12:39:52

Modified files:
	net/cjc        : Makefile distinfo 
	net/cjc/files  : setup.py 
	net/cjc/pkg    : PLIST 

Log message:
Update to 1.0.1, kill cruft in files/setup.py.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 13:00:57

Modified files:
	bin/ksh        : expr.c 

Log message:
please sthen the 80 character pedant


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/01 13:54:02

Modified files:
	sys/uvm        : uvm_aobj.c uvm_fault.c uvm_loan.c uvm_mmap.c 
	                 uvm_page.c uvm_pager.h uvm_pdaemon.c 
	                 uvm_vnode.c 

Log message:
Since we've now cleared up a lot of the PG_RELEASED setting, remove the
pgo_releasepg() hook and just free the page the "normal" way in the one
place we'll ever see PG_RELEASED and should care (uvm_page_unbusy,
called in aiodoned).

ok art@, beck@, thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/01 13:59:18

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
Use proper pmap during ACPI sleep on amd64. Original code by Kurt,
this version by Art.

additional ok by marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/06/01 14:11:38

Modified files:
	sys/arch/i386/i386: machdep.c 
	sys/compat/ibcs2: ibcs2_exec.c ibcs2_signal.c ibcs2_signal.h 

Log message:
Move ibcs2_sendsig into compat.  Quit poluting machdep.

Ok guenther@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 14:25:27

Modified files:
	security/py-openssl: Makefile distinfo 
	security/py-openssl/patches: patch-test_test_ssl_py 

Log message:
- update py-openssl to 0.9
- update patch

ok eric@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 14:35:02

Modified files:
	security/libfprint: Makefile 

Log message:
- really bump pkgname, it was mentioned in the previous log message, but robert missed it


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2009/06/01 14:46:50

Modified files:
	sys/arch/i386/i386: mtrr.c 
	sys/arch/amd64/amd64: mtrr.c 

Log message:
Fix the order of checking if a machine has MTRR.  We need to check
against the vendor string, then cpu family, then if the cpu claims to
have it.

requested by toby@

Also match against Via's cpu string to enable MTRR on matthieu@'s VIA Nano

compile tested on i386 by wcmaier@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/01 14:53:30

Modified files:
	sys/uvm        : uvm_mmap.c 

Log message:
Deal with wraparound when checking RLIMIT_DATA.
OK guenther@ otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/01 14:56:54

src/usr.sbin/ldpd

Update of /cvs/src/usr.sbin/ldpd
In directory cvs.openbsd.org:/tmp/cvs-serv10902/ldpd

Log Message:
Directory /cvs/src/usr.sbin/ldpd added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/01 14:56:55

src/usr.sbin/ldpctl

Update of /cvs/src/usr.sbin/ldpctl
In directory cvs.openbsd.org:/tmp/cvs-serv10902/ldpctl

Log Message:
Directory /cvs/src/usr.sbin/ldpctl added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 14:57:20

Modified files:
	driver/xf86-video-wsfb: configure.ac 
	driver/xf86-video-wsfb/src: wsfb_driver.c 

Log message:
Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)
From  Alan Coopersmith <alan.coopersmith@sun.com>.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 14:58:16

Modified files:
	driver/xf86-video-wsfb: Makefile.in aclocal.m4 config.h.in 
	                        configure ltmain.sh 
	driver/xf86-video-wsfb/man: Makefile.in 
	driver/xf86-video-wsfb/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/01 14:59:45

Added files:
	usr.sbin/ldpd  : Makefile address.c buffer.c control.c control.h 
	                 hello.c imsg.c init.c interface.c keepalive.c 
	                 kroute.c labelmapping.c lde.c lde.h lde_lib.c 
	                 ldp.h ldpd.8 ldpd.c ldpd.conf.5 ldpd.h ldpe.c 
	                 ldpe.h log.c log.h name2id.c neighbor.c 
	                 notification.c packet.c parse.y printconf.c 
	usr.sbin/ldpctl: Makefile ldpctl.8 ldpctl.c parser.c parser.h 

Log message:
Welcome ldpd, the Label Distribution Protocol daemon.
Built using the imsg/three process framework, its main aim
is to redistribute MPLS labels between peers.

Right now it has some really basic functionalities,
the basic protocol works and peers are able to exchange
labels and insert them in the kernel.
It still does not react to changes of topology.

Not yet connected to the builds.

ok claudio@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/01 15:11:12

Log message:
    This package provides a number of testing frameworks that Zope 3
    packages use for their test suites.  It includes a flexible test
    runner, and supports both doctest and unittest.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2009-Jun-01
    
    N ports/devel/py-zopetesting/distinfo
    N ports/devel/py-zopetesting/Makefile
    N ports/devel/py-zopetesting/pkg/PLIST
    N ports/devel/py-zopetesting/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 15:15:50

Modified files:
	driver/openbsd-input-ws/src: ws.c 

Log message:
Update to be compatible with xserver 1.6 and Xinput 1.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/01 15:15:54

Modified files:
	devel          : Makefile 

Log message:
+py-zopetesting


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 15:17:39

Modified files:
	graphics/dia   : Makefile distinfo 
	graphics/dia/patches: patch-app_commands_c patch-app_main_c 
	                      patch-doc_en_Makefile_in 
	                      patch-doc_eu_Makefile_in 
	graphics/dia/pkg: DESCR PFRAG.gnome PFRAG.shared 
	                  PFRAG.shared-gnome PLIST 
Added files:
	graphics/dia/patches: no_gnome-patch-data_display-ui_xml 
	                      no_gnome-patch-data_integrated-ui_xml 
	                      no_gnome-patch-data_popup-ui_xml 
	                      no_gnome-patch-data_toolbox-ui_xml 
	                      patch-po-checktrans_py 
Removed files:
	graphics/dia/patches: patch-doc_Makefile_in 
	                      patch-doc_en_usage-layers_xml 
	                      patch-doc_pl_Makefile_in 
	                      patch-plug-ins_pixbuf_pixbuf_c 
	                      patch-xmldocs_make 

Log message:
- major update to dia-0.97
(ChangeLog available in the tarball)
- enable cairo backend now that it is stable; there is still a small
bug wrt printing uml classes which is beeing investigated.

Tested for several weeks.
ok giovanni@ simon@ (some time ago)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 15:18:08

Modified files:
	driver/openbsd-input-ws: Makefile.in aclocal.m4 configure 
	driver/openbsd-input-ws/man: Makefile.in 
	driver/openbsd-input-ws/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/01 15:18:20

Modified files:
	devel/py-zopeinterface: Makefile distinfo 
	devel/py-zopeinterface/patches: patch-setup_py 
	devel/py-zopeinterface/pkg: DESCR PLIST 

Log message:
- update to 3.5.1
- make use of MODPY_EGG_VERSION
- use py-zopetesting in regress
- improve COMMENT and pkg/DESCR

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/01 15:19:15

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
propagate the recipient domain through aliases expansion, this fixes a bug
that would trigger when smtpd.conf does not have an "accept for local" rule
and we attempt to deliver to a domain for which we are a destination.

spotted by jacekm@, fix by me and ok jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 15:20:17

Modified files:
	usr.sbin/bgpd  : rde.h rde_decide.c rde_rib.c 

Log message:
Instead of storing a pointer to the RIB head in the RIB element use that
space for a flags field and the RIB id. In the end bgpd will be able to
lock RIB elements and therefore make it possible to interrupt all tree
walks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 15:26:24

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 15:29:06

Modified files:
	driver/openbsd-input-usbtablet/src: usbtablet.c 

Log message:
Update to be compatible with xserver 1.6 and Xinput 1.5.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/01 15:30:05

Modified files:
	driver/openbsd-input-usbtablet: Makefile.in aclocal.m4 configure 
	                                ltmain.sh 
	driver/openbsd-input-usbtablet/man: Makefile.in 
	driver/openbsd-input-usbtablet/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/01 15:52:03

Modified files:
	lib/libc/gen   : Makefile.inc getpwent.3 
Added files:
	lib/libc/gen   : getpwnam.3 

Log message:
Split getpw{nam,uid} off into their own man page.  Hopefully, this
will help people understand that endpwent() is not normally needed.
OK deraadt@ jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 16:16:57

Modified files:
	devel/vte      : Makefile distinfo 

Log message:
- bugfix update to vte-0.20.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 16:19:23

Modified files:
	devel/pwlib    : Makefile 
	devel/pwlib/files: sound_libsndio.cxx 

Log message:
- aucat.sock is no more

spotted by robert@ on ekiga


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/01 16:28:30

Modified files:
	sys/arch/macppc/macppc: clock.c 

Log message:
no point in calling curcpu() when ci is already set. ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 16:28:34

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
- mention nautilus-open-terminal...
(what about a GNOME meta-package?)


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/01 16:36:12

Modified files:
	sys/dev/acpi   : dsdt.h dsdt.c 

Log message:
Remove dead/unused code
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 16:37:52

Modified files:
	archivers/fastjar: Makefile distinfo 
	archivers/fastjar/pkg: PLIST 

Log message:
- update fastjar to 0.94
- regen PLIST
- change maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 16:48:38

Modified files:
	games/hack     : data 

Log message:
Typo, from NetBSD.

OK jmc millert


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 16:49:06

Modified files:
	usr.sbin/bgpd  : rde.h rde_rib.c 

Log message:
Holy simplification batman. Use the per rib entry flags to lock entries
when interrupting rib dumps and now we no longer need evil RB magic to find
the next entry on restart.


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/01 16:51:47

Modified files:
	usr.sbin/smtpd : lka.c mfa.c 
	usr.sbin/smtpd/smtpd: Makefile 
Added files:
	usr.sbin/smtpd : ruleset.c 

Log message:
add new file ruleset.c with code related to the ruleset matching, and kill
the two or three "almost" identical versions of ruleset matching loops from
lka and mfa by having one unified function in ruleset.c; ok jacekm@

while at it, bring maildir support back to life; trivial one-liner by me


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/01 16:52:31

src/usr.bin/tmux

Update of /cvs/src/usr.bin/tmux
In directory cvs.openbsd.org:/tmp/cvs-serv10594/tmux

Log Message:
Directory /cvs/src/usr.bin/tmux added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/01 16:52:38

Modified files:
	lib/libpthread/arch/amd64: _atomic_lock.c 
	lib/librthread/arch/amd64: _atomic_lock.c 

Log message:
Correct the _atomic_lock() asm so that gcc accepts the constraints
when compiling without optimization; fix copied from the kernel's atomic.h

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 16:52:48

Modified files:
	games/hack     : data 

Log message:
Add a tab to blank line so hack(6) knows to print a blank line
rather than ending there.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 16:54:02

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Do not call the upcall twice on some prefixes. Move the upcall back to
where it was beforhands.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/01 16:57:14

Modified files:
	games/hack     : hack.pager.c 

Log message:
Fix fgets handling.
1. Skip blank lines instead of dereferencing NULL-1.
2. If bufr is a blank line don't pass bufr+1 as a pointer.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/01 16:58:49

Added files:
	usr.bin/tmux   : Makefile arg.c array.h attributes.c 
	                 buffer-poll.c buffer.c cfg.c client-fn.c 
	                 client-msg.c client.c clock.c 
	                 cmd-attach-session.c cmd-bind-key.c 
	                 cmd-break-pane.c cmd-choose-session.c 
	                 cmd-choose-window.c cmd-clear-history.c 
	                 cmd-clock-mode.c cmd-command-prompt.c 
	                 cmd-confirm-before.c cmd-copy-buffer.c 
	                 cmd-copy-mode.c cmd-delete-buffer.c 
	                 cmd-detach-client.c cmd-down-pane.c 
	                 cmd-find-window.c cmd-generic.c 
	                 cmd-has-session.c cmd-kill-pane.c 
	                 cmd-kill-server.c cmd-kill-session.c 
	                 cmd-kill-window.c cmd-last-window.c 
	                 cmd-link-window.c cmd-list-buffers.c 
	                 cmd-list-clients.c cmd-list-commands.c 
	                 cmd-list-keys.c cmd-list-sessions.c 
	                 cmd-list-windows.c cmd-list.c cmd-load-buffer.c 
	                 cmd-lock-server.c cmd-move-window.c 
	                 cmd-new-session.c cmd-new-window.c 
	                 cmd-next-layout.c cmd-next-window.c 
	                 cmd-paste-buffer.c cmd-previous-layout.c 
	                 cmd-previous-window.c cmd-refresh-client.c 
	                 cmd-rename-session.c cmd-rename-window.c 
	                 cmd-resize-pane.c cmd-respawn-window.c 
	                 cmd-rotate-window.c cmd-save-buffer.c 
	                 cmd-scroll-mode.c cmd-select-layout.c 
	                 cmd-select-pane.c cmd-select-prompt.c 
	                 cmd-select-window.c cmd-send-keys.c 
	                 cmd-send-prefix.c cmd-server-info.c 
	                 cmd-set-buffer.c cmd-set-option.c 
	                 cmd-set-password.c cmd-set-window-option.c 
	                 cmd-show-buffer.c cmd-show-options.c 
	                 cmd-show-window-options.c cmd-source-file.c 
	                 cmd-split-window.c cmd-start-server.c 
	                 cmd-string.c cmd-suspend-client.c 
	                 cmd-swap-pane.c cmd-swap-window.c 
	                 cmd-switch-client.c cmd-unbind-key.c 
	                 cmd-unlink-window.c cmd-up-pane.c cmd.c 
	                 colour.c grid-view.c grid.c input-keys.c 
	                 input.c key-bindings.c key-string.c 
	                 layout-manual.c layout.c log.c mode-key.c 
	                 names.c options-cmd.c options.c paste.c 
	                 procname.c resize.c screen-redraw.c 
	                 screen-write.c screen.c server-fn.c 
	                 server-msg.c server.c session.c status.c tmux.1 
	                 tmux.c tmux.cat1 tmux.h tty-keys.c tty-term.c 
	                 tty-write.c tty.c utf8.c util.c window-choose.c 
	                 window-clock.c window-copy.c window-more.c 
	                 window-scroll.c window.c xmalloc.c 

Log message:
Import tmux, a terminal multiplexor allowing (among other things) a single
terminal to be switched between several different windows and programs
displayed on one terminal be detached from one terminal and moved to another.

ok deraadt pirofti


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/01 17:00:55

Removed files:
	usr.bin/tmux   : tmux.cat1 

Log message:
Whoops, didn't mean to add this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/01 17:05:35

Modified files:
	devel/gputils  : Makefile distinfo 
	devel/gputils/pkg: PLIST 
Removed files:
	devel/gputils/patches: patch-configure_ac patch-gpal_analyze_c 
	                       patch-gpal_codegen14_c 
	                       patch-gpal_codegen_c patch-gpal_gpal_c 
	                       patch-gpal_scan_c patch-gpal_symbol_c 
	                       patch-gpasm_cod_c patch-gpasm_coff_c 
	                       patch-gpasm_directive_c 
	                       patch-gpasm_evaluate_c 
	                       patch-gpasm_gpasm_c patch-gpasm_gperror_c 
	                       patch-gpasm_lst_c patch-gpasm_macro_c 
	                       patch-gpasm_parse_c patch-gpasm_scan_l 
	                       patch-gpasm_testsuite_gpasm_old_testall 
	                       patch-gpasm_testsuite_test 
	                       patch-gpasm_util_c patch-gplink_cod_c 
	                       patch-gplink_gplink_c patch-gplink_lst_c 
	                       patch-gplink_map_c patch-gplink_scan_l 
	                       patch-gputils_block_c 
	                       patch-gputils_dump_c patch-gputils_dump_h 
	                       patch-gputils_gpdasm_c 
	                       patch-gputils_gpvc_c patch-gputils_gpvo_c 
	                       patch-include_stdhdr_h 
	                       patch-libgputils_gparchive_c 
	                       patch-libgputils_gpcoff_h 
	                       patch-libgputils_gpcofflink_c 
	                       patch-libgputils_gpdis_c 
	                       patch-libgputils_gpdis_h 
	                       patch-libgputils_gpmessage_c 
	                       patch-libgputils_gpreadobj_c 
	                       patch-libgputils_gpsystem_c 
	                       patch-libgputils_gpsystem_h 
	                       patch-libgputils_gpwritehex_c 
	                       patch-libgputils_gpwriteobj_c 

Log message:
- update gputils to 0.13.7
- remove patches & regen PLIST
- change maintainer (timeout old maintainer)
- update testsuite

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/01 17:14:58

Log message:
    Import Quantum GIS 1.0.2:
    QGIS aims to be an easy to use GIS, providing common functions and
    features. The initial goal was to provide a GIS data viewer, but now
    it also permits to edit, create and analyze lots of spatial datas.
    QGIS supports a number of raster and vector data formats, with new
    support easily added using the plugin architecture.
    
    with some tweaks by and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090601
    
    N ports/geo/qgis/Makefile
    N ports/geo/qgis/distinfo
    N ports/geo/qgis/patches/patch-cmake_FindGEOS_cmake
    N ports/geo/qgis/patches/patch-cmake_FindGDAL_cmake
    N ports/geo/qgis/patches/patch-doc_CMakeLists_txt
    N ports/geo/qgis/patches/patch-cmake_FindPostgres_cmake
    N ports/geo/qgis/patches/patch-python_CMakeLists_txt
    N ports/geo/qgis/patches/patch-src_providers_postgres_qgspostgresprovider_cpp
    N ports/geo/qgis/patches/patch-debian_qgis_desktop
    N ports/geo/qgis/patches/patch-CMakeLists_txt
    N ports/geo/qgis/pkg/PLIST
    N ports/geo/qgis/pkg/PFRAG.shared
    N ports/geo/qgis/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/01 17:15:35

Modified files:
	geo            : Makefile 

Log message:
link qgis


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/01 17:15:48

Modified files:
	usr.sbin/smtpd : mfa.c lka.c 

Log message:
yet another cleanup in mfa/lka, don't roll their own loops to release maps
and rules when config.c provides us with purge_config(), PURGE_MAPS and
PURGE_RULES. kills lots of lines with no functionnal change. ok jacekm@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/01 17:17:53

Modified files:
	lib/libpthread/arch/mips64: _atomic_lock.c 
	lib/librthread/arch/mips64: _atomic_lock.c 

Log message:
A much better atomic lock routine.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/01 17:18:24

Modified files:
	lib/libpthread/sys: Makefile.inc 

Log message:
Use the md atomic code on mips64 instead of the horrid slow code. Should have
been noticed much time ago, but better late than never.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/01 17:18:29

Modified files:
	lib/libc/rpc   : clnt_perror.c 

Log message:
When an RPC client program encounters ENOMEM while trying to print
an error message, rather skip the error message than dereferencing
a NULL pointer.
debugging help and ok kjell@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/01 17:21:09

Modified files:
	usr.sbin/ntpd  : ntpd.c 

Log message:
no we don't need endpwent
i remember we already had the confusion and bgpd doesn't have the endpwent


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 17:21:19

Modified files:
	x11/gnome/gossip: Makefile 

Log message:
- no need to run_depends on yelp


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/01 17:22:58

Modified files:
	usr.sbin/dvmrpd: dvmrpd.c rde.c 

Log message:
no endpwent


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 17:32:58

Modified files:
	x11/gnome/users-guide: Makefile 

Log message:
- fix comment


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 17:37:21

Modified files:
	x11/gnome/pessulus: Makefile 

Log message:
- loosen up run dependencies
- use MODGNOME_HELP_FILES


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/06/01 17:47:57

Modified files:
	.              : plus.html 

Log message:
Upto 06/01


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/01 17:51:00

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Update the man page with some recent changes to the code:

- SIGUSR1 recreates the socket;
- guesswork to work out if the terminal supports UTF-8;
- a paste key for the command prompt;
- main-horizontal layout to match main-vertical, and options to configure the
size of the large pane;
- clear-history command;
- select-layout command.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 17:54:50

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_rib.c 

Log message:
Use only one list to queue the dump contextes on. Use the list in struct
rib_context instead of the ctl specific rde_dump_ctx to make it more general.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/01 18:05:13

Modified files:
	sys/sys        : mbuf.h 
	sys/kern       : uipc_mbuf.c 

Log message:
Move M_PREPEND macro code to be entirely into m_prepend the function;
calling M_PREPEND is now #define'd to be calling m_prepend.

Shaves an unknown but assumed-to-be-nontrivial amount from the kernel.

ok claudio@ henning@(who may have had to okay this twice to get me to notice)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 18:08:29

Modified files:
	x11/gnome/conduit: Makefile 

Log message:
- fix comment


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 18:09:03

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_rib.c 

Log message:
Move the rest of the rib dump functions into rde_rib.c where it belongs.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/01 18:21:32

Modified files:
	usr.bin/vi/cl  : cl_read.c 

Log message:
If the read from the tty fails with EAGAIN, pop back up to the select.
Seems to happen occasionally even though select reported the fd is ready.
OK ray@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/01 18:57:57

Log message:
    import libdbi
    
    libdbi implements a database-independent abstraction layer in C, similar
    to the DBI/DBD layer in Perl. Writing one generic set of code,
    programmers can leverage the power of multiple databases and multiple
    simultaneous database connections by using this framework.
    
    ok wcmaier@
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	merdely_20090601
    
    N ports/databases/libdbi/Makefile
    N ports/databases/libdbi/distinfo
    N ports/databases/libdbi/pkg/DESCR
    N ports/databases/libdbi/pkg/PLIST
    N ports/databases/libdbi/pkg/PFRAG.shared
    N ports/databases/libdbi/patches/patch-configure
    N ports/databases/libdbi/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/01 18:58:16

Modified files:
	sys/dev        : softraid.c softraid_raid1.c softraidvar.h 

Log message:
First bits for rebuild.  Disabled for now.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/01 18:58:58

Log message:
    import libdbi-drivers
    
    The libdbi-drivers project provides the database-specific drivers for
    the libdbi framework. The current version of libdbi-drivers will work
    with any 0.8.x release of the framework.
    
    It supports MySQL, PostgreSQL, sqlite, sqlite3, and FreeTDS
    
    ok wcmaier@
    
    Status:
    
    Vendor Tag:	merdely
    Release Tags:	merdely_20090601
    
    N ports/databases/libdbi-drivers/Makefile
    N ports/databases/libdbi-drivers/distinfo
    N ports/databases/libdbi-drivers/pkg/PLIST-main
    N ports/databases/libdbi-drivers/pkg/PFRAG.shared-main
    N ports/databases/libdbi-drivers/pkg/PFRAG.shared-pgsql
    N ports/databases/libdbi-drivers/pkg/PLIST-pgsql
    N ports/databases/libdbi-drivers/pkg/PFRAG.shared-sqlite
    N ports/databases/libdbi-drivers/pkg/PLIST-sqlite
    N ports/databases/libdbi-drivers/pkg/PFRAG.shared-sqlite3
    N ports/databases/libdbi-drivers/pkg/PLIST-sqlite3
    N ports/databases/libdbi-drivers/pkg/PFRAG.shared-freetds
    N ports/databases/libdbi-drivers/pkg/PLIST-freetds
    N ports/databases/libdbi-drivers/pkg/DESCR-main
    N ports/databases/libdbi-drivers/pkg/DESCR-pgsql
    N ports/databases/libdbi-drivers/pkg/DESCR-sqlite
    N ports/databases/libdbi-drivers/pkg/DESCR-sqlite3
    N ports/databases/libdbi-drivers/pkg/DESCR-freetds
    N ports/databases/libdbi-drivers/patches/patch-drivers_freetds_dbd_freetds.c
    N ports/databases/libdbi-drivers/patches/patch-configure
    N ports/databases/libdbi-drivers/patches/patch-Makefile_in
    N ports/databases/libdbi-drivers/patches/patch-drivers_mysql_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/01 18:59:57

Modified files:
	databases      : Makefile 

Log message:
+libdbi
+libdbi-drivers


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/06/01 19:01:00

Modified files:
	faq            : faq4.html 

Log message:
not all system capabilities are available in the install kernel, and
what you can do today is not promised in the future.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/01 19:02:28

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Make show rib as and show rib community use the same dump code as the other
show rib commands. This makes the output sorted by prefix and not some rather
randomly output.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 19:11:32

Modified files:
	sys/dev/pci    : if_rtw_pci.c 

Log message:
Make rtw at pci detachable.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 19:23:02

Modified files:
	sys/dev/pci    : if_xl_pci.c 

Log message:
Add CardBus devices to the match list.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/01 20:16:41

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
"Add a macro to define the newer generation of bge(4) chipsets. Simplifies
things a bit a and helps with adding support for more newer chipsets
with the same common features.

From the Linux tg3 driver."

From Brad; binaries are not identical; the if statement is changed
slightly, but no functional change. Looks fine to naddy@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/01 20:40:17

Modified files:
	faq            : current.html 

Log message:
document that bombs turn into flowers, water into beer, swine flu
eradicated, and pf enabled by default.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/01 21:04:09

Modified files:
	sys/kern       : sys_generic.c vfs_syscalls.c 

Log message:
dofile{read,write} are essentially identical to their iovec equivalents,
dofile{read,write}v, so remove the former and rework it so that everything
uses the latter

"nice" deraadt@ "reads ok" oga@ spastic 'OMG Ponies!!!!' weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/01 21:04:54

Modified files:
	sys/arch/amd64/amd64: locore.S machdep.c 
	sys/arch/amd64/include: cpu.h 

Log message:
Added interface for cpu idle on amd64
ok gwk@, toby@, marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/01 21:05:10

Removed files:
	databases/libdbi-drivers/patches: patch-Makefile_in 
	                                  patch-drivers_mysql_Makefile_in 

Log message:
Ooops.  Patches that do nothing.
No change, so no bump needed.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/01 21:21:31

Modified files:
	distrib/miniroot: install.sub 

Log message:
make the eval's resistant to rouge user input


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/01 21:58:17

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
minor tidying; from Brad; ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 22:03:10

Modified files:
	lang/vala      : Makefile distinfo 
	lang/vala/pkg  : PLIST 

Log message:
- upgrade to vala-0.7.3


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 22:03:39

Modified files:
	sys/dev/pci    : if_atw_pci.c if_dc_pci.c if_pgt_pci.c 
	                 if_rl_pci.c 

Log message:
Add more CardBus ids to PCI attachments to cope with
things like the crazy ExpressCard->CardBus adapters which
make CardBus devices show as PCI devices.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 22:04:16

Modified files:
	textproc/gtkaml: Makefile distinfo 
	textproc/gtkaml/patches: patch-src_gtkamlc_h 

Log message:
- update to gtkaml-0.2.7
(upgraded to valacompiler 0.7.3)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:12:11

Added files:
	sys/arch/sparc64/dev: machfb.c 

Log message:
Initial stab at an accelerated driver for PGX/PGX64 framebuffers.
Inspiration from the NetBSD, Linux and X.org drivers.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 22:13:37

Modified files:
	sys/kern       : sys_generic.c 

Log message:
it is better when ramdisks compile


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:13:37

Modified files:
	sys/arch/sparc64/conf: files.sparc64 

Log message:
Initial stab at an accelerated driver for PGX/PGX64 framebuffers.
Inspiration from the NetBSD, Linux and X.org drivers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 22:23:22

Modified files:
	audio/rhythmbox: Makefile 

Log message:
- reorder configure args
- safe bump


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:30:37

Modified files:
	share/man/man4/man4.sparc64: Makefile 
Added files:
	share/man/man4/man4.sparc64: machfb.4 

Log message:
machfb(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:34:16

Modified files:
	sys/arch/sparc64/conf: GENERIC RAMDISK 

Log message:
Enable machfb(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/01 22:38:35

Modified files:
	devel/cvsweb   : Makefile 
	devel/cvsweb/files: README.chroot 

Log message:
catch up with latest Perl demands; from Nathan Houghton <natex84@gmail.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 22:43:33

Modified files:
	net/telepathy/telepathy-gabble: Makefile distinfo 
	net/telepathy/telepathy-gabble/patches: patch-configure 
Added files:
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_gibber_asyncns_c 
	                                        patch-lib_gibber_gibber-resolver_c 
	                                        patch-src_util_c 
	                                        patch-tests_twisted_resolver-fake_c 

Log message:
- update telepathy-gabble to 0.7.27


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 22:44:22

Modified files:
	net/telepathy/telepathy-glib: Makefile distinfo 
	net/telepathy/telepathy-glib/patches: patch-configure_ac 
	net/telepathy/telepathy-glib/pkg: PLIST 
Added files:
	net/telepathy/telepathy-glib/patches: 
	                                      patch-tests_all-errors-documented_py 
	                                      patch-tools_glib-errors-str-gen_py 

Log message:
- update telepathy-glib to 0.7.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 22:45:14

Modified files:
	net/telepathy/telepathy-python: Makefile distinfo 
	net/telepathy/telepathy-python/pkg: PLIST 

Log message:
- update telepathy-python to 0.15.6
- use $V in PLIST


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 22:45:33

Modified files:
	net/telepathy/telepathy-spec: Makefile distinfo 
	net/telepathy/telepathy-spec/patches: patch-Makefile 

Log message:
- update telepathy-spec to 0.17.25


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 22:46:29

Modified files:
	net/telepathy/telepathy-idle: Makefile distinfo 
	net/telepathy/telepathy-idle/patches: patch-configure 
	                                      patch-src_idle-parser_c 
	net/telepathy/telepathy-idle/pkg: PLIST 
Added files:
	net/telepathy/telepathy-idle/patches: 
	                                      patch-src_idle-server-connection_c 

Log message:
- unbreak and update telepathy-idle to 0.1.4
now x11/gnome/empathy can also be used as an irc client


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:47:04

Modified files:
	sys/arch/sparc64/dev: machfb.c 

Log message:
Make machfb_putcmap() respect the starting index in the colormap.


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 22:48:32

Modified files:
	biology/py-biopython: Makefile distinfo 
	biology/py-biopython/patches: patch-Tests_run_tests_py 
	                              patch-setup_py 
	biology/py-biopython/pkg: PLIST 
Removed files:
	biology/py-biopython/pkg: PFRAG.shared 

Log message:
Update to 1.50, fix email, use MODPY_EGG_VERSION, clean DEPENDS, regen patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 22:53:57

Modified files:
	sys/dev/wscons : wsconsio.h 
	sys/arch/sparc64/dev: machfb.c 

Log message:
Define a proper wsdisplay type for machfb(4).

requested by miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/01 23:04:37

Modified files:
	www/py-clientform: Makefile distinfo 
	www/py-clientform/pkg: PLIST 

Log message:
Update to 0.2.10, use MODPY_EGG_VERSION, fix email.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 23:07:00

Modified files:
	sys/dev/pci    : if_xl_pci.c 

Log message:
Set flags on the recently added CardBus ids based on
product id.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/01 23:07:28

Modified files:
	sys/arch/sparc64/conf: RAMDISKU5 

Log message:
Enable machfb(4) and raptor(4) here too.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/01 23:09:16

Modified files:
	lib/libc/gen   : getpwnam.3 Makefile.inc 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/01 23:19:03

Modified files:
	usr.bin        : Makefile 

Log message:
enable tmux


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/01 23:20:41

Modified files:
	sys/kern       : sys_generic.c 

Log message:
set needfree to NULL in sys_writev() so stack garbage
does not cause us to call free if we never malloced.

crash found by & OK marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/01 23:20:51

Modified files:
	x11/py-qt4     : Makefile 

Log message:
- fix homepage


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/01 23:20:58

Modified files:
	audio/gmpc-plugins: Makefile 

Log message:
- add missing BUILD_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/01 23:29:47

Modified files:
	sys/dev/pci    : if_xl_pci.c 

Log message:
make xl at pci detachable.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/01 23:49:35

Modified files:
	sys/dev        : softraid.c softraid_raid1.c softraidvar.h 

Log message:
Add an identifier that tells us if we can rebuild this discipline.
KNF & spelling too


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/02 00:17:47

Modified files:
	distrib/armish/ramdisk: list 
	distrib/hppa/ramdisk: list 
	distrib/landisk/ramdisk: list 
	distrib/macppc/ramdisk: list 
	distrib/sgi/ramdisk: list 
	distrib/socppc/ramdisk: list 
	distrib/sparc/miniroot: list 
	distrib/sparc/ramdisk: list 
	distrib/vax/common: list 
	distrib/zaurus/ramdisk: list 

Log message:
add TZ on install media where it should fit
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/02 00:27:05

Modified files:
	net/iodine     : Makefile distinfo 

Log message:
- update iodine to 0.5.2


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/02 00:31:08

Modified files:
	sys/arch/macppc/conf: RAMDISK 

Log message:
add CRYPTO to macppc RAMDISK
Sure deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/06/02 00:33:04

Modified files:
	sys/scsi       : scsi_base.c 

Log message:
did not issue scsi_inquire with EVPD flag for USB mass strage class
device, as some devices will be stalled by the request.

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/02 00:33:24

Modified files:
	sys/arch/zaurus/conf: RAMDISK 

Log message:
add CRYPTO and softraid to zaurus RAMDISK
Sure deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/02 00:47:47

Modified files:
	bin/ksh        : emacs.c 

Log message:
fix macro handling


CVSROOT:	/cvs
Module name:	src
Changes by:	bernd@cvs.openbsd.org	2009/06/02 01:40:50

Modified files:
	usr.sbin/ypldap: yp.c 

Log message:
Also match on 'master.passwd.byuid'. Fixes a problem with lookup by uid.

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2009/06/02 01:48:40

Modified files:
	misc/tmux      : Makefile 

Log message:
COMES_WITH= 4.6.

From and ok merdely


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 01:55:10

Modified files:
	sys/dev/cardbus: if_xl_cardbus.c 
	sys/dev/ic     : xl.c 

Log message:
The xl_detach() function is now used by pci code, so it must be in the
shared code in case either cardbus or pci varients are not configured.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/02 02:36:02

Log message:
    import samdump2
    
    samdump2 is a tool for dumping Windows 2k/NT/XP password hashes.
    
    with some tweaks by and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090602
    
    N ports/security/samdump2/Makefile
    N ports/security/samdump2/distinfo
    N ports/security/samdump2/pkg/PLIST
    N ports/security/samdump2/pkg/DESCR
    N ports/security/samdump2/patches/patch-Makefile
    N ports/security/samdump2/patches/patch-hive_c
    N ports/security/samdump2/patches/patch-bkhive_c
    N ports/security/samdump2/patches/patch-samdump2_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/02 02:46:24

Modified files:
	security       : Makefile 

Log message:
+samdump2

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/02 02:59:22

Modified files:
	distrib/miniroot: install.sub 

Log message:
some sed cleanup and killing a cat

very similar diff ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/02 04:35:26

Modified files:
	distrib/miniroot: install.sub 

Log message:
strip /<version>/<arch> part from the install url before feeding it back
to the ftplist server

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 04:49:40

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Don't leak memory if multiple -f flags are given.

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 04:56:05

Modified files:
	distrib/sets/lists/base: mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 05:04:56

Modified files:
	sys/kern       : kern_event.c 

Log message:
A process should always be able to attach kevent filters to its own
threads, even when it has changed uid or gid in the past.  As is, a
P_SUGID process using rthreads leaks the stack on thread exit.

requested and approved by tedu@ a while ago


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/02 05:05:09

Modified files:
	sys/netinet    : ip_ipsp.c 

Log message:
Fix an off-by-one in the ddb-only debugging function tdb_hashstats.

when we check if a hash chain is over 15 long, we would access one past
the end of the array. change the static array size to a define because
it makes this checking easier to verify.

Found by Parfait.

ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 05:14:08

Modified files:
	usr.bin/tmux   : attributes.c 

Log message:
Don't dereference NULL if buf winds up being empty. Can't happen
right now according to NicM but better safe than sorry.

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 05:17:03

Modified files:
	usr.bin/tmux   : client-msg.c 

Log message:
Make code clearer:
-       if (hdr->size > SIZE_MAX - 1)
+       if (hdr->size == SIZE_MAX)

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 05:18:59

Modified files:
	usr.bin/tmux   : arg.c 

Log message:
Don't access array[-1] if array is an empty string.

OK nicm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/06/02 05:21:10

Modified files:
	databases/p5-DBD-Pg: Makefile distinfo 

Log message:
Update to 2.13.1

ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 05:22:45

Modified files:
	sys/dev/pci    : vga_pci.c 

Log message:
Do not go one bar too far down the road; found by Parfait; ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/02 05:33:06

Modified files:
	usr.sbin/relayd: control.c hce.c pfe.c relay.c relayd.c 

Log message:
Libevent may do an upcall with both EV_READ and EV_WRITE set.
So change the code accordingly to allow that.

Found by claudio@ in ospfd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 05:38:21

Modified files:
	sys/dev/eisa   : cac_eisa.c 

Log message:
When we fail to find the controller type, don't continue on using the next
consecutive index which is outside the array; found by Parfait
ok oga guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 05:38:51

Modified files:
	sys/dev        : softraid_crypto.c softraid_raid0.c 
	                 softraid_raid1.c 

Log message:
marco needs to learn how to do his range checks better, found by Parfait
ok oga guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 05:54:00

Modified files:
	sys/dev/ic     : bwi.c 

Log message:
change a sizeof() to nitems() because the array subtype is a short.
change all the N() macros to our favorite new macro nitems()
found by Parfait
ok oga guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 06:09:26

Modified files:
	sys/dev/ic     : ar5xxx.c ar5211.c 

Log message:
If a bogus channel is encountered, return an error instead of trying
to use the -1 flag value as an array index.
Found by Parfait.

ok reyk@ oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 06:11:16

Modified files:
	sys/kern       : sysv_msg.c sysv_sem.c sysv_shm.c 

Log message:
msgctl(), shmctl(), semctl() all have operations that are supposed
to return pids, not thread ids, so record the former when performing
operations.

ok blambert


CVSROOT:	/cvs
Module name:	src
Changes by:	grange@cvs.openbsd.org	2009/06/02 06:12:35

Modified files:
	sys/dev/isa    : gscsio.c gscsioreg.h 

Log message:
Cope with logical device numbers gaps, this fixes out-of-bounds access
in an array. Problem found and ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/02 06:24:16

Modified files:
	usr.sbin/relayd: hce.c pfe.c relay.c relayd.c 

Log message:
remove extra imsg_event_add() after EV_WRITE checks - this is not
required because it is called later and there is no return before.

ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 06:32:08

Modified files:
	sys/dev/pci    : if_vic.c 
	sys/dev/isa    : fd.c 
	sys/dev        : softraid.c 
	sys/dev/usb    : ubsa.c 
	sys/dev/cardbus: ehci_cardbus.c ohci_cardbus.c 

Log message:
Fix some minor format string problems found in a maze of false positives
provided by Parfait
ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/02 06:33:42

Modified files:
	sys/dev/pci    : if_nxe.c 

Log message:
replace custom macro sizeofa() with nitems()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 06:35:06

Modified files:
	sys/ufs/ext2fs : ext2fs_subr.c 
	sys/ufs/ffs    : ffs_subr.c 

Log message:
blkno's are 64 bit so need %llu, found by Parfait
ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 06:38:14

Modified files:
	sys/dev/pci/drm: drm_bufs.c 

Log message:
Drop an argument to DRM_ERROR() that was both unmatched and superfluous

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/02 06:39:02

Modified files:
	sys/dev/ic     : ar5210.c ar5211.c ar5212.c ar5xxx.c ar5xxx.h 

Log message:
replace custom macro AR5K_ELEMENTS() with nitems()


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 06:46:33

Modified files:
	sys/kern       : subr_userconf.c 

Log message:
truncated format strings; found by Parfait and gcc
ok maja oga guenther


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/06/02 06:50:29

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
Add a DIAGNOSTIC panic to ensure we are not running
via an interrupt handler in acpi_sleep_machdep.
okay mlarkin@ marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/02 08:11:39

Modified files:
	lib/libc/rpc   : Makefile.inc rpc.3 

Log message:
make the documentation of {svc,clnt}*create complete and correct
ok millert@ jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/02 08:18:19

Modified files:
	lib/libc/rpc   : clnt_tcp.c clnt_udp.c 

Log message:
When authnone_create fails, do not leave behind a NULL cl_auth attribute,
because that one will typically derefenced later without any checking.
Instead, flag the error condition and bail out cleanly.
useful feedback from kjell@ and ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/02 09:13:58

Modified files:
	sys/dev/ic     : atwvar.h 
	sys/dev/pci    : if_atw_pci.c 

Log message:
let atw at pci be detachable; untested.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/02 09:32:19

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
0 -> NULL

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/02 09:39:35

Modified files:
	sys/dev/ic     : dc.c 
	sys/dev/pci    : if_dc_pci.c 
	sys/dev/cardbus: if_dc_cardbus.c 

Log message:
make dc at pci detachable; untested.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/02 09:39:41

Modified files:
	www/liferea    : Makefile 

Log message:
- wantlib fix


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/02 09:55:32

Modified files:
	usr.bin/tmux   : tmux.1 tmux.c 

Log message:
spawn login shells by default, adapt manpage bits as well.
ok nicm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 09:57:48

Modified files:
	comms/smstools : Makefile distinfo 
	comms/smstools/pkg: PLIST 
Added files:
	comms/smstools/patches: patch-scripts_eventhandler_report 
	                        patch-scripts_load_balancing_sh 
	                        patch-scripts_sendsms 
Removed files:
	comms/smstools/patches: patch-src_Makefile 

Log message:
- update to 3.1.5; adds smart logging (loglevel 7 output can be buffered
and written in full only when a voicecall/SMS transmission has an error),
additional modem settings, default modem configs, etc.

- enable stats support (using devel/mm)


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/02 10:17:14

Modified files:
	usr.sbin/ldpd  : ldpd.conf.5 

Log message:
Fix ldpd.conf man page.

Document the most important options currently present.

input jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/02 10:23:45

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 
	sbin/disklabel : disklabel.8 disklabel.c editor.c extern.h 

Log message:
Add '-h' flag, and '*' as a unit specifier for 'p' Editor command.
Both cause partition sizes to be displayed using a human readable
format with the units automatically chosen by looking at the smallest
partition in the disk label. Remove forceable humanization in 'A'
code and use '-h' in install scripts.

Prodded & ok deraadt@, verbiage tweaks from jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/02 10:24:40

Modified files:
	sys/dev/pci    : if_iwn.c 

Log message:
make sure the channel's subband is found in iwn4965_set_txpower().

found by "Parfait".


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/02 10:28:21

Modified files:
	sys/dev/pci    : if_iwn.c if_wpi.c 

Log message:
do not leak mbufs in the Rx path in case hardware decryption failed.
this leak was introduced when i switched to MCLGETI.

reported by mpf@ and others.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/02 10:32:23

Modified files:
	sys/dev        : softraid_raid1.c 

Log message:
Rebuild can go to degraded


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/02 10:46:00

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
sort options alphabetically.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/02 10:47:50

Modified files:
	include        : netdb.h 
	lib/libc/net   : gai_strerror.3 gai_strerror.c 

Log message:
- define EAI_OVERFLOW, as per IEEE Std 1003.1-2001(Interpretation #13)

hint from claudio@, ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/02 10:50:20

Modified files:
	sys/dev/ic     : fxpvar.h fxp.c 
	sys/dev/pci    : if_fxp_pci.c 
	sys/dev/cardbus: if_fxp_cardbus.c 

Log message:
Make fxp at pci detachable; untested.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/02 10:53:20

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
remove unused flag; while here, make usage's output fit on 80-column displays.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/02 11:01:20

Modified files:
	sys/netinet    : in_gif.c 

Log message:
satosin was already defined in in.h, no need to redefine it here

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/02 11:05:57

Modified files:
	usr.sbin/relayd: relayd.conf.5 

Log message:
note that order is important in the file regarding global options at this time. ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/02 11:10:22

Modified files:
	usr.sbin/relayd: relayd.conf.5 

Log message:
make it clear that setting the global timeout late will mess things up.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/02 11:10:23

Modified files:
	sys/net        : if_gre.c 
	sys/netinet    : ip_gre.c 

Log message:
do the pf_pkt_addr_changed(m) magic just like gif etc
tested by Manuel Rodriguez Morales <marodriguez at grupogdt.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/02 11:10:42

Modified files:
	net/telepathy/telepathy-gabble: Makefile 
	net/telepathy/telepathy-gabble/patches: 
	                                        patch-lib_gibber_gibber-resolver_c 

Log message:
- tidy after defining EAI_OVERFLOW


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/02 11:18:08

Modified files:
	productivity/fet: Makefile distinfo 
	productivity/fet/pkg: PLIST 

Log message:
- update fet to 5.9.4


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/02 11:27:39

Modified files:
	sys/dev/ic     : rtl81x9reg.h rtl81x9.c 
	sys/dev/pci    : if_rl_pci.c 
	sys/dev/cardbus: if_rl_cardbus.c 

Log message:
make rl at pci detachable; untested.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/02 11:35:23

Modified files:
	sysutils/e2fsprogs: Makefile 
Added files:
	sysutils/e2fsprogs/patches: patch-lib_uuid_uuid_pc_in 

Log message:
Fix path to libuuid in pkg-config file.
Found by and ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/02 11:55:37

Modified files:
	sys/arch/mips64/include: cpu.h 

Log message:
Add an r10k-specific cop0 control register.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/02 11:57:30

Modified files:
	usr.bin/mg     : echo.c 

Log message:
Fix the long-standing crash when >NXNAME characters were inserted
into minibuffer. Found and fixed by Martynas. Cleaned up
a bit so that error messages display properly in the status line.
Fixes Debian bug #414846


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/02 11:59:43

Modified files:
	net/ircII      : Makefile distinfo 
	net/ircII/patches: patch-configure_in patch-source_log_c 
	net/ircII/pkg  : PLIST 

Log message:
update to 20081115; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 12:06:34

Modified files:
	sys/dev/pci    : esa.c 
	sys/dev/microcode/esa: esadsp.h 

Log message:
The two "firmware" arrays only contained 16 bit values, but were being
being stored in an array of 32 bits.  waste of memory.  The bandpass
filter table only contained 16 bit values, but was being treaded as if it
was in an array of 32 bit values, thus what was being loaded into the chip
was totally wrong and this probably explains why I remember it sounded
horrid.
Not tested on real hardware; incorrect array accesses discovered by Parfait
ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 12:19:47

Modified files:
	sys/dev/onewire: onewirereg.h 

Log message:
Some casts to please format strings a little bit later on
ok grange


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/02 12:38:06

Modified files:
	sbin/wsconsctl : util.c 

Log message:
Define a proper wsdisplay type for machfb(4).

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/02 12:51:03

Modified files:
	sys/arch/sparc64/dev: vgafb.c 

Log message:
When about to run X11 in 32 bpp mode, advertize correctly that we are
really using 24 bpp pixels on 32 bit boundaries.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/02 12:52:42

Modified files:
	usr.bin/mg     : buffer.c 

Log message:
Fix up some comments to match reality


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/02 13:15:58

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Make rebuilds restartable over reboots.
Abort rebuild and drain IO when shutting down.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/02 13:21:49

Modified files:
	sys/dev        : softraid.c 

Log message:
space


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/02 13:49:09

Modified files:
	sys/uvm        : uvm_page.c 

Log message:
Clear PQ_ENCRYPT flag on uvm_pagefree, because free pages are by definition
not encrypted.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 14:03:59

Modified files:
	sys/kern       : kern_prot.c 

Log message:
ANSIfy
noted by Jonathan ARMANI, ok blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/02 14:16:59

Modified files:
	usr.sbin/ospfd : kroute.c ospfd.h 

Log message:
Track reject and blackhole routes and allow them to be redistributed even
though they point to the loopback. Mainly used for redistribute default since
on default free routers we need to have a fake route now.
After discussion with Tonnerre Lombard, idea OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/02 14:22:30

Modified files:
	usr.sbin/relayd: relayd.conf.5 

Log message:
- minor tweaks
- remove unneccessary -compact from a list
- remove unneccessary Xo/Xc before it gets copied all over the place


CVSROOT:	/cvs
Module name:	src
Changes by:	jmeltzer@cvs.openbsd.org	2009/06/02 14:42:48

Modified files:
	libexec/login_skey: login_skey.c 

Log message:
comment spelling fix: ARSGUSED -> ARGSUSED


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/02 14:46:15

Modified files:
	archivers/freeze: Makefile 
	archivers/freeze/patches: patch-Makefile_in patch-freeze_1 
	                          patch-statist_1 
	archivers/freeze/pkg: PLIST 

Log message:
- regen PLIST & patches
- update MASTER_SITES
- SUBST_CMD usage
- bump

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/02 14:48:48

Modified files:
	sys/ntfs       : ntfs_vnops.c 

Log message:
- make sure biodone() gets run at IPL_BIO

OK thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/02 14:58:39

Modified files:
	sys/arch/vax/bi: kdb.c 
	sys/arch/vax/mscp: mscp_subr.c 

Log message:
Remove unused b_forw defines which make beck@ scream like a little girl
and disturb everyone's peace.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 15:08:23

Modified files:
	net/nepim      : Makefile distinfo 
	net/nepim/patches: patch-Makefile 
Added files:
	net/nepim/patches: patch-src_sock_c 

Log message:
Update to 0.53

ok wcmaier@


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/02 15:17:35

Modified files:
	sys/kern       : tty_endrun.c tty_msts.c tty_nmea.c 

Log message:
Add some extra protection against non-monotonic timestamps. ok stevesk


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/02 15:23:11

Modified files:
	sys/dev        : softraid.c softraid_aoe.c softraid_crypto.c 
	                 softraid_raid0.c softraid_raid1.c 

Log message:
Abuse bio layer a little less by marking fake buffers with B_PHYS.
From beck with lots of squealing and ear bleeds.
Issue originally reported by todd.

ok beck


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/02 15:23:55

Modified files:
	sys/arch/macppc/macppc: clock.c 

Log message:
A piece of an upcoming diff was on the same line, revert that portion
of the previous diff so macppc is stable again. found/ok maja@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/02 15:28:37

Modified files:
	sys/netinet    : ip_ipsp.c ip_ipsp.h 

Log message:
Shuffle function declarations a bit; ipsp_kern doesn't actually exist,
and tdb_hash is only used in ip_ipsp.c, so there's no need to declare
it as extern in ip_ipsp.h

ok claudio@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/02 15:38:10

Modified files:
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/include: intr.h 
	sys/arch/macppc/macppc: clock.c cpu.c genassym.cf machdep.c 
	sys/arch/powerpc/include: intr.h 
	sys/arch/powerpc/powerpc: intr.c mutex.S 
	sys/arch/socppc/dev: ipic.c 
	sys/arch/socppc/socppc: machdep.c 

Log message:
Reintroduce the macppc interrupt subsystem rewrite. Several bugs have
been found and corrected.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/02 15:38:36

Modified files:
	sbin/disklabel : editor.c 

Log message:
remove unused variable

ok krw@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 15:42:42

Log message:
    import devel/p5-Pod-ToDemo, from maintainer James Wright
    
    Pod::ToDemo allows you to write POD-only modules that serve as
    tutorials which can write out demo programs if you invoke them
    directly. That is, while SDL::Tutorial is a tutorial on writing
    beginner SDL applications with Perl, you can invoke it as:
    
    $ perl -MSDL::Tutorial=sdl_demo.pl -e 1
    
    and it will write a bare-bones demo program called sdl_demo.pl based
    on the tutorial.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	jameswright_20090602
    
    N ports/devel/p5-Pod-ToDemo/distinfo
    N ports/devel/p5-Pod-ToDemo/Makefile
    N ports/devel/p5-Pod-ToDemo/pkg/DESCR
    N ports/devel/p5-Pod-ToDemo/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/02 15:43:36

Modified files:
	usr.sbin/ripd  : kroute.c ripd.h 

Log message:
Same reject and blackhole route handling as in ospfd. Allow those routes
to be redistributed even though they point to 127.0.0.1. OK michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/02 15:43:41

Modified files:
	sys/dev/usb    : uhidev.c 

Log message:
Avoid a buf oflow in uhidev_set_report_async() if we have to prepend the
report id and the data to report is too long (this should probably
use dynamic allocation for large reports).


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/02 15:44:22

Modified files:
	usr.sbin/relayd: buffer.c relayd.h 

Log message:
constify argument to buf_add

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/02 15:46:16

Modified files:
	usr.bin/fstat  : fstat.h 

Log message:
Remove unused fields from struct filestat


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 15:47:02

Modified files:
	net/mrtg       : Makefile distinfo 
	net/mrtg/pkg   : PLIST 

Log message:
Update to 2.16.2

test and "yup go for it" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/02 15:48:39

Modified files:
	editors/openoffice3/patches: patch-sal_osl_unx_makefile_mk 
	                             patch-set_soenv_in 
	                             patch-solenv_inc_unxobsd_mk 
Added files:
	editors/openoffice3/patches: 
	                             patch-sal_osl_unx_asm_interlck_sparc_s 

Log message:
start initial work on sparc64 port


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/02 15:55:25

Modified files:
	usr.bin/mg     : paragraph.c 

Log message:
we were erroneously setting fill-column, even when the input
to set-fill-column was garbage. (common, since they keystroke is
so close to find-file). Fix!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 15:57:38

Log message:
    import devel/p5-SDL, from James Wright
    
    SDL_perl is a package of perl modules that provides both functional
    and object orient interfaces to the Simple DirectMedia Layer for Perl
    5. This package does take some liberties with the SDL API, and
    attempts to adhere to the spirit of both the SDL and Perl. For the
    object oriented programming interface please see the documentation
    provided on a per class basis.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	jameswright_20090602
    
    N ports/devel/p5-SDL/distinfo
    N ports/devel/p5-SDL/Makefile
    N ports/devel/p5-SDL/pkg/PLIST
    N ports/devel/p5-SDL/pkg/MESSAGE
    N ports/devel/p5-SDL/pkg/DESCR
    N ports/devel/p5-SDL/files/Openbsd.pm
    N ports/devel/p5-SDL/patches/patch-src_OpenGL_xs
    N ports/devel/p5-SDL/patches/patch-src_SDL_xs
    N ports/devel/p5-SDL/patches/patch-src_SFont_xs
    N ports/devel/p5-SDL/patches/patch-typemap
    N ports/devel/p5-SDL/patches/patch-Build_PL
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 15:58:32

Modified files:
	devel          : Makefile 

Log message:
p5-Pod-ToDemo, p5-SDL


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/02 16:02:01

Modified files:
	usr.sbin/relayd: buffer.c relayd.h 

Log message:
bring in buf_seek, buf_size and buf_left from bgpd

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 16:05:54

Modified files:
	sys/sys        : timeout.h 
	sys/kern       : kern_timeout.c 

Log message:
Constipate the second argument to timeout_add_*().  Also, use
nitems() in two places instead of coding the array size and fix a
spot of whitespace.

ok miod@ blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 16:07:25

Log message:
    import frozen-bubble from maintainer James Wright. it has a couple of
    small issues but works well enough, they can be fixed in-tree.
    
    An amazingly cute game of popping bubbles.  Full-featured, colorful
    animated penguin eye candy, 100 levels of 1p game, hours and hours of
    2p game, a level-editor, 3 professional quality 20-channels musics, 15
    stereo sound effects, 7 unique graphical transition effects.
    
    Status:
    
    Vendor Tag:	not_for_hackathon_use_slacking_ist_verboten
    Release Tags:	jameswright_20090602
    
    N ports/games/frozen-bubble/distinfo
    N ports/games/frozen-bubble/Makefile
    N ports/games/frozen-bubble/pkg/PLIST-main
    N ports/games/frozen-bubble/pkg/PLIST-server
    N ports/games/frozen-bubble/pkg/DESCR-main
    N ports/games/frozen-bubble/pkg/DESCR-server
    N ports/games/frozen-bubble/patches/patch-settings_mk
    N ports/games/frozen-bubble/patches/patch-Makefile
    N ports/games/frozen-bubble/patches/patch-c_stuff_Makefile_PL
    N ports/games/frozen-bubble/patches/patch-server_Makefile
    N ports/games/frozen-bubble/patches/patch-c_stuff_Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 16:08:36

Modified files:
	games          : Makefile 

Log message:
+frozen-bubble


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 16:15:08

Log message:
    import Fitz/MuPDF. incomplete copyright notices so PERMIT_* are
    disabled for now. "i'm stunned by the quality and that it doesn't
    choke on a recent document[0] where xpdf had issues with" simon@
    (who also helped tracking down the key bindings, thanks!).
    
    Fitz is a project to create a new and modern graphics library.
    At the core of Fitz is the display tree: a scene graph of vector
    graphics, images and text making up the contents of a page.
    
    The standard components of Fitz are:
    
    * Base runtime (thin memory and error handling layer)
    * Streams and filters (standard postscript, pdf and tiff filters)
    * World model (display trees and resources)
    * Drawing (draw the tree to a bitmap raster)
    
    MuPDF is a PDF parser that reads PDF files and creates Fitz trees.
    
    MuPDF also has an API to modify internal objects in the PDF files
    and write PDF files. For instance, it is possible to use the MuPDF
    library to encrypt existing PDF files, or to rearrange the pages.
    
    pdftool is a commandline demo of this functionality; it is a portable
    pdf swiss army knife for fixing broken pdf files, changing permissions,
    merging and extracting pages, and examining the internal object
    structure of a PDF file.
    
    The mupdf binary (aka pdfview) is a bare bones PDF viewer.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090602
    
    N ports/textproc/mupdf/Makefile
    N ports/textproc/mupdf/distinfo
    N ports/textproc/mupdf/files/mupdf.1
    N ports/textproc/mupdf/pkg/DESCR
    N ports/textproc/mupdf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 16:17:51

Modified files:
	textproc       : Makefile 

Log message:
+mupdf


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/02 16:23:36

Modified files:
	usr.sbin/smtpd : config.c mta.c parse.y smtp.c smtpd.c smtpd.h 
	                 ssl.c 

Log message:
make env->sc_listeners and env->sc_ssl pointers, one step further toward
configuration reloading without killing active sessions; ok jacekm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 16:27:49

Modified files:
	net/p5-Net-Amazon: Makefile distinfo 

Log message:
Update to 0.50

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 16:28:18

Modified files:
	lib/libc/stdio : fgets.3 fgets.c 

Log message:
Set errno to EINVAL when fgets is given a non-positive size.

OK millert otto


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 16:37:05

Modified files:
	sbin/ncheck_ffs: ncheck_ffs.c 

Log message:
snprintf returns int, not size_t.

OK millert otto deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 16:38:45

Modified files:
	libexec/spamd-setup: spamd-setup.c 

Log message:
Protect errno.

OK millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 16:40:48

Modified files:
	net/p5-Net-Whois-Raw: Makefile distinfo 

Log message:
Update to 2.00


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/02 16:44:27

Modified files:
	distrib/miniroot: install.sub 

Log message:
Bring interface list handling up to disk and cd behaviour of being
able to detect added/deleted interfaces.

Tweak vlan handling. No longer delete interfaces as they are
configured so you can choose to reconfigure them.

ok deraadt@, ksh tweaks from halex@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/06/02 16:47:52

Modified files:
	emulators/qemu : Makefile 
	emulators/qemu/files: README.OpenBSD 

Log message:
- normal users cannot bind to < 1024, so suggest ports > 1024
- bump
from Rodolfo Gouveia rgouveia at cosmico dot net


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/02 17:00:19

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/i386/i386: pmap.c pmapae.c 
	sys/kern       : vfs_biomem.c 
	sys/uvm        : uvm.h uvm_aobj.c uvm_device.c uvm_init.c 
	                 uvm_map.c uvm_object.h uvm_page.c uvm_page.h 
	                 uvm_vnode.c 

Log message:
Instead of the global hash table with the terrible hashfunction and a
global lock, switch the uvm object pages to being kept in a per-object
RB_TREE. Right now this is approximately the same speed, but cleaner.
When biglock usage is reduced this will improve concurrency due to lock
contention..

ok beck@ art@. Thanks to jasper for the speed testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 17:03:34

Modified files:
	sys/dev/acpi   : acpidev.h acpidock.c 

Log message:
Added changes for docking station, must eject all children devices
ok marco@, mlarkin@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/02 17:05:31

Modified files:
	sys/kern       : kern_synch.c 
	sys/sys        : proc.h 

Log message:
Change the wait-channel type to 'const volatile void *', eliminating
the need for casts when calling tsleep(), msleep(), and wakeup().

"I guess so" oga@  "it's masturbation" art@


CVSROOT:	/cvs
Module name:	www
Changes by:	thib@cvs.openbsd.org	2009/06/02 17:14:18

Modified files:
	.              : want.html 

Log message:
i'd like to have an netapp for compatibility testing


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/02 17:16:59

Modified files:
	sys/nfs        : nfs.h nfs_socket.c nfs_vfsops.c nfsmount.h 

Log message:
give the retransmission count booking keeping a facelift,
just store the maximun amount of rexmits in one place and
cleanup. Also make sure this only effects soft mounts.

OK blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 17:17:36

Modified files:
	www/p5-CGI-Application: Makefile distinfo 

Log message:
Update to 4.21.

From Ian McWilliam.  Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/02 17:36:40

Modified files:
	usr.sbin/httpd/src/include: http_protocol.h httpd.h 
	usr.sbin/httpd/src/main: http_protocol.c 

Log message:
Fix the way apache reports Content-Length by promoting the clength field
of request_rec from long to off_t, which makes it 64bit on i386.
This allows files bigger than 2gig to be correctly served on arches
where long is only 32bits.

Warning: this introduces an ABI break, and hence some third party
apache modules will need to be rebuilt to correctly link to this new
apache.

ok miod@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/02 17:39:32

Modified files:
	usr.bin/tmux   : tty.c tmux.1 

Log message:
Recent code to try and detect if a terminal supports UTF-8 by printing to it
fails spectacularly on (at least) sparc64, so disable it for now. Thanks to
naddy and Josh Elsasser for help and testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/02 17:48:07

Modified files:
	sys/arch/socppc/socppc: clock.c 

Log message:
Somehow this change didn't get committed with the rest of the powepc interrupt
fixes. Required to be changed at the same time.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 17:49:33

Modified files:
	sys/dev/usb    : ehci.c ohci.c uhci.c 

Log message:
ehci_alloc_sqtd_chain() was doing signed math on len, thus the great code
curlen -= curlen % mps;
can for very large transfers result in an intermediate variable growing
larger than it should.  Probably can't really happen in the real world.
Do the same u_int repairs to the other matching drivers
ok blambert kjell miod kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/02 17:53:34

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Nuke sissy verbiage about losing data. No more special casing for
restarted installs/upgrades. They should just work the same as first
attempts except for presenting some remembered info as default
answers.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 17:56:12

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
KNF cleanup and denoise
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 17:57:21

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
Enable acpidock device
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 18:11:13

Modified files:
	sys/arch/amd64/conf: GENERIC 

Log message:
Enabled docking driver
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/02 18:11:19

Modified files:
	sys/dev/ic     : re.c rtl81x9reg.h 

Log message:
from Brad; I've read and tested it, also reads ok to dlg@.

- Further simplify the re(4) receive filter handling and
have everything taken care of in re_iff(), eliminating
a bit of code from re_init().
- Remove unused if_flags field.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/02 18:12:34

Modified files:
	sys/nfs        : nfs.h nfs_socket.c nfsmount.h 

Log message:
Lift the NFS over UDP retransmit logic from FreeBSD.

OK blambert@

FreeBSD commit message:
Refactor the NFS over UDP retransmit timeout estimation logic to allow
the estimator to be more easily tuned and maintained.

There should be no functional change except there is now a lower limit
on the retransmit timeout to prevent the client from retransmitting
faster than the server's disks can fill requests, and an upper limit
to prevent the estimator from taking to long to retransmit during a
server outage.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 18:13:35

Modified files:
	sys/dev/acpi   : acpi.c 

Log message:
Added ejectable bay for IDE cdroms
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 18:16:40

Modified files:
	share/man/man4 : acpidock.4 

Log message:
jordan and marco claim this is about to work, so stop spreading dread


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/02 18:30:31

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Only need to umount once on restarting. Force umounts in case of
restarting. No need to ask for verbose umount output since we send
it all to /dev/null. Make sure we start in '/', lest we were restarted
while exploring the installed/upgraded filesystems.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/02 18:36:59

Modified files:
	sys/arch/amd64/conf: GENERIC 
	sys/arch/i386/conf: GENERIC 
	sys/dev/acpi   : acpi.c acpivar.h acpivideo.c files.acpi 
	sys/dev/pci    : vga_pci.c 
Added files:
	sys/dev/acpi   : acpivout.c 

Log message:
Add acpivideo support. This adds brightness support for all laptops
except thinkpads, they will use the acpithinkpad driver. The driver is
also hooked into wsconsole. So brightness can be adjusted via:

$ wsconsctl display.brightness=<percentage>

This is very helpfull on some laptops that have a nasty bios and get two
steps instead of one when pressing the brightness button.

Tested on various dell, fujitsu, acer, samsung and other laptops.

Okay marco@, miod@. Suggestions from kettenis@.
Lots of reviews and help from miod@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	weingart@cvs.openbsd.org	2009/06/02 18:41:48

Modified files:
	sys/arch/i386/i386: locore.s machdep.c 

Log message:
Nuke CYRIX_CACHE (and related defines).  They've not been used in a long
time.  Beginning of refactoring cpu identification.

ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/02 18:45:59

Modified files:
	usr.bin/cdio   : cdio.1 cdio.c 

Log message:
Synchronize man page and help output.
From a least of details by sobrado@; input by jmc@ who still isn't happy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	pyr@cvs.openbsd.org	2009/06/02 18:48:51

Modified files:
	www/mod_auth_bsd: Makefile 
	www/mod_auth_kerb: Makefile 
	www/mod_auth_ldap: Makefile 
	www/mod_auth_mysql: Makefile 
	www/mod_auth_pgsql: Makefile 
	www/mod_auth_radius: Makefile 
	www/mod_bandwidth: Makefile 
	www/mod_dav    : Makefile 
	www/mod_encoding: Makefile 
	www/mod_fastcgi: Makefile 
	www/mod_frontpage: Makefile 
	www/mod_geoip  : Makefile 
	www/mod_gzip   : Makefile 
	www/mod_jk     : Makefile 
	www/mod_layout : Makefile 
	www/mod_ldapvhost: Makefile 
	www/mod_log_sql: Makefile 
	www/mod_mp3    : Makefile 
	www/mod_perl   : Makefile 
	www/mod_random : Makefile 
	www/mod_ruby   : Makefile 
	www/mod_scgi   : Makefile 
	www/mod_text2html: Makefile 

Log message:
Bump apache modules after my recent ABI breakage, to be on the safe side.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/02 18:49:12

Modified files:
	sys/arch/i386/i386: apicvec.s cpu.c genassym.cf lapic.c locore.s 
	                    pmap.c vm_machdep.c 
	sys/arch/i386/include: cpu.h i82489var.h pmap.h 

Log message:
Just like on amd64. Instead of keeping a bitmap of which cpus a pmap
is active on, save a curpmap pointer in cpu_info. This lets us simplify
a few things and do lazy context switching from a user process to a
kernel thread. There's a new IPI introduced for forcing a cr3 reload
when we're tearing down a dead pmap.

kettenis@ ok (after I polished a few minor things)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/02 18:50:39

Modified files:
	www/php5/core  : Makefile 

Log message:
bump following api change in base httpd


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/02 19:39:28

Modified files:
	build          : support.dat 

Log message:
add Andrej Elizarov, req on www@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/02 19:39:50

Modified files:
	.              : support.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/06/02 20:05:34

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
remove unneeded ARGSUSED; ok krw@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/02 20:13:30

Modified files:
	www/py-quixote : Makefile distinfo 
	www/py-quixote/patches: patch-setup_py patch-tests_qx_testlib_py 
	www/py-quixote/pkg: PLIST 
Removed files:
	www/py-quixote/patches: patch-tests_qx_testserver_py 

Log message:
Update to 2.6, use MODPY_EGG_VERSION, fix addy, regen patches (and drop one).


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/02 20:23:23

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
remove cruft that snuck in with previous


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/02 20:31:48

Modified files:
	sys/arch/i386/i386: pmap.c 

Log message:
droppmap is only necessary (and declared) on MULTIPROCESSOR


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/02 20:55:04

Modified files:
	sys/dev        : softraid.c 

Log message:
Make sure we don't stomp on a RAID partition that is already in use.
Code is now enabled and ready for general testing.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 20:59:01

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
More KNF
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/02 21:05:30

Modified files:
	sys/arch/sparc64/dev: machfb.c 

Log message:
Remove some redundant code.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/02 21:14:28

Modified files:
	sys/sys        : buf.h 
	sys/kern       : subr_disk.c 

Log message:
remove the never used bufq_ code.

ok oga@
'dance for me' blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 21:21:58

Modified files:
	www/p5-CSS-Squish: Makefile distinfo 

Log message:
Update to 0.08
Now depend on p5-URI

"sure" robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/02 21:22:56

Modified files:
	net/p5-DNS-ZoneParse: Makefile distinfo 

Log message:
Update to 0.96

ok MAINTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/02 21:34:00

Modified files:
	lib/libc/rpc   : clnt_perror.c 

Log message:
Don't postpone memory allocation for the error message to the error handler:
That way, memory exhaustion simply cannot be reported because it would
require to...  allocate memory.
Instead, really use a statical buffer as it is advertised in the manual.
"looks good" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/02 21:42:39

Modified files:
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/02 21:55:23

Modified files:
	sys/nfs        : nfs.h 

Log message:
kill some unused defines, don't do an ifndef dance for
things that should be defined here and remove a silly
comment.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/02 21:57:20

Modified files:
	sys/kern       : sys_generic.c vfs_syscalls.c 

Log message:
Revert readv/writev changes, as they trigger an apparent file descriptor
deadlock for ckuethe@

"if you have to revert, you have to revert" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/02 22:03:16

Modified files:
	usr.bin/tmux   : names.c 

Log message:
Cast char to u_char before passing to isalnum().

OK nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/02 22:30:57

Modified files:
	sys/kern       : vfs_bio.c vfs_subr.c 
	sys/sys        : buf.h vnode.h 

Log message:
Change bufhash from the old grotty hash table to red-black trees hanging
off the vnode.
ok art@, oga@, miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/02 22:32:10

Modified files:
	sys/dev/pci    : pccbb.c 

Log message:
ansi function decls, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/02 22:56:54

Modified files:
	sys/uvm        : uvm_page.c 

Log message:
phys allocator fix: zeroed pages are not clean.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/02 23:11:09

Modified files:
	sys/dev/ic     : isp.c 

Log message:
mjacob took kettenis's r1.44 into FreeBSD and added a tweak to
ensure lvdmode is set. Apply that tweak.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/02 23:12:51

Modified files:
	sbin/dhclient  : dhclient-script 

Log message:
Use the new powerful route flush to clean up the mess. With this multiple
dhclient can more or less peacefully coexist. OK beck@ krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/02 23:14:03

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
Don't disable dock devices if dock isn't initially attached
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/02 23:19:21

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
register bit definitions instead of magic numbers;
gleaned from the Linux tg3 driver; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/02 23:35:06

Modified files:
	usr.sbin/relayd: buffer.c imsg.c relayd.h 

Log message:
change buf_close return type to void.
that function is not supposed to report anything remotely useful,
or fail in any meaningful way.

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/02 23:55:15

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
set IFF_ALLMULTI properly also when in promiscuous mode and some
cosmetic tweaking; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/03 00:07:37

Modified files:
	distrib/miniroot: install.sub 

Log message:
make sure timezone and sets location gets sane defaults

ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 00:09:21

Modified files:
	sys/dev/pci    : pci.c 

Log message:
Whack conflicting BARs, such that they get assigned a non-conflicting value
when we try to map it.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/03 00:25:27

Modified files:
	sys/kern       : subr_disk.c 

Log message:
Add a callback specifically for softraid.  If you touch this kittens will
be murdered and theo will visit with a 2x4.

ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/03 00:28:56

Modified files:
	sys/dev        : softraid.c 

Log message:
Start using the shiny new function pointer to determine if we have disk
arrivals or departures.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/03 00:30:10

Modified files:
	sys/dev        : softraid.c 

Log message:
Oops need to kill the XXX comment that we are not enabling softraid rebuild


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/03 00:49:05

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
some cleanup; ok nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/03 01:13:48

Modified files:
	sys/dev/acpi   : acpi.c files.acpi 
	sys/arch/i386/conf: GENERIC 
	sys/arch/amd64/conf: GENERIC 
Added files:
	sys/dev/acpi   : acpipwrres.c 

Log message:
Import acpi power resource driver. This is needed for suspend/resume logic.

Okay jordan@ and marco@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 01:51:24

Modified files:
	usr.bin/tmux   : cmd-rotate-window.c cmd-swap-pane.c tmux.h 

Log message:
When swapping pane positions, swap the PANE_HIDDEN flag as well, otherwise tmux
crashes when trying to find the new active pane.

While here, nuke an unused pane flag.

Fixes PR 6160, reported by and a slightly different version of diff tested by
ralf.horstmann at gmx.de.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/03 03:29:06

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
undo a mistake found by sobrado;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/03 03:44:23

Modified files:
	math/cfitsio   : Makefile 

Log message:
mirror the distfile. upstream no longer hosts the old version we're using.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/03 04:17:50

Modified files:
	usr.sbin/pkg_add/OpenBSD/PackageRepository: SCP.pm 

Log message:
rewind DATA, so that the next scp: url will have code to connect to...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/03 07:45:14

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: patch-CMakeLists_txt 
	                        patch-doc_CMakeLists_txt 
	                        patch-src_celeste_Utilities_cpp 
	graphics/hugin/pkg: PFRAG.shared PLIST 
Added files:
	graphics/hugin/patches: patch-CMakeModules_FindLAPACK_cmake 
	                        patch-src_hugin1_hugin_TextureManager_cpp 

Log message:
update to 0.8.0RC2


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 08:27:52

src/sbin/mount_nnpfs

Update of /cvs/src/sbin/mount_nnpfs
In directory cvs.openbsd.org:/cvs.d/hack/jj/src/sbin/mount_nnpfs

Log Message:
Directory /cvs/src/sbin/mount_nnpfs added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 08:28:40

src/sys/nnpfs

Update of /cvs/src/sys/nnpfs
In directory cvs.openbsd.org:/cvs.d/hack/jj/src/sys/nnpfs

Log Message:
Directory /cvs/src/sys/nnpfs added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/06/03 08:35:48

Modified files:
	shells/zsh     : Makefile distinfo 
	shells/zsh/pkg : PFRAG.shared PLIST 

Log message:
Update to 4.3.10

ok okan@


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 08:45:56

Modified files:
	etc            : MAKEDEV.common rc security 
	etc/etc.alpha  : MAKEDEV MAKEDEV.md 
	etc/etc.amd64  : MAKEDEV MAKEDEV.md 
	etc/etc.armish : MAKEDEV MAKEDEV.md 
	etc/etc.aviion : MAKEDEV MAKEDEV.md 
	etc/etc.hp300  : MAKEDEV MAKEDEV.md 
	etc/etc.hppa   : MAKEDEV MAKEDEV.md 
	etc/etc.hppa64 : MAKEDEV MAKEDEV.md 
	etc/etc.i386   : MAKEDEV MAKEDEV.md 
	etc/etc.landisk: MAKEDEV MAKEDEV.md 
	etc/etc.luna88k: MAKEDEV MAKEDEV.md 
	etc/etc.mac68k : MAKEDEV MAKEDEV.md 
	etc/etc.macppc : MAKEDEV MAKEDEV.md 
	etc/etc.mvme68k: MAKEDEV MAKEDEV.md 
	etc/etc.mvme88k: MAKEDEV MAKEDEV.md 
	etc/etc.mvmeppc: MAKEDEV MAKEDEV.md 
	etc/etc.sgi    : MAKEDEV MAKEDEV.md 
	etc/etc.socppc : MAKEDEV MAKEDEV.md 
	etc/etc.sparc  : MAKEDEV MAKEDEV.md 
	etc/etc.sparc64: MAKEDEV MAKEDEV.md 
	etc/etc.vax    : MAKEDEV MAKEDEV.md 
	etc/etc.zaurus : MAKEDEV MAKEDEV.md 
	include        : Makefile 
	kerberosV/src/lib/kafs: kafs.h 
	lib/libc/sys   : Makefile.inc makelintstub.sh 
	lib/libkrb5    : afssys_openbsd.c 
	sbin           : Makefile 
	sys/arch/alpha/alpha: conf.c 
	sys/arch/amd64/amd64: conf.c 
	sys/arch/arm/arm: conf.c 
	sys/arch/aviion/aviion: conf.c 
	sys/arch/hp300/hp300: conf.c 
	sys/arch/hppa/hppa: conf.c 
	sys/arch/hppa64/hppa64: conf.c 
	sys/arch/i386/i386: conf.c 
	sys/arch/landisk/landisk: conf.c 
	sys/arch/luna88k/luna88k: conf.c 
	sys/arch/mac68k/mac68k: conf.c 
	sys/arch/macppc/macppc: conf.c 
	sys/arch/mvme68k/mvme68k: conf.c 
	sys/arch/mvme88k/mvme88k: conf.c 
	sys/arch/mvmeppc/mvmeppc: conf.c 
	sys/arch/sgi/sgi: conf.c 
	sys/arch/sparc/sparc: conf.c 
	sys/arch/sparc64/sparc64: conf.c 
	sys/arch/vax/vax: conf.c 
	sys/conf       : GENERIC files 
	sys/kern       : init_sysent.c syscalls.c syscalls.master 
	                 vfs_conf.c 
	sys/sys        : conf.h mount.h syscall.h syscallargs.h vnode.h 
	usr.bin/fstat  : fstat.c 
	usr.sbin/afs/src/arlad: arlad.8 arlad.c xfs.h 
	usr.sbin/afs/src/include: kafs.h 
Added files:
	sbin/mount_nnpfs: Makefile mount_nnpfs.8 mount_nnpfs.c 
	sys/nnpfs      : afssysdefs.h nnnpfs.h nnpfs_attr.h 
	                 nnpfs_common-bsd.c nnpfs_common.h 
	                 nnpfs_config.h nnpfs_deb.c nnpfs_deb.h 
	                 nnpfs_debug.h nnpfs_dev-bsd.c 
	                 nnpfs_dev-common.c nnpfs_dev.h nnpfs_extern.h 
	                 nnpfs_fs.h nnpfs_global.h nnpfs_locl.h 
	                 nnpfs_message.c nnpfs_message.h 
	                 nnpfs_msg_locl.h nnpfs_node-bsd.c nnpfs_node.c 
	                 nnpfs_node.h nnpfs_pioctl.h nnpfs_queue.h 
	                 nnpfs_syscalls-common.c nnpfs_syscalls-dummy.c 
	                 nnpfs_syscalls.h nnpfs_vfsops-bsd.c 
	                 nnpfs_vfsops-bsd.h nnpfs_vfsops-common.c 
	                 nnpfs_vfsops-openbsd.c nnpfs_vfsops.h 
	                 nnpfs_vnodeops-bsd.c nnpfs_vnodeops-common.c 
	                 nnpfs_vnodeops.h nnpfs_vopdefs.h 
Removed files:
	sbin/mount_xfs : Makefile mount_xfs.8 mount_xfs.c 
	sys/xfs        : afssysdefs.h nxfs.h xfs_attr.h xfs_common-bsd.c 
	                 xfs_common.h xfs_config.h xfs_deb.c xfs_deb.h 
	                 xfs_debug.h xfs_dev-bsd.c xfs_dev-common.c 
	                 xfs_dev.h xfs_extern.h xfs_fs.h xfs_global.h 
	                 xfs_locl.h xfs_message.c xfs_message.h 
	                 xfs_msg_locl.h xfs_node-bsd.c xfs_node.c 
	                 xfs_node.h xfs_pioctl.h xfs_queue.h 
	                 xfs_syscalls-common.c xfs_syscalls-dummy.c 
	                 xfs_syscalls.h xfs_vfsops-bsd.c 
	                 xfs_vfsops-bsd.h xfs_vfsops-common.c 
	                 xfs_vfsops-openbsd.c xfs_vfsops.h 
	                 xfs_vnodeops-bsd.c xfs_vnodeops-common.c 
	                 xfs_vnodeops.h xfs_vopdefs.h 

Log message:
Arla client rename from xfs to nnpfs for later upgrades. Tested on various arches. ok todd@ beck@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/03 08:47:48

Modified files:
	games/hack     : hack.pager.c 

Log message:
remove unused variable

ok millert@ ray@


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 08:55:48

Modified files:
	etc/etc.alpha  : MAKEDEV 
	etc/etc.hppa   : MAKEDEV 
	etc/etc.sparc  : MAKEDEV 
	etc/etc.sparc64: MAKEDEV 
	share/man/man8/man8.alpha: MAKEDEV.8 
	share/man/man8/man8.amd64: MAKEDEV.8 
	share/man/man8/man8.armish: MAKEDEV.8 
	share/man/man8/man8.aviion: MAKEDEV.8 
	share/man/man8/man8.hp300: MAKEDEV.8 
	share/man/man8/man8.hppa: MAKEDEV.8 
	share/man/man8/man8.hppa64: MAKEDEV.8 
	share/man/man8/man8.i386: MAKEDEV.8 
	share/man/man8/man8.landisk: MAKEDEV.8 
	share/man/man8/man8.luna88k: MAKEDEV.8 
	share/man/man8/man8.mac68k: MAKEDEV.8 
	share/man/man8/man8.macppc: MAKEDEV.8 
	share/man/man8/man8.mvme68k: MAKEDEV.8 
	share/man/man8/man8.mvme88k: MAKEDEV.8 
	share/man/man8/man8.sgi: MAKEDEV.8 
	share/man/man8/man8.socppc: MAKEDEV.8 
	share/man/man8/man8.sparc: MAKEDEV.8 
	share/man/man8/man8.sparc64: MAKEDEV.8 
	share/man/man8/man8.vax: MAKEDEV.8 
	share/man/man8/man8.zaurus: MAKEDEV.8 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 09:02:39

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus mi 
	distrib/sets/lists/comp: mi 
	distrib/sets/lists/man: mi 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/03 09:15:16

Modified files:
	usr.bin/du     : du.c 

Log message:
If both -h and -k are specified, the latter takes precedence.
Prompted by jmc@, OK otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2009/06/03 09:35:45

Log message:
    Initial import of py-dev, Python plug-in for Eclipse, help & ok martynas@ kurt@
    
    Status:
    
    Vendor Tag:	ian
    Release Tags:	ian_2009-Jun-03
    
    N ports/devel/eclipse/plugins/py-dev/Makefile
    N ports/devel/eclipse/plugins/py-dev/distinfo
    N ports/devel/eclipse/plugins/py-dev/pkg/PLIST
    N ports/devel/eclipse/plugins/py-dev/pkg/DESCR
    N ports/devel/eclipse/plugins/py-dev/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/03 09:36:55

Modified files:
	etc            : Makefile.inc 
	etc/etc.amd64  : MAKEDEV 
	etc/etc.armish : MAKEDEV 
	etc/etc.aviion : MAKEDEV 
	etc/etc.hp300  : MAKEDEV 
	etc/etc.hppa64 : MAKEDEV 
	etc/etc.i386   : MAKEDEV 
	etc/etc.landisk: MAKEDEV 
	etc/etc.luna88k: MAKEDEV 
	etc/etc.mac68k : MAKEDEV 
	etc/etc.macppc : MAKEDEV 
	etc/etc.mvme68k: MAKEDEV 
	etc/etc.mvme88k: MAKEDEV 
	etc/etc.sgi    : MAKEDEV 
	etc/etc.socppc : MAKEDEV 
	etc/etc.vax    : MAKEDEV 
	etc/etc.zaurus : MAKEDEV 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2009/06/03 09:37:33

Modified files:
	devel/eclipse/plugins: Makefile 

Log message:
+= py-dev


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 09:42:03

Modified files:
	sys/kern       : syscalls.master 

Log message:
remove bad #ifdef from syscall.master


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 09:44:02

Modified files:
	sys/kern       : init_sysent.c syscalls.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jj@cvs.openbsd.org	2009/06/03 09:47:13

Modified files:
	sys/sys        : syscall.h syscallargs.h 

Log message:
sync these also


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 09:47:14

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Add a section summarising the status line. There are quite a number of status
line options, it is something many want to configure, and the meaning of some
bits weren't really documented.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/03 09:52:16

Modified files:
	include        : stdlib.h 
	lib/libc/stdlib: Makefile.inc getenv.3 getenv.c setenv.c 
Removed files:
	lib/libc/stdlib: putenv.c 

Log message:
Make putenv(), setenv() and unsetenv() standards compliant.  The
standard explicitly disallows passing setenv a name with a '=' in
it but historic BSD behavior is to allow this but to ignore the '='
and anything after it.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/03 09:53:08

Modified files:
	usr.bin/sudo   : config.h 

Log message:
Adapt for putenv and unsetenv changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 09:58:40

Modified files:
	usr.bin/tmux   : tmux.1 cmd-next-window.c cmd-previous-window.c 

Log message:
Add missing documentation for the -a flag used to move to next/previous window
with alert.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/03 10:02:44

Modified files:
	lib/libc/gen   : getgrent.c getgrouplist.3 getgrouplist.c 
	                 getpwent.c 
	lib/libc/yp    : Makefile.inc 
	share/man/man5 : group.5 
Added files:
	lib/libc/yp    : ypexclude.h ypexclude.c 

Log message:
Take advantage of the surprise libc bump to bring in
YP group(5) exclusion, i.e. support -groupname:*:: in /etc/group.
Such groups will be excluded from later +:*::,
in just the same was as it is already done for passwd(5).
I have been running this since the autumn of 2008.
Discussed with several (including deraadt@, millert@, jmc@).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 10:05:46

Modified files:
	usr.bin/tmux   : screen-write.c status.c tmux.h 

Log message:
Add a UTF-8 aware string length function and make UTF-8 in
status-left/status-right work properly. At the moment any top-bit-set
characters are assumed to be UTF-8: a status-utf8 option to configure this will
come shortly.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 10:10:12

Modified files:
	lib/libc       : shlib_version 

Log message:
crank libc major


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 10:10:20

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:27:12

Log message:
    Import avahi-0.6.25
    
    Avahi is a free, standards-compliant implementation of the Zeroconf
    protocols Multicast DNS and DNS-SD.
    It is a system which facilitates service discovery on a local network.
    This means that you can plug your laptop or computer into a network and
    instantly be able to view other people who you can chat with, find
    printers to print to or find files being shared.  This kind of
    technology is already found in Apple MacOS X (branded Rendezvous,
    Bonjour and sometimes Zeroconf) and is very convenient.
    
    Completely reworked from an old submission from jasper@
    Based on FreeBSD and pkgsrc.
    
    Some successful test from marco@, thanks ;-)
    
    It will probably need a bit more love in the next few days.
    ok landry@ jasper@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090603
    
    N ports/net/avahi/Makefile
    N ports/net/avahi/distinfo
    N ports/net/avahi/patches/patch-configure_ac
    N ports/net/avahi/patches/patch-avahi-autoipd_main_c
    N ports/net/avahi/patches/patch-avahi-autoipd_Makefile_am
    N ports/net/avahi/patches/patch-avahi-core_server_c
    N ports/net/avahi/patches/patch-avahi-daemon_main_c
    N ports/net/avahi/patches/patch-common_acx_pthread_m4
    N ports/net/avahi/patches/patch-avahi-daemon_avahi-daemon_conf
    N ports/net/avahi/pkg/DESCR-main
    N ports/net/avahi/pkg/DESCR-gtk
    N ports/net/avahi/pkg/PLIST-main
    N ports/net/avahi/pkg/DESCR-qt3
    N ports/net/avahi/pkg/PLIST-gtk
    N ports/net/avahi/pkg/DESCR-qt4
    N ports/net/avahi/pkg/PLIST-qt3
    N ports/net/avahi/pkg/PLIST-qt4
    N ports/net/avahi/pkg/MESSAGE-main
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:29:07

Modified files:
	net            : Makefile 

Log message:
+avahi


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:31:13

Modified files:
	x11/gnome/conduit: Makefile 

Log message:
- network plugin needs avahi


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/03 10:31:55

Modified files:
	usr.sbin/smtpd : lka.c 

Log message:
Improve error checking for the secrets encoding function; ok gilles@
Pointed out by giovanni <qgiovanni@gmail.com>


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:31:57

Modified files:
	print/cups     : Makefile 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:32:54

Modified files:
	audio/daapd    : Makefile 
	audio/daapd/patches: patch-README patch-daapd_8 patch-daapd_cc 
	                     patch-makefile 

Log message:
- use avahi instead of howl for zeroconf support
- regen patches while here


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:33:33

Modified files:
	x11/gnome/ekiga: Makefile 

Log message:
- enable avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:34:51

Modified files:
	audio/gmpc-plugins: Makefile 
	audio/gmpc-plugins/pkg: PLIST 

Log message:
- avahi gets picked up when installed, so add it to lib_depends

landry@ agrees


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:36:09

Modified files:
	x11/gnustep/base: Makefile 
Removed files:
	x11/gnustep/base/patches: patch-configure 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:37:31

Modified files:
	audio/mt-daapd : Makefile 
	audio/mt-daapd/pkg: PLIST 
Added files:
	audio/mt-daapd/patches: patch-src_rend-avahi_c 

Log message:
- use avahi instead of howl for zeroconf support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:38:50

Modified files:
	x11/gnome/seahorse: Makefile 

Log message:
- fix wantlib


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:40:06

Modified files:
	net/telepathy/telepathy-salut: Makefile distinfo 
	net/telepathy/telepathy-salut/patches: patch-configure 
Added files:
	net/telepathy/telepathy-salut/patches: 
	                                       patch-lib_gibber_examples_test-resolv_c 
	                                       patch-lib_gibber_gibber-bytestream-oob_c 
	                                       patch-lib_gibber_gibber-muc-connection_c 
	                                       patch-lib_gibber_gibber-resolver_c 
	                                       patch-lib_gibber_gibber-tcp-transport_c 
	                                       patch-lib_gibber_gibber-util_c 
	                                       patch-lib_gibber_gibber-util_h 
	                                       patch-src_salut-contact_h 
	net/telepathy/telepathy-salut/pkg: PLIST 

Log message:
- we have avahi now, so unbreak
- update to the latest stable release


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:41:03

Modified files:
	net/telepathy  : Makefile 

Log message:
Uncomment avahi-salut.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:42:11

Modified files:
	x11/gnome/vino : Makefile 
	x11/gnome/vino/pkg: PLIST 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:42:37

Modified files:
	x11/gnome/vinagre: Makefile 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:44:20

Modified files:
	net            : Makefile 
Removed files:
	net/howl       : Makefile distinfo 
	net/howl/patches: patch-docs_Makefile_in 
	                  patch-src_lib_howl_socket_c 
	net/howl/pkg   : DESCR PFRAG.shared PLIST 

Log message:
- remove howl, it has been superseded by net/avahi.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 10:46:48

Modified files:
	infrastructure/db: user.list 

Log message:
Add required users for net/avahi.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 10:54:26

Modified files:
	usr.bin/tmux   : cmd-set-option.c screen-write.c status.c tmux.1 
	                 tmux.c tmux.h 

Log message:
New session option, status-utf8, to control the interpretation of top-bit-set
characters in status-left and status-right (if on, they are treated as UTF-8;
otherwise passed through).


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/03 11:02:17

Modified files:
	etc            : Makefile.inc 

Log message:
gak, I loose, backout unintended hitchiker on my last commit


CVSROOT:	/cvs
Module name:	ports
Changes by:	ian@cvs.openbsd.org	2009/06/03 11:02:54

Modified files:
	www/py-django  : Makefile distinfo 
	www/py-django/pkg: MESSAGE PLIST 

Log message:
Upgrade to 1.0.2, and switch maintainer to Ryan Boggs, with approval of old maintainer.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 11:04:16

Modified files:
	usr.bin/tmux   : tmux.1 tmux.c 

Log message:
Do not set the window title by default (make set-titles option default to off),
wiping over the title is rude and annoying. Agreed by several.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 11:13:28

Modified files:
	devel/libmtp   : Makefile 

Log message:
- william@ takes over maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 11:17:47

Modified files:
	x11/gnome/vfs2 : Makefile 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 11:18:30

Modified files:
	x11/gnome/gvfs : Makefile 
	x11/gnome/gvfs/pkg: PLIST-main 

Log message:
- add avahi support


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 11:26:00

Modified files:
	x11/py-gtk2    : Makefile 

Log message:
Unfuck localized py-gtk apps when LANG!=C, making sure that configure
picks bind_textdomain_codeset() from libintl, and correctly sets the
codeset to UTF-8. This has annoyed me since c2k8, and the fix magically
appeared under my eyes this morning.
makes sense to wcmaier], ok ajacoutot@ jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/03 11:39:27

Modified files:
	sys/dev        : softraid.c softraid_aoe.c softraid_crypto.c 

Log message:
whitespace. "Sure" marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 11:39:44

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Add support for the newer 82575 and maybe 82576 chips. The cards work more
or less out of the box if one explicitly enables the TX DMA engine.
Only tested with 82575, people with 82576 cards may contact me for a diff.
OK kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 11:42:56

ports/net/zabbix/files

Update of /cvs/ports/net/zabbix/files
In directory cvs.openbsd.org:/tmp/cvs-serv22433/files

Log Message:
Directory /cvs/ports/net/zabbix/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 11:54:12

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-main PLIST-web 
Added files:
	net/zabbix/files: README.OpenBSD 
	net/zabbix/pkg : MESSAGE-main 

Log message:
- lot's of zabbix luve by Matthew Weigel, now has flavors for the database backends
and more setup instructions. thanks.


CVSROOT:	/cvs
Module name:	www
Changes by:	nicm@cvs.openbsd.org	2009/06/03 12:09:04

Modified files:
	faq            : current.html 

Log message:
tmux added; from sthen, thanks


CVSROOT:	/cvs
Module name:	src
Changes by:	gilles@cvs.openbsd.org	2009/06/03 12:16:30

Modified files:
	usr.sbin/smtpd : smtpd.h smtpd.c 

Log message:
rename sc_config to sc_conffile since that's what this field is about, it
will prevent a confusion with sc_config which will be a pointer to the
actual configuration.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/03 12:18:23

Modified files:
	lib/libc/gen   : fstab.c 

Log message:
Ensure there is a statement after a label.
ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 12:19:38

Modified files:
	faq/fr         : current.html faq4.html 
	faq/nl         : faq4.html 
	faq/pt         : faq4.html 
	fr             : audio-port.html donations.html hackathons.html 
	                 hppa.html sgi.html sparc64.html want.html 
	lt             : donations.html 
	nl             : donations.html 
	openssh/fr     : windows.html 
	openssh/ja     : java.html 
	openssh/nl     : windows.html 
	pt             : cvsup.html donations.html goals.html plat.html 
	                 stable.html translation.html why-cvs.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:20:51

Modified files:
	devel/py-sip   : Makefile distinfo 
	devel/py-sip/pkg: PLIST 

Log message:
- update py-sip to 4.7.9
- fix homepage

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:21:34

Modified files:
	x11/py-qt3     : Makefile distinfo 
	x11/py-qt3/patches: patch-configure_py 
	x11/py-qt3/pkg : PLIST 

Log message:
- update py-qt3 to 3.17.6 (fixes build with recent py-sip update)
- fix homepage

maintainer timed-out


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:22:28

Modified files:
	x11/py-qt4     : Makefile distinfo 
	x11/py-qt4/patches: patch-configure_py 
	x11/py-qt4/pkg : PLIST-docs PLIST-main 

Log message:
- update py-qt4 to 4.4.4

maintainer timed-out


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/03 12:22:44

Modified files:
	sys/netinet    : tcp_input.c udp_usrreq.c 

Log message:
add the basic infrastructure to take advantage of TCP and UDP receive
checksum offload over IPv6; ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 12:23:27

Log message:
    Import meld 1.3.0:
    Meld is a visual diff and merge tool. You can compare two or three files
    and edit them in place (diffs update dynamically). You can compare two
    or three folders and launch file comparisons. You can browse and view a
    working copy from popular version control systems such such as CVS,
    Subversion, Bazaar-ng and Mercurial if the corresponding commands are
    installed.
    
    ok ajacoutot@ wcmaier@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/textproc/meld/Makefile
    N ports/textproc/meld/distinfo
    N ports/textproc/meld/patches/patch-meld
    N ports/textproc/meld/patches/patch-INSTALL
    N ports/textproc/meld/pkg/PLIST
    N ports/textproc/meld/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 12:24:47

Modified files:
	textproc       : Makefile 

Log message:
+meld, was in my tree since c2k8


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 12:25:25

Log message:
    Import xmms2-0.6
    
    X-platform Music Multiplexing System 2 is a client-server audio player.
    Client-server model allows XMMS2 to have various multiple (remote)
    interfaces (as clients):
    * Command line interfaces
    * GTK clients (matching GNOME & Xfce4 look and feel)
    * KDE clients (matching KDE look and feel)
    It has a wide format support and can play over different media.
    It comes with Medialib, a database-driven media library which stores
    metadata about songs as they're played, so songs can be quickly recalled
    and new playlists easily made. The media library can be easily queried
    and managed using Collections.
    
    from Amaury Gauthier (maintainer) with several tweaks by me
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090603
    
    N ports/audio/xmms2/Makefile
    N ports/audio/xmms2/distinfo
    N ports/audio/xmms2/patches/patch-src_clients_lib_xmmsclient++-glib_wscript
    N ports/audio/xmms2/patches/patch-src_clients_lib_xmmsclient-glib_wscript
    N ports/audio/xmms2/patches/patch-src_clients_lib_xmmsclient_wscript
    N ports/audio/xmms2/patches/patch-wscript
    N ports/audio/xmms2/patches/patch-wafadmin_Tools_ccroot_py
    N ports/audio/xmms2/patches/patch-waftools_man_py
    N ports/audio/xmms2/pkg/DESCR
    N ports/audio/xmms2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 12:26:50

Modified files:
	audio/xmms2/pkg: DESCR 

Log message:
- tyop; just imported, no bump


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2009/06/03 12:28:21

Modified files:
	usr.sbin/httpd/conf: httpd.conf 

Log message:
allow localhost to query server-status by default. this makes apachectl
fully functional.

ok johan@, henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 12:28:37

Modified files:
	audio          : Makefile 

Log message:
+xmms2


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:32:24

Modified files:
	etc/etc.sgi    : MAKEDEV.md 
	sys/arch/sgi/sgi: conf.c 

Log message:
- add hotplug device

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:34:35

Modified files:
	etc/etc.sgi    : MAKEDEV 
	share/man/man8/man8.sgi: MAKEDEV.8 

Log message:
- regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/03 12:35:17

Modified files:
	usr.sbin/hotplugd: Makefile 

Log message:
- enable on sgi

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 12:39:28

Modified files:
	net/ktorrent   : Makefile 
	net/ktorrent/pkg: PLIST 

Log message:
- avahi gets picked up, so add it to lib_depends
(adds zeroconf support)

wantlib tweak from and ok Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 13:04:43

Modified files:
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 

Log message:
- enable daap support now that we have avahi


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/03 13:05:34

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
Make sure we're running on the right pmap when going to sleep.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/03 13:13:25

Modified files:
	net/arping     : Makefile distinfo 
	net/arping/patches: patch-Makefile 
	net/arping/pkg : PLIST 

Log message:
- update arping to 2.08
- change maintainer
- update MASTER_SITES
- regen patch & PLIST

ok jcs@, ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/03 13:23:58

Modified files:
	devel/py-mxDateTime: Makefile 
	devel/py-mxDateTime/pkg: PLIST 

Log message:
deeggify;  reqd/oki jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 13:33:04

Modified files:
	usr.bin/tmux   : input.c screen.c 

Log message:
Pass window titles through vis(1). <0x20 is dropped anyway by the input state
machine but top-bit-set nonprintables could cause trouble, and they are neater
like this anyway.

Suggested by deraadt a few days ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/03 13:35:46

Modified files:
	sys/kern       : Make.tags.inc 

Log message:
xfs -> nnpfs


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 13:37:27

Modified files:
	usr.bin/tmux   : cmd-server-info.c util.c 

Log message:
Use vis(3) instead of handrolled function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 13:42:55

Modified files:
	net/avahi      : Makefile 
	net/avahi/patches: patch-avahi-daemon_main_c 
Added files:
	net/avahi/patches: patch-avahi-compat-libdns_sd_warn_c 

Log message:
- stop polluting syslog with useless messages we don't care nor can do
anything about


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/03 13:54:44

Modified files:
	lib/libc/rpc   : rpc.3 

Log message:
State that clnt{raw,udp}_create can fail.
"no objection" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 13:54:53

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Make prefix_destroy more generic and use it in prefix_remove this is possible
because path_remove was changed to remove the prefixes in a slightly different
way.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/03 13:59:48

Modified files:
	usr.sbin/relayd: control.c 

Log message:
initialize queue

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 14:00:36

Modified files:
	sys/dev/ic     : atw.c atwvar.h 

Log message:
put the values direct in the array, otherwise the nested macros are longer
than standards permit
found & ok by jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 14:17:48

Modified files:
	sys/arch/sparc/dev: fb.c 
	sys/arch/sparc64/dev: fb.c 

Log message:
Fix check for window-top and window-left values.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 14:17:59

Modified files:
	usr.sbin/bgpd  : rde.h rde_rib.c 

Log message:
Better way to allocate new RIBs.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/03 14:20:09

Modified files:
	usr.sbin/relayd: snmp.c 

Log message:
cleanup contorted and slightly broken call to imsg_get_fd

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 14:20:10

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Initial stab at rib_free() until now unused.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 14:22:04

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Allocate all rib contextes for tree walks and don't use static stack memory.
This will make interruptable walks a lot easier.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 14:24:31

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
Added files:
	multimedia/gstreamer-0.10/plugins-good/patches: 
	                                                patch-ext_libpng_gstpngdec_c 

Log message:
- SECURITY FIX for SA35205
(GStreamer Good Plug-ins PNG Processing Integer Overflow Vulnerability)

patch from upstream git

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/03 14:25:23

Modified files:
	usr.bin/sudo   : sudoers 

Log message:
Preserve NOMAN since the top level Makefile uses it when making/installing
libs.


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/06/03 14:27:38

Modified files:
	sys/dev/acpi   : acpivout.c 

Log message:
Make sure that the brightness value sent to acpi is one of the values
in the BCL array.

Also add a missing acpivout_get_brightness() call
in acpivout_brightness_cycle().

ok and suggestions from pirofti@, ok miod@ deraadt@ marco@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 14:27:57

Modified files:
	x11/x11vnc     : Makefile 

Log message:
- add avahi support as agreed with sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/03 14:35:37

Modified files:
	sys/dev/ic     : if_wi.c 
	sys/net        : if.h 
	sys/net80211   : ieee80211.c 

Log message:
make wireless interfaces priority 4 by default. other interfaces remain
priority 0.  while we are in here make sure we add wi interfaces to group "wlan"
in the same way the net80211 stuff already is.

this makes dhcp multiple default routes useful on laptops.

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/03 14:54:45

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
rename some macros for more consistent naming; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/03 14:58:20

Modified files:
	usr.bin/mg     : echo.c 

Log message:
Match comment to reality, whitespace


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/03 15:04:36

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Slay the running out of wu during rebuild dragon and some cleanup


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 15:30:12

Modified files:
	sbin/wsconsctl : util.c 
	sys/dev/wscons : wsconsio.h 

Log message:
Define a wsdisplay type for gfxp(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/03 15:30:20

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/mac68k/mac68k: machdep.c 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/mvmeppc/mvmeppc: machdep.c 
	sys/arch/sgi/sgi: machdep.c 
	sys/arch/socppc/socppc: machdep.c 
	sys/arch/solbourne/solbourne: machdep.c 
	sys/arch/sparc/sparc: machdep.c 
	sys/arch/vax/vax: machdep.c 
	sys/kern       : kern_sysctl.c vfs_bio.c 
	sys/sys        : mount.h sysctl.h 

Log message:
add kern.bufcachepercent sysctl to allow adjusting the buffer cache
size on a running system.
ok art@, oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 15:35:28

Added files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Initial stab at a driver for the Tech Source Raptor GFX built around the
3D Labs Permedia 2v chip.  These cards were sold by Sun as PGX32.


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/03 15:42:16

Modified files:
	usr.sbin/config: cmd.c config.8 

Log message:
change "cachepct" to "bufcachepercent" so it is the same
as the variable and the similar sysctl
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/03 15:49:05

Modified files:
	sbin/sysctl    : sysctl.8 

Log message:
add bufcachepercent to man page, and maxlocksperuid which someone forgot.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/03 16:04:15

Modified files:
	usr.sbin/smtpd : mda.c mta.c runner.c smtpd.h 

Log message:
simplify struct batch; ok gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/03 16:09:30

Modified files:
	sys/conf       : files 
	sys/ddb        : db_command.c db_command.h db_interface.h 
	sys/dev        : flash.c flashvar.h vnd.c 
	sys/dev/ata    : wd.c 
	sys/kern       : subr_disk.c 
	sys/scsi       : cd.c cd.h sd.c sdvar.h 
	sys/sys        : buf.h disk.h 
	sys/uvm        : uvm_swap.c 
Added files:
	sys/kern       : kern_bufq.c 

Log message:
add a flexible buffer queue (bufq) api, based on the never used
one by tedu@. It doesn't do anything smart yet, it just uses
plain old disksort. we also keep the old method of queueing bufs
since some miods have crazy MD drivers that need some love.

ok beck@, art@
tested by many on many archs.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/03 16:14:29

Modified files:
	sys/nfs        : nfs_syscalls.c 

Log message:
Place code to search for/sleep waiting for an nfs socket into its own
code; makes the cleaned-up function much more legible.

ok thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 16:27:01

Log message:
    Import Industrial icon theme for GNOME, coming from OpenSUSE.
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/x11/industrial-icon-theme/Makefile
    N ports/x11/industrial-icon-theme/distinfo
    N ports/x11/industrial-icon-theme/pkg/PLIST
    N ports/x11/industrial-icon-theme/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 16:27:48

Log message:
    Import Tangerine icon theme for GNOME, coming from Ubuntu.
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/x11/tangerine-icon-theme/Makefile
    N ports/x11/tangerine-icon-theme/distinfo
    N ports/x11/tangerine-icon-theme/patches/patch-autogen_sh
    N ports/x11/tangerine-icon-theme/pkg/PLIST
    N ports/x11/tangerine-icon-theme/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 16:28:38

Log message:
    Import Human icon theme for GNOME, coming from Ubuntu.
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/x11/human-icon-theme/Makefile
    N ports/x11/human-icon-theme/distinfo
    N ports/x11/human-icon-theme/patches/patch-Makefile
    N ports/x11/human-icon-theme/pkg/PLIST
    N ports/x11/human-icon-theme/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 16:30:15

Modified files:
	x11            : Makefile 

Log message:
Add Human, Tangerine & Industrial icon themes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 16:43:59

Modified files:
	devel/uthash   : Makefile distinfo 
	devel/uthash/patches: patch-tests_Makefile 
	devel/uthash/pkg: PLIST 

Log message:
- update uthash to 1.6
- drop maintainership


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 16:46:06

Modified files:
	education/gamgi: Makefile distinfo 
	education/gamgi/patches: patch-src-make_local 
	                         patch-src-make_rules 

Log message:
- update gamgi to 0.13.13


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/03 16:46:42

Modified files:
	security/libssh2: Makefile distinfo 
	security/libssh2/pkg: PLIST 

Log message:
Update libssh2 to 1.1.

Similar diff ok'd by MAINTAINER
help and "looks good" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 16:54:26

Modified files:
	devel/argtable : Makefile distinfo 
	devel/argtable/pkg: PLIST 
Removed files:
	devel/argtable/patches: patch-Makefile_in 

Log message:
- update argtable to 2.11


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/03 16:56:47

Modified files:
	sys/dev/usb    : usbdevs 

Log message:
realtek rtl8187b devices that will run urtw.  ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/03 16:58:11

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 17:26:56

Modified files:
	usr.bin/tmux   : screen-write.c tty.c 

Log message:
Fix some miscalculations when clearing to start of screen: the number of lines
to the cursor is cy not cy - 1, and the current cursor cell should be included.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 17:30:40

Modified files:
	usr.bin/tmux   : input.c screen-write.c tmux.h tty.c 

Log message:
Implement the DEC alignment test. With the last change this is enough for the
first cursor test in vttest (in ports) to pass; it still shops a few more
problems though.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/03 17:33:01

Modified files:
	sys/dev/pci    : vga_pci.c 

Log message:
Make sure to fail WSDISPLAYIO_[GS]ETPARAM if it is not handled.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/03 17:37:30

Modified files:
	usr.bin/tmux   : screen-write.c 

Log message:
Support insert mode by using insert character to shift the cells before writing
as normal.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/03 17:44:53

Modified files:
	distrib/miniroot: dot.profile install.sub 
	distrib/special/sysctl: sysctl.c 

Log message:
Add hw.machine and kern.osrelease to install media sysctl. Using
these rather than hard coded variables allows the rationalization
of the greeting by moving it into dot.profile. Whack at dot.profile
a lot. Eliminate the 'Proceed with ...' question as unneeded.
Eliminate welcome().

ok deraadt@ "I like" todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 17:45:15

Modified files:
	sys/arch/sparc64/conf: files.sparc64 

Log message:
Initial stab at a driver for the Tech Source Raptor GFX built around the
3D Labs Permedia 2v chip.  These cards were sold by Sun as PGX32.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 17:55:31

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Accelerated scrolling.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/03 17:56:07

Modified files:
	lib/libX11     : Makefile.bsd-wrapper 

Log message:
Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-coding
the list here.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 18:13:21

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Accelerated fills as well.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/03 18:13:56

Modified files:
	lib/libX11     : Makefile.bsd-wrapper 

Log message:
if XENOCARA_BUILD_XCB is set, build the XCB version of libX11.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 18:18:31

Modified files:
	misc/gnuwatch  : Makefile distinfo 
	misc/gnuwatch/patches: patch-watch_1 
	misc/gnuwatch/pkg: PLIST 

Log message:
- update gnuwatch to 3.2.8


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/03 18:20:53

Modified files:
	sys/uvm        : uvm_pmemrange.c 

Log message:
remove redefinitions of static and __inline ariane
says were debugging leftovers.

ok ariane@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/03 18:24:02

Modified files:
	sys/sys        : file.h uio.h 
	sys/kern       : sys_generic.c vfs_syscalls.c 

Log message:
Put readv/writev changes back in, as they no longer hang ckuethe's ntpd.

Special thanks to ckuethe's ntpd for noticing the problem.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 18:24:10

Modified files:
	sysutils/pscpug: Makefile distinfo 
	sysutils/pscpug/pkg: PLIST 
Removed files:
	sysutils/pscpug/patches: patch-Makefile_in 

Log message:
- update pscpug to 0.3.5


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 18:26:18

Modified files:
	sys/arch/sparc64/conf: GENERIC RAMDISK RAMDISKU5 

Log message:
Enable gfxp(4).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 18:27:58

Modified files:
	graphics/gfract: Makefile 
	graphics/gfract/pkg: PLIST 

Log message:
- update homepage
- regen WANTLIB


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 18:29:24

Modified files:
	usr.sbin/hotplugd: Makefile 

Log message:
hotplugd is on so many, give up on MANSUBDIR


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 18:31:10

Modified files:
	share/man/man4/man4.sparc64: Makefile 
Added files:
	share/man/man4/man4.sparc64: gfxp.4 

Log message:
gfxp(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/03 18:31:42

Modified files:
	sys/nfs        : nfsm_subs.h nfs_vfsops.c nfs_vnops.c 

Log message:
Demacro nfsm_lookup for great justice.

Thanks to ckuethe for saving much typing with a drive-by perl script.

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 18:35:05

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/03 18:38:43

Log message:
    Import graphics/py-opengl (tested and requested by matthieu@):
    
    PyOpenGL is the cross platform Python binding to OpenGL and related
    APIs.  The binding is created using the standard (in Python 2.5 and
    above) ctypes library, and is provided under an extremely liberal
    BSD-style Open-Source license.
    
    PyOpenGL includes support for OpenGL v1.1 through 3.0, GLU, GLUT v3.7
    (and FreeGLUT), and GLE 3.  It also includes support for hundreds of
    OpenGL extensions.
    
    PyOpenGL is interoperable with a large number of external GUI libraries
    for Python including (wxPython, FxPy, PyGame, and Qt).  It can be used
    with the Tkinter GUI library if you have installed the Togl widget for
    Tk.
    
    Status:
    
    Vendor Tag:	wcmaier
    Release Tags:	wcmaier_20090603
    
    N ports/graphics/py-opengl/Makefile
    N ports/graphics/py-opengl/distinfo
    N ports/graphics/py-opengl/pkg/PLIST
    N ports/graphics/py-opengl/pkg/DESCR
    N ports/graphics/py-opengl/patches/patch-OpenGL___init___py
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/03 18:39:53

Modified files:
	graphics       : Makefile 

Log message:
Add py-opengl.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/03 18:40:05

Modified files:
	lib/libXfont   : Makefile.bsd-wrapper 

Log message:
Use XENOCARA_HAVE_SHARED_LIBS and remove duplicate lines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 18:43:22

Modified files:
	graphics/libexif: Makefile distinfo 
	graphics/libexif/patches: patch-Makefile_in 
	graphics/libexif/pkg: PLIST 
Removed files:
	graphics/libexif/patches: patch-libexif_exif-data_c 
	                          patch-libexif_exif-loader_c 

Log message:
- update libexif to 0.6.17


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/03 18:44:48

Modified files:
	distrib/alpha/common: install.md 
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/luna88k/ramdisk: install.md 
	distrib/mac68k/ramdisk: install.md 
	distrib/macppc/ramdisk: install.md 
	distrib/miniroot: list2sh.awk 
	distrib/mvme68k/ramdisk: install.md 
	distrib/mvme88k/ramdisk: install.md 
	distrib/mvmeppc/ramdisk: install.md 
	distrib/sgi/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 
	distrib/sparc  : install.md 
	distrib/sparc64/common: install.md 
	distrib/vax    : install.md 
	distrib/zaurus/ramdisk: install.md 

Log message:
Nuke now superfluous ARCH=ARCH lines in install.md and the sed processing of
those lines in list2sh.awk.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 18:45:39

Modified files:
	x11/gnome/screensaver: Makefile 
	x11/gnome/screensaver/pkg: PLIST 
Added files:
	x11/gnome/screensaver/files: gs-auth-bsdauth.c 
	x11/gnome/screensaver/patches: patch-config_h_in 
	                               patch-configure_ac 
	                               patch-src_Makefile_am 
	                               patch-src_gs-auth-pwent_c 
	                               patch-src_setuid_c 

Log message:
- implement bsd_auth(3) support for gnome-screensaver
successfully tested with kerberos and passwd

looked over by and ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/03 18:59:21

Modified files:
	sys/dev/mii    : brgphy.c 
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
replace the cumbersome macros that check for chip revisions with quirk flags
set at attach; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/03 19:02:42

Modified files:
	sys/nfs        : nfs_syscalls.c nfs_var.h 

Log message:
simplify argument list for nfssvc_nfsd()

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/03 19:07:36

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
only one : in a line. the seperation is:
deviceX at busX reason-why-we-attached-it: device prints it's junk here


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/03 19:10:34

Modified files:
	libexec/ftpd   : monitor.c 

Log message:
ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND
the monitor treats it as if it were a sockaddr. this is fine for v4 but
fails for v6, so active connections break. problem reported and diff
tested by Maurice Janssen. looks sensible to deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/03 19:11:57

Modified files:
	share/man/man5 : port-modules.5 

Log message:
- document scons


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/03 19:12:39

Modified files:
	libexec/ftpd   : monitor.c 

Log message:
...and now try again with a commit from the right tree. doh!

ftp uses its own ugly "sockunion" to hold addresses, but with CMD_BIND
the monitor treats it as if it were a sockaddr. this is fine for v4 but
fails for v6, so active connections break. problem reported and diff
tested by Maurice Janssen. looks sensible to deraadt@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/03 19:12:44

Modified files:
	share/mk       : bsd.xconf.mk 

Log message:
simplify.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/03 19:20:44

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Document that we accept ASPLAIN format 32-bit ASN.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 19:28:43

Modified files:
	comms/gmfsk    : Makefile 
	comms/gmfsk/pkg: PLIST 

Log message:
- make this a victim of gnome.port.mk


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 20:02:08

Log message:
    import inconsolata
    
    Inconsolata is a monospace font, designed for code listings and the
    like, in print. There are a great many "programmer fonts," designed
    primarily for use on the screen, but in most cases do not have the
    attention to detail for high resolution rendering.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090603
    
    N ports/x11/inconsolata-font/distinfo
    N ports/x11/inconsolata-font/Makefile
    N ports/x11/inconsolata-font/pkg/DESCR
    N ports/x11/inconsolata-font/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 20:03:39

Log message:
    Import catfish 0.3.2:
    Catfish is a handy file searching tool for linux and unix. Basically it
    is a frontend for different search engines (daemons) which provides a
    unified interface. The interface is intentionally lightweight and
    simple, using only GTK+2. You can configure it to your needs by using
    several command line options.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/textproc/catfish/Makefile
    N ports/textproc/catfish/distinfo
    N ports/textproc/catfish/out
    N ports/textproc/catfish/patches/patch-Makefile_in
    N ports/textproc/catfish/patches/patch-catfish_py
    N ports/textproc/catfish/patches/patch-catfish_in
    N ports/textproc/catfish/pkg/PLIST
    N ports/textproc/catfish/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/03 20:03:49

Modified files:
	x11            : Makefile 

Log message:
- add inconsolata-font


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 20:04:22

Modified files:
	textproc       : Makefile 

Log message:
+catfish


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/03 20:06:40

Modified files:
	sys/nfs        : nfs.h 

Log message:
Add some descriptive comments, because not having to read NFS code
is good for the brain.

ok thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 20:12:10

Modified files:
	textproc/py-xml: Makefile 

Log message:
- fix dependency spec
- use libexpat from base
- add missing wantlib
- tweak HOMEPAGE


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/03 20:15:45

Log message:
    Import impressive (requested and tested by matthieu@):
    
    Impressive is a program that displays PDF presentation slides with
    style. Smooth alpha-blended slide transitions are provided for the sake
    of eye candy, but in addition to this, Impressive offers some unique
    tools that are very useful for presentations.
    
    NOTE: Unless you have fairly decent GL support, playing with this will
    make your X session unhappy. Still, it's kind of cool...
    
    Status:
    
    Vendor Tag:	wcmaier
    Release Tags:	wcmaier_20090603
    
    N ports/productivity/impressive/Makefile
    N ports/productivity/impressive/distinfo
    N ports/productivity/impressive/pkg/PLIST
    N ports/productivity/impressive/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/03 20:22:53

Modified files:
	productivity   : Makefile 

Log message:
Add impressive.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/03 20:23:37

Modified files:
	usr.bin/mg     : basic.c buffer.c def.h dired.c display.c file.c 
	                 grep.c line.c main.c match.c paragraph.c 
	                 re_search.c search.c window.c yank.c 

Log message:
Rename w_flag to w_rflag. This is not a general purpose
flag: it is for redisplay options only. I need an additional all-purpose
flag, so renaming removes the desire to wrongly overload the existing one.

Turdshine. No functional chage.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/03 20:27:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
count nifs in enable_network(); allows ftplist to be fetched in the
upgrade case too.  ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/03 20:56:14

Modified files:
	sys/uvm        : uvm_swap.c 

Log message:
don't grab the lock just to read uvmexp.free.

"that's retarded" art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/03 21:14:14

Modified files:
	sys/kern       : subr_extent.c 

Log message:
don't use splvm ourselves, use pool_setipl on the pool we're allocating
from and it will do it for us.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/03 21:51:29

Modified files:
	lib/libc/rpc   : clnt_raw.c 

Log message:
Proper error handling in clntraw_create:
Bail out and clean up after all errors, and report in libc/rpc style.
Among others, this fixes a NULL pointer dereference in clntraw_call.
Feedback and ok  kjell@ and millert@.


CVSROOT:	/cvs
Module name:	src
Changes by:	merdely@cvs.openbsd.org	2009/06/03 22:03:22

Modified files:
	bin/ksh        : vi.c 

Log message:
"make ksh vi mode handle werase more like vi. It's really irritating to
have whole paths go away on ^W instead of just the last bit."

"That looks right to me" millert@, "YES kthx bye!" thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/03 22:06:43

Modified files:
	www/nginx      : Makefile distinfo 

Log message:
Update to nginx-0.7.59; ok robert@ merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/03 22:09:02

Modified files:
	share/man/man4 : bge.4 
	sys/dev/pci    : if_bge.c 

Log message:
enable IPv6 receive TCP/UDP checksum offload for the 5755 and later chips;
from Brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 22:18:40

Log message:
    Import xfce4 modemlights plugin, sitting in my tree since >2 years:
    Xfce 4 Modem Lights panel plugin provides an easy way to establish/close
    a ppp connection via a modem. It should work with any scripts that
    create a lock file during dialing and retain it through the connection,
    like ppp -ddial which creates /var/run/tun0.pid.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090603
    
    N ports/x11/xfce4/xfce4-modemlights/Makefile
    N ports/x11/xfce4/xfce4-modemlights/distinfo
    N ports/x11/xfce4/xfce4-modemlights/patches/patch-panel-plugin_panel-plugin_c
    N ports/x11/xfce4/xfce4-modemlights/pkg/DESCR
    N ports/x11/xfce4/xfce4-modemlights/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/03 22:19:16

Modified files:
	x11/xfce4      : Makefile 

Log message:
+ xfce4-modemlights


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/03 22:26:54

Modified files:
	sys/kern       : kern_synch.c 

Log message:
unfuck msleep - fixed by art and ariane after much horror and teeth gnashing
over why the processes were being woken up at splvm after the page daemon
ran - and probably also had the page daemon running at splvm after the first
pass through the loop.
ok art@ weingart@ oga@ ariane@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/03 22:37:04

Modified files:
	devel/pwlib    : Makefile 
	devel/pwlib/patches: patch-src_ptlib_common_pluginmgr_cxx 

Log message:
- don't hardcode path


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 22:46:42

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h name2id.c parse.y rde.c rde.h 
	                 rde_rib.c session.c session.h 

Log message:
Add "rde rib <name>" to the config and allow the rde to use these other RIBs.
Still a bit hackish, reload is missing and printconf as well. Looks good h@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/03 22:48:25

Modified files:
	share/man/man4 : re.4 
	sys/dev/ic     : re.c 

Log message:
Fix IPv4 rx checksumming for the non-TCP/UDP case.  DESCV2 chips
don't set RL_RDESC_STAT_PROTOID for non-TCP/UDP IP packets, only
RL_RDESC_IPV[46].

Also check RL_RDESC_IPV[46] before inspecting the TCP/UDP checksum
bits to make IPv6 TCP/UDP checksum offload work intentionally.

Gleaned from NetBSD.


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/03 22:50:08

Modified files:
	sys/dev/acpi   : acpivideo.c 

Log message:
Some output devices have only brightness support (or only output switching).
Handle the case where only brightness is supported. This makes brightness work
on some Sony Vaio's.

Okay mlarkin@ deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 23:01:17

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Id of another 82576 controller found in the freebsd driver.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/03 23:02:25

Modified files:
	sys/netinet    : ip_input.c 

Log message:
the decision on wether a packet is to be delivered locally or forwarded
is pretty expensive, the more the more addresses are configured locally,
since we walk a list. when pf is on and we have a state key pointer,
and that state key is linked to another state key, we know for sure this
is not local. when it has a link to a pcb, it certainly goes to the local
codepath.
on a box with 1000 adresses forwarding 3 times as fast as before. theo ok


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 23:02:58

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
Sync


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 23:08:43

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Match em(4) against all the newer chips (82575/6) and treat them all the
same. Not sure if the 82576 is 100% compatible to the 82575 but only when
enabled it will be possible to test them. OK jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/03 23:19:39

Modified files:
	sys/dev/mii    : eephy.c eephyreg.h 

Log message:
Store next page in the Link Partner Next Page register for compatibility with
802.3ab on 88E3016 PHYs.  Fixes some autonegotiation problems on msk(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/03 23:29:06

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Export networks to be redistributed into all ribs for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/03 23:46:49

Modified files:
	distrib/special/ftp: Makefile 

Log message:
add -DINET6 to CFLAGS to make the client handle the bracketed IPv6 host
name notation

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/03 23:57:27

Modified files:
	sys/arch/hp300/dev: hd.c 
	sys/dev        : ccd.c vnd.c 

Log message:
Add DIOCRLDINFO to those drivers previously deprived.

Noticed by & ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/04 00:07:50

ports/net/pidgin-icb/patches

Update of /cvs/ports/net/pidgin-icb/patches
In directory cvs.openbsd.org:/tmp/cvs-serv6124/patches

Log Message:
Directory /cvs/ports/net/pidgin-icb/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/04 00:11:50

ports/net/pidgin-tlen/patches

Update of /cvs/ports/net/pidgin-tlen/patches
In directory cvs.openbsd.org:/tmp/cvs-serv13138/patches

Log Message:
Directory /cvs/ports/net/pidgin-tlen/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/04 00:18:09

Modified files:
	security/pidgin-otr: Makefile 

Log message:
- remove bogus PKGNAME line


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/04 00:23:53

Modified files:
	distrib/miniroot: dot.profile 

Log message:
Only print the intro verbiage once, instead of every pass through the "(I)nstall, ..."
loop.

Noticed by & ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/04 00:34:38

Modified files:
	sys/dev/ic     : ami.c 

Log message:
Add missing argument to printf statement.

Found with -Wformat.

OK dlg


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/04 00:41:53

Modified files:
	distrib/miniroot: dot.profile 

Log message:
Implement '!' and '!<cmd>' at the "(I)nstall ..." prompt so we
aren't lying about being able to do that at any prompt.

Suggested by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 00:57:27

Modified files:
	sys/net        : if_tun.c 

Log message:
Emulate a link state in tun(4). The link state goes up when the device is
opened and goes down when the device fd is closed. Makes working with qemu
a bit nicer when routing to tun(4) interfaces.
dlg@ "diff reads good"


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/04 01:09:35

Modified files:
	editors/teaqt  : Makefile distinfo 

Log message:
Update to 24.0.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/04 01:11:34

ports/databases/maatkit/patches

Update of /cvs/ports/databases/maatkit/patches
In directory cvs.openbsd.org:/tmp/cvs-serv15980/patches

Log Message:
Directory /cvs/ports/databases/maatkit/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/04 01:14:40

Modified files:
	databases/maatkit: Makefile distinfo 
	databases/maatkit/pkg: PLIST 
Added files:
	databases/maatkit/patches: patch-Makefile_PL 

Log message:
Update to 3722
Fix homepage
"go ahead!" jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/04 01:16:38

Modified files:
	usr.sbin/relayd: buffer.c imsg.c relayd.h 
Added files:
	usr.sbin/relayd: imsg.h imsg_types.h 

Log message:
Make imsg.c and buffer.c more generic by introducing
imsg.h and a daemon-specific imsg_types.h

discussed with and "yes, please" pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/04 01:19:45

Modified files:
	usr.bin/locate/locate: fastfind.c locate.c 

Log message:
error out if count gets out of bounds. Happens with corrupted databases,
better than a buffer underflow and a segfault.
okay millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/04 02:04:28

Log message:
    import py-dnspython
    
    dnspython is a DNS toolkit for Python. It supports almost all record types.
    It can be used for queries, zone transfers, and dynamic updates. It supports
    TSIG authenticated messages and EDNS0.
    
    dnspython provides both high and low level access to DNS. The high level
    classes perform queries for data of a given name, type, and class, and
    return an answer set. The low level classes allow direct manipulation of DNS
    zones, messages, names, and records.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090604
    
    I ports/net/py-dnspython/CVS
    C ports/net/py-dnspython/Makefile
    C ports/net/py-dnspython/distinfo
    I ports/net/py-dnspython/pkg/CVS
    U ports/net/py-dnspython/pkg/DESCR
    C ports/net/py-dnspython/pkg/PLIST
    N ports/net/py-dnspython/patches/patch-tests_Makefile
    
    3 conflicts created by this import.
    Use the following command to help the merge:
    
    cvs checkout -jbenoit:yesterday -jbenoit ports/net/py-dnspython

CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/04 02:29:13

Modified files:
	lib/libc/gen   : getgrent.c 

Log message:
in case a handling a +groupname:*:: entry fails due to lack of memory,
do not just skip the entry, but report the error condition;
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/04 03:14:06

Modified files:
	net/py-dnspython: Makefile 
Removed files:
	net/py-dnspython/patches: patch-tests_Makefile 

Log message:
resolve conflict
CVolve conflict: ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/04 03:53:59

Modified files:
	net/py-dnspython: Makefile 
	net/py-dnspython/pkg: DESCR 

Log message:
return to the original.

thanks and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/04 03:58:40

Modified files:
	sys/kern       : subr_pool.c 

Log message:
enable POOL_DEBUG again just for the hackathon.

slackers now get more bugs to fix, yay!

discussed with deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/04 06:59:33

Log message:
    import amide
    
    AMIDE is a completely free tool for viewing, analyzing, and registering
    volumetric medical imaging data sets. It's been written on top of GTK+,
    and runs on any system that supports this toolkit.
    
    ok jasper@, ajacoutot@
    
    Status:
    
    Vendor Tag:	benoit
    Release Tags:	benoit_20090604
    
    N ports/graphics/amide/Makefile
    N ports/graphics/amide/distinfo
    N ports/graphics/amide/patches/patch-src_Makefile_in
    N ports/graphics/amide/patches/patch-Makefile_in
    N ports/graphics/amide/patches/patch-src_tb_export_data_set_c
    N ports/graphics/amide/patches/patch-src_amitk_common_c
    N ports/graphics/amide/patches/patch-configure
    N ports/graphics/amide/patches/patch-src_amitk_xif_sel_c
    N ports/graphics/amide/pkg/PLIST
    N ports/graphics/amide/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/04 07:07:18

Modified files:
	graphics       : Makefile 

Log message:
+amide

ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/04 07:23:55

Modified files:
	faq            : faq6.html 

Log message:
carp.log defaults to logging carp state changes; pointed out by
Rodolfo Gouveia, ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/04 07:30:07

Modified files:
	sbin/mount     : mount.8 
	share/man/man4 : options.4 
	usr.bin/man    : man.1 

Log message:
xfs -> nnpfs;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/04 07:36:25

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 07:44:09

Log message:
    import telephony/kamailio, reworked from a port submission by Don Jackson.
    some more work still to do but most things should run ok, and it's easier
    to handle that in-tree.
    
    KAMAILIO (OpenSER) is a mature and flexible open source SIP server (RFC3261).
    It can be used on systems with limitted resources as well as on carrier grade
    servers, scaling to up to thousands call setups per second. It is written in
    pure C for Unix/Linux-like systems with architecture specific optimizations to
    offer high performances. It is customizable, being able to feature as fast load
    balancer; SIP server flavours: registrar, location server, proxy server,
    redirect server; gateway to SMS/XMPP; or advanced VoIP application server.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090604
    
    N ports/telephony/kamailio/Makefile
    N ports/telephony/kamailio/distinfo
    N ports/telephony/kamailio/patches/patch-etc_kamailio_cfg
    N ports/telephony/kamailio/patches/patch-modules_carrierroute_Makefile
    N ports/telephony/kamailio/patches/patch-modules_misc_radius_functions_c
    N ports/telephony/kamailio/patches/patch-modules_perl_Makefile
    N ports/telephony/kamailio/patches/patch-scripts_kamctl
    N ports/telephony/kamailio/patches/patch-scripts_kamctlrc
    N ports/telephony/kamailio/patches/patch-scripts_kamdbctl
    N ports/telephony/kamailio/pkg/DESCR-carrierroute
    N ports/telephony/kamailio/pkg/DESCR-ldap
    N ports/telephony/kamailio/pkg/DESCR-main
    N ports/telephony/kamailio/pkg/DESCR-mysql
    N ports/telephony/kamailio/pkg/DESCR-perl
    N ports/telephony/kamailio/pkg/DESCR-postgresql
    N ports/telephony/kamailio/pkg/DESCR-radius
    N ports/telephony/kamailio/pkg/DESCR-snmpstats
    N ports/telephony/kamailio/pkg/DESCR-xmlrpc
    N ports/telephony/kamailio/pkg/MESSAGE-main
    N ports/telephony/kamailio/pkg/PLIST-carrierroute
    N ports/telephony/kamailio/pkg/PLIST-ldap
    N ports/telephony/kamailio/pkg/PLIST-main
    N ports/telephony/kamailio/pkg/PLIST-mysql
    N ports/telephony/kamailio/pkg/PLIST-perl
    N ports/telephony/kamailio/pkg/PLIST-postgresql
    N ports/telephony/kamailio/pkg/PLIST-radius
    N ports/telephony/kamailio/pkg/PLIST-snmpstats
    N ports/telephony/kamailio/pkg/PLIST-xmlrpc
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/04 07:46:07

Modified files:
	usr.sbin/relayd: hce.c relayd.c ssl.c 

Log message:
Keep around the SSL session for each checked host. This way SSL
caching can kick in on subsequent checks, making them faster and
lighter on the server.

From camield, closes PR 6137 (modified diff)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 07:48:50

Modified files:
	telephony/kamailio/pkg: MESSAGE-main 

Log message:
better MESSAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/04 07:51:57

Modified files:
	share/man/man5 : port-modules.5 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 07:52:51

Modified files:
	telephony      : Makefile 

Log message:
+kamailio


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/04 08:03:22

Modified files:
	usr.sbin/relayd: check_tcp.c 

Log message:
tweak


CVSROOT:	/cvs
Module name:	src
Changes by:	reyk@cvs.openbsd.org	2009/06/04 08:12:16

Modified files:
	usr.sbin/relayd: relayd.h 

Log message:
remove unused variable


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 08:15:50

Modified files:
	usr.bin/tmux   : input.c 

Log message:
More input compatibility love. Support C0 within escape sequences, and the C0
control character VT (vertical tab, \013), which is treated as LF like
VT102. Makes another vttest happy.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 08:24:49

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Oops, CAN and SUB should abort the sequence (return to first state), not remain
in the same state.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 08:42:14

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Okay, so I screwed up when testing this, doh. Unbreak so that CAN/SUB actually
do cancel the sequence, and tweak to make the code more clear.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 08:43:40

Modified files:
	infrastructure/templates: network.conf.template 

Log message:
make a suggestion about using .include to pull this file into
../db/network.conf and just add your own overrides; saves trouble
when a new mirror is added.

ok jim@ benoit@ pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2009/06/04 08:48:07

Modified files:
	usr.bin/systat : engine.c 

Log message:
Plug memory leak when the terminal is resized.
Reported by Simon Bertrang, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/04 08:59:26

Modified files:
	bin/df         : df.1 
	usr.bin/du     : du.1 

Log message:
- sync the descriptions of -h and -k
- note that the last -h or -k specified takes precedence

the latter part based on a diff from Daniel Dickman, with text from ls.1
ok otto millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 09:15:48

Modified files:
	infrastructure/fetch: fetch-all 

Log message:
simplify, remove dead variable, handle ports without distfiles,
support FETCH_CMD (defaulting to ftp, as before). from Mikolaj Kucharski,
been in my tree for ages and works ok - ftp.ca maintainer timeout ;)


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/04 10:11:25

Modified files:
	lib/libxcb     : Makefile.inc 

Log message:
Fix build for system that don't set XSRCDIR explicitely.
Problem noticed by ckuethe@. Thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 10:21:45

Modified files:
	graphics/hugin : Makefile 
	graphics/hugin/pkg: PFRAG.shared 

Log message:
set VERBOSE=1 so cmake displays the compiler command lines (suggestion
from landry@), remove bogus comment in Makefile, remove dead @comment in
PFRAG.shared (plist change -> bump).


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/04 10:36:07

Modified files:
	lib/libX11     : Makefile.bsd-wrapper 

Log message:
Fix building without xcb. Found by david@. Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 10:52:12

Modified files:
	sys/arch/sgi/sgi: machdep.c 

Log message:
Don't bother setting RB_SERCONS in boothowto since this flag is not used
by anything.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/04 10:56:20

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
move redundant bus_dmamap_sync calls outside an if/else block.
from Brad; ok chris@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 11:02:36

Modified files:
	sys/dev/acpi   : acpivout.c 

Log message:
KNF dammit


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/04 11:16:00

Modified files:
	sys/dev/acpi   : acpivideo.c 

Log message:
Add myself to the copyright, suggested by marco@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 11:21:00

Modified files:
	driver/xf86-video-glint/src: Makefile.am 

Log message:
Since the driver uses the big-endian view of the registers we shouldn't be
byteswapping during register access.  Define PPC_MMIO_IS_BE and
SPARC_MMIO_IS_BE to prevent this.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/04 11:25:51

Modified files:
	sys/dev/acpi   : acpivout.c 

Log message:
Even more KNF.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 11:28:08

Modified files:
	driver/xf86-video-glint: Makefile.in configure 
	driver/xf86-video-glint/man: Makefile.in 
	driver/xf86-video-glint/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	damien@cvs.openbsd.org	2009/06/04 11:41:32

Modified files:
	.              : want.html 

Log message:
For a driver I am developing, I need various Atheros 802.11n devices
(from AR5416 up to AR9285), preferably in PCI/PCI-E/Mini-PCI/Mini-PCI
Express/CardBus form-factors (not ExpressCard).
Please provide antennas and pigtails for Mini-PCI form-factor whenever
possible.
Contact damien@openbsd.org.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 11:42:23

Modified files:
	sys/kern       : subr_pool.c 

Log message:
the POOL_DEBUG checks needed to be more friendly with DIAGNOSTIC


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/04 11:45:51

Modified files:
	geo/qgis       : Makefile 

Log message:
Fix depends on py-gdal-*, patch by Kirill Bychkov, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/04 11:48:22

Added files:
	net/zabbix/files: zabbix.conf zabbix.ini 

Log message:
- forgot to addt these


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/04 11:51:38

Modified files:
	usr.sbin/relayd: imsg.c 

Log message:
make the imsg framework endian-safe so that it can also be used
for network message passing.

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/04 11:55:39

Log message:
    Import mapserver 5.4.0:
    MapServer is a system for developing web-based GIS applications.
    The basic system consists of a CGI program that can be configured to
    respond to a variety of spatial requests like making maps, scalebars,
    and point, area and feature queries.
    This port is splitted in 4 packages: -main contains the mapserv CGI,
    -php contains the PHP Mapscript extension, -perl contains Mapscript perl
    bindings and -utils contains various utilities and examples of use.
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090604
    
    N ports/geo/mapserver/Makefile
    N ports/geo/mapserver/distinfo
    N ports/geo/mapserver/pkg/PLIST-utils
    N ports/geo/mapserver/pkg/PLIST-perl
    N ports/geo/mapserver/pkg/PLIST-php
    N ports/geo/mapserver/pkg/PLIST-main
    N ports/geo/mapserver/pkg/DESCR-php
    N ports/geo/mapserver/pkg/DESCR-utils
    N ports/geo/mapserver/pkg/DESCR-main
    N ports/geo/mapserver/pkg/DESCR-perl
    N ports/geo/mapserver/pkg/MESSAGE-main
    N ports/geo/mapserver/pkg/MESSAGE-php
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/04 11:56:14

Modified files:
	geo            : Makefile 

Log message:
+mapserver


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 12:01:11

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/06/04 12:01:56

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/patches: patch-Makefile 
	devel/git/pkg  : PLIST-main 

Log message:
Update to git-1.6.3.2.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/04 12:03:07

Modified files:
	usr.sbin/ypldap: ber.c 
	usr.sbin/snmpd : ber.c 

Log message:
Make the types of ber_read() decl match the prototype.
'looks good' pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/04 12:03:13

Modified files:
	audio/libid3tag: Makefile 

Log message:
this requires gperf now, otherwise an incomplete library is built


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 12:06:35

Modified files:
	include        : resolv.h 
	lib/libc/net   : res_init.c getaddrinfo.c 

Log message:
Add a resolv.conf option to specify the order in which getaddrinfo
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.

ok deraadt@, plenty of cheering in the room wrt the idea, not loud
enough complaining from the v6 crowd.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 12:06:58

Modified files:
	share/man/man5 : resolv.conf.5 

Log message:
Add a resolv.conf option to specify the order in which getaddrinfo
PF_UNSPEC queries are made. While there change the default from inet6
first then inet4 to inet4 first then inet6, this prevents the many
people with IPv4 only connectivity from constantly trying to contact
IPv6 addresses, and also unbreaks many ports who don't use getaddrinfo
right.

(forgot the manpage bit).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/04 12:12:56

Modified files:
	sys/dev/pci    : if_sis.c if_sisreg.h 

Log message:
- Rewrite ioctl handling code and receive filter handling to clean
up the code a bit.
- Remove unused sc_if_flags field.

from Brad.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 12:18:11

Modified files:
	driver/xf86-video-glint/src: glint_driver.c 

Log message:
The mmio registers consist of two blocks of 64k.  The first 64k provide
a little-endian view, the second 64k provide a big-endian view.  Restrict
mapping to 64k to prevent mapping beyond the end of the BAR if we map the
big-endian view on big-endian machines.  There is no reason to map the
big-endian view on little-endian machines.

ok matthieu@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 12:20:10

Modified files:
	driver/xf86-video-glint/src: glint_driver.c 

Log message:
Map and unmap registers around DDC probe.

ok matthieu@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/04 12:24:20

Modified files:
	lang/gcc/4.2   : Makefile gcc4.port.mk 
	lang/gcc/4.2/patches: patch-libffi_configure 
Added files:
	lang/gcc/4.2/patches: patch-boehm-gc_Makefile_in 
	                      patch-boehm-gc_configure 
	                      patch-boehm-gc_dyn_load_c 
	                      patch-boehm-gc_include_gc_config_h_in 
	                      patch-boehm-gc_include_gc_config_macros_h 
	                      patch-boehm-gc_include_gc_pthread_redirects_h 
	                      patch-boehm-gc_include_private_gcconfig_h 
	                      patch-boehm-gc_include_private_openbsd_stop_world_h 
	                      patch-boehm-gc_mach_dep_c 
	                      patch-boehm-gc_misc_c 
	                      patch-boehm-gc_openbsd_stop_world_c 
	                      patch-boehm-gc_os_dep_c 
	                      patch-boehm-gc_pthread_stop_world_c 
	                      patch-boehm-gc_pthread_support_c 
	                      patch-boehm-gc_tests_test_c 
	                      patch-boehm-gc_threadlibs_c 
	                      patch-configure patch-libffi_Makefile_in 
	                      patch-libffi_src_powerpc_ffitarget_h 
	                      patch-libjava_Makefile_in 
	                      patch-libjava_configure 
	                      patch-libjava_configure_host 
	                      patch-libjava_libltdl_configure 
	lang/gcc/4.2/pkg: PFRAG.PIC-java PFRAG.shared-java PLIST-java 

Log message:
- enable dwarf2 exceptions (w/major bump for libestdc++)
- add gcj support for i386, amd64 and sparc64
- add MODGCC4_LANGS=java support to gcc4.port.mk
okay robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/04 12:32:17

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/patches: patch-solenv_inc_unxobsd_mk 

Log message:
- fix 64-bit segfault in recently_used_file_handler.cxx/set_timestamp()
caused by sscanf "%ld" -> time_t sized var.
- remove -fno-stack-protector since gcc/4.2 doesn't have that on by
default yet
- depend on estdc++.>=11 (with dwarf2 exceptions)
okay robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/04 12:34:33

Modified files:
	usr.sbin/relayd: imsg.c 

Log message:
revert previous commit for now since it won't play well with snmpd.

ok pyr@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 12:36:30

Modified files:
	driver         : Makefile 

Log message:
Build xf86-video-glint on OpenBSD/sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/04 12:36:43

Modified files:
	sys/nfs        : nfs_srvcache.c 

Log message:
Plug mbuf leaks in the DRC, when we reuse entries we didn't
free the mbufs the entry has (socket name, reply).

Found with dlg@'s amazing mbuf debug diff, fix is based on
the same thing in NetBSD (by yamt@netbsd.org).

OK blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/04 12:44:27

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
Move code that logically belongs together to be together.

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 12:48:24

Modified files:
	usr.bin/tmux   : input.c screen.c tmux.h 

Log message:
Proper support for tab stops (\033H etc), using a bitstring(3). Makes another
vttest test happy.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 12:48:55

Modified files:
	sys/kern       : subr_pool.c 

Log message:
POOL_DEBUG and DIAGNOSTIC should be better friends


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/04 12:55:49

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
the following:

error = foo();
if (!error)
bar();

is an alien construct; replace with one from this planet

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	wcmaier@cvs.openbsd.org	2009/06/04 12:59:28

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageInfo.pm 

Log message:
Canonicalise package names when comparing them against the package database.

This unconfuses pkg_* when passed paths that, while valid, don't exactly
match /var/db/pkg. For example, the following now works (note the double
slash):

$ pkg_info /var//db/pkg/somepackage

Hasty tab-completers the world over shall rejoice. Tweaks and ok espie@.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/06/04 12:59:34

Modified files:
	usr.bin/netstat: netstat.1 

Log message:
Add mpls and pflow to the list of supported address families, and sort
it.

`sure' deraadt, `sure why not' claudio, minor complains about the
sorting from phessler.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/04 13:01:30

Modified files:
	usr.bin/top    : top.c 

Log message:
with -d1, switch interactive mode off, so the screen isn't restored
immediately afterwards on a smart terminal. found by claudio@.
"I like that diff" deraadt "yes please!" phessler "I think that
makes sense" claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/04 13:04:25

Modified files:
	sys/dev/usb    : usbdevs if_run.c 

Log message:
the Sitecom WL-608 is a run(4) (although it is not 80.11n capable).
it has an RT2070 MAC/BB which is a (cheap) single-chip 802.11g solution.

USB ID provided by Michael Kiesel.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/04 13:05:09

Modified files:
	usr.bin/aucat  : Makefile 

Log message:
don't trust the compiler to generate warnings we care about,
remove -Werror.
ok ratchov@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/04 13:05:44

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/04 13:07:21

Modified files:
	sys/net        : if.c if.h 
	sys/netinet6   : in6.c 
	sys/sys        : sockio.h 
	sbin/ifconfig  : ifconfig.c 

Log message:
allow IPvShit to be turned off completely per-interface.
ifconfig em0 -inet6
deletes all v6 addresses including link-local and prevents new ones from
being added.
ifconfig em0 inet6 <addr>
re-enables v6, brings the link local back and adds optional <addr>
ok theo reyk


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:11:48

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
trying to split some parts;
- tx_start never actually free'd mbufs;  oops
report/test/ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/04 13:15:26

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
i care about theo's hydration level. make him stop whining by documenting
inet6/-inet6


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 13:15:27

Modified files:
	.              : sparc64.html 

Log message:
Mention new framebuffer support.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/04 13:16:13

Modified files:
	sys/kern       : kern_bufq.c 

Log message:
add $OpenBSD$ tag


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/04 13:19:28

Modified files:
	sys/nfs        : nfs_socket.c 

Log message:
typo; init -> in it

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:27:27

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
instead of having some 'generic' data str. with "NB: don't use it
for tx" for some fields, and functions trying to do everything;
split it into rx_data & tx_data.  this way it's less error-prone.
i've actually fixed a bug doing this.
"please start comitting this stuff" jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:30:19

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:37:26

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- fix some comments
- remove some unused fields from softc
- spacing


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 13:42:22

Modified files:
	sys/arch/amd64/amd64: db_trace.c 

Log message:
Remove support for non-ELF; it never existed for amd64.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:45:36

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
- update io functions to support index
- add index macros


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/04 13:49:17

Modified files:
	databases/py-sqlalchemy: Makefile distinfo 
	databases/py-sqlalchemy/pkg: PLIST 

Log message:
Update to sqlalchemy 0.5.4p2.

PKGNAME tweak and "fine by me" martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 13:53:17

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- KNF
- nitemize


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/04 14:01:02

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
merge some individual SIS_SETBIT (done for natsemi chips only)
into sis_iff_ns() (called only for natsemi). from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 14:07:34

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
difs&eifs are 8187 regs


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/04 14:31:38

Modified files:
	usr.sbin/relayd: imsg.c imsg.h relayd.h 
Removed files:
	usr.sbin/relayd: imsg_types.h 

Log message:
- move message types enum back to relayd.h
- use u_int16_t instead of enum imsg_type in imsg function prototypes

requested by reyk@, ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/04 14:39:13

Modified files:
	lib/libc/stdlib: setenv.c 

Log message:
Don't assume that we can overwrite strings in the environment.
Someone may have passed a read-only string to putenv() (I'm looking
at you cron!).


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 14:51:44

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
- make comments understandable by lint
- reduce diff a bit


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/06/04 14:52:14

Modified files:
	.              : plus.html 

Log message:
Upto 06/04


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 14:58:34

Modified files:
	usr.bin/ftp    : fetch.c main.c 

Log message:
set anonftp a little later;  in autofetcher itself.  after we
actually know that that login is not provided in url;  and we should
guess it.  fixes a bug reported by halex@ where it tried to login
as 'ftp' after unsuccessful logins;  ok theo, halex@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 15:02:21

Modified files:
	usr.bin/tmux   : input.c 

Log message:
Implement the CBT (backward tab) sequence (\033[Z).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/04 15:02:33

Modified files:
	lib/libc/yp    : ypclnt.3 

Log message:
fix two obvious typos


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 15:04:57

Modified files:
	driver/xf86-video-glint/src: glint_driver.c 

Log message:
Disable int10 code if __sparc__.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 15:06:52

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- prepare for multiple revisions;  urtw_lookup stuff
- fix some comments
- remove var from a declaration;  for consistency


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/04 15:07:23

Modified files:
	devel/cmake    : cmake.port.mk 

Log message:
Add a new variable MODCMAKE_VERBOSE which is on by default when !BATCH,
to enable cmake VERBOSE mode and see the build output.

ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/04 15:10:47

Modified files:
	sys/ufs/ufs    : ufs_vnops.c 

Log message:
tiny tiny space nit


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/04 15:12:07

Modified files:
	astro/stellarium: Makefile 
	devel/libopensync: Makefile 
	graphics/hugin : Makefile 

Log message:
- no need to set VERBOSE anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 15:13:03

Modified files:
	sys/arch/alpha/alpha: disksubr.c 
	sys/arch/hp300/hp300: disksubr.c 
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/luna88k/luna88k: disksubr.c 
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/sgi/sgi: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 
	sys/arch/sparc/sparc: disksubr.c 
	sys/arch/sparc64/sparc64: disksubr.c 
	sys/arch/vax/vax: disksubr.c 
	sys/sys        : disklabel.h 
	sys/kern       : subr_disk.c 
	lib/libc/gen   : disklabel.c 
	sbin/disklabel : Makefile disklabel.c editor.c extern.h 

Log message:
Recycle four ancient fields in the disklabel structure, replacing them with
bounds information, ie. the zone of the disk that OpenBSD can use.  Have each
pre-disklabel parser (MBR, DPME, or per-arch MD disklabel parsers) figure out
this area and pass it up to userland.  Then, delete all the same disk parsing
code from disklabel(8) since the kernel passes it up.  Lots and lots of - signs
in the disklabel(8) code.
Tested on as many platforms as possible, the fallout will be repaired as time
goes on.  To test, use disklabel -d <drive> and validate that the bounds do not
overlap any boot blocks.  This same information is used by disklabel -A...
OK for the concept from krw, miod, and drahn


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 15:21:15

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
detect & print the revision (rev. d, b) of rtl8187l chip using the
tx_conf register.  if you get "not supported" in your dmesg;  it's
actually an (early) rtl8187b that's using rtl8187l id;  so you
should test the diff on tech@.
otherwise;  rtl8187b devices not matched yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	simon@cvs.openbsd.org	2009/06/04 15:26:23

Modified files:
	usr.sbin/httpd/src/support: apachectl 

Log message:
add RCFLAGS to config test cases

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/04 15:27:14

Modified files:
	sys/kern       : kern_physio.c 

Log message:
obvious shrinkage.

ok krw@, miod@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 15:33:03

Modified files:
	mail/postfix/stable: Makefile distinfo 

Log message:
update to 2.6.2; affects older 2.6.x and 2.7 snapshots but not 2.5.

"With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them."

ok jakob@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 15:33:43

Modified files:
	mail/postfix/snapshot: Makefile distinfo 

Log message:
update to 2.7.20090528; affects older 2.6.x and 2.7 snapshots but not 2.5.

"With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them."

ok jakob@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 15:38:10

Modified files:
	sys/arch/vax/mscp: mscp_disk.c 
	sys/arch/vax/vsa: hdc9224.c 

Log message:
Fix fallback from struct disklabel changes.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 15:38:29

Modified files:
	lib/libc/net   : getaddrinfo.c res_init.c 

Log message:
simplify the 'family' option parser and make it more evident what we're
now doing.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/04 15:42:40

Modified files:
	net/avahi      : Makefile 
	net/avahi/pkg  : PLIST-gtk PLIST-main PLIST-qt3 PLIST-qt4 
Added files:
	net/avahi/pkg  : PFRAG.shared-main PFRAG.shared-qt3 
	                 PFRAG.shared-qt4 

Log message:
- make this package use PSEUDO_FLAVORS so that one does not need to
build half of the ports tree just to build the main subpackage; this
change will also allow to fix the cyclic with gtk2-cups and qt-3+4
- move some files from -main to -gtk where they belong
- as a side note, only the -gtk subpackage is SHARED_ONLY now


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 15:43:24

Modified files:
	usr.bin/tmux   : server-msg.c status.c 

Log message:
If the prompt is hidden or a password is sent with -U, zero it before freeing
it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/04 15:46:49

Modified files:
	print/cups     : Makefile 

Log message:
- fix cyclic dependency by using the "no_gtk no_qt3 no_qt4" FLAVOR of
avahi so that only the -main subpackage is built
(i.e. cups needs avahi, avahi needs qt3, qt3 needs cups... *bang*)

issue reported by sthen@, then naddy@, then sturm@...


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 15:52:11

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- 8187 uses different anaparam values
- use function pointer we've saved;  that'll make things easier for 8187b.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 15:53:43

Modified files:
	usr.sbin/bgpd  : rde.h rde_rib.c 

Log message:
Implement rib_find and add a rib id to struct rde_peer.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 15:56:14

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Zero the password given to -U in the client as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 15:57:56

Modified files:
	sys/arch/mvme68k/mvme68k: disksubr.c 
	sys/arch/mvme68k/stand/libsa: bugdev.c 
	sys/arch/mvme88k/mvme88k: disksubr.c 
	sys/arch/mvme88k/stand/libsa: bugdev.c 
	sys/arch/sgi/stand/sgivol: sgivol.c 

Log message:
More fallback from struct disklabel changes, yawn


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 16:01:26

Modified files:
	x11/gnome/vfs2 : Makefile 

Log message:
unbreak the avahi/qt4/gstreamer-base/vfs2/avahi circle; ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 16:08:19

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h parse.y rde.c 

Log message:
Make mrt understand alternate RIB plus remove some other static rib references.
There is still a problem with the mrt dumps because we only allow one in the
RDE. This needs some additional work.


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/04 16:08:41

Modified files:
	www/p5-CGI-Simple: Makefile distinfo 

Log message:
Update to 1.112

ok simon@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/04 16:08:52

Modified files:
	sys/conf       : files 

Log message:
fix minor tab alignment

ok jj@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/04 16:10:42

Modified files:
	net/p5-Net-SSH2: Makefile distinfo 

Log message:
Update to 0.19

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/04 16:23:28

Modified files:
	devel/libmtp   : Makefile 

Log message:
changing MAINTAINER requires a pkg bump


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/04 16:27:31

Modified files:
	sys/dev/pci    : if_ix.c if_ix.h ixgbe.h 

Log message:
switch to a bnx style dynamic pool backed tx so we don't
have to allocate everything up front.

Requested by reyk@, 'I'm fine with it' dlg@, 'commit it' deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 16:38:53

Modified files:
	usr.sbin/procmap: procmap.c 

Log message:
No longer consider kernel pointers invalid if pointing under the kernel
load address (hello, PMAP_DIRECT architectures). Makes procmap walk the
kernel name cache correctly.
ok art@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/04 16:42:15

Modified files:
	usr.sbin/relayd: imsg.c imsg.h 

Log message:
change imsg_close() return type to void. It never fails nor does it
return any useful value.

"ok now" pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/04 16:44:11

Modified files:
	devel/p5-AnyEvent: Makefile distinfo 

Log message:
Update to 4.41


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/04 16:45:32

Modified files:
	usr.sbin/rtsold: if.c 

Log message:
turn ipvcrap on on the interface in question. sake bottle pushed by theo,
tested by naddy


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 16:54:25

Modified files:
	driver/xf86-video-glint/src: glint_driver.c 

Log message:
Don't set the default depth to 8bpp.  These days 24/32bpp makes much more
sense.

ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 16:56:13

Modified files:
	sys/arch/amd64/amd64: db_trace.c 

Log message:
Make backtraces through interrupts work.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 17:13:21

Modified files:
	sys/dev        : flash.c 

Log message:
remove variable left behind by thib


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/04 17:24:17

Modified files:
	usr.sbin/sysmerge: sysmerge.8 sysmerge.sh 

Log message:
When in auto-mode, automatically install binary files (from the X set).

``please put it in'', pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/04 17:31:48

Modified files:
	usr.bin/mg     : def.h region.c 

Log message:
Fix problem where line numbers get out of sync on a region-kill (C-w).
Noticed and ok matthieu@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/04 17:32:07

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
Ensure we are sleeping from the kernel. Code changed to match i386.

ok art


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 17:33:49

Modified files:
	usr.sbin/relayd: imsg.c imsg.h relayd.h 

Log message:
move logging functions out of imsg.h, make imsg.c more library ready
by not calling log_* or fatal and handle set errno when appropriate.

discussed with a bunch of imsg conscious guys, ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/04 17:34:32

Modified files:
	usr.bin/tmux   : cmd.c 

Log message:
Print a better message than '(null)' if no command is specified ("tmux \;").


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/04 17:37:10

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
silently ignore -a if a username is supplied in the url

"looks sensible" deraadt@, "fine by me" martynas@

also removed an indeed misplaced/outdated comment per martynas@ request


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/04 17:37:50

Modified files:
	x11/wmx        : Makefile 
	x11/wmx/patches: patch-Config.h patch-Manager.C patch-Menu_C 
	x11/wmx/pkg    : PLIST 

Log message:
fix build after putenv() prototype change and regen patches


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/04 17:39:37

Modified files:
	usr.bin/mg     : buffer.c def.h dired.c echo.c file.c grep.c 
	                 help.c theo.c undo.c window.c 

Log message:
Add the notion of an "ephemeral" popup, so we can flag a window
for destruction at a later date. (in the process, add a window flag field)

This fixes an issue noted by maja: namely, the *completion*
window that pops up when you try to complete a filename on
buffer load would destroy any second window that you happened
to have open.

ok maja@


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/04 17:39:46

Modified files:
	usr.sbin/ntpd  : ntp.c ntpd.h 

Log message:
After calling adjfreq to correct the clock's rate, measure and fix the clock
offset. This avoids future frequency adjustments based on measurements of a
clock that was being adjusted. End result: more stable clock and better
frequency convergence.

Also, fix a mis-ordered structure member while I'm here.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 17:42:02

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- factor out rf into its own structure
- clean up the softc a bit
- remove unused SET_CHANNEL
- init set sens


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/04 17:48:00

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
Change i386 ACPI sleep to KASSERT if the pmap can't be activated
properly. Now i386 and amd64 implementations match.

ok art


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/04 17:56:50

Modified files:
	usr.bin/mg     : buffer.c mg.1 

Log message:
If a buffer is created with a name that starts and ends with an askerisk
(e.g. *scratch*, *Completions*, *grep*) it is considered throwaway; i.e.
the user will NOT be prompted to save changes when the buffer is killed.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/04 18:03:44

Modified files:
	.              : INDEX 

Log message:
sync; 5757 unzels. whatever they are.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 18:04:01

Modified files:
	usr.sbin/relayd: check_script.c control.c hce.c imsg.c imsg.h 
	                 pfe.c relay.c relay_udp.c relayd.c relayd.h 
	                 snmp.c 

Log message:
Make imsg completely async model agnostic by not requiring an
imsg_event_add function to be provided (which ended up being a named
callback).
Instead provide a wrapper in the daemon and call that everywhere.
Previsously discussed with the usual suspects,
ok eric@ though not too happy about the function name
(imsg_compose_event).


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:05:22

Modified files:
	sys/kern       : uipc_mbuf.c uipc_socket.c 
	sys/net        : if.c if.h if_ethersubr.c if_fddisubr.c pf.c 
	                 route.c route.h rtsock.c 
	sys/netinet    : if_ether.c in.c in.h in_pcb.c in_pcb.h in_var.h 
	                 ip_carp.c ip_icmp.c ip_icmp.h ip_input.c 
	                 ip_ipip.c ip_mroute.c ip_output.c ip_var.h 
	                 raw_ip.c tcp_input.c tcp_output.c tcp_subr.c 
	                 tcp_timer.c tcp_usrreq.c tcp_var.h udp_usrreq.c 
	sys/netinet6   : icmp6.c in6_pcb.c raw_ip6.c 
	sys/sys        : mbuf.h socket.h sockio.h 

Log message:
Initial support for routing domains. This allows to bind interfaces to
alternate routing table and separate them from other interfaces in distinct
routing tables. The same network can now be used in any doamin at the same
time without causing conflicts.
This diff is mostly mechanical and adds the necessary rdomain checks accross
net and netinet. L2 and IPv4 are mostly covered still missing pf and IPv6.
input and tested by jsg@, phessler@ and reyk@. "put it in" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:06:52

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
Make it possible to bind an interface to a rdomain. Manpage will follow soon.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:07:47

Modified files:
	sbin/ping      : ping.8 ping.c 

Log message:
Allow ping to use an alternate routing domain by using the -V flag.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:10:01

Modified files:
	usr.sbin/traceroute: traceroute.8 traceroute.c 

Log message:
Use -V to specify an alternate routing domain.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:11:26

Modified files:
	sbin/ping      : ping.8 ping.c 

Log message:
Fix usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:13:35

Modified files:
	usr.sbin/arp   : arp.8 arp.c 

Log message:
One more tool that knows about other domains via -V


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:18:10

Modified files:
	usr.bin/nc     : nc.1 netcat.c 

Log message:
The networking swissarmy knife needs to work on alternate domains as well.
Again -V can be used to specify the domain.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:20:46

Modified files:
	usr.bin/telnet : commands.c externs.h main.c telnet.1 

Log message:
Last but not least. Telnet -V rdomain to connect to systems in other routing
domains.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 18:20:50

Modified files:
	usr.sbin/relayd: control.c hce.c pfe.c relay.c relayd.c 

Log message:
some KNF cleanup following the last sed.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/04 18:30:05

Modified files:
	sys/sys        : proc.h 

Log message:
The names for p_flags bits had fallen out of date


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/04 18:41:14

Modified files:
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 
	sys/kern       : subr_disk.c 

Log message:
Clamp the ending bound to the size of the disk.  This makes disklabel -A
still do the right thing if the MBR has a lie in it


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 18:43:09

Modified files:
	share/man/man4 : route.4 

Log message:
Document SO_RDOMAIN


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 18:53:33

Modified files:
	usr.sbin/ospfd : packet.c 

Log message:
don't mess with buffer internals,
ok claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	merdely@cvs.openbsd.org	2009/06/04 18:59:45

Modified files:
	multimedia/kaffeine: Makefile distinfo 
	multimedia/kaffeine/patches: patch-configure_in 
	multimedia/kaffeine/pkg: PLIST 

Log message:
"bug fix update to Kaffeine 0.8.8" from brad
ok sthen


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/04 19:19:09

Modified files:
	usr.sbin/ospfd : buffer.c imsg.c ospfd.h 

Log message:
treat buf->wpos as the size to send out on the wire, not buf->size,
this plays better with dynamic buffers which are now the norm.
ok by a slightly annoyed claudio@, ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 19:21:02

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
reduce diff i will send in a minute


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/04 19:21:54

Modified files:
	sys/dev/usb    : if_urtwreg.h 

Log message:
this one too


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/06/04 21:06:10

Modified files:
	faq            : faq2.html 

Log message:
Info on how to make better kernel crash reports. Original work done by dhartmei (with permission), asked for by henning, ok'd by nick


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/04 21:10:28

Modified files:
	sys/net        : if.c 

Log message:
Add missing #ifdef INET6 ... #endif

Makes non-IPv6 kernels build again

blame and ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/04 21:13:16

Modified files:
	usr.bin/tmux   : cmd-attach-session.c cmd-rotate-window.c grid.c 
	                 names.c screen-write.c tty-term.c tty-write.c 

Log message:
Remove trailing newlines, spaces, and tabs.

No binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/04 21:24:20

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
EPERM from VOP_ACCESS() is always an error, so don't hide it.

Diff from FreeBSD.

OK blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/04 21:37:10

Modified files:
	usr.sbin/wsmoused: mouse_protocols.c mouse_protocols.h 
	                   wsmoused.8 wsmoused.c wsmoused.h 

Log message:
Add the ability to attach wsmoused to a different wsdisplay than wsdisplay0
(i.e. ttyCcfg) with the new -D option.

While there, a lot of cleanup, including not creating a pidfile by default
(since there might be more than one wsmoused running on multiple wsdisplay
systems).


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/06/04 21:54:42

Modified files:
	usr.sbin/arp   : arp.c 

Log message:
more rtm->rtm_hdrlen conversion

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/04 21:57:32

Modified files:
	sys/dev/ic     : sili.c 
	sys/dev/pci    : if_bge.c 
	sys/kern       : kern_sig.c 

Log message:
%zu is not meant for size_t in the kernel. Change to %lu.

OK miod


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 22:09:15

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Document rdomain


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/04 22:12:52

Modified files:
	usr.sbin/ospfd : interface.c kroute.c ospfd.c ospfd.h parse.y 

Log message:
Preliminary rdomain support, all hacked up by reyk@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/04 22:29:14

Modified files:
	sys/kern       : kern_sysctl.c vfs_bio.c 
	sys/sys        : mount.h 
	sys/uvm        : uvm_pdaemon.c 

Log message:
Dynamic buffer cache sizing.

This commit won't change the default behaviour of the system unless the
buffer cache size is increased with sysctl kern.bufcachepercent. By default
our buffer cache is 10% of memory, which with this commit is now treated
as a low water mark.  If the buffer cache size is increased, the new size
is treated as a high water mark and the buffer cache is permitted to grow
to that percentage of memory.

If the page daemon is invoked, the page daemon will ask the buffer cache
to relenquish pages. if the buffer cache has more than the low water mark it
will relenquish pages allowing them to be consumed by uvm. after a short
period the buffer cache will attempt to re-grow back to the high water mark.

This permits the use of a large buffer cache without penalizing the available
memory for other purposes.

Above the low water mark the buffer cache remains entirely subservient to
the page daemon, so if uvm requires pages, the buffer cache will abandon
them.

ok art@ thib@ oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/04 22:29:22

Log message:
    Import py-serial:
    
    This python module provides access to the serial port, with backends for
    standard Python running on Windows, Linux, BSD (possibly any POSIX
    compilant system), Jython and IronPython. The module named "serial"
    automatically selects the appropriate backend.
    
    Port by MAINTAINER (Daniel Gruber <daniel at tydirium dot org>) with
    tweaks from me.
    
    Status:
    
    Vendor Tag:	wcmaier
    Release Tags:	wcmaier_20090604
    
    N ports/devel/py-serial/Makefile
    N ports/devel/py-serial/distinfo
    N ports/devel/py-serial/patches/patch-serialposix_py
    N ports/devel/py-serial/pkg/DESCR
    N ports/devel/py-serial/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	wcmaier@cvs.openbsd.org	2009/06/04 22:32:08

Modified files:
	devel          : Makefile 

Log message:
Add py-serial.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 22:33:19

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Save some state and restore it after we return from X, because the accelerated
X driver for this chip doesn't know how to clean up after itself.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/04 22:35:26

Modified files:
	sys/isofs/udf  : ecma167-udf.h udf_vfsops.c udf_vnops.c 

Log message:
Update to Reinoud Zandijk's much more current version of ecma167-udf.h
and make textual tweaks to .c files to keep them compiling. From
NetBSD.

No changes to .o's at this point.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/04 22:43:24

Modified files:
	sys/dev        : rnd.c 

Log message:
Sanity check: we overrun the rnd_ed[] array if nbits is 32, but that
should be impossible given the multi-order delta logic

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/04 23:24:37

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Disable and clear hardware cursor to clean up after X.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/04 23:43:42

Modified files:
	distrib/miniroot: install.sub 

Log message:
add some hostname sanity check
honour the path part of the suggested hostname/path combo

"please commit" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 00:05:06

Modified files:
	share/man/man4 : jme.4 
	sys/dev/pci    : if_jme.c 

Log message:
enable IPv6 receive TCP/UDP checksum offload; from Brad


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:27:52

Modified files:
	usr.sbin/sysmerge: sysmerge.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:29:44

Modified files:
	usr.bin/mg     : mg.1 

Log message:
the the


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:47:12

Modified files:
	sbin/ping      : ping.8 
	usr.sbin/traceroute: traceroute.8 
	usr.sbin/arp   : arp.8 
	usr.bin/nc     : nc.1 
	usr.bin/telnet : telnet.1 

Log message:
tweak -V;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:48:32

Modified files:
	share/man/man4 : route.4 

Log message:
zap trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:50:52

Modified files:
	usr.sbin/wsmoused: wsmoused.8 

Log message:
kill trailing whitespace;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:54:25

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
seperate -> separate


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 00:56:51

Modified files:
	share/man/man5 : resolv.conf.5 

Log message:
simplify the "family" text; ok pyr deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 01:14:31

Modified files:
	usr.sbin/relayd: buffer.c 

Log message:
sync buffer.c with ospfd, send out buf->wpos and not buf->size.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/05 01:15:58

Modified files:
	usr.bin/tmux   : client.c 

Log message:
Call setproctitle earlier in the client, and include the socket name. Makes it
easier to match client to server in ps/pgrep when using several servers.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/05 01:18:37

Modified files:
	usr.bin/tmux   : cmd-string.c window.c 

Log message:
strdup the input to putenv to avoid in one case passing a string that is later
freed and in the other const strings.

looks sane to millert, ok ray


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/05 01:21:18

Modified files:
	games/fortune/datfiles: fortunes 

Log message:
fix a quote from GBS;
from John Hein, freebsd conf/131469


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/05 01:22:23

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Check the first of LC_CTYPE, LC_ALL and LANG, rather than just the last, when
trying to decide about UTF-8, and use strcasestr. Reported by Geert Hendrickx.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 02:50:00

Modified files:
	usr.sbin/smtpd : smtpd.h 

Log message:
Destroy gilles' fantasy function.
ok by a desillusionned gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 03:12:25

Modified files:
	sys/arch/sgi/sgi: disksubr.c 

Log message:
use the right accounting for bound edges (i think)


CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/06/05 03:28:24

Log message:
    XMMS2-Scrobbler is a client for XMMS2 that feeds information about the
    songs you played to last.fm.
    
    From Amaury Gauthier, thanks !
    
    tweaks and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	pea
    Release Tags:	pea_20090605
    
    N ports/audio/xmms2-scrobbler/Makefile
    N ports/audio/xmms2-scrobbler/distinfo
    N ports/audio/xmms2-scrobbler/patches/patch-Makefile
    N ports/audio/xmms2-scrobbler/pkg/DESCR
    N ports/audio/xmms2-scrobbler/pkg/MESSAGE
    N ports/audio/xmms2-scrobbler/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	pea@cvs.openbsd.org	2009/06/05 03:30:57

Modified files:
	audio          : Makefile 

Log message:
+ xmms2-scrobbler


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 03:52:26

Modified files:
	lib/libc/net   : res_init.c 

Log message:
compare and shift buffer against a fixed length not strlen derived values.
ok otto@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/05 04:51:45

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
Revert the curpmap change.  We know the IPI is broken on both ends,
but even with proposed fixes, the reaper panics are back.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/05 05:14:13

Modified files:
	usr.bin/tmux   : server-msg.c 

Log message:
Terminate cwd buffer before running xstrdup on it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/05 07:07:53

Modified files:
	devel/p5-Class-Std: Makefile distinfo 

Log message:
update to 0.0.9.

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/05 07:10:54

Modified files:
	devel/p5-Devel-Cycle: Makefile distinfo 

Log message:
update to 1.10

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/05 07:12:32

Modified files:
	devel/p5-Readonly-XS: Makefile distinfo 

Log message:
update to 1.05

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/05 07:13:17

Modified files:
	devel/p5-Params-Validate: Makefile distinfo 

Log message:
update to 0.91

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 08:39:25

Modified files:
	audio/xmms2-scrobbler: Makefile 

Log message:
- sanitise LIB_DEPENDS


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/05 09:17:02

Modified files:
	lib/libc/sys   : adjtime.2 
	sys/kern       : kern_time.c 

Log message:
abort any time adjustment in progress if the clock is set with settimeofday
ok millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/05 10:13:15

Modified files:
	www/mod_perl   : Makefile distinfo 
Removed files:
	www/mod_perl/patches: patch-src_modules_perl_mod_perl_c 
	                      patch-src_modules_perl_mod_perl_h 

Log message:
update to 1.31

ok simon@ merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 10:27:40

Modified files:
	sys/dev/pci    : if_em.c if_em.h 

Log message:
tidy up promiscuous mode and multicast handling; from Brad; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/05 10:39:39

Modified files:
	lib/libc/yp    : yp_get_default_domain.c 

Log message:
An empty sting cannot be used as a YP domain name,
so treat it similarly to a failing call to getdomainname.
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/05 11:08:37

Modified files:
	lib/libc/gen   : getgrent.c 

Log message:
When parsing a line stating with "+" or "-" in group(5),
check whether YP is active up front, not half-way through the parsing.
This fixes the bug that group names starting with a dash (yuck!)
were skipped when YP was not active, introduced in rev. 1.27.
Besides, the code becomes easier to understand.
The code inside the two switch cases is unchanged, just reindented.
"looks good" millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/05 11:19:00

Modified files:
	lib/libc/yp    : yp_bind.c 

Log message:
improve yp_bind(3) error reporting after clnttcp_create(3) failure:
map ECONNREFUSED -> YPERR_YPBIND, ENOMEM -> YPERR_RESRC, else YPERR_YPERR
while here, malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/05 11:20:31

Modified files:
	lib/libc/yp    : ypmatch_cache.c 

Log message:
malloc(3) failure should raise YPERR_RESRC, not YPERR_YPERR;
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 11:28:57

Modified files:
	x11/wxWidgets  : Makefile 
Added files:
	x11/wxWidgets/patches: patch-src_common_imagpng_cpp 

Log message:
- add SECURITY FIX for the first part of SA35292
wxWidgets Double Free Vulnerability

patch from upstream


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 11:36:49

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h rde.c 

Log message:
Change the way we do mrt dumps in the rde (from the retarded only one dump
possible to as many as you like). The mrt dumps are now done with the same
tree walking code as the control messages. Makes the RDE respond a bit faster
and use less memory while dumping.


CVSROOT:	/cvs
Module name:	ports
Changes by:	nicm@cvs.openbsd.org	2009/06/05 11:37:16

Modified files:
	geo/openbsd-developers: Makefile 
	geo/openbsd-developers/files: OpenBSD 

Log message:
Add myself.

"launch missiles!" wcmaier@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/05 12:00:11

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Clear screen to clean up after X.


CVSROOT:	/cvs
Module name:	src
Changes by:	kjell@cvs.openbsd.org	2009/06/05 12:02:06

Modified files:
	usr.bin/mg     : def.h line.c region.c undo.c yank.c 

Log message:
emacs handles the undo of a region kill (C-w) differently than a line kill
(C-k) with respect to cursor position. The former leaves the cursor at the end,
the latter at the beginning of the region.

emacs is wacky.

Make mg undo do the same. ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 12:37:13

Modified files:
	usr.bin/mg     : buffer.c 

Log message:
swap function order to bring into scope


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/05 13:09:52

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Remove redundant assignment.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/05 13:16:08

Modified files:
	sys/arch/sparc64/dev: machfb.c 

Log message:
Clear screen to clean up after X.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 13:19:02

Modified files:
	usr.sbin/pcidump: pcidump.8 pcidump.c 

Log message:
Allow pcidump -xxv to work (show all the info)
ok phessler


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/05 13:28:33

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Save some more state such that we recover from X changing depth on us.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 13:30:48

Modified files:
	sys/dev/pci    : if_fxp_pci.c 

Log message:
Add support to fxp(4) for the 82552 MAC found in some variation of
the ICH7 chipset.  Untested, but can't break anything that already
works.  From Brad; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/05 13:32:26

Modified files:
	usr.bin/nfsstat: nfsstat.c 

Log message:
- remove an over-obvious header

prompted by deraadt@
"nuke nuke nuke" thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 13:33:59

Modified files:
	usr.sbin/ospfd : auth.c buffer.c control.c imsg.c lsreq.c 
	                 lsupdate.c ospfd.c ospfd.h ospfe.c rde.c 
Added files:
	usr.sbin/ospfd : imsg.h 

Log message:
make ospfd's imsg lib ready as well.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/05 13:34:58

Modified files:
	sys/nfs        : nfsm_subs.h 

Log message:
- make this a lot more readable; no binary change

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 13:36:10

Modified files:
	usr.sbin/ospfd : imsg.h 

Log message:
bump MAX_IMSGSIZE to 16384, this will make smtpd happy later on.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/05 13:38:18

Modified files:
	lib/libc/gen   : getgrent.c 

Log message:
The yp_bind(3) return code now distinguishes "YP not active" from "an error
occurred".  Based on this, decide to either bail or use the record as is.
Prevents getgrnam(3) and friends from silently skipping YP records
on system errors, for example when out of memory.
Also, calling yp_get_default_domain once is enough.
The first two switch cases are unchanged, just reindented.
ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 13:38:53

Modified files:
	usr.sbin/relayd: imsg.h 

Log message:
bump MAX_IMSGSIZE here as well


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 13:42:33

Modified files:
	usr.sbin/ospfd : imsg.h 
	usr.sbin/relayd: imsg.h 

Log message:
Add an unused data field, to allow smtpd and ypldap to work, all lib
ready daemons have NULL diffs now for the imsg files. This field should
eventually die a honorable death as it was a design screwup.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 13:52:32

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y rde.c 

Log message:
Make it possible to bind peers to a specified RIB. Now only filters and
bgpctl are missing to have full support of multiple RIBs.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 14:10:51

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
revert to 1.67 to unbreak NFS writes; ok beck@ thib@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:14:28

Modified files:
	lib/pixman     : COPYING Makefile.am Makefile.bsd-wrapper 
	                 Makefile.in TODO config.h.in configure 
	                 configure.ac pixman-1-uninstalled.pc.in 
	lib/pixman/pixman: Makefile.am Makefile.in Makefile.win32 
	                   combine.h.inc combine.inc combine.pl 
	                   pixman-access.c pixman-compute-region.c 
	                   pixman-image.c pixman-mmx.c pixman-pict.c 
	                   pixman-private.h pixman-region.c 
	                   pixman-region32.c pixman-sse2.c 
	                   pixman-transformed.c pixman-utils.c 
	                   pixman-vmx.c pixman.h 
	lib/pixman/test: Makefile.am Makefile.in clip-test.c 
	                 composite-test.c fetch-test.c gradient-test.c 
Added files:
	lib/pixman/pixman: pixman-arm-neon.c pixman-arm-neon.h 
	                   pixman-arm-simd.c pixman-arm-simd.h 
	                   pixman-bits-image.c pixman-conical-gradient.c 
	                   pixman-cpu.c pixman-fast-path.c 
	                   pixman-general.c pixman-gradient-walker.c 
	                   pixman-implementation.c 
	                   pixman-linear-gradient.c pixman-matrix.c 
	                   pixman-radial-gradient.c pixman-solid-fill.c 
	                   solaris-hwcap.mapfile 
	lib/pixman/test: alpha-test.c clip-in.c scaling-test.c 
	                 trap-crasher.c trap-test.c utils.c utils.h 
Removed files:
	lib/pixman/pixman: pixman-compose-accessors.c pixman-compose.c 
	                   pixman-mmx.h pixman-source.c 

Log message:
Update to pixman 0.15.8.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:15:52

Modified files:
	distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 
	                          md.hppa md.i386 md.landisk md.mac68k 
	                          md.macppc md.mvme68k md.sgi md.sparc 
	                          md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/06/05 14:18:03

Modified files:
	sys/dev/usb    : ugen.c 

Log message:
catch up NetBSD kern/41048.

check for a non-NULL configuration descriptor before dereferencing.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 14:23:06

Modified files:
	lib/libc/rpc   : svc_tcp.c 

Log message:
use calloc() to provide size * nitems safety; ok millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 14:23:38

Modified files:
	lib/libc/rpc   : svc.c 

Log message:
use calloc() to provide size * nitems safety


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 14:26:38

Modified files:
	usr.sbin/bgpd  : bgpd.c printconf.c session.h 

Log message:
Adjust print_config to all the stuff added in the last days.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:38:03

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:40:50

Modified files:
	driver/xf86-video-newport: configure.ac 
	driver/xf86-video-newport/man: newport.man 
	driver/xf86-video-newport/src: newport_driver.c 

Log message:
update xf86-video-newport to 0.2.2


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:42:19

Modified files:
	driver/xf86-video-newport: Makefile.in aclocal.m4 config.h.in 
	                           configure ltmain.sh 
	driver/xf86-video-newport/man: Makefile.in 
	driver/xf86-video-newport/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 14:43:58

Modified files:
	usr.sbin/smtpd : buffer.c control.c dns.c enqueue.c imsg.c lka.c 
	                 mda.c mfa.c mta.c queue.c runner.c smtp.c 
	                 smtp_session.c smtpd.c smtpd.h 
Added files:
	usr.sbin/smtpd : imsg.h 

Log message:
make smtpd's imsg lib ready, just like relayd and ospfd.
ok gilles@, jacekm@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:44:42

Modified files:
	driver/xf86-video-suncg3: configure.ac 
	driver/xf86-video-suncg3/man: suncg3.man 
	driver/xf86-video-suncg3/src: cg3_driver.c 
Added files:
	driver/xf86-video-suncg3: README 

Log message:
update to xf86-video-suncg3 1.1.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:46:32

Modified files:
	driver/xf86-video-suncg6: configure.ac 
	driver/xf86-video-suncg6/man: suncg6.man 
	driver/xf86-video-suncg6/src: cg6_driver.c cg6_regs.h 
Added files:
	driver/xf86-video-suncg6: README 

Log message:
update to xf86-video-suncg6 1.1.1


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 14:46:43

Modified files:
	usr.sbin/bgpd  : parse.y 

Log message:
Don't call the main RIB DEFAULT but Loc-RIB. Makes more sense.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:47:48

Modified files:
	driver/xf86-video-suncg6: Makefile.in aclocal.m4 configure 
	driver/xf86-video-suncg6/man: Makefile.in 
	driver/xf86-video-suncg6/src: Makefile.in 

Log message:
regen


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 14:50:02

Modified files:
	driver/xf86-video-suntcx: configure.ac 
	driver/xf86-video-suntcx/man: suntcx.man 
	driver/xf86-video-suntcx/src: tcx_driver.c tcx_regs.h 
Added files:
	driver/xf86-video-suntcx: README 

Log message:
Update to xf86-video-suntcx 1.1.1


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 15:05:04

Modified files:
	driver/xf86-video-sis: Makefile.in aclocal.m4 configure 
	                       configure.ac ltmain.sh 
	driver/xf86-video-sis/man: Makefile.in 
	driver/xf86-video-sis/src: Makefile.in sis_driver.c sis_driver.h 
	                           sis_utility.c 

Log message:
Update to xf86-video-sis 0.10.1.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 15:07:55

Removed files:
	proto/xf86rushproto: COPYING ChangeLog Makefile Makefile.am 
	                     Makefile.in aclocal.m4 autogen.sh configure 
	                     configure.ac install-sh missing 
	                     mkinstalldirs xf86rush.h 
	                     xf86rushproto.pc.in xf86rushstr.h 

Log message:
Remove xf86rushproto which is deprecated and not built for the last
6 months.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 15:15:07

Modified files:
	usr.sbin/smtpd : buffer.c imsg.h 

Log message:
bring buf_write which is going to be needed for bgpd.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 15:15:47

Modified files:
	usr.sbin/relayd: buffer.c imsg.h 
	usr.sbin/ospfd : buffer.c imsg.h 

Log message:
bring buf_write here as well.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 15:19:11

Modified files:
	usr.sbin/ospfctl: ospfctl.c 

Log message:
forgot to commit the ospfctl bits, this unbreaks the tree.
noticed by michele@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 15:26:41

Modified files:
	driver         : Makefile 
Removed files:
	driver/xf86-input-calcomp: COPYING ChangeLog Makefile.am 
	                           Makefile.bsd-wrapper Makefile.in 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh ltmain.sh missing 
	driver/xf86-input-calcomp/man: Makefile.am Makefile.in 
	                               calcomp.man 
	driver/xf86-input-calcomp/src: Makefile.am Makefile.in 
	                               xf86Calcomp.c xf86Calcomp.h 
	driver/xf86-input-digitaledge: COPYING ChangeLog Makefile.am 
	                               Makefile.bsd-wrapper Makefile.in 
	                               aclocal.m4 config.guess 
	                               config.h.in config.sub configure 
	                               configure.ac depcomp install-sh 
	                               ltmain.sh missing 
	driver/xf86-input-digitaledge/man: Makefile.am Makefile.in 
	driver/xf86-input-digitaledge/src: DigitalEdge.c Makefile.am 
	                                   Makefile.in 
	driver/xf86-input-dmc: COPYING ChangeLog Makefile.am 
	                       Makefile.bsd-wrapper Makefile.in 
	                       aclocal.m4 autogen.sh config.guess 
	                       config.h.in config.sub configure 
	                       configure.ac depcomp install-sh ltmain.sh 
	                       missing 
	driver/xf86-input-dmc/man: Makefile.am Makefile.in dmc.man 
	driver/xf86-input-dmc/src: Makefile.am Makefile.in xf86DMC.c 
	                           xf86DMC.h 
	driver/xf86-input-dynapro: COPYING ChangeLog Makefile.am 
	                           Makefile.bsd-wrapper Makefile.in 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh ltmain.sh missing 
	driver/xf86-input-dynapro/man: Makefile.am Makefile.in 
	                               dynapro.man 
	driver/xf86-input-dynapro/src: Makefile.am Makefile.in 
	                               xf86Dyna.c xf86Dyna.h 
	driver/xf86-input-elo2300: COPYING ChangeLog Makefile.am 
	                           Makefile.bsd-wrapper Makefile.in 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh ltmain.sh missing 
	driver/xf86-input-elo2300/man: Makefile.am Makefile.in 
	driver/xf86-input-elo2300/src: Makefile.am Makefile.in elo.c 
	                               elo.h 
	driver/xf86-input-jamstudio: COPYING ChangeLog Makefile.am 
	                             Makefile.bsd-wrapper Makefile.in 
	                             aclocal.m4 config.guess config.h.in 
	                             config.sub configure configure.ac 
	                             depcomp install-sh ltmain.sh 
	                             missing 
	driver/xf86-input-jamstudio/man: Makefile.am Makefile.in 
	                                 js_x.man 
	driver/xf86-input-jamstudio/src: Makefile.am Makefile.in js_x.c 
	driver/xf86-input-magellan: COPYING ChangeLog Makefile.am 
	                            Makefile.bsd-wrapper Makefile.in 
	                            aclocal.m4 config.guess config.h.in 
	                            config.sub configure configure.ac 
	                            depcomp install-sh ltmain.sh missing 
	driver/xf86-input-magellan/man: Makefile.am Makefile.in 
	driver/xf86-input-magellan/src: Makefile.am Makefile.in 
	                                magellan.c magellan.h 
	driver/xf86-input-magictouch: COPYING ChangeLog Makefile.am 
	                              Makefile.bsd-wrapper Makefile.in 
	                              aclocal.m4 config.guess 
	                              config.h.in config.sub configure 
	                              configure.ac depcomp install-sh 
	                              ltmain.sh missing mkinstalldirs 
	driver/xf86-input-magictouch/man: Makefile.am Makefile.in 
	                                  magictouch.man 
	driver/xf86-input-magictouch/src: Makefile.am Makefile.in 
	                                  xf86MagicTouch.c 
	driver/xf86-input-microtouch: COPYING ChangeLog Makefile.am 
	                              Makefile.bsd-wrapper Makefile.in 
	                              aclocal.m4 config.guess 
	                              config.h.in config.sub configure 
	                              configure.ac depcomp install-sh 
	                              ltmain.sh missing 
	driver/xf86-input-microtouch/man: Makefile.am Makefile.in 
	                                  microtouch.man 
	driver/xf86-input-microtouch/src: Makefile.am Makefile.in 
	                                  microtouch.c microtouch.h 
	driver/xf86-input-palmax: COPYING ChangeLog Makefile.am 
	                          Makefile.bsd-wrapper Makefile.in 
	                          aclocal.m4 config.guess config.h.in 
	                          config.sub configure configure.ac 
	                          depcomp install-sh ltmain.sh missing 
	driver/xf86-input-palmax/man: Makefile.am Makefile.in palmax.man 
	driver/xf86-input-palmax/src: Makefile.am Makefile.in 
	                              xf86Palmax.c 
	driver/xf86-input-spaceorb: COPYING ChangeLog Makefile.am 
	                            Makefile.bsd-wrapper Makefile.in 
	                            aclocal.m4 config.guess config.h.in 
	                            config.sub configure configure.ac 
	                            depcomp install-sh ltmain.sh missing 
	driver/xf86-input-spaceorb/man: Makefile.am Makefile.in 
	driver/xf86-input-spaceorb/src: Makefile.am Makefile.in 
	                                spaceorb.c spaceorb.h 
	driver/xf86-input-summa: COPYING ChangeLog Makefile.am 
	                         Makefile.bsd-wrapper Makefile.in 
	                         aclocal.m4 config.guess config.h.in 
	                         config.sub configure configure.ac 
	                         depcomp install-sh ltmain.sh missing 
	driver/xf86-input-summa/man: Makefile.am Makefile.in 
	driver/xf86-input-summa/src: Makefile.am Makefile.in xf86Summa.c 
	driver/xf86-input-tek4957: COPYING ChangeLog Makefile.am 
	                           Makefile.bsd-wrapper Makefile.in 
	                           aclocal.m4 config.guess config.h.in 
	                           config.sub configure configure.ac 
	                           depcomp install-sh ltmain.sh missing 
	driver/xf86-input-tek4957/man: Makefile.am Makefile.in 
	                               tek4957.man 
	driver/xf86-input-tek4957/src: Makefile.am Makefile.in 
	                               xf86Tek4957.c 

Log message:
Remove the input drivers that have been dropped by X.Org and
were not built for months now.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 15:27:25

Modified files:
	.              : MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 15:31:58

Modified files:
	audio/xmms2-scrobbler: Makefile 

Log message:
- really bump...

spotted by pea@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/05 15:35:33

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
bring back rev1.70


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/05 15:55:40

Modified files:
	usr.sbin/smtpd : store.c 

Log message:
Remove unneeded function that prepends mail with "From " marker.
mail.local(8) does it for us in mbox case, maildir doesn't need
this, and in ext. mda case we delegate it to the external program.

committing on gilles@'s behalf


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 15:58:43

Log message:
    Chocolate Doom is a portable branch of the classic doom.exe experience
    from the days of DOS. The author, Simon Howard, has worked to insure
    Chocolate Doom, which is nothing more than a directly modified version
    of the released iD Software source code, has zero changes that affect
    gameplay, look, or feel, and also re-created a DOS-like setup program to
    configure the game much like the original setup.exe.
    
    from MAINTAINER Ryan Freeman
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20090605
    
    N ports/games/chocolate-doom/Makefile
    N ports/games/chocolate-doom/distinfo
    N ports/games/chocolate-doom/patches/patch-setup_Makefile_in
    N ports/games/chocolate-doom/patches/patch-src_Makefile_in
    N ports/games/chocolate-doom/pkg/DESCR
    N ports/games/chocolate-doom/pkg/MESSAGE
    N ports/games/chocolate-doom/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/06/05 16:06:49

Modified files:
	distrib/sets/lists/xbase: mi 
	distrib/sets/lists/xshare: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:13:25

Log message:
    import bakery 2.6.3
    
    Bakery is a C++ Framework for creating GNOME applications using gtkmm.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090605
    
    N ports/devel/bakery/distinfo
    N ports/devel/bakery/Makefile
    N ports/devel/bakery/pkg/DESCR
    N ports/devel/bakery/pkg/PLIST
    N ports/devel/bakery/pkg/PFRAG.shared
    N ports/devel/bakery/patches/patch-bakery_Makefile_in
    N ports/devel/bakery/patches/patch-bakery-2_6_pc_in
    N ports/devel/bakery/patches/patch-Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:14:29

Modified files:
	devel          : Makefile 

Log message:
- add bakery


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:15:35

Log message:
    import libgdamm 3.0.1
    
    libgdamm is a set of C++ bindings for the libgda database API, using
    glibmm.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090604
    
    N ports/x11/gnome/libgdamm/distinfo
    N ports/x11/gnome/libgdamm/Makefile
    N ports/x11/gnome/libgdamm/pkg/DESCR
    N ports/x11/gnome/libgdamm/pkg/PLIST
    N ports/x11/gnome/libgdamm/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:16:07

Modified files:
	x11/gnome      : Makefile 

Log message:
- add libgdamm


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 16:23:33

Modified files:
	net/gajim      : Makefile 

Log message:
- add avahi to the dependencies
this gives you iChat Presence on the local multicast domain

"looks good" to pea@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:27:29

Modified files:
	games/chocolate-doom: Makefile 
	games/chocolate-doom/patches: patch-setup_Makefile_in 
	                              patch-src_Makefile_in 

Log message:
- misc. tweaks (no package changes)

ok phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 16:29:40

Modified files:
	games          : Makefile 

Log message:
add chocolate-doom, this time to the correct repository

reminded by jasper, and 2x by merdeley


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 16:31:44

Log message:
    WAD files for DOOM I. You need an official copy of DOOM to play these
    plus an installed version of a Doom clone (such as
    games/chocolate-doom and/or games/prboom).
    
    WAD files for DOOM II. You need an official copy of DOOM II to play
    these plus an installed version of a Doom clone (such as
    games/chocolate-doom and/or games/prboom).
    
    This is the shareware WAD file for DOOM I, consisting of the first
    episode "Knee-Deep in the Dead" of the full Doom game. This datafile
    can be used with games/chocolate-doom and/or games/prboom.
    
    from MAINTAINER Paul de Weerd
    
    "please commit" jasper
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20090605
    
    N ports/games/doomdata/Makefile
    N ports/games/doomdata/doom1/Makefile
    N ports/games/doomdata/doom1/distinfo
    N ports/games/doomdata/doom1/pkg/DESCR
    N ports/games/doomdata/doom1/pkg/PLIST
    N ports/games/doomdata/doom2/Makefile
    N ports/games/doomdata/doom2/distinfo
    N ports/games/doomdata/doom2/pkg/DESCR
    N ports/games/doomdata/doom2/pkg/PLIST
    N ports/games/doomdata/shareware/Makefile
    N ports/games/doomdata/shareware/distinfo
    N ports/games/doomdata/shareware/pkg/DESCR
    N ports/games/doomdata/shareware/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 16:32:24

Modified files:
	games          : Makefile 

Log message:
+doomdata


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/05 16:34:45

Modified files:
	usr.sbin/ldpd  : address.c hello.c init.c keepalive.c 
	                 labelmapping.c lde.c lde.h lde_lib.c ldpd.h 
	                 ldpe.c ldpe.h neighbor.c notification.c 
	                 packet.c 

Log message:
Correctly send notification messages when errors occur.

ok claudio@ laurent@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/05 16:38:04

Modified files:
	games/chocolate-doom: Makefile 
	games/chocolate-doom/pkg: MESSAGE 

Log message:
- better MESSAGE


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/06/05 16:40:24

Modified files:
	sbin/isakmpd   : util.c 
	usr.sbin/bgpd  : kroute.c 
	usr.sbin/ldpd  : kroute.c 
	usr.sbin/ndp   : ndp.c 
	usr.sbin/ospf6d: kroute.c 
	usr.sbin/ospfd : kroute.c 
	usr.sbin/ppp/ppp: route.c 
	usr.sbin/rarpd : arptab.c 
	usr.sbin/ripd  : kroute.c 
	usr.sbin/route6d: route6d.c 
	usr.sbin/rtadvd: if.c 
	usr.sbin/snmpd : kroute.c 

Log message:
rtm->rtm_hdrlen conversion

ok claudio@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 16:40:32

Modified files:
	sys/dev/pci    : if_iwivar.h 

Log message:
T
ariane's new allocator gave iwi dirty memory, and made a real bug fall out.
The kva was being stored in a structure hidden by a cast, but passing the
"structure" corrupts subsequent arguments to bus_dmamap_load().
group effort with ariane, kettenis, and oga.


CVSROOT:	/cvs
Module name:	src
Changes by:	chris@cvs.openbsd.org	2009/06/05 16:44:51

Modified files:
	usr.sbin/hostapd: roaming.c 

Log message:
init rtm_hdrlen

ok claudio@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 17:03:07

Modified files:
	usr.sbin/ppp/ppp: physical.c 

Log message:
correct a format string type


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/05 17:04:51

Modified files:
	usr.sbin/smtpd : parse.y smtpd.conf.5 

Log message:
if path in "deliver to maildir path" is omitted, use ~/Maildir by
default; from gilles@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/05 17:10:40

Modified files:
	telephony/asterisk: Makefile distinfo 

Log message:
update to 1.4.25.1; revised fix for SECURITY issue CVE-2009-0041


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/05 17:31:34

Modified files:
	lib/libc/sys   : getfsstat.2 statfs.2 

Log message:
Note that f_fsid gets cleared when caller is not the superuser.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 17:39:51

Modified files:
	usr.sbin/relayd: check_script.c control.c hce.c imsg.c imsg.h 
	                 pfe.c relay.c relay_udp.c relayd.c relayd.h 
	                 snmp.c 
	usr.sbin/relayctl: relayctl.c 

Log message:
4 handed diff with eric:
Stop pushing event handling in the imsg framework.
Instead, provide a small glue layer on top of both imsg and libevent.
This finally clearly separates event handling and imsg construction.

Sidetrack bonus: remove the mega-ugly hack of having a dummy imsg_event_add
stub in relayctl.

This will make bgpd (and thus henning) happy. Next up are smtpd and ospfd.

ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/05 17:44:15

Modified files:
	usr.sbin/relayd: imsg.h 

Log message:
didn't we just say we remove libevent from the imsg framework?

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/05 18:21:53

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
Fix some lapic, interrupt, and clock issues on i386 ACPI S3 resume.
(Allows time to flow forward after resume)

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/05 18:23:38

Modified files:
	sys/arch/amd64/amd64: acpi_machdep.c 

Log message:
Matching fix for amd64. This also removes a spurious disable_intr() call
that wasn't needed.

ok pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/05 18:27:01

src/sys/dev/x86emu

Update of /cvs/src/sys/dev/x86emu
In directory cvs.openbsd.org:/tmp/cvs-serv28481/dev/x86emu

Log Message:
Directory /cvs/src/sys/dev/x86emu added to the repository


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/05 18:33:52

Modified files:
	sys/nfs        : nfsm_subs.h 

Log message:
turdshine previous


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/05 18:35:00

Modified files:
	sys/arch/amd64/conf: GENERIC files.amd64 
	sys/arch/i386/conf: GENERIC files.i386 
	sys/conf       : files 
	sys/dev/pci    : vga_pci.c vga_pcivar.h 
Added files:
	sys/arch/amd64/include: vga_post.h 
	sys/arch/amd64/pci: vga_post.c 
	sys/arch/i386/include: vga_post.h 
	sys/arch/i386/pci: vga_post.c 
	sys/dev/x86emu : x86emu.c x86emu_util.c x86emu.h x86emu_regs.h 

Log message:
Add vga bios repost support. Fetched from the NetBSD tree mostly.

Tested on multiple i386 and it works, amd64 works also with a few
exceptions that will get fixed.

The initial effort of importing was done by oga@, thanks!

Lots of testing and debugging by mlarkin@ and me.
Okay deraadt@, oga@, mlarkin@.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/05 18:36:32

Modified files:
	gnu/usr.bin/binutils/gdb: sparc64obsd-tdep.c 

Log message:
Handle our new ELF core dumps.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 18:49:08

Modified files:
	sys/arch/amd64/pci: vga_post.c 
	sys/arch/i386/pci: vga_post.c 
	sys/conf       : files 
	sys/dev/x86emu : x86emu.c x86emu_util.c 

Log message:
fix include paths


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 19:00:57

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Minor cleanup.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 19:02:51

Modified files:
	usr.sbin/bgpd  : rde.c rde.h rde_decide.c 

Log message:
Only generate updates for peers that are member of the RIB that update is
comming from.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 19:07:01

Modified files:
	usr.sbin/bgpd  : parse.y rde.h rde_decide.c 

Log message:
Only the main Loc-RIB should update the FIB for now. So introduce a
F_RIB_NOFIB flag and apply it on all RIBs that are not F_RIB_NOEVALUATE.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 19:10:29

Modified files:
	usr.sbin/bgpd  : bgpd.h parse.y printconf.c rde.c rde.h 
	                 rde_filter.c rde_update.c 

Log message:
Some preliminary filter magic to support multiple RIBs on the filters.
It is ugly but does the trick for now. Filters will be rewritten anyway.
The rib specifier only makes sense on from rules. e.g. deny rib OMG from any


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/05 20:23:33

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
Consolidate error handling code. Much less atrocious than before.

"get it in" thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 20:49:39

Modified files:
	sys/dev/ic     : fxp.c 

Log message:
Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit and
make it consistent with other drivers.  No functional change.  From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/05 20:54:23

Modified files:
	share/man/man4 : bge.4 

Log message:
more chipsets that support IPv6 receive TCP/UDP checksum offload; from Brad


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/06/05 21:18:47

Modified files:
	distrib/sets/lists/xserv: md.sparc64 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 21:20:58

Modified files:
	sys/arch/amd64/conf: GENERIC files.amd64 
	sys/arch/amd64/pci: vga_post.c 
	sys/arch/i386/conf: GENERIC files.i386 
	sys/arch/i386/pci: vga_post.c 
	sys/conf       : files 
	sys/dev/x86emu : x86emu.c x86emu.h x86emu_util.c 

Log message:
option X86EMU is how this subsystem is brought into a kernel


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 21:22:05

Modified files:
	devel/p5-SDL   : Makefile 
Removed files:
	devel/p5-SDL/pkg: MESSAGE 

Log message:
- completely rewrite dependencies from scratch
- sky is blue, grass is green and examples get installed under
%D/share/examples/prognam/, stating the obvious doesn't help, remove
MESSAGE

Stuart, whatever you were smoking at the time of the import, I want some!


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/05 21:22:21

Modified files:
	usr.sbin/smtpd : smtpctl.c 

Log message:
if smtpctl is run in unsupported mode, exit with a warning instead of
defaulting to smtpctl-mode; aja@ ok


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 21:23:21

Modified files:
	games/frozen-bubble: Makefile 

Log message:
- sanitise dependencies...
... sadly, this port core dumped on me :(


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/05 21:28:34

Modified files:
	lib/libc/rpc   : svc_udp.c xdr_reference.c 

Log message:
use calloc() and realloc() more; ok schwarze


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/06/05 21:45:05

Modified files:
	sys/dev/x86emu : x86emu.h x86emu_regs.h 

Log message:
Fix RCSIds


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/05 21:45:08

Modified files:
	sys/conf       : files 
	sys/uvm        : uvm_object.h 
Added files:
	sys/uvm        : uvm_object.c 

Log message:
Add uvm_objwire() and uvm_objunwire(), I need this for some of my crazy
shitz.

Code mostly from netbsd with some tweaks from me. The loaning case is
specifcically if 0ed out right now because we do not do loaning.

ok ariane@, art@.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/05 22:01:10

Modified files:
	share/man/man4 : em.4 

Log message:
Document some of the newer Intel cards that are now supported. Also add
two supermicro ones that should work (actually I developped it on the first
supermicro one).


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/05 22:02:42

Modified files:
	sbin/dhclient  : dhclient.c dhcpd.h dispatch.c errwarn.c 
	                 packet.c privsep.c 

Log message:
Nuke debug() unless DEBUG is defined. Elminates debug output from
normal operations.

Prodded by deraadt@ a while ago.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 22:14:21

Modified files:
	usr.sbin/smtpd : config.c control.c dns.c imsg.c imsg.h lka.c 
	                 mda.c mfa.c mta.c queue.c runner.c smtp.c 
	                 smtp_session.c smtpctl.c smtpd.c smtpd.h 

Log message:
Sync with relayd:
Stop pushing event handling in the imsg framework.
Instead, provide a small glue layer on top of both imsg and libevent.
This finally clearly separates event handling and imsg construction.

Sidetrack bonus: remove the mega-ugly hack of having a dummy imsg_event_add
stub in smtpctl.
ok jaceckm@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/05 22:38:18

Modified files:
	sys/dev/pci    : vga_pci.c vga_pcivar.h 

Log message:
Remove the last VGA_POST defines with X86EMU. Okay deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/05 22:44:10

Log message:
    Import keynav:
    keynav is a piece of an on-going experiment to make pointer-driven
    interfaces easier and faster for users to operate. It lets you move the
    pointer quickly to most points on the screen with only a few key
    strokes.
    
    Ported because i was too bored writing and reading perl.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090605
    
    N ports/x11/keynav/Makefile
    N ports/x11/keynav/distinfo
    N ports/x11/keynav/patches/patch-Makefile
    N ports/x11/keynav/pkg/PLIST
    N ports/x11/keynav/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/05 22:45:24

Modified files:
	x11            : Makefile 

Log message:
+keynav


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/05 22:46:26

Modified files:
	usr.bin/sendbug: sendbug.1 sendbug.c 

Log message:
Include pcidump and acpidump output when sendbug is run as root,
to aid ACPI development.  Output files are base64 encoded in the
report.

Add a -E flag to decode files from a report to the current directory.

Requested by deraadt, "Sweet!" marco, "Looks good to me." pirofti


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/05 22:53:39

Modified files:
	x11/keynav     : Makefile 
	x11/keynav/patches: patch-Makefile 

Log message:
- don't hardcode paths
- sanitise PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/05 23:02:58

Modified files:
	usr.sbin/ypldap: buffer.c imsg.c ldapclient.c ypldap.c ypldap.h 
	                 ypldap_dns.c 
Added files:
	usr.sbin/ypldap: imsg.h 

Log message:
Sync with relayd:
Stop pushing event handling in the imsg framework.
Instead, provide a small glue layer on top of both imsg and libevent.
This finally clearly separates event handling and imsg construction.

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 23:04:12

Modified files:
	usr.sbin/ypldap: imsg.c 
	usr.sbin/smtpd : imsg.c 
	usr.sbin/ospfd : imsg.c 
	usr.sbin/relayd: imsg.c 

Log message:
remove unnecessary and scary pid check in imsg_init.
ok eric@, claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 23:18:56

Log message:
    FTGL is a font rendering library for OpenGL applications.
    
    Supported rendering modes are:
    
    * Bitmaps
    * Anti-aliased pixmaps
    * Texture maps
    * Outlines
    * Polygon meshes
    * Extruded polygon meshes
    
    FTGL uses the Freetype font library to open and decode standard font
    files. It then takes that output and stores it in a format most
    efficient for OpenGL rendering.
    
    FTGL is designed to be used in commercial quality software. It has been
    written with performance, robustness and simplicity in mind.
    
    FTGL is free software. You may use it, modify it and redistribute it
    under the terms of the MIT license or the GNU LGPL, at your option.
    
    ok merdely@
    
    Status:
    
    Vendor Tag:	phessler
    Release Tags:	phessler_20090605
    
    N ports/graphics/ftgl/Makefile
    N ports/graphics/ftgl/distinfo
    N ports/graphics/ftgl/pkg/DESCR
    N ports/graphics/ftgl/pkg/PLIST
    N ports/graphics/ftgl/pkg/PFRAG.shared
    N ports/graphics/ftgl/patches/patch-configure
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/05 23:19:20

Modified files:
	graphics       : Makefile 

Log message:
+ftgl


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/05 23:26:28

Modified files:
	sys/arch/amd64/conf: files.amd64 
	sys/arch/amd64/amd64: sg_dma.c 

Log message:
instead of #ifndef SMALL_KERNELing the whole sg_dma.c file, just put the
information in files.conf like it should be.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/05 23:30:45

Modified files:
	usr.sbin/relayd: snmp.c 

Log message:
allocate the correct amount of memory

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/05 23:31:01

Modified files:
	sys/arch/i386/conf: files.i386 
Added files:
	sys/arch/i386/i386: sg_dma.c 

Log message:
add sg_dma.c on i386, soon to be used.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/05 23:35:49

Modified files:
	sys/scsi       : scsi_disk.h 

Log message:
We only really need to #define SYNCHRONIZE_CACHE 0x35 once.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/05 23:43:13

Modified files:
	sys/arch/i386/i386: bus_dma.c 
	sys/arch/i386/include: bus.h 

Log message:
It might be a good idea to commit all the diff. *sigh*.

now this builds


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/05 23:52:01

Modified files:
	usr.sbin/snmpctl: parser.c snmpctl.c 
	usr.sbin/snmpd : buffer.c control.c imsg.c snmpd.c snmpd.h 
	                 snmpe.c trap.c 
Added files:
	usr.sbin/snmpd : imsg.h 

Log message:
sync snmpd with the common imsg code, making it lib ready as well.
ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 00:02:44

Modified files:
	sys/arch/amd64/pci: agp_machdep.c 
	sys/arch/i386/pci: agp_machdep.c 
	sys/dev/pci    : agp_i810.c agpvar.h 

Log message:
add an interface to agp to create a bus_dma_tag over a range of the
aperture, which will take your memory, bind it to agp, and return you the
aperture address. It's essentially the same as iommu on amd64 in the way it
works.

This will be used by the upcoming (works but is slow and will not be
enabled at first) drm memory management code for intel igp chipsets.

Right now the sync function for intagp is really slow (doing a wbinvd()
on every sync), this is in the process of getting fixed, but the size of
the diffs in my trees was getting silly.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 00:04:10

Modified files:
	usr.sbin/bgpd  : bgpd.h rde.c 

Log message:
Make it possible to select the RIB that a show command should show.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/06 00:05:27

Modified files:
	sys/dev/x86emu : x86emu_util.c 

Log message:
bring back the indians for pirofti -- handle unaligned access and put a
good estimate at the required byte swapping, bit of help from drahn
ok pirofti mlarkin


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 00:05:41

Modified files:
	usr.sbin/bgpctl: bgpctl.c parser.c parser.h 

Log message:
bgpctl part of allowing alternate RIBs to be shown. Had to use the
keyword table because show rib rib foo is strange.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 00:11:17

Modified files:
	usr.sbin/bgpctl: bgpctl.8 

Log message:
Document show rib table foo


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 00:33:15

Modified files:
	usr.sbin/bgpd  : bgpd.h buffer.c imsg.c rde.c session.c 
	usr.sbin/bgpctl: bgpctl.c 
Added files:
	usr.sbin/bgpd  : imsg.h 

Log message:
sync bgpd/bgpctl with the common imsg code, making it lib ready as well.

ok claudio@ pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/06 00:59:07

Modified files:
	lib/libc/rpc   : clnt_simple.c 

Log message:
correct error codes after malloc(3) failure, as 0 means RPC_SUCCESS;
noticed by and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 01:12:08

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
use BUS_DMA_ZERO instead of alloc + bzero.


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 01:31:26

Modified files:
	usr.sbin/ospfctl: ospfctl.c 
	usr.sbin/ospfd : auth.c buffer.c control.c control.h imsg.c 
	                 imsg.h lsreq.c lsupdate.c ospfd.c ospfd.h 
	                 ospfe.c ospfe.h rde.c 

Log message:
sync ospfctl/ospfd with the common imsg code, making it lib ready as well.

"looks ok" claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 01:52:04

Modified files:
	usr.sbin/dvmrpctl: dvmrpctl.c 
	usr.sbin/dvmrpd: buffer.c control.c control.h dvmrpd.c dvmrpd.h 
	                 dvmrpe.c group.c imsg.c rde.c 

Log message:
make dvmrpd imsg-in-a-lib ready as well.
``put it in'' claudio@, ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 01:56:49

Modified files:
	sys/dev/pci/drm: drm_drv.c 

Log message:
mechanical rename of ``priv'' to ``file_priv'' in the one function where
it had to be fucking different. This has been irritating me.


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/06 01:57:27

Modified files:
	sys/net80211   : ieee80211_ioctl.c 

Log message:
In SIOCS80211SCAN, fail if the interface is not up *and* running.
There are cases where the interface can be up but not running, for
instance if the driver's if_init routine fails halfway for whatever
reason (firmware file not found, hardware switch turned off etc...)
This is because in sys/net/if.c, the returned code of the driver
is ignored for SIOCSIFFLAGS and the IFF_UP flags is left set.
netintro(4) does not say anything about values returned by
SIOCSIFFLAGS, so I don't know whether it is the expected behavior
or not.

pointed out by halex@ and jacekm@ who noticed it was possible to
trigger a scan on wpi(4) even when the hardware switch was turned off.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 02:02:08

Modified files:
	net/avahi      : Makefile 
Added files:
	net/avahi/patches: patch-avahi-core_iface-pfroute_c 

Log message:
- don't force AF_INET if family is AF_UNSPEC
Should fix some discoveries / connection issues.


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 02:09:43

Modified files:
	usr.sbin/ldpd  : buffer.c control.c control.h imsg.c lde.c 
	                 ldpd.c ldpd.h ldpe.c 
Added files:
	usr.sbin/ldpd  : imsg.h 

Log message:
make ldpd imsg-in-a-lib ready too.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/06/06 02:19:38

Modified files:
	mail/getmail   : Makefile distinfo 

Log message:
update to getmail 4.9.1


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 02:20:55

Modified files:
	usr.sbin/ripd  : buffer.c control.c control.h imsg.c rde.c 
	                 ripd.c ripd.h ripe.c 
	usr.sbin/ripctl: ripctl.c 
Added files:
	usr.sbin/ripd  : imsg.h 

Log message:
make ripctl/ripd imsg-in-a-lib ready too.

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 02:44:13

Added files:
	usr.sbin/dvmrpd: imsg.h 

Log message:
forgot to cvs add the file


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 02:55:41

Modified files:
	usr.sbin/ypldap: imsg.c 
	usr.sbin/smtpd : buffer.c imsg.c 

Log message:
shuffle code around to achieve 0 length diff nirvana between all the
currently synced daemons' imsg.c, imsg.h and buffer.c


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 03:02:46

Modified files:
	usr.sbin/ospf6ctl: ospf6ctl.c 
	usr.sbin/ospf6d: buffer.c control.c control.h imsg.c lsreq.c 
	                 lsupdate.c ospf6d.c ospf6d.h ospfe.c rde.c 
Added files:
	usr.sbin/ospf6d: imsg.h 

Log message:
make ospf6ctl/ospf6d imsg-in-a-lib ready too.

ospf6ctl is already broken in tree (not connected to build).

ok pyr@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/06 04:13:29

Modified files:
	usr.sbin/pkg_add/OpenBSD/PackageRepository: SCP.pm 

Log message:
my $_, except for the server code, which could still run on older perl


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/06 04:53:38

Modified files:
	usr.sbin/pkg_add/OpenBSD: PkgCfl.pm 

Log message:
quick path for pkg cfl: check whether the new package conflicts with
installed stuff first. If that's the case, and we're not in replacement
mode, we don't really need to scan all the installed packages.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 04:56:30

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
unfuck slightly, offset was wrong.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 05:11:10

Modified files:
	sys/dev/pci    : agp_i810.c 

Log message:
unfuck the rest of the way. when we bind the scribble pages to the
aperture, skip over dcache on i810 chipsets and stolen memory on later
chips.

I didn't notice this before because I mostly used this code with GEM
code, which doesn't use the stolen memory.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/06 05:48:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: Update.pm 

Log message:
fix direct pkgpath case


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/06 05:58:22

Modified files:
	net/yt         : Makefile 
	net/yt/files   : yt.lua 

Log message:
make it, like most other unix utilities, accept multiple urls.  ok jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/06 06:06:28

Modified files:
	sys/dev/usb    : if_urtw.c if_urtwreg.h 

Log message:
- implement support for rtl8187b
- change state properly in urtw_stop.  disable interrupts, rx, and
tx.  fixes scanning, ifconfig down, and some other issues
- fix rxgain;  for ver. 2
- remove delays;  that have been removed 8185 -> 8187
new one tested by jsg@, a bunch of people on tech@, and myself
old one tested by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/06 06:07:33

Modified files:
	usr.bin/ftp    : ftp.1 main.c 

Log message:
it fetches multiple urls;  so usage was wrong.  ok sthen@


CVSROOT:	/cvs
Module name:	www
Changes by:	martynas@cvs.openbsd.org	2009/06/06 06:18:23

Modified files:
	.              : vax-simh.html 

Log message:
4.3 -> 4.5


CVSROOT:	/cvs
Module name:	src
Changes by:	rainer@cvs.openbsd.org	2009/06/06 06:31:17

Modified files:
	sys/net        : if.c if.h rtsock.c 

Log message:
when xflags got changed, tell the userland by routing sockets

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/06 06:49:44

Modified files:
	share/man/man4 : urtw.4 

Log message:
- supports rtl8187b
- list some more devices


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/06 08:17:27

Modified files:
	usr.bin/cvs    : commit.c cvs.1 diff.c diff.h diff3.c 
	                 diff_internals.c import.c rcs.c 

Log message:
Sync some rcsdiff changes to cvsdiff.  As a side effect,
cvs diff -t now works.  There should be no functional change
otherwise.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/06 08:25:38

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
remove unused variable prevlen and a second initialization of ifp.
adjusted from a diff from chl@; ok naddy, Brad agrees.


CVSROOT:	/cvs
Module name:	src
Changes by:	maja@cvs.openbsd.org	2009/06/06 08:36:11

Modified files:
	usr.bin/calendar/calendars: calendar.holiday 

Log message:
Swedens National Day is today. ok jj@, halex@ and art@. -moj


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/06 09:00:27

Modified files:
	usr.bin/diff   : diff.c diff.h diffreg.c 

Log message:
Pull changes from rcsdiff, similar to what was pulled into cvsdiff.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/06 09:37:28

Modified files:
	usr.bin/diff   : diff.c diff.h diffdir.c 

Log message:
Oops, forgot to pass dflags to diffreg. Now the flags work again.

OK millert


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/06 10:04:32

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.amd64 md.i386 mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/06/06 10:56:56

Modified files:
	sys/dev/usb    : udl.c usbdevs 

Log message:
add another UDL device
- LCD-4300U (century corp.)

ok mglocker@


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/06/06 10:57:30

Modified files:
	sys/dev/usb    : usbdevs.h usbdevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	yuo@cvs.openbsd.org	2009/06/06 10:58:27

Modified files:
	share/man/man4 : udl.4 

Log message:
add LCD-4300U


CVSROOT:	/cvs
Module name:	www
Changes by:	jj@cvs.openbsd.org	2009/06/06 11:00:33

Modified files:
	.              : plus.html 

Log message:
Upto 06/06


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/06 11:45:48

Modified files:
	devel/gmp      : Makefile distinfo 
	devel/gmp/pkg  : PFRAG.shared PLIST 

Log message:
Update to 4.3.1 and enable C++ bindings.
Tested on arm (sthen@), alpha, amd64, i386, mips64 (jasper@),
powerpc (ajacoutot@), sparc (phessler@), sparc64.


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/06 11:46:44

Modified files:
	sys/uvm        : uvm_anon.c uvm_aobj.c uvm_fault.c uvm_map.c 
	                 uvm_page.c uvm_vnode.c 

Log message:
Since all callers of uvm_pagedeactivate did pmap_page_protect(.., VM_PROT_NONE)
just move that into uvm_pagedeactivate.

oga@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/06 11:52:39

Modified files:
	usr.bin/systat : engine.c iostat.c 

Log message:
- remove unused macro from iostat.c
- minor space nit in engine.c

ok canacar@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/06 11:53:01

Log message:
    Import xkeyboard-config version 1.6.
    
    Status:
    
    Vendor Tag:	XKEYBOARD_CONFIG
    Release Tags:	v1_6
    
    N xenocara/dist/xkeyboard-config/install-sh
    N xenocara/dist/xkeyboard-config/intltool-update.in
    N xenocara/dist/xkeyboard-config/config.rpath
    N xenocara/dist/xkeyboard-config/missing
    N xenocara/dist/xkeyboard-config/COPYING
    N xenocara/dist/xkeyboard-config/intltool-merge.in
    N xenocara/dist/xkeyboard-config/xkeyboard-config.spec.in
    N xenocara/dist/xkeyboard-config/configure
    N xenocara/dist/xkeyboard-config/xkbrules.am
    N xenocara/dist/xkeyboard-config/TODO
    N xenocara/dist/xkeyboard-config/CREDITS
    N xenocara/dist/xkeyboard-config/NEWS
    N xenocara/dist/xkeyboard-config/ABOUT-NLS
    N xenocara/dist/xkeyboard-config/README
    N xenocara/dist/xkeyboard-config/Makefile.in
    N xenocara/dist/xkeyboard-config/configure.in
    N xenocara/dist/xkeyboard-config/aclocal.m4
    N xenocara/dist/xkeyboard-config/AUTHORS
    N xenocara/dist/xkeyboard-config/Makefile.am
    N xenocara/dist/xkeyboard-config/intltool-extract.in
    N xenocara/dist/xkeyboard-config/ChangeLog
    N xenocara/dist/xkeyboard-config/autogen.sh
    N xenocara/dist/xkeyboard-config/xkeyboard-config.spec
    N xenocara/dist/xkeyboard-config/rules/base.l3_s.part
    N xenocara/dist/xkeyboard-config/rules/evdev.xml.in
    N xenocara/dist/xkeyboard-config/rules/xfree98
    N xenocara/dist/xkeyboard-config/rules/base.m_k.part
    N xenocara/dist/xkeyboard-config/rules/base.o_k.part
    N xenocara/dist/xkeyboard-config/rules/xml2lst.pl
    N xenocara/dist/xkeyboard-config/rules/base.l2o_s.part
    N xenocara/dist/xkeyboard-config/rules/xkb.dtd
    N xenocara/dist/xkeyboard-config/rules/base.m_g.part
    N xenocara/dist/xkeyboard-config/rules/merge.sh
    N xenocara/dist/xkeyboard-config/rules/base.l4_s.part
    N xenocara/dist/xkeyboard-config/rules/base.l2_s.part
    N xenocara/dist/xkeyboard-config/rules/base.xml.in
    N xenocara/dist/xkeyboard-config/rules/README
    N xenocara/dist/xkeyboard-config/rules/Makefile.in
    N xenocara/dist/xkeyboard-config/rules/base.l3o_s.part
    N xenocara/dist/xkeyboard-config/rules/base.ml1_s.part
    N xenocara/dist/xkeyboard-config/rules/base.ml_g.part
    N xenocara/dist/xkeyboard-config/rules/base.lists.part
    N xenocara/dist/xkeyboard-config/rules/base.ml_c.part
    N xenocara/dist/xkeyboard-config/rules/base.lo_s.part
    N xenocara/dist/xkeyboard-config/rules/HDR
    N xenocara/dist/xkeyboard-config/rules/base.o_t.part
    N xenocara/dist/xkeyboard-config/rules/base.m_s.part
    N xenocara/dist/xkeyboard-config/rules/base.l1o_s.part
    N xenocara/dist/xkeyboard-config/rules/base.mlv_s.part
    N xenocara/dist/xkeyboard-config/rules/Makefile.am
    N xenocara/dist/xkeyboard-config/rules/base.l1_k.part
    N xenocara/dist/xkeyboard-config/rules/base.l_k.part
    N xenocara/dist/xkeyboard-config/rules/base.ml_s.part
    N xenocara/dist/xkeyboard-config/rules/base.m_t.part
    N xenocara/dist/xkeyboard-config/rules/base.o_s.part
    N xenocara/dist/xkeyboard-config/rules/evdev.m_k.part
    N xenocara/dist/xkeyboard-config/rules/base.ml1_c.part
    N xenocara/dist/xkeyboard-config/rules/evdev.m_s.part
    N xenocara/dist/xkeyboard-config/rules/base.o_c.part
    N xenocara/dist/xkeyboard-config/rules/base.l4o_s.part
    N xenocara/dist/xkeyboard-config/rules/base.hdr.part
    N xenocara/dist/xkeyboard-config/rules/compat/lnv_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/ml_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/ml1_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/mlv_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/variantRename.lst
    N xenocara/dist/xkeyboard-config/rules/compat/ml1v_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/Makefile.in
    N xenocara/dist/xkeyboard-config/rules/compat/ml1v1_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/base.lists.part
    N xenocara/dist/xkeyboard-config/rules/compat/Makefile.am
    N xenocara/dist/xkeyboard-config/rules/compat/base.o_s.part
    N xenocara/dist/xkeyboard-config/rules/compat/ln_s.sh
    N xenocara/dist/xkeyboard-config/rules/compat/layoutRename.lst
    N xenocara/dist/xkeyboard-config/geometry/everex
    N xenocara/dist/xkeyboard-config/geometry/macintosh
    N xenocara/dist/xkeyboard-config/geometry/geometry.dir
    N xenocara/dist/xkeyboard-config/geometry/sun
    N xenocara/dist/xkeyboard-config/geometry/fujitsu
    N xenocara/dist/xkeyboard-config/geometry/pc
    N xenocara/dist/xkeyboard-config/geometry/hhk
    N xenocara/dist/xkeyboard-config/geometry/kinesis
    N xenocara/dist/xkeyboard-config/geometry/hp
    N xenocara/dist/xkeyboard-config/geometry/microsoft
    N xenocara/dist/xkeyboard-config/geometry/keytronic
    N xenocara/dist/xkeyboard-config/geometry/northgate
    N xenocara/dist/xkeyboard-config/geometry/sony
    N xenocara/dist/xkeyboard-config/geometry/README
    N xenocara/dist/xkeyboard-config/geometry/Makefile.in
    N xenocara/dist/xkeyboard-config/geometry/winbook
    N xenocara/dist/xkeyboard-config/geometry/ataritt
    N xenocara/dist/xkeyboard-config/geometry/thinkpad
    N xenocara/dist/xkeyboard-config/geometry/Makefile.am
    N xenocara/dist/xkeyboard-config/geometry/dell
    N xenocara/dist/xkeyboard-config/geometry/chicony
    N xenocara/dist/xkeyboard-config/geometry/nec
    N xenocara/dist/xkeyboard-config/geometry/amiga
    N xenocara/dist/xkeyboard-config/geometry/sgi_vndr/indy
    N xenocara/dist/xkeyboard-config/geometry/sgi_vndr/O2
    N xenocara/dist/xkeyboard-config/geometry/sgi_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/geometry/sgi_vndr/indigo
    N xenocara/dist/xkeyboard-config/geometry/sgi_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/geometry/digital_vndr/pc
    N xenocara/dist/xkeyboard-config/geometry/digital_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/geometry/digital_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/geometry/digital_vndr/unix
    N xenocara/dist/xkeyboard-config/geometry/digital_vndr/lk
    N xenocara/dist/xkeyboard-config/keycodes/macintosh
    N xenocara/dist/xkeyboard-config/keycodes/sun
    N xenocara/dist/xkeyboard-config/keycodes/xfree98
    N xenocara/dist/xkeyboard-config/keycodes/fujitsu
    N xenocara/dist/xkeyboard-config/keycodes/hp
    N xenocara/dist/xkeyboard-config/keycodes/ibm
    N xenocara/dist/xkeyboard-config/keycodes/keycodes.dir
    N xenocara/dist/xkeyboard-config/keycodes/sony
    N xenocara/dist/xkeyboard-config/keycodes/evdev
    N xenocara/dist/xkeyboard-config/keycodes/README
    N xenocara/dist/xkeyboard-config/keycodes/Makefile.in
    N xenocara/dist/xkeyboard-config/keycodes/xfree86
    N xenocara/dist/xkeyboard-config/keycodes/ataritt
    N xenocara/dist/xkeyboard-config/keycodes/Makefile.am
    N xenocara/dist/xkeyboard-config/keycodes/aliases
    N xenocara/dist/xkeyboard-config/keycodes/amiga
    N xenocara/dist/xkeyboard-config/keycodes/sgi_vndr/indy
    N xenocara/dist/xkeyboard-config/keycodes/sgi_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/keycodes/sgi_vndr/indigo
    N xenocara/dist/xkeyboard-config/keycodes/sgi_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/keycodes/sgi_vndr/iris
    N xenocara/dist/xkeyboard-config/keycodes/digital_vndr/pc
    N xenocara/dist/xkeyboard-config/keycodes/digital_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/keycodes/digital_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/keycodes/digital_vndr/lk
    N xenocara/dist/xkeyboard-config/types/pc
    N xenocara/dist/xkeyboard-config/types/mousekeys
    N xenocara/dist/xkeyboard-config/types/caps
    N xenocara/dist/xkeyboard-config/types/types.dir
    N xenocara/dist/xkeyboard-config/types/extra
    N xenocara/dist/xkeyboard-config/types/README
    N xenocara/dist/xkeyboard-config/types/Makefile.in
    N xenocara/dist/xkeyboard-config/types/default
    N xenocara/dist/xkeyboard-config/types/iso9995
    N xenocara/dist/xkeyboard-config/types/complete
    N xenocara/dist/xkeyboard-config/types/level5
    N xenocara/dist/xkeyboard-config/types/Makefile.am
    N xenocara/dist/xkeyboard-config/types/cancel
    N xenocara/dist/xkeyboard-config/types/basic
    N xenocara/dist/xkeyboard-config/types/numpad
    N xenocara/dist/xkeyboard-config/compat/misc
    N xenocara/dist/xkeyboard-config/compat/lednum
    N xenocara/dist/xkeyboard-config/compat/pc
    N xenocara/dist/xkeyboard-config/compat/mousekeys
    N xenocara/dist/xkeyboard-config/compat/xtest
    N xenocara/dist/xkeyboard-config/compat/pc98
    N xenocara/dist/xkeyboard-config/compat/README
    N xenocara/dist/xkeyboard-config/compat/Makefile.in
    N xenocara/dist/xkeyboard-config/compat/japan
    N xenocara/dist/xkeyboard-config/compat/norepeat
    N xenocara/dist/xkeyboard-config/compat/keypad
    N xenocara/dist/xkeyboard-config/compat/default
    N xenocara/dist/xkeyboard-config/compat/xfree86
    N xenocara/dist/xkeyboard-config/compat/iso9995
    N xenocara/dist/xkeyboard-config/compat/complete
    N xenocara/dist/xkeyboard-config/compat/olpc
    N xenocara/dist/xkeyboard-config/compat/level5
    N xenocara/dist/xkeyboard-config/compat/Makefile.am
    N xenocara/dist/xkeyboard-config/compat/ledcaps
    N xenocara/dist/xkeyboard-config/compat/basic
    N xenocara/dist/xkeyboard-config/compat/ledscroll
    N xenocara/dist/xkeyboard-config/compat/accessx
    N xenocara/dist/xkeyboard-config/compat/compat.dir
    N xenocara/dist/xkeyboard-config/po/ko.po
    N xenocara/dist/xkeyboard-config/po/en_GB.po
    N xenocara/dist/xkeyboard-config/po/uk.po
    N xenocara/dist/xkeyboard-config/po/tr.po
    N xenocara/dist/xkeyboard-config/po/da.po
    N xenocara/dist/xkeyboard-config/po/fr.po
    N xenocara/dist/xkeyboard-config/po/sq.po
    N xenocara/dist/xkeyboard-config/po/az.po
    N xenocara/dist/xkeyboard-config/po/ky.po
    N xenocara/dist/xkeyboard-config/po/fi.po
    N xenocara/dist/xkeyboard-config/po/el.po
    N xenocara/dist/xkeyboard-config/po/sk.po
    N xenocara/dist/xkeyboard-config/po/hu.po
    N xenocara/dist/xkeyboard-config/po/eo.po
    N xenocara/dist/xkeyboard-config/po/vi.po
    N xenocara/dist/xkeyboard-config/po/sr.po
    N xenocara/dist/xkeyboard-config/po/af.po
    N xenocara/dist/xkeyboard-config/po/es.po
    N xenocara/dist/xkeyboard-config/po/cs.po
    N xenocara/dist/xkeyboard-config/po/de.po
    N xenocara/dist/xkeyboard-config/po/Makevars
    N xenocara/dist/xkeyboard-config/po/ca.po
    N xenocara/dist/xkeyboard-config/po/POTFILES.skip
    N xenocara/dist/xkeyboard-config/po/id.po
    N xenocara/dist/xkeyboard-config/po/sl.po
    N xenocara/dist/xkeyboard-config/po/ru.po
    N xenocara/dist/xkeyboard-config/po/ka.po
    N xenocara/dist/xkeyboard-config/po/nb.po
    N xenocara/dist/xkeyboard-config/po/zh_CN.po
    N xenocara/dist/xkeyboard-config/po/ChangeLog
    N xenocara/dist/xkeyboard-config/po/it.po
    N xenocara/dist/xkeyboard-config/po/lt.po
    N xenocara/dist/xkeyboard-config/po/crh.po
    N xenocara/dist/xkeyboard-config/po/POTFILES.in
    N xenocara/dist/xkeyboard-config/po/zh_TW.po
    N xenocara/dist/xkeyboard-config/po/sv.po
    N xenocara/dist/xkeyboard-config/po/rw.po
    N xenocara/dist/xkeyboard-config/po/nl.po
    N xenocara/dist/xkeyboard-config/po/bg.po
    N xenocara/dist/xkeyboard-config/po/Makefile.in.in
    N xenocara/dist/xkeyboard-config/docs/HOWTO.transition
    N xenocara/dist/xkeyboard-config/docs/README.enhancing
    N xenocara/dist/xkeyboard-config/docs/README.config
    N xenocara/dist/xkeyboard-config/docs/Makefile.in
    N xenocara/dist/xkeyboard-config/docs/README.symbols
    N xenocara/dist/xkeyboard-config/docs/Makefile.am
    N xenocara/dist/xkeyboard-config/docs/HOWTO.testing
    N xenocara/dist/xkeyboard-config/symbols/am
    N xenocara/dist/xkeyboard-config/symbols/terminate
    N xenocara/dist/xkeyboard-config/symbols/fr
    N xenocara/dist/xkeyboard-config/symbols/ng
    N xenocara/dist/xkeyboard-config/symbols/np
    N xenocara/dist/xkeyboard-config/symbols/nl
    N xenocara/dist/xkeyboard-config/symbols/ad
    N xenocara/dist/xkeyboard-config/symbols/ua
    N xenocara/dist/xkeyboard-config/symbols/rs
    N xenocara/dist/xkeyboard-config/symbols/cd
    N xenocara/dist/xkeyboard-config/symbols/epo
    N xenocara/dist/xkeyboard-config/symbols/tj
    N xenocara/dist/xkeyboard-config/symbols/af
    N xenocara/dist/xkeyboard-config/symbols/ch
    N xenocara/dist/xkeyboard-config/symbols/pc
    N xenocara/dist/xkeyboard-config/symbols/pl
    N xenocara/dist/xkeyboard-config/symbols/th
    N xenocara/dist/xkeyboard-config/symbols/no
    N xenocara/dist/xkeyboard-config/symbols/iq
    N xenocara/dist/xkeyboard-config/symbols/lt
    N xenocara/dist/xkeyboard-config/symbols/kpdl
    N xenocara/dist/xkeyboard-config/symbols/il
    N xenocara/dist/xkeyboard-config/symbols/sn
    N xenocara/dist/xkeyboard-config/symbols/in
    N xenocara/dist/xkeyboard-config/symbols/fo
    N xenocara/dist/xkeyboard-config/symbols/hr
    N xenocara/dist/xkeyboard-config/symbols/by
    N xenocara/dist/xkeyboard-config/symbols/tr
    N xenocara/dist/xkeyboard-config/symbols/gn
    N xenocara/dist/xkeyboard-config/symbols/es
    N xenocara/dist/xkeyboard-config/symbols/cz
    N xenocara/dist/xkeyboard-config/symbols/bd
    N xenocara/dist/xkeyboard-config/symbols/kh
    N xenocara/dist/xkeyboard-config/symbols/hu
    N xenocara/dist/xkeyboard-config/symbols/ir
    N xenocara/dist/xkeyboard-config/symbols/mt
    N xenocara/dist/xkeyboard-config/symbols/pk
    N xenocara/dist/xkeyboard-config/symbols/ro
    N xenocara/dist/xkeyboard-config/symbols/mm
    N xenocara/dist/xkeyboard-config/symbols/ee
    N xenocara/dist/xkeyboard-config/symbols/capslock
    N xenocara/dist/xkeyboard-config/symbols/is
    N xenocara/dist/xkeyboard-config/symbols/br
    N xenocara/dist/xkeyboard-config/symbols/latin
    N xenocara/dist/xkeyboard-config/symbols/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/mao
    N xenocara/dist/xkeyboard-config/symbols/gr
    N xenocara/dist/xkeyboard-config/symbols/jp
    N xenocara/dist/xkeyboard-config/symbols/kr
    N xenocara/dist/xkeyboard-config/symbols/ara
    N xenocara/dist/xkeyboard-config/symbols/gb
    N xenocara/dist/xkeyboard-config/symbols/eurosign
    N xenocara/dist/xkeyboard-config/symbols/typo
    N xenocara/dist/xkeyboard-config/symbols/level3
    N xenocara/dist/xkeyboard-config/symbols/srvr_ctrl
    N xenocara/dist/xkeyboard-config/symbols/keypad
    N xenocara/dist/xkeyboard-config/symbols/se
    N xenocara/dist/xkeyboard-config/symbols/dk
    N xenocara/dist/xkeyboard-config/symbols/cn
    N xenocara/dist/xkeyboard-config/symbols/uz
    N xenocara/dist/xkeyboard-config/symbols/sk
    N xenocara/dist/xkeyboard-config/symbols/me
    N xenocara/dist/xkeyboard-config/symbols/mk
    N xenocara/dist/xkeyboard-config/symbols/mn
    N xenocara/dist/xkeyboard-config/symbols/altwin
    N xenocara/dist/xkeyboard-config/symbols/olpc
    N xenocara/dist/xkeyboard-config/symbols/level5
    N xenocara/dist/xkeyboard-config/symbols/pt
    N xenocara/dist/xkeyboard-config/symbols/ge
    N xenocara/dist/xkeyboard-config/symbols/za
    N xenocara/dist/xkeyboard-config/symbols/ie
    N xenocara/dist/xkeyboard-config/symbols/group
    N xenocara/dist/xkeyboard-config/symbols/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/us
    N xenocara/dist/xkeyboard-config/symbols/et
    N xenocara/dist/xkeyboard-config/symbols/ma
    N xenocara/dist/xkeyboard-config/symbols/ca
    N xenocara/dist/xkeyboard-config/symbols/nbsp
    N xenocara/dist/xkeyboard-config/symbols/ba
    N xenocara/dist/xkeyboard-config/symbols/vn
    N xenocara/dist/xkeyboard-config/symbols/de
    N xenocara/dist/xkeyboard-config/symbols/it
    N xenocara/dist/xkeyboard-config/symbols/bg
    N xenocara/dist/xkeyboard-config/symbols/inet
    N xenocara/dist/xkeyboard-config/symbols/latam
    N xenocara/dist/xkeyboard-config/symbols/sy
    N xenocara/dist/xkeyboard-config/symbols/lk
    N xenocara/dist/xkeyboard-config/symbols/symbols.dir
    N xenocara/dist/xkeyboard-config/symbols/be
    N xenocara/dist/xkeyboard-config/symbols/mv
    N xenocara/dist/xkeyboard-config/symbols/ru
    N xenocara/dist/xkeyboard-config/symbols/lv
    N xenocara/dist/xkeyboard-config/symbols/si
    N xenocara/dist/xkeyboard-config/symbols/bt
    N xenocara/dist/xkeyboard-config/symbols/compose
    N xenocara/dist/xkeyboard-config/symbols/az
    N xenocara/dist/xkeyboard-config/symbols/ctrl
    N xenocara/dist/xkeyboard-config/symbols/brai
    N xenocara/dist/xkeyboard-config/symbols/tm
    N xenocara/dist/xkeyboard-config/symbols/kz
    N xenocara/dist/xkeyboard-config/symbols/la
    N xenocara/dist/xkeyboard-config/symbols/fi
    N xenocara/dist/xkeyboard-config/symbols/al
    N xenocara/dist/xkeyboard-config/symbols/gh
    N xenocara/dist/xkeyboard-config/symbols/kg
    N xenocara/dist/xkeyboard-config/symbols/shift
    N xenocara/dist/xkeyboard-config/symbols/sgi_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/sgi_vndr/jp
    N xenocara/dist/xkeyboard-config/symbols/sgi_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/fr
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/nl
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/tuv
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/pl
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/no
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/usb
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/lt
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/tr
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/es
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/cz
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/hu
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/sw
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/gr
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/jp
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/gb
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/se
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/dk
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/pt
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/cs
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/us
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/de
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/solaris
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/it
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/tw
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/ru
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/lv
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/ko
    N xenocara/dist/xkeyboard-config/symbols/sun_vndr/fi
    N xenocara/dist/xkeyboard-config/symbols/xfree68_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/xfree68_vndr/ataritt
    N xenocara/dist/xkeyboard-config/symbols/xfree68_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/xfree68_vndr/amiga
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/fr
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/nl
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/ch
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/no
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/es
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/is
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/gb
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/se
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/dk
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/apple
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/pt
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/us
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/de
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/it
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/latam
    N xenocara/dist/xkeyboard-config/symbols/macintosh_vndr/fi
    N xenocara/dist/xkeyboard-config/symbols/sony_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/sony_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/sony_vndr/us
    N xenocara/dist/xkeyboard-config/symbols/hp_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/hp_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/hp_vndr/us
    N xenocara/dist/xkeyboard-config/symbols/nec_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/nec_vndr/jp
    N xenocara/dist/xkeyboard-config/symbols/nec_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/pc
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/us
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/lk
    N xenocara/dist/xkeyboard-config/symbols/digital_vndr/vt
    N xenocara/dist/xkeyboard-config/symbols/fujitsu_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/symbols/fujitsu_vndr/jp
    N xenocara/dist/xkeyboard-config/symbols/fujitsu_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/symbols/fujitsu_vndr/us
    N xenocara/dist/xkeyboard-config/keymap/macintosh
    N xenocara/dist/xkeyboard-config/keymap/xfree98
    N xenocara/dist/xkeyboard-config/keymap/sony
    N xenocara/dist/xkeyboard-config/keymap/README
    N xenocara/dist/xkeyboard-config/keymap/Makefile.in
    N xenocara/dist/xkeyboard-config/keymap/xfree86
    N xenocara/dist/xkeyboard-config/keymap/ataritt
    N xenocara/dist/xkeyboard-config/keymap/Makefile.am
    N xenocara/dist/xkeyboard-config/keymap/keymap.dir
    N xenocara/dist/xkeyboard-config/keymap/amiga
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/fr
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/dvorak
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/ch
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/pl
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/th
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/no
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/es
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/cz
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/hu
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/jp
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/gb
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/se
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/dk
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/sk
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/pt
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/us
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/ca
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/de
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/it
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/bg
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/be
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/ru
    N xenocara/dist/xkeyboard-config/keymap/sgi_vndr/fi
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/fr
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/pl
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/no
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/es
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/all
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/uk
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/se
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/us
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/de
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/ru
    N xenocara/dist/xkeyboard-config/keymap/sun_vndr/fi
    N xenocara/dist/xkeyboard-config/keymap/digital_vndr/Makefile.in
    N xenocara/dist/xkeyboard-config/keymap/digital_vndr/Makefile.am
    N xenocara/dist/xkeyboard-config/keymap/digital_vndr/us
    N xenocara/dist/xkeyboard-config/semantics/xtest
    N xenocara/dist/xkeyboard-config/semantics/Makefile.in
    N xenocara/dist/xkeyboard-config/semantics/default
    N xenocara/dist/xkeyboard-config/semantics/complete
    N xenocara/dist/xkeyboard-config/semantics/Makefile.am
    N xenocara/dist/xkeyboard-config/semantics/semantics.dir
    N xenocara/dist/xkeyboard-config/semantics/basic
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/06 11:55:01

Log message:
    BSD build system for xkeyboard-config. Work in progress.
    
    Status:
    
    Vendor Tag:	xenocara
    Release Tags:	v0_0
    
    N xenocara/data/xkeyboard-config/Makefile
    N xenocara/data/xkeyboard-config/Makefile.inc
    N xenocara/data/xkeyboard-config/compat/Makefile
    N xenocara/data/xkeyboard-config/geometry/Makefile
    N xenocara/data/xkeyboard-config/geometry/Makefile.inc
    N xenocara/data/xkeyboard-config/geometry/digital_vndr/Makefile
    N xenocara/data/xkeyboard-config/geometry/sgi_vndr/Makefile
    N xenocara/data/xkeyboard-config/keymap/Makefile
    N xenocara/data/xkeyboard-config/keymap/Makefile.inc
    N xenocara/data/xkeyboard-config/keymap/digital_vndr/Makefile
    N xenocara/data/xkeyboard-config/keymap/sgi_vndr/Makefile
    N xenocara/data/xkeyboard-config/keymap/sun_vndr/Makefile
    N xenocara/data/xkeyboard-config/rules/Makefile
    N xenocara/data/xkeyboard-config/rules/compat/Makefile
    N xenocara/data/xkeyboard-config/semantics/Makefile
    N xenocara/data/xkeyboard-config/symbols/Makefile
    N xenocara/data/xkeyboard-config/symbols/Makefile.inc
    N xenocara/data/xkeyboard-config/symbols/digital_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/hp_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/fujitsu_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/macintosh_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/nec_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/sgi_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/sony_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/sun_vndr/Makefile
    N xenocara/data/xkeyboard-config/symbols/xfree68_vndr/Makefile
    N xenocara/data/xkeyboard-config/types/Makefile
    N xenocara/data/xkeyboard-config/keycodes/Makefile
    N xenocara/data/xkeyboard-config/keycodes/digital_vndr/Makefile
    N xenocara/data/xkeyboard-config/keycodes/sgi_vndr/Makefile
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/06 12:06:22

Modified files:
	sys/kern       : vfs_bio.c vfs_biomem.c vfs_subr.c 
	sys/miscfs/specfs: spec_vnops.c 
	sys/nfs        : nfs_syscalls.c nfs_vnops.c 
	sys/ufs/ffs    : ffs_softdep.c ffs_vnops.c 

Log message:
All caller of buf_acquire were doing bremfree before the call.
Just put it in the buf_acquire function.
oga@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 12:14:26

Modified files:
	usr.sbin/ntpd  : buffer.c imsg.c ntp.c ntpd.c ntpd.h 
Added files:
	usr.sbin/ntpd  : imsg.h 

Log message:
make ntpd imsg-in-a-lib ready as well. extensive testing done, no
behavior change.
ok eric@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/06 12:28:09

Modified files:
	lib/libc/yp    : ypmatch_cache.c 

Log message:
In case of memory exhaustion, ypmatch_add may both leak memory and leave
invalid data on the list, inviting later NULL pointer access.
noticed by deraadt@, algorithm proposed by millert, implemented by me;
feedback and ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 12:31:42

Modified files:
	usr.sbin/bgpd  : bgpd.h 
	usr.sbin/ospfd : ospfd.h 
	usr.sbin/dvmrpd: dvmrpd.h 
	usr.sbin/ypldap: ypldap.h 
	usr.sbin/smtpd : smtpd.h 
	usr.sbin/ripd  : ripd.h 
	usr.sbin/ldpd  : ldpd.h 
	usr.sbin/ospf6d: ospf6d.h 
	usr.sbin/relayd: relayd.h 

Log message:
Get ready for including imsg.h from a lib, when it comes along.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 12:35:10

Modified files:
	x11/gnome/vinagre: Makefile 

Log message:
- unbreak

reported by naddy@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 12:36:43

Modified files:
	net/avahi      : Makefile 
	net/avahi/patches: patch-avahi-core_iface-pfroute_c 
	                   patch-avahi-daemon_avahi-daemon_conf 

Log message:
- better patch; from pkgsrc
- allow other stacks by default


CVSROOT:	/cvs
Module name:	src
Changes by:	pyr@cvs.openbsd.org	2009/06/06 12:38:02

Modified files:
	usr.sbin/snmpd : snmpd.h 

Log message:
this one missed the last batch.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/06 12:41:41

Modified files:
	audio/gmpc-plugins: Makefile 

Log message:
Really enable avahi, --disable-avahi was still in CONFIGURE_ARGS.


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/06 12:45:01

Modified files:
	usr.sbin/ntpd  : ntpd.h 

Log message:
Turns up the polling rate of sensors and makes ntpd calculate frequency
corrections more often. Due to physical effects crystal oscillators aren't
really stable beyond 1000s or so - at least not the kind found in pc's.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/06 12:47:19

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
If ntpd decides the clock has become unsynced, reset the number of saved
time corrections. Once the clock is synced again, start computing a fresh
frequency correction.
ok henning


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/06 12:57:31

Modified files:
	sys/arch/amd64/amd64: trap.c 

Log message:
When getting a fault in the kernel, we checked for biglock and failed
immediately when biglock wasn't held. But there is nothing inherently
wrong with doing copyin/copyout faults without holding biglock, so
just remove the check because it prevent us from doing copyin in
syscall before we grab the biglock.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 13:00:02

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
- small bugfix update to glade3-3.6.4


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/06 13:01:56

Modified files:
	gnu/usr.bin/gcc/gcc/config/mips: openbsd.h 

Log message:
INTMAX_TYPE / UINTMAX_TYPE are always in terms of long long.
reported by sturm@.  fixes libarchive on mips64.
ok millert@, miod@.  tested by jasper@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/06 13:05:22

Modified files:
	distrib/sets/lists/base: md.i386 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/06 13:21:33

Modified files:
	sys/dev/ic     : pdqreg.h 
	sys/dev/pci    : viaenv.c 

Log message:
- don't mess with assert()/__assert(), use KASSERT() instead

ok jsg@ thib@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/06 13:42:20

Modified files:
	data/xkeyboard-config/rules/compat: Makefile 

Log message:
White space.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/06 13:43:22

Modified files:
	data/xkeyboard-config/rules: Makefile 

Log message:
correct install targets, build of compat scripts in depend stage.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/06 13:44:01

Modified files:
	data/xkeyboard-config: Makefile.inc 

Log message:
Separate install-files target for 'rules' subdir.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 14:30:22

Modified files:
	sbin/route     : route.c 

Log message:
Uninitialized variable causing havoc on flush. Found by rivo nurges


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/06/06 14:37:45

Modified files:
	sys/arch/amd64/amd64: mp_setperf.c 
	sys/arch/i386/i386: mp_setperf.c 

Log message:
Disable interrupts durring the lock step frequency/voltage change. Generic
IPIs are handled without blocking interrupts. This solves the random lockups
people have been seeing with apmd -C, thanks to marco@ for showing me how
to reliably recreate this hang, and claudio@ for telling me it was also
affecting his Athlon64 machine so I stopped chasing bugs in est.

ok oga@, weingart@


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/06 14:58:50

Modified files:
	sbin/mount_nfs : mount_nfs.8 

Log message:
mention that the timeout is in milliseconds... because i always forget.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 15:21:37

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Fix bgpctl show rib prefix/len command. Problem reported by Insan Praja.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/06 15:25:21

Modified files:
	sys/kern       : exec_elf.c kern_sig.c 
	sys/uvm        : uvm_unix.c 

Log message:
We need miod's no-coredumps-on-ramdisks diff, because we have grown the
media just a wee bit too much.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 15:35:32

Modified files:
	usr.sbin/bgpd  : bgpd.h 

Log message:
Reorder IMSG types to put the "exported" ones further down so they do not
change that often anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/06 15:51:40

Modified files:
	comms/pilot-link: Makefile 
Removed files:
	comms/pilot-link/patches: patch-pilot-link_m4_in 

Log message:
Remove a patch which causes problem in other ports when pilot-link is
installed. It wasn't the good fix anyway, and upstream pilot-link.m4 is
clean now. cf
http://lists.pilot-link.org/pipermail/pilot-link-devel/2007-May.txt
'commit commit' naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 15:59:38

Modified files:
	textproc/p5-XML-RSS: Makefile 
	news/p5-Gateway: Makefile 
	devel/p5-Curses-Widgets: Makefile 
Removed files:
	textproc/p5-XML-RSS/pkg: MESSAGE 
	news/p5-Gateway/pkg: MESSAGE 
	devel/p5-Curses-Widgets/pkg: MESSAGE 

Log message:
- sky is blue, grass is green...
after a post from James Wright on ports@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 16:11:25

Modified files:
	usr.sbin/bgpd  : imsg.c imsg.h 
	usr.sbin/dvmrpd: imsg.c imsg.h 
	usr.sbin/ldpd  : imsg.c imsg.h 
	usr.sbin/ntpd  : imsg.c imsg.h 
	usr.sbin/ospf6d: imsg.c imsg.h 
	usr.sbin/ospfd : imsg.c imsg.h 
	usr.sbin/relayd: imsg.c imsg.h 
	usr.sbin/ripd  : imsg.c imsg.h 
	usr.sbin/smtpd : imsg.c imsg.h 
	usr.sbin/snmpd : imsg.c imsg.h 
	usr.sbin/ypldap: imsg.c imsg.h 

Log message:
change the imsg header fields a bit to prepare for upcoming changes.
add a flag field, use u_int32_t for pid_t and extend type to 32 bits
for padding.

ok pyr@


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/06/06 16:20:07

Modified files:
	.              : want.html 

Log message:
My most important switch died while I wasn't there to curse at it.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/06 16:37:34

Modified files:
	sys/arch/i386/i386: apicvec.s 

Log message:
ipi_reloadcr3 uses CPUVAR, so it needs to set up %fs in order to
work if it interrupts userspace

ok kettenis@  "you haven't committed that yet?" art@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/06 16:59:17

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
Consolidate error handling in read case.

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/06 17:14:44

Modified files:
	usr.bin/ftp    : ftp.c 

Log message:
make it possible to abort transfers of broken ftp servers.  first
interrupt will do the standard abort procedure per rfc959.  second
interrupt will force the abort, and close the connection.
done after email from halex@ couple of months ago.  liked by many
"I like this a lot" marco@.  ok halex@, millert@, phessler@


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/06/06 17:21:43

Modified files:
	sys/arch/amd64/amd64: est.c 
	sys/arch/i386/i386: est.c 

Log message:
Update est.c, make it capable of using ACPI if the PSS is available but
still support all different methods of getting states without e.g.
(highest/lowest state), and on i386 use the tables. The only change
should be the deletion of the mV from the printf at boot.

ok jsg@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	jcs@cvs.openbsd.org	2009/06/06 17:33:20

Modified files:
	app/xidle      : xidle.1 

Log message:
typo


CVSROOT:	/cvs
Module name:	src
Changes by:	art@cvs.openbsd.org	2009/06/06 17:35:08

Modified files:
	sys/uvm        : uvm_pdaemon.c 

Log message:
Somehow I missed comitting this.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/06 17:40:30

Modified files:
	sys/nfs        : nfs_serv.c 

Log message:
Don't allocate an mbuf cluster without checking to see if it will
actually get us anything.

ok thib@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/06 17:45:36

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
Unrevert the curpmap change with the addition of correct %gs handling
in the IPI handler so that it works when it interrupts userspace,
waiting for the droppmap IPI to complete when destroying it, and
(most importantly) don't call pmap_tlb_droppmap() from cpu_exit().
Tested by myself and ckuethe, as our machines choked on the original.

ok @art


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/06 18:02:49

Modified files:
	lib/libc/gen   : getgrent.c 

Log message:
No need to malloc, copy, have a single read access, and free right away.
Thus, garbage collect one variable, one strdup, one free, two ifs,
one else and a couple of assignments.  No functional change.
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:08:32

Modified files:
	productivity/qhacc: Makefile distinfo 
	productivity/qhacc/patches: patch-configure 
	                            patch-src_Makefile_in 
	productivity/qhacc/pkg: PLIST 
Added files:
	productivity/qhacc/patches: patch-contrib_Makefile_in 
	                            patch-docs_Makefile_in 
	                            patch-lib_qhacc_cpp 
	                            patch-plugins_reports_Makefile_in 
	                            patch-qm_Makefile_in 
	                            patch-src_qhacc_in 
	productivity/qhacc/pkg: PFRAG.shared 

Log message:
- update qhacc to the last stable qt3 version

feedback and ok espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:14:23

Modified files:
	devel          : Makefile 
Removed files:
	devel/lincvs   : Makefile distinfo 
	devel/lincvs/patches: patch-src_lincvs_cpp 
	devel/lincvs/pkg: DESCR MESSAGE PLIST 

Log message:
- remove old qt2 lincvs. for similar functionality, see cervisia in kde/sdk3

cheering from a bunch of frogs


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:16:36

Modified files:
	x11            : Makefile 
Removed files:
	x11/qt2-designer: Makefile distinfo 
	x11/qt2-designer/pkg: DESCR PFRAG.no-shared PFRAG.shared PLIST 

Log message:
- remove old qt2 qt2-designer, both qt3 and qt4 ship a designer already

cheering from a bunch of frogs
agreed by espie@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:19:53

Removed files:
	misc           : Makefile 
	x11            : Makefile 
	misc/cdrchive  : Makefile distinfo 
	misc/cdrchive/patches: patch-aclocal_m4 patch-doc_index_html 
	                       patch-tabdlg_cpp 
	misc/cdrchive/pkg: DESCR PLIST 
	x11/qlwm       : Makefile distinfo 
	x11/qlwm/files : qlwm 
	x11/qlwm/patches: patch-Makefile patch-mail_biff_cpp 
	x11/qlwm/pkg   : DESCR PLIST 

Log message:
- remove more old and orphaned qt2 programs

cheering from a bunch of frogs
agreed by espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:29:06

Added files:
	misc           : Makefile 
	x11            : Makefile 

Log message:
*cough* bring back two rather important files..


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/06 18:30:09

Modified files:
	x11            : Makefile 
Removed files:
	x11/qt2        : Makefile distinfo qt2.port.mk 
	x11/qt2/patches: patch-configs_openbsd-g++-shared 
	                 patch-configs_openbsd-g++-shared-debug 
	                 patch-configure patch-examples_Makefile_in 
	                 patch-examples_overlay_x11_Makefile_in 
	                 patch-src_kernel_qt_x11_h 
	                 patch-src_tools_qtextcodec_cpp 
	                 patch-tools_Makefile_in 
	x11/qt2/pkg    : DESCR-examples DESCR-html DESCR-main 
	                 PFRAG.no-shared-main PFRAG.shared-main 
	                 PLIST-examples PLIST-html PLIST-main 

Log message:
- remove qt2, it's long dead

agreed by espie@, aja@, landry@, robert@, todd@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 18:30:23

Modified files:
	usr.sbin/bgpd  : bgpd.c bgpd.h rde.c rde_rib.c 

Log message:
First attempt at reload support for RIBs. There is some magic that I do
not fully understand but at least no flames are comming out of my test
box anymore.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/06 18:31:22

Modified files:
	usr.sbin/bgpd  : bgpd.conf.5 

Log message:
Initial documentation for the new stuff


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 18:40:46

Modified files:
	usr.sbin/bgpd  : imsg.c 
	usr.sbin/dvmrpd: imsg.c 
	usr.sbin/ldpd  : imsg.c 
	usr.sbin/ntpd  : imsg.c 
	usr.sbin/ospf6d: imsg.c 
	usr.sbin/ospfd : imsg.c 
	usr.sbin/relayd: imsg.c 
	usr.sbin/ripd  : imsg.c 
	usr.sbin/smtpd : imsg.c 
	usr.sbin/snmpd : imsg.c 
	usr.sbin/ypldap: imsg.c 

Log message:
Make the imsg protocol network-safe.

ok pyr@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/06 18:54:43

Modified files:
	textproc/icu4c : Makefile distinfo 
	textproc/icu4c/patches: patch-source_Makefile_in 
	                        patch-source_common_unicode_rbbi_h 
	                        patch-source_config_icu-config-bottom 
	                        patch-source_configure 
	textproc/icu4c/pkg: PLIST 
Removed files:
	textproc/icu4c/patches: patch-source_test_intltest_usettest_cpp 

Log message:
Update to icu4c 4.2, from MAINTAINER Vincent Gross.
okay robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/06 19:21:00

Modified files:
	lib/libc/rpc   : svc_udp.c 

Log message:
Modify the uc_entries allocation check such that the lhs is a constant.
OK deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/06 19:22:05

Modified files:
	lang/gcc/4.2   : Makefile 
Added files:
	lang/gcc/4.2/patches: patch-libstdc++-v3_acinclude_m4 
	                      patch-libstdc++-v3_config_locale_generic_time_members_cc 
	                      patch-libstdc++-v3_include_c_compatibility_wchar_h 
	                      patch-libstdc++-v3_include_c_std_std_cwchar_h 
	                      patch-libstdc++-v3_include_c_std_std_cwctype_h 
	                      patch-libstdc++-v3_include_tr1_cwctype 

Log message:
add wchar_t support to gcc 4.2 because some upcoming ports are going to need
it. this is not much different from the in-tree gcc way of doing it.
tested with openoffice and with some other uncommited stuff.
bump needed PKGNAMEs


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 19:28:38

Modified files:
	devel/gconf2   : Makefile 
	devel/gconf2/pkg: PLIST 

Log message:
- create ${PREFIX}/share/schemas/ by default to prepare for the up-coming
gconf2.port.mk MODULE


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 20:01:54

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/uvm        : uvm_extern.h uvm_page.c uvm_page.h 
	                 uvm_pmemrange.c 

Log message:
extend uvm_page_physload to have the ability to add "device" pages to the
system.

This is needed in the case where you need managed pages so you can
handle faulting and pmap_page_protect() on said pages when you manage
memory in such regions (i'm looking at you, graphics cards).

these pages are flagged PG_DEV, and shall never be on the freelists,
assert this. behaviour remains unchanged in the non-device case,
specifically for all archs currently in the tree we panic if called
after bootstrap.

ok art@, kettenis@, ariane@, beck@.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/06 20:04:34

Modified files:
	sys/dev/pci/drm: radeon_cp.c 

Log message:
fix uninitialized or undefined value returned to caller

found by LLVM/Clang Static Analyzer.

with a remind from oga@ about 80 cols wrap

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/06 20:30:34

Modified files:
	sys/arch/amd64/amd64: bus_dma.c sg_dma.c 
	sys/arch/amd64/include: bus.h 

Log message:
on amd64, store a pointer to the loaded data and the type. This will
eventually be needed by bouncebuffers, and I need it for some of my evil
graphics shitz.

ok kettenis@ with some tweaks


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/06 20:53:06

Log message:
    import of PolicyKit-0.9;
    
    PolicyKit is a framework for defining policy for system-wide components and
    for desktop pieces to configure it. It is used by HAL.
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090606
    
    N ports/sysutils/policykit/distinfo
    N ports/sysutils/policykit/Makefile
    N ports/sysutils/policykit/pkg/DESCR
    N ports/sysutils/policykit/pkg/PLIST
    N ports/sysutils/policykit/pkg/PFRAG.shared
    N ports/sysutils/policykit/patches/patch-configure_in
    N ports/sysutils/policykit/patches/patch-src_polkit-dbus_polkit-resolve-exe-helper_c
    N ports/sysutils/policykit/patches/patch-src_polkit-grant_polkit-grant-helper_c
    N ports/sysutils/policykit/patches/patch-tools_polkit-auth_c
    N ports/sysutils/policykit/patches/patch-src_polkit-grant_polkit-grant-helper-bsdauth_c
    N ports/sysutils/policykit/patches/patch-src_polkit-grant_Makefile_in
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/06 20:55:19

Log message:
    import ConsoleKit-0.3.0:
    ConsoleKit is a framework for defining and tracking users, login
    sessions, and seats.  The primary motivations for this framework are to
    facilitate fast-user-switching and multi-seat capabilities, and to
    enable more sophisticated policy decisions for desktop sessions.
    
    this is not hooked up to the build just yet, just like policykit
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090606
    
    N ports/sysutils/consolekit/distinfo
    N ports/sysutils/consolekit/Makefile
    N ports/sysutils/consolekit/pkg/DESCR
    N ports/sysutils/consolekit/pkg/PLIST
    N ports/sysutils/consolekit/pkg/PFRAG.shared
    N ports/sysutils/consolekit/patches/patch-src_Makefile_in
    N ports/sysutils/consolekit/patches/patch-src_ck-sysdeps_h
    N ports/sysutils/consolekit/patches/patch-configure_ac
    N ports/sysutils/consolekit/patches/patch-src_ck-sysdeps-unix_c
    N ports/sysutils/consolekit/patches/patch-src_ck-sysdeps-openbsd_c
    N ports/sysutils/consolekit/patches/patch-src_ck-session_c
    N ports/sysutils/consolekit/patches/patch-src_ck-run-programs_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/06 21:07:19

Modified files:
	sys/sys        : sysctl.h 
	sys/kern       : kern_sysctl.c 
	lib/libc/gen   : sysctl.3 
	sbin/sysctl    : sysctl.c 

Log message:
Add KERN_FILE2 sysctl analogous to KERN_PROC2 but for file structures,
along with vnode type-specific info to make it more useful for fstat(1).
OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/06 21:09:34

Modified files:
	include        : kvm.h 
	lib/libkvm     : Makefile kvm.c kvm_getfiles.3 kvm_private.h 
	                 shlib_version 
Added files:
	lib/libkvm     : kvm_file2.c 

Log message:
Add kvm_getfile2 which uses KERN_FILE2 when possible, falling
back on kmem grovelling for non-live kernels.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/06 21:10:09

Modified files:
	usr.bin/fstat  : Makefile fstat.c 
Removed files:
	usr.bin/fstat  : fstat.h isofs.c 

Log message:
Use the new kvm_getfile2 interface to do the dirty work.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/06 21:33:36

Modified files:
	lib/libc/yp    : yp_first.c 

Log message:
fix a minor memory leak spotted by deraadt;  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/06 21:52:29

Modified files:
	distrib/miniroot: install.sub dot.profile 

Log message:
More tersification. Fixes verbiage issue reported by jdixon@ on
icb.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/06 21:52:54

Modified files:
	lib/libc/gen   : getgrent.c 

Log message:
de-spaghetti:
If code is used from exactly one place, don't jump back dozens of lines to
reach it, only to "goto" back where you came from.
Instead, simply put the code where it belongs.
Also fixes a regression that crept in in rev. 1.30: After clearing the
variable __ypmode, don't try to make decisions based on its former value.
As a bonus, garbage collect the grname variable and the _ypmode enum type.
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:27:58

Added files:
	devel/gconf2   : gconf2.port.mk 

Log message:
Add a gconf2 MODULE to ease dealing with schemas files.
port-modules(5) will be tweaked accordingly when all ports are converted
to using this new module.

"i like the idea" wcmaier@
"i like it" landry@
some input and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:30:09

Modified files:
	audio/libcanberra: Makefile 
	audio/libcanberra/pkg: PLIST 
	audio/rhythmbox: Makefile 
	audio/rhythmbox/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:30:32

Modified files:
	comms/gmfsk    : Makefile 
	comms/gmfsk/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:31:10

Modified files:
	devel/gconf-editor: Makefile 
	devel/gconf-editor/pkg: PLIST 
	devel/libgsf   : Makefile 
	devel/libgsf/pkg: PLIST-gnome 

Log message:
Convert to using the new gconf2.port.mk module.

input and ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:31:32

Modified files:
	games/gtetrinet: Makefile 
	games/gtetrinet/pkg: PLIST-main 

Log message:
Convert to using the new gconf2.port.mk module.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:32:02

Modified files:
	graphics/comix : Makefile 
	graphics/comix/pkg: PLIST 
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-djvu PLIST-dvi PLIST-main 
	graphics/gthumb: Makefile 
	graphics/gthumb/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	eric@cvs.openbsd.org	2009/06/06 23:56:25

Modified files:
	usr.sbin/bgpd  : imsg.c imsg.h rde.c session.c 
	usr.sbin/dvmrpd: imsg.c imsg.h 
	usr.sbin/ldpd  : imsg.c imsg.h 
	usr.sbin/ntpd  : imsg.c imsg.h 
	usr.sbin/ospf6d: imsg.c imsg.h 
	usr.sbin/ospfd : imsg.c imsg.h 
	usr.sbin/relayd: imsg.c imsg.h relay.c snmp.c 
	usr.sbin/ripd  : imsg.c imsg.h 
	usr.sbin/smtpd : control.c enqueue.c imsg.c imsg.h lka.c mda.c 
	                 mta.c smtp.c 
	usr.sbin/snmpd : imsg.c imsg.h 
	usr.sbin/ypldap: imsg.c imsg.h 

Log message:
Change the way fds passed over a socket are retreived on the receiving side.

Currently the receiver fetches an imsg via imsg_get() and if he expects
an fd, he then calls imsg_get_fd() to fetch the next fd queued on the
imsgbuf from which the imsg came.

This changes hides the fd queueing mechanism to the API user.  When closing
an imsg with an fd, the message is flagged so that the receiving end knows
it must dequeue the fd in imsg_get() and return it with the imsg structure.
This way there is no (less) possible screw up from imsg_get_fd() not being
called directly after imsg_get() by the user. The retreived imsg is
self-contained.

ok pyr@, "I like that" henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/06 23:59:48

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-main PLIST-plugins 
	mail/evolution-plugin-rss: Makefile 
	mail/evolution-plugin-rss/pkg: PLIST 
	mail/evolution-plugin-webcal: Makefile 
	mail/evolution-plugin-webcal/pkg: PLIST 
	mail/mail-notification: Makefile 
	mail/mail-notification/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:00:57

Modified files:
	math/gnumeric  : Makefile 
	math/gnumeric/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:01:29

Modified files:
	misc/contacts  : Makefile 
	misc/contacts/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:02:20

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-gconf 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:03:43

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/pkg : PLIST 
	net/xchat      : Makefile 
	net/xchat/pkg  : PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:33:52

Modified files:
	www/epiphany-extensions: Makefile 
	www/epiphany-extensions/pkg: PLIST 

Log message:
- remove gconftool-2 calls; they are not needed


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:41:26

Modified files:
	productivity/gnucash: Makefile 
	productivity/gnucash/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:42:26

Modified files:
	sysutils/libgksu: Makefile 
	sysutils/libgksu/pkg: PLIST 
	sysutils/notification-daemon: Makefile 
	sysutils/notification-daemon/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:44:42

Modified files:
	www/epiphany   : Makefile 
	www/epiphany/pkg: PLIST 
	www/galeon     : Makefile 
	www/galeon/pkg : PLIST 
	www/gecko-mediaplayer: Makefile 
	www/gecko-mediaplayer/pkg: PLIST 
	www/liferea    : Makefile 
	www/liferea/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 00:46:37

Modified files:
	x11/gnome-mplayer: Makefile 
	x11/gnome-mplayer/pkg: PLIST 
	x11/awn        : Makefile 
	x11/awn/pkg    : PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:07:39

Modified files:
	editors/emacs22: Makefile distinfo 
	editors/emacs22/pkg: PLIST-main 

Log message:
update to emacs 22.3


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:12:55

Log message:
    This package contains the basic libraries shared by the CMU Sphinx
    speech recognition trainer and decoders (Sphinx-II, Sphinx-III, and
    PocketSphinx), as well as some common utilities for manipulating
    acoustic feature and audio files.
    
    tweaks and ok ajacoutot@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2009_Jun_07
    
    N ports/audio/cmu-sphinbase/Makefile
    N ports/audio/cmu-sphinbase/distinfo
    N ports/audio/cmu-sphinbase/pkg/DESCR
    N ports/audio/cmu-sphinbase/pkg/PLIST
    N ports/audio/cmu-sphinbase/pkg/PFRAG.shared
    N ports/audio/cmu-sphinbase/patches/patch-src_libsphinxad_ad_oss_bsd_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:18:39

Log message:
    Sphinx-3 is the successor to the Sphinx-II speech recognition system
    from Carnegie Mellon University. It includes both an acoustic trainer
    and various decoders, i.e., text recognition, phoneme recognition,
    N-best list generation, etc.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2009_Jun_07
    
    N ports/audio/cmu-sphinx3/Makefile
    N ports/audio/cmu-sphinx3/distinfo
    N ports/audio/cmu-sphinx3/pkg/DESCR
    N ports/audio/cmu-sphinx3/pkg/PLIST
    N ports/audio/cmu-sphinx3/pkg/PFRAG.shared
    N ports/audio/cmu-sphinx3/patches/patch-Makefile_in
    N ports/audio/cmu-sphinx3/patches/patch-src_tests_regression_testfuncs_sh_in
    N ports/audio/cmu-sphinx3/files/compare_table.pl
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 01:20:46

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document the gconf2 module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:21:27

Removed files:
	audio/cmu-sphinbase: Makefile distinfo 
	audio/cmu-sphinbase/patches: patch-src_libsphinxad_ad_oss_bsd_c 
	audio/cmu-sphinbase/pkg: DESCR PFRAG.shared PLIST 

Log message:
remove bogus import


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:23:37

Log message:
    This package contains the basic libraries shared by the CMU Sphinx
    speech recognition trainer and decoders (Sphinx-II, Sphinx-III, and
    PocketSphinx), as well as some common utilities for manipulating
    acoustic feature and audio files.
    
    at the right place this time.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	eric
    Release Tags:	eric_2009_Jun_07
    
    N ports/audio/cmu-sphinxbase/Makefile
    N ports/audio/cmu-sphinxbase/distinfo
    N ports/audio/cmu-sphinxbase/pkg/DESCR
    N ports/audio/cmu-sphinxbase/pkg/PLIST
    N ports/audio/cmu-sphinxbase/pkg/PFRAG.shared
    N ports/audio/cmu-sphinxbase/patches/patch-src_libsphinxad_ad_oss_bsd_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/07 01:25:44

Modified files:
	audio          : Makefile 

Log message:
add cmu-sphinx3 and cmu-sphinxbase


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 01:49:44

Modified files:
	sysutils/consolekit: Makefile 
	sysutils/consolekit/patches: patch-src_Makefile_in 
	sysutils/consolekit/pkg: PLIST 

Log message:
Merge some small changes from my old ConsoleKit port:
- better HOMEPAGE
- add gettext MODULES
- tweak some CONFIGURE_ARGS and put pid file under /var/run so we don't
need to create a special directory for it
- don't create PREFIX/var/...
- add a /var/log/ConsoleKit/ @sample directory


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 02:11:39

Modified files:
	sysutils/policykit: Makefile 
	sysutils/policykit/pkg: DESCR PLIST 

Log message:
Merge some changes from my old PolicyKit port:
- tweak DESCR and COMMENT
- SHARED_LIBS should being at 0.0
- better HOMEPAGE
- add gettext and intltool MODULES
- explicitely set some CONFIGURE_ARGS
- remove bogus dbus-uuidgen which is already ran by the dbus pkg


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 02:18:43

Log message:
    Import policykit-gnome-0.9
    
    PolicyKit-gnome provides:
    * an Authentication Agent for PolicyKit that integrates well with the
    GNOME desktop environment
    * a shared library to easily integrate usage of PolicyKit into GTK+
    applications
    * a proof-of-concept applet (that is subject to change) for managing
    authorizations
    
    WIP: it does not work... seriously, don't send me mails!
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090607
    
    N ports/x11/gnome/policykit-gnome/distinfo
    N ports/x11/gnome/policykit-gnome/Makefile
    N ports/x11/gnome/policykit-gnome/pkg/DESCR
    N ports/x11/gnome/policykit-gnome/pkg/PLIST
    N ports/x11/gnome/policykit-gnome/pkg/PFRAG.shared
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 02:20:07

Modified files:
	x11/gnome/policykit-gnome: Makefile 

Log message:
- hobbits come by 2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 02:30:31

Modified files:
	sysutils/policykit: Makefile 
Added files:
	sysutils/policykit/patches: patch-data_PolicyKit_conf_in 

Log message:
Add a default policy which allows root full control, and those in the
wheel group to authenticate for services using their password.

from FreeBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 02:39:13

Modified files:
	usr.bin/cvs    : commit.c diff.c diff.h diff3.c diff_internals.c 
	                 import.c rcs.c xmalloc.c 
	usr.bin/diff   : diff.c diff.h diffdir.c diffreg.c xmalloc.c 
	                 xmalloc.h 
	usr.bin/rcs    : diff.c xmalloc.c 

Log message:
More cvs/diff/rcs convergence:
1. Mostly variable/function renaming, SIZE_T_MAX->SIZE_MAX, and
spacing.
2. One strchr -> strncspn.
3. diff had a weird thing where it set file[12] = ofile[12] but
never updated file or ofile, then if file and ofile were different
it freed it. I removed it.

OK millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 02:40:59

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/applets2/pkg: PLIST-battstat PLIST-main 
	x11/gnome/at-spi: Makefile 
	x11/gnome/at-spi/pkg: PLIST 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/bug-buddy/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 02:41:39

Modified files:
	devel/p5-Glib2 : Makefile distinfo 
	devel/p5-Glib2/pkg: PLIST 

Log message:
Update to p5-Glib2 1.221.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 02:42:52

Modified files:
	graphics/p5-Cairo: Makefile distinfo 

Log message:
Update to p5-Cairo 1.061.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 02:45:52

Log message:
    Import p5-Pango-1.220, the Perl bindings for Pango.
    This has been splitted from p5-Gtk2 package.
    
    ok ajacoutot@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090607
    
    N ports/devel/p5-Pango/Makefile
    N ports/devel/p5-Pango/distinfo
    N ports/devel/p5-Pango/pkg/PLIST
    N ports/devel/p5-Pango/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 02:46:59

Modified files:
	devel          : Makefile 

Log message:
+p5-Pango


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 02:47:57

Modified files:
	x11/p5-Gtk2    : Makefile distinfo 
	x11/p5-Gtk2/pkg: PLIST 

Log message:
Update to p5-Gtk2-1.220, depend on new p5-Pango package.
ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 03:01:39

Log message:
    Import xkcd-viewer, now that we have a recent enough p5-Gtk2:
    Using this program you can easily enjoy xkcd comics by
    Randall Munroe without any browser, simply using this
    graphical front-end.
    Totally useless and slacking-compliant, so we need it in the portstree.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090607
    
    N ports/misc/xkcd-viewer/Makefile
    N ports/misc/xkcd-viewer/distinfo
    N ports/misc/xkcd-viewer/pkg/PLIST
    N ports/misc/xkcd-viewer/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 03:03:29

Modified files:
	misc           : Makefile 

Log message:
+xkcd-viewer, for slacking purposes only


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 03:06:20

Modified files:
	x11/gnome/cheese: Makefile 
	x11/gnome/cheese/pkg: PLIST 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/controlcenter2/pkg: PLIST 
	x11/gnome/dasher: Makefile 
	x11/gnome/dasher/pkg: PLIST 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/deskbar-applet/pkg: PLIST 
	x11/gnome/devhelp: Makefile 
	x11/gnome/devhelp/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 03:27:37

Modified files:
	x11/gnome/ekiga: Makefile 
	x11/gnome/ekiga/pkg: PLIST 
	x11/gnome/empathy: Makefile 
	x11/gnome/empathy/pkg: PLIST 
	x11/gnome/eog  : Makefile 
	x11/gnome/eog/pkg: PLIST 
	x11/gnome/file-roller: Makefile 
	x11/gnome/file-roller/pkg: PLIST 
	x11/gnome/games: Makefile 
	x11/gnome/games/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 03:44:47

Modified files:
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gcalctool/pkg: PLIST 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit/pkg: PLIST 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/gedit-plugins/pkg: PLIST 
	x11/gnome/ghex : Makefile 
	x11/gnome/ghex/pkg: PLIST 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gnopernicus/pkg: PLIST 
	x11/gnome/gok  : Makefile 
	x11/gnome/gok/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/07 03:50:52

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
sync usage();


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/06/07 03:59:22

Modified files:
	misc           : Makefile 

Log message:
remove cdrchive here as well


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/07 04:01:44

Modified files:
	share/man/man4 : urtw.4 usb.4 

Log message:
updates for 8187b;


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:01:47

Modified files:
	x11/gnome/gossip: Makefile 
	x11/gnome/gossip/pkg: PLIST 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/gucharmap/pkg: PLIST 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/hamster-applet/pkg: PLIST 
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring/pkg: PLIST 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/keyring-manager/pkg: PLIST 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnome/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:09:40

Removed files:
	telephony/ohphone: Makefile distinfo 
	telephony/ohphone/patches: patch-ReadMe_txt patch-main_cxx 
	                           patch-ohphone_1 patch-xlibvid_cxx 
	telephony/ohphone/pkg: DESCR PLIST 

Log message:
Remove ohphone.
It is completely unmaintained, barely working and prevent from updating the
whole VoIP gang (ptlib, h323plus, opal, gnugk, ekiga) which I'm working on.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:10:33

Modified files:
	telephony      : Makefile 

Log message:
Remove ohphone.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:26:08

Modified files:
	x11/gnome/libgnomedb: Makefile 
	x11/gnome/libgnomedb/pkg: PLIST 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgnomekbd/pkg: PLIST 
	x11/gnome/libgweather: Makefile 
	x11/gnome/libgweather/pkg: PLIST 
	x11/gnome/media: Makefile 
	x11/gnome/media/pkg: PLIST 
	x11/gnome/metacity: Makefile 
	x11/gnome/metacity/pkg: PLIST 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/mousetweaks/pkg: PLIST 
	x11/gnome/nautilus: Makefile 
	x11/gnome/nautilus/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/07 04:44:00

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
Avoid including machine/cpu.h


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:46:41

Modified files:
	x11/gnome/panel: Makefile 
	x11/gnome/panel/pkg: PLIST 
	x11/gnome/planner: Makefile 
	x11/gnome/planner/pkg: PLIST 
	x11/gnome/screensaver: Makefile 
	x11/gnome/screensaver/pkg: PLIST 
	x11/gnome/seahorse: Makefile 
	x11/gnome/seahorse/pkg: PLIST 
	x11/gnome/session: Makefile 
	x11/gnome/session/pkg: PLIST 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/settings-daemon/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 04:47:38

Modified files:
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/controlcenter2/pkg: PLIST 

Log message:
Regen plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 05:03:21

Modified files:
	x11/gnome/terminal: Makefile 
	x11/gnome/terminal/pkg: PLIST 
	x11/gnome/tomboy: Makefile 
	x11/gnome/tomboy/pkg: PLIST 
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 
	x11/gnome/utils: Makefile 
	x11/gnome/utils/pkg: PLIST 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/vfs2/pkg: PLIST-main 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vinagre/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 05:16:04

Modified files:
	x11/gnome/vino : Makefile 
	x11/gnome/vino/pkg: PLIST 
	x11/gnome/yelp : Makefile 
	x11/gnome/yelp/pkg: PLIST 
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/nautilus-sendto/pkg: PLIST-main 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/video-arcade/pkg: PLIST 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-open-terminal/pkg: PLIST 

Log message:
Convert to using the new gconf2.port.mk module.
This should be the last pass... now let's seat and see if it breaks...


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 05:23:55

Log message:
    Import p5-Devel-Trace:
    If you run your program with perl -d:Trace program, this module will
    print a message to standard error just before each line is executed,
    like sh -x.
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090607
    
    N ports/devel/p5-Devel-Trace/Makefile
    N ports/devel/p5-Devel-Trace/distinfo
    N ports/devel/p5-Devel-Trace/pkg/PLIST
    N ports/devel/p5-Devel-Trace/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/07 05:24:54

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-Trace


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/07 05:32:41

Modified files:
	www/p5-WebService-MusicBrainz: Makefile distinfo 

Log message:
Update to p5-WebService-MusicBrainz-0.22.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/07 05:44:03

ports/graphics/swfdec/files

Update of /cvs/ports/graphics/swfdec/files
In directory cvs.openbsd.org:/tmp/cvs-serv31654/files

Log Message:
Directory /cvs/ports/graphics/swfdec/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/07 05:52:16

Modified files:
	graphics/swfdec/pkg: PFRAG.shared PLIST 
Removed files:
	graphics/swfdec/patches: patch-player_Makefile_in 
	                         patch-swfdec-gtk_swfdec_playback_oss_c 

Log message:
Update to swfdec-0.8.4

including sndio support

From Jacob Meuser (jakemsr@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/07 05:56:51

Added files:
	graphics/swfdec/patches: patch-configure_ac 
	                         patch-swfdec-gtk_Makefile_am 

Log message:
add some missing files from the last commit.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/07 06:01:32

Modified files:
	www/swfdec-plugin: Makefile distinfo 
	www/swfdec-plugin/pkg: PLIST 

Log message:
Update to 0.8.2

From Jacob Meuser (jakemsr@)

OK landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/07 06:02:43

Modified files:
	telephony      : Makefile 

Log message:
add asterisk-h323 to bulk builds to make sure updates for the whole
VoIP gang don't break it ;-)


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 06:39:40

Modified files:
	usr.bin/sdiff  : sdiff.c 

Log message:
Remove outdated comment.


CVSROOT:	/cvs
Module name:	www
Changes by:	ray@cvs.openbsd.org	2009/06/07 06:50:17

Modified files:
	.              : want.html 

Log message:
Managed to get one myself.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 07:06:03

Modified files:
	usr.bin/sdiff  : sdiff.c 

Log message:
Plug file descriptor leak when diffing regular files.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 07:09:24

Modified files:
	usr.bin/sdiff  : sdiff.c 

Log message:
Don't use $TMPDIR if it is empty.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 07:15:13

Modified files:
	usr.bin/sdiff  : sdiff.c 

Log message:
Use SIZE_MAX, not SIZE_T_MAX.


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/06/07 07:18:04

Modified files:
	sys/dev/acpi   : acpidock.c 

Log message:
Shave surplus space from format string.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/07 07:24:57

Modified files:
	sys/dev/pci    : ixgbe_82598.c 

Log message:
don't prefix the usage of a define that has a - with a -
no binary change and consistent with other usage of the macro.


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 07:29:50

Modified files:
	usr.bin/sdiff  : edit.c extern.h sdiff.c 

Log message:
Don't leak FILE * if multiple -o flags are given.


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2009/06/07 08:53:06

Added files:
	porting        : packaging.html 

Log message:
some howto about multi-packaging and pseudo-flavors and naming, not complete
yet, but better than nothing


CVSROOT:	/cvs
Module name:	src
Changes by:	ray@cvs.openbsd.org	2009/06/07 09:36:46

Modified files:
	usr.bin/sendbug: sendbug.c 

Log message:
Remove gecos expanding code, since the expanded string is no longer
used.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/07 10:02:41

Modified files:
	sys/arch/mvme68k/mvme68k: bus_dma.c 
	sys/arch/mvme88k/mvme88k: bus_dma.c 
	sys/arch/mvmeppc/mvmeppc: bus_dma.c 

Log message:
Do not look at the avail_{start,end} members from vm_physmem[] anymore.
These values were used to eventually pass ranges to uvm_pglistalloc(),
which has been fixed to correctly skip no-memory ranges a lot of time ago;
however mvme68k would still use the computed range and osiop would no
longer attach; this repairs it.


CVSROOT:	/cvs
Module name:	src
Changes by:	mlarkin@cvs.openbsd.org	2009/06/07 10:58:28

Modified files:
	sys/arch/i386/i386: acpi_machdep.c 

Log message:
We weren't including isa.h and therefore missing the NISA #define. This
caused the PIC to not be initialized on resume, which caused much
badness - things attached to the ISA bus weren't getting any
interupts (for example, keyboards).

Also move around some of the lapic reinit code to handle some clock
initialization bits we weren't doing before.

Worked out by deraadt and myself.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/07 12:10:21

Modified files:
	usr.sbin/afs/src/arlad: arlad.8 

Log message:
xfs -> nnpfs; ok jj


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/07 15:35:11

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
Define _KERNEL for the bare minimum.  We can include sys/proc.h
normally as long as we define __need_process and use a local
definition of struct proclist.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/07 15:48:16

Modified files:
	usr.sbin/pcidump: pcidump.c 

Log message:
improve spacing in usage()


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/07 16:14:42

Modified files:
	games/fortune/datfiles: fortunes2 

Log message:
some minor fixes, mainly from from Niclas Zeising, freebsd conf/112024


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/07 16:16:43

Modified files:
	usr.bin/pkill  : pkill.1 

Log message:
tweak -v; from Tim van der Molen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/07 17:01:21

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/07 18:50:30

Modified files:
	sys/net        : pfvar.h 

Log message:
unfuck PF_AEQ PF_ANEQ PF_AZERO macos that got fucked when v6 support
was added in 2001. yes i got bitten by inet6 shit again.
in the ANEQ case, if af == AF_INET, (a)->addr32[0] != (b)->addr32[0]
is false when the adresses ARE equal. now it goes right in the
intended-for-v6 case and starts to compare the other addr32 fields -
in the v4 case I have garbage in them, so it reports all v4 as different
when they are in fact the same. fix by adding explicit af == INET6 test
before going on to compare the rest.
found the really hard way (many hours wasted, thought the bug was in my
new code) by me. ok sthen markus claudio


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/07 18:52:23

Modified files:
	sys/kern       : kern_sysctl.c 

Log message:
some vnodes have a NULL mountpoint, so strlcpy of the f_mntonname if not advised


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/07 19:55:42

Modified files:
	sys/net        : pfvar.h 

Log message:
gah. something is not quite right, sthen sees strange behaviour fixed
by backing out the macro fix. something must rely on the broken behaviour


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/07 20:36:06

Modified files:
	sys/net        : pf.c 

Log message:
"do not call PF_ANEQ with af=0, dragons". fixes a problem with skip
steps found with the recent pfvar.h commit to check address families.
from & commit req by henning.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/07 20:39:15

Modified files:
	sys/net        : pfvar.h 

Log message:
bring back the fixed PF_AEQ/ANEQ/AZERO macros, the offending use has been
found by sthen and fixed, all other callers of these macros checked by both
of us


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/07 21:56:14

Modified files:
	sys/net        : pf.c 

Log message:
in pf_print_state_parts, do not use skw->proto to print the protocol
but our local copy proto that we very carefully set beforehands. skw
being NULL is perfectly valid there.


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/06/08 02:30:06

Modified files:
	usr.sbin/bgpd  : imsg.c 
	usr.sbin/dvmrpd: imsg.c 
	usr.sbin/ldpd  : imsg.c 
	usr.sbin/ntpd  : imsg.c 
	usr.sbin/ospf6d: imsg.c 
	usr.sbin/ospfd : imsg.c 
	usr.sbin/relayd: imsg.c 
	usr.sbin/ripd  : imsg.c 
	usr.sbin/smtpd : imsg.c 
	usr.sbin/snmpd : imsg.c 
	usr.sbin/ypldap: imsg.c 

Log message:
revert this change by eric@:

Make the imsg protocol network-safe.

it might be network safe, but half the imsg based daemons on my firewalls
dont run anymore.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/08 03:05:13

Modified files:
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnome/pkg: PLIST 

Log message:
Unfuck the PLIST.

While here, adjust WANTLIB after the import of ahavi; several other
ports are affected by this, too.

No bump, because it didn't package correctly.

"looks right" bernd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/08 03:12:40

Modified files:
	archivers/p7zip: Makefile distinfo 

Log message:
update to 9.04; from Josh Grosse (maintainer).
version numbering scheme changed to match 7-Zip.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 03:41:01

Modified files:
	mail/evolution : Makefile 

Log message:
- schemas files for the -plugins subpackage are not installed in the
regular SCHEMAS_INSTDIR

reported by kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 03:43:47

Modified files:
	mail/evolution/pkg: PLIST-plugins 

Log message:
- forgot to commit this in previous


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/08 04:00:37

Modified files:
	net/rrdtool    : Makefile 

Log message:
CATEGORIES+=databases; ok msf@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/08 04:32:24

Modified files:
	graphics/pngcrush: Makefile distinfo 

Log message:
- update pngcrush to 1.6.19
- change email maintainer

ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/08 04:38:21

Modified files:
	security/ophcrack: Makefile distinfo 
	security/ophcrack/patches: patch-configure 

Log message:
- update ophcrack to 3.3.0
- regen patch

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/08 05:08:51

Modified files:
	sys/arch/i386/i386: sg_dma.c 

Log message:
fix non standard/valid usage of ? : operator.
ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/08 05:16:11

Modified files:
	sys/arch/amd64/amd64: sg_dma.c 

Log message:
fix non standard/valid usage of ? : operator on amd64
as well, reminded by miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/06/08 07:55:28

Modified files:
	x11/qt4        : Makefile distinfo 
	x11/qt4/patches: patch-configure 
	                 patch-mkspecs_openbsd-g++_qmake_conf 
	                 patch-qmake_generators_unix_unixmake2_cpp 
	                 patch-src_corelib_global_qglobal_h 
	                 patch-src_corelib_io_qfsfileengine_unix_cpp 
	x11/qt4/pkg    : PLIST-examples PLIST-html PLIST-main 

Log message:
update to 4.5.1, including gcc4 build.
fix packaging in that case, since I botched the "extended" WANTLIB
(if stuff comes from the main package, it *has* to be in LIB_DEPENDS,
because WANTLIB are checked at build time).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/08 08:06:39

Modified files:
	share/zoneinfo/datfiles: asia 

Log message:
Update to tzdata2009i from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/08 08:57:37

Modified files:
	productivity/devtodo: Makefile 
	productivity/devtodo/pkg: PLIST 

Log message:
mirror this; MASTER_SITES seems to not be working at the moment and it
would truly suck to lose this. while there, add a more complete license
marker, regen PLIST, and bump for the PLIST change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 10:42:45

Modified files:
	devel/gconf2   : gconf2.port.mk 

Log message:
Slight change in the way DEPENDS are handled in the gconf2 MODULE.
This will help fixing a dependency issue reported by kili@ in
gstreamer-plugins-good.

ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 10:43:51

Modified files:
	devel/libgsf   : Makefile 

Log message:
No need to run_depends on gconf2 for the -main subpackage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 10:46:11

Modified files:
	multimedia/gstreamer-0.10/plugins-good: Makefile 

Log message:
Only the -gconf subpackage needs to run_depends on gconf2.
Actually add the devel/gconf2 MODULE, spotted by kili@

ok kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 10:48:41

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Document new behaviour of the gconf2 MODULE.

ok kili@
cvs: ----------------------------------------------------------------------


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 10:58:16

Modified files:
	audio/libcanberra: Makefile 
	audio/rhythmbox: Makefile 
	comms/gmfsk    : Makefile 
	devel/gconf-editor: Makefile 
	games/gtetrinet: Makefile 
	graphics/comix : Makefile 
	graphics/evince: Makefile 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	mail/evolution-plugin-rss: Makefile 
	mail/evolution-plugin-webcal: Makefile 
	mail/mail-notification: Makefile 
	math/gnumeric  : Makefile 
	misc/contacts  : Makefile 
	net/pidgin     : Makefile 
	net/xchat      : Makefile 
	productivity/gnucash: Makefile 
	sysutils/libgksu: Makefile 
	sysutils/notification-daemon: Makefile 
	www/epiphany   : Makefile 
	www/galeon     : Makefile 
	www/gecko-mediaplayer: Makefile 
	www/liferea    : Makefile 
	x11/gnome-mplayer: Makefile 
	x11/awn        : Makefile 

Log message:
Bump after recent gconf2 MODULE changes.

"yep, bumps are cheap" kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/08 11:03:15

Modified files:
	share/man/man5 : fstab.5 

Log message:
improve the description of fs_freq;
prompted by a fix from Warner Losh, freebsd -r193625,
but i chose a different fix;

help/ok otto


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 11:08:48

Modified files:
	audio/xmms2    : Makefile 
	audio/xmms2/pkg: PLIST 
Added files:
	audio/xmms2/patches: patch-src_clients_lib_perl_wscript 

Log message:
Fix perl modules.

from James Wright via Amaury Gauthier (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/08 11:13:49

Modified files:
	databases/lbdb : Makefile 

Log message:
avoid an autoconf-related problem with the files using awk.
found the hard way by marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 11:20:13

Modified files:
	mail/evolution-plugin-rss: Makefile 
	x11/gnome/tomboy: Makefile 

Log message:
s/Yes/No


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 11:59:15

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/cheese: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gossip: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnomedb: Makefile 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vfs2 : Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 

Log message:
Bump after recent gconf2 MODULE changes.

"yep, bumps are cheap" kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 12:03:15

Modified files:
	x11/gnome/nautilus-sendto: Makefile 

Log message:
While the -pidgin subpackage does depend on -main which depends on gconf2,
-pidgin does not directly depends on gconf2, so fix that.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 12:21:46

Modified files:
	misc/contacts  : Makefile distinfo 
	misc/contacts/pkg: PLIST 

Log message:
Update to version 0.10.
Make use of the gnome MODULE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 12:24:41

Modified files:
	x11/gnome/vfs2 : Makefile 

Log message:
Reorder dependencies.
While here, remove PKGNAME which made kili@ confused ;-)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 13:21:08

Modified files:
	lib/libc/stdlib: malloc.c 

Log message:
quieten compiler by converting pointers to uintptr_t before truncating them
to u_int32_t to do integer math with (in a situation where that is legit)
ok otto millert


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 13:24:43

Modified files:
	print/system-config-printer: Makefile distinfo 
	print/system-config-printer/patches: patch-Makefile_in 
	                                     patch-cupshelpers_cupshelpers_py 
	                                     patch-newprinternotification_conf 
	                                     patch-system-config-printer_py 

Log message:
Update to system-config-printer 1.0.15. Tested at c2k9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/08 13:42:32

Modified files:
	graphics/sane-backends: Makefile 

Log message:
Add avahi support.
Left over from c2k9.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/08 14:06:02

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: 
	                        patch-src_hugin_base_algorithms_panorama_makefile_PanoramaMakefileExport_cpp 
Removed files:
	graphics/hugin/patches: 
	                        patch-src_hugin1_hugin_TextureManager_cpp 

Log message:
0.8.0rc3.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/08 15:46:58

Modified files:
	misc/WordGenerator: Makefile 

Log message:
- remove HOMEPAGE
- change MASTER_SITES
- bump

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/08 17:07:08

Modified files:
	sys/netinet    : udp_usrreq.c 

Log message:
remove stray * from comment, probably a rewrapping artefact


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 17:10:29

Modified files:
	distrib/sets/lists/base: md.sgi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/06/08 17:18:05

Modified files:
	sys/arch/i386/i386: est.c 
	sys/arch/amd64/amd64: est.c 

Log message:
If the machine only has one state enabling the EST driver is pointless,
this might need to be revisted later if its clear that there are machines
which only come up with a single state but more may appear after a PPC
change but for now we will just not initilize on systems with a single
state a boot. Solves a divide by zero panic when using the PDC diff on
broken hardware.

ok marco@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 17:18:42

Modified files:
	sys/kern       : sys_generic.c 

Log message:
must calculate iovlen or ktrace panics the machine; diff from blambert
and it is pretty critical so commiting it now.  Any more fallout from
the code 'simplication'?


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 19:12:38

Modified files:
	sys/arch/macppc/dev: macintr.c openpic.c 
	sys/arch/macppc/include: intr.h 
	sys/arch/macppc/macppc: clock.c cpu.c genassym.cf machdep.c 
	sys/arch/socppc/dev: ipic.c 
	sys/arch/socppc/socppc: clock.c machdep.c 
	sys/arch/powerpc/include: intr.h 
	sys/arch/powerpc/powerpc: intr.c mutex.S 

Log message:
backout interrupt diff until it the next round of fixes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 19:13:47

Modified files:
	sys/arch/macppc/conf: GENERIC 

Log message:
Disable xlights for now, since the rapid periodic interrupts it generates
help worsen the interrupt race that dale is trying to fix.  He'll get that
fixed, but for now, we can try to run macppc in the most reliable fashion.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/08 20:56:38

Modified files:
	sys/arch/amd64/amd64: cpu.c genassym.cf lapic.c locore.S pmap.c 
	                      vector.S vm_machdep.c 
	sys/arch/amd64/include: cpu.h i82489var.h pmap.h 

Log message:
revert guenther@'s un-revert of art's curpmap.

My

bios0: ASUSTeK Computer INC. P5K-E
cpu0: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2405.74 MHz
cpu1: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2405.46 MHz
cpu2: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2405.46 MHz
cpu3: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz, 2405.46 MHz

can't boot with this in. It always hangs somewhere in fsck'ing if
any, or between netstart and local daemons if no fsck'ing. Also
fubars theo's real amd machine.

Much more testing needed for this.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/08 20:58:30

Modified files:
	www/mozilla-firefox: Tag: OPENBSD_4_5 Makefile distinfo 
	www/mozilla-firefox/files: Tag: OPENBSD_4_5 mozilla-firefox.1 
Added files:
	www/mozilla-firefox/patches: Tag: OPENBSD_4_5 
	                             patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp 

Log message:
MFC:
security update to mozilla-firefox-3.0.10.  from robert at openbsd.pap.st
MFSA 2009-23  Crash in nsTextFrame::ClearTextRun()
http://www.mozilla.org/security/known-vulnerabilities/firefox30.html#firefox3.0.10

This update also resolves MFSA 2009-07 through MFSA 2009-22, and includes
the following fixes:

turn off Ignore Scaling and Shrink to fit page width.  fixes printing
for beck@.

sync switches w/ ff3
update about url

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/06/08 20:58:39

Modified files:
	security/clusterssh: Makefile distinfo 

Log message:
update to 3.26

ok giovanni@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/08 21:25:38

Modified files:
	www/firefox-i18n: Tag: OPENBSD_4_5 Makefile distinfo 

Log message:
MFC:
update to 3.0.10


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/08 21:33:49

Modified files:
	distrib/miniroot: install.sub 

Log message:
Tighten and tweak keyboard question. Use 'layout' instead of 'type'
as suggested by mk@. Shortened verbiage allows us to bring back 'L'
as a way to list the alternate layouts, as pointed out by Andr?s
on tech@. On some keyboards finding the '?' can be a challenge
before the layout is set.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/06/08 23:05:48

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
quirks for MacBookPro3,1 inspired by FreeBSD's snd_hda.  problem
reported and patch tested by Bryan Chapman.  according to FreeBSD,
this might be needed for other MacBookPro models but no one else has
told me their MacBookPro doesn't work.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/06/08 23:16:42

Modified files:
	sys/dev/pci    : azalia.h azalia.c azalia_codec.c 

Log message:
AD1981HD output amps are weird.  they report 63 volume steps but the
first 30 do nothing.  perhaps there are other codecs with such
amps?  (ab)use some reserved bits in the amplifier capabilities
parameter to store the first volume step that actually changes the
volume.  problem reported and patch tested by LEVAI Daniel.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/06/08 23:45:56

Modified files:
	.              : want.html 

Log message:
some new, some old


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/09 02:18:01

Modified files:
	editors/openoffice3: Makefile 
Added files:
	editors/openoffice3/patches: 
	                             patch-shell_source_unix_sysshell_recently_used_file_handler_cxx 

Log message:
kurt forgot to add his patch:
- fix 64-bit segfault in recently_used_file_handler.cxx/set_timestamp()
caused by sscanf "%ld" -> time_t sized var.


CVSROOT:	/cvs
Module name:	www
Changes by:	robert@cvs.openbsd.org	2009/06/09 04:05:20

Modified files:
	.              : donations.html want.html 

Log message:
i just received two FC-AL disks; Thank you!


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/09 04:11:21

Modified files:
	distrib/miniroot: install.sh install.sub 

Log message:
Update the user input routines to (re-evaluate and) redraw the
question if dmesg changes are detected. The password reading
routines are not subject to these changes at this point.

ok deraadt@, krw@


CVSROOT:	/cvs
Module name:	www
Changes by:	espie@cvs.openbsd.org	2009/06/09 04:37:42

Modified files:
	porting        : packaging.html 

Log message:
a bit more packaging information, getting ready to link it with the rest


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/06/09 04:44:10

Modified files:
	.              : want.html 

Log message:
- scsi drives taken care of


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/06/09 05:47:46

Modified files:
	www/ruby-httpclient: Makefile distinfo 

Log message:
Update to ruby-httpclient-2.1.5.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/09 05:52:54

Modified files:
	sys/netinet    : ip_icmp.c 
	etc            : sysctl.conf 

Log message:
By default, don't accept IPv4 ICMP redirects. This behaviour can be
changed with a sysctl, so note it in sysctl.conf. v6 needs further
testing following discussions on the tech mailing list; rainer@ points
out possible interactions with neighbour discovery which need to be
investigated first.

"go ahead on the v4 part" deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 05:57:27

Modified files:
	print/transfig : Makefile 

Log message:
Add homepage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/09 07:19:44

Modified files:
	graphics/xfig  : Makefile distinfo 
	graphics/xfig/patches: patch-Imakefile patch-fig_h 
	                       patch-w_keyboard_c patch-w_snap_c 
	graphics/xfig/pkg: PLIST 
Added files:
	graphics/xfig/patches: patch-w_intersect_c 
Removed files:
	graphics/xfig/patches: patch-Fig.ad patch-e_chop_c 

Log message:
- SECURITY UPDATE of xfig to 3.2.5b
CVE-2009-1962: Xfig Insecure Temporary Files


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/09 07:20:21

Added files:
	graphics/xfig/patches: patch-e_chop_c 

Log message:
- missed patch


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/09 08:34:02

Modified files:
	x11/gnome/totem: Makefile 
	x11/gnome/totem/pkg: PLIST 

Log message:
Fix PLIST. While here, add avahi-* to WANTLIB. Bump.

ok ajacoutot@

ps: i'm currently trying to find all other ports depending on avahi and
fixing WANTLIB and LIB_DEPENDS where necessary. Will be committed later
this day (or tomorrow, depending on how late this evening will be ;-))


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/09 08:56:19

Modified files:
	games/canfield/cfscores: cfscores.c 

Log message:
add missing flag to usage; synchronize argument names with documentation;
while here, use lowercase letters for "usage:".


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/09 09:09:34

ports/misc/xkcd-viewer/patches

Update of /cvs/ports/misc/xkcd-viewer/patches
In directory cvs.openbsd.org:/tmp/cvs-serv7370/patches

Log Message:
Directory /cvs/ports/misc/xkcd-viewer/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 09:09:44

Modified files:
	archivers/gcpio: Makefile 

Log message:
Add homepage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/09 09:10:19

Modified files:
	misc/xkcd-viewer: Makefile 
Added files:
	misc/xkcd-viewer/patches: patch-script_xkcd_viewer_pl 

Log message:
Fix menu->quit & fix WRKSRC/WRKDIST confusion while here, bump.
Noticed by & same diff from phessler@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/09 09:46:17

Modified files:
	devel/p5-IPC-ShareLite: Makefile distinfo 

Log message:
update to 0.17

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 10:00:55

Modified files:
	devel/gperf    : Makefile 

Log message:
Add HOMEPAGE.
While here, set GPL version.

ok espie@ (maintainer)


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 10:26:03

Modified files:
	usr.sbin/relayd: shuffle.c snmp.c 

Log message:
missing header file; bring things into scope


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 11:21:10

Modified files:
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/controlcenter2/pkg: PLIST 
Added files:
	x11/gnome/controlcenter2/patches: 
	                                  patch-capplets_common_gnome-theme-info_c 
	                                  patch-capplets_default-applications_Makefile_in 

Log message:
- fix PLIST and install gnome-default-applications.pc where it belongs
spotted by kili@, thanks!
- while here, fix some hardcoded paths
- tweak diff_args


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 11:24:37

Modified files:
	x11/gnome/controlcenter2: Makefile 

Log message:
Missed SUBST_CMD in previous commit.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 11:35:10

Modified files:
	lib/libkrb5    : shlib_version 

Log message:
nnpfspioctl change in libc mandates a major crank here to


CVSROOT:	/cvs
Module name:	ports
Changes by:	espie@cvs.openbsd.org	2009/06/09 11:46:58

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
don't export brutally everything from bsd.own.mk into each port's Makefile,
but select some variables instead.

checked by naddy@ on a bulk-build.

(apart from making stuff less easy to break, it also means Makefiles stop
inheriting a WIDE set of .PHONY targets, which is a good thing)


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2009/06/09 12:15:08

Modified files:
	regress/lib/libc/getaddrinfo: answer gaitest.c 

Log message:
Update to handle the default resolv order behavior.
Add a note that the regress depends on the "family" keyword in resolv.conf

OK millert@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	phessler@cvs.openbsd.org	2009/06/09 12:16:40

Modified files:
	regress/lib/libc/getcap: Makefile 

Log message:
make the regress target build the program before using it.

OK millert@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 12:22:09

Modified files:
	mail/zarafa/libvmime: Makefile distinfo 

Log message:
Update to the latest patch set from zarafa which are necessary for the
upcoming update to 6.20.6.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 12:22:37

Modified files:
	mail/zarafa/zarafa: Makefile distinfo 
Removed files:
	mail/zarafa/zarafa/patches: 
	                            patch-provider_libserver_ZarafaCmd_cpp 

Log message:
Update to version 2.20.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/09 12:23:03

Modified files:
	mail/zarafa/webaccess: Makefile distinfo 
Removed files:
	mail/zarafa/webaccess/patches: 
	                               patch-php-webclient-ajax_client_login_php 

Log message:
Update the webaccess to version 2.20.6


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/09 13:16:39

Modified files:
	sys/kern       : subr_extent.c 

Log message:
Fix userland regression tests by providing a #define for pool_setipl()
(just a noop since that doesn't matter in userland).

Pointed out by a couple of people, thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/09 14:07:59

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
correct loop in debug code to not use an uninitialised page. it was
ass-backwards.

afaik this was found by the LLVM CLang static analyser.

ok ariane@ a couple of days ago.


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 14:10:46

Modified files:
	.              : want.html 

Log message:
another want


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/09 14:30:18

Modified files:
	multimedia/mkvtoolnix: Makefile distinfo 
	multimedia/mkvtoolnix/patches: patch-src_common_random_cpp 
Added files:
	multimedia/mkvtoolnix/patches: patch-src_common_common_cpp 
	                               patch-src_common_dts_cpp 
	                               patch-src_common_strings_editing_h 
Removed files:
	multimedia/mkvtoolnix/patches: patch-src_common_dts_common_cpp 

Log message:
- update mkvtoolnix to 2.9.5
- change email maintainer
- update and regen patches

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 14:37:29

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 
	                         md.hppa md.hppa64 md.i386 md.landisk 
	                         md.mac68k md.macppc md.mvme68k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.zaurus 

Log message:
sync


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/09 15:03:21

Modified files:
	build          : mirrors.dat 

Log message:
Add a new ftp.fr mirror, by ajacoutot@ & myself, serving
ftp/http/rsync/anoncvs, hosting and hw coming from various donations,
thanks!!
While here, update previous ftp.fr entry, which is now ftp2.fr, and
provides recent snapshots.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/09 15:05:54

Modified files:
	.              : ftplist ftp.html anoncvs.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen after ftp.fr addition.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/09 16:20:44

Modified files:
	usr.bin/cdio   : cdio.1 cdio.c 

Log message:
try to get "play" right; help/ok naddy


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/09 16:24:40

Modified files:
	lib/libc/gen   : sysctl.3 

Log message:
document KERN_BUFCACHEPERCENT and KERN_MAXLOCKSPERUID; help/ok oga


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/09 17:17:35

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
fix potential null dereference.

Found by LLVM/Clang Static Analyzer.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/06/09 18:03:55

Modified files:
	sys/net        : if_pfsync.c 

Log message:
jj reported a panic in bulk updates to me. this is my attempt to fix the
most obvious problem.

if the state table is empty, we'd deref a null pointer.

tested on my firewalls with big state tables, so existing use cases still
work.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 18:52:48

Modified files:
	distrib/miniroot: install.sub 

Log message:
the interface list should not be sorted.  use the order that ifconfig
chooses, since that is the order people are used to.  krw remembered
some weird behaviour, but i tested and could not find it
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/09 18:53:40

Modified files:
	distrib/miniroot: install.sub 

Log message:
when sets cannot be found, do the 4-space indent dance to make the
failure list a whole lot prettier.
ok todd


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/09 19:28:11

Modified files:
	distrib/miniroot: install.sub 

Log message:
Count existing vlan's so restarting the script doesn't lose track of
which vlan to create next.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kevlo@cvs.openbsd.org	2009/06/09 20:41:22

Modified files:
	audio/p5-Audio-CD: Makefile 
Added files:
	audio/p5-Audio-CD/patches: patch-cddb_lookup_c 

Log message:
- add missing header
- free is possibly called with a NULL pointer argument
- bump PKGNAME

submitted by Michael Warmuth <ayuu at suljee dot de>


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/09 20:51:51

Modified files:
	graphics/pngcrush: Tag: OPENBSD_4_5 Makefile distinfo 

Log message:
MFC:
Security update to 1.6.15; fixes CVE-2009-0040.
From: maintainer Benoit Lecocq
ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/09 21:24:02

Modified files:
	sys/conf       : files 
	sys/dev        : softraid.c softraidvar.h 
Added files:
	sys/dev        : softraid_raidp.c 

Log message:
Add framework for raid 4 & 5 so that we can work in tree.


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/06/09 21:42:20

Modified files:
	sys/dev/acpi   : acpicpu.c 

Log message:
Re introduce the _PDC code backed out before 4.5, in addition to evaluating the
PDC (which tells the ACPI code what we as OSPM are capable of) we also evaluate
the OSC method on the acpicpu device. Original cause of problems that resulted
in this getting backed out appear to be fixed by the mp_setperf change, so
hopefully the third time is the charm. Tested by many.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2009/06/09 21:42:58

Modified files:
	usr.bin/systat : pftop.c 

Log message:
Revert part of the earlier commit that displayed garbage instead of
the action column values. reported by jmc@


CVSROOT:	/cvs
Module name:	www
Changes by:	gwk@cvs.openbsd.org	2009/06/09 22:16:55

Modified files:
	.              : want.html 

Log message:
I gave mlarkin@ my X60 so he could get cracking on acpi suspend support for
it right away. I will eventually need something to replace it.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 00:03:32

Modified files:
	devel/vte      : Makefile distinfo 

Log message:
Maintenance update to vte-0.20.5


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/10 00:46:53

Modified files:
	usr.bin/sendbug: sendbug.1 

Log message:
no real need for these in SEE ALSO; ok ray
while here, tweak -D


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/10 01:01:25

Modified files:
	distrib/miniroot: install.sub 

Log message:
On systems without keyboard setting, the hostname choice had no blank line
above it.  It disturbed me deeply.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/10 01:03:29

Modified files:
	distrib/miniroot: install.sub 

Log message:
A tighter printing format for the SHA256 hashes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 02:28:46

Modified files:
	math/py-Numeric: Makefile 

Log message:
Add HOMEPAGE.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/10 03:29:58

Modified files:
	.              : anoncvs.html 
	build/mirrors  : anoncvs.html.end anoncvs.html.head 

Log message:
Unfuck version numbers in anoncvs.html after recent rebuild, and fix
templates to make sure it doesn't happen again during this release.
Noticed by Maurice Janssen, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 03:39:50

Modified files:
	graphics/jpeg  : Makefile 

Log message:
Add missing HOMEPAGE.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/10 03:45:40

Modified files:
	net/etherape   : Makefile distinfo 
	net/etherape/pkg: PLIST 
Added files:
	net/etherape/patches: patch-src_main_c 

Log message:
- update etherape to 0.9.7
- change maintainer (timeout)
- regen PLIST
- add patch

ok laurent@, with some tweaks by and ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 03:46:00

Modified files:
	mail/zarafa/zarafa: Makefile 
	mail/zarafa/zarafa/patches: patch-installer_linux_gateway_cfg 

Log message:
Until the actual bug is found, add a workaround to prevent the pop/imap
gateway from hanging.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 04:04:04

Modified files:
	graphics/py-goocanvas: Makefile 

Log message:
Add missing homepage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 04:11:48

Modified files:
	x11/py-gtksourceview: Makefile 

Log message:
Add missing homepage.


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/10 06:41:46

Modified files:
	emulators/stella: Makefile distinfo 
	emulators/stella/pkg: PLIST 

Log message:
- update stella to 2.8
- regen PLIST

ok ajacoutot@


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/10 06:42:13

Modified files:
	.              : index.html 

Log message:
Add http://openbsd.bsdfrog.org as a new FR www mirror.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 07:07:19

Modified files:
	www/libghttp   : Makefile 

Log message:
Add HOMEPAGE. While here, set GPL version marker.


CVSROOT:	/cvs
Module name:	www
Changes by:	johan@cvs.openbsd.org	2009/06/10 07:31:36

Modified files:
	faq            : current.html 

Log message:
Remind everyone about the httpd ABI change.
With and ok pyr


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 07:31:56

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-plugins 

Log message:
Install schemas from both subpackages into the same directory
(${SCHEMAS_INSTDIR}). Granted this take one or two more seconds to
install the -plugins subpackage but it allows us to use the generic
gconf-2 goo in PLIST-plugins.

While here, regen wantlib and lib_depends.

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/10 08:03:18

Modified files:
	usr.bin/vi/cl  : cl_read.c 
	usr.bin/vi/ex  : ex_script.c 
	usr.bin/vi/include: ex_extern.h 

Log message:
Use poll() instead of select().  The sscr_check_input() bit is
adapted from nvi 1.81.  Tested by several people during the hackathon.


CVSROOT:	/cvs
Module name:	www
Changes by:	johan@cvs.openbsd.org	2009/06/10 08:05:23

Modified files:
	faq            : current.html 

Log message:
ooops...
Fix previous.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/10 08:40:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackageName.pm 

Log message:
fix dewey comparison for suffixes (no early return)


CVSROOT:	/cvs
Module name:	src
Changes by:	merdely@cvs.openbsd.org	2009/06/10 09:08:46

Modified files:
	bin/ksh        : vi.c 

Log message:
Fix problem with ^w fix that broke 'B'
Found by Daniel LEVAI
Fix by Darrin Chandler
ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 09:23:54

Modified files:
	x11/gnome/nautilus-sendto: Makefile 
	x11/gnome/vfs2 : Makefile 

Log message:
Some wantlib cleanups.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/10 09:29:34

Modified files:
	etc            : pf.conf 

Log message:
pf should block the port range allocated by net.inet.tcp.baddynamic
for the X protocol instead of port 6000 only; this way pf provides
the same protection level to all X servers.

ok sthen@; "I am convinced that 6000-6010 is acceptable for blocking
in pf" deraadt@, "i'd thought of something similar" oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/10 09:44:05

Modified files:
	usr.sbin/pkg_add: pkg_create 

Log message:
zap double /, as noticed by brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 09:52:25

Modified files:
	x11/gnome-mplayer: Makefile 

Log message:
This port had to be different from all others... install schemas files
manually.
Didn't package: no bump.

spotted by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/10 09:58:51

Modified files:
	sys/arch/hp300/hp300: mem.c 
	sys/arch/hp300/include: vmparam.h 

Log message:
Allow /dev/kmem reads in the direct mapping region where there is
corresponding physical memory; makes procmap(8) happy on hp300.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/10 11:13:18

Log message:
    import p5-Search-QueryParser 0.93
    
    This module parses a query string into a data structure to be handled
    by external search engines. For examples of such engines, see
    File::Tabular and Search::Indexer.
    
    The query string can contain simple terms, "exact phrases", field
    names and comparison operators, '+/-' prefixes, parentheses,
    and boolean connectors.
    
    from Ian Mcwilliam (MAINTAINER)
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090610
    
    N ports/textproc/p5-Search-QueryParser/Makefile
    N ports/textproc/p5-Search-QueryParser/distinfo
    N ports/textproc/p5-Search-QueryParser/pkg/PLIST
    N ports/textproc/p5-Search-QueryParser/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/10 11:14:20

Modified files:
	textproc       : Makefile 

Log message:
- add p5-Search-QueryParser


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/10 12:00:07

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 

Log message:
Add udl and url, verified to work on Fuel (url to the RAMDISK too)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/10 12:04:26

Modified files:
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
In the NMI handler, always print EPC even if we're going to drop into ddb.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/10 12:05:31

Modified files:
	sys/arch/mips64/include: cpu.h proc.h 
	sys/arch/mips64/mips64: exception.S interrupt.c trap.c 
	sys/arch/sgi/include: intr.h 
	sys/arch/sgi/sgi: genassym.cf 

Log message:
Switch sgi to per-process AST, and move ast() from interrupt.c to trap.c
where it can use userret() instead of duplicating it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/10 12:38:30

Modified files:
	usr.bin/calendar/calendars: calendar.holiday 

Log message:
Fix Canadian Victoria day; Hugo Villeneuve


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/10 12:41:07

Modified files:
	sys/dev/ic     : rtwvar.h 

Log message:
Remove (unused) CASSERT macro. Whatever it was intended to be used for, it
caused severe blood damage to laboratory animals. Not to mention swine flu.


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/10 12:50:43

Modified files:
	usr.sbin/hotplugd: hotplugd.c 

Log message:
Ignore ECHILD returns from waitpid() in the signal handler; it appears we
generate SIGCHLD spuriously in some cases.  Also, hotplugd doesn't care
if a child is stopped, so set SA_NOCLDSTOP to suppress SIGCHLDs from that.
Problem reported by Thomas Pfaff.

ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/10 13:01:09

Modified files:
	devel/jdk/1.7  : Makefile 
	devel/jdk/1.7/patches: patch-corba_make_common_Defs-bsd_gmk 
	                       patch-corba_make_common_shared_Platform_gmk 
	                       patch-hotspot_make_bsd_makefiles_defs_make 
	                       patch-hotspot_make_bsd_makefiles_saproc_make 
	                       patch-hotspot_src_os_bsd_vm_hpi_bsd_hpp 
	                       patch-hotspot_src_os_bsd_vm_osThread_bsd_hpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_cpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_hpp 
	                       patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp 
	                       patch-jdk_make_common_Defs-bsd_gmk 
	                       patch-jdk_make_common_shared_Platform_gmk 
	                       patch-jdk_make_java_hpi_native_Makefile 
	                       patch-jdk_make_java_nio_Makefile 
	                       patch-jdk_make_java_redist_Makefile 
	                       patch-jdk_src_share_bin_java_c 
	                       patch-jdk_src_share_native_com_sun_java_util_jar_pack_main_cpp 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdFileSystem_java 
	devel/jdk/1.7/pkg: PLIST-main 
Added files:
	devel/jdk/1.7/files: cacerts 
	devel/jdk/1.7/patches: patch-hotspot_agent_make_Makefile 
	                       patch-hotspot_agent_src_os_bsd_BsdDebuggerLocal_c 
	                       patch-hotspot_agent_src_os_bsd_Makefile 
	                       patch-hotspot_agent_src_os_bsd_StubDebuggerLocal_c 
	                       patch-hotspot_agent_src_os_bsd_elfmacros_h 
	                       patch-hotspot_agent_src_os_bsd_hsearch_r_c 
	                       patch-hotspot_agent_src_os_bsd_hsearch_r_h 
	                       patch-hotspot_agent_src_os_bsd_libproc_h 
	                       patch-hotspot_agent_src_os_bsd_libproc_impl_c 
	                       patch-hotspot_agent_src_os_bsd_libproc_impl_h 
	                       patch-hotspot_agent_src_os_bsd_mapfile 
	                       patch-hotspot_agent_src_os_bsd_ps_core_c 
	                       patch-hotspot_agent_src_os_bsd_ps_proc_c 
	                       patch-hotspot_agent_src_os_bsd_salibelf_c 
	                       patch-hotspot_agent_src_os_bsd_symtab_c 
	                       patch-hotspot_agent_src_os_bsd_test_c 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_HotSpotAgent_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_bugspot_BugSpotAgent_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_debugger_bsd_BsdCDebugger_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_debugger_bsd_BsdThreadContextFactory_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_runtime_Threads_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_runtime_bsd_BsdSignals_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_runtime_bsd_x86_BsdSignals_java 
	                       patch-hotspot_agent_src_share_classes_sun_jvm_hotspot_utilities_PlatformInfo_java 
	                       patch-hotspot_make_bsd_makefiles_launcher_make 
	                       patch-hotspot_make_sa_files 
	                       patch-jdk_make_java_nio_mapfile-bsd 
	                       patch-jdk_src_solaris_classes_sun_nio_fs_BsdNativeDispatcher_java 
	                       patch-jdk_src_solaris_native_sun_nio_ch_SctpChannelImpl_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_SctpNet_c 
	                       patch-jdk_src_solaris_native_sun_nio_ch_Sctp_h 
	                       patch-jdk_src_solaris_native_sun_nio_fs_BsdNativeDispatcher_c 
	                       patch-jdk_src_solaris_native_sun_nio_fs_GnomeFileTypeDetector_c 
Removed files:
	devel/jdk/1.7/patches: 
	                       patch-jdk_src_solaris_hpi_native_threads_src_sys_api_td_c 

Log message:
- binary plugs distfile no longer needed
- sync patches with OpenJDK7 bsd-port repository
- install a usable cacerts
- Remove Interruptible IO support
tested by ian@ william@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:27:09

Modified files:
	databases/evolution-data-server: Makefile 
	devel/libgsf   : Makefile 
	graphics/gimp/stable: Makefile 
	math/graphviz  : Makefile 
	multimedia/gstreamer-0.10/plugins-base: Makefile 
	www/gtkhtml3   : Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/desktop: Makefile 
	x11/gnome/eel  : Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/libbonoboui: Makefile 
	x11/gnome/libgnomeui: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/py-gnome: Makefile 
	x11/gnome/py-gnome-desktop: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/tracker: Makefile 
	x11/gnome/yelp : Makefile 

Log message:
WANTLIB changes due to avahi dependency. Bump affected PKGNAMEs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:33:59

Modified files:
	audio/gmpc     : Makefile 

Log message:
WANTLIB += gcrypt and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:36:30

Modified files:
	x11/gnome/terminal: Makefile 

Log message:
Add avahi stuff to WANTLIB, remove pangox and bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/10 14:36:40

Modified files:
	sys/uvm        : uvm_pmemrange.c uvm_pmemrange.h 

Log message:
Fix: Clean and dirty pages had the memtype ids and the desparate case failed
to function properly in the fast-allocation path (should not have triggered).

ok: oga, deraadt


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:42:05

Modified files:
	x11/gnome/file-roller: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/py-nautilus: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/utils: Makefile 

Log message:
More avahi additions to WANTLIBs. Bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:44:03

Modified files:
	x11/gnome/vinagre: Makefile 

Log message:
Add avahi-ui to LIB_DEPENDS and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:46:36

Modified files:
	graphics/evince: Makefile 

Log message:
-main depends on gconf2.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/10 14:47:42

Modified files:
	x11/gnome/gdm  : Makefile 

Log message:
WANTLIB += pthread and bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/10 15:37:17

Modified files:
	sys/dev        : softraid.c 

Log message:
Typo


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/06/10 20:09:03

Modified files:
	share/man/man4 : viapm.4 
	sys/dev/pci    : viapm.c 

Log message:
add the VIA CX800 south bridge.

tested on the eNOTE VED8900.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/10 20:28:49

Modified files:
	distrib/miniroot: install.sub 

Log message:
Make 'dhcp' the default answer only if no other interface has
been configured to use dhcp. Requested by deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/10 20:44:50

Modified files:
	distrib/miniroot: install.sh 

Log message:
No need to show the filename the duplicate mount point was detected
in. Noticed in an error message from todd@.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/10 20:59:06

Modified files:
	sys/dev        : softraid_crypto.c 

Log message:
KNF


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/10 20:59:08

Modified files:
	sbin/disklabel : editor.c 

Log message:
'd *' == 'z' == zero_partitions(). Mount point info needs to be
cleared in both cases. So just do it inside zero_partitions() since
we are looping over all the partitions there anyway.

Should fix an install corner case discovered by todd@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/10 22:21:28

Modified files:
	distrib/miniroot: install.sub 

Log message:
krw must not have tested his dhcp change from a scratch boot


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/10 22:28:51

Modified files:
	distrib/amd64/common: install.md 
	distrib/armish/ramdisk: install.md 
	distrib/i386/common: install.md 
	distrib/landisk/ramdisk: install.md 
	distrib/socppc/ramdisk: install.md 

Log message:
Do not show MBRs without the correct signature, instead say they are
bogus and provide less options to the user
ok krw


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 23:23:48

Modified files:
	security/libgpg-error: Makefile 

Log message:
Add missing homepage and fix license marker.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/10 23:25:14

Modified files:
	graphics/evince: Makefile 
	graphics/evince/pkg: PLIST-main 

Log message:
Also add run_depends on gconf-2 for !-main.
While here, regen PLIST.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 00:11:19

Modified files:
	textproc/libwpd: Makefile 
	textproc/libwpd/pkg: PLIST 

Log message:
Use the devel/gettext MODULE. Regen PLIST and WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 01:13:16

ports/x11/gnome/nautilus-open-terminal/patches

Update of /cvs/ports/x11/gnome/nautilus-open-terminal/patches
In directory cvs.openbsd.org:/tmp/cvs-serv19232/patches

Log Message:
Directory /cvs/ports/x11/gnome/nautilus-open-terminal/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 01:21:17

Modified files:
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/nautilus-open-terminal/pkg: PLIST 
Added files:
	x11/gnome/nautilus-open-terminal/patches: 
	                                          patch-src_nautilus-open-terminal_c 

Log message:
Fix a double free. Allows to use nautilus-open-terminal directly from
the desktop.
From Gentoo bug #270650.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 01:25:35

Log message:
    Import z-push-1.2.1
    
    Z-push is an implementation of the ActiveSync protocol, which is used
    'over-the-air' for multi platform ActiveSync devices, including Windows
    Mobile, Ericsson and Nokia phones. With Z-push any groupware can be
    connected and synced with these devices.
    
    based on an original port by Gavin Norman.
    successfully tested by and ok fkr@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090611
    
    N ports/mail/z-push/distinfo
    N ports/mail/z-push/Makefile
    N ports/mail/z-push/pkg/DESCR
    N ports/mail/z-push/pkg/MESSAGE
    N ports/mail/z-push/pkg/PLIST
    N ports/mail/z-push/patches/patch-config_php
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 01:26:23

Modified files:
	mail           : Makefile 

Log message:
+z-push


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 01:47:41

Modified files:
	sys/dev/ic     : ami.c 

Log message:
remove dead assignment and newly created unused variable.

Found by LLVM/Clang Static Analyzer.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/11 02:11:53

Modified files:
	sys/sys        : socket.h 

Log message:
tab indent SO_RDOMAIN, like all the other SO_* defines.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/11 02:32:42

Modified files:
	x11/wxWidgets  : Makefile 
Added files:
	x11/wxWidgets/patches: patch-src_common_imagtiff_cpp 

Log message:
SECURITY FIX for part 2 or SA35292 (wxWidgets Double Free Vulnerability).
patch from upstream svn


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/11 04:50:49

Modified files:
	security/clamav: Makefile distinfo 
	security/clamav/patches: patch-libclamav_Makefile_in 

Log message:
update to 0.95.2; ok giovanni@

"This version improves handling of archives, adds support for --file-list
in clamscan and clamdscan, and fixes various issues found in previous
releases."


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/11 04:57:34

Modified files:
	net/telepathy/telepathy-idle: Makefile 

Log message:
- missing build dependency


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/11 06:57:37

Modified files:
	lib/libc/gdtoa : misc.c 

Log message:
don't use freelist if it overruns;  use heap memory instead not
trying to allocate large blocks from bss memory pool in this case.
problem reported by Maksymilian Arciemowicz.  ok otto@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 07:35:33

Modified files:
	devel/libdaemon: Makefile distinfo 

Log message:
Minor update to libdaemon 0.13.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/11 08:10:37

Modified files:
	www/mozilla-firefox: Makefile distinfo 
	www/mozilla-firefox/patches: patch-configure_in 
	                             patch-security_manager_ssl_src_nsNSSComponent_cpp 

Log message:
mozilla-firefox-3.0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/11 08:11:14

Modified files:
	www/firefox-i18n: Makefile distinfo 

Log message:
firefox-i18n-3.0.11


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/11 08:49:49

Modified files:
	sys/arch/sgi/dev: if_mec.c 

Log message:
The MAC multicast filter is set in mec_iff() hence there is need to do this
when resetting the chip.

From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 09:48:10

Modified files:
	sys/dev/ic     : ami.c 

Log message:
fix potential use of uninitialized value.

found by LLVM/Clang Static Analyzer.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/11 10:05:36

Modified files:
	www/epiphany-extensions: Makefile 

Log message:
bump after PLIST change


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/06/11 10:32:53

Modified files:
	lib/pixman/pixman: pixman-general.c 

Log message:
fix gcc2ism, collaboration with matthieu


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/11 10:38:17

Modified files:
	net/zabbix     : Makefile 
	net/zabbix/pkg : PLIST-server PLIST-web 

Log message:
- unbreak -agent packaging (README.OpenBSD has wrong ownership;
caused by SUBST_CMD'ing straight into WRKINST). found by naddy@.

- whack autoconf into not picking up libbind.

- fix dependencies.

- zabbix-web wasn't installing the .conf/.ini files but instead
@sample'ing them from nowhere. they don't need @sample, just install
them.

- regen plist.

- bumps all round.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 10:42:09

Modified files:
	devel/gconf2   : gconf2.port.mk 

Log message:
All `configure' do not behave the same when --disable-schemas-install is
given so let's come up with something different: remove the configure
switch and create a link from /usr/bin/true to ${WRKDIR}/bin/gconftool-2


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 10:45:10

Modified files:
	x11/awn/pkg    : PLIST 
	x11/gnome/gcalctool/pkg: PLIST 

Log message:
Fix gconf fallout reported by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 10:49:26

Modified files:
	www/gecko-mediaplayer: Makefile 
	x11/gnome-mplayer: Makefile 

Log message:
Remove unneeded post-patch target.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 11:00:31

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
add missing headers needed by free(), memset(), getuid() and strlcpy().

ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/11 11:05:06

Modified files:
	distrib/i386/common: install.md 

Log message:
extra space


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/11 11:36:53

Modified files:
	usr.sbin/ntpd  : ntp.c 

Log message:
effectively un-do r1.111, it fucks machines with bad clocks royally.
spotted the hard way by theo on armish, pinned to this changed by me.
no cookie for ckuethe for not testing on machines with bad clocks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 12:25:54

Modified files:
	devel/gconf2   : gconf2.port.mk 

Log message:
Just like the gettext MODULE, we need to force the run_depends on
devel/gconf2 so that static archs can run gconftool-2.

Dependent packages bump coming next...

"totally ok with it" jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 12:26:44

Modified files:
	graphics/evince: Makefile 
	devel/libgsf   : Makefile 
	games/gtetrinet: Makefile 
	multimedia/gstreamer-0.10/plugins-good: Makefile 
	x11/gnome/nautilus-sendto: Makefile 

Log message:
Tweak after recent gconf2 MODULE change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 12:27:03

Modified files:
	audio/libcanberra: Makefile 
	audio/rhythmbox: Makefile 
	comms/gmfsk    : Makefile 
	devel/gconf-editor: Makefile 
	graphics/comix : Makefile 
	graphics/gthumb: Makefile 
	mail/evolution : Makefile 
	mail/mail-notification: Makefile 
	math/gnumeric  : Makefile 
	misc/contacts  : Makefile 
	net/pidgin     : Makefile 
	net/xchat      : Makefile 
	productivity/gnucash: Makefile 
	sysutils/libgksu: Makefile 
	sysutils/notification-daemon: Makefile 
	www/epiphany   : Makefile 
	www/galeon     : Makefile 
	www/gecko-mediaplayer: Makefile 
	www/liferea    : Makefile 
	x11/gnome-mplayer: Makefile 
	x11/awn        : Makefile 

Log message:
Bump after recent gconf2 MODULE change.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 12:38:17

Modified files:
	x11/gnome/applets2: Makefile 
	x11/gnome/at-spi: Makefile 
	x11/gnome/bug-buddy: Makefile 
	x11/gnome/cheese: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/dasher: Makefile 
	x11/gnome/deskbar-applet: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/ekiga: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/eog  : Makefile 
	x11/gnome/file-roller: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/gcalctool: Makefile 
	x11/gnome/gedit: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gossip: Makefile 
	x11/gnome/gucharmap: Makefile 
	x11/gnome/hamster-applet: Makefile 
	x11/gnome/keyring: Makefile 
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/libgnome: Makefile 
	x11/gnome/libgnomedb: Makefile 
	x11/gnome/libgnomekbd: Makefile 
	x11/gnome/libgweather: Makefile 
	x11/gnome/media: Makefile 
	x11/gnome/metacity: Makefile 
	x11/gnome/mousetweaks: Makefile 
	x11/gnome/nautilus: Makefile 
	x11/gnome/panel: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/seahorse: Makefile 
	x11/gnome/session: Makefile 
	x11/gnome/settings-daemon: Makefile 
	x11/gnome/terminal: Makefile 
	x11/gnome/tomboy: Makefile 
	x11/gnome/totem: Makefile 
	x11/gnome/utils: Makefile 
	x11/gnome/vinagre: Makefile 
	x11/gnome/vino : Makefile 
	x11/gnome/yelp : Makefile 
	x11/gnome/video-arcade: Makefile 
	x11/gnome/nautilus-open-terminal: Makefile 
	x11/gnome/vfs2 : Makefile 

Log message:
Bump after recent gconf2 MODULE change.
gconf2 MODULE was tricky to get right for *all* ports. I think I finally
got it, if you see any fallout, please contact me asap.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 12:47:27

Modified files:
	share/man/man5 : port-modules.5 

Log message:
Finish documenting the gconf2 module.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/11 12:52:42

Modified files:
	distrib/zaurus/ramdisk: install.md 

Log message:
Bring this up to the new way of doing the fdisk handling


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/11 12:54:13

Modified files:
	sys/arch/hppa64/hppa64: disksubr.c 

Log message:
sync disklabel changes from hppa


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/11 13:09:29

Modified files:
	.              : INDEX 

Log message:
sync; 5773 (-263, +279)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/11 13:12:35

Modified files:
	x11/gnome/dasher: Makefile 

Log message:
Fix WANTLIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/11 13:42:59

Modified files:
	sys/dev        : softraid_crypto.c softraidvar.h softraid.c 

Log message:
Create a hotplug callback mechanism.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/11 14:10:51

Modified files:
	sys/arch/hppa/hppa: mainbus.c pmap.c vm_machdep.c 
	sys/arch/hppa/include: pmap.h 

Log message:
Correctly flush direct mappings (cache/tlb).  Uncovered by ariane's new
allocator.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 14:15:28

Modified files:
	sbin/ifconfig  : ifconfig.c 

Log message:
remove unused variable

ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 15:09:46

Modified files:
	usr.bin/fstat  : fstat.c 

Log message:
remove unused variables

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pvalchev@cvs.openbsd.org	2009/06/11 15:45:07

Modified files:
	lang/gcc/4.2   : Makefile 

Log message:
Make the c++ subpackage depend on libstdc++>=4.2,<4.3 to prevent
people from screwing themselves by using libstdc++-3.x which will fail
only in bizarre ways (embarassing how long it took me to debug this)

ok robert@
"finally! ok" todd@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/11 16:27:29

Log message:
    import greyscanner, Perl daemon that compliments OpenBSD spamd(8) greylisting by applying additional heuristics to greylisted hosts.
    
    ok sthen@, "go ahead" beck@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_20090611
    
    N ports/mail/greyscanner/Makefile
    N ports/mail/greyscanner/distinfo
    N ports/mail/greyscanner/pkg/PLIST
    N ports/mail/greyscanner/pkg/DESCR
    N ports/mail/greyscanner/pkg/MESSAGE
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/11 16:30:02

Modified files:
	mail           : Makefile 

Log message:
+greyscanner


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/11 16:37:58

Modified files:
	sys/dev/ic     : hme.c hmevar.h 

Log message:
Simplify the ioctl handling code. From Brad.
Tested by myself and Simon Kuhnle.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/11 16:44:14

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode.
This is needed to prevent some TX timeouts. From Brad. Tested by myself
on BCM5703 B0 on PCI-X 64/66


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/11 17:11:27

Modified files:
	sys/dev/pci    : if_bge.c 

Log message:
Limit the BCM5701 B5 chipset to 32-bit mode as a workaround for a
bug which causes data corruption in combination with certain
bridges.  Tested on BCM5701 B5 (0x105).

From FreeBSD via Brad. http://www.freebsd.org/cgi/query-pr.cgi?pr=128833


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/11 17:18:52

Modified files:
	usr.bin/systat : engine.c 

Log message:
add missing header needed by ioctl()

ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/11 17:33:26

Modified files:
	mail/mailscanner: Makefile distinfo 
	mail/mailscanner/patches: patch-etc_MailScanner_conf 
	                          patch-etc_rules_EXAMPLES 

Log message:
update to 4.77.10-1; from Brad, taking MAINTAINER, todd@ agrees.


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/11 18:01:21

Modified files:
	sys/uvm        : uvm_pmemrange.c 

Log message:
Add asserts on free memory, double free and while here, fix 1 assert.
Also de-inline functions.

This diff is intended to ease debugging. Once the current bug is fixed,
proper inlining will be redone.

ok: oga


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/11 18:04:50

Modified files:
	sys/dev        : softraid_raidp.c 

Log message:
Added working support for raid4/raid5 softraid
Newfs is working but still debugging code exists
softraid_raidp is still disabled
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/11 19:59:58

Modified files:
	graphics/png   : Tag: OPENBSD_4_5 Makefile 
Added files:
	graphics/png/patches: Tag: OPENBSD_4_5 patch-example_c 
	                      patch-pngread_c patch-pngrtran_c 
	                      patch-pngset_c patch-pngwutil_c 

Log message:
security update to png-1.3.33p0; patches from debian
resolves CVE-2008-5907 and CVE-2009-0040


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/06/11 20:03:51

Modified files:
	sys/net        : if_pfsync.c 

Log message:
rewrite the way states from pfsync are merged into the local state tree
and the conditions on which pfsync will notify its peers on a stale update.

each side (ie, the sending and receiving side) of the state update is
compared separately. any side that is further along than the local state
tree is merged. if any side is further along in the local state table, an
update is sent out telling the peers about it.

this has been flogged to death on my firewalls.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/11 21:25:24

Modified files:
	distrib/miniroot: install.sub 

Log message:
Avoid vlan explosion reported by deraadt@, sthen@ and jsing@ when
^C'ing and restarting the install script. When looking for the next
vlan to offer, stop at the first unconfigured one rather than the
first non-existant one.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/11 21:30:00

Modified files:
	distrib/miniroot: dot.profile 

Log message:
Put back the once-only code that krw removed earlier, because we want ^C
from the install script to go to the # prompt, not back to the question.


CVSROOT:	/cvs
Module name:	ports
Changes by:	fgsch@cvs.openbsd.org	2009/06/12 02:11:17

Modified files:
	net/transmission: Makefile 
Added files:
	net/transmission/patches: patch-web_javascript_transmission_js 

Log message:
Fix uploading by web and bump package. Transmission ticket #2085.
ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/12 02:25:57

Modified files:
	distrib/miniroot: install.sub 

Log message:
make the interrupt handler in install.sub print a linefeed and also make
sure to enable echoing of the input to the tty

ok krw@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/12 03:16:54

Modified files:
	lib/pixman     : Makefile.bsd-wrapper 

Log message:
unbreak arm builds by disabling simd and neon support for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	chl@cvs.openbsd.org	2009/06/12 03:50:16

Modified files:
	usr.sbin/rtsold: if.c 

Log message:
add missing header needed by warn()

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/12 07:33:29

Modified files:
	usr.bin/yacc   : yyfix.sh 

Log message:
remove the directory portion of yyfix's pathname from usage's output.

ok millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/12 07:39:31

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
Provide saner defaults for WRKOBJDIR, using ${PORTSDIR}/obj. No more w-*
dirs forgotten all around. One can still unset it in /etc/mk.conf to get
back to the older behaviour, or still override it with /usr/obj/ports or
/usr/wobj or whatever. At least, now it can be a separate partition.
Most of us were already overriding this value, OpenBSD is all about sane
& simple default settings.
${PORTSDIR}/obj suggestion from jakemsr@.
Discussed at length with several, 'Works for me' krw@ ok todd@ wcmaier@.


CVSROOT:	/cvs
Module name:	src
Changes by:	landry@cvs.openbsd.org	2009/06/12 07:40:34

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Document new WRKOBJDIR default value.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/12 07:42:45

Modified files:
	faq            : faq15.html 

Log message:
Document new WRKOBJDIR defaults, wording from sthen@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/12 08:56:21

Modified files:
	sys/kern       : subr_pool.c 

Log message:
rework pool_get() a bit so that if you call if with a constructor set
*and* PR_ZERO in flags, you will no longer zero our your nicely
constructed object.

Instead, now if you have a contructor set, and you set PR_ZERO, you will
panic (it's invalid due to how constructor work).

ok miod@ deraadt@ on earlier versions of the diff. ok tedu@ after he
pointed out a couple of places I messed up.

Problem initally noticed by ariane@ a while ago.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/12 09:37:17

ports/devel/xdg-user-dirs/files

Update of /cvs/ports/devel/xdg-user-dirs/files
In directory cvs.openbsd.org:/tmp/cvs-serv22494/files

Log Message:
Directory /cvs/ports/devel/xdg-user-dirs/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/12 09:50:46

Modified files:
	devel/xdg-user-dirs: Makefile 
	devel/xdg-user-dirs/pkg: PLIST 
Added files:
	devel/xdg-user-dirs/files: xdg-user-dirs-update.desktop 

Log message:
Add a .desktop autostart file so that this stuff is actually useful
without the need to tweak anything (from Solaris/JDS).

Discussed with and ok landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/12 10:00:25

Modified files:
	sys/dev        : softraid.c 

Log message:
Allow chunks marked as offline to be used for rebuild (ie. once disk has
been replaced).

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/12 10:01:30

Log message:
    Import xdg-user-dirs-gtk-0.8
    
    xdg-user-dirs-gtk is a companion to xdg-user-dirs that integrates it
    into the GNOME desktop and Gtk+ applications.
    
    It gets run during login and does two things:
    * Tracks changes of locale and prompts the user so the directories can
    be changed.
    * Creates a default gtk bookmarks file if there is none, based on a set
    of xdg user dirs.
    
    Thanks to landry@ for figuring out the weird way this was supposed to
    work.
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090612
    
    N ports/x11/xdg-user-dirs-gtk/Makefile
    N ports/x11/xdg-user-dirs-gtk/distinfo
    N ports/x11/xdg-user-dirs-gtk/pkg/DESCR
    N ports/x11/xdg-user-dirs-gtk/pkg/PLIST
    N ports/x11/xdg-user-dirs-gtk/patches/patch-parse_c
    N ports/x11/xdg-user-dirs-gtk/patches/patch-update_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/12 10:02:28

Modified files:
	x11            : Makefile 

Log message:
+xdg-user-dirs-gtk


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/12 10:06:31

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention xdg-user-dirs-gtk & bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/12 10:28:49

Modified files:
	lib/libc/yp    : ypclnt.3 

Log message:
YP client functions do not allocate memory when they fail;
wording tweaked by jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/12 10:42:53

Modified files:
	usr.sbin/bgpd  : bgpd.h kroute.c util.c 

Log message:
Move prefixlen2mask and inet6applymask to util.c so that we can kill the
copies in bgpctl.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/12 10:44:02

Modified files:
	usr.sbin/bgpctl: parser.c 

Log message:
Kill copies of prefixlen2mask and inet6applymask their now in util.c


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/12 10:47:15

Modified files:
	distrib/alpha/common: list 

Log message:
the TZ list cannot fit onto the floppies


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 10:52:36

Log message:
    import p5-Math-MatrixReal 2.05
    
    Math::MatrixReal implements the data type "matrix of reals" (and
    consequently also "vector of reals") which can be used almost like any
    other basic Perl type thanks to OPERATOR OVERLOADING.
    
    from Markus Bergkvist (MAINTAINER), with some tweaks by me
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090612
    
    N ports/math/p5-Math-MatrixReal/Makefile
    N ports/math/p5-Math-MatrixReal/distinfo
    N ports/math/p5-Math-MatrixReal/pkg/DESCR
    N ports/math/p5-Math-MatrixReal/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 10:56:06

Log message:
    import p5-Math-Symbolic 0.603
    
    Math::Symbolic is intended to offer symbolic calculation capabilities to
    the Perl programmer without using external (and commercial) libraries
    and/or applications.
    
    from Markus Bergkvist (MAINTAINER), with a tweak by me
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090612
    
    N ports/math/p5-Math-Symbolic/Makefile
    N ports/math/p5-Math-Symbolic/distinfo
    N ports/math/p5-Math-Symbolic/pkg/DESCR
    N ports/math/p5-Math-Symbolic/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 10:58:07

Modified files:
	math/p5-Math-Symbolic: Makefile 
	math/p5-Math-MatrixReal: Makefile 

Log message:
- re-word COMMENT, no bump as it's been intree for a few minutes


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 11:01:31

Log message:
    import p5-Math-SymbolicX-ParserExtensionFactory 3.02
    
    This module provides a simple way to extend the Math::Symbolic parser
    with arbitrary functions that return any valid Math::Symbolic tree.  The
    return value of the function call is inserted into the complete parse
    tree at the point at which the function call is parsed.
    
    from Markus Bergkvist (MAINTAINER), with a tweak by me
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090611
    
    N ports/math/p5-Math-SymbolicX-ParserExtensionFactory/distinfo
    N ports/math/p5-Math-SymbolicX-ParserExtensionFactory/Makefile
    N ports/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg/PLIST
    N ports/math/p5-Math-SymbolicX-ParserExtensionFactory/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 11:02:21

Modified files:
	math           : Makefile 

Log message:
- sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 11:06:32

Log message:
    import p5-Algorithm-CurveFit 1.04
    
    Algorithm::CurveFit implements a nonlinear least squares curve fitting
    algorithm. That means, it fits a curve of known form (sine-like,
    exponential, polynomial of degree n, etc.) to a given set of data
    points.
    
    from Markus Bergkvist (MAINTAINER), with a tweak by me
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090611
    
    N ports/devel/p5-Algorithm-CurveFit/Makefile
    N ports/devel/p5-Algorithm-CurveFit/distinfo
    N ports/devel/p5-Algorithm-CurveFit/pkg/PLIST
    N ports/devel/p5-Algorithm-CurveFit/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/12 11:08:32

Modified files:
	devel          : Makefile 

Log message:
- add p5-Algorithm-CurveFit


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/12 11:22:52

Modified files:
	sys/dev        : softraid.c softraid_raidp.c 

Log message:
KNF and wrap at 80 columns.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/12 11:26:52

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
set RECURSIVE_FETCH_LIST to No by default. ok sturm, ajacoutot, espie.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/12 11:27:20

Modified files:
	share/man/man7 : mirroring-ports.7 

Log message:
document that RECURSIVE_FETCH_LIST is set to No by default.
ok sturm, ajacoutot, espie.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/12 11:46:56

Modified files:
	www/tomcat/v6  : Makefile distinfo 
	www/tomcat/v6/pkg: PLIST-examples 

Log message:
- update to 6.0.20:
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/12 12:14:26

Modified files:
	www/mod_jk     : Makefile distinfo 
	www/mod_jk/files: README.OpenBSD 
Added files:
	www/mod_jk/patches: patch-native_configure 

Log message:
- update to 1.2.28
http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html
Including the correction for:
CVE-2008-5519: Apache Tomcat mod_jk information disclosure vulnerability


CVSROOT:	/cvs
Module name:	www
Changes by:	miod@cvs.openbsd.org	2009/06/12 13:22:16

Modified files:
	.              : want.html 

Log message:
One item taken care of.


CVSROOT:	/cvs
Module name:	ports
Changes by:	matthieu@cvs.openbsd.org	2009/06/12 13:22:57

Modified files:
	devel/autoconf/2.62: Makefile 
Added files:
	devel/autoconf/2.62/patches: patch-lib_autoconf_c_m4 

Log message:
Fix the AC_C_BIGENDIAN macro on macppc, by using the version of autoconf
2.63. The current version sets ac_cv_c_bigendian to 'universal' on those
machines thinking it's running Mac OS.

ok espie@, todd@, kili@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/12 13:33:24

Modified files:
	lib/pixman     : config.h.in configure 

Log message:
regen with autoconf 2.62p0. Fixes xserver build on macppc.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/12 13:52:15

Modified files:
	sys/arch/sgi/include: intr.h 

Log message:
Make sure splsoftnet() masks softclock; fallout form switch to generic
soft interrupts.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/12 13:59:00

Removed files:
	driver/xf86-video-suncg6: COPYING ChangeLog Makefile.am 
	                          Makefile.bsd-wrapper Makefile.in 
	                          README aclocal.m4 config.guess 
	                          config.h.in config.sub configure 
	                          configure.ac depcomp install-sh 
	                          ltmain.sh missing 
	driver/xf86-video-suncg6/man: Makefile.am Makefile.in suncg6.man 
	driver/xf86-video-suncg6/src: Makefile.am Makefile.in cg6.h 
	                              cg6_cursor.c cg6_driver.c 
	                              cg6_regs.h 

Log message:
Remove the xf86-video-suncg6 driver, which doesn't support acceleration
beside the hw cursor. The latter can be done in wsfb if someone manages
to prove miod@ that it's useful.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/12 14:01:09

Modified files:
	x11/kde/libs3  : Makefile 

Log message:
Move dependencies common to  -main and -cups to WANTLIB.
Fix WANTLIB-cups  and bump (no change for -main).


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/06/12 14:07:35

Modified files:
	sbin/dhclient  : dhclient.c 

Log message:
state_panic() tries the active then other valid leases by setting the
interface to each address and trying to ping the gateway.  This will
trigger an RTM_NEWADDR message.

routehandler() only checks for the active and alias address in
RTM_NEWADDR messages, so we can exit when state_panic() and the
message address is on client->leases.  routehandler() needs to also
check client->leases.

testing krw, 'I say commit' krw


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/12 14:43:22

Modified files:
	usr.bin/ssh    : monitor.c packet.c roaming.h roaming_common.c 

Log message:
Fix warnings found by chl@ and djm@ and change roaming_atomicio's
return type to match atomicio's
Diff from djm@, ok markus@


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/12 14:48:37

Modified files:
	devel/plib     : Makefile 
Added files:
	devel/plib/patches: patch-src_js_jsBSD_cxx 

Log message:
unbreak for !i386

js.h wants to include machine/joystick.h for analog joystick support.
other platforms don't have such support, so hide it with an arch define.
this allows us to use the "portable game librarys" on more than one arch.

OK MANTAINER


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/12 14:55:49

Modified files:
	usr.bin/ssh    : roaming_dummy.c 

Log message:
Fix warnings.
ok markus@ djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/12 14:58:32

Modified files:
	usr.bin/ssh    : packet.c 

Log message:
Move some more statics into session_state
ok markus@ djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/12 15:55:51

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
Remove #if 0 code that is of no use at all. Ring overflows will actually
happen with MCLGETI and nothing serious at all.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/12 17:56:02

Modified files:
	sys/dev        : softraidvar.h 

Log message:
Add flag for freeing ccb buffer on I/O completion
Needed for RAID4/RAID5 xor buffers
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/12 18:14:56

Modified files:
	sys/dev        : softraid_raidp.c 

Log message:
Fixed writes for RAID4/5, was not properly freeing Xor buffer
Cleaned up LBA calculation code
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/12 19:23:32

Modified files:
	mail/mozilla-thunderbird: Tag: OPENBSD_4_5 Makefile distinfo 

Log message:
MFC:
security update to mozilla-thunderbird-2.0.0.21.  MFSA 2009-10,
MFSA 2009-09, MFSA 2009-07, MFSA 2009-01.
http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.21

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/12 19:51:08

Modified files:
	net/yt         : Makefile 
	net/yt/files   : yt.lua 

Log message:
- start accepting options: -C, -n, -o
- -C will resume previously interrupted transfer
- -n will not convert videos
- -o=XXX will save file to XXX.(mp4|flv)
- print info stuff to stderr;  so we can pipe it
- bump to yt-10;  since usage changes
as a result;  you can actually stream your videos with mplayer, like:
yt -o=- url | mplayer -
ok jsg@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/12 20:01:19

Modified files:
	net/yt         : Makefile 
	net/yt/files   : yt.lua 

Log message:
- update comments, it can also fetch google videos now
- take maintainership
- bump package name


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/12 20:42:31

Modified files:
	mail/thunderbird-i18n: Tag: OPENBSD_4_5 Makefile distinfo 

Log message:
MFC:
update to thunderbird-i18n-2.0.0.21
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/12 20:44:04

Modified files:
	mail/enigmail  : Tag: OPENBSD_4_5 Makefile 

Log message:
MFC:
update for mozilla-thunderbird-2.0.0.21
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 01:40:34

Modified files:
	devel/glade3   : Makefile distinfo 
	devel/glade3/pkg: PLIST 

Log message:
Small bugfix update to glade3 3.6.5.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 01:48:53

Log message:
    Import hunspell-1.2.8
    
    Hunspell is a spell checker and morphological analyzer library and
    program designed for languages with rich morphology and complex word
    compounding or character encoding.
    
    Note that this is not to be considered as an aspell replacement just
    yet. We install no hunspell dictionnaries for now but use the ones from
    mozilla.
    
    Reworked from an original port by Edd Barrett (maintainer).
    Tested by sthen@ in a bulk, thanks!
    ok sthen@
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090613
    
    N ports/textproc/hunspell/distinfo
    N ports/textproc/hunspell/Makefile
    N ports/textproc/hunspell/pkg/PLIST
    N ports/textproc/hunspell/pkg/PFRAG.shared
    N ports/textproc/hunspell/pkg/DESCR
    N ports/textproc/hunspell/pkg/MESSAGE
    N ports/textproc/hunspell/patches/patch-tests_test_sh
    N ports/textproc/hunspell/patches/patch-src_tools_hunspell_cxx
    N ports/textproc/hunspell/patches/patch-man_hu_hunspell_1
    N ports/textproc/hunspell/patches/patch-man_hunspell_1
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 01:50:02

Modified files:
	textproc       : Makefile 

Log message:
+hunspell


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/13 01:55:35

Modified files:
	telephony/spandsp: Makefile distinfo 

Log message:
bugfix update to 0.0.6pre12; from Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 02:31:49

Modified files:
	faq/fr         : current.html faq2.html faq6.html 
	faq/nl         : faq15.html faq2.html faq6.html 
	faq/pt         : faq15.html faq2.html faq6.html 
	faq/zh         : current.html faq15.html faq4.html index.html 
	fr             : anoncvs.html donations.html ftp.html index.html 
	                 sparc64.html vax-simh.html want.html 
	lt             : anoncvs.html donations.html ftp.html index.html 
	                 vax-simh.html 
	nl             : anoncvs.html donations.html ftp.html index.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 
	pt             : donations.html index.html 
	zh             : crypto.html cvsup.html ftp.html orders.html 
	                 translation.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 04:45:52

Modified files:
	devel/xdg-user-dirs: Makefile 
	devel/xdg-user-dirs/pkg: PLIST 
Removed files:
	devel/xdg-user-dirs/files: xdg-user-dirs-update.desktop 

Log message:
Revert previous, we're coming up with a better way.

"go ahead" landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 04:48:55

Modified files:
	x11/xdg-user-dirs-gtk: Makefile 
	x11/xdg-user-dirs-gtk/patches: patch-update_c 

Log message:
Instead of adding an autostart on xdg-user-dirs-update, spawn it from
xdg-user-dirs-gtk-update. This changes default upstream behaviour but makes
much more sense in our case.

idea from and "go ahead" landry@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/13 05:14:19

Modified files:
	usr.bin/file   : config.h 

Log message:
Define SIZEOF_LONG_LONG in config.h, so that the byteswapping code in ELF
specific parsing works correctly on BE64 systems.


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/13 05:55:39

Modified files:
	usr.bin/ssh    : roaming_common.c 

Log message:
Use debug3() instead of debug(), requested by markus@
ok dtucker@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/13 06:07:36

Modified files:
	astro/celestia : Makefile 
Added files:
	astro/celestia/patches: 
	                        patch-src_celestia_gtk_data_celestia_desktop 

Log message:
Add another entry to "Categories" so that it appears better in the menu.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/13 06:18:58

Modified files:
	sys/dev/pci    : if_cas.c if_casvar.h 

Log message:
Simplify ioctl handling.  From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	phessler@cvs.openbsd.org	2009/06/13 10:24:31

Modified files:
	graphics/ftgl  : Makefile 

Log message:
unbreak if doxygen is found

noticed by naddy@, and pointed out by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/13 10:28:11

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: ip27_machdep.c sginode.c 
	sys/arch/sgi/xbow: hub.h xbow.c xbridge.c 

Log message:
Shuffle and rename HUB defines for consistency, no functional change yet.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 10:28:23

Modified files:
	sys/arch/macppc/macppc: disksubr.c 

Log message:
The bounds was not always being properly updated
ok miod


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/13 10:47:32

Modified files:
	usr.sbin/ldpctl: ldpctl.c 

Log message:
Make ldpctl imsg-in-a-lib ready too.

ok eric@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/13 11:05:56

Modified files:
	www/seamonkey  : Tag: OPENBSD_4_5 Makefile distinfo 
	www/seamonkey/files: Tag: OPENBSD_4_5 seamonkey.desktop 
	www/seamonkey/patches: Tag: OPENBSD_4_5 
	                       patch-widget_src_gtk2_nsSound_cpp 

Log message:
MFC:
security update to seamonkey-1.1.16;  fixes a few critical vulns

http://www.mozilla.org/security/known-vulnerabilities/seamonkey11.html#seamonkey1.1.16

this update also resolves what was fixed in 1.1.15:
MFSA 2009-10, MFSA 2009-09, MFSA 2009-07, MFSA 2009-05, MFSA 2009-01.

also:
- mirror langpacks, since suddenly mozilla decided to mirror only
last three releases...
- sync WANTLIB

ok robert@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/13 11:18:21

Modified files:
	driver/xf86-video-r128/src: r128_driver.c 

Log message:
Don't de-reference a NULL pointer in R128FreeScreen in the error path.

If R128PreInit() failed, R128FreeRec() was already called and info
will be NULL.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/13 12:47:30

Modified files:
	sys/arch/sgi/include: mnode.h 
	sys/arch/sgi/sgi: ip27_machdep.c 

Log message:
Figure out which nodes are connected, and use all of their memory for now;
other hardware resources will follow shortly.
Tested on a dual-Origin 200 setup.


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/13 13:06:16

Modified files:
	usr.sbin/tcpdrop: tcpdrop.c 

Log message:
tcpdrop broke with the addition of routing domains.  Repair.
ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/13 14:01:10

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
- stat is not fatal, since we want resume not to fail for non-existent
file transfers in all cases
- do it a bit earlier and use HTTP/1.0 if we won't send the range header
- change resume -> restart_point where it is intended
ok halex@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/13 14:50:31

Modified files:
	mail/p5-Email-Valid: Makefile distinfo 

Log message:
minor update to 0.181; tested with greyscanner, ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/13 14:51:03

Modified files:
	net/p5-Net-Domain-TLD: Makefile distinfo 

Log message:
update to 1.68; adds .asia TLD. ok kevlo@


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/13 15:14:38

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
mention the number of special devices required
for the different disciplines.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/13 15:35:58

Modified files:
	sys/arch/hp300/dev: hd.c 

Log message:
Needs <sys/malloc.h> now


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/13 15:48:03

Modified files:
	sys/arch/mips64/conf: files.mips64 
	sys/arch/sgi/conf: GENERIC-IP27 files.sgi 
	sys/arch/sgi/include: autoconf.h 
	sys/arch/sgi/sgi: autoconf.c ip27_machdep.c machdep.c 
	sys/arch/sgi/xbow: xbow.c xbow.h xbridge.c 
Added files:
	sys/arch/sgi/sgi: mainbus.c 
Removed files:
	sys/arch/mips64/mips64: mainbus.c 

Log message:
Enumerate all available nodes for hardware on IP27/IP35 systems; works to some
extent, but isp(4) on other nodes do not work correctly yet.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/13 15:51:30

Modified files:
	databases/mysql: Makefile distinfo 
	databases/mysql/pkg: PLIST-tests 

Log message:
Bug fix update to MySQL 5.0.83. From Brad (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 18:09:40

Modified files:
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa64/hppa64: disksubr.c 
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/sgi/sgi: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 
	sys/arch/hppa/include: disklabel.h 
	sys/arch/hppa64/include: disklabel.h 
	sys/kern       : subr_disk.c 

Log message:
Don't mess with the bounds in the lp if *partoffp is non-NULL, since this
indicates that writedisklabel is trying to find the location for writing
the label.  If the lp is messed with, an invalid checksum is written.
done with miod and kettenis, lots of moaning and gnashing of teeth, etc


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 18:12:21

Modified files:
	distrib/hp300/ramdisk: install.md 
	distrib/hppa   : install.md 

Log message:
We want to install a LIF label on the disk before we run disklabel -A
or disklabel -E.  Otherwise that disk will indicate the wrong bounds.
(nothing at all -> 0;  MBR -> probably 63; LIF -> 256).


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/06/13 18:16:50

Modified files:
	sys/net        : if_pfsync.c if_pfsync.h 
	sbin/ifconfig  : ifconfig.c 

Log message:
enable support for deferring the packet that creates a state so that your
sync peers are able to get the states before the replies. previously there
was a race where the reply could hit a partner firewall before it had the
state for it, which caused the reply to get processed by the ruleset which
probably would drop it.

this behaviour is off by default because it does delay packets, which is
only wanted in active-active firewalls or when an upstream router is slow
to learn that you're moved the active member of the pfsync cluster. it also
uses memory keeping the packets in the kernel.

use "ifconfig pfsync0 defer" to enable it, "ifconfig pfsync0 -defer" to
disable.

tested by sthen@ who loves it. he's got manpage changes coming up for me.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 19:01:40

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
Disable inteldrm by default since it once again breaks x40 suspend.
oga was warned; it is a minimum requirement for inteldrm to be on.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 20:04:15

Modified files:
	sys/uvm        : uvm_pmemrange.c 

Log message:
backout the assert diff in 1.5


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 20:20:23

Modified files:
	sys/uvm        : uvm_pmemrange.c uvm_pmemrange.h 

Log message:
back out the free vs dirty fix, because pmemrange will go soon too


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 20:53:09

Modified files:
	sys/uvm        : uvm_map.c 

Log message:
Noone else ever saw this diff except oga and ariane, so that is an
utter failure of process.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/13 21:04:08

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/uvm        : uvm_extern.h uvm_page.c uvm_page.h 
	                 uvm_pmemrange.c 

Log message:
backout:
> extend uvm_page_physload to have the ability to add "device" pages to the
> system.
since it was overlayed over a system that we warned would go "in to be
tested, but may be pulled out".  oga, you just made me spend 20 minutes
of time I should not have had to spend doing this.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/14 00:54:40

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
DBDIR resides in DESTDIR.

ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/14 04:06:08

Modified files:
	audio/xmms     : Makefile 
Added files:
	audio/xmms/patches: gcc-Input_mpg123_Makefile_am 
Removed files:
	audio/xmms/patches: gcc-Input_mpg123_Makefile_in 

Log message:
sparc64 has sporadic build failures unless -O0 is used for some files;
this was patched in Makefile.in in the past but a change that was made
to run autoconf has knocked this out. switch to patching Makefile.am
instead. from Brad; ok robert@ (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/14 05:47:45

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
Update to get_iplayer 1.99; adds support for live streams and embedded
media on many BBC web pages. Live streams tested by Pedro la Peu, thanks!
(he was seeing problems with mplayer stuttering about 50% of the time,
but perfect on reconnecting).

Try "get_iplayer --pid tv:<url or channel> --stdout --nowrite" piped
into "mplayer -cache 512 -" or "ffplay -".


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2009/06/14 10:30:27

Modified files:
	emulators/fedora: Makefile.inc 

Log message:
Replace the contents of MASTER_SITE_FEDORA with sites that
still carry FC4 and updates as we require.

ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jsg@cvs.openbsd.org	2009/06/14 11:01:56

Modified files:
	emulators/fedora/base: Makefile distinfo 
	emulators/fedora/base/pkg: PLIST 

Log message:
Include libxml2 which is required for acrobat reader v9 to work.

ok sturm@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/14 11:04:16

Modified files:
	infrastructure/db: user.list 

Log message:
+_dnsmasq


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/14 11:07:26

Modified files:
	net/dnsmasq    : Makefile distinfo 
	net/dnsmasq/patches: patch-bld_Makefile patch-man_dnsmasq_8 
	                     patch-src_config_h patch-src_dnsmasq_h 
	                     patch-src_tftp_c 
	net/dnsmasq/pkg: PLIST 
Added files:
	net/dnsmasq/patches: patch-dnsmasq_conf_example 

Log message:
Update to version 2.49.

Unbreak tftp, since converting the struct members from arrays to
pointers badly broke the code,

ok rui@ (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/14 14:27:25

Modified files:
	sys/arch/amd64/pci: vga_post.c 
	sys/arch/i386/pci: vga_post.c 

Log message:
Make sure the pglist is TAILQ_INIT()'ed before invoking uvm_pglistalloc().
ok deraadt@ kettenis@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/14 14:42:32

Modified files:
	.              : .cvsignore 

Log message:
Add obj/ now that it's default and likely to exist everywhere.
'go for it' espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 17:00:57

Modified files:
	usr.bin/mandoc : arch.c arch.in ascii.c ascii.in att.c att.in 
	                 lib.c lib.in libman.h libmdoc.h main.c man.3 
	                 man.7 man.c man.h man_action.c man_hash.c 
	                 man_macro.c man_term.c man_validate.c mandoc.1 
	                 mandoc_char.7 manuals.7 mdoc.3 mdoc.7 mdoc.c 
	                 mdoc.h mdoc_action.c mdoc_argv.c mdoc_hash.c 
	                 mdoc_macro.c mdoc_strings.c mdoc_term.c 
	                 mdoc_validate.c msec.c msec.in st.c st.in 
	                 term.c term.h tree.c vol.c vol.in 

Log message:
sync to 1.7.16: comments, whitespace and spelling fixes; no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 17:39:43

Modified files:
	usr.bin/mandoc : Makefile main.c mandoc.1 

Log message:
sync to 1.7.16: support -V command line option


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 18:57:06

Modified files:
	usr.bin/mandoc : term.c 

Log message:
sync to 1.7.16: avoid trailing space in output


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 19:07:46

Modified files:
	usr.bin/mandoc : mdoc_term.c term.h 

Log message:
sync to 1.7.16: adapt INDENT to groff conventions


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 19:36:23

Modified files:
	usr.bin/mandoc : ascii.in mandoc_char.7 mdoc_strings.c 

Log message:
sync to 1.7.16: implement \~ and \^ escapes, and repair \(ss


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 20:19:32

Modified files:
	usr.bin/mandoc : libmdoc.h mdoc.c 

Log message:
sync to 1.7.16:
reduce code duplication in warning and error reporting functions
while here, garbage collect three unused function prototypes


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 20:53:35

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.16: an output function is the wrong place for validation code


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/14 21:42:51

Modified files:
	usr.bin/mandoc : mdoc_strings.c 

Log message:
fix Mdocdate broken in rev 1.2;
noticed by cnst@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/14 22:19:59

Modified files:
	usr.bin/fstat  : fstat.c 

Log message:
Do not print non-vnode information if asked to report information on a
particular file, regression introduced in 1.66 and reported by Navan Carson
on misc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/15 00:27:10

Modified files:
	mail/evolution : Makefile 
	mail/evolution/pkg: PLIST-main 
Added files:
	mail/evolution/patches: 
	                        patch-plugins_exchange-operations_Makefile_in 

Log message:
Implement ltasneededhack from FreeBSD ports.
As advertised, it is a hack (that abuses -Wl,--as-needed for plugins)
but it speeds up evolution startup by a factor or 9 (yes...).

While here, re-enable the org.gnome.mail.account plugin which became
usable in the process and s/LOCALBASE/TRUEPREFIX.

ok jasper@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/15 01:35:34

Modified files:
	audio/vagalume : Makefile distinfo 
	audio/vagalume/pkg: PLIST 

Log message:
- bugfix update vagalume to 0.7.1

from romain bertrand


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/15 02:53:34

ports/multimedia/get_iplayer/files

Update of /cvs/ports/multimedia/get_iplayer/files
In directory cvs.openbsd.org:/tmp/cvs-serv17112/files

Log Message:
Directory /cvs/ports/multimedia/get_iplayer/files added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/15 03:01:22

Modified files:
	multimedia/get_iplayer: Makefile 
	multimedia/get_iplayer/pkg: PLIST 
Added files:
	multimedia/get_iplayer/files: options.sample 

Log message:
install a sample configuration file demonstrating some useful options.
bump PKGNAME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/15 04:37:51

Modified files:
	x11            : Makefile 
Removed files:
	x11/farsiweb-ttf: Makefile distinfo 
	x11/farsiweb-ttf/pkg: DESCR PLIST 

Log message:
- remove farsiweb-ttf, the fonts included in this package are also in
the farsifonts-ttf package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/15 04:46:00

Modified files:
	x11/farsifonts-ttf: Makefile 

Log message:
- minor tweak
prompted by ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/15 05:18:29

Log message:
    import freefarsi 1.0.0beta
    
    Free Persian Font Project aims to provide a free TrueType Persian font
    covering its part of ISO 10464/Unicode UCS (Universal Characters Set).
    
    okies aja@
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20091506
    
    N ports/x11/freefarsi-ttf/distinfo
    N ports/x11/freefarsi-ttf/Makefile
    N ports/x11/freefarsi-ttf/pkg/DESCR
    N ports/x11/freefarsi-ttf/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/15 05:20:08

Modified files:
	x11            : Makefile 

Log message:
- add freefarsi-ttf


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/15 07:16:23

Modified files:
	www/piwik      : Makefile distinfo 
	www/piwik/pkg  : PLIST 

Log message:
Update to version 0.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/15 10:09:14

Modified files:
	x11/gnome/gdm  : Makefile 
Added files:
	x11/gnome/gdm/patches: patch-daemon_verify-crypt_c 

Log message:
When a user password has expired:
* prevent the user from login in!
* popup a warning message

While here, fix paths to true(1) and false(1).

joint work with and ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	beck@cvs.openbsd.org	2009/06/15 11:01:26

Modified files:
	sys/arch/amd64/amd64: machdep.c 
	sys/arch/aviion/aviion: machdep.c 
	sys/arch/hp300/hp300: machdep.c 
	sys/arch/hppa/hppa: machdep.c 
	sys/arch/hppa64/hppa64: machdep.c 
	sys/arch/i386/i386: machdep.c 
	sys/arch/luna88k/luna88k: machdep.c 
	sys/arch/mac68k/mac68k: machdep.c 
	sys/arch/macppc/macppc: machdep.c 
	sys/arch/mvme68k/mvme68k: machdep.c 
	sys/arch/mvme88k/mvme88k: machdep.c 
	sys/arch/mvmeppc/mvmeppc: machdep.c 
	sys/arch/sgi/sgi: machdep.c 
	sys/arch/socppc/socppc: machdep.c 
	sys/arch/solbourne/solbourne: machdep.c 
	sys/arch/sparc/sparc: machdep.c 
	sys/arch/vax/vax: machdep.c 
	sys/kern       : kern_sysctl.c vfs_bio.c vfs_subr.c 
	sys/sys        : buf.h mount.h syscall.h syscallargs.h sysctl.h 
	                 vnode.h 
	sys/uvm        : uvm_pdaemon.c 

Log message:
Back out all the buffer cache changes I committed during c2k9. This reverts three
commits:

1) The sysctl allowing bufcachepercent to be changed at boot time.
2) The change moving the buffer cache hash chains to a red-black tree
3) The dynamic buffer cache (Which depended on the earlier too).

ok on the backout from marco and todd


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/15 11:31:49

Modified files:
	sys/sys        : syscall.h syscallargs.h 
	sys/kern       : init_sysent.c syscalls.c 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/15 11:59:46

Modified files:
	sys/sys        : sysctl.h 
	sys/kern       : kern_sysctl.c 

Log message:
No you cannot remove a sysctl mib once you add it.  It becomes ABI.  That
is how sysctl finds them, so it can *never* be renumbered again, and must
stay


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/15 12:41:13

Modified files:
	usr.bin/mandoc : libmdoc.h mdoc.c 

Log message:
bring back miod@'s "real functions" patch (rev. 1.2)
which was erroneously backed out in rev. 1.4, sorry;
ok kristaps@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jakob@cvs.openbsd.org	2009/06/15 13:03:23

Modified files:
	net/unbound    : Makefile distinfo 
	net/unbound/patches: patch-Makefile_in patch-doc_example_conf_in 

Log message:
upgrade to Unbound 1.3.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/15 13:57:31

Modified files:
	x11/xbae       : Makefile 

Log message:
Fix WANTLIB and bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/15 15:23:30

Modified files:
	devel/py-mxDateTime: Makefile 

Log message:
WANTLIB += m, bump PKGNAME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/15 15:41:27

Modified files:
	net/pidgin     : Makefile 

Log message:
Unbreak packaging (the way they install schemas files is weird).
Noticed by kurt@

"please go and commit the fix" kili@ in a hurry to test upgrade paths ;)


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/15 15:52:22

Modified files:
	build          : mirrors.dat 

Log message:
remove ftp.itb.ac.id, they have a banner saying "OpenBSD ftp services
are not really provided at this site."


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/15 15:53:24

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/15 16:43:29

Modified files:
	build          : mirrors.dat 

Log message:
- add markers for whether a mirror carries snapshots (FS=Yes/No)
- comment-out calyx.nl; no 4.5, reported and contacted by jasper@
- comment-out enderunix.org; offline
- comment-out evolva.ro; only mirrors freebsd now


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/15 16:44:43

Modified files:
	build          : mirrors.tmpl 

Log message:
add FS markers, to indicate whether a mirror carries snapshots, to the
template. beck@ and deraadt@ agree with doing this.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/15 16:48:04

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/15 17:33:58

Modified files:
	telephony/asterisk: Makefile 

Log message:
- actually comment-out the (broken) speex subpackage rather than
just disable by setting the default FLAVOR; the asterisk,h323 entry
in ../Makefile picked it up. the unused pkg/*-speex files don't hurt,
so keep them around. bump PKGNAME (most likely gratuitous, but it's
cheap).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/15 17:45:50

Modified files:
	infrastructure/db: user.list 

Log message:
reserve a space for upcoming openfire port


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/15 18:11:29

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/hppa/hppa: pmap.c 
	sys/arch/i386/i386: pmap.c pmapae.c 
	sys/conf       : files 
	sys/kern       : vfs_biomem.c 
	sys/uvm        : uvm.h uvm_anon.c uvm_aobj.c uvm_device.c 
	                 uvm_fault.c uvm_init.c uvm_loan.c uvm_map.c 
	                 uvm_mmap.c uvm_object.h uvm_page.c uvm_page.h 
	                 uvm_pager.h uvm_pdaemon.c uvm_swap.c 
	                 uvm_vnode.c 
Removed files:
	sys/uvm        : uvm_object.c 

Log message:
Backout all changes to uvm after pmemrange (which will be backed out
separately).

a change at or just before the hackathon has either exposed or added a
very very nasty memory corruption bug that is giving us hell right now.
So in the interest of kernel stability these diffs are being backed out
until such a time as that corruption bug has been found and squashed,
then the ones that are proven good may slowly return.

a quick hitlist of the main commits this backs out:

mine:
uvm_objwire
the lock change in uvm_swap.c
using trees for uvm objects instead of the hash
removing the pgo_releasepg callback.

art@'s:
putting pmap_page_protect(VM_PROT_NONE) in uvm_pagedeactivate() since
all callers called that just prior anyway.

ok beck@, ariane@.

prompted by deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/15 19:14:16

Modified files:
	devel/xulrunner: Makefile 

Log message:
WANTLIB+=gio-2.0; bump PKGNAME-main and PKGNAME-devel.


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/06/15 19:25:34

Modified files:
	faq            : upgrade45.html 

Log message:
re-order files to unpack so I..er..people don't forget to unpack baseXX
even if they don't unpack everything else.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/15 19:40:55

Modified files:
	graphics/xfig  : Tag: OPENBSD_4_5 Makefile 
Added files:
	graphics/xfig/patches: Tag: OPENBSD_4_5 patch-f_readeps_c 
	                       patch-f_readgif_c patch-f_readppm_c 
	                       patch-f_readtif_c patch-f_util_c 
	                       patch-main_c patch-mode_c patch-u_print_c 
	                       patch-w_print_c patch-w_srchrepl_c 

Log message:
security update; resolve CVE-2009-1962: Insecure Temporary Files
patches from openwall via debian
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/15 19:48:31

Modified files:
	www/mod_jk     : Tag: OPENBSD_4_5 Makefile 
Added files:
	www/mod_jk/patches: Tag: OPENBSD_4_5 
	                    patch-native_common_jk_ajp_common_c 

Log message:
security fix for CVE-2008-5519, from apache svn
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/15 19:57:47

ports/www/ruby-sinatra/patches

Update of /cvs/ports/www/ruby-sinatra/patches
In directory cvs.openbsd.org:/tmp/cvs-serv25531/patches

Log Message:
Directory /cvs/ports/www/ruby-sinatra/patches added to the repository
--> Using per-directory sticky tag `OPENBSD_4_5'


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/15 20:02:13

Modified files:
	www/ruby-sinatra: Tag: OPENBSD_4_5 Makefile 
Added files:
	www/ruby-sinatra/patches: Tag: OPENBSD_4_5 
	                          patch-lib_sinatra_base_rb 
	                          patch-test_static_test_rb 

Log message:
Security fix for directory traversal vulnerability in static file route
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/06/16 00:13:19

Modified files:
	x11/lablgtk2   : Makefile 
	x11/lablgtk2/pkg: PFRAG.native PLIST 

Log message:
unbreak on non-native archs
fix LIB_DEPENDS
bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/06/16 03:12:44

Modified files:
	lang/ruby      : Makefile distinfo 
	lang/ruby/patches: patch-class_c patch-configure patch-eval_c 
	lang/ruby/pkg  : PLIST-main PLIST-tk 

Log message:
Security update to ruby-1.8.6-p369.

Fixes a denial of service vulnerability in the BigDecimal
standard library of Ruby.

http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 03:37:19

Modified files:
	mail/mutt      : Makefile.inc 
	mail/mutt/snapshot: Makefile distinfo 
	mail/mutt/snapshot/patches: patch-browser_c patch-configure_ac 
	                            patch-doc_Makefile_in 
	                            patch-imap_browse_c 
	mail/mutt/snapshot/pkg: PLIST 
	mail/mutt/stable: Makefile 
	mail/mutt/stable/pkg: PLIST 
Added files:
	mail/mutt/snapshot/patches: patch-handler_c patch-imap_imap_c 
	                            patch-url_c 
Removed files:
	mail/mutt/stable/patches: patch-Makefile_in 

Log message:
- bug-fix and SECURITY update to 1.5.20; fixes CVE-2009-1390 (X.509
Certificate Chain Security Bypass vulnerability).

- added a couple of post-1.5.20 patches from upstream for regressions

- cleanup the port's handling of sample config files

testing by Simon Kuhnle, Edd Barrett, testing and ok landry@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 05:02:50

Modified files:
	devel/py-notify: Makefile 

Log message:
WANTLIB+=gio-2.0, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/16 05:25:30

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
Typo: Use settings -> User settings.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 05:30:48

Modified files:
	editors/qscintilla: Makefile 
	devel/goffice  : Makefile 
	editors/vim    : Makefile 

Log message:
sync WANTLIB and bump (gio-2.0, avahi-*)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 05:45:28

Modified files:
	print/hplip    : Makefile 
	x11/gnome/libgnomemm: Makefile 
	graphics/libexif-gtk: Makefile 

Log message:
regen WANTLIB and bump; avahi/gio-2.0


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 06:03:29

Modified files:
	x11/awn        : Makefile 

Log message:
regen WANTLIB (avahi) and bump


CVSROOT:	/cvs
Module name:	www
Changes by:	johan@cvs.openbsd.org	2009/06/16 08:18:54

Modified files:
	.              : orders.html 

Log message:
Since Nohup no longer sell OpenBSD stuff and it seemsthey are not planing on picking it up - remove them.

"sure" deraadt
"ok, though it saddens me. 8-/"  jj


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/16 08:41:03

Modified files:
	x11/gnome/cheese: Makefile 
	x11/gnome/cheese/patches: patch-src_cheese-webcam_c 
	x11/gnome/cheese/pkg: PLIST 

Log message:
Unbreak.
Courtesy of OpenSolaris.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/16 09:12:50

Modified files:
	x11/gnome/session: Makefile 
	x11/gnome/session/files: README.OpenBSD 

Log message:
Mention cheese.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/16 09:20:26

Log message:
    parser generator for Java, C#, Python, or C++ languages
    
    ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a
    language tool that provides a framework for constructing recognizers,
    compilers, and translators from grammatical descriptions containing
    Java, C#, Python, or C++ actions.
    
    Currently installing the precompiled jar since this is needed for
    classpath 0.98 as a BUILD_DEPEND and RUN_DEPEND.
    
    From MAINTAINER: Frederick C. Druseikis <fredd@engr.sc.edu>
    
    Status:
    
    Vendor Tag:	kurt
    Release Tags:	kurt_20090616
    
    N ports/lang/antlr2/distinfo
    N ports/lang/antlr2/Makefile
    N ports/lang/antlr2/pkg/DESCR
    N ports/lang/antlr2/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/16 09:22:10

Modified files:
	lang           : Makefile 

Log message:
+antlr2


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/16 09:31:02

Modified files:
	lang/classpath : Makefile distinfo 
	lang/classpath/patches: patch-examples_Makefile_in 
	                        patch-include_Makefile_in 
	lang/classpath/pkg: PFRAG.shared PLIST 
Added files:
	lang/classpath/files: ecj.in 
	lang/classpath/patches: 
	                        patch-gnu_classpath_SystemProperties_java 
	                        patch-resource_Makefile_am 
	                        patch-resource_Makefile_in 
	                        patch-tools_gjdoc_in 

Log message:
- Update to 0.98:
http://www.gnu.org/software/classpath/announce/20090205.html
- now using gcj/gij + eclipse compiler (pure Java) to build

Joint effort with MAINTAINER Frederick C. Druseikis <fredd@cse.sc.edu>


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/16 09:37:47

Modified files:
	lang/jamvm     : Makefile distinfo 
	lang/jamvm/patches: patch-configure patch-src_os_bsd_os_c 
	lang/jamvm/pkg : PLIST 
Added files:
	lang/jamvm/patches: patch-lib_java_lang_reflect_Constructor_java 
	                    patch-lib_java_lang_reflect_Field_java 
	                    patch-lib_java_lang_reflect_Method_java 
	                    patch-src_hooks_c 

Log message:
- Update to 1.5.1

From MAINTAINER Frederick C. Druseikis <fdruseikis@sc.edu> w/minor changes


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/16 09:44:55

Modified files:
	.              : donations.html 

Log message:
Add a link for Jean Gerard Pailloncy, who kindly hosts our ftp.fr
server, thanks again!


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/16 10:37:14

Modified files:
	lib/csu/powerpc: crt0.c 

Log message:
Do not break gcc -Z on powerpc. mprotect the got only if it is padded.
Diff written and tweaked by kurt@ and myself.
ok kurt@, now is agood time deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ariane@cvs.openbsd.org	2009/06/16 10:42:41

Modified files:
	sys/arch/amd64/amd64: pmap.c 
	sys/arch/amd64/include: vmparam.h 
	sys/arch/i386/i386: pmap.c pmapae.c 
	sys/arch/i386/include: vmparam.h 
	sys/conf       : files 
	sys/nnpfs      : nnpfs_vnodeops-bsd.c 
	sys/uvm        : uvm.h uvm_extern.h uvm_map.c uvm_page.c 
	                 uvm_page.h uvm_pglist.c uvm_vnode.c 
Removed files:
	sys/uvm        : uvm_pmemrange.c uvm_pmemrange.h 

Log message:
Backout pmemrange (which to most people is more well known as physmem
allocator).

"i can't see any obvious problems" oga


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/16 11:14:15

Modified files:
	sys/uvm        : uvm_aobj.c uvm_aobj.h uvm_km.c uvm_pager.c 
	                 uvm_vnode.c 

Log message:
Backout all the PG_RELEASED changes.

This is for the same reason as the earlier backouts, to avoid the bug
either added or exposed sometime around c2k9. This *should* be the last
one.

prompted by deraadt@

ok ariane@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 11:19:42

Modified files:
	net/pidgin     : Makefile 
Added files:
	net/pidgin/patches: patch-libpurple_purple_pc_in 
	net/pidgin/pkg : DESCR-finch DESCR-libpurple DESCR-main 
	                 PLIST-finch PLIST-libpurple PLIST-main 
Removed files:
	net/pidgin/pkg : DESCR PLIST 

Log message:
- split pidgin into -main, -finch and -libpurple.
- add a patch that fixing linking with libpurple

this allows the use of libpurple by other IM clients, without the need of having pidgin installed.

some initial input from brad (MAINTAINER), timed out generously on the diff
feedback from ajacoutot@ and sthen@ , thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 11:31:07

Log message:
    import telepathy-haze 0.3.0
    
    Haze implements the Telepathy D-Bus specification using libpurple,
    allowing Telepathy clients like empathy to connect to any protocol
    supported by pidgin.
    
    Status:
    
    Vendor Tag:	jasper
    Release Tags:	jasper_20090616
    
    N ports/net/telepathy/telepathy-haze/distinfo
    N ports/net/telepathy/telepathy-haze/Makefile
    N ports/net/telepathy/telepathy-haze/pkg/DESCR
    N ports/net/telepathy/telepathy-haze/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 11:31:42

Modified files:
	net/telepathy  : Makefile 

Log message:
- add telepathy-haze


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 11:33:21

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
- add telepathy-haze as a run dependency. this allows empathy to communicate
with all the protocols that net/pidgin supports as well. (msn, irc, jabber, icq, etc)


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/16 13:31:30

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/pkg : PLIST-finch PLIST-main 

Log message:
Fix plists, run dependencies and libspec.
bad jasper!


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/16 13:41:46

Modified files:
	net/telepathy/telepathy-haze: Makefile 
	net/telepathy/telepathy-haze/pkg: PLIST 

Log message:
Regen plist.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 13:57:50

Modified files:
	editors/abiword: Makefile 

Log message:
enchant was pulled in all the time, but only added to LIB_DEPENDS for
the gnome flavor. fix. while there, fix LIB_DEPENDS (+gailutil). bump.
from Tobias Ulmer, ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/16 14:07:33

Modified files:
	x11/gnome/nautilus-sendto: Makefile 
Added files:
	x11/gnome/nautilus-sendto/pkg: DESCR PLIST 
Removed files:
	x11/gnome/nautilus-sendto/pkg: DESCR-main DESCR-pidgin 
	                               PLIST-main PLIST-pidgin 

Log message:
Merge the -pidgin subpackage into -main now that we only need to depend on
libpurple and not the whole pidgin package itself.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/16 14:38:50

Modified files:
	multimedia/xvidcore: Makefile distinfo 
	multimedia/xvidcore/patches: patch-build_generic_configure 

Log message:
SECURITY update to 1.2.2.
Fix heap-based buffer overflows.  CVE-2009-0893, -0894.
ok sthen@, Brad (maintainer)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 15:03:59

Modified files:
	print/ghostscript/gnu: Makefile 
Added files:
	print/ghostscript/gnu/patches: patch-src_gdevcdj_c 

Log message:
add a patch from upstream; fixes printing PDFs with canon drivers bjc600/800.
ok kili@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 15:42:25

Modified files:
	x11/gnome/empathy: Makefile 

Log message:
- tweak the telepathy connection managers


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/16 15:50:01

Modified files:
	net/avahi      : Makefile 
Added files:
	net/avahi/patches: patch-avahi-core_fdutil_c 

Log message:
- fix potential 64-bit issue due to missing header

ok ajacoutot@ (MAINTAINER)


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 17:17:33

Modified files:
	www/elinks     : Makefile distinfo 
	www/elinks/patches: patch-configure 
Added files:
	www/elinks/patches: patch-src_session_session_c 

Log message:
bug-fix update to 0.11.6 + one post-release crash fix.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/16 18:13:59

Modified files:
	sys/uvm        : uvm_km.c uvm_loan.c uvm_map.c uvm_meter.c 
	                 uvm_mmap.c uvm_object.h uvm_page.c uvm_page.h 
	                 uvm_pager.c uvm_pager.h uvm_pdaemon.c 
	                 uvm_pglist.c uvm_stat.c uvm_swap.c uvm_unix.c 
	                 uvm_vnode.c 

Log message:
date based reversion of uvm to the 4th May.

More backouts in line with previous ones, this appears to bring us back to a
stable condition.

A machine forced to 64mb of ram cycled 10GB through swap with this diff
and is still running as I type this. Other tests by ariane@ and thib@
also seem to show that it's alright.

ok deraadt@, thib@, ariane@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/16 18:47:06

Modified files:
	lang/gcc/4.2   : gcc4.port.mk 

Log message:
fix gcj build depend: use java flavor to enable -java subpackage. Problem
noticed by jasper@ okay sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/16 18:56:09

Modified files:
	mail/enigmail-seamonkey: Tag: OPENBSD_4_5 Makefile 

Log message:
MFC:
sync with seamonkey-1.1.16.  prompted by naddy@
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 19:03:35

Modified files:
	converters/libpst: Makefile 

Log message:
fix some slightly questionable dependencies, bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 19:21:00

Modified files:
	databases/mdbtools/snapshot: Makefile 
	databases/ocaml-sqlite3: Makefile 
	devel/beediff  : Makefile 
	devel/gconf-editor: Makefile 
	devel/giggle   : Makefile 
	devel/qt4-eventsview: Makefile 

Log message:
sync wantlib/lib_depends, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 19:27:11

Modified files:
	devel/ruby-systemtimer: Makefile 

Log message:
- remove " from COMMENT
- LIB_DEPENDS=${MODRUBY_LIB_DEPENDS}
- bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 19:30:16

Modified files:
	devel/gal2     : Makefile 
	devel/rapidsvn : Makefile 
	editors/beaver : Makefile 
	editors/leafpad: Makefile 

Log message:
sync wantlib, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/16 19:30:32

Modified files:
	sys/conf       : files 
	sys/ddb        : db_command.c db_command.h db_interface.h 
	sys/dev        : flash.c flashvar.h vnd.c 
	sys/dev/ata    : wd.c 
	sys/kern       : subr_disk.c 
	sys/scsi       : cd.c cd.h sd.c sdvar.h 
	sys/sys        : buf.h disk.h 
Removed files:
	sys/kern       : kern_bufq.c 

Log message:
Revert bufq's. this is inline with the major midlayer reverts that
have been going on. this appears to bring us back to stable state.

lots of testing by oga and ariane and my self.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 19:53:33

Modified files:
	editors/scite  : Makefile 
	editors/vim    : Makefile 
	games/belooted : Makefile 
	games/crack-attack: Makefile 
	games/crossfire-client: Makefile 
	games/csmash   : Makefile 
	games/eboard   : Makefile 
	games/freeciv  : Makefile 

Log message:
sync wantlib, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/16 20:08:35

Modified files:
	net/pidgin     : Makefile 
	net/pidgin/pkg : PLIST-finch PLIST-libpurple 

Log message:
tidy the Makefile and add appropriate @conflict markers so upgrades work.
from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/16 21:41:01

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/16 21:43:30

Modified files:
	sys/dev        : softraidvar.h 

Log message:
Remove __packed from memory structure.  No idea what in the wolrd I was
smoking but it sure as heck wasn't good.

Issue found by jsing on sparc64; tested by jsing and me on various arches.
ok deraadt jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/06/16 22:24:02

Modified files:
	sys/net        : if_pfsync.c 

Log message:
do better detection of when we have a better version of the tcp sequence
windows than our peer.

this resolves the last of the pfsync traffic storm issues ive been able to
produce, and therefore makes it possible to do usable active-active
statuful firewalls with pf.

lots of testing locally on the production firewalls, also tested by sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	gollo@cvs.openbsd.org	2009/06/17 00:35:30

Modified files:
	sys/net        : if_pflow.c 

Log message:
fix flow data values: first and last time, found by f-kons at yandex ru

OK: sthen@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	matthieu@cvs.openbsd.org	2009/06/17 00:48:38

Modified files:
	sys/arch/sparc64/dev: comms_ebus.c 

Log message:
remove extra debugging printf(). ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/17 01:00:45

Modified files:
	sys/arch/hppa/hppa: disksubr.c 
	sys/arch/hppa64/hppa64: disksubr.c 

Log message:
Really avoid changing the start of the bounds if we found no LIF
a diff by kettenis but he is gone for a day or so


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 02:46:11

Modified files:
	www/piwik      : Makefile 
	www/piwik/pkg  : PLIST 

Log message:
install the tmp directory so it's writable by the webserver.
ok giovanni@ (maintainer).


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/17 02:56:44

Modified files:
	share/man/man4 : pfsync.4 

Log message:
Document the 'defer' ifconfig flag. From me with a few tweaks by dlg@.
reads ok to jmc@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/17 03:34:35

Modified files:
	lang/parrot    : Makefile distinfo 
	lang/parrot/patches: patch-config_init_hints_openbsd_pm 
	lang/parrot/pkg: PLIST 
Added files:
	lang/parrot/patches: patch-config_gen_makefiles_root_in 
	                     patch-config_init_install_pm 
	                     patch-tools_dev_install_files_pl 
	lang/parrot/pkg: PFRAG.shared 
Removed files:
	lang/parrot/patches: patch-config_gen_platform_openbsd_math_c 

Log message:
update to version 1.2.0, add shared library and disable macppc build for now.
all secondary compilers were relocated to separate projects so we need a
rakudo port to get the perl6 binary back.

this update also addresses the recent bulk fallout noticed by naddy@
testing by sthen@ and ajacoutot@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/17 03:36:52

Log message:
    import of p5-HTML-TagCloud-0.34
    
    HTML::TagCloud enables you to generate "tag clouds" in HTML.
    Tag clouds serve as a textual way to visualize terms and topics
    that are used most frequently.
    The tags are sorted alphabetically and a larger font is used to
    indicate more frequent term usage.
    
    This has also been posted to ports@ by Ian McWilliam
    
    Status:
    
    Vendor Tag:	robert
    Release Tags:	robert_20090617
    
    N ports/www/p5-HTML-TagCloud/distinfo
    N ports/www/p5-HTML-TagCloud/Makefile
    N ports/www/p5-HTML-TagCloud/pkg/DESCR
    N ports/www/p5-HTML-TagCloud/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/17 03:37:54

Modified files:
	www            : Makefile 

Log message:
+p5-HTML-TagCloud


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/17 03:51:51

Modified files:
	usr.bin/nice   : nice.c 

Log message:
remove superfluous spaces around brackets in usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/17 04:42:08

Modified files:
	usr.bin/look   : look.c 

Log message:
synchronize synopsis and usage.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/17 05:52:54

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
ENOPROTOOPT is non-fatal on recvfrom, can apparently happen with ipvshit


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/17 06:30:17

Modified files:
	app/cwm        : calmwm.h menu.c search.c 

Log message:
move like defines to a central, logical location; no binary change.

aok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/17 06:45:01

Modified files:
	app/cwm        : client.c mousefunc.c 

Log message:
re-factor parts of mouse move/resize bit to shrink and make more
readable; no behavior change

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/17 07:08:37

Modified files:
	app/cwm        : xutil.c 

Log message:
remove unnecessary casts; from Thomas Pfaff

ok oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 07:35:36

Modified files:
	net/ruby-eventmachine: Makefile 

Log message:
" in COMMENT, add MODRUBY_LIB_DEPENDS, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/17 07:42:49

Modified files:
	infrastructure/mk: bsd.port.mk 

Log message:
systrace isn't too happy when WRKOBJDIR contains a symlink, which can
happen often (/usr/ports NFS mounted & /usr/ports/obj a symlink to a
local dir, /usr/ports as a symlink to /home/wherever..)
Use readlink -fn only if USE_SYSTRACE is set so less things are run when
bsd.port.mk is included. Should make everyone happy.

Issue reported by and original fix ajacoutot@, sounds reasonable to espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 07:52:34

Modified files:
	graphics/kipi-plugins: Makefile 

Log message:
sync LIB_DEPENDS-cal; bump PKGNAME-cal


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/17 09:31:23

Modified files:
	usr.sbin/ndp   : ndp.c 

Log message:
Check for the correct RTM_VERSION before accessing anything in the rt message.
Fixes a SIGBUS seen on alpha by naddy@. OK naddy@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	damien@cvs.openbsd.org	2009/06/17 10:04:29

Modified files:
	sys/dev/usb    : if_run.c 

Log message:
fix endianness issue on BE.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/17 12:18:22

Modified files:
	sys/arch/mips64/mips64: cpu.c 

Log message:
R14000 processors with revision 3 and above are actually R16000 revision
1 and above, so report them as such.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/17 12:19:03

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
Make sure we do not coalesce memory ranges from different nodes.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/17 12:20:24

Modified files:
	sys/arch/sgi/xbow: xbow.c 

Log message:
Make sure xbowmatch() only matches on xbow stanzas.


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/17 13:05:27

Modified files:
	sys/dev        : softraid.c 

Log message:
Force Raid0/4/5 volume size to multiple of stripe size
ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/17 13:06:33

Modified files:
	devel/perltidy : Makefile distinfo 

Log message:
update to 20090616

ok landry@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/17 13:09:21

Modified files:
	x11/xfce4/xfce4-weather: Makefile distinfo 
	x11/xfce4/xfce4-weather/pkg: PLIST 

Log message:
Update to xfce4-weather 0.6.4, fix WANTLIB & licence marker while here.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/17 13:51:25

Modified files:
	mail/evolution : Makefile 
	mail/evolution/patches: 
	                        patch-plugins_exchange-operations_Makefile_in 
	mail/evolution/pkg: PFRAG.shared-main PLIST-main 

Log message:
Disable exchange plugin for now. It does not work and induces some other
issues in evolution.


CVSROOT:	/cvs
Module name:	src
Changes by:	mpf@cvs.openbsd.org	2009/06/17 14:17:20

Modified files:
	sys/netinet    : ip_carp.c 

Log message:
Correctly handle the carp demote counter in all input cases.
E.g. give up the MASTER status if there's a host with a lower
demote count, even if it has a higher advskew.
At the moment this shouldn't cause any change, but this is a
first step towards the removal of the
"bump the advskew to 240 in case of errors" hack,
without breaking backward compatibility.
OK henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/17 15:14:26

Modified files:
	devel/p5-Variable-Magic: Makefile distinfo 

Log message:
update to version 0.35

prodded by same diff from jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/17 15:15:41

Modified files:
	devel/p5-B-Hooks-EndOfScope: Makefile distinfo 

Log message:
update to version 0.08

prodded by same diff from jim@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 15:24:48

Modified files:
	databases/mdbtools/snapshot: Makefile 

Log message:
oops, avahi WANTLIB went to the wrong WANTLIB line so they appeared in
-main too; put them in the right place and bump -main. Spotted by naddy,
thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/17 16:19:12

Modified files:
	sys/uvm        : uvm_unix.c 

Log message:
Recommit part of miod's no-coredumps-on-ramdisks diff that got lost in the
big uvm backout mess.

ok miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/17 16:27:35

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c 

Log message:
strftime returns size_t, not a pointer; no functional change
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/17 16:37:04

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
use standard Ds (eight char) indents for tab lists documenting options;
ok kristaps@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/17 16:44:42

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Make openings variable instead of maxwu; needed for more exotic raid sets.
ok jordan


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/17 16:45:41

Modified files:
	sys/dev        : softraid_raidp.c 

Log message:
Added openings callback; cleanup & KNF
I/O now works reliably
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/17 16:50:58

Modified files:
	sbin/bioctl    : bioctl.c 

Log message:
Add raid 4 & 5 in create

ok jordan


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/17 17:00:03

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
Bring bioctl back to reality by adding rebuild and documenting RAID 4 & 5.
ok jordan


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/17 17:11:38

Modified files:
	share/man/man4 : softraid.4 

Log message:
Document raid 4 & 5


CVSROOT:	/cvs
Module name:	src
Changes by:	jordan@cvs.openbsd.org	2009/06/17 17:13:37

Modified files:
	sys/dev        : softraid.c 

Log message:
Enabled EXPERIMENTAL RAID4/5 discipline
ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/17 17:18:06

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
sync to 1.7.16: rename static function printwarn to warn_print


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 17:27:49

Modified files:
	math/maxima    : Makefile 

Log message:
ecl should be LIB_DEPENDS; adjust & bump. while there, convert to tk.port.mk.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 19:07:52

Modified files:
	games/ggz/libggz: Makefile 
	games/gtetrinet: Makefile 
	games/gtkballs : Makefile 
	games/pioneers : Makefile 
	games/pokerth  : Makefile 
	games/quake2   : Makefile 
	games/toppler  : Makefile 
	geo/libchamplain/core: Makefile 
	geo/osm-gps-map: Makefile 
	geo/qlandkarte : Makefile 

Log message:
sync wantlib, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/17 19:19:02

Modified files:
	usr.bin/mandoc : mdoc.7 mdoc_action.c mdoc_macro.c 
	                 mdoc_strings.c mdoc_term.c mdoc_validate.c 

Log message:
sync to 1.7.16: make a couple of macros callable, reserve "|",
and some tweaks to .Lk


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/17 19:42:42

Modified files:
	net/powerdns   : Makefile 

Log message:
the main powerdns binary gets linked with mysqlclient; actually only
the mysql module should be linking with it. work-around this problem
for now by adding a LIB_DEPENDS-main on mysqlclient. this ensures that
people pkg_add'ing have the relevant library available. no functional
change for existing users.

nobody screamed when I sent it to ports@, and it's better than the
current state, but still this is an incorrect fix to unbreak the
package, it should be fixed properly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/17 20:22:39

Modified files:
	net/ejabberd   : Tag: OPENBSD_4_5 Makefile 
Added files:
	net/ejabberd/patches: Tag: OPENBSD_4_5 
	                      patch-src_mod_muc_mod_muc_log_erl 

Log message:
SECURITY FIX for CVE-2009-0934 (MUC Logs Script Insertion Vulnerability)
ok robert@


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2009/06/18 01:48:50

Modified files:
	.              : want.html 

Log message:
id love a routerboard rb/600a, they look very cute.

kettenis should definitely get one first though.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/18 01:50:18

Modified files:
	multimedia/libquicktime: Makefile 
Added files:
	multimedia/libquicktime/patches: patch-src_timecode_c 

Log message:
- fix potential 64-bit issue due to missing header


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/18 02:05:51

Modified files:
	sbin/bioctl    : bioctl.c 

Log message:
fix crypto raid error message

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/18 02:19:03

Modified files:
	sys/dev/pci    : azalia.c if_nfe.c nviic.c 

Log message:
Remove support for cancelled NVIDIA MCP7B and add initial support for
MCP89.

From Brad based on information from Peer Chen @ NVIDIA via Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/18 02:19:34

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Remove support for cancelled NVIDIA MCP7B and add initial support for
MCP89.

From Brad based on information from Peer Chen @ NVIDIA via Linux.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/18 02:20:11

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/18 02:21:20

Modified files:
	share/man/man4 : azalia.4 nfe.4 nviic.4 

Log message:
Remove support for cancelled NVIDIA MCP7B and add initial support for
MCP89.

From Brad based on information from Peer Chen @ NVIDIA via Linux.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 05:08:25

Modified files:
	converters/p5-JSON: Makefile distinfo 

Log message:
update to JSON-2.15

ok rwx@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 05:09:35

Modified files:
	converters/p5-JSON-XS: Makefile distinfo 

Log message:
update to JSON-XS-2.24

ok simon@, rwx@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 05:15:32

Modified files:
	devel/p5-File-Remove: Makefile distinfo 

Log message:
update to File-Remove-1.42
remove maintainer as requested

ok msf@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 05:17:11

Modified files:
	devel/p5-Test-MockObject: Makefile distinfo 

Log message:
update to Test-MockObject-1.09
remove maintainer as requested

ok msf@, simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/18 06:54:28

Modified files:
	games/frozen-bubble: Makefile 
Added files:
	games/frozen-bubble/patches: patch-c_stuff_lib_fb_stuff_pm 

Log message:
don't preserve permissions from shared data files, since we want
local files be writable.  fixes crash in single player & level edit
ok maintainer James Wright.  ruined productivity for aja@ & sthen@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/18 07:02:40

Modified files:
	net/openvpn    : Makefile 
	net/openvpn/pkg: DESCR 
Added files:
	net/openvpn/pkg: MESSAGE 

Log message:
- add MESSAGE with a suggestion from Tom on misc@ of using hostname.tun*
to start OpenVPN; this sidesteps a problem where openvpn destroys and re-
creates the tun interface, which affects PF/altq.

- shorten DESCR to better fit 80x24

ok fkr@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 07:41:28

Modified files:
	infrastructure/mk: cpan.port.mk 

Log message:
let Module::Build tests behave like ExtUtils::MakeMaker ones

ok landry@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/18 08:19:21

Modified files:
	sys/dev/x86emu : x86emu.c x86emu_util.c 

Log message:
KNF, okay deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/18 09:47:38

Modified files:
	sys/dev        : softraid.c 

Log message:
Fix some typos and whitespace issues.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/18 09:51:56

Modified files:
	sys/dev        : softraid.c 

Log message:
Check the set state status rather than always assuming a rebuild has been
requested. Also move the rebuild initialisation code into a separate
function whilst here.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/18 09:55:15

Modified files:
	sys/dev        : softraid_raid1.c 

Log message:
Add other valid chunk state transitions for RAID 1.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/06/18 10:06:13

Modified files:
	www/youtube-dl : Makefile distinfo 

Log message:
Update youtube-dl to 2009-05-30. Okay sthen@.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/18 10:12:35

Modified files:
	faq            : faq15.html 

Log message:
correct "make search" example output. "zisizanoutrajous lie" ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	todd@cvs.openbsd.org	2009/06/18 10:18:13

Modified files:
	net/openafs    : Makefile 
	net/openafs/files: README.OpenBSD openafs-setup 

Log message:
o correct example output
o fix tyop
bump


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/18 10:20:42

Log message:
    Import a Porter's Handbook to the faq; based on and in future to replace
    the various scattered porting documentation on the website.
    
    This is still a work in progress and being imported but not yet linked
    to allow simpler collaborative work.
    
    Slight reworking of a submission from Daniel Dickman; big thanks :)
    Discussed with many. Nick agrees with this going into the faq providing
    people help maintain it.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090618
    
    N www/faq/ports/index.html
    N www/faq/ports/guide.html
    N www/faq/ports/ports.html
    N www/faq/ports/testing.html
    N www/faq/ports/specialtopics.html
    N www/faq/ports/differences.html
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/06/18 10:40:14

Modified files:
	faq/ports      : index.html differences.html 

Log message:
- reword title of 5.7


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/18 11:48:15

Modified files:
	sys/dev/pci    : if_vr.c if_vrreg.h 

Log message:
MCLGETI support for vr(4) interfaces. This will make the newer soekris and
Alix boards suck a little bit less because it will be harder to live lock them
with traffic. Diff mostly adapted from sis(4).
OK kettenis@, dlg@, sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 12:08:07

Log message:
    import p5-YAML-XS
    
    This module is a Perl XS binding to libyaml which will (eventually)
    offer Perl the best YAML support to date.
    
    ok jim@
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090618
    
    N ports/devel/p5-YAML-XS/Makefile
    N ports/devel/p5-YAML-XS/distinfo
    N ports/devel/p5-YAML-XS/pkg/PLIST
    N ports/devel/p5-YAML-XS/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 12:08:12

Log message:
    import p5-Parse-CPAN-Meta
    
    Parse::CPAN::Meta is a parser for META.yml files, based on the parser
    half of YAML::Tiny.
    It supports a basic subset of the full YAML specification, enough to
    implement parsing of typical META.yml files, and other similarly simple
    YAML files.
    If you need something with more power, move up to a full YAML parser
    such as YAML, YAML::Syck or YAML::LibYAML.
    
    ok jim@
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090618
    
    N ports/devel/p5-Parse-CPAN-Meta/Makefile
    N ports/devel/p5-Parse-CPAN-Meta/distinfo
    N ports/devel/p5-Parse-CPAN-Meta/pkg/PLIST
    N ports/devel/p5-Parse-CPAN-Meta/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 12:08:17

Modified files:
	devel          : Makefile 

Log message:
add p5-Parse-CPAN-Meta and p5-YAML-XS


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 12:08:20

Modified files:
	devel/p5-YAML-Tiny: Makefile distinfo 

Log message:
update to version 1.39


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 12:08:24

Modified files:
	devel/p5-Module-Install: Makefile distinfo 
	devel/p5-Module-Install/pkg: PLIST 
Removed files:
	devel/p5-Module-Install/patches: 
	                                 patch-lib_Module_Install_Admin_Include_pm 

Log message:
update to version 0.91

testing and ok jim@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/18 12:49:34

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
First sync the descriptor then check if the owner of the descriptor.
While there switch some m_freem() to m_free() where only a single mbuf is
involved.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/18 12:53:02

Modified files:
	sys/dev/pci    : if_vr.c 

Log message:
Remove the if (1) that makes blambert@ cry. Appreciated blambert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/18 13:45:14

Log message:
    Import ktsuss-1.4:
    ktsuss stands for "keep the su simple, stupid", and as the name says,
    is a graphical version of su written in C and GTK+ 2.
    With some tweaks by and ok jasper@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090618
    
    N ports/sysutils/ktsuss/Makefile
    N ports/sysutils/ktsuss/distinfo
    N ports/sysutils/ktsuss/patches/patch-src_auth_c
    N ports/sysutils/ktsuss/patches/patch-src_Makefile_in
    N ports/sysutils/ktsuss/pkg/PLIST
    N ports/sysutils/ktsuss/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/18 13:47:07

Modified files:
	sysutils       : Makefile 

Log message:
+ktsuss


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/18 14:08:25

Modified files:
	net/powerdns   : Makefile 

Log message:
* don't compile in gmysql module, use --with-modules to override default
* fixup wantlibs
* make module subpackages depend on main server package

with sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/18 14:09:20

Modified files:
	www/webkit     : Makefile distinfo 
	www/webkit/pkg : PLIST 

Log message:
Update to webkit 1.1.10, fix WANTLIB, bump minor.
Tested by jasper@ on ppc, sthen@ on amd64 and myself on i386.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/18 14:10:07

Modified files:
	www/kazehakase : Makefile 
	www/kazehakase/pkg: PLIST-gecko 

Log message:
Fix WANTLIB, PLIST, bump PKGNAMEs.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 14:16:05

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.16: footer in new groff style


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sobrado@cvs.openbsd.org	2009/06/18 14:24:54

Modified files:
	app/cwm        : cwm.1 

Log message:
the on-line manual should use the same notation for key bindings
as the configuration file, this way writing configuration files is easier;
add a few missing interactive command (.Ic) macros to key bindings;
slightly improve spacing in the lists; other tweaks.

ok martynas@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sobrado@cvs.openbsd.org	2009/06/18 14:44:40

Modified files:
	app/cwm        : cwm.1 

Log message:
items on the first list should have full stops too.

ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 14:59:49

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
sync to 1.7.16: use dedicated warning types for list validation
instead of hand-rolled warnings


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:08:29

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
sync to 1.7.16: The .Er macro may also be used in sections (3) and (9).


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/18 15:15:28

Modified files:
	faq/ports      : guide.html 

Log message:
Add a little blurb explaining how to patch a file and use make
update-patches.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:16:11

Modified files:
	usr.bin/mandoc : man_term.c 

Log message:
sync to 1.7.16: catch overflow of the right margin by the .IP macro
currently, this code is deactivated, anyway


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:29:32

Modified files:
	usr.bin/mandoc : msec.in 

Log message:
Traditional header lines for the OpenBSD manual sections.
This is a local change in OpenBSD, not to be merged upstream.
ok kristaps@  some time ago


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/18 15:33:28

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Mention the nm -g trick to verify if fonctions were added/removed for
SHARED_LIBS bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:34:54

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c 

Log message:
sync to 1.7.16: adjust centering of header lines to groff conventions


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/18 15:40:26

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Wording : the porter is generally not the upstream author.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:45:31

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.16: support .Bd -offset left


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/18 15:47:38

Modified files:
	faq/ports      : testing.html 

Log message:
Advise the user to remove the previous version of a port before building
a newer version, to avoid surprises if it provides a library..
While here, make the text wrapping size more consistent with other
occurences.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 15:50:45

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should be
caught by parser).  Added some FIXME notes in mdoc output (largely that
things should be asserted, not caught).


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 16:16:56

Modified files:
	usr.bin/mandoc : Makefile libmdoc.h main.c mdoc.c mdoc.h 

Log message:
complete sync to 1.7.17: garbage collect unused functions
mdoc_msg, mdoc_pmsg, mdoc_vmsg, and mdoc_nwarn


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/06/18 16:55:56

Modified files:
	sys/dev        : audio.c 

Log message:
fix previous: start playback when at least one block of data has
been written to the device, instead of waiting for a write(2)
when the buffer is or will be over the high water mark.

ok ratchov@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/18 17:00:43

Modified files:
	lang/parrot    : Makefile 
	lang/parrot/pkg: PLIST 
Removed files:
	lang/parrot/pkg: PFRAG.i386 

Log message:
don't rely on --icu-config arguments but provide icu config to fix build
with current icu4u version and unbreak packaging on i386

repeatedly pointed out by naddy@, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 17:34:53

Modified files:
	usr.bin/mandoc : main.c man.7 man.c man.h man_action.c 
	                 man_hash.c man_macro.c man_term.c 
	                 man_validate.c mdoc.7 mdoc.c mdoc.h 
	                 mdoc_action.c mdoc_argv.c mdoc_hash.c 
	                 mdoc_macro.c mdoc_term.c mdoc_validate.c 

Log message:
sync to 1.7.19: improved comment handling


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 17:51:12

Modified files:
	usr.bin/mandoc : main.c mdoc.c 

Log message:
sync to 1.7.19: comment cleanup; no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/18 18:07:06

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
sync to 1.7.19: escape sequences of the forms \*x and \*(xx are deprecated


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:18:00

Modified files:
	devel/p5-Params-Util: Makefile distinfo 
	devel/p5-Params-Util/pkg: PLIST 
Added files:
	devel/p5-Params-Util/pkg: PFRAG.shared 

Log message:
update to Params-Util-1.00

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:19:54

Modified files:
	devel/p5-Data-OptList: Makefile distinfo 

Log message:
update to Data-OptList-0.104

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:22:58

Modified files:
	devel/p5-Class-C3: Makefile distinfo 

Log message:
update to Class-C3-0.21

ok Sean Comeau (MAINTAINER), simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:24:22

Modified files:
	devel/p5-Algorithm-C3: Makefile distinfo 

Log message:
update to Algorithm-C3-0.08

ok Sean Comeau (MAINTAINER), simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:25:39

Modified files:
	devel/p5-MRO-Compat: Makefile distinfo 

Log message:
update to MRO-Compat-0.11

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:27:09

Modified files:
	devel/p5-Class-MOP: Makefile distinfo 

Log message:
update to Class-MOP-0.85

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:28:30

Modified files:
	devel/p5-Moose : Makefile distinfo 
	devel/p5-Moose/pkg: PLIST 

Log message:
update to Moose-0.81

ok simon@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:41:14

Log message:
    import MooseX-Types-0.12.  organise your Moose types in libraries.
    
    ok simon@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_20090618
    
    N ports/devel/p5-MooseX-Types/Makefile
    N ports/devel/p5-MooseX-Types/distinfo
    N ports/devel/p5-MooseX-Types/pkg/PLIST
    N ports/devel/p5-MooseX-Types/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/18 18:42:04

Modified files:
	distrib/miniroot: install.sub 

Log message:
Don't create bogus hosts file entries if too few parameters are
passed to addhostent(). Noticed by sthen@ and jsing@.

ok halex@ deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:44:12

Log message:
    import MooseX-MethodAttributes-0.14.  code attribute introspection.
    
    ok simon@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_20090618
    
    N ports/devel/p5-MooseX-MethodAttributes/Makefile
    N ports/devel/p5-MooseX-MethodAttributes/distinfo
    N ports/devel/p5-MooseX-MethodAttributes/pkg/DESCR
    N ports/devel/p5-MooseX-MethodAttributes/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:47:27

Log message:
    import MooseX-Emulate-Class-Accessor-Fast-0.00900
    emulate Class::Accessor::Fast behavior using Moose
    
    ok simon@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_20090618
    
    N ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/Makefile
    N ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/distinfo
    N ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/pkg/DESCR
    N ports/devel/p5-MooseX-Emulate-Class-Accessor-Fast/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/18 18:51:49

Modified files:
	textproc/mupdf : Makefile distinfo 
	textproc/mupdf/pkg: PLIST 

Log message:
update to a newer snapshot (much smaller tar.gz thanks to a suggestion
from Roberto Fernandez).


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/18 18:52:31

Modified files:
	devel          : Makefile 

Log message:
+p5-MooseX-Emulate-Class-Accessor-Fast
+p5-MooseX-MethodAttributes
+p5-MooseX-Types


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/18 19:04:50

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 2.01; fixes and new features.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/18 19:09:37

Log message:
    openfire-3.6.4, XMPP real time collaboration server
    
    still needs some extra testing so it won't be connected to the builds just
    yet. diffs & good error reports welcome.
    
    Status:
    
    Vendor Tag:	jolan
    Release Tags:	jolan_20090618
    
    N ports/net/openfire/Makefile
    N ports/net/openfire/distinfo
    N ports/net/openfire/files/openfirectl.template
    N ports/net/openfire/files/README.OpenBSD
    N ports/net/openfire/patches/patch-src_java_org_jivesoftware_openfire_XMPPServer_java
    N ports/net/openfire/pkg/PLIST
    N ports/net/openfire/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/18 19:10:53

Modified files:
	www/bluefish   : Makefile 

Log message:
fix WANTLIB/LIB_DEPENDS, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/18 20:02:58

Modified files:
	net/openfire   : Makefile 
	net/openfire/pkg: PLIST 

Log message:
- enable a valid login shell so su/openfirectl work properly
- remove unneeded SUBST_VARS


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/18 20:29:47

Modified files:
	devel/glib2    : Tag: OPENBSD_4_5 Makefile 
Added files:
	devel/glib2/patches: Tag: OPENBSD_4_5 patch-glib_gbase64_c 

Log message:
MFC:
Security fix for CVE-2008-4316.
Fixes multiple integer overflows.

and

- previous patch to fix CVE-2008-4316 was missing a part

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/18 20:48:23

Modified files:
	lang/ruby      : Tag: OPENBSD_4_5 Makefile 
Added files:
	lang/ruby/patches: Tag: OPENBSD_4_5 
	                   patch-ext_bigdecimal_bigdecimal_c 

Log message:
SECURITY FIX
Fixes a denial of service vulnerability in the
BigDecimal standard library of Ruby.

http://www.ruby-lang.org/en/news/2009/06/09/dos-vulnerability-in-bigdecimal/

patch from bernd@, thanks!

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/18 20:59:42

Modified files:
	sys/dev        : softraid.c 

Log message:
Either jordan or jsing left some debug prints behind.  tsk tsk.

pointed out by todd.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/18 21:03:14

Modified files:
	net/openfire   : Makefile 

Log message:
no regression tests


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/18 22:18:04

Modified files:
	www/pecl-uploadprogress: Makefile distinfo 
	www/pecl-uploadprogress/pkg: PLIST 

Log message:
update to 1.0.1


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/19 00:23:03

Modified files:
	sys/dev/acpi   : acpivout.c 

Log message:
Always report 0 as the minimal brightness level to wscons.  This results in
more reasonable brightness level reporting.  In particular we won't report 0%
if the lowest level supported by the hardware doesn't completely turn the
backlight off.

ok marco@, pirofti@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/19 01:20:19

Modified files:
	usr.bin/mandoc : libmdoc.h mdoc.c mdoc.h mdoc_action.c 
	                 mdoc_strings.c mdoc_validate.c 

Log message:
sync to 1.7.19: more elegant section handling


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/19 01:48:45

Modified files:
	usr.bin/systat : Makefile main.c systat.1 systat.h 
Added files:
	usr.bin/systat : nfs.c 

Log message:
- add two new views to systat, 'nfsserver' and 'nfsclient'.
output is similar to nfsstat(1), but it allows for better monitoring/debugging

tricked into by and "i love this" thib@
ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 02:28:09

Modified files:
	devel/p5-Params-Util: Makefile 
	devel/p5-Params-Util/pkg: PLIST 
Removed files:
	devel/p5-Params-Util/pkg: PFRAG.shared 

Log message:
regen plist too with shared_only set and bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 03:24:14

Modified files:
	inputmethods/uim: Makefile 
	math/gnumeric  : Makefile 
	math/qtoctave  : Makefile 
	misc/dates     : Makefile 
	net/dc_gui     : Makefile 
	net/oggfwd     : Makefile 

Log message:
fix wantlib, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/19 03:40:43

Modified files:
	usr.bin/strip  : strip.c 

Log message:
format comment so source code fits on a 80-column display.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/19 03:43:49

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
Document the defer option for pfsync(4) interfaces. ok dlg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 04:12:36

Modified files:
	infrastructure/db: user.list 

Log message:
security/nbaudit uses "nobody"; reserve a uid to fix this


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 04:15:11

Modified files:
	infrastructure/db: user.list 

Log message:
add group for nbaudit


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 04:19:27

Modified files:
	security/nbaudit/patches: patch-nat_1 patch-Makefile 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 04:31:20

Modified files:
	security/nbaudit: Makefile 
	security/nbaudit/pkg: PLIST 
Added files:
	security/nbaudit/patches: patch-includes_h patch-nat_c 
	                          patch-nmb_c 

Log message:
- add some patches from FreeBSD fixing LP64 issues and compatibility with
future compilers

- use a specific userid, not "nobody"


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	sobrado@cvs.openbsd.org	2009/06/19 04:43:49

Modified files:
	app/cwm        : cwm.1 

Log message:
``exec'' and ``ssh'' are lowercase.

ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 04:45:07

Modified files:
	devel/p5-Mouse : Makefile distinfo 

Log message:
update to version 0.24


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 05:11:33

Modified files:
	security/libfprint: Makefile 

Log message:
put the LIB_DEPENDS/WANTLIB fix from r1.3 back in, bump PKGNAME.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 05:12:14

Modified files:
	security/fwbuilder: Makefile 

Log message:
fix wantlib, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 05:13:39

Modified files:
	sysutils/bacula: Makefile 

Log message:
fix -bat WANTLIB, bump -bat


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/19 05:47:09

Modified files:
	sys/arch/macppc/macppc: disksubr.c 
	sys/arch/socppc/socppc: disksubr.c 

Log message:
They're DPME partitions, not DPMI partitions.

ok miod@ drahn@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 05:49:48

Modified files:
	devel/p5-Any-Moose: Makefile distinfo 

Log message:
update to version 0.09


CVSROOT:	/cvs
Module name:	www
Changes by:	dlg@cvs.openbsd.org	2009/06/19 05:49:51

Modified files:
	.              : want.html 

Log message:
Stephan Rickauer of StarTek (http://startek.ch) is buying me and kettenis
an RB600a each.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:10:05

Modified files:
	devel/p5-Data-Visitor: Makefile distinfo 

Log message:
update to version 0.25


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/19 06:11:34

Modified files:
	usr.bin/systat : nfs.c 

Log message:
- uppercase the column headers for consistency with other views


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:19:00

Modified files:
	www/mod_fastcgi: Makefile distinfo 
	www/mod_fastcgi/patches: patch-fcgi_pm_c patch-mod_fastcgi_c 
Added files:
	www/mod_fastcgi/patches: patch-fcgi_config_c 

Log message:
update to mod_fastcgi-SNAP-0811090952 in order to get http-auth
passthrough working among other fixes

running in production for a few months now
reads good to sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:24:37

Modified files:
	textproc/p5-XML-XPathEngine: Makefile distinfo 

Log message:
update to version 0.12


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:25:40

Modified files:
	www/p5-HTML-TreeBuilder-XPath: Makefile distinfo 

Log message:
update to version 0.11


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 06:35:14

Modified files:
	productivity/gnucash: Makefile 
	productivity/vym: Makefile 
	productivity/workrave: Makefile 

Log message:
sync wantlib, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:36:10

Modified files:
	devel/p5-Class-C3-Componentised: Makefile distinfo 

Log message:
maintenance update to version 1.0005


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 06:37:23

Modified files:
	www/pecl-ssh2  : Makefile 

Log message:
WANTLIB+=ssl, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:38:46

Modified files:
	devel/p5-Log-Log4perl: Makefile distinfo 

Log message:
maintenance update to version 1.23


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/19 06:47:36

Modified files:
	mail/zarafa/zarafa/patches: patch-installer_linux_gateway_cfg 
Added files:
	mail/zarafa/zarafa/patches: patch-gateway_IMAP_cpp 

Log message:
Revert a change that was made post 6.20.3 and that makes the IMAP gateway
hang.
Issue reported upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/19 06:47:59

Modified files:
	mail/zarafa/zarafa: Makefile 

Log message:
missed bump!


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:49:34

Log message:
    import p5-Test-POE-Server-TCP
    
    Test::POE::Server::TCP is a POE component that provides a TCP server
    framework for inclusion in client component test cases, instead of
    having to roll your own.
    
    Status:
    
    Vendor Tag:	simon
    Release Tags:	simon_20090619
    
    N ports/devel/p5-Test-POE-Server-TCP/Makefile
    N ports/devel/p5-Test-POE-Server-TCP/distinfo
    N ports/devel/p5-Test-POE-Server-TCP/pkg/PLIST
    N ports/devel/p5-Test-POE-Server-TCP/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:49:41

Modified files:
	devel          : Makefile 

Log message:
add p5-Test-POE-Server-TCP


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:50:54

Modified files:
	net/p5-POE-Component-Client-Keepalive: Makefile distinfo 

Log message:
maintenance update to version 0.25


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 06:51:05

Modified files:
	net/p5-POE-Component-Client-HTTP: Makefile distinfo 

Log message:
update to version 0.88


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 07:10:16

ports/textproc/mupdf/patches

Update of /cvs/ports/textproc/mupdf/patches
In directory cvs.openbsd.org:/tmp/cvs-serv22590/patches

Log Message:
Directory /cvs/ports/textproc/mupdf/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 07:42:29

Modified files:
	textproc/mupdf : Makefile 
Added files:
	textproc/mupdf/files: fontres.c 
	textproc/mupdf/patches: patch-mupdf_Jamfile 

Log message:
- add a new generator supplied by Roberto Fernandez which
greatly reduces memory use building font tables. tested arm,
sparc64, amd64, i386.

- enable CJK fonts on small mem arch, remove VMEM_WARNING.

- bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/19 08:05:32

Modified files:
	sbin/ifconfig  : ifconfig.8 ifconfig.c 

Log message:
after long discussion with many...
ifconfig <if> inet6 used to print all inet6 addresses, and last not least
the installer relies on that behaviour. so don't. to turn inet6 on again
you have to assign any inet6 address or run rtsol.
nobody happy about this asymmetry, but that is the best we could come up
with for now.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/19 08:13:41

Modified files:
	sys/dev/pci    : if_de.c if_devar.h 

Log message:
Tidy up allocation of transmit DMA maps and generalize it to also
tidy up allocation of receive DMA maps.  Previously the driver was
using DMA maps off the free list without fully allocating them, in
order to save two or three lines releasing them on error paths.
This was causing it to reuse a map already in use when under load.
From NetBSD.

Revert a workaround against a NULL pointer dereference on alpha
when invoking bus_dmaamp_sync.

All submitted by Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/19 08:31:51

Modified files:
	sys/dev/pci    : if_bgereg.h 

Log message:
Some more defines for bge(4). Mainly bits for accessing
info from the firmware. Some of it will be required for
further work on both older and newer chipsets.

Gleaned from the Linux tg3 driver.  From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 10:48:03

Modified files:
	databases/postgresql-odbc: Makefile distinfo 

Log message:
update to version 08.03.0400 and enable it for postgresql->8.3

"if 8.3 still works, then sure" pirofti@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/19 10:52:14

Modified files:
	devel/p5-Cache-FastMmap: Makefile distinfo 
Removed files:
	devel/p5-Cache-FastMmap/patches: 
	                                 patch-Cache-FastMmap-CImpl_mmap_cache_c 

Log message:
update to version 1.34

confirmed by maintainer Srebrenko Sehic


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/19 11:10:09

Modified files:
	usr.sbin/ldpd  : lde.h lde_lib.c 

Log message:
When operating in liberal mode, retain labels even if they aren't learnt
from current nexthop.

ok laurent@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/19 11:39:02

Modified files:
	sys/arch/sgi/stand/boot: arcbios.c 

Log message:
Make the 64 bit bootblocks compile again after the <machine/mnode.h> changes.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/19 11:50:47

Modified files:
	audio/soundtracker: Makefile 
	audio/soundtracker/patches: patch-configure_in 
	audio/soundtracker/pkg: PLIST 
Added files:
	audio/soundtracker/patches: patch-aclocal_m4 

Log message:
Pick up libintl instead of building a private copy.
This also fixes a file conflict with the gettext package.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/19 12:31:15

Log message:
    import Test-Weaken-2.002000
    test that freed memory objects were, indeed, freed
    
    ok simon@
    
    Status:
    
    Vendor Tag:	jim
    Release Tags:	jim_20090619
    
    N ports/devel/p5-Test-Weaken/Makefile
    N ports/devel/p5-Test-Weaken/distinfo
    N ports/devel/p5-Test-Weaken/pkg/DESCR
    N ports/devel/p5-Test-Weaken/pkg/PLIST
    N ports/devel/p5-Test-Weaken/pkg/d
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/19 12:33:49

Modified files:
	devel          : Makefile 

Log message:
+p5-Test-Weaken


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/19 13:07:27

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
Quiet a gcc warning


CVSROOT:	/cvs
Module name:	ports
Changes by:	jim@cvs.openbsd.org	2009/06/19 13:14:05

Removed files:
	devel/p5-Test-Weaken/pkg: d 

Log message:
remove a working file that hitched a ride with my import.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 15:28:24

Modified files:
	mail/mutt/snapshot: Makefile 
	mail/mutt/snapshot/patches: patch-url_c 

Log message:
dhill@ had a crash with smtp_url specifying a port (I added one diff
but another followed); update the relevant file to the newer revision,
fixing the problem. ok dhill@


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/19 15:31:54

Modified files:
	sys/dev/pci    : if_bge.c if_bgereg.h 

Log message:
Allow bge(4) to recognize the revisions of the 57780 ASICs.  From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 15:35:37

Modified files:
	mail/mutt/snapshot: Makefile 
Added files:
	mail/mutt/snapshot/patches: patch-buffy_c 

Log message:
don't try and free a static buffer, avoiding a segfault with unmailboxes;
regression since 1.5.19. From Mutt upstream.


CVSROOT:	/cvs
Module name:	ports
Changes by:	kurt@cvs.openbsd.org	2009/06/19 16:28:04

Modified files:
	lang/classpath : Makefile 
	lang/classpath/files: ecj.in 

Log message:
gjavah, gjar, etc depend on egij from gcj so:
- add RUN_DEPENDS on gcj
- adjust JAVA var to point to egij so the scripts work when installed


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 17:12:03

Modified files:
	www/lighttpd   : Makefile distinfo 
	www/lighttpd/patches: patch-doc_lighttpd_conf 
	www/lighttpd/pkg: PLIST 

Log message:
Bugfix update to 1.4.23; from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 17:19:44

Modified files:
	net/znc        : Makefile distinfo 
	net/znc/pkg    : PLIST 

Log message:
Update to 0.070; mainly bugfixes. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 17:41:02

Modified files:
	x11/qrfcview   : Makefile 
	x11/qwt        : Makefile 
	x11/rxvt       : Makefile 
	x11/tvtwm      : Makefile 
	x11/xbae       : Makefile 

Log message:
sync LIB_DEPENDS/wantlib, bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/19 17:51:35

Modified files:
	print/epdfview : Makefile 

Log message:
fix wantlib, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/19 18:15:14

Modified files:
	sbin/savecore  : savecore.c 

Log message:
If the user didn't specify a kernel, pass in NULL to kvm_openfiles()
so it can try /dev/ksyms.  The first call to kvm_openfiles()
was already correct.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/19 18:19:56

Modified files:
	app/cwm        : client.c conf.c 

Log message:
spacing


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/19 18:22:39

Modified files:
	app/cwm        : calmwm.c calmwm.h client.c conf.c group.c 
	                 kbfunc.c menu.c mousefunc.c parse.y 

Log message:
unroll XCALLOC/XMALLOC macros; since we use xcalloc/xmalloc all over the
place anyway, this makes things a bit more consistent; from Thomas Pfaff

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/19 18:55:42

Modified files:
	app/cwm        : client.c group.c input.c kbfunc.c mousefunc.c 

Log message:
compact a bit by condensing a few if-else's; from Thomas Pfaff

"go on then" oga@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/19 19:34:27

Modified files:
	graphics/lcms  : Tag: OPENBSD_4_5 Makefile 
	graphics/lcms/patches: Tag: OPENBSD_4_5 patch-include_lcms_h 
Added files:
	graphics/lcms/patches: Tag: OPENBSD_4_5 patch-src_cmsgamma_c 
	                       patch-src_cmsio0_c patch-src_cmsio1_c 
	                       patch-src_cmslut_c 

Log message:
SECURITY FIX

Resolves CVE-2009-0581, CVE-2009-0723, and CVE-2009-0733

patch from upstream via debian

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/20 01:46:13

Modified files:
	usr.sbin/smtpd : mta.c 

Log message:
Allocate memory for env->sc_ssl like in smtp; ok gilles@

From: Josh Elsasser <josh@elsasser.org>


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/20 03:40:30

Modified files:
	sys/arch/sparc/dev: hme.c 

Log message:
Have hmestop() properly clear the RUNNING/OACTIVE flags and the interface
watchdog timer.

Copied over from MI hme(4).

Tested by nick@. From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/20 03:44:03

Modified files:
	share/man/man4 : hme.4 

Log message:
Remove incomplete list of specific PHY models that might be associated
with this driver from DESCRIPTION (SYNOPSIS has a better list already),
replacing with a list of supported NICs. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/20 04:20:09

Modified files:
	mail/mutt      : Makefile.inc 

Log message:
iff the variable DEBUG is set, add --enable-debug to configure args.


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/20 04:39:52

Modified files:
	sys/net        : rtsock.c 

Log message:
Decrement routing socket count in MPLS detach case

While here, fix whitespace (spaces -> tabs) issue spotted by michele@

ok michele@, claudio@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/20 05:51:02

Modified files:
	sysutils/fam   : Makefile 
	sysutils/fam/patches: patch-conf-fam_conf 

Log message:
Uncover the hidden disable_pollster option by mentioning it in the
configuration file.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/20 06:19:44

Modified files:
	include        : Makefile 

Log message:
Install msdosfs includes; ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	marco@cvs.openbsd.org	2009/06/20 07:00:44

Modified files:
	sys/dev        : softraid_raidp.c 

Log message:
First stab at state transitions.
ok jsing


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/20 07:07:22

Modified files:
	net/transmission: Makefile distinfo 
	net/transmission/patches: patch-configure patch-daemon_remote_c 
	                          patch-gtk_details_c 
	                          patch-gtk_tr-window_c 
	                          patch-libtransmission_utils_c 
	net/transmission/pkg: PLIST-gui 
Added files:
	net/transmission/patches: patch-daemon_watch_c 
Removed files:
	net/transmission/patches: patch-web_javascript_transmission_js 

Log message:
Update to 1.72.
The major new addition in the 1.7x series is support for DHT.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/20 07:10:21

Modified files:
	lib/libkvm     : kvm_file2.c 

Log message:
Add msdosfs support now that we have the headers.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/20 07:38:16

Modified files:
	www/trac-adminplugin: Makefile 
	www/trac-adminplugin/pkg: PLIST 

Log message:
mark conflict with trac 0.11, bump PKGNAME


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/20 07:40:57

Modified files:
	www/trac       : Makefile distinfo 
	www/trac/pkg   : MESSAGE PLIST 
Removed files:
	www/trac/patches: patch-setup_py 

Log message:
update to 0.11.4; maintainer (Ben Lovett) agrees with the update.
rolls in trac-adminplugin; pkgpath/conflict set accordingly.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/20 07:41:43

Modified files:
	www/trac-ldapplugin: Makefile distinfo 
	www/trac-ldapplugin/pkg: PLIST 

Log message:
update to an 0.6.0 snapshot, for compatibility with trac 0.11; update
agreed with by merdely@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/20 07:44:12

Modified files:
	.              : INDEX 

Log message:
sync, 5802


CVSROOT:	/cvs
Module name:	src
Changes by:	ian@cvs.openbsd.org	2009/06/20 08:23:39

Modified files:
	regress/lib/libutil/fmt_scaled: fmt_test.c 

Log message:
Repair comment ID & typo, no binary change


CVSROOT:	/cvs
Module name:	ports
Changes by:	benoit@cvs.openbsd.org	2009/06/20 08:31:56

Modified files:
	devel/smarty   : Makefile distinfo 

Log message:
- update smarty to 2.6.26

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 08:35:51

Modified files:
	sys/dev/atapiscsi: files.atapiscsi 

Log message:
Force atapiscsi to depend upon wdc_base. This allows kernels to have
atapiscsi* at umass?
without needing to have pciide or wdc attachments.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/20 08:56:18

Modified files:
	audio/madplay  : Makefile 
	audio/madplay/files: audio_sndio.c 

Log message:
put it into the stopped state, if needed, before setting configuration
set and starting it again so that madplay could work with multiple
files properly.  ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/20 09:00:04

Modified files:
	lib/libutil    : fmt_scaled.c 

Log message:
use llabs instead of the home-grown version;  and some comment changes
ok ian@, millert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/20 09:13:50

Modified files:
	devel/libgsf   : Makefile distinfo 

Log message:
Bugfix update to libgsf-1.14.15.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/06/20 09:42:29

Modified files:
	sys/dev/pci    : if_bnx.c if_bnxreg.h 

Log message:
Rewrite the interface flag handling case code and update the receive
filter handling to take advantage of ac_multirangecnt and have correct
IFF_ALLMULTI handling.  From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 09:52:45

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/20 13:50:05

Modified files:
	lib/libkvm     : Makefile kvm_file2.c kvm_private.h 
Added files:
	lib/libkvm     : kvm_cd9660.c kvm_udf.c 

Log message:
Split out cd9660 bits into their own .c file to avoid #define collisions
with ufs and add also udf support.  OK miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/20 14:06:55

Modified files:
	textproc/tre   : Makefile distinfo 
	textproc/tre/patches: patch-tests_retest_c 
	textproc/tre/pkg: PLIST 

Log message:
Update to 0.7.6 and adjust license marker (2 clause BSD now).

No code changes except for some cleanups and small bugs, so no
change of the shared lib version is required.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/20 14:20:43

Modified files:
	lib/libkvm     : kvm_cd9660.c kvm_file.c kvm_file2.c 
	                 kvm_getloadavg.c kvm_m68k.c kvm_mips64.c 
	                 kvm_private.h kvm_proc.c kvm_udf.c 

Log message:
Move KREAD define to kvm_private.h


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 14:57:39

Modified files:
	sys/arch/vax/include: ka410.h 

Log message:
Remove unused struct ka410_cpu, long superseded by struct vs_cpu.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 14:58:07

Modified files:
	sys/arch/vax/vax: ka660.c vxt.c 

Log message:
Remove unused global variables.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 15:02:15

Modified files:
	sys/arch/vax/include: signal.h 
	sys/arch/vax/vax: machdep.c subr.s 

Log message:
Preserve more registers in sigcontext, and restore them in sigreturn. This
makes the sigreturn regress test pass, as well as todd@'s ``run
sh -c "trap exit 2 3;while :; do sleep 120; done", then press ^C'' test pass.

Since userland setjmp uses sigcontext, the kernel will still support the
old layout for a while (until libc is fixed and a reasonable grace period
is over).


CVSROOT:	/cvs
Module name:	ports
Changes by:	avsm@cvs.openbsd.org	2009/06/20 16:05:11

Modified files:
	databases/ocaml-postgresql: Makefile 
	databases/ocaml-sqlite3: Makefile 
	devel/cil      : Makefile 
	devel/ocaml-calendar: Makefile 
	devel/omake    : Makefile 
	graphics/camlimages: Makefile 
	lang/ocaml     : Makefile distinfo ocaml.port.mk 
	lang/ocaml/pkg : PFRAG.native 
	net/mldonkey/stable: Makefile 
	net/mldonkey/stable/patches: patch-config_configure_in 
	net/unison/stable: Makefile 
	productivity/wyrd: Makefile 
	security/cryptokit: Makefile 
	sysutils/findlib: Makefile 
	textproc/gonzui: Makefile 
	textproc/hevea : Makefile 
	textproc/ocaml-rss: Makefile 
	textproc/ocaml-xml-light: Makefile 
	x11/lablgtk    : Makefile 
	x11/lablgtk2   : Makefile 
Removed files:
	lang/ocaml/patches: patch-yacc_reader_c 

Log message:
update to ocaml-3.11.1 and bump dependent package PKGNAMEs


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/20 17:38:12

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	etc/root       : root.mail 
	share/mk       : sys.mk 
	share/tmac/mdoc: doc-common 
	sys/arch/macppc/stand/tbxidata: bsd.tbxi 
	sys/conf       : newvers.sh 
	sys/sys        : param.h 

Log message:
4.6-BETA


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/20 18:31:42

Modified files:
	gnu/usr.bin/perl/ext/Compress/Raw/Zlib: Zlib.xs 

Log message:
CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs
in Compress::Raw::Zlib Perl module.
initial diff & ok millert@.  go for it miod@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/20 18:33:10

Modified files:
	lib/libc/stdlib: imaxabs.3 

Log message:
abs conforms c99 -> imaxabs conforms c99.  ok millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/20 18:38:22

Modified files:
	lib/csu/arm    : Makefile 
	lib/libedit    : readline.c 
	regress/lib/libc/vis: vis_test.c 
	sbin/tunefs    : tunefs.c 
	sys/arch/alpha/pci: pci_eb64plus.h 
	sys/dev/isa    : wss_isapnp.c 
	usr.sbin/httpd/src/modules/standard: mod_mime_magic.c 
	                                     mod_unique_id.c 
	usr.sbin/httpd/src/support: logresolve.c 
	lib/libc/arch/i386/gen: fpgetround.S 

Log message:
fix rcs ids.  ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/20 18:49:14

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
simplify write_s16 routine and just use memory stack instead of two
buffers.  ok jsg@.  tested by kevlo@ and myself


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/20 19:31:27

Log message:
    import firefox35-3.5rc2, been using it for couple of months.
    wip, not linked to the build yet.  needs nspr&nss updates.
    
    Status:
    
    Vendor Tag:	martynas
    Release Tags:	martynas_20090621
    
    N ports/www/firefox35/Makefile
    N ports/www/firefox35/distinfo
    N ports/www/firefox35/files/README.OpenBSD
    N ports/www/firefox35/files/browserconfig.properties
    N ports/www/firefox35/files/firefox.desktop
    N ports/www/firefox35/files/mozilla-firefox.1
    N ports/www/firefox35/patches/patch-accessible_src_atk_nsAppRootAccessible_cpp
    N ports/www/firefox35/patches/patch-browser_app_application_ini
    N ports/www/firefox35/patches/patch-browser_app_profile_firefox_js
    N ports/www/firefox35/patches/patch-extensions_auth_nsAuthGSSAPI_cpp
    N ports/www/firefox35/patches/patch-browser_components_nsBrowserGlue_js
    N ports/www/firefox35/patches/patch-config_autoconf_mk_in
    N ports/www/firefox35/patches/patch-config_rules_mk
    N ports/www/firefox35/patches/patch-configure_in
    N ports/www/firefox35/patches/patch-content_xslt_public_txDouble_h
    N ports/www/firefox35/patches/patch-widget_src_qt_nsSound_cpp
    N ports/www/firefox35/patches/patch-js_src_jsnum_h
    N ports/www/firefox35/patches/patch-content_xslt_src_base_txDouble_cpp
    N ports/www/firefox35/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell_cpp
    N ports/www/firefox35/patches/patch-gfx_src_psshared_nsCUPSShim_cpp
    N ports/www/firefox35/patches/patch-gfx_src_thebes_Makefile_in
    N ports/www/firefox35/patches/patch-js_src_xpconnect_shell_Makefile_in
    N ports/www/firefox35/patches/patch-modules_libpr0n_decoders_icon_gtk_nsIconChannel_cpp
    N ports/www/firefox35/patches/patch-security_coreconf_OpenBSD_mk
    N ports/www/firefox35/patches/patch-widget_src_qt_nsIdleServiceQt_cpp
    N ports/www/firefox35/patches/patch-other-licenses_branding_firefox_pref_firefox-branding_js
    N ports/www/firefox35/patches/patch-security_manager_ssl_src_Makefile_in
    N ports/www/firefox35/patches/patch-security_manager_ssl_src_nsNSSComponent_cpp
    N ports/www/firefox35/patches/patch-toolkit_xre_nsNativeAppSupportUnix_cpp
    N ports/www/firefox35/patches/patch-toolkit_xre_nsXREDirProvider_cpp
    N ports/www/firefox35/patches/patch-widget_src_gtk2_nsBidiKeyboard_cpp
    N ports/www/firefox35/patches/patch-widget_src_gtk2_nsIdleServiceGTK_cpp
    N ports/www/firefox35/patches/patch-build_unix_mozilla_in
    N ports/www/firefox35/patches/patch-widget_src_gtk2_nsScreenManagerGtk_cpp
    N ports/www/firefox35/patches/patch-widget_src_gtk2_nsSound_cpp
    N ports/www/firefox35/patches/patch-xpcom_base_nsStackWalk_cpp
    N ports/www/firefox35/patches/patch-xpcom_reflect_xptcall_src_md_unix_Makefile_in
    N ports/www/firefox35/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptcinvoke_asm_ppc_openbsd_s
    N ports/www/firefox35/patches/patch-xpcom_reflect_xptcall_src_md_unix_xptcstubs_asm_ppc_openbsd_s
    N ports/www/firefox35/patches/patch-modules_plugin_base_src_nsPluginsDirUnix_cpp
    N ports/www/firefox35/patches/patch-toolkit_crashreporter_client_crashreporter_linux_cpp
    N ports/www/firefox35/pkg/MESSAGE
    N ports/www/firefox35/pkg/DESCR
    N ports/www/firefox35/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sturm@cvs.openbsd.org	2009/06/21 00:27:00

Added files:
	net/spectrum-tools/patches: patch-wispy_hw_dbx_c 

Log message:
unbreak build on big endian archs
no PKGNAME bump needed


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2009/06/21 01:37:15

Modified files:
	usr.bin/ssh    : kexdhs.c kexgexs.c 

Log message:
abort if key_sign fails, preventing possible null deref.  Based on report
from Paolo Ganci, ok markus@ djm@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2009/06/21 03:04:03

Modified files:
	usr.bin/ssh    : roaming.h roaming_common.c roaming_dummy.c 

Log message:
Add  tags for the benefit of the sync scripts


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/21 05:14:55

Log message:
    Import krb5-auth-dialog-0.8
    
    Krb5-auth-dialog is a tray applet for the GNOME Desktop that monitors
    Kerberos tickets.
    
    * it can alert the user via notifications when the ticket is about to expire
    * renewable tickets are being refreshed automatically
    * tickets can be acquired/refreshed at any time by clicking on the tray icon
    * the ticket cache can be removed via the context menu
    
    Status:
    
    Vendor Tag:	ajacoutot
    Release Tags:	ajacoutot_20090621
    
    N ports/x11/gnome/krb5-auth-dialog/distinfo
    N ports/x11/gnome/krb5-auth-dialog/Makefile
    N ports/x11/gnome/krb5-auth-dialog/pkg/DESCR
    N ports/x11/gnome/krb5-auth-dialog/pkg/PLIST
    N ports/x11/gnome/krb5-auth-dialog/patches/patch-src_krb5-auth-dialog_c
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/21 05:15:28

Modified files:
	x11/gnome      : Makefile 

Log message:
+krb5-auth-dialog


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 05:36:11

Modified files:
	www/firefox35  : Makefile 
Added files:
	www/firefox35/patches: patch-gfx_qcms_qcmstypes_h 
	                       patch-js_src_configure_in 

Log message:
- use so_version for js
- add js to guess_dirs, and run autoconf for it
- dont redef system types


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 05:41:31

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/files: mozilla-firefox.1 
Added files:
	www/firefox35/patches: 
	                       patch-widget_src_xpwidgets_nsPrintSettingsImpl_cpp 

Log message:
merge in some changes from mozilla-firefox:
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
turn off Ignore Scaling and Shrink to fit page width
sync switches w/ ff3
update about url


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 06:30:58

Added files:
	www/firefox35/patches: patch-js_src_xpconnect_src_Makefile_in 
	                       patch-js_src_xpconnect_src_dom_quickstubs_cpp_diff 
	                       patch-media_liboggplay_src_liboggplay_std_semaphore_h 

Log message:
workaround c++ parser problems of gcc 3
use openbsds sems


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 07:18:59

Added files:
	www/firefox35/patches: 
	                       patch-content_media_video_src_nsAudioStream_cpp 
	                       patch-media_liboggz_include_oggz_oggz_off_t_generated_h 

Log message:
oggz_off_t is off_t
position is int64_t


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 07:24:02

Modified files:
	sysutils/lsof  : Makefile distinfo 
	sysutils/lsof/patches: patch-Configure 

Log message:
update to 4.82, and recognise OpenBSD 4.6. from Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 07:26:19

Modified files:
	www/firefox35/patches: patch-configure_in 

Log message:
hunk not needed for nss-3.12.3;  which we now have to depend on


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 08:01:28

Modified files:
	graphics/ufraw : Makefile distinfo 
	graphics/ufraw/patches: patch-Makefile_in patch-nikon_curve_c 
	                        patch-ufraw-batch_c patch-ufraw_c 
	                        patch-ufraw_developer_c 
	graphics/ufraw/pkg: PLIST 
Removed files:
	graphics/ufraw/patches: patch-configure_ac 

Log message:
sync WANTLIB and update to 0.15; mbalmer ok.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 08:28:14

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/pkg: PLIST 

Log message:
register&regen with proper mozjs
remove pkgpath/conflict markers
sync wantlib
depends on sqlite 3.6


CVSROOT:	/cvs
Module name:	ports
Changes by:	kili@cvs.openbsd.org	2009/06/21 08:41:22

Modified files:
	mail/evolution : Makefile 

Log message:
-plugins depends on the exact version of -main, so it needs a bump, too.

ok ajacoutot@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/21 08:48:42

Modified files:
	usr.bin/sudo   : ChangeLog INSTALL LICENSE Makefile.in 
	                 aclocal.m4 alias.c check.c config.h config.h.in 
	                 configure configure.in env.c fileops.c gram.y 
	                 interfaces.c lbuf.c ldap.c logging.c logging.h 
	                 match.c parse.c parse.h pathnames.h.in pwutil.c 
	                 set_perms.c sudo.c sudo.h sudo.pod sudo_nss.c 
	                 sudo_nss.h sudo_usage.h.in sudoers.ldap.pod 
	                 sudoers.pod testsudoers.c tgetpass.c toke.l 
	                 visudo.c 
	usr.bin/sudo/auth: aix_auth.c pam.c sudo_auth.c sudo_auth.h 
Added files:
	usr.bin/sudo   : nonunix.h vasgroups.c 
Removed files:
	usr.bin/sudo   : version.h 

Log message:
Upgrade to sudo 1.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 08:51:59

Modified files:
	www/phpmyadmin : Makefile distinfo 
	www/phpmyadmin/pkg: PLIST 

Log message:
update to 3.2.0; bugfixes and small new features. ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 09:04:16

Modified files:
	www/firefox35/patches: patch-security_coreconf_OpenBSD_mk 
Added files:
	www/firefox35/patches: patch-nsprpub_config_rules_mk 
	                       patch-nsprpub_configure_in 
	                       patch-nsprpub_lib_tests_Makefile_in 
	                       patch-nsprpub_pr_include_md__openbsd_cfg 
	                       patch-nsprpub_pr_include_md__openbsd_h 
	                       patch-nsprpub_pr_src_misc_prdtoa_c 
	                       patch-nsprpub_pr_src_misc_prinit_c 
	                       patch-nsprpub_pr_src_misc_prnetdb_c 
	                       patch-nsprpub_pr_src_pthreads_ptthread_c 
	                       patch-nsprpub_pr_tests_nameshm1_c 
	                       patch-nsprpub_pr_tests_prpollml_c 
	                       patch-nsprpub_pr_tests_runtests_sh 
	                       patch-nsprpub_pr_tests_socket_c 
	                       patch-security_coreconf_UNIX_mk 
	                       patch-security_nss_lib_freebl_unix_rand_c 

Log message:
use internal nspr&nss since i'm not going to update em at least
until after release


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 09:54:31

Modified files:
	graphics/hugin : Makefile distinfo 
	graphics/hugin/patches: patch-CMakeLists_txt 
	graphics/hugin/pkg: DESCR 
Added files:
	graphics/hugin/patches: patch-src_foreign_levmar_lm_h 
Removed files:
	graphics/hugin/patches: patch-CMakeModules_FindLAPACK_cmake 
	                        patch-src_hugin_base_algorithms_panorama_makefile_PanoramaMakefileExport_cpp 

Log message:
update Hugin to 0.8.0rc4.


CVSROOT:	/cvs
Module name:	src
Changes by:	jacekm@cvs.openbsd.org	2009/06/21 10:13:18

Modified files:
	usr.sbin/wsmoused: wsmoused.c wsmoused.h 

Log message:
Support mouses with lots of buttons.  Also, fix a crash when pressing
a button that's outside of the hardcoded range; miod@ ok


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/21 11:26:23

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 

Log message:
- add and enable stge(4)

"sure" miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/21 11:33:40

Modified files:
	graphics/kipi-plugins: Makefile 
	graphics/kipi-plugins/pkg: DESCR-main 

Log message:
don't reference PKGNAME-cal in DESCR-main, which nobody remembers when
bumping PKGNAMEs, and bump


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/06/21 11:39:53

Modified files:
	lib/libdrm/intel: intel_bufmgr_fake.c 

Log message:
Add support to the fake (non GEM) bufmgr for pinning and unpinning objects.

Makes overlay XV work with intel 2.7.1. ok matthieu@, tested by naddy@,
sturm@, matthieu@ and myself. This is most important for the x40 and
other 8xx chipset which lack textured video.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/21 12:01:54

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 

Log message:
Add a bunch of usb devices, per deraadt@'s pressure.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/21 12:03:16

Modified files:
	sys/arch/sgi/pci: ioc.c 
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Remove the ioc interrupt probe code, the heuristic is correct; origin 300
is still unhappy due to ``interferences'' between the L1 console and the
brick's serial ports, unfortunately.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/21 12:04:41

Modified files:
	sys/arch/sgi/sgi: sginode.c 

Log message:
Disable memory above 2GB physical again, as we can end up with an unkillable
process waiting on getblk when all ATE are exhausted, despite the exhaustion
being transient; I fear the only way to skirt this is to use bounce buffers.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 12:15:03

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
sync to 1.7.19: kristaps@ rewrote post_bf to reduce nesting
no functional change


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 12:17:11

Modified files:
	www/firefox35  : Makefile 

Log message:
use local nss&nspr;  remove external deps
run autoconf for nspr
pass NSS_ENABLE_ECC=1, NSS_USE_SYSTEM_SQLITE=1
bump so_version major to 21.0
bump pkgname to p0


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 12:42:15

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/patches: patch-security_coreconf_OpenBSD_mk 
	www/firefox35/pkg: PLIST 
Added files:
	www/firefox35/patches: patch-security_nss_cmd_platlibs_mk 
	                       patch-security_nss_lib_softoken_config_mk 

Log message:
register nspr&nss;  regen plist
let nspr&nss find external sqlite3
RAND_DEV = /dev/arandom
--disable-jit


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 12:50:06

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/files: firefox.desktop 
	www/firefox35/patches: patch-config_autoconf_mk_in 
	www/firefox35/pkg: PLIST 

Log message:
let mozilla-firefox and firefox35 coexist together.
mozilla-firefox -> LOCALBASE/mozilla-firefox;  bin/firefox,bin/mozilla-firefox
firefox35 -> LOCALBASE/firefox35;  bin/firefox35


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 13:09:59

Modified files:
	usr.bin/mandoc : mdoc.7 mdoc_action.c mdoc_argv.c 
	                 mdoc_validate.c 

Log message:
sync to 1.7.19: .Bl -column  now correctly handles tail entries,
for example:  .Bl -column -compact -offset ... args ...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 13:40:15

Modified files:
	usr.bin/mandoc : mdoc_action.c 

Log message:
sync to 1.7.19: simplify code; no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 13:53:47

Modified files:
	usr.bin/mandoc : mdoc_term.c term.c 

Log message:
sync to 1.7.19: proper font decorations for special and .It characters


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:03:11

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
sync to 1.7.19: update and reorder COMPATIBILITY and CAVEATS


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:10:31

Modified files:
	usr.bin/mandoc : main.c 

Log message:
sync to 1.7.19: the static function fstdin was called from exactly one place
and did so little that it was better merged into main()


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:17:32

Modified files:
	usr.bin/mandoc : mdoc.h 

Log message:
sync to 1.7.19: make the declarations more readable
by purging interspersed comments; manual pages are available...


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:21:09

Modified files:
	usr.bin/mandoc : mdoc_strings.c 

Log message:
sync to 1.7.19: bzero(PTR, ...) is simpler than memset(PTR, 0, ...)


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/21 14:23:01

Modified files:
	usr.bin/cvs    : checkout.c 

Log message:
Use correct synopses for checkout and export when an invalid -k option
is specified. From Dawe in user/6177.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/21 14:30:35

Modified files:
	sys/dev/wsfont : bold8x16-iso1.h bold8x16.h gallant12x22.h 
	                 lucida16x29.h omron12x20.h qvss8x15.h 
	                 vt220l8x10.h vt220l8x8.h 

Log message:
Use static for forward decl of static arrays instead of extern
which made newer versions of gcc complain about mixing
static and non-static decls.

ok miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 14:41:40

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/pkg: PLIST 

Log message:
- firefox-bin -> firefox35-bin
- don't link mozilla-firefox-bin
- bump to p1.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/21 14:46:38

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/pkg: PLIST 

Log message:
resolve collision (firefox.desktop)


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:49:33

Modified files:
	usr.bin/mandoc : man_term.c mdoc_term.c 

Log message:
sync to 1.7.19: do not try to print_body() when there is none


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/21 14:52:39

Modified files:
	usr.bin/mandoc : Makefile 

Log message:
now in sync with release 1.7.19


CVSROOT:	/cvs
Module name:	src
Changes by:	ckuethe@cvs.openbsd.org	2009/06/21 15:30:46

Modified files:
	usr.bin/pkg-config: pkg-config 

Log message:
fix PKG_CONFIG_PATH handling per system/6174. tested with xenocara build
and a bunch of ports


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 17:13:48

Modified files:
	devel/llvm     : Makefile distinfo 
	devel/llvm/patches: patch-lib_Transforms_Makefile 
	                    patch-tools_clang_lib_Lex_Lexer_cpp 
	                    patch-tools_clang_utils_scan-build 
	devel/llvm/pkg : DESCR PLIST 

Log message:
Update to a newer snapshot.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 18:19:02

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/patches: patch-Makefile_config_in 
	devel/llvm/pkg : PLIST 

Log message:
fix manual page installation path. fixed in another tree but missed it
when I was updating; also pointed out with a diff by Moritz Grimm, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/21 18:22:57

Modified files:
	net/irssi      : Makefile 
Added files:
	net/irssi/patches: patch-src_fe-common_irc_fe-events_c 

Log message:
Patch CVE-2009-1959, out of bounds access in irc event_wallops().
Could at least be a crash, but may be SECURITY. From upstream repo;
ok martynas@


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2009/06/21 23:39:28

Modified files:
	usr.bin/ssh    : auth2.c gss-genr.c monitor_mm.c monitor_wrap.c 
	                 sftp-client.c ssh-keygen.c 

Log message:
alphabetize includes; reduces diff vs portable and style(9).  ok stevesk djm


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 01:58:24

Modified files:
	www/havp       : Makefile 
	www/havp/pkg   : PLIST 

Log message:
Include the INSTALL guide in the package. ok giovanni@ (maintainer).


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/22 02:20:48

Modified files:
	print/gtklp    : Makefile distinfo 
	print/gtklp/patches: patch-include_defaults_h 
	print/gtklp/pkg: PLIST 
Added files:
	print/gtklp/patches: patch-gtklp_gtklp_h 
	                     patch-libgtklp_libgtklp_h 

Log message:
Minor update to gtklp-1.2.7


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 03:28:07

Modified files:
	www/lighttpd   : Makefile 
Added files:
	www/lighttpd/patches: patch-src_connections_c 
	                      patch-src_mod_status_c 

Log message:
Add information about keep-alive connections to mod_status.
From upstream repo, via Brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/22 04:40:05

Modified files:
	faq/pf         : rdr.html 

Log message:
"nobody" is reserved for NFS. Show people to use "proxy" instead for
the example where nc is run from inetd.conf. thib looked at this and
like me couldn't find a better uid in the default installation for
this purpose.  ok johan@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 04:43:58

Modified files:
	www/cssed      : Makefile 
	www/epiphany   : Makefile 
	www/galeon     : Makefile 
	www/konqueror-embedded: Makefile 
	www/minimo     : Makefile 
	www/py-webkitgtk: Makefile 
	www/w3m        : Makefile 

Log message:
sync wantlib, bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/22 04:51:06

Modified files:
	sys/kern       : uipc_mbuf.c 

Log message:
sync m_inithdr() with m_gethdr() after the
addition of rdomain to struct pkthdr.

"Doh!" claudio@
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/22 05:14:14

Modified files:
	usr.sbin/bgpd  : rde.c 

Log message:
Log a warning when "enforce remote-as" is triggered. ok claudio@


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/22 05:17:23

Modified files:
	build/mirrors  : anoncvs.html.head cvsync.html.head 
	                 ftp.html.head openbgpd-ftp.html.head 
	                 openntpd-ftp.html.head 
	                 openntpd-portable.html.head 
	                 openssh-ftp.html.head 
	                 openssh-portable.html.head 

Log message:
Change the "DO NOT EDIT THIS FILE" warning to point to somewhere with
more information (mirrors.dat).


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/22 05:19:41

Modified files:
	build          : mirrors.dat 

Log message:
add notes about anoncvs/cvsync in the comments


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/22 05:25:38

Modified files:
	.              : ftp.html anoncvs.html cvsync.html 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	robert@cvs.openbsd.org	2009/06/22 05:27:00

Modified files:
	www/php5       : Makefile.inc distinfo 
	www/php5/core  : Makefile 
	www/php5/patches: patch-aclocal_m4 

Log message:
update to php-5.2.10:
This is a SECURITY FIX that fixes:
Fixed bug #48378 (exif_read_data() segfaults on certain corrupted .jpeg files.

Update the suhosin patch to the current one while here.


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/22 05:36:26

Modified files:
	faq/fr         : faq15.html upgrade45.html 
	faq/nl         : faq15.html 
	faq/pf/ru      : config.html filter.html index.html macros.html 
	                 nat.html rdr.html shortcuts.html tables.html 
	faq/pt         : faq15.html 
	fr             : donations.html ftp.html want.html 
	ja             : index.html 
	lt             : donations.html ftp.html 
	nl             : donations.html ftp.html orders.html 
	openbgpd/fr    : ftp.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/ja     : ftp.html portable.html windows.html 
	openssh/nl     : ftp.html portable.html 
	pt             : donations.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 05:56:15

Modified files:
	textproc/mupdf : Makefile distinfo 

Log message:
update to 0.4; thanks very much to Tor Andersson (upstream author) who
has clarified the license, so packages are now enabled.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/22 07:12:49

Modified files:
	devel/p5-Sub-Install: Makefile distinfo 

Log message:
update to 0.925

ok simon@ merdely@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/22 07:55:39

Modified files:
	sys/net        : pf.c 

Log message:
Fix scrub max-mss for IPv6 traffic.

spotted by naddy@

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/22 08:31:04

Modified files:
	sys/dev/ic     : hme.c 

Log message:
Tidy up promiscuous mode and multicast handling; tested by Simon Kuhnle
and myself. From Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/22 09:45:40

Log message:
    Mysqli driver for pear-MDB2.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090622
    
    N ports/databases/pear-MDB2-mysqli/Makefile
    N ports/databases/pear-MDB2-mysqli/distinfo
    N ports/databases/pear-MDB2-mysqli/pkg/DESCR
    N ports/databases/pear-MDB2-mysqli/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/22 09:47:52

Log message:
    Sqlite driver for pear-MDB2.
    
    Status:
    
    Vendor Tag:	giovanni
    Release Tags:	giovanni-20090622
    
    N ports/databases/pear-MDB2-sqlite/Makefile
    N ports/databases/pear-MDB2-sqlite/distinfo
    N ports/databases/pear-MDB2-sqlite/pkg/DESCR
    N ports/databases/pear-MDB2-sqlite/pkg/PLIST
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	giovanni@cvs.openbsd.org	2009/06/22 09:50:47

Modified files:
	databases      : Makefile 

Log message:
Link pear-MDB2-mysqli and pear-MDB2-sqlite


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/22 10:55:14

Modified files:
	sys/net        : pf.c 

Log message:
Always drop ICMPv6 in IPv4 datagrams, not only when compiled with INET6.

Suggested by Max Laier.

ok henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/22 11:00:24

Modified files:
	databases/ruby-bdb: Makefile 
	databases/ruby-ldap: Makefile 
	databases/ruby-mysql: Makefile 
	devel/ruby-ncurses: Makefile 
	devel/subversion: Makefile 
	editors/emacs21: Makefile 
	editors/emacs22: Makefile 
	editors/xemacs21/stable: Makefile 
	graphics/ruby-gdk-imlib: Makefile 
	graphics/ruby-gdk-pixbuf: Makefile 
	lang/STk       : Makefile 
	lang/gcc/3.3   : Makefile 
	lang/gcc/4.2   : Makefile 
	lang/librep    : Makefile 
	lang/ruby      : Makefile 
	lang/swi-prolog: Makefile 
	math/octave    : Makefile 
	math/plplot    : Makefile 
	net/ruby-pcap  : Makefile 
	textproc/eruby : Makefile 
	textproc/gonzui: Makefile 
	textproc/ruby-hyperestraier: Makefile 
	x11/kde/bindings3: Makefile 
	x11/rep-gtk    : Makefile 
	x11/ruby-gtk   : Makefile 
	x11/sawfish    : Makefile 

Log message:
bump PKGNAME for PLIST changes 4.5 -> 4.6


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/22 11:04:02

Modified files:
	sys/net        : pf.c 

Log message:
Check that the address family is appropriate before processing ICMPv4 and
ICMPv6 messages.

ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/22 13:01:56

Modified files:
	sys/net        : rtsock.c 

Log message:
Remove unneeded sotorawpcb() call, as the PCB is unmolested between
malloc()ing it and calling that macro.

No functional change, just tightening things up a bit.

ok claudio@ michele@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/22 13:34:31

Log message:
    import p5-Devel-ebug-0.49:
    Devel::ebug is a simple, extensible Perl debugger with a clean API.
    Using this module, you may easily write a Perl debugger to debug your
    programs. Alternatively, it comes with an interactive debugger, ebug.
    with help & ok simon@
    
    Status:
    
    Vendor Tag:	landry
    Release Tags:	landry_20090622
    
    N ports/devel/p5-Devel-ebug/Makefile
    N ports/devel/p5-Devel-ebug/distinfo
    N ports/devel/p5-Devel-ebug/pkg/PLIST
    N ports/devel/p5-Devel-ebug/pkg/DESCR
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/22 13:35:36

Modified files:
	devel          : Makefile 

Log message:
+p5-Devel-ebug


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 14:51:10

Log message:
    Import editors/texworks, a nice working environment for TeX.
    From maintainer Edd Barrett.
    
    The TeXworks project is an effort to build a simple TeX front-end
    program (working environment) that will be available for all today's
    major desktop operating systems-in particular, MS Windows (XP and
    Vista), typical GNU/Linux distros and other X11-based systems, and Mac
    OS X. It is deliberately modeled on Dick Koch's award-winning TeXShop
    for Mac OS X, which is credited with a resurgence of TeX usage on the
    Mac platform.
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	edd_20090622
    
    N ports/editors/texworks/Makefile
    N ports/editors/texworks/distinfo
    N ports/editors/texworks/pkg/DESCR
    N ports/editors/texworks/pkg/PLIST
    N ports/editors/texworks/patches/patch-src_TWUtils_cpp
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 14:53:51

Modified files:
	editors        : Makefile 

Log message:
+texworks


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/22 16:14:22

Modified files:
	sys/dev/pci    : if_sis.c 

Log message:
Sync the strict alignment with vr(4). Remove the if (1) and replace it with
an #ifdef #else #endif dance. Reminded by Brad.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 16:37:32

Log message:
    Import llvm-gcc4, not yet linked to the build. This is a work in
    progress, largely based on the gcc port in ports/lang/gcc/4.2.
    Requested by jsg@.
    
    It's somewhat usable on i386 (shared lib versions not yet properly
    under control). Build on amd64 currently fails with -fPIC problems.
    
    -- --
    lvm-gcc is the LLVM C front end. It is a modified version of gcc
    that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
    LLVM assembly language, depending upon the options.
    
    By default, llvm-gcc compiles to native objects just like GCC does.
    If the -emit-llvm option is given then it will generate LLVM bitcode
    files instead. If -S (assembly) is also given, then it will generate
    LLVM assembly.
    
    Being derived from the GNU Compiler Collection, llvm-gcc has many of
    gcc's features and accepts most of gcc's options. It handles a number
    of gcc's extensions to the C programming language.
    <sthen@zephyr:/usr/ports/mystuff/lang/llvm-gcc4:9>$CVS: ----------------------------------------------------------------------
    
    Status:
    
    Vendor Tag:	sthen
    Release Tags:	sthen_20090622
    
    N ports/lang/llvm-gcc4/Makefile
    N ports/lang/llvm-gcc4/distinfo
    N ports/lang/llvm-gcc4/pkg/PLIST
    N ports/lang/llvm-gcc4/pkg/PFRAG.shared
    N ports/lang/llvm-gcc4/pkg/DESCR
    N ports/lang/llvm-gcc4/patches/patch-gcc_c-format_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_gcc
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_vax_openbsd_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_t-openbsd
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_rs6000_t-openbsd
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_rs6000_openbsd_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_rs6000_openbsd1_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_openbsd_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_openbsd-libpthread_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_m68k_openbsd_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_i386_openbsdelf_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_host
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_i386_openbsd_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_i386_openbsd64_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_i386_driver-i386_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_host-openbsd_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_exec-stack_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_x-openbsd
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_Makefile_in
    N ports/lang/llvm-gcc4/patches/patch-ltconfig
    N ports/lang/llvm-gcc4/patches/patch-ltcf-gcj_sh
    N ports/lang/llvm-gcc4/patches/patch-ltcf-cxx_sh
    N ports/lang/llvm-gcc4/patches/patch-ltcf-c_sh
    N ports/lang/llvm-gcc4/patches/patch-libtool_m4
    N ports/lang/llvm-gcc4/patches/patch-gcc_gcc_c
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_libsupc++_Makefile_in
    N ports/lang/llvm-gcc4/patches/patch-configure
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_include_tr1_cwctype
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_include_ext_numeric_traits_h
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_include_c_std_std_cwctype_h
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_include_c_std_std_cwchar_h
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_include_c_compatibility_wchar_h
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_config_locale_generic_time_members_cc
    N ports/lang/llvm-gcc4/patches/patch-libstdc++-v3_acinclude_m4
    N ports/lang/llvm-gcc4/patches/patch-libmudflap_mf-runtime_h
    N ports/lang/llvm-gcc4/patches/patch-libmudflap_mf-runtime_c
    N ports/lang/llvm-gcc4/patches/patch-libjava_libltdl_configure
    N ports/lang/llvm-gcc4/patches/patch-libjava_configure_host
    N ports/lang/llvm-gcc4/patches/patch-libjava_configure
    N ports/lang/llvm-gcc4/patches/patch-libiberty_testsuite_test-expandargv_c
    N ports/lang/llvm-gcc4/patches/patch-libffi_src_powerpc_ffitarget_h
    N ports/lang/llvm-gcc4/patches/patch-libffi_configure
    N ports/lang/llvm-gcc4/patches/patch-gcc_varasm_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_unwind-dw2_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_unwind-dw2-fde-openbsd_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree-vect-transform_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree-nested_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree-mudflap_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree-dump_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_tree-complex_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_testsuite_gcc_dg_format_format_h
    N ports/lang/llvm-gcc4/patches/patch-gcc_testsuite_ada_acats_run_all_sh
    N ports/lang/llvm-gcc4/patches/patch-gcc_testsuite_ada_acats_run_acats
    N ports/lang/llvm-gcc4/patches/patch-gcc_read-rtl_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_prefix_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_passes_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_omp-low_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_objc_objc-act_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_gensupport_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_diagnostic_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_dbxout_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_cp_parser_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_cp_g++spec_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_cp_decl2_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_cp_call_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_coverage_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_collect2_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_c-incpath_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_c-common_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_c-aux-info_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_mlib-utl_adb
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_make_adb
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_gnatlink_adb
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_gnatchop_adb
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_env_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_adaint_c
    N ports/lang/llvm-gcc4/patches/patch-gcc_ada_Makefile_in
    N ports/lang/llvm-gcc4/patches/patch-fixincludes_Makefile_in
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_threadlibs_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_tests_test_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_pthread_support_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_pthread_stop_world_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_os_dep_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_openbsd_stop_world_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_misc_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_mach_dep_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_include_private_openbsd_stop_world_h
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_include_private_gcconfig_h
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_include_gc_pthread_redirects_h
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_include_gc_config_macros_h
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_include_gc_config_h_in
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_dyn_load_c
    N ports/lang/llvm-gcc4/patches/patch-boehm-gc_configure
    N ports/lang/llvm-gcc4/patches/patch-gcc_config_mips_openbsd_h
    
    No conflicts created by this import

CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 16:51:59

Modified files:
	security/scrypt: Makefile distinfo 

Log message:
update scrypt to 1.1.4


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 18:14:20

Added files:
	devel/llvm     : TODO 
	lang/llvm-gcc4 : TODO 

Log message:
add some notes about known problems.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/22 18:20:08

Modified files:
	games/numptyphysics: Makefile 

Log message:
updated MASTER_SITES, requested by site maintainer.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/23 00:39:48

Modified files:
	sys/dev/pci    : sv.c 

Log message:
Don't use == for string comparison.

"looks good to me" jakemsr@


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/23 01:06:31

Modified files:
	faq/ports      : ports.html 

Log message:
Correctly renumber sections, from Daniel Dickman, thanks!


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/23 01:39:27

Modified files:
	faq/ports      : ports.html 

Log message:
More accurate output for the "make search" example.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/23 01:49:31

Modified files:
	graphics/tiff  : Makefile 
	graphics/tiff/patches: patch-libtiff_tif_lzw_c 

Log message:
SECURITY FIX for for SA35515,
LibTIFF "LZWDecodeCompat()" Buffer Underflow Vulnerability

Patch from upstream bugreport #2065 (committed to CVS).


CVSROOT:	/cvs
Module name:	ports
Changes by:	eric@cvs.openbsd.org	2009/06/23 02:01:50

Modified files:
	graphics/cairo : Makefile distinfo 
	graphics/cairo/patches: patch-src_Makefile_in 
Removed files:
	graphics/cairo/patches: patch-src_cairo-clip_c 
	                        patch-src_cairo-ft-font_c 

Log message:
update to cairo 1.8.8

prodded by Brad, ok ajacoutot@ naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/23 02:08:50

Modified files:
	devel/glade3   : Makefile distinfo 

Log message:
Bugfix update to glade3-3.6.6


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/23 02:08:50

Modified files:
	sys/nfs        : nfs_bio.c 

Log message:
- /dev/drum is long gone; sync comment with reality

ok thib@


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/23 02:30:00

Modified files:
	editors/texworks: Makefile 
	editors/texworks/patches: patch-src_TWUtils_cpp 

Log message:
* Do not hardcode paths
* Use devel/gettext MODULE, sanitise LIB_DEPENDS and regen WANTLIB
accordingly


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/23 02:33:03

Modified files:
	sysutils/fam   : Makefile 
	sysutils/fam/patches: patch-conf-fam_conf 

Log message:
Revert previous, it was wrong.
My bad, no cookie, no beer, no breakfast...


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 02:53:19

Modified files:
	devel/llvm     : TODO 

Log message:
note that we also need target-specific definitions (__OpenBSD__ etc).


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 03:26:02

Modified files:
	net/irssi      : Makefile 
Added files:
	net/irssi/patches: patch-src_fe-common_core_fe-core-commands_c 

Log message:
fix /uptime; it assumed that time_t is long.
from Jona Joachim via viq (maintainer). ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	bernd@cvs.openbsd.org	2009/06/23 06:14:23

Modified files:
	devel/git      : Makefile distinfo 
	devel/git/pkg  : PLIST-main 

Log message:
Update to git-1.6.3.3.


CVSROOT:	/cvs
Module name:	src
Changes by:	gwk@cvs.openbsd.org	2009/06/23 07:21:48

Modified files:
	sys/dev/acpi   : acpicpu.c 

Log message:
Ignore the PCT if the PSS has zero entries, only became
a problem after we started striking entires for containing
junk and /* should never happen */ happened.

Fixes PR 6175 confirmed by submiter: nick templeton nick @ nicktempleton.com

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/23 08:02:03

Modified files:
	net/ircd-ratbox: Makefile distinfo 
	net/ircd-ratbox/pkg: PLIST 
Removed files:
	net/ircd-ratbox/patches: patch-src_sslproc_c 

Log message:
update to version 3.0.4 and set NO_REGRESS

prodded by same diff from Michiel van Baak, thanks!


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/23 08:09:51

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Add support for the 82574L chips and the bme1000 phy which is also used on
some newer ICH* chips. All the hard work done by Dariusz Swiderski
sfires (at) sfires.net, tested by myself, sthen@ and many more.
Eyeballed and OK dlg@ kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/23 08:16:25

Modified files:
	share/man/man4 : em.4 

Log message:
Add 82574L to the list of supported MACs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 08:59:32

Modified files:
	www/py-webkitgtk: Makefile 

Log message:
really bump, pointed out by naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/23 09:51:35

Modified files:
	sys/dev        : softraid.c 

Log message:
Fix some more whitespace issues.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/23 09:54:44

Modified files:
	sys/dev        : softraid.c 

Log message:
Make sure that the metadata level matches the requested assembly level when
creating a volume.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	pirofti@cvs.openbsd.org	2009/06/23 10:03:58

Modified files:
	emulators/bochs: Makefile distinfo 
	emulators/bochs/patches: patch-_bochsrc 
	emulators/bochs/pkg: PLIST 
Added files:
	emulators/bochs/patches: patch-Makefile_in 
Removed files:
	emulators/bochs/patches: patch-cpu_access_cc 

Log message:
Update bochs to 2.4.1. From brad.


CVSROOT:	/cvs
Module name:	www
Changes by:	landry@cvs.openbsd.org	2009/06/23 10:30:03

Modified files:
	faq/ports      : guide.html 

Log message:
Typos, from Rogier Krieger on www@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/23 11:05:00

Modified files:
	mail/mozilla-thunderbird: Makefile distinfo 
	mail/mozilla-thunderbird/patches: 
	                                  patch-security_manager_ssl_src_nsNSSComponent_cpp 

Log message:
http://www.mozilla.org/security/known-vulnerabilities/thunderbird20.html#thunderbird2.0.0.22


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/23 11:55:57

Modified files:
	www/firefox35  : Makefile 
	www/firefox35/patches: patch-configure_in 
	                       patch-js_src_configure_in 
	                       patch-js_src_xpconnect_shell_Makefile_in 

Log message:
ddo not even try to pick up&mix native nspr&nss;  unbreaks if local
nss&nspr is presentt
cleanup xpconnect a bit
bump package name to p2


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/23 11:58:38

Modified files:
	www            : Makefile 

Log message:
link firefox35 to the builds.  sounds alright to naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/23 12:05:17

Modified files:
	print/hplip    : Makefile 

Log message:
- update homepage


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 12:27:40

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
LC_ALL overrides LC_CTYPE and LANG. Comment was correct but the code
wrong. Pointed out by Hannah Schroeter, thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/23 12:38:54

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/patches: 
	                       patch-security_manager_ssl_src_nsNSSComponent_cpp 

Log message:
seamonkey-1.1.17.  MFSA 2009-33; MFSA 2009-32; MFSA 2009-29; MFSA
2009-27; MFSA 2009-26; MFSA 2009-24; MFSA 2009-21; MFSA 2009-17.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/23 12:47:16

Modified files:
	sbin/bioctl    : bioctl.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/23 12:48:07

Modified files:
	sbin/ifconfig  : ifconfig.8 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/23 12:49:10

Modified files:
	share/man/man4 : softraid.4 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/23 12:52:16

Modified files:
	usr.bin/systat : systat.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 12:52:43

Modified files:
	lib/libc/gen   : getgrouplist.3 getgrouplist.c 

Log message:
getgrouplist(3) used to and ought to return 0 on success;
fixing a regression introduced in rev. 1.16 spotted by otto@;
ok millert@ otto@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 13:21:02

Modified files:
	audio/gmpc-plugins: Makefile 
Added files:
	audio/gmpc-plugins/patches: patch-gmpc-wikipedia_src_plugin_c 
	audio/gmpc-plugins/pkg: DESCR-main DESCR-wikipedia PLIST-main 
	                        PLIST-wikipedia 
Removed files:
	audio/gmpc-plugins/patches: patch-Makefile_in 
	audio/gmpc-plugins/pkg: DESCR PLIST 

Log message:
Enable wikipedia plugin, which fetches artist info from wikipedia.
As it drags webkit as a dependency, subpackage it, and only build it on
archs where webkit builds.
Add a patch from upstream git repo to fix a bug.
Explicitely depend on taglib 1.5 for tagedit plugin while here.
looks good to jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 13:45:11

Modified files:
	usr.bin/mg     : mg.1 

Log message:
Escape ) to make "C-x )" spaced correctly in key list.

"if it formats correctly, go for it" jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 13:53:03

Modified files:
	x11/xfce4/thunar-media-tags: Makefile 
	x11/xfce4/xfce4-battery: Makefile 
	x11/xfce4/xfce4-dict: Makefile 

Log message:
Fix WANTLIB, tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 13:57:55

Modified files:
	x11/xfce4/xfce4-diskperf: Makefile 
	x11/xfce4/xfce4-fsguard: Makefile 
	x11/xfce4/xfce4-genmon: Makefile 
	x11/xfce4/xfce4-mailwatch: Makefile 

Log message:
Fix WANTLIB, tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:10:12

Modified files:
	x11/xfce4/xfce4-time-out: Makefile 
	x11/xfce4/xfce4-smartbookmark: Makefile 
	x11/xfce4/xfce4-places: Makefile 

Log message:
fix WANTLIB, tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:13:19

Modified files:
	x11/xfce4/xfce4-notes: Makefile distinfo 
	x11/xfce4/xfce4-notes/pkg: PLIST 

Log message:
Update to xfce4-notes 1.7.0.
While here, fix LIB_DEPENDS/WANTLIB, tweak COMMENT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:14:28

Modified files:
	x11/xfce4/xfce4-icon-theme: Makefile 
	x11/xfce4/thunar-thumbnailers: Makefile 

Log message:
Tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 14:17:30

Modified files:
	usr.bin/tmux   : window.c 

Log message:
If a pane is "zombified" (remain-on-exit flag), don't continue to queue key and
mouse input for it (otherwise they are processed after respawn).


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:18:18

Modified files:
	x11/xfce4/xfce4-wmdock: Makefile 
	x11/xfce4/xfce4-xkb: Makefile 
	x11/xfce4/xfce4-verve: Makefile 

Log message:
Fix WANTLIB, tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:20:20

Modified files:
	x11/xfce4/xfce4-mpc: Makefile 
	x11/xfce4/xfce4-netload: Makefile 
	x11/xfce4/xfce4-weather: Makefile 

Log message:
Fix WANTLIB, tweak COMMENT, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 14:24:12

Modified files:
	www/nginx      : Makefile distinfo 

Log message:
- update to 0.7.60, from Brad

- add IPv6 support, from william@ (maintainer), tested by Simon Kuhnle
and Darrin Chandler.

committing at the request of william@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:25:15

Modified files:
	x11/xfce4/xfce4-clipman: Makefile 
	x11/xfce4/xfce4-systemload: Makefile 
	x11/xfce4/xfce4-modemlights: Makefile 
	x11/xfce4/xfce4-wavelan: Makefile 

Log message:
Tweak COMMENT for consistency, bump.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/23 14:41:17

Modified files:
	x11/xfce4/xfce4-screenshooter: Makefile distinfo 
	x11/xfce4/xfce4-screenshooter/pkg: PLIST 

Log message:
Update to xfce4-screenshooter 1.6.0, fix WANTLIB, tweak COMMENT.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 14:57:46

Modified files:
	net/ssvnc      : Makefile distinfo 
	net/ssvnc/patches: patch-scripts_ssvnc 
	                   patch-vnc_unixsrc_vncviewer_rfbproto_c 
	net/ssvnc/pkg  : PLIST-gui 
Added files:
	net/ssvnc/patches: patch-scripts_util_ssvnc_tcl 

Log message:
update to 1.0.23 and add Avahi support.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/23 15:07:03

Modified files:
	sys/dev/pci    : pcidevs 

Log message:
Add the PCI id for the EHCI controller on the AMD 8111 from the datasheet.
From Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/23 15:07:34

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 15:11:17

Modified files:
	x11/x11vnc     : Makefile distinfo 
	x11/x11vnc/patches: patch-configure patch-x11vnc_gui_c 

Log message:
update x11vnc to 0.9.5


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/06/23 15:48:52

Modified files:
	devel/p5-Slay-Makefile: Makefile distinfo 

Log message:
maintenance update to 0.12

ok merdely@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/06/23 15:49:50

Modified files:
	devel/p5-Slay-Makefile-Gress: Makefile distinfo 

Log message:
maintenance update to 0.06

ok merdely@


CVSROOT:	/cvs
Module name:	ports
Changes by:	okan@cvs.openbsd.org	2009/06/23 15:50:39

Modified files:
	textproc/p5-Text-ASCIIMathML: Makefile distinfo 

Log message:
maintenance update to 0.8

ok merdely@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/23 15:52:39

Modified files:
	app/cwm        : calmwm.c calmwm.h client.c screen.c 

Log message:
tidy up startup/init routines

ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 16:05:42

Modified files:
	usr.bin/mandoc : libman.h man.c man_action.c man_macro.c 

Log message:
sync to 1.7.20: error reporting functions for -man


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 16:13:11

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Add some common config file examples to the quick start section.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 16:31:26

Modified files:
	usr.bin/mandoc : main.c man.c man.h man_validate.c 

Log message:
sync to 1.7.20: root and text validation for -man


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 16:43:30

Modified files:
	usr.bin/mandoc : man_hash.c man_term.c 

Log message:
sync to 1.7.20: fix .br support in -man


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 16:47:23

Modified files:
	net/pidgin     : Makefile distinfo 
	net/pidgin/patches: patch-configure_ac 
	                    patch-finch_libgnt_Makefile_in 
	                    patch-finch_plugins_Makefile_in 
	                    patch-libpurple_plugins_ssl_Makefile_in 
	                    patch-libpurple_protocols_gg_Makefile_in 
	                    patch-libpurple_protocols_oscar_Makefile_in 

Log message:
update to 2.5.7; fixes yahoo. From Brad with a change to libpurple
LIB_DEPENDS from me to help pkg_add updates.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 16:50:29

Modified files:
	usr.bin/mandoc : man.7 

Log message:
sync to 1.7.20: -man documents must contain .TH and may contain tab characters


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 16:59:57

Modified files:
	net/powerdns   : Makefile distinfo 
	net/powerdns/patches: patch-modules_gpgsqlbackend_Makefile_in 
	                      patch-modules_gpgsqlbackend_OBJECTLIBS 
	                      patch-pdns_Makefile_in patch-pdns_dns_hh 
	net/powerdns/pkg: PLIST-main PLIST-mysql PLIST-pgsql 
	                  PLIST-sqlite PLIST-sqlite3 
Added files:
	net/powerdns/patches: patch-configure_in 
	net/powerdns/pkg: DESCR-ldap PLIST-ldap 
Removed files:
	net/powerdns/pkg: PFRAG.shared-main PFRAG.shared-mysql 
	                  PFRAG.shared-pgsql PFRAG.shared-sqlite 
	                  PFRAG.shared-sqlite3 

Log message:
- update to 2.9.22, enable ldap.

- unbreak modules; when any module was enabled pdns_server was failing
to start up(!). Brad traced this to a LINK_SPEC problem and came up
with the workaround in patch-configure_in, thanks very much!

- set SHARED_ONLY and merge PFRAG.shared into PLISTs; PowerDNS itself
can work static-only, but you need to compile-in the relevant modules,
which doesn't mix well with MULTI_PACKAGES.

mysql backend is tested; other backends not yet, but this is a big
improvement on what's there at the moment.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 17:02:54

Modified files:
	usr.bin/mandoc : mdoc.c mdoc.h mdoc_action.c mdoc_validate.c 

Log message:
sync to 1.7.20: like for the -man case, add an nchild counter to the -mdoc
nodes, simplifying the validation code; no functional change


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 17:26:08

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Mention LC_ALL, LC_CTYPE.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 17:40:59

Modified files:
	usr.bin/mandoc : mandoc.1 

Log message:
sync to 1.7.20: Document whitespace handling.
Currently, mandoc(1) produces French spacing, which is a bug and needs
to be fixed, but document it anyway for the time being.
While here, fix a few typos, also reported upstream.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 17:53:43

Modified files:
	usr.bin/mandoc : term.c 

Log message:
fix three off-by-one errors in whitespace output
tweaked by and ok kristaps@  and included in 1.7.20


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 18:02:20

Modified files:
	multimedia/get_iplayer: Makefile distinfo 
	multimedia/get_iplayer/patches: patch-get_iplayer 

Log message:
update to 2.03; adds support for BBC World Service live and bulletin AAC
streams from the worldservice page, bumps iPlayer swf version and fixes
some bugs.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 18:04:46

Modified files:
	net/flvstreamer: Makefile distinfo 

Log message:
update to 0.8a; various fixes and improvements, including support
for more reliable live streams.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/23 18:16:52

Modified files:
	usr.bin/mandoc : mdoc.7 

Log message:
sync to 1.7.20: minimum requirements for -mdoc documents;
while merging, avoid having two STRUCTURE sections;
the fix for the latter problem was also submitted upstream


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/23 18:21:25

Modified files:
	multimedia/get_iplayer: Makefile 

Log message:
force the newer flvstreamer to be used; bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/23 19:07:12

Modified files:
	sys/dev/usb    : if_urtw.c 

Log message:
print RFv1/RFv2 for 8187L dmesgs;  since code paths are very different
also print 8187B/8187L rev. ids for unknown revisions and remove dots
as suggested by jsg@.  ok jsg@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/23 19:08:05

Modified files:
	www/seamonkey  : Makefile distinfo 
	www/seamonkey/pkg: PLIST 

Log message:
update language packs


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/23 23:35:07

Modified files:
	usr.bin/tmux   : tmux.h utf8.c 

Log message:
Constify utf8_width() function argument.


CVSROOT:	/cvs
Module name:	src
Changes by:	giovanni@cvs.openbsd.org	2009/06/24 00:46:07

Modified files:
	etc/root       : root.mail 

Log message:
Fix a typo
"sure" sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 01:38:30

Modified files:
	www/nginx      : Makefile 

Log message:
actually enable IPv6; from Simon Kuhnle


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/24 01:42:03

Modified files:
	sys/arch/sparc/dev: hme.c hmevar.h 

Log message:
Simplify the ioctl handling code. From Brad.
Tested by nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/24 02:13:22

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
tweak previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/24 03:24:44

Modified files:
	mail/thunderbird-i18n: Makefile distinfo 

Log message:
update to thunderbird-i18n-2.0.0.22


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/24 03:28:47

Modified files:
	faq/ports      : specialtopics.html 

Log message:
Typo, from Charles Smith thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/24 03:42:34

Modified files:
	mail/enigmail  : Makefile 

Log message:
update enigmail for mozilla-thunderbird-2.0.0.22


CVSROOT:	/cvs
Module name:	src
Changes by:	sobrado@cvs.openbsd.org	2009/06/24 03:44:25

Modified files:
	usr.bin/stat   : stat.c 

Log message:
synchronize synopsis and usage; "-l", "-r", "-s" and "-x" are mutually
exclusive; while here, slightly improve spacing in the source code
so it fits on a 80-column display again.

diff greatly improved by martynas@;

ok jmc@, martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/24 03:51:49

Modified files:
	mail/enigmail-seamonkey: Makefile 

Log message:
update enigmail-seamonkey for seamonkey-1.1.17


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/24 05:00:53

Modified files:
	sys/arch/sparc/dev: isp_sbus.c 
	sys/dev/ic     : isp.c isp_library.c isp_library.h isp_openbsd.c 
	                 isp_openbsd.h isp_stds.h isp_target.c 
	                 isp_target.h isp_tpublic.h ispmbox.h ispreg.h 
	                 ispvar.h 
	sys/dev/pci    : isp_pci.c 
	sys/dev/sbus   : isp_sbus.c 

Log message:
Major update to isp driver, mostly from mjacob via FreeBSD.

Everything that worked before should still work so in it goes. Newer
boards (2300, 2400) may now work but are still a work in progress.
Thanks to many testers but especially kettenis@ for finding a show
stopper bug and stomping it.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 05:23:33

Modified files:
	sys/kern       : subr_pool.c 

Log message:
turn off POOL_DEBUG as we go into release; pointed out by mpf


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/24 05:26:40

Modified files:
	distrib/macppc/ramdisk: install.md 

Log message:
Bring macppc install into the new age. Fewer questions, less verbiage,
more action and safety. "reads ok" sthen@.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 05:38:40

Modified files:
	sys/arch/alpha/conf: RAMDISK RAMDISKB 
	sys/arch/macppc/conf: GENERIC RAMDISK 
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 RAMDISK-IP27 
	                   RAMDISK-IP30 
	sys/arch/sparc/conf: GENERIC SUN4C SUN4M 
	sys/arch/sparc64/conf: GENERIC RAMDISK RAMDISKU5 
	sys/dev/pci    : isp_pci.c 
	sys/dev/sbus   : isp_sbus.c 
	sys/arch/sparc/dev: isp_sbus.c 
	share/man/man4 : isp.4 

Log message:
for the isp(4) driver, invert the meaning of the options which pull
firmwares into the smaller (and larger) media
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/24 06:06:00

Modified files:
	sys/dev        : softraid.c softraidvar.h softraid_raid1.c 

Log message:
Abort the current rebuild if the rebuild chunk disappears. Whilst here also
rename the abort flag so that it is more generalised.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/24 06:08:15

Modified files:
	sys/dev        : softraid.c 

Log message:
Reset the rebuild counter when initiating a rebuild.

ok marco@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 06:28:29

Modified files:
	net/nagios/cnagios: Makefile 

Log message:
adapt MASTER_SITES to new directory layout upstream.


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/06/24 06:50:43

Modified files:
	.              : want.html 

Log message:
- i could really use a pci cardcage for an sgi octane


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/06/24 07:03:20

Modified files:
	sys/kern       : kern_exit.c 

Log message:
Remove extra psignal/wakeup in exit1() which can cause the parent to
receive SIGCHLD twice if scheduled before the reaper runs. diff by
guenther@ and myself. okay guenther@ deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/24 07:04:24

Modified files:
	include        : Makefile 
	lib/libkvm     : Makefile kvm_file2.c kvm_private.h 
Added files:
	lib/libkvm     : kvm_ntfs.c 

Log message:
Install ntfs includes and add libkvm (fstat) support.  ntfs bits
adapted from NetBSD fstat.  OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/24 07:27:34

Modified files:
	sys/net        : pf_lb.c 

Log message:
move the "pf_map_addr: selected address" printf up to -xnoisy.
ok henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 07:36:56

Modified files:
	sys/dev/pci    : if_ix.c if_ixgb.c 

Log message:
like I did for em(4) before, doubled error messages are silly
from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 07:49:49

Modified files:
	sys/dev/pci    : piixpm.c 
	share/man/man4 : piixpm.4 

Log message:
Add support for the SMBus controller for the Broadcom HT-1100 chipset
to piixpm(4).
from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 07:54:42

Modified files:
	sys/arch/i386/i386: apm.c 

Log message:
There are 3 reasons why the first block in apm_probe can fail, and in one
case it is not OK to DPRINTF, so delete that code.  Found by dhill
ok marco dhill


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/24 07:55:56

Modified files:
	usr.bin/sudo   : ChangeLog env.c sudoers.pod 

Log message:
Make environment file parsing grok linux-style env files.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 08:00:14

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 08:19:06

Modified files:
	lang/lua       : Makefile 
Removed files:
	lang/lua/patches: patch-src_lmathlib_c 

Log message:
remove patch that causes math.randomseed() to not function

reported/debugged by M Joonas Pihlaja in pr 6176


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/24 08:28:19

Modified files:
	usr.sbin/watchdogd: watchdogd.c 

Log message:
Lower stack size before mlockall(). With login.conf defaults for i386,
this avoids wiring (8MB-256KB).  From AerieBSD.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/24 08:35:52

Modified files:
	gnu/egcs/gcc/f : com.h 
	gnu/usr.bin/gcc/gcc/f: com.h 

Log message:
Correct the prototype of ffecom_gfrt_basictype() to match the
function, this change was made in the 3.4.0 release of gcc.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/24 08:56:41

Modified files:
	sys/kern       : kern_workq.c 

Log message:
Remove a semicolon at the end of an if statement that made the thread
waiting for all the workqs to die wakeup more often than
it should have.

ok dlg@ tedu@


CVSROOT:	/cvs
Module name:	src
Changes by:	todd@cvs.openbsd.org	2009/06/24 09:02:18

Modified files:
	sys/arch/hppa/conf: RAMDISK 
	sys/arch/alpha/conf: RAMDISKBIG 
	sys/arch/sparc64/conf: RAMDISK 

Log message:
enable softraid
test built and booted by me
ok marco@, deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 09:02:57

Modified files:
	.              : want.html 

Log message:
could use a pcie isp(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/24 09:41:47

Modified files:
	gnu/usr.bin/perl/ext/Compress/Raw/Zlib: Tag: OPENBSD_4_5 Zlib.xs 

Log message:
CVE-2009-1391: Buffer overflow in the inflate function in Zlib.xs
in Compress::Raw::Zlib Perl module.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 10:01:02

Modified files:
	usr.bin/tmux   : tmux.h tty.c 

Log message:
Trying to predict the cursor position for UTF-8 output in the same way as for
normal eight-bit output is wrong, separate it into a different function. Fixes
spacing when mixing UTF-8 with some escape sequences, notably the way w3m does
it.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 10:31:34

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 

Log message:
add some pci ethernet devices that some people, like miod, might be using


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/24 11:27:40

Modified files:
	sys/arch/sgi/conf: GENERIC-IP27 GENERIC-IP30 GENERIC-IP32 
	                   RAMDISK-IP27 RAMDISK-IP30 RAMDISK-IP32 
	                   files.sgi 

Log message:
Even more pci ethernet devices, based on a diff from Brad.


CVSROOT:	/cvs
Module name:	src
Changes by:	henning@cvs.openbsd.org	2009/06/24 11:34:32

Modified files:
	usr.sbin/ntpd  : client.c 

Log message:
recvmsg ENOENT noncritical too


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 11:36:16

Modified files:
	usr.bin/tmux   : server.c 

Log message:
Make remain-on-exit work again when there is only one pane left, which was
broken sometime during the pane/layout changes. Reported/tested by Iain Morgan,
thanks.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/24 12:21:58

Modified files:
	devel/p5-Universal-isa: Makefile distinfo 

Log message:
maintenance update to version 1.03, no actual code change

prodded by jim@, thanks!


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/24 12:29:50

Modified files:
	devel/p5-Universal-can: Makefile distinfo 

Log message:
update to version 1.15


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/24 12:45:51

Modified files:
	devel/p5-Class-Method-Modifiers: Makefile distinfo 
	devel/p5-Class-Method-Modifiers/pkg: PLIST 

Log message:
update to version 1.04


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 13:12:44

Modified files:
	usr.bin/tmux   : screen.c 

Log message:
Change to match xterm's resizing behaviour, including pushing lines into the
history from the top when reducing vertical size and pulling them again when
increasing size.

ok todd sthen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 14:10:10

Modified files:
	lang/llvm-gcc4 : Makefile 
	lang/llvm-gcc4/pkg: PFRAG.shared PLIST 

Log message:
- enable objc
- fix "make fake" with 4.6 OS version
from jsg@

- add a SUBST_VARS for the included GCC version to reduce PLIST churn


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 14:23:12

Modified files:
	devel/llvm     : Makefile 

Log message:
disable libffi; autoconf picks it up, and the build fails if it's there.
bump not necessary.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 14:40:23

Modified files:
	x11/kde/graphics3: Makefile 

Log message:
sync WANTLIB-sane, bump PKGNAME-sane.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 14:40:55

Modified files:
	x11/kde/sdk3   : Makefile 

Log message:
sync WANTLIB-svn, bump PKGNAME-svn


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 14:49:37

Modified files:
	net/openfire   : Makefile 
	net/openfire/files: README.OpenBSD 
Added files:
	net/openfire/pkg: MESSAGE 

Log message:
- add MESSAGE pointing to README.OpenBSD
- prettify README.OpenBSD


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/24 14:52:41

Modified files:
	sys/arch/mac68k/mac68k: disksubr.c 

Log message:
Compute OpenBSD area bounds as the largest area spanning all the OpenBSD
partitions; since all of them are DPME partitions, they might not be
contiguous but that's the best we can do at the moment.


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/24 15:01:43

Modified files:
	devel/p5-Data-UUID: Makefile distinfo 

Log message:
upgrade to 1.202

ok kevlo@


CVSROOT:	/cvs
Module name:	ports
Changes by:	dhill@cvs.openbsd.org	2009/06/24 15:09:59

Modified files:
	devel/p5-Test-Class: Makefile distinfo 

Log message:
update to 0.31

ok jasper@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/24 15:32:36

Modified files:
	regress/sbin/pfctl: pf44.ok 

Log message:
fix this regression test; "reassemble tcp" should be in this location
in the output. this test currently fails; see kernel/6178


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 16:04:18

Modified files:
	usr.bin/tmux   : grid-view.c grid.c tmux.h window.c 

Log message:
Add a dedicated function to convert a line into a string and use it to simplify the search window function.


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/24 16:43:42

ports/www/p5-RTx-Tags/patches

Update of /cvs/ports/www/p5-RTx-Tags/patches
In directory cvs.openbsd.org:/tmp/cvs-serv26035/patches

Log Message:
Directory /cvs/ports/www/p5-RTx-Tags/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	simon@cvs.openbsd.org	2009/06/24 16:44:02

Modified files:
	www/p5-RTx-Tags: Makefile 
	www/p5-RTx-Tags/pkg: PLIST 
Added files:
	www/p5-RTx-Tags/patches: patch-inc_Module_Install_RTx_pm 

Log message:
Add workaround for amazing Module::Install hack by adding DESTDIR to
more or less hardcoded install paths.  Not sure this is actually correct
but at least it doesn't violate fake anymore.
Regenerate PLIST and bump accordingly.

noticed and fix requested by naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 16:44:45

Modified files:
	graphics/djview4: Makefile 
	graphics/fyre  : Makefile 
	graphics/gimp/liquid-rescale: Makefile 
	graphics/gthumb: Makefile 
	graphics/gtkam : Makefile 
	graphics/sane-frontends: Makefile 
	graphics/smpeg-xmms: Makefile 
	graphics/xsane : Makefile 
	graphics/inkscape: Makefile 

Log message:
sync WANTLIB, bump PKGNAMEs


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 16:49:56

Modified files:
	usr.bin/tmux   : Makefile cmd-find-window.c grid.c server.c 
	                 tmux.1 tmux.h window.c 
Removed files:
	usr.bin/tmux   : util.c 

Log message:
Change find-window and monitor-content to use fnmatch(3). For convenience and
compatibility, *s are implicitly added at the start and end of the pattern.

Also display the line number and the entire line in the results, and lose the
nasty section_string function and the now empty util.c file.

Initially from Tiago Cunha.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 16:51:47

Modified files:
	usr.bin/tmux   : screen.c 

Log message:
Fix a type mismatch warning in assignment.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 17:00:31

Modified files:
	usr.bin/tmux   : window-choose.c window-more.c 

Log message:
Now that a UTF-8-capable puts function exists, use it for printing strings in
choice/more modes - lines with UTF-8 now display properly in find-window
results.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 17:32:18

Modified files:
	usr.bin/tmux   : Makefile 

Log message:
Remove some cruft from the Makefile.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 18:11:19

Modified files:
	math/freemat   : Makefile 
	math/freemat/pkg: PLIST 
Added files:
	math/freemat/patches: patch-configure_in 

Log message:
- Workaround qt4 linking problem (pthread moved to Libs.private).
This is a temporary fix pending a change to qt4's installed pkg-config
files at a suitable point in the release cycle.

- Don't let autoconf pick up LLVM yet.

- regen PLIST, sync WANTLIB, bump PKGNAME.

With martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 18:22:32

Modified files:
	.              : INDEX 

Log message:
sync; 5802 (+277, -277)


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 18:23:39

Modified files:
	textproc/textutils: Makefile 
	textproc/textutils/pkg: PLIST 

Log message:
rename god to ggod to avoid conflict with sysutils/god


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 18:33:41

Modified files:
	textproc/par   : Makefile 
	textproc/par/pkg: PLIST 

Log message:
mark conflict with sysutils/rancid


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 18:34:05

Modified files:
	sysutils/rancid: Makefile 
	sysutils/rancid/pkg: PLIST 

Log message:
mark conflict with textproc/par


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/24 18:38:38

Modified files:
	x11/gnome/vfsmm: Makefile 
	x11/gnome/screensaver: Makefile 
	x11/gnome/scan : Makefile 
	x11/gnome/py-gnome-extras: Makefile 
	x11/gnome/planner: Makefile 
	x11/gnome/mono-gnome: Makefile 
	x11/gnome/libgnomeuimm: Makefile 
	x11/gnome/libgnomemm: Makefile 
	x11/gnome/libgail-gnome: Makefile 

Log message:
sync wantlib, bump


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/24 19:01:44

Modified files:
	sys/dev/pci    : ehci_pci.c 

Log message:
Workaround a stupid problem ATI SB600 revisions and ATI SB700 south
bridge revisions A12 and  A13.  We really don't know what it does,
but then noone else does.
From NetBSD and Linux, via brad


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:02:54

Modified files:
	net/aguri      : Makefile 
	net/aguri/pkg  : PLIST 

Log message:
add conflict with biology/emboss


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:03:09

Modified files:
	biology/emboss : Makefile 
	biology/emboss/pkg: PLIST 

Log message:
add conflict with net/aguri


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:09:12

Modified files:
	sysutils/e2fsprogs: Makefile 
	sysutils/e2fsprogs/pkg: PLIST-main 

Log message:
dont install compile_et, avoids a conflict with net/openafs and the
base system


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:09:15

Modified files:
	net/openafs    : Makefile 
	net/openafs/pkg: PLIST 

Log message:
dont install compile_et, avoids a conflict with sysutils/e2fsprogs and
the base system


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:22:10

Modified files:
	www/plone/3.0  : Makefile 
	www/plone/3.0/pkg: PLIST 

Log message:
add more conflicts with plone


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:23:07

Modified files:
	www/zope-genericsetup: Makefile 
	www/zope-genericsetup/pkg: PLIST 
	www/zope-pluggableauthservice: Makefile 
	www/zope-pluggableauthservice/pkg: PLIST 
	www/zope-pluginregistry: Makefile 
	www/zope-pluginregistry/pkg: PLIST 

Log message:
mark conflict with plone


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/24 19:49:54

Modified files:
	lang/python    : Makefile.inc 
	lang/python/2.5: Makefile 
	lang/python/2.5/pkg: PLIST-tools 
	lang/python/2.6: Makefile 
	lang/python/2.6/pkg: PLIST-tools 

Log message:
avoid conflict in -tools subpackage


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/24 23:56:44

Modified files:
	usr.bin/tmux   : screen-redraw.c tty.c 

Log message:
Unused variables. Found by lint, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:00:45

Modified files:
	usr.bin/tmux   : cfg.c cmd-clear-history.c cmd-lock-server.c 
	                 cmd-set-window-option.c 

Log message:
Unused prototypes. Found by lint, no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:05:47

Modified files:
	usr.bin/tmux   : buffer-poll.c buffer.c tmux.h 

Log message:
Nuke unused buffer functions. Found by lint.

Also remove some old debug output which was #if 0.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:15:04

Modified files:
	usr.bin/tmux   : grid.c server-fn.c tmux.h tty-write.c tty.c 
	                 utf8.c window-more.c window.c 

Log message:
Miscellaneous unused functions, including one which was basically a
duplicate. Found by lint.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:23:10

Modified files:
	usr.bin/tmux   : log.c tmux.h 

Log message:
tmux doesn't and won't need syslog logging, so remove it and some other unused
functions found by lint.

Also move a couple of internal function declarations into file scope.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:40:25

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
Remove error about using -L and -S together which was never displayed as
logging wasn't yet enabled, was unnecessary, and contradicted the man page
which says using -S will cause -L to be ignored.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:48:23

Modified files:
	usr.bin/tmux   : cmd-split-window.c 

Log message:
lines variable can be -1 (to be ignored), so should be signed. Found by lint.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 00:54:32

Modified files:
	usr.bin/tmux   : tmux.c 

Log message:
If getcwd() fails, use the user's home directory, or /, instead of failing with
an error.


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/25 01:41:04

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
pkgpath are only used for updates, so matching should only be pkgpath vs
default info, and not maximal matching, otherwise too many things will
match.

problem noticed by marco@

With input from sthen@ and tests from kili@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/25 01:42:41

Modified files:
	usr.bin/tmux   : Makefile 

Log message:
diagflags for diags
okay nicm@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 02:08:18

Modified files:
	usr.bin/tmux   : cmd-rotate-window.c 

Log message:
Use the pane flags not the window flags. Doh.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/25 02:21:24

Modified files:
	.              : index.html 

Log message:
Add openbsdindia.org WWW mirror, requested on www@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/25 03:30:28

Modified files:
	sys/net        : pf_norm.c pfvar.h 

Log message:
scrub_flags is a u_int8_t, but PFSTATE_SCRUB_TCP is 0x0100, so the
"reassemble tcp" state option failed to work correctly. Increasing this
to u_int16_t fixes kernel/6178. ok deraadt@ henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/25 03:33:03

Modified files:
	usr.sbin/ifstated: ifstated.c 

Log message:
Teach ifstated to use ROUTE_FILTER. Requested by claudio@.
ok claudio@ henning@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/25 03:57:08

Modified files:
	devel/llvm     : TODO 

Log message:
note the known problem with autoconf projects, found by jsg and Moritz Grimm


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/25 04:14:48

Modified files:
	sys/dev/pci    : safe.c 

Log message:
Change safe_rng_read() from __inline to static __inline like
the original FreeBSD code for consistent behaviour between
c89/c99 compilers.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/25 04:22:54

Modified files:
	sbin/route     : route.8 

Log message:
Document how to add static MPLS labels.

input jmc@, ok claudio@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 07:06:16

Modified files:
	sys/arch/alpha/conf: RAMDISKB 

Log message:
fxp no longer fits on this media


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 08:14:54

Modified files:
	usr.bin/rcs    : Makefile 
	usr.sbin/bgpd  : Makefile 
	usr.sbin/ntpd  : Makefile 

Log message:
incorrect .PATH setting, discovered with nicm


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 08:22:58

Modified files:
	sys/arch/i386/conf: GENERIC 

Log message:
re-enable inteldrm since new X driver is about to fix the issue


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/25 08:33:50

Modified files:
	usr.sbin/openssl: openssl.1 

Log message:
typo;


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/25 09:09:00

Modified files:
	net/ices       : Makefile 

Log message:
Fix dependencies of the mp4 FLAVOR, unbreaking it.
From Tasmanian Devil <tasm.devil at googlemail dot com>, via moritz@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/25 09:25:13

Modified files:
	devel/llvm     : Makefile 
	devel/llvm/pkg : PLIST 
Added files:
	devel/llvm/patches: patch-include_llvm_ADT_Triple_h 
	                    patch-lib_Support_Triple_cpp 
	                    patch-tools_clang_include_clang_Driver_HostInfo_h 
	                    patch-tools_clang_lib_Basic_Targets_cpp 
	                    patch-tools_clang_lib_Driver_Driver_cpp 
	                    patch-tools_clang_lib_Driver_HostInfo_cpp 
	                    patch-tools_clang_lib_Driver_ToolChains_cpp 
	                    patch-tools_clang_lib_Driver_ToolChains_h 
	                    patch-tools_clang_lib_Driver_Tools_cpp 
	                    patch-tools_clang_lib_Driver_Tools_h 

Log message:
- add OpenBSD config; from jsg@.
- install a symlink as a workaround to a bug identifying the path to clang-cc.

commit approved by naddy.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/25 09:40:43

Modified files:
	www/plone/2.5  : Makefile 
	www/plone/2.5/pkg: PLIST 
	www/zope-genericsetup: Makefile 
	www/zope-genericsetup/pkg: PLIST 
	www/zope-pluggableauthservice: Makefile 
	www/zope-pluggableauthservice/pkg: PLIST 
	www/zope-pluginregistry: Makefile 
	www/zope-pluginregistry/pkg: PLIST 

Log message:
plone 2.5 also conflicts with zope-genericsetup, -pluggableauthservice,
and -pluginregistry, but plone 2.1 doesn't


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:40:55

Modified files:
	sbin/isakmpd   : util.c 

Log message:
Add missing RTM_VERSION check. This is needed before accessing other data
from routing messages retrieved via routing socket or sysctl.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:42:24

Modified files:
	sbin/route     : route.c 

Log message:
Add a missing RTM_VERSION check.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:43:18

Modified files:
	usr.sbin/arp   : arp.c 

Log message:
Same code as in route(8) same RTM_VERSION check missing.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:44:44

Modified files:
	usr.sbin/ndp   : ndp.c 

Log message:
Another copy of the strange while loop seen in route(8). Add missing
RTM_VERSION check.  Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:47:19

Modified files:
	usr.sbin/rarpd : arptab.c 

Log message:
Another copy another missing RTM_VERSION check.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	thib@cvs.openbsd.org	2009/06/25 09:49:26

Modified files:
	sys/kern       : vfs_bio.c vfs_biomem.c vfs_subr.c 
	sys/miscfs/specfs: spec_vnops.c 
	sys/nfs        : nfs_syscalls.c nfs_vnops.c 
	sys/ufs/ffs    : ffs_softdep.c ffs_vnops.c 

Log message:
backout the buf_acquire() does the bremfree() since all callers
where doing bremfree() befure calling buf_acquire().

This is causing us headache pinning down a bug that showed up
when deraadt@ too cvs to current, and will have to be done
anyway as a preperation for backouts.

OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:53:12

Modified files:
	usr.bin/systat : if.c 

Log message:
Check RTM_VERSION even on sysctl data.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:54:22

Modified files:
	usr.sbin/bgpd  : kroute.c 

Log message:
Add missing RTM_VERSION checks. Bad me, no cockies.
Tested and OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:55:32

Modified files:
	usr.sbin/dvmrpd: kroute.c 

Log message:
Another kroute.c code with missing RTM_VERSION checks.
OK sthen@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 09:59:28

Modified files:
	usr.sbin/ppp/ppp: iface.c route.c 

Log message:
At least try to check for the RTM_VERSION here even so part of this code
escaped from a horror story and robs you're sanity. This needs major cleanup.
OK sthen@, OK henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 11:01:33

Modified files:
	sys/dev/pci    : if_ix.c if_ix.h 

Log message:
Back out if_ix.c 1.16, 1.17 and 1.18 (and corresponding changes to to
if_ix.h) since it corrupts packets or the checksum flags or something
upwards and breaks nfs.  The 1.16 MCLGETI change does not cause this
but has a double free on reboot, and the 1.18 fixes that double free
but introduces the packet corruption.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/25 11:02:30

Modified files:
	usr.sbin/snmpd : kroute.c 

Log message:
Another kroute.c needing RTM_VERSION checks. Looked over by sthen@ and henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/25 11:14:57

Modified files:
	usr.sbin/ifstated: ifstated.c 

Log message:
fix the function name in log_warn() text, it was borrowed from some
previous test code of mine.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/25 12:50:22

Modified files:
	usr.sbin/sasyncd: carp.c 

Log message:
sasyncd isn't interested in messages on the routing socket other than
RTM_IFINFO to monitor the state of carp(4) interfaces; programme the
filter on the socket accordingly so it doesn't have to handle other
message types.  ok henning@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/25 14:11:20

xenocara/driver/xf86-video-intel/uxa

Update of /cvs/xenocara/driver/xf86-video-intel/uxa
In directory cvs.openbsd.org:/tmp/cvs-serv16440/uxa

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/uxa added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/25 14:11:22

xenocara/driver/xf86-video-intel/src/scripts

Update of /cvs/xenocara/driver/xf86-video-intel/src/scripts
In directory cvs.openbsd.org:/tmp/cvs-serv16440/src/scripts

Log Message:
Directory /cvs/xenocara/driver/xf86-video-intel/src/scripts added to the repository


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/25 14:16:44

Modified files:
	driver/xf86-video-intel: Makefile.am Makefile.in README 
	                         aclocal.m4 config.h.in configure 
	                         configure.ac ltmain.sh 
	driver/xf86-video-intel/man: Makefile.am Makefile.in intel.man 
	driver/xf86-video-intel/src: Makefile.am Makefile.in 
	                             brw_defines.h brw_structs.h 
	                             common.h i810.h i810_driver.c 
	                             i810_reg.h i830.h i830_accel.c 
	                             i830_bios.c i830_bios.h 
	                             i830_common.h i830_crt.c 
	                             i830_debug.c i830_display.c 
	                             i830_display.h i830_dri.c 
	                             i830_dri.h i830_driver.c i830_exa.c 
	                             i830_hdmi.c i830_hwmc.c i830_hwmc.h 
	                             i830_lvds.c i830_memory.c 
	                             i830_modes.c i830_quirks.c 
	                             i830_render.c i830_ring.h 
	                             i830_sdvo.c i830_sdvo_regs.h 
	                             i830_tv.c i830_video.c i830_video.h 
	                             i830_xaa.c i915_3d.h i915_render.c 
	                             i915_video.c i965_render.c 
	                             i965_video.c 
	driver/xf86-video-intel/src/bios_reader: Makefile.am Makefile.in 
	                                         bios_reader.c 
	driver/xf86-video-intel/src/ch7017: Makefile.in 
	driver/xf86-video-intel/src/ch7xxx: Makefile.in 
	driver/xf86-video-intel/src/ivch: Makefile.in 
	driver/xf86-video-intel/src/reg_dumper: Makefile.am Makefile.in 
	                                        idle.c main.c 
	                                        reg_dumper.h 
	driver/xf86-video-intel/src/sil164: Makefile.in 
	driver/xf86-video-intel/src/tfp410: Makefile.in 
	driver/xf86-video-intel/src/xvmc: I810XvMC.c Makefile.am 
	                                  Makefile.in 
	                                  intel_batchbuffer.h 
	                                  intel_xvmc.c intel_xvmc.h 
Added files:
	driver/xf86-video-intel: AUTHORS NEWS RELEASING autogen.sh 
	driver/xf86-video-intel/src: drmmode_display.c 
	                             i830_batchbuffer.c 
	                             i830_batchbuffer.h i965_hwmc.c 
	                             i965_hwmc.h 
	driver/xf86-video-intel/src/bios_reader: swf_dumper.c 
	driver/xf86-video-intel/src/reg_dumper: gtt.c statuspage.c 
	                                        util.c 
	driver/xf86-video-intel/src/scripts: clock-graph.5c clock.5c 
	                                     fix.5c tv.5c 
	driver/xf86-video-intel/src/xvmc: addidct.g4i backward.g4b 
	                                  block_clear.g4i dual_prime.g4a 
	                                  dual_prime.g4b 
	                                  dual_prime_igd.g4a 
	                                  dual_prime_igd.g4b f_b.g4b 
	                                  field_backward.g4a 
	                                  field_backward.g4b 
	                                  field_backward_igd.g4a 
	                                  field_backward_igd.g4b 
	                                  field_f_b.g4a field_f_b.g4b 
	                                  field_f_b_igd.g4a 
	                                  field_f_b_igd.g4b 
	                                  field_forward.g4a 
	                                  field_forward.g4b 
	                                  field_forward_igd.g4a 
	                                  field_forward_igd.g4b 
	                                  forward.g4b frame_backward.g4a 
	                                  frame_backward.g4b 
	                                  frame_backward_igd.g4a 
	                                  frame_backward_igd.g4b 
	                                  frame_f_b.g4a frame_f_b.g4b 
	                                  frame_f_b_igd.g4a 
	                                  frame_f_b_igd.g4b 
	                                  frame_forward.g4a 
	                                  frame_forward.g4b 
	                                  frame_forward_igd.g4a 
	                                  frame_forward_igd.g4b 
	                                  i965_xvmc.c i965_xvmc.h 
	                                  ipicture.g4a ipicture.g4b 
	                                  motion_field_uv.g4i 
	                                  motion_field_uv_igd.g4i 
	                                  motion_field_y.g4i 
	                                  motion_field_y_igd.g4i 
	                                  motion_frame_uv.g4i 
	                                  motion_frame_uv_igd.g4i 
	                                  motion_frame_y.g4i 
	                                  motion_frame_y_igd.g4i 
	                                  null.g4a null.g4b 
	                                  read_field_x0y0_uv.g4i 
	                                  read_field_x0y0_uv_igd.g4i 
	                                  read_field_x0y0_y.g4i 
	                                  read_field_x0y0_y_igd.g4i 
	                                  read_field_x0y1_uv.g4i 
	                                  read_field_x0y1_uv_igd.g4i 
	                                  read_field_x0y1_y.g4i 
	                                  read_field_x0y1_y_igd.g4i 
	                                  read_field_x1y0_uv.g4i 
	                                  read_field_x1y0_uv_igd.g4i 
	                                  read_field_x1y0_y.g4i 
	                                  read_field_x1y0_y_igd.g4i 
	                                  read_field_x1y1_uv.g4i 
	                                  read_field_x1y1_uv_igd.g4i 
	                                  read_field_x1y1_y.g4i 
	                                  read_field_x1y1_y_igd.g4i 
	                                  read_frame_x0y0_uv.g4i 
	                                  read_frame_x0y0_uv_igd.g4i 
	                                  read_frame_x0y0_y.g4i 
	                                  read_frame_x0y0_y_igd.g4i 
	                                  read_frame_x0y1_uv.g4i 
	                                  read_frame_x0y1_uv_igd.g4i 
	                                  read_frame_x0y1_y.g4i 
	                                  read_frame_x0y1_y_igd.g4i 
	                                  read_frame_x1y0_uv.g4i 
	                                  read_frame_x1y0_uv_igd.g4i 
	                                  read_frame_x1y0_y.g4i 
	                                  read_frame_x1y0_y_igd.g4i 
	                                  read_frame_x1y1_uv.g4i 
	                                  read_frame_x1y1_uv_igd.g4i 
	                                  read_frame_x1y1_y.g4i 
	                                  read_frame_x1y1_y_igd.g4i 
	driver/xf86-video-intel/uxa: Makefile.am Makefile.in uxa-accel.c 
	                             uxa-glyphs.c uxa-priv.h 
	                             uxa-render.c uxa-unaccel.c uxa.c 
	                             uxa.h 

Log message:
update to xf86-video-intel 2.7.1. Tested by many.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2009/06/25 14:39:03

Modified files:
	usr.bin/systat : main.c sensors.c 

Log message:
use the nitems() macro where appropriate

ok canacar@


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2009/06/25 14:40:33

Modified files:
	usr.bin/systat : sensors.c 

Log message:
sync the SENSOR_DRIVE_* names with sysctl(8)'s

ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/25 14:44:12

Modified files:
	net/openfire   : Makefile 

Log message:
take MAINTAINER and bump


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 14:45:43

Modified files:
	usr.bin/systat : main.c sensors.c 

Log message:
the rule is not to use nitems() in userland yet


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/25 15:27:19

Modified files:
	driver/xf86-video-openchrome: ChangeLog Makefile.bsd-wrapper 
	                              Makefile.in config.h.in configure 
	                              configure.ac 
	driver/xf86-video-openchrome/libxvmc: Makefile.am Makefile.in 
	                                      viaLowLevel.c 
	                                      viaLowLevelPro.c viaXvMC.c 
	                                      viaXvMCPriv.h xf86dri.c 
	                                      xf86dri.h xf86dristr.h 
	driver/xf86-video-openchrome/man: Makefile.am Makefile.in 
	driver/xf86-video-openchrome/src: Makefile.am Makefile.in via.h 
	                                  via_accel.c via_bandwidth.c 
	                                  via_bios.h via_cursor.c 
	                                  via_dga.c via_dri.c 
	                                  via_driver.c via_driver.h 
	                                  via_id.c via_id.h via_memory.c 
	                                  via_mode.c via_mode.h 
	                                  via_priv.h via_regs.h 
	                                  via_swov.c via_vbe.c 
	                                  via_video.c via_vt162x.h 
	                                  via_xvmc.c 
Added files:
	driver/xf86-video-openchrome: prepare-ChangeLogSVN.pl 
	driver/xf86-video-openchrome/src: openchrome.man via_crtc.c 
	                                  via_display.c via_drm.h 
	                                  via_lvds.c via_panel.c 
	                                  via_timing.c via_timing.h 
Removed files:
	driver/xf86-video-openchrome/man: openchrome.man 
	driver/xf86-video-openchrome/src: svnversion.h 

Log message:
update to openchrome.net svn commit 750.
This adds among others support for the VX800 chipset.
This has been in snapshots for weeks.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/25 15:28:57

Modified files:
	driver/xf86-video-openchrome: Makefile.bsd-wrapper 

Log message:
I was supposed to remove the --enable-debug option before committing.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 16:08:15

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
#ifndef nitems to avoid redefining it if it is already in a header.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/25 16:09:20

Modified files:
	usr.bin/tmux   : client.c server.c 

Log message:
Remove some dead assignments, found by sthen with clang.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 16:31:18

Modified files:
	usr.bin/netstat: mbuf.c 

Log message:
do not use nitems(); ok claudio


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/25 16:45:56

Modified files:
	databases/lbdb : Makefile 
	databases/lbdb/patches: patch-m_muttalias_sh_in 

Log message:
- don't require gnu grep; RE changes from naddy. (gnu sed still needed).
- add a comment reminding people to bump both PKGNAMEs together.

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/25 18:03:04

Modified files:
	x11/bgs        : Makefile 

Log message:
- update MASTER_SITES and HOMEPAGE, from James Turner (maintainer).
- HOMEPAGE is recorded in the package so bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	kurt@cvs.openbsd.org	2009/06/25 19:06:04

Modified files:
	usr.sbin/hotplugd: hotplugd.c 

Log message:
If two or more children exit before hotplugd is scheduled only one SIGCHLD
will be delivered, so deal with this case in the SIGCHLD handler. Also
retry if waitpid() fails with EINTR. looks good deraadt@ millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/06/25 19:24:05

Modified files:
	sys/dev/pci    : azalia.c 

Log message:
if a codec has multiple line out jacks, and the codec says all
the line out jack have different colors, use the colors in the
line out mixer item names.


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/06/25 19:48:22

Modified files:
	sys/dev/pci    : azalia_codec.c 

Log message:
the 'inputs.usingdac' mixer item was used to select which group of
DACs to use.  for several months, there have been at most two
groups, the first being all usable analog DACs and the second being
all usable digital DACs.  so 'inputs.usingdac' essentially was used
to switch between analog and digital modes.  this was entirely
unclear to most users because the DACs were listed by their NIDs,
which means nothing unless you know how azalia(4) internals works.

rename 'inputs.usingdac' to 'outputs.mode', and replace the lists of
DAC NIDs with 'analog' and 'digital'.  similarly for recording,
change 'record.usingadc' to 'record.mode', and replace the lists of
ADC NIDs with 'analog' and 'digital'.


CVSROOT:	/cvs
Module name:	ports
Changes by:	jolan@cvs.openbsd.org	2009/06/25 20:03:23

Modified files:
	net            : Makefile 

Log message:
enable openfire, ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/06/25 20:46:27

Modified files:
	share/man/man4 : pciide.4 viapm.4 
	sys/dev/pci    : pcidevs pciide.c viapm.c 

Log message:
add the VIA VX855 chipset

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kevlo@cvs.openbsd.org	2009/06/25 20:48:06

Modified files:
	sys/dev/pci    : pcidevs.h pcidevs_data.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/25 21:57:11

Modified files:
	etc/etc.zaurus : Makefile.inc 

Log message:
the correct *.ipk file has ${OSrev} in it


CVSROOT:	/cvs
Module name:	src
Changes by:	jasper@cvs.openbsd.org	2009/06/26 00:39:47

Modified files:
	usr.bin/systat : if.c nfs.c 

Log message:
- include two missing headers in if.c
- add missing parenthesis in nfs.c

ok canacar@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/26 01:54:45

Removed files:
	graphics/hugin/patches: patch-src_foreign_levmar_lm_h 

Log message:
Remove patch which is a noop; doesn't affect the package -> no bump


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/26 02:35:36

Modified files:
	x11/xfce4/thunar: Makefile 
Added files:
	x11/xfce4/thunar/patches: patch-thunar-vfs_thunar-vfs-io-jobs_c 

Log message:
Don't fiddle with umask.
Fixes http://bugzilla.xfce.org/show_bug.cgi?id=5376
Same diff from and ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	espie@cvs.openbsd.org	2009/06/26 02:44:07

Modified files:
	regress/usr.bin/m4: Makefile 
Added files:
	regress/usr.bin/m4: dumpdef.m4 

Log message:
check that dumpdef still works after undefining macros, and not dumps core.
problem found by Philip Guenther.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/26 03:19:06

ports/net/arp-scan/patches

Update of /cvs/ports/net/arp-scan/patches
In directory cvs.openbsd.org:/tmp/cvs-serv14253/patches

Log Message:
Directory /cvs/ports/net/arp-scan/patches added to the repository


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/26 03:20:41

Modified files:
	net/arp-scan   : Makefile 
Added files:
	net/arp-scan/patches: patch-link-bpf_c 

Log message:
check routing socket messages for RTM_VERSION


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/26 03:44:55

Modified files:
	usr.sbin/rwhod : rwhod.c 

Log message:
Another daemon needing RTM_VERSION checks. Why rwhod is doing all the hard
work instead of using getifaddrs() and working on this much simpler structure
is beyond my immagination. Looked over by henning@ and sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/26 03:50:12

Modified files:
	usr.sbin/route6d: route6d.c 

Log message:
More consistent RTM_VERSION checking. A few missing one was in the wrong
spot. OK henning@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/26 03:51:29

Modified files:
	usr.sbin/faithd: faithd.c 

Log message:
There is no need to log routing socket version mismatches.
OK henning@, sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	blambert@cvs.openbsd.org	2009/06/26 04:14:24

Modified files:
	sys/net        : rtsock.c 

Log message:
the pr_usrreq implementation for routing sockets shares exactly one line
of code between cases, so stop pretending otherwise, and move the
if() dance to a switch, as is done in every other pr_usrreq I'm aware of.

ok claudio@ michele@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/26 04:55:37

Modified files:
	usr.bin/tmux   : procname.c 

Log message:
Also #ifndef nitems here, caught by Thomas Jeunet.


CVSROOT:	/cvs
Module name:	src
Changes by:	okan@cvs.openbsd.org	2009/06/26 05:48:00

Modified files:
	usr.sbin/smtpd : smtpd.h 

Log message:
locally define nitems() macro, #ifndef'd.

"please commit" gilles@ jacekm@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	okan@cvs.openbsd.org	2009/06/26 06:21:58

Modified files:
	app/cwm        : calmwm.c calmwm.h client.c conf.c menu.c 
	                 screen.c xutil.c 

Log message:
static local functions and data; almost identical diff from Thomas Pfaff

ok oga@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/06/26 06:33:59

Modified files:
	app/xdm/config : OpenBSD_15bpp.xpm OpenBSD_1bpp.xpm 
	                 OpenBSD_4bpp.xpm OpenBSD_8bpp.xpm 

Log message:
puffy 4.6


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	oga@cvs.openbsd.org	2009/06/26 06:45:12

Modified files:
	app/cwm        : search.c 

Log message:
use fnmatch to glob the entries in the exec menu.

allows shell globbing constructs such as *ctl, etc in the exec menu (m-?
by default).

Adapted from a diff from Thomas Pfaff, okan@ got almost the same diff as
me when reworking it, and oked this one.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 07:25:23

Modified files:
	usr.sbin/sasyncd: carp.c 

Log message:
use standard safe C


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 08:25:36

Modified files:
	sbin/disklabel : editor.c 

Log message:
since nitems() is not yet fit for userland consumption, provide it
ourselves
ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/26 08:30:35

Modified files:
	sys/dev/pci    : if_em.c if_em_hw.c if_em_hw.h 

Log message:
Support the ICH10 variants of em(4). All the work done by Dariusz Swiderski
with help from Brad. OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsing@cvs.openbsd.org	2009/06/26 08:50:44

Modified files:
	sys/dev        : softraid.c softraidvar.h 

Log message:
Overhaul sr_boot_assembly(). The original code had a number of problems,
including a "chunk id already in use" bug that occurred when assembling
more than one volume at boot. Volumes are now kept in order, as are the
chunks which they are assembled from. Duplicated chunk IDs are now handled
appropriately, with the chunk that has the most recent ondisk metadata
being used.

Also tested by nicm@ who got bitten by the "chunk id already in use" bug.

ok marco@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/26 09:13:40

Modified files:
	usr.bin/tmux   : status.c screen-write.c 

Log message:
Status line fixes: don't truncate status-right now the length calculation is
done for UTF-8, limit to the maximum length correctly when printing, and always
print a space even if the left string is longer than the width available.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 10:58:46

Modified files:
	sys/dev/pci    : if_dc_pci.c 
	sys/dev/ic     : dc.c 
	sys/dev/cardbus: if_dc_cardbus.c 

Log message:
Using information gleamed from the FreeBSD driver, change the MAC address
reading to use the eeprom instead of CIS, and then the Xircom Cardbus cards
can work in the expresscard adaptor, as pci devices.
ok jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	canacar@cvs.openbsd.org	2009/06/26 11:24:31

Modified files:
	usr.bin/systat : nfs.c 

Log message:
explicitly print an empty value between two end_line() calls to prevent
garbage from being printed at certain window sizes. Noticed by deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 11:41:30

Modified files:
	sys/dev/pci    : pucdata.c 
	sys/dev/cardbus: com_cardbus.c 

Log message:
Add all the cardbus com devices to puc, since these can show up on the
pci bus because of the expresscard adaptors... Lacking a better mechanism,
also remind people to keep those lists syncronised.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/26 12:55:20

Modified files:
	sys/arch/hppa/hppa: vm_machdep.c 

Log message:
Prefer fdcache() to pdcache() in cpu_fork(), as the MI uvm code has touched
p->p_stats earlier, and loss of information there can cause spurious
SIGPROF or SIGVTALRM to be delivered. ok kettenis@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 13:11:17

Modified files:
	sys/dev/ic     : dc.c 

Log message:
If we are going to move to the eeprom-based MAC address finding instead of
CIS-based... some newer devices have the MAC address at offset 8 instead of
offset 3.  But we can tell by the first three octets, Intel says.


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2009/06/26 13:39:49

Modified files:
	sys/net        : pf.c 

Log message:
invert direction for inner icmp state lookups (e.g. traceroute with icmp)
ok henning, jsing


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/26 13:44:36

Modified files:
	usr.bin/tmux   : tmux.h 

Log message:
Remove some unused function declarations; no binary change.


CVSROOT:	/cvs
Module name:	src
Changes by:	oga@cvs.openbsd.org	2009/06/26 14:26:02

Modified files:
	sys/uvm        : uvm_pdaemon.c 

Log message:
Fix a use after free in the pagedaemon.

specifically, if we free a RELEASED anon, then we will first of all
remove the page from the anon, free the anon, then get the next page
relative to the anon page, then call uvm_pagefree().

The problem is that while we zero out anon->an_page, we do not zero out
pg->uanon. Now, uvm_pagefree() if pg->uanon is not NULL zeroes out some
variables in the struct for us. One of the backed out commits added more
zeroing there which would have exacerbated this use after free under
heavy paging (which was where we saw bugs). Fix this by zeroing out
pg->uanon.

I have looked for other similar cases, but have not found any as of yet.

been in snaps a while, "please do commit that" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/26 14:40:12

Modified files:
	sys/dev/pci    : if_rtw_pci.c 

Log message:
Two pci'd that come from cardbus, in case anyone ever needs them...
ok jsg


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/26 14:43:28

Modified files:
	usr.bin/sudo   : redblack.c 

Log message:
Sync with sudo repo


CVSROOT:	/cvs
Module name:	www
Changes by:	martynas@cvs.openbsd.org	2009/06/26 15:57:23

Modified files:
	faq            : current.html 

Log message:
lynx update needs new configuration file to be copied over;  ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	guenther@cvs.openbsd.org	2009/06/26 16:03:17

Modified files:
	usr.bin/m4     : look.c 

Log message:
undefine() leaves the hash entry for the macro (for use by builtin()) and
only deletes the definition; macro_for_all needs to skip those to keep
dumpdef() from segving

ok and regress test by espie (thanks!)


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/26 16:12:19

Modified files:
	usr.bin/tmux   : server.c 

Log message:
After logging (if enabled) is switched to file, there is no reason to keep
stdin/stdout/stderr active, so dup them to /dev/null.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/26 16:12:20

Modified files:
	net/avahi      : Makefile 
	net/avahi/patches: patch-avahi-core_iface-pfroute_c 
	                   patch-avahi-core_server_c 
	                   patch-avahi-daemon_avahi-daemon_conf 
	net/avahi/pkg  : MESSAGE-main 
Added files:
	net/avahi/patches: patch-avahi-core_announce_c 
	                   patch-avahi-core_entry_c 

Log message:
Several cleanups and fixes:
* add a couple of fixes from avahi trac
* advise users to enable multicast
* kill RTM_VERSION warning as advised by claudio@
* disallow other stacks by default

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/26 16:43:40

Modified files:
	usr.bin/mandoc : mdoc_validate.c 

Log message:
the forms \*x, \*(xx and \*[xxx] are not deprecated, so revert most of 1.8;
noticed by jmc@;  ok kristaps@;  to be included in 1.7.21


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/26 16:45:20

Modified files:
	usr.bin/calendar/calendars: calendar.music 

Log message:
add jackson's death.  ok\with sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/26 16:47:06

Modified files:
	usr.bin/tmux   : tmux.1 

Log message:
Add missing spaces before some alias closing brackets, otherwise they are
shown in the wrong style.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/27 02:33:27

Modified files:
	distrib/miniroot: install.sh 

Log message:
Add initial user to the 'staff' class.

ok deraadt@, ok krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/27 03:29:06

Modified files:
	usr.bin/ssh    : packet.c packet.h 

Log message:
packet_bacup_state() and packet_restore_state() will be used to
temporarily save the current state ren resuming a suspended connection.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/27 03:32:43

Modified files:
	usr.bin/ssh    : roaming.h roaming_common.c 

Log message:
It may be necessary to retransmit some data when resuming, so add it
to a buffer when roaming is enabled.
Most of this code was written by Martin Forssen, maf at appgate dot com.
ok markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	andreas@cvs.openbsd.org	2009/06/27 03:35:07

Modified files:
	usr.bin/ssh    : readconf.c readconf.h 

Log message:
Add client option UseRoaming. It doesn't do anything yet but will
control whether the client tries to use roaming if enabled on the
server. From Martin Forssen.
ok markus@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/27 04:02:53

Modified files:
	lib/libdrm     : Makefile 
	lib/libdrm/intel: Makefile 
Added files:
	lib/libdrm     : Makefile.inc 
	lib/libdrm/intel: libdrm_intel.pc.in 

Log message:
Use the bsd.xorg.mk rules to install the pkgconfig file and
add the libdrm_intel.pc. with oga@.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/27 04:11:47

Modified files:
	driver/xf86-video-openchrome/src: via_accel.c via_regs.h 
	                                  via_video.c via_xvmc.c 

Log message:
update to svn revision 753. This includes a few bug fixes that
make EXA work on my Chrome9 HC3 IGP. ok oga@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 04:59:07

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.20: .D1 and .Dl use 6-space, not 5-space indent;
while here, a lint fix n lb_pre


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/06/27 05:10:20

Modified files:
	.              : want.html 

Log message:
Some specific scary devices for hotplug/detachable work.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/06/27 05:34:44

Modified files:
	.              : want.html 

Log message:
Theo is after an ix not an ixgb.


CVSROOT:	/cvs
Module name:	src
Changes by:	michele@cvs.openbsd.org	2009/06/27 05:35:57

Modified files:
	sbin/route     : route.c show.c 
	usr.bin/netstat: netstat.1 show.c 

Log message:
Mark MPLS routes with T (tagged) in route output.

suggested by dlg@, ok claudio@, laurent@, blambert@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 05:49:37

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.20: handle [01-9]+m -width specifiers


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 05:56:05

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.20: .Bl -diag get two spaces after the tag


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 06:04:45

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.20: .Bd -indent uses 6-space, not 5-space indent


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 06:43:11

Modified files:
	usr.bin/mandoc : mdoc_action.c mdoc_term.c 

Log message:
sync to 1.7.20: (1) -width Ds is 6 spaces, not 8, see the manual.
(2) When determining the offset, add two more spaces to the width.
For -width Ds, these two bugs cancelled each other,
but for -width [01-9]+n, they did not, leaving the offset to narrow.
(3) When determining the width using strlen,
we need to add two spaces instead of one, just like in the case (2).


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/27 06:57:14

Modified files:
	usr.bin/tmux   : tty.c 

Log message:
Copy the 256-colour flag into the tty saved cell as well as the actual colour,
otherwise colour 8 isn't reset properly.


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 07:03:51

Modified files:
	usr.bin/mandoc : mdoc_term.c 

Log message:
sync to 1.7.20: minimum offset for .Bl -enum is 5 spaces, not 4


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/06/27 07:28:08

Modified files:
	usr.bin/mandoc : Makefile 

Log message:
Now in sync with 1.7.20, except that a few patches looking incorrect
have not been merged but instead reported upstream, and a few additional
patches approved upstream have already been merged.


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/27 08:28:39

Modified files:
	share/man/man4 : audio.4 

Log message:
sync description of struct audio_prinfo;
reported by frederic, documentation/6179


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/27 08:40:23

Modified files:
	usr.bin/tmux   : window-clock.c 

Log message:
Use gmtime_r so the current time isn't overwritten, the minute comparison works
and the clock is actually updated. It was already used for lock-server but not
here.


CVSROOT:	/cvs
Module name:	src
Changes by:	drahn@cvs.openbsd.org	2009/06/27 08:44:39

Modified files:
	sys/arch/arm/conf: ldscript.tail 

Log message:
Revert the last change to this file which was made with armv7 support came in.
The change was unrelated to v7 support, it was a cleanup item. For some reason
this breaks ksyms on zaurus. however zaurus uses the old loadfile that
is not fully synced with libsa


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/27 09:23:20

Modified files:
	sys/dev/ic     : isp_openbsd.c 

Log message:
Remove debug printfs.

ok krw@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/27 10:12:21

Modified files:
	.              : 3RDPARTY MODULES 

Log message:
update


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/27 10:14:03

Modified files:
	sys/arch/sgi/xbow: files.xbow xbow.c 

Log message:
Add an explicit widget locator to xbow children; allows a given widget to
be disabled with some UKC tinkering.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/27 10:34:50

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
If a device which has not been initialized by ARCS has a non-zero BAR, ignore
it if it does not fit in our extent, and force a suitable address. Prevents
extent sanity check panics with some cards.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/27 10:55:31

Modified files:
	usr.bin/cvs    : import.c 

Log message:
release storage after asprintf.  ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/27 15:48:47

Modified files:
	net/transmission: Makefile 
Added files:
	net/transmission/patches: 
	                          patch-third-party_libnatpmp_getgateway_c 

Log message:
in the UPnP code, skip over route socket messages with the wrong rtm_version;
didn't break anything for naddy@, it still reported that it had successfully
negotiated port forwarding with his printer, just as before ;-)


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/27 16:21:31

Modified files:
	sys/arch/sgi/xbow: xbow.c 

Log message:
In the bus_space_*_raw_* functions, move the invariant computations out of
the loop. No functional change.


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/27 16:23:17

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Preliminary cleanup work in order to help the PCI resource management code.

As long as I can't figure out what endianness knobs I need to frob to make
I/O and memory accesses through the large window work as intended, we are
stuck to devio I/O mappings only...


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/27 16:43:41

Modified files:
	sys/arch/sparc64/dev: ifb.c ifb_ident.c 

Log message:
Stricter checks when deciding which acceleration code to use. Instead of
matching on pci id, and if no match is found, on pci subsystem id, match
on openfirmware device names (which amounts to a pci id AND subsystem id
exact match).

This makes XVR-500 cards (``bobcat'') run without acceleration. Which is
better than trying to use ``jfb'' acceleration and fail.

ok kettenis@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/06/27 18:50:05

Modified files:
	.              : want.html 

Log message:
some updates... i think a lot of people are not reading this page recently


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/06/27 19:35:27

Modified files:
	sys/dev/pci    : isp_pci.c 

Log message:
Restore lost string constant, make DEBUG kernels compile.

Noticed by deraadt@.


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 20:37:39

Modified files:
	www/phpmyadmin : Tag: OPENBSD_4_5 Makefile distinfo 

Log message:
SECURITY FIX:

"Setup script used to generate configuration can be fooled using
a crafted POST request to include arbitrary PHP code in generated
configuration file. Combined with ability to save files on server, this
can allow unauthenticated users to execute arbitrary PHP code."

http://www.phpmyadmin.net/home_page/security/PMASA-2009-3.php

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 20:42:41

Modified files:
	net/ntp        : Tag: OPENBSD_4_5 Makefile 
Added files:
	net/ntp/patches: Tag: OPENBSD_4_5 patch-ntpd_ntp_crypto_c 
	                 patch-ntpq_ntpq_c 

Log message:
SECURITY FIX:

Fix remote exploit if autokey is enabled (CVE-2009-1252).
(diff taken from pl6 vs. pl7)

Prevent a buffer overflow in ntpq (CVE-2009-0159).
(diff from upstream, via -current via FreeBSD)

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 21:03:09

Modified files:
	www/apache-httpd: Tag: OPENBSD_4_5 Makefile distinfo 
	www/apache-httpd/pkg: Tag: OPENBSD_4_5 PLIST 

Log message:
SECURITY FIX

MFC:

Update to apache-httpd-2.2.11.

Lots of bugfixes and a security fix for CVE-2008-2939.

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 21:18:56

Modified files:
	security/cyrus-sasl2: Tag: OPENBSD_4_5 Makefile 
Added files:
	security/cyrus-sasl2/patches: Tag: OPENBSD_4_5 
	                              patch-lib_saslutil_c 

Log message:
SECURITY FIX

Resolve CVE-2009-0688:  unsafe use of sasl_encode64()

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 21:38:54

Modified files:
	databases/mysql: Tag: OPENBSD_4_5 Makefile distinfo 
	databases/mysql/patches: Tag: OPENBSD_4_5 patch-configure_in 
	                         patch-innobase_Makefile_in 
	                         patch-mysql-test_Makefile_in 
	                         patch-scripts_Makefile_in 
	                         patch-sql_mysqld_cc 
	databases/mysql/pkg: Tag: OPENBSD_4_5 PLIST-tests 

Log message:
SECURITY FIX

MFC:

Bug fix update to MySQL 5.0.83. From Brad (maintainer).

ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/27 21:53:17

Modified files:
	print/cups     : Tag: OPENBSD_4_5 Makefile 
Added files:
	print/cups/patches: Tag: OPENBSD_4_5 patch-backend_snmp_c 
	                    patch-cgi-bin_search_c patch-cups_auth_c 
	                    patch-cups_ipp_c patch-cups_ipp_h 
	                    patch-filter_hpgl-attr_c 
	                    patch-filter_hpgl-input_c 
	                    patch-filter_hpgltops_h 
	                    patch-filter_image-gif_c 
	                    patch-filter_image-png_c 
	                    patch-filter_image-private_h 
	                    patch-filter_image-sgilib_c 
	                    patch-filter_textcommon_c 
	                    patch-filter_texttops_c 
	                    patch-scheduler_dirsvc_c 
	                    patch-scheduler_ipp_c 

Log message:
SECURITY FIX

Resolve these, from debian:

CVE-2007-4351
CVE-2007-5849
CVE-2007-6358
CVE-2008-0047
CVE-2008-0053
CVE-2008-0882
CVE-2008-1373
CVE-2008-1722, plus integer overflow patch from L2974: _cupsImageReadPNG()
CVE-2008-3639
CVE-2008-3640
CVE-2008-3641, without SP_select_pen() in STR #2911, and fix an
additional off-by-one (STR #2966)
CVE-2009-0163
CVE-2009-0949

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/28 02:14:26

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Teach sysmerge to deal with links (found the hard way when I realised I
missed some very much needed symlinks under /etc/fonts/conf.d/).
The behaviour is the following, if a link does not exist:
* in '-a' mode, it is created automatically
* in normal mode, sysmerge will ask what you want to do

If one wants to use '-a' mode while still being in control of what
links are created, sysmerge.ignore can be used.

"sounds good to" phessler@, ok sthen@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 04:54:04

Modified files:
	x11/gnome/keyring-manager: Makefile 
	x11/gnome/gossip: Makefile 
	x11/gnome/gok  : Makefile 
	x11/gnome/gnopernicus: Makefile 
	x11/gnome/ghex : Makefile 
	x11/gnome/genius: Makefile 
	x11/gnome/gedit-plugins: Makefile 
	x11/gnome/games: Makefile 
	x11/gnome/empathy: Makefile 
	x11/gnome/devhelp: Makefile 
	x11/gnome/controlcenter2: Makefile 
	x11/gnome/build: Makefile 
	x11/gnome/applets2: Makefile 

Log message:
sync WANTLIB, bump PKGNAME


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/28 06:32:14

Modified files:
	distrib/notes/alpha: hardware 

Log message:
Don't list the AlphaServer 4100 in the unsupported systems
section when it is mentioned in the supported systems section
shortly before.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/28 06:36:33

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Make this work in 8bpp mode too.  Color support is still missing; probably
needs palette support.


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/06/28 06:46:58

Modified files:
	.              : alpha.html 

Log message:
sync list of unsupported systems with the one from notes


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/06/28 07:10:05

Modified files:
	.              : alpha.html 

Log message:
sync list of supported systems with notes


CVSROOT:	/cvs
Module name:	www
Changes by:	jsg@cvs.openbsd.org	2009/06/28 07:28:34

Modified files:
	.              : alpha.html 

Log message:
GS140 & TS15 won't work yet either.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/28 07:29:02

Modified files:
	distrib/notes/alpha: hardware 

Log message:
GS140 & TS15 won't work yet either.


CVSROOT:	/cvs
Module name:	src
Changes by:	sthen@cvs.openbsd.org	2009/06/28 07:37:41

Modified files:
	distrib/notes/mvme68k: install 

Log message:
Change mid-sentence "From" to "from".


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/28 07:40:51

Modified files:
	sys/arch/sparc64/dev: gfxp.c 

Log message:
Add colormap support for 8bpp mode.


CVSROOT:	/cvs
Module name:	ports
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/28 07:49:49

Modified files:
	devel/libgtop2 : Makefile 

Log message:
Bump to force update (somehow pkg_add -u didn't pick it up and a 4.5 pkg
won't work on 4.6).

ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 08:36:31

Modified files:
	mail/evolution : Makefile 

Log message:
sync WANTLIB/LIB_DEPENDS and bump; ok ajacoutot@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 10:17:27

Modified files:
	math/plplot    : Makefile 
	math/plplot/pkg: PLIST-c++ PLIST-f77 PLIST-main 

Log message:
- don't pull in gnomeprintui if installed at build time; avoids broken
packages.

- move f77 and c++ support libs to the correct sub-packages.

ok naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	mglocker@cvs.openbsd.org	2009/06/28 11:01:17

Modified files:
	sys/dev/usb    : uvideo.c 

Log message:
Better wording for the not-supported-video-control message.

Requested by and OK deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/28 12:23:43

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Remove useless blank space in output.


CVSROOT:	/cvs
Module name:	src
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/28 15:08:06

Modified files:
	usr.sbin/sysmerge: sysmerge.sh 

Log message:
Fix small regression introduced with symlinks handling.
spotted by jmc@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 15:46:38

Modified files:
	games/dopewars : Makefile 
	graphics/amide : Makefile 
	graphics/cal3d : Makefile 
	graphics/dia   : Makefile 

Log message:
sync WANTLIB, bump PKGNAME.
(found some Ms in my tree after naddy's lib-depends-check run).


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/28 15:52:54

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Attempt to map memory resources of unconfigured devices, if they do not have
I/O resources, via devio.

Unfortunately it works as badly as when using the large window, so the bugs
I am hunting must come from elsewhere.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 15:58:23

Modified files:
	www/py-webkitgtk: Makefile 
	x11/gnome/devhelp: Makefile 
	audio/gmpc-plugins: Makefile 

Log message:
WANTLIB+=gailutil for new webkit, bump PKGNAME.
found in naddy's lib-depends-check run.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 15:59:19

Modified files:
	x11/xfce4/xfce4-screenshooter: Makefile 

Log message:
sync WANTLIB, bump PKGNAME. found in naddy's lib-depends-check run.


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 16:00:34

Modified files:
	devel/mico     : Makefile 

Log message:
autoconf pulls in libelf if found; add as LIB_DEPENDS, bump PKGNAME.
found in naddy's lib-depends-check run.


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/28 16:05:36

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
Properly swap tx dma maps so we don't use invalid maps,
leak memory, lose maps or cause double frees.
Problem courtesy of our good friends at Intel in the original
FreeBSD driver.

"awesome" dlg@


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/28 16:20:21

Modified files:
	sys/dev/pci    : if_ix.c if_ix.h 

Log message:
Now the tx dma mapping problem it was exposing is fixed
bring back rev 1.16, em style MCLGETI based on a diff from reyk with
critical fixes by me.


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/28 16:44:14

Modified files:
	build          : mirrors.dat 

Log message:
add ULAKBIM's ftp/rsync mirror in Turkey (v4/v6).


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/06/28 16:45:42

Modified files:
	.              : ftp.html ftplist 
	openbgpd       : ftp.html 
	openntpd       : ftp.html portable.html 
	openssh        : ftp.html portable.html 

Log message:
regen


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/28 18:38:27

Modified files:
	shells/tcsh    : Makefile 
	shells/tcsh/patches: patch-sh_proc_c 

Log message:
Don't hang the shell when you use the builtin "kill" command with backticks.
From mp@freebsd via downsj; fix is incorporated in next upstream release 6.16
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2007-07/msg00522.html


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/29 01:11:20

Modified files:
	usr.bin/tmux   : cmd-copy-mode.c cmd-scroll-mode.c 

Log message:
Don't try to page up with scroll-mode -u or copy-mode -u unless the mode was
successfully changed - if already in a different mode, it would corrupt the
mode data.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/29 01:44:04

Modified files:
	x11/xfce4/xfce4-screenshooter: Makefile 

Log message:
xfce4-screenshooter picks up xmlrpc-c if present, so enable it, and
really fix LIB_DEPENDS & WANTLIB.


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/29 03:23:39

Modified files:
	mail/claws-mail: Makefile 

Log message:
Claws-mail picks devel/libexecinfo if installed, add it to LIB_DEPENDS
and bump PKGNAMEs. Reported by naddy@.


CVSROOT:	/cvs
Module name:	src
Changes by:	halex@cvs.openbsd.org	2009/06/29 03:58:40

Modified files:
	usr.bin/ftp    : fetch.c 

Log message:
Fix the range of a #ifndef SMALL ... #endif not to include the "break;"
needed not to make a status of 200 (OK) fall through to the redirect
handling.

This was not noticed since the later code would ignore the isredirect
flag unless it also received a "Location: " header.

ok martynas@


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/29 04:10:03

Modified files:
	math/py-scipy  : Makefile 

Log message:
the ARPACK library gets pulled in by the configure scripts if present;
record it as a LIB_DEPENDS and bump PKGNAME.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/29 04:11:07

Modified files:
	usr.sbin/smtpd : runner.c 

Log message:
since upper-bound is not a power of two here, use arc4random_uniform
instead, to avoid modulo bias.  ok jacekm@, gilles@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/29 06:22:16

Modified files:
	usr.sbin/bgpd  : mrt.c mrt.h rde.c 

Log message:
Unfuck mrt table dumps and plug a memory leak while there.


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/29 07:40:26

Modified files:
	usr.bin/sudo   : ChangeLog redblack.c set_perms.c 

Log message:
sync with sudo 1.7.2


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/29 07:42:54

Modified files:
	devel/llvm     : Makefile 

Log message:
set VMEM_WARNING; pointed out by jsg@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/29 08:10:13

Modified files:
	usr.sbin/bgpd  : rde_decide.c 

Log message:
Doh! Fix logic botch that disconnected the FIB from the Loc-RIB instead of
making sure that other RIBs are not injecting routes into the FIB.


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/06/29 08:13:48

Modified files:
	usr.sbin/bgpd  : rde_rib.c 

Log message:
Protect the other rde_send_kroute() with a F_RIB_NOFIB check.


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/29 09:05:02

Modified files:
	x11/kde/base3  : Makefile 
	x11/kde/base3/pkg: PLIST-main 

Log message:
register kdm configuration files for cleanup; ok espie@


CVSROOT:	/cvs
Module name:	ports
Changes by:	landry@cvs.openbsd.org	2009/06/29 09:11:43

Modified files:
	x11/xfce4/xfce4-panel: Makefile 
Added files:
	x11/xfce4/xfce4-panel/patches: patch-panel_panel-app_c 

Log message:
Fix http://bugzilla.xfce.org/show_bug.cgi?id=5454 :
-r was added to session management cache when panel was manually
restarted, and hence it was started and directly restarted at session
startup.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/29 09:33:28

Modified files:
	x11/kde/i18n3  : Makefile 

Log message:
always use the same upper/lower case for a package name


CVSROOT:	/cvs
Module name:	ports
Changes by:	beck@cvs.openbsd.org	2009/06/29 09:34:37

Modified files:
	audio/mpd      : Makefile 
Removed files:
	audio/mpd/patches: patch-src_playlist_c 

Log message:
remove src-playlist patch since it breaks on the new version and we're close to
release - will fix after release and put it back - as discussed with tobias.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 09:35:25

Modified files:
	sys/arch/hppa/conf: GENERIC 

Log message:
enable isp(4)


CVSROOT:	/cvs
Module name:	src
Changes by:	jsg@cvs.openbsd.org	2009/06/29 10:40:46

Modified files:
	sys/dev/pci    : if_ix.c 

Log message:
Bring back rev 1.17, enable hardware vlan tagging/stripping.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	ajacoutot@cvs.openbsd.org	2009/06/29 11:19:49

Modified files:
	es             : anoncvs.html crypto.html index.html mail.html 
	                 support.html 
	faq/es         : faq14.html upgrade-minifaq.html 
	                 upgrade-old.html 
	faq/fr         : current.html 
	faq/pf/fr      : rdr.html 
	faq/pf/nl      : rdr.html 
	faq/pf/pt      : rdr.html 
	fr             : alpha.html anoncvs.html cvsync.html ftp.html 
	                 index.html want.html 
	lt             : anoncvs.html ftp.html index.html 
	nl             : anoncvs.html cvsync.html ftp.html index.html 
	openbgpd/fr    : ftp.html 
	openntpd/es    : index.html manual.html 
	openntpd/fr    : ftp.html portable.html 
	openssh/fr     : ftp.html portable.html 
	openssh/nl     : ftp.html portable.html 
	pt             : index.html 

Log message:
Sync with Steelix CVS


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/29 11:45:36

Modified files:
	lang/pfe       : Makefile 

Log message:
BROKEN; nobody has been able/willing to fix this on the legacy i386 arch


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 12:53:01

Modified files:
	sys/dev/pci    : isp_pci.c 

Log message:
since we link in the 24xx firmware, might as well point to it; ok krw kettenis


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 12:53:38

Modified files:
	sys/dev/pci    : isp_pci.c 

Log message:
the data which is read is never used; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	pirofti@cvs.openbsd.org	2009/06/29 13:11:25

Modified files:
	share/man/man4 : acpi.4 
Added files:
	share/man/man4 : acpipwrres.4 acpivideo.4 acpivout.4 

Log message:
Add documentation for acpivideo(4), acpivout(4), acpipwrres(4).

Better wording from miod@, thanks! Also feedback from sthen@, nicm@, jmc@.
``Please get it in soon'' for work in tree deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 13:16:38

Modified files:
	share/man/man4 : Makefile 

Log message:
enable new files in Makefile


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 13:18:52

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/29 13:19:17

Modified files:
	sys/dev/pci    : pci.c 

Log message:
Whack bridges that have conflicting windows.  This prevents us from choosing
address space that is already in use when reassigning BARs.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/29 13:28:13

Removed files:
	sys/dev/ic     : isp_inline.h 

Log message:
Zap isp_inline.h; it is no longer used.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 13:31:30

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus 
	distrib/sets/lists/comp: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	mk@cvs.openbsd.org	2009/06/29 13:42:09

Modified files:
	sys/dev/sdmmc  : sdmmc_io.c 

Log message:
In sdmmc_intr_establish(), copy the entire name parameter instead of
dumping the last byte.

Input from otto@ and peter@.

ok on an earlier diff from miod (and krw IIRC).


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/29 14:17:53

Modified files:
	share/zoneinfo/datfiles: asia 

Log message:
Update to tzdata2009j from elsie.nci.nih.gov


CVSROOT:	/cvs
Module name:	src
Changes by:	jmc@cvs.openbsd.org	2009/06/29 14:21:43

Modified files:
	share/man/man4 : acpi.4 acpivideo.4 acpivout.4 

Log message:
a few more tweaks for previous;


CVSROOT:	/cvs
Module name:	ports
Changes by:	sthen@cvs.openbsd.org	2009/06/29 14:21:53

Modified files:
	lang/pfe       : Makefile 

Log message:
Fix the build on i386; add --with-regs to CONFIGURE_ARGS (from pkgsrc)
and build with gcc4. Didn't package on i386, no effect on other arch -> no bump.
ok naddy.


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/29 15:26:43

Modified files:
	xserver/exa    : exa.c 

Log message:
Set default migration strategy to "greedy". ok oga@.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/29 15:30:50

Modified files:
	usr.bin/tmux   : screen-write.c grid-view.c 

Log message:
Fix two errors with character/line insertion and deletion: the maximum number
of characters which may be inserted or deleted is the screen width, not one
less (and similarly for lines and height); and if characters or lines are
deleted by moving the ones that follow, the space at the end needs to be
cleared.

This appears to solve long-standing redraw issues most visible when using the
force-width option then scrolling in view(1) or unwrapping lines in emacs.


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/06/29 16:50:19

Modified files:
	bin/ksh        : vi.c 

Log message:
make VSEARCH werase act like regular werase after the last change.
vi back-words and emacs kill-region are not completely the same.
ok merdely@, millert@.  "Get it in" Darrin Chandler


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 17:56:50

Modified files:
	distrib/miniroot: install.sub 

Log message:
Revert 1.558, making the installer (in the worst case) use the base-set
localtime zone for decision making.  But when we get into that situation,
also skip timezone manipulation the first time (before base install) and
defer it to after the base install (since that is the only time that file
exists).  Complicated?  It could be worse..
ok krw halex


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/29 20:28:49

Modified files:
	audio/libsndfile: Tag: OPENBSD_4_5 Makefile 
Added files:
	audio/libsndfile/patches: Tag: OPENBSD_4_5 patch-src_aiff_c 
	                          patch-src_caf_c patch-src_flac_c 
	                          patch-src_voc_c 

Log message:
SECURITY FIX

CVE-2007-4974
CVE-2009-0186
CVE-2009-1788
CVE-2009-1791

from debian

ok robert@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/06/29 21:42:11

Modified files:
	regress/sbin/pfctl: pf44.loaded pf44.ok pf44.optimized 
	                    pf68.loaded pf68.ok pf68.optimized 
	                    pf73.loaded pf73.ok pf73.optimized 

Log message:
update after the "reassemble tcp" fix (kernel/6178); ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	david@cvs.openbsd.org	2009/06/29 21:44:35

Modified files:
	regress/sbin/pfctl: if2ip 

Log message:
add "-o none" to pfctl call to prevent automatic table creation of
multiple addresses which causes the test to fail; ok sthen@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/29 22:32:08

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/06/29 22:32:36

Modified files:
	sys/arch/sparc/stand: Makefile.inc 

Log message:
Link the second stage bootblocks (and boot.net) 256KB higher to accomodate
the GENERIC kernel growth; verified to not conflict with old prom on sun4.
ok deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/30 06:36:44

Modified files:
	net/tor        : Makefile distinfo 

Log message:
SECURITY UPDATE of tor to 0.2.0.35
for the full announcement, see: http://archives.seul.org/or/announce/Jun-2009/msg00000.html

ok rui@ (MAINTAINER), naddy@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/06/30 06:43:01

Modified files:
	usr.bin/sudo   : sudoers.pod ChangeLog 

Log message:
Add missing single quotes around a colon in Runas_Spec definition.


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/06/30 07:40:30

Modified files:
	usr.bin/tmux   : server-fn.c 

Log message:
When unlocking the server, don't try to clear the prompt on clients without a
prompt (such as the one issuing the unlock request).

This caused the server to die if the wrong password was entered when unlocking
from the command line with -U (nasty).


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2009/06/30 08:54:40

Modified files:
	usr.bin/ssh    : version.h 

Log message:
crank version; ok deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	robert@cvs.openbsd.org	2009/06/30 09:23:51

Modified files:
	etc            : rc 
	etc/mtree      : 4.4BSD.dist 

Log message:
Make syslogd create a socket in /var/www/dev when httpd is enabled in order
to make logging to syslog work with php for example.

ok deraadt@, henning@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/30 09:30:24

Modified files:
	etc            : rc 

Log message:
extra spaces found during inspection of other goo


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/06/30 09:34:31

Modified files:
	distrib/sets/lists/base: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	ports
Changes by:	martynas@cvs.openbsd.org	2009/06/30 10:16:00

Modified files:
	www/firefox35  : Makefile distinfo 

Log message:
update to firefox35-3.5, final release.  note that this is a separate
port;  for testing.  in the similar way that firefox 3.0 was two
releases ago.  we would rather people test final release rather
than some release candidate version.  use at your own risk.
ok naddy@


CVSROOT:	/cvs
Module name:	ports
Changes by:	jasper@cvs.openbsd.org	2009/06/30 11:27:52

Added files:
	infrastructure/db: hosts-mips64 

Log message:
- add a hosts file for mips64, as there are two sgi's now


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	matthieu@cvs.openbsd.org	2009/06/30 12:39:19

Modified files:
	driver/xf86-video-chips/src: ct_driver.c 

Log message:
Fix PCI card probe and chipset detection.

it appears that the chips&technologies X driver was partially broken
during libpciaccess conversion. Thanks to the analysis by Marien Swart
in bug #18122 and a similar fix by Mark Kettenis for the radeon
driver, this patch should fix it.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/06/30 14:20:20

Modified files:
	lib/libm/arch/hppa: s_floor.c s_floorf.c 

Log message:
floor(3) should round towards -inf instead of towards zero.

ok martynas@, deraadt@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/06/30 15:38:38

Modified files:
	net/samba      : Makefile 
Added files:
	net/samba/patches: patch-smbd_posix_acls_c 

Log message:
security fix for CVE-2009-1888; from william@


CVSROOT:	/cvs
Module name:	xenocara
Changes by:	todd@cvs.openbsd.org	2009/06/30 16:22:00

Modified files:
	distrib/sets/lists/xbase: md.i386 md.amd64 

Log message:
sync (ok deraadt@ & matthieu@)


CVSROOT:	/cvs
Module name:	ports
Changes by:	william@cvs.openbsd.org	2009/06/30 16:35:46

Modified files:
	security/cyrus-sasl2/patches: Tag: OPENBSD_4_5 
	                              patch-lib_saslutil_c 

Log message:
Remove bad hunk; noticed by Moritz Grimm, thanks!
ok robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/07/01 06:43:55

Modified files:
	lang/gcc/4.2/patches: patch-gcc_config_gcc 
Added files:
	lang/gcc/4.2/patches: patch-gcc_config_alpha_openbsd_h 

Log message:
Make gcc 4.2 work, for some value of work, on alpha.
No version bump because the changes only affect alpha and it did not
build on this platform, previously.

From: miod@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/07/01 07:05:54

Modified files:
	editors/openoffice3: Makefile 
	editors/openoffice3/pkg: PFRAG.shared-java PFRAG.shared-main 
	                         PLIST-java PLIST-main 

Log message:
fix java subpackage; from robert@


CVSROOT:	/cvs
Module name:	ports
Changes by:	naddy@cvs.openbsd.org	2009/07/01 07:18:13

Modified files:
	.              : INDEX 

Log message:
sync, 5811


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/01 09:10:25

Modified files:
	sys/conf       : newvers.sh 

Log message:
take us to 4.6, though there will still be some changes


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/01 13:12:53

Modified files:
	distrib/miniroot: install.sub 

Log message:
Do not default to disk installs;  ftp or cdrom covers 99% of users; ok krw


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/07/01 14:13:39

Modified files:
	sys/arch/sparc/stand/common: version.c 

Log message:
Crank bootblocks version for identification purposes.


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/07/01 14:55:57

Modified files:
	sys/dev/ic     : isp_openbsd.c isp_openbsd.h 

Log message:
Add a workaround for the fact that our clocks aren't running during autoconf
(at least on some of our architectures, including hppa).  Since isp(4) keeps
track of elapsed time to determine if it should continue to wait for the FC
link to come up it would wait very very long.  Figured out by krw@.

ok deraadt@, krw@


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/07/01 15:56:39

Modified files:
	sys/arch/sgi/pci: ioc.c 
	sys/arch/sgi/sgi: ip27_machdep.c ip30_machdep.c 
	sys/arch/sgi/xbow: xbow.c xbow.h xbridge.c 

Log message:
The widget mapping code has been written back when I was only working on
Octane support. The Octane being a single-node system, address space is
ludicrous enough to allow the whole address space of every widget to be
directly accessible in whole, using the address bits reserved to nasid.

However, on IP27 and IP35, things do not work this way - while we still have
the low 16MB address space of each widget available (the so-called
``short window''), access to other parts of the wiget address space is done
through translation slots (IOTTE) at the Hub I/O space level, on a per-node
basis.

Given the imminent release lock, give up completely on ``large'' mappings
of widgets, and restrict ourselves to short window operation, all the time
(thus reinforcing the use of devio registers to map pci resources on xbridge).
A proper interface to request mappings of specific widget areas, either
directly on Octane, or through IOTTE if available on Origin, will appear
post-release.

No functional change (except from silently repairing Octane support which the
previous xbridge commit silently broke).


CVSROOT:	/cvs
Module name:	src
Changes by:	dtucker@cvs.openbsd.org	2009/07/01 20:11:47

Modified files:
	usr.bin/ssh    : ssh.c 

Log message:
allow for long home dir paths (bz #1615).  ok deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/07/02 05:35:51

Modified files:
	faq            : faq6.html 

Log message:
ppp.conf(5) needs indentation. pointed out by Vijay Sankar,
ok nick@


CVSROOT:	/cvs
Module name:	src
Changes by:	claudio@cvs.openbsd.org	2009/07/02 10:08:30

Modified files:
	usr.sbin/ppp/ppp: arp.c iface.c iface.h route.c 

Log message:
Rewrite the sysctl handlers to use libc functions (getifaddrs and
if_indextoname) instead of looking at the sysctl data directly. This makes
the code a lot simpler and actually work. Tested by many (todd@, sthen@, and
a few people on tech@). OK sthen@, deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	nicm@cvs.openbsd.org	2009/07/02 10:15:43

Modified files:
	usr.bin/tmux   : cmd-paste-buffer.c paste.c window-copy.c 

Log message:
Fix two copy/paste bugs: forbid zero-length buffers to prevent a fatal error
when trying to paste them, found by me, and miscalculation of the start/end
causing random fatal errors when copying in copy-mode, reported by sthen.

ok sthen "put it in" deraadt


CVSROOT:	/cvs
Module name:	src
Changes by:	martynas@cvs.openbsd.org	2009/07/02 10:29:15

Modified files:
	bin/ksh        : history.c 

Log message:
avoid infinite recursion if unlink fails.  reported by Stefan Pettersson
ok theo, millert@


CVSROOT:	/cvs
Module name:	src
Changes by:	jakemsr@cvs.openbsd.org	2009/07/02 11:45:38

Modified files:
	share/man/man5 : bsd.port.mk.5 

Log message:
missing final `d' in `prepended'

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	schwarze@cvs.openbsd.org	2009/07/02 12:07:45

Modified files:
	libexec/spamlogd: spamlogd.8 

Log message:
add a missing full stop; noticed by frantisek holop <minusf at obiit dot org>
while here, add a missing comma and a missing word, too; ok jmc@


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/07/02 12:50:37

Modified files:
	sys/dev/usb    : umass_scsi.c 

Log message:
Revert the 'optimization' I attempted in r1.21 since it turns out
that returning COMPLETE for non-SCSI_POLL commands is significant.
Fixes double free of xs and subsequent crashes caused by pulling
out USB media while i/o is active.  Problem analyzed & fix discovered
by hshoexer@. A more general fix may follow post-4.6.

ok miod@ deraadt@.


CVSROOT:	/cvs
Module name:	www
Changes by:	fkr@cvs.openbsd.org	2009/07/02 15:55:17

Modified files:
	.              : errata45.html 

Log message:
add errata entry for 006_perl_zlib_patch.
discussed with todd@, martynas@ and miod@.


CVSROOT:	/cvs
Module name:	src
Changes by:	krw@cvs.openbsd.org	2009/07/02 17:48:34

Modified files:
	distrib/miniroot: install.sh 

Log message:
Do *not* newfs non-ffs partitions while installing. Even if someone
has entered 'n i' in disklabel and caused a mountpoint to be saved
for the non-ffs partition. Discovered by and fix tested by mgrimm@.

ok deraadt@.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/02 18:42:47

Modified files:
	distrib/miniroot: install.sub 

Log message:
jmc becomes upset when nouns are used as verbs; via krw


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/07/02 22:34:51

Modified files:
	sys/dev/microcode/bnx: Makefile bnxfw.h build.c 
	sys/dev/pci    : if_bnx.c if_bnxreg.h 

Log message:
newer bnx chips use a separate firmware to the "old" ones. this updates
the b06 firmware for the older chips, and adds the b09 firmware. there are
three variants of the rv2p code thats loaded onto the chips, so this has
been split out into separate firmware files as well.

the driver has been updated to handle the split firmwares, and to easily
allow loading of the different versions. this change only supports the
loading of the firmwares for the currently supported chips.

after this change you must build the new firmwares and install them as well
as your new kernel.

"go to it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/02 22:34:59

Modified files:
	distrib/i386/ramdisk_cd: list.local 
	distrib/amd64/ramdisk_cd: list.local 

Log message:
pull in new bnx firmwares


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/02 22:35:04

Modified files:
	distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion 
	                         md.hp300 md.hppa md.hppa64 md.i386 
	                         md.landisk md.luna88k md.mac68k 
	                         md.macppc md.mvme68k md.mvme88k 
	                         md.mvmeppc md.sgi md.socppc md.sparc 
	                         md.sparc64 md.vax md.zaurus mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/07/02 22:42:44

Modified files:
	sys/dev/mii    : miidevs 

Log message:
add ids for the new phys on the bcm5709s

"go for it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/07/02 22:43:12

Modified files:
	sys/dev/mii    : miidevs.h 

Log message:
regen


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/07/02 22:54:05

Modified files:
	sys/dev/mii    : brgphy.c 
	sys/dev/pci    : if_bnx.c if_bnxreg.h 

Log message:
this is a rather large change to add support for the BCM5709.

the 5709s use a the b09 firmwares, which is different to the b06 used by
all the other chips supported by bnx. the majority of the diff comes from
special handling for some indirect reads and writes, and because it needs
more host memory to operate with.

ive tried to keep the cosmetic changes to a minimum.

"go for it" deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	dlg@cvs.openbsd.org	2009/07/02 22:55:40

Modified files:
	share/man/man4 : bnx.4 

Log message:
document support for the bcm5709 and bcm5716, and the new firmware files
the driver uses.

add some more dell boxes i know of that use bnx.

"go for it" deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	deraadt@cvs.openbsd.org	2009/07/02 23:07:51

Modified files:
	.              : donations.html 

Log message:
new


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/03 00:20:16

Modified files:
	sys/dev/pci    : if_bnxreg.h 

Log message:
fix a typo; from brad


CVSROOT:	/cvs
Module name:	src
Changes by:	markus@cvs.openbsd.org	2009/07/03 00:54:39

Modified files:
	sys/dev/pci    : if_em_hw.c 

Log message:
fix mac address for dual-port 8257[56] cards; ok claudio, kettenis, deraadt


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/07/03 05:46:49

Modified files:
	faq            : current.html 

Log message:
tell people to build bnx firmware before a kernel. discussed with dlg


CVSROOT:	/cvs
Module name:	www
Changes by:	sthen@cvs.openbsd.org	2009/07/03 07:49:51

Modified files:
	faq            : current.html 

Log message:
adjust bnx warning slightly; bnx users upgrading from binaries on a running
system also need to take care to extract the firmware before rebooting.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/03 10:55:27

Modified files:
	sys/dev/ic     : re.c rtl81x9reg.h 

Log message:
Support RTL8103E and RTL8168DP which are starting to show up, from brad.
OK from kettenis and sthen after the diff was minimized to have no
potential impact on other chips.


CVSROOT:	/cvs
Module name:	src
Changes by:	naddy@cvs.openbsd.org	2009/07/03 11:02:02

Modified files:
	usr.sbin/pkg_add/OpenBSD: PackingList.pm 

Log message:
allow pkg_mklocatedb -p to work again; from espie@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/07/03 11:37:02

Modified files:
	sys/dev/wscons : wsconsio.h 
	sbin/wsconsctl : util.c 

Log message:
Add a wsdisplay type for an upcoming driver for the Sun XVR-100 framebuffer.

ok deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	jasper@cvs.openbsd.org	2009/07/03 11:58:49

Modified files:
	faq            : faq15.html 

Log message:
- tyop, spotted by  Richard Toohey


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/07/03 13:28:47

Modified files:
	sys/arch/sgi/xbow: xbridge.c 

Log message:
Try to be smarter when allocating pci resources, and use unused devio slots
whenever possible for devices with both i/o and memory resources; still
doesn't allow more than 2MB of mappings per device in each space, though.


CVSROOT:	/cvs
Module name:	www
Changes by:	matthieu@cvs.openbsd.org	2009/07/04 01:39:51

Modified files:
	.              : events.html 

Log message:
Time as passed. Move BSD Day Argentina to the past.


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/07/04 03:40:21

Modified files:
	.              : want.html 

Log message:
ajacoutot@ sent me an XVR-100.  Thanks.


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/04 21:46:28

Modified files:
	distrib/sets/lists/base: md.landisk 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/07/05 10:50:18

Modified files:
	distrib/socppc/ramdisk: Makefile 

Log message:
Fix typo that would prevent bsd.rd from being copied into the release dir.

ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/07/05 10:55:20

Modified files:
	distrib/sets/lists/base: md.socppc 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	kettenis@cvs.openbsd.org	2009/07/05 11:13:25

Modified files:
	share/man/man4/man4.sparc64: Makefile 
	sys/arch/sparc64/conf: GENERIC RAMDISK files.sparc64 
Added files:
	sys/arch/sparc64/dev: radeonfb.c 
	share/man/man4/man4.sparc64: radeonfb.4 

Log message:
radeonfb(4), an accelerated framebuffer for Sun XVR-100 boards (which have an
ATI Radeon 7000 chip on them).  While there, make gfxp(4) depend on rasops32
just in case somebody removes other framebuffers that pull this in from their
kernel config.

ok deraadt@, miod@


CVSROOT:	/cvs
Module name:	www
Changes by:	kettenis@cvs.openbsd.org	2009/07/05 11:18:29

Modified files:
	.              : sparc64.html 

Log message:
Mention radeonfb(4).


CVSROOT:	/cvs
Module name:	src
Changes by:	deraadt@cvs.openbsd.org	2009/07/05 11:36:51

Modified files:
	distrib/sets/lists/man: mi 

Log message:
sync


CVSROOT:	/cvs
Module name:	src
Changes by:	miod@cvs.openbsd.org	2009/07/05 13:18:22

Modified files:
	sys/arch/hp300/hp300: disksubr.c 

Log message:
Make sure the OpenBSD bounds exclude the first cylinder, which is used
to store the bootblocks.
ok deraadt@


CVSROOT:	/cvs
Module name:	src
Changes by:	stevesk@cvs.openbsd.org	2009/07/05 13:28:33

Modified files:
	usr.bin/ssh    : clientloop.c 

Log message:
only send SSH2_MSG_DISCONNECT if we're in compat20; from dtucker@
ok deraadt@ markus@


CVSROOT:	/cvs
Module name:	src
Changes by:	millert@cvs.openbsd.org	2009/07/05 13:33:46

Modified files:
	sys/crypto     : rmd160.h 

Log message:
Buffer in RMD160_CTX is length RMD160_BLOCK_LENGTH not RMD160_DIGEST_LENGTH.
Userland version was already correct.  From Jason Fritcher.  OK deraadt@


CVSROOT:	/cvs
Module name:	www
Changes by:	nick@cvs.openbsd.org	2009/07/05 14:26:39

Modified files:
	.              : anoncvs.html 
	build          : mirrors.dat 

Log message:
update