CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/02/28 16:56:34
Modified files:
. : 45.html
Log message:
- updated perl and openssl
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/02/28 17:00:25
Modified files:
. : 45.html
Log message:
- some ports highlights
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/01 11:39:50
Modified files:
. : 45.html
Log message:
sync some included software versions.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/02 06:09:11
Modified files:
. : events.html
Log message:
BSDday Argentina 2009
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/02 17:39:39
Modified files:
openssh : users.html
Log message:
give an example
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/03 13:37:06
Modified files:
. : MODULES 3RDPARTY
Log message:
More updates to come.
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/04 13:29:17
Modified files:
devel : Makefile
Log message:
- add p5-Test-File
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/04 13:29:54
Modified files:
misc : Makefile
Log message:
- add p5-User
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/04 13:33:58
Modified files:
etc/mail : aliases
Log message:
add _smtpd, ok deraadt@
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/04 13:52:09
Modified files:
geo : Makefile
Log message:
- add osm-gps-map
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 00:40:13
Modified files:
etc : ftpusers
Log message:
add _smtpd to ftpusers
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 01:15:47
Modified files:
x11/gnome : Makefile
Log message:
+nautilus-sendto
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 06:40:11
Modified files:
usr.sbin/ypbind: ypbind.8
Log message:
DOMAINNNAME -> DOMAINNAME;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 12:31:33
Modified files:
x11 : Makefile
Log message:
+gtksourceviewmm
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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
<
[email protected]> for patiently testing my numerous diffs.
ok deraadt@
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 2009/03/05 14:33:33
Modified files:
. : 45.html
Log message:
unconfuse
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 2009/03/05 14:49:08
Modified files:
share/man/man7 : intro.7
Log message:
+glob.7
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 17:20:05
Modified files:
. : orders.html
Log message:
zap some guys old ones
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 21:53:25
Modified files:
. : orders.html
Log message:
align
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/05 21:55:32
Modified files:
. : orders.html
Log message:
align
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/05 23:30:14
Modified files:
. : items.html
Log message:
a version
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 01:06:04
Modified files:
. : orders.html
Log message:
Fix iPhone number
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 01:30:58
Modified files:
. : 45.html
Log message:
apropos -S and -s added;
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 03:44:02
Modified files:
mail/evolution : Makefile
Log message:
- forgot to ahem... bump!
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 10:07:09
Modified files:
net : Makefile
Log message:
+adsuck
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 10:39:57
Modified files:
. : 45.html
Log message:
fix typo in aucat item
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 11:50:02
Modified files:
. : 45.html
Log message:
ifconfig(8) "chan"
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/06 13:22:39
Modified files:
infrastructure/db: user.list
Log message:
_adsuck user
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 15:09:49
Modified files:
astro/celestia : Makefile
Log message:
- regen WANTLIB
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 16:45:00
Modified files:
usr.sbin/smtpd : smtpd.h
Log message:
missing prototype
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/06 16:59:49
Modified files:
. : 45.html
Log message:
some numbers
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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
[email protected]
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 2009/03/06 19:19:57
Modified files:
. : donations.html
Log message:
partially balance
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/07 10:18:20
Modified files:
. : 45.html
Log message:
typos
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 2009/03/07 13:34:36
Modified files:
. : MODULES
Log message:
updates
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/08 03:50:36
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/08 06:56:30
Modified files:
net : Makefile
Log message:
+py-GeoIP
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/08 17:26:16
Modified files:
news/pan : Makefile
Log message:
fix WANTLIB and bump
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/09 10:15:55
Modified files:
. : want.html
Log message:
My alpha needs a disk.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/09 22:40:41
Modified files:
openssh : gsoc.html
Log message:
typo
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/09 22:48:40
Modified files:
openssh : gsoc.html
Log message:
mention bugzilla
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/10 02:43:23
Modified files:
audio/soundtouch: Makefile
Log message:
fix depend spec
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/10 02:47:45
Modified files:
devel/libglade2: Makefile
Log message:
bump for python
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/10 02:48:22
Modified files:
audio/cplay : Makefile
Log message:
bump for python
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/10 11:28:20
Modified files:
x11 : Makefile
Log message:
autocutsel
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/10 12:31:41
Modified files:
x11/kde/base3 : Makefile
Log message:
fix dependency
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/10 13:26:07
Modified files:
devel/py-orbit : Makefile
Log message:
fix python dependency
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/10 13:32:20
Modified files:
math/py-Numeric: Makefile
Log message:
bump
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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" <
[email protected]>
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/10 16:08:51
Modified files:
audio/mpdBrowser: Makefile
Log message:
bump for python dep
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/10 17:21:15
Modified files:
audio/tremor-tools: Makefile
Log message:
fix autoconfs deps
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/11 04:51:03
Modified files:
cad/pcb : Makefile
Log message:
fix tk deps
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/11 04:53:55
Modified files:
cad/xcircuit : Makefile
Log message:
fix tk dep
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/11 05:03:17
Modified files:
chinese/bg5pdf : Makefile
Log message:
fix python dep
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/11 05:06:42
Modified files:
chinese/libtabe: Makefile
Log message:
fix deps
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/11 05:07:40
Modified files:
chinese/py-zhCodecs: Makefile
Log message:
fix for depends
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 2009/03/11 05:18:39
Modified files:
devel/libgsf : Makefile
Log message:
bump for python deps
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/11 10:14:32
Modified files:
textproc/libxml: Makefile
Log message:
bump for python dependencies
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/11 16:09:21
Modified files:
devel/py-epsilon: Makefile
Log message:
bump pkgname
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/11 17:30:48
Modified files:
faq : faq5.html
Log message:
pccom -> com.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/12 08:45:55
Modified files:
x11/gnome/conduit: Makefile
Log message:
- missing HOMEPAGE
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/13 06:33:18
Modified files:
. : INDEX
Log message:
sync, 5584
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/13 09:57:14
Modified files:
. : donations.html
Log message:
Fixup Fr�d�ric
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/13 13:36:29
Modified files:
x11 : Makefile
Log message:
- add awn
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/14 04:38:13
Modified files:
databases/directoryassistant: Makefile
Log message:
bump for python
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/14 05:09:07
Modified files:
games/forcedattack: Makefile
Log message:
bump for python
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/14 05:39:51
Modified files:
geo/osm-gps-map: Makefile
Log message:
- tyop
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/14 05:49:41
Modified files:
databases/p5-BerkeleyDB: Makefile
Log message:
fix db dep
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/14 08:09:18
Modified files:
games : Makefile
Log message:
+pingus
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/14 10:50:13
Modified files:
emulators/zsnes: Makefile
Log message:
- fix BUILD_DEPENDS spec
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/14 16:10:13
Modified files:
devel : Makefile
Log message:
Add py-pyro.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/15 00:14:11
Modified files:
. : events.html
Log message:
Link to my presentation.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/15 05:51:15
Modified files:
x11/gnome : Makefile
Log message:
+genius
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/15 06:21:15
Modified files:
www : Makefile
Log message:
Enter py-routes
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/15 07:17:35
Modified files:
editors/cooledit: Makefile
Log message:
oops
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/15 07:23:36
Modified files:
editors/openoffice: Makefile
Log message:
fix depends
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/15 07:25:10
Modified files:
editors/openoffice3: Makefile
Log message:
fix depends
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/15 14:12:19
Modified files:
sysutils : Makefile
Log message:
link testdisk to the build
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 01:56:28
Modified files:
x11/gnome : Makefile
Log message:
- sort
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 03:51:44
Modified files:
lang/eltclsh : Makefile
Log message:
fix depends
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 03:56:15
Modified files:
x11 : Makefile
Log message:
+gnome-mplayer
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 05:05:45
Modified files:
net/ettercap : Makefile
Log message:
fix pkgspec/wantlib
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/16 05:07:29
Modified files:
security/isic : Makefile
Log message:
fix pkgspec, regen plist
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 06:53:03
Modified files:
x11/kde/utils3 : Makefile
Log message:
python depends
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/16 06:56:06
Modified files:
x11/kde/bindings3: Makefile
Log message:
python depends
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 07:20:41
Modified files:
www : Makefile
Log message:
+gecko-mediaplayer
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/16 07:21:22
Modified files:
net/pure-ftpd : Makefile
Log message:
fix pkgspec
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/16 07:28:57
Modified files:
mail/cyrus-imapd: Makefile
Log message:
fix deps
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 11:14:13
Modified files:
www : Makefile
Log message:
+spawn-fcgi
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 14:43:44
Modified files:
x11 : Makefile
Log message:
+wmname
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/16 16:09:24
Modified files:
databases : Makefile
Log message:
Add apache-couchdb.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/17 12:38:22
Modified files:
print : Makefile
Log message:
+splix
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/17 13:59:34
Modified files:
emulators : Makefile
Log message:
link sdlmess and sdlmame
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/17 15:51:35
Modified files:
. : plus45.html
Log message:
Spelling nits from Igor Sobrado
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/18 02:23:59
Modified files:
x11/gnome/devhelp: Makefile
Log message:
- fix wantlib & bump
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/18 03:21:31
Modified files:
devel : Makefile
Log message:
+tklib
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/18 13:26:33
Modified files:
mail : Makefile
Log message:
Link p5-Email-Filter
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/19 12:29:49
Modified files:
www : Makefile
Log message:
- add cms-ms
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/19 12:31:38
Modified files:
games : Makefile
Log message:
add f1spirit and roadfighter
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/19 14:18:26
Modified files:
databases : Makefile
Log message:
- add pear-DB_DataObject
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/19 16:42:33
Modified files:
www : Makefile
Log message:
add ruby-rest-client
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/20 04:39:38
Added files:
mail/zarafa/webaccess: distinfo
Log message:
- oops
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/20 07:55:35
Modified files:
graphics : Makefile
Log message:
+freeimage
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/20 10:56:34
Modified files:
audio/rhythmbox: Makefile
Log message:
- 2 hobbits maintain this
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/22 10:52:09
Modified files:
devel : Makefile
Log message:
Enter py-dtopt
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/22 11:16:56
Modified files:
devel : Makefile
Log message:
Enter py-pyprof2calltree.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/22 12:41:25
Modified files:
usr.bin/cvs : tag.c
Log message:
style
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/22 13:37:30
Modified files:
share/man/man9 : vput.9
Log message:
tweaks;
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 01:31:09
Modified files:
x11/gnome/libgda: Makefile
Log message:
- fix pkgspec
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 02:28:20
Modified files:
devel : Makefile
Log message:
add p5-POE-Component-PubSub
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 09:08:34
Modified files:
. : donations.html
Log message:
Add link as requested.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 11:53:17
Modified files:
usr.bin/cvs : init.h
Log message:
simplify
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 13:08:33
Modified files:
math/py-numpy : Makefile
Log message:
- missing bump
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/23 16:54:36
Modified files:
. : INDEX
Log message:
regen - 5618
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/24 05:39:14
Modified files:
audio : Makefile
Log message:
+mp3splt-gtk
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/24 08:58:25
Modified files:
misc/gnuwatch : Makefile
Log message:
fix link order
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/24 13:01:36
Modified files:
security : Makefile
Log message:
+libfprint
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/24 13:03:51
Modified files:
sysutils : Makefile
Log message:
+login_fingerprint
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/24 13:08:14
Modified files:
devel : Makefile
Log message:
- add p5-YAML-Shell
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/24 13:15:25
Modified files:
. : amd64.html i386.html
Log message:
+otus(4)
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/24 15:16:17
Modified files:
. : orders.html
Log message:
align
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/24 15:24:48
Modified files:
. : tshirts.html
Log message:
simplify
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/25 08:28:38
Modified files:
audio/oggtag : Makefile
Log message:
fix link order
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/25 14:11:17
Modified files:
. : donations.html
Log message:
new
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/25 16:06:41
Modified files:
x11/p5-Gtk2 : Makefile
Log message:
oops, fixed dependency
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/25 16:44:11
Modified files:
openssh : gsoc.html
Log message:
more details
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/25 17:06:24
Modified files:
. : events.html
Log message:
link slides from aalborg
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/26 01:42:16
Modified files:
. : 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/26 02:12:53
Modified files:
x11/p5-Gtk2 : Makefile
Log message:
sigh, another oops.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/26 04:34:48
Modified files:
productivity : Makefile
Log message:
- add gtg
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/26 16:10:41
Modified files:
. : MODULES 3RDPARTY
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/27 04:42:41
Modified files:
www/py-httplib2: Makefile
Log message:
- missing bump
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/27 04:43:23
Modified files:
www : Makefile
Log message:
- add php-openid
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/27 05:14:34
Modified files:
. : orders.html
Log message:
fix url
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/27 08:56:00
Modified files:
sys/dev/usb : usbdevs
Log message:
more Edimax devices
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/27 17:13:51
Modified files:
devel : Makefile
Log message:
enter py-decorator.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/28 13:05:37
Modified files:
devel : Makefile
Log message:
+teensyloader
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/28 14:27:58
Modified files:
x11 : Makefile
Log message:
+un-fonts
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/29 09:03:17
Modified files:
sys/dev/ic : mfi.c
Log message:
spello
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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 <
[email protected]>
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/30 12:52:39
Modified files:
. : plus.html
Log message:
Upto 03/29
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/30 12:54:10
Modified files:
. : orders.html
Log message:
another order house in europe
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/30 16:25:08
Modified files:
textproc : Makefile
Log message:
hi ruby-rss
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/30 16:28:08
Modified files:
textproc/ruby-rss: Makefile
Log message:
fix categories
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/30 19:53:14
Modified files:
security : Makefile
Log message:
+fcrackzip
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/30 20:31:46
Modified files:
. : 45.html
Log message:
title song
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 00:36:01
Modified files:
. : orders.html
Log message:
a teeny pretty
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 08:52:02
Modified files:
. : orders.html
Log message:
typo; Stephan A. Rickauer
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 09:22:43
Modified files:
. : orders.html
Log message:
simplify
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 10:22:38
Modified files:
. : donations.html
Log message:
add missing words
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 11:26:27
Modified files:
. : orders.html
Log message:
prefer direct buy URLs
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/31 12:13:59
Modified files:
x11/gnome/devhelp: Makefile
Log message:
- update homepage
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/31 12:32:22
Modified files:
. : orders.html
Log message:
cnst spotted minor glitches
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 2009/03/31 12:53:39
Modified files:
. : orders.html
Log message:
more improvements
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/03/31 13:11:44
Modified files:
education : Makefile
Log message:
- add gamgi
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 2009/03/31 13:18:20
Modified files:
. : INDEX
Log message:
regen, requested by jasper - 5639
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/03/31 22:50:15
Modified files:
. : orders.html
Log message:
typos
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 2009/03/31 23:25:08
Modified files:
. : orders.html
Log message:
typos
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/01 12:24:12
Modified files:
www : Makefile
Log message:
- add tt-rss
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/02 07:18:24
Modified files:
share/man/man8 : crash.8
Log message:
tweak previous;
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/02 08:01:25
Modified files:
. : donations.html
Log message:
typo; Alan R. S. Bueno
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/03 08:08:51
Modified files:
www : Makefile
Log message:
+drupal6
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/03 09:49:14
Modified files:
net : Makefile
Log message:
+py-impacket
+py-pcapy
CVSROOT: /cvs
Module name: www
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/03 11:57:38
Modified files:
games : Makefile
Log message:
add einstein
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 2009/04/03 12:06:53
Modified files:
sysutils : Makefile
Log message:
Add pv.
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/03 13:17:06
Modified files:
comms/dfu-util : Makefile
Log message:
Update master site.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/03 17:27:16
Added files:
www/drupal6/core/files: drupal.conf
Log message:
missed...
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/04 04:08:19
Modified files:
net : Makefile
Log message:
add libproxy
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/04 08:42:58
Modified files:
net/transmission: Makefile
Log message:
use intltool module
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/04 10:04:16
Modified files:
. : want.html
Log message:
remove some old junk
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/04 15:03:42
Modified files:
databases : Makefile
Log message:
enter py-couchdb.
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/04 16:32:57
Modified files:
. : books.html
Log message:
some updates from Benoit Lecocq
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/05 05:01:52
Modified files:
databases : Makefile
Log message:
Add ruby-couchrest
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/05 10:45:44
Modified files:
distrib/sets/lists/xshare: mi
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 2009/04/05 10:46:50
Modified files:
distrib/sets/lists/xetc: mi
Log message:
sync
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/05 11:08:00
Modified files:
. : 3RDPARTY
Log message:
udpate
CVSROOT: /cvs
Module name: xenocara
Changes by:
[email protected] 2009/04/05 11:11:15
Modified files:
. : MODULES
Log message:
update
CVSROOT: /cvs
Module name: src
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 2009/04/06 01:54:56
Modified files:
x11/gnome : Makefile
Log message:
+video-arcade
CVSROOT: /cvs
Module name: ports
Changes by:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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:
[email protected] 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)