CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:22:49 Modified files: share/man/man4/man4.sparc64: power.4 Log message: this does not always power down, refer to rc.shutdown(8) ok jason CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/17 10:25:30 Modified files: sys/conf : newvers.sh Log message: moving to 4.1-current CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/09/17 10:31:27 Modified files: . : 40.html Log message: nit: it's -> its. CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:35:16 Modified files: share/man/man4/man4.sparc64: Makefile ebus.4 Log message: put power.4 back into build CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 10:45:22 Modified files: sys/dev/pci : if_bge.c Log message: defer establishing the interrupt until later during attach, to let the driver finish initializing. fixes a panic in bge_intr() upon bootup on some systems running non-MP kernels. Issue reported/fix tested by jolan@, also mentioned in PR 5114 though the issue is intermisttent on the IBM e326m. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/17 10:47:00 Modified files: . : 40.html Log message: bgpd bits CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/17 10:47:27 Modified files: sys/conf : newvers.sh Log message: 4.0-current. yes deraadt CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/17 10:48:04 Modified files: include : stdlib.h Log message: add lldiv prototype; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/09/17 10:55:13 Modified files: . : 40.html Log message: add nmeaattach and openntpd bits. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/09/17 10:57:22 Modified files: sbin/nmeaattach: nmeaattach.c Log message: correct mode for open(). CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/17 10:58:57 Modified files: . : 40.html Log message: urgs, apparently mblamer and I wrote the ntpd bits in parallel; merge 'em CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/09/17 11:00:38 Modified files: lib/libc/rpc : clnt_perror.c Log message: dont put two '\n' at the end of the string returnd by clnt_sperror() ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/09/17 11:03:56 Modified files: usr.sbin/rdate : ntp.c Log message: Make rdate ignore ntp responses with ALARM status. "yeah..." henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/17 11:07:16 Modified files: usr.bin/whois : whois.c Log message: when looking up ASNs (ASxxxx), select radb CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 11:20:42 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: - correct the firmware synchronization in bge_reset(), this eliminates firmware timeouts for the BCM5752 as the hw firmware was coming up too fast for the driver. - remove the redundant firmware check in bge_chipinit(). Tested by pedro la peu on an IBM ThinksPpad Z61m with a BCM5752, as well as the 5700/5703/5704 and 5750. The initial diff for bge_reset() and other information from David Christensen . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 11:51:01 Modified files: sys/dev/pci : if_em.c if_em.h Log message: revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/17 11:52:38 Log message: a raw converter. CVt: ---------------------------------------------------------------------- Status: Vendor Tag: mbalmer Release Tags: ufraw_20060915 N ports/graphics/ufraw/distinfo N ports/graphics/ufraw/Makefile N ports/graphics/ufraw/patches/patch-ufraw_developer_c N ports/graphics/ufraw/patches/patch-ufraw_preview_c N ports/graphics/ufraw/patches/patch-ufraw_c N ports/graphics/ufraw/patches/patch-ufraw-batch_c N ports/graphics/ufraw/patches/patch-nikon_curve_c N ports/graphics/ufraw/pkg/PLIST N ports/graphics/ufraw/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/17 11:54:59 Modified files: graphics : Makefile Log message: ufraw CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 12:03:06 Modified files: sys/dev/ic : dp8390.c Log message: set the IFCAP_VLAN_MTU flag. From bouyer@NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 12:18:57 Modified files: sys/dev/ic : re.c Log message: Re-add the link state check to re_start(), which was added in rev 1.31 and removed in rev 1.43 just before release, as a workaround for a link state issue found with the 8139C+ chips. Due to the different bit layout used by the 8139C+ chips rlphy(4) was not reporting the correct link status. Fix from yongary@FreeBSD Tested by maja@ CVSROOT: /cvs Module name: www Changes by: stevesk@cvs.openbsd.org 2006/09/17 12:23:04 Modified files: . : 40.html Log message: VQP dissector in tcpdump. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/17 12:28:34 Modified files: usr.sbin/syslogd: syslogd.c Log message: check that stdio file descriptors are actually closed before clobbering them, following an identical change in openssh CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 13:02:13 Modified files: regress/usr.bin/make: Makefile Added files: regress/usr.bin/make: mk24 Log message: fix badly named regress, and add suffixes rules. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 13:03:16 Modified files: usr.bin/make : suff.c Log message: on .SUFFIXES: also reset one-suffix rules. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 13:09:00 Modified files: infrastructure/mk: bsd.port.mk Log message: more generic protection against multiple locking: instead of one _MASTER_LOCK, we keep a list of _LOCKS_HELD by one port builder in an env variable, and we don't relock stuff that's already locked. This allows us to, e.g., have fake depend on regress without issue (even though, internally, it's more efficient to use the _internal-* targets to avoid testing locks). CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/09/17 13:09:20 Modified files: sys/dev : ipmi.c Log message: Move get ipmi id into the match function. This prevents attach from being called whenever there is no BMC and hence suppresses a ugly message when a bios lied that it had ipmi. tested beck@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 13:14:56 Modified files: devel/p5-Readonly: Makefile devel/p5-Readonly/pkg: DESCR Log message: flesh out description, explain why Readonly might be more useful than constant, and that there is a secundary package that can speed things up. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/17 13:21:46 Modified files: comms/malsync : Makefile Log message: kill dead mastersite/homepage bump pkgname ok espie CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/09/17 13:24:35 Modified files: . : 40.html Log message: Be more clear on VXT2000 support, and don't bother mentioning vax blinkenlichten. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 13:31:04 Modified files: sys/arch/mac68k/mac68k: clock.c Log message: Shorten the area where interrupts are enabled to calibrate delay(), and run this at splclock() instead of spl0(), so that potential spurious network or scsi interrupts on machines running in A/UX interrupt mode do not hang there. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 13:36:54 Modified files: sys/dev/mii : rgephy.c Log message: do not fill in the anar for the manual 1000baseT media setting case. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 13:50:00 Modified files: sys/dev/pci : Tag: OPENBSD_3_9 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/17 14:16:00 Modified files: misc/gnuwatch : Makefile distinfo misc/gnuwatch/patches: patch-watch_c Log message: update gnuwatch to 3.2.7 change my mail address ok bernd CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 14:26:14 Modified files: sys/dev/pci : if_em.c if_em.h Log message: Overhaul RX path to recover from mbuf cluster allocation failure. - Create a spare DMA map for RX handler to recover from bus_dmamap_load() failure. - Make sure to update status bit in RX descriptors even if we failed to allocate a new buffer. - Don't blindly unload DMA map. Reuse loaded DMA map if received packet has errors. From yongari@FreeBSD Tested by myself and a number of end-users on i386/amd64/sparc64 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/17 15:02:58 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details ok bernd@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 15:35:58 Modified files: sys/dev/pci : if_em.c Log message: Try to reclaim the TX descriptors in the watchdog handler before actually issuing a watchdog reset of the interface. From yongari@FreeBSD CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 15:46:01 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in Log message: new version CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 16:02:47 Modified files: print/teTeX/base: Makefile Log message: zap ref to _internal-fake now that it works. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/17 16:08:19 Modified files: infrastructure/mk: bsd.port.mk Log message: somewhat big change: zap the package-link/package-unlink stuff, turn these into real targets. - now make package will create missing ftp/cdrom links when PERMIT says so. - PKG_ARCH=* packages get built into packages/no-arch, and linked from elsewhere. Everything gets based off PACKAGE_REPOSITORY, PKGREPOSITORYBASE and friends get ditched. All `package' targets go through the same routine: iterate through every subpackage with PACKAGING set. This includes describe, lib-depends-check, package, dump-vars, install-all, which will iterate through subdescribe, sublib-depends-check, subpackage, subdump-vars, and install. (names are subject to change). Much simpler logic, plus hey, you get an install-all target ! Might be some minor breakage, most stuff appear to work just fine... CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/17 16:09:12 Modified files: share/man/man7 : ports.7 Log message: fix documentation CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 16:19:38 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Readd the Dell PHY LED setup workaround and the Jumbo capability flag. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:22:01 Removed files: sys/arch/sparc/include: remote-sl.h sys/arch/solbourne/include: remote-sl.h Log message: Time to leave the bus. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:23:40 Modified files: sys/arch/mac68k/include: vmparam.h Log message: Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the worst case, the Booter will happily feed us up to 8 ranges, so we have to get prepared. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/17 16:26:37 Modified files: sys/arch/sparc/dev: tctrl.c Log message: No need to check for both cd_devs != NULL && cd_ndevs != 0, since the latter implies the former; no functional change. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 17:31:08 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add a flag to indicate which boards are only capable of 10/100 modes of operation. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/17 18:26:38 Modified files: . : 40.html Log message: Unfortunately there are still malloc misuses in the tree. ``sure, go for it'' djm@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/17 18:40:57 Modified files: share/man/man4 : uath.4 Log message: english CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:37:55 Modified files: sys/dev/usb : usbdevs Log message: More uath devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:38:39 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/17 19:42:30 Modified files: share/man/man4 : uath.4 sys/dev/usb : if_uath.c Log message: More uath devices, also properly mark some of the UB52/AR5005UX devices with the dual band flag. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 19:47:48 Modified files: sys/dev/pci : pcidevs Log message: - fix typo in Corollary vendor name - add the Silicom vendor id - add the Compaq Hotplug PCI host bridge id - add the Hint HB6 PCI bridge ids CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 19:52:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 20:03:50 Modified files: sys/dev/pci : pcidevs Log message: add entries for unknown Marvell SATA and ServerWorks IDE PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 20:08:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/09/17 20:39:56 Modified files: . : 40.html Log message: More 4.0 stuff. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/17 21:13:25 Modified files: sys/dev/ic : mpi.c Log message: There's no need to walk the list of devices to find the SCSI bus we should attach to, since config_found() already returns a pointer to it. Pointed out by Quentin Garnier, okay dlg@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/17 22:05:05 Modified files: sys/dev/pci : if_sk.c Log message: g/c unused SK_{SET,CLR}BIT macros From riz@NetBSD CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:04:28 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-Makefile_in patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc7 ok dlg@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:09:10 Modified files: mail/postfix/stable: Makefile distinfo Removed files: mail/postfix/stable/patches: patch-makedefs patch-src_util_sys_defs_h Log message: Postfix 2.3.3 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/17 23:25:40 Modified files: mail/postfix/snapshot: Makefile distinfo Removed files: mail/postfix/snapshot/patches: patch-makedefs patch-src_util_sys_defs_h Log message: Postfix 2.4 20060903 snapshot CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/17 23:41:10 Modified files: net/silc-client: Makefile Added files: net/silc-client/patches: patch-lib_silcutil_silcutf8_c Log message: Don't do a strlen(3) on non-NUL-terminated strings, especially since we are given a length, which can lead to a buffer overread and crash silc. OK brad@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/17 23:48:33 Modified files: sys/dev/pci : pcidevs Log message: Add some pci device types for Integrated Micro Solutions. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/17 23:51:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dhartmei@cvs.openbsd.org 2006/09/18 01:03:35 Modified files: sys/net : pf.c Log message: fix tos (type-of-service) comparisons. for rules which use 'tos x', compare for equality (ip_tos == x). for priority queue assignment, compare AND-wise (ip_tos & IPTOS_LOWDELAY). this matters mostly for cases where the reserved bits in ip_tos are used (RFC791, 1349) and more than a single bit is set. from Steve Welham, closes PR5226 and PR5227. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 01:35:51 Modified files: www/firefox-i18n: Makefile distinfo Log message: update to 1.5.0.7 as well "seems fine" maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 02:16:19 Modified files: infrastructure/mk: bsd.port.mk Log message: fix describe/dump-vars CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/09/18 02:53:23 Modified files: . : 40.html Log message: tcpdump(8) understands LLDP, new loadbalance mode for trunk(4) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:02:39 Modified files: www/p5-HTML-Prototype: Makefile distinfo www/p5-HTML-Prototype/pkg: PLIST Log message: update to new scriptaculous (1.6.2) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:03:30 Modified files: audio/amarok : Makefile distinfo audio/amarok/pkg: PLIST Log message: new amarok, try to keep dependencies in check, though it's getting harder. Note that new amarok doesn't even try to support akode or gstreamer for now, so xine-engine it is ! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:04:03 Modified files: www/cssed : Makefile www/galeon : Makefile www/lighttpd : Makefile audio/madplay : Makefile audio/py-xmms : Makefile databases/sqsh : Makefile www/php4/extensions: Makefile www/php5/extensions: Makefile Log message: new style libs CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/09/18 03:17:44 Modified files: net/p5-Net-DNS : Makefile distinfo net/p5-Net-DNS/pkg: PLIST Log message: update to Net-DNS-0.58 CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/09/18 03:22:59 Modified files: . : 40.html Log message: list changes in hostapd(8) and the new ieee80211_radiotap(9) RSSI header CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 03:40:32 Modified files: x11/gentoo : Makefile x11/gnome/applets2: Makefile x11/gnome/bonobo: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/eel : Makefile x11/gnome/gail : Makefile x11/gnome/gedit: Makefile x11/gnome/keyring: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/menus: Makefile x11/gnome/nautilus: Makefile x11/gnome/oaf : Makefile x11/gnome/panel: Makefile x11/gnome/print: Makefile x11/gnome/session: Makefile x11/gnome/utils: Makefile x11/gnome/vfs : Makefile x11/gnomemm : Makefile Log message: new style lib specs CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/18 03:53:05 Modified files: sys/net : pf.c Log message: allow RST from TCP client, even if client does not send data after SYN; ok frantzen, dhartmei, henning CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:21:49 Modified files: x11/matchbox/libmatchbox: Makefile x11/qt4 : Makefile x11/wxWidgets : Makefile.inc x11/gtk+ : Makefile x11/gtk+2 : Makefile x11/gtk+extra : Makefile x11/gtk-engines: Makefile x11/gtk-engines2: Makefile x11/gtk-theme-switch: Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtkmm : Makefile x11/gtksourceview: Makefile x11/gtop : Makefile x11/icewm : Makefile x11/idesk : Makefile x11/kde/graphics3: Makefile x11/kde/multimedia3: Makefile x11/kde/office3: Makefile x11/kde/okle : Makefile x11/kdirstat : Makefile x11/kountdown : Makefile x11/lablgtk : Makefile x11/matchbox/matchbox-desktop: Makefile x11/matchbox/matchbox-keyboard: Makefile x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-window-manager: Makefile x11/mlterm : Makefile x11/mowitz : Makefile x11/obconf : Makefile x11/ogle : Makefile x11/ogle_gui : Makefile x11/olvwm : Makefile x11/openbox : Makefile x11/openmotif : Makefile x11/osd_clock : Makefile x11/p5-Gtk : Makefile x11/p5-Tk : Makefile x11/py-Gtk : Makefile x11/py-gtk2 : Makefile x11/qinx : Makefile x11/qt : Makefile x11/qt2 : Makefile x11/qt2-designer: Makefile x11/qt3 : Makefile x11/quadkonsole: Makefile x11/qvwm : Makefile x11/rox-filer : Makefile x11/ruby-gtk : Makefile x11/sawfish : Makefile x11/skippy : Makefile x11/tk/8.0 : Makefile x11/tk/8.3 : Makefile x11/windowmaker: Makefile x11/wmclockmon : Makefile x11/wmctrl : Makefile x11/wmfishtime : Makefile x11/wmtheme : Makefile x11/wmthemeinstall: Makefile x11/wxWidgets/gtk: Makefile x11/wxWidgets/gtkheaders: Makefile x11/xawtv : Makefile x11/xcursorgen : Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile Log message: more new lib specs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:30:20 Modified files: net/mldonkey : Makefile Log message: unlink the snapshot dir, it's unlikely to come back for now... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 04:52:10 Modified files: x11/xfce4/libxfcegui4: Makefile x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-iconbox: Makefile x11/xfce4/xfce4-minicmd: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-showdesktop: Makefile x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systray: Makefile x11/xfce4/xfce4-taskbar: Makefile x11/xfce4/xfce4-toys: Makefile x11/xfce4/xfce4-trigger-launcher: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile x11/xfm : Makefile x11/xforms : Makefile x11/xloadimage : Makefile x11/xplanet : Makefile x11/xscreensaver: Makefile x11/xtraceroute: Makefile x11/xview/clients: Makefile x11/xvkbd : Makefile Log message: new lib specs CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 04:55:51 Modified files: sys/dev/usb : usb.c usb_port.h Log message: get rid of the usb_port.h macros that wrap our kthread create functions. looks ok pascoe@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:20:15 Modified files: x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile Log message: last new lib specs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:27:47 Modified files: infrastructure/build: resolve-lib Log message: zap .n.m suffix, just keep .0.0 as a special case for now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:30:08 Modified files: infrastructure/build: resolve-lib Log message: also zap .n as a final. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:40:07 Modified files: audio/aumix : Makefile audio/bmp : Makefile audio/grip : Makefile audio/gtkpod : Makefile audio/libgpod : Makefile audio/ncmpc : Makefile audio/rhythmbox: Makefile audio/xhippo : Makefile cad/klogic : Makefile comms/gnokii : Makefile comms/jpilot : Makefile converters/wv2 : Makefile databases/evolution-data-server: Makefile databases/gq : Makefile databases/mdbtools/snapshot: Makefile databases/mysql-administrator: Makefile databases/mysql-query-browser: Makefile devel/ORBit2 : Makefile devel/desktop-file-utils: Makefile devel/eclipse/sdk: Makefile devel/gal2 : Makefile devel/gconf-editor: Makefile devel/gconf2 : Makefile devel/glib2mm : Makefile devel/gstreamer-plugins: Makefile Log message: remove `empty' version spec (.0.0) which is no longer needed to desambiguate library names. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 05:50:40 Modified files: devel/kdbg : Makefile devel/libIDL : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libgtop2 : Makefile devel/libsoup : Makefile devel/libwnck : Makefile devel/libzvt : Makefile devel/p5-Glib2 : Makefile devel/subversion: Makefile devel/vte : Makefile editors/abiword: Makefile editors/cooledit: Makefile editors/glimmer: Makefile editors/kxmleditor: Makefile editors/leafpad: Makefile editors/vim : Makefile education/drgeo: Makefile games/dopewars : Makefile games/freeciv : Makefile games/gtkballs : Makefile games/kbilliards: Makefile games/kslide : Makefile games/taxipilot: Makefile graphics/blender: Makefile graphics/dia : Makefile graphics/evince: Makefile graphics/gfract: Makefile graphics/gimp/stable: Makefile graphics/gqview: Makefile graphics/gtkam : Makefile graphics/kimdaba: Makefile graphics/py-matplotlib: Makefile graphics/sane-frontends: Makefile graphics/sodipodi: Makefile graphics/swfdec: Makefile graphics/ufraw : Makefile japanese/kanatest: Makefile lang/classpath : Makefile lang/kaffe : Makefile mail/evolution : Makefile mail/mail-notification: Makefile mail/mozilla-thunderbird: Makefile mail/sylpheed : Makefile mail/sylpheed-claws: Makefile math/calcoo : Makefile math/galculator: Makefile math/gnumeric : Makefile Log message: zap unneeded 0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:00:00 Modified files: sysutils/gkrellm/plugins: Makefile.inc misc/logjam : Makefile misc/shared-mime-info: Makefile misc/xcdroast : Makefile net/bitlbee : Makefile net/etherape : Makefile net/ettercap : Makefile net/gaim : Makefile net/gajim : Makefile net/gftp : Makefile net/gmudix : Makefile net/gnet : Makefile net/gtk-gnutella: Makefile net/honeyd : Makefile net/irssi : Makefile net/libtorrent : Makefile net/nmap : Makefile net/rtorrent : Makefile net/xchat : Makefile news/pan : Makefile plan9/wily : Makefile print/poppler : Makefile print/scribus : Makefile productivity/gnucash: Makefile security/hydra : Makefile security/nessus/core: Makefile sysutils/bubblemon: Makefile sysutils/gkrellm/gkrellm: Makefile sysutils/hot-babe: Makefile textproc/gnome-spell: Makefile textproc/gpdf : Makefile textproc/gtkspell: Makefile www/bluefish : Makefile www/cssed : Makefile www/epiphany : Makefile www/galeon : Makefile www/gtkhtml3 : Makefile www/minimo : Makefile www/mozilla : Makefile www/mozilla-firefox: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:19:41 Modified files: x11/aewm : Makefile x11/devilspie : Makefile x11/gnome/applets2: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/desktop: Makefile x11/gnome/eel : Makefile x11/gnome/eog : Makefile x11/gnome/gail : Makefile x11/gnome/gdm : Makefile x11/gnome/gedit: Makefile x11/gnome/ggv : Makefile x11/gnome/keyring: Makefile x11/gnome/libbonobo: Makefile x11/gnome/libbonoboui: Makefile x11/gnome/libgnome: Makefile x11/gnome/libgnomecanvas: Makefile x11/gnome/libgnomeprint: Makefile x11/gnome/libgnomeprintui: Makefile x11/gnome/libgnomeui: Makefile x11/gnome/libgtkhtml: Makefile x11/gnome/librsvg: Makefile x11/gnome/menus: Makefile x11/gnome/metacity: Makefile x11/gnome/nautilus: Makefile x11/gnome/panel: Makefile x11/gnome/session: Makefile x11/gnome/terminal: Makefile x11/gnome/utils: Makefile x11/gnome/vfs2 : Makefile x11/gnome/yelp : Makefile x11/gnome/zenity: Makefile x11/goggles : Makefile x11/gromit : Makefile x11/gtk-engines2: Makefile x11/gtk-thinice-engine: Makefile x11/gtk2-clearlooks-engine: Makefile x11/gtk2-theme-switch: Makefile x11/gtk2mm : Makefile x11/gtkglext : Makefile x11/gtksourceview: Makefile x11/kde/accessibility3: Makefile x11/kde/addons3: Makefile x11/kde/arts3 : Makefile x11/kde/artwork3: Makefile x11/kde/base3 : Makefile x11/kde/games3 : Makefile x11/kde/libs3 : Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/office3: Makefile x11/kde/pim3 : Makefile x11/kde/utils3 : Makefile x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-window-manager: Makefile x11/mlterm : Makefile x11/mplayer : Makefile x11/obconf : Makefile x11/ogle_gui : Makefile x11/openbox : Makefile x11/p5-Gtk2 : Makefile x11/pbrowser : Makefile x11/py-gtk2 : Makefile x11/rep-gtk : Makefile x11/rox-filer : Makefile x11/sawfish : Makefile x11/wxWidgets/gtk2: Makefile x11/xfce4/gtk-xfce-engine: Makefile x11/xfce4/libxfce4mcs: Makefile x11/xfce4/libxfcegui4: Makefile x11/xfce4/xfcalendar: Makefile x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-clipman: Makefile x11/xfce4/xfce4-datetime: Makefile x11/xfce4/xfce4-diskperf: Makefile x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-iconbox: Makefile x11/xfce4/xfce4-minicmd: Makefile x11/xfce4/xfce4-netload: Makefile x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-showdesktop: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:23:06 Modified files: x11/xfce4/xfce4-systemload: Makefile x11/xfce4/xfce4-systray: Makefile x11/xfce4/xfce4-taskbar: Makefile x11/xfce4/xfce4-toys: Makefile x11/xfce4/xfce4-trigger-launcher: Makefile x11/xfce4/xfce4-wavelan: Makefile x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-xkb: Makefile x11/xfce4/xfdesktop: Makefile x11/xfce4/xffm : Makefile x11/xfce4/xfwm4: Makefile x11/xpad : Makefile x11/xplanet : Makefile x11/xscreensaver: Makefile Log message: zap .0.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 06:37:29 Modified files: sys/dev/ic : mpireg.h Log message: tiny whitespace nit CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 06:56:22 Modified files: infrastructure/build: resolve-lib Log message: remove hack to recognize .0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:00:05 Modified files: converters/p5-Convert-BinHex: Makefile Log message: Licensed under the GPL. Set PERMIT_* to "Yes" and bump PKGNAME. CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/09/18 07:00:41 Modified files: . : 40.html Log message: document that pkg_add over ssh now works, and works fast. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/18 07:01:26 Modified files: sys/dev/ic : mpi.c mpireg.h Log message: macros and types for event notifications from the hardware. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/09/18 07:18:56 Modified files: mail/smtp-vilter: Makefile Added files: mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Log message: Make extended logging work again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 07:21:09 Modified files: devel/p5-Algorithm-Diff: Makefile Log message: obviously arch-independent. CVSROOT: /cvs Module name: www Changes by: stevesk@cvs.openbsd.org 2006/09/18 07:21:44 Modified files: . : 40.html Log message: typo CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/09/18 07:45:45 Modified files: sbin/ipsecctl : ike.c Log message: KNF and clean some trailing white spaces, no binary change. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:49:24 Modified files: mail/p5-MIME-tools: Makefile Log message: MIME::Base64 comes with the base perl. Remove dependency on converters/p5-MIME-Base64 and bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/18 07:53:15 Modified files: converters/p5-MIME-Base64: Makefile Log message: MIME::Base64 comes with the base perl. Add COMES_WITH=4.0. Reported by janus at errornet.de. Thanks! CVSROOT: /cvs Module name: www Changes by: dim@cvs.openbsd.org 2006/09/18 08:05:01 Modified files: . : 40.html Log message: Mention Intel 945G/GM chipsets support. CVSROOT: /cvs Module name: www Changes by: dim@cvs.openbsd.org 2006/09/18 08:16:00 Modified files: . : 40.html Log message: Mention new SpeedStep bits. CVSROOT: /cvs Module name: ports Changes by: dhartmei@cvs.openbsd.org 2006/09/18 08:16:39 Modified files: mail/milter-regex: Makefile distinfo Log message: update to 1.6, adding sendmail quarantine support, fixes more state machine problems (multi-message connections), from Okan Demirmen. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 09:18:36 Modified files: mail/mozilla-thunderbird: Makefile mail/mozilla-thunderbird/patches: patch-configure_in Log message: fix version so it shows in the "about" dialog. problem noticed by matthieu CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/18 09:21:44 Modified files: . : 40.html Log message: speed control in a subsection CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:20:20 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_wpi.c sys/dev/ic : rt2560.c rt2661.c sys/dev/usb : if_ral.c if_rum.c if_uath.c if_zyd.c Log message: don't use IF_PREPEND() on altq's. use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:30:17 Modified files: sys/dev/usb : if_uath.c Log message: cleanup the list of supported devices. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 10:34:23 Modified files: sys/dev/usb : if_uath.c if_uathreg.h Log message: better uath_set_rates(). CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/09/18 10:57:23 Modified files: sys/arch/macppc/include: vmparam.h Log message: Extend the .text and .data segments to 64MB. This allows programs with large .text segments, like xmame, to run. ok drahn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/18 12:05:04 Modified files: share/man/man4 : pppoe.4 Log message: change the example hostname.pppoe0 to match the format documented in hostname.if(5). although it is more complex, we at least document how and why it works; complaints on a postcard... ok reyk canacar CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/18 12:08:32 Modified files: sys/dev/usb : if_uath.c Log message: fix my 1.7 commit. in uath_reset(), return on error if tsleep() fails. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/18 12:17:30 Modified files: infrastructure/mk: bsd.port.mk Log message: typo, found by Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/18 12:18:17 Modified files: lib/libpcap : Makefile Log message: +MLINK pcap.3 pcap_get_selectable_fd.3 from okan demirmen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/18 12:53:32 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.7 and update my e-mail address while there. ok alek CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/09/18 14:25:51 Modified files: . : 40.html Log message: Add some bio and bioctl blurbs CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:02:57 Modified files: net/rtorrent : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:10:11 Modified files: net/trickle : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:11:50 Modified files: sys/lib/libsa : printf.c Log message: Add a hand rolled 64bit hex printf that can be used outside of LIBSA_LONGLONG_PRINTF which requires 64bit math support. With help from mickey@ Tested on i386, amd64 and on alpha by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/18 15:12:06 Modified files: . : 40.html Log message: New sysctls to check the system vendor, product, version, and UUID. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:12:57 Modified files: sys/lib/libsa : stand.h Added files: sys/lib/libsa : strtoll.c Log message: Import a slightly stripped down strtoll(3) from stdlib into libsa as it is needed for boot(8) > 4G support. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:13:38 Modified files: www/tinyproxy : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:14:15 Modified files: sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/libkern: Makefile sys/arch/i386/stand/libsa: Makefile cmd_i386.c libsa.h memprobe.c Log message: boot(8) ``machine memory'' support for > 4G. Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/18 15:15:33 Modified files: sys/arch/amd64/stand/boot: conf.c Makefile sys/arch/amd64/stand/libsa: cmd_i386.c libsa.h memprobe.c Log message: boot(8) ``machine memory'' support for > 4G. Convert parser to strtoll(3) and use 64bit printf. With help from mickey@ i386 and amd64 tests by me, alpha test by mickey@ OK mickey@, miod@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:18:37 Modified files: audio/tremor-tools: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2006/09/18 15:21:45 Modified files: . : 40.html Log message: mention com(4) pcmcia and cardbus support on macppc CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/18 15:22:19 Modified files: graphics/vcdimager: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/09/18 15:33:32 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : re.c revar.h Log message: Fix for re_stop() being called from re_cardbus_shutdown() with the wrong arguments, causing uvm_fault on halt/reboot, with a cardbus re inserted. While here, cleanup prototypes and use revar.h everywhere. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/18 18:20:17 Modified files: sys/arch/i386/pci: ichpcib.c Log message: add 82801GHM and 82801H CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/18 19:54:54 Modified files: graphics/gwenview: Makefile distinfo graphics/gwenview/patches: patch-src_gvcore_Makefile_in graphics/gwenview/pkg: PLIST Log message: upgrade to gwenview 1.4.0 CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/18 20:44:06 Modified files: archivers/p5-Archive-Tar: Makefile distinfo Log message: update to 1.30 ok kevlo@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/18 21:34:49 Modified files: sys/dev/pci : pciide.c Log message: add a missing space to a DMA load error printf. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/18 22:00:35 Modified files: www/p5-HTTP-Server-Simple: Makefile distinfo Log message: update to 0.20 ok maintainer CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/18 23:52:23 Modified files: usr.bin/grep : mmfile.c usr.bin/mg : fileio.c usr.bin/pkill : pkill.c usr.bin/rcs : rcsutil.c usr.bin/sdiff : sdiff.c usr.bin/ssh : sftp.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/19 01:23:02 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : revar.h Log message: no externs on protots ad no casts from void * CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 02:05:22 Modified files: databases/p5-DBI: Makefile distinfo databases/p5-DBI/pkg: PLIST Log message: update to new version, okay maintainer CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/09/19 03:03:53 Modified files: security/p5-IO-Socket-SSL: Makefile distinfo Log message: upgrade to p5-IO-Socket-SSL 1.01 ok jasper@ sturm@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/19 03:30:03 Modified files: sys/dev : ipmi.c Log message: fix all malloc()s to nowait|canfail and do not ignore errors reading sensor status; marco@ ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 03:57:58 Modified files: infrastructure/package: mksqlitedb Log message: split things exactly like make does, avoid a few spurious error messages from sqlite. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 04:00:09 Modified files: databases/sqlite3/patches: patch-Makefile_in Log message: remove patch obsoleted by USE_LIBTOOL, and add test to .PHONY targets, fixes multiple runs of make regress. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/19 04:48:41 Modified files: sbin/isakmpd : log.c ui.c x509.c bin/systrace : intercept.c policy.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which leads to surprising results. Spotted by/partly from Paul Stoeber, more to come. ok ho@ miod@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/19 05:06:34 Modified files: sys/arch/i386/eisa: eisa_machdep.c sys/arch/i386/i386: apic.c autoconf.c conf.c db_disasm.c db_interface.c db_trace.c disksubr.c freebsd_machdep.c i686_mem.c ipx_cksum.c kgdb_machdep.c linux_machdep.c lock_machdep.c machdep.c mem.c mpbios.c mtrr.c pctr.c pmap.c process_machdep.c rbus_machdep.c svr4_machdep.c sys_machdep.c trap.c vm86.c vm_machdep.c sys/arch/i386/isa: ahc_isa.c clock.c isa_machdep.c isapnp_machdep.c joy.c joy_isa.c joy_isapnp.c lms.c mms.c npx.c pccom.c sys/arch/i386/pci: amd756.c opti82c558.c opti82c700.c pchb.c pci_addr_fixup.c pci_intr_fixup.c pci_machdep.c pcib.c pcibios.c pcic_pci_machdep.c pciide_machdep.c piix.c sis85c503.c via8231.c via82c586.c Log message: ansi/deregister CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 05:25:17 Modified files: infrastructure/mk: bsd.port.mk Log message: fix update: now that we no longer recurse at the cookie level, we have to recurse higher. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 05:26:38 Modified files: databases/sqlite3: Makefile distinfo Log message: update to 3.3.7, talked to author, regression failures are known, but not really important. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:39:53 Modified files: mail/p5-Email-Address: Makefile distinfo Log message: update to 1.870 ok maintainer CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:44:34 Modified files: www/p5-CGI-Ajax: Makefile distinfo Log message: update to 0.697 ok espie@ steven@ CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/09/19 05:46:39 Modified files: mail/p5-MIME-Types: Makefile distinfo Log message: update to 1.17 ok maintainer CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 05:53:10 Modified files: usr.sbin/bgpd : parse.y Log message: kill useless debug code that somehow snuck in, some 2 years ago... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 06:15:29 Modified files: usr.sbin/bgpd : parse.y Log message: save the parser state in one big struct, and make it interchangable, aka make the parser restartable. with that implement "include" file support. makes life a _lot_ easier with filter generation tools. claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 07:02:24 Modified files: usr.sbin/bgpd : rde.c Log message: when the neighbor announced the restart capability, send the end-of-rib marker after a bulk transfer, claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/09/19 07:04:01 Modified files: usr.sbin/bgpd : buffer.c session.c Log message: make buffer_grow always return a valid struct buf; the contained buffer might be NULL on realloc failure tho. all users check buffer size before using the buffer, so this is not a problem. makes error handling much easier. ease the capabilities code big time. claudio ok CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:14:32 Modified files: sys/dev/ic : ar5211.c ar5212.c ar5xxx.c Log message: disable 11g mode for now CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:25:54 Modified files: sys/dev/ic : ath.c ar5212.c Log message: use the correct antenna mode settings and fix a bug in the tx descriptor setup. this will fix various issues including 11a mode with ar5212. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 07:37:11 Modified files: sys/dev/ic : ar5211.c Log message: fix 11a/b antenna mode setup CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 08:06:07 Modified files: sys/dev/pci : pcidevs Log message: add atheros AR2413 and AR5413 device ids CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 08:07:08 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2006/09/19 08:25:04 Modified files: usr.sbin/tcpdump: print-ip6.c print-ipsec.c Log message: enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:26:52 Modified files: editors/zile : Makefile distinfo Log message: maintenance update to 2.2.22 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:27:32 Modified files: net/ncftp : Makefile distinfo Log message: maintenance update to 3.2.0 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/19 08:33:13 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Log message: update to 7.15.5: various bug fixes CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/19 08:41:55 Modified files: usr.bin/calendar/calendars: calendar.history Log message: more stuff for June "commitski now" mickey CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2006/09/19 09:33:41 Modified files: . : 40.html Log message: Equal cost multipath routing finally works in 4.0 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/19 09:40:43 Modified files: . : 40.html Log message: enough people thought sparc64 should be in the upper block CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/09/19 10:01:17 Modified files: . : 40.html Log message: More verbage on armish, mention prebind. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/09/19 10:30:34 Modified files: . : 40.html Log message: Add some blurb about new I2C chips supported by existing drivers. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 10:42:29 Modified files: sys/dev/ic : ar5211.c ar5212.c ar5xxx.h Log message: better mode setup in the ar5211 and ar5212 reset functions CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 10:46:40 Modified files: sys/dev/ic : ath.c Log message: "pure g" is a special, non-standard ofdm-only mode. use the standard dynamic cck/ofdm "11g" mode instead. CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/09/19 10:54:46 Modified files: . : donations.html Log message: Remove some donors whose ccard transactions failed CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/19 11:06:10 Modified files: usr.bin/calendar/calendars: calendar.history Log message: fill July ok mickey CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 11:08:01 Modified files: sys/dev/ic : ar5xxx.c ar5xxx.h ath.c Log message: detect the newer single chip generations AR2413, AR5413 and AR5224 but don't attach them, yet. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/19 11:38:39 Modified files: sys/dev/ic : pgt.c Log message: add missing sys/device.h. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/19 11:49:13 Modified files: sys/dev/ic : ath.c ar5212.c ar5xxx.h Log message: attach and enable the newer chipset generations AR2413, AR5413, and AR5424. unlike the previous chipset generations, these chipsets are single chip solutions. the AR5424 is a PCI Express chipset as found in various intel Macs. support is still incomplete- 11a mode works and 11b mode is rx-only. i need some more test reports, hardware donations (there are several different subrevisions) and time to finish it. thanks for help from kettenis@ "of course!" deraadt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/19 12:01:36 Modified files: sys/dev/acpi : acpibat.c Log message: Typo fixes. ok marco CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 12:10:14 Log message: D-Bus IPC, will be used by KDE4 Status: Vendor Tag: espie Release Tags: xorg N ports/x11/dbus/Makefile N ports/x11/dbus/distinfo N ports/x11/dbus/pkg/PLIST N ports/x11/dbus/pkg/DESCR N ports/x11/dbus/pkg/PFRAG.shared N ports/x11/dbus/patches/patch-test_Makefile_am N ports/x11/dbus/patches/patch-test_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 12:10:49 Modified files: x11 : Makefile Log message: +dbus CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/09/19 12:43:12 Modified files: . : 40.html Log message: By now we have a gdb that's heavily patched. CVSROOT: /cvs Module name: src Changes by: aanriot@cvs.openbsd.org 2006/09/19 13:33:04 Modified files: etc : changelist etc/mtree : special Log message: add chio.conf bits. ok beck@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 13:54:14 Modified files: infrastructure/mk: bsd.port.mk Log message: unset PACKAGING before iterating from PACKAGE_COOKIE. This forces BIN_PACKAGES=Yes always, probably a good thing. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/19 14:10:40 Modified files: infrastructure/mk: bsd.port.mk Log message: readmes is yet another target that should recurse. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/19 15:14:08 Modified files: usr.bin/ssh : packet.c Log message: client NULL deref on protocol error; Tavis Ormandy, Google Security Team CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/09/19 15:29:47 Modified files: sbin/ipsecctl : ipsecctl.c pfkdump.c pfkey.h Log message: sort SAs by spi; ok hshoexer CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/19 15:43:13 Modified files: sys/kern : kern_watchdog.c Log message: A bit of microoptimisation that doesn't hurt readability: Don't do timeout_del() if we're going to timeout_add() in the next block. ok dlg (a while ago), markus CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/19 16:11:19 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable pgt(4) on amd64. Missing entry spotted by brad@. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/09/19 16:35:14 Modified files: regress/usr.bin/rcs: Makefile Log message: - bump ulimit -d value for EOF test case so that it works on amd64 and sparc64 (thanks to pedro@ for testing on his sparc64). - use ${.CURDIR} to make this work properly with an obj/ dir. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 16:46:12 Modified files: . : 40.html Log message: IPsec now supports road warrior setups, using hostnames as source identifiers instead of IP addresses. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/19 18:25:47 Modified files: . : 40.html Log message: ISBN from deraadt@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/19 18:28:47 Modified files: . : 40.html Log message: remove comments for things that have been done CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 18:39:00 Modified files: . : 40.html Log message: Many integer type safety cleanups with lint(1). CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 19:27:26 Modified files: . : 40.html Log message: ipsecctl now supports: - IPv6 support - AH support - Transport mode support - Roaming user scenarios - USER_FQDN id support OK msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 20:48:16 Modified files: . : 40.html Log message: Move ipsecctl stuff into new IPsec section and add isakmpd startup improvements. OK msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 21:29:28 Modified files: . : 40.html Log message: Improve wording: "Dynamic IKE support for roaming users" requested by and okay msf@ CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/19 23:26:19 Modified files: . : 40.html Log message: s/unlink/unlike/ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:16:50 Added files: share/man/man4 : acpibat.4 Log message: Add man page for acpibat(4) based on submission from Dmitri Alenitchev. Input from jmc, marco, and myself. yay jmc, ``get it in'' marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:19:11 Modified files: share/man/man4 : Makefile Log message: Add acpibat.4. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/20 01:41:21 Modified files: share/man/man4 : acpi.4 Log message: Add acpibat(4) to list of supported devices and .Xr in SEE ALSO. Also .Xr acpihpet 4 in SEE ALSO. ok jmc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 02:04:04 Modified files: share/man/man4 : acpi.4 Log message: - no need to add Xrs to SEE ALSO when the body already lists them - remove non-standard .Sh CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 02:07:34 Modified files: share/man/man4 : acpibat.4 Log message: tweak; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/20 02:35:31 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 02:57:29 Modified files: audio/py-ogg : Makefile Log message: - new HOMEPAGE and MASTER_SITES - drop maintainership - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:00:16 Modified files: audio/py-ao : Makefile Log message: - new HOMEPAGE and MASTER_SITES - drop maintainership - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/20 03:06:20 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-sal_osl_unx_system_h patch-solenv_config_stand_lst patch-solenv_inc_unxobsdi_mk editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-portaudio_portaudio_v18_1_patch patch-readlicense_oo_util_makefile_pmk Removed files: editors/openoffice/patches: patch-cli_ure_version_makefile_mk patch-config_office_configure patch-desktop_source_pkgchk_unopkg_cmdenv_cxx patch-epm_epm-3_7_patch patch-scp2_source_writer_file_writer_scp patch-slideshow_source_engine_activities_continuouskeytimeactivitybase_cxx Log message: update to version 2.0.4m4; - more optimizations; - use autoconf; - remove hardcoded paths from unxobsdi.mk; - zap .0.0 from WANTLIB; - add a new MASTER_SITE; - enable sndfile support; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/20 03:11:47 Modified files: editors : Makefile Log message: add openoffice CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:13:18 Modified files: devel/py-tpg : Makefile distinfo devel/py-tpg/pkg: PLIST Log message: Update to TPG-3.1.0 CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/20 03:23:35 Modified files: fr : 40.html donations.html events.html sparc64.html nl : 39.html Added files: nl : 40.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 03:29:58 Modified files: converters/p5-Date-Tolkien-Shire: Makefile distinfo Log message: Update to Date-Tolkien-Shire-1.13 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 04:06:57 Modified files: devel/py-cheetah: Makefile distinfo devel/py-cheetah/pkg: PLIST Log message: Update to Cheetah-2.0rc7 and drop maintainership. See http://cheetahtemplate.org/docs/CHANGES for more information. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/20 05:03:01 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update to 1.5.0.7 from maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/20 06:22:07 Modified files: x11/dbus : Makefile Log message: Add missing WANTLIB and LIB_DEPENDS... CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 06:41:46 Modified files: net/py-irclib : Makefile distinfo net/py-irclib/pkg: PLIST Log message: Update to python-irclib-0.4.6 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 07:22:42 Modified files: audio/py-tagger: Makefile distinfo audio/py-tagger/patches: patch-setup_py audio/py-tagger/pkg: PLIST Log message: Update to pytagger-0.5 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 07:43:47 Modified files: sys/ufs/ffs : ffs_inode.c Log message: Replace a bzero() by a loop in ffs_indirtrunc(), making the code FFS2 compatible, adapted from FreeBSD, okay krw@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 07:44:06 Modified files: . : 40.html Log message: there is a new serial number sysctl as well CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 07:51:19 Modified files: sys/dev : vnd.c usr.sbin/vnconfig: vnconfig.c Log message: Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 08:08:47 Log message: LuaCrypto, a Lua binding for the OpenSSL crypto libraries Status: Vendor Tag: pedro Release Tags: pedro_20060920 N ports/security/luacrypto/Makefile N ports/security/luacrypto/distinfo N ports/security/luacrypto/patches/patch-config N ports/security/luacrypto/patches/patch-Makefile N ports/security/luacrypto/patches/patch-src_evp_c N ports/security/luacrypto/patches/patch-src_hmac_c N ports/security/luacrypto/pkg/DESCR N ports/security/luacrypto/pkg/PLIST N ports/security/luacrypto/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/09/20 08:09:15 Modified files: sys/arch/i386/i386: est.c Log message: Correct EST table for Pentium M 770, from NetBSD. Verified by shanejp netspace net au. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 08:14:20 Modified files: security : Makefile Log message: Add LuaCrypto CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/20 08:29:03 Modified files: usr.bin/grep : mmfile.c Log message: That should be S_ISREG, dunno why I committed this wrong version; spotted by hshoexer@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 08:29:52 Removed files: sbin/dumplfs : Makefile dumplfs.8 dumplfs.c extern.h misc.c Log message: Remove dumplfs, okay millert@ miod@ CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 08:35:33 Modified files: . : 40.html Log message: vnconfig can now use PKCS #5 PBKDF2 to create a more secure key; ok pedro@ CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/20 08:44:13 Modified files: www/pyblosxom : Makefile Log message: no need to redefine what's already in the python module. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 08:58:32 Modified files: usr.sbin : Makefile Removed files: usr.sbin/bad144: Makefile bad144.8 bad144.c Log message: Remove bad144, okay deraadt@ miod@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 09:08:49 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill August ok mickey CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 09:10:55 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: add md5 collision ok mickey CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/20 10:02:03 Modified files: net/BitTorrent : Makefile Added files: net/BitTorrent/patches: patch-BitTorrent_Storage_py Log message: fix resume so it won't always recheck the hash; pointed to by ckuethe@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 10:02:23 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: Add the Unix Billenium CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2006/09/20 10:06:55 Modified files: . : 40.html Log message: & -> & CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 10:08:08 Modified files: . : 40.html Log message: To be released... some fix on Nov 1, ok? CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/20 10:15:19 Modified files: www/opera-flashplugin: Makefile distinfo Log message: update to 7.0r68 CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/20 10:49:07 Modified files: usr.bin/calendar/calendars: calendar.history Log message: add missing year, spotted by steven CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:25:33 Modified files: . : index.html items.html orders.html tshirts.html Added files: images : Pufferix.jpg cd40-s.gif cdaudio-s.gif cdaudio.gif openbsd40_cover.gif poster16-s.gif poster16.gif tshirt-26_back-s.gif tshirt-26_back.gif tshirt-26_front-s.gif tshirt-26_front.gif Log message: activate 4.0 pre-orders. this release, we also make available an audio compilation of all our previous songs (plus an extra special one) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:28:45 Modified files: . : orders.html Log message: fix tshirt image link CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/20 11:30:04 Log message: import xfce4-mixer 4.2.3, a volume control application for the Xfce Desktop Environment. This software package contains both a volume control plugin for the Xfce Panel and a standalone mixer application. Submitted by Antoine Jacoutot ok jolan Status: Vendor Tag: jasper Release Tags: jasper_2006-09-20 N ports/x11/xfce4/xfce4-mixer/distinfo N ports/x11/xfce4/xfce4-mixer/Makefile N ports/x11/xfce4/xfce4-mixer/patches/patch-lib_Makefile_in N ports/x11/xfce4/xfce4-mixer/pkg/DESCR N ports/x11/xfce4/xfce4-mixer/pkg/PFRAG.shared N ports/x11/xfce4/xfce4-mixer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/20 11:36:26 Modified files: x11/xfce4 : Makefile Log message: add xfce4-mixer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 11:39:32 Modified files: . : items.html orders.html Log message: fix direct audio cd ordering CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:20:45 Modified files: . : items.html lyrics.html Log message: tie lyrics.html and the new audio cd together CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:28:33 Modified files: . : items.html lyrics.html Added files: images : cdaudio-m.gif Log message: link lyrics.html even better to the cdaudio CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/20 12:30:12 Modified files: . : lyrics.html Log message: a pun or two is not bad CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/20 12:34:14 Modified files: de : bank-donation.html donations.html events.html ftp.html i386-laptop.html items.html press.html sparc64.html faq/de : upgrade40.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : bank-donation.html Log message: sync with steelix translation CVS, work as usual by Tobias Stoeckmann CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:34:25 Modified files: sys/dev/pci : pcidevs Log message: HPSA_6 -> HPSAE500 (Smart ARRAY E500) board model name from the Linux driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:34:53 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:45:16 Modified files: sys/dev/pci : ciss_pci.c Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/09/20 13:47:17 Modified files: sys/dev/usb : if_uath.c if_uathvar.h Log message: implement a zero-copy RX data path. instead of copying the xfer buffer's content into a mbuf cluster, attach the xfer buffer as a mbuf external storage and pass it to the net80211 layer as is. maintain a reference count on the softc structure and wait in detach() until all references have been released by the network layer. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 13:56:53 Modified files: . : tshirts.html Log message: typos CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/20 13:58:29 Modified files: share/man/man4 : ciss.4 Log message: mention SAS in the .Nd line and add the E500 model. CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2006/09/20 13:58:40 Modified files: kerberosV/src/lib/krb5: krb5_timeofday.3 krb5_get_init_creds.3 Log message: spelling & grammar help & ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 14:42:52 Modified files: sbin/newlfs : newlfs.8 Log message: -.Xr dumplfs 8 , CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/20 14:48:05 Modified files: www/mozilla-firefox: Tag: OPENBSD_3_9 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_3_9 patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 14:48:27 Modified files: sbin/badsect : badsect.8 share/man/man4/man4.vax: hp.4 share/man/man8/man8.vax: drtest.8 format.8 Log message: remove references to bad144(8) man page; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/20 14:48:48 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_3_9 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_3_9 patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/20 15:26:20 Modified files: usr.bin/top : machine.c Log message: Recommit memory leak fix. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/20 15:28:09 Modified files: libexec/login_radius: raddauth.c Log message: Recommit non-static array fix. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/09/20 15:56:21 Modified files: sys/nfs : nfs.h nfs_socket.c Log message: Fix the way delays between request retransmissions are calculated in the case where NFSERR_TRYLATER is received from the server. Adapted from NetBSD. ok pedro@, tedu@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 15:56:57 Modified files: . : 40.html Log message: typos CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/20 16:06:36 Modified files: net/tor : Makefile net/tor/patches: patch-src_config_torrc_sample_in net/tor/pkg : PLIST Log message: Create data directory for tor. Also daemonize and log to syslog by default. OK maintainer Rui Reis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:16:04 Added files: sys/dev/microcode/bnx: Makefile bnx-license build.c Log message: build a bnx firmware file, for firmload CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:18:23 Modified files: sys/dev/pci : if_bnxreg.h Log message: export a structure for the firmware file header. Unfortunately this is one of the more gross firmwares around (as in, the broadcom supplied header file has 30+ ugly global variables.. which we must copy into a header. Kernel and userland must agree about this header, then the kernel can rip the header apart back into it's driver specific "globals"..) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 16:22:37 Modified files: share/man/man4 : bio.4 pci.4 Log message: update ciss.4 .Nd; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/20 16:38:28 Modified files: share/man/man4/man4.sparc64: power.4 Log message: - sort SEE ALSO - better macro CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 16:41:33 Modified files: distrib/sets/lists/base: md.i386 distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 16:54:29 Modified files: sys/ufs/ffs : ffs_inode.c Log message: Use void * where void * is meant, spotted by tedu@ No binary change CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/20 17:24:40 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/20 19:21:19 Modified files: devel/luacopas : Makefile distinfo devel/luacopas/files: init.lua devel/luacopas/pkg: PLIST Log message: Upgrade to LuaCopas 1.1.0 CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/20 20:46:00 Modified files: sbin/newlfs : Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Log message: Remove newlfs, okay weingart@ deraadt@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 23:39:59 Modified files: build : mirrors.dat Log message: remove ftp.nl.uu.net, requested by maintainers ftp-admins@eu.uu.net CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/20 23:40:59 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/09/21 00:14:46 Modified files: build : packages-3.9 Log message: firefox, thunderbird CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/09/21 00:14:58 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 01:33:16 Modified files: fr : 40.html index.html items.html nl : 40.html index.html items.html orders.html tshirts.html openntpd/fr : portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/21 02:20:28 Modified files: www/rawdog : Makefile distinfo www/rawdog/pkg : PLIST Log message: Update to Update to rawdog-2.10 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 02:35:39 Modified files: sys/dev/ic : mpireg.h Log message: event data for the sas phy and sas status change messages CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 02:42:11 Modified files: sys/scsi : scsiconf.c Log message: when we probe and find devices on the scsibus, we allocate a scsi_link struct for it and keep it in the midlayer. however, this struct was never free'd on detach. since we only do hotplugging of controllers (and the scsibus and devices get hotplugged as a matter of course), we now walk the list of scsi_link structs and free them on detach of scsibus. ok marco@ CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/21 02:57:02 Modified files: security/py-paramiko: Makefile distinfo security/py-paramiko/pkg: PLIST Log message: Update to paramiko-1.6.2 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:05:28 Modified files: sys/dev/ic : mpi.c Log message: factor the common code out of mpi_intr and mpi_complete. they were basically identical apart from the conditions they looped on. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/21 03:20:11 Modified files: . : events.html Log message: will speak at hack.lu CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:42:27 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: wrap the hardware replies up in a structure called mpi_rcb which is similair to the one used for requests. take the reply bits out of the ccb, but point it at the rcb instead. this lets us defer processing of the reply some time after we reuse or free the ccb. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 03:44:05 Modified files: sys/dev/ic : mpi.c mpivar.h Log message: add a debug flag type thing for event handling CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2006/09/21 03:52:45 Modified files: sys/dev/pci : azalia.c Log message: missing args for printf; some from Aurelien . CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:00:40 Modified files: sys/dev/ic : mpi.c Log message: start cleaning up the completion path for event notifications. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/21 04:03:40 Modified files: x11/idesk : Makefile distinfo Log message: update to 0.7.5; timeout from maintainer. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:52:30 Modified files: sys/dev/ic : mpi.c Log message: deref the right rcb by using i as the index, not 1 all the time. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 04:57:52 Modified files: sys/dev/ic : mpi.c Log message: code for acking event notifications that require acks. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/21 05:10:53 Modified files: sys/netinet : ip_esp.c Log message: ugly trailing ws; from bret dot lambert at gmail CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/21 05:31:33 Modified files: infrastructure/mk: bsd.port.mk Log message: Don't error out if 'unset PACKAGING' returns false. Unbreaks 'make install'. Noticed by many. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:41:11 Modified files: share/man/man4 : cardbus.4 Log message: do not use full stops at the end of the device lists: there's no need for it, and pasting will be easier without them CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:45:47 Modified files: share/man/man4 : eisa.4 Log message: drop full stops from device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:50:44 Modified files: share/man/man4 : ahb.4 ahc.4 bha.4 eisa.4 share/man/man4/man4.i386: uha.4 Log message: sync the eisa scsi devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 06:56:39 Modified files: share/man/man4 : isa.4 Log message: drop full stops from the device list; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/21 07:03:12 Modified files: mail/bogofilter: Makefile misc/cdrdao : Makefile Log message: Convert to new style libspecs. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:04:58 Modified files: share/man/man4 : aha.4 aic.4 isa.4 share/man/man4/man4.i386: sea.4 wds.4 Log message: sync isa scsi devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:10:26 Modified files: share/man/man4 : isapnp.4 Log message: drop full stops from device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:20:27 Modified files: share/man/man4 : isapnp.4 mpu.4 share/man/man4/man4.i386: sb.4 joy.4 Log message: isapnp devices sync; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 07:25:08 Modified files: share/man/man4 : isa.4 Log message: - put mpu(4) in the right place - sync mpu(4) and sb(4) entries CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/21 07:33:06 Modified files: xc/programs/Xserver/hw/xfree86/drivers/wsfb: wsfb_driver.c Log message: make the wsfb driver inform the X server that it doesn't require direct access to the hardware. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/21 07:44:51 Modified files: xc/extras/Xpm/lib: data.c Log message: make libXpm more robust when parsing XPM files with un-terminated comments in them. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 08:13:37 Modified files: share/man/man4/man4.i386: Makefile Added files: share/man/man4/man4.i386: pas.4 Log message: add a small page for proaudio spectrum; help/ok mickey CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 08:14:52 Modified files: share/man/man4 : isa.4 Log message: sync the pas.4 entry; CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/09/21 08:34:01 Modified files: . : events.html Log message: mention who is talking about what at NYCBSDCON. When beck/millert have topics nailed down, I'll add 'em. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/09/21 08:37:19 Modified files: . : events.html Log message: fix the peeps. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/21 08:41:50 Modified files: devel/py-psyco : Makefile distinfo devel/py-psyco/pkg: PLIST Removed files: devel/py-psyco/patches: patch-c_Objects_pobject_c patch-c_Objects_pobject_h patch-c_dispatcher_c Log message: update to 1.5.1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:01:50 Modified files: share/man/man4 : pci.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:10:38 Modified files: share/man/man4 : pci.4 adv.4 ahd.4 iha.4 isp.4 pcscp.4 siop.4 trm.4 Log message: sync the pci scsi entries; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:14:07 Modified files: bin/rm : rm.1 Log message: reword a sentence so we are not discussing lfs; help from pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:15:22 Modified files: usr.sbin/pstat : pstat.8 Log message: more lfs removal; ok pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:19:19 Modified files: share/man/man4 : adv.4 Log message: the drivers are called adv and adw, not advansys; CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/09/21 09:30:07 Modified files: usr.bin/rcs : ci.c diff.c diff.h diff3.c rcs.c rcsdiff.1 rcsdiff.c Log message: Add support to rcsdiff for all the other diff flags that are pertinent to files (not directories) and that do not conflict with rcsdiff-specific flags. OK xsa@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:37:44 Modified files: share/man/man4 : pcmcia.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:39:50 Modified files: share/man/man4 : pcmcia.4 Log message: sync com, aic, and wdc lines; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:43:37 Modified files: share/man/man4 : sbus.4 Log message: drop trailing full stops from the device list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:47:34 Modified files: share/man/man4 : sbus.4 share/man/man4/man4.sparc: esp.4 share/man/man4/man4.sparc64: esp.4 Log message: sync sbus scsi device list; CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 09:48:10 Log message: gnash-20060919, flash player with firefox browser plugin, from deanna phillips with some tweaks by me. not really usable imho, but getting there Status: Vendor Tag: jolan Release Tags: jolan_20060921 N ports/www/gnash/Makefile N ports/www/gnash/distinfo N ports/www/gnash/pkg/DESCR N ports/www/gnash/pkg/PLIST N ports/www/gnash/patches/patch-plugin_Makefile_am N ports/www/gnash/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:50:49 Modified files: share/man/man4 : usb.4 Log message: remove trailing full stops from the device list; CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 09:51:32 Modified files: www : Makefile Log message: +gnash CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:53:37 Modified files: share/man/man4/man4.hppa: gsc.4 Log message: remove trailing full stops from device list; CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/09/21 09:55:13 Modified files: . : events.html Log message: move EurOScon to past CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 09:58:22 Modified files: share/man/man4/man4.mac68k: obio.4 esp.4 ncrscsi.4 Log message: mac scsi sync; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 10:29:03 Modified files: usr.bin/rcs : rcsdiff.1 Log message: nick a double space; CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/09/21 10:56:31 Modified files: . : events.html Log message: I'm going to nycbug 06, so add something here for me, and finalize later after talk topics are nailed down with the program weenies. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/21 11:10:49 Modified files: share/man/man4 : pci.4 Log message: trim the de.4 entry; CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 11:50:08 Modified files: fr : 40.html events.html pkg-stable.html nl : items.html orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/21 12:03:12 Modified files: . : robots.txt Log message: Some people of disrepute are sending us smallish donations, but then act towards us as if these not donations -- by firmly insisting that there is a deal, that we must we link to some site they are doing business for, which has a horrid page rank (because it is a bad business, generally). they are trying to use OpenBSD for advertising purposes. but a donation is a donation is a donation -- it is not a business transaction where we get paid to decrease our own page rank and increase theirs! So add /donations.html to robots.txt. Hopefully some search engines will now stop ranking those sites (because some might still be in the file) based on our file, and these people will realize that they are doing something totally futile. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 12:17:34 Modified files: de : items.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/21 13:05:00 Modified files: de : 40.html events.html ftp.html index.html items.html orders.html tshirts.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/21 13:43:21 Removed files: sbin/newlfs : Makefile config.h extern.h lfs.c misc.c newfs.c newlfs.8 Log message: Those were supposed to go away... CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/09/21 13:56:26 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Log message: Update to libTorrent 0.9.3/rTorrent 0.5.3. From a submission by maintainer Henrik Enberg, IIRC. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/21 14:06:33 Modified files: bin/df : df.c Removed files: bin/df : lfs_df.c Log message: Remove LFS-related code, no binary change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/21 14:52:26 Log message: import pscan, a limited problem scanner for C source code from Steffen Wendzel Status: Vendor Tag: steven Release Tags: steven-20060921 N ports/devel/pscan/distinfo N ports/devel/pscan/Makefile N ports/devel/pscan/pkg/DESCR N ports/devel/pscan/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/21 14:53:36 Modified files: devel : Makefile Log message: +pscan CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:06:46 Modified files: build : groups.dat Log message: add OpenBSD-PA group in Brazil, from Joao Salvatti CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:07:33 Modified files: . : groups.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/21 15:25:14 Modified files: faq : faq13.html Log message: one may need to unmute the mixer's cd input. suggested by emmanuel.jarri at gmail CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/21 16:44:37 Modified files: fr : 40.html events.html faq/fr : faq13.html upgrade40.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/21 17:14:48 Modified files: www/gnash : Makefile Log message: add auto* to build_depends, noticed by steven@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/21 17:42:38 Modified files: build : groups.dat Log message: There's no 'Santa Fi' province in Argentina, nor people named 'Gastsn'. Okay fgsch@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/21 17:45:20 Modified files: . : groups.html Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 18:33:41 Modified files: sys/scsi : scsi_base.c scsiconf.c scsiconf.h Log message: implement a kernel thread that can be used by the midlayer or scsi drivers when they need a process context to do something. the most obvious task that springs to mind is attaches and detaches of devices on scsibus. ok krw@ marco@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:39:45 Added files: graphics/blender/patches: patch-intern_iksolver_intern_IK_QJacobianSolver_cpp Log message: fix build w/ gcc2 (missing prototype) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:42:48 ports/x11/devilspie/patches Update of /cvs/ports/x11/devilspie/patches In directory cvs.openbsd.org:/tmp/cvs-serv7819/patches Log Message: Directory /cvs/ports/x11/devilspie/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:43:03 Added files: x11/devilspie/patches: patch-src_actions_c Log message: compile w/ gcc2 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/21 18:43:18 Modified files: sys/dev/ic : mpi.c Log message: add support for hotplugging devices on sas controllers. this is disabled for now until we deal more appropriately with events generated by other variants of mpi controllers. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 18:44:28 Added files: net/dnsmasq/patches: patch-src_rfc2131_c Log message: compile w/ gcc2 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 19:54:59 Added files: sysutils/ipmitool/patches: patch-lib_ipmi_firewall_c Log message: please gcc2 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 20:00:50 Added files: net/pptp/patches: patch-pptp_ctrl_c Log message: gcc2 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 20:16:17 Modified files: sys/dev/pci : pcidevs Log message: add the Corollary CCF and the PLX 8532 PCIE switch. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 20:16:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 20:23:14 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_access_ftp_c patch-modules_access_mms_mmsh_c Log message: use off_t/int64_t consistently (match prototype) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/21 21:18:57 Modified files: sys/dev/pci : if_vr.c Log message: put a few printf's in the interrupt handler under VR_DEBUG. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 21:42:57 Modified files: games/bzflag : Makefile distinfo games/bzflag/patches: patch-src_3D_FontManager_cxx games/bzflag/pkg: PLIST Added files: games/bzflag/patches: patch-configure_ac patch-src_bzflag_playing_cxx patch-src_c-ares_ares_expand_name_c patch-src_c-ares_ares_expand_string_c patch-src_c-ares_ares_gethostbyaddr_c patch-src_c-ares_ares_gethostbyname_c patch-src_c-ares_ares_init_c patch-src_c-ares_ares_mkquery_c patch-src_c-ares_ares_parse_a_reply_c patch-src_c-ares_ares_parse_ptr_reply_c patch-src_c-ares_ares_process_c patch-src_c-ares_ares_query_c patch-src_c-ares_ares_send_c Log message: Update to bzflag-2.0.8 and unbreak this port by switching it to use its own zlib (breaks with ours, someone should check) from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 21:57:38 Removed files: games/bzflag/patches: patch-configure Log message: zap unnecessary file (autoconf w/ configure.ac used) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 22:13:19 Modified files: www/dillo : Makefile distinfo www/dillo/patches: patch-Makefile_in patch-src_IO_dpi_c patch-src_cookies_c patch-src_dillo_c patch-src_dns_c www/dillo/pkg : PLIST Added files: www/dillo/patches: patch-dpi_datauri_c patch-dpi_file_c Log message: Update to new version (0.8.6) and unbreak. From new maintainer Jim Uhl CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 22:22:26 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Log message: Update to mercurial-0.9.1, from new maintainer Will Maier CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/21 22:50:58 Modified files: . : 40.html Log message: Change IPsec configuration section to IPsec section. Mention more sasyncd improvements, moved under new IPsec section. Help and feedback todd@ and hshoexer@. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2006/09/21 23:15:18 Modified files: . : events.html Log message: Mention that I will be a booth bunny for the very first time, so people will finally stop asking if I will be going. Guys, I live here. CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/09/21 23:38:29 Modified files: usr.bin/rcs : rcsutil.c Log message: - handle deltatexts which don't end in a newline character. fixes PR #5241. ok ray@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/09/21 23:54:38 Modified files: games/prboom : Makefile distinfo games/prboom/patches: patch-configure patch-src_Makefile_in patch-src_r_draw_c Added files: games/prboom/patches: patch-Makefile_in patch-doc_Makefile_in Removed files: games/prboom/patches: patch-data_Makefile_in Log message: Update to 2.4.5 ok jolan@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/21 23:56:25 Added files: net/netatalk : distinfo net/netatalk/patches: patch-bin_afile_common_c patch-bin_afppasswd_afppasswd_c patch-bin_megatron_megatron_c patch-bin_megatron_nad_c patch-bin_nbp_nbplkup_c patch-bin_psorder_psorder_c patch-bin_uniconv_uniconv_c patch-etc_afpd_auth_c patch-etc_afpd_directory_c patch-etc_afpd_file_c patch-etc_afpd_mangle_c patch-etc_afpd_ofork_c patch-etc_afpd_unix_c patch-etc_afpd_volume_c patch-etc_atalkd_config_c patch-etc_atalkd_main_c patch-etc_cnid_dbd_cnid_metad_c patch-etc_cnid_dbd_db_param_c patch-etc_cnid_dbd_dbd_dbcheck_c patch-etc_cnid_dbd_dbd_delete_c patch-etc_cnid_dbd_dbd_get_c patch-etc_cnid_dbd_dbd_getstamp_c patch-etc_cnid_dbd_dbd_lookup_c patch-etc_cnid_dbd_dbd_resolve_c patch-etc_cnid_dbd_dbd_update_c patch-etc_cnid_dbd_pack_c patch-etc_papd_auth_c patch-etc_papd_lp_c patch-etc_papd_main_c patch-etc_papd_ppd_c patch-etc_papd_printcap_c patch-etc_papd_queries_c patch-libatalk_adouble_ad_open_c patch-libatalk_cnid_cdb_cnid_cdb_open_c patch-libatalk_cnid_cdb_cnid_cdb_private_h patch-libatalk_cnid_dbd_cnid_dbd_c patch-libatalk_nbp_nbp_util_c net/netatalk/pkg: DESCR MESSAGE PLIST Removed files: net/netatalk/stable: Makefile distinfo net/netatalk/stable/patches: patch-bin_adv1tov2_adv1tov2_c patch-bin_afppasswd_afppasswd_c patch-bin_megatron_asingle_c patch-bin_megatron_hqx_c patch-bin_megatron_macbin_c patch-bin_megatron_nad_c patch-config_Makefile_in patch-configure patch-etc_afpd_appl_c patch-etc_afpd_auth_c patch-etc_afpd_desktop_c patch-etc_afpd_file_c patch-etc_afpd_quota_c patch-etc_afpd_uam_c patch-etc_afpd_unix_c patch-etc_afpd_volume_c patch-etc_atalkd_config_c patch-etc_atalkd_main_c patch-etc_papd_auth_c patch-etc_papd_uam_c patch-etc_psf_etc2ps_sh patch-etc_uams_uams_randnum_c patch-include_atalk_paths_h patch-include_atalk_util_h patch-libatalk_adouble_ad_open_c patch-libatalk_cnid_cnid_get_c patch-libatalk_cnid_cnid_open_c patch-libatalk_cnid_cnid_private_h patch-libatalk_compat_getusershell_c patch-libatalk_dsi_dsi_stream_c net/netatalk/stable/pkg: DESCR MESSAGE PLIST Log message: Update to netatalk-2.0.3 and get rid of old directory structure. A long due update with important features such as long filenames, unicode, etc. From new maintainer "Arnaud Bergeron" CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/22 01:06:04 Modified files: faq : faq13.html Log message: rework the paragraph about the cdrom device and permissions. it may be convenient to add the user accessing the device to the operator group. looks good nick@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/22 01:44:09 Modified files: editors/openoffice: Makefile Log message: add a faster distfile mirror, ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/22 03:08:24 Modified files: mail/cyrus-imapd: Makefile Added files: mail/cyrus-imapd/patches: patch-imap_backend_c Log message: Fix a segfault. from maintainer Antoine Jacoutot ok alek CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/22 04:03:52 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill September ok mickey CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/09/22 04:22:49 Modified files: sbin/ipsecctl : parse.y Log message: typo in err(); from bret.lambert@gmail.com, thanks! CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/22 04:39:27 Modified files: textproc/py-xml: Makefile distinfo textproc/py-xml/pkg: PFRAG.pyexpat PLIST Log message: update to 0.8.4; gutenpy confirmed to work by its maintainer. thanks. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/22 05:49:21 Modified files: devel/p5-Graph : Makefile distinfo Log message: update p5-Graph to 0.80 ok steven CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/22 05:55:03 Modified files: de : orders.html faq/nl : faq13.html nl : ftp.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/22 06:00:37 Modified files: sys/dev/pci : pcidevs Log message: add new nvidia graphics card ok mickey marco CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2006/09/22 06:01:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/22 06:08:56 Modified files: textproc/gtk-doc: Makefile distinfo textproc/gtk-doc/pkg: PLIST Log message: - update to 1.7 . - drop maintainership. "looks okay" bernd@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/22 06:14:39 Modified files: faq/fr : faq13.html fr : 40.html events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:00:55 Modified files: sys/dev/pci : pcidevs Log message: - add the Marvell Yukon 88E8056 PCI id - YUKON_3 -> YUKON_8055 (Marvell Yukon 88E8055) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:01:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 07:06:15 Modified files: share/man/man4 : sk.4 sys/dev/pci : if_msk.c Log message: add the Marvell Yukon 88E8056 PCI id CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/22 07:12:13 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: - document which parts need to be packet filtered, and why - move example ruleset into a more logical order - correct the if-bound example (spotted by hshoexer) help/ok markus hshoexer CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 07:21:06 Removed files: libexec/lfs_cleanerd: Makefile clean.h cleanerd.c lfs_cleanerd.8 library.c misc.c print.c sbin/mount_lfs : Makefile mount_lfs.8 mount_lfs.c pathnames.h Log message: Remove lfs_cleanerd and mount_lfs CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/22 07:33:00 Modified files: net/p5-Net-Amazon: Makefile distinfo net/p5-Net-Amazon/pkg: PLIST Log message: update to 0.35 from maintainer Sam Smith CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/22 07:42:43 Modified files: usr.bin/rcs : rcsdiff.1 rcsdiff.c Log message: - explain diff_options (which i renamed from "diff options") - sync usage() ok xsa CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:23:04 Modified files: sys/sys : mount.h sys/kern : vfs_conf.c Log message: Unplug LFS from VFS CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:36:24 Modified files: sys/kern : syscalls.master Log message: Remove LFS system calls CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 08:36:56 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: jason@cvs.openbsd.org 2006/09/22 08:44:27 Modified files: usr.bin/tip : tip.c Log message: remove the :dc: is always set behavior (use cua devices or /etc/remote entries to override); ok deraadt awhile ago. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 09:29:57 Modified files: sys/compat/bsdos: syscalls.master sys/compat/freebsd: syscalls.master sys/compat/netbsd: syscalls.master Log message: Remove LFS system calls from here too CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 09:30:45 Modified files: sys/compat/bsdos: bsdos_syscall.h bsdos_syscallargs.h bsdos_syscalls.c bsdos_sysent.c sys/compat/freebsd: freebsd_syscall.h freebsd_syscallargs.h freebsd_syscalls.c freebsd_sysent.c sys/compat/netbsd: netbsd_syscall.h netbsd_syscallargs.h netbsd_syscalls.c netbsd_sysent.c Log message: regen CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/22 09:46:28 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_lib_ioloop-notify-kqueue_c Log message: fix a kqueue bug with the filesystem notification mechanism that could potentially cause Dovecot to spin and chew up all of the available CPU time. From Dovecot CVS. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 10:20:35 Modified files: lib/libc/sys : makelintstub.sh Log message: Remove reference to LFS, okay deraadt@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/09/22 11:19:55 Modified files: . : donations.html Log message: Adding 150 donations -- balance of 3.9 donations. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/09/22 11:22:05 Modified files: lib/libc/stdlib: getopt_long.c Log message: Back out change in rev 1.15 of to allow whitespace to separate a flag from its optional argument if permutation is disabled. The idea was that since "r:" would match "-r foo" then "r::" should match "-r foo" too as long as we know that things have not been reshuffled. Unfortunately, this causes incompatibilities with GNU getopt_long when the POSIXLY_CORRECT environment variable is set. OK deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 11:25:24 Modified files: . : donations.html Log message: make all donation href's nofollow, suggested by djm and stu@spacehopper.org CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 11:27:54 Modified files: . : donations.html Log message: balance CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 11:35:41 Modified files: sys/kern : syscalls.master Log message: Put the LFS syscall stubs back in, turns out libc is unable to build without those, even though they're currently not implemented CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 11:36:17 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 12:26:11 Modified files: sys/dev/pci : pcidevs Log message: add a few more Intel 5000 series and 6321ESB chipset PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 12:26:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:44 src/regress/lib/libpthread/blocked_close Update of /cvs/src/regress/lib/libpthread/blocked_close In directory cvs.openbsd.org:/tmp/cvs-serv25241/blocked_close Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_close added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:45 src/regress/lib/libpthread/blocked_dup2 Update of /cvs/src/regress/lib/libpthread/blocked_dup2 In directory cvs.openbsd.org:/tmp/cvs-serv25241/blocked_dup2 Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_dup2 added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:46 src/regress/lib/libpthread/close_race Update of /cvs/src/regress/lib/libpthread/close_race In directory cvs.openbsd.org:/tmp/cvs-serv25241/close_race Log Message: Directory /cvs/src/regress/lib/libpthread/close_race added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:27:47 src/regress/lib/libpthread/dup2_race Update of /cvs/src/regress/lib/libpthread/dup2_race In directory cvs.openbsd.org:/tmp/cvs-serv25241/dup2_race Log Message: Directory /cvs/src/regress/lib/libpthread/dup2_race added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:29:47 Added files: regress/lib/libpthread/blocked_close: Makefile blocked_close.c Log message: Test close() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:31:06 Added files: regress/lib/libpthread/blocked_dup2: Makefile blocked_dup2.c Log message: Test dup2() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:32:16 Added files: regress/lib/libpthread/close_race: Makefile close_race.c Log message: Test close() racing with other threads using the same file descriptor. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:33:18 Added files: regress/lib/libpthread/dup2_race: Makefile dup2_race.c Log message: Test dup2() racing with other threads using the same file descriptor. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 12:38:58 Modified files: regress/lib/libpthread: Makefile Log message: add blocked_close, blocked_dup2, close_race and dup2_race CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/22 12:42:04 Modified files: lib/libc/rpc : pmap_rmt.c Log message: Check return value of authunix_create_default(); from bret lambert with some guidance by me; ok jaredy@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/22 13:04:33 Modified files: lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_close.c uthread_closefrom.c uthread_connect.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fcntl.c uthread_fd.c uthread_fork.c uthread_ioctl.c uthread_kqueue.c uthread_open.c uthread_pipe.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_sendmsg.c uthread_sendto.c uthread_sig.c uthread_socket.c uthread_socketpair.c uthread_write.c uthread_writev.c Log message: Part 1 of file descriptor race and deadlock corrections. File status flags should be shared for dup'ed file descriptors. However fd_table_entry's should not be shared for dup'ed file descriptors so they can be independently be closed without interfering with dup'ed fd's. - split out file status flags into its own structure fs_flags to manage sharing of status flags between dup'ed file descriptors. - when duplicating a fd, initialize a new fd_table_entry for the new fd, but share the status flags via status_flags. - consolidate the code that sets the underlying system fd to be non-blocking to a new function _thread_fs_flags_init() - consolidate the code that sets the underlying system fd back to blocking into a new function _thread_fs_flags_replace() This change is needed as a prerequisite to the coming race and deadlock corrections. okay marc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/22 13:16:07 Modified files: sys/arch/sparc64/sparc64: machdep.c Log message: Dump memory above 4GB correctly. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/22 13:25:42 Modified files: sys/dev/pci : Tag: OPENBSD_3_8 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:22:28 Modified files: www/opera : Makefile distinfo www/opera/patches: patch-install_sh Log message: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/09/22 14:39:57 Modified files: editors/vim : Makefile distinfo editors/vim/pkg: PLIST Log message: Apply the latest bunch of patches from vim.org Make the gtk2 flavor compile with -pthread to prevent a hang under gnome. ok sturm CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:42:05 Modified files: www/opera : Tag: OPENBSD_3_9 Makefile distinfo www/opera/patches: Tag: OPENBSD_3_9 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/09/22 14:45:52 Modified files: www/opera : Tag: OPENBSD_3_8 Makefile distinfo www/opera/patches: Tag: OPENBSD_3_8 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/22 16:15:19 Modified files: sys/arch/mac68k/include: cpu.h sys/arch/mac68k/mac68k: machdep.c Log message: Get rid of (unused) MACH_CLASSP580 and flatten MACH_CLASSxxx values. CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2006/09/22 16:19:53 Modified files: sys/dev/pcmcia : if_ne_pcmcia.c Log message: variant of Socket 10/100 CF+ ethernet card. from Andrew Smith (asmith at tranquility dot fsbusiness dot co dot uk) CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 17:03:52 Modified files: sys/sys : buf.h Log message: Remove B_GATHERED, okay thib@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/22 17:29:45 Modified files: sys/sys : buf.h Log message: missed B_GATHERED bits removal CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/22 18:54:15 Modified files: sys/isofs/cd9660: TODO.hibler Log message: typo, remove reference to lfs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/22 20:44:25 Modified files: . : events.html Log message: update bits the responsible people do not do CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/22 22:56:43 Modified files: lib/libc/net : res_init.c Log message: If fgetln() != NULL, len == 0 is impossible, so remove check. OK otto@ and jaredy@. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/23 02:45:04 Modified files: security/nessus: Makefile.inc security/nessus/core: distinfo security/nessus/core/patches: patch-Makefile security/nessus/core/pkg: PLIST security/nessus/libnasl: Makefile distinfo security/nessus/libnasl/patches: patch-libnasl_Makefile security/nessus/libraries: Makefile distinfo security/nessus/plugins: distinfo security/nessus/plugins/pkg: PLIST Removed files: security/nessus/libnasl/patches: patch-nasl_nasl_text_utils_c Log message: update to 2.2.8 . ok sturm@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/09/23 03:08:09 Modified files: . : events.html Log message: Location of OpenCON changed. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 03:40:06 Modified files: infrastructure/mk: bsd.port.mk Log message: Fix install, as noticed by fgs: just do a partial depend on the package cookies, and also insist on running make package, which is necessary to make sure all MULTI_PACKAGES get built. Repair make clean=packages: make sure all packages get named using the same scheme as other multi-packages targets (that way, arch-indep subpackages get cleaned properly) CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/23 03:58:37 Removed files: es : items.html orders.html tshirts.html Log message: too old to survive, the rest is going soon, as well. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/23 04:14:34 Modified files: print/htmldoc : Makefile distinfo print/htmldoc/patches: patch-Makedefs_in patch-htmldoc_file_c print/htmldoc/pkg: PLIST Added files: print/htmldoc/patches: patch-htmldoc_http_h Log message: update to htmldoc 1.8.27 from maintainer Antoine Jacoutot CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:24:48 Modified files: graphics/gwenview: Makefile graphics/gwenview/pkg: DESCR Added files: graphics/gwenview/patches: patch-configure_in Log message: finish the update, remove no longer needed patch. Recognize (and use) libmng. Make sure we recognize the correct libexif, since old stuff would not work, and advertize the upcoming i18n package... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:25:35 Log message: i18n for gwenview Status: Vendor Tag: espie Release Tags: kde N ports/graphics/gwenview-i18n/Makefile N ports/graphics/gwenview-i18n/distinfo N ports/graphics/gwenview-i18n/pkg/DESCR N ports/graphics/gwenview-i18n/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/23 06:25:58 Modified files: lib/libpthread/uthread: uthread_fd.c Log message: fix a bug where the logic was reversed CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 06:27:12 Modified files: graphics : Makefile Log message: +gwenview-i18n CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 07:29:58 Modified files: sys/dev/ic : pgt.c Log message: Update media state correctly. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/23 07:44:35 Modified files: databases/qdbm : Makefile distinfo databases/qdbm/patches: patch-Makefile_in databases/qdbm/pkg: PLIST Log message: Update to qdbm-1.8.70. Reminded by Jeremy Evans. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 07:44:42 Modified files: sys/dev/ic : pgt.c Log message: In pgt_media_status() also DPRINTF if the rate == 0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/09/23 07:48:28 Modified files: x11/kde/network3: Makefile Added files: x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_oscartypes_h Log message: Let the kopete icq plugin work with the latest ICQ protocol changes. From http://bugs.kde.org/show_bug.cgi?id=130630 'go ahead' espie@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/23 07:54:09 Modified files: games/bzflag/patches: patch-configure_ac Log message: unbreak build when ccache is installed by disabling it. from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/23 09:39:13 Log message: import p5-WWW-Wikipedia 1.9 WWW::Wikipedia provides an automated interface to the Wikipedia http://www.wikipedia.org, which is a free, collaborative, online encyclopedia. This module allows you to search for a topic and return the resulting entry. It also gives you access to related topics which are also available via the Wikipedia for that entry. ok steven Status: Vendor Tag: jasper Release Tags: jasper-23-09-2006 N ports/www/p5-WWW-Wikipedia/distinfo N ports/www/p5-WWW-Wikipedia/Makefile N ports/www/p5-WWW-Wikipedia/pkg/PLIST N ports/www/p5-WWW-Wikipedia/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/23 09:41:41 Modified files: www : Makefile Log message: p5-WWW-Wikipedia CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/23 09:44:04 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/pkg: PLIST Log message: upgrade to lighttpd 1.4.12 CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/09/23 09:49:36 Modified files: sysutils/wmmon : Makefile sysutils/wmmon/patches: patch-wmmon_wmmon_c Log message: When removable devices like USB disks are connected or disconnected, wmmon will spin and complain that it is unable to allocate memory for diskstats. This patch fixes that. ok steven CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/23 09:50:09 Added files: japanese/groff/patches: patch-devnippon_Makefile_sub Log message: fix breakage due to changes in make CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/23 10:51:04 Modified files: security/nikto : Makefile security/nikto/pkg: PLIST Log message: - make nikto -update work (problem reported by sebastian.rother@jpberlin.de) - no checksum on files that may be modified by -update - some cleanup and reordering - bump PKGNAME ok aanriot@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/23 12:05:31 Modified files: net/luasocket : Makefile distinfo net/luasocket/patches: patch-config patch-src_makefile net/luasocket/pkg: PFRAG.shared Log message: Update to LuaSocket 2.0.1 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 13:02:36 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 14:16:28 Modified files: sys/arch/sgi/conf: Makefile.sgi Log message: delete blank line; Paul Stoeber CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/23 14:35:46 Modified files: share/man/man4 : pgt.4 Log message: correct author chunk CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 16:28:43 Modified files: sys/dev/usb : if_zyd.c usbdevs Log message: Add TRENDnet TEW-429UB A. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/23 16:29:12 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/23 19:11:20 Modified files: . : events.html Log message: ryan speaking at AUUG slipped through the cracks. (bad ryan, bad bad bad) CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/23 19:22:52 Removed files: sys/ufs/lfs : README TODO lfs.h lfs_alloc.c lfs_balloc.c lfs_bio.c lfs_cksum.c lfs_debug.c lfs_extern.h lfs_inode.c lfs_segment.c lfs_subr.c lfs_syscalls.c lfs_vfsops.c lfs_vnops.c Log message: Zap LFS, okay deraadt@ CVSROOT: /cvs Module name: www Changes by: pedro@cvs.openbsd.org 2006/09/23 22:48:26 Modified files: . : events.html Log message: Slides to my talk in Coimbra are no more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/24 00:25:56 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/24 02:18:25 Modified files: share/man/man4 : pgt.4 Log message: use .Fx and .Ox; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/09/24 03:04:05 Modified files: usr.bin/make : suff.c Log message: revert for now, this breaks stuff elsewhere... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/24 03:10:10 Modified files: usr.bin/find : find.1 Log message: do not suggest that !expression and (expression) (without spaces) is valid; "from sander bos, with credit to peter bex" ok otto CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 08:14:03 Modified files: x11/ion : Makefile Log message: Location of tarball changed, noticed by Rui Reis CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 08:54:54 Modified files: sbin/dhclient : dhclient.c Log message: No point in checking for a NULL ifi after we've used it. Plus ifi is set once in main() and used everywhere without further checks. From Matthew R. Dempsky via tech@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 10:56:08 Modified files: devel/luafs : Makefile devel/luafs/patches: patch-Makefile patch-config Log message: Add regression test CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 11:18:16 Modified files: devel/luaalarm : Makefile devel/luaalarm/patches: patch-Makefile Added files: devel/luaalarm/patches: patch-test_lua Log message: Add regression test CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:23:07 Modified files: www/calamaris : Makefile distinfo Log message: Update to calamaris-2.59 and drop maintainership, I don't use this stuff anymore. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:25:22 Modified files: russian/xruskb : Makefile Log message: Drop maintainership, I don't need this stuff anymore since we now have proper LC_CTYPE support in libc. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:37:43 Modified files: net/ipcad : Makefile Log message: Drop maintainership, I don't use it anymore. The port is outdated, sorry, too much work to update it properly. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:40:30 Modified files: net/gabber : Makefile Log message: Drop maintainership, I don't use this stuff anymore. No update, sorry. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:41:31 Modified files: net/cnupm : Makefile Log message: Drop maintainership, the port is up-to-date. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 11:50:30 Modified files: emulators/gxemul: Makefile distinfo emulators/gxemul/pkg: DESCR PLIST Log message: Update to gxemul-0.4.2. Tweak DESCR per author's suggestion. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/24 12:11:06 Modified files: xc/programs/xlock/xlock: xlock.man Log message: xautolock -> xidle CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:17:33 Modified files: emulators/fuse-utils: Makefile distinfo emulators/fuse-utils/patches: patch-configure emulators/fuse-utils/pkg: PLIST Log message: Update to 0.7.0 and drop maintainership. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/24 12:19:28 Modified files: sys/arch/alpha/conf: GENERIC Log message: add pgt(4). CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:23:25 Modified files: emulators/fuse : Makefile distinfo emulators/fuse/pkg: PLIST Log message: Update to 0.7.0 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:24:49 Modified files: emulators/BasiliskII: Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:26:08 Modified files: devel/libspectrum: Makefile distinfo devel/libspectrum/patches: patch-configure Log message: Update to 0.2.2 and drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:30:58 Modified files: devel/libdsk : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:31:55 Modified files: devel/lib765 : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:32:46 Modified files: comms/openobex : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:33:44 Modified files: comms/obexftp : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:36:23 Modified files: comms/birda : Makefile Log message: Drop maintainership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 12:42:32 Modified files: emulators/spectemu: Makefile Log message: Drop maintaintership. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/24 13:02:46 Modified files: comms/birda : Makefile comms/obexftp : Makefile comms/openobex : Makefile devel/lib765 : Makefile devel/libdsk : Makefile emulators/BasiliskII: Makefile emulators/spectemu: Makefile net/cnupm : Makefile net/gabber : Makefile net/ipcad : Makefile russian/xruskb : Makefile Log message: Bump PKGNAME after the maintainership drop. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 14:29:52 Modified files: lib/libc/gen : disklabel.c sbin/disklabel : disklabel.c sys/arch/sparc/dev: presto.c sys/dev : ramdisk.c sys/sys : disklabel.h Log message: Eliminate D_CHAIN, D_ECC and D_RAMDISK flags from disklabel. They were not being used in the tree for anything obviously useful. Get it done early so we can find if there are non-obvious uses out there. ok deraadt@ beck@ CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/09/24 14:34:06 Modified files: net/tor : Makefile distinfo Log message: update to tor-0.1.1.23, from maintainer CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:37:14 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: update to 0.9.9 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:37:55 Modified files: security/prelude/manager: Makefile distinfo Log message: update to 0.9.6 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:38:52 Modified files: security/prelude/lml: Makefile distinfo security/prelude/lml/pkg: PLIST Log message: update to 0.9.7 . CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/09/24 14:39:40 Modified files: security/prelude/prewikka: Makefile distinfo security/prelude/prewikka/pkg: PLIST Log message: update to 0.9.7.1 . CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/09/24 15:09:26 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-asterisk_c patch-build_tools_make_defaults_h patch-cdr_Makefile patch-channels_Makefile patch-channels_chan_skinny_c patch-codecs_gsm_Makefile patch-db1-ast_Makefile patch-res_Makefile patch-utils_Makefile Log message: - update to 1.2.12.1 - be careful not to pick up odbc/popt if they happened to be installed from maintainer stuart henderson CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/24 15:52:49 Modified files: libexec/ld.so : loader.c Log message: Fill in the list of loaded segments for the main executable such that we can unprotect them if necessary for binaries that have TEXTREL set. ok drahn@, martin@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/24 16:43:00 Modified files: sys/arch/hp300/hp300: disksubr.c sys/arch/mac68k/mac68k: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c Log message: Bring hp300, mac68k and mvme68k disklabel initialization code into line with all other archs by initializing partitions up to RAWPART the same way. Should be no functional change. ok martin@ miod@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/24 17:07:48 Modified files: share/man/man4 : com.4 Log message: sgi synopsis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/24 17:16:48 Modified files: distrib/sets/lists/base: md.sparc distrib/sets/lists/comp: md.sparc Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/24 17:21:12 Modified files: . : events.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 18:00:20 Modified files: graphics/luagd : Makefile Log message: No need to link against Lua, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/24 18:01:59 Modified files: security/p0f : Makefile distinfo Log message: update to 2.0.8; from maintainer Rui Reis CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 20:39:06 Modified files: lang/lua : Makefile lang/lua/patches: patch-Makefile patch-src_Makefile lang/lua/pkg : PLIST Log message: Also provide a shared version of the Lua library Discussed with and okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 20:41:44 Modified files: x11/ion : Makefile Log message: Use shared flavor of the Lua library, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 21:01:46 Modified files: x11/xfce4 : Makefile.inc x11/xfce4/xfce4-lua-graph: Makefile x11/xfce4/xfce4-lua-graph/patches: patch-panel-plugin_Makefile_in patch-panel-plugin_luagraph_c Added files: x11/xfce4/xfce4-lua-graph/patches: patch-configure_ac Removed files: x11/xfce4/xfce4-lua-graph/patches: patch-configure Log message: Switch to Lua 5.1, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/24 21:16:35 Removed files: devel/luacopas/files: init.lua Log message: Zap unused file CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/24 22:41:10 Modified files: share/man/man4 : watchdog.4 share/man/man9 : wdog_register.9 Log message: Update my address. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/24 22:50:46 Modified files: share/man/man4 : uath.4 Log message: PLANET WDL-U357 should also work. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/24 22:51:20 Modified files: usr.bin/nc : socks.c Log message: Also accept "HTTP/1.1 200" as a success response. OK djm@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/24 22:55:38 Modified files: usr.bin/ssh : ssh-keyscan.1 ssh.1 Log message: Change "a SSH" to "an SSH". Hurray, I'm not the only one who pronounces "SSH" as "ess-ess-aich". OK jmc@ and stevesk@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/24 22:59:12 Modified files: . : want.html Log message: seems people receive, and then do not remove their requests! CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/24 23:59:28 Modified files: usr.sbin/bind/bin/named/unix: os.c usr.sbin/bind/bin/rndc/unix: os.c usr.sbin/bind/lib/isc/unix: fsaccess.c usr.sbin/ppp/ppp: ether.c server.c tcp.c udp.c usr.sbin/ypserv/yppush: yppush.c usr.sbin/ypserv/ypserv: ypserv_proc.c usr.sbin/ypserv/ypxfr: ypxfr.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which leads to surprising results. Spotted by from Paul Stoeber, more to come. ok jaredy@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 00:03:29 Modified files: games/fortune/fortune: fortune.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 00:24:45 Modified files: . : donations.html Log message: insert period before new sentence CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 01:12:57 Modified files: sys/compat/hpux: hpux_file.c sys/compat/linux: linux_file.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come. ok miod@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 01:28:40 Modified files: build : mirrors.dat Log message: new: mirror.planetunix.net (ftp, http, rsync, anoncvs) from brian@planetunix.net CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/25 01:30:41 Modified files: . : ftp.html anoncvs.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/25 02:15:52 Modified files: fr : 40.html donations.html events.html want.html nl : 40.html donations.html tshirts.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 03:26:10 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: update p5-Module-CoreList to 2.08 ok steven CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/25 03:43:29 Modified files: fr : anoncvs.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/25 04:18:39 Modified files: usr.bin/ftp : fetch.c Log message: Support some additional HTTP redirect codes. "looks good" pedro, fgsch, ok otto CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 05:21:26 Modified files: emulators/simh : Makefile distinfo emulators/simh/pkg: PLIST Log message: update to 3.6.1. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 06:54:35 ports/textproc/py-xml/patches Update of /cvs/ports/textproc/py-xml/patches In directory cvs.openbsd.org:/tmp/cvs-serv11958/patches Log Message: Directory /cvs/ports/textproc/py-xml/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 06:55:30 Modified files: textproc/py-xml: Makefile textproc/py-xml/pkg: PLIST Added files: textproc/py-xml/patches: patch-test_regrtest_py Log message: some improvements from Will Maier (willmaier at ml1 dot net), brought to my attention by xsa@. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/09/25 08:14:16 Modified files: openbgpd : users.html Log message: more happy users in NL CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/25 08:25:56 Modified files: korean/hanterm-xf: Makefile distinfo korean/hanterm-xf/pkg: DESCR PLIST Added files: korean/hanterm-xf/patches: patch-Makefile_in patch-sinstall_sh Removed files: korean/hanterm-xf/patches: patch-Makefile Log message: update to hanterm 2.0.6-177. Submitted by Jung CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/09/25 10:08:53 Modified files: textproc/py-xml: Makefile Log message: make sure regress runs without any symlinks to the python interpreter. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/25 11:11:37 Modified files: x11/mplayer : Makefile Log message: convert to new lib specs. spotted by Matthias Kilian CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 11:17:42 Modified files: devel/p5-Want : Makefile distinfo Log message: update p5-Want to 0.12 ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/25 11:18:26 Modified files: security/p5-GSSAPI: Makefile distinfo Log message: update p5-GSSAPI to 0.23 ok steven CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2006/09/25 12:31:14 Modified files: . : anoncvs.html cvsup.html cvsync.html build : mirrors.dat Log message: remove anoncvs.de.openbsd.org (grappa.unix-ag.uni-kl.de): offline due to hardware damage and lack of maintenance CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 12:32:07 Modified files: lib/libssl/src/apps: ca.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok djm@ CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/25 12:56:01 Log message: Import hydrogen-0.9.3. Hydrogen is an advanced drum machine. Its main goal is to bring professional yet simple and intuitive pattern-based drum programming. http://www.hydrogen-music.org/ Status: Vendor Tag: grange Release Tags: hydrogen_20060925 N ports/audio/hydrogen/Makefile N ports/audio/hydrogen/distinfo N ports/audio/hydrogen/patches/patch-src_lib_drivers_OssDriver_h N ports/audio/hydrogen/patches/patch-src_lib_drivers_OssDriver_cpp N ports/audio/hydrogen/patches/patch-configure N ports/audio/hydrogen/patches/patch-Makefile_in N ports/audio/hydrogen/patches/patch-plugins_wasp_Makefile_in N ports/audio/hydrogen/pkg/PLIST N ports/audio/hydrogen/pkg/DESCR N ports/audio/hydrogen/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/09/25 12:57:36 Modified files: audio : Makefile Log message: +hydrogen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/25 12:59:59 Modified files: usr.bin/ftp : fetch.c Log message: You forgot about -DSMALL and broke all the install media CVSROOT: /cvs Module name: ports Changes by: martin@cvs.openbsd.org 2006/09/25 13:14:29 Modified files: mail/sylpheed : Makefile distinfo mail/sylpheed/pkg: PLIST Log message: update to 2.2.9; new homepage ok couderc@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/09/25 13:20:03 Modified files: sysutils/monit : Makefile distinfo sysutils/monit/patches: patch-configure Log message: monit-4.8.1; maintainer Ben Lovett CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/25 14:25:41 Modified files: lib/libm : Makefile Added files: lib/libm/arch/i387: s_llrint.S s_llrintf.S s_lrint.S s_lrintf.S lib/libm/src : s_llrint.c s_llrintf.c s_lrint.c s_lrintf.c Removed files: lib/libm/src : llrint.c llrintf.c lrint.c lrintf.c Log message: Move llrint.c, llrintf.c, lrint.c and lrintf.c to s_llrint.c, s_llrintf.c, s_lrint.c and s_lrintf.c, and add i387-specific assembler versions. ok deraadt@, otto@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/25 14:43:35 Modified files: gnu/usr.bin/binutils/gdb: remote-fileio.c Log message: Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/25 16:16:30 Modified files: games/bzflag : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/25 16:16:48 Modified files: lib/libm/src : s_llrintf.c Log message: Include s_llrint.c instead of ithe now removed llrint.c. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/25 16:28:11 Modified files: sys/arch/i386/i386: powernow-k8.c powernow-k7.c sys/arch/amd64/amd64: powernow-k8.c Log message: Martin Végiard has been kind enough to rescind the third clause of his license and strike the phrase "All rights reserved", so we can consolidate both license blocks into one. Thanks! CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/25 16:44:56 Modified files: sys/dev/pci : arc.c Log message: enabling interrupts isnt a bug, so dont put XXX next to it. only ack the interrupts we deal with in the interrupt handler. use the correct macros when setting the interrupt mask. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/09/25 16:49:28 Modified files: sys/dev/pci : arc.c Log message: well, this is embarrassing. it turns out a drivers detach code isnt called when the machine is shutting down, which meant my bits to stop bgrb and sync the cache werent being run. without those bits being run the filesystems on these controllers were never clean on reboot, so we'd always get an fsck. so now we provide a shutdown hook which does get run on shutdown to sync the cache properly. found by claudio@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/25 17:02:43 Modified files: lib/libc/net : getaddrinfo.3 getnameinfo.3 Log message: Remove unnecessary /* NOTREACHED */ comments because our lint is cool and recognizes __dead, and because shorter examples are clearer. OK otto@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:09:10 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for the DLink DGE-550SX and some unknown Marvell Yukon chipsets. From the Linux sky2 driver in the mm kernel tree. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:14:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/09/25 17:23:10 Modified files: devel/grcs : Makefile devel/grcs/patches: patch-src_conf_sh Log message: Use /usr/local/bin/g{co,merge} and /usr/bin/diff{,3} instead of the (possibly nonexistent) /usr/local/bin/{co,merge,diff,diff3} programs. OK jolan@ and pval@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:26:36 Modified files: sys/dev/pci : if_msk.c Log message: add the new PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/25 17:32:21 Modified files: share/man/man4 : sk.4 Log message: mention D-Link adapters. CVSROOT: /cvs Module name: www Changes by: gwk@cvs.openbsd.org 2006/09/25 17:48:47 Modified files: . : 40.html Log message: Flesh out the speed control section a little by mentioning p4tcc changes, and that powernow was added to the AMD64 arch. prodded by and ok ray@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/25 17:58:05 Modified files: usr.bin/rcs : rcsutil.c Log message: Remove debugging printf accidentally committed. OK joris@. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/25 18:00:38 Modified files: sys/arch/macppc/dev: mesh.c Log message: Make mesh compile again, it also works now too, from NetBSD with a lot of tweeks. Leave it commented out in GENERIC and files.macppc for now. ok kettenis@, brad@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/09/25 21:26:36 Modified files: usr.sbin/httpd/src/main: http_protocol.c Log message: escape error response to unsupported Expect: header, fixes CVE-2006-3918; ok cloder@ CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/09/25 23:33:20 Modified files: . : translation.html Log message: [it] is no longer maintained while [pl] is CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/26 00:11:42 Modified files: sys/arch/mac68k/mac68k: clock.c Log message: Go back to spl0, previous change broke Cuda adb; reported by Carl Bloomsburg. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 00:45:13 Modified files: sys/dev/pci : pciide.c Log message: Move some duplicated debug code into its own function. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 00:53:41 Modified files: sys/dev/pci : pciide.c Log message: Shrink the number of matches done in piixsata_chip_map, no functional change. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 03:26:36 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: fix races w/ getdirtybuf() usage that can violate normal softdep processing and temporarily create inconsistant on-disk ffs state and as well abuse kmem. pedro@ deraadt@ ok; tested by many CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/26 03:49:59 Modified files: faq/fr : faq8.html fr : 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 36.html 37.html 38.html 39.html 40.html alpha.html amd64.html anoncvs.html armish.html cats.html cvsup.html cvsync.html ftp.html hp300.html hppa.html i386.html index.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html plat.html ports.html sgi.html sparc.html sparc64.html stable.html vax.html zaurus.html openbgpd/fr : users.html openntpd/fr : portable.html openssh/fr : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 03:50:31 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: accidental extra %s in ddb printf CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/26 04:10:55 Modified files: . : press.html Log message: add interview with Bob on bsdtalk068 ok wvdputte@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/26 04:30:41 Modified files: usr.bin/rusers : rusers.c Log message: authunix_create_default() might return NULL; spotted by tbert; ok deraadt@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/09/26 04:39:45 Modified files: . : orders.html Log message: Remove Linuxgrossen: they forgot to renew their domain so a domainbroker grabbed it. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/09/26 04:53:43 Modified files: usr.sbin/dvmrpd: in_cksum.c Log message: Simplify and make ISO chksum work on big endian machines. Found by me and corrected by claudio@ during the r2k6. ok claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/09/26 05:56:22 Modified files: usr.sbin/ospfd : in_cksum.c Log message: Sync in_cksum.c to the same version dvmrpd has. This fixes problems with odd packet lenght even though ospfd does not produce such packets. OK norby@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 06:23:40 Modified files: sys/dev/usb : usbdevs if_aue.c share/man/man4 : aue.4 Log message: Match ELECOM LD-USB20 From redzonemiata at yahoo.co.jp via FreeBSD PR 86195 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 06:24:38 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:26:21 Modified files: java/jlint : Makefile distinfo java/jlint/patches: patch-Makefile java/jlint/pkg : PLIST Removed files: java/jlint/patches: patch-jlint_cc Log message: upgrade to jlint 3.0 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:31:24 Modified files: devel/p5-IPC-Run3: Makefile distinfo Log message: upgrade to IPC-Run3 0.036 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:37:15 Modified files: archivers/p5-Compress-Zlib: Makefile distinfo Log message: update to 1.42 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:43:44 Modified files: devel/p5-Algorithm-Diff: Makefile distinfo Log message: upgrade to 1.1902 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 06:50:01 Modified files: devel/p5-Algorithm-Annotate: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 06:54:34 Modified files: sys/dev/ic : acx.c Log message: Get HostAP mode working and fix IBSS tweaks. From DragonFly driver. Tested by claudio and me so far. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:06:41 Modified files: devel/p5-Class-Autouse: Makefile distinfo Log message: upgrade to 1.27 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:08:47 Modified files: devel/p5-prefork: Makefile distinfo Log message: upgrade to 1.01 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/26 07:10:44 Modified files: sys/dev/pci : if_bge.c Log message: do not alloc jumbo buffers (3.5m per iface) and also do not allow card to receive large frames until mtu is set to higher value (later piece from brad); brad@ ok CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/26 07:11:38 Modified files: sys/net : if_tokensubr.c Log message: Fix compilation, okay henning@ mpf@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:46:27 Log message: Initial import of Taint-Runtime 0.02. This module aims to make using taint as painless as possible. Status: Vendor Tag: kevlo Release Tags: kevlo_2006-09-26 N ports/devel/p5-Taint-Runtime/Makefile N ports/devel/p5-Taint-Runtime/distinfo N ports/devel/p5-Taint-Runtime/pkg/DESCR N ports/devel/p5-Taint-Runtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:47:35 Modified files: devel : Makefile Log message: add p5-Taint-Runtime CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/26 07:48:46 Modified files: devel/p5-Clone : Makefile distinfo Log message: upgrade to 0.20 CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 08:18:28 Modified files: lib/libc/include: thread_private.h lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_close.c uthread_closefrom.c uthread_dup.c uthread_dup2.c uthread_execve.c uthread_exit.c uthread_fcntl.c uthread_fd.c uthread_fork.c uthread_info_openbsd.c uthread_kqueue.c uthread_open.c uthread_pipe.c uthread_sig.c uthread_socket.c uthread_socketpair.c Log message: Part 2 of file descriptor race and deadlock corrections. Adjust design of file descriptor table to eliminate races with both opening and closing of file descriptor entries and eliminates one class of deadlocks. One nice side effect of this change in design should be better performance for applications that open and close many file descriptors due to reduced fd_table_lock contention and fd entry reuse. - Add entry states to manage use of entry and eliminate some closing races. fd entries are not deallocated upon close() now. - Call _thread_fd_table_init with one of five discreet modes to properly initialize an entry and manage the state transition to open. - When closing an entry hold the entry spinlock locked across the state transition and the _thread_sys_close call to close another race. - Introduce a new lock type FD_RDWR_CLOSE that transitions either a closed entry or an open entry into closing state and then waits for a RDWR lock so that the lock queue can unwind normally. All subsequent fd lock attempts for that entry are rejected with EBADF until the fd is fully closed, or reopened by dup2(). Once a thread holds the FD_RDWR_LOCK it is safe to close() it or dup2() on it. - When a thread creates a new fd there is a window of time when another thread could attempt to use the fd before the creating thread has initialized the entry for it. This can result in improper status_flags for the entry, so record the entries init mode, detect when this has happened and correct the status_flags when needed. reviewed by marc@ & brad@, tested by several, okay brad@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 08:50:37 Modified files: lib/libpthread/uthread: uthread_stack.c Log message: - Use mmap to allocate thread stacks instead of malloc. This prevents applications that install their own thread stack red-zones with mprotect PROT_NONE from entering the malloc pool when the pages are freed. - round up requested thread stack size to closest page boundary to simplify the red-zone calculations. okay brad@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/09/26 09:09:59 Modified files: lib/libpthread/uthread: uthread_fd.c Log message: style(9) extra space CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:25:49 Log message: port of Python setuptools-0.6c3: > setuptools is a collection of enhancements to the Python distutils > that allow you to more easily build and distribute Python packages, > especially ones that have dependencies on other packages. NB. this port requires support in python.port.mk that will be committed separately feedback and ok xsa@ Status: Vendor Tag: djm Release Tags: djm_20060926 N ports/devel/py-setuptools/Makefile N ports/devel/py-setuptools/distinfo N ports/devel/py-setuptools/pkg/DESCR N ports/devel/py-setuptools/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:27:02 Modified files: lang/python : python.port.mk Log message: support bits for setuptools-style ports, activated using: MODPY_SETUPTOOLS = Yes feedback and ok xsa@ CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/26 09:27:39 Modified files: devel : Makefile Log message: +py-setuptools CVSROOT: /cvs Module name: src Changes by: jaredy@cvs.openbsd.org 2006/09/26 09:55:17 Modified files: usr.bin/grep : util.c grep.c Log message: Allow zero-length patterns with -x so $ grep -x "" matches empty lines as reported on misc@ by Martin Marusak . Initial diff by otto@ with tweaks by me. ok otto CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 11:48:19 Modified files: devel/jdk/1.5 : Makefile devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp Added files: devel/jdk/1.5/patches: patch-j2se_src_share_classes_java_util_TimeZone_java Log message: - Fix jdk build when timezone is GMT+0. Reported by Schöberle Dániel - Fix short Thread.sleep() issue. Reported by Mr David SH Rosenthal CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/09/26 12:20:50 Modified files: usr.bin/make : main.c Log message: It seems pointless to assign a variable the atoi() return value after the strtol() error checking block for the strtol() assignment for the same variable. ok brad mglocker CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/26 12:21:28 Modified files: usr.bin/find : find.1 Log message: clear up some confusion between operands and operators; with & ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/26 12:49:48 Modified files: share/man/man7 : ports.7 Log message: use .Pa for urls and avoid broken links; problem noticed by frederic culot (pr #5243) ok deraadt pval CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/26 13:07:22 Modified files: . : index.html Log message: update the "remote holes in default install phrase" info for OpenSSH bug from markus@, ok deraadt@ CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/09/26 13:13:10 Modified files: xc/programs/Xserver/os: log.c Log message: Reduce the number of unsafe (wrt signals) operations in the logging functions. They may be called from the SIGIO handler for mouse events. Problem reported by ray@, original patch by him with inputs from deraadt@ and tom@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 13:37:28 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: Set sk_jumbo_buf to NULL if malloc() fails in the for loop within [m]sk_alloc_jumbo_mem(). CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/26 13:59:25 Modified files: sys/dev/pci : pcidevs Log message: add GeForce 7300 GT, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/26 14:00:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 14:06:08 Modified files: x11/gtk+2 : Makefile x11/gtk+2/patches: patch-gdk-pixbuf_Makefile_in Log message: link gdk-pixbuf-query-loaders with -pthread so that it can dlopen threaded shared libs such as x11/gnome/librsvg. based on a diff originally from Mikolaj Kucharski . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 14:55:06 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_3_9 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 15:07:43 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_3_8 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/26 15:10:53 Modified files: sys/netinet : in_pcb.h Log message: udp port 664 is sometimes also stolen on the wire by ipmi/asf balony. Did these vendors really really really not think? Absolute morons. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 15:32:49 Modified files: share/man/man4 : pgt.4 sys/dev/ic : pgt.c Log message: Start to get HostAP mode working for pgt(4). Works at the first try, but surely needs more testing and some more modifications. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/26 15:36:39 Modified files: graphics/gimp/stable: Makefile Added files: graphics/gimp/stable/patches: patch-app_Makefile_in Log message: link gimp with -pthread so it can dlopen threaded shlibs. fixes gimp when used under gnome. From Mikolaj Kucharski CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/26 16:03:44 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: a better description of what our automatic keying example is up to; ok hshoexer CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/26 17:14:52 Modified files: distrib/sets/lists/comp: md.alpha distrib/sets/lists/base: md.alpha libexec/ld.so/alpha: Makefile.inc share/mk : bsd.own.mk sys/arch/alpha/stand: Makefile.inc Log message: switch alpha to gcc3; joint work with drahn@ and brad@ ok drahn@ brad@ mickey@ deraadt@ CVSROOT: /cvs Module name: XF4 Changes by: martin@cvs.openbsd.org 2006/09/26 17:17:26 Modified files: distrib/sets/lists/xbase: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/26 17:33:04 Modified files: lib/libc/gen : disklabel.c sys/arch/amd64/stand/libsa: diskprobe.c sys/arch/i386/stand/libsa: diskprobe.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c sys/dev/isa : fd.c mcd.c sys/scsi : cd.c sys/sys : disklabel.h sbin/disklabel : disklabel.c Log message: Zap D_REMOVABLE flag from disklabel. If you didn't already know that floppies and cd's were removable, displaying that fact in disklabel output was unlikely to help. And the display in disklabel was the only use of D_REMOVABLE in the tree. ok marco@ CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/26 17:40:40 Modified files: faq : current.html Log message: upgrade guide for the alpha gcc3 switch CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/26 17:48:56 Modified files: sys/dev/i2c : i2c_scan.c Log message: re-enable I2C_VERBOSE ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 17:57:16 Modified files: sys/dev/pci : if_bge.c Log message: update the comment for bge_chipinit(). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/26 18:40:43 Modified files: sbin/disklabel : disklabel.c Log message: Oops. Missed a line. Fix so disklabel(8) compiles again. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/26 19:38:06 Modified files: . : index.html Log message: the extra words are not useful CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 20:27:04 Modified files: sys/dev/pci : if_sk.c if_msk.c Log message: fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem(). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 22:34:36 Modified files: sys/dev/ic : acx100.c acx111.c Log message: add missing sys/device.h header. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/26 22:48:34 Modified files: sys/arch/alpha/conf: GENERIC Log message: add acx(4). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/26 23:44:47 Modified files: share/man/man4 : pgt.4 Log message: IBSS mode works so far, so mention it. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/27 00:25:46 Modified files: usr.bin/rcs : diff.c Log message: Plug memory leak. OK niallo@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/27 00:26:36 Modified files: usr.bin/rcs : ci.c Log message: Add and correct comments, spacing. OK niallo@. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 00:33:03 Modified files: sys/arch/alpha/conf: files.alpha sys/arch/amd64/conf: files.amd64 sys/arch/armish/conf: files.armish sys/arch/cats/conf: files.cats sys/arch/hppa/conf: files.hppa sys/arch/hppa64/conf: files.hppa64 sys/arch/macppc/conf: files.macppc sys/arch/sparc64/conf: files.sparc64 sys/arch/zaurus/conf: files.zaurus Log message: Add files.onewire to all our USB archs, it will be used soon. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 01:18:14 Modified files: sys/arch/sparc64/conf: GENERIC Log message: add pgt(4) and acx(4), work in progress. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/27 02:37:26 Modified files: de : anoncvs.html cvsup.html cvsync.html donations.html ftp.html items.html orders.html translation.html tshirts.html want.html faq/nl : current.html fr : 40.html ftp.html press.html translation.html nl : 40.html anoncvs.html cvsync.html index.html orders.html translation.html openbgpd/de : ftp.html users.html openbgpd/nl : ftp.html openntpd/de : ftp.html portable.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/27 02:38:58 Modified files: . : Makefile.cross Log message: alpha is gcc3 now CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/27 02:48:51 Modified files: sys/dev/mii : miidevs Log message: Add another two Vitesse PHYs, one from jmc's nfe(4), one from an axe(4) I have. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/27 02:49:17 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 02:54:44 Modified files: sys/dev/usb : files.usb sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/cats/conf: GENERIC sys/arch/hppa/conf: GENERIC sys/arch/hppa64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/macppc/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/arch/zaurus/conf: GENERIC share/man/man4 : Makefile onewire.4 usb.4 Added files: sys/dev/usb : uow.c uowreg.h share/man/man4 : uow.4 Log message: Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 03:13:31 Modified files: sys/arch/amd64 : Makefile sys/arch/luna88k: Makefile Log message: Fix tags file creating by removing unexisting paths. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/27 03:59:01 Modified files: faq : current.html Log message: better build new ld.so after new gcc was built CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/09/27 04:09:35 Modified files: infrastructure/mk: bsd.port.mk Log message: more fixes for new issues: let the update cookie depend on the `full' package cookie, so that an update will get all subpackages built. And a fix for an old issue: let make update proceed to update ALL subpackages, as seems the most natural. Create a subupdate target if one specifically wants to update a single package (and use it as dependency in the FORCE_UPDATE case). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/27 04:22:29 Modified files: share/man/man4 : uow.4 Log message: no need for a separate hardware section; CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/09/27 04:37:10 Modified files: . : errata.html errata36.html errata37.html errata38.html Log message: Remove repeated anchor (name="mvme88k") CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/27 04:45:55 Modified files: net/p5-POE-Component-IRC: Makefile net/p5-POE-Filter-IRCD: Makefile Log message: skip pkgspec for p5-POE, avoids trouble with annoying version numbers CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 06:13:10 Modified files: x11/Xdialog : Makefile distinfo Log message: update Xdialog to 2.3.1 ok steven CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 07:02:47 Modified files: sys/dev/usb : uow.c Log message: Add missing . CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/09/27 08:37:38 Modified files: usr.sbin/ospfd : interface.c ospfe.c ospfe.h packet.c Log message: Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use the source address and the interface index to find the corresponding struct interface which is less error prone. OK norby@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 08:40:55 Modified files: sys/dev/usb : uow.c Log message: Protect detach function with splusb. Call usbd_abort_pipe before closing pipe. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 09:02:45 Modified files: sys/dev/usb : uow.c Log message: Allocate xfer for bulk transfers only once on attach. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 09:15:07 Modified files: devel/p5-POE : Makefile distinfo devel/p5-POE/pkg: PLIST Log message: update p5-POE to 0.38 ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 09:19:14 Modified files: net/p5-POE-Filter-IRCD: Makefile distinfo Log message: update p5-POE-Filter-IRCD to 2.1 ok steven CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/09/27 09:30:11 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-src_stunnel_c patch-tools_Makefile_in patch-tools_stunnel_conf-sample_in Log message: stunnel v4.18 CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 09:32:37 Modified files: sys/dev/usb : uow.c Log message: Move bulk-in transfer to the separate function. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 10:23:27 Modified files: distrib/sets/lists/base: md.alpha distrib/sets/lists/comp: md.alpha Log message: sync CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 10:29:56 Modified files: sys/dev/usb : uow.c uowreg.h Log message: Implement 1-wire byte read/write. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/09/27 11:56:11 Modified files: . : events.html Log message: fix CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 12:43:11 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable uath, works for me. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/27 13:26:54 Modified files: sys/dev/usb : uowreg.h Log message: Add remaining communication command codes and embedded parameter bits. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 13:35:17 Modified files: sys/dev/ic : pgt.c Log message: - do not bother printing the attach error message from the attach hook if pgt_attach() fails. - remove pgt_disable/pgt_reboot from the pgt_attach error path, just return for now. ok mglocker@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/27 13:54:37 Modified files: etc : rc rc.conf Log message: Add ifstated(8) startup bits. OK deraadt@, henning@, mcbride@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 13:57:54 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi 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: jasper@cvs.openbsd.org 2006/09/27 14:12:14 Modified files: x11/ratpoison : Makefile distinfo x11/ratpoison/pkg: PLIST Added files: x11/ratpoison/patches: patch-configure_in patch-contrib_allwindows_sh Removed files: x11/ratpoison/patches: patch-configure patch-contrib_rpws patch-src_actions_c patch-src_editor_c Log message: - update ratpoison to 1.4.0 - enable history (from Matthias Kilian) ok naddy and MAINTAINER CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/09/27 14:43:41 Modified files: lib/libc/sys : wait.2 Log message: remove superfluous paranthesis from Matthew R. Dempsky ok deraadt CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/27 14:45:25 Modified files: net/p5-Net-Whois-Raw: Makefile distinfo Log message: update p5-Net-Whois-Raw to 1.14 ok steven CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/09/27 15:05:08 Modified files: openssh : ftp.html index.html openbsd.html portable.html Added files: openssh/txt : release-4.4 Log message: web bits for OpenSSH-4.4/4.4p1 release CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/09/27 20:28:45 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Add Monsieur David Gwynne, okay jolan@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 21:43:21 Modified files: share/man/man4 : ath.4 Log message: remove the sentence mentioning the Prism GT chipset. in general man pages should only mention what hardware is supported. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 21:51:54 Modified files: sys/arch/alpha/conf: GENERIC Log message: - add a wireless section and move the existing PCI wireless drivers there. - add a few wireless drivers which are currently enabled on amd64 - an, atw, uath, wi. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/09/27 22:00:23 Modified files: sys/arch/sparc64/conf: GENERIC Log message: uath(4) works, kind of, sometimes... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/27 22:03:07 Modified files: sys/arch/alpha/conf: GENERIC Log message: add wb(4) in with the other network drivers and remove the UNTESTED section. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/27 23:02:33 Modified files: share/man/man4 : pgt.4 sys/dev/cardbus: files.cardbus Added files: sys/dev/cardbus: if_pgt_cardbus.c Log message: Add cardbus support for pgt(4). We are still looking for PrismGT cardbus devices for testing. One common model should be the Netgear WG511 v1/v2 made in Taiwan. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/27 23:08:18 Modified files: share/man/man4 : cardbus.4 Log message: Also add pgt(4) in here. CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/09/28 00:14:43 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: update Toby's coordinates; from weingart@ uncomment a few people that are active again now clean up whitespace CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/09/28 00:20:36 Modified files: openssh : ftp.html Log message: fix 4.4 release date. ok djm@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/28 01:36:20 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: I've moved to Budapest. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/09/28 04:20:26 Modified files: . : ftp.html Log message: my mirror is syncing from the master now CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:39:42 Modified files: build : mirrors.dat Log message: catai.net is now 2nd level FTP mirror, from martin@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:40:52 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 04:58:04 Modified files: build : mirrors.dat Log message: zap 11 entries that were commented out more than 2 months ago. No change in output, so no sync needed. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/28 09:11:46 Modified files: . : events.html Log message: write more details about who is at Systems 2006 in Munich ok wvdputte@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 10:55:15 Modified files: share/man/man4 : ppb.4 Log message: typo; ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 10:57:23 Modified files: share/man/man4 : ppb.4 Log message: - kill useless .Tn - kill useless escaping CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/28 11:06:54 Modified files: usr.sbin/hostapd: parse.y Log message: fix the configuration parser for event rules: correct handling of multiple matches of the 'not' grammar rule and correct 'lladdr' address matching. figured out by Stephen Lewis (stephen at sock dot org dot uk), thanks! CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:13:33 Log message: ASN.1 library for Python. ok djm@. Status: Vendor Tag: xsa Release Tags: xsa_20060928 N ports/devel/py-asn1/Makefile N ports/devel/py-asn1/distinfo N ports/devel/py-asn1/pkg/DESCR N ports/devel/py-asn1/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:15:10 Modified files: devel : Makefile Log message: + py-asn1 CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/09/28 11:19:13 Modified files: devel/py-asn1 : Makefile Log message: oops, fix CATEGORIES. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/09/28 11:43:42 Modified files: usr.sbin/hostapd: hostapd.c hostapd.h Log message: hostapd tree search speedup via inlined compare function suggested by Mike Belopuhov (mkb at crypt dot org dot ru) CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/28 12:19:14 Modified files: sys/dev/pci : amdiic.c amdpm.c ichiic.c piixpm.c Log message: Provide more info in error messages so we can see what's going on. And some cosmetics in debug messages while here. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 14:44:00 Modified files: share/man/man4 : acx.4 Log message: Bump firmware package to version 1.3, which includes an information file about the current firmware copyright / distribution condition now. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 14:56:09 Modified files: share/man/man4 : pgt.4 Log message: Bump firmware package to version 1.1, which includes an information file about the current firmware copyright / distribution condition now. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/09/28 15:24:11 Modified files: share/man/man4 : cardbus.4 pci.4 Log message: Update Connexant -> Conexant also in those files not just in pgt.4. Pointed out by jmc@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/28 16:00:40 Modified files: www/p5-HTML-Template: Makefile distinfo www/p5-HTML-Template/pkg: DESCR Log message: update to 2.8 from new maintainer Jim Dew after previous maintainer timeout arch independent, and extend DESCR while here CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/28 16:03:45 Modified files: www/p5-HTML-Template-Expr: Makefile distinfo Log message: update to 0.07, following HTML::Template from new maintainer Jim Dew also arch independent CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/09/28 17:42:45 Removed files: sys/arch/i386/i386: dkbad.c Log message: Remove an unused file. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 17:59:58 Modified files: share/man/man4 : pchb.4 Log message: better wording; ok mickey CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 18:34:05 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: openbsd.h Log message: garbage collect obsolete or unused macros - TARGET_ENDIAN_DEFAULT, PREFERRED_DEBUGGING_TYPE and ASM_OUTPUT_DEFINE_LABEL_DIFFERENCE_SYMBOL. ok kettenis@ martin@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/28 18:37:36 Modified files: libexec/spamd : spamd.8 Log message: typo; from sthen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 20:40:38 Modified files: sys/dev/ic : rtl81x9.c Log message: free the mbuf chain in rl_encap() if MGETHDR, MCLGET or bus_dmamap_load_mbuf() fail. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 22:56:31 Modified files: sys/dev/pci : pcidevs Log message: - add the Attansic Technology vendor id. - add the Attansic L1 Gig controller id. - add an unknown Marvell SATA controller id. - add the Matrox Millennium P650 PCIe adapter id. - add ids for the VIA Technologies VT3351 Host bridge. - add ids for the VIA Technologies VT8237A South bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 22:57:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/28 23:34:25 Modified files: sys/dev/pci : if_iwi.c Log message: add a missing format string to the beacon miss debug message. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/29 00:24:40 Modified files: de : 40.html errata.html errata36.html errata37.html errata38.html events.html ftp.html index.html press.html faq/de : current.html faq13.html faq/fr : current.html faq/nl : current.html fr : errata.html errata36.html errata37.html errata38.html events.html ftp.html index.html nl : ftp.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html openssh/de : ftp.html index.html openbsd.html portable.html openssh/fr : ftp.html index.html openbsd.html portable.html openssh/nl : ftp.html index.html openbsd.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/29 02:42:32 Modified files: sysutils/p5-Filesys-Virtual-Plain: Makefile distinfo Log message: update p5-Filesys-Virtual-Plain to 0.10 ok steven CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 02:43:07 Modified files: sys/dev/usb : usbdevs if_udav.c share/man/man4 : udav.4 Log message: Add support for HenTong WK-668, and match the generic DM9601 id while here. WK-668 id reported by mk at freeweb.ozi.nu CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 02:44:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/09/29 02:57:13 Modified files: textproc/p5-Font-TTF: Makefile distinfo textproc/p5-Font-TTF/pkg: PLIST Removed files: textproc/p5-Font-TTF/patches: patch-lib_Font_TTF_Table_pm Log message: - update p5-Font-TTF to 0.40 - remove NO_REGRESS - drop maintainership feedback and ok steven CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/09/29 04:04:17 Modified files: usr.sbin/afs/lib/libarla: Makefile Log message: remove an -O0 workaround for egcs/alpha; noone remembers why it was there and alpha is gcc3 now CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/09/29 04:29:13 Modified files: . : donations.html Log message: Donated a gfx card to matthieu, and a SCSI disk to miod, to keep him happy. ;-) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/29 04:51:27 Modified files: sbin/ipsecctl : ipsec.conf.5 ipsecctl.8 Log message: make it clearer what needs to be run, and how; push manual keying down the list; move the rc stuff from ipsecctl to ipsec.conf; ok hshoexer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/09/29 04:56:33 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: add a new section header, since DESCRIPTION is getting so large... CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 04:59:45 src/regress/lib/libc/strtod Update of /cvs/src/regress/lib/libc/strtod In directory cvs.openbsd.org:/tmp/cvs-serv6075/strtod Log Message: Directory /cvs/src/regress/lib/libc/strtod added to the repository CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 05:00:24 Modified files: regress/lib/libc: Makefile Added files: regress/lib/libc/strtod: Makefile strtodtest.c Log message: add strtod() underflow test CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/09/29 08:35:29 Modified files: lib/libpthread/arch/powerpc: uthread_machdep.c Log message: powerpc stack needs a bit more headroom; needed because of mmap()ed stacks; report by Antoine Jacoutot; ok kurt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/09/29 09:59:34 Modified files: devel/nspr : Makefile Log message: - add powerpc to ONLY_FOR_ARCHS. From Antoine Jacoutot - update MAINTAINER email while here CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 10:04:06 Modified files: sys/dev/ic : rtl81x9.c Log message: Discard packets in the receieve handler which are either too short or too large. From tsutsui@NetBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 10:59:59 Modified files: sys/dev/pci : if_em.c Log message: move the checksum stuff under EM_CSUM_OFFLOAD. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 11:35:45 Modified files: sys/dev/ic : re.c Log message: Only run the hardware diagnostic function re_diag() on adapters with the 8169 chipset, it is disabled by default anyway. Reset the TX interrupt mitigation counter in re_start() if no packets were queued and there are still TX descriptors in use. Write to the ISR and clear the link state in re_init(). From wpaul@FreeBSD CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 12:35:41 Modified files: sys/dev/usb : uowreg.h Log message: Add command and data FIFO size constants. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/09/29 13:31:23 Modified files: sys/arch/i386/pci: geodesc.c Log message: kill trailing some spaces CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 13:38:52 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Extend bus master interface so that block read/write operations can be offloaded to hardware. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/29 13:41:22 Modified files: sys/dev/usb : uow.c Log message: Implement block read/write operations. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/09/29 13:46:04 Modified files: sys/dev/ic : pcdisplay_subr.c pcdisplayvar.h vga.c sys/dev/isa : ega.c Log message: If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every time we switch vt, so that the hardware cursor does not reappear after starting X11, and switching to a text vt. Spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/09/29 15:09:25 Modified files: sys/arch/i386/i386: powernow-k7.c Log message: If we don't find a matching CPU signature using the base CPUID call, try matching against the extended CPUID (0x80000001) signature. Problem found by, and patch based on work by jason@. ok jason@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/29 16:10:53 Modified files: lang/tcl/8.4 : Makefile Log message: INSTALL_DATA instead of cp to ensure correct file modes. from deanna@sdf.lonestar.org CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 16:22:33 Modified files: sys/dev/ic : rtl81x9.c Log message: cosmetic tweaking of the interrupt handler code. no functional change. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/29 21:02:45 Modified files: share/man/man4 : wpi.4 iwi.4 ipw.4 Log message: We have again tried to talk to Intel about being able to redistribute firmware and they are being totally unhelpful. If you'd like to tell Intel how screwed up this situation is, you should mail majid.awad@intel.com CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/29 22:06:51 Modified files: usr.bin/ssh : Tag: OPENBSD_3_9 OVERVIEW README atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c authfile.h bufaux.c buffer.c buffer.h canohost.c canohost.h channels.c channels.h cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c cipher.h cleanup.c clientloop.c clientloop.h compat.c compat.h compress.c compress.h crc32.c crc32.h deattack.c deattack.h dh.c dh.h dispatch.c dispatch.h dns.c dns.h fatal.c groupaccess.c groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c hostfile.h kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c key.h log.c log.h mac.c mac.h match.c match.h misc.c misc.h moduli.c monitor.c monitor.h monitor_fdpass.c monitor_fdpass.h monitor_mm.c monitor_mm.h monitor_wrap.c monitor_wrap.h msg.c msg.h myproposal.h nchan.c packet.c packet.h pathnames.h progressmeter.c progressmeter.h readconf.c readconf.h readpass.c rsa.c rsa.h scard.c scard.h scp.1 scp.c servconf.c servconf.h serverloop.c serverloop.h session.c session.h sftp-client.c sftp-common.c sftp-common.h sftp-glob.c sftp-server.8 sftp-server.c sftp.c sftp.h ssh-add.c ssh-agent.1 ssh-agent.c ssh-dss.c ssh-gss.h ssh-keygen.c ssh-keyscan.c ssh-keysign.c ssh-rsa.c ssh.1 ssh.c ssh.h ssh1.h ssh2.h ssh_config ssh_config.5 sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c ttymodes.h uidswap.c uidswap.h uuencode.c uuencode.h version.h xmalloc.c xmalloc.h usr.bin/ssh/lib: Tag: OPENBSD_3_9 Makefile usr.bin/ssh/sftp: Tag: OPENBSD_3_9 Makefile usr.bin/ssh/sftp-server: Tag: OPENBSD_3_9 Makefile Added files: usr.bin/ssh : Tag: OPENBSD_3_9 bufbn.c md-sha256.c Removed files: usr.bin/ssh : Tag: OPENBSD_3_9 README.dns README.tun bufaux.h getput.h includes.h Log message: upgrade to OpenSSH 4.4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 00:23:58 Modified files: devel/subversion: Makefile distinfo devel/subversion/patches: patch-Makefile_in patch-configure patch-subversion_bindings_swig_perl_native_Core_pm devel/subversion/pkg: PLIST Added files: devel/subversion/patches: patch-build-outputs_mk patch-subversion_bindings_swig_perl_native_Ra_pm Removed files: devel/subversion/patches: patch-subversion_clients_cmdline_main_c patch-subversion_svnadmin_main_c patch-subversion_svndumpfilter_main_c patch-subversion_svnlook_main_c patch-subversion_svnserve_main_c patch-subversion_svnversion_main_c Log message: update to subversion 1.4.0 for details, read http://subversion.tigris.org/svn_1.4_releasenotes.html from maintainer Sigfred Haversen go ahead pval CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/09/30 02:04:04 Modified files: share/man/man4 : rum.4 Log message: TP-LINK TL-WN321G should work as well. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 02:50:57 Modified files: sys/dev/onewire: onewire.c Log message: Convert from using lockmgr to rwlock. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:55:04 Removed files: faq/cs : faq1.html faq10.html faq11.html faq12.html faq13.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq7.html faq8.html faq9.html index.html upgrade-minifaq.html Log message: not maintained anymore, time to go. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:57:25 Modified files: . : events.html Log message: missing mailto: Thanks to Antoine Jacoutot CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/09/30 02:57:54 Modified files: de : donations.html fr : donations.html events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/09/30 04:12:24 Modified files: build : support.dat Log message: - add Evolix, Marseille. - while there, zap a likely dead entry (discussed with saad) ok saad@ grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/09/30 04:14:52 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:26:17 Modified files: sys/dev/usb : uow.c Log message: Add new parameter to uow_cmd() to set command type. Create aliases uow_ctlcmd(), uow_commcmd() and uow_modecmd() for sending control, communication and mode commands. No functional changes. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:35:42 Modified files: sys/dev/usb : uow.c Log message: Reset device on attach. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:42:30 Modified files: sys/dev/usb : uow.c Log message: More useful error messages. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 04:54:55 Modified files: sys/dev/usb : uow.c Log message: Pretty. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:14:29 Modified files: devel/p5-IO-String: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 05:24:58 Modified files: sys/dev/usb : uow.c Log message: Reset device on errors. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:28:19 Modified files: devel/p5-File-Type: Makefile Log message: arch-independent CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:29:18 Modified files: devel/p5-Data-Hierarchy: Makefile distinfo Log message: update to 0.31 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:35:39 Modified files: devel/p5-Locale-Maketext-Simple: Makefile distinfo Log message: update to 0.18 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 05:44:30 Modified files: devel/p5-IO-Digest: Makefile devel/p5-IO-Pager: Makefile devel/p5-PerlIO-via-symlink: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:08:48 Modified files: devel/p5-Data-UUID: Makefile distinfo Log message: update to p5-Data-UUID 0.145 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:18:20 Modified files: devel/p5-Class-Date: Makefile distinfo Log message: upgrade to p5-Class-Date 1.1.9 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:19:51 Modified files: devel/p5-Data-Flow: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 06:26:13 Modified files: net/lftp : Makefile distinfo Log message: upgrade to lftp 3.5.4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 06:45:16 Modified files: games/bzflag : Makefile games/bzflag/patches: patch-configure_ac Added files: games/bzflag/patches: patch-src_bzflag_WorldBuilder_cxx patch-src_bzflag_clientCommands_cxx patch-src_bzfs_WorldInfo_cxx patch-src_mediafile_PNGImageFile_cxx Log message: make it use our libz instead of building its own. from Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 07:45:21 Modified files: devel/p5-Class-Accessor: Makefile distinfo devel/p5-Class-Accessor/pkg: PLIST Log message: update to 0.27 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 07:53:33 Modified files: devel/p5-File-chdir: Makefile Log message: arch-independent. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 08:05:38 Modified files: www/p5-HTML-Tree: Makefile distinfo Log message: upgrade to 3.21 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/30 08:31:28 Modified files: sys/ddb : db_command.c sys/kern : kern_malloc.c sys/sys : malloc.h Log message: no malloc debug but configured kmemstats allow 'sh mal' to print smth useful; miod@ ok CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/09/30 08:31:59 Modified files: share/man/man9 : mbuf_tags.9 Log message: Better description of PF mbuf tags, from Diego Casati Tweaks by jmc@, okay henning@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/09/30 08:34:13 Modified files: usr.bin/nm : elf.c elfuncs.h Log message: Some fixes for running nm on ELF binaries. - Fix printing the symbol type of undefined symbols. - Fall back onto the dynamic symbol table if the normal symbol table is not available (i.e. if the binary has been stripped). ok mickey@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/09/30 08:34:28 Modified files: devel/svk : Makefile distinfo devel/svk/patches: patch-Makefile_PL Log message: update to svk 1.08 CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/09/30 08:47:52 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: simply getdirtybuf to take a plain buf* as there is no need otherwise; no functional change; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/09/30 09:12:00 Modified files: devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST Log message: use MODPY_SETUPTOOLS to pick up setuptools version metadata, needed by some things that I'm working on; ok xsa@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 09:52:21 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Allow to offload the match rom command to hardware. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 09:53:49 Modified files: sys/dev/usb : uow.c Log message: Implement match rom command. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/30 11:08:43 Modified files: sys/dev/pci : pcidevs Log message: yet another nVidia GeForce 6800GT id, from Sam Fourman Jr. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2006/09/30 11:09:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/09/30 11:45:32 Modified files: sys/dev/onewire: onewire.c Log message: Reduce max number of devices per bus to 16. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/30 11:48:23 Modified files: kerberosV/src/appl/login: limits_conf.c kerberosV/src/lib/hdb: hdb-ldap.c sbin/mount : getmntopts.c usr.bin/ssh : sftp.c Log message: Clear errno before calling the strtol functions. From Paul Stoeber . OK deraadt@. CVSROOT: /cvs Module name: ports Changes by: henning@cvs.openbsd.org 2006/09/30 12:36:41 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: update my location. what was here so far was a broad guess someone did for me long ago. now this is where my garden table is, according to this gps thingie CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/09/30 12:47:25 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-sdk_oo_util_makefile_pmk editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-epm_epm_3_7_patch patch-odk_source_unoapploader_unx_makefile_mk patch-odk_util_makefile_pmk Log message: enable odk, binfilter, qadevooo and use our malloc(3) instead of using OOo's own allocation system; add an OpenBSD ifdef to epm to use the correct tar(1) arguments; bump PKGNAME; CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/09/30 12:59:40 ports/devel/apr-util/patches Update of /cvs/ports/devel/apr-util/patches In directory cvs.openbsd.org:/tmp/cvs-serv2636/patches Log Message: Directory /cvs/ports/devel/apr-util/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/09/30 13:08:22 Modified files: devel/apr-util : Makefile Added files: devel/apr-util/patches: patch-test_Makefile_in Log message: - Fix RUN_DEPENDS; now libtool isn't run-time dependency (Noticed by Eric Faurot ) - Fix regression tests - Bump PKGNAME CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/09/30 13:12:43 Modified files: . : donations.html Log message: remove hrefs from donors where site is either used by domain grabber, no longer existant, or rendering a 403/404. Diff from Marcus Popp ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/09/30 14:40:10 Modified files: net/pptp : Makefile net/pptp/files : pptp_8 Log message: correct mentioning of ppp (instead of pppd, which is wrong) in pptp(8) man page supplied by the port itself. ok from maintainer and sturm@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 16:03:56 Modified files: net/net-snmp : Makefile net/net-snmp/patches: patch-agent_mibgroup_ucd_snmp_h Log message: make access to various memory bits like the enterprises.ucdavis.memory tree work again on OpenBSD 4. from Jim Dew CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/09/30 16:31:21 Modified files: infrastructure/db: systrace.filter Log message: permit semaphore related syscalls; this allows building dk-milter and dkim-milter with systrace. ok sturm@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/09/30 17:44:17 Modified files: sbin/ifconfig : ifconfig.c Log message: Don't use uninitialized variable. From Peter Philipp . OK deraadt@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:20:12 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for the Broadcom BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. From the Linux tg3 driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:20:52 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/09/30 18:34:07 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. the BCM5906/BCM5906M ids are not enabled for now; these chips are quite a bit different from the others and are currently unsupported. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/09/30 22:46:19 Modified files: devel/libusb : Makefile devel/libusb/pkg: PLIST Removed files: devel/libusb/patches: patch-ltmain_sh Log message: - g/c the --enable-static option, libusb builds a static lib by default - g/c the unused libtool patch - sync the PLIST CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 01:38:55 Modified files: share/man/man4 : owtemp.4 Log message: Mention DS18S20 as supported. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 02:09:04 Modified files: sys/dev/onewire: owtemp.c Log message: Protect sensor_task_unregister() with some locking. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 04:42:18 Modified files: sys/scsi : safte.c ses.c Log message: Free sensors on detach. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/01 04:43:38 Modified files: print/cups : Makefile distinfo print/cups/patches: patch-Makedefs_in patch-backend_betest_c patch-cgi-bin_admin_c patch-config-scripts_cups-sharedlibs_m4 patch-configure patch-cups_Makefile patch-filter_Makefile patch-filter_imagetops_c patch-filter_imagetoraster_c patch-scheduler_Makefile patch-systemv_lpadmin_c patch-test_run-stp-tests_sh print/cups/pkg : PLIST Added files: print/cups/patches: patch-init_cups_sh_in patch-scheduler_cups-driverd_c Removed files: print/cups/patches: patch-cups_sh_in patch-data_testprint_ps patch-doc_documentation_html patch-doc_sam_html patch-doc_sam_shtml patch-filter_image-png_c patch-pdftops_Catalog_cxx patch-pdftops_Stream_cxx patch-pdftops_Stream_h patch-pdftops_XRef_cxx patch-scheduler_dirsvc_c patch-scheduler_main_c patch-systemv_Makefile Log message: Update to CUPS 1.2.4, which has lots of improvements over the old version we had, like better support for foreign languages and the usual plethora of bugfixes. tested on various architectures and with various applications that use CUPS as their printing system. I verified that all ports that are depending on CUPS still build. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 04:52:11 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/include: fpu.h Log message: Switch fpu control word to the hardware default. This makes us use 64-bit precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/01 05:04:24 Modified files: openssh : portable.html Log message: Berlin was removed from main mirror lists some time ago, and ftp.de got re-assigned to Erlangen. So just drop this record. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/01 05:12:25 Modified files: . : events.html Log message: Add the talks that were submitted for OpenCON 2006 by David Gwynne, Gordon Klok, and Can Erin Acar. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/01 05:30:53 Modified files: usr.bin/find : find.1 Log message: rewrite the piece about separate arguments to not confuse jmc@. ok jmc@ kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/01 05:36:33 Modified files: lib/libc/stdlib: strtod.c Log message: Make a var volatile, which forces a mem write at the right spot, and detctecion of underflow where it would otherwise not happen for FPUs that have a larger register size than sizeof double (i386, m68k). ok deraadt@ weingart@ kettenis@ CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/01 05:43:40 Modified files: sys/dev/onewire: owtemp.c Log message: Don't reuse bus lock for locking sensor task thread. Use a separate lock. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/01 06:35:47 Modified files: www/dillo : Makefile Log message: add missing WANTLIB (stdc++) ok pvalchev CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/01 07:00:47 Modified files: sys/scsi : scsiconf.c Log message: whitespace tweaks CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:02:40 Modified files: sys/dev/mii : miidevs Log message: add a few new Marvell ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:03:01 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:17:25 Modified files: sys/dev/mii : eephy.c Log message: add a few new Marvell ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 09:47:03 Modified files: sys/dev/mii : eephy.c Log message: initial pieces for the 88E3082 Fast Ethernet PHY. untested at the moment. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/01 10:02:24 Modified files: print/cups : Makefile print/cups/patches: patch-scheduler_Makefile Log message: Make this port build with USE_SYSTRACE=Yes. I forgot parts of a patch to scheduler/Makefile, sorry, guys! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 11:29:48 Modified files: sys/dev/mii : brgphy.c sys/dev/pci : if_bge.c if_bgereg.h Log message: pack several boolean fields into the existing bge_flags field. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:07:56 Modified files: sys/arch/i386/include: npx.h Log message: Switch fpu control word to the hardware default. This makes us use 64-bit precision instead of 53-bit precision, giving us proper support for "long double". ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:14:40 Modified files: sys/arch/i386/include: float.h Log message: Adjust for change of fpu control word. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/01 12:16:54 Modified files: sys/arch/amd64/include: float.h Log message: Adjust for change of fpu control word. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/01 12:47:08 Modified files: . : press.html Log message: Catch up a bit: Damien in Kerneltrap, Beck on spamd, Anil/Christop on Xen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 14:51:36 Modified files: sys/dev/isa : if_ec.c if_we.c Log message: fix dmesg line wrapping; this was fallout from shortening the ne(4) dmesg printing. reported/tested by and okay nick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:13:45 Modified files: sys/dev/ic : pgt.c Log message: Set ic_max_rssi to 255 the rssi value returned by the card is a u_int8_t and mglocker@ and I both have seen values up to 240. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:26:22 Modified files: sys/dev/ic : pgt.c Log message: Kill some #if 0 code. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/01 15:46:34 Modified files: sys/dev/pci : maestro.c Removed files: sys/dev/pci : maestro_reg.h Log message: zap maestro_reg.h, since it's only used in the kernel. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/01 15:48:34 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: bye bye maestro_reg* CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 15:49:08 Modified files: sys/dev/ic : pgt.c pgtreg.h Log message: Get rid of this strange pgt_data_frame which is unused. Nice side-effect is an easier to read pgt_datarx_completion. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/01 16:03:25 Modified files: sys/dev/ic : pgt.c pgtreg.h Log message: Make monitor mode work by prepending the right kind headers and fixing the channel selection code. Joint work with mglocker@, OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/01 16:23:47 Modified files: mail/mozilla-thunderbird: Makefile math/octave : Makefile www/galeon : Makefile www/minimo : Makefile www/mozilla : Makefile www/mozilla-firefox: Makefile Log message: stop using the gcc3 module on the alpha architecture. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/01 16:34:51 Modified files: . : plat.html Log message: OpenBSD/cats was a nice stepping stone, however future ARM work will occur on other platforms. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/01 16:45:10 Modified files: . : cats.html Log message: OpenBSD/cats is no longer supported. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:02:12 Log message: import of spidermonkey 1.5 SpiderMonkey is the code-name for Mozilla's C implementation of JavaScript. from Antoine Jacoutot with some patches from FreeBSD. Status: Vendor Tag: steven Release Tags: steven-20061001 N ports/lang/spidermonkey/distinfo N ports/lang/spidermonkey/Makefile N ports/lang/spidermonkey/pkg/DESCR N ports/lang/spidermonkey/pkg/PLIST N ports/lang/spidermonkey/pkg/PFRAG.shared N ports/lang/spidermonkey/patches/patch-src_jsapi_c N ports/lang/spidermonkey/patches/patch-src_js_c N ports/lang/spidermonkey/patches/patch-src_jscntxt_c N ports/lang/spidermonkey/patches/patch-src_jstypes_h N ports/lang/spidermonkey/patches/patch-src_jsosdep_h N ports/lang/spidermonkey/patches/patch-src_jsprf_c N ports/lang/spidermonkey/patches/patch-src_Makefile_ref N ports/lang/spidermonkey/patches/patch-src_config_Linux_All_mk N ports/lang/spidermonkey/patches/patch-src_rules_mk N ports/lang/spidermonkey/patches/patch-src_config_mk N ports/lang/spidermonkey/patches/patch-src_jslock_c N ports/lang/spidermonkey/patches/patch-src_jsopcode_c N ports/lang/spidermonkey/patches/patch-src_jspubtd_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:03:24 Modified files: lang : Makefile Log message: +spidermonkey CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/01 17:18:07 Modified files: math/octave : Makefile Log message: skip MODGCC3, since it does not build on sparc anyway. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/01 17:18:15 Modified files: faq : upgrade40.html Log message: fill out the file lists. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 18:28:09 Modified files: sys/dev/pci : if_ixgb.c Log message: move the checksum stuff under IXGB_CSUM_OFFLOAD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:29:46 Modified files: sys/dev/pci : if_bnxreg.h Log message: new structure for the firmware blob; ok brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:30:13 Modified files: sys/dev/microcode/bnx: build.c Log message: actually put all the require firmware bits into the file CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:30:22 Modified files: sys/dev/microcode: Makefile Log message: enable bnx firmware builds CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/01 20:31:11 Modified files: distrib/sets/lists/base: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 21:44:18 Modified files: sys/dev/mii : eephy.c Log message: return EINVAL for the Gig manual media types when attached to a Fast Ethernet PHY. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/01 22:09:20 Modified files: sys/dev/mii : eephy.c Log message: do not bother to read the esr and isr registers in the status routine just to end up not using the information read. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/01 23:03:26 Modified files: share/man/man4 : pgt.4 Log message: Since monitor mode works now, mention it. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 00:03:31 Modified files: sys/dev/microcode/bnx: build.c Log message: remove variable we do not need CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/02 01:30:27 Modified files: . : press.html Log message: oops CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/02 01:48:08 Modified files: lang/ruby : Makefile distinfo lang/ruby/patches: patch-configure lang/ruby/pkg : PLIST Removed files: lang/ruby/patches: patch-lib_webrick_httpservlet_filehandler_rb Log message: Update to ruby-1.8.5. See http://eigenclass.org/hiki.rb?ruby+1.8.5+changelog for a summary of changes. tested by krw@ ok msf@, sturm@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/02 01:48:16 Modified files: . : events.html Log message: Correct canacar's name. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 01:50:25 Modified files: usr.bin/tail : tail.1 Log message: reword a clunky sentence; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 01:56:22 Modified files: usr.bin/tail : tail.1 Log message: - simplify a list item - use .Ex CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 02:05:33 Modified files: usr.bin/find : find.1 Log message: remove some unneccessary escaping; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/02 03:06:26 Modified files: sys/scsi : scsiconf.c scsiconf.h st.c Log message: get rid of a boolean typedef. this is c, we have ints, deal with it. ok marco@ krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 03:37:14 Modified files: infrastructure/mk: bsd.port.mk Log message: fix FETCH_PACKAGES: create a real target (packages/arch/cache/pkgname.tgz) and link to it from elsewhere. Fixes the no-arch case, and makes it ways easier to find out what was retrieved through the cache. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 03:59:05 Modified files: print/cups : Makefile print/cups/pkg : PLIST Log message: Add a missing directory. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 04:06:03 Modified files: print/cups : Makefile Log message: Remove unused left-overs. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/02 05:48:06 Modified files: print/cups : Makefile print/cups/pkg : DESCR Log message: Add an ldap FLAVOR to allow printer sharing via LDAP and mention the available FLAVORs in pkg/DESCR. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/02 06:01:40 Modified files: lib/libutil : readlabel.c Log message: Fix off by one comparison. FSMAXTYPES is the last valid index into fstypesnames[], but that entry is NULL. The last valid file system name is at fstypesnames[FSMAXTYPES-1]. Encountered and diagnosed by pedro@. ok pedro@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/02 07:08:12 Modified files: devel/p5-SVN-Mirror: Makefile distinfo Log message: upgrade to p5-SVN-Mirror 0.70 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/02 07:56:35 Modified files: www/p5-HTML-TableExtract: Makefile distinfo Log message: upgrade to 2.10 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/02 08:01:29 Added files: faq : upgrade40.patch Log message: Add the 3.9->4.0 patch file. Tested a number of times, but as always, look it over and test, don't blindly trust. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 08:22:31 Modified files: build : mirrors.dat Log message: ftp.fi.debian.org stops mirroring OpenBSD. Via www@ from maintainer Heikki Vatiainen , thanks CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 08:23:22 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 08:32:54 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/patches: patch-libjbig_Makefile Log message: switch to -fPIC, required by alpha CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/02 08:47:20 Modified files: de : events.html faq/fr : upgrade40.html fr : cats.html donations.html events.html plat.html press.html openssh/fr : donations.html portable.html openssh/ja : ftp.html index.html openbsd.html portable.html windows.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 10:00:21 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/files: Makefile.config.OpenBSD Log message: - update to 10.26.31: bug fixes - drop no longer required workaround for alpha; from brad@ - switch to -fPIC, required by alpha CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 10:56:00 Modified files: sys/dev/pci : pcidevs Log message: add the ServerWorks PCIe bridge ids and correct an unknown ServerWorks SATA entry; it seems this id is the HT-1000 SATA controller but in an IDE compat mode depending on a BIOS setting. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:06:23 Modified files: sys/dev/pci : pcidevs Log message: gah. ensure the entries are unique. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:07:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 11:26:34 Modified files: infrastructure/mk: bsd.port.mk Log message: oops, do not unset SUBPACKAGE Move BULK_COOKIE for package to the redirector, so that we do not clean in subpackage cases, but instead wait for all the packages to be built. Also, introduce FORCE_UPDATE=hard: with signatures, -F installed is most often not necessary... CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/10/02 11:34:36 Modified files: devel/py-cheetah: Makefile devel/py-cheetah/pkg: PLIST Log message: correct PKGNAME and zap extra file that crept in CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/02 11:45:33 Modified files: sys/arch/armish/include: exec.h sys/arch/cats/include: exec.h sys/arch/zaurus/include: exec.h Added files: sys/arch/arm/include: exec.h Log message: One to bind them all. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/02 11:47:09 Modified files: www/linkchecker: Makefile distinfo Log message: update linkchecker to 4.5 ok alek CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:52:24 Modified files: sys/dev/pci : pcidevs Log message: revert this change. after a little more digging I found some conflicting information. I'm not really sure if this is a compat mode id or not. so just revert back to SATA and label it with the chipset it comes from. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:52:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/02 11:56:41 Modified files: sys/dev/pci : pciide.c Log message: sync the ServerWorks ids. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/02 12:06:55 Modified files: sys/dev/ic : pgt.c pgtvar.h sys/dev/pci : if_pgt_pci.c sys/dev/cardbus: if_pgt_cardbus.c Log message: Simplify device attachment. From brad@ with a tiny correction. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/02 12:12:33 Modified files: x11/rdesktop : Makefile distinfo Log message: Trivial version bump. Update my email address while I'm there. ok pvalchev CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/02 12:48:01 Modified files: infrastructure/package: register-plist Log message: let register-plist show stuff in a format ready for copy-paste. Suggestion from alek@, took it one step further... CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/02 12:54:09 Modified files: lang/python : Makefile.inc Log message: Zap no_tests and no_tools flavors. Packages -tools and -tests don't depend on other packages besides main python package so there is no reason to not to build them by default. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:30:19 Modified files: sbin/atactl : atactl.8 atactl.c Log message: simplify SYNOPSIS and sync usage(); CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:36:46 Modified files: build : mirrors.dat Log message: silly me adjusted .de.openbsd.org entries and forgot to make the entry for Erlangen mirror reflect the new situation. So, move Erlangen from anoncvs2 to anoncvs now. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:38:33 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:38:51 Modified files: sbin/atactl : atactl.8 Log message: standard EXAMPLES; CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:39:54 Modified files: share/man/man4 : acpi.4 Log message: Merge the ACPI device man pages into acpi(4) after discussion with and input from jmc and marco. ok jmc marco CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:40:21 Removed files: share/man/man4 : acpibat.4 acpihpet.4 acpitimer.4 Log message: Remove old ACPI pages. CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 13:42:58 Modified files: share/man/man4 : Makefile Log message: Remove old ACPI device page builds (reorder build order alphabetically while there). MLINKS+= the new acpi(4) page to the ACPI device page names. ok jmc CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/02 13:47:13 Modified files: sbin/atactl : atactl.8 Log message: various tweaks to smarten this page up a bit; CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/02 13:56:26 Modified files: . : donations.html Log message: remove still more links to domain grabbers and plain ads sites, diff from Marcus Popp ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/02 14:21:24 Modified files: share/man/man4 : Makefile Log message: Fully sort MLINKS. ok jmc CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/02 14:29:41 Modified files: lang/python : Makefile.inc Log message: Set PKG_ARGS while setting NO64BIT CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 14:35:29 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20060930 snapshot CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/02 15:00:28 Modified files: usr.bin/calendar/calendars: calendar.history Log message: Fill October ok mickey CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 15:42:27 Modified files: x11/qt2 : Makefile Log message: remove kludge for alpha gcc2 bug; prodded by brad@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/02 15:46:43 Modified files: sys/dev/ic : pgt.c Log message: Zap unused MLME routines. Probably they were just used in WPA mode. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/02 15:58:25 Log message: import CBLAS, a C interface to the BLAS library. port started by ckuethe Status: Vendor Tag: steven Release Tags: steven-20061002 N ports/math/cblas/Makefile N ports/math/cblas/distinfo N ports/math/cblas/files/Makefile N ports/math/cblas/pkg/DESCR N ports/math/cblas/pkg/PLIST N ports/math/cblas/pkg/PFRAG.shared N ports/math/cblas/patches/patch-testing_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/02 15:59:12 Modified files: math : Makefile Log message: +cblas CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/02 17:03:56 Modified files: usr.bin/vmstat : vmstat.c Log message: Fix error messages, okay ray@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/02 17:18:26 Modified files: x11/qt2 : Makefile Log message: bump CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/02 17:22:24 Modified files: build : mirrors.dat Log message: re-add ftp.duth.gr which is back up to date, reminded by maintainer CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/02 17:22:44 Modified files: openntpd : ftp.html portable.html openbgpd : ftp.html . : ftp.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/02 18:03:03 Log message: Initial import of qgo-1.5.1 qgo is a full featured SGF editor and Go Client for NNGS/IGS/etc. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061003 N ports/games/qgo/distinfo N ports/games/qgo/Makefile N ports/games/qgo/pkg/PLIST N ports/games/qgo/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/02 18:04:14 Modified files: games : Makefile Log message: +qgo CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 18:49:09 Modified files: usr.sbin/ntpd : parse.y Log message: strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yves@spootnik.org CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/02 19:37:22 Modified files: sys/arch/aviion/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Don't load bad144 bad sector information into disklabels for archs that don't have wd* in GENERIC, since wd* is the only place such info is being used. First step of eliminating bad144 bad sector info from all disklabels. 'go go go' deraadt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/02 20:29:14 Modified files: lib/libpthread/uthread: uthread_dup2.c Log message: upon success dup2() returns newfd so don't overwrite it with _thread_fd_table_init()'s return value and blow it away. fixes firefox plugin problem noticed by jolan@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/02 20:59:36 Modified files: lib/libpthread/uthread: pthread_private.h uthread_accept.c uthread_connect.c uthread_kern.c uthread_kevent.c uthread_poll.c uthread_read.c uthread_readv.c uthread_recvfrom.c uthread_recvmsg.c uthread_select.c uthread_sendmsg.c uthread_sendto.c uthread_write.c uthread_writev.c Log message: Last Part of file descriptor race and deadlock corrections. When a fd enters the closing state prevent any threads from polling the fd and reschedule the thread with the closing_fd flag set. This fixes a class of deadlocks where a thread is blocked waiting for data (that may never arrive) and a later thread calls close() or dup2() on the fd. okay brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 22:52:03 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-sql_mysqld_cc databases/mysql/pkg: PLIST-server PLIST-tests Added files: databases/mysql/patches: patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/02 23:00:49 Modified files: www/squid : Makefile distinfo www/squid/patches: gcc-patch-lib_Makefile_in patch-configure_in patch-errors_Makefile_in patch-helpers_basic_auth_MSNT_Makefile_in patch-icons_Makefile_in patch-src_Makefile_in patch-src_cf_data_pre patch-src_client_side_c www/squid/pkg : PLIST Added files: www/squid/patches: patch-tools_Makefile_in Log message: upgrade to 2.6.STABLE4 Squid 2.6 supports kqueue and hw accelerated SSL via OpenSSL, as well as many other improvements. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/02 23:05:42 Modified files: distrib/sets/lists/base: md.alpha md.hppa md.macppc md.sgi md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/02 23:17:29 Modified files: security/prelude/manager: Makefile security/prelude/manager/patches: patch-Makefile_in patch-prelude-manager_conf_in security/prelude/manager/pkg: PLIST Removed files: security/prelude/manager/patches: patch-configure Log message: - run by default as _prelude instead of root. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/03 00:00:03 Modified files: math/blas : Makefile Log message: Process manpages after compiling source. This makes it possible to interrupt and restart the build of this port. ok steven CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 00:17:57 Modified files: . : lyrics.html Added files: images : 33song.gif 34song.gif 35song.gif Removed files: images : Barbarian-song.gif Carp_song.gif PuffyHood_song.gif Log message: bit of prep & cleanup CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/03 00:28:22 Modified files: . : INDEX Log message: sync, 3689 unzels CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 03:16:16 Modified files: www/zope : Makefile distinfo www/zope/files : README.OpenBSD www/zope/pkg : PFRAG.shared PLIST Log message: Update to Zope-2.10.0. See http://www.zope.org/Products/Zope/2.10.0/Zope-2_10_0_released for the complete release notes. ok xsa CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 04:02:47 Modified files: www/plone : Makefile distinfo www/plone/pkg : PLIST Log message: Unbreak plone and update to Plone 2.1.4, tested with the new Zope-2.10.0 port. Diff mostly done by xsa. And, sorry for the breakage, it was caused by a different Plone port (that actually worked) I had lying around in a private CVS. ok xsa CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 04:26:49 Modified files: math/lapack : Makefile Log message: process man pages after build here as well. allows to continue the build without problems after an interruption. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/10/03 06:06:07 Modified files: lib/libc/hash : sha1.3 Log message: when using SHA1Data(), no CTX is needed, so zap that line in the example ok jmc@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:08:07 Modified files: build/mirrors : cvsync.html.head Log message: make cvsync.html more logical and use cvsync DNS names instead of anoncvs in the examples ok steven@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:09:58 Modified files: . : cvsync.html Log message: sync CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/03 06:11:32 Modified files: . : translation-explained.html Log message: Erlangen is now anoncvs.de.openbsd.org, so update here, too ok steven@ saad@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 06:24:49 Modified files: www/phpldapadmin: Makefile distinfo www/phpldapadmin/pkg: MESSAGE PLIST Removed files: www/phpldapadmin/patches: patch-copy_form_php patch-delete_form_php patch-login_php patch-rename_form_php Log message: Update to phpldapadmin-1.0.1 CVSROOT: /cvs Module name: ports Changes by: grunk@cvs.openbsd.org 2006/10/03 06:53:50 Modified files: net/pptp : Makefile Added files: net/pptp/patches: patch-USING Log message: detailed explanation how to use pptp on OpenBSD, with example another fine input from Stefan Sperling maintainer timeout, ok sturm@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/03 07:36:28 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-j2se_src_share_bin_java_c patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c Log message: - remove disabling J malloc option now that pthreads stacks are mmap'ed this is no longer a concern upon forking. - use closefrom(2) after forking instead of less efficient heursitics approach. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:42:11 Log message: phplist is a dual opt-in mailing list manager that is web based (uses PHP5 and MySQL). Status: Vendor Tag: mbalmer Release Tags: phplist_20061003 N ports/www/phplist/Makefile N ports/www/phplist/distinfo N ports/www/phplist/pkg/DESCR N ports/www/phplist/pkg/PLIST N ports/www/phplist/pkg/MESSAGE N ports/www/phplist/patches/patch-public_html_lists_admin_lan_de_home_php N ports/www/phplist/patches/patch-public_html_lists_texts_german_inc N ports/www/phplist/patches/patch-public_html_lists_texts_swissgerman_inc N ports/www/phplist/patches/patch-public_html_lists_admin_connect_php N ports/www/phplist/patches/patch-public_html_lists_admin_lan_de_processqueue_php N ports/www/phplist/patches/patch-public_html_lists_admin_sendemaillib_php N ports/www/phplist/patches/patch-public_html_lists_config_config_php N ports/www/phplist/patches/patch-public_html_lists_texts_english_inc N ports/www/phplist/patches/patch-public_html_lists_admin_subscribelib2_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:43:46 Modified files: www : Makefile Log message: Add phplist. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 07:46:28 Modified files: www/zope-externaleditor: Makefile www/zope-externaleditor/pkg: PLIST Log message: zope-externaleditor now conflicts with plone-*. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:07:10 Modified files: net/samba : Makefile distinfo net/samba/patches: patch-Makefile_in patch-configure_in patch-lib_smbrun_c patch-web_startstop_c net/samba/pkg : PLIST PLIST-docs Removed files: net/samba/patches: patch-smbd_service_c Log message: Update to Samba-3.0.23c. Tested on various platforms and also with local KDE clients (Konqueror). ok brad CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 08:19:34 Modified files: sbin/atactl : atactl.8 Log message: put the command list into some semblance of order; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:21:42 Log message: cups-pdf is a printing backend for print/cups that, instead of sending your print output to a real printer, converts it to a PDF file and places it in the filesystem. Status: Vendor Tag: mbalmer Release Tags: cups_pdf-20061003 N ports/print/cups-pdf/Makefile N ports/print/cups-pdf/distinfo N ports/print/cups-pdf/pkg/MESSAGE N ports/print/cups-pdf/pkg/DESCR N ports/print/cups-pdf/pkg/PLIST N ports/print/cups-pdf/patches/patch-src_cups-pdf_c N ports/print/cups-pdf/patches/patch-src_cups-pdf_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/03 08:23:31 Modified files: print : Makefile Log message: Adding cups-pdf. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 08:36:29 Modified files: sbin/atactl : atactl.8 Log message: provide a summary of the available commands, since there's a ton of them; CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/03 10:06:52 Modified files: regress/lib/libpthread/blocked_dup2: blocked_dup2.c regress/lib/libpthread/dup2_race: dup2_race.c Log message: correct check for proper return value of dup2 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 10:07:11 Modified files: . : lyrics.html Log message: oops CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:08:24 Log message: re-import p5-Proc-ProcessTable-0.41 This module provides a consistent interface to UNIX process table information. from William Yodlowsky ok jolan Status: Vendor Tag: jasper Release Tags: jasper_03102006 C ports/sysutils/p5-Proc-ProcessTable/Makefile C ports/sysutils/p5-Proc-ProcessTable/distinfo C ports/sysutils/p5-Proc-ProcessTable/pkg/DESCR C ports/sysutils/p5-Proc-ProcessTable/pkg/PLIST N ports/sysutils/p5-Proc-ProcessTable/pkg/PFRAG.shared 4 conflicts created by this import. Use the following command to help the merge: cvs checkout -jjasper:yesterday -jjasper ports/sysutils/p5-Proc-ProcessTable CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:26:51 Added files: sysutils/p5-Proc-ProcessTable: Makefile distinfo sysutils/p5-Proc-ProcessTable/pkg: DESCR Log message: resolve the fuckup I created, sorry 'bout that. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 10:29:53 Modified files: sysutils : Makefile Log message: p5-Proc-ProcessTable CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/03 10:53:50 Modified files: textproc/py-xml: Makefile Log message: better regress target; OK fgsch@. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/03 11:26:14 Modified files: sys/dev/ic : pgt.c Log message: Do not use IF_PREPEND. Instead use IFQ_POLL and IFQ_DEQUEUE. This should "fix" altq. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/03 11:37:31 Modified files: sys/dev/ic : acx.c Log message: Enable altq in acx(4) the tx path is already handling all cases correctly. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/03 12:12:22 Added files: sysutils/p5-Proc-ProcessTable/pkg: PLIST Log message: forgot PLIST spotted by jolan CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/03 12:32:44 Modified files: www/squid : Makefile www/squid/pkg : MESSAGE Log message: fix the MESSAGE file, s/2.5/2.6/ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/03 12:34:50 Modified files: net/silc-client: Makefile distinfo net/silc-client/patches: patch-lib_Makefile_in net/silc-client/pkg: PLIST Added files: net/silc-client/patches: patch-apps_irssi_docs_Makefile_in patch-apps_irssi_docs_help_Makefile_in patch-configure_ac patch-doc_Makefile_in patch-lib_silcmath_tma_c Removed files: net/silc-client/patches: patch-Makefile_in patch-configure_in patch-irssi_src_perl_Makefile_in patch-lib_silcclient_client_c patch-lib_silcclient_command_reply_c Log message: upgrade to silc-client 1.0.3 From nikns CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 12:39:44 Modified files: . : lyrics.html Added files: images : 40song.gif Log message: two songs arrive with 4.0 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/03 13:05:10 Modified files: sbin/atactl : atactl.8 Log message: move the advice about smart, readattr, and sec* to before the command list, since it doesn;t make sense to put these in any one single command description (nor indeed to repeat them for every command); ok grange CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/03 13:46:08 Modified files: devel/ORBit : Makefile devel/ORBit2 : Makefile x11/gnome/libs : Makefile x11/gnome/print: Makefile Removed files: devel/ORBit/patches: sup-alpha-src_orbit-idl-compiler_Makefile_in devel/ORBit2/patches: sup-alpha-src_idl-compiler_Makefile_in x11/gnome/libs/patches: sup-alpha-libgnorba_Makefile_in x11/gnome/print/patches: sup-alpha-installer_Makefile_in Log message: remove alpha workarounds as suggested by brad@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/03 13:46:08 Modified files: sys/dev/pci : if_vge.c sys/dev/usb : if_axe.c Log message: don't use IF_PREPEND() on altq's. use IFQ_POLL()/IFQ_DEQUEUE() logic instead as described in altq(4). tested by jolan@ on macppc "diffs look ok" brad@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/03 13:48:21 Modified files: sys/dev/usb : if_uath.c Log message: make sure to call SLIST_INIT on sc->rx_freelist. sanity check length field in RX descriptors. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/03 13:49:06 Modified files: sys/dev : vnd.c sys/isofs/cd9660: cd9660_vnops.c sys/kern : vfs_cluster.c vnode_if.src sys/msdosfs : fat.h msdosfs_fat.c msdosfs_lookup.c msdosfs_vnops.c sys/sys : buf.h types.h sys/ufs/ext2fs : ext2fs_bmap.c sys/ufs/ufs : ufs_bmap.c ufs_extern.h sys/uvm : uvm_swap.c Log message: Introduce daddr64_t and use it for physical block numbers Okay weingart@, "I'm game with putting my name on it" dlg@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/03 13:53:15 Modified files: sys/kern : vnode_if.c sys/sys : vnode_if.h Log message: regen CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/03 13:53:52 Modified files: . : lyrics.html Log message: more text CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/03 14:06:21 Modified files: sys/dev/ic : dp8390.c Log message: Simplify the code dealing with the mbuf chain in dp8390_get(). From bad@ & mycroft@ NetBSD Tested by nick@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/03 14:36:10 Modified files: sys/dev/ic : dp8390.c Log message: add in a missing piece of the ASIX AX88190 chipset workaround to dp8390_init(). CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/03 14:37:41 Modified files: share/man/man4 : acpi.4 Log message: Document acpiac, acpiec, and acpitz. From Dmitri Alenitchev with tweaking from jmc and myself. ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/03 14:39:23 Modified files: share/man/man4 : Makefile Log message: MLINKS new acpi stuff. CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/03 14:52:49 Modified files: . : want.html Log message: I need an Atheros AR5005UX based 802.11 USB2.0 adapter to add 802.11a support in uath(4). CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:10:16 Log message: import of Enigmail 0.94.1 Enigmail is an extension to the mail client of Mozilla/Netscape and Mozilla Thunderbird which allows users to access the authentication and encryption features provided by GnuPG. go ahead espie@ Status: Vendor Tag: steven Release Tags: steven-20061003 N ports/mail/enigmail/Makefile N ports/mail/enigmail/distinfo N ports/mail/enigmail/pkg/PLIST N ports/mail/enigmail/pkg/DESCR N ports/mail/enigmail/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:10:50 Modified files: mail : Makefile Log message: +enigmail CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/03 15:34:19 Modified files: sysutils/p5-Proc-ProcessTable: Makefile sysutils/p5-Proc-ProcessTable/pkg: PLIST Removed files: sysutils/p5-Proc-ProcessTable/pkg: PFRAG.shared Log message: no PFRAG.shared needed. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/03 16:35:01 Modified files: sys/arch/i386/i386: mpbios.c Log message: Cease printing the mpbios vendor/version strings, smbios provides much more informative information. ok in principal deraadt@, krw@, mickey@ this change with newline fixes ok krw@ CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/03 16:39:40 Modified files: sys/arch/amd64/amd64: mpbios.c Log message: Cease printing mpbios vendor/version strings on AMD64 as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:05 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding a gigantic firmware into the kernel; checked by brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:20 Modified files: share/man/man4 : bnx.4 Log message: document /etc/firmware/bnx CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:23:31 Modified files: distrib/i386/ramdisk_cd: list.local Log message: bnx firmware CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/03 18:24:09 Modified files: distrib/amd64/ramdisk_cd: list.local Log message: needs bnx firmware too CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 18:52:55 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/dev/ata : ata_wdc.c wd.c Log message: Zap bad144 bad sector info in disklabels. Sparsely used if at all for a few obsolete and easily replaced disk models. And didn't work anyway according to Bob, who has tried. ok beck@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 19:04:22 Modified files: etc/etc.i386 : disktab Log message: Remove the three instances of :sf:, since we no longer support bad144 sector forwarding on those ide/esdi disks. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 21:23:01 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/luna88k/include: disklabel.h sys/arch/luna88k/luna88k: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sparc64/sparc64: disksubr.c sys/arch/vax/vax: disksubr.c Log message: More tidying up after bad144. Remove references in comments and don't include dkbad.h when nothing in it is used. Missed arm/include/disklabel.h first time around. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/03 21:30:48 Modified files: sys/arch/arm/include: disklabel.h Log message: Try to nail elusive arm/include/disklabel.h at third attempt. CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2006/10/03 22:43:20 Modified files: etc : daily Log message: Exit when asked to. OK by deraadt, spotted by lumpy. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/04 00:40:22 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.6.4 CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2006/10/04 01:10:32 Modified files: lib/libssl/src/crypto/asn1: tasn_dec.c lib/libssl/src/crypto/dh: dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: s2_clnt.c ssl_lib.c Log message: openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 02:44:43 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/04 03:30:01 Modified files: devel/apr : Makefile distinfo devel/apr-util : Makefile distinfo devel/apr-util/pkg: PLIST Log message: update to 1.2.7; mostly from dlg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/04 04:08:21 Modified files: . : 40.html Log message: lyrics are up CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/04 06:04:40 Modified files: sys/nfs : nfs_syscalls.c Log message: typo, from Bret Lambert CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/04 08:04:06 Modified files: share/man/man9 : VOP_LOOKUP.9 Log message: Match reality when describing VOP_BMAP(), bad pedro CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:15:18 Modified files: sbin/atactl : atactl.8 Log message: DIAGNOSTICS -> CAVEATS because: 1) this section discusses caveats, not diagnostics 2) DIAGNOSTICS is not standard for section 1 ok grange CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:19:32 Modified files: sbin/atactl : atactl.8 Log message: sort the smartoffline subcommands; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/04 08:23:12 Modified files: sys/dev/ic : pgt.c Log message: Mini cleanup. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 08:25:31 Modified files: usr.bin/find : find.1 Log message: - bump latest posix version - note additional primaries which are not posix conformant and, conversely, one which was not previously conformant and now is this was prompted by a mail to either freebsd or netbsd lists, but i cannot for the life of me find it - thanks anyway! ok otto CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/04 10:29:15 Modified files: databases/mysql: Tag: OPENBSD_3_9 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_3_9 patch-configure_in patch-include_my_global_h patch-innobase_Makefile_in patch-mysql-test_Makefile_in patch-mysql-test_mysql-test-run_sh patch-scripts_Makefile_in patch-scripts_mysql_install_db_sh patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_3_9 PLIST-server PLIST-tests Added files: databases/mysql/patches: Tag: OPENBSD_3_9 patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: MFC: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 10:32:15 Added files: zh-cn : index.html joinus.html Log message: chinese translation back again. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 11:46:34 Modified files: etc : daily Log message: make code look better CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 11:56:50 Modified files: fr : 40.html anoncvs.html cvsync.html donations.html ftp.html want.html openntpd/fr : portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/04 11:58:43 Modified files: . : index.html Log message: link to chinese translation as well. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/04 12:13:37 Modified files: sys/dev/ic : pgt.c Log message: Merge pgt_start_body() into pgt_start(). ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 13:01:29 Modified files: sys/arch/alpha/alpha: disksubr.c Log message: unused variable CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 13:13:16 Modified files: databases/openldap: Makefile distinfo Log message: Update OpenLDAP to the current version. That's one small committ for a developer, one giant leap for the community. The giant leap, however, may come later. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/04 13:27:44 Modified files: sys/dev/pci : pci.c Log message: Do not assume that the pci(4) unit number matches the actual PCI bus number. Fixes cases where X would get really confused when they didn't match. ok drahn@ CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/04 13:45:00 Modified files: . : want.html donations.html Log message: Thanks to Sevan Janiyan for the AR5005UX 802.11 USB2.0 adapter. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/04 14:47:11 Modified files: . : want.html Log message: A LORAN-C device would be nice. But outdated. Concentrate on HW that is available. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 14:56:01 Modified files: devel/gconf-editor: Makefile Log message: Sorry guys, but I will no longer maintain this. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 15:00:53 Modified files: graphics/sodipodi: Makefile Log message: It ain't no fun maintaining unmaintained software. Maintainership dropped. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/04 15:13:42 Modified files: usr.bin/write : write.c Log message: if the utmp file is (mysteriously gone) do not assume that the user is on the specified tty; problem noted by ilja@suresec.org, ok various CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/04 15:29:04 Modified files: lib/libc/stdlib: getopt_long.c Log message: from wiz@netbsd: Switch from 4-clause to 2-clause BSD license. Ok dillo@, board@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/04 15:37:53 Modified files: . : events.html Log message: spaces CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 15:41:48 Modified files: www/zope : Makefile distinfo Log message: the zope darlings changed the distfile, I bumped the packagename and naddy gets the cookie for letting me know. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 16:15:06 Modified files: www/phpldapadmin: Makefile Log message: If we assign not much more than nothing to a variable, then we can skip the assignment as well. We bump the package name and we are done. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/04 16:20:32 Modified files: games/crimson : Makefile Log message: builds and seems to run on alpha now CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/04 16:28:28 Modified files: benchmarks/pear-Benchmark: Makefile distinfo benchmarks/pear-Benchmark/pkg: PLIST Log message: pear-Benchmark-1.2.3, since so many users requested it. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/04 17:58:12 Modified files: sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/mips64/mips64: disksubr.c Log message: More instances of the same now unused variable as in alpha's readdoslabel(). A bit of bad144 fallout. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/04 18:43:45 Modified files: lang/jikes/pkg : MESSAGE lang/jikes : Makefile Log message: Fix obvious typo in URL for license, from Matthew Clarke clamat in telus.net, bump pkg CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/04 19:36:41 Modified files: sys/arch/i386/i386: machdep.c Log message: only take in an account <4g memory for bufcache calculation as the upper part will not participate anyway; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/04 19:55:23 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20061002 snapshot CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/04 23:05:57 Modified files: lib/libc/sys : stat.2 Log message: Add S_ISBLK(), S_ISCHR(), S_ISDIR(), S_ISFIFO(), S_ISLNK(), S_ISREG(), and S_ISSOCK() macros. OK deraadt@, OK and help from jmc@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 00:19:59 Modified files: sys/dev/usb : Tag: OPENBSD_3_9 ucom.c Log message: MFC: Fix by mbalmer@ Fix a possible kernel panic in ucom(4) that is caused by ttyclose() using data already freed by ucom_close(). Problem reported and initial patch provided by Marc Winiger CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/05 00:25:34 Added files: sys/arch/macppc/dev: if_mc.c Log message: Add if_mc.c a driver for the AMD AM79C940 (MACE) ethernet chip found on board old world macintosh systems to macppc. From netbsd, mac68k and macppc specific tweaks modeled on if_bm.c. ok brad@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/05 00:48:57 Modified files: faq/nl : upgrade40.html fr : index.html nl : 40.html anoncvs.html cats.html cvsync.html ftp.html index.html plat.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html zh-cn : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/05 01:08:18 Modified files: lib/libc/sys : stat.2 Log message: supply -indent to another display, to make the page match; kill some trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/05 01:41:04 Modified files: usr.bin/find : find.1 Log message: document -depth and -xdev: although we have options which do the same, they are not included in posix; make the description of -follow match that of -depth and -xdev, especially since its option equivalent is preferred; ok otto CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/05 01:52:30 Modified files: usr.bin/find : find.1 Log message: -iname is a primary, not an option. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 02:35:45 Modified files: www/zope-ldapuserfolder: Makefile distinfo www/zope-ldapuserfolder/pkg: PLIST Log message: Update to Zope LDAPUserFolder 2.6. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 02:56:52 Modified files: sys/dev/ic : pgt.c Log message: Zap dead routine pgt_80211_set(). ok claudio@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/05 03:11:27 Modified files: sbin/isakmpd : isakmpd.8 Log message: Reword sentence to fix grammar nit. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 04:19:36 Modified files: www/zope : Makefile Log message: Record RUN_DEPENDS to lang/python,-expat. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/05 04:23:24 Modified files: www/zope-ldapuserfolder: Makefile distinfo www/zope-ldapuserfolder/pkg: PLIST Log message: Zope LDAPUserFolder 2.7, sorry for the noise with the 2.6 update ;) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 05:08:30 Modified files: sys/dev/ic : pgt.c Log message: Remove obsolete ioctl command. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 06:15:43 Modified files: sys/dev/ic : pgt.c Log message: Zap dead dot1x routine pgt_update_hw_from_nodes(). There is some more dot1x stuff spreaded around which needs to be removed. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/05 08:22:54 Modified files: sys/dev/ic : pgt.c Log message: Zap more dead dot1x code. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/05 08:55:56 Modified files: infrastructure/templates: Makefile.template Log message: add SHARED_ONLY, MODULES and SHARED_LIBS latter one reminded by nikns at secure dot lv ok espie CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/05 08:58:12 Modified files: x11/xglobe : Makefile x11/xplanet : Makefile x11/xglobe/files: OpenBSD-markers Log message: this is my precise location, instead on the other side of town (which was a rough guess) CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 10:37:28 Modified files: . : press.html Log message: Ars Technica on Intel, from Ray Lai. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/05 10:44:04 Modified files: share/zoneinfo/datfiles: southamerica Log message: Brazilian summer time rules for 2007, from Eduardo Alvarenga, okay beck@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/05 11:31:14 Modified files: share/man/man4 : acpi.4 Log message: I somehow messed something up when I committed the previous change, so the acpiac entry was put in as acpiec but still talked about power state. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 11:36:24 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_9 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_3_9 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_3_9 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_3_9 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_3_9 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/05 12:05:57 Modified files: textproc/aspell/core: Makefile Log message: seems to work on alpha now CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/05 12:09:03 Modified files: share/zoneinfo/datfiles: africa antarctica asia australasia backward etcetera europe factory iso3166.tab leapseconds northamerica pacificnew solar87 solar88 solar89 southamerica systemv yearistype.sh zone.tab Log message: Update to tzdata2006m from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/05 12:29:26 Modified files: sys/dev : vnd.c Log message: Always allow read-only opens on (s)vnd devices, despite the type of the first open (svnd vs vnd). ok pedro@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 12:42:22 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_3_8 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_3_8 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_3_8 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_3_8 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_3_8 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/05 18:40:27 Modified files: distrib/sets/lists/base: md.alpha md.armish md.cats md.hppa md.macppc md.sgi md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: syhnc CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/05 18:41:09 Modified files: sys/dev/pci : pcidevs Log message: a few hitachi products CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/05 18:41:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 19:41:19 Modified files: . : press.html Log message: Grimes in PC World.au CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 20:28:55 Modified files: sys/dev/pci : pcidevs Log message: move Hitachi to the right position (numerical order). CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/05 20:29:19 Modified files: usr.bin/ssh : ssh.c ssh-agent.c ssh-keyscan.c Log message: sys/resource.h needs sys/time.h; prompted by brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 20:30:00 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 21:19:33 Modified files: usr.bin/ssh : Tag: OPENBSD_3_8 OVERVIEW README atomicio.c atomicio.h auth-bsdauth.c auth-chall.c auth-krb5.c auth-options.c auth-options.h auth-passwd.c auth-rh-rsa.c auth-rhosts.c auth-rsa.c auth-skey.c auth.c auth.h auth1.c auth2-chall.c auth2-gss.c auth2-hostbased.c auth2-kbdint.c auth2-none.c auth2-passwd.c auth2-pubkey.c auth2.c authfd.c authfd.h authfile.c authfile.h bufaux.c buffer.c buffer.h canohost.c canohost.h channels.c channels.h cipher-3des1.c cipher-bf1.c cipher-ctr.c cipher.c cipher.h cleanup.c clientloop.c clientloop.h compat.c compat.h compress.c compress.h crc32.c crc32.h deattack.c deattack.h dh.c dh.h dispatch.c dispatch.h dns.c dns.h fatal.c groupaccess.c groupaccess.h gss-genr.c gss-serv-krb5.c gss-serv.c hostfile.c hostfile.h kex.c kex.h kexdh.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c key.h log.c log.h mac.c mac.h match.c match.h misc.c misc.h moduli.c monitor.c monitor.h monitor_fdpass.c monitor_fdpass.h monitor_mm.c monitor_mm.h monitor_wrap.c monitor_wrap.h msg.c msg.h myproposal.h nchan.c packet.c packet.h pathnames.h progressmeter.c progressmeter.h readconf.c readconf.h readpass.c rsa.c rsa.h scard.c scard.h scp.1 scp.c servconf.c servconf.h serverloop.c serverloop.h session.c session.h sftp-client.c sftp-common.c sftp-common.h sftp-glob.c sftp-server.8 sftp-server.c sftp.1 sftp.c sftp.h ssh-add.c ssh-agent.1 ssh-agent.c ssh-dss.c ssh-gss.h ssh-keygen.1 ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh-keysign.8 ssh-keysign.c ssh-rsa.c ssh.1 ssh.c ssh.h ssh1.h ssh2.h ssh_config ssh_config.5 sshconnect.c sshconnect.h sshconnect1.c sshconnect2.c sshd.8 sshd.c sshd_config sshd_config.5 sshlogin.c sshlogin.h sshpty.c sshpty.h sshtty.c ttymodes.c ttymodes.h uidswap.c uidswap.h uuencode.c uuencode.h version.h xmalloc.c xmalloc.h usr.bin/ssh/lib: Tag: OPENBSD_3_8 Makefile usr.bin/ssh/sftp: Tag: OPENBSD_3_8 Makefile usr.bin/ssh/sftp-server: Tag: OPENBSD_3_8 Makefile Added files: usr.bin/ssh : Tag: OPENBSD_3_8 bufbn.c md-sha256.c Removed files: usr.bin/ssh : Tag: OPENBSD_3_8 README.dns README.tun bufaux.h getput.h includes.h Log message: upgrade to OpenSSH 4.4 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/05 21:49:29 Modified files: . : press.html Log message: Undeadly on OLPC betrayal CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2006/10/05 22:50:31 Modified files: etc : weekly Log message: Exit when asked to here too. Spotted by Theo. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/10/05 23:44:23 Modified files: openssh : openbsd.html Log message: mention patch to allow OpenSSH-4.4 to compile on OpenBSD-3.8; from brad@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/05 23:47:27 Modified files: sys/dev : systrace.c systrace.h Log message: fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 23:51:12 Modified files: sys/dev : Tag: OPENBSD_3_9 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/05 23:53:38 Modified files: sys/dev : Tag: OPENBSD_3_8 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: src Changes by: biorn@cvs.openbsd.org 2006/10/06 01:09:10 Modified files: kerberosV/src/kadmin: random_password.c kerberosV/src/kdc: 524.c hprop.c mit_dump.c string2key.c kerberosV/src/kpasswd: kpasswdd.c kerberosV/src/lib/asn1: hash.c kerberosV/src/lib/kadm5: init_c.c log.c kerberosV/src/lib/krb5: addr_families.c build_auth.c crypto.c keytab_any.c keytab_file.c keytab_krb4.c log.c mk_req_ext.c principal.c rd_req.c store.c transited.c Log message: Coverity fixes backported from the heimdal cvs. ok beck@, No problem deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/06 01:19:58 Modified files: converters/xlhtml: Makefile Log message: new homepage; tobiasu@tmux.org add a working master site as well CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:49:43 ports/security/prelude/libpreludedb/files Update of /cvs/ports/security/prelude/libpreludedb/files In directory cvs.openbsd.org:/tmp/cvs-serv5921/files Log Message: Directory /cvs/ports/security/prelude/libpreludedb/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:50:36 Modified files: security/prelude/libpreludedb: Makefile security/prelude/libpreludedb/pkg: MESSAGE PLIST Added files: security/prelude/libpreludedb/files: README.OpenBSD Log message: - fix WANTLIB. - install a README.OpenBSD file. - bumpd PKGNAME / SHARED_LIBS. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:51:51 Modified files: security/prelude/lml: Makefile security/prelude/lml/pkg: MESSAGE PLIST Log message: - install a README.OpenBSD file. - bumpd PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:54:00 ports/security/prelude/manager/files Update of /cvs/ports/security/prelude/manager/files In directory cvs.openbsd.org:/tmp/cvs-serv3733/files Log Message: Directory /cvs/ports/security/prelude/manager/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:55:31 Modified files: security/prelude/manager: Makefile security/prelude/manager/patches: patch-prelude-manager_conf_in security/prelude/manager/pkg: MESSAGE PLIST Added files: security/prelude/manager/files: README.OpenBSD Log message: - install a README.OpenBSD file. - fix /var/prelude/ permissions for snort. - bumpd PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:56:16 ports/security/prelude/lml/files Update of /cvs/ports/security/prelude/lml/files In directory cvs.openbsd.org:/tmp/cvs-serv2413/files Log Message: Directory /cvs/ports/security/prelude/lml/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:56:48 Added files: security/prelude/lml/files: README.OpenBSD Log message: oops, forgotten chunk. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:58:47 ports/security/prelude/pflogger/files Update of /cvs/ports/security/prelude/pflogger/files In directory cvs.openbsd.org:/tmp/cvs-serv23210/files Log Message: Directory /cvs/ports/security/prelude/pflogger/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 01:59:55 Modified files: security/prelude/pflogger: Makefile security/prelude/pflogger/pkg: MESSAGE PLIST Added files: security/prelude/pflogger/files: README.OpenBSD Log message: - install a README.OpenBSD file. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:00:58 ports/security/prelude/prewikka/files Update of /cvs/ports/security/prelude/prewikka/files In directory cvs.openbsd.org:/tmp/cvs-serv19770/files Log Message: Directory /cvs/ports/security/prelude/prewikka/files added to the repository CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:04:23 Modified files: security/prelude/prewikka: Makefile security/prelude/prewikka/patches: patch-prewikka_Database_py security/prelude/prewikka/pkg: DESCR MESSAGE PLIST Added files: security/prelude/prewikka/files: README.OpenBSD security/prelude/prewikka/patches: patch-database_mysql2sqlite_sh Removed files: security/prelude/prewikka/patches: patch-conf-prewikka_conf patch-prewikka_IDMEFDatabase_py Log message: - install a README.OpenBSD file (instructions for PostgreSQL, MySQL, SQLite). - get ride of deprecated patches. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/06 02:22:27 Modified files: security/prelude/manager: Makefile distinfo security/prelude/manager/pkg: PLIST Log message: update to 0.9.6.1 . CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 04:45:44 Modified files: sbin/pfctl : parse.y Log message: Make 'flags S/SA keep state' the implicit for filter rules, based on a suggestion from dhartmei@. Also add 'flags any' and 'no state' options to disable flag matching and stateful filtering respectively. IMPORTANT NOTE: Current rulesets will continue to load, but the behaviour may be slightly changed as these defaults are more restrictive. If you are purposefully filtering statelessly ('no state') or have a requirement to create states on intermediate packets ('flags any') you should update your ruleset to make use of the new keywords to explicitly request the behaviour. Note that creation of states from intermediate packets in a connection is not recommended, and will increasingly cause problems as more OSs enable window scaling and increase buffer sizes by default. ok dhartmei@ deraadt@ henning@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 04:48:46 Modified files: share/man/man5 : pf.conf.5 Log message: Document the fact that 'flags S/SA keep state' is now the implicit default, as well as 'no state' and 'flags any' options. ok jmc@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 05:05:30 Modified files: sbin/pfctl : parse.y Log message: Oops, flags S/SA doesn't work on fragments. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/06 06:42:43 Modified files: lang/gcc/4.1 : Makefile lang/gcc/4.2 : Makefile Added files: lang/gcc/4.0/patches: patch-gcc_config_i386_openbsdelf_h lang/gcc/4.1/patches: patch-gcc_config_i386_openbsdelf_h lang/gcc/4.2/patches: patch-gcc_config_i386_openbsdelf_h Log message: correct defines for SIZE_TYPE and PTRDIFF_TYPE which fixes this error: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28582 "error: 'operator new' takes type 'size_t' ('unsigned int') as first parameter". help from kettenis@, okay espie@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/06 07:11:58 Modified files: regress/lib/libpthread/close_race: close_race.c regress/lib/libpthread/dup2_race: dup2_race.c regress/lib/libpthread/blocked_close: blocked_close.c regress/lib/libpthread/blocked_dup2: blocked_dup2.c Log message: eliminate warnings on 64bit archs CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/06 07:32:46 Modified files: fr : donations.html events.html want.html openssh/fr : openbsd.html openssh/ja : manual.html Log message: sync with steelix trnalsation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 07:51:06 Modified files: share/man/man5 : pf.conf.5 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 07:56:29 Modified files: share/man/man5 : pf.conf.5 Log message: missing fixes for STATEFUL INSPECTION; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/06 08:24:12 Modified files: devel/pygame : Makefile Log message: this builds on alpha now; ok pvalchev@ CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/10/06 09:20:53 Modified files: . : donations.html Log message: Paul and Kathy Zacharzewski - Panasonic Toughbooks (and Pizza!) Thanks! CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/06 09:23:16 Modified files: . : want.html Log message: got both gps and dcf77 receivers, many thanks CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/06 10:25:24 Modified files: share/man/man5 : pf.conf.5 Log message: these fixes got lost somehow; CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 10:27:49 Modified files: sbin/pfctl : pfctl_parser.c Log message: Print out 'no state' when the rule is not stateful. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 10:42:03 Modified files: sbin/pfctl : pfctl_parser.c Log message: 'no state' should only be printed on pass rules, though. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:04:53 Modified files: sbin/pfctl : pfctl_parser.c Log message: Print 'flags any' correctly and handle anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:09:41 Modified files: regress/sbin/pfctl: pf1.in pf1.loaded pf1.ok pf1.optimized pf10.loaded pf10.ok pf10.optimized pf11.loaded pf11.ok pf11.optimized pf12.in pf12.loaded pf12.ok pf12.optimized pf13.loaded pf13.ok pf13.optimized pf14.loaded pf14.ok pf14.optimized pf16.in pf16.loaded pf16.ok pf16.optimized pf2.loaded pf2.ok pf2.optimized pf24.loaded pf24.ok pf24.optimized pf3.in pf3.loaded pf3.ok pf3.optimized pf32.loaded pf32.ok pf32.optimized pf33.in pf33.ok pf34.loaded pf34.ok pf34.optimized pf35.ok pf38.loaded pf38.ok pf38.optimized pf39.loaded pf39.ok pf39.optimized pf40.in pf40.loaded pf40.ok pf40.optimized pf43.ok pf46.loaded pf46.ok pf46.optimized pf47.loaded pf47.ok pf47.optimized pf48.loaded pf48.ok pf48.optimized pf49.loaded pf49.ok pf49.optimized pf51.ok pf53.ok pf56.loaded pf56.ok pf56.optimized pf57.ok pf60.loaded pf60.ok pf60.optimized pf61.loaded pf61.ok pf61.optimized pf67.loaded pf67.ok pf67.optimized pf69.loaded pf69.ok pf69.optimized pf7.loaded pf7.ok pf7.optimized pf74.loaded pf74.ok pf74.optimized pf77.loaded pf77.ok pf77.optimized pf78.loaded pf78.ok pf78.optimized pf79.loaded pf79.ok pf79.optimized pf81.loaded pf81.ok pf81.optimized pf82.loaded pf82.ok pf82.optimized pf84.loaded pf84.ok pf84.optimized pf85.ok pf87.loaded pf87.ok pf87.optimized pf88.loaded pf88.ok pf88.optimized pfail1.ok pfail10.ok pfail11.ok pfail19.ok pfail44.ok pfail50.ok pfail9.ok pfopt5.ok Log message: Handle default 'flags S/SA keep state', 'no state' and 'flags any'. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/06 11:57:36 Modified files: faq : current.html Log message: 'flags S/SA keep state' implicit in pf.conf(5) CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/06 12:14:20 Modified files: net/tor : Makefile distinfo Log message: tor-0.1.1.24; from maintainer Rui Reis CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/06 13:47:52 Modified files: mail/clamsmtp : Makefile distinfo Log message: update to clamsmtp 1.8 from Sigfred Haversen ok maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 14:19:47 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: md.armish md.cats md.zaurus mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 14:58:17 Modified files: . : Makefile.cross gnu/usr.bin/binutils: Makefile.bsd-wrapper gnu/usr.bin/binutils/bfd: config.bfd gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gdb: configure.tgt sh-tdep.c gnu/usr.bin/binutils/ld: configure.tgt gnu/usr.bin/gcc/gcc: config.gcc gnu/usr.bin/gcc/gcc/config/sh: sh-protos.h sh.c sh.h share/mk : bsd.own.mk sys/sys : exec_aout.h exec_elf.h Added files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h t-openbsd Log message: Early bits for a 32-bit SuperH toolchain, currently for little-endian systems only; more work is necessary in ld land. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 15:02:55 Log message: Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with minor changes. Status: Vendor Tag: miod Release Tags: SH_20061006 N src/sys/arch/sh/sh/cache.c N src/sys/arch/sh/sh/cache_sh3.c N src/sys/arch/sh/sh/cache_sh4.c N src/sys/arch/sh/sh/clock.c N src/sys/arch/sh/sh/vectors.S N src/sys/arch/sh/sh/cpu.c N src/sys/arch/sh/sh/db_disasm.c N src/sys/arch/sh/sh/db_interface.c N src/sys/arch/sh/sh/db_memrw.c N src/sys/arch/sh/sh/db_trace.c N src/sys/arch/sh/sh/devreg.c N src/sys/arch/sh/sh/genassym.cf N src/sys/arch/sh/sh/trap.c N src/sys/arch/sh/sh/mem.c N src/sys/arch/sh/sh/pmap.c N src/sys/arch/sh/sh/in_cksum.S N src/sys/arch/sh/sh/interrupt.c N src/sys/arch/sh/sh/sh_machdep.c N src/sys/arch/sh/sh/locore_c.c N src/sys/arch/sh/sh/locore_subr.S N src/sys/arch/sh/sh/mmu.c N src/sys/arch/sh/sh/mmu_sh3.c N src/sys/arch/sh/sh/mmu_sh4.c N src/sys/arch/sh/sh/process_machdep.c N src/sys/arch/sh/sh/sys_machdep.c N src/sys/arch/sh/sh/vm_machdep.c N src/sys/arch/sh/conf/files.sh N src/sys/arch/sh/conf/files.shb N src/sys/arch/sh/conf/files.shpcic N src/sys/arch/sh/dev/scifreg.h N src/sys/arch/sh/dev/pcicreg.h N src/sys/arch/sh/dev/scif.c N src/sys/arch/sh/dev/shb.c N src/sys/arch/sh/dev/scireg.h N src/sys/arch/sh/dev/shpcic.c N src/sys/arch/sh/dev/shpcicvar.h N src/sys/arch/sh/include/_types.h N src/sys/arch/sh/include/cdefs.h N src/sys/arch/sh/include/asm.h N src/sys/arch/sh/include/exec.h N src/sys/arch/sh/include/profile.h N src/sys/arch/sh/include/cpu.h N src/sys/arch/sh/include/bscreg.h N src/sys/arch/sh/include/float.h N src/sys/arch/sh/include/param.h N src/sys/arch/sh/include/cputypes.h N src/sys/arch/sh/include/cache.h N src/sys/arch/sh/include/cache_sh3.h N src/sys/arch/sh/include/cache_sh4.h N src/sys/arch/sh/include/frame.h N src/sys/arch/sh/include/clock.h N src/sys/arch/sh/include/endian.h N src/sys/arch/sh/include/cpgreg.h N src/sys/arch/sh/include/ieeefp.h N src/sys/arch/sh/include/lock.h N src/sys/arch/sh/include/db_machdep.h N src/sys/arch/sh/include/devreg.h N src/sys/arch/sh/include/internal_types.h N src/sys/arch/sh/include/trap.h N src/sys/arch/sh/include/proc.h N src/sys/arch/sh/include/pcb.h N src/sys/arch/sh/include/limits.h N src/sys/arch/sh/include/intcreg.h N src/sys/arch/sh/include/intr.h N src/sys/arch/sh/include/mmu_sh3.h N src/sys/arch/sh/include/disklabel.h N src/sys/arch/sh/include/ieee.h N src/sys/arch/sh/include/signal.h N src/sys/arch/sh/include/userret.h N src/sys/arch/sh/include/mmu_sh4.h N src/sys/arch/sh/include/pmap.h N src/sys/arch/sh/include/rtcreg.h N src/sys/arch/sh/include/tmureg.h N src/sys/arch/sh/include/ubcreg.h N src/sys/arch/sh/include/locore.h N src/sys/arch/sh/include/vmparam.h N src/sys/arch/sh/include/stdarg.h N src/sys/arch/sh/include/spinlock.h N src/sys/arch/sh/include/mmu.h N src/sys/arch/sh/include/psl.h N src/sys/arch/sh/include/pte.h N src/sys/arch/sh/include/reg.h N src/sys/arch/sh/include/ptrace.h N src/sys/arch/sh/include/sh_opcode.h N src/sys/arch/sh/include/setjmp.h N src/sys/arch/sh/include/varargs.h No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 15:16:15 Log message: Incomplete bits for an OpenBSD/landisk port to the I/O DATA USL-5P appliances, mickey@ has the other part. Status: Vendor Tag: miod Release Tags: LANDISK_20061006 N src/sys/arch/landisk/Makefile N src/sys/arch/landisk/conf/GENERIC N src/sys/arch/landisk/conf/files.landisk N src/sys/arch/landisk/conf/Makefile.landisk N src/sys/arch/landisk/include/cdefs.h N src/sys/arch/landisk/include/asm.h N src/sys/arch/landisk/include/exec.h N src/sys/arch/landisk/include/bus.h N src/sys/arch/landisk/include/autoconf.h N src/sys/arch/landisk/include/bootinfo.h N src/sys/arch/landisk/include/_types.h N src/sys/arch/landisk/include/param.h N src/sys/arch/landisk/include/cpu.h N src/sys/arch/landisk/include/cputypes.h N src/sys/arch/landisk/include/float.h N src/sys/arch/landisk/include/db_machdep.h N src/sys/arch/landisk/include/frame.h N src/sys/arch/landisk/include/ieee.h N src/sys/arch/landisk/include/disklabel.h N src/sys/arch/landisk/include/ieeefp.h N src/sys/arch/landisk/include/endian.h N src/sys/arch/landisk/include/intr.h N src/sys/arch/landisk/include/limits.h N src/sys/arch/landisk/include/lock.h N src/sys/arch/landisk/include/pcb.h N src/sys/arch/landisk/include/pmap.h N src/sys/arch/landisk/include/pci_machdep.h N src/sys/arch/landisk/include/proc.h N src/sys/arch/landisk/include/profile.h N src/sys/arch/landisk/include/psl.h N src/sys/arch/landisk/include/pte.h N src/sys/arch/landisk/include/ptrace.h N src/sys/arch/landisk/include/reg.h N src/sys/arch/landisk/include/setjmp.h N src/sys/arch/landisk/include/signal.h N src/sys/arch/landisk/include/stdarg.h N src/sys/arch/landisk/include/trap.h N src/sys/arch/landisk/include/types.h N src/sys/arch/landisk/include/varargs.h N src/sys/arch/landisk/include/vmparam.h N src/sys/arch/landisk/include/internal_types.h N src/sys/arch/landisk/include/spinlock.h N src/sys/arch/landisk/landisk/bus_dma.c N src/sys/arch/landisk/landisk/consinit.c N src/sys/arch/landisk/landisk/intr.c N src/sys/arch/landisk/landisk/disksubr.c N src/sys/arch/landisk/landisk/locore.S N src/sys/arch/landisk/landisk/machdep.c N src/sys/arch/landisk/landisk/mainbus.c N src/sys/arch/landisk/landisk/shpcic_machdep.c N src/sys/arch/landisk/landisk/landiskreg.h N src/sys/arch/landisk/compile/.cvsignore No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:16:57 Modified files: sys/arch/sh/include: db_machdep.h sys/arch/sh/sh : db_interface.c interrupt.c locore_subr.S pmap.c sh_machdep.c Log message: a few fixes to get thru the autoconf CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:17:31 src/sys/lib/libkern/arch/sh Update of /cvs/src/sys/lib/libkern/arch/sh In directory cvs.openbsd.org:/tmp/cvs-serv23398/sh Log Message: Directory /cvs/src/sys/lib/libkern/arch/sh added to the repository CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/06 15:18:56 Modified files: . : armish.html plat.html Added files: . : landisk.html images : usl5p.jpg Log message: landisk effort under way by miod and mickey CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:19:15 Added files: sys/lib/libkern/arch/sh: Makefile.inc ffs.S memcpy.S memset.S movstr_i4.S sdivsi3.S udivsi3.S Log message: import supah pieces from netbsd CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:34:50 src/sys/arch/landisk/stand Update of /cvs/src/sys/arch/landisk/stand In directory cvs.openbsd.org:/tmp/cvs-serv17801/stand Log Message: Directory /cvs/src/sys/arch/landisk/stand added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:06 src/sys/arch/landisk/stand/boot Update of /cvs/src/sys/arch/landisk/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv18310/boot Log Message: Directory /cvs/src/sys/arch/landisk/stand/boot added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:07 src/sys/arch/landisk/stand/bootxx Update of /cvs/src/sys/arch/landisk/stand/bootxx In directory cvs.openbsd.org:/tmp/cvs-serv18310/bootxx Log Message: Directory /cvs/src/sys/arch/landisk/stand/bootxx added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:36:08 src/sys/arch/landisk/stand/mbr Update of /cvs/src/sys/arch/landisk/stand/mbr In directory cvs.openbsd.org:/tmp/cvs-serv18310/mbr Log Message: Directory /cvs/src/sys/arch/landisk/stand/mbr added to the repository CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 15:48:50 Modified files: sys/arch/landisk/conf: GENERIC Makefile.landisk sys/arch/landisk/landisk: machdep.c mainbus.c Added files: sys/arch/landisk/landisk: conf.c sys/arch/landisk/stand: Makefile Makefile.inc sys/arch/landisk/stand/boot: Makefile conf.c delay.c devs.c getsecs.c libsa.h scifcons.c srt0.S sys/arch/landisk/stand/bootxx: Makefile boot1.c bootxx.8 bootxx.S pbr.S sys/arch/landisk/stand/mbr: Makefile mbr.8 mbr.S Log message: w/ help of netbsd srcs and some mother unzel made it lift off CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 15:55:33 Modified files: sys/dev/cardbus: if_pgt_cardbus.c sys/dev/ic : pgt.c pgtvar.h Log message: Fix cardbus support for pgt(4). Tested with a Netgear WG511. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:06:46 Modified files: sys/arch/landisk/stand: Makefile sys/arch/landisk/stand/bootxx: Makefile sys/arch/landisk/stand/mbr: Makefile Log message: control how deep the tree can be entered (for man pages) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:08:42 Modified files: etc/mtree : 4.4BSD.dist Log message: add landisk subdirs CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:11:30 Modified files: etc : Makefile Log message: enable landisk MAKEDEV building later CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 16:17:13 Modified files: sys/arch/i386/conf: GENERIC Log message: Enable pgt cardbus. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/06 16:18:16 Modified files: sys : Makefile Log message: safe to enter landisk CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/06 16:22:31 Modified files: sys/arch/landisk/landisk: disksubr.c Log message: Sync with recent disksubr.c changes. Just some comments in this case. "Free commits" miod@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 16:25:17 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.h Log message: Disable stack protector in OVERRIDE_OPTIONS regardless of the commandline settings for now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/06 16:26:10 Modified files: sys/arch/landisk/conf: Makefile.landisk Log message: Remove explicit -fno-stack-protector now that the compiler workaround is in place. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/06 16:26:29 Modified files: sys/arch/sh/include: disklabel.h Log message: Sync with recent disklabel.h changes. Zap dkbad. "Free commits" miod@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 16:30:26 Modified files: sys/arch/sh/include: cpu.h Added files: sys/arch/landisk/dev: obiovar.h rs5c313reg.h sys/arch/landisk/include: conf.h sys/arch/landisk/landisk: autoconf.c clock_machdep.c Log message: few more files CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/06 16:34:46 Modified files: sys/arch/amd64/conf: GENERIC Log message: Enable pgt cardbus. requested by brad@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/06 17:15:12 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: debugging delay off CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/06 17:27:54 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Remove lingering debug printf. Don't announce that mace_get was called. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/06 17:44:30 Modified files: usr.bin/head : head.c Log message: Convert strtol to strtonum, eliminating errno misusage. OK dhill@, jaredy@, and moritz@. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2006/10/06 17:51:53 Modified files: share/man/man4 : pgt.4 Log message: Soyo Aerielink works. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/06 17:56:18 Modified files: etc : crontab Log message: Don't allow anyone but root to read /var/log/{daily,weekly,monthly}.out. Unfortunately this does not fix existing file permissions. Spotted by Antti Harri . OK millert@. CVSROOT: /cvs Module name: src Changes by: aaron@cvs.openbsd.org 2006/10/06 17:57:06 Modified files: share/man/man4 : pgt.4 Log message: The NETGEAR WG511 and SMC2835W are CardBus. Only v2 of the SMC is supported. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 19:50:22 Modified files: etc : pf.conf Log message: 'keep state' is now default, and use 'no state' where intended. CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2006/10/06 19:54:03 Modified files: openssh : report.html Log message: update pointer to tracking bug for current release CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/06 21:27:50 Modified files: . : landisk.html Log message: Mention Plextor PX-EH16L as well. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/06 21:39:18 Modified files: . : landisk.html Log message: Mention LAN Tank also. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/06 22:48:01 Modified files: share/pf : ackpri faq-example1 faq-example2 faq-example3 queue1 queue2 queue3 Log message: remove 'flags S/SA' and 'keep state' ok nick@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/07 00:41:35 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/07 00:53:28 Modified files: share/man/man4 : nmea.4 Log message: Mention nmeaattach(8) in the SEE ALSO section. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/07 02:09:58 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: update p5-Module-CoreList to 2.09 ok steven CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/07 03:42:24 Modified files: . : orders.html Log message: msys.ch websites are HTTPS only. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/07 04:04:09 Modified files: infrastructure/install: make-plist Log message: minor cosmetic changes: do not strip packages twice. check for empty .info files. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/07 04:18:16 Modified files: devel/libdvdread: Makefile distinfo Log message: minor update; one new version (DVDFileStat) in the library -> bump SHARED_LIB minor. There's also a missing packed on a struct, but that's a minor bug-fix: no need for a major-bump IMO. No other visible changes for OpenBSD... CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/07 04:36:37 Modified files: www/phplist : Makefile distinfo www/phplist/patches: patch-public_html_lists_admin_sendemaillib_php patch-public_html_lists_admin_subscribelib2_php patch-public_html_lists_config_config_php www/phplist/pkg: PLIST Removed files: www/phplist/patches: patch-public_html_lists_admin_lan_de_home_php patch-public_html_lists_texts_german_inc patch-public_html_lists_texts_swissgerman_inc Log message: Update to PHPList 2.10.3, which contains some of my additions and patches. The full release information can be found on www.phplist.com. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/07 06:23:33 Modified files: devel/p5-DateTime: Makefile distinfo Log message: update to 0.34 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/07 06:24:25 Modified files: devel/p5-DateTime-TimeZone: Makefile distinfo devel/p5-DateTime-TimeZone/pkg: PLIST Log message: update to 0.49 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/07 08:03:09 Modified files: print/cups : Makefile Added files: print/cups/patches: patch-locale_cups_de_po Log message: They don't know C, they don't know german, as well. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/07 08:06:58 Modified files: build : support.dat Log message: zap two entries, because of an obvious lack of OpenBSD support. ok grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/07 08:07:47 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/07 08:11:56 Modified files: build : support.dat . : support.html Log message: www.msys.ch is https only. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/07 12:07:36 Modified files: . : errata.html errata38.html security.html Log message: add the httpd, OpenSSL and systrace issues. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/07 12:32:35 Modified files: . : errata.html errata38.html security.html Log message: mention the systrace(4) man page. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 14:28:48 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add and set PHY workaround flags depending on the ASIC revision or chip id. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/07 14:52:40 Modified files: sys/arch/landisk/conf: GENERIC files.landisk sys/arch/landisk/dev: obiovar.h sys/arch/landisk/include: bus.h sys/arch/landisk/landisk: shpcic_machdep.c sys/arch/sh/dev: shpcic.c shpcicvar.h sys/arch/sh/sh : clock.c sh_machdep.c Added files: sys/arch/landisk/dev: obio.c rs5c313.c wdc_obio.c Log message: More bits in progress, adapted from NetBSD. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/07 14:55:49 Modified files: build : packages-3.9 Log message: mysql CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/07 14:56:01 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/07 15:41:18 Modified files: faq : faq5.html Log message: add 5.11.13 - Can I cross-compile? CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 16:08:19 Modified files: sys/dev/ic : dp8390.c Log message: MGET/MGETHDR will return NULL upon failure, not 0. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 17:08:50 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: add a no Ethernet@Wirespeed flag. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/10/07 17:40:08 Modified files: sys/scsi : cd.c ch.c scsiconf.c scsiconf.h sd.c ss.c st.c Log message: make cd-roms retry forever while the device indicates that it is "becoming ready" - this is done in the exact same way that it was done for tape in st.c. This commit adds a cd specific interpret_sense routine to cd.c that will catch the becoming ready case and handle it. This also removes the need to use crazy timeouts to catch this case. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 17:44:51 Modified files: sys/dev/mii : ciphy.c rgephy.c xmphy.c Log message: g/c unused code. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 18:06:20 Modified files: sys/dev/mii : brgphy.c Log message: - g/c unused code. - only call PHY_RESET if trying to set a valid media type. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 18:28:35 Modified files: sys/dev/mii : brgphy.c Log message: refactor the code a bit, use the bge(4) PHY flags and add another PHY workaround from the Linux tg3 driver. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 19:01:06 Modified files: sys/dev/mii : brgphy.c Log message: set Jumbo frame settings for Jumbo capable bge(4) adapters. CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2006/10/07 20:01:02 Modified files: share/man/man4 : bktr.4 Log message: fix minor typo CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2006/10/07 20:29:24 Modified files: sys/scsi : cd.c Log message: Something more closely resembling english in this comment. CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/07 21:51:50 Modified files: sys/arch/macppc/dev: if_mc.c Log message: Execute the Enforce in-order Execution of I/O (eieio) instruction in mc_dmaintr, its a little bit of voodoo, I dont understand why its necessary for mace versus the near identical dma isr in if_bm.c, but the system no longer panics under network load. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/07 22:06:32 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: Postfix 2.4 20061006 snapshot CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/07 22:54:36 Modified files: share/man/man4 : mpi.4 sys/dev/pci : mpi_pci.c Log message: Also attach to boards with the PCI Express Fibre Channel FC949E chipset. "go go go" dlg@ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/08 07:18:31 Modified files: . : want.html Log message: Add some hardware I'd like to write drivers for. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/08 07:43:40 Modified files: faq : faq5.html Log message: typos. "yes, commit that" nick@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/08 09:20:04 Modified files: . : i386-laptop.html Log message: add Compaq Presario 700EA (dmesg/xorg.conf links will be working very soonish) from Wijnand Wiersma CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/08 10:32:55 Modified files: faq : faq7.html Log message: mac68k is also wscons. CVSROOT: /cvs Module name: ports Changes by: grange@cvs.openbsd.org 2006/10/08 10:41:59 Modified files: audio/hydrogen : Makefile Added files: audio/hydrogen/patches: patch-src_lib_fx_LadspaFX_cpp Log message: Unbreak LADSPA plugins path searching, don't know what authors was smoking. Problem noticed by James Wright . Bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/08 10:57:08 Log message: import shapelib 1.2.10 The Shapefile C Library provides the ability to write simple C programs for reading, writing and updating (to a limited extent) ESRI Shapefiles, and the associated attribute file (.dbf). from jason@ Status: Vendor Tag: jasper Release Tags: jasper_20061008 N ports/devel/shapelib/Makefile N ports/devel/shapelib/distinfo N ports/devel/shapelib/patches/patch-Makefile N ports/devel/shapelib/patches/patch-shlib_version N ports/devel/shapelib/pkg/PLIST N ports/devel/shapelib/pkg/DESCR N ports/devel/shapelib/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/08 10:59:54 Modified files: devel : Makefile Log message: shapelib CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2006/10/08 13:49:57 Modified files: sys/compat/linux: linux_misc.c Log message: Pass linux_sys_waitpid() on to linux_sys_wait4() in order to properly check and translate options. from netbsd ok deraadt, kettenis CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/10/08 14:00:31 Modified files: . : want.html Log message: Add back some entries removed by deraadt@ (but rephrase them a bit). And since the card he sent me turns out to be a GEM, I need a real Cassini now. CVSROOT: /cvs Module name: www Changes by: beck@cvs.openbsd.org 2006/10/08 14:03:47 Modified files: . : want.html Log message: Add my ongoing need for tape libraries. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 14:04:23 Modified files: sys/dev/usb : uowreg.h Log message: Add status register bits string for pretty %b printf. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/08 15:12:39 Modified files: gnu/usr.bin/binutils/bfd: config.bfd configure configure.in elf32-sh.c targets.c gnu/usr.bin/binutils/gas: configure configure.in gnu/usr.bin/binutils/gas/config: tc-sh.h gnu/usr.bin/binutils/ld: Makefile.am Makefile.in configure.tgt gnu/usr.bin/gcc/gcc/config/sh: openbsd.h t-openbsd Added files: gnu/usr.bin/binutils/ld/emulparams: shelf_obsd.sh shlelf_obsd.sh Log message: Define superH obsd-specific emulations for ld, and use it by default. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 15:12:51 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Rework bus scanning code so that most of work could be offloaded the hardware. And fix another bug in the search algorithm. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/08 15:14:12 Modified files: sys/dev/usb : uow.c Log message: Implement bus searching. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/08 15:20:10 Modified files: . : want.html Log message: the battery of my Zaurus is dying. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:43:51 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-configure patch-mkspecs_openbsd-g++_qmake_conf patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_gui_dialogs_qprintdialog_unix_cpp patch-src_gui_kernel_qapplication_x11_cpp patch-src_plugins_sqldrivers_sqlite_sqlite_pro patch-src_qt3support_dialogs_q3filedialog_cpp patch-tools_assistant_lib_qassistantclient_cpp x11/qt4/pkg : PFRAG.shared PFRAG.shared-examples PLIST PLIST-examples PLIST-html Added files: x11/qt4/patches: patch-src_corelib_io_io_pri Log message: qt 4.2.0, lots of improvements. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:45:18 Removed files: x11/qt4/patches: patch-demos_arthurplugin_arthurplugin_pro patch-examples_designer_containerextension_containerextension_pro patch-examples_designer_customwidgetplugin_customwidgetplugin_pro patch-examples_designer_taskmenuextension_taskmenuextension_pro patch-examples_designer_worldtimeclockplugin_worldtimeclockplugin_pro patch-src_plugins_qpluginbase_pri patch-src_qbase_pri patch-tools_designer_src_components_component_pri patch-tools_designer_src_components_lib_lib_pro patch-tools_designer_src_lib_lib_pro patch-tools_designer_src_plugins_plugins_pri Log message: ... and ditch all patches that are no longer necessary, a sane build at last CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/08 15:54:15 Modified files: www/p5-HTML-Prototype: Makefile distinfo www/p5-HTML-Prototype/patches: patch-lib_HTML_Prototype_pm Log message: Newer HTML-Prototype, and new scriptaculous javascript. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/08 16:01:06 Modified files: devel/shapelib : Makefile devel/shapelib/patches: patch-Makefile Removed files: devel/shapelib/patches: patch-shlib_version Log message: honour SHARED_LIBS. use post-install where appropriate. CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/10/08 16:53:33 Modified files: usr.sbin/ntpd : ntpd.conf.5 Log message: use 'weight-value' vs. 'offset' for the weight argument; ok jmc@ henning@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:23:57 Modified files: usr.bin/sed : compile.c main.c misc.c process.c Log message: pretty. the comma operator should not be used to cram two statements into an if without braces, or worse, into a return. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:24:36 Modified files: usr.bin/head : head.c Log message: pretty CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/08 18:29:25 Modified files: sys/dev/mii : brgphy.c Log message: revert the last two changes. the changes were causing brgphy@gem to panic. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/08 18:31:11 Modified files: sys/kern : sched_bsd.c Log message: bret lambert sent a patch removing register. i made it ansi. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/08 23:21:50 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: Fix jump scroll glitch, reported by dim@ and Paul Stoeber. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/09 00:40:30 Modified files: . : want.html Log message: I could use a SGI Indy/Indigo(2) for to expand the list of hardware supported by OpenBSD/sgi. CVSROOT: /cvs Module name: www Changes by: grange@cvs.openbsd.org 2006/10/09 00:50:12 Modified files: . : want.html Log message: I need some spare PATA/SATA drives to resurrect ATA hacking. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/09 01:36:54 Modified files: . : want.html Log message: other ways to get things to grange CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/09 03:03:58 Modified files: de : 40.html anoncvs.html cvsync.html donations.html errata.html errata38.html events.html ftp.html index.html orders.html security.html want.html faq/de : upgrade40.html faq/fr : current.html faq5.html faq/nl : current.html fr : armish.html donations.html errata.html errata38.html pkg-stable.html plat.html security.html want.html nl : plat.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : openbsd.html portable.html report.html openssh/fr : report.html openssh/nl : openbsd.html Added files: fr : landisk.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:15:22 Modified files: sysutils/LPRng : Makefile sysutils/LPRng/pkg: PLIST Log message: explicitly tag setuid stuff that is. Someone should probably look at making lPRng work with setuid daemon, like the default stuff is... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:32:26 Modified files: korean/hanterm-xf: Makefile korean/hanterm-xf/pkg: PLIST Log message: explicitly tag hanterm as setgid utmp, so that console logging works. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:42:24 Modified files: net/bing : Makefile net/bing/patches: patch-Makefile net/bing/pkg : PLIST Log message: put bing in a more appropriate directory, and fix rights/ownership to match the rest of OpenBSD (e.g., ping). CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 03:54:01 Modified files: news/trn : Makefile Log message: no files should belong to the user who just happened to extract the tarball... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:20:24 Log message: prolog interpreter that works, since gnu-prolog depends on a memory model that doesn't work well for us. Status: Vendor Tag: swi-prolog Release Tags: espie N ports/lang/swi-prolog/distinfo N ports/lang/swi-prolog/Makefile N ports/lang/swi-prolog/pkg/PLIST N ports/lang/swi-prolog/pkg/DESCR N ports/lang/swi-prolog/pkg/PFRAG.shared N ports/lang/swi-prolog/patches/patch-src_pl-tai_c N ports/lang/swi-prolog/patches/patch-src_configure_in N ports/lang/swi-prolog/patches/patch-src_test_memmodel_c N ports/lang/swi-prolog/patches/patch-Makefile_in N ports/lang/swi-prolog/patches/patch-packages_clib_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:21:05 Modified files: lang : Makefile Log message: +swi-prolog CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/09 04:21:52 Modified files: . : translation.html Log message: udpate the status of the translation and set the focus on OpenBSD.org and its FAQ. ok jufi@ saad@, "Kill off the old cruft" wvdputte@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/09 04:29:13 Modified files: sys/arch/landisk/stand/mbr: mbr.8 Log message: tweaks; ok mickey CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:33:02 Modified files: security/fwbuilder: Makefile Log message: fix ownership of bin files CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 04:41:27 Modified files: net/synergy : Makefile Log message: fix ownership of documentation. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/09 05:11:54 Modified files: share/tmac/mdoc: doc-common share/man/man7 : mdoc.samples.7 Log message: landisk bits; ok mickey CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/09 05:21:03 Modified files: devel/eclipse/plugins/wtp: Makefile Log message: Fix ownership problems. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/09 05:34:39 Modified files: lang/jamvm : Makefile Log message: Fix ownership problems. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 05:55:18 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: PLIST-server Removed files: databases/postgresql/pkg: INSTALL-server Log message: - remove "nohup" from the suggested rc script. - get ride of INSTALL-server and move database init to PLIST-server. - bump PKGNAME. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 06:22:53 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: put back "nohup", I should have read also this history. PostgreSQL runs fine without it but we are not sure if the signal race has been fixed or not, sorry. spotted by bernd@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 07:10:34 Log message: Import py-silc 0.4 PySilc is a near-complete set of Python bindings for creating SILC clients using the silc-toolkit. It allows developers to write simple bots and clients for connecting to SILC servers. From Martynas Venckus Status: Vendor Tag: alek Release Tags: alek_20061009 N ports/devel/py-silc/Makefile N ports/devel/py-silc/distinfo N ports/devel/py-silc/pkg/DESCR N ports/devel/py-silc/pkg/PLIST N ports/devel/py-silc/patches/patch-setup_py N ports/devel/py-silc/patches/patch-src_pysilc_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 07:32:16 Modified files: devel : Makefile Log message: Add py-silc CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 08:29:00 Modified files: www/phppgadmin : Makefile Log message: Fix ownership problems. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 08:29:54 Modified files: devel/mercurial: Makefile Log message: Fix ownership problems. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/09 09:15:18 Modified files: security/prelude/libpreludedb: Makefile distinfo Log message: update to 0.9.10 . CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 10:01:25 Log message: Import markdown 1.5 A text-to-HTML conversion tool. From Will Maier Status: Vendor Tag: alek_20061009 Release Tags: alek N ports/textproc/markdown/Makefile N ports/textproc/markdown/distinfo N ports/textproc/markdown/patches/patch-markdown_py N ports/textproc/markdown/pkg/DESCR N ports/textproc/markdown/pkg/PLIST N ports/textproc/markdown/files/setup.py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/09 10:12:07 Modified files: textproc : Makefile Log message: Add markdown CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 10:34:37 Modified files: math/p5-Set-IntSpan: Makefile distinfo Log message: upgrade to p5-Set-IntSpan 1.09 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/09 12:11:39 Modified files: infrastructure/mk: bsd.port.mk Log message: cheat a bit: make sure the right variables are used for MULTI_PACKAGES. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/09 12:46:44 Modified files: sys/dev/pci : if_bge.c Log message: The mickey (/brad) jumbo allocation avoidance patch triggers the same ami bug "on a particular machine" as the uvm anon change that needed to be backed out on jul 13. at least now you are getting close to knowing whether this is a uvm bug or an ami bug or somewhere else; something starves or cuts memory up badly enough to cause a big problem. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/09 13:26:53 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Removed files: mail/dovecot/patches: patch-src_lib_ioloop-notify-kqueue_c Log message: upgrade to Dovecot 1.0rc8 CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/10/09 13:35:34 Modified files: . : want.html Log message: ask for a DS20L, or alike CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 14:45:27 Modified files: sys/dev/cardbus: if_pgt_cardbus.c sys/dev/ic : pgt.c pgtvar.h Log message: Add powerhooks. Tested with a Netgear WG511v1 on my X40. ok claudio@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/09 14:56:35 Modified files: . : want.html Log message: Add the NeoClock from Leunig that can receive TDF signals (time de france..) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:01:55 Modified files: sys/dev/ic : pgt.c Log message: Change historical leftovers (tsleep "pftres" to "pgtres"). CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:04:05 Modified files: sys/dev/ic : pgtvar.h Log message: Kill unused kthread struct. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/09 15:09:40 Modified files: sys/dev/ic : pgt.c Log message: Kill unused debug flag. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/09 17:36:11 Modified files: usr.bin/ssh : session.c Log message: xmalloc -> xcalloc that was missed previously, from portable CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/09 18:04:23 Modified files: www/lighttpd : Makefile distinfo Log message: upgrade to lighttpd 1.4.13 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/09 18:09:07 Modified files: sys/dev/ic : dp8390.c dp8390var.h ne2000.c Log message: Add bus_space_barrier. Add DELAY in some busy loops to allow the DMA engine to actually do something (neccessary on fast processors). From ws@ & mycroft@ NetBSD Testing by deraadt@ nick@, ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/09 21:17:45 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Don't spoof a Free/NetBSD MBR partition as the 'a' partition in a disklabel. Fixes 'double spoofing' of these partitions as both 'a' and something in the 'i' to 'p' range. OpenBSD changed its MBR partition type to 'A6' eight years ago. As a backward compatibility measure NetBSD and FreeBSD MBR partitions were still spoofed as 'a' partitions when no OpenBSD partition could be found. This bit of backward compatibility is no longer required. 'we can get rid of it' deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/09 21:19:15 Modified files: . : press.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 22:32:23 ports/mail/tnef/patches Update of /cvs/ports/mail/tnef/patches In directory cvs.openbsd.org:/tmp/cvs-serv19508/patches Log Message: Directory /cvs/ports/mail/tnef/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 22:33:09 Modified files: mail/tnef : Makefile distinfo Added files: mail/tnef/patches: patch-configure Log message: upgrade to tnef 1.4.3 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/09 23:26:54 Modified files: sys/arch/landisk/stand: Makefile sys/arch/landisk/stand/boot: Makefile getsecs.c scifcons.c sys/arch/landisk/stand/bootxx: pbr.S Added files: sys/arch/landisk/include: loadfile_machdep.h Log message: Minor tweaks. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 23:40:05 Modified files: net/p5-IO-Interface: Makefile distinfo net/p5-IO-Interface/pkg: PLIST Log message: upgrade to p5-IO-Interface 1.02 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/09 23:57:49 Modified files: graphics/p5-Image-Size: Makefile distinfo Removed files: graphics/p5-Image-Size/patches: patch-Makefile_PL Log message: upgrade to p5-Image-Size 3.01 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 00:17:14 Modified files: graphics/p5-Image-Info: Makefile distinfo graphics/p5-Image-Info/pkg: PLIST Log message: - upgrade to p5-Image-Info 1.23. - take as maintainer CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/10 00:33:57 Modified files: . : lyrics.html Log message: typos in lyrics spotted by Paul Stoeber CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/10 02:34:22 Modified files: games/quake : Makefile Log message: Fix binfiles ownership. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/10 04:12:45 Modified files: usr.bin/ssh : sshconnect.c Log message: sleep before retrying (not after) since sleep changes errno; fixes pr 5250; rad@twig.com; ok dtucker djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 04:17:36 Modified files: usr.bin/find : find.1 Log message: add an example of -exec {} and remove a less useful example; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 04:55:05 Modified files: usr.bin/find : find.1 Log message: get the spacing right for -exec and -execdir; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/10 06:20:01 Modified files: usr.bin/find : find.1 Log message: get the spacing right for -ok too; i missed this in my previous commit. CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:33:41 Modified files: etc : MAKEDEV.common Log message: 4 usb tty devices by default; ok msf@ marco@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:45:58 Modified files: etc : Makefile Log message: etc.landisk does not exist yet, dont try to build MAKEDEV for it yet either CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/10 06:58:03 Modified files: etc/etc.alpha : MAKEDEV etc/etc.amd64 : MAKEDEV etc/etc.armish : MAKEDEV etc/etc.cats : MAKEDEV etc/etc.hppa : MAKEDEV etc/etc.i386 : MAKEDEV etc/etc.macppc : MAKEDEV etc/etc.sparc64: MAKEDEV etc/etc.zaurus : MAKEDEV Log message: sync CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/10 07:33:17 Modified files: net/snort : Makefile distinfo net/snort/pkg : MESSAGE MESSAGE-prelude PLIST Added files: net/snort/patches: patch-etc_snort_conf patch-src_dynamic-plugins_sf_dynamic_plugins_c patch-src_dynamic-preprocessors_Makefile_in patch-src_dynamic-preprocessors_dns_Makefile_in patch-src_dynamic-preprocessors_ftptelnet_Makefile_in patch-src_dynamic-preprocessors_smtp_Makefile_in net/snort/pkg : PFRAG.shared Removed files: net/snort/patches: patch-configure Log message: - update to 2.6.0.2 . - enable dynamicplugin / dynamic preprocessors. - install documentation. - fix instructions. - USE_LIBTOOL. update from nikns with a few changes; feedback and ok msf@ CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:35:41 Log message: Initial import of p5-Net-Domain-TLD 1.65. The purpose of this module is to provide user with current list of available top level domain names including new ICANN additions and ccTLDs. Status: Vendor Tag: kevlo Release Tags: kevlo_20061010 N ports/net/p5-Net-Domain-TLD/Makefile N ports/net/p5-Net-Domain-TLD/distinfo N ports/net/p5-Net-Domain-TLD/pkg/PLIST N ports/net/p5-Net-Domain-TLD/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:36:44 Modified files: net : Makefile Log message: add p5-Net-Domain-TLD CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/10 07:38:52 Modified files: mail/p5-Email-Valid: Makefile distinfo Log message: - upgrade to p5-Email-Valid 0.176. - take as maintainer CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2006/10/10 07:53:33 Modified files: . : want.html Log message: Need a couple of drives. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/10 08:07:56 Modified files: share/man/man9 : sensor_add.9 Log message: state when the sensor api can be used, and that care must be taken with sensor_task_unregister. tweaks from jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:12:23 Modified files: lib/libpthread : shlib_version Log message: libc/shlib_version CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:13:32 Modified files: lib/libc : shlib_version Log message: system call changes (the file says "changes", leaving it purposely vague like that) REQUIRE a major crank. Yet it was not done for getcwd. Now a lot of people are going to get screwed CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:17:56 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/10 08:18:17 Modified files: lib/libc/sys : Makefile.inc Log message: MLINKS to macros described in stat(2) CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/10 11:18:26 Modified files: security/prelude/libprelude: Makefile distinfo Log message: update to 0.9.11 . CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 11:30:13 Modified files: sys/dev/pci : pcidevs Log message: add two Pericom PCI bridges. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 11:31:06 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 12:58:49 Modified files: share/man/man4 : xge.4 Log message: - add the Hitachi adapter - remove the BUGS section CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/10 13:08:06 Modified files: lang/python : Makefile.inc lang/python/2.3/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.mpz Setup.tkinter lang/python/2.4: Makefile lang/python/2.4/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.tkinter Log message: SHARED_ONLY, part one CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/10 13:08:18 Modified files: build : mirrors.dat Log message: new ftp/http/rsync mirror at the University of Belgrade, Serbia. from maintainer Marko Uskokovic CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/10 13:09:57 Modified files: . : ftp.html openntpd : ftp.html portable.html openbgpd : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/10 13:54:06 Modified files: usr.bin/less : tags.c Log message: Fix an instance of foo[strlen(foo) - 1] = something, which is dangerous because strlen(foo) could be 0. OK beck@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:21:10 Modified files: sys/arch/macppc/stand: Locore.c Log message: Typo in a comment. ok kettenis. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:34:23 Modified files: sys/dev/ic : aic79xx.c Log message: fix a small typo (in a comment). ok kettenis. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/10 14:45:38 Modified files: sys/dev/ic : acx.c Log message: bescon -> beacon, found by Maxim Bourmistrov, thanks. Since I am correcting typos today... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 15:04:14 Modified files: sys/dev/pci : if_bge.c Log message: revert the firmware synchronization change in rev 1.178, this is the cause of the first port of a dual port MAC to not work. CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/10 15:38:16 Modified files: games/battlestar: getcom.c gnu/usr.bin/groff/psbb: psbb.c gnu/usr.bin/lynx/src: LYStrings.c lib/libcurses/tinfo: captoinfo.c make_keys.c sbin/scsi : scsi.c usr.bin/mail : edit.c usr.bin/tic : tic.c usr.bin/tset : tset.c usr.sbin/bind/bin/dig: dig.c Log message: fgets(3) returns NULL on error, not 0. No functional change, but it makes the code easier to read. OK deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:02:11 Modified files: sys/arch/sh/include: ieeefp.h Log message: Match the SH4 FPSCR bits. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:03:22 Modified files: lib/libc/rpc : xdr_float.c lib/libc/stdlib: strtod.c Log message: Teach'em about cpus in spandex CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 16:07:10 Log message: Preliminary userland bits for OpenBSD/landisk, many things coming from NetBSD. Status: Vendor Tag: miod Release Tags: SH4_LIBC_20061006 N src/lib/csu/sh/Makefile N src/lib/csu/sh/md_init.h N src/lib/csu/sh/crt0.c N src/lib/libc/arch/sh/Makefile.inc N src/lib/libc/arch/sh/SYS.h N src/lib/libc/arch/sh/gen/Makefile.inc N src/lib/libc/arch/sh/gen/_setjmp.S N src/lib/libc/arch/sh/gen/infinity.c N src/lib/libc/arch/sh/gen/isnan.c N src/lib/libc/arch/sh/gen/isinf.c N src/lib/libc/arch/sh/gen/fabs.c N src/lib/libc/arch/sh/gen/setjmp.S N src/lib/libc/arch/sh/gen/sigsetjmp.S N src/lib/libc/arch/sh/gen/fpsetround.c N src/lib/libc/arch/sh/gen/fpsetmask.c N src/lib/libc/arch/sh/gen/fpgetsticky.c N src/lib/libc/arch/sh/gen/fpgetround.c N src/lib/libc/arch/sh/gen/fpgetmask.c N src/lib/libc/arch/sh/gen/flt_rounds.c N src/lib/libc/arch/sh/gen/fpsetsticky.c N src/lib/libc/arch/sh/gen/modf.c N src/lib/libc/arch/sh/gen/ldexp.c N src/lib/libc/arch/sh/net/Makefile.inc N src/lib/libc/arch/sh/net/htonl.c N src/lib/libc/arch/sh/net/htons.c N src/lib/libc/arch/sh/net/ntohl.c N src/lib/libc/arch/sh/net/ntohs.c N src/lib/libc/arch/sh/string/Makefile.inc N src/lib/libc/arch/sh/string/bcopy.S N src/lib/libc/arch/sh/string/bzero.S N src/lib/libc/arch/sh/string/ffs.S N src/lib/libc/arch/sh/string/memcpy.S N src/lib/libc/arch/sh/string/memmove.S N src/lib/libc/arch/sh/string/memset.S N src/lib/libc/arch/sh/sys/Ovfork.S N src/lib/libc/arch/sh/sys/exect.S N src/lib/libc/arch/sh/sys/brk.S N src/lib/libc/arch/sh/sys/cerror.S N src/lib/libc/arch/sh/sys/fork.S N src/lib/libc/arch/sh/sys/sbrk.S N src/lib/libc/arch/sh/sys/rfork.S N src/lib/libc/arch/sh/sys/syscall.S N src/lib/libc/arch/sh/sys/sigpending.S N src/lib/libc/arch/sh/sys/sigreturn.S N src/lib/libc/arch/sh/sys/sigprocmask.S N src/lib/libc/arch/sh/sys/sigsuspend.S N src/lib/libpthread/arch/sh/uthread_machdep.h N src/lib/libpthread/arch/sh/_atomic_lock.c N src/lib/libkvm/kvm_sh.c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 16:34:12 Modified files: sys/dev/acpi : acpireg.h Log message: add a few more ACPI device ids, as found on a Acer Aspire 1360. From Maxim Bourmistrov via marco@, ok marco@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/10 17:27:56 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: update my location CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 17:39:15 Modified files: sys/dev/pci : if_xge.c if_xgereg.h Log message: - Only use the MAC address workaround for the Xframe chipset. - For the Xfrme II chipset, bring EOI out of reset before XGXS. - Check for the adapter status bit RIC_RUNNING before trying to access any registers with the Xframe II chipset. - Add new DTX_Control values for the Xframe II chipset to initialize the XGXS transciever. - Make sure to clear IFF_RUNNING/IFF_OACTIVE in xge_stop(). From Veena Parat @ Neterion CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 18:08:51 Modified files: sys/dev/pci : if_xge.c Log message: call xge_stop() at the top of xge_init(). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 18:56:35 Modified files: sys/arch/sh/include: ieeefp.h Log message: tsk, tsk CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 20:56:37 Modified files: lib/libc/arch//sh/gen: Makefile.inc Log message: build modf.c CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 21:20:30 Modified files: sys/dev/pci : pcidevs Log message: add the NetXen vendor id. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/10 21:20:56 Modified files: lib/libc/arch//sh/gen: Makefile.inc Log message: and I forgot ldexp.c CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/10 21:20:56 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/10 23:35:07 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Default to -m4. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/10 23:39:59 Modified files: net/p5-NetPacket: Makefile net/p5-NetPacket/patches: patch-NetPacket_PFLog_pm Log message: Sync PFLog.pm with version 1.12 of net/if_pflog.h Fix a typo in COMMENT bump PKGNAME This has been sitting forgotten in my tree for too long. thanks to Jean Raby for the heads up and a similar patch. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/11 02:42:31 Modified files: sys/net : pfvar.h pf.c sbin/pfctl : parse.y Log message: Allow the 'quick' keyword on an anchor. IFF there is a matching rule inside the anchor, terminate ruleset evaluation when stepping out of the anchor. This means that if you absolutely want the anchor to be terminal, you probably want to use a 'block all' or 'pass all' rule at the start of the anchor. ok dhartmei@ henning@ deraadt@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/11 02:44:39 Modified files: share/man/man5 : pf.conf.5 Log message: Document 'anchor "foo" quick'. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:29:20 Modified files: sys/netinet : in.h in_pcb.h ip_input.c ip_output.c Log message: implement IP_RECVTTL socket option. when set on raw or udp sockets, userland receives the incoming packet's TTL as ancillary data (cmsg shitz). modeled after the FreeBSD implementation. ok claudio djm deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:34:51 Modified files: sys/netinet : in.h in_pcb.h ip_output.c tcp_input.c Log message: implement IP_MINTTL socket option fo tcp sockets This is for RFC3682 aka the TTL security hack - sender sets TTL to 255, receiver checks no router on the way (or, no more than expected) reduced the TTL. carp uses that technique already. modeled after FreeBSD implementation. ok claudio djm deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 03:50:44 Modified files: share/man/man4 : ip.4 Log message: document IP_RECVTTL and IP_MINTTL CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 03:58:31 Modified files: lib/libc/sys : read.2 Log message: be specific about what we mean by a "slow device"; kick started by netbsd pr 19603 from kevin p. neal. rillig@netbsd seems to have adapted that, and i have in turn adapted it again; ok otto CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 04:03:28 Modified files: usr.bin/find : find.1 Log message: for -depth, -follow, and -xdev, note that they always evaluate to true; ok otto CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/11 04:20:31 Modified files: sys/dev/ic : pgt.c Log message: Use correct arguments in printfs. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/11 05:19:55 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-solenv_inc_unxobsdi_mk Log message: update to version 2.0.4rc3; use offical master sites and use -O2 optimizations istead of -Os CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 05:46:05 Modified files: usr.bin/find : find.1 Log message: in EXAMPLES: - make the first example positive (we have enough using `!') - remove second example (it is too similar to others) - remove `-print' from all examples - put the examples in a more logical order - no need to escape dot, as otto points out i have been escaping it needlessly for years ;( ok otto CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/11 06:08:57 Modified files: sys/arch/amd64/conf: GENERIC Log message: udcf works here, so add it, ok mblamer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/11 06:10:19 Modified files: sys/dev/ic : pgtreg.h Log message: Use __packed instead of __attribute__((packed)). OK mglocker@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/11 06:26:00 Modified files: usr.bin/find : find.1 Log message: Suggest to use xargs(1) and give an example; started by jmc, ok jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 06:37:09 Modified files: lib/libc/compat-43: killpg.3 lib/libc/sys : kill.2 Log message: SIGCONT may be sent to any process with the same session ID as the caller, not to any process that is a descendant of the current process. from ryan younce (freebsd pr #58710); confirmed by otto and ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/11 06:38:03 Modified files: usr.bin/ssh : clientloop.c serverloop.c Log message: exit instead of doing a blocking tcp send if we detect a client/server timeout, since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:03:32 Modified files: usr.bin/find : find.1 Log message: a little macro cleanup; CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/11 07:06:35 Modified files: sys/dev/usb : udcf.c Log message: Make the timedelta sensor appear right when a device is plugged-in, with a status of SENSOR_S_UNKNOWN. Do not set the SENSOR_FINVALID bit, sysctl hw.sensors does not list sensors with this flags set and we want to the sensor when the device is present. ok henning CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/11 07:23:45 Modified files: share/man/man4 : udcf.4 Log message: Reflect recent changes in the driver. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 07:34:18 Added files: usr.bin/gprof : sh.c sh.h Log message: Extra files needed for 'sh' architecture, copied from arm. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:35:17 Modified files: share/man/man5 : pf.conf.5 Log message: fix mark up mistake; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 07:38:00 Modified files: share/man/man4 : ip.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/11 09:31:15 Added files: lib/libssl/crypto/arch/sh: opensslconf.h Log message: Initial config for sh, copied from arm. ok miod@ drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 10:10:32 Modified files: usr.bin/find : find.1 Log message: improve markup a wee bit; CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 11:18:11 Modified files: sys/arch/landisk/stand/bootxx: boot1.c Log message: define some functions to go here, quiet warnings CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 11:19:06 Modified files: sys/arch/landisk/stand/boot: Makefile sys/arch/landisk/stand/bootxx: Makefile Log message: Build after compiler changed to hardfloat, and link against libgcc. ok miod@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:28:27 Log message: mantis is a web based bug tacking system, using php5 and a mysql database. it is used by quite some projects now and fairly easy to use. thanks to xsa and aanriot for their feedback Status: Vendor Tag: mbalmer Release Tags: mantis_20061011 N ports/www/mantis/Makefile N ports/www/mantis/distinfo N ports/www/mantis/pkg/DESCR N ports/www/mantis/pkg/PLIST N ports/www/mantis/pkg/MESSAGE N ports/www/mantis/patches/patch-admin_install_php N ports/www/mantis/patches/patch-core_php N ports/www/mantis/patches/patch-login_page_php N ports/www/mantis/patches/patch-core_phpmailer_class_phpmailer_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:29:13 Modified files: www : Makefile Log message: Add mantis CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/11 12:58:51 Modified files: . : want.html Log message: Add GPS receivers which provide a PPS signal. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 13:16:27 Modified files: usr.bin/find : find.1 Log message: some important information about how find(1) works was tucked away under -print, and slightly inaccurate anway; move it up into DESCRIPTION and correct it; from otto and myself CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/11 13:19:37 Modified files: usr.bin/find : find.1 Log message: hmm, slightly reword the previous to sound less like a susv3 cut/paste, thus also avoiding a line split that was annoying me; CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/11 13:20:46 Modified files: sys/dev/ic : pgt.c Log message: fix a potential null deref and a memleak (both in error path). ok mglocker@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/11 13:42:28 Modified files: sys/dev/ic : pgt.c Log message: more ether_sprintf()'s ok claudio@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/11 14:34:19 Modified files: sys/arch/landisk/dev: obio.c Log message: Oops, wrong size in struct cfattach. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 14:56:59 Modified files: distrib/common : elfrdsetroot.c games/hack : hack.save.c sys/lib/libsa : readdir.c usr.sbin/lpr/lpr: lpr.c usr.sbin/mopd/common: loop-bsd.c Log message: use SEEK_SET; chl@tuxfamily.org CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/11 15:03:24 Modified files: devel/luaposix : Makefile distinfo devel/luaposix/pkg: PLIST Removed files: devel/luaposix/files: init.lua posix.lua devel/luaposix/patches: patch-Makefile patch-lposix_c devel/luaposix/pkg: PFRAG.shared Log message: luaposix-20060408, okay jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/11 15:55:47 Modified files: audio/speex : Makefile Log message: fix master site CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/11 16:00:22 Modified files: usr.bin/cvs : util.c Log message: check fgets(3) return value and also fix a buf[strlen(buf) - 1] = something; misuse. ok niallo@, cloder@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/10/11 16:25:49 Modified files: sys/dev/pci : pcidevs Log message: add my Radeon X800 ok brad CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/10/11 16:26:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regenerate. ok brad CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/10/11 16:39:46 Modified files: sys/kern : uipc_mbuf.c share/man/man9 : mbuf.9 Log message: Remove unused variable and simplify m_copym0(). Diff from bret.lambert at gmail.com. Kill another unused variable in m_devget(). Pointed out by mcbride. Rename all offset variables from off0 to off. OK markus@, deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 17:06:46 Modified files: sys/arch/landisk/stand/boot: devs.c libsa.h srt0.S Log message: flush the cache before jumping into the just loaded kernel. Now it succesfully gets into the kernel 100% CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 17:25:56 Modified files: sys/dev/mii : brgphy.c Log message: revert rev 1.54. This causes breakage with the PHY on a 5704 A3 chipset; the link comes up, there is activity with tcpdump, but it doesn't work as expected. Issue reported by kettenis. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/11 18:25:20 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Since we no longer look in FreeBSD or NetBSD partitions for the disklabel, we shouldn't write the disklabel in such partitions either. Brings amd64, arm, i386, landisk, macppc, mvmeppc (which roll their own MBR search in writedisklabel()) into line with alpha, hppa, hppa64, mips64 (which use readdoslabel() in both reading and writing the disklabel). If all goes well, soon everyone will be using readdoslabel(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 18:27:47 Modified files: lib/libc/stdlib: strtod.c Log message: reorder #if tests because apparently on amd64 cpp proceeds to blow it's own brains out, and then takes lint down with it. To be investigated... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 18:30:12 Modified files: sys/dev/pci : pcidevs Log message: add another ServerWorks HT-2100 PCIe bridge. dmesg from marco@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/11 18:30:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 19:49:34 Modified files: lib/libc/stdlib: strtod.c Log message: use __amd64__ instead, until lint is fixed CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 21:32:32 Modified files: usr.bin/file/magdir: elf Log message: recognize 'sh' binaries. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/11 22:37:38 Modified files: sbin/disklabel : Makefile Log message: Should be correct for landisk. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/11 22:48:15 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_audio_sun_out_c patch-src_input_Makefile_in patch-src_input_input_dvb_c patch-src_input_input_vcd_c patch-src_input_libreal_real_c patch-src_input_vcd_libcdio_iso9660_fs_c patch-src_libreal_audio_decoder_c patch-src_libreal_xine_decoder_c patch-src_libw32dll_wine_Makefile_in patch-src_xine-engine_audio_decoder_c patch-src_xine-engine_audio_out_c patch-src_xine-engine_video_decoder_c patch-src_xine-engine_video_out_c patch-src_xine-utils_utils_c multimedia/xine-lib/pkg: PLIST Removed files: multimedia/xine-lib/patches: patch-src_input_input_mms_c patch-src_input_input_pnm_c patch-src_input_input_rtsp_c Log message: upgrade to xine-lib 1.1.2 * Security fixes: - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * Add support for RealPlayer 10 codecs WANTLIB tweak from bernd@ testing by steven@ and bernd@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:22:58 Modified files: . : landisk.html Added files: images : usl5p-serial.gif Log message: landisk serial cable instructions and picture CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:25:59 Modified files: . : landisk.html Log message: better text CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/11 23:58:57 Modified files: lib/libc/stdlib: strtod.c Log message: sparc64 should be in the #ifdef CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/12 00:46:42 Modified files: net/netatalk : Makefile Log message: fix LIB_DEPENDS CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/12 01:05:21 Modified files: . : errata.html errata38.html security.html Log message: add the ssh issue. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/10/12 01:10:42 Modified files: . : errata.html errata38.html Log message: add the CVE entries to the ssh errata. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/12 01:24:31 Modified files: share/man/man9 : mbuf.9 Log message: - give smm/18.net a title - mark up `>' CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:00:19 Modified files: net/isc-dhcp : Makefile distinfo Added files: net/isc-dhcp/patches: patch-paranoia patch-paranoia_perms Log message: ISC dhcpd 3.0.4 with paranoia patches CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:22:37 Modified files: net/fping : Makefile distinfo net/fping/patches: patch-fping_8 patch-fping_c Log message: fping 2.4b2 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:23:25 Modified files: mail/c-client : Makefile distinfo mail/c-client/patches: patch-Makefile patch-src_c-client_mail_c patch-src_osdep_unix_Makefile patch-src_osdep_unix_env_unix_c Log message: c-client 4.64; from jerome loyet CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/12 02:24:27 Modified files: faq/fr : faq5.html faq7.html fr : errata.html errata38.html plat.html press.html translation.html want.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/12 02:36:16 Modified files: mail/postfix : Makefile.inc mail/postfix/snapshot/pkg: DESCR mail/postfix/stable/pkg: DESCR Log message: add db4 flavour; contributed by Wilbern Cobb CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/12 02:45:56 Modified files: infrastructure/mk: bsd.port.mk Log message: quick-fix for make install, as reported by stevens@ and naddy@. Need more thinking about... CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/12 04:40:45 Modified files: usr.sbin/ntpd : sensors.c Log message: internally, ntpd doesn't work with absolute offsets to system time, but takes the offset it adjtime() is already correcting for into account when taking the offset from a sensor, we need to correct it by the offset between system time and ntpd view. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/12 04:41:51 Modified files: usr.sbin/ntpd : sensors.c Log message: need to call adjtime once in a while here too, otherwise sensor-only servers never update the system clock CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/12 05:08:28 Modified files: graphics/gimp/stable: Makefile distinfo graphics/gimp/stable/pkg: PLIST Log message: maintenance update to gimp 2.2.13 testing and ok bernd@ CVSROOT: /cvs Module name: ports Changes by: claudio@cvs.openbsd.org 2006/10/12 05:30:41 Modified files: multimedia/dvdbackup: Makefile multimedia/dvdbackup/patches: patch-src_dvdbackup_c Log message: Fix the DVDGetTitleName() function. The function tries to read the title from the DVD but does it in a way that does not work on OpenBSD. OpenBSD returns EINVAL for reads that are not a multiple of the blocksize for rcd0c. ok jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/12 05:36:11 Modified files: editors/kile : Makefile distinfo editors/kile/patches: patch-src_kile_kile_kcfg editors/kile/pkg: PLIST Log message: maintenance update to kile 1.9.2, several bugfixes CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 06:14:17 Modified files: sys/arch/amd64/stand/libsa: biosdev.c sys/arch/i386/stand/libsa: biosdev.c sys/arch/macppc/stand: ofdev.c sys/arch/mvmeppc/stand/libsa: bugdev.c Log message: Don't try to boot from a NetBSD MBR partition when no OpenBSD MBR partition is found. Change error message to 'no OpenBSD partition'. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/10/12 06:18:36 Modified files: faq : current.html Log message: Mention modified treatment of FreeBSD and NetBSD MBR partitions when booting and when reading/storing disklabels. Prodded by nick@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 07:13:44 Modified files: news/newsfetch : Makefile Log message: NO_REGRESS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 07:59:51 Modified files: archivers/lha : Makefile Log message: - make use of MASTER_SITE_SOURCEFORGE_JP - remove unneeded PKGNAME line CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:05:55 ports/x11/wxWidgets/pkg Update of /cvs/ports/x11/wxWidgets/pkg In directory cvs.openbsd.org:/tmp/cvs-serv13493/pkg Log Message: Directory /cvs/ports/x11/wxWidgets/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:09:33 Modified files: x11/wxWidgets : Makefile distinfo x11/wxWidgets/patches: patch-Makefile_in patch-src_common_db_cpp patch-src_common_dbtable_cpp Added files: x11/wxWidgets/patches: patch-configure_in patch-contrib_src_animate_Makefile_in patch-contrib_src_deprecated_Makefile_in patch-contrib_src_fl_Makefile_in patch-contrib_src_gizmos_Makefile_in patch-contrib_src_mmedia_Makefile_in patch-contrib_src_mmedia_sndoss_cpp patch-contrib_src_ogl_Makefile_in patch-contrib_src_plot_Makefile_in patch-contrib_src_stc_Makefile_in patch-contrib_src_svg_Makefile_in patch-include_wx_wxchar_h patch-src_unix_sound_cpp patch-tests_Makefile_in patch-utils_wxrc_Makefile_in patch-wx-config_in x11/wxWidgets/pkg: DESCR PLIST Removed files: x11/wxWidgets : Makefile.inc x11/wxWidgets/base: Makefile x11/wxWidgets/base/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtk: Makefile x11/wxWidgets/gtk/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtk2: Makefile x11/wxWidgets/gtk2/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/gtkheaders: Makefile x11/wxWidgets/gtkheaders/pkg: DESCR PLIST x11/wxWidgets/headers: Makefile x11/wxWidgets/headers/files: wx-config x11/wxWidgets/headers/pkg: DESCR MESSAGE PLIST x11/wxWidgets/lesstif: Makefile x11/wxWidgets/lesstif/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/motif: Makefile x11/wxWidgets/motif/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST x11/wxWidgets/patches: patch-configure patch-contrib_include_wx_stc_stc_h patch-contrib_src_ogl_drawn_cpp patch-contrib_src_ogl_oglmisc_cpp patch-contrib_src_stc_PlatWX_cpp patch-contrib_src_stc_scintilla_src_AutoComplete_cxx patch-contrib_src_stc_scintilla_src_PropSet_cxx patch-contrib_src_stc_stc_cpp patch-demos_configure patch-demos_poem_wxpoem_cpp patch-include_wx_time_h patch-samples_configure patch-samples_console_console_cpp patch-samples_newgrid_griddemo_cpp patch-src_common_appcmn_cpp patch-src_common_cmndata_cpp patch-src_common_dynlib_cpp patch-src_common_filefn_cpp patch-src_common_filename_cpp patch-src_common_log_cpp patch-src_common_odbc_cpp patch-src_common_resourc2_cpp patch-src_common_resource_cpp patch-src_common_string_cpp patch-src_common_utilscmn_cpp patch-src_common_xpmdecod_cpp patch-src_generic_gridg_cpp patch-src_gtk_menu_cpp patch-src_html_helpfrm_cpp patch-src_iodbc_connect_c patch-src_iodbc_herr_c patch-src_iodbc_info_c patch-src_iodbc_misc_c patch-src_motif_utils_cpp patch-src_motif_xmcombo_xmcombo_c patch-src_unix_gsocket_c patch-src_unix_utilsunx_cpp patch-src_unix_utilsx11_cpp x11/wxWidgets/x11univ: Makefile x11/wxWidgets/x11univ/pkg: DESCR MESSAGE PFRAG.no-shared PFRAG.shared PLIST Log message: Update to 2.6.3; now there is only one version -- gtk2 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:13:42 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Log message: Update to 1.9; mostly from bernd@ IIRC CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:18:53 Modified files: net/amule : Makefile distinfo net/amule/patches: patch-docs_Makefile_in net/amule/pkg : PLIST Added files: net/amule/patches: patch-src_FileLock_h Removed files: net/amule/patches: patch-src_OtherFunctions_cpp patch-src_SearchDlg_cpp patch-src_SearchList_cpp Log message: Update to 2.1.3; now it works fine with new wxWidgets CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/12 08:26:04 Modified files: audio/audacity : Makefile distinfo audio/audacity/patches: patch-Makefile_in patch-configure patch-lib-src_allegro_Makefile_in patch-lib-src_expat_Makefile_in patch-lib-src_libresample_Makefile_in patch-lib-src_portmixer_px_unix_oss_Makefile patch-lib-src_soundtouch_configure patch-src_export_ExportMP3_cpp patch-tests_Makefile_in audio/audacity/pkg: PLIST Added files: audio/audacity/patches: patch-lib-src_portaudio_pa_unix_oss_Makefile_in patch-locale_Makefile_in Removed files: audio/audacity/patches: patch-lib-src_portaudio_pa_unix_oss_Makefile patch-src_FileFormats_cpp patch-src_Makefile_in patch-tests_SimpleBlockFileTest_cpp Log message: Update to 1.3.0b as previous version doesn't work with new wxWidgtes ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 09:16:44 Modified files: astro/xephem : Makefile Log message: replace mastersite with a working one. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 09:20:55 Modified files: astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile Log message: replace dead mastersites and homepages with working ones. ok wilfried CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 09:49:58 Modified files: sys/arch/amd64/stand/boot: conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/pxeboot: conf.c sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c Log message: Bump versions to note behaviour change of no longer trying to boot from NetBSD partitions. Requested by tom@. CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/12 10:35:52 Modified files: sys/dev/pci : pccbb.c pccbbvar.h sys/dev/cardbus: cardbus.c cardbusvar.h com_cardbus.c ehci_cardbus.c if_acx_cardbus.c if_ath_cardbus.c if_atw_cardbus.c if_dc_cardbus.c if_fxp_cardbus.c if_pgt_cardbus.c if_ral_cardbus.c if_re_cardbus.c if_rl_cardbus.c if_rtw_cardbus.c if_xl_cardbus.c ohci_cardbus.c puc_cardbus.c uhci_cardbus.c Log message: Add a symbolic name parameter to cardbus_intr_establish(). Count cardbus devices interrupts in cbb(4) using evcount(9). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/12 10:38:21 Modified files: sys/dev/acpi : acpi.c acpiac.c acpibat.c acpibtn.c acpicpu.c acpidebug.c acpiec.c acpitz.c dsdt.c acpidev.h amltypes.h dsdt.h Log message: Massive ACPI changes Fixed ACPI leaks new ACPI API ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 10:54:01 Modified files: sys/dev/acpi : dsdt.c Log message: fix rcsid CVSROOT: /cvs Module name: src Changes by: niallo@cvs.openbsd.org 2006/10/12 11:20:12 Modified files: usr.bin/rcs : co.c rcsdiff.c rcsmerge.c rcsprog.c rcsutil.c rlog.c Log message: - convert some warnx() to warn(), which fixes a few stupidly un-informative error messages (found by tom@) - make rcs_choosefile() save wrt errno, input from ray@ ok joris@ xsa@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/12 12:00:08 Modified files: de : errata.html errata38.html ftp.html i386-laptop.html plat.html security.html support.html translation.html faq/de : current.html faq5.html faq7.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/ja : openbsd.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:16:06 Modified files: share/man/man4 : acpi.4 Log message: Cleanup and additional verbiage in BUGS to delinate batteries that misbehave. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:20:39 Modified files: sys/dev/acpi : acpiec.c Log message: Remove debug print. Found by Peter Hessler. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/12 12:34:59 Modified files: education/dvorak7min: Makefile Log message: NO_REGRESS CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:45:17 Modified files: share/man/man4 : acpi.4 Log message: Add language for events. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 12:48:58 Modified files: share/man/man4 : acpi.4 Log message: One more tweat in authors. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/12 13:17:26 Modified files: sys/dev/acpi : acpireg.h Log message: Fix typo. Found by: Janek Richter CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/12 14:38:03 Modified files: usr.bin/cdio : cdio.1 Log message: document environment var CDROM; from ross l richardson (pr #5258) i used a different fix, and merged the CDROM stuff into DISC. whilst in there, document the default if neither is given. ok mjc CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/12 15:21:52 Modified files: share/man/man4/man4.macppc: macobio.4 Added files: share/man/man4/man4.macppc: mc.4 mesh.4 Log message: Add manpages for mace and mesh, document them in macobio.4. ok jmc CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/12 16:22:12 Modified files: share/man/man4/man4.macppc: Makefile Log message: I forgot to add mc.4 and mesh.4 to the Makefile. Spotted by and ok deraadt. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/12 17:12:19 Modified files: x11/kde/accessibility3: Makefile distinfo x11/kde/addons3: Makefile distinfo x11/kde/admin3 : Makefile distinfo x11/kde/admin3/pkg: PLIST x11/kde/arts3 : Makefile distinfo x11/kde/artwork3: Makefile distinfo x11/kde/artwork3/pkg: PLIST x11/kde/base3 : Makefile distinfo x11/kde/base3/patches: patch-kdesu_kdesu_kdesu_cpp patch-kdm_kfrontend_Makefile_in patch-konsole_konsole_TEPty_cpp patch-startkde x11/kde/base3/pkg: PLIST x11/kde/bindings3: Makefile distinfo x11/kde/edu3 : Makefile distinfo x11/kde/edu3/pkg: PLIST x11/kde/games3 : Makefile distinfo x11/kde/graphics3: Makefile distinfo x11/kde/i18n3 : Makefile distinfo x11/kde/i18n3/pkg: PLIST-ca PLIST-da PLIST-de PLIST-es PLIST-et PLIST-fa PLIST-fi PLIST-fr PLIST-he PLIST-hr PLIST-it PLIST-kk PLIST-km PLIST-lv PLIST-mk PLIST-nds PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-ru PLIST-sv PLIST-zh_TW x11/kde/libs3 : Makefile distinfo x11/kde/libs3/patches: patch-configure_in patch-kdesu_process_cpp patch-kdeui_ksconfig_cpp x11/kde/libs3/pkg: PLIST x11/kde/multimedia3: Makefile distinfo x11/kde/multimedia3/patches: patch-configure_in x11/kde/network3: Makefile distinfo x11/kde/network3/pkg: PLIST x11/kde/office3: Makefile distinfo x11/kde/patches-3.5: patch-acinclude_m4 x11/kde/pim3 : Makefile distinfo x11/kde/pim3/pkg: PLIST x11/kde/sdk3 : Makefile distinfo x11/kde/sdk3/patches: patch-kuiviewer_Makefile_in x11/kde/sdk3/pkg: PLIST x11/kde/toys3 : Makefile distinfo x11/kde/utils3 : Makefile distinfo x11/kde/utils3/patches: patch-superkaramba_src_misc_python_cpp x11/kde/webdev : Makefile distinfo x11/kde/webdev/pkg: PLIST Removed files: x11/kde/base3/patches: patch-kdesu_kdesu_sudlg_cpp patch-kdesu_kdesu_sudlg_h x11/kde/libs3/patches: patch-kdesu_configure_in_in patch-kdesu_defaults_h patch-kdesu_su_cpp patch-kdesu_su_h x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_oscartypes_h Log message: Update to 3.5.5 CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/12 17:16:11 Modified files: sys/dev/acpi : dsdt.h dsdt.c Log message: Added exportable aml_getpciaddr Added printing args for called functions ok marco@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/12 18:00:55 Modified files: sys/arch/zaurus/stand/zboot: diskprobe.c Log message: 'no BSD partition' -> 'no OpenBSD partition' for error message. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/12 18:30:08 Modified files: sys/dev/raidframe: rf_disks.c Log message: Get rid of another potentially unsafe pattern of foo[strlen(foo) - 1] = ... OK krw, deraadt CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/12 20:08:22 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST Removed files: x11/vlc/pkg : PFRAG.no-no_dvd PFRAG.shared Log message: - add back GUI support now that wxwidgets has been updated - nuke semi-pointless no_dvd flavor - mark as SHARED_ONLY CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/12 20:11:28 Modified files: sbin/scsi : scsi.c Log message: Fix another potentially unsafe instance of foo[strlen(foo) - 1] = '\0'. OK krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/12 20:13:45 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/12 21:50:14 Modified files: lib/libc/stdlib: strtod.c Log message: __mips64__ handling too.. sigh CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:32 www/papers/auug2006 Update of /cvs/www/papers/auug2006 In directory cvs.openbsd.org:/tmp/cvs-serv27365/auug2006 Log Message: Directory /cvs/www/papers/auug2006 added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:55 www/papers/auug2006/network_randomness Update of /cvs/www/papers/auug2006/network_randomness In directory cvs.openbsd.org:/tmp/cvs-serv7310/network_randomness Log Message: Directory /cvs/www/papers/auug2006/network_randomness added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:04:56 www/papers/auug2006/pf_evolution Update of /cvs/www/papers/auug2006/pf_evolution In directory cvs.openbsd.org:/tmp/cvs-serv7310/pf_evolution Log Message: Directory /cvs/www/papers/auug2006/pf_evolution added to the repository CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:07:32 Added files: papers/auug2006/network_randomness: 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 mgp00028.html mgp00028.idx.png mgp00028.png mgp00028.txt mgp00029.html mgp00029.idx.png mgp00029.png mgp00029.txt mgp00030.html mgp00030.idx.png mgp00030.png mgp00030.txt mgp00031.html mgp00031.idx.png mgp00031.png mgp00031.txt mgp00032.html mgp00032.idx.png mgp00032.png mgp00032.txt mgp00033.html mgp00033.idx.png mgp00033.png mgp00033.txt mgp00034.html mgp00034.idx.png mgp00034.png mgp00034.txt mgp00035.html mgp00035.idx.png mgp00035.png mgp00035.txt mgp00036.html mgp00036.idx.png mgp00036.png mgp00036.txt mgp00037.html mgp00037.idx.png mgp00037.png mgp00037.txt mgp00038.html mgp00038.idx.png mgp00038.png mgp00038.txt papers/auug2006/pf_evolution: 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 mgp00028.html mgp00028.idx.png mgp00028.png mgp00028.txt mgp00029.html mgp00029.idx.png mgp00029.png mgp00029.txt mgp00030.html mgp00030.idx.png mgp00030.png mgp00030.txt mgp00031.html mgp00031.idx.png mgp00031.png mgp00031.txt mgp00032.html mgp00032.idx.png mgp00032.png mgp00032.txt Log message: Slides from auug2006. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 22:15:36 Modified files: . : events.html Log message: Move auug2006 to past events, add links to slides. CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 23:16:11 Modified files: papers/auug2006/network_randomness: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00002.html mgp00002.idx.png mgp00002.png mgp00003.html mgp00003.idx.png mgp00003.png mgp00004.html mgp00004.idx.png mgp00004.png mgp00005.html mgp00005.idx.png mgp00005.png mgp00006.html mgp00006.idx.png mgp00006.png mgp00007.html mgp00007.idx.png mgp00007.png mgp00008.html mgp00008.idx.png mgp00008.png mgp00009.html mgp00009.idx.png mgp00009.png mgp00010.html mgp00010.idx.png mgp00010.png mgp00011.html mgp00011.idx.png mgp00011.png mgp00012.html mgp00012.idx.png mgp00012.png mgp00013.html mgp00013.idx.png mgp00013.png mgp00014.html mgp00014.idx.png mgp00014.png mgp00015.html mgp00015.idx.png mgp00015.png mgp00016.html mgp00016.idx.png mgp00016.png mgp00017.html mgp00017.idx.png mgp00017.png mgp00018.html mgp00018.idx.png mgp00018.png mgp00019.html mgp00019.idx.png mgp00019.png mgp00020.html mgp00020.idx.png mgp00020.png mgp00021.html mgp00021.idx.png mgp00021.png mgp00022.html mgp00022.idx.png mgp00022.png mgp00023.html mgp00023.idx.png mgp00023.png mgp00024.html mgp00024.idx.png mgp00024.png mgp00025.html mgp00025.idx.png mgp00025.png mgp00026.html mgp00026.idx.png mgp00026.png mgp00027.html mgp00027.idx.png mgp00027.png mgp00028.html mgp00028.idx.png mgp00028.png mgp00029.html mgp00029.idx.png mgp00029.png mgp00030.html mgp00030.idx.png mgp00030.png mgp00031.html mgp00031.idx.png mgp00031.png mgp00032.html mgp00032.idx.png mgp00032.png mgp00033.html mgp00033.idx.png mgp00033.png mgp00034.html mgp00034.idx.png mgp00034.png mgp00035.html mgp00035.idx.png mgp00035.png mgp00036.html mgp00036.idx.png mgp00036.png mgp00037.html mgp00037.idx.png mgp00037.png mgp00038.html mgp00038.idx.png mgp00038.png papers/auug2006/pf_evolution: index.html mgp00001.html mgp00001.idx.png mgp00001.png mgp00002.html mgp00002.idx.png mgp00002.png mgp00003.html mgp00003.idx.png mgp00003.png mgp00004.html mgp00004.idx.png mgp00004.png mgp00005.html mgp00005.idx.png mgp00005.png mgp00006.html mgp00006.idx.png mgp00006.png mgp00007.html mgp00007.idx.png mgp00007.png mgp00008.html mgp00008.idx.png mgp00008.png mgp00009.html mgp00009.idx.png mgp00009.png mgp00010.html mgp00010.idx.png mgp00010.png mgp00011.html mgp00011.idx.png mgp00011.png mgp00012.html mgp00012.idx.png mgp00012.png mgp00013.html mgp00013.idx.png mgp00013.png mgp00014.html mgp00014.idx.png mgp00014.png mgp00015.html mgp00015.idx.png mgp00015.png mgp00016.html mgp00016.idx.png mgp00016.png mgp00017.html mgp00017.idx.png mgp00017.png mgp00018.html mgp00018.idx.png mgp00018.png mgp00019.html mgp00019.idx.png mgp00019.png mgp00020.html mgp00020.idx.png mgp00020.png mgp00021.html mgp00021.idx.png mgp00021.png mgp00022.html mgp00022.idx.png mgp00022.png mgp00023.html mgp00023.idx.png mgp00023.png mgp00024.html mgp00024.idx.png mgp00024.png mgp00025.html mgp00025.idx.png mgp00025.png mgp00026.html mgp00026.idx.png mgp00026.png mgp00027.html mgp00027.idx.png mgp00027.png mgp00028.html mgp00028.idx.png mgp00028.png mgp00029.html mgp00029.idx.png mgp00029.png mgp00030.html mgp00030.idx.png mgp00030.png mgp00031.html mgp00031.idx.png mgp00031.png mgp00032.html mgp00032.idx.png mgp00032.png Log message: resize to 800x600 CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/12 23:56:19 Modified files: papers/auug2006/network_randomness: mgp00004.idx.png mgp00004.png mgp00005.idx.png mgp00005.png mgp00006.idx.png mgp00006.png mgp00007.idx.png mgp00007.png mgp00008.idx.png mgp00008.png mgp00009.idx.png mgp00009.png mgp00010.idx.png mgp00010.png mgp00011.idx.png mgp00011.png mgp00012.idx.png mgp00012.png mgp00013.idx.png mgp00013.png mgp00014.idx.png mgp00014.png mgp00015.idx.png mgp00015.png mgp00016.idx.png mgp00016.png mgp00017.idx.png mgp00017.png mgp00018.idx.png mgp00018.png mgp00019.idx.png mgp00019.png mgp00020.idx.png mgp00020.png mgp00021.idx.png mgp00021.png mgp00022.idx.png mgp00022.png mgp00023.idx.png mgp00023.png mgp00024.idx.png mgp00024.png mgp00025.idx.png mgp00025.png mgp00026.idx.png mgp00026.png mgp00027.idx.png mgp00027.png mgp00028.idx.png mgp00028.png mgp00029.idx.png mgp00029.png mgp00030.idx.png mgp00030.png mgp00031.idx.png mgp00031.png mgp00032.idx.png mgp00032.png mgp00033.idx.png mgp00033.png mgp00034.idx.png mgp00034.png mgp00035.idx.png mgp00035.png mgp00036.idx.png mgp00036.png mgp00037.idx.png mgp00037.png mgp00038.idx.png mgp00038.png Log message: recover from magicpoint design flaw / user error CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/13 01:19:28 Modified files: share/man/man4 : acpi.4 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/13 02:17:07 Modified files: graphics/p5-Image-ExifTool: Makefile distinfo Log message: update to 6.42 from maintainer Patrick Keshishian CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/13 03:16:50 Modified files: net/quirc : Makefile Log message: update HOMEPAGE and MASTER_SITES CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/13 05:07:28 Modified files: usr.bin/systat : systat.1 Log message: vmstat memory stats are in kb, not number of pages; from jan srzednicki (freebsd pr #71690) ok mickey CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/13 06:06:28 Modified files: faq : faq4.html Log message: Clarify a bit about the install.site/upgrade.site scripts. ok nick@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/13 06:10:20 Modified files: usr.bin/calendar/calendars: calendar.computer Log message: fix fortran man year CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2006/10/13 07:01:20 Modified files: . : translation.html Log message: update my email address as well as jasper's ok jasper@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 08:58:42 Log message: Import pecl-APC 3.0.12p2 APC is the Alternative PHP Cache. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Joint work with William Yodlowsky Status: Vendor Tag: alek Release Tags: alek_20061013 N ports/www/pecl-APC/Makefile N ports/www/pecl-APC/distinfo N ports/www/pecl-APC/pkg/DESCR N ports/www/pecl-APC/pkg/MESSAGE N ports/www/pecl-APC/pkg/PLIST N ports/www/pecl-APC/pkg/UNMESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 09:02:41 Modified files: www : Makefile Log message: Add pecl-APC CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/13 09:18:54 Modified files: mail/exim : Makefile distinfo mail/exim/patches: patch-scripts_exim_install mail/exim/pkg : PLIST Log message: Update to 4.63 from Andreas Vgele CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/13 09:36:57 Modified files: usr.sbin/hostapd: parse.y Log message: check error condition of strtonum CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/13 09:57:26 Modified files: . : errata.html errata38.html Log message: fix minor typo CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/13 10:43:00 Modified files: . : press.html Log message: I was recently interviewed by bsdtalk.org about the upcoming OpenCON 2006 conference in Venice, Italy. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/13 11:02:02 Modified files: gnu/usr.bin/lynx/src: LYMain.c Log message: Add check for mkdtemp(3) failure. Prevents segfaults when TMPDIR or TMP are set to nonexistent directories. Fixes PR 5247, reported by Marcus Popp OK millert@, jaredy@, and improvement by moritz@. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:01:18 src/regress/lib/libpthread/blocked_shutdown Update of /cvs/src/regress/lib/libpthread/blocked_shutdown In directory cvs.openbsd.org:/tmp/cvs-serv8000/blocked_shutdown Log Message: Directory /cvs/src/regress/lib/libpthread/blocked_shutdown added to the repository CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:02:52 Added files: regress/lib/libpthread/blocked_shutdown: Makefile blocked_shutdown.c Log message: Test shutdown() racing with other threads using the same file descriptor, with some of them blocking on data that will never arrive. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/13 12:04:07 Modified files: regress/lib/libpthread: Makefile Log message: add blocked_shutdown CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/13 13:24:41 Modified files: math/mathomatic: Makefile distinfo math/mathomatic/patches: patch-globals_c patch-makefile math/mathomatic/pkg: PLIST Log message: update to mathomatic 12.6.5 CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/13 13:33:48 Modified files: fr : errata.html errata38.html events.html ftp.html landisk.html press.html security.html translation.html want.html ja : index.html security.html de : 40.html donations.html faq/fr : faq4.html openssh/ja : report.html openntpd/fr : portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/13 14:12:16 Modified files: etc : security Log message: changelist files are ascii, even if they contain a few funny chars. Encountered by henning@; ok millert@ robert@ deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2006/10/13 16:12:44 Modified files: . : want.html Log message: Need a switch to do something useful with the 1000SX equipment I have now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/13 16:35:49 Modified files: sys/dev/ic : pgt.c Log message: Fix kernel page fault when the device gets detached after the firmware failed to load. Spotted by bernd@, aaron@ ok claudio@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/13 19:41:19 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc9 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/13 20:58:55 Modified files: . : plat.html Log message: mention SH4 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/13 21:01:53 Modified files: . : press.html Log message: Jem Report and Engadget on OLPC CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/13 23:04:54 Modified files: databases/mysql: Makefile distinfo databases/mysql/patches: patch-configure_in patch-innobase_Makefile_in patch-mysql-test_Makefile_in patch-scripts_Makefile_in patch-scripts_mysql_install_db_sh patch-scripts_mysqld_safe_sh patch-sql_mysqld_cc databases/mysql/pkg: PLIST-server PLIST-tests Removed files: databases/mysql/patches: patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: upgrade to MySQL 5.0.26 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/14 01:26:01 Modified files: . : want.html Log message: it seems my need for a SGI is taken care of CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/14 01:53:45 Modified files: . : translation.html Log message: use my openbsd e-mail address CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/14 03:03:23 Modified files: infrastructure/package: mksqlitedb Log message: oops, forgot to commit FULLPKGNAME. From Serge Basterot CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/14 03:54:04 Modified files: net/snort : Makefile Log message: use not hardcoded paths in the configuration file. inputs and ok alek@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/14 04:01:09 Modified files: games/nethack : Makefile Added files: games/nethack/patches: patch-sys_share_unixtty_c Log message: zap duplicate symbol that impairs static linking. This should fix build on vaxen (problem reported by Zachary Kline). CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 06:04:11 Modified files: textproc/markdown: Makefile distinfo textproc/markdown/pkg: PLIST Added files: textproc/markdown/files: markdown Removed files: textproc/markdown/files: setup.py textproc/markdown/patches: patch-markdown_py Log message: Update to 1.6a; from Will Maier CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/14 08:20:24 Modified files: lib/libc/sys : stat.2 Log message: sync with ; from simon barner (freebsd pr #57153); ok millert deraadt CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/14 08:27:25 Modified files: nl : ftp.html orders.html plat.html translation.html fr : plat.html press.html translation.html want.html openssh/nl : report.html faq/nl : faq4.html faq7.html openbgpd/nl : ftp.html users.html openntpd/nl : ftp.html portable.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/14 08:30:45 Modified files: lib/libc/sys : msgsnd.2 Log message: freebsd -r1.21: Document what "msgsz" argument really denotes; from brian candler (freebsd pr #101145) Don't say that "msgsz" can be less than 0, it cannot as it's unsigned (POSIX has the same bug); from ru@freebsd ok millert deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/14 10:16:18 Modified files: sys/dev/ic : ath.c Log message: fix the slightly different reset procedure of single chip variants. this should successfully initialize the ar5424 PCI-E chipset. figured out by kettenis@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 10:35:26 Log message: Import py-osd 0.2.14 PyOSD is a python module for displaying text on your X display, much like the "On Screen Displays" used on TVs and some monitors. Status: Vendor Tag: alek Release Tags: alek_20061014 N ports/x11/py-osd/Makefile N ports/x11/py-osd/distinfo N ports/x11/py-osd/patches/patch-setup_py N ports/x11/py-osd/pkg/PLIST N ports/x11/py-osd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/14 10:44:29 Modified files: x11 : Makefile Log message: Add py-osd CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/14 11:33:55 Modified files: editors/openoffice: Makefile distinfo Log message: update to 2.0.4 which is now the stable version of openoffice; CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/14 12:03:10 Modified files: shells/bash : Makefile distinfo shells/bash/patches: patch-configure shells/bash/pkg: PLIST Added files: shells/bash/patches: patch-po_ru_po Log message: update to 3.2: miscellaneous bug fixes CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/14 12:13:44 Modified files: . : landisk.html Log message: looks like all SH4-based machines have the swapped Rx/Tx pins CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 12:26:55 Modified files: sbin/disklabel : disklabel.c editor.c Log message: Friends don't let friends look for disklabels in Free/NetBSD MBR partitions since the kernel doesn't put them or look for them there anymore. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 12:40:06 Modified files: sys/arch/sh/include: vmparam.h Log message: ps uses KERNBASE so define it to the correct value (pointed out by miod) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 12:40:32 Modified files: distrib/notes/armish: install xfer Log message: No need to tape about tape creation on armish. "kill" deraadt@ "probably not" drahn@ CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/14 12:50:32 Modified files: lib/libc/stdio : fgets.3 Log message: Make fgets description much clearer with respect to its exact behavior. OK and input from deraadt, jmc, millert. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/14 12:52:12 Log message: Import ecm-6.1.1 Integer factorization library and program using the Elliptic Curve Method (ECM), the P-1 or P+1 methods (which the ECM method can be viewed as a generalization of). Status: Vendor Tag: pvalchev Release Tags: pvalchev_20061014 N ports/math/ecm/Makefile N ports/math/ecm/distinfo N ports/math/ecm/pkg/PLIST N ports/math/ecm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/14 12:53:00 Modified files: math : Makefile Log message: +ecm CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/14 13:16:39 Modified files: sbin/disklabel : disklabel.c Log message: Friends don't let friends look for disklabels in Free/NetBSD MBR partitions since the kernel doesn't put them or look for them there anymore. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 13:43:57 Modified files: lib/libssl/crypto: Makefile Log message: architecture sh (landisk) is little endian. CVSROOT: /cvs Module name: www Changes by: martin@cvs.openbsd.org 2006/10/14 13:56:16 Modified files: . : landisk.html Log message: plextor models are also available on other continents CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/10/14 13:59:51 Modified files: sys/dev/acpi : acpiec.c Log message: Fix the checks broken during conversion to new code. The Embedded Controller is now detected correctly. ok marco@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 14:20:51 Modified files: usr.bin/less : Makefile.bsd-wrapper Log message: Allow less to build in Makefile.cross environment. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 14:23:29 Modified files: distrib/crunch/crunchgen: crunchgen.1 crunchgen.c Log message: Add a new option to crunchgen '-O objdir-name' which allow for a object directory other than the previously hardcoded 'obj' to be specified. Allows for cross building of ramdisks (down the road). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 14:36:40 Modified files: usr.sbin/hotplugd: Makefile Log message: landisk will need this too CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/14 15:19:09 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: - Simplify the arguments to bnx_tx_encap. - Don't copy the bd_chain head pointers into temporary objects, they are available globally. From scottl@FreeBSD CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/14 16:26:07 Modified files: . : events.html Log message: move JDLL 2006 to the past. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/14 16:41:21 Modified files: sys/dev/usb : udcf.c Log message: Apply some formatting. CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/14 17:57:39 Modified files: lib/libc/stdio : fgets.3 Log message: Add a CAVEAT section that describes how to properly trim a newline from a string, being careful to deal with 0-length strings. Help and input from jmc, ok deraadt CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/10/14 18:02:59 src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 Update of /cvs/src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 In directory cvs.openbsd.org:/tmp/cvs-serv18458/config/cpu/x86-64 Log Message: Directory /cvs/src/gnu/lib/libstdc++/libstdc++/config/cpu/x86-64 added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 18:26:31 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/14 18:33:31 Modified files: devel/p5-ExtUtils-ParseXS: Makefile distinfo Log message: update to 2.16 CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/14 19:45:10 Modified files: usr.bin/systat : systat.1 Log message: Talk about "memory" not "pages in kilobytes", it is less awkward that way. OK jmc@ deraadt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/14 20:41:15 Modified files: sbin/fdisk : Makefile Log message: build fdisk on landisk CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/14 22:17:32 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD Log message: Enable bce. Sortof ok with grumblings deraadt@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/14 23:13:50 Modified files: . : want.html Log message: Add T42 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/14 23:17:31 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:12:32 Modified files: sys/dev/pci : pcidevs Log message: add a few Intel 82Q963 (Q963) chipset ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:13:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:25:44 Modified files: sys/dev/pci : pcidevs Log message: use the correct PCI id for the Broadcom BCM5756 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:26:26 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 00:39:23 Modified files: lib/libc/stdio : fgets.3 Log message: mark up `>'; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 00:44:13 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: tidy usage(); CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/15 00:44:58 Modified files: emulators/spim : Makefile distinfo Log message: use distfile with version number instead of spim.tar.gz which is the latest version. no more need for DIST_SUBDIR. checksums unchanged. noticed by Tobias Ulmer CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:47:40 Modified files: sys/dev/mii : miidevs Log message: add another OUI id for Broadcom and the BCM5787 PHY id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:47:51 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 00:49:19 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: recognize the BCM5787 A2 chipset. CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2006/10/15 01:30:01 Modified files: sys/dev/acpi : dsdt.c Log message: Remove extra increment of bitmask. ok jordan@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/15 02:29:26 Modified files: . : landisk.html Log message: clarify CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:20:53 Modified files: infrastructure/mk: bsd.port.mk Log message: also mention -n along -q on `print-plist' commands. I've started documenting it, and having -q do things on its own is quirky... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:22:49 Modified files: infrastructure/mk: bsd.port.mk Log message: -Q implies -q, anyways. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/15 03:32:52 Modified files: usr.sbin/pkg_add: pkg_create pkg_create.1 Log message: Normalize query options: make them not stop the package generation unless -n is also mentioned. Do some devious speed tricks in case -n && -[qQ] (forgetting to checksum files, for instance), so that it can be used for batch jobs. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:41:08 ports/databases/sqlports/files Update of /cvs/ports/databases/sqlports/files In directory cvs.openbsd.org:/tmp/cvs-serv203/files Log Message: Directory /cvs/ports/databases/sqlports/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:41:44 Modified files: databases/sqlports: Makefile Added files: databases/sqlports/files: mksqlitedb Log message: move mksqlitedb in the port that uses it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:42:17 Removed files: infrastructure/package: mksqlitedb Log message: moved to ports/databases/sqlports CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 03:44:25 Modified files: sbin/route : route.c Log message: Proper link state descriptions in print_rtmsg() RTM_IFINFO case. ok deraadt henning CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 03:48:05 Modified files: infrastructure/mk: bsd.port.subdir.mk Log message: Allows calling print-plist from main Makefile CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/15 04:14:01 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Add my coordinates ok steven@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/15 04:43:05 Modified files: fr : events.html ftp.html landisk.html want.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/15 05:18:59 Modified files: sys/dev/pci : pcidevs Log message: Add some Intel 965 devices. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/15 05:20:35 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/15 05:41:32 Modified files: . : want.html Log message: Something to breakout the internal serial on my ThinkPad would be really useful. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 08:45:03 Modified files: sys/dev/pci : if_gem_pci.c Log message: Get MAC address from VPD, just like we already do for hme(4). ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 08:46:13 Modified files: sys/dev/pci : if_hme_pci.c Log message: Fix indentation. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 09:22:17 Modified files: sys/dev/acpi : acpi.c acpivar.h Log message: Removed old GPE handler code remnants ok marco@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 09:28:32 Modified files: sys/dev/acpi : acpiec.c dsdt.c Log message: Fixed buggy if-else end scope Fixed multi-level deref/index for thinkpads Some KNF ok marco@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 09:31:06 Modified files: distrib/crunch/crunchgen: crunchgen.1 Log message: tweaks; ok drahn CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/15 09:37:28 Modified files: usr.sbin/pkg_add: pkg_create pkg_create.1 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 10:00:11 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: PLIST-docs Log message: Update to PostgreSQL 8.1.5. As the file sizes of the libraries are not the same in most cases, I bumped the minor version just to be on the safe side. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/15 10:07:07 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE PLIST Log message: Workaround to remove mgetty/hylafax conflict. Update my email address while there. ok mbalmer@ kili@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 10:41:42 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: Finally add myself. ok mbalmer CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 10:47:12 Modified files: sys/dev/acpi : dsdt.c Log message: fix broken scope braces added debug print to gasio ok marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/15 11:20:55 Modified files: sys/dev/pci : if_gem_pci.c Log message: Fix last commit. CVSROOT: /cvs Module name: src Changes by: camield@cvs.openbsd.org 2006/10/15 12:23:44 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Close file descriptors before cleaning up the events, might cause a race otherwise. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/15 12:53:00 Modified files: print/fontforge: Makefile distinfo print/fontforge/patches: patch-configure_in patch-fontforge_fontview_c patch-gdraw_Makefile_dynamic_in print/fontforge/pkg: PLIST Log message: Update to 20060822; several bugfixes and improvements. Some help and "go ahead" by steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/15 13:06:38 Modified files: sys/dev/ic : rtl81x9.c Log message: Yet another example of a non-OK'd diff by brad breaking someone's machine. Brad's bullshit process stops NOW. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/15 13:20:20 Modified files: editors/kile : Makefile Log message: update maintainer's e-mail address CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/15 13:29:06 Modified files: infrastructure/mk: bsd.port.mk Removed files: infrastructure/mk: old-install.mk Log message: say goodbye for FAKE=no, for real. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 13:42:40 ports/security/outguess/patches Update of /cvs/ports/security/outguess/patches In directory cvs.openbsd.org:/tmp/cvs-serv13060/patches Log Message: Directory /cvs/ports/security/outguess/patches added to the repository CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 13:55:47 Modified files: sys/conf : files sys/dev/cardbus: files.cardbus Added files: sys/dev/ic : malo.c malo.h sys/dev/cardbus: if_malo_cardbus.c Log message: First stubs for a new driver for the Marvell Libertas chips. The card correctly loads the firmware and it is possible to send a few simple commands to the card but that's it. No packet are sent or received. Only the Netgear WG511v2 cardbus card is tested. A cheese fondue and a bigger amount of white wine was needed to make the interrupts work -- until last night the driver was uploading the firmware to fast and the card garbled the image without moaning. It took us a full day and hundreds of test kernels to figure that out. Joint work with mglocker@, fondue by mbalmer@ OK mglocker@, get it in deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 14:05:46 Modified files: sys/dev/cardbus: if_malo_cardbus.c Log message: Add $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 14:07:32 Modified files: sys/dev/ic : malo.c malo.h Log message: Add $OpenBSD$ tag CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/15 14:09:14 Modified files: share/man/man4 : Makefile cardbus.4 pci.4 Added files: share/man/man4 : malo.4 Log message: initial man page for malo.4 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 14:26:33 Modified files: databases/openldap: Makefile Log message: Renove some stupid strays and fold a long line. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/15 14:30:55 Modified files: devel/gconf-editor: Makefile Log message: Remove a variable that is only used in one place. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/15 14:33:39 Modified files: sys/dev/ic : malo.c Log message: More serious firmware load error messages. ok claudio@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 15:12:41 Modified files: sys/dev/mii : brgphy.c Log message: attach to the Broadcom BCM5787 PHY. Tested by Benjamin Black CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/15 15:17:31 Modified files: sys/dev/mii : brgphy.c Log message: fix parent driver match in brgphy_reset(), simplify code a bit as well, don't need to bring in the bnx(4) softc. Tested on bge, bnx, gem, sk ok krw@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 15:45:02 Modified files: archivers/lha : Makefile Log message: PKGNAME *is* necessary CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 15:49:50 Modified files: www/mod_auth_kerb: Makefile distinfo Log message: version bump from 5.0rc7 to 5.0. ok mbalmer CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/15 15:56:49 Modified files: sys/dev/ic : malo.c Log message: Place bus_dmamap_sync() around malo_send_cmd this should help porting to other archs later. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/15 16:10:49 Modified files: astro/wmglobe : Makefile astro/wmmoonclock: Makefile astro/wmspaceweather: Makefile astro/wmsun : Makefile Log message: bump PKGNAME after HOMEPAGE change CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 16:43:49 Modified files: audio/libgpod : Makefile distinfo audio/libgpod/pkg: PLIST Added files: audio/libgpod/patches: patch-src_itdb_itunesdb_c patch-tests_Makefile_in Log message: update to libgpod 0.4.0. prompted by fgsch, suggestions from Deanna Phillips ok mbalmer CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/15 16:44:35 Modified files: audio/gtkpod : Makefile distinfo Added files: audio/gtkpod/patches: patch-src_file_itunesdb_c patch-src_info_c Removed files: audio/gtkpod/patches: patch-src_file_export_c patch-src_misc_c patch-src_misc_confirm_c patch-src_mp3file_c Log message: update to gtkpod 0.99.8. Prompted by fgsch, suggestions from Deanna Phillips. ok mbalmer CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/15 17:00:43 Modified files: converters/libdvd: Makefile Added files: converters/libdvd/patches: patch-src_libdvd_c Log message: remove the silly type-your-OS-name requirement tested by niallo@ & johan lindman CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/15 18:01:05 Modified files: sys/dev/acpi : amltypes.h Log message: added amltypes.h stack mod ok marco@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:17:18 Modified files: sbin/sysctl : sysctl.8 Log message: Add multipath variables. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:46:16 Modified files: lib/libc/gen : sysctl.3 Log message: Document net.inet.ip.multipath and net.inet6.ip6.multipath. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/15 22:55:21 Modified files: lib/libc/gen : sysctl.3 Log message: s/ip/ip6/ CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/16 00:37:26 Modified files: . : landisk.html Log message: IO-DATA HDL-AV and HDL-W series are also SH based landisks. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/16 01:03:42 Modified files: security/clamav: Makefile distinfo Log message: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 01:49:21 Modified files: security/p5-Digest-SHA: Makefile distinfo Log message: update p5-Digest-SHA to 5.44 ok steven CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 02:24:14 Modified files: sbin/sysctl : sysctl.8 Log message: tab needed instead of space to format this correctly; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 02:27:19 Modified files: www/gnash : Makefile Log message: use SETENV instead of env CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/16 02:44:56 Modified files: sbin/route : route.8 Log message: More details on multipath. ok henning + style suggestions from jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/16 04:01:55 Modified files: lang/icon/interp: Makefile distinfo lang/icon/interp/patches: patch-ipl_Makefile patch-src_common_Makefile lang/icon/lib : Makefile distinfo lang/icon/lib/pkg: PFRAG.no-no_x11 PLIST Added files: lang/icon/interp/patches: patch-config_bsd_Makedefs patch-config_bsd_custom_sh patch-config_bsd_define_h patch-config_setup_sh patch-src_iconc_ccomp_c patch-tests_general_Makefile patch-tests_general_Test-icon Removed files: lang/icon/interp/patches: patch-config_unix_Makefile patch-config_unix_openbsd_Makedefs Log message: finally update to 9.4.3, should have done this ages ago. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/16 04:39:40 Modified files: infrastructure/mk: bsd.port.mk Log message: protect against further bugs, refuse to build the _PACKAGE_COOKIE if we end up there with PACKAGING not set. We do not try to `fix it' ourselves, because PACKAGING not set may have some non obvious issues, like PKG_ARCH or PERMIT_PACKAGE_* not set correctly at all. CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/16 05:27:53 Modified files: share/man/man9 : VOP_LOOKUP.9 buffercache.9 sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/kern : vfs_bio.c vfs_cluster.c vnode_if.src sys/miscfs/specfs: spec_vnops.c sys/msdosfs : msdosfs_vnops.c sys/sys : buf.h sys/ufs/ext2fs : ext2fs_readwrite.c sys/ufs/ufs : ufs_readwrite.c Log message: Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/16 05:29:51 Modified files: sys/kern : vnode_if.c sys/sys : vnode_if.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 05:42:05 Log message: initial import of agg 2.4 Anti-Grain Geometry (AGG) is a general purpose graphical toolkit written completely in standard and platform independent C++. It can be used in many areas of computer programming where high quality 2D graphics is an essential part of the project. from Deanna Phillips feedback and ok bernd@ Status: Vendor Tag: steven Release Tags: steven-20061016 N ports/graphics/agg/Makefile N ports/graphics/agg/distinfo N ports/graphics/agg/pkg/DESCR N ports/graphics/agg/pkg/PLIST N ports/graphics/agg/pkg/PFRAG.shared N ports/graphics/agg/patches/patch-autogen_sh N ports/graphics/agg/patches/patch-src_platform_X11_Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 05:42:42 Modified files: graphics : Makefile Log message: +agg CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/16 06:30:08 Modified files: sys/dev/cardbus: if_rl_cardbus.c sys/dev/pci : if_re_pci.c if_sk.c sys/dev/usb : if_wi_usb.c Log message: Fix some "is is"s. ok otto@. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 07:57:58 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: upgrade to phpMyAdmin 2.9.0.2 CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 08:00:18 Modified files: www/moodle : Makefile distinfo www/moodle/pkg : PLIST Log message: upgrade to moodle 1.6.3. SECURITY fix: A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/16 08:05:09 Modified files: www/xoops : Makefile distinfo www/xoops/pkg : PLIST Log message: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier - drop maintainership CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/16 08:08:01 Modified files: infrastructure/templates: Makefile.template Log message: typo CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:46:05 Modified files: textproc/p5-XML-Writer: Makefile distinfo Log message: update p5-XML-Writer to 0.601 and update my address while there ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:48:37 Modified files: devel/p5-Class-Data-Inheritable: Makefile distinfo Log message: update p5-Class-Data-Inheritable to 0.06 and update my address while there ok steven CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/16 08:50:51 Modified files: net/p5-POE-Component-IRC: Makefile distinfo net/p5-POE-Component-IRC/pkg: PLIST Log message: update p5-POE-Component-IRC to 5.06 ok steven CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/16 09:00:10 Modified files: bin/ps : keyword.c ps.h Log message: The session field is a pointer and so should be 8 chars for 32-bit CPUs and 16 chars for 64-bit ones. Also, left-justify the state field name to match the justification of the state data. OK jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 09:45:09 Modified files: usr.bin/expand : expand.1 Log message: simplify SYNOPSIS, and do all the work in DESCRIPTION; ironically, after simplifying SYNOPSIS as much as i can, we now match what we had all along in usage() ;) ok otto CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/16 09:49:50 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE Log message: typo. spotted by steven@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/16 09:51:26 Modified files: sys/arch/amd64/include: pte.h sys/arch/i386/i386: mptramp.s sys/dev/wscons : wsdisplay_compat_usl.c sys/ufs/ffs : softdep.h Log message: Fix some more "is is"s. ok otto@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 09:52:11 Modified files: usr.bin/expand : expand.1 Log message: gove this page a proper options list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/16 11:54:50 Modified files: lib/libarch/amd64: amd64_get_ldt.2 lib/libarch/i386: i386_get_ldt.2 Log message: various improvements; based on -r1.22 from freebsd (i386 version anyway), submitted by andreas fuchs, improved by ru@freebsd, then again by myself and mickey ok mickey CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/16 14:37:25 Modified files: sys/dev/ic : re.c Log message: Fix for watchdog timeouts experienced with some Realtek adapters. From wpaul@FreeBSD ok kettenis@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/16 15:19:55 Modified files: kerberosV/src/kadmin: add-random-users.c kerberosV/src/kdc: string2key.c kerberosV/src/kpasswd: kpasswd-generator.c kerberosV/src/kuser: generate-requests.c kerberosV/src/lib/kadm5: ipropd_master.c kerberosV/src/lib/krb5: config_file.c kerberosV/src/lib/sl: sl.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK cloder@. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:21:00 Modified files: sys/arch/landisk/landisk: machdep.c Log message: Do not zero bss in the kernel, the bootloader does this for us and it causes a problem loading the kernel. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:22:59 Modified files: sys/arch/landisk/stand/boot: devs.c Log message: yes this looks like debug, however it allows the kernel to load. ??? CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:28:09 Modified files: sys/arch/sh/dev: shpcic.c Log message: busname should be set. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:46:02 Modified files: sys/arch/sh/conf: files.shpcic Added files: sys/arch/sh/dev: pciide_machdep.c Log message: pciide compat bits, stolen from armish. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/16 15:52:30 Modified files: sys/dev/pci : pcidevs Log message: add via VPX-64 chipset CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/16 15:55:05 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 15:55:18 Modified files: sys/arch/landisk/conf: GENERIC Log message: More devices (re which tries to attach and pciide) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/16 17:33:10 Modified files: net/quirc : Makefile Log message: bump PKGNAME after HOMEPAGE change CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/16 19:26:26 Modified files: sys/dev/sdmmc : sdmmc_scsi.c Log message: dont pass a copy of sdmmcs scsi_link struct on the stack to the midlayer. it triggered a panic on detach of the scsibus when it tried to use the adapters scsi_link struct that was no longer there. issue found by and this fix tested by pedro@ ok krw@ looks right deraadt@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/16 19:58:41 Modified files: games/prboom : Makefile distinfo games/prboom/patches: patch-src_Makefile_in Removed files: games/prboom/patches: patch-src_r_draw_c Log message: update to 2.4.6 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 21:33:39 Modified files: sys/arch/sh/sh : trap.c Log message: Dont clobber tf->tf_spc, we might want to print it in do_panic. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/16 22:20:08 Modified files: sys/arch/sh/sh : db_trace.c Log message: for now, we want traces. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2006/10/17 00:21:57 Modified files: mail/dkim-milter: Makefile distinfo Log message: version 0.5.2; minor fixes including a postfix compat fix CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/17 01:14:28 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: Don't automatically set 'flags S/SA' on stateless rules. pointed out by david@ ok mpf@ dhartmei@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/17 02:15:32 Modified files: regress/sbin/pfctl: pf1.loaded pf1.ok pf1.optimized pf12.loaded pf12.ok pf12.optimized pf16.loaded pf16.ok pf16.optimized pf3.loaded pf3.ok pf3.optimized pf40.loaded pf40.ok pf40.optimized Log message: 'flags S/SA' not implicit if the rule is stateless. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 04:04:17 Log message: Import py-wxPython 2.6.3.2 wxPython is a GUI toolkit for the Python programming language. It allows Python programmers to create programs with a robust, highly functional graphical user interface, simply and easily. It is implemented as a Python extension module (native code) that wraps the popular wxWidgets cross platform GUI library, which is written in C++. Status: Vendor Tag: alek Release Tags: alek_20061017 N ports/x11/py-wxPython/Makefile N ports/x11/py-wxPython/distinfo N ports/x11/py-wxPython/pkg/PLIST N ports/x11/py-wxPython/pkg/DESCR N ports/x11/py-wxPython/patches/patch-wxPython_config_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/17 04:14:52 Log message: Initial import of zope-zsyncer 0.7.1 ZSyncer is a Zope 2 product that allows you to synchronize and compare objects from one zope (source) to another (destination). It is a lot more convenient than the old manual export/transfer/import procedure. ZSyncer supports SSL as well as insecure HTTP. ZSyncer also allows you to view a diff against the destination object, for many types of objects. OK mbalmer@. Status: Vendor Tag: xsa Release Tags: xsa_20061017 N ports/www/zope-zsyncer/Makefile N ports/www/zope-zsyncer/distinfo N ports/www/zope-zsyncer/pkg/DESCR N ports/www/zope-zsyncer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/17 04:16:10 Modified files: www : Makefile Log message: + zope-zsyncer CVSROOT: /cvs Module name: src Changes by: grange@cvs.openbsd.org 2006/10/17 04:29:50 Modified files: sys/kern : subr_evcount.c Log message: Kill unused code. ok art@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/17 04:31:26 Modified files: sys/dev/ic : malo.c malo.h Log message: Allocate and free RX DMA ring. Mostly form rt2661.c with adaption for malo. Seems to fit pretty well. Does not do anything useful right now. The bits in the interrupt handler and of course the TX ring are still missing. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 05:43:46 Modified files: x11 : Makefile Log message: Add py-wxPython; pointed out by bernd@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2006/10/17 05:45:59 Modified files: sys/dev/ic : aic79xx.c Log message: fix typo in comment ok jmc@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/17 06:14:50 Modified files: x11/windowmaker: Makefile Log message: build with xinerama by default (and remove the flavor) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/17 06:59:49 Modified files: usr.bin/calendar/calendars: calendar.history Log message: grammar correction; from matthew clarke CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/10/17 08:08:17 Modified files: sys/net : pfvar.h Log message: increase max pf tag name size from 16 to 64 characters. ok henning@ dhartmei@ deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/17 10:34:31 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi 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: src Changes by: beck@cvs.openbsd.org 2006/10/17 13:11:56 Modified files: libexec/spamd : spamd.8 Log message: Make this easier for people who aren't aware of what shell they are running. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/17 13:39:07 Modified files: sys/arch/i386/i386: autoconf.c sys/arch/amd64/amd64: autoconf.c Log message: swap is partition b, not partition after root (wherever root is defined to be); pr 5256 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/17 13:40:39 Modified files: sys/dev/ic : malo.c malo.h Log message: Allocate and free TX DMA rings additionally change some of the structures to match more the actual reality. Still unsure about it as we don't have any documentation to verify against. OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 14:01:02 Modified files: graphics/libkexif: Makefile Added files: graphics/libkexif/patches: patch-libkexif_kexifutils_cpp Log message: Fix nasty bug on OpenBSD: we can't assume we can read/write to a QDataStream freely. Under qt3, there's no mechanism to make sure the underlying FILE * gets flushed between an fread() and an fwrite(), and so the data gets written at the wrong location. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 14:31:09 Modified files: graphics/libkexif: Makefile distinfo graphics/libkexif/pkg: PLIST Log message: update to 0.2.4 bump the minor, because the interface to one function was extended: it does something smart with empty parameters now. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/17 14:57:28 Modified files: lib/libpthread/uthread: uthread_shutdown.c Log message: Don't grab _FD_LOCK and queue up behind other threads as this can potentially block indefinitely. Instead just protect against fd state transitions and perform the _thread_sys_shutdown(). Fixes deadlock reported by Tero Koskinen . okay kettenis@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/17 15:23:32 Modified files: sys/dev/ic : malo.c Log message: Add first bits of a RX intr handler routine. Needs further clarification. Try to get bpf mtaps working soon to see what exactly happens there. Based on rt2661.c, your code is just nice to read damien ;) ok claudio@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/17 15:28:23 Modified files: sys/arch/i386/i386: machdep.c sys/arch/i386/pci: geodesc.c Log message: Set the Geode SC1100-specific reset function in the geodesc driver, rather than when CPUID says we're on any Geode. Should avoid reset failure on Nokia IP110s and other non-SC1100 Geode-based systems. Reset should hopefully still work on Soekris Net4801s and PC Engines WRAP systems, but no-one bothered to test and report back in two days. "commit" deraadt@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/17 15:47:22 Modified files: usr.sbin/pkg_add: pkg_add pkg_add.1 Log message: add -F conflicts: force installation in the presence of registered conflicts, provided nothing else happens (like, huh, the presence of actual conflicts between files). Allows nikolay@ to work with redhat/base and fedora_core at the same time. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/17 16:08:31 Modified files: usr.sbin/pkg_add/OpenBSD: PackageName.pm Log message: add proper version handling, not really used yet. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/17 16:22:49 Modified files: sys/dev/ic : gem.c Log message: replace hand rolled code with LIST_FOREACH in gem_mediachange(). ok kettenis@ "Looks correct to me" krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/17 16:28:07 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: disable the firmware fastboot feature on 5752/5755 and 5787 ASICs, eliminates firmware timeouts. Tested by pedro la peu with a 5752 ASIC and Benjamin Black with a 5787 ASIC. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/17 16:32:45 Modified files: infrastructure/mk: bsd.port.mk Log message: let peek-ftp cd ${FULLDISTDIR} first. Add a message to that effect so that users don't get confused. (specifically, make itself does not change dirs, so if you do ^Z, you're not where you think you are...) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:33:51 Log message: Initial import of linux libraries based on fedora core 4. This is the last version of fedora core supporting the old linuxthreads, for the newer threading library we need some kernel support first. Status: Vendor Tag: sturm Release Tags: sturm_20061018 N ports/emulators/fedora/Makefile N ports/emulators/fedora/Makefile.inc N ports/emulators/fedora/base/Makefile N ports/emulators/fedora/base/distinfo N ports/emulators/fedora/base/files/fix-ldd.pl N ports/emulators/fedora/base/files/ld.so.conf N ports/emulators/fedora/base/files/ldconfig N ports/emulators/fedora/base/patches/patch-ldd N ports/emulators/fedora/base/pkg/PLIST N ports/emulators/fedora/base/pkg/DESCR N ports/emulators/fedora/motif/Makefile N ports/emulators/fedora/motif/distinfo N ports/emulators/fedora/motif/pkg/PLIST N ports/emulators/fedora/motif/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:34:27 Modified files: emulators : Makefile Log message: fedora CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 16:46:10 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/pkg: PLIST Log message: force creation of /emul/linux symlink CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 17:00:32 Modified files: emulators/redhat/base: Makefile emulators/redhat/base/pkg: PLIST Log message: force creation of /emul/linux CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/17 17:20:12 Modified files: sys/dev/ata : wd.c Log message: For non-CPU_BIOS architectures calculate the number of cylinders on a disk rather than accepting the cylinder count provided by the disk or controller. This cylinder count will be '16383' for any disk >8.4G according to the ATA spec. CPU_BIOS on i386/amd64 has magic to deal with this, but other archs do not need to be restricted by the needs of PC BIOS. Fixes the default MBR OpenBSD partition size and disklabel on non-CPU_BIOS archtitectures. No change to behaviour on i386/amd64 machines. Noted by Stuart Henderson on his Thecus. Testing by various, including 'old i386 machines' nick@ ok tom@ pedro@ weingart@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/17 17:31:12 Modified files: devel/pygame : Makefile distinfo devel/pygame/pkg: PLIST Added files: devel/pygame/patches: patch-Setup_in patch-examples_eventlist_py patch-examples_fastevents_py patch-examples_overlay_py Removed files: devel/pygame/patches: patch-config_unix_py patch-examples_arraydemo_py patch-examples_chimp_py patch-examples_fonty_py patch-examples_liquid_py patch-examples_uberball_py patch-src_draw_c Log message: Update to 1.7.1 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/17 17:41:58 Modified files: emulators/fedora/base: Makefile emulators/fedora/base/pkg: PLIST emulators/fedora/motif: Makefile emulators/fedora/motif/pkg: PLIST Log message: no @pkgpath for now, noticed by bernd CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/17 17:42:37 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sh/include: disklabel.h Log message: The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/17 18:18:36 Modified files: telephony/asterisk: Makefile telephony/asterisk/pkg: PLIST Log message: - install IAXy firmware in order to silence warning messages, prompted by jcs@ ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/17 23:12:35 Modified files: mail/dspam : Makefile mail/dspam/pkg : PFRAG.sqlite3 PLIST Log message: - install a config file in ${SYSCONFDIR} by default. - install /var/* directories with @sample. - bump PKGNAME. ok todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 02:09:43 Modified files: comms/hylafax : Makefile comms/hylafax/patches: patch-configure Log message: Set vgetty path to ${LOCALBASE}/libexec/vgetty instead of hardcoded /sbin/vgetty. Disable sysvinit support unconditionally since we don't need it and it causes the "make fake" stage to fail if a sysvinit startup directory exists (ie. /etc/init.d/) ok sturm@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 02:20:25 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/files: setup comms/mgetty+sendfax/patches: patch-Makefile patch-policy_h_dist comms/mgetty+sendfax/pkg: PLIST Log message: Installs vgetty and mgetty into ${LOCALBASE}/libexec Regen patches. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/18 03:50:53 Modified files: mbone/imm : Makefile mbone/speak_freely: Makefile Log message: zap dead mastersites. ok bernd CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:03:50 Modified files: mail/imapproxy : Makefile mail/imapproxy/patches: patch-imapproxy_h Log message: NO_REGRESS; honour SYSCONFDIR CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 04:42:54 Modified files: infrastructure/templates: network.conf.template Log message: remove ftp.is.co.za, not up to date for months from Jim Razmus CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:45:59 Log message: Import p5-Net-Patricia This module uses a Patricia Trie data structure to quickly perform IP address prefix matching for applications such as IP subnet, network or routing table lookups. From dlg@ Status: Vendor Tag: alek Release Tags: alek_20061018 N ports/net/p5-Net-Patricia/Makefile N ports/net/p5-Net-Patricia/distinfo N ports/net/p5-Net-Patricia/pkg/DESCR N ports/net/p5-Net-Patricia/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 04:51:39 Modified files: infrastructure/mk: bsd.port.mk Log message: put no-arch into a variable, so that people can override it. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 04:55:07 Modified files: net : Makefile Log message: Add p5-Net-Patricia CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 05:05:55 Modified files: databases/db : Makefile.inc databases/db/v3: Makefile databases/db/v4: Makefile Log message: homepage and master site moved to oracle.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 05:09:30 Modified files: infrastructure/mk: bsd.port.mk Log message: special case: if PKGPATH is the LIB_DEPENDS base, then it means we're building a subpackage, and then we definitely want the `current' stuff, not the stuff that's already installed. Allows shared libs updates in MULTI_PACKAGES to proceed gracefully without having to uninstall stuff. (we do not do this stuff in general, because in other cases, builds are `staggered', e.g., a port is built against the existing base, not the stuff in other WRKDIRS) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 05:10:31 Modified files: graphics/fxtv : Makefile graphics/fxtv/patches: patch-fxtv_cnvt_sh Log message: Use RAW format for the intermediate audio file; add graphics/netpbm to RUN_DEPENDS; take over maintainership. ok robi@ bernd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/18 06:45:59 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-nas_nas-1_6_patch Log message: - fix glaring startup deadlocks by properly setting PTHREAD_CFLAGS. The deadlocks were caused by the inconsistent detection of pthreads by the boost headers in different parts of the OOo build which resulted in an uninitialized mutex. - fix a few compile errors in the nas sub-project build. General testing and patches from the community are encouraged. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 07:10:37 Modified files: lang/tcl/8.0 : Makefile lang/tcl/8.0/patches: patch-Makefile_in patch-configure lang/tcl/8.3 : Makefile lang/tcl/8.3/patches: patch-Makefile_in patch-configure patch-tclConfig_sh_in lang/tcl/8.4 : Makefile lang/tcl/8.4/patches: patch-tcl_m4 Log message: unconditionally use -fPIC (over -fpic) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:32:53 Removed files: www/netscape : Makefile Makefile.inc www/netscape/communicator: Makefile distinfo systrace.policy www/netscape/communicator/files: netscape.i386 www/netscape/communicator/patches.i386: patch-ns-install www/netscape/communicator/pkg: DESCR MESSAGE PLIST.i386 www/netscape/communicator-linux: Makefile distinfo systrace.policy www/netscape/communicator-linux/files: netscape.i386 www/netscape/communicator-linux/patches: patch-ns-install www/netscape/communicator-linux/pkg: DESCR MESSAGE PFRAG.shared PLIST www/netscape/communicator-old: Makefile distinfo www/netscape/communicator-old/files: netscape.sparc www/netscape/communicator-old/patches.sparc: patch-ns-install www/netscape/communicator-old/pkg: DESCR MESSAGE PLIST.sparc REQ www/netscape/navigator: Makefile distinfo systrace.policy www/netscape/navigator/files: netscape.i386 www/netscape/navigator/patches.i386: patch-ns-install www/netscape/navigator/pkg: DESCR MESSAGE PLIST.i386 www/netscape/navigator-linux: Makefile distinfo systrace.policy www/netscape/navigator-linux/files: netscape.i386 www/netscape/navigator-linux/patches: patch-ns-install www/netscape/navigator-linux/pkg: DESCR MESSAGE PFRAG.shared PLIST www/netscape/navigator-old: Makefile distinfo www/netscape/navigator-old/files: netscape.sparc www/netscape/navigator-old/patches.sparc: patch-ns-install www/netscape/navigator-old/pkg: DESCR MESSAGE PLIST.sparc REQ Log message: as discussed on icb, remove ports too old to be useful use firefox instead CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:33:16 Modified files: www : Makefile Log message: -netscape CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 07:41:37 Modified files: lang/ruby : ruby.port.mk Log message: Add code that allows us to patch gem files. discussed with & ok sturm@ ok for an earlier version msf@ CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/10/18 07:47:36 Modified files: archivers/unshield: Makefile archivers/unshield/patches: patch-lib_Makefile_in patch-lib_component_c patch-lib_file_c patch-lib_file_group_c patch-lib_helper_c patch-lib_libunshield_c Removed files: archivers/unshield/patches: patch-lib_md5_Makefile_in Log message: Use libc md5 code rather than included broken md5 code. Makes unshield work properly on amd64 and probably other 64bit archs. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 07:52:34 Modified files: . : Makefile Removed files: mbone : Makefile mbone/common : Makefile distinfo mbone/common/patches: patch-aa patch-ab patch-ac mbone/common/pkg: DESCR PLIST mbone/imm : Makefile distinfo mbone/imm/files: Makefile.openbsd Makefile.work mbone/imm/patches: patch-aa patch-ab patch-ac patch-src_Makefile_openbsd patch-src_utils_c mbone/imm/pkg : DESCR PLIST mbone/nte : Makefile distinfo mbone/nte/files: Makefile.work configure mbone/nte/patches: patch-linux_Makefile_linux patch-src_Makefile_template patch-src_iohandler_c patch-src_nt_h patch-src_nt_help_c patch-src_www_fns_c mbone/nte/pkg : DESCR PLIST mbone/rat : Makefile distinfo mbone/rat/files: Makefile_OpenBSD mbone/rat/patches: patch-Makefile patch-src_auddev_sparc_c patch-src_audio_mix_h patch-src_bat_include_h patch-src_gsm_create_c patch-src_gsm_destroy_c patch-src_main_c patch-src_qfDES_c patch-src_rtcp_pckt_c patch-src_ui_c mbone/rat/pkg : DESCR PLIST mbone/relate : Makefile distinfo mbone/relate/patches: patch-relate mbone/relate/pkg: DESCR PLIST mbone/rtptools : Makefile distinfo mbone/rtptools/patches: patch-aa patch-ab patch-ac patch-ad patch-ae mbone/rtptools/pkg: DESCR PLIST mbone/sdr : Makefile distinfo mbone/sdr/files: Makefile.work configure image_directory.xbm sdr2.plugin.S50.directory sdr2.plugin.S51.directory.sap.sdp mbone/sdr/patches: patch-common_Makefile_in patch-common_config_unix_h patch-common_configure patch-sdr_freebsd_Makefile_freebsd patch-sdr_src_bitmaps_c patch-sdr_src_cache_crypt_tcl patch-sdr_src_cache_nocrypt_tcl patch-sdr_src_new_tcl patch-sdr_src_plugins_tcl patch-sdr_src_sap_crypt_tcl patch-sdr_src_sd_listen_c patch-sdr_src_sdr_h patch-sdr_src_sdr_tcl patch-sdr_src_sip_common_c mbone/sdr/pkg : DESCR PLIST mbone/speak_freely: Makefile distinfo mbone/speak_freely/patches: patch-aa patch-ab patch-ac patch-ad patch-ae patch-af patch-ag patch-ah patch-ai patch-aj mbone/speak_freely/pkg: DESCR PLIST mbone/vat : Makefile distinfo mbone/vat/patches: patch-Makefile_in patch-Tcl_cc patch-Tcl_h patch-audio-bsd_cc patch-audio-sun_cc patch-audio-voxware_cc patch-config_h patch-configure patch-configure_in patch-configure_in_tk patch-iohandler_cc patch-main_cc patch-net-ip_cc patch-net_cc patch-sitebox_cc patch-source_cc patch-tkStripchart_c patch-ui-resource_tcl mbone/vat/pkg : DESCR PLIST mbone/vic : Makefile distinfo mbone/vic/patches: patch-Makefile_in patch-config_h patch-configure_in patch-configure_in_tk patch-encoder-jpeg_cc patch-grabber-meteor_cc patch-grabber-x11_cc patch-h263_Util_h patch-h263_defs_h patch-net-ip_cc patch-net_cc patch-ntp-time_h patch-qfDES_c patch-qfDES_memory_c patch-tmn_Makefile patch-ui-grabber_tcl mbone/vic/pkg : DESCR PLIST mbone/wb : Makefile distinfo mbone/wb/pkg : DESCR PLIST mbone/wbd : Makefile distinfo mbone/wbd/patches: patch-aa patch-ab mbone/wbd/pkg : DESCR PLIST Log message: as discussed on icb, remove too old to be of much use and unmaintained mbone category CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 07:54:09 Modified files: emulators/fedora/base: Makefile Log message: small typo in comment CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/18 07:54:09 Log message: import pgadmin III, an administration and development platform for PostgreSQL. help from alek@ and bernd@, ok bernd@ Status: Vendor Tag: aanriot Release Tags: aanriot_20061018 N ports/databases/pgadmin3/distinfo N ports/databases/pgadmin3/Makefile N ports/databases/pgadmin3/pkg/PLIST N ports/databases/pgadmin3/pkg/DESCR N ports/databases/pgadmin3/patches/patch-Makefile_in N ports/databases/pgadmin3/patches/patch-src_base_appbase_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/18 07:54:22 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD databases/postgresql/pkg: MESSAGE-server PLIST-server Log message: Do not install a default database when installing the -server subpackage, instead give advice on how to install a dabase with proper protection. ok pvalchev, bernd, krw CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/18 07:56:25 Modified files: databases : Makefile Log message: add pgadmin3. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/18 08:02:17 Modified files: build : support.dat Log message: remove ArubaOn, as the website is empty and they didn't replied to our mail. ok grunk@ CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/18 08:03:55 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:23:56 Modified files: devel/mysql-gui-common: Makefile distinfo devel/mysql-gui-common/pkg: DESCR PLIST Added files: devel/mysql-gui-common/patches: patch-library_utilities_include_myx_util_functions_h patch-library_utilities_source_myx_util_functions_c patch-source_linux_MGExecSU_cc Removed files: devel/mysql-gui-common/patches: patch-library_include_myx_aux_functions_h patch-library_source_myx_aux_functions_c Log message: update mysql-gui-common with the new bundle from mysqlt-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:25:11 Modified files: databases/mysql-query-browser: Makefile distinfo databases/mysql-query-browser/patches: patch-library_source_Makefile_in patch-source_linux_Makefile_in databases/mysql-query-browser/pkg: DESCR PLIST Added files: databases/mysql-query-browser/patches: patch-configure_in Removed files: databases/mysql-query-browser/patches: patch-configure patch-library_tests_test_query_analyze_Makefile_in patch-library_tests_test_query_composition_Makefile_in patch-library_tests_test_strip_sql_Makefile_in patch-source_linux_MGResultSetModel_cc patch-source_linux_MQBookmarkBrowser_cc patch-source_linux_MQResultSetView_cc Log message: update mysql-query-browser to 1.2.4 with the new bundle from mysqlt-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 08:25:58 Modified files: databases/mysql-administrator: Makefile distinfo databases/mysql-administrator/patches: patch-configure patch-library_source_Makefile_in patch-source_linux_MInstanceInfo_cc patch-source_linux_Makefile_in patch-source_util_Makefile_in databases/mysql-administrator/pkg: DESCR PLIST Removed files: databases/mysql-administrator/patches: patch-library_tests_test_get_all_cnf_sections_Makefile_in patch-library_tests_test_get_backup_content_Makefile_in patch-library_tests_test_get_cnf_value_Makefile_in patch-library_tests_test_make_backup_Makefile_in patch-library_tests_test_restore_backup_Makefile_in patch-library_tests_test_update_cnf_Makefile_in patch-library_tests_test_user_management_Makefile_in patch-library_tests_test_xml_Makefile_in Log message: update mysql-administrator to 1.2.4 with the new bundle from mysql-gui-tools-5.0r4 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 08:27:43 Modified files: x11/tk/8.3 : Makefile x11/tk/8.3/patches: patch-Makefile_in patch-configure x11/tk/8.4 : Makefile x11/tk/8.4/patches: patch-configure_in patch-tcl_m4 Log message: unconditionally use -fPIC; sync patches CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/18 08:43:25 Modified files: de : errata.html errata38.html events.html plat.html translation.html faq/de : faq4.html hu : index.html openssh/hu : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/18 08:43:45 Modified files: sys/kern : uipc_syscalls.c Log message: Return ECONNABORTED when a non-blocking socket has been shutdown() for receives. Previously a non-blocking socket would mask this error by returning EWOULDBLOCK and mislead applications to think accept() may eventually succeed. Corrects a pthreads deadlock reported by Tero Koskinen okay kettenis@, theo@, markus@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 08:58:31 Log message: Import mod_bandwidth, a bandwidth limiter for Apache. help & ok alek@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061018 N ports/www/mod_bandwidth/distinfo N ports/www/mod_bandwidth/Makefile N ports/www/mod_bandwidth/files/mod_bandwidth-enable N ports/www/mod_bandwidth/pkg/DESCR N ports/www/mod_bandwidth/pkg/MESSAGE N ports/www/mod_bandwidth/pkg/PLIST N ports/www/mod_bandwidth/pkg/UNMESSAGE N ports/www/mod_bandwidth/patches/patch-mod_bandwidth_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/18 09:02:16 Modified files: www : Makefile Log message: add mod_bandwidth. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 09:22:38 Modified files: . : INDEX Log message: sync, 3690 unzels CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 09:41:06 Modified files: audio/sox : Makefile distinfo audio/sox/patches: patch-src_dat_c patch-src_misc_c patch-src_smp_c patch-src_sndrtool_c Added files: audio/sox/patches: patch-src_stretch_c Removed files: audio/sox/patches: patch-src_noisered_c patch-src_st_h Log message: update to 12.18.2 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/18 09:48:01 Modified files: share/man/man4/man4.macppc: bm.4 Log message: comes with lxtphy(4) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:04:07 Modified files: emulators/fedora/base: Makefile distinfo emulators/fedora/base/pkg: PLIST Log message: add older libstc++ compat libraries, required by linux jdk-1.3 CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:08:00 src/usr.sbin/ripd Update of /cvs/src/usr.sbin/ripd In directory cvs.openbsd.org:/tmp/cvs-serv15517/ripd Log Message: Directory /cvs/src/usr.sbin/ripd added to the repository CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:08:16 src/usr.sbin/ripctl Update of /cvs/src/usr.sbin/ripctl In directory cvs.openbsd.org:/tmp/cvs-serv12413/ripctl Log Message: Directory /cvs/src/usr.sbin/ripctl added to the repository CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:11:58 Added files: usr.sbin/ripd : Makefile auth.c buffer.c control.c control.h imsg.c interface.c kroute.c log.c log.h message.c neighbor.c packet.c parse.y printconf.c rde.c rde.h rde_rib.c rip.h ripd.8 ripd.c ripd.conf.5 ripd.h ripe.c ripe.h Log message: Welcome ripd started by Michele Marchetto some time ago by using the imsg/three process framework of ospfd. He implemented most of the daemon with a little help and guidance from Claudio and I. Currently the daemon is more or less complete, with the exception of key lifetime and rollover. Not yet connected to the builds. OK claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/18 10:15:26 Added files: usr.sbin/ripctl: Makefile parser.c parser.h ripctl.8 ripctl.c Log message: Controller for the ripd. All relevant information in the rip daemon can be displayed with this controller. Not connected to builds yet. ok claudio@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 10:17:21 Modified files: bin/df : df.1 Log message: - standard EXAMPLES section - use .Ex instead of an entire DIAGNOSTICS section CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/18 10:22:18 Modified files: databases/postgresql: Makefile databases/postgresql/pkg: MESSAGE-server Log message: Typo in the MESSAGE-server file. Found by bernd, gracias! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 10:27:53 Modified files: bin/df : df.1 Log message: - update reference to posix to latest version - note that the flags [-hiln] are extensions CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:37:12 Modified files: x11/py-wxPython: Makefile x11/py-wxPython/pkg: PLIST Added files: x11/py-wxPython/patches: patch-wxPython_setup_py Log message: Instal wxversion module CVSROOT: /cvs Module name: src Changes by: sturm@cvs.openbsd.org 2006/10/18 10:40:40 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: symlinks marked @extra need special care for deletion ok bernd, espie CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:44:19 Log message: Import spe SPE -- Stani's Python Editor is a multi-platform, open-source Python IDE. Status: Vendor Tag: alek Release Tags: alek_20061018 N ports/devel/spe/Makefile N ports/devel/spe/distinfo N ports/devel/spe/pkg/DESCR N ports/devel/spe/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 10:47:39 Modified files: devel : Makefile Log message: Add spe CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:53:04 Modified files: infrastructure/mk: bsd.port.mk Log message: don't throw an error in fetch, when no distinfo file exists but error out in _internal-checksum, when there should be one ok espie CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 10:57:33 Modified files: x11/qt4/pkg : PLIST Log message: some ${MACHINE_ARCH} are in fact i386 No need to bump PKGNAME, as this is a noop on i386. On other archs this port didn't package. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/18 11:05:57 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: pass filenames to program from front-end script, ok robert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 11:40:38 Modified files: math/fftw3 : Makefile math/fftw3/pkg : DESCR PFRAG.shared PLIST Added files: math/fftw3/pkg : PFRAG.double PFRAG.double-shared PFRAG.float PFRAG.float-shared PLIST-common Log message: add flavors for single and double precision. a bit complex, but doesn't work well with SUBST_VARS for now CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/18 11:41:47 Modified files: math : Makefile Log message: add fftw3's single precision flavor CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 11:42:28 Modified files: mail/postfix : Makefile.inc Log message: when you change the package, you HAVE to bump PKGNAME i don't understand why people fall into this trap again and again and again CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 11:43:01 Modified files: devel/libsigc++-2: Makefile distinfo devel/libsigc++-2/pkg: PLIST-docs Log message: update to 2.0.17 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 11:54:33 Modified files: devel/sdl/patches: patch-src_video_x11_SDL_x11gl_c devel/sdl/pkg : PLIST Added files: devel/sdl/patches: patch-sdl-config_in Removed files: devel/sdl/patches: patch-src_Makefile_in patch-src_SDL_fatal_c patch-src_audio_openbsd_SDL_openbsdaudio_c patch-src_joystick_bsd_SDL_sysjoystick_c patch-src_video_x11_SDL_x11modes_c Log message: update to sdl-1.2.11 sdl-config --libs is now fixed to pass just -lSDL and the needed deps get pulled implicitly as is proper feedback/testing by various and ports@ XXX stupid cvs botched half of this commit CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 11:55:19 Modified files: audio/tempest : Makefile audio/ksmp3play: Makefile Log message: sync w/ sdl update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 11:56:14 Modified files: lang/swi-prolog: Makefile lang/swi-prolog/pkg: PLIST Log message: variant part for 64 bit architectures. No pkg bump, since it doesn't affect the packages that were already building correctly. found out by nikolay. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/18 12:02:13 Modified files: audio/gtkpod : Makefile Added files: audio/gtkpod/patches: patch-src_file_export_c Log message: Fix file export ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 12:05:31 Modified files: x11/qt3 : Makefile Added files: x11/qt3/patches: patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:07:19 Modified files: devel/sdl-image: Makefile Log message: sdl wantlib CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/18 12:17:12 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: use exec here so the sh process isn't sitting around CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 12:19:50 Modified files: net/epic4 : Makefile distinfo Log message: update to 2.4; from Pierre-Yves Ritschard CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:22:56 Modified files: www/tidy : Makefile distinfo www/tidy/patches: patch-build_gmake_Makefile www/tidy/pkg : PLIST Added files: www/tidy/pkg : PFRAG.shared Log message: update to tidy-051026 build shared library (to be used by outside apps like php, etc) fix makefile to allow fake to work w/ that. based on diff from Dan Brosemer , thx CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 12:35:48 Modified files: databases/mysql: Makefile databases/mysql/pkg: PLIST-server Added files: databases/mysql/pkg: MESSAGE-server Removed files: databases/mysql/pkg: INSTALL-server Log message: Don't install a default database with an empty root password. From now on, the user has to create the initial database himself. Inspired by mbalmer@s change to postgresql-server. Additionally: Don't remove the databases when mysql-server is deinstalled via 'pkg_delete -c'. ok brad@, mbalmer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/18 12:36:55 Modified files: gnu/usr.bin/gcc/gcc/config/alpha: alpha.c Log message: Under OpenBSD, do not force -msmall-data if -fpic and -mlarge-data if -fPIC. Instead, have both -fpic and -fPIC only select pic code generation, and use whatever memory mode is specified (with -mlarge-data being the implicit default). This means that -fpic and -fPIC will be equivalent by default under OpenBSD again, as was the case with gcc 2.x; this will help porter's lives. No consensus but a majority of developers in favour of this change (including martin@, pvalchev@, deraadt@ and I), so in it goes. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 12:40:27 Modified files: devel/gengameng: Makefile devel/gstreamer-plugins: Makefile devel/guilib : Makefile devel/libuta : Makefile devel/pygame : Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile Log message: sdl wantlib CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 13:09:14 Modified files: sys/arch/i386/pci: geodesc.c Log message: do not enable watchdog functionality if small kernel CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/18 13:11:54 Modified files: sys/arch/sgi/conf: RAMDISK Log message: enable IPv6 on the RAMDISK image. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/18 13:48:32 Modified files: sys/arch/i386/isa: npx.c Log message: Short-circuit the detection of the FPU by checking the CPUID features, as done in FreeBSD. Fixes problems on AMD Geode LX-800 where our detection logic doesn't detect the FP exception. ok deraadt@ kettenis@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/18 14:00:21 Modified files: sys/dev/pci : if_sis.c Log message: Simplify the logic of the for loops in the sis_ring_init() function. tested by ckuethe@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 14:09:39 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sh/include: disklabel.h Log message: back out disksubr changes ... since they violate strict alignment on some architectures (kaboom); that will be fixed in the next iteration hopefully! CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/18 14:18:54 Modified files: usr.sbin/ripd : ripd.conf.5 Log message: uppercase for `RFC'; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/18 14:59:51 Modified files: sys/arch/i386/i386: mainbus.c Log message: Decide whether we need to attach the primary cpu by checking the CPUF_PRESENT flag. tested by ckuethe@, ok deraadt@, gwk@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/18 15:11:02 Modified files: sys/dev/ic : rt2661.c Log message: Fix packet length for RX bpf mtap. ok damien@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:14:45 ports/devel/glib2mm/patches Update of /cvs/ports/devel/glib2mm/patches In directory cvs.openbsd.org:/tmp/cvs-serv13008/patches Log Message: Directory /cvs/ports/devel/glib2mm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:14:54 ports/x11/gtk2mm/patches Update of /cvs/ports/x11/gtk2mm/patches In directory cvs.openbsd.org:/tmp/cvs-serv13460/patches Log Message: Directory /cvs/ports/x11/gtk2mm/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:17:13 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/pkg: PLIST-docs Added files: devel/glib2mm/patches: patch-glib_glibmm_date_cc patch-glib_glibmm_date_h Log message: update to 2.10.7 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:18:30 Modified files: x11/gtk2mm : Makefile distinfo x11/gtk2mm/pkg : PLIST PLIST-docs Added files: x11/gtk2mm/patches: patch-Makefile_in Log message: update to 2.8.9 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:18:59 Modified files: usr.sbin/edquota: edquota.c usr.bin/tip : acu.c sbin/isakmpd : ui.c sbin/restore : symtab.c Log message: do not name FILE * variables "fd" since it is confusing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:20:39 Modified files: bin/csh : csh.c Log message: do not name file descriptors fp, either CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:23:11 Modified files: libexec/talkd : process.c Log message: do not name FILE * variables "fd" since it is confusing CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 15:23:28 Modified files: libexec/ftpd : ftpd.c Log message: you do not call fclose() on a file descriptor; ok cloder CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/18 15:46:09 Modified files: libexec/ftpd : ftpd.c Log message: Avoid double fclose() of a file if we exceed retries. Coverity ID 2669. OK cloder@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:48:11 Removed files: misc/wmnetscapekiller: Makefile distinfo misc/wmnetscapekiller/patches: patch-Makefile patch-wmNetscapeKiller_c misc/wmnetscapekiller/pkg: DESCR PLIST Log message: retire CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 15:49:00 Modified files: misc : Makefile Log message: -wmnetscapekiller CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/18 15:58:55 Modified files: sbin/shutdown : shutdown.c Log message: Replace gcc __attribute with __dead. Recompile yields no binary change. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:02:39 Modified files: net/no-ip : Makefile distinfo net/no-ip/patches: patch-Makefile patch-noip2_c Log message: update to 2.1.3 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/18 16:07:32 Modified files: . : events.html Log message: theo will be giving a talk in calgary on oct 24 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:10:51 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: update to 0.59 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:14:23 Modified files: net/p5-Net-MySQL: Makefile distinfo Log message: update to 0.09 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:19:08 Modified files: net/wmifinfo : Makefile distinfo Log message: update to 0.09 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/18 16:27:52 Modified files: sysutils/ipmitool: Makefile distinfo Removed files: sysutils/ipmitool/patches: patch-lib_ipmi_firewall_c Log message: update to 1.8.8 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:13:34 Log message: new category: input methods. Anthy is an input method for japanese, namely a state machine that converts between katakana/hiragana/kanji, mostly as a library usable by other software. It comes with some emacs stuff. Status: Vendor Tag: anthy Release Tags: jp N ports/inputmethods/anthy/Makefile N ports/inputmethods/anthy/distinfo N ports/inputmethods/anthy/pkg/DESCR N ports/inputmethods/anthy/pkg/PLIST N ports/inputmethods/anthy/pkg/PFRAG.shared N ports/inputmethods/anthy/pkg/DESCR-emacs N ports/inputmethods/anthy/pkg/PLIST-emacs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:16:27 Modified files: . : Makefile Added files: inputmethods : Makefile Log message: +inputmethods/anthy CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/18 17:18:02 Modified files: net/xorp : Makefile distinfo net/xorp/patches: patch-cli_libtecla_Makefile_in net/xorp/pkg : DESCR PLIST Log message: belatedly update to 1.3 as requested by upstream maintainer CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/18 17:30:43 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: Remove useless code that can cause a SEGV if a buffer is realloc()ed. Allocate buffers early and in one place instead of two. Fixes PR 5252; OK deraadt CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/18 17:46:12 Modified files: . : events.html Log message: Remove me from venice and add my talk to dlg. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:57:22 Log message: universal input method. tested for japanese stuff with anthy. works just fine with gtk+. not working with qt yet. Status: Vendor Tag: uim Release Tags: jp N ports/inputmethods/uim/distinfo N ports/inputmethods/uim/Makefile N ports/inputmethods/uim/pkg/DESCR N ports/inputmethods/uim/pkg/PLIST N ports/inputmethods/uim/pkg/PFRAG.shared N ports/inputmethods/uim/patches/patch-configure_ac N ports/inputmethods/uim/patches/patch-uim_uim-ipc_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 17:57:58 Modified files: inputmethods : Makefile inputmethods/anthy: Makefile Log message: +uim, and add $OpenBSD$ comment to anthy CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/18 18:07:27 Log message: luabitlib, library for bitwise operations in lua, okay sturm@ Status: Vendor Tag: pedro Release Tags: pedro_20061018 N ports/devel/luabitlib/distinfo N ports/devel/luabitlib/Makefile N ports/devel/luabitlib/pkg/PLIST N ports/devel/luabitlib/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/18 18:11:09 Modified files: devel : Makefile Log message: add luabitlib CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:14:00 Modified files: chinese/rxvt-big5: Makefile chinese/rxvt-big5/pkg: PLIST chinese/xcin25 : Makefile chinese/xcin25/pkg: PLIST Log message: switch to fedora_base and a little cleanup CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:15:36 Modified files: emulators/ines : Makefile emulators/mastergear: Makefile emulators/snes9x: Makefile emulators/vgb : Makefile emulators/vmware/3: Makefile systrace.policy Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:15:46 Modified files: infrastructure/package: register-plist Log message: Teach register-plist how to deal with the case where the recorded plist in PLIST_DB misses the last line. found & debugged by sturm@ ok sturm@, espie@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:16:58 Modified files: emulators/redhat: Makefile.inc Log message: permit PREFIX override CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:17:40 Modified files: emulators/redhat/libc5: Makefile emulators/redhat/libc5/pkg: PLIST Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:18:13 Modified files: games/adom : Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:19:39 Modified files: math/wingz : Makefile Log message: fix RUN_DEPENDS, uses fedora_base now CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:20:55 Modified files: print/acroread : Makefile distinfo print/acroread/files: acroread.diff print/acroread/patches: patch-INSTALL print/acroread/pkg: PLIST PLIST-plugins Log message: Security Update to Acroread 7.0.8 this needs fedora_base CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/18 18:21:29 Modified files: www/opera : Makefile www/opera-flashplugin: Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 18:26:34 Modified files: devel/sdl : Makefile distinfo devel/sdl/patches: patch-src_video_x11_SDL_x11gl_c devel/sdl/pkg : PLIST Added files: devel/sdl/patches: patch-configure_in patch-src_Makefile_in patch-src_SDL_fatal_c patch-src_audio_openbsd_SDL_openbsdaudio_c patch-src_joystick_bsd_SDL_sysjoystick_c patch-src_video_x11_SDL_x11modes_c Removed files: devel/sdl/patches: patch-Makefile_in patch-sdl-config_in Log message: revert to sdl-1.2.9 for now as this causes some breakage with at least some macppc scenarios; discovered by ajacoutot since it's only a few hour window of breakage, be careful reverting things if you updated during that time CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:29:48 Log message: An engine to input japanese characters through handwriting Status: Vendor Tag: tomoe Release Tags: jp N ports/inputmethods/tomoe/Makefile N ports/inputmethods/tomoe/distinfo N ports/inputmethods/tomoe/pkg/DESCR N ports/inputmethods/tomoe/pkg/PLIST N ports/inputmethods/tomoe/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/18 18:35:04 Modified files: audio/tempest : Makefile audio/ksmp3play: Makefile devel/sdl-image: Makefile devel/gengameng: Makefile devel/gstreamer-plugins: Makefile devel/guilib : Makefile devel/libuta : Makefile devel/pygame : Makefile devel/sdl-net : Makefile devel/sdl-ttf : Makefile Log message: revert sdl changes from here too CVSROOT: /cvs Module name: inputmethods Changes by: espie@cvs.openbsd.org 2006/10/18 18:39:33 Log message: gtk+ input widget using tomoe Status: Vendor Tag: libtomoe Release Tags: jp N inputmethods/libtomoe-gtk/Makefile cvs: ERROR: cannot write file /cvs/inputmethods/libtomoe-gtk/Makefile,v: No such file or directory N inputmethods/libtomoe-gtk/distinfo cvs: ERROR: cannot write file /cvs/inputmethods/libtomoe-gtk/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/inputmethods/libtomoe-gtk/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:40:15 Log message: gtk input widget using tomoe for handwritten japanese characters Status: Vendor Tag: libtomoe Release Tags: jp N ports/inputmethods/libtomoe-gtk/Makefile N ports/inputmethods/libtomoe-gtk/distinfo N ports/inputmethods/libtomoe-gtk/pkg/DESCR N ports/inputmethods/libtomoe-gtk/pkg/PLIST N ports/inputmethods/libtomoe-gtk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:44:31 ports/devel/ruby-gems/patches Update of /cvs/ports/devel/ruby-gems/patches In directory cvs.openbsd.org:/tmp/cvs-serv21286/patches Log Message: Directory /cvs/ports/devel/ruby-gems/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:53:12 Log message: final part of the tomoe software: a japanese handwriting input pad for uim. not as good as the zaurus native software, but much better than nothing. Status: Vendor Tag: uim-tomoe Release Tags: jp N ports/inputmethods/uim-tomoe-gtk/Makefile N ports/inputmethods/uim-tomoe-gtk/distinfo N ports/inputmethods/uim-tomoe-gtk/patches/patch-src_uim-tomoe-gtk_c N ports/inputmethods/uim-tomoe-gtk/pkg/DESCR N ports/inputmethods/uim-tomoe-gtk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 18:53:55 Modified files: devel/ruby-gems: Makefile distinfo devel/ruby-gems/pkg: PLIST Added files: devel/ruby-gems/patches: patch-lib_rubygems_installer_rb patch-post-install_rb Log message: Update to ruby-gems-0.9.0 and backport some code from the gems subversion repository to fix building of native extensions. (sigh!) A summary of changes can be found here: http://rubyforge.org/forum/forum.php?forum_id=7575 ok msf@, sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/18 18:55:34 Modified files: inputmethods : Makefile Log message: +*tomoe* stuff CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:03:17 Modified files: lang/ruby : Makefile Log message: - Clean up Makfile to make it more readable. - Better dependencies for the subpackages. Bump PKGNAMEs. ok msf@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 19:06:22 Log message: Import mimedefang 2.57 MIMEDefang is a framework for filtering e-mail. It uses Sendmail's "Milter" API, some C glue code, and some Perl code to let you write high-performance mail filters in Perl. Joint work with dlg@ Status: Vendor Tag: alek Release Tags: alek_20061019 N ports/mail/mimedefang/Makefile N ports/mail/mimedefang/distinfo N ports/mail/mimedefang/pkg/DESCR N ports/mail/mimedefang/pkg/PLIST N ports/mail/mimedefang/pkg/MESSAGE N ports/mail/mimedefang/pkg/UNMESSAGE N ports/mail/mimedefang/files/rc.mimedefang No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 19:06:54 Modified files: sys/dev/acpi : dsdt.c dsdt.h Log message: Merged target/terminal handling code Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:16:23 Modified files: devel/ruby-activesupport: Makefile devel/ruby-activesupport/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/18 19:16:56 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC RAMDISK_CD Log message: geodesc needed for Geode SC1100/SCx200 machines to reboot; noted by tom CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 19:19:15 Modified files: sys/dev/acpi : acpitz.c Log message: Fixed acpitz match function ok marco@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:21:47 Modified files: devel/ruby-actionpack: Makefile devel/ruby-actionpack/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/18 19:22:01 Modified files: mail : Makefile Log message: Add mimedefang CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:26:39 Modified files: devel/ruby-ncurses: Makefile devel/ruby-ncurses/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/18 19:30:27 Modified files: devel/ruby-rake: Makefile devel/ruby-rake/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/18 21:24:46 Modified files: sys/dev/acpi : dsdt.c acpi.c Log message: Fixed GPE debug levels Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/18 21:36:38 Modified files: sys/arch/sh/conf: files.shpcic sys/arch/sh/dev: shpcic.c shpcicvar.h Added files: sys/arch/sh/dev: pci_addr_fixup.c Log message: pci_address_fixup code to do bus address allocation, 'firmware' appearently doesn't touch pci. ohci version and re mac address probe correctly. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/18 21:39:54 Modified files: sys/arch/landisk/landisk: shpcic_machdep.c Log message: Hack to do pci interrupt number 'fixup'. This is an absolute hack, but for now. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/18 21:49:26 Modified files: sbin/sysctl : sysctl.c Log message: Add WATTHOUR and AMPHOUR ok jordan@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/18 22:00:53 Modified files: sys/dev/acpi : acpibat.c Log message: Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. ok jordan CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/19 01:02:20 Modified files: sys/dev/acpi : acpidebug.c amltypes.h dsdt.c dsdt.h Log message: Fixed AML debugger code to use new interface ok marco@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:16:32 Added files: databases/mysql-query-browser/patches: patch-Makefile_in Log message: forgot to add CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:27:34 Modified files: devel/p5-Term-ReadLine-Gnu: Makefile distinfo Log message: update to 1.16 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 01:35:02 Modified files: x11/wmbutton : Makefile distinfo x11/wmbutton/patches: patch-Makefile Added files: x11/wmbutton/patches: patch-wmbutton_h Removed files: x11/wmbutton/patches: patch-wmbutton_c Log message: update to 0.6.1 CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 02:21:17 Modified files: x11/gnomemm : Makefile distinfo Log message: update to 1.2.4 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 02:41:19 Modified files: sbin/ipsecctl : ipsec.conf.5 Log message: note that all rules using enc0 should specify: keep state (if-bound) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 02:42:11 Added files: math/fftw3/pkg : DESCR-common Log message: forgot to commit a file; reminded by STeve Andre' CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 02:52:25 Modified files: share/man/man4 : enc.4 Log message: note that all rules using enc0 should specify: keep state (if-bound) CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 02:56:46 Modified files: sys/dev/acpi : acpi.c acpiac.c acpibat.c acpidev.h acpivar.h Log message: Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 03:16:32 Modified files: x11/fleditor : Makefile x11/fleditor/patches: patch-Makefile_in Log message: add -lz to LIBS, needed by regress to compile with libpng CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/19 03:35:16 Modified files: inputmethods/uim: Makefile inputmethods/uim/patches: patch-configure_ac inputmethods/uim/pkg: DESCR PLIST Added files: inputmethods/uim/pkg: DESCR-gtk DESCR-qt PLIST-gtk PLIST-qt Removed files: inputmethods/uim/pkg: PFRAG.shared Log message: activate the qt part, now that it works. Split stuff into subpackages, so that you don't need to have gtk if you don't need it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 03:39:58 Modified files: devel/jdk/1.3-linux: Makefile systrace.policy devel/jdk/1.4 : systrace.policy Log message: switch to fedora_base and adapt systrace.policy files accordingly CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/19 03:41:32 Modified files: x11/fltk : Makefile distinfo x11/fltk/patches: patch-Makefile patch-configure_in patch-makeinclude_in patch-src_Makefile x11/fltk/pkg : PLIST Log message: update to 1.1.7 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/19 03:49:53 Modified files: mail/sylpheed-claws: Makefile Log message: add back -dillo subpackage, no bump since nothing else changed CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 03:55:48 Modified files: sys/dev/pci : pciide.c Log message: Match the IDE controller in the AMD Geode companion device CS5536. The disk in the AMD Geode LX-800-based system now works much faster. hints grange@; ok jsg@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 03:56:17 Modified files: math/maple : Makefile Log message: switch to fedora_base CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/10/19 04:03:31 Modified files: . : want.html Log message: unusual request, but why not ? CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2006/10/19 04:04:47 Modified files: www/nostromo : Makefile distinfo Log message: Update to 1.8.2. For ChangeLog read http://www.nazgul.ch/dev/nostromo_cl.txt ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 04:30:43 Log message: Import Ri-li, an arcade game where drive a toy wood engine. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061019 N ports/games/ri-li/distinfo N ports/games/ri-li/Makefile N ports/games/ri-li/pkg/DESCR N ports/games/ri-li/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 04:34:48 Modified files: games : Makefile Log message: add ri-li. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 04:51:01 Log message: import matio 1.3.1 library for reading and writing Matlab MAT files Status: Vendor Tag: steven Release Tags: steven-20061019 N ports/math/matio/distinfo N ports/math/matio/Makefile N ports/math/matio/pkg/DESCR N ports/math/matio/pkg/PFRAG.shared N ports/math/matio/pkg/PLIST N ports/math/matio/patches/patch-test_test_mat_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 04:51:57 Modified files: math : Makefile Log message: +matio CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 04:55:56 Modified files: sys/arch/amd64/amd64: powernow-k8.c sys/arch/arm/xscale: pxa2x0_apm.c pxa2x0_apm_asm.S pxa2x0reg.h sys/arch/i386/i386: est.c powernow-k7.c powernow-k8.c sys/dev/sdmmc : sdhc.c sys/dev/ic : aic79xx.c ath.c sys/dev/pci : ahd_pci.c if_bgereg.h if_vge.c sys/net80211 : ieee80211_var.h Log message: s/Mhz/MHz/ in comments and printf() strings ok jsg@ CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 05:25:52 Modified files: . : donations.html Log message: Even out columns a bit CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 05:31:46 Modified files: . : donations.html Log message: Add AR Infotek, who kindly supplied the AMD Geode LX-800-based Teak 3011 that has enabled me to fix the LX-800 issues this week. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/19 05:46:51 Modified files: libexec/spamd : spamd.8 Log message: no need to escape "'"; CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 05:50:14 Modified files: benchmarks/pear-Benchmark: Makefile benchmarks/pear-Benchmark/pkg: PLIST Log message: Comment out files left over by pear until pear is fixed. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/19 06:04:31 Modified files: sys/kern : vfs_bio.c sys/sys : buf.h Log message: some buffers (containing metadata) can only be written during the bdwrite call made on 'em due to otherwise pending softdeps and thus being deferred by the sybcer. promote bdwrite into bawrite for those cases. tested by many. pedro@ ok CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/19 06:29:58 Modified files: usr.sbin/ripd : auth.c packet.c ripe.c Log message: CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/19 07:12:37 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-lib_pj-gs_sh patch-lib_ps2epsi patch-lib_pv_sh patch-lib_sysvlp_sh patch-src_unix-dll_mak patch-src_unix-gcc_mak patch-src_unixinst_mak patch-src_zcolor2_c patch-src_zfile_c print/ghostscript/gnu/pkg: PFRAG.gtk PLIST Added files: print/ghostscript/gnu/patches: patch-src_gxfcopy_c Log message: Update to 8.54. Some help by steven@ and espie@. "commit" espie@ CVSROOT: /cvs Module name: www Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 07:22:06 Modified files: . : donations.html Log message: End tag. ok steven@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:26:40 Modified files: graphics/libungif: Makefile Added files: graphics/libungif/patches: patch-util_giftext_c Log message: Fix NULL dereference in giftext. From: William Yodlowsky CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:44:51 Modified files: shells/zsh : Makefile Added files: shells/zsh/patches: patch-Completion_Unix_Type__diff_options Log message: - fix diff(1) tab completion - provide a dummy PORTHOME to fix regression tests From: Will Maier CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/19 07:50:34 Removed files: print/ghostscript/gnu/patches: patch-lib_pj-gs_sh patch-lib_sysvlp_sh patch-src_unixinst_mak patch-src_zcolor2_c patch-src_zfile_c Log message: completely remove empty patches CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 07:53:48 Modified files: graphics/jbigkit: Makefile graphics/jbigkit/patches: patch-libjbig_Makefile Log message: go back to -fpic now that alpha copes CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/19 08:37:54 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: one more missing brelse() on bread() error; pedro@ ok CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 09:10:16 Modified files: security/clamav: Tag: OPENBSD_3_8 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/19 09:11:06 Modified files: security/clamav: Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/19 09:16:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_set_soenv_in patch-freetype_makefile_mk patch-instsetoo_native_inc_openoffice_unix_packagelist_txt patch-odk_source_unoapploader_unx_makefile_mk patch-odk_util_makefile_pmk patch-readlicense_oo_util_makefile_pmk patch-sal_osl_unx_system_h patch-scp2_source_ooo_file_library_ooo_scp patch-sdk_oo_util_makefile_pmk patch-shell_source_unix_misc_makefile_mk patch-solenv_config_ssolar_cmn patch-solenv_config_ssrc680_ini patch-solenv_config_stand_lst patch-solenv_inc_libs_mk patch-vcl_unx_source_app_saldisp_cxx Added files: editors/openoffice/patches: patch-epm_epm-3_7_patch Removed files: editors/openoffice/patches: patch-epm_epm_3_7_patch Log message: - sync patches - no need to patch and search and replace on packagelist.txt when a simple patch will do - fix name of the epm patch - disable parallel builds. Our user-land pthreads lib converts fd's to be non-blocking which causes intermittent build failures when a parallel process can't deal with non-blocking fd's. For example cat and stdout. parallel builds will need to wait for rthreads. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 09:21:20 Modified files: net/libtorrent : Makefile distinfo net/libtorrent/pkg: PLIST net/rtorrent : Makefile distinfo Log message: Update to 0.10.3/0.6.3. From Bruno Bigras, via maintainer. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/19 09:37:54 Added files: etc : ripd.conf Log message: Add a sample configuration file for the newly comitted RIP daemon. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/19 09:40:07 Modified files: graphics/gqview: Makefile distinfo graphics/gqview/pkg: PLIST Log message: gqview-2.0.2; only bugfix/translation changes CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/19 10:05:19 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/files: Makefile.config.OpenBSD Log message: update to 10.26.32 (minor bug fixes) and revert to -fpic CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 10:19:55 Log message: import arpack96 library ARPACK is a collection of Fortran77 subroutines designed to solve large scale eigenvalue problems. Status: Vendor Tag: steven Release Tags: steven-20061019 N ports/math/arpack/distinfo N ports/math/arpack/Makefile N ports/math/arpack/pkg/DESCR N ports/math/arpack/pkg/PLIST N ports/math/arpack/pkg/PFRAG.shared N ports/math/arpack/files/Makefile N ports/math/arpack/files/LICENSE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/19 10:21:11 Modified files: math : Makefile Log message: +arpack CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 10:22:06 Log message: Import avidemux, a free video editor. ok pvalchev@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061019 N ports/multimedia/avidemux/distinfo N ports/multimedia/avidemux/Makefile N ports/multimedia/avidemux/pkg/PLIST N ports/multimedia/avidemux/pkg/DESCR N ports/multimedia/avidemux/patches/patch-configure N ports/multimedia/avidemux/patches/patch-adm_lavcodec_Makefile_in N ports/multimedia/avidemux/patches/patch-avidemux_ADM_toolkit_toolkit_hxx N ports/multimedia/avidemux/patches/patch-avidemux_MPlayer_pp_yuv2rgb_c N ports/multimedia/avidemux/patches/patch-avidemux_ADM_audiodevice_ADM_deviceoss_cpp N ports/multimedia/avidemux/patches/patch-avidemux_ADM_toolkit_toolkit_cpp N ports/multimedia/avidemux/patches/patch-addons_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/19 10:23:20 Modified files: multimedia : Makefile Log message: add avidemux. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 10:24:52 Log message: Palm OS Emulator ok pvalchev Status: Vendor Tag: mbalmer Release Tags: pose_20061019 N ports/palm/pose/distinfo N ports/palm/pose/Makefile N ports/palm/pose/patches/patch-BuildUnix_Makefile_in N ports/palm/pose/patches/patch-BuildUnix_configure N ports/palm/pose/patches/patch-BuildUnix_configure_in N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegs328_cpp N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegsEZ_cpp N ports/palm/pose/patches/patch-SrcShared_Hardware_EmRegsVZ_cpp N ports/palm/pose/patches/patch-SrcShared_omnithread_omnithread_h N ports/palm/pose/patches/patch-SrcShared_EmCommon_h N ports/palm/pose/patches/patch-SrcShared_Switches_h N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileBrowser_cxx N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileChooser2_cxx N ports/palm/pose/patches/patch-SrcUnix_espws-2_0_FileIcon_cxx N ports/palm/pose/patches/patch-SrcUnix_EmDocumentUnix_cpp N ports/palm/pose/pkg/DESCR N ports/palm/pose/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/19 10:26:03 Modified files: palm : Makefile Log message: add pose CVSROOT: /cvs Module name: www Changes by: tom@cvs.openbsd.org 2006/10/19 10:34:32 Modified files: . : press.html Log message: Fix colour CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 10:35:04 Modified files: databases/ruby-activerecord: Makefile databases/ruby-activerecord/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 10:52:01 Modified files: databases/ruby-postgres: Makefile databases/ruby-postgres/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 10:53:49 Modified files: sys/dev/usb : usbdevs if_rum.c share/man/man4 : rum.4 ral.4 Log message: Support later versions of the ASUS WL-167g which have switched from ural to rum. From Jason Crawford CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 10:54:48 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/19 11:00:59 Modified files: mail/ruby-actionmailer: Makefile mail/ruby-actionmailer/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/10/19 11:35:09 Modified files: sys/dev/wscons : wsemul_vt100.c Log message: Fix hopefully the last wscons jump scrolling glitch, which can occur in case autowrapping is on, and control characters other than BS, CR, HT are encountered. Righto! miod@, also verified by Paul Stoeber. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 11:57:17 Modified files: sys/dev/acpi : acpibat.c Log message: KNF and some cleanup CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/19 12:02:19 Modified files: sys/dev/acpi : acpibat.c Log message: Reduce the scope of the locks. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/19 13:29:04 Modified files: sys/arch/i386/i386: powernow-k7.c powernow-k8.c Log message: Fix the spellings of Cool'n'Quiet and PowerNow! in a couple of places. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 13:35:06 Modified files: sys/dev/mii : brgphy.c Log message: Rearrange the code a bit, rename a few functions and make brgphy(4) use the bge(4) PHY flags, to ensure errata workarounds are being applied to the PHY on the appropriate chipsets. Tested on bnx/gem/sk and a wide range of bge's. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 13:46:06 Modified files: sys/dev/mii : brgphy.c Log message: add a PHY workaround for the 5787 ASIC based chipsets. Tested by Benjamin Black CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 14:36:20 Modified files: sys/dev/pci : if_bnx.c if_bnxreg.h Log message: Overhaul the transmit path: - Eliminate the bnx_dmamap_arg structure. - Refactor the loop that fills the buffer descriptor so that it can be done with a single set of logic in a single loop instead of two sets of logic. - Eliminate the need to cache and pass descriptor indexes between the start loop and the encap function. - Change the start loop to always check the ifnet sendq for more work. From scottl@FreeBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/19 14:46:16 Modified files: sys/arch/i386/i386: apm.c Log message: indent CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 14:52:29 Modified files: sys/dev/pci : if_bnx.c Log message: make the exit label naming scheme match the current function names, removes a FreeBSD-ism from the original driver. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/19 15:16:54 Modified files: sys/arch/landisk/landisk: bus_dma.c Log message: Add missing TAILQ_INIT. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/19 15:19:07 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY: update to 1.2.13 which fixes a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 from maintainer CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/19 15:22:35 Modified files: telephony/asterisk-sounds: Makefile telephony/asterisk-sounds/pkg: PLIST Log message: @comment a few files which are now in the main asterisk package to remove a conflict, from maintainer stuart henderson CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/19 16:15:02 Modified files: sys/arch/landisk/landisk: machdep.c Log message: support boot -c CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/19 16:42:53 Modified files: sys/arch/sh/dev: pci_addr_fixup.c Log message: Hack around a problem found on px-eh systems where the SH IPL+g initializes part of the PCI addresses, but not to values reasonable for us. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/19 18:51:01 Log message: import xfce4-bglist-editor 4.2.0 This program uses a GUI to edit the backdrop list, created by Xfce, usually ~/.config/xfce4/desktop/backdrops.list This program is easy to use and creating a backdrop list is fastend up. ok jolan Status: Vendor Tag: jasper Release Tags: jasper-2006-10-20 N ports/x11/xfce4/xfce4-bglist-editor/distinfo N ports/x11/xfce4/xfce4-bglist-editor/Makefile N ports/x11/xfce4/xfce4-bglist-editor/pkg/DESCR N ports/x11/xfce4/xfce4-bglist-editor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/19 18:52:12 Modified files: x11/xfce4 : Makefile Log message: add xfce4-bglist-editor CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/19 18:55:32 Modified files: sys/arch/hp300/hp300: disksubr.c Log message: Declare loop variable so this compiles. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 19:08:24 Modified files: sys/dev/mii : brgphy.c Log message: move the Jumbo frame settings and Ethernet@Wirespeed code into separate functions. no-op change. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/19 20:24:25 Modified files: faq : faq6.html Log message: spello CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:27:54 Modified files: sys/dev/mii : miidevs Log message: add PHY id for the Broadcom BCM5755 ASIC based chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:28:06 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:30:24 Modified files: sys/dev/mii : brgphy.c Log message: attach for the Broadcom BCM5755 ASIC based chipsets as well. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/19 21:52:22 Modified files: sys/dev/mii : brgphy.c Log message: remove the IFM_100_T4 switch case for the manual media code, brgphy(4) does not actually support 100baseT4. CVSROOT: /cvs Module name: src Changes by: dhill@cvs.openbsd.org 2006/10/19 21:54:24 Modified files: sbin/fdisk : fdisk.8 Log message: OpenBSD no longer supports using an older FreeBSD MBR partition. ok krw@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 02:31:20 Modified files: x11/xfce4/xfce4-bglist-editor: Makefile x11/xfce4/xfce4-bglist-editor/pkg: DESCR Log message: english CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 03:45:21 Modified files: infrastructure : README Log message: sync a bit with reality.. ok espie CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/20 04:14:12 Modified files: benchmarks/pear-Benchmark: Makefile Log message: I accidentally changed the PKG_NAME, revert that. Sorry. found by nikolay CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 05:03:38 Modified files: lang/gcc/3.3 : Makefile distinfo lang/gcc/3.4 : Makefile distinfo lang/gcc/4.0 : Makefile distinfo lang/gcc/4.1 : Makefile distinfo lang/gcc/4.2 : Makefile distinfo Log message: bump ada bootstrap for libc changes CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/20 05:07:58 Modified files: x11/kde/office3: Makefile distinfo Log message: revert incomplete update accidentially committed by espie, ok w/ him CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 05:10:11 Modified files: telephony/asterisk: Tag: OPENBSD_3_8 Makefile distinfo Log message: SECURITY: update to 1.0.12 which fixes a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:10:15 Modified files: mail/ruby-actionmailer: Makefile Log message: Add PKG_ARCH=* here as well. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:16:18 Modified files: net/ruby-pcap : Makefile net/ruby-pcap/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:20:57 Modified files: www/ruby-actionwebservice: Makefile www/ruby-actionwebservice/pkg: PLIST Log message: Regen PLIST with updated ruby-gems. (added ri docs) PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:24:35 Modified files: www/ruby-rails : Makefile Log message: PKG_ARCH=* too. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:28:05 Modified files: x11/ruby-gtk : Makefile x11/ruby-gtk/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:30:29 Modified files: graphics/ruby-gdk-imlib: Makefile graphics/ruby-gdk-imlib/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:32:07 Log message: Import advchk, a tool for monitoring the security of installed softwares. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061020 N ports/security/advchk/distinfo N ports/security/advchk/Makefile N ports/security/advchk/patches/patch-advchk N ports/security/advchk/patches/patch-advchk_1 N ports/security/advchk/pkg/DESCR N ports/security/advchk/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 05:32:53 Modified files: graphics/ruby-gdk-pixbuf: Makefile graphics/ruby-gdk-pixbuf/pkg: PLIST Log message: Regen PLIST, SHARED_ONLY=Yes. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:33:26 Modified files: security : Makefile Log message: add advchk. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:48:06 Modified files: comms/pilot-link: Makefile distinfo comms/pilot-link/patches: patch-configure patch-libpisock_freebsdusb_c patch-libpisock_unixserial_c patch-src_Makefile_in comms/pilot-link/pkg: PFRAG.shared PLIST Added files: comms/pilot-link/patches: patch-bindings_Perl_Makefile_PL_in Removed files: comms/pilot-link/patches: patch-bindings_Makefile_in patch-src_read-todos_c Log message: Update to pilot-link-0.12.1. With some inputs from steven@ and espie@ ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:49:42 Modified files: comms/jpilot : Makefile distinfo comms/jpilot/patches: patch-Expense_Makefile_in patch-KeyRing_Makefile_in patch-SyncTime_Makefile_in patch-docs_Makefile_in patch-icons_Makefile_in patch-jpilot_c comms/jpilot/pkg: PLIST Removed files: comms/jpilot/patches: patch-jpilot-sync_c Log message: Update to jpilot-0.99.9. ok steven@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 05:51:58 Modified files: comms/malsync : Makefile distinfo comms/malsync/patches: patch-Makefile Added files: comms/malsync/patches: patch-mal_client_unix_MAL31DBConfig_c patch-malsync_c Log message: Update to malsync-2.2.0. Big big thank to pilot-link developper Florent Pillet for resolving a tricky bad pointer issue. ok steven@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/20 07:01:10 Modified files: sys/ufs/ffs : ffs_vfsops.c Log message: brelse() after failed bread(), from Christoph Egger, okay mickey@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/10/20 07:02:55 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: from freebsd rev1.128: If an error occurs while writing a buffer, then the data will not have hit the disk and the dependencies cannot be unrolled. In this case, the system will mark the buffer as dirty again so that the write can be retried in the future. When the write succeeds or the system gives up on the buffer and marks it as invalid (B_INVAL), the dependencies will be cleared. pedro@ ok CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/20 07:10:27 Modified files: sys/arch/macppc/dev: if_mc.c Log message: fix $OpenBSD$ tag. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 07:21:33 Modified files: net/samba : Makefile Log message: use in ${SYSCONFDIR} in post-install, not /etc no need to bump CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 07:23:53 Log message: Initial import of ruby-flexmock-0.4.3 FlexMock is a simple mock object for unit testing. The interface is simple, but still provides a good bit of flexibility. Status: Vendor Tag: bernd Release Tags: bernd_2006-10-20 N ports/devel/ruby-flexmock/Makefile N ports/devel/ruby-flexmock/distinfo N ports/devel/ruby-flexmock/pkg/PLIST N ports/devel/ruby-flexmock/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 07:25:25 Modified files: devel : Makefile Log message: add ruby-flexmock CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/10/20 07:29:17 Modified files: www/xoops : Makefile www/xoops/pkg : PLIST Log message: - set permission to some directories. Pointed out by sturm@ - bump PKGNAME CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/20 07:39:21 Modified files: faq : current.html Log message: Specifically mention 'keep state (if-bound)' when filtering on enc0. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 07:43:18 Modified files: lang/gcc/4.2 : Makefile distinfo lang/gcc/4.2/patches: patch-gcc_c-common_c patch-gcc_config_host patch-gcc_config_i386_driver-i386_c patch-gcc_cp_call_c patch-gcc_cp_decl2_c patch-gcc_cp_parser_c patch-gcc_dbxout_c patch-gcc_omp-low_c patch-gcc_tree-nested_c patch-gcc_tree_c patch-libgfortran_Makefile_in patch-libobjc_Makefile_in patch-libssp_Makefile_in patch-libstdc++-v3_libsupc++_Makefile_in patch-libstdc++-v3_src_Makefile_in patch-ltcf-c_sh patch-ltcf-cxx_sh patch-ltconfig lang/gcc/4.2/pkg: PLIST PLIST-c++ PLIST-f95 Added files: lang/gcc/4.2/patches: patch-gcc_config_exec-stack_h patch-gcc_config_gcc patch-gcc_config_i386_openbsd64_h patch-gcc_config_openbsd-libpthread_h patch-gcc_config_openbsd_h lang/gcc/4.2/pkg: PFRAG.PIC PFRAG.PIC-c++ Log message: update to a recent snapshot, and fix some bullshit can probably compile on amd64 now CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 07:54:44 Modified files: telephony/asterisk: Tag: OPENBSD_3_9 Makefile telephony/asterisk/patches: Tag: OPENBSD_3_9 patch-channels_chan_skinny_c Log message: SECURITY: fix a vulnerability in the chan_skinny module. for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 08:05:43 Log message: import dwdiff 1.2 dwdiff is a front-end for the diff program that operates at the word level instead of the line level. It is different from wdiff in that it allows the user to specify what should be considered whitespace, and in that it takes an optional list of characters that should be considered delimiters. Delimiters are single characters that are treated as if they are words, even when there is no whitespace separating them from preceding words or delimiters. dwdiff is mostly commandline compatible with wdiff. Only the --autopager, --terminal and --avoid-wraps options are not supported. feedback & ok steven Status: Vendor Tag: jasper Release Tags: jasper-20-10-2006 N ports/sysutils/dwdiff/distinfo N ports/sysutils/dwdiff/Makefile N ports/sysutils/dwdiff/pkg/DESCR N ports/sysutils/dwdiff/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 08:07:05 Modified files: sysutils : Makefile Log message: add dwdiff CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/20 08:15:24 Modified files: devel/gettext : Makefile distinfo gettext.port.mk Log message: update to 0.14.6: * Updated the meaning of 'gcc-internal-format' to match GCC 4.1. No other changes, no external changes. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/20 08:18:45 Modified files: build : packages-3.9 packages-3.8 Log message: asterisk, clamav CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/20 08:18:54 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 08:40:29 Modified files: infrastructure/package: check-newlib-depends Log message: sort information instead of putting it out in an haphazard way. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/20 08:59:26 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-solenv_inc_unxobsdi_mk Log message: - pass MAKE_ENV along in do-build target - respect CFLAGS - remove LIBS from CONFIGURE_ARGS and correct fall out in configure.in - move -I$(LOCALBASE)/include to end of include search dirs and move -L$(LOCALBASE)/lib to end of library search dirs to avoid build conflicts with other installed packages such as cppunit. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 09:09:24 Modified files: infrastructure/package: check-newlib-depends Log message: output a simple set of WANTLIB lines you can cut&paste, by popular demand... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:31:26 Modified files: x11/pwm : Makefile Log message: fix homepage (and bump pkgname) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:32:20 Modified files: x11/explorer : Makefile Log message: kill dead master site and add a working one ok pval CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 09:34:27 Modified files: print/ghostscript: Makefile Removed files: print/ghostscript/afpl: Makefile distinfo print/ghostscript/afpl/patches: patch-lib_gs_init_ps patch-lib_ps2epsi patch-lib_pv_sh patch-src_unix-dll_mak patch-src_unix-gcc_mak print/ghostscript/afpl/pkg: DESCR PFRAG.gtk PLIST Log message: remove afpl ghostscript, current code is licensed under gpl ok sturm, pval CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 09:34:34 Log message: Initial import of ruby-sqlite3-1.1.0. This module allows Ruby programs to interface with the SQLite3 database engine. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/databases/ruby-sqlite3/Makefile N ports/databases/ruby-sqlite3/distinfo N ports/databases/ruby-sqlite3/pkg/PLIST N ports/databases/ruby-sqlite3/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 09:35:25 Modified files: lang/gcc/4.2/pkg: PLIST-f95 Added files: lang/gcc/4.2/pkg: PFRAG.PIC-f95 PFRAG.PIC-objc Log message: tweaks for Fortran and objc on amd64 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 09:36:08 Modified files: databases : Makefile Log message: add ruby-sqlite3 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/20 09:36:20 Modified files: print/ghostscript/gnu-fonts: Makefile distinfo print/ghostscript/gnu-fonts/pkg: PLIST Removed files: print/ghostscript/gnu-fonts/patches: patch-fonts_fonts_dir patch-fonts_fonts_scale Log message: Update to 8.11. requested by steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 09:37:45 Modified files: x11/xantfarm : Makefile distinfo Log message: - fix homepage and master sites - update distinfo with new distfile (no source code changed) - bump pkgname ok pval CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/20 09:46:49 Modified files: www/xoops : Makefile Log message: BROKEN="this port needs to be cleaned up by someone who cares" revert DISTNAME bump, duh! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 10:07:24 Modified files: www/konqueror-embedded: Makefile distinfo www/konqueror-embedded/patches: patch-configure_in www/konqueror-embedded/pkg: PLIST Added files: www/konqueror-embedded/files: kde-config www/konqueror-embedded/patches: patch-Makefile_in patch-acinclude_m4 patch-konq-embed_kdesrc_dcop_dcopidl2cpp_Makefile_in patch-konq-embed_kdesrc_dcop_dcopidl_Makefile_in patch-konq-embed_src_Makefile_in patch-konq-embed_src_mainwindow_x11_cc Log message: Update to a ways more recent snapshot, that uses QT3. Hack at it to compile without kdelibs installed. Quite a few nits to fix, including some bad issue with https... discussed with brad@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 10:08:39 Added files: www/konqueror-embedded/patches: patch-konq-embed_dropin_dcopclient_cpp Log message: ... and remove an assertion that fails, so we can compile it with FLAVOR=debug CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 10:45:58 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/pkg: PLIST Log message: add @pkgpath line to allow updating ghostscript/afpl packages reminded by henning@, help from espie@ CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/20 10:52:09 Modified files: www/konqueror-embedded: Makefile Log message: let this fetch properly CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 10:54:01 Modified files: sys/dev/ic : dp8390.c ne2000.c sys/dev/isa : if_ne_isa.c if_ne_isapnp.c if_ec.c if_we.c sys/dev/pci : if_ne_pci.c Log message: ansi CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/20 10:56:45 Modified files: net/GeoIP : Makefile distinfo net/GeoIP/patches: patch-libGeoIP_GeoIP_c Log message: update to GeoIP 1.4.0 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:02:24 Modified files: sys/dev/ic : ne2000.c sys/dev/pci : if_ne_pci.c sys/dev/isa : if_ec.c if_ne_isa.c if_ne_isapnp.c if_we.c Log message: remove some NetBSD code. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:11:39 Modified files: sys/dev/ic : ne2000.c Log message: remove another chunk of unused NetBSD code. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 11:16:41 Log message: Initial import of ruby-daemons-1.0.2. daemons provides an easy way to wrap existing ruby scripts (for example a self-written server) to be run as a daemon and to be controlled by simple start/stop/restart commands. daemons can also run and control blocks of Ruby code in a daemon process. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/devel/ruby-daemons/Makefile N ports/devel/ruby-daemons/distinfo N ports/devel/ruby-daemons/pkg/DESCR N ports/devel/ruby-daemons/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 11:19:30 Modified files: devel : Makefile Log message: add ruby-daemons CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 11:28:10 Modified files: sys/dev/ic : dp8390.c Log message: sync some comments with the NetBSD driver. CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/20 11:36:13 Modified files: x11/ion : Makefile distinfo x11/ion/patches: patch-etc_cfg_ioncore_lua x11/ion/pkg : PFRAG.shared PLIST Removed files: x11/ion/files : detach.lua nest-ws.lua x11/ion/patches: patch-etc_cfg_ion_lua patch-libmainloop_signal_h patch-libtu_locale_h Log message: ion-20061020, okay sturm@ jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 11:40:24 Modified files: lang : Makefile Log message: remove gcc 3.4 and 4.0 from build, welcome gcc 4.2. Should work on i386, amd64, sparc64 after this week... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 11:41:49 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update p5-POE-Component-IRC to 5.07 ok steven CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 11:54:45 Log message: Import xsane, a scanner frontend for SANE ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061020 N ports/graphics/xsane/distinfo N ports/graphics/xsane/Makefile N ports/graphics/xsane/patches/patch-doc_Makefile_in N ports/graphics/xsane/patches/patch-src_Makefile_in N ports/graphics/xsane/patches/patch-lib_Makefile_in N ports/graphics/xsane/patches/patch-po_Makefile_in N ports/graphics/xsane/pkg/PLIST N ports/graphics/xsane/pkg/PFRAG.gimp N ports/graphics/xsane/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 11:55:52 Modified files: graphics : Makefile Log message: add xsane. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:10:25 Modified files: infrastructure/package: check-newlib-depends Log message: Add libs which are reachable through dependencies to the cut&paste WANTLIB output as well. spotted by alek@, ok espie@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:12:50 Modified files: sys/dev/ic : dp8390var.h Log message: some new flags. From NetBSD CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:15:01 Log message: Initial import of ruby-gem_plugin-0.2.1. GemPlugin is a system that lets your users install gems and lets you load them as additional features to use in your software. It originated from the Mongrel project but proved useful enough to break out into a separate project. Status: Vendor Tag: bernd Release Tags: bernd_2006-oct-20 N ports/devel/ruby-gem_plugin/Makefile N ports/devel/ruby-gem_plugin/distinfo N ports/devel/ruby-gem_plugin/pkg/PLIST N ports/devel/ruby-gem_plugin/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/20 12:16:18 Modified files: devel : Makefile Log message: add ruby-gem_plugin CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:18:18 Modified files: sys/dev/ic : ax88190reg.h Log message: some defines for the ASIX AX88790 chipset. From NetBSD CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2006/10/20 12:23:38 Modified files: . : orders.html Log message: Delete Linux Mall (Brazil) as a reseller CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/20 12:27:25 Modified files: sys/dev/ic : ne2000.c ne2000reg.h Log message: use the ASIX AX88190 defines from ax88190reg.h and remove some AX88190 specific defines from ne2000reg.h From NetBSD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/20 13:45:02 Modified files: usr.sbin/dhcpd : pfutils.c Log message: indent CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/20 13:58:23 Modified files: editors/openoffice: Makefile Added files: editors/openoffice/patches: patch-desktop_scripts_soffice_sh Log message: Remove use of Linux-specific "pagein" program (presumably worked around Linux paging issues) from startup script. Requested by & OK kurt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 16:32:40 Removed files: www/konqueror-embedded/patches: patch-aclocal_m4 patch-admin_libtool_m4_in patch-konq-embed_dropin_kio_krun_cpp patch-konq-embed_dropin_kio_mimehandler_cpp patch-konq-embed_dropin_klibloader_cpp patch-konq-embed_kdesrc_kdecore_netsupp_h patch-konq-embed_kdesrc_kio_http_http_h Log message: remove this for real, spotted by jolan CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/20 16:44:43 Modified files: . : INDEX Log message: sync, 300-400 changed/added unzels in the last 3-4 days CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/20 16:52:23 Modified files: x11/xosd : Makefile x11/xosd/pkg : DESCR Log message: Fix description, okay sturm@ jasper@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/20 16:52:48 Modified files: print/scribus : Makefile distinfo print/scribus/patches: patch-configure print/scribus/pkg: PLIST Added files: print/scribus/patches: patch-scribus_Makefile_in patch-scribus_scribus_cpp Log message: Update to 1.3.3.4, with some patches o.k. from mbalmer (also new maintainer). CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/20 17:35:17 Modified files: multimedia/avidemux: Makefile Added files: multimedia/avidemux/patches: patch-avidemux_ADM_audiofilter_audiodeng_buildfilters_cpp Log message: Fix a core dump when trying to configure the "copy" audio codec. Noticed by Olivier Cherrier , thanks! CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/20 17:47:43 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/alpha/include: disklabel.h sys/arch/amd64/amd64: disksubr.c sys/arch/amd64/include: disklabel.h sys/arch/arm/arm: disksubr.c sys/arch/arm/include: disklabel.h sys/arch/aviion/aviion: disksubr.c sys/arch/aviion/include: disklabel.h sys/arch/hppa/hppa: disksubr.c sys/arch/hppa/include: disklabel.h sys/arch/hppa64/hppa64: disksubr.c sys/arch/hppa64/include: disklabel.h sys/arch/i386/i386: disksubr.c sys/arch/i386/include: disklabel.h sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/macppc/include: disklabel.h sys/arch/mips64/mips64: disksubr.c sys/arch/mips64/include: disklabel.h sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/mvmeppc/include: disklabel.h sys/arch/sh/include: disklabel.h Log message: Try again with local variable to avoid alignment issues. "The dosparts member of cpu_disklabel was not used for any persistant data. Eliminate it, and just use the data being read in while processing MBR and EBR records. Should be no functional change. ok weingart@ deraadt@" CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/20 18:00:36 ports/games/clines/patches Update of /cvs/ports/games/clines/patches In directory cvs.openbsd.org:/tmp/cvs-serv1618/patches Log Message: Directory /cvs/ports/games/clines/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/20 18:41:09 Modified files: www/konqueror-embedded: Makefile Added files: www/konqueror-embedded/patches: patch-konq-embed_dropin_kssl_kopenssl_cpp patch-konq-embed_kdesrc_khtml_khtmlview_cpp patch-konq-embed_kdesrc_kssl_kopenssl_cc Log message: enable printing. Fix some of the ssl stuff, not working yet though. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/20 20:18:00 Modified files: sys/kern : sched_bsd.c kern_synch.c uipc_syscalls.c Log message: tbert sent me a diff to change some 0 to NULL i got carried away and deleted a whole bunch of useless casts this is C, not C++. ok md5 CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:18:57 Modified files: usr.sbin/ntpd : client.c Log message: EADDRNOTAVAIL after connect is one of the soft errors where we don't abort too. from amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:28:06 Modified files: usr.sbin/ntpd : client.c Log message: when ntp_sendmsg fails, reset trustlevel to TRUSTLEVEL_PATHETIC From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:30:58 Modified files: usr.sbin/ntpd : ntp.c Log message: Found that even if client fd (i.e to NTP source) is set to -1 because of error, it may still participate in poll() causing poll() to repeatedly wake up on error fd. so make sure w edon't add -1 fds to pollevents to avoid unnecessary wakeups From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 01:32:46 Modified files: usr.sbin/ntpd : client.c Log message: in client_nextaddr, check fd != -1 before close, just nicer this way From: amandal@entrisphere.com CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/21 01:36:15 Modified files: sys/scsi : scsiconf.c scsiconf.h sys/dev/ic : mpi.c Log message: rework the bus scanning code by splitting it out into separate functions for walking the bus and targets, and probing the luns. this removes the need to use magic numbers to wildcard each of these, which in turn makes the code a lot easier to read. as a bonus we get some more space to work in (80 chars isnt that much somtimes). note that this code wont probe high luns if lun 0 doesnt exist. ok krw@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/21 03:42:32 Modified files: sysutils/colorls: Makefile lang/ezm3 : Makefile sysutils/mergemaster: Makefile lang/pm3 : Makefile Log message: move distfiles from dying machine CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/21 03:55:03 Modified files: lib/libc/net : base64.c Log message: remove calls to abort(3) that can't happen anyway; from ; ok millert@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 04:58:24 Modified files: print/cups : Makefile distinfo print/cups/pkg : PLIST Removed files: print/cups/patches: patch-locale_cups_de_po Log message: Update to CUPS 1.2.5, this fixes a handful of bugs. Remove one patch that was applied upstream. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:20:36 Modified files: infrastructure/mk: bsd.port.mk Log message: define SHARED_LIBS_LOG for libtool (and other stuff) use CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:22:29 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: let build produce a SHARED_LIBS_LOG file which contain lines like SHARED_LIBS+= # Those lines you can put into a port's Makefile... and so notice more easily what the software people upstream change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 05:29:47 Modified files: comms/gnokii : Makefile distinfo comms/gnokii/pkg: PLIST Added files: comms/gnokii/patches: patch-include_gnokii_h Log message: update to version 0.6.14; CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 05:44:10 Modified files: www/php5 : Makefile Makefile.inc distinfo www/php5/core : Makefile www/php5/core/pkg: DESCR PLIST PLIST-pear www/php5/extensions: Makefile www/php5/extensions/pkg: PLIST-bz2 PLIST-curl PLIST-dba PLIST-dbase PLIST-filepro PLIST-gd PLIST-gmp PLIST-imap PLIST-ldap PLIST-mbstring PLIST-mcrypt PLIST-mhash PLIST-mysql PLIST-mysqli PLIST-ncurses PLIST-odbc PLIST-pgsql PLIST-shmop PLIST-snmp PLIST-soap PLIST-sqlite PLIST-sybase_ct PLIST-xmlrpc PLIST-xsl www/php5/patches: patch-main_php_open_temporary_file_c Log message: update to version 5.1.6 and replace the hardened patchset with the suhosin patchset; kill the hardened flavor because we are going to use suhosin patchet by default; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 05:47:42 Modified files: x11/artwiz-aleczapka: Makefile distinfo x11/artwiz-aleczapka/pkg: PLIST Added files: x11/artwiz-aleczapka/pkg: DESCR-de DESCR-se PLIST-de PLIST-se Log message: Add subpackages for german and swedish encodings. Original idea by Tobias Ulmer . Inputs & ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 05:50:48 Modified files: infrastructure/mk: bsd.port.mk Log message: move SHARED_LIBS_LOG into WRKBUILD CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 06:04:18 Modified files: lib/libevent : event.3 Log message: bufferevent_write() return code misdocumented; ok jmc CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:10:35 Modified files: infrastructure/mk: bsd.port.mk Log message: can not depend directly on PACKAGE_COOKIES. Found out by nikolay, fun to debug... CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 06:27:32 Log message: Authentication for pear/PHP5. Status: Vendor Tag: mbalmer Release Tags: pear-Auth_20061021 N ports/security/pear-Auth/Makefile N ports/security/pear-Auth/distinfo N ports/security/pear-Auth/pkg/DESCR N ports/security/pear-Auth/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/21 06:29:10 Modified files: security : Makefile Log message: Add pear-Auth CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:46:09 Modified files: infrastructure/mk: bsd.port.mk Log message: work-around for infinite recursion... gonna fix bulk stuff for real soon. thanks nikolay CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 06:59:36 Modified files: infrastructure/templates: Makefile.template Log message: hint at libtool stuff for SHARED_LIBS, so that people start with a nice basis. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/21 06:59:59 Modified files: bin/df : df.1 Log message: note that -hP and -iP are illegal; ok otto CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/21 07:06:23 Modified files: www/xoops : Tag: OPENBSD_3_9 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_3_9 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/21 07:06:47 Modified files: www/xoops : Tag: OPENBSD_3_8 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_3_8 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/21 07:14:10 Modified files: . : events.html Log message: move hacklu to past, I'll fly home in a few hours CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 07:31:51 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: much cleaner version of the shared libs log CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 07:51:15 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: oops, forgot to strip the `lib' part. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/21 08:02:11 Modified files: sys/net : if.c Log message: the create and destroy functions for clonable interfaces return 0 on success, not -1 on error. fix check in 2 cases. ok mpf mcbride CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 08:11:34 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: The comments make it not work, have to use SHARED_LIBS += CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 08:18:37 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/landisk/landisk: disksubr.c Log message: We have a pointer (pp), so use it in the DOSPTYP_UNUSED case rather than lp->d_partitions[8+n++]. All other cases already use the pointer. No functional change. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/21 08:26:07 Added files: infrastructure/mk: gcc4.port.mk lang/gcc/4.2 : gcc4.port.mk Log message: Add MODGCC4 support and use gcc 4.2; ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/21 08:43:51 Modified files: sys/arch/landisk/dev: obio.c Log message: Do not pass down IOBASEUNK/MADDRUNK/IRQUNK. ok miod@, drahn@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:45:51 Modified files: share/man/man4 : acx.4 pgt.4 Log message: acx(4) and pgt(4) don't use rssadapt(9) for automatic rate control. acx(4) uses AMRR and automatic rate control is handled by the firmware for pgt(4). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:51:31 Modified files: sys/dev/pci : pcidevs Log message: Intel PRO/Wireless 3965ABG CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 08:54:49 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 10:01:54 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvme68k/mvme68k: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/sparc/sparc: disksubr.c sys/arch/vax/vax: disksubr.c Log message: Some KNF cleanup. De-register. Move declaration to top of function for DOS MBR processing. Indent nit in macppc. No functional change. CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2006/10/21 10:06:25 Modified files: . : donations.html Log message: Remove duplicate entry. Pointed out by aanriot@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 10:15:28 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: fix, again, sigh. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 10:51:34 Log message: Import xfe, an MS-Explorer like file manager for X. Based on an original port by bsdmaniak at daemon-tips dot org ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061021 N ports/x11/xfe/distinfo N ports/x11/xfe/Makefile N ports/x11/xfe/pkg/PLIST N ports/x11/xfe/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/21 10:55:10 Modified files: x11 : Makefile Log message: add xfe. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 10:58:00 Log message: import AMD-2.0 AMD is a set of routines for ordering a sparse matrix prior to Cholesky factorization (or for LU factorization with diagonal pivoting). There are versions in both C and Fortran. A MATLAB interface is provided. Note that this software has nothing to do with AMD the company. Status: Vendor Tag: steven Release Tags: steven-20061021 N ports/math/amd/distinfo N ports/math/amd/Makefile N ports/math/amd/pkg/DESCR N ports/math/amd/pkg/PFRAG.shared N ports/math/amd/pkg/PLIST N ports/math/amd/patches/patch-Include_amd_internal_h N ports/math/amd/files/Makefile N ports/math/amd/files/Makefile.f77 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 10:58:41 Modified files: math : Makefile Log message: +amd CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 11:22:47 Log message: import UMFPACK 5.0.1 UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method. Written in ANSI/ISO C, with a MATLAB (Version 6.0 and later) interface. Appears as a built-in routine (for lu, backslash, and forward slash) in MATLAB. Includes a MATLAB interface, a C-callable interface, and a Fortran-callable interface. Status: Vendor Tag: steven Release Tags: steven-20061021 N ports/math/umfpack/distinfo N ports/math/umfpack/Makefile N ports/math/umfpack/pkg/DESCR N ports/math/umfpack/pkg/PFRAG.shared N ports/math/umfpack/pkg/PLIST N ports/math/umfpack/files/Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/21 11:23:19 Modified files: math : Makefile Log message: +umfpack CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:31:18 Log message: import ruby-bdb 0.5.9 ruby-bdb is an interface for Ruby to Berkeley DB ok bernd Status: Vendor Tag: jasper Release Tags: jasper-21-10-2006 N ports/databases/ruby-bdb/Makefile N ports/databases/ruby-bdb/distinfo N ports/databases/ruby-bdb/pkg/DESCR N ports/databases/ruby-bdb/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:32:39 Modified files: databases : Makefile Log message: add ruby-bdb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/21 11:56:48 Modified files: www/elinks : Makefile www/elinks/patches: patch-configure Added files: www/elinks/patches: patch-src_scripting_lua_core_c patch-src_scripting_lua_hooks_c Log message: make elinks work with lua 5.1 from James Prevatt ok sturm CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/21 12:09:52 Modified files: sys/sys : buf.h sys/kern : vfs_bio.c Log message: Retire B_LOCKED and BQ_LOCKED. The last real usage of the flag and the buffer queue went away when LFS was removed. ok, pedro@ "looks sane", deraadt@ testing: tybollt@solace.miun.se CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 12:18:50 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h share/man/man4 : zyd.4 Log message: huge diff to bring zyd(4) into a working state. should work with ZD1211 (not ZD1211B!) adapters with either a RFMD or AL2230 radio chip. does not support IBSS or HostAP modes yet. committed over a Billion 3011G (ZD1211/AL2230). "commit it!" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 12:32:20 Modified files: sys/dev/usb : if_zyd.c Log message: some extra const disease damien was testing slipped in; ok damien CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 12:32:31 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: enable zyd CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/21 12:39:25 Modified files: share/man/man4 : zyd.4 Log message: remove IBSS and add monitor mode to the list of supported operating modes. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/21 13:26:14 Modified files: infrastructure/db: user.list mail/p5-Mail-SpamAssassin: Makefile mail/p5-Mail-SpamAssassin/files: OpenBSD-SpamAssassin-mini-howto.html mail/p5-Mail-SpamAssassin/pkg: PLIST Log message: - remove 'noauto' and install _spamdaemon user by default. - bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/21 14:10:39 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/landisk/landisk: disksubr.c Log message: Don't try to spoof 0 length DOS MBR/EBR partitions. By skipping partitions with 0 in the length field we don't need to test for and skip partitions that are all zeros. Eliminating that code allows elimination of a local pointer. "0 length partitions are definately dead" deraadt@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/10/21 16:09:32 Modified files: distrib/notes : mirrors Log message: sync w/ current mirrors.dat while there, create an extra section for 2nd lvl mirrors, easier to maintain ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/21 16:18:39 Modified files: sys/dev/pci : if_bnx.c Log message: - Ensure that at least 16 TX descriptors are kept unused in the ring. - Use more complete error handling for TX load problems. From scottl@FreeBSD CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/21 16:20:50 Modified files: editors/openoffice: Makefile Log message: kill "AC_CONFIG_HEADERS not found in configure.in" message with CONFIGURE_STYLE=autoconf no-autoheader. no pkg bump since no change in package. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/21 16:25:28 Modified files: x11/kde/arts3 : Makefile Log message: use libtool provided format for SHARED_LIBS, to get a feel about how it works... CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/21 17:16:34 Modified files: sys/dev/ic : malo.c malo.h Log message: Fix RX handling; the chip injects control data in front and between a 802.11 frame which needs to be cut off. Looks like we receive the first correct looking management frames now. Add first radio bpf mtap bits but don't activate them in the RX handler yet. Need first to find out which radio data the card delivers. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/21 17:45:51 Modified files: sys/dev/pci : if_bnx.c Log message: does not compile CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/21 18:18:42 Modified files: sys/dev/ic : malo.c Log message: Activate RX radiotap. We have RSSI for now. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2006/10/21 20:25:50 Modified files: usr.bin/ssh : sftp-client.c Log message: cancel progress meter when upload write fails; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 00:59:00 Modified files: sys/dev/ic : mpi.c Log message: oops, the eventnotify stuff was accidentally enabled with the scsiconf changes. its not ready yet, so disable it again. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/22 01:12:49 Modified files: share/man/man4 : usb.4 Log message: sync the zyd entry; CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 02:25:44 Modified files: sys/dev/pci : if_iwi.c Log message: Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates in iwi_auth_and_assoc() before copying the rate set. The firmware command allows a maximum of 12 rates to be defined while the ieee80211_rateset structure can contain up to 15 rates. Notice that this should not happen since the rate set is supposed to be negotiated at that time but Jeremie Le Hen sees some evidence of this happening in FreeBSD. In case it happens, print a diagnostic message and truncate the rate set. Pointed out by Jeremie Le Hen. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:27:41 Log message: Ivy is an agile dependency manager, primarily focused on managing java dependencies. Ivy has a lot of powerful features, the most popular and useful being its flexibily, integration with ant, and its strong transitive dependencies management engine. feedback, improvements, and ok by kurt Status: Vendor Tag: kili Release Tags: kili_20061022 N ports/devel/ivy/Makefile N ports/devel/ivy/distinfo N ports/devel/ivy/pkg/PLIST N ports/devel/ivy/pkg/DESCR N ports/devel/ivy/files/ivy.in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:28:20 Modified files: devel : Makefile Log message: add ivy CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 02:29:01 Modified files: share/man/man4 : rum.4 Log message: Add the Edimax EW-7318USG card to the list of supported devices. Reported to work by Pawel Krawczyk. CVSROOT: /cvs Module name: devel Changes by: kili@cvs.openbsd.org 2006/10/22 02:30:09 Log message: The IvyDE plugin integrates Ivy dependency management into the Eclipse IDE. It includes an Ivy XML editor and a class path container for automatic downloads and dependency resolution. ok, kurt Status: Vendor Tag: kili Release Tags: kili_20061022 N devel/eclipse/plugins/ivyde/Makefile cvs: ERROR: cannot write file /cvs/devel/eclipse/plugins/ivyde/Makefile,v: No such file or directory N devel/eclipse/plugins/ivyde/distinfo cvs: ERROR: cannot write file /cvs/devel/eclipse/plugins/ivyde/distinfo,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/devel/eclipse/plugins/ivyde/pkg -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:30:58 Modified files: devel/eclipse/plugins: Makefile Log message: add ivyde CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/22 02:45:36 Log message: The IvyDE plugin integrates Ivy dependency management into the Eclipse IDE. It includes an Ivy XML editor and a class path container for automatic downloads and dependency resolution. ok, kurt (This time to the correct module... sorry for the noise) Status: Vendor Tag: kili Release Tags: kili_20061022 N ports/devel/eclipse/plugins/ivyde/Makefile N ports/devel/eclipse/plugins/ivyde/distinfo N ports/devel/eclipse/plugins/ivyde/pkg/PLIST N ports/devel/eclipse/plugins/ivyde/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/22 02:45:39 Modified files: lang/ruby : Makefile Log message: bump PKGNAME after some packaging changes earlier okay bernd CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 02:55:38 Log message: LDAP bases virtual hosts for Apache Status: Vendor Tag: mbalmer Release Tags: mod_ldapvhost_20061022 N ports/www/mod_ldapvhost/Makefile N ports/www/mod_ldapvhost/distinfo N ports/www/mod_ldapvhost/files/mod_ldapvhost-enable N ports/www/mod_ldapvhost/pkg/MESSAGE N ports/www/mod_ldapvhost/pkg/DESCR N ports/www/mod_ldapvhost/pkg/UNMESSAGE N ports/www/mod_ldapvhost/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 02:59:48 Modified files: www : Makefile Log message: add mod_ldapvhost CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/22 03:00:43 Modified files: lang/arena : Makefile distinfo Log message: update arena to 0.9.8 ok steven CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:04:03 Modified files: www/mod_ldapvhost: Makefile www/mod_ldapvhost/pkg: PLIST Log message: Install a sample configuration CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:24:41 Modified files: mail/smtp-vilter: Makefile distinfo mail/smtp-vilter/pkg: PFRAG.shared PLIST Removed files: mail/smtp-vilter/patches: patch-bin_smtp-vilter_engine_c Log message: smtp-vilter-1.3.3 CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/22 03:26:15 Modified files: etc : ripd.conf Log message: Remove unused line, from the author. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 03:40:23 Modified files: mail/smtp-vilter: Makefile Log message: sort SHARED_LIBS. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/22 03:54:14 Modified files: build : packages-3.9 packages-3.8 Log message: xoops CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/22 03:54:24 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 05:53:21 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: do per-node rate control. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:02:11 Log message: xpp is a printing panel for CUPS. Lets you select a printer, set options, etc. Status: Vendor Tag: mbalmer Release Tags: xpp_20061022 N ports/print/xpp/Makefile N ports/print/xpp/distinfo N ports/print/xpp/patches/patch-mainwindow_fl N ports/print/xpp/patches/patch-xpp_cxx N ports/print/xpp/pkg/DESCR N ports/print/xpp/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:03:22 Modified files: print : Makefile Log message: add xpp CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:14:44 Modified files: share/man/man4 : ral.4 sys/dev/ic : rt2560.c rt2560var.h rt2661.c rt2661var.h sys/dev/pci : if_ral_pci.c sys/dev/cardbus: if_ral_cardbus.c Log message: replace rssadapt(9) with amrr for automatic rate control. as a side-effect, this should fix all the "bogus xmit rate" panics users have been complaining about for some time when operating in HostAP mode. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:17:47 Modified files: net/pear-HTTP : Makefile distinfo net/pear-HTTP/pkg: PLIST Log message: Update to version 1.3.6. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:21:01 Modified files: net/pear-HTTP-Request: Makefile Log message: Eliminate a variable. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:24:39 Modified files: net/pear-Net-Socket: Makefile distinfo Log message: Update and eliminate a version variable. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:27:56 Modified files: sys/dev/usb : if_rum.c if_ral.c Log message: make sure ni->ni_txrate is always initialized to a meaningful value by redefining ic->ic_newassoc. this should prevent "bogus xmit rate" panics when operating in HostAP mode. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 06:28:49 Modified files: net/pear-Net-IMAP: Makefile Log message: Eliminate a version variable. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/22 06:52:03 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: make data LED blink upon TX. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:05:41 Modified files: net/pear-Net-SMTP: Makefile Log message: Remove an unneeded variable and record a new RUN_DEPENDS, bump pkgname. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:11:14 Modified files: net/pear-Services-Weather: Makefile distinfo net/pear-Services-Weather/pkg: PLIST Log message: Eliminate a version variable and update. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:16:35 Log message: HTML for pear/php5. Status: Vendor Tag: mbalmer Release Tags: pear-HTML-Page2-20061022 N ports/www/pear-HTML-Page2/Makefile N ports/www/pear-HTML-Page2/distinfo N ports/www/pear-HTML-Page2/pkg/DESCR N ports/www/pear-HTML-Page2/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:21:17 Modified files: www/pear-HTML-QuickForm: Makefile distinfo www/pear-HTML-QuickForm/pkg: PLIST Log message: Minor update, 3.2.4 -> 3.2.5 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:27:46 Modified files: textproc/pear-XML-Parser: Makefile distinfo textproc/pear-XML-Parser/pkg: PLIST Log message: Update to XML-Parser 1.2.6 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:36:54 Modified files: databases/pear-DB: Makefile distinfo databases/pear-DB/pkg: PLIST Log message: Update to DB 1.7.6 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/22 07:49:28 Modified files: mail/py-milter : Makefile mail/py-milter/pkg: PLIST Log message: Switch to python 2.4 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/22 08:34:07 Modified files: faq : faq4.html Log message: minimize size of 4.0 diff, by committing a lot of non-4.0 specific changes now, hopefully making life easier for translation team: * Improved wording * enlarge /usr partition * two NIC configuration (one static, one DHCP) CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/22 08:50:07 Modified files: faq : faq4.html Log message: a couple more wording improvements from upcoming 4.0 version which have nothing to do with OpenBSD 4.0. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/22 09:09:38 Modified files: usr.sbin/ripd : ripd.conf.5 Log message: word fix; ok norby CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/22 12:36:52 Modified files: sys/arch/vax/vsa: gpx.c Log message: Fix colormap programming in 4bpp mode. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 14:27:41 Modified files: sys/dev/pci : if_bnx.c Log message: now with the right revision of this diff which compiles. ok pedro, mglocker. - Ensure that at least 16 TX descriptors are kept unused in the ring. - Use more complete error handling for TX load problems. From scottl@FreeBSD CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:19:22 Modified files: sys/dev/ic : re.c Log message: DMA memory for the TX ring should be aligned at RL_RING_ALIGN, not RE_ETHER_ALIGN. From tsutsui@NetBSD Tested on alpha/amd64/armish/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:39:09 Modified files: sys/dev/pci : pcidevs Log message: add the ASPEED Technology vendor id, AST2000 product id and an NVIDIA MCP55 PCI-ISA bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:39:47 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 15:45:36 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: recognize the BCM5715 A3 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 16:33:49 Modified files: sys/dev/mii : brgphy.c Log message: Set Jumbo frame settings for Jumbo capable bge(4) adapters. Tested with BCM5700, BCM5703 and some BCM5704's. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 16:39:57 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: strncpy -> strlcpy CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/22 16:40:40 Modified files: share/man/man5 : pf.conf.5 Log message: Move the stateful content up to the FILTERING section and flesh it out somewhat to reflect the default 'keep state' behaviour of pf.conf. prodding by theo, ok jmc@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/22 16:43:21 Modified files: sys/dev/atapiscsi: atapiscsi.c Log message: fetch the name of the cd device attached to the atapiscsi scsibus by following the child device that attaches to us. this is cleaner than using the scsibus member of the adapters sc_link to look up the correct unit. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/22 16:46:41 Modified files: share/man/man4 : bridge.4 Log message: 'keep state' is now the default. ok jmc CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/22 17:21:25 Modified files: sys/arch/i386/i386: apm.c Log message: more bits of cleanup before marco gets to play CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/22 20:05:26 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Change bandit as found in many old world macs to use configuration type 1. Alter range calculation to handle bandits dual non contiguous PCI memory spaces. Finally fix a bug whereby if the "AAPL,Interrupts" property is defined the variable intr isn't assigned a value and garbage may be written to the PCI interrupt register. tested by jolan, pedro, drahn and myself, and in snaps for a week. ok drahn, deraadt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:22:32 Modified files: sys/dev/pci : pcidevs Log message: add the Sundance TC9021 PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:23:54 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/22 20:29:20 Modified files: sys/dev/pci : if_stge.c Log message: use the Sundance TC9021 ids. this was done so that stge(4) will attach properly with the sample boards and not have dmesg print unknown product. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/22 21:18:09 Modified files: databases/mysql: Makefile Log message: Use the Alpha BWX instruction set as a workaround for an alignment bug found in both gcc 2.x and gcc 3.x. This at least allows MySQL to work on EV56 and newer CPUs. Thanks to jason@ for tracking down the issue and recommending a workaround. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 00:58:35 Modified files: share/man/man5 : pf.conf.5 Log message: remove trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 01:01:35 Modified files: share/man/man4 : bridge.4 Log message: remove trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/23 01:05:49 Modified files: libexec/spamlogd: spamlogd.8 sbin/brconfig : brconfig.8 sbin/pfctl : pfctl.8 share/man/man4 : pfsync.4 usr.sbin/authpf: authpf.8 usr.sbin/ftp-proxy: ftp-proxy.8 Log message: no need to use "keep state" and "flags S/SA" in pf rules, now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/23 01:13:56 Modified files: sys/kern : uipc_syscalls.c Log message: fix control message length check, needs CMSG_ALIGN() reported by ryo@nerv.org to netbsd, noticed by miod, ok millert CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/10/23 03:57:07 Modified files: fr : donations.html events.html landisk.html pkg-stable.html pkg-stable38.html press.html want.html faq/fr : current.html faq4.html faq6.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 04:06:03 Modified files: databases/p5-DBD-SQLite: Makefile distinfo Removed files: databases/p5-DBD-SQLite/patches: patch-Makefile_PL Log message: minor update. okay robert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 04:54:45 Modified files: infrastructure/package: check-newlib-depends Log message: -f: display a full listing of which binary uses what library. Useful for figuring out dependencies in a fine way for creating multi packages. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 05:19:35 Modified files: infrastructure/package: check-newlib-depends Log message: oops, fix. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 05:21:28 Modified files: archivers/unshield: Makefile Log message: stuff with CONFIGURE_STYLE=autoconf without any configure.in/aclocal patches makes NO sense. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/23 06:46:09 Modified files: sys/net : if_pflog.c if_pflog.h Log message: make the pflog interface clonable. for now, only allow pflog0 to be created. keep an array of ifps to the pflog interfaces with the unit # as index for fast access. if pflog0 does not exist, no logging is done (just like if it is down). on machines without pf enabled, this makes the pflog0 interface go away, on machines with pf, rc sets up pflog0 and starts pflogd, no change there. idea old (pf2k4 or c2k5?), hacked at the hack.lu 2006 conference, ryan ok CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:42:50 Modified files: infrastructure/mk: bsd.port.mk Log message: fix a bunch of issues: - make sure locks happen when they should, including for lib-depends-check. - make sure various targets set PACKAGING as they should. - let BULK=Yes be invoked only from make package. Fix for the BULK_COOKIE and UPDATE_COOKIE issue. They can no longer depend on PACKAGE_COOKIES, since this needs to get built with PACKAGING set. So instead, simply remove the cookies when we create a new package succesfully. By any kind of reasoning, both bulk and update are `reset' when a new package appears, so this seems to be the right semantics in most cases. Thanks for wilfried and nikolay for error spotting. Hoping this will be what's needed, finally. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:53:44 Modified files: www/p5-HTML-Mason: Makefile distinfo Log message: new version, fixes stack issues with deeply nested component calls, and better error reports. okay mjc@, sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 07:55:07 Modified files: devel/libtool : Makefile devel/libtool/patches: patch-ltmain_in Log message: cosmetic change in shared_libs.log CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/23 08:33:01 Modified files: infrastructure/mk: bsd.port.mk Log message: generic BULK_DO fragment that can do anything, invoked right before clean. can be used to run targets that may fail without impacting further stuff, or to collect stats on anything. For instance BULK_DO= mkdir -p ${PORTSDIR}/config/${FULLPKGPATH}; \ cp -f ${WRKBUILD}/config.{log,status} ${PORTSDIR}/config/${FULLPKGPATH} || true; \ cd ${PACKAGE_REPOSITORY}/${MACHINE_ARCH}/all && perl ${PORTSDIR}/infrastructure/package/check-modes ${PKGNAMES} || true CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/23 09:17:36 src/regress/sys/kern/getpeereid Update of /cvs/src/regress/sys/kern/getpeereid In directory cvs.openbsd.org:/tmp/cvs-serv31044/getpeereid Log Message: Directory /cvs/src/regress/sys/kern/getpeereid added to the repository CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/10/23 09:18:47 Modified files: regress/sys/kern: Makefile Added files: regress/sys/kern/getpeereid: Makefile getpeereid_test.c Log message: regression test for getpeereid. okay claudio CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 11:44:15 Modified files: sys/dev/usb : if_zyd.c Log message: turn link led off when returning to the S_INIT state. implement fast channel switching for monitor mode. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:07:11 Modified files: share/man/man4 : zyd.4 Log message: add a DIAGNOSTICS section. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:08:34 Modified files: sys/dev/usb : if_zyd.c Log message: simplify zyd_read_eeprom(). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:16:56 Modified files: sys/dev/pci : if_wpi.c if_wpivar.h Log message: make sure wpi_iter_func() is called at splnet. simplify wpi_dma_contig_alloc(). various cosmetic tweaks while i'm here. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/23 12:19:26 Modified files: sys/dev/pci : if_ipw.c if_iwi.c if_wpi.c Log message: remove detach() function. this is not hotplug and this is dead code. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/23 12:23:12 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0rc10 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/10/23 13:39:38 Modified files: . : donations.html Log message: add Publieke Omroep for the SGI's, thanks! CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/23 13:44:54 Modified files: sys/arch/sh/include: intr.h sys/arch/sh/sh : interrupt.c Log message: Add interrupt name, however need to determine if the passed parameter is safe to store or might be on the stack. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 13:56:53 Modified files: sys/arch/sh/sh : trap.c Log message: Do not panic on a ddb invocation with curproc == NULL, and don't try to userret() either on return. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:15:50 Modified files: sys/arch/sh/dev: shpcic.c Log message: Do not match on non-shpcic config stanza. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:16:12 Modified files: sys/arch/landisk/landisk: mainbus.c Log message: Attach shb before shpcic, to get us a clock earlier. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/23 14:23:26 Modified files: sys/dev/acpi : dsdt.c Log message: Reduced memory allocations for temporary values CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:26:25 Modified files: sys/arch/landisk/dev: rs5c313.c Log message: Correctly invoke sh_clock_init() [merge error] CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/23 14:34:29 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Move towards winter. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/23 15:08:22 Modified files: sys/dev/pci : if_xge.c Log message: - remove the TODO comments at the top. - add the VLAN headers. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/23 21:29:54 Modified files: usr.sbin/afs/src/lib/cmd: cmd.c usr.sbin/afs/src/lib/sl: sl.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK cloder@. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:35:30 Modified files: lib/libc/stdlib: malloc.c Log message: respond to ben hawkes's ruxcon presentation. create special allocators for pginfo and pgfree structs instead of imalloc. this keeps them separated from application memory. for chunks, to prevent deterministic reuse, keep a small array and swizzle the to be freed chunk with a random previously freed chunk. this last bit only for chunks because keeping arbitrarily large regions of pages around may cause out of memory issues (and pages are, to some extent, returned in random order). all changes enabled by default. thanks to ben for pointing out these issues. ok tech@ CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:40:59 Modified files: lib/libc : shlib_version lib/libc/sys : Makefile.inc Log message: add rthread syscalls and bump minor. rthreads are hardly done, but if just trying it out is too much of a hassle, we'll never make more progress. ok brad marc marco mbalmer CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/23 22:48:00 Modified files: gnu/usr.bin/binutils/gas: as.c Log message: fix a crash with --statistics. closing file in the wrong place. from dasn. ok deraadt CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2006/10/23 22:51:24 Modified files: x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers x11/xplanet : Makefile Log message: i moved years ago, stop directing icbm's at my old house CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/23 23:22:46 Modified files: . : landisk.html Log message: There is at least one non Gigabit landisk that is not SuperH based, HDL-F. CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/23 23:28:46 Modified files: . : landisk.html Log message: HDLM-U has very similiar hardware to other disk based landisks so mention it. http://wiki.nothing.sh/page/I-O%20Hack/HDLM-U http://www.iodata.jp/prod/network/fileserver/2004/hdlm-u/index.htm Confirmed by pulling apart a firmware update. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/24 00:21:38 Modified files: www : Makefile Log message: Forgot to add pear-HTML-Page2 to the SUBDIR list. Noticed by David Krause. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/24 00:22:53 Modified files: usr.bin/cvs : diff3.c usr.bin/rcs : diff3.c Log message: Check that string length != 0 before setting buf[strlen(buf) - 1]. OK xsa@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/24 00:25:10 Modified files: usr.bin/cvs : entries.c Log message: Reuse len instead of calling strlen again. OK xsa@. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/24 03:04:19 Log message: initial import of visitors-0.7 Visitors is a very fast web log analyzer for Linux, Windows, and other Unix-like operating systems. It takes as input a web server log file, and outputs statistics in form of different reports. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20060924 N ports/www/visitors/distinfo N ports/www/visitors/Makefile N ports/www/visitors/pkg/DESCR N ports/www/visitors/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/10/24 03:05:40 Modified files: www : Makefile Log message: +visitors CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/10/24 03:30:25 Modified files: www/php5 : Makefile.inc Log message: the suhosin patchset moved on the master site, ok robert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/24 05:46:53 Modified files: usr.bin/sed : sed.1 Log message: +.Ex -std sed CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/24 05:57:05 Log message: Import ipcalc 1.1 ipcalc is a small tool that operates on IPv4 networks. It can operate in one of four modes: network describing, netmask describing, finding or splitting. From Pierre-Yves Ritschard ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061024 N ports/net/ipcalc/Makefile N ports/net/ipcalc/distinfo N ports/net/ipcalc/pkg/DESCR N ports/net/ipcalc/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/24 05:58:11 Modified files: net : Makefile Log message: add ipcalc. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/24 06:23:39 Modified files: usr.sbin/ntpd : ntp.c ntpd.h sensors.c Log message: timedelta sensors are usually updated very often, but we used to query them only every 30 seconds. now query them every 5,and take the median value from 7 queries as sensor value. this takes outliers out of the equation and makes the overall result much better, especially for sensors with heavy jitter (like nmea for now) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/24 07:15:34 Modified files: usr.bin/cvs : getlog.c Log message: bring back support for -h, -N, -R, and -t. OK joris@. CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:33:21 Modified files: etc : pf.conf ripd.conf Log message: kill extra spaces CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:35:19 Modified files: usr.sbin/ripctl: ripctl.8 usr.sbin/ripd : ripd.8 ripd.conf.5 Log message: first appeared in OpenBSD 4.1 not 4.0 CVSROOT: /cvs Module name: src Changes by: david@cvs.openbsd.org 2006/10/24 10:37:48 Modified files: usr.sbin/ripd : kroute.c message.c packet.c parse.y rde.c Log message: spelling and typo fixes CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/10/24 10:42:10 Modified files: infrastructure/plist: sparc64 Log message: fix comment: this is for sparc64, not sparc CVSROOT: /cvs Module name: ports Changes by: david@cvs.openbsd.org 2006/10/24 10:47:27 Modified files: devel : Makefile inputmethods : Makefile net : Makefile sysutils : Makefile Log message: fix SUBDIR sorting CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/24 11:16:02 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.cats md.hp300 md.hppa md.hppa64 md.i386 md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:20:41 Modified files: games/hangman : getword.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/24 11:21:41 Modified files: lib/libc/sys : socket.2 Log message: evil AF_ISO and AF_NS references were hiding here, but we'll hunt 'em all down! CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:25:48 Modified files: lib/libcurses/tinfo: captoinfo.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 11:30:45 Modified files: sbin/fdisk : misc.c Log message: Check strlen(buf) to be > 0 before accessing buf[strlen(buf)-1]. OK ray@ cloder@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/24 11:56:22 Modified files: mail/getmail : Makefile distinfo Log message: update to getmail 4.6.5 CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/24 12:08:41 Modified files: build : mirrors.pl Log message: print ftplist in correct format: lines 72 chars max (else they'll wrap in install.sub), and replace umlauts and other scary stuff by normal characters ok steven@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 12:20:46 Modified files: sys/dev/usb : if_wi_usb.c Log message: Fix indentation to not imply, that USB_ATTACH_ERROR_RETURN is an argument of printf(). No binary change. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/24 13:01:48 Modified files: sys/dev/acpi : acpidebug.c acpidebug.h dsdt.c dsdt.h Log message: Added stack trace to aml_die+acpidebug ok marco@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:03:10 Modified files: sys/arch/amd64/amd64: db_interface.c sys/arch/i386/i386: db_interface.c Log message: Hook brand new trace function into ddb. Now users can send useful traces without enabling acpi debug. Usage "machine acpi trace". ok jordan CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/10/24 13:18:16 Modified files: openbgpd : users.html Log message: Red River Communications uses OpenBGPD on OpenBSD, and they're happy! CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/24 13:20:01 Modified files: sys/dev/ic : malo.c malo.h Log message: Fix RX DMA handling; until now the card stopped receiving interrupts after it went one time through the RX ring (256 descriptors). Also reset RX rings correctly after ifconfig down / up. "COMMIT IT!!!" claudio@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/24 13:44:29 Modified files: sbin/routed : parms.c Log message: Ignore NUL lines returned by fgets(3), so we don't access one byte before the lbuf buffer. OK cloder@ henning@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:45:06 Modified files: sys/dev/acpi : amltypes.h Log message: Work around PR 5268 by printing "bad string" instead of panicing. There is no meanigful way of calling aml_die so we need to isolate these machines instead. ok jordan CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 13:58:04 Modified files: sys/dev/acpi : acpitz.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/24 14:14:43 Modified files: sys/dev/pci : if_xge.c Log message: remove useless chunks of code that do nothing, since endian adjustments only have to be made for little endian architectures. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/10/24 14:30:00 Modified files: sys/dev/acpi : acpitz.c Log message: Condense get functions into a single function. This is ahead of retrieving remaining threshold values. ok jordan CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/24 16:39:36 Modified files: x11/qt3 : Makefile qt3.port.mk Added files: x11/qt3/patches: patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: Add the security patches from qt 3.3.7 we'll update to qt 3.3.7 after the immodule patch has been merged, which should hopefully happen in the middle of november.... CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:41:42 Modified files: sys/arch/landisk/conf: files.landisk Log message: make majors reflect reality. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:42:10 Added files: sys/arch/landisk/conf: RAMDISK Log message: Ramdisk kernel generated from GENERIC CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:42:37 src/etc/etc.landisk Update of /cvs/src/etc/etc.landisk In directory cvs.openbsd.org:/tmp/cvs-serv3867/etc.landisk Log Message: Directory /cvs/src/etc/etc.landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:47:41 Added files: etc/etc.landisk: MAKEDEV.md Makefile.inc disktab fbtab sysctl.conf ttys Log message: more landisk bits. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:48:35 Added files: etc/etc.landisk: MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:48:59 src/share/man/man8/man8.landisk Update of /cvs/src/share/man/man8/man8.landisk In directory cvs.openbsd.org:/tmp/cvs-serv28088/man8.landisk Log Message: Directory /cvs/src/share/man/man8/man8.landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:49:57 Added files: share/man/man8/man8.landisk: MAKEDEV.8 Log message: sync (ok, so landisk isn't completely linked into the build yet...) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:51:04 Modified files: share/man/man8/man8.landisk: MAKEDEV.8 Log message: commit correctly generated version. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 19:53:19 Modified files: distrib/crunch/crunchgen: crunchgen.c Log message: -O objdir diff missed a piece. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/24 20:37:50 Modified files: sys/dev/pci : if_bge.c if_bnx.c if_lge.c if_nge.c if_wb.c Log message: replace a few more instances of hand rolled code with the LIST_FOREACH macro. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 21:59:59 Modified files: sys/arch/landisk/landisk: machdep.c Log message: Add ramdisk hooks portion. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:01:07 src/distrib/landisk Update of /cvs/src/distrib/landisk In directory cvs.openbsd.org:/tmp/cvs-serv22804/landisk Log Message: Directory /cvs/src/distrib/landisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:02:33 src/distrib/landisk/ramdisk Update of /cvs/src/distrib/landisk/ramdisk In directory cvs.openbsd.org:/tmp/cvs-serv1809/ramdisk Log Message: Directory /cvs/src/distrib/landisk/ramdisk added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/24 22:04:16 Added files: distrib/landisk: Makefile distrib/landisk/ramdisk: Makefile Makefile.inc install.md list Log message: Bits to build ramdisk (bsd.rd) for landisk CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/25 01:40:56 Modified files: faq/fr : faq4.html faq/pl : current.html faq10.html faq11.html faq13.html faq4.html faq6.html faq7.html index.html fr : donations.html landisk.html pl : anoncvs.html cvsup.html i386.html index.html plat.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/25 01:51:58 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/pkg: PLIST Log message: - do not remove mail spool and db on pkg_delete -c - remove version variable - update my email address ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 03:09:23 Modified files: share/man/man4 : Makefile Removed files: share/man/man4 : idp.4 Log message: another hiding AF_NS leftover, spotted by jmc CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2006/10/25 05:20:58 Modified files: . : want.html Log message: Thanks to Bret Lambert for sending me some MosChip based gear CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:26:47 Modified files: sys/net : if_pflog.c pf_ioctl.c pfvar.h Log message: add a "u_int8_t logif" to struct pfrule to select to which pflog interface logs go. ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:27:01 Modified files: sys/net : if_pflog.h Log message: allow up to 16 pflog interfaces, ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:28:36 Modified files: sbin/pfctl : parse.y pfctl_parser.c Log message: allow the log interface to be selected like pass log(to pflog5) block out log(to pflog2) input & ok mcbride CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:36:08 Modified files: share/man/man5 : pf.conf.5 Log message: document how ot send logs to alternate pflog interfaces CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:45:48 Modified files: sbin/pfctl : parse.y Log message: urgs, $$.quick needs to be set to 0 explicitely on log (without quick) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/25 05:52:57 Modified files: sbin/ifconfig : ifconfig.8 Log message: add pflog to list of clonable devices; ok henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 05:53:46 Modified files: sbin/pfctl : parse.y Log message: and another nit, $$.log should be set to 0 explicitely on quick without log CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/25 06:23:10 Modified files: usr.sbin/ospfd : parse.y Log message: Use strtonum(3) instead of the hand made atoul. This solves an issue with possible integer truncation because of the use of u_longs and u_int32_t in the code. Initial diff by Pierre-Yves Ritschard but slightly modified version commited. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/25 06:26:49 Modified files: usr.sbin/ospfd : parse.y Log message: Remove a parser debug functionality that was never used in ospfd. From Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/25 06:51:31 Modified files: share/man/man4 : pflog.4 Log message: note that multiple instances can be created, and adapt the example to show how... ok henning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/25 07:06:58 Modified files: misc/mc : Makefile Log message: - enable samba VFS (original patch by Andreas Bihlmaier) - indentation cleanup ok robert@ CVSROOT: /cvs Module name: www Changes by: dtucker@cvs.openbsd.org 2006/10/25 07:30:06 Modified files: faq : faq14.html Log message: partition -> filesystem where appropriate. with & ok steven@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/25 07:57:21 Modified files: sys/dev/cardbus: if_malo_cardbus.c Log message: Ooops, forgot to add radio mtap includes. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:15:24 Modified files: regress/sbin/pfctl: pfail37.in pfail37.ok pfail38.in pfail38.ok pfail39.in pfail39.ok Log message: tag names may be longer now, and someone didn't update regress tests accordingly CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/25 08:24:03 Log message: import itcl 3.3 [incr Tcl] is an object-oriented extension of the Tcl language. It was created to support more structured programming in Tcl. Tcl scripts that grow beyond a few thousand lines become extremely difficult to maintain. This is because the building blocks of vanilla Tcl are procedures and global variables, and all of these building blocks must reside in a single global namespace. There is no support for protection or encapsulation. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061025 N ports/devel/itcl/Makefile N ports/devel/itcl/distinfo N ports/devel/itcl/patches/patch-Makefile_in N ports/devel/itcl/patches/patch-configure N ports/devel/itcl/patches/patch-generic_itcl_cmds_c N ports/devel/itcl/patches/patch-pkgIndex_tcl_in N ports/devel/itcl/pkg/DESCR N ports/devel/itcl/pkg/PLIST N ports/devel/itcl/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/25 08:24:19 Modified files: devel : Makefile Log message: +itcl CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:30:46 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf90.in pf90.loaded pf90.ok pf90.optimized Log message: test logging to alternate pflog interfaces CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2006/10/25 08:32:04 Modified files: lib/libpthread/uthread: uthread_kern.c uthread_poll.c uthread_select.c Log message: select() and poll() don't _FD_LOCK their file descriptors, so there's no need to bail from _thread_kern_poll() when a file descriptor is in closing state. corrects segfault reported by ckuethe@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:50:21 Modified files: sbin/pfctl : pfctl_optimize.c Log message: teach the optimizer about logif, with & ok frantzen CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 08:50:30 Modified files: sbin/pfctl : parse.y Log message: make absolutely sure logif is 0 unless set specifically, even if log is 0. logif is to be considered invalid unless log is set, but we need this to please the optimizer... CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/10/25 08:58:39 Modified files: . : plus.html Log message: a few more weeks of changes up to 08/03, by jan.johansson@it.su.se CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/25 09:10:25 Modified files: sys/crypto : cryptodev.c Log message: pr5274 fix localhost dos with oversized values ok deraadt CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/25 09:33:53 Modified files: faq/pf : carp.html Log message: fix ifconfig syntax for carp, adding the 'netmask' keyword. noticed by me at falz.net CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/25 10:03:45 Modified files: . : events.html Log message: rotate CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/25 10:27:04 Modified files: misc/screen : Makefile distinfo Log message: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. ok brad, robert, steven CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:10:19 Log message: import tomcat v4 & v5 in new home. previously located under www/jakarta-tomcat. Status: Vendor Tag: kurt Release Tags: kurt_20061025 N ports/www/tomcat/Makefile N ports/www/tomcat/v4/Makefile N ports/www/tomcat/v4/distinfo N ports/www/tomcat/v4/files/README.OpenBSD N ports/www/tomcat/v4/files/tomcat.rc N ports/www/tomcat/v4/patches/patch-bin_catalina_sh N ports/www/tomcat/v4/patches/patch-bin_setclasspath_sh N ports/www/tomcat/v4/patches/patch-conf_server_xml N ports/www/tomcat/v4/patches/patch-webapps_admin_xml N ports/www/tomcat/v4/patches/patch-webapps_manager_xml N ports/www/tomcat/v4/pkg/DESCR N ports/www/tomcat/v4/pkg/DESCR-examples N ports/www/tomcat/v4/pkg/MESSAGE N ports/www/tomcat/v4/pkg/PLIST N ports/www/tomcat/v4/pkg/PLIST-examples N ports/www/tomcat/v4/pkg/PLIST-admin N ports/www/tomcat/v4/pkg/DESCR-admin N ports/www/tomcat/v5/Makefile N ports/www/tomcat/v5/distinfo N ports/www/tomcat/v5/files/README.OpenBSD N ports/www/tomcat/v5/files/tomcat.rc N ports/www/tomcat/v5/patches/patch-bin_catalina_sh N ports/www/tomcat/v5/patches/patch-bin_setclasspath_sh N ports/www/tomcat/v5/patches/patch-conf_server_xml N ports/www/tomcat/v5/pkg/DESCR N ports/www/tomcat/v5/pkg/DESCR-examples N ports/www/tomcat/v5/pkg/MESSAGE N ports/www/tomcat/v5/pkg/PLIST N ports/www/tomcat/v5/pkg/PLIST-examples N ports/www/tomcat/v5/pkg/DESCR-admin N ports/www/tomcat/v5/pkg/PLIST-admin No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:12:44 Modified files: www : Makefile Log message: - jakarta-tomcat + tomcat CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 12:19:32 Removed files: www/jakarta-tomcat: Makefile www/jakarta-tomcat/v4: Makefile distinfo www/jakarta-tomcat/v4/files: README.OpenBSD tomcat.rc www/jakarta-tomcat/v4/patches: patch-bin_catalina_sh patch-bin_setclasspath_sh patch-conf_server_xml patch-webapps_admin_xml patch-webapps_manager_xml www/jakarta-tomcat/v4/pkg: DESCR DESCR-examples MESSAGE PLIST PLIST-examples www/jakarta-tomcat/v5: Makefile distinfo www/jakarta-tomcat/v5/files: README.OpenBSD tomcat.rc www/jakarta-tomcat/v5/patches: patch-bin_catalina_sh patch-bin_setclasspath_sh patch-conf_server_xml www/jakarta-tomcat/v5/pkg: DESCR DESCR-examples MESSAGE PLIST PLIST-examples Log message: replaced by www/tomcat CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:48:29 Modified files: usr.sbin/bgpd : parse.y Log message: use strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:52:13 Modified files: usr.sbin/dvmrpd: parse.y Log message: remove unused debug crap, that years ago accidently hit the tree with bgpd (2004 :)), and spread ;( CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:55:41 Modified files: usr.sbin/dvmrpd: parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:57:34 Modified files: usr.sbin/ifstated: parse.y Log message: same old debug cruft from bgpd as killed in ospfd and dvrmpd - is it yet somewhere else? CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 12:58:42 Modified files: usr.sbin/ifstated: parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/25 13:17:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 13:17:56 Modified files: libexec/spamlogd: spamlogd.8 spamlogd.c Log message: allow spamlogd to use an alternate pflog interface spamlogd was the #1 reason for me to implement the multiple pflog thing, so now you can finally have a nice seperation between logging and spamlogd tracking smtp connections joint work with djm, ok djm bob and kinda "Berk D. Demir" CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:01:02 Modified files: usr.sbin/ripd : parse.y Log message: geez, the anno 2004 bgpd debug shitz made it to ripd too Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:01:49 Modified files: usr.sbin/ripd : parse.y Log message: strtonum, Pierre-Yves Ritschard CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/25 14:15:59 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Make sure we actually flush the I-TLB on UltraSPARC-III by doing it from the primary context instead of the secondary context. ok miod@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/25 14:20:19 Modified files: sbin/pflogd : pflogd.8 pflogd.c Log message: allow pflogd to listen on alternate pflog interfaces "Berk D. Demir" sent a diff in private, and then it evolved quite a bit... ok djm canacar berk CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/25 14:42:57 Modified files: sys/dev/ic : malo.c Log message: Resort some functions, tiny cleanup. ok claudio@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/25 14:52:35 Modified files: usr.bin/cvs : file.c Log message: Check len to be > 0 before accessing buf[len-1] and check if the last character in the string returned by fgets(3) is '\n' before blindly overwriting it. OK and input from xsa@ CVSROOT: /cvs Module name: src Changes by: moritz@cvs.openbsd.org 2006/10/25 14:55:04 Modified files: sbin/pflogd : privsep.c Log message: Remove some unneeded externs. OK canacar@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/25 14:55:47 Modified files: sys/dev/acpi : dsdt.c Log message: added deref/index for integer types CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/25 15:23:19 Modified files: sys/dev/acpi : dsdt.c Log message: Don't convert buffer/field output to integer Caused problems with strings/index on some systems CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/10/25 16:44:09 Modified files: mail/postfix/snapshot: Makefile mail/postfix/stable: Makefile Removed files: mail/postfix : Makefile.inc Log message: repair respecting of SYSCONFDIR, SYSCONFDIR wasn't being set properly due to all the guts of the ports being in Makefile.inc CVSROOT: /cvs Module name: www Changes by: jolan@cvs.openbsd.org 2006/10/25 16:48:20 Modified files: . : want.html Log message: remove a few things that generous people were kind enough to send me (thanks again!) CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/25 16:49:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-instsetoo_native_util_makefile_mk patch-solenv_config_stand_lst patch-stlport_STLport-4_5_patch patch-vcl_util_makefile_mk Added files: editors/openoffice/patches: patch-autodoc_source_display_idl_hi_ary_cxx patch-binfilter_inc_bf_starmath_rect_hxx patch-cppu_test_alignment_diagnose_h patch-instsetoo_native_inc_sdkoo_unix_packagelist_txt patch-instsetoo_native_inc_ure_unix_packagelist_txt patch-sal_typesconfig_typesconfig_c patch-solenv_bin_modules_installer_download_pm Log message: - protect against null pointer dereference in hi_ary.cxx - use new style C++ includes - clean up some patches - use __alignof__ for OpenBSD too - fix destpath in packagelist.txt for sdkoo and ure - don't generate core file on intentional segfault test in typesconfig.c - add missing unxobsdi section in stand.lst - num_put_float.cpp fix in STLport - add sysconfig.get_config_var('LIBS') to PYTHON_LIBS - don't hardcode Linux path to 'sum' let path find it All corrections submitted by or inspired by patches from Fritz Elfert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/25 18:05:07 Modified files: sys/dev/pci : if_bnx.c Log message: do the minimal initialization of the firmware so that ASF always works. From ambrisko@FreeBSD CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/25 18:40:47 Modified files: infrastructure/package: gen-package-pages Log message: update list of architectures CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/25 18:41:45 Modified files: infrastructure/package: gen-package-pages Log message: 4.0 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 21:39:09 Modified files: sys/dev/usb : usbdevs Log message: MosChip serial & Ethernet CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 21:41:37 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 22:14:09 Modified files: sys/dev/usb : files.usb share/man/man4 : usb.4 Makefile sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Added files: sys/dev/usb : moscom.c share/man/man4 : moscom.4 Log message: Driver for MosChip MCS7703 based USB Serial devices. Support for hardware flow control not yet implemented. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/25 22:19:39 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/25 22:26:00 Modified files: share/man/man4 : ucom.4 Log message: add moscom, reminded by deraadt CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/10/26 00:02:43 Modified files: sys/dev/usb : moscom.c Log message: Move from a switch based baud rate selection to range checking based selection as hardware is not limited to fixed rates. Suggested by deraadt CVSROOT: /cvs Module name: ports Changes by: ray@cvs.openbsd.org 2006/10/26 00:10:01 Modified files: games/fire : Makefile Added files: games/fire/patches: patch-fire_c Log message: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. OK author, pval@. CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/26 02:37:14 Modified files: sys/arch/i386/conf: GENERIC files.i386 share/man/man4/man4.i386: Makefile share/man/man4 : random.4 Added files: sys/arch/i386/pci: glxsb.c share/man/man4/man4.i386: glxsb.4 Log message: Driver for the AMD Geode LX series processor security block. Currently just uses the RNG; AES support to be added later. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:39:47 Modified files: . : lyrics.html Log message: cleanup goo at end CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:40:11 www/images/hackathons Update of /cvs/www/images/hackathons In directory cvs.openbsd.org:/var/www/www/images/hackathons Log Message: Directory /cvs/www/images/hackathons added to the repository CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:41:26 Added files: . : hackathons.html images/hackathons: c2k2-s.gif c2k2.gif c2k3-s.gif c2k3.gif c2k4-s.gif c2k4.gif c2k5-s.gif c2k5.gif c2k6-s.gif c2k6.gif k2k6-s.gif k2k6.gif p2k6-s.gif p2k6.gif pf2k4-s.gif pf2k4.gif r2k6-s.gif r2k6.gif v2k5-s.gif v2k5.gif Log message: make a page about our hackathon culture CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:42:29 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:48:11 Modified files: . : hackathons.html Log message: credits CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/26 02:57:42 Modified files: images/hackathons: p2k6-s.gif p2k6.gif Log message: found the final images.. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/26 04:26:03 Modified files: share/man/man5 : pf.conf.5 Log message: Document hostid. pointed out by Pierre-Yves Ritschard. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/26 04:29:43 Modified files: share/man/man5 : pf.conf.5 Log message: eep! unbreak. CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2006/10/26 06:20:55 Modified files: etc : daily weekly monthly Log message: Force umask to 022 so we don't heritate 077 from root's crontab command (output logs are still umask 077) "i think this is right" deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:11:05 Modified files: share/man/man5 : pf.conf.5 Log message: tweaks; ok henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:15:16 Modified files: share/man/man5 : pf.conf.5 Log message: tweak; CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/26 07:17:00 Modified files: usr.sbin/bgpd : pfkey.c session.h Log message: storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok claudio CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:18:24 Modified files: sys/sys : systm.h Log message: typos; from bret lambert CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:27:57 Modified files: libexec/spamlogd: spamlogd.8 spamlogd.c Log message: - sort options - sync usage() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:34:47 Modified files: sbin/pflogd : pflogd.8 pflogd.c Log message: - sort options - sync usage() CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 07:52:06 Modified files: lib/libc/gen : syslog.3 Log message: various fixes from wiz@netbsd CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/26 08:26:49 Modified files: usr.sbin/bgpd : pfkey.c session.h Log message: * make sure we keep copies of everything we need to * remove SAs and flows later again, even if the * configuration info changed due to reload. * We need: SPIs, method, local_addr, remote_addr. * remote_addr cannot change, so no copy. with this, I have just migrated a session from tcp md5sig to ipsec esp ike, just with bgpctl reload (both sides) followed by bgpctl neighbor $foo clear (just one side)! claudio ok CVSROOT: /cvs Module name: www Changes by: fkr@cvs.openbsd.org 2006/10/26 08:47:35 Modified files: . : i386.html Log message: add Sierra Wireless AC850 to the list, reported working by claudio@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/10/26 09:06:48 Modified files: . : plus.html Log message: 3 more weeks (08/20) from jan.johansson@it.su.se CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/26 09:29:37 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/26 10:34:26 Modified files: editors/vim : Makefile distinfo Log message: More patches from vim.org ok sturm CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 11:57:16 Modified files: lang/ruby : Makefile Log message: Fix LIB_DEPENDS for subpackages and bump PKGNAMEs. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 12:03:10 Modified files: share/man/man4 : bridge.4 Log message: no need to cause every reference to pf to be an Xr; on the other hand, referencing `PF' is not so helpful either; mutated from a diff from okan demirmen; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 12:15:24 Modified files: lang/ruby : Makefile Log message: Args, LIB_DEPENDS should be correct now... Sorry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 13:25:34 Modified files: sys/dev/ic : fxp.c Log message: fix fxp(4) so that it will reset the link when you change the speed... This will fix a problem where you boot w/ the default of autoselect, but then set the speed to 100/full, the switch will keep the autoselect/100/full negotiation... This will continue to work till someone resets the switch or unplugs the cable resulting in the switch failing to autoneg and falling back to 100/half, causing a hard to track down duplex mismatch.. From nCircle Network Security, Inc. via FreeBSD Tested by ckuethe@, pedro@, brad@, craig at creative dot com dot au CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:42:36 Modified files: share/man/man4 : moscom.4 uark.4 ubsa.4 ucycom.4 uftdi.4 uipaq.4 umct.4 umsm.4 uplcom.4 uslcom.4 uvscom.4 usb.4 Log message: tidy up the .Nd for some usb devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:45:25 Modified files: share/man/man4 : ucom.4 Log message: improve wording; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/26 13:45:58 Modified files: www/mod_ruby : Makefile distinfo www/mod_ruby/pkg: PLIST Log message: Update to mod_ruby-1.2.6. From maintainer Adam Montague. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:56:40 Modified files: share/man/man4 : usb.4 uvisor.4 Log message: poor, neglected, uvisor... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 13:59:00 Modified files: share/man/man4 : usb.4 Log message: oops, uvisor was hiding here all the time; i've moved it up into the serial/parallel section, since it attaches at ucom; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:02:34 Modified files: share/man/man4 : ucom.4 Log message: no need to list all devices in SEE ALSO; usb(4) does that already CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:13:13 Modified files: share/man/man4 : upl.4 uscanner.4 usscanner.4 usb.4 Log message: more Nd tidy up for usb devices; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/26 14:19:12 Modified files: usr.bin/sed : sed.1 Log message: - document that multiple commands may be newline or semicolon separated - refer to latest posix revision - note that -a and newline-separated multiple commands are non-portable - note which commands do not permit being specified separated by semicolons based around pr 5269, from tilo stritzky much help/ok otto CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 15:40:26 Modified files: x11/openbox : Makefile distinfo x11/openbox/pkg: DESCR PLIST Added files: x11/openbox/patches: patch-openbox-menuframe_c patch-render-font_c patch-render-gradient_c Log message: - update openbox to 3.3.1 - zap NO_REGRESS - re-format DESCR while there please note there are new themes introduced, so you may find your old theme removed. ok naddy CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:18:50 Log message: import p5-Finance-Currency-Convert-XE 0.11 this module comes in handy when doing currency conversions ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/converters/p5-inance-Currency-Convert-XE/Makefile N ports/converters/p5-inance-Currency-Convert-XE/distinfo N ports/converters/p5-inance-Currency-Convert-XE/pkg/PLIST N ports/converters/p5-inance-Currency-Convert-XE/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:21:55 Removed files: converters/p5-inance-Currency-Convert-XE: Makefile distinfo converters/p5-inance-Currency-Convert-XE/pkg: DESCR PLIST Log message: sigh... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:23:01 Log message: import p5-Finance-Currency-Convert-XE 0.11 this module comes in handy when doing currency conversions ok steven (correct location this time) Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/converters/p5-Finance-Currency-Convert-XE/Makefile N ports/converters/p5-Finance-Currency-Convert-XE/distinfo N ports/converters/p5-Finance-Currency-Convert-XE/pkg/PLIST N ports/converters/p5-Finance-Currency-Convert-XE/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/26 16:24:28 Modified files: converters : Makefile Log message: add p5-Finance-Currency-Convert-XE CVSROOT: /cvs Module name: src Changes by: cloder@cvs.openbsd.org 2006/10/26 16:36:54 Modified files: usr.bin/xlint/lint1: tree.c Log message: Remove an unused variable spotted by lint. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 16:41:10 Modified files: sys/dev/pci : if_bge.c Log message: bge_encap(): - Move TX ring full sanity check further up and check the number of DMA segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested by brad@ sturm@ wilfried@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 16:57:17 Modified files: sys/dev/pci : if_bge.c Log message: Fix this by commiting the proper revision of the bge_encap() diff. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 17:15:16 Modified files: sys/dev/pci : if_stge.c Log message: Set Rx early threshold and Tx DMA thesholds. From Linux via FreeBSD CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/26 19:22:12 Modified files: faq : faq6.html Log message: Too many NONEs (there's a bad pun in there, and I can't think of it). Spotted by raff at brodewicz pl, thanks! CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/26 20:41:24 Modified files: lib/librthread : rthread_libc.c rthread_stack.c Log message: two comment typos from tbert CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 21:58:11 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA GeForce 6100 nForce 430 and some more MCP61 devices. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/26 21:58:41 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 00:05:00 Modified files: security/py-paramiko: Makefile security/py-paramiko/pkg: PLIST Log message: set MODPY_SETUPTOOLS=Yes, so it uses py-setuptools properly instead of detecting it and failing installation. bump PKGNAME. help and ok djm@, ok xsa@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 00:05:35 Modified files: mail/cyrus-imapd: Makefile Log message: bump ALL pkgnames after changing maintainer ! CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/27 01:04:45 Modified files: faq/fr : faq14.html faq/pf/fr : carp.html faq/pf/pt : carp.html fr : events.html want.html openbgpd/fr : users.html pt : art2.html index.html plat.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 01:14:24 Modified files: devel/libdvdread: Makefile distinfo Log message: Bug-fix update. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:16:25 Modified files: usr.bin/last : last.1 last.c Log message: - simplify and sort synopsis - sort options - some minor text tweaks - sync usage() CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 01:19:34 Log message: import itk 3.3 [incr Tk] is a framework for building mega-widgets using the [incr Tcl] object system. Mega-widgets are high-level widgets like a file browser or a tab notebook that act like ordinary Tk widgets but are constructed using Tk widgets as component parts, without having to write C code. In effect, a mega-widget looks and acts exactly like a Tk widget, but is considerably easier to implement. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061027 N ports/x11/itk/Makefile N ports/x11/itk/distinfo N ports/x11/itk/patches/patch-Makefile_in N ports/x11/itk/patches/patch-pkgIndex_tcl_in N ports/x11/itk/patches/patch-configure N ports/x11/itk/patches/patch-tests_interp_test N ports/x11/itk/pkg/DESCR N ports/x11/itk/pkg/PLIST N ports/x11/itk/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 01:19:45 Modified files: x11 : Makefile Log message: +itk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:20:20 Modified files: usr.bin/last : last.1 Log message: - update Nd somewhat - missing comma CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 01:23:50 Modified files: net/mldonkey/stable: Makefile distinfo net/mldonkey/stable/patches: patch-config_Makefile_in patch-config_configure_in net/mldonkey/stable/pkg: PLIST Log message: Update to 2.8.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 01:26:38 Modified files: usr.bin/last : last.1 Log message: expand the description of -d somewhat; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/27 03:10:00 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : ioapic.4 Log message: Add ioapic(4). ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:23:49 Log message: import p5-Task-Weaken 0.99 this module ensures that a platform has weaken support "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/devel/p5-Task-Weaken/Makefile N ports/devel/p5-Task-Weaken/distinfo N ports/devel/p5-Task-Weaken/pkg/PLIST N ports/devel/p5-Task-Weaken/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:28:11 Log message: import p5-Params-Util 0.21 Params::Util provides a basic set of functions that makes checking parameters easier. "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/devel/p5-Params-Util/Makefile N ports/devel/p5-Params-Util/distinfo N ports/devel/p5-Params-Util/pkg/DESCR N ports/devel/p5-Params-Util/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:30:45 Modified files: devel : Makefile Log message: add p5-Params-Util and p5-Task-Weaken CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:33:53 Log message: import p5-PPI 1.118 PPI is a package for parsing and manipulating Perl source/documents. "go ahead" bernd Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/textproc/p5-PPI/Makefile N ports/textproc/p5-PPI/distinfo N ports/textproc/p5-PPI/pkg/PLIST N ports/textproc/p5-PPI/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 03:35:44 Modified files: textproc : Makefile Log message: add p5-PPI CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/27 03:44:21 Modified files: security/amap : Makefile Log message: - drop maintainership. - bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/27 03:49:27 Modified files: security/portsentry: Makefile distinfo security/portsentry/pkg: PLIST Added files: security/portsentry/patches: patch-portsentry_c patch-portsentry_conf Removed files: security/portsentry/patches: patch-portsentry.conf patch-portsentry_config.h Log message: - update to 1.2 . - honor CFLAGS. - install configuration under ${SYSCONFDIR}/portsentry/ - update license. Okay kevlo@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 04:01:37 Modified files: textproc/p5-PPI: Makefile Log message: fix RUN_DEPENDS, spotted by steven CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/27 04:12:44 Modified files: mail/p5-Mail-SpamAssassin: Makefile distinfo mail/p5-Mail-SpamAssassin/patches: patch-Makefile_PL patch-sa-update_raw mail/p5-Mail-SpamAssassin/pkg: PLIST Removed files: mail/p5-Mail-SpamAssassin/patches: patch-lib_Mail_SpamAssassin_pm patch-spamc_spamc_pod Log message: - update to version 3.1.7 (by Andreas Vögele, with some cleanings) - use /var/db/spamassassin as homedir for _spamdaemon user - does _not_ remove /var/db/spamassassin when using `pkg_delete -c` "go ahead" steven@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 04:24:43 Modified files: textproc : Makefile Log message: sort CVSROOT: /cvs Module name: src Changes by: gwk@cvs.openbsd.org 2006/10/27 04:42:39 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Partially revert 1.33 the range calculation change for bandit unfourtunately breaks some machines found the hard way by xsa@ and mbalmer@. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 05:28:40 Modified files: sys/dev/usb : udcf.c Log message: udcf(4) degraded the sensor status from OK to WARNING on the first receiption error, which is to fast as this does not give ntpd the opportunity to use the sensor value. If we decode a valid time information, it has to be available to applications for some minimal time. I choose a value of 5 minutes. If we do not receive any new valid time information during this period, the sensor will be degraded to WARNING, and after another fifteen minutes it will be further degraded to CRITICAL. "makes sense to me" henning@, "sure" deraadt@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 05:29:07 Modified files: share/man/man4 : udcf.4 Log message: Reflect recent changes in udcf(4). CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/27 06:22:41 Modified files: usr.sbin/ntpd : client.c ntp.c ntpd.h sensors.c util.c Log message: use clock_gettime(CLOCK_MONOTONIC, ..) to get a monotonically increasing time, and make ntpd use that to send the next uery to an ntp peer and the like. this has the advantage that changes to the clock do not interfere with the intervals. for example, when we start on machines without an RTC and the initial settime (-s) kicks in, intervals were strange. idea from amandal@entrisphere.com, this implementation by me tested ckuethe, phessler, mbalmer, ok mbalmer CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/27 06:53:01 Modified files: audio/audacity : Makefile audio/libsamplerate: Makefile editors/ldapvi : Makefile editors/leafpad: Makefile games/spacehulk: Makefile graphics/sane-backends: Makefile graphics/sane-frontends: Makefile lang/spidermonkey: Makefile mail/drac : Makefile mail/kpoppassd : Makefile mail/thunderbird-i18n: Makefile net/gftp : Makefile print/htmldoc : Makefile www/cssed : Makefile www/firefox-i18n: Makefile x11/qrfcview : Makefile Log message: - update my email address - bump PKGNAME ok robert@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/27 07:32:07 Modified files: faq/nl : faq10.html faq15.html faq5.html faq6.html index.html upgrade-minifaq.html faq/pf/nl : carp.html fr : i386.html nl : i386.html orders.html porttest.html translation.html openbgpd/nl : users.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/27 07:56:51 Modified files: sys/net : pf.c pf_ioctl.c pfvar.h Added files: sys/net : pf_ruleset.c Log message: Split ruleset manipulation functions out into pf_ruleset.c to allow them to be imported into pfctl. This is a precursor to separating ruleset parsing from loading in pfctl, and tons of good things will come from it. 2 minor changes aside from cut-n-paste and #define portability magic: - instead of defining the global pf_main_ruleset, define pf_main_anchor (which contains the pf_main_ruleset) - allow pf_find_or_create_ruleset() to return the pf_main_ruleset if it's passed an empty anchor name. ok henning dhartmei CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:08:02 Log message: import libmpd 0.12.0 libmpd is an abstraction around libmpdclient. It provides an easy and reliable callback based interface to mpd. ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/audio/libmpd/Makefile N ports/audio/libmpd/distinfo N ports/audio/libmpd/pkg/PLIST N ports/audio/libmpd/pkg/PFRAG.shared N ports/audio/libmpd/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:11:16 Log message: import gmpc 0.13.0 GMPC is a frontend for the mpd (Music Player Daemon). It's focused on being fast and easy to use, while still making optimal use of all the functions in mpd. from Pierre-Yves Ritschard feedback and ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061027 N ports/audio/gmpc/Makefile N ports/audio/gmpc/distinfo N ports/audio/gmpc/pkg/PLIST N ports/audio/gmpc/pkg/DESCR N ports/audio/gmpc/patches/patch-src-misc_c N ports/audio/gmpc/patches/patch-src-player_c N ports/audio/gmpc/patches/patch-src-playlist3_c N ports/audio/gmpc/patches/patch-src-TreeSearchWidget_c N ports/audio/gmpc/patches/patch-src-main_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:14:08 Modified files: audio : Makefile Log message: add gmpc and libmpd CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 08:24:21 Modified files: audio/gmpc : Makefile Log message: USE_LIBTOOL=Yes spotted by bernd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 09:26:25 Modified files: lib/libusbhid : usage.c Log message: actually the format strings do come from the usb_hid_usages file; from janus@errornet.de CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/27 10:02:02 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-config_office_set_soenv_in patch-odk_setsdkenv_unix_csh_in patch-odk_setsdkenv_unix_sh_in patch-portaudio_portaudio_v18_1_patch patch-sal_osl_unx_security_c patch-scp2_source_ooo_file_library_ooo_scp patch-solenv_inc_unxobsdi_mk patch-stlport_STLport-4_5_patch editors/openoffice/pkg: PFRAG.shared PLIST Added files: editors/openoffice/patches: patch-psprint_source_printer_cupsmgr_cxx patch-shell_source_unix_misc_gnome-open-url_c patch-stlport_makefile_mk patch-vcl_unx_source_gdi_salogl_cxx Log message: - libxslt is a BUILD_DEPEND not a LIB_DEPEND - enable cairo support - enable portaudio/sendfile - audio not working yet, revisit later - adjust include and lib search order again. put /usr/local before /usr/X11R6 so we link to ports expat and not the one that comes with X11R6 - add -pthread to PTHREAD_CFLAGS in odk subproject - integrate audacity portaudio patches and link to ossaudio - strip Linux shlib major version numbers from dlopen()'ed lib names - link stlport with stdc++ to resolve some undefined symbols - remove getpwuid_r workaround in sal/osl/unx/security.c since a suitable one already exits in sal/osl/unx/system.c CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 10:05:27 Modified files: sbin/nmeaattach: nmeaattach.8 nmeaattach.c Log message: Fix a small typo in the manpage and while here add some space between functions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/27 10:34:02 Modified files: x11/wmii : Makefile Log message: - fix homepage - tidy "post-install" a bit - bump pkgname from MAINTAINER CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/27 10:34:52 Modified files: devel/p5-IO-Pager: Makefile Log message: interactive tests CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/27 11:06:12 Modified files: . : events.html Log message: The real title of my venice talk. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 11:10:48 Modified files: share/man/man4 : Makefile share/man/man4/man4.amd64: Makefile share/man/man4/man4.i386: Makefile Added files: share/man/man4/man4.amd64: ioapic.4 share/man/man4/man4.i386: ioapic.4 Removed files: share/man/man4 : ioapic.4 Log message: ioapic is md; after some discussion w/ miod CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 11:52:33 Modified files: x11/wmii : Makefile Log message: actually update the homepage now... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/27 11:52:39 Modified files: sys/arch/sparc/dev: tctrl.c Log message: If the lid is closed during boot, blank screen immediately. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 12:26:11 Modified files: sys/conf : files Log message: mcbride forgot to pull in the newly created pf_ruleset.c CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/27 12:46:53 Modified files: sbin/nmeaattach: nmeaattach.8 Log message: Sometimes a compromise is needed. After a discussion with jmc and ckuethe. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/27 13:26:13 Modified files: faq/pf : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html Log message: "tweaks and fixes" from Jeremy Reed, via Joel@. Committed at request of joel@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/27 13:50:55 Modified files: . : events.html Log message: Systems 2006 is over CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/27 13:59:14 Modified files: sys/arch/sparc64/include: ctlreg.h Log message: Add a few UltraSPARC-III ASI's. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/27 14:02:49 Modified files: sys/arch/vax/vsa: gpx.c Log message: Hide hardware cursor on 4bpp model. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:29:19 Modified files: misc/screen : Tag: OPENBSD_3_9 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:36:25 Modified files: misc/screen : Tag: OPENBSD_3_8 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 14:41:47 Modified files: textproc/catdoc: Makefile distinfo textproc/catdoc/pkg: DESCR PFRAG.tk PLIST Removed files: textproc/catdoc/patches: patch-src_Makefile_in Log message: update to catdoc 0.94.2 now also includes: * catppt (powerpoint -> ascii) * xls2csv (excel -> comma separated values) tested/ok kili@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:47:32 Modified files: games/fire : Tag: OPENBSD_3_8 Makefile Added files: games/fire/patches: Tag: OPENBSD_3_8 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/27 14:48:31 Modified files: games/fire : Tag: OPENBSD_3_9 Makefile Added files: games/fire/patches: Tag: OPENBSD_3_9 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/27 15:52:08 Modified files: share/man/man4 : Makefile Added files: share/man/man4 : mainbus.4 Log message: mainbus stub; help/ok miod CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/27 17:47:23 Modified files: misc/gpsd : Makefile distinfo misc/gpsd/patches: patch-gpsd_c misc/gpsd/pkg : PLIST PLIST-motif Added files: misc/gpsd/patches: patch-Makefile_in Removed files: misc/gpsd/patches: patch-gpsd_h patch-serial_c Log message: Update gpsd 2.29 -> 2.33 Suggestions and testing by jolan@ and steven@ - Thanks! ok jolan, steven CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/27 17:53:27 Modified files: sysutils/sec : Makefile distinfo Log message: update to sec 2.4.0 from maintainer Okan Demirmen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/27 18:57:08 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/27 21:30:31 Modified files: gnu/usr.bin/gcc/gcc/config/rs6000: openbsd.h rs6000.c Log message: Make stack executable when doing trampolines on macppc Okay espie@, kettenis@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/28 00:34:19 Modified files: sys/net : bpf_filter.c Log message: Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32; ok henning@ deraadt@ canacar@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 01:35:41 Modified files: mail/p5-Mail-SpamAssassin: Makefile Log message: Maintainer change. Bump PKGNAME. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 01:36:18 Modified files: share/man/man4/man4.amd64: Makefile Added files: share/man/man4/man4.amd64: cpu.4 Log message: edited cut of tedu's cpu(4) page for amd64; help/ok tedu CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/28 03:26:46 Modified files: sys/dev/usb : udcf.c Log message: - Use better names for the variables containing the timeouts in Hz instead of just t1-t10. - Remove some unused variables. - Restructure some functions to remove some levels of indentation. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 03:41:46 Modified files: share/man/man4/man4.amd64: Makefile Added files: share/man/man4/man4.amd64: bios.4 Log message: edited cut of mickey's i386 bios(4) page; help tom gwk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:15:10 Modified files: archivers/libmspack: Makefile archivers/lzma : Makefile archivers/lzo : Makefile archivers/ucl : Makefile archivers/unshield: Makefile archivers/zipios: Makefile Log message: replace SHARED_LIBS with libtool-generated entry, that shows the original number of the library no functional change CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 04:26:26 Modified files: lib/libarch/amd64: amd64_get_mtrr.2 sbin/iopctl : iopctl.8 share/man/man4 : ac97.4 ahc.4 iop.4 pchb.4 scsi.4 ehci.4 share/man/man4/man4.sgi: intro.4 share/man/man4/man4.alpha: intro.4 share/man/man4/man4.zaurus: intro.4 share/man/man4/man4.amd64: intro.4 share/man/man4/man4.cats: intro.4 share/man/man4/man4.hppa: intro.4 share/man/man4/man4.i386: intro.4 share/man/man4/man4.mac68k: mainbus.4 share/man/man4/man4.macppc: intro.4 share/man/man4/man4.sparc: qec.4 share/man/man4/man4.sparc64: intro.4 qec.4 share/man/man4/man4.armish: intro.4 share/man/man5 : files.conf.5 share/man/man9 : autoconf.9 bus_dma.9 bus_space.9 Log message: prefer `buses' to `busses' for the noun plural; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:30:41 Modified files: audio/akode : Makefile audio/amarok : Makefile audio/bmp : Makefile audio/esound : Makefile audio/faac : Makefile audio/faad : Makefile audio/flac : Makefile audio/id3lib : Makefile audio/lame : Makefile audio/liba52 : Makefile audio/libao : Makefile audio/libcdaudio: Makefile audio/libid3tag: Makefile audio/libmad : Makefile audio/libmikmod: Makefile audio/libmpcdec: Makefile audio/libogg : Makefile audio/libsamplerate: Makefile audio/libsidplay: Makefile audio/libsndfile: Makefile audio/libvorbis: Makefile audio/rioutil : Makefile audio/speex : Makefile audio/taglib : Makefile audio/tremor : Makefile Log message: re-format SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:50:56 ports/devel/lib765/patches Update of /cvs/ports/devel/lib765/patches In directory cvs.openbsd.org:/tmp/cvs-serv26886/patches Log Message: Directory /cvs/ports/devel/lib765/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:51:30 Modified files: devel/lib765 : Makefile Added files: devel/lib765/patches: patch-lib_Makefile_in Log message: zap MODGNU_*, new SHARED_LIBS format. no package change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 04:54:57 Removed files: devel/lib765/patches: patch-lib_Makefile_in Log message: zap CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 05:19:21 Modified files: chinese/libtabe: Makefile comms/gnokii : Makefile comms/obexftp : Makefile comms/openobex : Makefile comms/pilot-link: Makefile converters/libdvd: Makefile converters/libdvdcss: Makefile converters/libiconv: Makefile converters/recode: Makefile converters/wv2 : Makefile converters/xlhtml: Makefile databases/db/v3: Makefile databases/db/v4: Makefile databases/dbh : Makefile databases/evolution-data-server: Makefile databases/freetds: Makefile databases/gdbm : Makefile databases/iodbc: Makefile databases/libpqxx: Makefile databases/mdbtools/snapshot: Makefile databases/mysql: Makefile databases/openldap: Makefile databases/sqlite: Makefile databases/sqlite3: Makefile devel/ORBit : Makefile devel/ORBit2 : Makefile devel/apr-util : Makefile devel/apr : Makefile devel/argtable : Makefile devel/atk : Makefile devel/atlas : Makefile devel/autogen : Makefile devel/boehm-gc : Makefile devel/chmlib : Makefile devel/cppunit : Makefile devel/fox : Makefile devel/fribidi : Makefile devel/g-wrap : Makefile devel/gal : Makefile devel/gal2 : Makefile devel/gconf : Makefile devel/gconf2 : Makefile devel/gengameng: Makefile devel/gettext : Makefile devel/giblib : Makefile devel/glib : Makefile devel/glib2 : Makefile devel/glib2mm : Makefile devel/gmp : Makefile devel/gsl : Makefile devel/gstreamer: Makefile devel/guilib : Makefile devel/libIDL : Makefile devel/libJudy : Makefile devel/libast : Makefile devel/libaudiofile: Makefile devel/libdockapp: Makefile devel/libdsk : Makefile devel/libdvdplay: Makefile devel/libglade : Makefile devel/libglade2: Makefile devel/libgsf : Makefile devel/libgtop : Makefile devel/libgtop2 : Makefile Log message: a few more SHARED_LIBS reformat CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/28 05:52:13 Modified files: x11/kde/libs3 : Makefile x11/kde/base3 : Makefile Log message: new format for SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:35:11 Log message: pear-Cache is a Framework for caching of arbitrary data for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-Cache_20061028 N ports/devel/pear-Cache/distinfo N ports/devel/pear-Cache/Makefile N ports/devel/pear-Cache/pkg/DESCR N ports/devel/pear-Cache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:40:51 Modified files: devel/pear-Cache: Makefile Log message: Add a forgotten RUN_DEPENDS. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:41:24 Modified files: devel : Makefile Log message: Add pear-Cache CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:43:43 Log message: pear-XML-Serializer is a Swiss-army knife for reading and writing XML files for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-XML-Serializer_20061028 N ports/textproc/pear-XML-Serializer/Makefile N ports/textproc/pear-XML-Serializer/distinfo N ports/textproc/pear-XML-Serializer/pkg/DESCR N ports/textproc/pear-XML-Serializer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 06:45:17 Modified files: textproc : Makefile Log message: Add pear-XML-Serializer CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 07:54:47 Modified files: benchmarks/pear-Benchmark: Makefile distinfo benchmarks/pear-Benchmark/pkg: PLIST Log message: Maintenance update to version 1.2.6. The most notable change is that they switched to a BSD license, see http://www.opensource.org/licenses/bsd-license.php, since I last updated this port. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 08:23:18 Modified files: share/man/man4 : nsphyter.4 Log message: MACPHYTER -> MacPHYTER; from igor sobrado (pr #5276) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/28 08:27:26 Modified files: share/man/man4 : nsphyter.4 Log message: remove some useless .Tn; CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:29:05 Modified files: sbin/pfctl : Makefile parse.y pfctl.c pfctl_optimize.c pfctl_parser.c pfctl_parser.h Log message: Load all rules into memory before loading into the kernel, and add support for anchors loaded inline in pf.conf, enclosed in a brace-delimited block ("{" "}"). anchor on fxp0 { pass in proto tcp port 22 } The anchor name is optional on inline loaded anchors. testing ckuethe@ ok henning@ dhartmei@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:30:05 Modified files: regress/sbin/pfctl: pf31.ok pf51.ok pf80.ok pfail1.ok pfail10.ok pfail11.ok pfail19.ok pfail20.ok pfail25.ok pfail44.ok pfail49.ok pfail50.ok pfail9.ok pfopt4.ok Log message: Expected regress changes due to separation of parsing and kernel loading. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/28 08:31:01 Modified files: share/man/man5 : pf.conf.5 Log message: Document inline anchor loading with { } delimited blocks. CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/28 09:28:36 Modified files: databases/mysql: Makefile Log message: argh! it turns out MySQL AB screwed up and made unintended API/ABI changes with 5.0.26 which will be reverted with the next release. bump the major version of the client shared libs. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/28 09:51:33 Modified files: sys/arch/landisk/dev: wdc_obio.c Log message: Make this work. With help from drahn@ and mickey@. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/28 10:06:05 Modified files: libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c libexec/ld.so/powerpc: rtld_machine.c Log message: Only mprotect pages during relocation if the library is marked TEXTREL mips64 version still needs testing. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/28 10:20:04 Modified files: sys/arch/amd64/include: profile.h Log message: Make sure we call _mcount throught the PLT when generating PIC code. ok drahn@, miod@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 10:20:52 Modified files: graphics/ImageMagick: Makefile distinfo graphics/ImageMagick/patches: patch-configure_ac graphics/ImageMagick/pkg: PLIST graphics/p5-PerlMagick: Makefile distinfo graphics/p5-PerlMagick/patches: patch-PerlMagick_Makefile_PL Added files: graphics/ImageMagick/patches: patch-Makefile_in Log message: update to ImageMagick 6.3.0.0 ok bernd@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 10:48:16 Modified files: graphics/ufraw : Makefile distinfo graphics/ufraw/patches: patch-nikon_curve_c patch-ufraw-batch_c patch-ufraw_c patch-ufraw_developer_c graphics/ufraw/pkg: PLIST Removed files: graphics/ufraw/patches: patch-ufraw_preview_c Log message: Update to ufraw-0.10. See http://ufraw.sourceforge.net/ for a complete list of changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:11:29 Log message: pear-File, common file and directory routines for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-File_20061028 N ports/textproc/pear-File/Makefile N ports/textproc/pear-File/distinfo N ports/textproc/pear-File/pkg/DESCR N ports/textproc/pear-File/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:12:14 Modified files: textproc : Makefile Log message: Add pear-File. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:21:03 Log message: OO LDAP access for PHP. Status: Vendor Tag: mbalmer Release Tags: pear-Net-LDAP_20061028 N ports/net/pear-Net-LDAP/Makefile N ports/net/pear-Net-LDAP/distinfo N ports/net/pear-Net-LDAP/pkg/DESCR N ports/net/pear-Net-LDAP/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:21:49 Modified files: net : Makefile Log message: Add pear-Net-LDAP. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:40:51 Modified files: devel/pear-Date: Makefile distinfo devel/pear-Date/pkg: PLIST Log message: Update to version 1.4.6. They changed the license to a BSD style license. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/28 11:44:09 Modified files: sysutils/dwdiff: Makefile distinfo sysutils/dwdiff/pkg: PLIST Log message: update dwdiff to 1.2.1 and install German language catalog This release fixes a bug in resetting the color on 64 bit platforms ok steven CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:49:11 Modified files: devel/pear-Log : Makefile distinfo devel/pear-Log/pkg: PLIST Log message: Update to pear-Log-1.9.9 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:50:19 Modified files: devel/pear-Date: Makefile Log message: Use correct PKG_NAME. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 11:52:18 Modified files: devel/itcl : Makefile devel/itcl/pkg : PLIST x11/itk : Makefile x11/itk/pkg : PLIST Removed files: devel/itcl/patches: patch-generic_itcl_cmds_c Log message: add the version numbers back into some directory names, this works out better for dependent ports. ok maintainer CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:54:37 Modified files: devel/pear-Config: Makefile distinfo devel/pear-Config/pkg: PLIST Log message: Bugfix update to version 1.10.7. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 11:58:48 Modified files: mail/pear-Mail : Makefile distinfo mail/pear-Mail/pkg: PLIST Log message: Maintenance update to 1.1.14. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 12:01:52 Modified files: mail/pear-Mail-Mime: Makefile distinfo mail/pear-Mail-Mime/pkg: PLIST Log message: Maintenance/bugfix update to version 1.3.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/28 12:08:10 Modified files: usr.bin/ssh : ssh.1 Log message: correct/expand example of usage of -w; ok jmc@ stevesk@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 12:59:10 Modified files: infrastructure/db: config.site Log message: add various new functions and a few headers. tested in a full build. "go ahead" espie@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 13:53:06 Log message: import FreeMat 2.0 FreeMat is a free environment for rapid engineering and scientific prototyping and data processing. It is similar to commercial systems such as MATLAB from Mathworks, and IDL from Research Systems, but is Open Source. FreeMat includes several novel features such as a codeless interface to external C/C++/FORTRAN code, parallel/distributed algorithm development (via MPI), and plotting and visualization capabilities. Status: Vendor Tag: steven Release Tags: steven-20061028 N ports/math/freemat/distinfo N ports/math/freemat/Makefile N ports/math/freemat/pkg/PLIST N ports/math/freemat/pkg/DESCR N ports/math/freemat/patches/patch-configure N ports/math/freemat/patches/patch-libs_libFreeMat_WalkTree_cpp N ports/math/freemat/patches/patch-libs_libXP_KeyManager_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_QTTerm_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_Editor_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_PathTool_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_ToolDock_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_VariablesTool_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_highlighter_moc_cpp N ports/math/freemat/patches/patch-libs_libXP_FileTool_moc_cpp N ports/math/freemat/patches/patch-libs_libFreeMat_Module_cpp N ports/math/freemat/patches/patch-libs_libXP_HistoryWidget_moc_cpp N ports/math/freemat/patches/patch-libs_libCore_IO_cpp N ports/math/freemat/patches/patch-libs_libCore_helpwidget_moc_cpp N ports/math/freemat/patches/patch-src_Makefile_in N ports/math/freemat/patches/patch-libs_libGraphics_HandleAxis_cpp N ports/math/freemat/patches/patch-libs_libCore_Makefile_in N ports/math/freemat/patches/patch-libs_libCore_Directory_cpp N ports/math/freemat/patches/patch-libs_libCore_Inspect_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 13:53:28 Modified files: math : Makefile Log message: +freemat CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/28 14:21:41 Modified files: net/pear-HTTP-Request: Makefile Log message: undo accidental downgrade of package revision CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 14:38:26 Log message: import Iwidgets 4.0.1 [incr Widgets] is an object-oriented mega-widget set which extends Tcl/Tk and is based on [incr Tcl] and [incr Tk]. This set of mega-widgets delivers many new, general purpose widgets like option menus, comboboxes, selection boxes, and various dialogs whose couterparts are found in Motif and Windows. from nikns at secure.lv Status: Vendor Tag: steven Release Tags: steven-20061028 N ports/x11/iwidgets/distinfo N ports/x11/iwidgets/Makefile N ports/x11/iwidgets/patches/patch-configure N ports/x11/iwidgets/patches/patch-Makefile_in N ports/x11/iwidgets/pkg/DESCR N ports/x11/iwidgets/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 14:38:59 Modified files: x11 : Makefile Log message: +iwidgets CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/28 14:56:46 Modified files: sys/nfs : nfs_socket.c Log message: Dont initialize the nm_srtt and nm_sdrtt arrays out of bounds. ok pedro@ CVSROOT: /cvs Module name: src Changes by: naddy@cvs.openbsd.org 2006/10/28 15:14:29 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: revert previous change; causes segfault when called from pkg_mklocatedb/locate.mklocatedb CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/28 15:15:03 Added files: papers : bio.pdf Log message: Add my slides from NYCBSDCon. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/28 15:17:54 Modified files: . : events.html Log message: Link to my slides for NYCBDCon. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/28 15:52:02 Modified files: lang/ruby : ruby.port.mk Log message: Remove REV and SUB. All ruby ports are using the new variables now. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/28 16:14:47 Modified files: sys/dev/pci : if_bge.c Log message: M_TRAILINGSPACE(m) returns 0 if M_READONLY(m) is true, so no need to call both. From tsutsui@NetBSD CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/28 16:19:00 Modified files: net/pear-HTTP-Request: Makefile distinfo net/pear-HTTP-Request/pkg: PLIST Log message: Maintenance update to 1.4.0. And I would be so happy if the pear port would get fixed... CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/10/28 16:30:50 Modified files: . : events.html Log message: Add Michele Marchettos talk on OpenRIPD. CVSROOT: /cvs Module name: www Changes by: fgsch@cvs.openbsd.org 2006/10/28 16:38:27 Modified files: . : events.html Log message: linuxexpo is past now. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/10/28 16:52:13 Modified files: www/links+ : Makefile distinfo www/links+/patches: patch-configure_in Log message: update to 2.1pre23; while i'm here remove myself as maintainer. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/28 17:23:29 Modified files: math/fftw3 : Makefile math/fftw3/pkg : PFRAG.double Log message: ensure that older packages get updated to the new default flavor "go ahead" bernd@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/28 17:26:05 Modified files: sys/arch/alpha/alpha: disksubr.c sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/hppa/hppa: disksubr.c sys/arch/hppa64/hppa64: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mips64/mips64: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: We don't currently write a disklabel into an OpenBSD ('A6') DOS MBR extended partition except on alpha, hppa, hppa64 and mips64. So don't spoof extended partitions as 'a' and try to read a disklabel from them. Make all archs consistant. When we can boot from extended partitions we can change to reading and writing disklabels from them. This means the first OpenBSD ('A6') extended partition will now be ignored during spoofing, just as subsequent ones have always been. Feedback from tom@, weingart@ and deraadt@. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/28 18:02:35 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/arm/arm: disksubr.c sys/arch/aviion/aviion: disksubr.c sys/arch/i386/i386: disksubr.c sys/arch/landisk/landisk: disksubr.c sys/arch/macppc/macppc: disksubr.c sys/arch/mvmeppc/mvmeppc: disksubr.c Log message: Remove redundant if (msg) {} block around invocations of iso_disklabelspoof() and udf_disklabelspoof(). Use (msg && iso_disklabelspoof()) instead. Makes more arch's textually consistant. No functional change. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/28 18:53:37 Modified files: sys/ufs/ufs : inode.h ufsmount.h sys/ufs/ffs : ffs_vnops.c Removed files: sys/ufs/ufs : ufs_readwrite.c Log message: LFS and FFS shared the same read and write vnops, through the macro games in ufs_readwrite.c (LFS_READWRITE) now that LFS has gone, make these functions ffs specific and move them into ffs/ffs_vnops.c zapping ufs_readwrite.c in the process. Also, remove lfs fields from the inode and ufsmount structs. ok toby@,deraadt@,pedro@ testing and ok krw@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 01:27:05 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Add a section in the README file about the accounts involved in a PostgreSQL database and point to two administrative user interfaces (phppgadmin and pgadmin3). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 02:29:29 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Add a section on KerberosV support to the README.OpenBSD file. From Tom McLaughlin , thanks! CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 03:37:59 Modified files: databases/openldap: Makefile Log message: Bring back support for KerberosV, from Bjoern Sandell Thanks. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 03:53:40 Log message: GraphicsMagick is a fork of ImageMagick intended to have a more stable API for 3rd party developers. This port is mostly a clone of the ImageMagick port. It's a prerequisite for koffice 1.6 Status: Vendor Tag: espie Release Tags: kde N ports/graphics/GraphicsMagick/distinfo N ports/graphics/GraphicsMagick/Makefile N ports/graphics/GraphicsMagick/pkg/PLIST N ports/graphics/GraphicsMagick/pkg/PFRAG.shared N ports/graphics/GraphicsMagick/pkg/DESCR N ports/graphics/GraphicsMagick/patches/patch-configure_ac No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 03:54:38 Modified files: graphics : Makefile Log message: +GraphicsMagick* CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/29 03:58:53 Modified files: de : donations.html goals.html hppa.html i386.html orders.html report.html support.html vax.html faq/de : current.html faq1.html faq14.html faq4.html faq6.html index.html faq/fr : faq6.html faq/pf/de : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html faq/pf/fr : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html fr : events.html openbgpd/de : users.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 04:03:26 Modified files: print/poppler : Makefile print/poppler/patches: patch-goo_Makefile_in Added files: print/poppler/pkg: DESCR-qt PFRAG.shared-qt PLIST-qt Log message: let poppler compile the qt wrapper stuff, as koffice needs it. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 04:03:30 Modified files: math/freemat : Makefile Log message: USE_X11 CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/29 04:09:07 Modified files: x11/ion : Makefile distinfo Log message: ion-20061029, same diff provided by Simon Kuhnle CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 04:34:23 Log message: This is a simple tool to measure the throughput of an MTA. Status: Vendor Tag: mbalmer Release Tags: smtp-benchmark_20061029 N ports/benchmarks/smtp-benchmark/Makefile N ports/benchmarks/smtp-benchmark/distinfo N ports/benchmarks/smtp-benchmark/pkg/DESCR N ports/benchmarks/smtp-benchmark/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 04:35:09 Modified files: benchmarks : Makefile Log message: Add the smtp-benchmark. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/10/29 04:41:34 Modified files: sys/dev/cardbus: if_malo_cardbus.c sys/dev/ic : malo.c malo.h Log message: Add first TX path and active scan bits. Don't expect to much yet. ok claudio@ CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/29 05:18:45 Modified files: share/man/man4 : acpi.4 Log message: Add acpibtn based on initial submission from Dmitri Alenitchev and boiled down a bit by me after discussion with jmc. ok jmc CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/10/29 05:21:37 Modified files: share/man/man4 : Makefile Log message: Add acpibtn.4. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 05:55:50 Modified files: net/samba : Makefile Log message: Enable logging to syslog. Requested by Jeff Ross a while ago. Why not. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/29 06:19:32 Modified files: share/misc : airport Log message: Remove a double (and misspelled) entry for VCE. ok jmc CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2006/10/29 06:41:10 Modified files: share/misc : inter.phone Log message: Correct some swiss entries and mispellings. ok claudio CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2006/10/29 07:12:21 Modified files: sys/arch/amd64/amd64: disksubr.c sys/arch/hp300/hp300: disksubr.c Log message: Don't need to 'goto done;' when 'done:' is the next line. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 07:37:30 Log message: An LDAP enabled MDA to deliver email to mobile phones via SMS, using Hylafax's sendpage command. Status: Vendor Tag: mbalmer Release Tags: smsmail-20061029 N ports/mail/smsmail/Makefile N ports/mail/smsmail/distinfo N ports/mail/smsmail/pkg/DESCR N ports/mail/smsmail/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/29 07:38:34 Modified files: mail : Makefile Log message: Add smsmail CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 07:45:36 Log message: Import py-dnspython 1.4.0 Another DNS toolkit for Python From Will Maier Status: Vendor Tag: alek Release Tags: alek_20061029 N ports/net/py-dnspython/Makefile N ports/net/py-dnspython/distinfo N ports/net/py-dnspython/pkg/PLIST N ports/net/py-dnspython/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 07:47:48 Modified files: net : Makefile Log message: Add py-dnspython CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/29 07:47:59 Modified files: sys/arch/landisk/stand/boot: devs.c libsa.h srt0.S Log message: Disable cache before jumping into the kernel, makes bootloader more reliable. ok miod@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/10/29 07:53:45 Modified files: sys/arch/landisk/stand/boot: devs.c Log message: These printfs appear unnecessary now that the cache is disabled. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:00:49 Modified files: sys/dev/ic : malo.c Log message: Fix some nasty bugs in malo_reset() and malo_cmd_set_channel() and simplify the code a bit. Still impossible to correctly set a channel but it is no longer crashing. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:14:56 Modified files: sys/dev/ic : malo.c Log message: MALO_CMD_RESPONSE is acting just as a flag so move it to the end of the list. OK mglocker@ CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/29 09:15:26 Modified files: . : events.html Log message: link to my slides from NYCBSDCON 06 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/29 09:21:46 Modified files: . : events.html Log message: update past Linux Expo London entry CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:41:35 Modified files: sys/dev/ic : malo.c Log message: In malo_ioctl() if the returned error is ENETRESET reset the device. This is net80211 way of telling the driver that settings have changed. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 09:43:34 Modified files: sys/dev/ic : malo.c Log message: Reorganize malo_intr() a bit. Check for unhandled interrupt flags and do not call wakeup() for each and every command sent. I think more and more will not tsleep(). OK mglocker@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/29 10:42:54 Log message: Import p5-tkispell, a Perl/Tk graphical user interface to GNU ispell. ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061029 N ports/textproc/p5-tkispell/Makefile N ports/textproc/p5-tkispell/distinfo N ports/textproc/p5-tkispell/pkg/DESCR N ports/textproc/p5-tkispell/pkg/PLIST N ports/textproc/p5-tkispell/patches/patch-tkispell No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/29 10:44:42 Modified files: textproc : Makefile Log message: Add p5-tkispell. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 10:48:55 Modified files: x11/qt3 : Tag: OPENBSD_3_9 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_3_9 patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: MFC: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 10:50:15 Modified files: x11/qt3 : Tag: OPENBSD_3_9 Makefile qt3.port.mk Added files: x11/qt3/patches: Tag: OPENBSD_3_9 patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 11:00:59 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:05:50 Modified files: math/matio : Makefile Log message: WANTLIB CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/29 11:06:07 Modified files: usr.sbin : Makefile Log message: Connect ripd and ripctl to the build. ok claudio@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:08:24 Modified files: sysutils/p5-Proc-ProcessTable: Makefile Log message: missing WANTLIB CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:16:55 Modified files: x11/pekwm : Makefile Log message: missing WANTLIBs CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/29 11:18:47 Modified files: textproc/gtk-doc: Makefile textproc/gtk-doc/pkg: PLIST Added files: textproc/gtk-doc/patches: patch-help_manual_C_Makefile_in Log message: Fix for scrollkeeper-update writing outside fake area CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 11:19:07 Modified files: databases/postgresql: Tag: OPENBSD_3_9 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_3_9 patch-configure databases/postgresql/pkg: Tag: OPENBSD_3_9 PLIST-docs Log message: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/29 11:28:07 Modified files: sys/arch/amd64/amd64: autoconf.c Log message: The default for swap should be partition 'b' on the same unit as root is, not partition 'b' on unit 0. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 11:32:09 Removed files: x11/855resolution: Makefile distinfo x11/855resolution/patches: patch-855resolution_c patch-Makefile patch-plugins_plugin1_c patch-plugins_plugin2_c patch-plugins_plugin3_c patch-vbios_c x11/855resolution/pkg: DESCR MESSAGE PLIST Log message: IGNOREd for 5 month, remove it CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:34:25 Modified files: mail/mimedefang: Makefile mail/dk-milter : Makefile mail/dkim-milter: Makefile Log message: more WANTLIB fixes CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 11:40:34 Modified files: usr.bin/sort : fsort.c fsort.h msort.c sort.c Log message: Remove useless code that can cause a SEGV if a buffer is realloc()ed. Allocate buffers early and in one place instead of two. Make bufend global so it can be updated along with buffer. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: pedro@cvs.openbsd.org 2006/10/29 11:42:06 Modified files: sbin/isakmpd : message.c Log message: Fix TAILQ usage, preventing crashes Okay henning@ krw@ millert@ hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 11:45:57 Modified files: lib/libc/stdio : vfprintf.c lib/libc/stdlib: ecvt.c gcvt.c strtod.c Log message: make __dtoa & strtod() thread-safe useing the same method as newer gdtoa codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa() CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/10/29 11:46:52 Modified files: sys/arch/i386/i386: autoconf.c Log message: The default for swap should be partition 'b' on the same unit as root is, not partition 'b' on unit 0. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/29 11:48:24 Modified files: www/mod_ldapvhost: Makefile Log message: LIB_DEPENDS, not RUN_DEPENDS ok alek CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2006/10/29 11:58:57 Modified files: etc : Makefile changelist ftpusers group master.passwd rc rc.conf etc/mail : aliases etc/mtree : special Log message: Add the _ripd user and startup stuff. ok claudio@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/29 12:20:01 Modified files: bin/df : df.c Log message: like -i, -h is incompatible with -P; suggested by jmc@; ok ray@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 12:23:28 Modified files: infrastructure/db: systrace.filter Log message: permit symlinks to non-existing files (might happen when extracting an archive) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/29 12:25:29 Modified files: infrastructure/db: systrace.filter Log message: match sockaddr for sendmsg() CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:27:15 Log message: LilyPond -- music notation and typesetting software. ok, mbalmer@ Status: Vendor Tag: kili Release Tags: kili_20061029 N ports/print/lilypond/distinfo N ports/print/lilypond/Makefile N ports/print/lilypond/patches/patch-GNUmakefile_in N ports/print/lilypond/patches/patch-stepmake_aclocal_m4 N ports/print/lilypond/patches/patch-mf_GNUmakefile N ports/print/lilypond/pkg/PLIST N ports/print/lilypond/pkg/DESCR N ports/print/lilypond/pkg/PLIST-docs N ports/print/lilypond/pkg/DESCR-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:28:55 Modified files: print : Makefile Log message: Add lilypond CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/10/29 12:29:09 Modified files: usr.sbin/ospfd : parse.y Log message: Allow braces to fit on a single line if only one or no argument is used. This allows construct like these: area 0.0.0.1 { interface lo0 interface em1 { passive } } From Pierre-Yves Ritschard CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/10/29 12:39:22 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: Add my location. ok, robert@ bernd@ CVSROOT: /cvs Module name: ports Changes by: pedro@cvs.openbsd.org 2006/10/29 12:45:54 Modified files: lang/lua : Makefile lang/lua/pkg : PLIST Added files: lang/lua/patches: patch-etc_lua_pc Log message: Install lua.pc, okay jolan@ fgsch@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/29 13:02:41 Modified files: games/backgammon/backgammon: backgammon.6 main.c move.c games/backgammon/common_source: back.h init.c subs.c Log message: -d: make it possible playing without doubling as it is not commonly played everywhere in the world ok todd@ otto@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/29 13:28:24 Modified files: databases/mysql: Makefile distinfo Log message: upgrade to MySQL 5.0.27 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/29 13:34:57 Modified files: sys/arch/vax/vsa: gpx.c Log message: Fix Bt458 programming; screen burner now works on 8bpp flavour. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/29 14:53:37 Modified files: . : events.html Log message: move NYCBSDCON06 to the past and add bob's other talk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 14:55:41 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/etc: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/29 15:06:28 Modified files: libexec/spamd : spamd.c Log message: use setresuid/gid and check for failure, ok bob CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/29 15:18:32 Modified files: usr.bin/talk : get_names.c Log message: Plug a mem leak. Found in one of my trees. Forgat where it came from; most likely from a NetBSD Coverity fix. ok ray@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 15:21:33 Modified files: share/zoneinfo/datfiles: northamerica Log message: Uncomment changes made for the Energy Policy Act of 2005; it looks like they will actually happen. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/29 15:25:43 Modified files: share/zoneinfo/datfiles: asia europe iso3166.tab northamerica southamerica zone.tab Log message: Update to tzdata2006n from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/29 15:42:50 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-sal_osl_unx_security_c patch-sal_osl_unx_thread_c Log message: - enable cups support - increase thread stack size to accommodate stupid 32k stack buffer in cups - disable building odk - saves 15% build time and we're not packaging it now anyway. - remove duplicate python config arg noted by Mikolaj Kucharski - disable crashdump in debug FLAVOR (I haven't found this useful - maybe I'm missing something) CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/29 15:51:09 Modified files: usr.bin/cal : cal.c Log message: Optimise a couple of printf()s; originally from Han Boetes. Reminded by, and ok, otto@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 15:55:57 Modified files: x11/kde/office3: Makefile distinfo x11/kde/office3/patches: patch-acinclude_m4 patch-configure_in patch-kspread_plugins_calculator_Makefile_in x11/kde/office3/pkg: PLIST Log message: koffice 1.6.0 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 15:58:47 Modified files: x11/kde : Makefile x11/kde/office-i18n3: Makefile distinfo x11/kde/office-i18n3/pkg: PLIST-ca PLIST-de PLIST-es PLIST-et PLIST-fi PLIST-fr PLIST-it PLIST-pt PLIST-pt_BR Added files: x11/kde/office-i18n3/pkg: PLIST-lv PLIST-ms PLIST-sk PLIST-zh_TW Log message: koffice i18n 1.6.0 CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2006/10/29 16:14:43 Modified files: math/hoc : Makefile Added files: math/hoc/patches: patch-hoc_y patch-makefile patch-symbol_c Removed files: math/hoc/patches: patch-aa patch-ab Log message: strcpy->strlcpy; add minimal regress and remove NO_REGRESS; rename old patches to new naming convention; bump pkg. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 16:30:50 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-configure Log message: fix libiconv/libintl detection. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/29 16:36:39 Modified files: multimedia/kaffeine: Makefile distinfo multimedia/kaffeine/pkg: PLIST Added files: multimedia/kaffeine/patches: patch-kaffeine_src_input_disc_paranoia_cpp patch-kaffeine_src_instwizard_cpp patch-kaffeine_src_instwizard_h Removed files: multimedia/kaffeine/patches: patch-kaffeine_src_wizarddialog_cpp Log message: update to kaffeine 0.8.2 CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/29 17:23:26 Modified files: . : events.html Log message: Dates for BSDCan 2007 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/29 17:34:01 Modified files: sys/kern : vfs_subr.c Log message: use vp->v_type to index into vtypes rather then vp->v_tag, fixing odd output in the 'show vnode' ddb code. ok mickey@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/29 17:45:00 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/10/29 18:58:40 Modified files: . : events.html Log message: Oops, no OpenBSD speakers signed up, delist event until that changes CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/29 19:00:56 Modified files: sys/dev/pci : pcidevs Log message: add an ALI PCI-ISA bridge and an NEC PCIe to PCI-X bridge. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/29 19:01:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 00:28:21 Modified files: devel/ruby-gems: Makefile Log message: missing REV -> MODRUBY_REV conversion CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/30 01:17:30 Log message: Import gocr, an OCR (Optical Character Recognition) program. Based on an original submission by William Yodlowsky . help and ok steven@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061030 N ports/graphics/gocr/Makefile N ports/graphics/gocr/distinfo N ports/graphics/gocr/patches/patch-src_pgm2asc_c N ports/graphics/gocr/patches/patch-bin_gocr_tcl N ports/graphics/gocr/patches/patch-man_man1_gocr_1 N ports/graphics/gocr/pkg/DESCR-gui N ports/graphics/gocr/pkg/DESCR N ports/graphics/gocr/pkg/PLIST-gui N ports/graphics/gocr/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/30 01:18:48 Modified files: graphics : Makefile Log message: Add gocr. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/30 01:28:26 Modified files: print/poppler : Makefile Log message: fix dependency CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 01:34:14 Modified files: sys/dev/pci : if_em.c Log message: removed unused variable. ok brad@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/30 02:25:10 Modified files: graphics/GraphicsMagick: Makefile Log message: add sourceforge mirrors. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 02:45:41 Modified files: graphics/ImageMagick: Makefile Log message: - disable freetype in the no_x11 flavor - disable rsvg which gets pulled in if it is installed looks good bernd@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 02:57:20 Modified files: math/freemat : Makefile Log message: add a few missing qt4 libraries spotted by Deanna Phillips CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/30 03:45:57 Modified files: devel/py-parsing: Makefile distinfo devel/py-parsing/pkg: PLIST Log message: - update to pyparsing-1.4.4. - drop maintainership. CVSROOT: /cvs Module name: ports Changes by: xsa@cvs.openbsd.org 2006/10/30 03:47:28 Modified files: graphics/py-dot: Makefile distinfo Log message: - update to pydot-0.9.10 (graphs can now be pickled). - drop maintainership. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:00:47 Modified files: textproc : Makefile Log message: Don't build libxml twice. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:10:11 Modified files: textproc/libxml/pkg: PLIST-python Added files: textproc/libxml/pkg: PFRAG.shared-python Log message: Something is wrong with one patchfile. Here goes the rest of the libxml commit: Replace the python PSEUDO_FLAVOR with a no_python PSEUDO_FLAVOR which is disabled by default. Build a stub py-libxml package on non shared architectures to avoid building libxml twice during bulk builds. Don't intall this weird TODO file for py-libxml. Based on a diff from espie@. ok steven@, espie@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:20:08 Added files: textproc/libxml/patches: patch-python_Makefile_in Log message: Missing patchfile. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 04:21:53 Modified files: x11/gnome/doc-utils: Makefile Log message: Adjust *_DEPENDS after latest libxml changes. Bump PKGNAME. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 06:48:22 Modified files: net : Makefile Log message: remove cidr CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/10/30 06:49:21 Removed files: net/cidr : Makefile distinfo net/cidr/patches: patch-cidr_c net/cidr/pkg : DESCR PLIST Log message: Since we have a new BSD licensed network calculator in net/ipcalc, we don't need this outdated and unmaintained software anymore. discussed on ports@ ok jcs@, ckuethe@, mbalmer@, xsa@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/30 07:20:20 Modified files: faq/de : faq7.html faq/pf/fr : example1.html scrub.html faq/pf/pl : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html faq/pl : faq5.html fr : events.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2006/10/30 07:32:27 Modified files: sys/arch/luna88k/luna88k: m8820x.c Log message: Changed CMMU probing method. On the luna88k, badaddr() returns 'good' on unpopulated slots, so we check the CMMU type value for each CMMU register address. ok miod@ CVSROOT: /cvs Module name: src Changes by: aoyama@cvs.openbsd.org 2006/10/30 07:46:35 Modified files: sys/arch/luna88k/luna88k: machdep.c Log message: Now the primary CPU starts the CMMUs which tied to the secondary CPUs. Without this, the performance is not good on multi-CPU machine with non-MULTIPROCESSOR kernel, because the secondary CPUs run on the never-ending loop without cache. ok miod@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/30 08:34:04 Modified files: zh-cn : index.html Added files: zh-cn : anoncvs.html books.html orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/30 08:58:59 Modified files: lib/libc/stdio : fgets.3 Log message: suceed -> succeed; from chad dougherty CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/30 09:12:20 Modified files: papers : index.html Log message: Link to bio & sensors presentation. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/30 09:18:42 Modified files: build : mirrors.dat Log message: new HTTP mirror in Munich, via openbsd-mirrors@list.rt.fm by Marcus Popp CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/10/30 09:19:45 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:42:37 ports/geo Update of /cvs/ports/geo In directory cvs.openbsd.org:/tmp/cvs-serv15829/geo Log Message: Directory /cvs/ports/geo added to the repository CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:44:57 Log message: GPSBabel - gps data format translator Status: Vendor Tag: ckuethe Release Tags: ckuethe_2006-10-30 N ports/geo/gpsbabel/distinfo N ports/geo/gpsbabel/Makefile N ports/geo/gpsbabel/pkg/DESCR N ports/geo/gpsbabel/pkg/PLIST N ports/geo/gpsbabel/pkg/DESCR-gui N ports/geo/gpsbabel/pkg/PLIST-gui N ports/geo/gpsbabel/patches/patch-easygps_c N ports/geo/gpsbabel/patches/patch-text_c N ports/geo/gpsbabel/patches/patch-html_c N ports/geo/gpsbabel/patches/patch-palmdoc_c N ports/geo/gpsbabel/patches/patch-igc_c N ports/geo/gpsbabel/patches/patch-vcf_c N ports/geo/gpsbabel/patches/patch-lowranceusr_c N ports/geo/gpsbabel/patches/patch-Makefile_in N ports/geo/gpsbabel/patches/patch-configure_in N ports/geo/gpsbabel/patches/patch-guibabel N ports/geo/gpsbabel/patches/patch-tools_mkcapabilities N ports/geo/gpsbabel/patches/patch-testo N ports/geo/gpsbabel/patches/patch-hsa_ndv_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:48:01 Added files: geo : Makefile Log message: creating "geo" - where geodesy, geomatics, geology, gps and related ports go ok pval, ian CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/10/30 10:49:04 Modified files: . : Makefile Log message: add "geo" ok pval, ian CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 10:56:09 Modified files: databases/postgresql: Tag: OPENBSD_3_8 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_3_8 patch-configure databases/postgresql/pkg: Tag: OPENBSD_3_8 PLIST-docs Log message: update to postgresql 8.0.9, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/30 11:17:32 Modified files: x11/qt4 : Makefile distinfo x11/qt4/pkg : PFRAG.shared PFRAG.shared-examples PLIST-examples Log message: update to 4.2.1. Add a no_examples pseudo-flavor, by popular demand. Move some stuff that is built only in examples in the proper package. And mark it as conflicting with old qt4. CVSROOT: /cvs Module name: www Changes by: aanriot@cvs.openbsd.org 2006/10/30 11:28:52 Modified files: . : want.html Log message: Eric Paumerat sent me a battery, thanks a lot. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/30 11:28:57 Modified files: sys/arch/amd64/stand/boot: Makefile sys/arch/hppa/stand/boot: Makefile sys/arch/hppa64/stand/boot: Makefile sys/arch/i386/stand/boot: Makefile sys/arch/zaurus/stand/zboot: Makefile Log message: install boot.conf as a section 5 page, not section 8; from mikolaj kucharski; ok mk deraadt krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/30 11:30:52 Modified files: lib/libc/stdlib: strtod.c Log message: must pull in sys/types.h unconditionaly, because it is needed my pthreads includes used a bit later (for instance on the vax) CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2006/10/30 11:37:08 Modified files: sys/dev/acpi : dsdt.c Log message: Fix nameref -> objref for forward definition evaluator ok marco@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/10/30 13:15:22 Modified files: sys/dev/ic : rt2661.c Log message: Fix dynamic tuning of the radio sensitivity I broke when moving from rssadapt(9) to AMRR. pointed out by Erki Malling on misc@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/30 13:19:33 Modified files: sys/kern : kern_tc.c kern_time.c sys/sys : timetc.h Log message: Timecounter based implementation of adjfreq(2). Largely from art@ Tested by various using not (yet) committed amd64 timecounter code. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/10/30 13:25:48 Modified files: usr.sbin/config: Makefile Log message: Now that we have smarter lex and yacc rules, remove redundant lines from Makefile. ok millert@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:50:54 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 40.html Added files: . : plus40.html Log message: rotate plus pages CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 13:51:00 Modified files: sys/dev/pci : pcidevs Log message: fix a typo in the comment above the SNI entries, SNC -> SNI. From Igor Sobrado CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 13:51:32 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/10/30 13:54:27 Modified files: mail/exim : Makefile Log message: take over maintainership as discussed on ports@ ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/30 13:59:12 Modified files: x11/qt3 : Tag: OPENBSD_3_8 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_3_8 patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:59:25 Modified files: . : 39.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html Log message: first part of errata roll CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 13:59:45 Added files: . : errata39.html Log message: and we can have the errata39 page now too CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 14:06:20 Modified files: . : goals.html Log message: link to hackathons.html from an obvious place CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 14:11:21 Modified files: . : security.html Log message: can link to errata39.html now CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 14:51:06 Modified files: sys/dev/pci : pcidevs Log message: add PCI ids for newer Intel PRO/1000 chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/30 14:51:46 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/30 16:26:47 Modified files: math/galculator: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:31:37 Modified files: audio/openal : Makefile distinfo audio/openal/pkg: PLIST Added files: audio/openal/patches: patch-configure patch-src_al_mixer_h patch-src_al_mixfunc_c patch-src_arch_i386_x86_cpu_caps_prk_c patch-src_arch_i386_x86_floatmul_c patch-src_backends_alc_backend_bsd_c patch-src_mixaudio16_h Removed files: audio/openal/patches: patch-linux_Makefile_in patch-linux_src_Makefile_in patch-linux_src_arch_bsd_bsd_dsp_c Log message: update to OpenAL 0.0.8 ok jolan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:37:24 Log message: import freealut 1.1.0 freealut is a free implementation of the OpenAL Utility Toolkit (ALUT). ok jolan@ Status: Vendor Tag: steven Release Tags: steven-20061030 N ports/audio/freealut/Makefile N ports/audio/freealut/distinfo N ports/audio/freealut/patches/patch-src_alutInputStream_c N ports/audio/freealut/pkg/PLIST N ports/audio/freealut/pkg/PFRAG.shared N ports/audio/freealut/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/10/30 16:38:19 Modified files: audio : Makefile Log message: +freealut CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/30 17:15:28 Modified files: . : plus.html plus39.html Log message: repair links CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/30 17:59:42 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/10/30 18:15:13 Modified files: usr.sbin/acpidump/aml: aml_parse.c Log message: Remove dead code; len is always >= 1. Convert a strncpy() to strlcpy() since it is followed by strlcat(). OK marco@ mk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 18:38:22 Modified files: etc : security Log message: generate diffs for files listed in /etc/changelist as they are created and deleted. previously this script only generated diffs for existing files. ok lots of people including millert@ msf@ mcbride@ todd@ and probably more. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/30 23:04:15 Modified files: sys/dev/pci : if_vic.c if_vicreg.h Removed files: sys/dev/pci : if_vicvar.h Log message: absolutely huge reworking on this driver (sorry reyk). so far attach, resource mapping, mem allocation, init, and rx is working. the tx path needs work, but that can happen in tree. overall it's closer to working than the old code. if_vicvar.h goes away since nothing else uses it. im getting this in so other people can play with it too. ok brad@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/30 23:10:34 Modified files: games/backgammon/backgammon: backgammon.6 Log message: Add new -d flag to SYNOPSIS and remove optional and unfunctional [-] flag, which, according to FreeBSD logs, is supposed to print the usage. Sort flags in SYNOPSIS and DESCRIPTION. OK martin@, jmc@. Detective work and ok to kill [-] otto@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/10/30 23:50:24 Modified files: databases/postgresql: Makefile databases/postgresql/files: README.OpenBSD Log message: Give slightly better advice on KerberosV usage. From Bioern Sandell, , thanks. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 00:01:08 Modified files: sys/dev/pci : if_vic.c Log message: we're passing physical addresses to the adapter, so say so. add some magic that lets me see packets coming out of the box. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 00:02:35 Modified files: sbin/pfctl : parse.y pfctl.c Log message: - don't allow anchors with _* names to be cleared or loaded from the command line (but they can still be viewed) - don't allow users to specify _* as an anchor name in the ruleset - don't print _* anchor names with pfctl -sA unless -v is specified 'looks sensible' deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/31 00:04:25 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Make DMA descripter members volatile - Remove usage of BUS_DMA_ALLOCNOW with bus_dmamap_create - Use BUS_DMA_COHERENT on mapping DMA memory for TX/RX descriptors - Adjust m_data and m_len directly rather than calling m_adj - Proper use of bus_dmamap_sync against DMA descriptors From tsutsui@NetBSD Tested by kettenis@ brad@ otto@ Tested on armish/amd64/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 00:16:45 Modified files: usr.sbin/ripd : auth.c ripd.h Log message: Time is not a secret. Modulate the timer with an MD5 hash of the key to generate the sequence number. Ensure that the most significant bit of the modulated value is 0 to prevent wrapping of the sequence number. ok michele@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 00:18:59 Modified files: faq/pf : scrub.html Log message: missing word CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 00:22:22 Modified files: faq/pf : tables.html Log message: spelling CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 00:35:23 Modified files: zh-cn : orders.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 00:48:52 Modified files: faq/pf/nl : carp.html example1.html filter.html logging.html nat.html scrub.html tables.html tagging.html fr : events.html nl : 40.html goals.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/31 01:41:54 Modified files: devel/libgtop : Makefile Log message: bad espie and sort SHARED_LIBS CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/10/31 02:33:35 Modified files: editors/openoffice: Makefile Removed files: editors/openoffice/patches: patch-bridges_source_cpp_uno_shared_vtablefactory_cxx patch-sal_rtl_source_alloc_arena_c Log message: use sysconf(_SC_PAGESIZE) instead of getpagesize() and fix the lib dependency for db4 to avoid the pickup of db3 in some cases; both problems were noticed by espie@ CVSROOT: /cvs Module name: src Changes by: wilfried@cvs.openbsd.org 2006/10/31 02:38:29 Modified files: gnu/usr.bin/gcc/gcc/config/i386: i386.c Log message: Fix infinite loop when passing object with 3+ base classes by value: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18300 Needed by openoffice and boost on amd64 ok espie@ miod@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/31 03:07:43 Modified files: devel/libgtop : Makefile Log message: unsort CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/31 03:27:55 Modified files: share/man/man8 : security.8 Log message: note that additions/removals of files in changelist will be reported too; ok dlg CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/10/31 04:29:54 Modified files: sys/arch/i386/stand/cdboot: cdboot.8 sys/arch/amd64/stand/cdboot: cdboot.8 Log message: Mention that cdboot won't find boot.conf if you create the CD with 8.3-style filenames. Issue raised by Mikolaj Kucharski, eth0 (at) o2.pl. Jointly written with, and ok, jmc@. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2006/10/31 05:49:45 Modified files: sys/netinet6 : in6.c Log message: Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. OK mcbride@, henning@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/10/31 05:54:23 Modified files: x11/qrfcview : Makefile Log message: - add missing WANTLIB after qt4 update - bump PKGNAME spotted by steven@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/31 06:49:44 Modified files: sys/dev/acpi : dsdt.c Log message: add missing prototype for aml_evalinteger() ok macro@ CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/31 07:09:28 www/papers/nycbsdcon06_bio Update of /cvs/www/papers/nycbsdcon06_bio In directory cvs.openbsd.org:/tmp/cvs-serv389/nycbsdcon06_bio Log Message: Directory /cvs/www/papers/nycbsdcon06_bio added to the repository CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 07:12:44 Modified files: . : events.html Log message: link to the audio of the nycbsdcon06 talks... except for the google talk that hasn't been approved by google. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:17:45 Modified files: sbin/pfctl : parse.y pfctl.c pfctl_optimize.c pfctl_parser.h Log message: Allow pfctl ruleset optimizer to be controlled from the ruleset. "set" "ruleset-optimization" [ "none" | "basic" | "profile" ] You can optionally control ruleset optimization with these keywords on the command line with the -o option; the command line setting will override the pf.conf setting. The existing -o/-oo flags continue to work as expected. cleanup and ok henning@ CVSROOT: /cvs Module name: src Changes by: jason@cvs.openbsd.org 2006/10/31 07:28:29 Modified files: sys/net : if.h if_ethersubr.c Log message: ether_input_mbuf() isn't necessary, turn it into a macro and deal with it's "special" case in ether_input(). Based on similiar idea in FreeBSD. ok brad CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/10/31 07:38:17 Log message: eRuby -- interprets Ruby code embedded in a text file much help and ok from bernd@ Status: Vendor Tag: dhill Release Tags: dhill_2006-Oct-31 N ports/textproc/eruby/Makefile N ports/textproc/eruby/distinfo N ports/textproc/eruby/pkg/PLIST N ports/textproc/eruby/pkg/DESCR N ports/textproc/eruby/patches/patch-Makefile_in N ports/textproc/eruby/patches/patch-configure_rb No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/10/31 07:39:53 Modified files: regress/sbin/ipsecctl: Makefile Added files: regress/sbin/ipsecctl: ikefail10.in ikefail10.ok ikefail11.in ikefail11.ok ikefail12.in ikefail12.ok ikefail8.in ikefail8.ok ikefail9.in ikefail9.ok Log message: Add some regression tests for odd ipsecctl behaviour noticed by Prabhu Gurumurt. Test ikefail10 should fail, but does not and needs to be fixed. CVSROOT: /cvs Module name: ports Changes by: dhill@cvs.openbsd.org 2006/10/31 07:41:13 Modified files: textproc : Makefile Log message: +eruby CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:41:25 Modified files: sbin/pfctl : pfctl.8 Log message: Document new behaviour of the -o (ruleset optimization) flag. CVSROOT: /cvs Module name: www Changes by: marco@cvs.openbsd.org 2006/10/31 07:47:24 Modified files: papers : index.html Added files: papers : nycbsdcon06_bio.tgz papers/nycbsdcon06_bio: bio.001-001.png bio.001-001.png.html bio.002-001.png bio.002-001.png.html bio.003-001.png bio.003-001.png.html bio.004-001.png bio.004-001.png.html bio.005-001.png bio.005-001.png.html bio.006-001.png bio.006-001.png.html bio.007-001.png bio.007-001.png.html bio.008-001.png bio.008-001.png.html bio.009-001.png bio.009-001.png.html bio.010-001.png bio.010-001.png.html bio.011-001.png bio.011-001.png.html bio.012-001.png bio.012-001.png.html bio.013-001.png bio.013-001.png.html bio.014-001.png bio.014-001.png.html bio.015-001.png bio.015-001.png.html bio.016-001.png bio.016-001.png.html bio.017-001.png bio.017-001.png.html bio.018-001.png bio.018-001.png.html bio.019-001.png bio.019-001.png.html bio.020-001.png bio.020-001.png.html bio.021-001.png bio.021-001.png.html bio.022-001.png bio.022-001.png.html bio.023-001.png bio.023-001.png.html bio.024-001.png bio.024-001.png.html bio.025-001.png bio.025-001.png.html bio.026-001.png bio.026-001.png.html bio.027-001.png bio.027-001.png.html bio.028-001.png bio.028-001.png.html bio.029-001.png bio.029-001.png.html bio.030-001.png bio.030-001.png.html bio.031-001.png bio.031-001.png.html index.html thumb-bio.001-001.png.jpg thumb-bio.002-001.png.jpg thumb-bio.003-001.png.jpg thumb-bio.004-001.png.jpg thumb-bio.005-001.png.jpg thumb-bio.006-001.png.jpg thumb-bio.007-001.png.jpg thumb-bio.008-001.png.jpg thumb-bio.009-001.png.jpg thumb-bio.010-001.png.jpg thumb-bio.011-001.png.jpg thumb-bio.012-001.png.jpg thumb-bio.013-001.png.jpg thumb-bio.014-001.png.jpg thumb-bio.015-001.png.jpg thumb-bio.016-001.png.jpg thumb-bio.017-001.png.jpg thumb-bio.018-001.png.jpg thumb-bio.019-001.png.jpg thumb-bio.020-001.png.jpg thumb-bio.021-001.png.jpg thumb-bio.022-001.png.jpg thumb-bio.023-001.png.jpg thumb-bio.024-001.png.jpg thumb-bio.025-001.png.jpg thumb-bio.026-001.png.jpg thumb-bio.027-001.png.jpg thumb-bio.028-001.png.jpg thumb-bio.029-001.png.jpg thumb-bio.030-001.png.jpg thumb-bio.031-001.png.jpg Log message: Add html and tarball version of bio presentation CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 07:49:01 Modified files: sys/net : if_pfsync.c if_pfsync.h pf.c Log message: make pfsync a clonable too, but prevent more than one instance from beeing created for now - much more work would be required to change that input & ok ryan CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 07:53:44 Modified files: share/man/man5 : pf.conf.5 Log message: Document set ruleset-optimization [ none | basic | profile ]. CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/10/31 07:58:46 Modified files: net/pdnsd : Makefile distinfo net/pdnsd/patches: patch-Makefile_in patch-doc_Makefile_in Removed files: net/pdnsd/pkg : MESSAGE Log message: - update to 1.2.5 . - remove PORTNAME variable which is ambiguous. - remove stuff outside fake. - remove MESSAGE (specific runtime options, no gain). from Simon Lundström with slight changes; inputs and ok bernd@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/10/31 08:03:05 Modified files: lib/libc/sys : getfh.2 Log message: +.Xr fhstat 2 from mjf@netbsd -r.1.21 ok otto CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/10/31 08:09:58 Modified files: de : 39.html 40.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html ftp.html goals.html plus29.html plus30.html security.html faq/de : faq10.html faq/pf/de : scrub.html tables.html fr : 39.html 40.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html ftp.html goals.html security.html want.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html Added files: de : errata39.html fr : errata39.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/10/31 08:16:46 Modified files: games/mille : mille.c Log message: usage information goes to stderr CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/10/31 08:23:21 Modified files: sys/dev/pci : arc.c Log message: first cut at sensors help from & ok dlg@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/10/31 08:23:40 Modified files: usr.bin/cvs : add.c client.c cvs.h remote.h remove.c server.c Log message: a step ahead in opencvs add|remove remote support. CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/10/31 08:49:55 Modified files: regress/sbin/ipsecctl: ikefail11.in ikefail11.ok Log message: Remove bogus input line. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:12:15 Modified files: . : ftp.html Log message: swap mirror hostnames to new machine from 4.0 release on CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:22:25 Modified files: sys/netinet : tcp_input.c Log message: do not re-generate the timestamp modulation offset for SYN-ACK retransmits; this unbreaks TCP for high RTT (~3s); ok mcbride@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:24:55 Modified files: sys/kern : uipc_usrreq.c Log message: undo unp_internalize in case of errors; report Christian Biere; ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/10/31 09:33:12 Modified files: usr.bin/ssh : kexdhc.c kexdhs.c kexgexc.c kexgexs.c Log message: check DH_compute_key() for -1 even if it should not happen because of earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:41:01 Modified files: build/mirrors : ftp.html.end Log message: bump 3.8 and 3.9 to 3.9 and 4.0 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:41:51 Modified files: build : Makefile Log message: Bump 3.8 and 3.9 to 3.9 and 4.0 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:43:15 Modified files: build : mirrors.dat Log message: Correct my previous mistake "don't commit to ftp.html" Change ftp.kd85.com into spargel.kd85.com CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/10/31 09:57:38 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: update for 4.0 release also list new mirror spargel.kd85.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 10:37:11 Modified files: sys/net : if_pfsync.c Log message: hard to believe people still manage to commit non-compiling code once in a while CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/10/31 11:01:01 Modified files: misc/screen : Makefile Added files: misc/screen/patches: patch-configure Log message: Massage an unportable autoconf test so it won't erroneously fail on alpha; fixes crashes on alpha down the road. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 11:06:27 Modified files: usr.bin/file : apprentice.c Log message: Don't blindly truncate buf[strlen(buf) - 1] without checking for newline. Initial patch from Charles Longeau , fix inspired by comment by Anonymous Coward on undeadly. OK moritz@, ian@. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/31 11:11:54 Modified files: usr.bin/calendar/calendars: calendar.space Log message: other galaxies exist! CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 11:15:15 Modified files: games/backgammon/backgammon: backgammon.6 games/backgammon/common_source: subs.c Log message: Remove -h flag and simplify usage output to one line, like most other programs. Vote to simplify usage jmc@, OK martin@. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 11:23:46 Modified files: . : donations.html Log message: put a robots nofollow meta here too; eth0@o2.pl CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 11:48:04 Modified files: . : want.html Log message: I could use a few mini-GBIC CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 11:57:39 Log message: import p5-File-HomeDir 0.58 File::HomeDir is a module for dealing with issues relating to the location of directories for various purposes that are "owned" by a user, and to solve these problems consistently across a wide variety of platforms. ok steven Status: Vendor Tag: jasper Release Tags: jasper_20061031 N ports/devel/p5-File-HomeDir/Makefile N ports/devel/p5-File-HomeDir/distinfo N ports/devel/p5-File-HomeDir/pkg/DESCR N ports/devel/p5-File-HomeDir/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 12:01:47 Modified files: devel : Makefile Log message: add p5-File-HomeDir CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2006/10/31 12:04:21 Modified files: usr.bin/calendar/calendars: calendar.history Log message: fill november and december; now every date has an event. ok mickey CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/31 12:20:55 Modified files: build : packages-3.9 packages-3.8 Log message: fire, postgresql, screen CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/10/31 12:21:13 Modified files: . : pkg-stable.html pkg-stable38.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/10/31 12:22:20 Modified files: devel/p5-AppConfig: Makefile distinfo Log message: - update to 1.63 - fix license - update my email address while there ok steven CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/31 12:32:51 Modified files: net/gaim : Makefile distinfo net/gaim/files : ssl-openssl.c net/gaim/patches: patch-config_h_in net/gaim/pkg : DESCR PLIST Added files: net/gaim/patches: patch-configure_ac patch-console_gntdebug_c patch-console_libgnt_Makefile_am patch-console_libgnt_Makefile_in patch-console_plugins_Makefile_am patch-console_plugins_Makefile_in patch-gtk_Makefile_in patch-gtk_gtkdialogs_c patch-gtk_gtkmain_c patch-gtk_gtknotify_c patch-libgaim_plugins_ssl_Makefile_am patch-libgaim_plugins_ssl_Makefile_in patch-libgaim_protocols_gg_Makefile_am patch-libgaim_protocols_gg_Makefile_in Removed files: net/gaim/patches: patch-configure patch-plugins_ssl_Makefile_am patch-plugins_ssl_Makefile_in patch-src_Makefile_in patch-src_gtknotify_c patch-src_main_c patch-src_privacy_c patch-src_proxy_c patch-src_util_c Log message: upgrade to gaim 2.0.0beta4 the audio flavor has been removed for now as 2.x now requires gstreamer and the gstreamer version we have in-tree is not new enough. tested by ckuethe@ alek@ brad@ and a few others. ok alek@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/10/31 12:37:06 Modified files: net : Makefile Log message: comment out the gaim packages using the audio flavor for now CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 12:43:48 Modified files: net/gaim-icb : Makefile distinfo net/gaim-icb/pkg: PLIST Log message: Versiom 20061028 that works with gaim2beta4 CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/10/31 12:48:12 Modified files: devel/jdk/1.4 : Makefile devel/jdk/1.4/patches: patch-j2se_make_common_Defs-bsd_gmk Added files: devel/jdk/1.4/patches: patch-j2se_make_java_zip_FILES_c_gmk patch-j2se_make_java_zip_Makefile patch-j2se_src_solaris_native_java_net_net_util_md_c Log message: Back-port some jdk/1.5 changes: - use system libz instead of internal one. internal libz conflicts with system libz, for example apps using JNI & libz will fail (OOo). - enable parallel hotspot compiles on mp systems (one per cpu). no pthreads involved so its safe to do here. - socket option corrections. may help Active MQ work. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/10/31 12:52:36 Modified files: editors/scintilla: Makefile editors/scite : Makefile Log message: zap MAINTAINER, at his request. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 12:54:22 Modified files: security/libotr: Makefile security/libotr/pkg: PLIST Added files: security/libotr/patches: patch-src_auth_c patch-src_context_h patch-src_message_c patch-src_privkey_c patch-src_privkey_h patch-src_proto_h patch-src_tests_c Log message: Add some changes from CVS; required by new gaim-otr plugin CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 13:15:30 Modified files: security/gaim-otr: Makefile Added files: security/gaim-otr/patches: patch-gtk-dialog_c patch-otr-plugin_c Log message: With some patches and recent changes made to libotr, it now works with gaim2beta4 CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 13:40:52 Modified files: . : events.html Log message: link directly to audio for each talk CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/10/31 13:41:40 Modified files: mail/amavisd-new: Makefile mail/amavisd-new/patches: patch-amavisd Log message: fix so sa-update's rulesets get parsed and used under amavisd-new from bsd@openbsd.rutgers.edu, ok maintainer CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/10/31 13:56:43 Modified files: productivity/taskjuggler: Makefile distinfo productivity/taskjuggler/pkg: PLIST Added files: productivity/taskjuggler/patches: patch-taskjuggler_ProjectFile_cpp patch-taskjuggler_Project_cpp patch-taskjuggler_Project_h Removed files: productivity/taskjuggler/patches: patch-Examples_BigProject_Common_Makefile_in patch-Examples_BigProject_Makefile_in patch-Examples_BigProject_Project1_Makefile_in patch-Examples_BigProject_Project2_Makefile_in patch-Examples_FirstProject_Makefile_in patch-Examples_ShiftSchedule_Makefile_in patch-docs_en_Makefile_in patch-taskjuggler_TaskScenario_cpp Log message: update to taskjuggler 2.3.0 CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/10/31 14:32:58 Modified files: faq/pf : example1.html Log message: Add back a sentence that was accidentally removed in last commit. Pointed out by steven@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 15:00:38 Modified files: sys/net : if_pfsync.c Log message: in pfsync_update_tdb, when there is no pfsync interface, we must return without trying to free the (in that case nonexistant) tdb mbuf found out the hard way by pedro CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 15:01:56 Modified files: sys/net : if_pfsync.c Log message: slightly improve consustency and readability, no functional change CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/10/31 15:45:16 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Rename a variable to clarify meaning of index. - Rename RL_[TR]X_DESC_INC() macro to RL_NEXT_[TR]X_DESC() and change them to return rvalues to avoid possible side effects. - Also define RL_NEXT_TXQ() for rl_txq index and use it as well. From tsutsui@NetBSD CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/10/31 15:56:13 Modified files: . : errata.html index.html Added files: images : puffy40.gif Log message: 4.0 goes up CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/10/31 16:25:57 Modified files: sys/arch/landisk/dev: obio.c Log message: Do not map obio mappings twice. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/10/31 16:43:11 Modified files: usr.sbin/ripd : log.c message.c neighbor.c packet.c ripd.h ripe.c ripe.h Log message: create a temporary neighbor instead of a permanent one when a request is received CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 16:46:25 Modified files: sbin/pfctl : pfctl.c pfctl_parser.c pfctl_parser.h Log message: Allow a user to recursively print anchors including those without reserved names, if a trailing * is specified in the anchor name. e.g. recursively print the main ruleset: pfctl -a '*' -sr Recursively print the spam anchor: pfctl -a 'spam*' pfctl -a 'spam/*' Also fix a bug which prevented the contents of inline anchors with explicit names from being loaded into the kernel. ok henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/10/31 17:02:14 Modified files: sys/net : if_pfsync.c Log message: remove redundant null check, ok ryan CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2006/10/31 17:12:35 Modified files: sys/nfs : nfs_bio.c nfs_subs.c Log message: move the declaration of nfsstats from nfs_bio.c to nfs_subs.c so it gets pulled in for NFSSERVER only kernels. ok deraadt@,krw@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 17:23:48 Modified files: sbin/pfctl : pfctl.8 Log message: Document recursive printing of anchors via -a '*' or -a 'anchor/*'. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 18:02:31 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:41:18 Modified files: faq : faq1.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq9.html Log message: Updates for OpenBSD v4.0 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:43:27 Modified files: faq : upgrade-old.html current.html Log message: move 3.9->4.0 stuff to old CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:44:10 Modified files: faq : upgrade39.html Log message: Link in upgrade40.html CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 18:45:35 Modified files: faq : index.html Log message: welcome OpenBSD 4.0 CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/10/31 18:56:01 Modified files: faq/pf : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html shortcuts.html tables.html tagging.html Log message: Updates for OpenBSD 4.0. uRPF, tftp-proxy, more ftp-proxy, etc. Thanks to mcbride for the bits about interface groups CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 18:59:26 Log message: Import gaim-tlen 20061101 gaim-tlen is Tlen.pl protocol plugin for GAIM. Status: Vendor Tag: alek Release Tags: alek_20061101 N ports/net/gaim-tlen/distinfo N ports/net/gaim-tlen/Makefile N ports/net/gaim-tlen/pkg/DESCR N ports/net/gaim-tlen/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/10/31 19:02:25 Modified files: net : Makefile Log message: Add gaim-tlen CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/31 19:29:58 Modified files: papers/auug2006/network_randomness: mgp00003.idx.png mgp00003.png mgp00003.txt mgp00007.idx.png mgp00007.png mgp00007.txt mgp00014.idx.png mgp00014.png mgp00014.txt Log message: Spelling fixes from cloder@ CVSROOT: /cvs Module name: www Changes by: mcbride@cvs.openbsd.org 2006/10/31 19:33:51 Modified files: papers/auug2006/pf_evolution: mgp00005.idx.png mgp00005.png mgp00005.txt mgp00006.idx.png mgp00006.png mgp00006.txt mgp00021.idx.png mgp00021.png mgp00021.txt mgp00031.idx.png mgp00031.png mgp00031.txt Log message: More spelling fixes from cloder@ CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:00:13 Modified files: inputmethods/libtomoe-gtk: Makefile Log message: Add BUILD_DEPENDS=::devel/pkgconfig ok msf espie CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 20:07:32 Modified files: faq : faq10.html faq12.html Log message: oops. link in faq11.html. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:10:02 Modified files: sbin/ipsecctl : ike.c ipsec.conf.5 ipsecctl.c ipsecctl.h parse.y Log message: Add support for aggressive mode (from the k2k6 IPsec hackathon). ok hshoexer CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/10/31 20:10:07 Modified files: faq : index.html Log message: sync with title of X article ("The X Window System"). CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:12:14 Modified files: sbin/ipsecctl : ike.c ipsecctl.c Log message: KNF unrelated to previous commit. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:24:21 Modified files: regress/sbin/ipsecctl: ikedel1.ok ikedel10.ok ikedel11.ok ikedel12.ok ikedel13.ok ikedel14.ok ikedel15.ok ikedel16.ok ikedel17.ok ikedel18.ok ikedel19.ok ikedel2.ok ikedel20.ok ikedel21.ok ikedel22.ok ikedel23.ok ikedel29.ok ikedel3.ok ikedel30.ok ikedel31.ok ikedel32.ok ikedel33.ok ikedel34.ok ikedel35.ok ikedel36.ok ikedel37.ok ikedel38.ok ikedel39.ok ikedel4.ok ikedel40.ok ikedel41.ok ikedel42.ok ikedel43.ok ikedel46.ok ikedel5.ok ikedel6.ok ikedel7.ok ikedel8.ok ikedel9.ok Log message: Adjust existing ikedel tests for aggressive mode support (we now delete both mainmode and aggressive mode phase 1 transforms) CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2006/10/31 20:37:24 Modified files: sys/dev : audio.c cons.c midi.c sys/dev/usb : ugen.c uhid.c usb.c uscanner.c sys/dev/wscons : wsdisplay.c wsmouse.c wsmux.c sys/net : if_tun.c Log message: poll errors should be POLLERR, not some random E value from alexandre ratchov. ok claudio CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/10/31 20:39:24 Modified files: sbin/pfctl : pfctl.c Log message: Don't recures ALL the time. CVSROOT: /cvs Module name: www Changes by: jason@cvs.openbsd.org 2006/10/31 20:57:53 Modified files: . : events.html Log message: correct a couple of audio links to NYCBUG meetings (thanks nikolai) CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 21:34:23 Modified files: sys/dev/pci : if_vic.c Log message: fix the barriers in setlladdr. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 22:06:03 Modified files: faq : faq13.html faq15.html faq8.html Log message: updates for 4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 22:06:26 Modified files: sys/dev/pci : if_vic.c Log message: vmware frames are slightly short, but that is ok. done with clues from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/10/31 22:45:15 Modified files: sys/dev/pci : if_vic.c Log message: let the tx completion path clean up by recording which mbuf we're sending in the tx forward path. gotta love one line fixes... committed over vic CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 22:46:20 Modified files: bin/dd : args.c Log message: Fix range checking for in.dbsz and out.dbsz. Add range checking for cbsz. Change type in format string to %zd and cast SSIZE_MAX to ssize_t. Fixes PR 5278 submitted by malaler at gmail dot com. OK otto@ and millert@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 22:49:14 Modified files: faq : index.html Log message: upgrade40.html CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/10/31 23:02:29 Modified files: usr.bin/mg : dired.c Log message: Don't overwrite line[strlen(line) - 1] when line is zero-length. Initial patch by Charles Longeau . OK kjell@. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:04:26 Modified files: faq : faq6.html Log message: typo, tweak CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 23:07:12 Modified files: sys/dev/pci : pcidevs Log message: amd 8111 has an ethernet, but we have never seen anyone use it yet CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/10/31 23:07:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:24:30 Modified files: faq : faq5.html Log message: plural CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:29:55 Modified files: . : stable.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:33:00 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:34:14 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/10/31 23:51:40 Modified files: faq : faq1.html Log message: typo CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/01 00:00:11 Modified files: faq : faq1.html Log message: more typos CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/01 00:08:50 Modified files: sys/dev/usb : usbdevs Log message: BWCT serial CVSROOT: /cvs Module name: src Changes by: jolan@cvs.openbsd.org 2006/11/01 00:09:41 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/11/01 00:25:54 Modified files: . : 40.html Log message: to be released -> released CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/01 01:27:50 Modified files: . : errata.html Log message: crank stable name; x0001@x.de1.cc CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/01 01:30:16 Modified files: . : errata.html Log message: fix duplicate link CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 01:39:43 Modified files: faq/nl : faq1.html faq14.html faq2.html faq3.html faq5.html faq6.html faq9.html upgrade39.html nl : ftp.html index.html openbgpd/nl : ftp.html openntpd/nl : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/01 01:50:34 Modified files: . : want.html Log message: I could use serially attached GPS receivers that provide a PPS signal. CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 01:54:16 Modified files: build : pkg-stable.html.head pkg-stable.prev.html.head Added files: build : packages-4.0 Log message: 3.9 and 4.0 are maintained now CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 01:55:29 Modified files: . : pkg-stable.html Added files: . : pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 01:58:56 Modified files: games/backgammon/backgammon: backgammon.6 Log message: Sort flags and commands. Use correct capitalization and punctuation in flag descriptions. Mark up -n flag in description. Help and OK jmc@. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 01:59:09 Modified files: x11/qt3 : Tag: OPENBSD_4_0 Makefile Added files: x11/qt3/patches: Tag: OPENBSD_4_0 patch-src_tools_qfile_cpp patch-src_tools_qfile_unix_cpp Log message: MFC: Let qfile synch IO between read and write by using fflush, a bit like qt4 does. This is hidden behind a pimpl, so there's no ABI change. This should allow people to use QDataStream for input AND output with impunity. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:03:00 Modified files: sbin/pfctl : pfctl.8 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 02:07:11 Modified files: www/mozilla-firefox: Tag: OPENBSD_4_0 Makefile distinfo www/mozilla-firefox/patches: Tag: OPENBSD_4_0 patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to firefox 1.5.0.7 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 02:14:32 Modified files: www/firefox-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: update to 1.5.0.7 as well CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:19:48 Modified files: share/man/man5 : pf.conf.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 02:26:37 Modified files: games/backgammon/backgammon: backgammon.6 Log message: tidy up the quick reference section; CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:42:20 Modified files: build : pkg-stable.html.head Log message: ups CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:42:32 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/01 02:47:21 Modified files: build : pkgstable.pl Log message: link to amd64 packages for 4.0 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 03:21:57 Modified files: sys/dev/pci : if_vic.c Log message: fix the tx path so it can use more than one scatter gather entry when sending the packet. this makes it less likely that we'll have to repack fragmented packets for transmission. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:47:47 Modified files: devel/horde : Makefile distinfo devel/horde/pkg: PLIST Log message: Update to Horde 3.1.3. This also fixes some security problems with the previous version. Horde now has a dependency on PostgreSQL, which is the default database. If you want to use MySQL instead, then use the mysql FLAVOR. If you want to use LDAP in addition to an SQL database, use the ldap FLAVOR. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:48:30 Modified files: mail/imp : Makefile distinfo mail/imp/pkg : PLIST Log message: Update to Imp, the Horde Webmail prgram, 4.1.3 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:49:00 Modified files: mail/ingo : Makefile distinfo mail/ingo/pkg : PLIST Log message: Filters for imp, update to version 1.1.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:49:41 Modified files: www/turba : Makefile distinfo www/turba/pkg : PLIST Log message: Update to turba 2.1.2, the Imp addressbook. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:50:34 Modified files: www/nag : Makefile distinfo www/nag/pkg : PLIST Log message: Update to versio 2.1.1 of nag, the taks list manager for Horde. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:51:19 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Log message: The imp addressbook, update to version 2.1.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 03:51:55 Modified files: databases/mnemo: Makefile distinfo databases/mnemo/pkg: PLIST Log message: Update to version 2.1. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/01 04:15:52 Modified files: net/pear-Services-Weather: Makefile distinfo net/pear-Services-Weather/pkg: PLIST Log message: Update and add RUN_DEPENDS. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/01 04:25:01 Modified files: sys/dev/pci : if_wpi.c Log message: fix firmware fatal errors on re-associations. reported and tested by Marc Winiger and dhartmei@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 04:30:45 Modified files: de : 40.html anoncvs.html donations.html errata.html ftp.html index.html security.html stable.html translation.html faq/de : current.html faq1.html faq10.html faq12.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade-old.html upgrade39.html faq/pf/de : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/01 04:52:24 Modified files: sys/dev/usb : if_zyd.c Log message: abort bulk-in and bulk-out pipes in zyd_stop() before freeing the Rx/Tx xfer lists. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 04:53:30 Modified files: mail/mozilla-thunderbird: Tag: OPENBSD_4_0 Makefile distinfo mail/mozilla-thunderbird/patches: Tag: OPENBSD_4_0 patch-configure_in patch-gfx_src_ps_nsFontMetricsPS_cpp patch-modules_libpref_src_init_all_js patch-widget_src_gtk2_nsSound_cpp Log message: MFC: SECURITY update to thunderbird 1.5.0.7 fixes several vulnerabilities, for details see: http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/11/01 04:55:34 Modified files: x11/xplanet : Makefile x11/xglobe : Makefile x11/xglobe/files: OpenBSD-markers Log message: finally add my coordinates. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 05:12:32 Modified files: sys/dev/pci : arc.c Log message: whitespace fixes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 05:21:51 Modified files: sys/dev/pci : arc.c Log message: dont walk the device list looking for our scsibus, it is stashed when we attach it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:25:47 Modified files: x11/qt3 : Tag: OPENBSD_4_0 Makefile qt3.port.mk Added files: x11/qt3/patches: Tag: OPENBSD_4_0 patch-src_kernel_qfontengine_x11_cpp patch-src_kernel_qimage_cpp patch-src_kernel_qpixmap_x11_cpp Log message: MFC: Add the security patches from qt 3.3.7 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 05:27:26 Modified files: sbin/pfctl : pfctl.c Log message: sync usage(); ok mcbride CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:31:25 Modified files: mail/thunderbird-i18n: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: update to 1.5.0.7 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 05:39:13 Modified files: www/opera : Tag: OPENBSD_4_0 Makefile distinfo www/opera/patches: Tag: OPENBSD_4_0 patch-install_sh Log message: MFC: security update to opera 9.02 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/01 05:41:35 Modified files: infrastructure/mk: bsd.port.mk pkgpath.mk Log message: zap a few non relevant lines, make _ALL_VARIABLES* internal. Use TMPDIR in pkgpath.mk CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:03:06 Modified files: databases/mysql: Tag: OPENBSD_4_0 Makefile distinfo databases/mysql/patches: Tag: OPENBSD_4_0 patch-configure_in patch-sql_mysqld_cc databases/mysql/pkg: Tag: OPENBSD_4_0 PLIST-server PLIST-tests Added files: databases/mysql/patches: Tag: OPENBSD_4_0 patch-config_ac-macros_openssl_m4 patch-include_mysql_com_h patch-mysql-test_r_sp-security_result patch-mysql-test_t_sp-security_test patch-sql_item_func_cc patch-sql_item_func_h patch-sql_sp_head_cc patch-sql_sp_head_h patch-sql_sql_acl_cc patch-sql_sql_parse_cc patch-sql_sql_trigger_cc Log message: MFC: upgrade to MySQL 5.0.24a + a few patches. http://bugs.mysql.com/22227 ulong fix http://bugs.mysql.com/21327 OpenSSL build fix http://bugs.mysql.com/18630 security context issue fix http://bugs.mysql.com/17647 case-sensitive fs issue fix CVE-2006-4226, CVE-2006-4227 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/01 06:06:48 Modified files: share/man/man7 : ports.7 packages.7 Log message: be more directive, assume people really want binary packages, and will resort to ports as a last resort. Also, unconfuse the part about sudo and make install. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 06:09:23 Modified files: nl : index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:12:28 Modified files: openbgpd : index.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:13:03 Modified files: multimedia/xine-lib: Tag: OPENBSD_4_0 Makefile distinfo multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-configure patch-src_audio_out_audio_sun_out_c patch-src_input_Makefile_in patch-src_input_input_dvb_c patch-src_input_input_vcd_c patch-src_input_libreal_real_c patch-src_input_vcd_libcdio_iso9660_fs_c patch-src_libreal_audio_decoder_c patch-src_libreal_xine_decoder_c patch-src_libw32dll_wine_Makefile_in patch-src_xine-engine_audio_decoder_c patch-src_xine-engine_audio_out_c patch-src_xine-engine_video_decoder_c patch-src_xine-engine_video_out_c patch-src_xine-utils_utils_c multimedia/xine-lib/pkg: Tag: OPENBSD_4_0 PLIST Removed files: multimedia/xine-lib/patches: Tag: OPENBSD_4_0 patch-src_input_input_mms_c patch-src_input_input_pnm_c patch-src_input_input_rtsp_c Log message: MFC: upgrade to xine-lib 1.1.2 * Security fixes: - CVE-2006-2802: possible buffer overflow in the HTTP plugin. - possible buffer overflow via bad indexes in specially-crafted AVI files * Fix a potential crash with fixed-size lacing in the Matroska demuxer * Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...) * Fix xxmc subpictures (broken since 1.1.1) * Add support for RealPlayer 10 codecs WANTLIB tweak from bernd@ CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:14:59 Modified files: build/mirrors : openbgpd-ftp.html.head Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:16:38 Modified files: build : Makefile Log message: OpenBGPD 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:17:28 Modified files: security/clamav: Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: ClamAV 0.88.5 Security: ClamAV 0.88.5 fixes a crash in the CHM unpacker and a heap overflow in the function rebuilding PE files after unpacking. CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/01 06:18:38 Modified files: openbgpd : ftp.html Log message: 4.0 here too CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 06:20:18 Modified files: usr.sbin/ospfd : ospfd.c Log message: Fix copy pasto, use SIGCHLD for the sigchild handler not SIGINT twice. Spotted by janus errornet.de CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 06:23:06 Modified files: sys/dev/pci : if_vic.c Log message: Use correct error message as return value. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:30:00 Modified files: www/moodle : Tag: OPENBSD_4_0 Makefile distinfo www/moodle/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: upgrade to moodle 1.6.3. SECURITY fix: A vulnerability was discovered that could allow SQL injections if a parameter was improperly used. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2006/11/01 06:45:15 Modified files: . : alpha.html amd64.html armish.html cats.html hp300.html hppa.html i386.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/01 06:45:32 Modified files: telephony/asterisk: Tag: OPENBSD_4_0 Makefile telephony/asterisk/patches: Tag: OPENBSD_4_0 patch-Makefile patch-asterisk_c patch-build_tools_make_defaults_h patch-cdr_Makefile patch-channels_Makefile patch-channels_chan_skinny_c patch-codecs_gsm_Makefile patch-db1-ast_Makefile Log message: sync patches and fix a vulnerability in the chan_skinny module for more details see: http://www.asterisk.org/node/109 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 07:56:58 Modified files: infrastructure/db: user.list Log message: Add _mdefang user and group CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:41:22 Log message: Import mpfr 2.2.0 (which was split off from gmp) The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. Joint work with espie@ Status: Vendor Tag: naddy Release Tags: naddy_20061101 N ports/devel/mpfr/Makefile N ports/devel/mpfr/distinfo N ports/devel/mpfr/pkg/PLIST N ports/devel/mpfr/pkg/PFRAG.shared N ports/devel/mpfr/pkg/DESCR N ports/devel/mpfr/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:42:32 Modified files: devel : Makefile Log message: +mpfr CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 11:43:09 Modified files: devel/gmp : Makefile distinfo devel/gmp/pkg : DESCR PLIST Removed files: devel/gmp/patches: patch-configure Log message: update to 4.2.1; joint work with espie@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 11:48:09 Modified files: share/man/man7 : ports.7 packages.7 Log message: tweaks; CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 11:57:50 Modified files: de : events.html press.html fr : 40.html anoncvs.html donations.html errata.html events.html ftp.html index.html pkg-stable.html pkg-stable38.html stable.html want.html Added files: fr : pkg-stable39.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:07:18 Modified files: bin/ps : ps.1 ps.c Log message: simplify synopsis and sync usage(); CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:09:25 Modified files: bin/ps : ps.1 Log message: note that -L may not be specified with other options; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:11:24 Modified files: bin/ps : ps.1 Log message: give FILES a bit of space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 12:14:48 Modified files: bin/ps : ps.1 Log message: - no need for double markup - prefer .Sq for single letters CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/01 12:52:32 Modified files: de : alpha.html hp300.html hppa.html i386.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html faq/fr : current.html openbgpd/de : ftp.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/01 12:53:40 Modified files: share/man/man4/man4.vax: lkkbd.4 sys/arch/vax/dec: wskbdmap_lk201.c Log message: German LK-[24]01 keyboard layout; contributed by Sigi Rudzio (sigirudzio ; gmail . com) CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:02:06 Modified files: lang/python/2.3: Makefile lang/python/2.3/patches: patch-Lib_test_regrtest_py patch-Lib_test_test_fcntl_py patch-Modules_socketmodule_c patch-configure_in patch-setup_py lang/python/2.3/pkg: PLIST PLIST-gdbm PLIST-mpz PLIST-tkinter Added files: lang/python/2.3/pkg: DESCR-bz2 PFRAG.mm PLIST-bz2 Removed files: lang/python/2.3/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.mpz Setup.tkinter lang/python/2.3/pkg: PFRAG.mm-shared PFRAG.no-shared-tkinter PFRAG.shared PFRAG.tkinter Log message: Switch build to setup.py/distutils instead of Setup files; redo PLISTs; add bz2 subpackage CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 13:03:35 Modified files: sys/dev : Tag: OPENBSD_4_0 systrace.c systrace.h Log message: MFC: Fix by djm@ fix an exploitable integer overflow found by Chris Evans of Google Security; ok deraadt CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:12:58 Added files: lang/python/2.3/pkg: MESSAGE MESSAGE-idle UNMESSAGE UNMESSAGE-idle Removed files: lang/python/2.3/pkg: DEINSTALL DEINSTALL-idle INSTALL INSTALL-idle Log message: Replace (DE)INSTALL with (UN)MESSAGE CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 13:34:24 Modified files: devel/jdk : java.port.mk Log message: adjust depends so that 1.3+, 1.4 & 1.4+ level ports must use libz free jdk/1.4 from now on. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:38:37 Modified files: lang/python/2.4: Makefile distinfo lang/python/2.4/patches: patch-Lib_test_regrtest_py patch-Lib_test_test_tempfile_py patch-Lib_test_test_timeout_py patch-Makefile_pre_in patch-Modules_posixmodule_c patch-Modules_socketmodule_c patch-configure_in patch-setup_py lang/python/2.4/pkg: PLIST PLIST-bsddb PLIST-gdbm PLIST-tests PLIST-tkinter PLIST-tools Added files: lang/python/2.4/pkg: DESCR-bz2 PFRAG.mm PLIST-bz2 Removed files: lang/python/2.4/files: Setup Setup.bsddb Setup.expat Setup.gdbm Setup.tkinter lang/python/2.4/pkg: PFRAG.mm-shared PFRAG.no-shared-tkinter PFRAG.shared PFRAG.shared-bsddb PFRAG.shared-gdbm PFRAG.shared-tkinter Log message: Update to 2.4.4; add bz2 subpacakge; switch to setup.py; redo PLISTs CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:40:16 ports/lang/python/2.5 Update of /cvs/ports/lang/python/2.5 In directory cvs.openbsd.org:/tmp/cvs-serv23371/2.5 Log Message: Directory /cvs/ports/lang/python/2.5 added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:17 ports/lang/python/2.5/files Update of /cvs/ports/lang/python/2.5/files In directory cvs.openbsd.org:/tmp/cvs-serv11155/files Log Message: Directory /cvs/ports/lang/python/2.5/files added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:18 ports/lang/python/2.5/patches Update of /cvs/ports/lang/python/2.5/patches In directory cvs.openbsd.org:/tmp/cvs-serv11155/patches Log Message: Directory /cvs/ports/lang/python/2.5/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:41:19 ports/lang/python/2.5/pkg Update of /cvs/ports/lang/python/2.5/pkg In directory cvs.openbsd.org:/tmp/cvs-serv11155/pkg Log Message: Directory /cvs/ports/lang/python/2.5/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 13:47:41 Modified files: devel/apache-ant: Makefile devel/jakarta-servletapi: Makefile devel/ivy : Makefile devel/maven : Makefile java/junit : Makefile print/ppower4 : Makefile textproc/xerces: Makefile www/tomcat/v4 : Makefile Log message: pkg bump due to depends change in java.port.mk CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/01 13:55:40 Modified files: usr.sbin/ripd : neighbor.c Log message: Stop the running timer in case a neighbor is deleted. This fixes a crash found by Martin Boehme. ok michele@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 13:59:18 Added files: lang/python/2.5: Makefile distinfo lang/python/2.5/files: CHANGES.OpenBSD idle lang/python/2.5/patches: patch-Lib_distutils_command_build_ext_py patch-Lib_tempfile_py patch-Lib_test_regrtest_py patch-Lib_test_test_dl_py patch-Lib_test_test_tempfile_py patch-Lib_test_test_timeout_py patch-Makefile_pre_in patch-Modules_makesetup patch-Modules_nismodule_c patch-Modules_socketmodule_c patch-Tools_scripts_pydoc patch-configure_in patch-setup_py sup64-Lib_test_regrtest_py lang/python/2.5/pkg: DESCR DESCR-bsddb DESCR-bz2 DESCR-db DESCR-expat DESCR-gdbm DESCR-idle DESCR-sqlite DESCR-tests DESCR-tkinter DESCR-tools MESSAGE MESSAGE-idle PFRAG.mm PLIST PLIST-bsddb PLIST-bz2 PLIST-expat PLIST-gdbm PLIST-idle PLIST-sqlite PLIST-tests PLIST-tkinter PLIST-tools UNMESSAGE UNMESSAGE-idle Log message: Python 2.5 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/01 14:06:12 Modified files: devel/p5-version: Makefile distinfo Log message: update to 0.68, and unbreak, it's not arch independent CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 14:11:55 Modified files: lang/python : Makefile.inc Log message: Switch from Setup files to setup.py; add new subpackages CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/01 14:13:20 Modified files: net/kismet : Makefile distinfo net/kismet/patches: patch-Makefile_in patch-conf_kismet_conf_in patch-configure_in patch-gpsmap_cc patch-man_gpsmap_1 patch-panelfront_cc patch-pcapsource_cc patch-scripts_kismet_in net/kismet/pkg : MESSAGE-gpsmap Added files: net/kismet/patches: patch-configfile_cc patch-expat_cc patch-frontend_cc patch-gpsmap_cache_cc patch-ifcontrol_cc patch-kismet_server_cc patch-macaddr_h patch-manuf_cc patch-packet_cc patch-packet_h patch-packetracker_cc patch-packetsource_h patch-packetstream_h patch-panelfront_display_cc patch-pcapsource_h patch-prism2source_cc patch-prism2source_h patch-tcpclient_cc patch-util_cc patch-util_h Log message: Update to 2006-04-R1, with some patches from the upstream kismet SVN. While here, update my mail address and comment most of the patch files. Some WANTLIB spanking and ok, sturm@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2006/11/01 14:16:57 Modified files: faq : faq11.html Log message: X11 bits for vax with lcg(4) and lcspx(4) ok miod nick CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 14:18:38 Modified files: usr.sbin/httpd/src/main: Tag: OPENBSD_4_0 http_protocol.c Log message: MFC: Fix by djm@ escape error response to unsupported Expect: header, fixes CVE-2006-3918 CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/01 14:20:04 Modified files: lang/python : Makefile Log message: Add 2.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:25:52 Modified files: bin/ps : ps.1 Log message: +.Ex -std ps CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:34:41 Modified files: bin/ps : ps.1 Log message: some minor adjustments to the options list; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/01 14:40:17 Modified files: bin/ps : ps.1 Log message: -.Xr sh 1 , CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/01 15:24:20 Modified files: sys/dev/i2c : i2c_scan.c Log message: lm75 scoring should not show up in verbose CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/01 15:26:28 Modified files: databases/db : Makefile.inc databases/db/v4: Makefile databases/db/v4/patches: patch-dist_Makefile_in patch-dist_configure databases/db/v4/pkg: PLIST Added files: databases/db/v4/patches: patch-java_src_com_sleepycat_db_db_javaJNI_java patch-libdb_java_java_util_i databases/db/v4/pkg: DESCR-java PFRAG.shared-java PLIST-java Log message: enable java bindings for v4 and place into subpackage. with help and okay from steven@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 16:25:18 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Put common data for each RX DMA descriptor into a new rxsoft structure. From tsutsui@NetBSD Tested by brad@ otto@ Tested on amd64/i386/sparc64 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/01 16:39:34 Modified files: sys/net : if_pfsync.c if_pflog.c Log message: Attach pfsync0 and pflog0 by default like they used to, /etc/rc depends on them being there. diff & ok deraadt CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/01 16:57:24 Modified files: lang/gcc/4.0 : Makefile lang/gcc/4.1 : Makefile lang/gcc/4.2 : Makefile Log message: switch -f95 gmp dependency to gmp and mpfr CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/11/01 17:38:34 Modified files: sys/dev/pci : if_vic.c Log message: whitespaces cleanup, no functional change ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:27:34 Modified files: sys/dev/mii : rlphy.c Log message: simplify parent driver matching code a bit. no-op change. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 18:43:01 Modified files: usr.bin/ftp : cmds.c util.c Log message: Add checks for fgets and properly overwrite newline. Initial patch from Charles Longeau . OK moritz@ and jaredy@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:49:04 Modified files: sys/conf : Tag: OPENBSD_4_0 newvers.sh Log message: -stable CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 18:51:33 Modified files: usr.bin/ftp : cmds.c util.c Log message: Pass full buffer size to fgets. OK moritz@ and jaredy@. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:52:08 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 arc.c Log message: MFC: Fix by dlg@ well, this is embarassing. it turns out a drivers detach code isnt called when the machine is shutting down which meant my bits to stop bgrb and sync the cache werent being run. without those bits being run the filesystems on these controllers were never clean on reboot, so we'd always get an fsck. so now we provide a shutdown hook which does get run on shutdown to sync the cache properly. found by claudio@ ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 18:54:13 Modified files: sys/dev/pci : if_vic.c Log message: rewrite the tx path so it doesnt feel so lopsided. now i can have coffee! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 18:56:59 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 if_em.c Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:01:36 Modified files: sys/dev/pci : if_vic.c Log message: more whitespace fixes CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/01 19:06:05 Modified files: games/atc : main.c Log message: Check for valid character before truncating string. Initial patch from Charles Longeau . OK moritz@. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:08:18 Modified files: sys/dev/pci : if_vic.c Log message: VIC_DEBUG is useless, so it goes away CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 19:10:12 Modified files: sys/dev/pci : if_vic.c Log message: we sync regions in the dma area anymore, we just sync the whole thing. this means the insane macro used to calculate the offset for syncing can go away. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 19:17:22 Modified files: sys/dev/pci : if_vic.c Log message: set the proper maximum queue length. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 21:32:59 Modified files: sys/dev/pci : if_vic.c Log message: split the initialisation of the dma area up between the attach path and the interface init path. the init path now does the allocation of the dmamaps for both tx and rx, and allocates the mbufs for the rx ring. the interface stop is now uncommented. it waits for the hardware to stop working, and cleans up the bits allocated in the init path. ifconfig vic0 up and ifconfig vic0 down both work now. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 21:56:04 Modified files: sys/dev/pci : if_vic.c Log message: remove cruft CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 21:56:13 Modified files: sys/dev/acpi : acpitz.c Log message: Add active cooling support mostly by me with jordan help. Add initial passive cooling trending formulas by jordan. ok jordan@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 21:58:20 Modified files: sys/dev/acpi : acpitz.c Log message: Ooops, forgot a debug printf. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/01 22:10:10 Modified files: sys/dev/pci : if_vic.c Log message: set up a tick to check the link state every second. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 22:52:24 Modified files: sys/dev/acpi : acpi.c Log message: Fix comments to reflect reality. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/01 22:53:57 Modified files: share/man/man4 : vic.4 pci.4 Log message: fix up vic a bit and add it to the pci man page. CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/01 22:58:49 Modified files: sys/dev/acpi : acpi.c Log message: Kill acpiec attach function and add its functionality to the generic _HID device attach prodded and ok jordan CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/02 00:03:29 Modified files: graphics/gmt : Makefile net/GeoIP : Makefile net/p5-Geo-IP : Makefile www/mod_geoip : Makefile misc/gpsd : Makefile misc/garmin-utils: Makefile x11/xglobe : Makefile x11/xplanet : Makefile Log message: add 'geo' to categories for these. ok ckuethe@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2006/11/02 00:20:36 Modified files: share/man/man4 : vic.4 Log message: add an example on how to add the virtual nic to a virtual machine. discussed with and ok'ed by jmc@ and dlg@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/02 00:33:47 Modified files: . : plat.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/02 00:39:17 Modified files: . : vax-simh.html Log message: 4.0 CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2006/11/02 00:48:59 Modified files: games/scummvm : Makefile distinfo games/scummvm/patches: patch-engines_simon_simon_cpp Removed files: games/scummvm/patches: patch-tools_convbdf_c Log message: Update to 0.9.1 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 01:21:23 Modified files: share/man/man4 : vic.4 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 01:24:48 Modified files: usr.bin/ftp : ftp.1 Log message: ftp(1) sends EPSV by default, not PASV; from daniel wade ok deraadt CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/02 02:42:44 Modified files: . : INDEX Log message: sync, 3750 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 02:57:04 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document the new package repository structure, mark BIN_PACKAGES as obsolete, explain update and subupdate. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 02:58:09 Modified files: share/man/man7 : ports.7 Log message: say goodbye to BIN_PACKAGES CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 03:12:17 Modified files: share/man/man5 : bsd.port.mk.5 Log message: partially document the sub* stuff CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/02 03:18:07 Modified files: share/man/man5 : bsd.port.mk.5 Log message: Document print-plist/print-plist-contents CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:54:15 Modified files: games/xjewel : Makefile Removed files: games/xjewel/scripts: configure Log message: Replace configure `script' with equivalent MAKE_FLAGS/FAKE_FLAGS. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:56:56 Modified files: games/xdeblock : Makefile Removed files: games/xdeblock/scripts: configure Log message: zap configure script CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:57:21 ports/devel/eclipse/sdk/files Update of /cvs/ports/devel/eclipse/sdk/files In directory cvs.openbsd.org:/tmp/cvs-serv7457/files Log Message: Directory /cvs/ports/devel/eclipse/sdk/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 03:59:17 Modified files: devel/eclipse/sdk: Makefile Added files: devel/eclipse/sdk/files: prepatch.sh Removed files: devel/eclipse/sdk/scripts: prepatch.sh Log message: move script prior to zapping SCRIPTDIR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:07:13 Modified files: audio/rplay : Makefile Removed files: audio/rplay/scripts: configure Log message: say goodbye to configure, integrate it in Makefile. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:09:01 Modified files: lang/unicon : Makefile Added files: lang/unicon/files: mk_icont Removed files: lang/unicon/scripts: mk_icont Log message: mv from SCRIPTDIR to FILESDIR CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:18:27 ports/lang/smlnj/files Update of /cvs/ports/lang/smlnj/files In directory cvs.openbsd.org:/tmp/cvs-serv7353/files Log Message: Directory /cvs/ports/lang/smlnj/files added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 04:22:15 Modified files: lang/smlnj : Makefile Added files: lang/smlnj/files: get-cm Removed files: lang/smlnj/scripts: get-cm Log message: move SCRIPTDIR to FILESDIR CVSROOT: /cvs Module name: www Changes by: henning@cvs.openbsd.org 2006/11/02 04:25:13 Modified files: openbgpd : users.html Log message: easyspeedy uses openbgpd CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/02 05:26:37 Modified files: databases/db : Makefile.inc databases/db/v4: Makefile Log message: Provide a no_java FLAVOR as discussed on icb. ok robert@, msf@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 05:34:19 Modified files: bin/ps : ps.1 Log message: overhaul the keywords section; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/02 05:39:12 Modified files: mail/exmh2 : Makefile Added files: mail/exmh2/files: configure Removed files: mail/exmh2/scripts: configure Log message: zap SCRIPTSDIR CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 05:45:07 Modified files: build : mirrors.dat Log message: I did wrong indentation for new munich HTTP mirror, noticed by Marcus Popp no output change, so no sync needed CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/02 05:46:13 Modified files: lang/ruby : Makefile Added files: lang/ruby/patches: patch-lib_cgi_rb Log message: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info ok msf@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 08:04:39 Modified files: databases/db/v4: Makefile databases/db/v4/pkg: PLIST-java Log message: fix stupid mistake. the java subpackage has shared libs, so lets install them. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 09:48:11 Modified files: share/man/man7 : ports.7 Log message: kill trailing space; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/02 09:54:16 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweaks; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/02 10:53:03 Modified files: x11/icewm : Makefile distinfo x11/icewm/pkg : PLIST Log message: - update to 1.2.28 (from Mike Belopuhov ) - take over maintainership. "Go ahead, commit" bernd@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/02 10:54:59 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Log message: Update to version 2.1.3, bugfixes and a slovenian translation. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:00:03 Modified files: usr.bin/grep : grep.c Log message: Check length before checking index of len - 1. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:02:16 Modified files: usr.bin/encrypt: encrypt.c Log message: There is no need to trim an empty string any further, just return it. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:07:03 Modified files: sbin/raidctl : raidctl.c Log message: Error out on empty string passed as device name. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:07:56 Modified files: sbin/raidctl : rf_configure.c Log message: Check for newline before truncating. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:10:40 Modified files: kerberosV/src/appl/login: limits_conf.c Log message: Report to syslog strings that start with NUL; prevents negative index array access. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:13:03 Modified files: games/trek : out.c Log message: Don't access buf[strlen(buf) - 1] on empty strings. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:15:02 Modified files: games/sail : pl_main.c Log message: Check fgets failure and clarify character checks. OK moritz@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:19:30 Modified files: games/quiz : quiz.c Log message: Don't check buf[strlen(buf) - 1] on empty strings. OK moritz@. CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/02 11:19:59 Modified files: lib/libc/stdlib: strtol.3 Log message: columns for underflow and overflow were swapped, noticed by Mathieu Olivier ok jmc@ mickey@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:21:20 Modified files: bin/ksh : main.c Log message: Only check if last three letters are "/sh" if string is at least three characters long. OK moritz@. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/02 11:23:22 Modified files: faq/fr : faq7.html faq/pf/fr : anchors.html authpf.html config.html example1.html logging.html macros.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html fr : mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html openbgpd/fr : index.html openntpd/fr : portable.html pt : index.html stable.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/02 11:27:29 Modified files: usr.sbin/ppp/ppp: auth.c Log message: Check that last character is a newline before truncating; prevents negative index array access. OK moritz@. CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 11:45:01 Modified files: build : mirrors.dat Log message: disable 3 ftp mirrors who fail to update and don't answer mails footwork and diff by Marcus Popp, thanks! CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/02 11:45:57 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 12:56:23 Modified files: lib/libssl/src/crypto/asn1: Tag: OPENBSD_4_0 tasn_dec.c lib/libssl/src/crypto/dh: Tag: OPENBSD_4_0 dh.h dh_err.c dh_key.c lib/libssl/src/crypto/dsa: Tag: OPENBSD_4_0 dsa.h dsa_err.c dsa_ossl.c lib/libssl/src/crypto/rsa: Tag: OPENBSD_4_0 rsa.h rsa_eay.c rsa_err.c lib/libssl/src/ssl: Tag: OPENBSD_4_0 s2_clnt.c ssl_lib.c Log message: MFC: Fix by pvalchev@ openssl security fixes, diff from markus@, ok & "commit it" djm@ http://www.openssl.org/news/secadv_20060928.txt for more CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 13:45:17 Modified files: sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: enable vic(4) now that it works. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/02 14:11:07 Modified files: devel/ivy : Makefile Log message: Don't blindly reference PKGNAME in other variables and/or targets, since it breaks pkg bumps. noticed and ok, naddy@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/02 14:30:57 Modified files: astro/jday : Makefile distinfo astro/jday/pkg : DESCR PLIST Added files: astro/jday/pkg : PFRAG.shared Removed files: astro/jday/patches: patch-jday_c Log message: update to 2.4 (three years of miscellaneous changes) CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 15:16:22 Modified files: sys/arch/sh/include: db_machdep.h Log message: proper brkpt detection so continue does restart proper CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/02 16:00:28 Modified files: sys/arch/sh/sh : locore_subr.S Log message: Remove unused code and move the knowledge of struct switchframe to a single place. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:28:04 Modified files: sys/dev/pci : if_vic.c Removed files: sys/dev/pci : if_vicreg.h Log message: merge the register description into the c file. nothing else will ever use the reg descriptions, so why pollute the tree with it? CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:29:04 Modified files: sys/dev/pci : if_vic.c Log message: reyk said i can put my copyright on this file too. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:32:16 Modified files: sys/dev/pci : if_vic.c Log message: pointers in hardware structures are stupid. shame on you vmware. this should have a chance at running on amd64 now. can anyone test? CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:35:16 Modified files: sys/dev/pci : if_vic.c Log message: dont set tx_stopped when we actually want to do tx. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:39:23 Modified files: sys/dev/pci : if_vic.c Log message: comments like "schedule timeout" before going timeout_add are dumb. learn to read the code. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 16:43:35 Modified files: sys/dev/pci : if_vic.c Log message: if the hardware doesnt say it can do scatter gather lists for tx, then limit it to one dma segment so it only fills one scatter gather entry. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/02 19:23:23 Modified files: share/man/man4 : vic.4 Log message: vmware can also emulate em these days, not just pcn. remove some verbosity that describes features we dont use or care about. im an author too. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 19:52:02 Modified files: sys/arch/sh/sh : trap.c Log message: step and stuff works in ddb now too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/02 20:23:07 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats md.hp300 md.hppa md.hppa64 md.i386 md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 20:35:42 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: mdproc has to be initialised CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/02 20:38:08 Modified files: sys/arch/sh/sh : pmap.c Log message: must steal pages from the end of the physseg CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/02 21:39:23 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Use __start (the symbol we provide) not start. ok miod@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 21:50:39 Modified files: databases/db/v4: Makefile Log message: set MODJAVA_VER=1.3+ and MODJAVA_JRERUN=Yes for java subpackage CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/02 22:11:09 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh editors/openoffice/patches: patch-config_office_configure_in patch-config_office_set_soenv_in editors/openoffice/pkg: PLIST Added files: editors/openoffice/pkg: DESCR-java DESCR-kde PFRAG.shared-java PFRAG.shared-kde PLIST-java PLIST-kde Removed files: editors/openoffice/patches: patch-readlicense_oo_util_makefile_pmk Log message: - enable KDE integration and add openoffice-kde subpackge for this optional feature - enable building with java and add openoffice-java subpackage for this optional feature. this corrects the "save as" problem and provides help files in the base package. so now java is needed to build OOo but not to run it. some OOo features require java to run, so install the openoffice-java subpackage for that. - make sbase, smath, setofficelang and spadmin applications available via wrapper script. - tweak configure to find versioned Qt shared libs. - adjust include and lib search order again - sigh. put /usr/local before jdk but after OOo dirs. this allows system libjpeg to be used over jdk libjpeg and still avoids build conflicts with things like cppunit. - remove extra patch to readlicense_oo/util/makefile.pmk some testing and input ian@ okay robert@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/02 22:55:50 Modified files: mail/postfix/stable: Makefile distinfo Log message: Postfix 2.3.4 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:32:39 Modified files: sys/dev/pci : pcidevs Log message: correct the Intel 108e id, its not a Gig MAC PCI id but an IPMI interface for the NIC and add 108f which is an AMT interface for the NIC. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:33:22 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/02 23:39:10 Modified files: sys/dev/pci : if_em.c if_em_hw.c if_em_hw.h Log message: the 8257E KCS PCI id is not the MAC but an IPMI interface being provided from the chipset, so remove it. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 00:18:31 Modified files: benchmarks/pear-Benchmark: Makefile Log message: CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/03 00:59:06 Modified files: faq/nl : faq13.html faq15.html faq8.html faq/pf/pl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pl : faq1.html faq10.html faq12.html faq13.html faq14.html faq15.html faq9.html upgrade39.html fr : alpha.html amd64.html armish.html cats.html hp300.html hppa.html i386.html luna88k.html nl : 39.html 40.html anoncvs.html i386.html plat.html stable.html openbgpd/nl : ftp.html index.html pl : index.html Added files: faq/pl : upgrade40.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/03 01:29:00 Modified files: math/amd : Makefile math/blas : Makefile distinfo math/cblas : Makefile math/lapack : Makefile math/umfpack : Makefile Log message: do not reference PKGNAME in other vars pointed out by naddy CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 01:47:12 Modified files: share/man/man4 : vic.4 pci.4 Log message: vmxnet -> VMXnet ethernet -> Ethernet ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 02:41:40 Modified files: share/man/man4 : vic.4 Log message: move the hardware info to a more relevant part of the doc; no need for a separate HARDWARE section; ok dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 02:45:35 Modified files: share/man/man4 : vic.4 Log message: no need to capitalise "virtual"; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 03:08:06 Modified files: share/man/man4 : vic.4 Log message: improve EXAMPLES somewhat; from dlg and myself CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/03 03:56:44 Modified files: devel/apr : Makefile devel/apr-util : Makefile Log message: Use MASTER_SITE_APACHE CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 04:45:31 Log message: Authentication libraries for courier. New versions of maildrop, courier-imap and friends use these for authentication purposes. port made with help from bernd, thanks. Status: Vendor Tag: mbalmer Release Tags: courier-authlib_20061103 N ports/mail/courier-authlib/Makefile N ports/mail/courier-authlib/distinfo N ports/mail/courier-authlib/patches/patch-liblock_locktest_c N ports/mail/courier-authlib/patches/patch-authdaemond_in N ports/mail/courier-authlib/patches/patch-authldap_h N ports/mail/courier-authlib/patches/patch-authpipelib_c N ports/mail/courier-authlib/patches/patch-configure N ports/mail/courier-authlib/patches/patch-userdb_pw2userdb_in N ports/mail/courier-authlib/pkg/DESCR-ldap N ports/mail/courier-authlib/pkg/DESCR N ports/mail/courier-authlib/pkg/DESCR-userdb N ports/mail/courier-authlib/pkg/DESCR-mysql N ports/mail/courier-authlib/pkg/DESCR-pgsql N ports/mail/courier-authlib/pkg/PFRAG.shared N ports/mail/courier-authlib/pkg/MESSAGE N ports/mail/courier-authlib/pkg/PFRAG.shared-ldap N ports/mail/courier-authlib/pkg/PFRAG.shared-mysql N ports/mail/courier-authlib/pkg/PFRAG.shared-pgsql N ports/mail/courier-authlib/pkg/PFRAG.shared-userdb N ports/mail/courier-authlib/pkg/PLIST N ports/mail/courier-authlib/pkg/PLIST-ldap N ports/mail/courier-authlib/pkg/PLIST-mysql N ports/mail/courier-authlib/pkg/PLIST-pgsql N ports/mail/courier-authlib/pkg/PLIST-userdb No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 04:47:30 Modified files: mail : Makefile Log message: Add courier-authlib CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 05:59:52 Modified files: sbin/restore : restore.8 Log message: correctify example; from a mail posted to misc@ from uwe dippel; ok otto CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 06:25:02 Log message: Initial import of gnugetopt-1.1.4. GNU getopt(1) is a program to help shell scripts parse command-line parameters. Port started by msf@ and finished by me. ok msf@ Status: Vendor Tag: bernd Release Tags: bernd_2006-nov-3 N ports/misc/gnugetopt/Makefile N ports/misc/gnugetopt/distinfo N ports/misc/gnugetopt/patches/patch-Makefile N ports/misc/gnugetopt/patches/patch-getopt_1 N ports/misc/gnugetopt/patches/patch-getopt-parse_bash N ports/misc/gnugetopt/patches/patch-getopt-parse_tcsh N ports/misc/gnugetopt/patches/patch-getopt_c N ports/misc/gnugetopt/pkg/PLIST N ports/misc/gnugetopt/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 06:26:12 Modified files: misc : Makefile Log message: Add gnugetopt CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:50:54 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/pkg: DESCR-utils MESSAGE PLIST PLIST-utils Removed files: mail/maildrop/pkg: PFRAG.ldap PFRAG.mysql SECURITY Log message: Part one of the update to maildrop-2.0.2. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:51:11 ports/mail/maildrop/patches Update of /cvs/ports/mail/maildrop/patches In directory cvs.openbsd.org:/tmp/cvs-serv5751/patches Log Message: Directory /cvs/ports/mail/maildrop/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 06:52:19 Added files: mail/maildrop/files: SECURITY mail/maildrop/patches: patch-liblock_locktest_c patch-maildir_Makefile_am patch-maildir_Makefile_in patch-maildrop_Makefile_in patch-maildrop_configure patch-maildrop_maildrop_1_in patch-maildrop_maildropfilter_7_in Log message: Part 2 and end of the update to maildrop-2.0.2. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/03 07:00:22 Log message: initial import of xmlto-0.0.18 xmlto is a front-end to an XSL toolchain. It chooses an appropriate stylesheet for the conversion you want and applies it using an external XSL-T processor. It also performs any necessary post-processing. ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061003 N ports/textproc/xmlto/distinfo N ports/textproc/xmlto/Makefile N ports/textproc/xmlto/pkg/PLIST N ports/textproc/xmlto/pkg/DESCR N ports/textproc/xmlto/patches/patch-xmlto_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/03 07:03:39 Modified files: textproc : Makefile Log message: +xmlto CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/03 07:23:31 Modified files: faq/fr : faq1.html faq10.html faq11.html faq12.html faq13.html faq14.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade39.html fr : ftp.html plat.html vax-simh.html openbgpd/fr : users.html openntpd/fr : portable.html pt : goals.html index.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/03 07:29:12 Modified files: audio/xmms-shn : Makefile audio/xmms-sid : Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:13:46 Modified files: infrastructure/db: user.list Log message: Add a userid, _courier, for the courier mailsystem. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:15:02 Modified files: mail/maildrop : Makefile mail/maildrop/pkg: PLIST PLIST-utils Log message: Fix user id. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/03 08:15:07 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-configure_ac patch-include_vlc_threads_funcs_h patch-m4_vlc_m4 patch-modules_access_ftp_c patch-modules_access_mms_mmsh_c patch-modules_gui_ncurses_c patch-modules_gui_pda_pda_callbacks_c patch-src_misc_modules_c x11/vlc/pkg : PLIST Log message: update to 0.8.5 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 08:16:41 Modified files: mail/courier-authlib: Makefile mail/courier-authlib/pkg: PLIST Log message: Fix user id. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/03 08:21:25 Modified files: usr.sbin/ripd : message.c Log message: if the nexthop is not reachable through outgoing interface set it to INADDR_ANY. Spotted out by Martin Boehme. OK claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2006/11/03 08:38:38 Modified files: sbin/mount_nfs : mount_nfs.c Log message: storing return value of strtol() in int variable was not safe, also strtol() result was not checked for under/overflow thus, rewrite getopt switch/cases with strtonum() and sensible bounds help from mickey@ millert@, ok millert@, no objections otto@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 09:19:56 Modified files: mail/courier-imap: Makefile distinfo mail/courier-imap/patches: patch-imap_imapd-ssl_dist_in patch-imap_mkimapdcert_in patch-imap_mkpop3dcert_in patch-imap_pop3d-ssl_dist_in mail/courier-imap/pkg: DESCR DESCR-pop3 MESSAGE MESSAGE-pop3 PLIST PLIST-pop3 Added files: mail/courier-imap/patches: patch-imap_imaplogin_c patch-imap_pop3login_c patch-liblock_locktest_c patch-tcpd_libcouriertls_c Removed files: mail/courier-imap/patches: patch-Makefile_in mail/courier-imap/pkg: DESCR-ldap DESCR-mysql DESCR-pgsql PLIST-ldap PLIST-mysql PLIST-pgsql Log message: Update to courier-imap 4.1.1. If you used courier-imap before, you should now also use courier-authlib (which is new) as the authentication stuff has been moved there. This should make our courier system again faily complete, we have been running this code for almost a year. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 09:20:58 Modified files: mail/courier-imap/pkg: PLIST-pop3 Log message: user id... CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/03 09:27:52 Modified files: usr.bin/xlint/lint1: Makefile Log message: ouT makefile rules are smarter now, kill a redundant CLEANFILES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 10:01:10 Modified files: lang/icon/interp: Makefile lang/unicon : Makefile mail/elm : Makefile x11/enlightenment: Makefile Log message: Remove traces of SCRIPTS_ENV CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 10:03:28 Modified files: infrastructure/templates: Makefile.template infrastructure/mk: bsd.port.mk Log message: bye, bye SCRIPTS_ENV, bye, bye SCRIPTDIR CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:12:16 Modified files: www/xoops : Tag: OPENBSD_4_0 Makefile distinfo www/xoops/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: - upgrade to xoops 2.0.15. SECURITY fix: A vulnerable describes an SQL injection attack against versions less than 2.0.15. Submitted by: Will Maier CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/03 10:14:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: SCRIPTDIR and SCRIPTS_ENV are obsolete now. CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/11/03 10:15:43 Modified files: . : press.html Log message: Some 4.0 stuff: Biancuzzi and Matzem CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 10:28:01 Modified files: sys/arch/sh/include: param.h Log message: For now use 3 pages like netbsd, allows the kernel to get _MUCH_ farther. I suspect this is really a bug in the P1_STACK code path. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:34:38 Modified files: databases/postgresql: Tag: OPENBSD_4_0 Makefile distinfo databases/postgresql/patches: Tag: OPENBSD_4_0 patch-configure databases/postgresql/pkg: Tag: OPENBSD_4_0 PLIST-docs Log message: MFC: update to postgresql 8.1.5, turns out this fixes several bugs that could cause DoS CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:35:00 Modified files: misc/screen : Tag: OPENBSD_4_0 Makefile distinfo Log message: MFC: security: update to screen 4.0.3, previous versions are vulnerable may lead to a DoS. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/03 10:38:53 Modified files: games/fire : Tag: OPENBSD_4_0 Makefile Added files: games/fire/patches: Tag: OPENBSD_4_0 patch-fire_c Log message: MFC: Fix buffer overflows 1 element before and after buffer boundaries. Fixes segfault on startup. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 10:52:27 Modified files: sys/arch/sh/sh : trap.c Log message: Return address is way too useful to not print here. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 10:55:07 Modified files: net/micq : Makefile Added files: net/micq/patches: patch-src_oscar_roster_c Log message: Fix icq login problem. Backported from micq CVS. ok david@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/03 11:00:59 Modified files: x11/kde/network3: Makefile Added files: x11/kde/network3/patches: patch-kopete_protocols_oscar_liboscar_client_cpp patch-kopete_protocols_oscar_oscaraccount_cpp Log message: Backport a fix for kopete/icq from the kde subversion repository. Fix bug 136566: Connecting to ICQ doesn't work anymore. ok espie@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/03 11:02:13 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_cfg Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_include_md__openbsd_h Log message: Add support for amd64, from NetBSD ok sturm@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/03 12:02:08 Modified files: sys/net80211 : ieee80211_output.c ieee80211_proto.h Log message: Add two new functions: - ieee80211_get_rts - ieee80211_get_cts_to_self that can be use by drivers for chipsets that don't offer hardware assisted RTS/CTS protection (like ral/ural/rum). "no objections here" jsg@ CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:27:23 src/usr.sbin/acpiscan Update of /cvs/src/usr.sbin/acpiscan In directory cvs.openbsd.org:/tmp/cvs-serv18683/acpiscan Log Message: Directory /cvs/src/usr.sbin/acpiscan added to the repository CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:33:56 Modified files: usr.sbin : Makefile Added files: usr.sbin/acpiscan: Makefile acpiscan.8 acpiscan.c oslib.c oslib.h Log message: Add Jordan's acpiscan acpi table dump tool. The current tool, acpidump, does not dump all relevant tables and will eventually be deprecated by this. It needs some more cleanup but we need to start getting acpi dumps from the field using this instead of acpidump. Code written by jordan, cleanup by me. ok jordan@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2006/11/03 12:34:56 Modified files: sys/dev/usb : if_zyd.c if_zydreg.h Log message: add new code to handle the AL7230B radios. code written by Florian Stoehr. not tested due to lack of hardware. if you happen to have an adapter with this radio please report success/ failure. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/03 12:38:18 Modified files: usr.sbin : Makefile Log message: delete marco bullshit CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/03 12:39:33 Modified files: libexec/spamlogd: Makefile spamlogd.8 spamlogd.c Log message: donot for tcpdump, use libpcap directly. joint work with Berk D. Demir, ok beck deraadt CVSROOT: /cvs Module name: src Changes by: marco@cvs.openbsd.org 2006/11/03 12:49:38 Removed files: usr.sbin/acpiscan: Makefile acpiscan.8 acpiscan.c oslib.c oslib.h Log message: Revert acpiscan commit. This should have replaced acpidump instead of being a new tool. My bad. prompted by deraadt. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 12:54:02 Modified files: sys/arch/landisk/landisk: conf.c Log message: need an entry for scif CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 13:08:35 Modified files: sys/arch/landisk/include: conf.h Log message: add scif CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 13:16:12 Modified files: devel/mpfr : Makefile Log message: build with gmp build so that sparc64 gets correct defines and passes its regression tests. Until the mpfr guys fix their build for real... CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 13:21:23 Modified files: sys/arch/sh/dev: scif.c sys/arch/landisk/include: conf.h sys/arch/landisk/landisk: conf.c Log message: cleanup some devices CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/03 13:56:23 Modified files: devel/nspr : Makefile Log message: - add sparc64 to ONLY_FOR_ARCHS - take over maintainership - bump PKGNAME ok kurt@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2006/11/03 14:01:28 Modified files: . : i386-laptop.html Log message: update my msi s270 entry. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 14:23:22 Modified files: lib/libc/arch//sh/sys: fork.S Log message: Dont double fork, and since the assembles the same, use -1, instead of 0xff to subtract one. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/03 14:28:15 Modified files: distrib/landisk/ramdisk: Makefile Log message: build the right kernel... CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/03 15:02:21 Modified files: faq : faq8.html Log message: mention a few more hints in the JDK section. looks good kurt@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/03 15:18:41 Modified files: productivity/devtodo: Makefile graphics/dia : Makefile graphics/sodipodi: Makefile Log message: USE_LIBTOOL CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 15:32:27 Modified files: sys/dev/pci : if_vr.c Log message: vr_intr(): remove duplicate check for VR_ISR_RX_NOBUF and the "packet lost" printf which will never be reached. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 15:44:02 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure patch-hacks_deco_c x11/xscreensaver/pkg: DESCR PLIST Removed files: x11/xscreensaver/pkg: PFRAG.no-no_gle Log message: update xscreensaver to 5.01 ok kili mbalmer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:03:09 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: use DROP IF EXISTS (from Martynas Venckus) fix WANTLIB, regexp to strip version was totally wrong... (more to come) CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/03 16:03:41 Modified files: databases/mnemo: Makefile distinfo databases/mnemo/pkg: PLIST Log message: The major changes compared to the Mnemo H3 (2.1) version are: * Small bug fixes and improvements. * Added Slovenian translation and updated Brazilian Portuguese, Dutch, French, German, Greek, Italian, and Traditional Chinese translations. The full list of changes (from version H3 (2.1)) can be viewed here: http://cvs.horde.org/diff.php/mnemo/docs/CHANGES?r1=1.63.2.31&r2=1.63.2.37&ty=h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:19:42 Modified files: infrastructure/mk: pkgpath.mk Log message: revert. called from bsd.port.subdir.mk as well, which doesn't define TMPDIR. Noticed by steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/03 16:26:41 Modified files: databases/sqlports: Makefile databases/sqlports/files: mksqlitedb Log message: optimize table structure, idea from Martynas Venckus CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 16:45:27 Modified files: sys/dev/pci : if_vr.c Log message: vr_rxeof(): stick receive error messages under VR_DEBUG. vr_init(): add debug printfs for some error conditions. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 16:54:55 Modified files: net/p5-POE-Component-IRC: Makefile distinfo Log message: update to 5.11 ok steven CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 17:01:24 Modified files: sys/arch/sh/sh : db_trace.c Log message: make stack trace look as other flavoured stack traces look like CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/03 17:10:23 Modified files: textproc/p5-XML-RSS: Makefile distinfo Log message: update to 1.12 and update my address while there ok steven CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:14:12 Modified files: share/man/man5 : bsd.port.mk.5 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:15:26 Modified files: share/man/man5 : bsd.port.mk.5 Log message: oops - forgot to kill trailing spaces; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/03 17:19:44 Modified files: libexec/spamlogd: spamlogd.8 Log message: remove misplaced -l stuff; henning needs more caffeine... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 17:35:48 Modified files: faq : faq15.html Log message: http://www.openbsd.org/4.0_packages/ still doesn't exist. Remove reference until/unless it arrives. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/03 17:51:18 Modified files: www/elinks : Makefile Log message: disable spidermonkey, otherwise the build picks it up. ok maintainer James Prevatt CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 17:59:14 Modified files: faq : faq4.html Log message: Get my tags straight... CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:02:44 Modified files: faq : faq1.html Log message: Validation. At least one really counted. Oops. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:03:37 Modified files: faq : index.html Log message: missing CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/03 18:05:08 Modified files: faq : faq4.html Log message: fix partition size. ok nick@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/03 18:33:06 Modified files: faq : faq4.html Log message: this section is describing where the install kernel is coming from, not what the kernel name is. Oddity spotted by steven@, who also helped me refine the wording a bit. CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/03 19:08:25 Modified files: sys/arch/sh/sh : clock.c Log message: make compile w/ debug CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/03 20:02:28 Modified files: . : errata.html security.html Log message: add the httpd, openssl and systrace issues for 4.0. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/03 20:47:00 Modified files: share/man/man4 : arc.4 mpi.4 Log message: new devices and some sorting CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2006/11/03 21:07:38 Modified files: . : press.html Log message: Tectonic and Ars Technica mention the 4.0 release CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/03 22:19:06 Modified files: usr.sbin/bgpd : Tag: OPENBSD_4_0 pfkey.c session.h Log message: MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to remove SAs and flows later again, even if the configuration info changed due to reload. rev 1.34 storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok henning@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/03 23:03:51 Modified files: sys/scsi : scsi_base.c Log message: kthread_create returns an int, not a pointer. compare the return value to 0, not NULL. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/04 01:11:18 Modified files: www/nag : Makefile distinfo www/nag/pkg : PLIST Log message: Maintenance update to 2.1.2. Adds slovenian translation. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 01:47:34 Modified files: sys/dev/pci : pcidevs Log message: add the Broadcom BCM5825 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 01:49:03 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 02:23:01 Modified files: devel/jdk/1.5 : Tag: OPENBSD_4_0 Makefile devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-hotspot_src_os_bsd_vm_os_bsd_cpp Added files: devel/jdk/1.5/patches: Tag: OPENBSD_4_0 patch-j2se_src_share_classes_java_util_TimeZone_java Log message: MFC: - Fix jdk build when timezone is GMT+0. Reported by Schvberle Daniel - Fix short Thread.sleep() issue. Reported by Mr David SH Rosenthal CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/04 03:14:36 Modified files: devel/p5-Event : Makefile distinfo Log message: update to 1.08 and update my address while there. ok steven CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 03:53:37 Modified files: . : checklist.html porting.html porting : libraries.html Added files: porting : update.html Log message: add placeholders linking to porting/update.html, to be fleshed out a bit later. document the libtool changes with respect to shared libraries. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 04:09:24 Modified files: lang/ruby : Tag: OPENBSD_4_0 Makefile Added files: lang/ruby/patches: Tag: OPENBSD_4_0 patch-lib_cgi_rb Log message: MFC: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 04:23:25 Modified files: porting : update.html Log message: Document outline to be filled in later, plus a start at an update checklist. CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 04:24:49 Modified files: xc/programs/Xserver/hw/xfree86/drivers/ati: Imakefile atiident.c atimodule.c atimodule.h atiprobe.c radeon_chipset.h radeon_driver.c radeon_probe.c Removed files: xc/programs/Xserver/hw/xfree86/drivers/ati: rm6.h rm6.man rm6_accel.c rm6_accelfuncs.c rm6_bios.c rm6_chipset.h rm6_cursor.c rm6_dga.c rm6_driver.c rm6_macros.h rm6_mergedfb.c rm6_mergedfb.h rm6_misc.c rm6_probe.c rm6_probe.h rm6_render.c rm6_version.h rm6_video.c Log message: Fix video playback in the radeon driver for mobility M6 chips and remove the rm6 driver hack. ok todd@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/04 04:46:17 Modified files: lang/ruby : Tag: OPENBSD_3_9 Makefile Added files: lang/ruby/patches: Tag: OPENBSD_3_9 patch-lib_cgi_rb Log message: MFC: Security fix for CVE-2006-5467 from ruby CVS. More info: http://rubyforge.org/pipermail/mongrel-users/2006-October/001946.html http://www.securityfocus.com/bid/20777/info CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/04 04:57:04 Modified files: porting : update.html Log message: intro to update concepts CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:00:03 Modified files: www/p5-libwww : Makefile distinfo www/p5-libwww/pkg: PLIST Log message: update to 5.805, okay msf@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:11:53 Log message: The exiv2 library is a C++ library to allow access to exif and other meta-data in an image. Status: Vendor Tag: espie Release Tags: e N ports/graphics/exiv2/distinfo N ports/graphics/exiv2/Makefile N ports/graphics/exiv2/pkg/PLIST N ports/graphics/exiv2/pkg/DESCR N ports/graphics/exiv2/pkg/PFRAG.shared N ports/graphics/exiv2/patches/patch-src_Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:27:19 Modified files: databases/db/v4: Makefile Log message: instead of building with java by default and a no_java pseudo flavor, go with a a java pseudo flavor to enable the java build and subpackage. no pkg bumps. as discussed with naddy@, pval@ & nikolay@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:29:20 Modified files: editors/openoffice: Makefile Log message: need to use the java pseudo flavor to enable the db4 java subpackage now. no pkg bumps. as discussed with naddy@, pval@ & nikolay@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/04 05:34:18 Modified files: editors/openoffice: Makefile Log message: actually since the RUN_DEPEND changed a pkg bump is needed for at least the java subpackage. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 05:44:27 Modified files: databases/db : Makefile Log message: insist on java for bulk-builds on i386, and for description. Avoid re-building the same packages twice on i386... CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/04 05:46:48 Modified files: sys/dev/pci : pcidevs Log message: Add Radeon X1300 Pro (with secondary). input and ok brad CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2006/11/04 05:48:09 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 05:49:11 ports/lang/open-cobol/patches Update of /cvs/ports/lang/open-cobol/patches In directory cvs.openbsd.org:/tmp/cvs-serv16280/patches Log Message: Directory /cvs/ports/lang/open-cobol/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 05:52:06 Modified files: lang/open-cobol: Makefile distinfo Added files: lang/open-cobol/patches: patch-configure_ac Log message: Fix the autoconf tests for our new gmp (from upstream) and update to 0.32. some corrections and ok, steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:30:43 Modified files: graphics : Makefile graphics/kimdaba: Makefile Log message: add exiv2 and activate it in kphotoalbum CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:42:02 Log message: recursive copy from perl. current version, prerequisite for catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-File-Copy-Recursive/distinfo N ports/devel/p5-File-Copy-Recursive/Makefile N ports/devel/p5-File-Copy-Recursive/pkg/DESCR N ports/devel/p5-File-Copy-Recursive/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:45:29 Log message: lightweight oo exceptions in perl. prerequisite for catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Class-Throwable/distinfo N ports/devel/p5-Class-Throwable/Makefile N ports/devel/p5-Class-Throwable/pkg/DESCR N ports/devel/p5-Class-Throwable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 06:54:35 Log message: `plugins' oo mechanism for perl modules. Prerequisite for Catalyst. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Pluggable/distinfo N ports/devel/p5-Module-Pluggable/Makefile N ports/devel/p5-Module-Pluggable/pkg/DESCR N ports/devel/p5-Module-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:40:48 Modified files: distrib/sets/lists/xserv: md.alpha md.amd64 md.cats md.i386 md.macppc md.sparc64 Log message: sync CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:41:41 Modified files: distrib/sets/lists/xserv: md.hppa Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:43:11 Log message: Config::General is a configuration parser using a format similar to Apache. It is a regression depend for some module needed for catalyst. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Config-General/Makefile N ports/devel/p5-Config-General/distinfo N ports/devel/p5-Config-General/pkg/PLIST N ports/devel/p5-Config-General/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:45:56 Log message: pluggable configuration file reader. Prerequisite for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Config-Any/distinfo N ports/devel/p5-Config-Any/Makefile N ports/devel/p5-Config-Any/pkg/DESCR N ports/devel/p5-Config-Any/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/04 07:48:42 Removed files: distrib/notes : README.cats distrib/sets/lists/xbase: md.cats distrib/sets/lists/xetc: md.cats distrib/sets/lists/xserv: md.cats distrib/sets/lists/xshare: md.cats Log message: remove cats bits CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 07:49:59 Log message: pretty-print Data, catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-Dump/distinfo N ports/devel/p5-Data-Dump/Makefile N ports/devel/p5-Data-Dump/pkg/DESCR N ports/devel/p5-Data-Dump/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:04:03 Log message: alternative to Test::more::use_ok prereq for regression tests for catalyst. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Test-use-ok/Makefile N ports/devel/p5-Test-use-ok/distinfo N ports/devel/p5-Test-use-ok/pkg/PLIST N ports/devel/p5-Test-use-ok/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:14:59 Log message: another piece of catalyst, this one is a prerequisite for updating Test::MockObject Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Universal-isa/distinfo N ports/devel/p5-Universal-isa/Makefile N ports/devel/p5-Universal-isa/pkg/DESCR N ports/devel/p5-Universal-isa/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:19:38 Log message: yet another dependency for updating Test::MockObject Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Universal-can/Makefile N ports/devel/p5-Universal-can/distinfo N ports/devel/p5-Universal-can/pkg/PLIST N ports/devel/p5-Universal-can/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:22:46 Modified files: devel/p5-Test-MockObject: Makefile distinfo Log message: update Test-MockObject to a version that can handle catalyst tests... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:26:25 Log message: Visitor pattern in perl. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-Visitor/distinfo N ports/devel/p5-Data-Visitor/Makefile N ports/devel/p5-Data-Visitor/pkg/DESCR N ports/devel/p5-Data-Visitor/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:33:38 Log message: yet another catalyst dependency Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-File-Modified/distinfo N ports/devel/p5-File-Modified/Makefile N ports/devel/p5-File-Modified/pkg/DESCR N ports/devel/p5-File-Modified/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 08:39:10 Modified files: devel : Makefile Log message: synch with 1st phase of imported catalyst CVSROOT: /cvs Module name: ports Changes by: aanriot@cvs.openbsd.org 2006/11/04 08:47:48 Modified files: sysutils/p5-UPS-Nut: Makefile Log message: use MASTER_SITE_PERL_CPAN. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:16:41 Log message: IO::File with locking thru flock Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-IO-LockedFile/distinfo N ports/devel/p5-IO-LockedFile/Makefile N ports/devel/p5-IO-LockedFile/pkg/DESCR N ports/devel/p5-IO-LockedFile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:25:02 Log message: yet another catalyst dependency Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Path-Class/distinfo N ports/devel/p5-Path-Class/Makefile N ports/devel/p5-Path-Class/pkg/DESCR N ports/devel/p5-Path-Class/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:25:51 www/opencvs/ro Update of /cvs/www/opencvs/ro In directory cvs.openbsd.org:/tmp/cvs-serv16984/ro Log Message: Directory /cvs/www/opencvs/ro added to the repository CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:28:57 Modified files: opencvs : index.html Log message: remove link to outdated [it] translation and add a link to the [ro] one. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:31:49 Log message: yet another catalyst dep Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Text-Textile/distinfo N ports/textproc/p5-Text-Textile/Makefile N ports/textproc/p5-Text-Textile/pkg/DESCR N ports/textproc/p5-Text-Textile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 10:38:45 Modified files: ro : donations.html index.html nl : 40.html pl : goals.html plat.html stable.html ja : porting.html papers/de : index.html papers/fr : index.html openntpd/ro : ftp.html papers.html portable.html faq/fr : upgrade40.html faq/nl : faq10.html faq12.html faq/pl : faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html index.html openssh/nl : openbsd.html faq/pf/nl : anchors.html authpf.html carp.html config.html example1.html filter.html ftp.html index.html logging.html macros.html nat.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pf/pl : nat.html perf.html Added files: opencvs/ro : goals.html index.html manual.html press.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:43:58 Log message: yet another catalyst dep Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Text-SimpleTable/distinfo N ports/textproc/p5-Text-SimpleTable/Makefile N ports/textproc/p5-Text-SimpleTable/pkg/DESCR N ports/textproc/p5-Text-SimpleTable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 10:57:17 Log message: yet another prereq for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Object-Signature/distinfo N ports/devel/p5-Object-Signature/Makefile N ports/devel/p5-Object-Signature/pkg/DESCR N ports/devel/p5-Object-Signature/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/04 10:59:19 Modified files: x11/icewm : Makefile x11/icewm/patches: patch-configure patch-src_default_h Added files: x11/icewm/patches: patch-src_aapm_cc patch-src_aapm_h Log message: add support for apm. while i'm here regenerate patches. bump pkgname. maintainer ok. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 11:19:08 Log message: prereq for some catalyst regression tests. This package provides a simple perl interface to the usual md5-based password mechanisms for Unix. Status: Vendor Tag: catalyst Release Tags: espie N ports/security/p5-Crypt-PasswdM5/Makefile N ports/security/p5-Crypt-PasswdM5/distinfo N ports/security/p5-Crypt-PasswdM5/pkg/PLIST N ports/security/p5-Crypt-PasswdM5/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 11:24:37 Log message: perl support for apache htpasswd format. Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Authen-Htpasswd/distinfo N ports/security/p5-Authen-Htpasswd/Makefile N ports/security/p5-Authen-Htpasswd/pkg/DESCR N ports/security/p5-Authen-Htpasswd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/04 11:45:58 Modified files: . : press.html Log message: typos and better wording CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:03:02 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Tree-Simple-VisitorFactory/distinfo N ports/devel/p5-Tree-Simple-VisitorFactory/Makefile N ports/devel/p5-Tree-Simple-VisitorFactory/pkg/DESCR N ports/devel/p5-Tree-Simple-VisitorFactory/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:09:24 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-CGI-Simple/distinfo N ports/www/p5-CGI-Simple/Makefile N ports/www/p5-CGI-Simple/pkg/PLIST N ports/www/p5-CGI-Simple/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/04 12:10:15 Modified files: usr.bin/awk : tran.c Log message: from ru@freebsd: Fix a bug converting a variable from the numeric type to a string. ok otto deraadt CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:18:03 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTTP-Body/distinfo N ports/www/p5-HTTP-Body/Makefile N ports/www/p5-HTTP-Body/pkg/DESCR N ports/www/p5-HTTP-Body/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2006/11/04 12:19:15 Modified files: audio/abcde : Makefile audio/py-cddb : Makefile distinfo devel/pscan : Makefile benchmarks/netpipe: Makefile cad/qcad : Makefile editors/nedit : Makefile emulators/spim : Makefile games/fotaq : Makefile graphics/povray: Makefile graphics/dcraw : Makefile graphics/gmt : Makefile distinfo java/jlint : Makefile lang/mawk : Makefile mail/wmpop3 : Makefile misc/impress : Makefile net/nsping : Makefile net/ntop : Makefile print/cups-pdf : Makefile security/lxnb : Makefile sysutils/upsd : Makefile sysutils/xuvmstat: Makefile www/mod_bandwidth: Makefile x11/blast : Makefile Log message: Avoid references to PKGNAME. Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}. Drop DIST_SUBDIR where appropriate. Problem mentioned by naddy. Some simplifications and ok, steven. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:22:26 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTTP-Request-AsCGI/distinfo N ports/www/p5-HTTP-Request-AsCGI/Makefile N ports/www/p5-HTTP-Request-AsCGI/pkg/DESCR N ports/www/p5-HTTP-Request-AsCGI/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:29:07 Modified files: devel : Makefile security : Makefile textproc : Makefile www : Makefile Log message: +some catalyst modules CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:41:59 Modified files: sys/dev/pci : pcidevs Log message: add a few more TI and O2 Micro devices. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:43:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:51:57 Log message: grumble, reimport in the right location Status: Vendor Tag: catalyst Release Tags: espie N ports/security/p5-Crypt-PasswdMD5/Makefile N ports/security/p5-Crypt-PasswdMD5/distinfo N ports/security/p5-Crypt-PasswdMD5/pkg/PLIST N ports/security/p5-Crypt-PasswdMD5/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 12:53:37 Modified files: usr.sbin/bgpd : Tag: OPENBSD_3_9 pfkey.c session.h Log message: MFC: Fix by henning@ rev 1.33 make sure we keep copies of everything we need to remove SAs and flows later again, even if the configuration info changed due to reload. rev 1.34 storing the dynamically acquired SPIs for tcpmd5 inside the conf struct is not such a good idea - it gets nulled on config reloads, and thus we fail to clear the old SAs when the session is restarted after a config reload occured. obvious solution: store the SPIs outside the config area. ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 12:54:06 Removed files: security/p5-Crypt-PasswdM5: Makefile distinfo security/p5-Crypt-PasswdM5/pkg: DESCR PLIST Log message: zap badly named stuff CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:12:34 Log message: runtime for catalyst, now that all prereq are in. note that quite a few useful plugins, and the devel package, are not imported yet... Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Runtime/distinfo N ports/www/p5-Catalyst-Runtime/Makefile N ports/www/p5-Catalyst-Runtime/pkg/DESCR N ports/www/p5-Catalyst-Runtime/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:19:23 Log message: default view forwarder for catalyst does not pass a few of its pod regression tests at the moment. Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Action-RenderView/distinfo N ports/www/p5-Catalyst-Action-RenderView/Makefile N ports/www/p5-Catalyst-Action-RenderView/pkg/DESCR N ports/www/p5-Catalyst-Action-RenderView/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:21:43 Modified files: www/p5-Catalyst-Runtime: Makefile www/p5-Catalyst-Action-RenderView: Makefile Log message: forgot to tag PKG_ARCH=* CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 13:34:21 Log message: catalyst plugin to Config::Any. Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-ConfigLoader/distinfo N ports/www/p5-Catalyst-Plugin-ConfigLoader/Makefile N ports/www/p5-Catalyst-Plugin-ConfigLoader/pkg/DESCR N ports/www/p5-Catalyst-Plugin-ConfigLoader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/04 14:28:18 Modified files: . : errata.html security.html Log message: saying october is wrong, these went out nov 4 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/04 15:14:33 Modified files: misc/gnugetopt : Makefile Log message: remove .orig files so they don't end up in fake area CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:10:06 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 IDE PCI id. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:10:28 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/04 16:11:31 Modified files: sys/dev/pci : arc.c Log message: query the firmware for the number of volumes, and then iterate through them to get the right names for sensor creation. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:19:25 Log message: subrequest action mapper for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-SubRequest/distinfo N ports/www/p5-Catalyst-Plugin-SubRequest/Makefile N ports/www/p5-Catalyst-Plugin-SubRequest/pkg/DESCR N ports/www/p5-Catalyst-Plugin-SubRequest/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:23:46 Log message: serving static pages with catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Static-Simple/distinfo N ports/www/p5-Catalyst-Plugin-Static-Simple/Makefile N ports/www/p5-Catalyst-Plugin-Static-Simple/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Static-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:29:18 Log message: prereq for Catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-PAR-Dist/distinfo N ports/devel/p5-PAR-Dist/Makefile N ports/devel/p5-PAR-Dist/pkg/DESCR N ports/devel/p5-PAR-Dist/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:30:26 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 SATA PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 16:31:11 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:38:49 Log message: more catalyst prereqs Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-ScanDeps/distinfo N ports/devel/p5-Module-ScanDeps/Makefile N ports/devel/p5-Module-ScanDeps/pkg/DESCR N ports/devel/p5-Module-ScanDeps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:50:21 Log message: yet another catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Install/distinfo N ports/devel/p5-Module-Install/Makefile N ports/devel/p5-Module-Install/pkg/DESCR N ports/devel/p5-Module-Install/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 16:58:11 Modified files: x11/kde/toys3 : Makefile x11/kde/toys3/pkg: PLIST Log message: make it work again... reported by Uwe who said Brad told him. Why did you wait for so long to tell me, guys ? CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:04:58 Log message: devel module for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Devel/distinfo N ports/www/p5-Catalyst-Devel/Makefile N ports/www/p5-Catalyst-Devel/pkg/DESCR N ports/www/p5-Catalyst-Devel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:16:31 Log message: mod_perl support for Catalyst. Only Apache 1.3 is concerned, since OpenBSD doesn't include apache2 Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Engine-Apache/distinfo N ports/www/p5-Catalyst-Engine-Apache/Makefile N ports/www/p5-Catalyst-Engine-Apache/pkg/DESCR N ports/www/p5-Catalyst-Engine-Apache/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/04 17:22:23 Modified files: devel : Makefile www : Makefile Log message: +catalyst pieces CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 17:59:55 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 AHCI and HD Audio PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 18:01:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 19:47:01 Modified files: sys/dev/ic : fxp.c sys/dev/pci : if_fxp_pci.c Log message: ANSI CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/04 20:39:40 Modified files: lib/libevent : event.c Log message: fix a potential memory leak in event_once(). From Niels Provos via the libevent SVN repo, by Scott Lamb tested by niallo@ ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/04 22:02:38 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Added files: mail/dovecot/patches: patch-src_lib_mountpoint_c Log message: upgrade to Dovecot 1.0rc11 CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/04 22:38:18 Modified files: sys/arch/sh/include: psl.h Log message: define the bit that sh4 uses for FPU disable. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/05 00:19:30 Modified files: sbin/pfctl : pfctl.c Log message: Don't open a transaction for a ruleset unless it's a brace ruleset that contains rules. Fixes DIOCXCOMMIT: Device busy when multiple anchors with the same name are specified. reported by ckuethe@ and mkb@crypt.org.ru CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:40:03 Log message: prereq for catalyst output plugins Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Template-Timer/distinfo N ports/textproc/p5-Template-Timer/Makefile N ports/textproc/p5-Template-Timer/pkg/DESCR N ports/textproc/p5-Template-Timer/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:47:27 Log message: catalyst views based on template toolkit Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Catalyst-View-TT/distinfo N ports/textproc/p5-Catalyst-View-TT/Makefile N ports/textproc/p5-Catalyst-View-TT/pkg/DESCR N ports/textproc/p5-Catalyst-View-TT/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:50:13 Log message: using Textile with catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/textproc/p5-Catalyst-Plugin-Textile/distinfo N ports/textproc/p5-Catalyst-Plugin-Textile/Makefile N ports/textproc/p5-Catalyst-Plugin-Textile/pkg/DESCR N ports/textproc/p5-Catalyst-Plugin-Textile/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 02:59:04 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile Log message: fix build style, no package change CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:00:41 Log message: interface to mason components for catalyst views Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-View-Mason/Makefile N ports/www/p5-Catalyst-View-Mason/distinfo N ports/www/p5-Catalyst-View-Mason/pkg/PLIST N ports/www/p5-Catalyst-View-Mason/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/05 03:02:14 Modified files: comms/mgetty+sendfax: Makefile comms/mgetty+sendfax/pkg: MESSAGE Log message: - warn people about mgetty/vgetty path change - bump PKGNAME patch from and ok kili@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:31:49 Modified files: devel/p5-Test-MockObject: Makefile devel/p5-Universal-can: Makefile devel/p5-Universal-isa: Makefile security/p5-Authen-Htpasswd: Makefile Log message: modbuild, not build. no package changes CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:37:20 Log message: extends require to avoid eval in user-visible code. Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Universal-require/Makefile N ports/devel/p5-Universal-require/distinfo N ports/devel/p5-Universal-require/pkg/PLIST N ports/devel/p5-Universal-require/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 03:54:33 Modified files: devel/p5-Universal-require: Makefile devel/p5-Universal-require/pkg: PLIST Log message: conflicts with old universal exports CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 04:12:15 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/databases/p5-DBIx-Class-Schema-Loader/distinfo N ports/databases/p5-DBIx-Class-Schema-Loader/Makefile N ports/databases/p5-DBIx-Class-Schema-Loader/pkg/DESCR N ports/databases/p5-DBIx-Class-Schema-Loader/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/05 04:41:46 Modified files: usr.sbin/pkg_add: pkg_create Log message: warn for any weird stuff in packages. Namely: - anything that doesn't belong to owner root/bin, group bin/wheel must be annotated in the packing-list. - any file setuid, setgid, writable by others must be annotated in the packing-list. These warnings must be fixed. They will become errors in the near futur. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 04:53:23 Log message: catalyst model to DBIC Status: Vendor Tag: catalyst Release Tags: simon N ports/databases/p5-Catalyst-Model-DBIC-Schema/distinfo N ports/databases/p5-Catalyst-Model-DBIC-Schema/Makefile N ports/databases/p5-Catalyst-Model-DBIC-Schema/pkg/DESCR N ports/databases/p5-Catalyst-Model-DBIC-Schema/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 05:32:33 Modified files: databases : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: +catalyst stuff CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:02:30 Modified files: x11/kde/accessibility3: Makefile x11/kde/bindings3: Makefile x11/kde/edu3 : Makefile x11/kde/games3 : Makefile x11/kde/graphics3: Makefile x11/kde/multimedia3: Makefile x11/kde/network3: Makefile x11/kde/patches-3.5: patch-acinclude_m4 patch-admin_cvs_sh patch-admin_ltmain_sh x11/kde/pim3 : Makefile x11/kde/sdk3 : Makefile x11/kde/utils3 : Makefile x11/kde/webdev : Makefile Log message: SHARED_LIBS reformat CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:39:24 Log message: test framework for running catalyst stuff outside a webserver Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Test-WWW-Mechanize-Catalyst/Makefile N ports/devel/p5-Test-WWW-Mechanize-Catalyst/distinfo N ports/devel/p5-Test-WWW-Mechanize-Catalyst/pkg/PLIST N ports/devel/p5-Test-WWW-Mechanize-Catalyst/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:45:25 Log message: catalyst test prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-Tester/distinfo N ports/devel/p5-Test-Tester/Makefile N ports/devel/p5-Test-Tester/pkg/DESCR N ports/devel/p5-Test-Tester/pkg/PLIST N ports/devel/p5-Test-Tester/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:47:47 Log message: catalyst test prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-NoWarnings/distinfo N ports/devel/p5-Test-NoWarnings/Makefile N ports/devel/p5-Test-NoWarnings/pkg/DESCR N ports/devel/p5-Test-NoWarnings/pkg/PLIST N ports/devel/p5-Test-NoWarnings/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 06:52:43 Log message: catalyst test prereqs Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Test-Deep/distinfo N ports/devel/p5-Test-Deep/Makefile N ports/devel/p5-Test-Deep/pkg/DESCR N ports/devel/p5-Test-Deep/pkg/PLIST N ports/devel/p5-Test-Deep/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:01:21 Log message: catalyst session plugin based on cookies Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/distinfo N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/Makefile N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-State-Cookie/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:04:04 Log message: basic plugin framework for session mechanims in catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session/distinfo N ports/www/p5-Catalyst-Plugin-Session/Makefile N ports/www/p5-Catalyst-Plugin-Session/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:12:03 Log message: authentication framework for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication/distinfo N ports/security/p5-Catalyst-Plugin-Authentication/Makefile N ports/security/p5-Catalyst-Plugin-Authentication/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:17:05 Modified files: misc/gnugetopt : Makefile Log message: Don't remove all *.orig files but be more specific about which files to install. This will help 'update-patches'. discussed with steven@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:28:03 Log message: better debug info from catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Catalyst-Plugin-StackTrace/distinfo N ports/devel/p5-Catalyst-Plugin-StackTrace/Makefile N ports/devel/p5-Catalyst-Plugin-StackTrace/pkg/DESCR N ports/devel/p5-Catalyst-Plugin-StackTrace/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:34:51 Modified files: databases/p5-DBD-mysql: Makefile distinfo Log message: Update to DBD::mysql 3.0008. The problems with the previous 3.x versions should be fixed. Thanks to Kyle George for testing! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:39:32 Modified files: sys/dev/hil : hil.c hilvar.h Log message: Handle loop reconfiguration in a kernel thread, instead of doing it from interrupt context. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:40:33 Modified files: sys/arch/vax/vsa: ncr.c Log message: Wait two seconds after reset before probing devices, lets RX23 get detected again. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 07:41:18 Modified files: sys/arch/vax/vsa: gpx.c Log message: Do not enable hardware cursor in the Brooktree DAC on the 8bpp model as well (it would only appear when booting after an UNJAM). CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2006/11/05 07:42:56 Modified files: audio/mpd : Makefile distinfo audio/mpd/patches: patch-configure patch-doc_mpdconf_example audio/mpd/pkg : MESSAGE PLIST Added files: audio/mpd/patches: patch-doc_Makefile_in Removed files: audio/mpd/patches: patch-src_volume_c Log message: Update to mpd-0.12.1. From maintainer Tobias Ulmer. ChangeLog: https://svn.musicpd.org/mpd/tags/release-0.12.1/ChangeLog CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 07:53:43 Log message: a set implementation in perl, fast. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Set-Object/distinfo N ports/devel/p5-Set-Object/Makefile N ports/devel/p5-Set-Object/pkg/PLIST N ports/devel/p5-Set-Object/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dim@cvs.openbsd.org 2006/11/05 08:10:46 Modified files: sys/arch/i386/i386: est.c Log message: Add deduced power state table for 1.00 GHz VIA Eden 90nm 'Esther'. Tested & confirmed by Greg Mortensen, thevision at pobox.com CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 08:23:46 Log message: flesh out catalyst authentication/authorization, roles-based model Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authorization-Roles/distinfo N ports/security/p5-Catalyst-Plugin-Authorization-Roles/Makefile N ports/security/p5-Catalyst-Plugin-Authorization-Roles/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authorization-Roles/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 08:46:51 Modified files: infrastructure/mk: bsd.port.subdir.mk bsd.port.mk Log message: add regress-dir-depends/full-regress-depends, similar mechanism to run-depends, only the basic test changes. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/05 08:53:25 Modified files: www/turba : Makefile distinfo www/turba/pkg : PLIST Log message: Update to Turba H3 (2.13). Major changes compared to the Turba H3 (2.1.2) version are: * Remember the lastly selected address book during the session. * Updated Brazilian Portuguese, Dutch, German, and Traditional Chinese translations. * Small bugfixes and improvements. The full list of changes (from version H3 (2.1.2)) can be viewed here: http://cvs.horde.org/diff.php/turba/docs/CHANGES?r1=1.181.2.89&r2=1.181.2.97&ty=h CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:05:24 Log message: needed for Catalyst::Plugin::Session::PerUser Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Hash-Merge/Makefile N ports/devel/p5-Hash-Merge/distinfo N ports/devel/p5-Hash-Merge/pkg/PLIST N ports/devel/p5-Hash-Merge/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2006/11/05 09:07:30 Modified files: mail/dovecot : Makefile distinfo Removed files: mail/dovecot/patches: patch-src_lib_mountpoint_c Log message: upgrade to Dovecot 1.0rc12 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/05 09:10:03 Log message: import supybot, a cross-platform irc bot written in python; with help and ok from alek@ Status: Vendor Tag: fgsch Release Tags: fgsch_20061105 N ports/net/supybot/Makefile N ports/net/supybot/distinfo N ports/net/supybot/pkg/PLIST N ports/net/supybot/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:11:31 Log message: per user sessions for catalyst Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Plugin-Session-PerUser/Makefile N ports/www/p5-Catalyst-Plugin-Session-PerUser/distinfo N ports/www/p5-Catalyst-Plugin-Session-PerUser/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-PerUser/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2006/11/05 09:13:31 Modified files: www/lighttpd : Makefile www/lighttpd/pkg: DESCR Log message: enable lua by default so mod_magnet and mod_cml can use it. bump package. discussed and ok by jolan@ and brad@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:19:51 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Sub-Override/distinfo N ports/devel/p5-Sub-Override/Makefile N ports/devel/p5-Sub-Override/pkg/DESCR N ports/devel/p5-Sub-Override/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:32:14 Log message: catalyst prereq Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTML-TokeParser-Simple/distinfo N ports/www/p5-HTML-TokeParser-Simple/Makefile N ports/www/p5-HTML-TokeParser-Simple/pkg/DESCR N ports/www/p5-HTML-TokeParser-Simple/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 09:40:39 Log message: embed session ids as URI for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-State-URI/distinfo N ports/www/p5-Catalyst-Plugin-Session-State-URI/Makefile N ports/www/p5-Catalyst-Plugin-Session-State-URI/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-State-URI/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:04:47 Log message: back-end plugin to store session info in dbi Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/distinfo N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/Makefile N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication-Store-DBIC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:05:42 Modified files: devel : Makefile security : Makefile www : Makefile Log message: link in some catalyst modules CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 10:07:07 Modified files: lib/libevent : kqueue.c Log message: typo in kqueue delete. From Niels Provos via the libevent SVN repo, by Bert JW. Regeer ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 10:12:02 Modified files: devel/p5-PAR-Dist: Makefile Log message: +archivers CATEGORY CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2006/11/05 10:18:14 Modified files: sys/dev/puc : com_puc.c Log message: kill leftover debug printf ok mickey CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2006/11/05 11:19:20 Modified files: porting : update.html Log message: minor correction, from Matthew L. Shobe. Thanks ! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:57:22 Modified files: sys/arch/sh/sh : trap.c Added files: sys/arch/sh/include: fpu.h Log message: Some basic fpu trap handling. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:57:45 Modified files: sys/arch/sh/sh : vm_machdep.c Log message: Fix a couple of comments. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:58:50 Modified files: sys/arch/sh/sh : interrupt.c Log message: Correctly release resources in intc_free_ih(). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/05 11:59:58 Modified files: sys/arch/sh/include: locore.h Log message: Use TF_SPC instead of hardcoding its value. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 12:04:00 Log message: another authorization module for catalyst, this one is needed to do the tutorial Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authorization-ACL/distinfo N ports/security/p5-Catalyst-Plugin-Authorization-ACL/Makefile N ports/security/p5-Catalyst-Plugin-Authorization-ACL/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authorization-ACL/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/05 12:20:44 Log message: Import boost 1.33.1 Free peer-reviewed portable C++ source libraries From Deanna Phillips with work from me, robert@ and kurt@ Status: Vendor Tag: wilfried Release Tags: wilfried_20061105 N ports/devel/boost/Makefile N ports/devel/boost/distinfo N ports/devel/boost/pkg/PLIST N ports/devel/boost/pkg/PFRAG.shared N ports/devel/boost/pkg/DESCR N ports/devel/boost/patches/patch-libs_serialization_build_Jamfile N ports/devel/boost/patches/patch-libs_serialization_src_stl_port_cpp N ports/devel/boost/patches/patch-Jamfile N ports/devel/boost/patches/patch-boost_config_suffix_hpp N ports/devel/boost/patches/patch-configure N ports/devel/boost/patches/patch-libs_config_configure N ports/devel/boost/patches/patch-libs_config_test_boost_has_clock_gettime_ipp N ports/devel/boost/patches/patch-libs_config_test_boost_has_pthread_yield_ipp N ports/devel/boost/patches/patch-libs_regex_src_wc_regex_traits_cpp N ports/devel/boost/patches/patch-tools_build_v1_gcc-tools_jam N ports/devel/boost/patches/patch-boost_config_stdlib_libstdcpp3_hpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/05 12:21:11 Modified files: devel : Makefile Log message: +boost CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 12:23:02 Modified files: devel/p5-Hash-Merge: Makefile Log message: missed dependency, noticed by Simon CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:29:54 Modified files: build : packages-3.9 Log message: ruby CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:30:18 Modified files: . : pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:32:06 Modified files: build : packages-4.0 Log message: asterisk, clamav, fire, firefox-i18n, moodle, mozilla-firefox, mozilla-thunderbird, mysql, postgresql, qt3, ruby, screen, thunderbird-i18n, xine-lib, xoops CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 12:32:17 Modified files: . : pkg-stable.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 12:42:51 Modified files: devel/horde : Tag: OPENBSD_4_0 Makefile distinfo devel/horde/pkg: Tag: OPENBSD_4_0 PLIST Log message: security update to horde 3.0.12 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 12:47:38 Modified files: net/net-snmp : Tag: OPENBSD_4_0 Makefile net/net-snmp/patches: Tag: OPENBSD_4_0 patch-agent_mibgroup_ucd_snmp_h Log message: MFC: make access to various memory bits like the enterprises.ucdavis.memory tree work again on OpenBSD 4 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:08:07 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 LAN PCI ids. From Peer Chen @ NVIDIA via Linux CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/05 13:08:08 Modified files: devel/horde : Tag: OPENBSD_3_9 Makefile distinfo devel/horde/pkg: Tag: OPENBSD_3_9 PLIST Log message: security update to horde 3.0.12 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:08:20 Log message: a second way to handle plugins, different semantics. Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Module-Pluggable-Fast/distinfo N ports/devel/p5-Module-Pluggable-Fast/Makefile N ports/devel/p5-Module-Pluggable-Fast/pkg/DESCR N ports/devel/p5-Module-Pluggable-Fast/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:08:55 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:15:37 Modified files: sys/dev/pci : if_nfe.c Log message: add the NVIDIA MCP67 LAN PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:17:36 Modified files: share/man/man4 : nfe.4 Log message: add the MCP67 chipset. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:20:28 Modified files: infrastructure/mk: bsd.port.mk Log message: have _internal-regress depend on the _BUILD_COOKIE, so that build is performed before regress dependencies. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:25:32 Log message: HTML form widgets framework, including validation Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-HTML-Widget/distinfo N ports/www/p5-HTML-Widget/Makefile N ports/www/p5-HTML-Widget/patches/patch-Makefile_PL N ports/www/p5-HTML-Widget/pkg/DESCR N ports/www/p5-HTML-Widget/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 13:27:42 Modified files: sys/dev/pci : pciide.c Log message: add the MCP67 PATA and SATA PCI ids as well as fixing nforce_chip_map() to set the proper UDMA capability for MCP61 and MCP65 chipsets. ok jsg@ CVSROOT: /cvs Module name: www Changes by: norby@cvs.openbsd.org 2006/11/05 13:36:43 Modified files: faq : current.html Log message: The new RIP daemon ripd(8) needs the user and group _ripd CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:40:19 Modified files: www/p5-HTML-Widget: Makefile www/p5-HTML-Widget/pkg: PLIST Log message: don't forget to update the packing-list after updating the modules, tests work better. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:43:50 Log message: interface to HTML::Widget for catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-HTML-Widget/distinfo N ports/www/p5-Catalyst-Plugin-HTML-Widget/Makefile N ports/www/p5-Catalyst-Plugin-HTML-Widget/patches/patch-Makefile_PL N ports/www/p5-Catalyst-Plugin-HTML-Widget/pkg/PLIST N ports/www/p5-Catalyst-Plugin-HTML-Widget/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:56:24 Log message: save catalyst sessions using Cache::FastMmap Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-FastMmap/distinfo N ports/www/p5-Catalyst-Plugin-Session-FastMmap/Makefile N ports/www/p5-Catalyst-Plugin-Session-FastMmap/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Session-FastMmap/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 13:59:55 Log message: bundle of packages required to go through the catalyst tutorial Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/catalyst-tutorial/Makefile N ports/devel/catalyst-tutorial/pkg/DESCR N ports/devel/catalyst-tutorial/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 14:05:32 Modified files: devel : Makefile security : Makefile www : Makefile Log message: add catalyst tutorial components CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/05 14:27:59 Modified files: net : Makefile Log message: add dir federico forgot CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 14:52:26 Modified files: build : packages-4.0 packages-3.9 Log message: horde, net-snmp CVSROOT: /cvs Module name: www Changes by: sturm@cvs.openbsd.org 2006/11/05 14:52:38 Modified files: . : pkg-stable.html pkg-stable39.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/05 15:17:28 Modified files: security/clamav: Makefile distinfo Log message: Update to ClamAV 0.88.6. Changes in this release include better handling of network problems in freshclam and other minor bugfixes. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/05 17:57:40 Modified files: infrastructure/db: user.list Log message: Add _dbus user & group that will be used by x11/dbus port CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 18:20:55 Log message: Bad Session storage, I need Storage-FastMmap for the tutorial Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-Store-FastMmap/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/05 18:21:49 Modified files: www : Makefile devel/catalyst-tutorial: Makefile Log message: fix tutorial CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/05 20:13:10 Modified files: faq : faq10.html Log message: ftp -> ftpd. From Marcus Popp, marcus dot popp at paranoidbsd dot org. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/05 20:14:38 Modified files: usr.sbin/httpd/src/modules/proxy: mod_proxy.h Log message: fix proxying on big-endian 64-bit machines, u_long is not the size of an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/05 20:25:15 Modified files: faq/pf : options.html Log message: Quotes are needed. Pointed out by xsappyx at gmail dot com. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/05 20:34:59 Modified files: sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: add gem and gentbi; why not CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:52:37 Modified files: sys/dev/pci : if_em.c if_em.h if_em_hw.c if_em_hw.h if_em_osdep.h Log message: Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support for a few newer Intel PCIe boards, some code removal and cleaning and a few bug fixes. From: Jack Vogel@Intel Tested by mk@ wilfried@ brad@ dlg@, Marc Winiger, Gabriel Kihlman, Jason Dixon, Johan Mson Lindman, and a few other end users. Tested with 82543, 82544, 82540, 82545, 82541, 82547, 82546 and 82573. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:55:35 Modified files: sys/dev/pci : pcidevs Log message: add the NVIDIA MCP67 SMBus controller PCI id. From Peer Chen @ NVIDIA CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 20:58:45 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:00:15 Modified files: sys/dev/pci : nviic.c Log message: add the NVIDIA MCP67 SMBus controller. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:01:15 Modified files: share/man/man4 : nviic.4 Log message: add the MCP67 chipset. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 21:03:19 Modified files: share/man/man4 : pciide.4 Log message: add the NVIDIA MCP chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/05 22:07:36 Modified files: share/man/man4 : em.4 Log message: add two newer Intel quad port adapters. CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/05 22:24:55 Log message: nssl-005, netcat-like program with transparent Secure Socket Layer support from will maier Status: Vendor Tag: jolan Release Tags: jolan_20061105 N ports/net/nssl/Makefile N ports/net/nssl/distinfo N ports/net/nssl/pkg/PLIST N ports/net/nssl/pkg/DESCR N ports/net/nssl/patches/patch-Makefile N ports/net/nssl/patches/patch-utils_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jolan@cvs.openbsd.org 2006/11/05 22:26:30 Modified files: net : Makefile Log message: +nssl CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2006/11/06 00:03:42 Modified files: . : INDEX Log message: sync, 3822 unzels CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 00:31:54 Modified files: sys/dev/pci : if_vic.c Log message: set the rx filters after setting the shared data address. this fixes a crash of old vmware versions (like workstation 4.5.2) when bringing the interface up. it didn't crash the openbsd kernel running as a guest system, it did crash the complete vmware host application. that's why i dislike VMs, they're so buggy and insecure... ok dlg@ fkr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 01:35:58 Modified files: share/man/man4 : vic.4 Log message: add a note that there a tons of BUGS in VMware and the underlying host operating systems and that you should consider that the security of the OpenBSD guest can be circumvented by attacking the host environment. ok deraadt@ dlg@ fkr@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/06 01:48:49 Modified files: sys/dev/ic : ath.c ar5xxx.c Log message: figured out by tdeval@: >During factorization in 1.57, the switch block was moved too early. >Hence it's updating an uninitialized ah structure. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/06 02:27:43 Modified files: regress/usr.bin/ssh: cfgmatch.sh Log message: fix quoting for non-(c)sh login shells. CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/06 03:18:40 Modified files: de : errata.html security.html faq/de : faq8.html faq/fr : faq1.html faq4.html faq8.html index.html faq/nl : faq1.html faq15.html faq4.html faq8.html index.html fr : checklist.html errata.html errata39.html press.html security.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 03:44:35 Modified files: www/fcgi : Makefile www/fcgi/pkg : PFRAG.shared PLIST Log message: add perl support. from maintainer with input by mbalmer CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 03:49:01 Modified files: sys/dev/ic : if_wi.c Log message: Don't advertise USB wi adapters as supported hostap devices, the code would need to be largely overhauled if the hardware actually supports it. Fixes a panic when trying to set hostap on a usb wi, PR 5154. CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/06 03:57:38 Log message: initial import of vanessa Vanessa is a collection of libraries that have been developed while working on a number of projects including perdition. initial work by dlg@ and with input from bernd@ ok bernd@ Status: Vendor Tag: msf Release Tags: msf_20061006 N ports/devel/vanessa/Makefile N ports/devel/vanessa/Makefile.inc N ports/devel/vanessa/adt/Makefile N ports/devel/vanessa/adt/distinfo N ports/devel/vanessa/adt/pkg/DESCR N ports/devel/vanessa/adt/pkg/PLIST N ports/devel/vanessa/adt/pkg/PFRAG.shared N ports/devel/vanessa/logger/Makefile N ports/devel/vanessa/logger/distinfo N ports/devel/vanessa/logger/pkg/DESCR N ports/devel/vanessa/logger/pkg/PLIST N ports/devel/vanessa/logger/pkg/PFRAG.shared N ports/devel/vanessa/socket/Makefile N ports/devel/vanessa/socket/distinfo N ports/devel/vanessa/socket/pkg/DESCR N ports/devel/vanessa/socket/pkg/PLIST N ports/devel/vanessa/socket/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: msf@cvs.openbsd.org 2006/11/06 03:58:28 Modified files: devel : Makefile Log message: +vanessa CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/06 04:12:56 Modified files: usr.bin/cvs : remove.c Log message: - handle global -n flag in conjunction with remove -f. - better error message. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:25:09 Log message: simple forwarder for catalyst, can be used for scaffolding, for instance Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-DefaultEnd/distinfo N ports/www/p5-Catalyst-Plugin-DefaultEnd/Makefile N ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg/DESCR N ports/www/p5-Catalyst-Plugin-DefaultEnd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:26:41 Log message: plugin to the Prototype library for catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Prototype/Makefile N ports/www/p5-Catalyst-Plugin-Prototype/distinfo N ports/www/p5-Catalyst-Plugin-Prototype/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Prototype/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2006/11/06 04:35:15 Modified files: sys/kern : kern_sensors.c Log message: force a new sensor task to be run as soon as possible. previously it used to have to wait its timeout before the first run, which led to some weird values or states being visible after boot, but before the first update. for jolan@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 04:53:51 Log message: catalyst prereq for CRUD scaffolding Status: Vendor Tag: catalyst Release Tags: simon N ports/devel/p5-Data-FormValidator/distinfo N ports/devel/p5-Data-FormValidator/Makefile N ports/devel/p5-Data-FormValidator/pkg/DESCR N ports/devel/p5-Data-FormValidator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:00:11 Log message: form validation from catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-FormValidator/Makefile N ports/www/p5-Catalyst-Plugin-FormValidator/distinfo N ports/www/p5-Catalyst-Plugin-FormValidator/pkg/DESCR N ports/www/p5-Catalyst-Plugin-FormValidator/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:15:30 Log message: simple glue for Class::DBI and form validators Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-Class-DBI-FromForm/Makefile N ports/databases/p5-Class-DBI-FromForm/distinfo N ports/databases/p5-Class-DBI-FromForm/pkg/PLIST N ports/databases/p5-Class-DBI-FromForm/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:24:21 Log message: p5-Template extension to facilitate the use of Class::DBI Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Template-Plugin-Class/Makefile N ports/textproc/p5-Template-Plugin-Class/distinfo N ports/textproc/p5-Template-Plugin-Class/pkg/PLIST N ports/textproc/p5-Template-Plugin-Class/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:35:31 Log message: catalyst helper script for CRUD scaffolding. If I'm not mistaken, this takes catalyst to a similar level of functionality to ruby-on-rails. Status: Vendor Tag: catalyst Release Tags: espie N ports/www/p5-Catalyst-Helper-Controller-Scaffold/Makefile N ports/www/p5-Catalyst-Helper-Controller-Scaffold/distinfo N ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg/PLIST N ports/www/p5-Catalyst-Helper-Controller-Scaffold/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:37:45 Modified files: databases : Makefile devel : Makefile textproc : Makefile www : Makefile Log message: add catalyst crud scaffolding pieces and interface to prototype CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/06 05:38:17 Modified files: graphics/libcaca: Makefile Log message: new homepage and master site ok robert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2006/11/06 05:40:19 Modified files: x11/kde/artwork3: Makefile x11/kde/artwork3/pkg: PLIST Log message: regen plist after xscreensaver update bump pkgname noticed by viq ok espie CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 05:50:04 Log message: simpler syntax for context access in catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Singleton/distinfo N ports/www/p5-Catalyst-Plugin-Singleton/Makefile N ports/www/p5-Catalyst-Plugin-Singleton/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Singleton/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:00:43 Log message: shorter syntax to method calls in catalyst tt views Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/Makefile N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/distinfo N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg/PLIST N ports/textproc/p5-Catalyst-View-TT-FunctionGenerator/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:07:22 Log message: RFC 3066 langtags support in perl Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-I18N-LangTags/distinfo N ports/devel/p5-I18N-LangTags/Makefile N ports/devel/p5-I18N-LangTags/pkg/DESCR N ports/devel/p5-I18N-LangTags/pkg/PLIST N ports/devel/p5-I18N-LangTags/patches/patch-Makefile_PL No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:15:00 Log message: RFC3066 langtag support in catalyst Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-I18N/distinfo N ports/www/p5-Catalyst-Plugin-I18N/Makefile N ports/www/p5-Catalyst-Plugin-I18N/pkg/DESCR N ports/www/p5-Catalyst-Plugin-I18N/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:27:13 Log message: yet another catalyst authentication plugin Status: Vendor Tag: catalyst Release Tags: simon N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/distinfo N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/Makefile N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/DESCR N ports/security/p5-Catalyst-Plugin-Authentication-Store-Htpasswd/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/06 06:34:21 Removed files: faq/nl : current.html Log message: no longer maintained, request by steven mestdagh CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:39:03 Log message: another catalyst session storage backend Status: Vendor Tag: catalyst Release Tags: simon N ports/www/p5-Catalyst-Plugin-Session-Store-File/distinfo N ports/www/p5-Catalyst-Plugin-Session-Store-File/Makefile N ports/www/p5-Catalyst-Plugin-Session-Store-File/pkg/PLIST N ports/www/p5-Catalyst-Plugin-Session-Store-File/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:42:41 Modified files: devel : Makefile security : Makefile textproc : Makefile www : Makefile Log message: a few more catalyst pieces CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 06:56:29 Log message: perl implementation of XML RPC Status: Vendor Tag: catalyst Release Tags: sean N ports/net/p5-RPC-XML/distinfo N ports/net/p5-RPC-XML/Makefile N ports/net/p5-RPC-XML/pkg/DESCR N ports/net/p5-RPC-XML/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:02:45 Log message: allows XML-RPC calls from catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-XMLRPC/distinfo N ports/www/p5-Catalyst-Plugin-XMLRPC/Makefile N ports/www/p5-Catalyst-Plugin-XMLRPC/patches/patch-Makefile_PL N ports/www/p5-Catalyst-Plugin-XMLRPC/pkg/DESCR N ports/www/p5-Catalyst-Plugin-XMLRPC/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/06 07:07:35 Modified files: usr.sbin/bgpd : session.c Log message: fix pasto; only announce restart capability when announcing the restart capability is enabled, not when annoucing the refresh capability is enabled... Alex Hunsaker ran into that issue CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:12:11 Log message: universal forwarder plugin for catalyst. Probably the worst name and the worst initial description I've ever seen... Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Plugin-Pluggable/distinfo N ports/www/p5-Catalyst-Plugin-Pluggable/Makefile N ports/www/p5-Catalyst-Plugin-Pluggable/pkg/DESCR N ports/www/p5-Catalyst-Plugin-Pluggable/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:15:15 Log message: logging from catalyst Status: Vendor Tag: catalyst Release Tags: sean N ports/www/p5-Catalyst-Log-Log4perl/distinfo N ports/www/p5-Catalyst-Log-Log4perl/Makefile N ports/www/p5-Catalyst-Log-Log4perl/pkg/DESCR N ports/www/p5-Catalyst-Log-Log4perl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:28:43 Log message: the `official' catalyst development bundle. renamed to catalyst, as we do not use CPAN terminology there... Status: Vendor Tag: catalyst Release Tags: sean N ports/devel/catalyst/distinfo N ports/devel/catalyst/Makefile N ports/devel/catalyst/patches/patch-Makefile_PL N ports/devel/catalyst/pkg/DESCR N ports/devel/catalyst/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 07:32:18 Modified files: devel : Makefile net : Makefile www : Makefile Log message: catalyst basic bundle and deps CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/06 07:33:59 ports/devel/nspr/files Update of /cvs/ports/devel/nspr/files In directory cvs.openbsd.org:/tmp/cvs-serv6658/files Log Message: Directory /cvs/ports/devel/nspr/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/06 07:35:45 Modified files: devel/nspr : Makefile distinfo devel/nspr/patches: patch-mozilla_nsprpub_config_rules_mk patch-mozilla_nsprpub_configure_in patch-mozilla_nsprpub_pr_include_md__openbsd_h patch-mozilla_nsprpub_pr_include_private_primpl_h patch-mozilla_nsprpub_pr_src_misc_prinit_c patch-mozilla_nsprpub_pr_src_misc_prnetdb_c devel/nspr/pkg : DESCR PLIST Added files: devel/nspr/files: nspr.pc.in devel/nspr/patches: patch-mozilla_nsprpub_pr_src_misc_prdtoa_c patch-mozilla_nsprpub_pr_src_pthreads_ptthread_c Removed files: devel/nspr/patches: patch-mozilla_nsprpub_lib_ds_Makefile_in patch-mozilla_nsprpub_lib_libc_src_Makefile_in patch-mozilla_nsprpub_pr_include_md__openbsd_cfg patch-mozilla_nsprpub_pr_include_md__pth_h patch-mozilla_nsprpub_pr_src_Makefile_in patch-mozilla_nsprpub_pr_src_io_prprf_c patch-mozilla_nsprpub_pr_src_linking_prlink_c Log message: - update to latest stable version (4.6.3) - 3 years worth of changes! - use patches from www/mozilla-firefox (should now work on all supported Firefox platforms) - replaced internal strtod and dtoa implementations (patch from kurt@) - create and install nspr.pc (from FreeBSD) - change MASTER_SITES, remove USE_X11, update pkg/DESCR ok mbalmer@ kurt@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:10:32 src/lib/libc/softfloat Update of /cvs/src/lib/libc/softfloat In directory cvs.openbsd.org:/tmp/cvs-serv9090/softfloat Log Message: Directory /cvs/src/lib/libc/softfloat added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:11:37 Added files: lib/libc/softfloat: eqdf2.c eqsf2.c fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c fpsetsticky.c gedf2.c gesf2.c gtdf2.c gtsf2.c ledf2.c lesf2.c ltdf2.c ltsf2.c milieu.h nedf2.c negdf2.c negsf2.c nesf2.c softfloat-for-gcc.h softfloat-macros.h softfloat-specialize.h softfloat.c softfloat.h timesoftfloat.c unorddf2.c unordsf2.c Log message: Copy MI softfloat bits from arm to here, so that they can be shared. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:14:50 Modified files: lib/libc/arch/sh: Makefile.inc lib/libc/arch/sh/gen: Makefile.inc fabs.c Log message: Move (back) to softfloat on sh for now. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/06 08:15:26 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Move back to softfloat for now. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/06 08:34:52 Modified files: share/man/man4 : vic.4 Log message: missing word; CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2006/11/06 08:47:58 Modified files: fr : errata.html pkg-stable.html pkg-stable39.html security.html faq/fr : current.html index.html opencvs/fr : index.html Added files: ro : plus.html vax.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:01:27 Modified files: faq : faq15.html Log message: 4.0_packages is now up CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:01:59 Modified files: . : ports.html Log message: link to 4.0 pkg index CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:18:42 Modified files: . : plus40.html Log message: a month more bringing 4.0 plus to completion! thx to jan.johansson@it.su.se CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2006/11/06 09:21:36 Modified files: . : plus40.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:35:20 Modified files: infrastructure/install: make-plist Log message: Stripping dir: shorter diagnostic when package is not found. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:38:27 Log message: support for explicit encoding in template toolkit Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Template-Provider-Encoding/Makefile N ports/textproc/p5-Template-Provider-Encoding/distinfo N ports/textproc/p5-Template-Provider-Encoding/pkg/PLIST N ports/textproc/p5-Template-Provider-Encoding/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 09:44:48 Log message: enforce UTF8 in catalyst TT views Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/Makefile N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/distinfo N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/pkg/PLIST N ports/textproc/p5-Catalyst-View-TT-ForceUTF8/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 11:21:30 Modified files: textproc : Makefile Log message: + utf8 stuff for catalyst CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/06 12:00:49 Modified files: sys/dev/ic : malo.c Log message: Enable TX of management frames. Fix/add firmware commands, add more debug informations, minor cleanup. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:05:31 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Root device machinery. Boot device is still not known yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:12:13 Modified files: sys/arch/landisk/landisk: machdep.c Removed files: sys/arch/landisk/include: bootinfo.h Log message: No bootinfo stuff. We'll use something different to pass device information from the boot blocks to the kernel. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/06 12:14:18 Modified files: . : landisk.html Log message: and dale too CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/06 12:37:21 Modified files: usr.bin/tip : cu.c tip.h Log message: Replace -### with -s### pre-getopt() and use strtonum() instead of strtol() when parsing the speed string. Closes PR 5222. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 12:40:32 Modified files: astro/sattrack : Makefile Log message: packaging fix: make sure stuff belongs to the right owner CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:42:52 Modified files: sys/arch/landisk/landisk: autoconf.c Log message: Don't ask for root device if boot device is not known but root configuration has been specified in the kernel configuration file. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 12:43:05 Modified files: sys/arch/landisk/conf: GENERIC Log message: root on wd0a for now. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/06 13:01:06 Modified files: audio/teknap : Makefile Log message: fix modes CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 13:10:58 Modified files: sys/dev/pci : if_re_pci.c Log message: noone needs to know about the D0 state change; ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 13:28:23 Modified files: sys/arch/vax/conf: GENERIC RAMDISK sys/arch/vax/vax: rootfil.c sys/arch/vax/vsa: hdc9224.c hdc9224.h Log message: Sync the VS2000 (and some VS3100) MFM controller driver with NetBSD, and enable it in GENERIC and RAMDISK. Completely untested due to lack of hardware (both my VS3100 are dual-SCSI), but it hopefully can't hurt. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 14:16:01 Modified files: lib/libkvm : kvm_hppa.c Log message: Minimal lip service for savecore to be happy. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/06 14:25:28 Modified files: usr.bin/ssh : auth-rsa.c bufbn.c dh.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c rsa.c scard.c ssh-dss.c ssh-keygen.c sshconnect1.c sshd.c Log message: add missing checks for openssl return codes; with & ok djm@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/06 14:27:36 Modified files: devel/catalyst-tutorial: Makefile Log message: typo in RUN_DEPENDS ok dopey CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 14:31:37 Modified files: sys/arch/vax/include: macros.h sys/arch/vax/vax: subr.s Log message: Let CISCoholic memset() do not behave as bzero for a length over 64KB. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 14:32:15 Modified files: games/trek : setup.c trek.h Log message: signed char fixes need to avoid infinite loops; pr5284 from smallm@panix.com a very well written pr, very detailed... well worth reading CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 14:55:52 Modified files: etc : rc Log message: duh -- on first boot, do not build the host.random file twice; ok djm CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/06 15:16:28 Modified files: sys/arch/vax/vsa: hdc9224.h Log message: Oops, bootblocks need this. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/06 15:47:46 Modified files: mail/msmtp : Makefile distinfo mail/msmtp/patches: patch-configure Log message: update to msmtp 1.4.9 from new maintainer Simon Kuhnle CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/06 16:03:45 Modified files: sys/dev/ic : malo.c Log message: Also reset the TX ring if the card gets stopped. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 18:12:01 Modified files: sbin/pfctl : parse.y pfctl.c Log message: Unbreak authpf by handling non-inline anchors separately from the { } anchors as pf_find_or_create_ruleset() will mangle relative anchor names and wildcards. Also fixes some nits with nesting and printing inline anchors. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 18:14:17 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf91.in pf91.loaded pf91.ok pf91.optimized pf92.in pf92.loaded pf92.ok pf92.optimized Log message: Add regress tests for inline anchors. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 18:47:00 Modified files: sys/dev/ic : ne2000.c ne2000var.h Log message: - The ASIX AX88796 is an NE2000 compatible ethernet chip, but doesn't seem to have "remote DMA complete bit" is ISR. So, don't wait for ISR.RDC bit after writing a packet. From bsh@NetBSD - Figure out whether the shared memory region is word-accessible in the same place we figure out its size, and store this in the softc, rather than using a series of comparisons later. From mycroft@NetBSD - support for the NE2000 type AX88790. From Yong-Jhen Hong via NetBSD Tested by deraadt@ and Adriaan ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:01:26 Modified files: share/man/man4 : ne.4 Log message: add acphy(4). From deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:06:34 Modified files: share/man/man4 : xl.4 Log message: remove a sentence mentioning a particular 3Com adapter and where to look for support. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:17:49 Modified files: share/man/man4 : ef.4 Log message: replace the sentence mentioning nsphy(4) with the autoconf entry at the top. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 19:31:14 Modified files: share/man/man4 : fxp.4 Log message: remove the sentence mentioning the supported PHY in the body of the man page as the PHY are already mentioned at the top and referenced at the bottom of the page. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 19:40:52 Modified files: sys/dev/pci : pcidevs Log message: Add VIA K8M890 ids from a submitted dmesg. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/06 19:42:23 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/06 20:00:31 Modified files: share/man/man4 : ef.4 Log message: mention supported media types. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/06 20:52:59 Modified files: games/atc : input.c Log message: make delayed turn commands not become immediate when there is a request to go to the same altitude as already at. pr 3448 CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 22:31:26 Modified files: regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pfopt6.in pfopt6.ok pfopt6.opts Log message: Add test for -a with nested anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 23:16:56 Modified files: sbin/pfctl : pfctl.c Log message: Only try to recursively print rules if they are actually anchors. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/06 23:18:10 Modified files: regress/sbin/pfctl: Makefile Log message: Use anchor recursion when printing loaded ruleset (make certain that recursion works and catch some other potential anchor weirdnesses). Non recursive printing still tested in pfopt6. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/06 23:42:56 Modified files: x11/lablgtk : Makefile Log message: fix ownership of installed files CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 00:10:24 Modified files: bin/dd : position.c Log message: fix skipping when reading from a tty; reported by Karel Kulhavy ; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2006/11/07 00:10:59 Modified files: share/man/man4 : re.4 Log message: Add another device using the 8169S ok jmc CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/07 00:16:15 Modified files: usr.bin/tip : cu.c Log message: Ensure that CU and DV have length > 0, so buf[strlen(buf) - 1] can be safely called later. Add check for asprintf. Use _PATH_DEV, suggested by jaredy@. OK jaredy@. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2006/11/07 00:20:16 Modified files: usr.sbin/rtsold: rtsold.c Log message: Don't check buf[strlen(buf) - 1] for zero length strings. OK jaredy@. CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 01:55:18 Added files: x11/qt4/patches: patch-config_tests_unix_compile_test Log message: Pass -pthread flag to linker; in preparation for new dbus port CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 02:09:43 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/amd64/conf: Makefile.amd64 sys/arch/amd64/include: _types.h cpu.h sys/arch/amd64/isa: clock.c Removed files: sys/arch/amd64/amd64: microtime.S Log message: Timecounters for amd64. Diff by art@, tested by many. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 02:27:37 Modified files: x11/qt4 : Makefile Log message: -examples subpackage needs QtDesigner as a LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 02:28:55 Modified files: usr.sbin/pkg_add: pkg_create Log message: zap the stat part related to file type, only keeping the usual modes. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/07 03:31:31 Modified files: usr.bin/ssh : monitor.c version.h Log message: correctly check for bad signatures in the monitor, otherwise the monitor and the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2006/11/07 03:39:17 Modified files: . : index.html Log message: zap three out-of-date www mirrors, from Marcus Popp CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/07 03:40:19 Modified files: x11/dbus : Makefile distinfo x11/dbus/pkg : PLIST Added files: x11/dbus/patches: patch-bus_bus_c patch-dbus-1_pc_in x11/dbus/pkg : MESSAGE UNMESSAGE Removed files: x11/dbus/patches: patch-test_Makefile_am patch-test_Makefile_in Log message: Update to 0.94 and make it work. Sessionwide dbus tested with gaim; systemwide bus untested but at least it starts up without dumping core. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 03:55:43 Modified files: devel/boost : Makefile Log message: zap SCRIPTS_ENV, make sure include files belong to data owner, zap old SH variable. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/07 04:20:49 Modified files: print/cups : Makefile Added files: print/cups/patches: patch-systemv_Makefile Log message: Don't install files with weird ownership, don't install lppasswd setuid root. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:22:25 Log message: simple glue that's needed for catalyst email support Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Class-ISA/Makefile N ports/devel/p5-Class-ISA/distinfo N ports/devel/p5-Class-ISA/pkg/PLIST N ports/devel/p5-Class-ISA/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:40:50 Log message: abstract interface class to various email packages Status: Vendor Tag: catalyst Release Tags: simon N ports/mail/p5-Email-Abstract/distinfo N ports/mail/p5-Email-Abstract/Makefile N ports/mail/p5-Email-Abstract/pkg/PLIST N ports/mail/p5-Email-Abstract/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/07 04:51:46 Modified files: net/tor : Makefile distinfo Log message: update to tor 0.1.1.25 from rui reis CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 04:54:54 Log message: introduces DBIx::Class to HTML::Widget for Catalyst's needs Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-DBIx-Class-HTMLWidget/Makefile N ports/databases/p5-DBIx-Class-HTMLWidget/distinfo N ports/databases/p5-DBIx-Class-HTMLWidget/pkg/PLIST N ports/databases/p5-DBIx-Class-HTMLWidget/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 05:03:57 Modified files: databases : Makefile devel : Makefile mail : Makefile devel/catalyst-tutorial: Makefile Log message: add a few catalyst modules. update the tutorial so everything in it runs out of the box. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 05:29:20 Log message: interface to japanese character sets in catalyst Status: Vendor Tag: catalyst Release Tags: espie N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/Makefile N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/distinfo N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/DESCR N ports/converters/p5-Catalyst-Plugin-Charsets-Japanese/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/07 05:29:45 Modified files: sys/ufs/ffs : ffs_softdep.c Log message: a fix derived from freebsd 1.196 revision. due to ffs_sync not be able to sync some buffers here is another instance of softdep code that must ensure proper syncing. try harder to flush MKDIR_BODY dependancy if such still exists during pagedep flush (that is by syncing first block of the dir). pedro@ ok CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/07 06:02:07 Modified files: usr.bin/ssh : dh.c Log message: BN_hex2bn returns int; from dtucker@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 06:56:42 Modified files: www/p5-HTML-Widget/patches: patch-Makefile_PL Log message: fix build, no pkgname bump needed CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:06:30 src/lib/libc/arch/sh/softfloat Update of /cvs/src/lib/libc/arch/sh/softfloat In directory cvs.openbsd.org:/tmp/cvs-serv18260/softfloat Log Message: Directory /cvs/src/lib/libc/arch/sh/softfloat added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:07:13 Added files: lib/libc/arch/sh/softfloat: Makefile.inc milieu.h sh-gcc.h Log message: forgot to commit the new files for sh softfloat support. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 07:09:56 Modified files: net/BitTorrent : Makefile Log message: master site changed; from Bruno Bigras CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 07:32:37 Modified files: sys/arch/landisk/conf: RAMDISK Log message: remove wdc debug CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 08:14:31 Modified files: games/dopewars : Makefile games/dopewars/patches: patch-src_Makefile_in patch-src_dopewars_c Removed files: games/dopewars/patches: patch-config_h_in Log message: fix scorefile access CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/07 08:31:37 Modified files: editors : Makefile editors/nano : Makefile editors/nano/pkg: DESCR PLIST Removed files: editors/nano/patches: patch-configure_ac Log message: kill nano's slang flavor CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2006/11/07 08:37:43 Modified files: . : events.html Log message: Conisli 2006 is now past. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/07 09:01:36 Modified files: share/man/man4 : akbd.4 hilkbd.4 pckbd.4 ukbd.4 share/man/man4/man4.hp300: dnkbd.4 share/man/man4/man4.hppa: gsckbd.4 share/man/man4/man4.sparc: zs.4 share/man/man4/man4.sparc64: zs.4 share/man/man4/man4.vax: lkkbd.4 Log message: sort out the mess of Dq/Po/Pc running amok the keyboard pages... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/07 09:22:06 Modified files: devel/nspr : Makefile Added files: devel/nspr/patches: patch-mozilla_nsprpub_lib_tests_Makefile_in patch-mozilla_nsprpub_pr_tests_runtests_ksh Log message: - bump SHARED_LIBS version up to 16.0 (one more than the highest mozilla.org app uses now and should prevent any library issues for the transition to devel/nspr) ; from kurt@ (asked by kili@ and steven@) - add regression tests ; the following tests are disabled as they need more work: nameshm1, sema, semaerr, semaping, socket - bump PKGNAME ok kurt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 09:33:29 Log message: catalyst model class for Class::DBI Status: Vendor Tag: catalyst Release Tags: espie N ports/databases/p5-Catalyst-Model-CDBI/Makefile N ports/databases/p5-Catalyst-Model-CDBI/distinfo N ports/databases/p5-Catalyst-Model-CDBI/pkg/PLIST N ports/databases/p5-Catalyst-Model-CDBI/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/07 09:46:45 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: remove some irrelevant references; spotted by stevesk ok henning stevesk CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 10:38:49 Modified files: lib/libc/arch//sh: Makefile.inc Log message: Build the correct arch softfloat code. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 11:03:36 Modified files: gnu/lib/libstdc++/libstdc++/include/c_std: std_cwctype.h Log message: activate *trans functions, noticed by robert/wilfried, tested by various people. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 11:04:07 Added files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk distrib/sets/lists/etc: md.landisk distrib/sets/lists/game: md.landisk distrib/sets/lists/man: md.landisk distrib/sets/lists/misc: md.landisk Log message: likely very broken sets files for this new arch (which isn't quite there yet). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 11:07:23 Modified files: distrib/landisk/ramdisk: Makefile Log message: remove nasty ugly horrid hack that was for armish but was copied... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 11:09:46 Modified files: distrib/sets/lists/comp: md.landisk Log message: some files landisk will not have CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 11:10:47 Modified files: distrib/sets/lists/comp: md.landisk Log message: more junk CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:16:02 Modified files: textproc/p5-XML-LibXML: Makefile distinfo textproc/p5-XML-LibXML/patches: patch-Makefile_PL textproc/p5-XML-LibXML/pkg: PLIST textproc/p5-XML-LibXSLT: Makefile distinfo textproc/p5-XML-SAX: Makefile distinfo textproc/p5-XML-SAX/patches: patch-Makefile_PL Removed files: textproc/p5-XML-LibXML/patches: patch-LibXML_xs Log message: update to a newer version, needed for the catalyst xslt view plugin. okay jasper@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:19:25 Log message: catalyst xslt view Status: Vendor Tag: catalyst Release Tags: espie N ports/textproc/p5-Catalyst-View-XSLT/Makefile N ports/textproc/p5-Catalyst-View-XSLT/distinfo N ports/textproc/p5-Catalyst-View-XSLT/pkg/PLIST N ports/textproc/p5-Catalyst-View-XSLT/pkg/DESCR N ports/textproc/p5-Catalyst-View-XSLT/patches/patch-lib_Catalyst_View_XSLT_XML_LibXSLT_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 11:22:29 Modified files: converters : Makefile databases : Makefile textproc : Makefile Log message: add a few more catalyst plugins CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/11/07 11:36:12 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-4.5 Log message: openssh-4.5/4.5p1 CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2006/11/07 11:39:51 Modified files: gnu/lib/libstdc++: Makefile.bsd-wrapper Log message: remove sudo around includes, since that's already done by the toplevel. Requested by Mr T. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/07 11:47:46 Modified files: bin/dd : position.c Log message: It is better to use isatty() to see if a dev is seekable, because skipping blocks on a raw disk device with bad sectors should be possible. Noted by Geoff Steckel; ok tom@ deraadt@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 12:37:57 Modified files: databases/db : Makefile Log message: belt and suspenders, best of both worlds. bulk-builds will first try to build stuff with the java pseudo-flavor. If that fails (because java is currently broken, or because it's not supported on that arch), then it will build through the second line. If the packages already exist, the infrastructure will notice, and the second build line will do nothing. consensus reached after discussion with nikolay, kurt, pval... CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2006/11/07 13:09:19 Modified files: openssh : openbsd.html Log message: no patch is required for 3.8; pointed out by brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/07 13:47:10 Modified files: sys/arch/macppc/conf: GENERIC Log message: Add xmphy(4). ok drahn@, brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 13:51:07 Modified files: sys/dev/pci : Tag: OPENBSD_4_0 if_em.h Log message: MFC: Fix by brad@ revert revision 1.131, the code in question was later found to not ensure the proper alignment requirement for the VLAN layer on strict alignment architectures. This would result in Jumbo's working fine as long as VLANs were not in use. If VLANs were in use and a packet comes in with a size of 2046 bytes or larger, it would be corrupted as it came up through the VLAN layer. Also check the hw max frame size, instead of the MTU, so the alignment fixup is done as appropriate. Fixes PR 5185. Tested by Rui DeSousa with macppc and myself with alpha/sparc64 Thanks to Ivan M Makarenko for pointing out that I missed commiting this part of the fix. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/07 13:53:35 Modified files: sys/arch/macppc/conf: RAMDISK Log message: Add xmphy(4) here too. ok brad@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 14:05:56 Modified files: sys/dev/pci : if_em.c Log message: em_get_buf(): - Use bus_dmamap_load_mbuf() instead of bus_dmamap_load() + mtod(). - Only BUS_DMASYNC_PREREAD is necessary for the bus_dmamap_sync(). em_allocate_receive_structures(): - Clean up error handling for receive buffer allocation and just have everything done by em_free_receive_structures() now. em_free_receive_structures(): - A few changes here to allow this function to be called from em_stop() as well as em_allocate_receive_structures(). Tested on i386/amd64/sparc64. ok reyk@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 14:30:36 Modified files: lib/libc/arch/arm: SYS.h Log message: Load the syscall number into the scratch register (r12) so that we dont need the copyin. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/07 14:32:47 Modified files: x11/openmotif : Makefile Log message: prevent recursive builds. It's a wonder it worked until now. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/07 14:39:32 Modified files: sys/dev/ic : malo.c malo.h Log message: Add TX done cleanup. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/07 15:22:28 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST Log message: mode/owner/group annotations CVSROOT: /cvs Module name: XF4 Changes by: matthieu@cvs.openbsd.org 2006/11/07 16:02:23 Modified files: xc/programs/Xserver/hw/xfree86/common: xf86fbman.c Log message: Fix granularity handling in framebuffer manager. From tsi@. CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2006/11/07 16:35:54 Modified files: . : products.html Log message: add .vantronix ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:52:45 Modified files: sys/dev/microcode/atmel: Makefile sys/dev/microcode/kue: Makefile sys/dev/microcode/rum: Makefile sys/dev/microcode/uyap: Makefile sys/dev/microcode/zydas: Makefile Log message: landisk has usb CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:53:20 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:54:01 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/07 16:56:20 Modified files: distrib/sets/lists/base: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:17:14 Modified files: usr.bin/ssh : Tag: OPENBSD_3_9 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:42:11 Modified files: usr.bin/ssh : Tag: OPENBSD_4_0 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 17:44:05 Modified files: usr.bin/ssh : Tag: OPENBSD_3_8 auth-rsa.c bufbn.c clientloop.c kexdhc.c kexdhs.c kexgex.c kexgexc.c kexgexs.c key.c moduli.c monitor.c packet.c rsa.c scard.c serverloop.c session.c sftp-client.c sftp.c ssh-agent.c ssh-dss.c ssh-keygen.c ssh-keyscan.1 ssh-keyscan.c ssh.1 ssh.c sshconnect.c sshconnect1.c sshd.c version.h Log message: upgrade to OpenSSH 4.5 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 18:32:00 Modified files: sys/dev/pci : if_bce.c if_bcereg.h Log message: Clean up some of the "magic" constants in the driver, based on the documentation for the Broadcom 43xx wireless chips that share the same basic hardware. From Jon Simola CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/07 18:45:35 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sets getting closer. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/07 20:56:52 Modified files: share/man/man4/man4.alpha: le.4 share/man/man4/man4.aviion: le.4 share/man/man4/man4.hp300: le.4 share/man/man4/man4.hppa: ie.4 share/man/man4/man4.luna88k: le.4 share/man/man4/man4.mac68k: ae.4 mc.4 sn.4 share/man/man4/man4.macppc: mc.4 share/man/man4/man4.mvme68k: ie.4 le.4 share/man/man4/man4.mvme88k: ie.4 le.4 share/man/man4/man4.sparc: be.4 ie.4 le.4 qe.4 share/man/man4/man4.sparc64: be.4 le.4 qe.4 share/man/man4/man4.vax: de.4 qe.4 Log message: remove mention of the SIOCSIFADDR ioctl or the use of arp in individual Ethernet driver man pages. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2006/11/07 21:00:18 Modified files: . : errata.html Log message: add the arc issue. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:35:37 Modified files: . : ports.html Log message: 4.0 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:53:26 Modified files: build : support.dat Log message: add SystemNet, Oslo, Norway. from Pete Vickers CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 22:57:02 Modified files: build : support.dat Log message: add Hamburgnet, Germany. from sebastian.schmitzdorff at hamburgnet.de CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:12:39 Modified files: build : support.dat Log message: update Ironkeep Technologies entry. from Zachary Schneider CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:30:34 Modified files: build : support.dat Log message: add Valdo Alvarez, London. from info at unixconsulting.info CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:43:09 Modified files: build : support.dat Log message: add The Citadel Collective, Perth, Australia. from jesterhoax at hotmail.com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:48:11 Modified files: build : support.dat Log message: add ShieldWolf Technologies, Virginia, USA. from Randy Caldejon CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:58:02 Modified files: build : support.dat Log message: add Infotech Tonga. from tongas at tbu.to CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2006/11/07 23:59:53 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/08 01:23:33 Modified files: share/man/man9 : file.9 Log message: getvnode requires vnode.h; from bret lambert ok pedro CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/08 02:34:03 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-bridges_prj_build_lst patch-config_office_set_soenv_in patch-solenv_inc_unx_mk patch-stlport_STLport-4_5_patch Added files: editors/openoffice/patches: patch-bean_native_unix_makefile_mk patch-icu_makefile_mk patch-jvmfwk_sunmajor_pluginlib_sunjre_cxx patch-solenv_inc_settings_mk patch-solenv_inc_unxobsd_mk patch-svx_source_customshapes_makefile_mk Removed files: editors/openoffice/patches: patch-solenv_inc_unxobsdi_mk Log message: - add amd64 support - use unxobsd.mk instead of different makefiles for every architecture - use devel/boost now that we have it instead of the bundled one. (this is also needed to build openoffice on amd64) - start using some patches from http://go-ooo.org/. (disable the startup wizard and some online registration menu points) (the patch is generated by my after applying the patches that's why i provide the mirror for it.) - allow the openoffice build infrastructure to override our CFLAGS in some cases. this is needed because some of the files have to be compiled with -O0 instead of -02 which we use by default. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2006/11/08 03:53:59 Modified files: sys/arch/sh/sh : sh_machdep.c Log message: fix sigmask handling bug that caused SIGCHLD to be almost always masked. DOH! miod@ CVSROOT: /cvs Module name: src Changes by: stevesk@cvs.openbsd.org 2006/11/08 08:49:20 Modified files: usr.sbin/dhcpd : dhcp-options.5 Log message: remove another irrelevant reference; ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:10:13 src/sys/arch/landisk/stand/xxboot Update of /cvs/src/sys/arch/landisk/stand/xxboot In directory cvs.openbsd.org:/usr/src/sys/arch/landisk/stand/xxboot Log Message: Directory /cvs/src/sys/arch/landisk/stand/xxboot added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:35:45 Modified files: distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:39:23 Modified files: sys/dev/pci : pcidevs Log message: Add Decision Computer Inc and device ids for their PCCOM serial cards. CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:42:58 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 10:46:54 Modified files: sys/dev/pci : pucdata.c Log message: Add support for Decision Computer multiport serial cards. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:46:56 Modified files: sys/arch/landisk/stand: Makefile Added files: sys/arch/landisk/stand/xxboot: Makefile boot1.c pbr.S xxboot.8 xxboot.S Removed files: sys/arch/landisk/stand/bootxx: Makefile boot1.c bootxx.8 bootxx.S pbr.S Log message: this is actually a primary bootblock (xxboot) not a secondary bootblock (bootxx) thus disklabel -B will automatically pick it up now; ok drahn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 10:47:39 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 11:05:30 Modified files: sys/arch/landisk/stand/xxboot: Makefile Log message: fix LINKS CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 11:08:16 Modified files: distrib/landisk/ramdisk: install.md Log message: attempt to make disk bootable CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2006/11/08 11:34:34 Modified files: share/man/man4 : puc.4 Log message: Add Decision Computer Inc 2/4/8 port serial cards. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/11/08 11:59:38 Modified files: lang/python/2.5/files: CHANGES.OpenBSD Log message: refer to 2.5, not 2.4 here CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2006/11/08 12:00:19 Modified files: lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.5/pkg: PLIST Log message: fix compilation on ARM, where the ctypes module is not supported by moving it into a new PFRAG; feedback and ok alek@ CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2006/11/08 12:05:50 Modified files: . : donations.html Log message: OpenBEER, the italian OpenBSD user group, helped us with the v2k5 ports hackathon, thanks! ok wvdputte CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 12:42:28 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 13:03:32 Modified files: sys/arch/landisk/stand/xxboot: Makefile Log message: OBJCOPY should default to objcopy. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/08 13:20:42 Modified files: usr.bin/cvs : client.c Log message: bring back support for CVS_CLIENT_LOG that was removed with the proto.c removal a while ago.... OK ray@ joris@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 13:22:45 Modified files: distrib/landisk/ramdisk: list Log message: we want the mbr on the install media CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/08 14:04:41 Modified files: sys/dev/pci : if_sk.c Log message: Make XMAC work on on big-endian systems. help & ok jason@, ok brad@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 14:06:57 Modified files: sys/arch/landisk/landisk: intr.c Log message: Implement interrupt counters (better) CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/08 14:48:20 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: @mode CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/08 15:05:52 Modified files: usr.bin/cvs : getlog.c Log message: [-s states] and [-w logins] bits. CVSROOT: /cvs Module name: ports Changes by: dim@cvs.openbsd.org 2006/11/08 15:16:06 Modified files: x11/xscreensaver/pkg: PLIST Log message: Fix packaging xscreensaver port when using empty FLAVOR. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/08 15:44:30 Modified files: x11 : Makefile Log message: someone probably wanted to build xscreensaver with an empty FLAVOR CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:08:08 src/distrib/landisk/miniroot Update of /cvs/src/distrib/landisk/miniroot In directory cvs.openbsd.org:/tmp/cvs-serv4552/miniroot Log Message: Directory /cvs/src/distrib/landisk/miniroot added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:08:46 Added files: distrib/landisk/miniroot: Makefile Log message: Build miniroot filesystem (for dding onto CF) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:09:34 Modified files: distrib/landisk: Makefile Log message: build miniroot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/08 16:17:33 Modified files: lang/spidermonkey: Makefile Log message: - build thread safe spidermonkey corrections & ok steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:22:26 Modified files: sbin/fdisk : fdisk.8 fdisk.c misc.c Log message: add a -y flag, for non-interactive use CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:26:16 Modified files: distrib/landisk/miniroot: Makefile Log message: verbose disklabel -B, and fdisk -u and -y CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 16:45:17 Modified files: distrib/landisk/miniroot: Makefile Log message: For now, -i and -u need to be different invocations. ie fix bug in fdisk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:52:30 Modified files: distrib/landisk/miniroot: Makefile Log message: install the landisk mbr, not the builtin i386 mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:55:05 Modified files: distrib/landisk/ramdisk: install.md Log message: always point fdisk at the mbr we want CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:57:05 Modified files: sbin/fdisk : fdisk.c Log message: sh machines also have a /usr/mdec/mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 16:58:03 Modified files: distrib/landisk/miniroot: Makefile distrib/landisk/ramdisk: install.md Log message: now that fdisk knows landisk machines have a /usr/mdec/mbr, no need to use -f CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/08 16:59:30 Modified files: x11/kde/multimedia3: Makefile Log message: WTF. noticed by nikolay CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:01:10 Modified files: sbin/fdisk : fdisk.c Log message: oops CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:12:12 Modified files: sys/arch/sh/sh : sh_machdep.c sys/arch/landisk/landisk: machdep.c Log message: no newline at end of cpu_model CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 17:36:41 Modified files: distrib/landisk/miniroot: Makefile Log message: fdisk/disklabel jig to make the label come out right. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/08 17:37:17 Modified files: etc/etc.landisk: disktab Log message: new miniroot partition table entries. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:43:54 src/distrib/notes/landisk Update of /cvs/src/distrib/notes/landisk In directory cvs.openbsd.org:/usr/src/distrib/notes/landisk Log Message: Directory /cvs/src/distrib/notes/landisk added to the repository CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 17:45:38 Added files: distrib/notes/landisk: contents hardware install prep upgrade whatis xfer Log message: start at landisk (mostly copied from armish) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:10:56 Modified files: distrib/notes/landisk: hardware whatis Log message: update CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:13:11 Modified files: . : landisk.html Log message: landisk is kind of arriving.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 18:16:02 Modified files: distrib/sets/lists/man: md.landisk Log message: sync CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:24:19 Modified files: share/man/man4 : lmenv.4 Log message: update the example sensors output so it matches the current output from the driver. From Jason Dixon CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:31:28 Modified files: sys/netinet6 : Tag: OPENBSD_3_9 in6.c Log message: MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. ok mcbride@ deraadt@ mpf@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2006/11/08 19:31:30 Modified files: geo/gpsbabel : Makefile distinfo geo/gpsbabel/patches: patch-Makefile_in patch-configure_in geo/gpsbabel/pkg: PLIST Added files: geo/gpsbabel/patches: patch-tools_mkcapabilities_in Removed files: geo/gpsbabel/patches: patch-easygps_c patch-hsa_ndv_c patch-html_c patch-palmdoc_c patch-testo patch-text_c patch-tools_mkcapabilities patch-vcf_c Log message: trivial version bump. a number of patches have been accepted upstream. ok naddy. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 19:35:47 Modified files: sys/netinet6 : Tag: OPENBSD_4_0 in6.c Log message: MFC: Fix by mpf@ Only run address hooks on SIOCAIFADDR_IN6 and SIOCDIFADDR_IN6. Before a normal user running ifconfig(8) could trigger up to three address hook calls per interface. ok mcbride@ deraadt@ mpf@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/08 20:14:46 Modified files: faq : faq14.html Log message: >128G disks actually DO work on older machines, though there still can be "issues". Elaborate a bit more on the 1M RAM/1G disk guideline. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 20:34:35 Modified files: sys/lib/libkern/arch/sh: udivsi3.S Log message: typo CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2006/11/08 20:36:59 Modified files: faq : faq14.html Log message: since 3.5, /boot only cares about the inode, not the disk geometry. This article is also directly applicable to amd64. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/08 20:59:54 Modified files: usr.sbin/ospfd : printconf.c Log message: Properly indicate the state of "fib-update" ok claudio@ CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/08 21:06:09 Modified files: usr.sbin/ripd : printconf.c Log message: Properly indicate status of "fib-update" CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/08 21:25:38 Modified files: sys/arch/sh/dev: scif.c Log message: landisk has no DCD line, so we must force TS_CARR_ON. This is a gruesome hack, otherwise the console tty is not quite right. Solve better someday. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 22:00:09 Modified files: sys/dev/pci : pcidevs Log message: add a HiNT Corp. PCI bridge and some additional Marvell SATA ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2006/11/08 22:00:38 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: kevlo@cvs.openbsd.org 2006/11/09 00:01:47 Modified files: emulators/spim : Makefile distinfo emulators/spim/patches: patch-spim_Makefile patch-xspim_Imakefile Log message: upgrade to spim 7.3 CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2006/11/09 00:13:01 Modified files: mail/exim : Makefile mail/exim/pkg : PLIST Log message: note in the PLIST that bin/exim-4.63 is installed suid root. from sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/09 01:16:22 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: remove the dependency of make-plist on dependent packages: instead, go directly use `make print-plist' to find these lists in the ports tree. CVSROOT: /cvs Module name: ports Changes by: dim@cvs.openbsd.org 2006/11/09 01:27:51 Modified files: x11/xscreensaver: Makefile x11/xscreensaver/pkg: PLIST Added files: x11/xscreensaver/pkg: PFRAG.no-no_gle Log message: Add missed `extrusion' hack when building with empty FLAVOR, and add required @mode annotation. ok sturm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/09 01:29:47 Modified files: infrastructure/mk: bsd.port.mk Log message: zap uses of ${SH} CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/09 01:31:29 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_set_soenv_in patch-pyuno_source_module_makefile_mk Removed files: editors/openoffice/patches: patch-bean_native_unix_makefile_mk Log message: - use the jdk server vm on amd64 because it does not have a client - re-enable the library check for bean now that the server vm is used - fix an if statement (OPEBBSD->OPENBSD) jdk problem noticed by kurt@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 02:24:28 Modified files: usr.bin/cvs : client.c remote.h server.c tag.c Log message: remote tag command support joins the party! CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/09 02:43:35 Modified files: sbin/isakmpd : ike_auth.c Log message: support public keys w/o SubjectPublicKeyInfo (format: BEGIN RSA PUBLIC KEY) ok ho, hshoexer CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2006/11/09 02:45:17 Modified files: lib/libssl/man : Makefile Log message: add openssl PEM_* manpages; ok deraadt, hshoexer, djm CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 03:08:33 Modified files: usr.bin/cvs : cvs.h server.c tag.c Log message: fix pasto.. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2006/11/09 03:25:12 Modified files: sys/dev/ic : malo.c Log message: Fix a bug in the firmware command function and check if the main firmware has been loaded by polling for the firmware response instead just waiting a static amount of time. ok claudio@ CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2006/11/09 03:48:36 Modified files: . : events.html Log message: We are not attending this years Linux Expo in Koln, somebody mixed up the paperwork so there is no booth. I'm not going to share space with the FSF no matter how interesting that sounds... besides I like Frankfurt a lot more so this is not worth it. And I get to stay at home and move boxes, doesn't that sound more interesting? CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 04:14:56 Modified files: usr.bin/cvs : diff3.c Log message: respect TMPDIR here too, changes pulled in from usr.bin/rcs. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 04:19:21 Modified files: share/man/man4 : vic.4 Log message: - add VMware Workstation 4.5 and newer to the list of supported products now that it works and doesn't segfault the VM anymore... - intial work has been done on ESX server 2.x, we still need to test it with ESX server 3.x! any volunteers? ok dlg@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 05:51:23 Modified files: usr.bin/cvs : tag.c Log message: add support for -c (Check that working files are not modified). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 06:08:34 Modified files: sys/arch/landisk/stand/xxboot: xxboot.8 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 06:18:56 Modified files: sbin/fdisk : fdisk.8 share/man/man5 : pf.conf.5 Log message: desireable -> desirable; CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 07:00:15 Modified files: usr.bin/cvs : client.c cvs.h init.c remote.h server.c Log message: cvs init remote bits. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 07:25:23 Modified files: sys/dev/pci : if_pcn.c Removed files: sys/dev/pci : if_pcnreg.h Log message: remove another useless header and move the 12 register definitions to the driver itself. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 07:30:25 Modified files: share/man/man4 : vic.4 Log message: take out a word which was just not helpful; CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/09 07:35:56 Modified files: sys/dev/pci : pcidevs Log message: Add ATI Radeon X700 SE with secondary; ok mk@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2006/11/09 07:40:19 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/09 07:59:35 Modified files: usr.bin/calendar/calendars/de_DE.ISO_8859-1: calendar.geschichte Log message: mr.wolf CVSROOT: /cvs Module name: src Changes by: mickey@cvs.openbsd.org 2006/11/09 08:00:43 Modified files: usr.bin/calendar/calendars/de_DE.ISO_8859-1: calendar.geschichte Log message: auf deutsch! CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2006/11/09 08:18:01 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-bridges_prj_build_lst patch-config_office_configure_in patch-config_office_set_soenv_in patch-icu_makefile_mk patch-jvmfwk_sunmajor_pluginlib_sunjre_cxx patch-solenv_inc_settings_mk patch-svx_source_customshapes_makefile_mk Log message: - apply go-ooo patch build-java-target.diff (adjusted to apply cleanly). this patch enables javac arguments -source & -target which will allow us to build with 1.5 but run with 1.4 or 1.5. building with 1.5 will be enabled in java.port.mk later. - sync patches (line numbers/-p) CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 08:19:18 Modified files: lib/csu : Makefile Log message: build obj in sh CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 08:36:03 Modified files: distrib/landisk/miniroot: Makefile Log message: build something by default. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/09 08:55:55 Modified files: usr.bin/cvs : date.y Log message: sync with usr.bin/rcs version. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2006/11/09 09:08:20 Modified files: sbin/ifconfig : ifconfig.8 Log message: trim SEE ALSO: there is no need to list every pseudo-device CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 10:16:22 Modified files: distrib/landisk/ramdisk: install.md Log message: XXX work around to force disk size forgetting; ok drahn CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 10:31:09 Modified files: gnu/usr.bin/perl/hints: openbsd.sh Log message: no shlibs on sh yet CVSROOT: /cvs Module name: ports Changes by: alek@cvs.openbsd.org 2006/11/09 10:36:29 Added files: lang/python/2.5/pkg: PFRAG.ctypes Log message: PFRAG file missed in previous commit CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:29:19 Modified files: sys/dev/pci : if_vic.c Log message: add multicast filter support instead of using ALLMULTI all the time CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:31:25 Modified files: sys/dev/pci : if_vic.c Log message: knf CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2006/11/09 11:50:30 Modified files: sys/dev/pci : if_vic.c Log message: no need to check for IFF_ALLMULTI when we just removed the flag... CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/09 12:00:39 Modified files: devel/nspr : Makefile devel/nspr/patches: patch-mozilla_nsprpub_pr_tests_runtests_ksh Added files: devel/nspr/patches: patch-mozilla_nsprpub_pr_tests_socket_c Log message: - re-add socket regression test (but do not run IPv4->IPv6 mapping tests under OpenBSD) - bump so version to 17 as Firefox 1.5.0.8 will use 16 (from wilfried@) - bump PKGNAME go ahead steven@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 12:26:45 Modified files: gnu/usr.bin/binutils/gdb: configure.host Log message: grok sh-*-openbsd* CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/09 12:38:34 Modified files: gnu/usr.bin/binutils/gdb: configure.tgt configure.host Added files: gnu/usr.bin/binutils/gdb/config/sh: obsd.mh obsd.mt Log message: Initial stab at OpenBSD/sh support. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 14:05:20 Modified files: gnu/usr.bin/gcc/gcc/config/sh: t-openbsd Log message: Dont build all of the extra libgcc.a files, they are not needed for native OpenBSD. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 14:11:31 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: add a solid compliment of usb devices CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/09 14:31:12 Modified files: gnu/usr.bin/perl: Makefile.bsd-wrapper Log message: Don't build profiled libperl; requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 14:43:35 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.cats 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.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2006/11/09 14:47:52 Modified files: usr.bin/rcs : ci.c co.c rcsutil.c rcsutil.h Log message: Simplify stripping of write bits from file mode. Add support for reusing the checkin message for multiple files, ala GNU Fix the message when you abort a checkout and the file was not writable. OK joris@ niallo@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:17:56 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:25:28 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:29:40 Modified files: distrib/landisk/ramdisk: list Log message: put some tasty firmwares there CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:31:41 Modified files: distrib/landisk/ramdisk: install.md Log message: must use -b to tell it to look in /mnt CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 15:34:07 Modified files: distrib/landisk/ramdisk: Makefile Log message: PID isn't used. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 15:43:30 Modified files: distrib/landisk/ramdisk: list Log message: +rum, -ral, until jsg explains to me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:00:29 Modified files: distrib/landisk/ramdisk: install.md Log message: silence disk dd splat job CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:00:45 Modified files: distrib/landisk/ramdisk: list Log message: xxboot on main ramdisk in mbr CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:01:06 Modified files: distrib/landisk/ramdisk: install.md Log message: no need for -b on disklabel -B, since files on ramdisk now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:01:35 Modified files: distrib/landisk/ramdisk: list Log message: support rum, not clear about ral and need to talk to jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:04:02 Modified files: distrib/landisk/ramdisk: list Log message: skip ral files for now CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/09 16:15:54 Modified files: sys/dev/ic : acx.c Log message: Correctly update the m_pkthdr.len in the raw bpf tap. OK mglocker@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 16:22:53 Modified files: distrib/landisk/ramdisk: install.md Log message: typo CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/09 16:24:00 Modified files: x11/kde/multimedia3: Makefile Log message: zap duplicates in SHARED_LIBS, noticed by sturm@. ok espie@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/09 16:36:42 Modified files: share/man/man4 : ral.4 Log message: clarify firmware requirements CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2006/11/09 16:39:26 Modified files: sys/dev/microcode/ral: ral-license Log message: Clarify what hardware firmware is for. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 17:54:59 Modified files: usr.bin/xlint/xlint: xlint.c Log message: fix usage message CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2006/11/09 18:39:00 Modified files: distrib : Makefile Log message: make a landisk obj CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 19:19:18 Modified files: gnu/usr.bin/gcc/gcc/config/sh: openbsd.h Log message: Yes, openbsd does not support shared libraries on sh yet, but why make it hard? CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/09 19:39:47 Added files: sys/arch/sh/include: reloc.h Log message: Will be needed at some point. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2006/11/09 23:07:11 Modified files: sbin/pfctl : pfctl_altq.c Log message: Print the interface that each queue is bound to in the pfctl -sq output ok henning@ CVSROOT: /cvs Module name: www Changes by: joel@cvs.openbsd.org 2006/11/09 23:13:39 Modified files: faq : faq6.html index.html Log message: New subsection: 6.14 - How can I do equal-cost multipath routing? Constructive criticism from Nick, thank you :) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2006/11/10 00:02:55 Modified files: sys/arch/sh/sh : locore_subr.S Log message: Enforce correct userspace bounds in copy{in,out}str(). CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 00:39:37 src/libexec/ld.so/sh Update of /cvs/src/libexec/ld.so/sh In directory cvs.openbsd.org:/tmp/cvs-serv22150/sh Log Message: Directory /cvs/src/libexec/ld.so/sh added to the repository CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2006/11/10 00:44:58 Modified files: libexec/ld.so : loader.c Added files: libexec/ld.so/sh: Makefile.inc archdep.h ldasm.S rtld_machine.c sdivsi3.S syscall.h udivsi3.S Log message: Not quite working ld.so support for sh CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 00:46:25 Modified files: www/trac : Makefile distinfo www/trac/pkg : PLIST Log message: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog from Maintainer, Ben Lovett CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 01:32:37 Modified files: usr.bin/cvs : diff3.c Log message: sync with usr.bin/rcs/diff3.c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 02:31:28 Modified files: x11/icewm : Makefile Added files: x11/icewm/patches: apm-patch-src_aapm_cc apm-patch-src_aapm_h Removed files: x11/icewm/patches: patch-src_aapm_cc patch-src_aapm_h Log message: - add apm support _only_ for archs supporting it ; no need to bump PKGNAME as for apm capable archs, nothing changes and for the others, it didn't build noticed by sturm@, thanks! ok sturm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2006/11/10 02:34:39 Modified files: sys/net : if_tun.c Log message: Fix an mbuf leak in an error path. OK brad@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2006/11/10 02:41:54 Modified files: www/trac : Tag: OPENBSD_4_0 Makefile distinfo www/trac/pkg : Tag: OPENBSD_4_0 PLIST Log message: MFC: security update to trac 0.10.1 (fixes a csrf vulnerability) changelog available here: http://trac.edgewall.org/wiki/ChangeLog CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 03:28:18 Modified files: usr.sbin/ripd : message.c neighbor.c ripe.h Log message: clear lists before deleting neighbor OK claudio@ henning@ CVSROOT: /cvs Module name: www Changes by: jufi@cvs.openbsd.org 2006/11/10 03:44:45 Modified files: de : donations.html errata.html events.html ftp.html i386-laptop.html index.html plat.html porting.html ports.html faq/de : current.html faq1.html faq10.html faq11.html faq15.html faq4.html index.html faq/fr : faq10.html faq/nl : faq10.html faq15.html faq4.html index.html faq/pf/de : options.html faq/pf/nl : options.html faq/pf/pl : options.html faq/pl : faq1.html faq10.html faq11.html faq15.html faq4.html faq8.html index.html fr : donations.html errata.html events.html index.html landisk.html ports.html products.html nl : 40.html cats.html donations.html hp300.html hppa.html i386-laptop.html index.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html ports.html sgi.html sparc.html vax-simh.html vax.html zaurus.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/de : ftp.html index.html openbsd.html openssh/fr : ftp.html index.html openbsd.html openssh/nl : ftp.html index.html openbsd.html porting/de : libraries.html Log message: sync with steelix translation CVS CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 03:45:05 Modified files: devel/catalyst : Makefile Log message: adjust address, since it's now available in the right cpan location CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 03:53:06 Modified files: usr.bin/cvs : client.c Log message: send Global options -n -Q -r to the server. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 03:59:37 Log message: newer catalyst splits documentation into separate packages Status: Vendor Tag: catalyst Release Tags: espie N ports/devel/p5-Catalyst-Manual/Makefile N ports/devel/p5-Catalyst-Manual/distinfo N ports/devel/p5-Catalyst-Manual/pkg/PLIST N ports/devel/p5-Catalyst-Manual/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:00:43 Modified files: devel : Makefile Log message: +catalyst manual CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:01:32 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: DESCR PLIST Log message: update to 5.7005, documentation moved. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 04:02:05 Modified files: usr.bin/cvs : client.c Log message: do not forget to send -l and -q Global options too. CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 04:09:56 Modified files: usr.sbin/dvmrpd: dvmrpe.h neighbor.c report.c Log message: introduce reference count for struct route_report so it can be shared and freed correctly. OK norby@ henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:11:07 ports/devel/catalyst-tutorial/patches Update of /cvs/ports/devel/catalyst-tutorial/patches In directory cvs.openbsd.org:/tmp/cvs-serv13642/patches Log Message: Directory /cvs/ports/devel/catalyst-tutorial/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2006/11/10 04:12:00 Modified files: devel/catalyst-tutorial: Makefile devel/catalyst-tutorial/pkg: DESCR PLIST Added files: devel/catalyst-tutorial: distinfo devel/catalyst-tutorial/patches: patch-Makefile_PL Log message: the catalyst tutorial is now available on CPAN, so redo the package with the actual sample code, along with new dependencies. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/10 04:13:00 Log message: import of libwpd-0.8.7; libwpd is a library for reading and writing WordPerfect(tm) documents. This package also includes utilities for converting to HTML and plain text. Status: Vendor Tag: robert Release Tags: robert_20061110 N ports/textproc/libwpd/distinfo N ports/textproc/libwpd/Makefile N ports/textproc/libwpd/pkg/DESCR N ports/textproc/libwpd/pkg/PLIST N ports/textproc/libwpd/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2006/11/10 04:15:05 Modified files: textproc : Makefile Log message: +libwpd CVSROOT: /cvs Module name: src Changes by: michele@cvs.openbsd.org 2006/11/10 04:15:32 Modified files: usr.sbin/dvmrpd: report.c Log message: In report packet parsing, interpret 0.0.0.0/8 as 0.0.0.0/0. OK norby@ henning@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 05:41:26 Modified files: textproc/libwpd: Makefile Log message: you forgot LIB_DEPENDS and WANTLIB CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 06:50:06 Log message: Import libglademm-2.6.3, C++ bindings for libglade. ok mbalmer@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20061110 N ports/devel/libglademm/Makefile N ports/devel/libglademm/distinfo N ports/devel/libglademm/pkg/DESCR-docs N ports/devel/libglademm/pkg/DESCR N ports/devel/libglademm/pkg/PFRAG.shared N ports/devel/libglademm/pkg/PLIST N ports/devel/libglademm/pkg/PLIST-docs No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:14:49 Modified files: devel/horde : Makefile Log message: Don't hardcode username/groupname, use ${BINOWN}:${BINGRP}, bump package name as I changed group from wheel to bin. CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/10 07:15:49 Modified files: www/mozilla-firefox: Makefile distinfo www/mozilla-firefox/patches: patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: wilfried@cvs.openbsd.org 2006/11/10 07:16:41 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches: patch-gfx_src_ps_nsFontMetricsPS_cpp Log message: SECURITY update to 1.5.0.8 see http://www.mozilla.org/projects/security/known-vulnerabilities.html for details CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 07:26:57 Modified files: devel : Makefile Log message: add libglademm CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 07:32:44 Modified files: usr.bin/cvs : repository.c Log message: no magic, "Attic" -> CVS_PATH_ATTIC CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:42:19 Modified files: sbin/ipsecctl : parse.y Log message: Do not count sa, ike and tcpmd5 rules twice. Fixes PR 5263. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:42:38 Modified files: devel/horde : Makefile devel/horde/pkg: PLIST Log message: Fix file ownerships. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/10 07:46:46 Modified files: usr.sbin/bgpctl: bgpctl.c Log message: cast to (long long) for %lld printfs apparently from Jeff Rizzo via "Thomas E. Spanjaard" , with changes from me (as far as I remember, this is kinda old stuff). claudio ok CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2006/11/10 07:47:32 Modified files: usr.sbin/bgpd : rde.c rde.h rde_update.c Log message: char -> u_char in a few places apparently from Jeff Rizzo via "Thomas E. Spanjaard" , ok claudio CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:47:52 Modified files: sbin/ipsecctl : pfkey.c Log message: Fix grouping for SAs. Now all combinations of SAs are possible, not only ESP+AH (ie. ESP inside AH). CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2006/11/10 07:49:49 Modified files: sbin/ipsecctl : ipsecctl.c Log message: When using -vv, also show grouped SAs. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:53:22 Modified files: devel/horde : Makefile Log message: Remove a leftover, no package change. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 07:54:04 Modified files: gnu/usr.bin/binutils/gdb: shnbsd-tdep.c Log message: Handle OpenBSD as well. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2006/11/10 07:54:50 Modified files: databases/mnemo: Makefile Log message: Explicitely set file ownership after extraction. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2006/11/10 07:58:18 Modified files: gnu/usr.bin/binutils/gdb: configure.tgt shnbsd-nat.c Log message: Convert to use inf-ptrace.c. CVSROOT: /cvs Module name: src Changes by: msf@cvs.openbsd.org 2006/11/10 08:01:31 Modified files: sbin/ipsecctl : parse.y Log message: check both rule sourace and destination when grouping sa's fixes PR5262 ok hshoexer@ CVSROOT: /cvs Module name: src Changes by: tom@cvs.openbsd.org 2006/11/10 08:03:44 Modified files: bin/md5 : md5.c Log message: Accept upper and lower case letters in a checksum, since this doesn't alter the value of the digest. Nor, for that matter, does case affect the name of the algorithm used. Partly from Matthew Clarke, clamat (at) telus (dot) net. ok djm@ millert@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2006/11/10 08:28:25 Modified files: www/moodle : Makefile Log message: fix owner/group, no need to extract into wrkdir discussed with nikolay CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2006/11/10 08:34:11 Modified files: net/curl : Makefile distinfo Log message: update to 7.16.0 CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2006/11/10 08:49:03 Modified files: usr.bin/cvs : getlog.c Log message: fix -w CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2006/11/10 09:01:29 Modified files: devel/nspr : Makefile distinfo Added files: devel/nspr/pkg : DESCR-docs