CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/07 17:00:17 Modified files: sys/conf : newvers.sh Log message: move us to 4.3-current CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/07 18:13:18 Modified files: distrib/notes/armish: prep Log message: show people how to load bsd.rd over the network rather than just the bootloader, and clarify autoboot instructions. ok deraadt CVSROOT: /cvs Module name: src Changes by: simon@cvs.openbsd.org 2008/03/07 18:23:16 Modified files: usr.sbin/config: ukcutil.c Log message: avoid request for input if lines are set to zero ok deraadt@, sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/07 18:52:35 Modified files: sys/netinet6 : icmp6.c Log message: allow a response to icmp6 node information queries where the local hostname starts with a digit. ok mcbride CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/07 21:27:19 Modified files: . : errata42.html Log message: unconfuse some non-english speakers CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:32:38 Modified files: usr.sbin/pkg_add: pkg_add pkg_delete usr.sbin/pkg_add/OpenBSD: Getopt.pm usr.sbin/pkg_add/pod: OpenBSD::Getopt.pod Log message: let GetOpt count how many times it sees an option, removes special case for -v, and allow other fun possibilities. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:37:33 Modified files: usr.bin/ftp : ftp.1 Log message: Document that -k 0 does not do anything, instead of sending bytes every 0 seconds. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:41:42 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: tweak messages mentioning checksums so that they mention checksums, not specifics like md5, since that's likely to change. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 04:48:02 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: better -q: mention once, and it speeds up (assumes normal files haven't changed), but still checks config files. Use twice, and wipe your config out as well. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 04:53:36 Modified files: usr.bin/cvs : buf.c diff3.c diff_internals.c rcs.c remote.c Log message: correct usage of lseek(2); CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 05:07:45 Modified files: usr.sbin/pkg_add: pkg_add pkg_delete pkg_info usr.sbin/pkg_add/OpenBSD: Add.pm CollisionReport.pm Dependencies.pm PackageInfo.pm PackingElement.pm Replace.pm Update.pm UpdateSet.pm Log message: rename forced to defines CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/08 05:34:09 Modified files: usr.bin/vi/vi : vs_relative.c Log message: fix vs_columns() for the "set nu" case. avoids segfaults for very long lines containing tabs; from Nathan Houghton; ok millert@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/08 06:46:48 Modified files: build/mirrors : cvsync.html.head Log message: sync with manual change to cvsync.html CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 08:36:12 Modified files: gnu/usr.sbin/mkhybrid/mkhybrid: Makefile gnu/usr.sbin/mkhybrid/src: Makefile Makefile.in apple.c apple.h desktop.c eltorito.c files.c hash.c joliet.c mac_label.c mac_label.h match.c match.h mkisofs.c multi.c name.c rock.c tree.c vms.c volume.c write.c gnu/usr.sbin/mkhybrid/src/libfile: apprentice.c file.h lfile.c softmagic.c gnu/usr.sbin/mkhybrid/src/libhfs_iso: block.c Added files: gnu/usr.sbin/mkhybrid/src: apple_proto.h mac_label_proto.h volume.h write.h gnu/usr.sbin/mkhybrid/src/libfile: proto.h Removed files: gnu/usr.sbin/mkhybrid/src: exclude.c exclude.h fnmatch.c fnmatch.h Log message: more mkhybrid prototypes cleanups. okay otto@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 08:42:26 Modified files: sys/arch/sparc64/include: sparc64.h sys/arch/sparc64/sparc64: ofw_machdep.c Log message: SUNW,set-trap-table takes an extra argument on sun4v; sun4u doesn't seem to mind. tested by miod@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 09:24:45 Modified files: sys/dev/pci : if_iwn.c if_wpi.c Log message: allows SMALL_KERNEL compiles okay damien@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:30:36 Modified files: sys/arch/sparc64/include: autoconf.h sys/arch/sparc64/sparc64: autoconf.c Log message: Introduce a function to check the "status" property of an OFW node, and use it to avoid attaching disabled or failed devices. This should make it possible to manually deconfigure devices on mid-range and high-end servers like the V880 using the "asr-disable" PROM command, and make OpenBSD avoid using hardware that has been detected as faulty by the POST or OpenBoot Diagnostics. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:33:41 Modified files: sys/arch/sparc64/dev: ebus.c Log message: Check "status" property. Since the PROM marks the floppy controller device as "disabled" if no floppy drive is connected, this will get rid of the "unconfigured" message for the floppy controller on machines that don't have a floppy drive. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 09:34:32 Modified files: sys/arch/sparc64/dev: pci_machdep.c Log message: Check "status" property. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/08 09:52:28 Modified files: sys/arch/sgi/stand/boot: arcbios.c boot.c conf.c diskio.c filesystem.c start.S Log message: Cleanup/style(9) code and comments. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/08 11:11:42 Modified files: usr.bin/vi/vi : vs_refresh.c Log message: avoid inifite recursion on certain error conditions; from netbsd; ok millert@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/08 12:15:27 Modified files: sys/dev : firmload.c Log message: look for firmload on /mnt/etc/firmware as well, only for ramdisks. okay deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:15:56 Added files: sys/arch/sparc64/sparc64: hvcall.S sys/arch/sparc64/include: hypervisor.h Log message: UltraSPARC Hypervisor interfaces for sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:18:27 Added files: sys/arch/sparc64/dev: vbus.c Log message: Virtual bus for virtual devices on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:19:43 Added files: sys/arch/sparc64/dev: vrtc.c Log message: Driver for virtual real-time clock on sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/08 12:20:12 Modified files: bin/ps : keyword.c print.c ps.c ps.h Log message: Instead of calling donlist() in the format print routines, call it a single time before we print anything, if needed. Uses a flag to specify which formats need the kernel info donlist() provides. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:20:49 Added files: share/man/man4/man4.sparc64: vbus.4 Log message: vbus(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:21:06 Added files: share/man/man4/man4.sparc64: vrtc.4 Log message: vrtc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:26:01 Modified files: share/man/man4/man4.sparc64: Makefile Log message: Add vbus(4) and vrtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:27:26 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vbus(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:28:37 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vrtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:37:03 Modified files: share/man/man4/man4.sparc64: vbus.4 vrtc.4 Log message: Fix copyright year; these files were written in 2008. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:38:33 Added files: sys/arch/sparc64/dev: vcons.c Log message: Driver for console on sun4v. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/08 12:38:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:40:07 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:40:33 Added files: share/man/man4/man4.sparc64: vcons.4 Log message: vcons(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:41:41 Modified files: share/man/man4/man4.sparc64: Makefile Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/08 12:45:59 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 12:46:59 Modified files: sys/arch/sparc64/include: ctlreg.h Log message: Add som sun4v-specific ASIs. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 13:26:34 Modified files: usr.bin/cvs : add.c checkout.c cvs.h diff.h diff3.c file.c rcs.c remove.c update.c Log message: add checkout/update -j support. still has some rough edges. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 13:52:36 Modified files: usr.bin/cvs : client.c cvs.c rcs.c Log message: Set umask (and cvs_umask) to system's umask in local and client mode. Also zap umask(0);umask(mask); calls, we have cvs_umask for this. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 14:58:34 Modified files: usr.bin/cvs : modules.c Log message: Set instead of logically ORing this variable. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 15:15:30 Modified files: usr.bin/cvs : util.c Log message: CVS/Entries file must be created in cvs_mkadmin, because they have to be available in empty directories too (containing only "D" then). ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 15:33:03 Modified files: usr.bin/cvs : rcs.c update.c Log message: better -j support CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 15:53:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Check "status" property for CPUs too. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 15:54:58 Modified files: usr.bin/cvs : update.c Log message: do not log successfull merges in CVSROOT/history when joining. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/08 17:23:17 Modified files: sys/arch/sparc64/include: conf.h sys/arch/sparc64/sparc64: conf.c Log message: Add vcons(4). CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 17:36:30 Modified files: usr.bin/cvs : client.c Log message: Prevent sending of "Directory" messages for arguments in remote setup if the specified files (or directories) do not exist. ok joris CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/08 17:42:08 Modified files: distrib/miniroot: install.sub Log message: Consolidate FTP option handling, fixing one missing set of options and adding a new question during install to allow the setting of FTP's -k option in situations where intervening routers/firewalls are prematurely killing connections. Original idea and diff from espie@ ok espie@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 17:48:42 Modified files: usr.bin/cvs : README Log message: Get README up to date: OpenCVS is linked to build now, but man pages are not installed yet. ok joris, xsa CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 18:02:38 Modified files: usr.bin/cvs : buf.c file.c logmsg.c update.c Log message: While allocation memory, make sure that file sizes are smaller than SIZE_MAX. ok joris CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:25:31 Modified files: usr.bin/cvs : file.c file.h Log message: rename check_dir_tag to user_supplied to reflect what the flag actually means and is used for. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:52:55 Modified files: usr.bin/cvs : diff3.c Log message: unused var CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:54:03 Modified files: usr.bin/cvs : admin.c file.c file.h Log message: pass user_supplied to struct cvs_file so it can be used in the callbacks to verify if this file was specified on the command line. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 18:58:00 Modified files: usr.bin/cvs : util.c Log message: be sure to create CVS/Root if we added a new directory to the repository. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/08 19:00:42 Modified files: distrib/miniroot: install.sub Log message: Remove question about keep alive option. Requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 19:06:32 Modified files: usr.bin/cvs : file.c Log message: Don't force ourself to support CVS_USE_WDIR commands (release, update, ...) only if we are in top directory of a repository. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/08 19:30:42 Modified files: usr.bin/cvs : file.c Log message: cf->user_supplied cannot be used in cvs_file_classify for all commands (like import, add, commit), so revert this change until a universal solution is found. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:06:56 Modified files: usr.bin/cvs : file.c Log message: do not empty the list in cvs_file_walklist() this is the caller his responsibility, allows us to reuse the same file list for multiple callbacks. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:14:52 Modified files: usr.bin/cvs : admin.c checkout.c commit.c cvs.h file.c repository.c repository.h tag.c Log message: proper repository locking: - all read operations now look for a lock, and wait if present but never try to lock the tree themselfs anymore. - all write operations lock the tree where needed. - commit locks all relevant directories before even attempting to start. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:32:01 Modified files: usr.bin/cvs : client.c Log message: revert one of tobias his changes, it broke remote for several commands. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/08 20:41:55 Modified files: usr.bin/cvs : add.c Log message: do not use CR_REPO in a remote setup, that will obviously fail. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:32:46 Modified files: . : index.html Log message: new www mirror in Serbia, from Bogdan Culibrk. while here, bump copyright year CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:37:07 Modified files: . : donations.html Log message: fix broken hrefs, from Fred Crowson CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:43:34 Modified files: . : cvsup.html Log message: update repository sizes here too CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 01:55:22 Modified files: openssh : users.html Log message: Novell changed their website layout, so update our link. ok nick, steven CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 01:57:20 Modified files: faq : faq4.html Log message: & -> & from alan.bsd at gmail CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 03:06:58 Modified files: . : index.html Log message: remove unixtech.be mirror which has been unreachable for a while CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/09 06:03:03 Modified files: sys/arch/alpha/stand/boot: newvers.sh sys/arch/alpha/stand/netboot: if_prom.c newvers.sh sys/arch/mac68k/mac68k: dpme.h sys/compat/osf1: README.syscalls sys/netinet6 : in6.h Log message: use the right capitalization for platform names ok jsing@ CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 06:52:33 Modified files: usr.bin/cvs : util.c Log message: be sure to build CVS/Root when updating and building directories (-d) CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 07:01:22 Modified files: usr.bin/cvs : update.c Log message: when in server mode, be sure the client picks up any new directories if they are available if we run with -d, however do not send the stuff when running a checkout so empty directories do not even appear in our working copy, saves us the whole pruning trouble at the end with co. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:24:52 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Allow clock to attach to any fhc?, not just fhc0. There might be backup clocks on other boards that we want to use if the one on fhc0 failed. tested by miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:27:47 Modified files: sys/arch/sparc64/dev: fhc.c Log message: Check "status" property. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 07:28:20 Modified files: sys/arch/sparc64/dev: sbus.c Log message: Check "status" property. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:37:14 Modified files: de : 21.html 22.html 23.html 24.html 25.html 26.html 27.html 28.html 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html 40.html 41.html 42.html alpha.html amiga.html anoncvs.html arc.html armish.html art4.html audio-port.html books.html crypto.html ctm.html cvsup.html cvsync.html docum.html donations.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata35.html errata36.html errata37.html errata38.html errata39.html errata41.html errata42.html events.html ftp.html goals.html hackathons.html hppa.html i386-laptop.html i386.html index.html items.html macppc.html mail.html mvme68k.html mvme88k.html orders.html plus29.html plus30.html policy.html porting.html ports.html porttest.html press.html products.html report.html security.html sgi.html smp.html sparc.html sparc64.html support.html tshirts.html users.html vax.html want.html zaurus.html faq/de : current.html faq1.html faq10.html faq11.html faq13.html faq14.html faq15.html faq2.html faq4.html faq5.html faq6.html faq8.html index.html truetype.html upgrade-old.html upgrade35.html upgrade36.html upgrade37.html upgrade38.html upgrade39.html upgrade40.html upgrade41.html upgrade42.html faq/fr : current.html faq15.html faq4.html faq7.html faq/pf/de : authpf.html carp.html filter.html index.html logging.html nat.html options.html perf.html pools.html queueing.html rdr.html scrub.html shortcuts.html tables.html tagging.html faq/pf/fr : pools.html faq/pf/it : ftp.html faq/pf/pl : shortcuts.html faq/pl : faq12.html faq2.html faq4.html faq6.html faq8.html index.html truetype.html upgrade41.html upgrade42.html fr : alpha.html amd64.html anoncvs.html books.html cvsup.html cvsync.html donations.html events.html ftp.html hppa.html i386.html macppc.html sparc64.html translation.html want.html zaurus.html nl : books.html donations.html translation.html openbgpd/de : ftp.html users.html openbgpd/fr : users.html opencvs/de : press.html openntpd/de : ftp.html goals.html index.html portable.html openntpd/fr : portable.html openssh/de : faq.html features.html goals.html history.html java.html list.html press.html users.html papers/de : index.html papers/fr : index.html pl : anoncvs.html cvsup.html i386-laptop.html i386.html index.html smp.html porting/de : autoconf.html libraries.html zh : 40.html anoncvs.html books.html cvsup.html cvsync.html ftp.html translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:43:49 Modified files: openssh : index.html Log message: Remove link to [hu], because files are outdated and unmaintained. ok saad, wim CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/09 07:45:20 Modified files: faq : index.html Log message: [pt] is outdated in faq. As discussed with maintainer, this won't change in near future. Therefore, remove link. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 08:28:21 Modified files: usr.bin/cvs : update.c Log message: simplify logic in cvs_update_leavedir() CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/09 09:11:21 Modified files: faq : current.html Log message: mention new default location for xenocara tree in /usr/xenocara ok nick@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:32:30 Modified files: distrib/notes/alpha: hardware distrib/notes/hppa: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware distrib/notes/zaurus: hardware Log message: +Atlantis Land A02-UP1-W54 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:34:34 Modified files: share/man/man9 : ieee80211_radiotap.9 Log message: DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO; from Sam Banks, freebsd docs/121477 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:35:42 Modified files: usr.bin/ftp : ftp.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:36:45 Modified files: usr.sbin/pkg_add: pkg_add.1 pkg_delete.1 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:38:16 Modified files: share/man/man4/man4.sparc64: vbus.4 vcons.4 vrtc.4 Log message: - kill some unneeded .Pp - tweak SEE ALSO for vcons.4 CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 09:43:55 Modified files: usr.bin/cvs : update.c Log message: locate the first occurance of ':' in the given -j arguments instead of the last one, otherwise we cannot properly separate the tag from the given date (if any). CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 09:45:06 Modified files: share/man/man4/man4.sparc64: vbus.4 intro.4 Log message: standard format for vbus.4, and bring it into intro.4; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 11:24:19 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add hvcall.S if option SUN4V is defined. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 11:34:30 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: The IOMMU code is needed for schizo(4) and pyro(4) too. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/09 12:02:17 Modified files: usr.bin/cvs : file.c Log message: only compare file types if the file/directory exists both on disk and in the CVS/Entries file, otherwise ignore it so we correctly remove it from CVS/Entries. spotted by krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:10:34 Added files: sys/arch/sparc64/dev: vbusvar.h Log message: Virtual bus for virtual devices on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:56:45 Added files: sys/arch/sparc64/dev: viommu.c viommuvar.h Log message: sun4v hypervisor IOMMU code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 12:58:11 Added files: sys/arch/sparc64/dev: vpci.c Log message: Driver for the virtual PCI host bridge on sun4v. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:07:23 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: vpci.4 Log message: vpci(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:15:03 Modified files: sys/arch/hppa/conf: RAMDISK Log message: Uncomment ehci(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 13:27:56 Modified files: sys/arch/sparc64/dev: iommuvar.h Log message: Add some members needed by the sunv IOMMU code. CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/09 13:32:30 Added files: . : 43.html Log message: initial start at this file for everyone to edit; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/09 13:41:13 Modified files: usr.bin/cvs : rcs.c Log message: Fix segmentation fault when running checkout -p on a file without specified head revision. ok joris CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/09 13:44:40 Modified files: books/AsteriskTFOT: Makefile distinfo books/AsteriskTFOT/pkg: PLIST Log message: Second edition, nudged by fries@, ok sthen@, pval@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/09 14:12:52 Modified files: . : 43.html Log message: - some ports lightlights. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/09 14:17:01 Modified files: share/man/man4 : pci.4 Log message: add vpci; ok kettenis CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/09 14:52:55 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add files for vpci(4). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/09 15:05:01 Modified files: . : errata.html errata21.html errata22.html errata23.html errata24.html errata25.html errata26.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html plus.html plus20.html plus21.html plus22.html plus23.html plus24.html plus25.html plus26.html plus27.html plus28.html plus29.html plus30.html plus31.html plus32.html plus33.html plus34.html plus35.html plus36.html plus37.html plus38.html plus39.html plus40.html plus41.html plus42.html Added files: . : errata43.html plus43.html Log message: rotate plus and errata (these days, this happens much before release) CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 15:23:52 Modified files: . : 43.html Log message: Mention some sparc64 and hppa improvements. CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/03/09 15:28:14 Modified files: . : 43.html Log message: X.Org 7.3 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 15:55:10 Modified files: . : sparc64.html Log message: Add a few more unsupported machines. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 16:11:52 Modified files: . : 43.html Log message: Mention cas(4) and gem(4) improvements. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/09 16:22:09 Modified files: . : 43.html Log message: Mention eeprom(8) improvements. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/09 17:04:32 Modified files: . : 43.html Log message: - sgi can do X11 now. CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2008/03/09 18:34:12 Modified files: . : 43.html Log message: New `it' driver. CVSROOT: /cvs Module name: www Changes by: form@cvs.openbsd.org 2008/03/09 18:40:04 Modified files: . : 43.html Log message: better `it' description CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:03:52 Modified files: . : 43.html Log message: mention changes to bge, em and msk. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:07:51 Modified files: . : 43.html Log message: mention ixgb. CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:11:08 Modified files: . : 43.html Log message: mention viapm. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2008/03/09 19:12:31 Modified files: . : 43.html Log message: add notes about adl(4), lkm(4) on amd64, and pctr(4) improvements. CVSROOT: /cvs Module name: www Changes by: mikeb@cvs.openbsd.org 2008/03/09 19:14:56 Modified files: . : 43.html Log message: remove duplicate line speaking about pctr improvements... CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/09 19:20:22 Modified files: . : 43.html Log message: mention nfe, cmpci and mfi. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/09 19:29:06 Modified files: . : 43.html Log message: add isbn CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/03/10 01:40:01 Modified files: usr.sbin/ifstated: parse.y Log message: Fix a null deref in link_state, which happens on config files which refer to undeclared states. popfile() needs to be called later. Found by and OK cnst@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/10 05:02:32 Modified files: usr.sbin/snmpd : mib.c mib.h Log message: provide a partial implementation of the HOST-RESOURCES-MIB. this implements the hrStorage part, which is enough to see how much space is used on your filesystems. makes my nms happy. ok reyk@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/10 05:30:22 Modified files: . : want.html Log message: fix my address @openbsd.org CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/10 05:36:38 Modified files: . : 43.html Log message: mention that security(8) now shows package changes CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/10 06:48:24 Modified files: share/man/man4 : ugen.4 Log message: source code should fit on a 80-column display; add some paragraph breaks ok jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/10 07:11:57 Modified files: usr.sbin/pkg_add/OpenBSD: Error.pm Log message: print better error message if child dies... with extra dark magic to grab signal names from POSIX. CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/10 07:29:00 Modified files: . : 43.html Log message: small typo ("a driver for the driver for the") CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/10 11:15:33 Modified files: sys/sys : param.h Log message: forgot to update the param symbols to 4.3 CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/10 12:47:43 Modified files: . : errata.html Log message: pasto, finish list with a dot. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/10 13:00:25 Modified files: . : plus43.html Log message: typo CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/03/10 14:03:21 Modified files: regress/usr.bin/cvs: Makefile Added files: regress/usr.bin/cvs: setdate.pl test_cvs_import_01_seed1.txt,v test_opencvs_import_01_seed1.txt,v Log message: Further improve regress for OpenCVS by including possibility to change and check dates in RCS files (needed for various -D cases). As a reference, import has been adjusted. Also, it is no longer needed to supply -f option if CVS is specified with make. ok joris CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/10 14:06:07 Modified files: . : 43.html Log message: Improve description of tda(4) description. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/10 14:22:31 Modified files: . : 43.html Log message: Add man pages section to the description of the links, like we did previous years. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/10 15:25:53 Modified files: sys/dev/pci : emuxki.c Log message: the Dell SoundBlaster Live! 5.1 cards differ enough from "regular" SB Live!/5.1/Audigy/2/4 cards that both OSS and ALSA provide separate modules from their emu10k1 drivers to support them. and in PR 5143, we see that emu(4) does not support these Dell SBLive! cards, so don't attach emu(4) to them. ok ratchov, brad CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:25:53 Modified files: distrib/notes : m4.common distrib/notes/alpha: contents distrib/notes/amd64: contents distrib/notes/armish: contents distrib/notes/aviion: contents distrib/notes/hp300: contents distrib/notes/hppa: contents distrib/notes/i386: contents distrib/notes/landisk: contents distrib/notes/luna88k: contents distrib/notes/mac68k: contents distrib/notes/macppc: contents distrib/notes/mvme68k: contents distrib/notes/mvme88k: contents distrib/notes/sgi: contents distrib/notes/sparc: contents distrib/notes/sparc64: contents distrib/notes/vax: contents distrib/notes/zaurus: contents Log message: Sync sets sizes with release bits. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:27:33 Modified files: distrib/notes/alpha: install Log message: Tweak dhcpd configuration to please old DEC 3000 SRM; reported by Maurice Janssen, thanks! CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:34:14 Modified files: distrib/notes/armish: prep whatis Log message: Layout tweaks. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:38:28 Modified files: distrib/notes/amd64: install distrib/notes/armish: install distrib/notes/hp300: install distrib/notes/hppa: install distrib/notes/i386: install distrib/notes/landisk: install distrib/notes/luna88k: install distrib/notes/mac68k: install distrib/notes/macppc: install distrib/notes/mvme68k: install distrib/notes/mvme88k: install distrib/notes/sgi: install distrib/notes/sparc: install distrib/notes/sparc64: install distrib/notes/vax: install distrib/notes/zaurus: install Log message: Suggest vt220 as a TERM value for serial-console-in-an-xterm setup everywhere instead of a mix of vt100 and vt220. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:41:26 Modified files: distrib/notes/hppa: hardware Log message: Mention 16MB of memory is necessary now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 15:45:44 Modified files: distrib/notes/i386: contents hardware whatis Log message: No more 80386 support, and you really don't want to try and install the system unless you have over 16MB of RAM. Here's a nickel kid, get yourself a better computer. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/10 16:00:12 Modified files: distrib/notes/mvme88k: whatis distrib/notes/sgi: upgrade distrib/notes/sparc64: hardware prep distrib/notes/vax: hardware distrib/notes/zaurus: hardware Log message: Minor tweaks, including behind-the-scenes fixes. CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 16:03:38 Modified files: . : 43.html Log message: multichannel playback on cmpci(4) and auvia(4) audio(4) improvements (maybe be more specific?) ossaudio(3) improvements CVSROOT: /cvs Module name: www Changes by: espie@cvs.openbsd.org 2008/03/10 16:23:42 Modified files: . : 43.html Log message: make improvements CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 16:28:22 Modified files: . : 43.html Log message: - eso(4) and auich(4) recording/full-duplex works now - fix missing end tags and periods in my previous commit CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/10 16:56:43 Modified files: usr.bin/ftp : ftp.1 ftp.c Log message: turn on keepalive by default (one byte every 60 seconds) okay beck@, deraadt@, krw@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/10 17:17:47 Modified files: . : 43.html index.html items.html orders.html tshirts.html Added files: images : Cryptonaut.jpg cd43-s.gif openbsd43_cover.gif poster19-s.gif poster19.gif tshirt-29-s.gif tshirt-29.gif Log message: put up 4.3 preorders CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/10 17:55:05 Modified files: . : items.html Log message: s/4.2/4.3 CVSROOT: /cvs Module name: www Changes by: jakemsr@cvs.openbsd.org 2008/03/10 18:33:20 Modified files: . : 43.html Log message: remove - I are dumb CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:28:13 Modified files: . : 43.html Log message: update href of the image as well CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:36:49 Modified files: . : items.html Log message: X.Org 7.3 CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:49:01 Modified files: . : 43.html Log message: 4.1/4.3 typo CVSROOT: /cvs Module name: www Changes by: david@cvs.openbsd.org 2008/03/10 21:57:52 Modified files: . : items.html Log message: no luna88k for 4.2/4.3, add sgi for 4.3; confirmed by deraadt@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/03/11 00:14:21 Modified files: . : 43.html Log message: typo CVSROOT: /cvs Module name: www Changes by: damien@cvs.openbsd.org 2008/03/11 01:33:58 Modified files: . : 43.html Log message: ral(4) RT2800 + iwn(4) CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/11 02:46:14 Modified files: usr.sbin/pkg_add/OpenBSD: Delete.pm Log message: oops CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/11 03:21:37 Modified files: . : 43.html Log message: fill in section about relayd 4.3 (not hoststated) CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/11 03:24:53 Modified files: . : 43.html Log message: ffs stuff CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/11 04:39:37 Modified files: . : 43.html Log message: small typo CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/11 10:50:05 Modified files: usr.bin/column : column.1 Log message: EXAMPLES: - actually say what the example does - use a display instead of .Dl, so we don;t have to escape everything - use a prompt and indicate line break - use "echo" instead of "printf", so we don;t need to specify newline additionally, use .Ex whilst in here; ok otto CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/11 14:07:53 Modified files: sys/arch/mvme68k/stand/libsa: Makefile Log message: use muldi3.c to avoid putting instructions 68060 does not support into the boot media; from miod, tested by martin, this is just making release. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/03/12 04:50:44 Modified files: usr.sbin/relayd: hce.c Log message: nuke unused variable. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 05:32:17 Modified files: sys/dev/mii : amphy.c gentbi.c nsphy.c nsphyter.c Log message: Fix comment typo, of -> if. ok sthen@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/12 06:53:25 Modified files: . : 43.html Log message: fill in OpenSSH section CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:06:09 Modified files: usr.sbin/snmpd : ber.c Log message: Return an error if more data is requested even though the buffer is empty. Fixes an infinite loop seen by cloder@. OK cloder@, reyk@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:09:12 Modified files: usr.sbin/snmpd : ber.c Log message: SNMP has a restricted BER encoding especially all encodings use the definite-length from. So bail out with an error if this is not the case. OK cloder@, reyk@ cvs: ---------------------------------------------------------------------- CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 07:12:43 Modified files: usr.sbin/snmpd : snmpe.c Log message: if (class != BER_CLASS_UNIVERSAL || type != BER_TYPE_SEQUENCE) not if (class != BER_CLASS_UNIVERSAL && type != BER_TYPE_SEQUENCE) the class and type need to be of correct. OK reyk@ CVSROOT: /cvs Module name: src Changes by: hugh@cvs.openbsd.org 2008/03/12 07:31:22 Modified files: sbin/dhclient : dhclient.c Log message: Code was not passing script exit status; fix with macro. deraadt@ OK CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/12 07:54:49 Modified files: usr.bin/cvs : tag.c Log message: missing rcsnum_free(); from Igor Zinovik CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 08:11:52 Modified files: usr.sbin/snmpd : snmpe.c Log message: mostly stylistic - always print the client host name in snmpe error messages and make sure that the host string is initialized. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/12 08:30:11 Modified files: usr.sbin/snmpd : ber.c Log message: Check that the current ber element is a sequence or a set when '{' or '(' is used. OK reyk@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 10:16:40 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. Tested by quite a few users. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/12 10:26:45 Modified files: sys/dev/ic : re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. Tested by quite a few users. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/03/12 11:27:03 Modified files: sys/net : if_pppoe.c Log message: Include relay-sid in the response if one was received. Reported and tested by Zach Wilkinson ok brad@, claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 11:41:38 Modified files: usr.sbin/snmpd : ber.c Log message: fix a memleak in the ber_read_elements() error case. ok claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/12 11:48:27 Modified files: usr.sbin/snmpd : ber.c Log message: remove noisy warning message ok claudio@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/12 11:59:17 Modified files: . : donations.html Log message: - paypal - from marco - remove a duplicate that snuck in in r 1.1032 CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/03/12 14:18:14 Modified files: . : 43.html Log message: Mention rcs tools improvements and bug fixes. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/12 14:25:17 Modified files: share/man/man4 : umidi.4 Log message: suggest tweaking the "usb descriptor" switch (if any) if the device attaches as ugen(4) rather than umidi(4). from jmc@ and jakemsr@ CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/12 14:33:13 Modified files: sys/dev : audio.c Log message: Set the default high water mark to the buffer size, instead of the buffer size minus one block. Otherwise, recording cannot work with 32kB blocks. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/12 14:52:36 Modified files: sys/arch/sparc64/sparc64: intr.c locore.s genassym.cf sys/arch/sparc64/include: intr.h Log message: Introduce a per-handler interrupt acknowledgement function. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/12 17:18:59 Modified files: usr.sbin/arp : arp.c Log message: "usage:" should precede the first statement only ok jmc@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/12 17:36:07 Modified files: . : sparc64.html Log message: Amazing! The e10k just works. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/12 19:49:53 Modified files: kerberosV/src/kcm: connect.c lib/libc/gen : auth_subr.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c sbin/ping6 : ping6.c share/man/man3 : CMSG_DATA.3 usr.bin/ssh : monitor_fdpass.c usr.sbin/bgpd : buffer.c imsg.c usr.sbin/bind/lib/isc/unix: privsep_fdpass.c usr.sbin/ospf6d: packet.c usr.sbin/ospfd : packet.c usr.sbin/ppp/ppp: bundle.c usr.sbin/relayd: buffer.c imsg.c usr.sbin/ripd : packet.c usr.sbin/route6d: route6d.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c regress/sys/kern/unfdpass: unfdpass.c Log message: Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to an extensive discussion with otto, kettenis, millert, and hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 00:53:06 Modified files: xserver/os : privsep.c app/xconsole : privsep.c Log message: Correct CMSG_SPACE and CMSG_LEN usage, same fixes as in the base system. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/13 01:05:49 Modified files: . : sparc.html sparc64.html Log message: link to sun docs CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/03/13 02:32:02 Modified files: sys/dev/usb : if_cdce.c Log message: when attaching a cdce(4) device that does not have a proper mac address, use the tv_usec part of a getmicrotime(9) call instead of 'int ticks' to create a mac address. as ticks is 0 during boot, this resulted in both ends of a USB link cable to have the same mac address. problem found/diff tested winiger, feedback/ok deraadt CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/03/13 05:18:47 Modified files: . : 43.html Log message: Mention ExpressCard hotplug. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/03/13 10:16:42 Modified files: sbin/nfsd : nfsd.c Log message: make sure we start 4 servers on udp if called with no arguments, like the man page promises. ok deraadt@, blambert@ From tcuji@pwns.ms CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/13 11:01:25 Modified files: usr.bin/cvs : rcs.c Log message: properly initialize variables CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/03/13 11:06:09 Modified files: usr.bin/cvs : file.c Log message: use RCS_PARSE_FULLY for CVS_OP_ADMIN as well. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/03/13 13:40:56 Modified files: gnu/usr.bin/binutils/ld/emulparams: elf64btsmip_obsd.sh elf64ltsmip_obsd.sh elf_obsd.sh hppaobsd.sh Log message: Add __data_start symbol to all ELF archs to consistently mark the beginning of the writable sections. This is useful for garbage collectors such as boehm-gc to locate these sections in a uniform way. input and okay drahn@, miod@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/13 13:54:34 Modified files: usr.bin/cvs : diff.c Log message: when a file was locally removed and a diff was done against an opencvs server (with either gnu or opencvs as the client), no actual diff output was produced. traced to the typo fixed in this diff. ok joris CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/03/13 14:16:52 Modified files: . : 43.html Log message: Not much happend in ospfd/bgpd land but at least mention the few highlights which happend. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 14:32:32 Modified files: . : MODULES Log message: A bunch of pre-7.4 modules where released recently. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/13 14:34:19 Modified files: distrib/notes : m4.common . : README Log message: Xenocara currently is X.Org 7.3. Noticed by david@ who disapeared after I told him to commit that. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 14:37:46 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove code to set mmu context to 0. It should already be set to 0 at that point; this code is probably a leftover from some code that tried to find out the number of available context dynamically. tested by ckuethe@, jsg@, sthen@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 15:24:45 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: Allow a program invoked on state change to receive sensor status. Perhaps you might want to toggle an error light when a sensor is not OK. Perhaps you might want to schedule a shutdown if a sensor is reporting bad news. Now you can do this, and cancel that pending shutdown (or turn off the error light) if the sensor decides all is well. ok mbalmer (who came up with an almost identical diff months ago) useful feedback and generally positive responses from deraadt, henning, msf CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 15:29:51 Modified files: usr.sbin/sensorsd: sensorsd.conf.5 Log message: document the just-committed %s token. ok mbalmer CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 16:46:16 Added files: sys/arch/sparc64/dev: prtc.c Log message: First shot at a driver to get the time-of-day on the e10k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 16:46:58 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add prtc(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:01:08 Modified files: share/man/man4/man4.sparc64: Makefile Added files: share/man/man4/man4.sparc64: prtc.4 Log message: prtc(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:03:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Attach prtc(4) if no (hardware) real-time clock was found. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:06:19 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add prtc(4). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/13 17:07:29 Modified files: sys/dev/ic : acx.c atw.c pgt.c Log message: Do not increment the input packet counter in these drivers as ieee80211_input() already does this. Mentioned by Peter Philipp in PR 5248. ok claudio@ mglocker@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/13 17:29:47 Modified files: sys/arch/sparc64/sparc64: db_interface.c Log message: Make this catch up with some changed structs. Fix indentation while I'm there. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/03/13 18:06:18 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: Add a "%l" token to signal whether a sensor value is in or out of bounds, without regard for the specific value. It's a big heavy binary hammer... ok & style feedback from cnst CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/13 20:56:26 Modified files: sys/net : if_pppoe.c Log message: Do not allow pppoe(4) interfaces to be attached to anything but Ethernet or VLAN interfaces. Based on a similar change from NetBSD. ok canacar@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 02:22:42 Modified files: . : 43.html Log message: ntpd stuff CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 03:27:20 Modified files: . : 43.html Log message: install/upgrade stuff CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/14 03:48:25 Modified files: . : plus43.html Log message: un-tsk a little CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/14 05:29:07 Modified files: . : 43.html Log message: few cleanups CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/14 06:31:34 Modified files: . : 43.html Log message: coast -> cost; Rod Whitworth CVSROOT: /cvs Module name: xenocara Changes by: sthen@cvs.openbsd.org 2008/03/14 08:38:10 Modified files: app/cwm : cwm.1 Log message: typo fix. ok oga CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/14 09:16:06 Modified files: share/man/man4 : ip.4 Log message: IP_MAX_MEMBERSHIPS was bumped to 4095 in -r1.74; from Matthew Dempsky CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/14 09:19:52 Modified files: share/man/man4 : cdce.4 Log message: xref cdcef(4). ok mbalmer, jmc CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/14 09:22:22 Modified files: usr.sbin/snmpd : ber.3 ber.c ber.h Log message: add a new ber function ber_add_astring() that strdups the string and sets the be_free flag (which is required in some cases). this will make it easier because it is done manually at some places in the code. discussed with dlg CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/14 09:23:49 Modified files: usr.sbin/sensorsd: sensorsd.conf.5 Log message: - punctuate and order the tokens list, to stop it looking scrappy - it doesn;t make sense to list esm(4) in SEE ALSO CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/14 11:04:48 Modified files: sys/arch/sparc64/sparc64: autoconf.c Log message: Don't even try to attach pcons(4) if we have a real console. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/14 13:18:52 Modified files: usr.bin/audioctl: audioctl.1 usr.bin/mixerctl: mixerctl.1 Log message: synchronize the synopsis and usage; improve description of flag "-a" written with invaluable advice from jakemsr@, jmc@, ratchov@ ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/14 13:19:57 Modified files: sbin/sysctl : sysctl.8 sysctl.c Log message: "-Aa" are not required flags; sort synopses; improve description of "-a" written with invaluable advice from jmc@ ok jmc@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/03/14 14:01:36 Modified files: . : tshirts.html Log message: re-align table CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/03/14 15:54:23 Modified files: sys/dev/usb : if_cdce.c Log message: Make sure the most often changing bits of tv_usec are used for lladdr generation. ok brad CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/03/14 17:55:30 Modified files: textproc/py-pygments: Makefile distinfo Log message: pygments-0.9; from Benoit Chesneau CVSROOT: /cvs Module name: ports Changes by: jsg@cvs.openbsd.org 2008/03/14 18:54:51 Modified files: games/scummvm : Makefile distinfo Log message: Update to 0.11.1, fixes a few small bugs. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/14 18:56:08 Modified files: usr.sbin/snmpd : mib.c Log message: move zerodotzero up so more stuff can use it this is an ok bit of a bigger diff that reyk wanted split up CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/14 19:08:08 Modified files: usr.sbin/sensorsd: sensorsd.c sensorsd.conf.5 Log message: explicitly report whether the lower or upper limit is exceeded; ok sthen@ ckuethe@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:36:31 Modified files: sys/netinet : ip_id.c Log message: Because the ip_id code initialisation is a specific case of shuffling a set of incrementing integers (and not an arbitrary set of values) it is possible to populate the array as we shuffle it in a single forward pass. Clever optimisation from didickman AT gmail.com; ok deraadt@ mcbride@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:52:23 Modified files: sys/netinet : ip_id.c Log message: off by one at end of array CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:55:25 Modified files: sys/netinet : ip_id.c Log message: revert - I'm a dumbfuck who doesn't know his own API CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/14 22:57:50 Modified files: usr.sbin/bind/lib/isc: shuffle.c Log message: Because the shuffle code initialisation is a specific case of shuffling a set of incrementing integers (and not an arbitrary set of values) it is possible to populate the array as we shuffle it in a single forward pass. Clever optimisation from didickman AT gmail.com; ok deraadt@ mcbride@ (same change as netinet/ip_id.c) CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/14 23:28:31 Modified files: distrib/miniroot: install.sub Log message: When installing via NFS, only retry the mount five times (instead of the default 10,000 times). ok deraadt@ krw@ thib@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 01:24:38 Modified files: devel/autoconf/2.13/patches: patch-Makefile_in patch-acgeneral_m4 devel/autoconf/2.52: Makefile devel/autoconf/2.52/patches: patch-Makefile_in patch-autoconf_in patch-man_Makefile_in devel/autoconf/2.54: Makefile devel/autoconf/2.54/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.56: Makefile devel/autoconf/2.56/patches: patch-doc_autoconf_texi devel/autoconf/2.57: Makefile devel/autoconf/2.57/patches: patch-doc_autoconf_texi devel/autoconf/2.58: Makefile devel/autoconf/2.58/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.59: Makefile devel/autoconf/2.59/patches: patch-bin_Makefile_in patch-doc_autoconf_texi devel/autoconf/2.60: Makefile devel/autoconf/2.60/patches: patch-doc_autoconf_texi devel/autoconf/2.61: Makefile devel/autoconf/2.61/patches: patch-doc_autoconf_texi Added files: devel/autoconf/2.52/patches: patch-m4sugar_m4 devel/autoconf/2.54/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.56/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.57/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.58/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.59/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.60/patches: patch-lib_m4sugar_m4sugar_m4 devel/autoconf/2.61/patches: patch-lib_m4sugar_m4sugar_m4 Log message: make autoconf zap the AM_SANITY check for extra speed, and regen patches while we're there. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 01:28:01 Modified files: www/drupal5/admin-menu: Makefile distinfo www/drupal5/admin-menu/patches: patch-admin_menu_css www/drupal5/admin-menu/pkg: PLIST www/drupal5/backup_migrate: Makefile distinfo www/drupal5/pathauto: Makefile distinfo www/drupal5/pathauto/pkg: PLIST Log message: minor updates CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:15:32 Modified files: misc/shared-mime-info: Makefile Log message: - better master site CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:21:11 Modified files: graphics/libart: Makefile distinfo Log message: - switch to use gnome.port.mk - better HOMEPAGE - distfile is now a .tar.bz2 - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:29:46 Log message: import gnome-common 2.20.0 This is a collection of automake macros used for developing new GNOME 2.0 applications Status: Vendor Tag: jasper Release Tags: jasper_20080315 N ports/x11/gnome/common/distinfo N ports/x11/gnome/common/Makefile N ports/x11/gnome/common/pkg/DESCR N ports/x11/gnome/common/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/15 03:30:28 Modified files: x11/gnome : Makefile Log message: - add common CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:35:23 ports/www/drupal5/core/patches Update of /cvs/ports/www/drupal5/core/patches In directory cvs.openbsd.org:/tmp/cvs-serv2304/patches Log Message: Directory /cvs/ports/www/drupal5/core/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:36:48 Modified files: www/drupal5/core: Makefile www/drupal5/core/pkg: DESCR PLIST Added files: www/drupal5/core/patches: patch-includes_common_inc patch-includes_form_inc patch-modules_user_user_module Log message: a few tweaks to core: - allow autogen passwords for new users - put the names of roles more often on the rights page. - extra hook for jquery_update, to avoid having to overwrite jquery CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/15 03:44:12 Modified files: x11/qt4 : Makefile distinfo x11/qt4/patches: patch-qmake_generators_unix_unixmake2_cpp patch-qmake_generators_unix_unixmake_cpp patch-src_corelib_global_qglobal_h patch-src_corelib_io_qfsfileengine_unix_cpp patch-src_network_qsslsocket_openssl_symbols_cpp patch-src_network_qsslsocket_openssl_symbols_p_h patch-src_qt3support_dialogs_q3filedialog_cpp patch-tools_assistant_lib_qassistantclient_cpp patch-tools_qdbus_tools_qdbuscpp2xml_qdbuscpp2xml_cpp x11/qt4/pkg : PLIST-main Log message: minor update to 4.3.4 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:03:11 Modified files: graphics/aqsis : Makefile Log message: - remove unneeded do-install target and use post-install for installing samples (no pkg change) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:06:01 Modified files: games/boswars : Makefile distinfo games/boswars/patches: patch-SConstruct patch-engine_include_stratagus_h games/boswars/pkg: PLIST Log message: - update to version 2.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:07:20 Modified files: mail/cyrus-imapd: Makefile mail/cyrus-imapd/files: imapd.conf mail/cyrus-imapd/patches: patch-master_conf_normal_conf mail/cyrus-imapd/pkg: DESCR-main PLIST-main Log message: - remove kerberos FLAVOR ('-with-auth' configure option was deprecated) and add GSSAPI support by default - add more configuration entries in the provided imapd.conf and cyrus.conf sample files CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:09:01 Modified files: textproc/intltool: Makefile distinfo Log message: - bugfix update to intltool-0.37.1 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:10:15 Modified files: audio/lame : Makefile distinfo audio/lame/patches: patch-configure patch-frontend_Makefile_in Log message: - update to lame-3.97 - take over maintainership (ok jakob@, former maintainer) major shared_libs bump reminded by naddy@ ok jasper@ merdely@ landry@ (before lock) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:11:34 Modified files: multimedia/mkvtoolnix: Makefile distinfo multimedia/mkvtoolnix/patches: patch-configure Log message: - update to version 2.2.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:14:44 Modified files: net/freeradius : Makefile net/freeradius/pkg: PLIST-main Log message: - add one more @sample dir+file ok rui@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:16:31 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-etc_hiawatha_cgi-wrapper_conf Log message: - bugfix update to version 6.5 * small bugfixes and improvements * fix an integer overflow in str2int() CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:18:30 Modified files: print/hplip : Makefile distinfo print/hplip/patches: patch-Makefile_in patch-configure patch-installer_core_install_py print/hplip/pkg: PLIST-main Added files: print/hplip/patches: patch-base_service_py Log message: - update to version 2.7.12 (should be the latest 2.7.* release; we'll see about updating to the 2.8.* version later) - enable gui interface Thanks to Predrag Punosevac for the reminder CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:32:09 Modified files: mail : Makefile Log message: - remove the deleted kerberos FLAVOR from the build and replace it with the drac FLAVOR CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:35:54 Modified files: net/xmlrpc-c : Makefile distinfo net/xmlrpc-c/patches: patch-Makefile_common patch-Makefile_config_in patch-lib_abyss_src_socket_unix_c patch-lib_libutil_memblock_c patch-src_Makefile patch-src_registry_c patch-src_xmlrpc_builddecomp_c patch-src_xmlrpc_data_c patch-src_xmlrpc_parse_c patch-src_xmlrpc_server_abyss_c Removed files: net/xmlrpc-c/patches: patch-lib_abyss_src_server_c Log message: - update to version 1.06.23 feedback and ok espie@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/15 04:36:25 Modified files: porting : config.html Log message: typo (leave->live), from ian CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 04:59:46 Log message: Import pine-pgp-filters-1.6 "Pine PGP Filters" package for Unix. This is a set of simple, fast and secure stand-alone filters to integrate pgp with Pine and Alpine. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080315 N ports/mail/pine-pgp-filters/distinfo N ports/mail/pine-pgp-filters/Makefile N ports/mail/pine-pgp-filters/pkg/DESCR N ports/mail/pine-pgp-filters/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 05:01:20 Modified files: mail : Makefile Log message: +pine-pgp-filters CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/15 05:53:30 ports/audio/aqualung/files Update of /cvs/ports/audio/aqualung/files In directory cvs.openbsd.org:/tmp/cvs-serv13638/files Log Message: Directory /cvs/ports/audio/aqualung/files added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/15 05:54:10 Modified files: audio/aqualung : Makefile audio/aqualung/pkg: PLIST Added files: audio/aqualung/files: aqualung.desktop Log message: Add a .desktop file to show aqualung in desktop menu. Update PLIST, bump PKGNAME and add desktop-database goo. Based on a diff from Jeremy Evans, with tweaks from ajacoutot@ ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/15 05:54:24 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/patches: patch-Makefile x11/isomaster/pkg: PLIST Log message: update to 1.3 from Giovanni Bechis (maintainer) CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:38:53 Log message: libixp port Status: Vendor Tag: mcbride Release Tags: mcbride_2008-Mar-15 N ports/devel/libixp/Makefile N ports/devel/libixp/distinfo N ports/devel/libixp/pkg/DESCR N ports/devel/libixp/pkg/PLIST N ports/devel/libixp/patches/patch-config_mk N ports/devel/libixp/patches/patch-libixp_server_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:41:17 Modified files: devel : Makefile Log message: Add libixp CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 06:50:46 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/pkg: PFRAG.sql PLIST Added files: security/cyrus-sasl2/files: saslauthd.conf security/cyrus-sasl2/pkg: PFRAG.ldap Log message: - provide @sample saslauthd.conf for saslauthd LDAP auth - also add LDAP_SASLAUTHD doc CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 06:52:50 Modified files: x11/wmii : Makefile distinfo x11/wmii/patches: patch-config_mk x11/wmii/pkg : PLIST Removed files: x11/wmii/patches: patch-cmd_wm_area_c patch-libcext_Makefile patch-libcext_cext_h Log message: Update to wmii-3.6. ok pvalchev CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 07:24:10 Modified files: devel/libixp : Makefile Log message: Clean up based on comments from ajacoutot - fix COMMENT - remove needless PKGNAME CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 07:28:43 Modified files: sys/arch/sparc/sparc: locore.s Log message: After 15 years of fun, fix Torek's ovbcopy() operation when copying shorts backwards. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 07:40:37 Modified files: net/p5-Net-DBus: Makefile distinfo Removed files: net/p5-Net-DBus/patches: patch-DBus_xs patch-Makefile_PL Log message: update to version 0.33.6 to get rid of accepted patches ok landry@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/15 08:02:32 Modified files: archivers/lzma : Makefile distinfo archivers/lzma/patches: patch-src_liblzmadec_main_c Log message: update to 4.32.5 also tested by sthen@, thanks CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/15 08:46:13 Modified files: usr.sbin/pcidump: pcidump.c Log message: if the device supports the PCI capabilities list and the verbose flag is specified, print all PCI capabilities by name instead of just the initial capabilities pointer. ok dlg@ kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 09:16:41 Modified files: share/man/man4/man4.sparc: tvtwo.4 share/man/man4/man4.sparc64: tvtwo.4 Log message: Document video modes. CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/03/15 09:52:53 Modified files: devel/libixp : Makefile devel/libixp/patches: patch-config_mk devel/libixp/pkg: PLIST Log message: More cleanups from ajacoutot@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/15 10:10:11 Modified files: sbin/ping6 : ping6.c Log message: Fix several CMSG-related bugs. Chaining CMSG's is tricky since you need to use CMSG_SPACE for all except the last one, which should be CMSG_LEN. This makes calculate .msg_controllen tricky. Also make sure that we can receive multiple CMSG's again. ok deraadt@, hshoexer@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:19:02 Modified files: usr.sbin/bgpd : buffer.c usr.sbin/relayd: buffer.c lib/libc/gen : auth_subr.c sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c usr.bin/ssh : monitor_fdpass.c Log message: Repair the simple cases for msg_controllen where it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:23:27 Modified files: usr.sbin/route6d: route6d.c Log message: repair msg_controllen and also an errant buf[CMSG_LEN(..)] decl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:25:00 Modified files: usr.sbin/ripd : packet.c usr.sbin/relayd: imsg.c usr.sbin/ppp/ppp: bundle.c usr.sbin/ospfd : packet.c usr.sbin/ospf6d: packet.c usr.sbin/bgpd : imsg.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c Log message: Repair more msg_controllen dealing with structures or arrays of descriptors; ok hshoexer, also looked at by kettenis and henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:27:25 Modified files: gnu/usr.bin/perl: perl.c Log message: This should set msg_control using CMSG_SIZE(), and not assume that sizeof(buffer) is the right size (alignments can mess it up). Code is apparently not used, but it is better if all examples show the correct idiom ok hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:27:48 Modified files: share/man/man3 : CMSG_DATA.3 Log message: show the correct idiom CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:33:58 Modified files: usr.sbin/bind/lib/isc/unix: privsep_fdpass.c Log message: Repair the simple cases for msg_controllen where it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:43:59 Modified files: usr.sbin/traceroute6: traceroute6.c Log message: space allocated is sum of CMSG_SPACE()'s. length given to the kernel is the sum of all the CMSG_SPACE()'s, except for the last element use CMSG_LEN(). Insane, right? ok kettenis hshoexer CVSROOT: /cvs Module name: src Changes by: hshoexer@cvs.openbsd.org 2008/03/15 10:49:15 Modified files: regress/sys/kern/unfdpass: expected unfdpass.c Log message: Repair usage of CMSG_SPACE and CMSG_LEN. While there, send three fds instead of just two as this decreases the propability that things just work although the sizes are wrong (ie. 8 aligns correctly on both 32 and 64 bit platforms even with wrong usage of CMSG_{LEN,SPACE} whereas 12 doesn't). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/15 10:50:05 Modified files: kerberosV/src/kcm: connect.c Log message: seperate out space vs len calculations; ok hshoexer CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/15 11:14:11 Modified files: app/xconsole : privsep.c xserver/os : privsep.c Log message: Repair msg_controllen. In those cases it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment. Based on fixes in base system. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:38:07 Modified files: devel/pwlib : Makefile distinfo devel/pwlib/patches: patch-Makefile_in patch-configure patch-make_lib_mak patch-make_unix_mak patch-plugins_configure patch-plugins_vidinput_bsd_vidinput_bsd_h patch-src_ptclib_pssl_cxx patch-src_ptlib_common_pluginmgr_cxx devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-include_ptclib_dtmf_h patch-make_common_mak patch-src_ptclib_dtmf_cxx Removed files: devel/pwlib/patches: patch-make_ptbuildopts_mak_in patch-plugins_sound_oss_sound_oss_cxx patch-plugins_vidinput_bsd_vidinput_bsd_cxx patch-src_ptlib_unix_tlibthrd_cxx Log message: - major upgrade to pwlib-1.12.0 - rework the way we handle shared_libs versus ptlib version so it stays compatible with upstream - install version.h - dtmf decoder patch from FreeBSD CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:38:43 Modified files: net/openh323 : Makefile distinfo net/openh323/patches: patch-Makefile_in patch-openh323u_mak_in patch-src_ffh263codec_cxx net/openh323/pkg: PLIST Added files: net/openh323/patches: patch-include_h4601_h patch-include_mediafmt_h patch-src_h261codec_cxx patch-src_h323caps_cxx patch-src_h323ep_cxx patch-src_h323pluginmgr_cxx patch-src_mediafmt_cxx Removed files: net/openh323/patches: patch-configure Log message: - major upgrade to openh323-1.19.0.1 - install version.h - H323Capabilities patch from FreeBSD - make it compile with new pwlib CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:40:07 Modified files: net/gnugk : Makefile net/gnugk/patches: patch-configure patch-docs_gnugk_1 net/gnugk/pkg : MESSAGE PLIST Added files: net/gnugk/patches: patch-gk_cxx Log message: - make it compile with new pwlib - merge a patch from upstream SVN so that the _gnugk user does not need read access to current directory when starting gnugk - remove useless parts from patches now that pwlib and openh323 version got sanitised - rename default configuration file from gnugk.ini to getekeeper.ini (as per documentation suggests it) - replace etc with ${SYSCONFDIR} in MESSAGE and remove fixed warning CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:40:38 Modified files: telephony/ohphone: Makefile distinfo telephony/ohphone/patches: patch-main_cxx telephony/ohphone/pkg: PLIST Added files: telephony/ohphone/patches: patch-ReadMe_txt patch-xlibvid_cxx Log message: - upgrade from 1.4.14 to 1.4.5v0 (!) - make it compile with new pwlib - add some documentation CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/15 11:41:12 Modified files: telephony/asterisk: Makefile Added files: telephony/asterisk/patches: patch-channels_h323_ast_h323_cxx Log message: - make the h323 FLAVOR build correctly with new pwlib/h323 - add a pre-build target so that we can remove IS_INTERACTIVE (from sthen@) ok sthen@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/15 11:51:49 Modified files: share/man/man4/man4.sparc: tvtwo.4 share/man/man4/man4.sparc64: tvtwo.4 Log message: tweak previous; CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/15 12:09:16 Modified files: app/appres : aclocal.m4 configure app/bdftopcf : aclocal.m4 configure app/beforelight: aclocal.m4 configure app/bitmap : aclocal.m4 configure app/editres : aclocal.m4 configure app/fonttosfnt : aclocal.m4 configure app/fslsfonts : aclocal.m4 configure app/fstobdf : aclocal.m4 configure app/iceauth : aclocal.m4 configure app/ico : aclocal.m4 configure app/lbxproxy : aclocal.m4 configure app/listres : aclocal.m4 configure app/luit : aclocal.m4 configure app/mkfontdir : aclocal.m4 configure app/mkfontscale: aclocal.m4 configure app/oclock : aclocal.m4 configure app/proxymngr : aclocal.m4 configure app/rgb : aclocal.m4 configure app/rstart : aclocal.m4 configure app/scripts : aclocal.m4 configure app/sessreg : aclocal.m4 configure app/setxkbmap : aclocal.m4 configure app/showfont : aclocal.m4 configure app/smproxy : aclocal.m4 configure app/twm : aclocal.m4 configure app/viewres : aclocal.m4 configure app/x11perf : aclocal.m4 configure app/xauth : aclocal.m4 configure app/xbacklight : aclocal.m4 configure app/xbiff : aclocal.m4 configure app/xcalc : aclocal.m4 configure app/xclipboard : aclocal.m4 configure app/xclock : aclocal.m4 configure app/xcmsdb : aclocal.m4 configure app/xconsole : aclocal.m4 configure app/xdm : aclocal.m4 configure app/xdpyinfo : aclocal.m4 configure app/xdriinfo : aclocal.m4 configure app/xedit : aclocal.m4 configure app/xev : aclocal.m4 configure app/xeyes : aclocal.m4 configure app/xf86dga : aclocal.m4 configure app/xfd : aclocal.m4 configure app/xfindproxy : aclocal.m4 configure app/xfontsel : aclocal.m4 configure app/xfs : Makefile.in aclocal.m4 configure app/xfsinfo : aclocal.m4 configure app/xfwp : aclocal.m4 configure app/xgamma : aclocal.m4 configure app/xgc : aclocal.m4 configure app/xhost : aclocal.m4 configure app/xinit : aclocal.m4 configure app/xkbcomp : aclocal.m4 configure app/xkbevd : aclocal.m4 configure app/xkbprint : aclocal.m4 configure app/xkbutils : aclocal.m4 configure app/xkill : aclocal.m4 configure app/xload : aclocal.m4 configure app/xlogo : aclocal.m4 configure app/xlsatoms : aclocal.m4 configure app/xlsclients : aclocal.m4 configure app/xlsfonts : aclocal.m4 configure app/xmag : aclocal.m4 configure app/xman : aclocal.m4 configure app/xmessage : aclocal.m4 configure app/xmodmap : aclocal.m4 configure app/xmore : aclocal.m4 configure app/xphelloworld: aclocal.m4 configure app/xplsprinters: aclocal.m4 configure app/xpr : aclocal.m4 configure app/xprehashprinterlist: aclocal.m4 configure app/xprop : aclocal.m4 configure app/xrandr : aclocal.m4 configure app/xrdb : aclocal.m4 configure app/xrefresh : aclocal.m4 configure app/xset : aclocal.m4 configure app/xsetmode : aclocal.m4 configure app/xsetpointer: aclocal.m4 configure app/xsetroot : aclocal.m4 configure app/xsm : aclocal.m4 configure app/xstdcmap : aclocal.m4 configure app/xtrap : aclocal.m4 configure app/xvidtune : aclocal.m4 configure app/xvinfo : aclocal.m4 configure app/xwd : aclocal.m4 configure app/xwininfo : aclocal.m4 configure app/xwud : aclocal.m4 configure data/bitmaps : aclocal.m4 configure data/xkbdata : aclocal.m4 configure doc/xorg-docs : aclocal.m4 configure driver/openbsd-input-usbtablet: aclocal.m4 configure driver/openbsd-input-ws: aclocal.m4 configure driver/xf86-input-acecad: aclocal.m4 configure driver/xf86-input-digitaledge: aclocal.m4 configure driver/xf86-input-elographics: aclocal.m4 configure driver/xf86-input-fpit: aclocal.m4 configure driver/xf86-input-hyperpen: aclocal.m4 configure driver/xf86-input-jamstudio: aclocal.m4 configure driver/xf86-input-joystick: aclocal.m4 configure driver/xf86-input-keyboard: aclocal.m4 configure driver/xf86-input-magellan: aclocal.m4 configure driver/xf86-input-magictouch: aclocal.m4 configure driver/xf86-input-mouse: aclocal.m4 configure driver/xf86-input-mutouch: aclocal.m4 configure driver/xf86-input-palmax: aclocal.m4 configure driver/xf86-input-spaceorb: aclocal.m4 configure driver/xf86-input-summa: aclocal.m4 configure driver/xf86-input-tek4957: aclocal.m4 configure driver/xf86-input-vmmouse: aclocal.m4 configure driver/xf86-input-void: aclocal.m4 configure driver/xf86-video-apm: aclocal.m4 configure driver/xf86-video-ark: aclocal.m4 configure driver/xf86-video-ati: aclocal.m4 configure driver/xf86-video-chips: aclocal.m4 configure driver/xf86-video-cirrus: aclocal.m4 configure driver/xf86-video-cyrix: aclocal.m4 configure driver/xf86-video-dummy: aclocal.m4 configure driver/xf86-video-glint: aclocal.m4 configure driver/xf86-video-i128: aclocal.m4 configure driver/xf86-video-i740: aclocal.m4 configure driver/xf86-video-i810: aclocal.m4 configure driver/xf86-video-intel: aclocal.m4 configure driver/xf86-video-mga: aclocal.m4 configure driver/xf86-video-neomagic: aclocal.m4 configure driver/xf86-video-nsc: aclocal.m4 configure driver/xf86-video-nv: aclocal.m4 configure driver/xf86-video-radeonhd: aclocal.m4 configure driver/xf86-video-radeonhd/man: Makefile.in driver/xf86-video-rendition: aclocal.m4 configure driver/xf86-video-s3: aclocal.m4 configure driver/xf86-video-s3virge: aclocal.m4 configure driver/xf86-video-savage: aclocal.m4 configure driver/xf86-video-siliconmotion: aclocal.m4 configure driver/xf86-video-sis: aclocal.m4 configure driver/xf86-video-tdfx: aclocal.m4 configure driver/xf86-video-trident: aclocal.m4 configure driver/xf86-video-tseng: aclocal.m4 configure driver/xf86-video-vesa: aclocal.m4 configure driver/xf86-video-vga: aclocal.m4 configure driver/xf86-video-via: aclocal.m4 configure driver/xf86-video-vmware: aclocal.m4 configure driver/xf86-video-voodoo: aclocal.m4 configure font/adobe-100dpi: aclocal.m4 configure font/adobe-75dpi: aclocal.m4 configure font/adobe-utopia-100dpi: aclocal.m4 configure font/adobe-utopia-75dpi: aclocal.m4 configure font/adobe-utopia-type1: aclocal.m4 configure font/alias : aclocal.m4 configure font/arabic-misc: aclocal.m4 configure font/bh-100dpi : aclocal.m4 configure font/bh-75dpi : aclocal.m4 configure font/bh-lucidatypewriter-100dpi: aclocal.m4 configure font/bh-lucidatypewriter-75dpi: aclocal.m4 configure font/bh-ttf : aclocal.m4 configure font/bh-type1 : aclocal.m4 configure font/bitstream-100dpi: aclocal.m4 configure font/bitstream-75dpi: aclocal.m4 configure font/bitstream-speedo: aclocal.m4 configure font/bitstream-type1: aclocal.m4 configure font/cronyx-cyrillic: aclocal.m4 configure font/cursor-misc: aclocal.m4 configure font/daewoo-misc: aclocal.m4 configure font/dec-misc : aclocal.m4 configure font/encodings : aclocal.m4 configure font/ibm-type1 : aclocal.m4 configure font/isas-misc : aclocal.m4 configure font/jis-misc : aclocal.m4 configure font/micro-misc: aclocal.m4 configure font/misc-cyrillic: aclocal.m4 configure font/misc-ethiopic: aclocal.m4 configure font/misc-meltho: aclocal.m4 configure font/misc-misc : aclocal.m4 configure font/mutt-misc : aclocal.m4 configure font/schumacher-misc: aclocal.m4 configure font/screen-cyrillic: aclocal.m4 configure font/sony-misc : aclocal.m4 configure font/sun-misc : aclocal.m4 configure font/util : aclocal.m4 configure font/winitzki-cyrillic: aclocal.m4 configure font/xfree86-type1: aclocal.m4 configure lib/fontconfig : aclocal.m4 configure lib/libFS : aclocal.m4 configure lib/libICE : aclocal.m4 configure lib/libSM : aclocal.m4 configure lib/libX11 : aclocal.m4 configure lib/libXRes : aclocal.m4 configure lib/libXScrnSaver: aclocal.m4 configure lib/libXTrap : aclocal.m4 configure lib/libXau : aclocal.m4 configure lib/libXaw : aclocal.m4 configure lib/libXcomposite: aclocal.m4 configure lib/libXcursor : aclocal.m4 configure lib/libXdamage : aclocal.m4 configure lib/libXdmcp : aclocal.m4 configure lib/libXevie : aclocal.m4 configure lib/libXext : aclocal.m4 configure lib/libXfixes : aclocal.m4 configure lib/libXfont : aclocal.m4 configure lib/libXfontcache: aclocal.m4 configure lib/libXft : aclocal.m4 configure lib/libXi : aclocal.m4 configure lib/libXinerama: aclocal.m4 configure lib/libXmu : aclocal.m4 configure lib/libXp : aclocal.m4 configure lib/libXpm : aclocal.m4 configure lib/libXprintAppUtil: aclocal.m4 configure lib/libXprintUtil: aclocal.m4 configure lib/libXrandr : aclocal.m4 configure lib/libXrender : aclocal.m4 configure lib/libXt : aclocal.m4 configure lib/libXtst : aclocal.m4 configure lib/libXv : aclocal.m4 configure lib/libXvMC : aclocal.m4 configure lib/libXxf86dga: aclocal.m4 configure lib/libXxf86misc: aclocal.m4 configure lib/libXxf86vm : aclocal.m4 configure lib/libdmx : aclocal.m4 configure lib/libdrm : aclocal.m4 configure lib/libfontenc : aclocal.m4 configure lib/liblbxutil : aclocal.m4 configure lib/liboldX : aclocal.m4 configure lib/libxkbfile : aclocal.m4 configure lib/libxkbui : aclocal.m4 configure lib/libxtrans : aclocal.m4 configure lib/pixman : aclocal.m4 configure proto/bigreqsproto: aclocal.m4 configure proto/compositeproto: Makefile.in aclocal.m4 configure proto/damageproto: Makefile.in aclocal.m4 configure proto/dmxproto : aclocal.m4 configure proto/evieproto: aclocal.m4 configure proto/fixesproto: aclocal.m4 configure proto/fontcacheproto: aclocal.m4 configure proto/fontsproto: aclocal.m4 configure proto/glproto : aclocal.m4 configure proto/inputproto: aclocal.m4 configure proto/kbproto : aclocal.m4 configure proto/pmproto : aclocal.m4 configure proto/printproto: aclocal.m4 configure proto/randrproto: aclocal.m4 configure proto/recordproto: aclocal.m4 configure proto/renderproto: aclocal.m4 configure proto/resourceproto: aclocal.m4 configure proto/scrnsaverproto: aclocal.m4 configure proto/trapproto: aclocal.m4 configure proto/videoproto: aclocal.m4 configure proto/x11proto : aclocal.m4 configure proto/xcmiscproto: aclocal.m4 configure proto/xextproto: aclocal.m4 configure proto/xf86bigfontproto: aclocal.m4 configure proto/xf86dgaproto: aclocal.m4 configure proto/xf86miscproto: aclocal.m4 configure proto/xf86rushproto: aclocal.m4 configure proto/xf86vidmodeproto: aclocal.m4 configure proto/xineramaproto: aclocal.m4 configure util/cf : aclocal.m4 configure util/gccmakedep: aclocal.m4 configure util/imake : aclocal.m4 configure util/macros : aclocal.m4 configure util/makedepend: aclocal.m4 configure xserver : aclocal.m4 configure xserver/hw/xfree86/os-support/bsd: Makefile.in Log message: Regen with autoconf 2.59-p2, with AM_SANITY check zapped. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 13:14:23 Log message: import swaks swaks is the Swiss Army Knife for SMTP transaction testing. It provides command line SMTP testing capabilities, including TLS and AUTH. ok landry@ Status: Vendor Tag: simon Release Tags: simon_20080315 N ports/mail/swaks/distinfo N ports/mail/swaks/Makefile N ports/mail/swaks/pkg/DESCR N ports/mail/swaks/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/15 13:14:26 Modified files: mail : Makefile Log message: add swaks CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/03/15 13:17:11 Modified files: misc/gpsd : Makefile distinfo Log message: update to gpsd 2.37. fixes the C++ bindings, among other things. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 15:10:38 Modified files: sys/arch/sparc/dev: tvtwo.c sys/dev/sbus : tvtwo.c Log message: Support the old-prom XVideo boards by rewriting the sbus range registers; tested by Thorsten Glaser on sparc; while there, pretty and shrink dmesg output. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/03/15 15:14:53 Modified files: . : 43.html Log message: Mention mvme88k achievements. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/15 15:21:09 Modified files: sys/kern : kern_clock.c Log message: In statclock(), fix local index type in the profiling code. Avoids out-of-bounds array accesses on some platforms. CVSROOT: /cvs Module name: www Changes by: ray@cvs.openbsd.org 2008/03/15 15:32:53 Modified files: . : 43.html Log message: Write about how much more awesome I made sendbug, now that it does not mangle diffs. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/15 15:40:39 Modified files: lib/libc/string: memset.c Log message: Convert c to unsigned char, like it says in the manual. Also add cast to make it explicit. Found by lint, OK millert. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/15 15:54:09 Modified files: lib/libc/string: swab.c Log message: - len is size_t, but n uses len and is an int. Matching those types should be good, plus it prevents weird things from happening if len > INT_MAX. - Since n is now size_t, compare it against 0 instead of >= 0. - temp is used to store individual bytes, so use char instead (matches fp and tp). - millert noted that the comma operator may not guarantee order of execution, so replace with semicolons. Found by lint, OK millert. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/15 16:05:51 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: cpu.c ipifuncs.c pmap.c vm_machdep.c Log message: Make GENERIC.MP work on the e10k. The e10k is a bit funky since UPA only supports 32 ports, and a machine with up to 64 CPUs obviously needs more. So the machine has a special ASIC that does port translation, and because of that we need to distinguish between port ID's and interrupt target ID's. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/03/15 16:11:04 Modified files: . : 43.html Log message: Mention that 4.3 GENERIC.MP will not work on the e10k. You'll need -current for that. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 17:50:55 Modified files: usr.sbin/snmpd : mib.c Log message: provide sizeofa for counting the number of elements in an array. use it for passing the length of the mib in all these sysctl calls. ok reyk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 18:14:47 Modified files: usr.sbin/snmpd : snmpd.c Log message: usage statements are preceeded with usage: ok reyk@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/15 18:35:05 Modified files: usr.sbin/snmpd : mib.c mib.h Log message: implement the hrSWRun portion of the HOST-RESOURCES mib. you can see whats running now, which is another thing my nms at work likes. ok reyk@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/15 20:28:12 Modified files: . : 43.html Log message: Tweak mention of serial console changes. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/15 21:07:03 Modified files: usr.sbin/sensorsd: sensorsd.8 sensorsd.c Log message: Reduce the number of unnecessary time(3)/gettimeofday(2) calls, and make sure that the time always goes forward, so reports are neither duplicated nor lost. Report state changes stabilised through dampening immediately, instead of delay- ing them until the next reporting window; previously, it was common for check() to lag one second behind report(), hence the initial report was delayed one extra minute (this then reduces the number of sleep(3)/nanosleep(2) calls, too). ok ckuethe; some man-page suggestions jmc CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/15 21:28:20 Modified files: . : 43.html Log message: DMA for 1-sector devices, USB bogus LUN avoidance, filesystems on USB devices automatically dismounted, Sparc/Sparc64 disklabels provide automatic ext2fs partition recognition. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/16 02:49:00 Modified files: www/hiawatha : distinfo Log message: - upstream rerolled distfile without warning... spotted by sturm@, thanks ;-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:15:29 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/IMCE/pkg: PLIST www/drupal5/action-view/pkg: PLIST www/drupal5/admin-menu: Makefile www/drupal5/admin-menu/pkg: PLIST www/drupal5/advanced_user/pkg: PLIST www/drupal5/alternate_login/pkg: PLIST www/drupal5/auto_nodetitle: Makefile www/drupal5/auto_nodetitle/pkg: PLIST www/drupal5/autolocale/pkg: PLIST www/drupal5/backup_migrate/pkg: PLIST www/drupal5/calendar: Makefile www/drupal5/calendar/pkg: PLIST www/drupal5/cck/pkg: PLIST www/drupal5/cck_taxonomy/pkg: PLIST www/drupal5/coder/pkg: PLIST www/drupal5/core: Makefile www/drupal5/core/pkg: PLIST www/drupal5/date/pkg: PLIST www/drupal5/daterange/pkg: PLIST www/drupal5/dba/pkg: PLIST www/drupal5/dhtml_menu/pkg: PLIST www/drupal5/image/pkg: PLIST www/drupal5/linktocontent/pkg: PLIST www/drupal5/locale-de/pkg: PLIST www/drupal5/locale-es/pkg: PLIST www/drupal5/locale-fr/pkg: PLIST www/drupal5/locale-it/pkg: PLIST www/drupal5/locale-ja/pkg: PLIST www/drupal5/masquerade/pkg: PLIST www/drupal5/meta-tags/pkg: PLIST www/drupal5/pathauto: Makefile www/drupal5/pathauto/pkg: PLIST www/drupal5/printer-friendly/pkg: PLIST www/drupal5/securelogin/pkg: PLIST www/drupal5/sitedoc/pkg: PLIST www/drupal5/taxonomy_manager/pkg: PLIST www/drupal5/theme-aberdeen/pkg: PLIST www/drupal5/theme-bealestreet/pkg: PLIST www/drupal5/theme-bluebreeze/pkg: PLIST www/drupal5/theme-denver/pkg: PLIST www/drupal5/theme-litejazz/pkg: PLIST www/drupal5/theme-newsflash/pkg: PLIST www/drupal5/themesettingsapi/pkg: PLIST www/drupal5/tinyMCE/pkg: PLIST www/drupal5/token/pkg: PLIST www/drupal5/tql/pkg: PLIST www/drupal5/uploadpath/pkg: PLIST www/drupal5/user_import/pkg: PLIST www/drupal5/user_readonly/pkg: PLIST www/drupal5/usernode/pkg: PLIST www/drupal5/views/pkg: PLIST www/drupal5/views-bonus/pkg: PLIST www/drupal5/webform/pkg: PLIST Log message: make DRUPAL_OWNER/DRUPAL_GROUP variables. Create DRUPAL_MODS in core module CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:17:44 ports/www/drupal5/masquerade/patches Update of /cvs/ports/www/drupal5/masquerade/patches In directory cvs.openbsd.org:/tmp/cvs-serv12737/patches Log Message: Directory /cvs/ports/www/drupal5/masquerade/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:18:05 Modified files: www/drupal5/masquerade: Makefile Added files: www/drupal5/masquerade/patches: patch-masquerade_module Log message: integrate with alt_login CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 04:26:16 Modified files: www/drupal5/advanced_user: Makefile www/drupal5/advanced_user/patches: patch-advuser_module Log message: improved notifications: don't send them unless something changed, and allow access to every field CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/16 05:12:00 Modified files: usr.bin/vmstat : vmstat.c Log message: use ellipsis to show that more than one disk is allowed ok jmc@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:23:33 Log message: devel module for drupal, very useful Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/devel/Makefile N ports/www/drupal5/devel/distinfo N ports/www/drupal5/devel/pkg/PLIST N ports/www/drupal5/devel/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:24:23 Log message: handle content access rights per-category, per-role Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/content_access/Makefile N ports/www/drupal5/content_access/distinfo N ports/www/drupal5/content_access/pkg/PLIST N ports/www/drupal5/content_access/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:25:56 Log message: newer jquery integrated in drupal, used by other stuff Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/jquery_update/Makefile N ports/www/drupal5/jquery_update/distinfo N ports/www/drupal5/jquery_update/pkg/PLIST N ports/www/drupal5/jquery_update/pkg/DESCR N ports/www/drupal5/jquery_update/patches/patch-README_txt No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:30:09 Modified files: www/drupal5/tql: Makefile www/drupal5/tql/pkg: DESCR Log message: tql is half broken CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:43:48 Log message: javascript calendars and other tools Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/jstools/Makefile N ports/www/drupal5/jstools/distinfo N ports/www/drupal5/jstools/pkg/PLIST N ports/www/drupal5/jstools/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:44:57 Modified files: www/drupal5 : Makefile Log message: +new modules CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 05:45:27 Modified files: www/drupal5 : Makefile Log message: +jquery_update CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:33:54 Modified files: www/drupal5 : TODO Log message: TODO list temporarily empty CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:35:06 Log message: companion to pathauto Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/find_path/Makefile N ports/www/drupal5/find_path/distinfo N ports/www/drupal5/find_path/pkg/PLIST N ports/www/drupal5/find_path/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:35:40 Modified files: www/drupal5 : Makefile Log message: +find_path CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:39:02 Log message: other backup mechanism, handles files/ dir as well Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/backup/Makefile N ports/www/drupal5/backup/distinfo N ports/www/drupal5/backup/pkg/PLIST N ports/www/drupal5/backup/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:39:38 Log message: in collegial admin situations, force people to document what they're doing Status: Vendor Tag: drupal Release Tags: espie N ports/www/drupal5/journal/Makefile N ports/www/drupal5/journal/distinfo N ports/www/drupal5/journal/pkg/PLIST N ports/www/drupal5/journal/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/16 06:40:28 Modified files: www/drupal5 : Makefile Log message: +journal, backup CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 07:26:55 Modified files: devel/netbeans : Makefile Added files: devel/netbeans/patches: patch-core_swing_tabcontrol_beanstubs_org_openide_util_Utilities_java patch-openide_util_src_org_openide_util_Utilities_java patch-openide_util_test_unit_src_org_openide_util_UtilitiesTest_java Log message: - make netbeans aware of OpenBSD as a Unix like OS. reviewed by nikolay@ and ian@ before lock. CVSROOT: /cvs Module name: www Changes by: mpf@cvs.openbsd.org 2008/03/16 08:12:18 Modified files: . : 43.html Log message: Mention that carp(4) load balancing is now easier to configure. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/16 08:26:51 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: - minor update to 1.0.1 (better unicode support and new translations) CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/03/16 09:44:19 Modified files: usr.sbin/syslogd: privsep.c Log message: syslogd leaves zombies around if multiple |/pathto/mylogprog children died in a row. Do waitpid(2) in a loop until there's nothing left. OK henning@, millert@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 09:57:30 Modified files: . : 43.html Log message: NCR 53c720/770 in big-endian mode, ignore fstab entries with non-existant mount points, disconnecting USB tape drives, more deviant umass devices. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 10:55:29 Modified files: usr.sbin/syslogd: privsep.c Log message: avoid errno trashing, ok mpf henning CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/16 11:34:53 Modified files: faq : faq8.html Log message: Windows support for having HW clock set to UTC is seriously flawed and incomplete, so removing this. Issue was brought to my attention by Matthew Clarke (clamat at telus dot net) and confirmed by personal experience, but rather than documenting the pitfalls, I'd rather just not pretend it works. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:49:49 Log message: import pessulus 2.16.4 Pessulus is a lockdown editor for GNOME, written in python. It enables administrators to set mandatory settings in GConf. The users can not change these settings. Use of pessulus can be useful on computers that are open to use by everyone, e.g. in an internet cafe. ok ajacoutot@ (for a previous version of this port) Status: Vendor Tag: jasper Release Tags: jasper_20080316 N ports/x11/gnome/pessulus/Makefile N ports/x11/gnome/pessulus/distinfo N ports/x11/gnome/pessulus/pkg/DESCR N ports/x11/gnome/pessulus/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:51:02 Modified files: x11/gnome : Makefile Log message: - add pessulus CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/16 11:52:34 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention pessulus - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/03/16 12:43:31 Modified files: www/lighttpd : Makefile distinfo www/lighttpd/patches: patch-doc_lighttpd_conf Added files: www/lighttpd/patches: patch-src_mod_compress_c patch-src_mod_extforward_c Removed files: www/lighttpd/patches: patch-src_fdevent_solaris_devpoll_c patch-src_server_c patch-src_spawn-fcgi_c Log message: upgrade to lighttpd 1.4.19. security and bug fix update. CVE-2008-1270 looks good jasper@ CVSROOT: /cvs Module name: ports Changes by: brad@cvs.openbsd.org 2008/03/16 12:46:14 Modified files: mail/dovecot : Makefile distinfo mail/dovecot/patches: patch-dovecot-example_conf Log message: upgrade to Dovecot 1.0.13. security and bug fix update. looks good jasper@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:00:28 Modified files: sys/arch/amd64/conf: GENERIC files.amd64 sys/arch/amd64/pci: pchb.c sys/arch/i386/conf: GENERIC files.i386 sys/arch/i386/pci: pchb.c sys/conf : files sys/dev/ic : vga.c sys/dev/pci : agp.c agpvar.h files.agp vga_pci.c Log message: Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes agp and drm need to use the same memory mapping, the best way to deal with that is to allow them to share (that's coming later), for this to work cleanly we move the attach point of agp. Ideally most agp drivers would attach at pchb, with only agp_i810 (and any that work similarly) attaching at vga, but this will do for now. ok kettenis@, miod@. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:14:26 Modified files: share/man/man4 : agp.4 Log message: agp now attaches at vga. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/16 13:24:51 Modified files: sys/arch/i386/conf: files.i386 Log message: for some reason the pchb dependency on agp got left in. kill it. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:42:57 Modified files: sys/conf : GENERIC files sys/kern : syscalls.master vfs_bio.c vfs_subr.c sys/nfs : nfs_serv.c nfs_vfsops.c sys/sys : _types.h mount.h types.h vnode.h sys/ufs/ffs : ffs_vfsops.c Added files: sys/compat/common: vfs_syscalls_o43.c sys/sys : statvfs.h Log message: Widen some struct statfs fields to support large filesystem stata and add some to be able to support statvfs(2). Do the compat dance to provide backward compatibility. ok thib@ miod@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:43:41 Modified files: sys/kern : init_sysent.c syscalls.c syscalls.conf sys/sys : syscall.h syscallargs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:44:34 Modified files: lib/libc/sys : Makefile.inc Added files: lib/libc/sys : statvfs.c Log message: statvfs support CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 13:46:14 Modified files: lib/libc/sys : statvfs.c Log message: indent CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 13:47:43 Modified files: lib/libc/crypt : arc4random.3 arc4random.c include : stdlib.h Log message: diff from djm@ committed at his request: introduce two new APIs for requesting strong random numbers: arc4random_buf() - fill an arbitrary memory range with random numbers arc4random_uniform() - return a uniformly distributed random number below a specified upper bound, avoiding the bias that comes from a naive "arc4random() % upper_bound" construction. these mirror similarly-named functions in the kernel; lots of discussion deraadt@ mcbride@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 13:56:27 Modified files: sys/sys : unistd.h lib/libc/gen : sysconf.3 sysconf.c Log message: Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable. ok espie@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:02:50 Modified files: lib/libc : shlib_version lib/libpthread : shlib_version Log message: bump CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:04:35 Modified files: bin/df : df.c Log message: actually print the now available large numbers CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/16 14:24:15 Modified files: lib/libc/sys : statfs.2 Log message: sync with sys/statfs.h; ok jmc@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 15:08:13 Modified files: . : 43.html Log message: svnd works on block devices, raidctl vs trailing whitespace, disklabel vs NTFS, mt rewoffl panics, raidframe hangs, SYNCHRONIZE CACHE fixes, dhcpd packet sizes. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 16:08:13 Modified files: lib/libc/crypt : Makefile.inc Log message: Add missing MLINKS CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:18:24 Modified files: lib/libc/crypt : arc4random.3 Log message: - add NAME entries for arc4random_buf and arc4random_uniform - simplify a macro call (Do/Dc -> Dq) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:18:53 Added files: sys/arch/sparc64/dev: starfire.c starfire.h Log message: Add some e10k support code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:19:57 Modified files: sys/arch/sparc64/dev: sbus.c psycho.c Log message: Set up interrupt translation for e10k. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:21:27 Modified files: sys/arch/sparc64/conf: files.sparc64 Log message: Add some e10k support code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/16 16:22:16 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Include instead of having our own definitions. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:23:51 Modified files: share/man/man4 : agp.4 vga.4 Log message: some more agp/vga bits; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/16 16:26:43 Modified files: usr.sbin/sensorsd: sensorsd.8 Log message: text simplification; CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/16 17:54:01 Modified files: usr.sbin/sensorsd: sensorsd.c Log message: s/273.16/273.15/g, then refactor the formulae to ensure that the double to int64_t conversions happen sooner rather than later discussed with / ok by kettenis CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/16 18:17:52 Modified files: usr.sbin/dhcpd : tables.c Log message: option 252 is generally used to specify an autoproxy-script on a subnet. ok krw@ henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/16 18:28:46 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.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: djm@cvs.openbsd.org 2008/03/16 18:30:25 Modified files: textproc/py-pygments/pkg: PLIST Log message: unbreak PLIST CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/16 18:58:37 Modified files: . : 43.html Log message: disklabel: 'c' partition, 'r' command, cpg handling, FS_BOOT and FS_UNUSED sizes; M_ZERO, unsigned comparisons with -1 in read/write result checking, bge jumbo frames, CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 21:21:25 Modified files: devel/jdk/1.5 : Makefile Added files: devel/jdk/1.5/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_assembler_bsd_amd64_cpp patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c Log message: - use HW_{USER|PHYS}MEM64. okay naddy@ - on amd64 only do implicit null optimizations on offsets landing in the first page of memory. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/16 21:28:26 Modified files: devel/jdk/1.6 : Makefile distinfo devel/jdk/1.6/patches: patch-deploy_make_common_DeployRules-solaris_gmk patch-hotspot_build_bsd_makefiles_gcc_make devel/jdk/1.6/pkg: MESSAGE-jre MESSAGE-main Added files: devel/jdk/1.6/patches: patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c Removed files: devel/jdk/1.6/patches: patch-hotspot_src_share_vm_memory_javaClasses_cpp patch-hotspot_src_share_vm_runtime_synchronizer_cpp patch-hotspot_src_share_vm_utilities_vmError_cpp patch-j2se_make_java_redist_Makefile Log message: - use HW_{USER|PHYS}MEM64. okay naddy@ - update to bsd patchset 4 - for amd64, sync JVM_handle_bsd_signal with its linux counterpart from which it was originally derived; add two segments of code dealing with sigsegv fringe cases. - update pkg/MESSAGE-* to use recent mozilla product names. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/17 00:34:18 Modified files: distrib/sets/lists/base: md.sparc64 distrib/sets/lists/comp: md.sparc64 Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 02:38:32 Modified files: devel/libgtop2 : Makefile devel/libgtop2/patches: patch-sysdeps_bsd_fsusage_c Log message: - cope with new statvfs support note: this needs a *very* -current system. from naddy@ ok jasper@ naddy@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 03:17:56 Modified files: games/backgammon/common_source: subs.c games/boggle/boggle: bog.c games/factor : factor.c games/fortune/fortune: fortune.c games/gomoku : main.c games/grdc : grdc.c games/hunt/hunt: hunt.c games/number : number.6 games/quiz : quiz.c games/sail : sail.6 games/tetris : tetris.c Log message: synchronization between usage and synopsis; add some missing "usage:"'s ok jmc@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:23:44 Modified files: x11/xfce4/orage: Makefile distinfo x11/xfce4/orage/pkg: PLIST Log message: Update to orage 4.5.12.2, bugfix release. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:29:10 Modified files: x11/xfce4/xfce4-dict: Makefile distinfo x11/xfce4/xfce4-dict/pkg: PLIST Log message: Update to xfce4-dict 0.3, bugfix and translations update. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/17 04:32:48 Modified files: x11/xfce4/xfce4-genmon: Makefile distinfo x11/xfce4/xfce4-genmon/pkg: PLIST Log message: Update to xfce4-genmon 3.2, bugfix and translation update. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/03/17 05:01:14 Modified files: share/man/man4/man4.sparc64: tda.4 Log message: fix copyright line CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 05:28:38 Log message: Import mod_encoding-20021209 This module improves non-ascii filename interoperability of Apache (and mod_dav). It seems many WebDAV clients send filename in its platform-local encoding. But since mod_dav expects everything, even HTTP request line, to be in UTF-8, this causes an interoperability problem. This module adds following directives: EncodingEngine, SetServerEncoding, AddClientEncoding, DefaultClientEncoding, and NormalizeUsername. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080317 N ports/www/mod_encoding/distinfo N ports/www/mod_encoding/Makefile N ports/www/mod_encoding/pkg/DESCR N ports/www/mod_encoding/pkg/PLIST N ports/www/mod_encoding/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 05:29:38 Modified files: www : Makefile Log message: +mod_encoding CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/03/17 06:49:12 Modified files: . : 43.html Log message: note "include" support for pf.conf(5) CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 07:56:17 Modified files: usr.sbin/snmpd : mib.c Log message: fix incorrect use of sizeof() where there sizeofa() macro should be used ok dlg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/17 08:36:26 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/auto_nodetitle/pkg: PLIST www/drupal5/jstools/pkg: PLIST Log message: fix minor fuckup with OWNER CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 08:40:15 Modified files: usr.sbin/snmpd : mib.c Log message: another sizeofa instead of sizeof fix CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/17 08:47:20 Modified files: usr.sbin/snmpd : mib.c Log message: convert more strings to use the new ber_add_astring() function which simplifies the code. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/17 08:59:02 Modified files: www/drupal5 : drupal5.port.mk www/drupal5/locale-de: Makefile www/drupal5/locale-es: Makefile www/drupal5/locale-fr: Makefile www/drupal5/locale-it: Makefile www/drupal5/locale-ja: Makefile Log message: locale have to be under node actually, to get imported CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/17 09:19:29 Modified files: mail/razor-agents: Makefile distinfo Log message: Update to 2.84. From Giovanni ok landry CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:28:43 Modified files: usr.sbin/spray : spray.c Log message: sort options ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:29:25 Modified files: usr.sbin/timed/timed: timed.c usr.sbin/timed/timedc: cmds.c Log message: use the right format for "usage:"; "usage:" is lowercase ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:30:05 Modified files: usr.sbin/usbdevs: usbdevs.c Log message: "usage:" is lowercase; while here, KNF ok jmc@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:30:36 Modified files: share/man/man4 : vnd.4 Log message: command descriptions (.Nd macros) are usually lowercase ok jmc@ CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/03/17 10:56:53 Modified files: . : 43.html Log message: better as a link to the manual page CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 12:00:28 Modified files: www/liferea : Makefile distinfo Log message: - update liferea to 1.4.14 from vicviq at gmail.com (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/17 12:38:20 Modified files: net/transmission: Makefile distinfo Log message: update to 1.06: bug fix release CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/17 12:52:01 Modified files: bin/ps : ps.1 Log message: better .Nd; from Pierre Riteau ok sobrado CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/17 12:59:39 Modified files: x11/xscreensaver: Makefile distinfo x11/xscreensaver/patches: patch-configure patch-driver_screensaver-properties_desktop_in x11/xscreensaver/pkg: DESCR PLIST Log message: - minor update to xscreensaver-5.05 - reorder dependencies ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:02:21 Log message: import gnome-mag 0.14.10 gnome-mag includes a screen magnifier, which allows you to zoom in on portions of the desktop. It is expressly designed for users with low vision who wish to use the GNOME desktop. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/mag/distinfo N ports/x11/gnome/mag/Makefile N ports/x11/gnome/mag/pkg/DESCR N ports/x11/gnome/mag/pkg/PLIST N ports/x11/gnome/mag/pkg/PFRAG.shared N ports/x11/gnome/mag/patches/patch-docs_man_magnifier_1 N ports/x11/gnome/mag/patches/patch-docs_reference_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:04:28 Log message: import gok 1.3.7 GOK is an on-screen keyboard that provides access to the GNOME desktop via dynamically generated keyboards, and text entry via one of the provided alphanumeric keyboards, or a dynamic keyboard created based on the users current system keyboard driver, or even a user made keyboard. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/gok/distinfo N ports/x11/gnome/gok/Makefile N ports/x11/gnome/gok/pkg/DESCR N ports/x11/gnome/gok/pkg/PLIST N ports/x11/gnome/gok/patches/patch-gok_gok-input_c N ports/x11/gnome/gok/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:07:38 Log message: import gnome-speech 0.4.18 The GNOME Speech API allows developers to incorporate speech technology into user interfaces for their GNOME applications. This API specifies a cross-platform interface to support command and control recognizers, dictation systems and speech synthesizers. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/speech/Makefile N ports/x11/gnome/speech/distinfo N ports/x11/gnome/speech/pkg/DESCR N ports/x11/gnome/speech/pkg/PLIST N ports/x11/gnome/speech/pkg/PFRAG.shared N ports/x11/gnome/speech/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:09:42 Log message: import gnopernicus 1.1.2 Gnopernicus is part of the GNOME Accessibility Project. It is a screen reader and magnifier and it enables users with limited vision, or no vision, to use the Gnome 2 desktop and Gnome/GTK+2 applications effectively. By providing automated focus tracking and fullscreen magnification, Gnopernicus aids low-vision Gnome users. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/gnopernicus/Makefile N ports/x11/gnome/gnopernicus/distinfo N ports/x11/gnome/gnopernicus/pkg/DESCR N ports/x11/gnome/gnopernicus/pkg/PLIST N ports/x11/gnome/gnopernicus/pkg/PFRAG.shared N ports/x11/gnome/gnopernicus/patches/patch-srlow_libsrlow_SRLow_c N ports/x11/gnome/gnopernicus/patches/patch-srcore_srspc_c N ports/x11/gnome/gnopernicus/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:11:59 Log message: import orca 2.20.2 Orca is a free, open source, flexible, extensible, and powerful assistive technology for people with visual impairments. Using various combinations of speech synthesis, braille, and magnification, Orca helps provide access to applications and toolkits that support the AT-SPI (e.g., the GNOME desktop). feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080317 N ports/x11/gnome/orca/distinfo N ports/x11/gnome/orca/Makefile N ports/x11/gnome/orca/pkg/PLIST N ports/x11/gnome/orca/pkg/DESCR N ports/x11/gnome/orca/patches/patch-src_orca_orca_in N ports/x11/gnome/orca/patches/patch-src_orca_orca_gui_prefs_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:14:46 Modified files: x11/gnome : Makefile Log message: - add mag gok speech gnopernicus orca CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/17 13:30:37 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention the recently imported accessibility ports - bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/17 13:44:51 Modified files: mail/getmail : Makefile distinfo mail/getmail/patches: patch-setup_py mail/getmail/pkg: PLIST Log message: getmail 4.8.0 CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/17 14:30:17 Modified files: usr.sbin/pwd_mkdb: pwd_mkdb.c usr.sbin/quot : quot.c usr.sbin/sasyncd: sasyncd.c Log message: sync the synopsis and usage; "usage:" is lowercase ok jmc@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/03/17 14:40:04 Modified files: usr.sbin/bgpd : util.c Log message: two small bugs in printing funcs: log_as < vs <= confusion, AS 65535 printed like 4 byte AS 0.65535 aspath_strlen: omitted stripping high 16 bits of 32bit AS after dealing with the upper half From: Matthew Dempsky CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/17 14:59:47 Modified files: net/scapy6 : Makefile Log message: fix dependency; the actual package uses the normal system Python version but it pulled in python-bz2 from 2.4 as a RUN_DEPENDS. ok ajacoutot CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/17 15:33:06 Modified files: audio/vorbis-tools: Makefile distinfo audio/vorbis-tools/pkg: PLIST Added files: audio/vorbis-tools/patches: patch-configure patch-ogg123_Makefile_in Removed files: audio/vorbis-tools/patches: patch-configure_ac patch-ogg123_Makefile_am patch-ogg123_cfgfile_options_c patch-ogg123_http_transport_c patch-oggenc_encode_c Log message: Update to 1.2.0. This release mostly includes accumulated patches and miscellaneous bug fixes. CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/03/17 16:15:09 Modified files: . : docum.html Log message: update minix link; ok steven@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/17 16:37:38 Modified files: . : 43.html Log message: some pkg counts known CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/17 17:10:21 Modified files: sys/arch/sparc64/include: cpu.h db_machdep.h sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Remove KGDB code. It was never converted to 64-bit, and just makes locore.s even more unreadable. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/17 17:17:24 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: machdep.c Log message: Clear PSL_D when entering signal handlers; pointed out by dfly people; ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/17 18:48:56 Modified files: app/cwm : conf.c Log message: client_{,r}cycle() doens't need a client. so get rid of KBFUNC_NEEDSCLIENT. this prevents the issue where you close or hide a window, and end up with no client selected (you're on the root window). When that happened alt-tab failed. This, however, exposed to me a few more issues in the alt-tabbing code: -the code to detect how many lines we need looks bogus (you always get three) -alt-tabbing when everything is hidden always reawakes the most recent window. Fixes for these will be forthcoming. ok simon@. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 03:15:16 Log message: Import yakuake-2.8.1 Yakuake is a drop-down terminal emulator based on KDE Konsole technology. Features: * smoothly rolls down from the top of your screen * tabbed interface * configurable dimensions and animation speed * skinnable * sophisticated DCOP interface based on a submission from Aaron S. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080318 N ports/x11/yakuake/Makefile N ports/x11/yakuake/distinfo N ports/x11/yakuake/pkg/PLIST N ports/x11/yakuake/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/03/18 03:15:50 Modified files: net/samba : Makefile net/samba/pkg : DESCR-main Added files: net/samba/files: krb5-config Log message: add support for talking to active directory with an ads flavor. ok mbalmer@ jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 03:15:53 Modified files: x11 : Makefile Log message: +yakuake CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/18 05:59:06 Modified files: . : plus43.html Log message: re(4) got in also CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/18 06:03:57 Modified files: . : plus.html Log message: Upto 03/15 CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:24:19 Modified files: sys/dev/usb : usbdevs uftdi.c if_aue.c Log message: Bring in some changes from DragonFly: - New matching logic so we don't need to check against vid/pid to figure out which kind of chip we have - Match list in a struct instead of messy if statement (hurrah!) - More generic dual port handling - Insane amount of device additions, mostly found in Linux driver (aue included as a usb vendor got renamed) Tested by ckuethe@, 'looks super sensible' deraadt@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:25:18 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/03/18 06:34:53 Modified files: . : 43.html Log message: Fix tpyo. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:35:34 Modified files: sys/dev/usb : usbdevs Log message: IRZ MC35pu GSM Terminal From Sergey Prysiazhnyi CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:36:15 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/18 06:37:41 Modified files: share/man/man4 : uslcom.4 sys/dev/usb : uslcom.c Log message: IRZ MC35pu GSM Terminal From/tested by Sergey Prysiazhnyi CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 07:00:12 Modified files: usr.bin/cvs : tag.c Log message: sync the usage with the manpage, use "symbolic_tag" instead of "tag" for the argument to distinguish it from the command keyword which is less confusing. ok joris@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/18 08:29:25 Modified files: sys/arch/i386/i386: freebsd_machdep.c linux_machdep.c svr4_machdep.c Log message: Clear PSL_D when entering signal handlers; pointed out by dfly people; ok miod@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 08:53:07 Modified files: usr.sbin/snmpd : ber.c Log message: fix bug that ber_oid2ber skips the first byte when encoding powers of 128. E.g., it will encode 128 as 0x00 instead of 0x81 0x00. From Matthew at Dempsky dot org CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 09:05:28 Modified files: x11/gnome/themes-extras: Makefile Log message: - variables cleanup (redundant with gnome.port.mk) no pkg change "commit" jasper@ CVSROOT: /cvs Module name: xenocara Changes by: naddy@cvs.openbsd.org 2008/03/18 09:50:38 Modified files: lib/libX11/src : ConnDis.c Log message: Fix segfaults if you use XDM-AUTHORIZATION-1 authorization keys for remote X11 clients over IPv6. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/18 10:57:58 Modified files: usr.sbin/snmpd : ber.3 ber.c ber.h mib.c trap.c Log message: remove ber_add_astring and make it the default behaviour in ber_add_string, ber_add_nstring, and ber_add_bitstring to allocate and copy the provided buffer instead of just attaching it to the ber element. this may add some overhead but fixes and avoids some bugs with static buffers and simplifies the ber api again. From Matthew at Dempsky dot org With input from claudio@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/18 12:44:31 Modified files: archivers/bzip2: Makefile distinfo Log message: SECURITY: Update to 1.0.5, which includes integer overflow checks. Fixes CERT-FI 20469. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 12:59:51 ports/archivers/ripole/patches Update of /cvs/ports/archivers/ripole/patches In directory cvs.openbsd.org:/tmp/cvs-serv10502/patches Log Message: Directory /cvs/ports/archivers/ripole/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 13:08:07 Modified files: x11/gnome/libgail-gnome: Makefile x11/gnome/libgail-gnome/pkg: PFRAG.shared Removed files: x11/gnome/libgail-gnome/patches: patch-gail-gnome_Makefile_in Log message: - libgail-gnome.so is supposed to be a loadable module (as with others in lib/gtk-2.0/modules/) Now GNOME apps that want accessibility should be able to find this. "looks good" jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/18 13:10:10 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - add a small note about accessibility in README.OpenBSD - bump PKGNAME "looks good" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 13:14:28 Modified files: archivers/ripole: Makefile archivers/ripole/pkg: DESCR Added files: archivers/ripole/patches: patch-Makefile Log message: - honor cflags - remove trailing whitespace from DESCR ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/18 13:25:55 Modified files: www/kazehakase : Makefile distinfo www/kazehakase/patches: patch-Makefile_in patch-configure www/kazehakase/pkg: PLIST Log message: Update to kazehakase 0.5.3, update patches while here. ok ajacoutot@ (two days ago) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/18 13:32:19 Modified files: usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: probe.c rtsol.c Log message: correct CMSG_SPACE and CMSG_LEN handling as done in other places. These are the complicated cases where multiple messages are sent. discussed with kettenis, hshoexer, and rtsol tested by jmc - thanks CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/18 13:40:03 Modified files: devel/jdk : java.port.mk Log message: fix java RUN_DEPENDS for the 1.5 case ok kurt CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/18 14:00:40 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Get rid of some dead wood. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 14:03:37 Modified files: usr.bin/netstat: if.c Log message: Make -I work correctly. RTM_NEWADDR needs to filter the ifname as well. Found by and tested jmc@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/18 14:25:11 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: chroot-cgi_Makefile_in patch-base_Makefile_in patch-cgi_Makefile_in patch-configure patch-html_Makefile_in patch-include_config_h_in patch-include_locations_h_in patch-sample-config_cgi_cfg_in patch-sample-config_nagios_cfg_in net/nagios/nagios/pkg: PLIST-main PLIST-web Added files: net/nagios/nagios/patches: patch-cgi_cgiutils_c patch-sample-config_template-object_localhost_cfg_in patch-sample-config_template-object_templates_cfg_in Removed files: net/nagios/nagios/patches: patch-Makefile_in Log message: update to nagios 3.0 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 15:23:47 Modified files: sys/net : if_pppoe.c Log message: Don't use MBUFLOCK() for ifqueue protection use the correct splnet() dance instead. OK canacar@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/18 15:26:53 Log message: import beediff BeeDiff is a graphical file comparator. Users have the possibility to compare and merge two text files. All differences are highlighted in colors. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080318 N ports/devel/beediff/distinfo N ports/devel/beediff/Makefile N ports/devel/beediff/pkg/DESCR N ports/devel/beediff/pkg/PLIST N ports/devel/beediff/patches/patch-beediff_pro No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/18 15:26:56 Modified files: devel : Makefile Log message: add beediff CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 15:31:37 Modified files: net/p5-Net-DNS : Makefile distinfo Log message: - update p5-Net-DNS to 0.63 (includes security fix for http://secunia.com/advisories/29343/) ok wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/18 15:33:45 Modified files: sys/net : if_pppoe.c Log message: Don't use ph after the m_pulldown() calls because the mbuf chain could be modified. Better save than sorry. OK canacar@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/18 15:43:35 Modified files: archivers/libarchive: Makefile distinfo archivers/libarchive/patches: patch-libarchive_test_main_c Added files: archivers/libarchive/patches: patch-cpio_test_test_option_L_c patch-libarchive_test_test_entry_c patch-libarchive_test_test_pax_filename_encoding_c Log message: SECURITY update to 2.4.14. (FreeBSD-SA-07:05.libarchive) This fixes various vulnerabilities in handling corrupt tar files. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/18 16:03:34 Modified files: www/libcroco : Makefile Log message: - switch to use gnome.port.mk - update WANTLIB - bump PKGNAME CVSROOT: /cvs Module name: src Changes by: merdely@cvs.openbsd.org 2008/03/18 17:03:14 Modified files: usr.sbin/authpf: authpf.8 Log message: Fix mention of authpf_users table (s/authpf users/authpf_users/). ok jmc@, mcbride@ CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/03/18 18:08:11 Modified files: . : 43.html Log message: dhcpd vs overflow buffers, SCSI drivers vs splbio around scsi_done, TCP response packets, manually entered DNS servers. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/18 18:18:28 Modified files: app/cwm : client.c Log message: As mentioned in my last commit, there was an issue where the switching code would always assume that the number of windows to switch to was three if there were more windows hidden. Check for CLIENT_HIDDEN when we count. Now it counts correctly. ok simon@. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/18 19:38:46 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/patches: patch-config_main_inc_php_dist patch-program_include_main_inc patch-program_include_session_inc mail/roundcubemail/pkg: PLIST Removed files: mail/roundcubemail/patches: patch-INSTALL Log message: update roundcube to 0.1. from pea at raveland.org with a few tweaks. ok ajacoutot CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/03/18 21:00:23 Modified files: lib/libc/string: bcmp.c Log message: bcmp(3) tries to return length, which is a size_t, as an int. Instead, just return 1 if there is a difference. Found by lint. OK millert. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/18 23:47:48 Modified files: sys/arch/i386/i386: autoconf.c sys/arch/amd64/amd64: autoconf.c sys/nfs : nfs_boot.c Log message: label all interfaces we netboot from in group "netboot", in a MI fashion ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/19 02:18:10 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update to 1.4.18.1, fixes AST-2008-002 (buffer overflows in RTP codec payload type handling) and AST-2008-003 (SIP channel can make a call into the context specified in the general section of sip.conf). Affects all Asterisk users with SIP enabled. This is a security update only, no changes other than these fixes. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/19 02:44:54 Modified files: sbin/ifconfig : ifconfig.8 Log message: document "netboot" interface group; based on a diff originally from bsd openbsd rutgers edu CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/19 03:21:37 Modified files: multimedia/avidemux: Makefile distinfo multimedia/avidemux/patches: patch-avidemux_ADM_audiocodec_ADM_codecfaad_cpp multimedia/avidemux/pkg: PLIST Added files: multimedia/avidemux/patches: patch-admin_detect-autoconf_sh patch-avidemux_ADM_libraries_ADM_lavcodec_Makefile_am patch-avidemux_ADM_libraries_ADM_lavcodec_dsputil_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegaudiodec_c patch-avidemux_ADM_libraries_ADM_lavcodec_mpegvideo_c patch-avidemux_ADM_libraries_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_osSupport_ADM_crashdump_cpp patch-avidemux_ADM_videoFilter_ADM_vidParticle_cpp patch-configure_in_in Removed files: multimedia/avidemux/patches: patch-avidemux_ADM_audiodevice_ADM_deviceoss_cpp patch-avidemux_ADM_lavcodec_Makefile_in patch-avidemux_ADM_lavcodec_dsputil_c patch-avidemux_ADM_lavcodec_mpegvideo_c patch-avidemux_ADM_libswscale_yuv2rgb_c patch-avidemux_ADM_script_ADM_JSFunctions_cpp patch-avidemux_ADM_script_DirectorySearch_cpp patch-configure Log message: - update to version 2.4.1 - add support for artsd and esound ok jakemsr@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 05:39:34 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to version 1.0 remove dependency to py-ElementTree, because python2.5 includes it ok martynas@ CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/03/19 06:22:09 Modified files: etc : Makefile Log message: remove superfluous backslashes and semicolons ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 07:02:59 Modified files: www/py-turbogears: Makefile Log message: remove dependecies to py-ElementTree and py-cElementTree "go ahead" martynas@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/19 07:33:29 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-configure patch-src_audio_SDL_audio_c Added files: devel/sdl/patches: patch-src_audio_arts_SDL_artsaudio_c Log message: - make artsd audio output work by linking with libartsc instead of trying to dlopen() it. also fix a couple bugs in the artsd output module: when artsd is "suspended", it only means that it it not accessing the soundcard at the moment, not that it will not accept data. fix output latency by setting parameters that actually are settable, instead of trying to set read-only(!) parameters. - allow the default audio output method to be chosen with the SDL_AUDIO_DRIVER environment variable. choices are 'arts', 'esd' and 'audio'. 'audio' selects audio(4) output, and is the default if SDL_AUDIO_DRIVER is not set. ok pvalchev@ CVSROOT: /cvs Module name: ports Changes by: laurent@cvs.openbsd.org 2008/03/19 08:11:42 Modified files: x11 : Makefile Log message: Enable e17, ok dlg@,jasper@,mbalmer@ all before tree lock. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 08:37:55 Log message: import libcddb 1.3.0 Libcddb is a C library to access data on a CDDB server (freedb.org). It allows you to: - Search the database for possible CD matches. - Retrieve detailed information about a specific CD. - Submit new CD entries to the database. Libcddb supports both the custom CDDB protocol and tunnelling the query and read operations over plain HTTP. It is also possible to use an HTTP proxy server. If you want to speed things up, you can make use of the built-in caching facility provided by the library. (needed for an upcoming gvfs port) feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080319 N ports/audio/libcddb/distinfo N ports/audio/libcddb/Makefile N ports/audio/libcddb/pkg/DESCR N ports/audio/libcddb/pkg/PLIST N ports/audio/libcddb/pkg/PFRAG.shared N ports/audio/libcddb/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 08:40:39 Modified files: audio : Makefile Log message: - add libcddb CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 09:18:49 Modified files: devel/iso-codes: Makefile distinfo devel/iso-codes/pkg: PLIST Log message: - update iso-codes to 2.0 ok robert@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 09:52:31 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Log message: update to 1.4.2 (request and diff by Simon Kuhnle) remove py-ElementTree dependency remove MAINTAINER (no MX record) ok merdely@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/19 09:54:01 Modified files: textproc/py-cElementTree: Makefile textproc/py-ElementTree: Makefile Log message: build only for python2.4 because it is included in python2.5 ok martynas@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/19 11:15:53 Modified files: net/nagios/nagios: Makefile net/nagios/nagios/patches: patch-cgi_cgiutils_c Added files: net/nagios/nagios/patches: patch-base_utils_c Log message: fix another occurence of negative array index access and in a better way bump PKGNAMEs CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 12:05:46 Modified files: devel/jdk/1.7 : Makefile distinfo devel/jdk/1.7/patches: patch-hotspot_build_bsd_Makefile patch-hotspot_build_bsd_makefiles_defs_make patch-hotspot_build_bsd_makefiles_sa_make patch-hotspot_build_bsd_makefiles_vm_make patch-hotspot_build_bsd_platform_amd64 patch-hotspot_build_bsd_platform_i486 patch-hotspot_build_bsd_platform_sparc patch-hotspot_src_os_bsd_vm_attachListener_bsd_cpp patch-hotspot_src_os_bsd_vm_hpi_bsd_hpp patch-hotspot_src_os_bsd_vm_jsig_c patch-hotspot_src_os_bsd_vm_jvm_bsd_cpp patch-hotspot_src_os_bsd_vm_jvm_bsd_h patch-hotspot_src_os_bsd_vm_osThread_bsd_cpp patch-hotspot_src_os_bsd_vm_osThread_bsd_hpp patch-hotspot_src_os_bsd_vm_os_bsd_cpp patch-hotspot_src_os_bsd_vm_os_bsd_hpp patch-hotspot_src_os_bsd_vm_os_bsd_inline_hpp patch-hotspot_src_os_bsd_vm_perfMemory_bsd_cpp patch-hotspot_src_share_vm_adlc_adlc_hpp patch-hotspot_src_share_vm_includeDB_compiler2 patch-hotspot_src_share_vm_includeDB_core patch-hotspot_src_share_vm_interpreter_bytecodeTracer_cpp patch-hotspot_src_share_vm_runtime_globals_hpp patch-hotspot_src_share_vm_runtime_os_cpp patch-hotspot_src_share_vm_runtime_vm_version_cpp patch-hotspot_src_share_vm_utilities_globalDefinitions_gcc_hpp patch-hotspot_src_share_vm_utilities_macros_hpp patch-hotspot_src_share_vm_utilities_vmError_cpp devel/jdk/1.7/pkg: PLIST-jre PLIST-main Added files: devel/jdk/1.7/patches: patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_dynamicany_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_ior_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_orbutil_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_impl_protocol_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_legacy_interceptor_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_orb_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_presentation_rmi_jmk patch-corba_make_com_sun_corba_minclude_com_sun_corba_se_spi_transport_jmk patch-corba_make_common_Defs-bsd_gmk patch-corba_make_common_Defs_gmk patch-corba_make_common_Mapfile-vers_gmk patch-corba_make_common_shared_Compiler-gcc_gmk patch-corba_make_common_shared_Compiler_gmk patch-corba_make_common_shared_Defs-bsd_gmk patch-corba_make_common_shared_Defs-java_gmk patch-corba_make_common_shared_Defs-utils_gmk patch-corba_make_common_shared_Defs_gmk patch-corba_make_common_shared_Platform_gmk patch-corba_make_jprt_config patch-corba_make_jprt_properties patch-corba_make_org_omg_CORBA_Makefile patch-corba_make_sun_corba_core_Makefile patch-hotspot_src_cpu_x86_vm_assembler_x86_64_cpp patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_32_cpp patch-hotspot_src_cpu_x86_vm_interpreterRT_x86_64_cpp patch-hotspot_src_cpu_x86_vm_jni_x86_h patch-hotspot_src_os_cpu_bsd_x86_vm_assembler_bsd_x86_64_cpp patch-hotspot_src_os_cpu_bsd_x86_vm_bsd_x86_32_s patch-hotspot_src_os_cpu_bsd_x86_vm_bytes_bsd_x86_inline_hpp patch-hotspot_src_os_cpu_bsd_x86_vm_os_bsd_x86_cpp patch-hotspot_src_os_cpu_bsd_x86_vm_threadLS_bsd_x86_hpp patch-hotspot_src_os_cpu_bsd_x86_vm_vmStructs_bsd_x86_hpp patch-hotspot_src_share_vm_utilities_ostream_cpp patch-jdk_make_com_sun_java_pack_Makefile patch-jdk_make_com_sun_security_auth_module_Makefile patch-jdk_make_com_sun_tools_attach_FILES_c_gmk patch-jdk_make_com_sun_tools_attach_FILES_java_gmk patch-jdk_make_common_Defs-bsd_gmk patch-jdk_make_common_Defs_gmk patch-jdk_make_common_Program_gmk patch-jdk_make_common_Release_gmk patch-jdk_make_common_internal_BinaryPlugs_gmk patch-jdk_make_common_shared_Compiler-gcc_gmk patch-jdk_make_common_shared_Compiler_gmk patch-jdk_make_common_shared_Defs-bsd_gmk patch-jdk_make_common_shared_Defs-java_gmk patch-jdk_make_common_shared_Platform_gmk patch-jdk_make_common_shared_Sanity_gmk patch-jdk_make_docs_Makefile patch-jdk_make_java_Makefile patch-jdk_make_java_hpi_hpi_common_gmk patch-jdk_make_java_hpi_native_Makefile patch-jdk_make_java_instrument_Makefile patch-jdk_make_java_java_Makefile patch-jdk_make_java_java_hprof_demo_Makefile patch-jdk_make_java_java_localegen_sh patch-jdk_make_java_jli_Makefile patch-jdk_make_java_management_Makefile patch-jdk_make_java_net_FILES_c_gmk patch-jdk_make_java_net_Makefile patch-jdk_make_java_nio_Makefile patch-jdk_make_java_npt_Makefile patch-jdk_make_java_redist_FILES_gmk patch-jdk_make_java_redist_Makefile patch-jdk_make_java_sun_nio_FILES_java_gmk patch-jdk_make_java_zip_FILES_c_gmk patch-jdk_make_java_zip_Makefile patch-jdk_make_javax_sound_FILES_c_gmk patch-jdk_make_javax_sound_Makefile patch-jdk_make_javax_sound_SoundDefs_gmk patch-jdk_make_jpda_back_Makefile patch-jdk_make_jpda_transport_socket_Makefile patch-jdk_make_sun_awt_Makefile patch-jdk_make_sun_awt_mawt_gmk patch-jdk_make_sun_font_Makefile patch-jdk_make_sun_image_generic_Makefile patch-jdk_make_sun_jawt_Makefile patch-jdk_make_sun_security_jgss_wrapper_Makefile patch-jdk_make_sun_security_pkcs11_Makefile patch-jdk_make_sun_security_smartcardio_Makefile patch-jdk_make_sun_splashscreen_Makefile patch-jdk_make_sun_xawt_Makefile patch-jdk_make_tools_freetypecheck_Makefile patch-jdk_src_share_back_commonRef_c patch-jdk_src_share_classes_com_sun_java_swing_plaf_gtk_Metacity_java patch-jdk_src_share_classes_com_sun_jmx_snmp_SnmpPduTrap_java patch-jdk_src_share_classes_com_sun_media_sound_Platform_java patch-jdk_src_share_classes_java_awt_GraphicsEnvironment_java patch-jdk_src_share_classes_java_lang_ClassLoader_java patch-jdk_src_share_classes_java_util_TimeZone_java patch-jdk_src_share_classes_sun_awt_FontConfiguration_java patch-jdk_src_share_classes_sun_font_FontManager_java patch-jdk_src_share_classes_sun_io_ByteToCharKOI8_U_java patch-jdk_src_share_classes_sun_io_CharToByteKOI8_U_java patch-jdk_src_share_classes_sun_io_CharacterEncoding_java patch-jdk_src_share_classes_sun_java2d_SunGraphicsEnvironment_java patch-jdk_src_share_classes_sun_print_PSPrinterJob_java patch-jdk_src_share_classes_sun_security_provider_SunEntries_java patch-jdk_src_share_classes_sun_tools_jar_Main_java patch-jdk_src_share_classes_sun_tools_jar_resources_jar_properties patch-jdk_src_share_hpi_include_hpi_impl_h patch-jdk_src_share_native_com_sun_java_util_jar_pack_defines_h patch-jdk_src_share_native_com_sun_java_util_jar_pack_main_cpp patch-jdk_src_share_native_com_sun_media_sound_DirectAudioDevice_c patch-jdk_src_share_native_com_sun_media_sound_Platform_c patch-jdk_src_share_native_com_sun_media_sound_SoundDefs_h patch-jdk_src_share_native_common_check_code_c patch-jdk_src_share_native_java_io_io_util_h patch-jdk_src_share_native_java_lang_fdlibm_include_fdlibm_h patch-jdk_src_share_native_java_lang_fdlibm_include_jfdlibm_h patch-jdk_src_share_native_java_util_zip_Inflater_c patch-jdk_src_share_native_java_util_zip_zlib-1_1_3_zconf_h patch-jdk_src_share_native_sun_awt_debug_debug_util_h patch-jdk_src_share_native_sun_awt_image_BufImgSurfaceData_c patch-jdk_src_share_native_sun_awt_image_DataBufferNative_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv2x2_f_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_16ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_16nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_8ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_8nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_u16ext_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageConv_u16nw_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageCopy_Bit_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageLookUp_64_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageLookUp_Bit_c patch-jdk_src_share_native_sun_awt_medialib_mlib_ImageUtils_c patch-jdk_src_share_native_sun_awt_medialib_mlib_c_ImageCopy_c patch-jdk_src_share_native_sun_awt_medialib_mlib_c_ImageLookUp_f_c patch-jdk_src_share_native_sun_awt_medialib_mlib_image_h patch-jdk_src_share_native_sun_awt_medialib_mlib_sys_c patch-jdk_src_share_native_sun_awt_medialib_mlib_types_h patch-jdk_src_share_native_sun_font_AccelGlyphCache_c patch-jdk_src_share_native_sun_java2d_SurfaceData_c patch-jdk_src_share_native_sun_java2d_cmm_lcms_LCMS_c patch-jdk_src_share_native_sun_java2d_opengl_OGLFuncs_h patch-jdk_src_share_native_sun_java2d_opengl_OGLRenderQueue_c patch-jdk_src_share_native_sun_java2d_opengl_OGLTextRenderer_c patch-jdk_src_share_transport_socket_socketTransport_c patch-jdk_src_solaris_back_exec_md_c patch-jdk_src_solaris_back_util_md_h patch-jdk_src_solaris_bin_ergo_c patch-jdk_src_solaris_bin_ergo_h patch-jdk_src_solaris_bin_ergo_i586_c patch-jdk_src_solaris_bin_java_md_c patch-jdk_src_solaris_bin_java_md_h patch-jdk_src_solaris_classes_sun_awt_X11GraphicsEnvironment_java patch-jdk_src_solaris_classes_sun_awt_motif_MFontConfiguration_java patch-jdk_src_solaris_classes_sun_font_XMap_java patch-jdk_src_solaris_classes_sun_print_UnixPrintServiceLookup_java patch-jdk_src_solaris_classes_sun_security_provider_NativePRNG_java patch-jdk_src_solaris_classes_sun_tools_attach_BsdAttachProvider_java patch-jdk_src_solaris_demo_jvmti_hprof_hprof_md_c patch-jdk_src_solaris_hpi_include_interrupt_h patch-jdk_src_solaris_hpi_include_largefile_bsd_h patch-jdk_src_solaris_hpi_include_largefile_h patch-jdk_src_solaris_hpi_native_threads_include_threads_md_h patch-jdk_src_solaris_hpi_native_threads_src_condvar_md_c patch-jdk_src_solaris_hpi_native_threads_src_monitor_md_c patch-jdk_src_solaris_hpi_native_threads_src_sys_api_td_c patch-jdk_src_solaris_hpi_native_threads_src_threads_bsd_c patch-jdk_src_solaris_hpi_native_threads_src_threads_md_c patch-jdk_src_solaris_hpi_src_linker_md_c patch-jdk_src_solaris_hpi_src_memory_md_c patch-jdk_src_solaris_hpi_src_system_md_c patch-jdk_src_solaris_instrument_EncodingSupport_md_c patch-jdk_src_solaris_javavm_export_jvm_md_h patch-jdk_src_solaris_javavm_include_typedefs_md_h patch-jdk_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c patch-jdk_src_solaris_native_com_sun_security_auth_module_Unix_c patch-jdk_src_solaris_native_common_gdefs_md_h patch-jdk_src_solaris_native_java_io_UnixFileSystem_md_c patch-jdk_src_solaris_native_java_io_canonicalize_md_c patch-jdk_src_solaris_native_java_io_io_util_md_c patch-jdk_src_solaris_native_java_lang_ProcessEnvironment_md_c patch-jdk_src_solaris_native_java_lang_UNIXProcess_md_c patch-jdk_src_solaris_native_java_lang_java_props_md_c patch-jdk_src_solaris_native_java_net_Inet4AddressImpl_c patch-jdk_src_solaris_native_java_net_Inet6AddressImpl_c patch-jdk_src_solaris_native_java_net_NetworkInterface_c patch-jdk_src_solaris_native_java_net_PlainDatagramSocketImpl_c patch-jdk_src_solaris_native_java_net_PlainSocketImpl_c patch-jdk_src_solaris_native_java_net_net_util_md_c patch-jdk_src_solaris_native_java_net_net_util_md_h patch-jdk_src_solaris_native_java_nio_MappedByteBuffer_c patch-jdk_src_solaris_native_java_util_FileSystemPreferences_c patch-jdk_src_solaris_native_java_util_TimeZone_md_c patch-jdk_src_solaris_native_sun_awt_VDrawingArea_c patch-jdk_src_solaris_native_sun_awt_X11Color_c patch-jdk_src_solaris_native_sun_awt_XDrawingArea_c patch-jdk_src_solaris_native_sun_awt_awt_Font_c patch-jdk_src_solaris_native_sun_awt_awt_GraphicsEnv_c patch-jdk_src_solaris_native_sun_awt_awt_InputMethod_c patch-jdk_src_solaris_native_sun_awt_awt_MToolkit_c patch-jdk_src_solaris_native_sun_awt_awt_Robot_c patch-jdk_src_solaris_native_sun_awt_awt_TopLevel_c patch-jdk_src_solaris_native_sun_awt_awt_motif21_c patch-jdk_src_solaris_native_sun_awt_awt_util_h patch-jdk_src_solaris_native_sun_awt_awt_wm_c patch-jdk_src_solaris_native_sun_awt_awt_wm_h patch-jdk_src_solaris_native_sun_awt_canvas_c patch-jdk_src_solaris_native_sun_awt_extutil_h patch-jdk_src_solaris_native_sun_awt_fontpath_c patch-jdk_src_solaris_native_sun_awt_list_c patch-jdk_src_solaris_native_sun_awt_robot_common_c patch-jdk_src_solaris_native_sun_font_X11FontScaler_c patch-jdk_src_solaris_native_sun_font_X11TextRenderer_c patch-jdk_src_solaris_native_sun_java2d_j2d_md_h patch-jdk_src_solaris_native_sun_java2d_loops_mlib_ImageZoom_NN_c patch-jdk_src_solaris_native_sun_java2d_loops_vis_FuncArray_c patch-jdk_src_solaris_native_sun_management_FileSystemImpl_c patch-jdk_src_solaris_native_sun_net_dns_ResolverConfigurationImpl_c patch-jdk_src_solaris_native_sun_net_spi_DefaultProxySelector_c patch-jdk_src_solaris_native_sun_nio_ch_DatagramChannelImpl_c patch-jdk_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-jdk_src_solaris_native_sun_nio_ch_FileDispatcher_c patch-jdk_src_solaris_native_sun_nio_ch_FileKey_c patch-jdk_src_solaris_native_sun_nio_ch_Net_c patch-jdk_src_solaris_native_sun_security_pkcs11_j2secmod_md_c patch-jdk_src_solaris_native_sun_tools_attach_BsdVirtualMachine_c patch-jdk_src_solaris_native_sun_xawt_XWindow_c patch-jdk_src_solaris_transport_socket_socket_md_c patch-langtools_src_share_classes_com_sun_tools_javah_Util_java patch-make_Defs-internal_gmk Removed files: devel/jdk/1.7/files: JavaResearchLicense.txt x_x2zip.c devel/jdk/1.7/patches: patch-control_make_sanity-rules_gmk patch-hotspot_src_cpu_amd64_vm_assembler_amd64_cpp patch-hotspot_src_cpu_amd64_vm_jni_amd64_h patch-hotspot_src_cpu_i486_vm_frame_i486_hpp patch-hotspot_src_cpu_i486_vm_frame_i486_inline_hpp patch-hotspot_src_cpu_i486_vm_interpreterRT_i486_cpp patch-hotspot_src_cpu_i486_vm_jni_i486_h patch-hotspot_src_os_cpu_bsd_amd64_vm_assembler_bsd_amd64_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_bytes_bsd_amd64_inline_hpp patch-hotspot_src_os_cpu_bsd_amd64_vm_os_bsd_amd64_cpp patch-hotspot_src_os_cpu_bsd_amd64_vm_vmStructs_bsd_amd64_hpp patch-hotspot_src_os_cpu_bsd_i486_vm_bsd_i486_s patch-hotspot_src_os_cpu_bsd_i486_vm_os_bsd_i486_cpp patch-hotspot_src_os_cpu_bsd_i486_vm_threadLS_bsd_i486_hpp patch-hotspot_src_os_cpu_bsd_i486_vm_vmStructs_bsd_i486_hpp patch-j2se_make_com_sun_java_pack_Makefile patch-j2se_make_com_sun_security_auth_module_Makefile patch-j2se_make_com_sun_tools_attach_FILES_c_gmk patch-j2se_make_com_sun_tools_attach_FILES_java_gmk patch-j2se_make_common_Defs-bsd_gmk patch-j2se_make_common_Defs_gmk patch-j2se_make_common_Program_gmk patch-j2se_make_common_Release_gmk patch-j2se_make_common_shared_Compiler-gcc_gmk patch-j2se_make_common_shared_Compiler_gmk patch-j2se_make_common_shared_Defs-bsd_gmk patch-j2se_make_common_shared_Platform_gmk patch-j2se_make_common_shared_Sanity_gmk patch-j2se_make_docs_Makefile patch-j2se_make_java_Makefile patch-j2se_make_java_hpi_hpi_common_gmk patch-j2se_make_java_hpi_native_Makefile patch-j2se_make_java_instrument_Makefile patch-j2se_make_java_java_Makefile patch-j2se_make_java_java_hprof_demo_Makefile patch-j2se_make_java_java_localegen_sh patch-j2se_make_java_jli_Makefile patch-j2se_make_java_management_Makefile patch-j2se_make_java_net_FILES_c_gmk patch-j2se_make_java_net_Makefile patch-j2se_make_java_nio_Makefile patch-j2se_make_java_npt_Makefile patch-j2se_make_java_redist_FILES_gmk patch-j2se_make_java_redist_Makefile patch-j2se_make_java_sun_nio_FILES_java_gmk patch-j2se_make_java_zip_FILES_c_gmk patch-j2se_make_java_zip_Makefile patch-j2se_make_javax_sound_FILES_c_gmk patch-j2se_make_javax_sound_Makefile patch-j2se_make_javax_sound_SoundDefs_gmk patch-j2se_make_jpda_back_Makefile patch-j2se_make_jpda_transport_socket_Makefile patch-j2se_make_mkdemo_jvmti_Demo_gmk patch-j2se_make_sun_awt_Makefile patch-j2se_make_sun_awt_mawt_gmk patch-j2se_make_sun_font_FILES_c_gmk patch-j2se_make_sun_font_Makefile patch-j2se_make_sun_image_generic_Makefile patch-j2se_make_sun_jawt_Makefile patch-j2se_make_sun_security_jgss_wrapper_Makefile patch-j2se_make_sun_security_pkcs11_Makefile patch-j2se_make_sun_security_smartcardio_Makefile patch-j2se_make_sun_splashscreen_Makefile patch-j2se_make_sun_xawt_Makefile patch-j2se_src_closed_share_classes_sun_jdbc_odbc_JdbcOdbc_c patch-j2se_src_closed_share_native_com_sun_media_sound_DirectAudioDevice_c patch-j2se_src_closed_share_native_com_sun_media_sound_Platform_c patch-j2se_src_closed_share_native_com_sun_media_sound_engine_HAE_cpp patch-j2se_src_closed_share_native_com_sun_media_sound_engine_X_API_c patch-j2se_src_closed_share_native_com_sun_media_sound_engine_X_API_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kcms_sys_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kcmsos_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_kpfile_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sithread_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sptagmgr_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sync_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_sync_h patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_thread_c patch-j2se_src_closed_share_native_sun_java2d_cmm_kcms_ukcpmgr_c patch-j2se_src_closed_solaris_native_com_sun_media_sound_engine_HAE_API_BsdOS_Capture_c patch-j2se_src_closed_solaris_native_com_sun_media_sound_engine_HAE_API_BsdOS_c patch-j2se_src_share_back_commonRef_c patch-j2se_src_share_classes_com_sun_java_swing_plaf_gtk_Metacity_java patch-j2se_src_share_classes_com_sun_tools_javah_Util_java patch-j2se_src_share_classes_java_awt_GraphicsEnvironment_java patch-j2se_src_share_classes_java_lang_ClassLoader_java patch-j2se_src_share_classes_java_util_TimeZone_java patch-j2se_src_share_classes_sun_awt_FontConfiguration_java patch-j2se_src_share_classes_sun_font_FontManager_java patch-j2se_src_share_classes_sun_io_ByteToCharKOI8_U_java patch-j2se_src_share_classes_sun_io_CharToByteKOI8_U_java patch-j2se_src_share_classes_sun_io_CharacterEncoding_java patch-j2se_src_share_classes_sun_java2d_SunGraphicsEnvironment_java patch-j2se_src_share_classes_sun_print_PSPrinterJob_java patch-j2se_src_share_classes_sun_security_provider_SunEntries_java patch-j2se_src_share_classes_sun_tools_jar_Main_java patch-j2se_src_share_classes_sun_tools_jar_resources_jar_properties patch-j2se_src_share_hpi_include_hpi_impl_h patch-j2se_src_share_native_com_sun_java_util_jar_pack_defines_h patch-j2se_src_share_native_com_sun_java_util_jar_pack_main_cpp patch-j2se_src_share_native_common_check_code_c patch-j2se_src_share_native_java_io_io_util_h patch-j2se_src_share_native_java_lang_fdlibm_include_fdlibm_h patch-j2se_src_share_native_java_lang_fdlibm_include_jfdlibm_h patch-j2se_src_share_native_java_util_zip_Inflater_c patch-j2se_src_share_native_java_util_zip_zlib-1_1_3_zconf_h patch-j2se_src_share_native_sun_awt_debug_debug_util_h patch-j2se_src_share_native_sun_awt_image_BufImgSurfaceData_c patch-j2se_src_share_native_sun_awt_image_DataBufferNative_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv2x2_f_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_16ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_16nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_8ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_8nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_u16ext_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageConv_u16nw_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageCopy_Bit_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageLookUp_64_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageLookUp_Bit_c patch-j2se_src_share_native_sun_awt_medialib_mlib_ImageUtils_c patch-j2se_src_share_native_sun_awt_medialib_mlib_c_ImageCopy_c patch-j2se_src_share_native_sun_awt_medialib_mlib_c_ImageLookUp_f_c patch-j2se_src_share_native_sun_awt_medialib_mlib_image_h patch-j2se_src_share_native_sun_awt_medialib_mlib_sys_c patch-j2se_src_share_native_sun_awt_medialib_mlib_types_h patch-j2se_src_share_native_sun_font_AccelGlyphCache_c patch-j2se_src_share_native_sun_java2d_SurfaceData_c patch-j2se_src_share_native_sun_java2d_opengl_OGLFuncs_h patch-j2se_src_share_native_sun_java2d_opengl_OGLRenderQueue_c patch-j2se_src_share_native_sun_java2d_opengl_OGLTextRenderer_c patch-j2se_src_share_transport_socket_socketTransport_c patch-j2se_src_solaris_back_exec_md_c patch-j2se_src_solaris_back_util_md_h patch-j2se_src_solaris_bin_java_md_c patch-j2se_src_solaris_bin_java_md_h patch-j2se_src_solaris_classes_sun_awt_X11GraphicsEnvironment_java patch-j2se_src_solaris_classes_sun_awt_motif_MFontConfiguration_java patch-j2se_src_solaris_classes_sun_font_XMap_java patch-j2se_src_solaris_classes_sun_print_UnixPrintServiceLookup_java patch-j2se_src_solaris_classes_sun_security_provider_NativePRNG_java patch-j2se_src_solaris_classes_sun_tools_attach_BsdAttachProvider_java patch-j2se_src_solaris_demo_jvmti_hprof_hprof_md_c patch-j2se_src_solaris_hpi_include_interrupt_h patch-j2se_src_solaris_hpi_include_largefile_bsd_h patch-j2se_src_solaris_hpi_include_largefile_h patch-j2se_src_solaris_hpi_native_threads_include_threads_md_h patch-j2se_src_solaris_hpi_native_threads_src_condvar_md_c patch-j2se_src_solaris_hpi_native_threads_src_monitor_md_c patch-j2se_src_solaris_hpi_native_threads_src_sys_api_td_c patch-j2se_src_solaris_hpi_native_threads_src_threads_bsd_c patch-j2se_src_solaris_hpi_native_threads_src_threads_md_c patch-j2se_src_solaris_hpi_src_linker_md_c patch-j2se_src_solaris_hpi_src_memory_md_c patch-j2se_src_solaris_hpi_src_system_md_c patch-j2se_src_solaris_instrument_EncodingSupport_md_c patch-j2se_src_solaris_javavm_export_jvm_md_h patch-j2se_src_solaris_javavm_include_typedefs_md_h patch-j2se_src_solaris_native_com_sun_management_UnixOperatingSystem_md_c patch-j2se_src_solaris_native_com_sun_security_auth_module_Unix_c patch-j2se_src_solaris_native_common_gdefs_md_h patch-j2se_src_solaris_native_java_io_UnixFileSystem_md_c patch-j2se_src_solaris_native_java_io_canonicalize_md_c patch-j2se_src_solaris_native_java_io_io_util_md_c patch-j2se_src_solaris_native_java_lang_ProcessEnvironment_md_c patch-j2se_src_solaris_native_java_lang_UNIXProcess_md_c patch-j2se_src_solaris_native_java_lang_java_props_md_c patch-j2se_src_solaris_native_java_net_Inet4AddressImpl_c patch-j2se_src_solaris_native_java_net_Inet6AddressImpl_c patch-j2se_src_solaris_native_java_net_NetworkInterface_c patch-j2se_src_solaris_native_java_net_PlainDatagramSocketImpl_c patch-j2se_src_solaris_native_java_net_PlainSocketImpl_c patch-j2se_src_solaris_native_java_net_net_util_md_c patch-j2se_src_solaris_native_java_net_net_util_md_h patch-j2se_src_solaris_native_java_nio_MappedByteBuffer_c patch-j2se_src_solaris_native_java_util_FileSystemPreferences_c patch-j2se_src_solaris_native_java_util_TimeZone_md_c patch-j2se_src_solaris_native_sun_awt_VDrawingArea_c patch-j2se_src_solaris_native_sun_awt_X11Color_c patch-j2se_src_solaris_native_sun_awt_XDrawingArea_c patch-j2se_src_solaris_native_sun_awt_Xinerama_c patch-j2se_src_solaris_native_sun_awt_Xinerama_h patch-j2se_src_solaris_native_sun_awt_awt_Font_c patch-j2se_src_solaris_native_sun_awt_awt_GraphicsEnv_c patch-j2se_src_solaris_native_sun_awt_awt_InputMethod_c patch-j2se_src_solaris_native_sun_awt_awt_LoadLibrary_c patch-j2se_src_solaris_native_sun_awt_awt_MToolkit_c patch-j2se_src_solaris_native_sun_awt_awt_Robot_c patch-j2se_src_solaris_native_sun_awt_awt_TopLevel_c patch-j2se_src_solaris_native_sun_awt_awt_motif21_c patch-j2se_src_solaris_native_sun_awt_awt_util_h patch-j2se_src_solaris_native_sun_awt_awt_wm_c patch-j2se_src_solaris_native_sun_awt_awt_wm_h patch-j2se_src_solaris_native_sun_awt_canvas_c patch-j2se_src_solaris_native_sun_awt_extutil_h patch-j2se_src_solaris_native_sun_awt_fontpath_c patch-j2se_src_solaris_native_sun_awt_list_c patch-j2se_src_solaris_native_sun_awt_panoramiXext_h patch-j2se_src_solaris_native_sun_awt_panoramiXproto_h patch-j2se_src_solaris_native_sun_awt_robot_common_c patch-j2se_src_solaris_native_sun_font_X11FontScaler_c patch-j2se_src_solaris_native_sun_font_X11TextRenderer_c patch-j2se_src_solaris_native_sun_java2d_j2d_md_h patch-j2se_src_solaris_native_sun_java2d_loops_mlib_ImageZoom_NN_c patch-j2se_src_solaris_native_sun_java2d_loops_vis_FuncArray_c patch-j2se_src_solaris_native_sun_management_FileSystemImpl_c patch-j2se_src_solaris_native_sun_net_dns_ResolverConfigurationImpl_c patch-j2se_src_solaris_native_sun_net_spi_DefaultProxySelector_c patch-j2se_src_solaris_native_sun_nio_ch_DatagramChannelImpl_c patch-j2se_src_solaris_native_sun_nio_ch_FileChannelImpl_c patch-j2se_src_solaris_native_sun_nio_ch_FileDispatcher_c patch-j2se_src_solaris_native_sun_nio_ch_FileKey_c patch-j2se_src_solaris_native_sun_nio_ch_Net_c patch-j2se_src_solaris_native_sun_security_pkcs11_j2secmod_md_c patch-j2se_src_solaris_native_sun_tools_attach_BsdVirtualMachine_c patch-j2se_src_solaris_native_sun_xawt_XWindow_c patch-j2se_src_solaris_transport_socket_socket_md_c Log message: - switch to GPLv2 w/CLASSPATH exception licensed openjdk7 code - update to early access build 24 - Use GPLv2 licensed binary plugs from the IcedTea project and parts of IcedTea's icedtea-copy-plugs.patch & icedtea-graphics.patch. For more info see: http://icedtea.classpath.org/wiki/Main_Page - Enable packages since we're fully GPLv2 based now, but still not hooked up to bulk builds just yet. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 12:37:13 Modified files: . : 43.html sparc64.html Log message: cleanup CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 12:37:20 Modified files: sys/dev/ic : isp_openbsd.c Log message: Make sure we pass the right argument to isp_wdog() when setting timeouts. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 12:48:50 Modified files: . : 43.html Log message: another pkg count CVSROOT: /cvs Module name: src Changes by: kili@cvs.openbsd.org 2008/03/19 13:25:49 Modified files: usr.bin/sort : tmp.c Log message: Get rid of a useless variable. ok millert@ ray@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:28:24 Modified files: share/man/man5 : pf.conf.5 Log message: demonstrate "include" in the bnf; weerd@weirdnet.nl CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:33:12 Modified files: sys/dev/isa : files.isa share/man/man4 : Makefile isa.4 Added files: sys/dev/isa : fins.c share/man/man4 : fins.4 Log message: Driver for Fintek F71805F LPC sensor based on lm78 driver code; written by Geoff Steckel CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 13:37:04 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 14:08:47 Modified files: usr.sbin/bind/lib/isc/unix: socket.c Log message: CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you are going to allocate/free a block of memory for the message contents, you have to calculate and track the sizes seperately. This change is just like all the other CMSG changes... CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 14:21:01 Modified files: sys/arch/sparc64/include: sparc64.h sys/arch/sparc64/sparc64: ofw_machdep.c Log message: Add prom_itlb_load() and prom_dtlb_load(). CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/19 14:22:10 Log message: import glsfcave GLSFcave is a port of SunFlat's SFcave for UNIX/OpenGL. SFcave is a game where the player controls a ribbon and avoid hitting walls. You have only one control: when you hold the mouse button, the ribbon goes up. Otherwise the ribbon goes down. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080319 N ports/games/glsfcave/distinfo N ports/games/glsfcave/Makefile N ports/games/glsfcave/pkg/DESCR N ports/games/glsfcave/pkg/PLIST N ports/games/glsfcave/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/19 14:22:13 Modified files: games : Makefile Log message: add glsfcave CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/03/19 14:29:56 Modified files: . : index.html build : mirrors.dat Log message: remove ftp.secure.lv and openbsd.bug.lv as requested by maintainer Nikns Siankin CVSROOT: /cvs Module name: www Changes by: grunk@cvs.openbsd.org 2008/03/19 14:30:56 Modified files: . : ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 14:31:09 Modified files: app/ssh-askpass: Makefile Log message: Remove a useless use of cat pointed by espie@ some time ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 14:42:05 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Use PROM calls to enter locked kernel text and data mappings into the TLB. Gets rid of a big chunk of nasty asm code and makes us boot on the e10k with multi-systemboard domains. CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 14:44:18 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/pkg: DESCR-jre DESCR-main Log message: - include the prerelease build number in the package version. - add a description of the native_bootstrap flavor to DESCR-* okay nikolay@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 14:57:57 Modified files: . : MODULES Log message: A whole bunch of new items to update. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/19 15:01:10 Modified files: sys/dev/i2c : i2c_scan.c Log message: add probe for Andigilog aSC7611; discussed with deraadt CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/19 15:15:46 Modified files: . : 3RDPARTY app/xterm : MANIFEST Tekproc.c aclocal.m4 button.c cachedGCs.c charproc.c configure configure.in fontutils.c main.c ptydata.c ptyx.h scrollbar.c sinstall.sh tabs.c util.c version.h xterm.log.html xterm.man xtermcfg.h xtermcfg.hin Log message: update to xterm 234. tested by merdely@, 'looks ok' deraadt@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 15:50:22 Modified files: devel/desktop-file-utils: Makefile distinfo Log message: - update desktop-file-utils to 0.15 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/19 16:35:36 Modified files: x11/mplayer : Makefile Log message: - explicitly disable libcdio, it can always later be enabled. ok biorn@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/19 17:16:19 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as well. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/19 17:19:17 Modified files: sys/arch/i386/conf: GENERIC Log message: enable fins(4) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/19 18:59:37 Modified files: sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c sys/dev/isa : fd.c Log message: Bring isa/fd.c into line with sparc/sparc64 fd code and prepare all for the addition of missing disklabel related ioctl's. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/19 19:54:56 Modified files: devel/jdk : Makefile Log message: - connect 1.7 to the build and build distributable packages ok nikolay@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/19 23:14:11 Modified files: devel/sdl : Makefile devel/sdl/patches: patch-sdl-config_in Log message: add @X_CFLAGS@ to `sdl-config --cflags` (-I${X11BASE}/include), much like -L{X11...} is in --libs from Peter Hessler CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/19 23:25:37 Modified files: . : 43.html Log message: powerpc pkg count CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/03/20 00:02:08 Modified files: editors/vim : Makefile distinfo Log message: it's been a month... time for another 30+ vim patches now up to 7.1.281 CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/03/20 02:31:07 Modified files: net : Makefile Log message: enable bulk builds of sambas ads flavor ok mbalmer@ sure jasper@ CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:55:07 ports/www/zope/2.9 Update of /cvs/ports/www/zope/2.9 In directory cvs.openbsd.org:/tmp/cvs-serv26692/2.9 Log Message: Directory /cvs/ports/www/zope/2.9 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:55:08 ports/www/zope/2.10 Update of /cvs/ports/www/zope/2.10 In directory cvs.openbsd.org:/tmp/cvs-serv26692/2.10 Log Message: Directory /cvs/ports/www/zope/2.10 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 04:59:04 ports/www/plone/3.0 Update of /cvs/ports/www/plone/3.0 In directory cvs.openbsd.org:/tmp/cvs-serv17459/3.0 Log Message: Directory /cvs/ports/www/plone/3.0 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:04:26 ports/www/plone/2.1 Update of /cvs/ports/www/plone/2.1 In directory cvs.openbsd.org:/tmp/cvs-serv16460/2.1 Log Message: Directory /cvs/ports/www/plone/2.1 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:04:27 ports/www/plone/2.5 Update of /cvs/ports/www/plone/2.5 In directory cvs.openbsd.org:/tmp/cvs-serv16460/2.5 Log Message: Directory /cvs/ports/www/plone/2.5 added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:32 ports/www/zope/2.9/pkg Update of /cvs/ports/www/zope/2.9/pkg In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/pkg Log Message: Directory /cvs/ports/www/zope/2.9/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:33 ports/www/zope/2.9/patches Update of /cvs/ports/www/zope/2.9/patches In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/patches Log Message: Directory /cvs/ports/www/zope/2.9/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:34 ports/www/zope/2.9/files Update of /cvs/ports/www/zope/2.9/files In directory cvs.openbsd.org:/tmp/cvs-serv383/2.9/files Log Message: Directory /cvs/ports/www/zope/2.9/files added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:35 ports/www/zope/2.10/pkg Update of /cvs/ports/www/zope/2.10/pkg In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/pkg Log Message: Directory /cvs/ports/www/zope/2.10/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:36 ports/www/zope/2.10/patches Update of /cvs/ports/www/zope/2.10/patches In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/patches Log Message: Directory /cvs/ports/www/zope/2.10/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:21:37 ports/www/zope/2.10/files Update of /cvs/ports/www/zope/2.10/files In directory cvs.openbsd.org:/tmp/cvs-serv383/2.10/files Log Message: Directory /cvs/ports/www/zope/2.10/files added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:38 ports/www/plone/3.0/pkg Update of /cvs/ports/www/plone/3.0/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/3.0/pkg Log Message: Directory /cvs/ports/www/plone/3.0/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:39 ports/www/plone/2.5/pkg Update of /cvs/ports/www/plone/2.5/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/2.5/pkg Log Message: Directory /cvs/ports/www/plone/2.5/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:23:40 ports/www/plone/2.1/pkg Update of /cvs/ports/www/plone/2.1/pkg In directory cvs.openbsd.org:/tmp/cvs-serv19215/2.1/pkg Log Message: Directory /cvs/ports/www/plone/2.1/pkg added to the repository CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:37:47 Modified files: www/zope : Makefile zope.port.mk Added files: www/zope : Makefile.inc www/zope/2.10 : Makefile distinfo www/zope/2.10/files: README.OpenBSD www/zope/2.10/patches: patch-skel_etc_zope_conf_in www/zope/2.10/pkg: DESCR MESSAGE PFRAG.shared PLIST www/zope/2.9 : Makefile distinfo www/zope/2.9/files: README.OpenBSD www/zope/2.9/patches: patch-skel_etc_zope_conf_in www/zope/2.9/pkg: DESCR MESSAGE PFRAG.shared PLIST Removed files: www/zope : distinfo www/zope/files : README.OpenBSD www/zope/patches: patch-skel_etc_zope_conf_in www/zope/pkg : DESCR MESSAGE PFRAG.shared PLIST Log message: split port into multiple versions, unbreaks www/plone ok mbalmer@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/20 05:41:11 Modified files: . : 43.html Log message: lmn(4), sockets and spelling CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:42:35 Modified files: www/plone : Makefile Added files: www/plone : Makefile.inc plone.port.mk www/plone/2.1 : Makefile distinfo www/plone/2.1/pkg: DESCR MESSAGE PLIST www/plone/2.5 : Makefile distinfo www/plone/2.5/pkg: DESCR MESSAGE PLIST www/plone/3.0 : Makefile distinfo www/plone/3.0/pkg: DESCR MESSAGE PLIST Removed files: www/plone : distinfo www/plone/pkg : DESCR MESSAGE PLIST Log message: split port into several version that makes Plone releases and OpenBSD releases independent. Plone Updates can be really hard, if they are possible at all. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 05:46:57 Modified files: usr.sbin/snmpd : snmpd.8 Log message: Fix HISTORY. OK reyk@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/03/20 05:52:26 Modified files: . : plus.html Log message: upto 03/19 CVSROOT: /cvs Module name: ports Changes by: winiger@cvs.openbsd.org 2008/03/20 05:58:26 Modified files: www/zope-cmf : Makefile www/zope-cmfquickinstaller: Makefile www/zope-coreblog: Makefile www/zope-externaleditor: Makefile www/zope-formulator: Makefile www/zope-fortune: Makefile www/zope-fscounter: Makefile www/zope-groupuserfolder: Makefile www/zope-jtracker: Makefile www/zope-ldapuserfolder: Makefile www/zope-logger: Makefile www/zope-placelesstranslationservice: Makefile www/zope-rdfsummary: Makefile www/zope-xmlmethods: Makefile www/zope-zippy : Makefile www/zope-zsyncer: Makefile www/zope-zwiki : Makefile Log message: bump PKGNAME CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 06:02:28 Modified files: games/boggle/boggle: bog.c bog.h boggle.6 mach.c prtable.c timer.c Log message: Make the bog code generic enough to handle arbitrary NxN grids and add cubes for 5x5 mode based on Boggle Deluxe (aka Big Boggle) as well as support for the "challenge cube" shipped with some versions of Boggle. Also Dynamically allocate record keeping structures so we can deal with large word lists and add a --More-- prompt for when there are too many wwords found by the computer to fit on the terminal. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/20 06:40:00 Modified files: mail/claws-mail-htmlviewer: Makefile distinfo Log message: Bugfix update to claws-mail-htmlviewer 0.17.2 From pea at raveland dot org (thanks!) ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/20 06:46:43 Modified files: usr.bin/sudo : sudoers Log message: add SHARED_ONLY to help "make plist" in ports ok millert CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 07:48:50 Modified files: games/boggle/boggle: boggle.6 Log message: Remove a bug that I fixed. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 07:50:06 Modified files: games/boggle/boggle: helpfile Log message: Update usage in help file. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/20 08:58:30 Modified files: share/man/man4 : fins.4 Log message: tweak previous; CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/20 09:51:46 Modified files: . : sparc64.html Log message: wording, typo CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/20 09:57:36 Modified files: de : 42.html docum.html donations.html errata.html errata27.html errata28.html errata29.html errata30.html errata31.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html index.html items.html orders.html plus29.html plus30.html sparc.html sparc64.html tshirts.html want.html faq/de : current.html faq8.html index.html faq/fr : current.html faq4.html faq6.html faq8.html index.html faq/nl : faq4.html index.html faq/pf/it : nat.html pools.html rdr.html shortcuts.html tagging.html faq/pl : current.html faq4.html faq8.html index.html fr : cvsup.html docum.html donations.html errata.html errata32.html errata33.html errata34.html errata35.html errata36.html errata37.html errata38.html errata39.html errata40.html errata41.html errata42.html events.html ftp.html hackathons.html index.html items.html press.html security.html sparc.html sparc64.html want.html it : index.html nl : donations.html index.html orders.html tshirts.html openntpd/fr : portable.html openssh/de : index.html openssh/fr : index.html users.html openssh/nl : users.html pl : cvsup.html i386-laptop.html index.html porting/de : config.html porting/fr : config.html zh : 40.html 41.html 42.html cvsup.html errata.html errata40.html errata41.html errata42.html index.html orders.html Log message: sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/20 10:02:26 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.3, ok okan CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/20 10:21:51 Modified files: games/boggle/boggle: helpfile Log message: Add single line descriptions for the -B and -c flags. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/20 10:35:53 Modified files: sys/arch/i386/conf: files.i386 Log message: let maxusers go much higher CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 10:46:34 Modified files: sys/net : if_pppoe.c Log message: Adapt maximum MTU permitted on pppoe(4) interfaces to the MTU of the connected Ethernet/VLAN interface. From NetBSD Tested by brad@ sthen@ ok canacar@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 11:23:04 Modified files: audio/mp3blaster: Makefile Log message: - update homepage - remove MAINTAINER (per his request) ok naddy@ (former MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:21:39 Modified files: devel/liboil : Makefile distinfo devel/liboil/patches: patch-configure devel/liboil/pkg: PLIST Log message: - update liboil to 0.3.14 - remove MAINTAINER (per her request) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:24:42 Log message: import libcdio 0.80 The libcdio package contains a library which encapsulates CD-ROM reading and control. Applications wishing to be oblivious of the OS- and device-dependant properties of a CD-ROM can use this library. with and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080320 N ports/audio/libcdio/distinfo N ports/audio/libcdio/Makefile N ports/audio/libcdio/pkg/DESCR N ports/audio/libcdio/pkg/PLIST N ports/audio/libcdio/pkg/PFRAG.shared N ports/audio/libcdio/files/openbsd.c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/20 12:26:01 Modified files: audio : Makefile Log message: - add libcdio CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/20 12:59:15 Log message: dump/restore Grandstream device configurations, ok sthen@ Status: Vendor Tag: ian Release Tags: ian_2008-Mar-20 N ports/telephony/gsutil/Makefile N ports/telephony/gsutil/distinfo N ports/telephony/gsutil/pkg/PLIST N ports/telephony/gsutil/pkg/DESCR N ports/telephony/gsutil/pkg/MESSAGE No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/03/20 13:01:41 Modified files: telephony : Makefile Log message: += gsutil CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 14:45:10 Modified files: app/ssh-askpass: resources.c Log message: Get rid of strcat() and strcpy(), fixing a potential stack overflow. With help and ok deraadt@, millert@, oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 14:54:57 Modified files: font : Makefile font/alias : Makefile.bsd-wrapper Log message: Fix my previous attempt to run 'fc-cache -v' at the end of a make build. tested by naddy@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/20 15:58:49 Modified files: . : MODULES Log message: More updates coming. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/20 16:00:01 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Fix whitespace. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:00:15 Modified files: devel/sdl : Makefile Added files: devel/sdl/patches: patch-sdl_pc_in Log message: @X_LIBS@ and @C_CFLAGS@ for pkg-config too, from brad CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:04:26 Modified files: infrastructure/plist: i386 Log message: 4.3 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/20 16:05:02 Modified files: infrastructure/plist: amd64 Log message: 4.3 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:13:03 Modified files: sys/dev/pci : pcidevs Log message: Rearrange some VIA entries so they're in numerical order by PCI id. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:14:15 Modified files: sys/dev/pci : pcidevs Log message: Add the PLX 8524 24 lane PCIe switch. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:16:01 Modified files: sys/dev/pci : pcidevs Log message: add the Silan vendor ID and some product IDs. From DragonFly ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:18:07 Modified files: sys/dev/pci : pcidevs Log message: Add some NVIDIA MCP7B PCI IDs. From Peer Chen @ NVIDIA via LKML. ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 16:19:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/20 16:22:48 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Introduce GET_CPUINFO_VA(), GET_CPCB() and GET_CURPROC() macros to get some important members of 'struct cpuinfo'. Preparation for sun4v. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/20 16:24:46 Modified files: usr.sbin/relayd: relay.c Log message: handle the case that the Content-Length HTTP header may be 0 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/20 16:25:29 Modified files: sys/conf : param.c Log message: we now have a higher count of kernel threads on many machines, so crank the base amount in NPROC to 30; ok miod CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/20 16:54:49 Modified files: sys/arch/mips64/mips64: exception.S Log message: An overoptimization in r1.15 introduced an evil race, back it out. For some reason this would have been blatant on sparc on motorola, one more proof mips is the ante${DEITY} yet fun to live with. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/20 17:06:53 Modified files: www/php5/core : Makefile www/php5/core/pkg: PLIST-main Log message: change @unexec to @extraunexec for the /var/www/conf/php5 directory where users are supposed to create symlinks to config file fragments in ../php5.sample, otherwise the symlinks are destroyed when someone updates php5/core. ok brad, seems ok to landry. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 17:54:57 Modified files: sys/dev/ic : re.c Log message: VLAN tag info must be inserted into all descriptors of a multi-descriptor packet transmission. From NetBSD Fixes PR 5655. Tested by Panagiotis Efstratiou , brad@ and sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/20 18:20:55 Modified files: sys/dev/pci : if_em_hw.c if_em_hw.h Log message: Some additional changes to deal with the ICH8 and ICH9 chipsets. Some bits from FreeBSD Tested by Mike Belopuhov , Henry Precheur , Alexander Hall , Matthew L. Shobe CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/03/20 20:46:43 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-corba_make_common_shared_Platform_gmk patch-jdk_make_common_shared_Platform_gmk patch-jdk_src_share_native_sun_java2d_cmm_lcms_LCMS_c Added files: devel/jdk/1.7/patches: patch-jdk_src_share_classes_javax_swing_text_WrappedPlainView_java patch-jdk_src_share_classes_sun_awt_image_SunWritableRaster_java patch-jdk_src_share_native_sun_awt_image_imageInitIDs_c patch-jdk_src_share_native_sun_awt_image_imageInitIDs_h Log message: - add VMEM_WARNING - adjust memory calculations so this has a chance of building on systems with 256M of real memory. Reported by Dongsheng Song - bring the the rest of IcedTea's icedtea-graphics.patch and fix typo that prevented interactive apps from launching. I expect I will eventually will want to convert over to using IcedTea in full in the future. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/03/20 23:22:11 Modified files: usr.sbin/relayd: relay.c Log message: better handling of chunked encoding, further fixes after extensive testing CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/03/21 02:01:20 Modified files: usr.bin/mg : file.c Log message: Reset startrow when opening multiple files. Spotted by matthieu@ ok, kjell@, matthieu@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/21 06:41:22 Modified files: audio/libcdio : Makefile audio/libcdio/files: openbsd.c Log message: - "0xbe is the command, not a format string"... from jakemsr@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/21 06:51:19 Modified files: bin/ksh : c_ulimit.c ksh.1 misc.c sh.1 Log message: Make ulimit able to get and set multiple limits in a single invocation like bash and zsh do. Requested by espie@, OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 08:53:51 Modified files: graphics/gimp/stable: Makefile distinfo Log message: Update to 2.4.5. From Giovanni. ok simon@, kili@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 09:09:07 Modified files: graphics : Makefile Log message: Add gimp altivec flavor to bulk builds. Requested by ajacoutot CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/21 09:27:21 Modified files: graphics : Makefile graphics/gimp : Makefile Log message: Add altivec FLAVOR to the right file. Pointed out by ajacoutot (thanks) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:10:46 Modified files: sys/arch/alpha/conf: RAMDISK RAMDISKB sys/arch/hppa/gsc: gsckbdmap.c sys/dev/pckbc : wskbdmap_mfii.c sys/dev/usb : ukbdmap.c Log message: Add option WSKBD_NO_INTL_LAYOUTS to prevent inclusion of international keyboard layouts, instead of having SMALL_KERNEL imply this on alpha. No functional change. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:12:43 Modified files: sys/arch/hppa/gsc: gsckbdmap.c sys/dev/usb : ukbdmap.c Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/21 11:14:12 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Do not attach vgafb if not the console device, since the PROM will not have initialized the device in this case. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:41:44 Modified files: sys/arch/i386/conf: RAMDISK_CD Log message: add wireless drivers which need firmware; if someone upgrades the firmware may in fact be there already, so it is OK from espie CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:44:14 Modified files: sys/arch/alpha/conf: GENERIC files.alpha sys/arch/amd64/conf: GENERIC sys/arch/hppa/conf: GENERIC files.hppa sys/arch/macppc/conf: GENERIC files.macppc Log message: crank maxusers on some architectures CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/03/21 12:46:01 Modified files: . : donations.html Log message: more toys CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:47:26 Modified files: sys/arch/alpha/conf: RAMDISKBIG Log message: SMALL_KERNEL, NO_PROPOLICE; from brad CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/21 12:48:15 Modified files: sys/arch/amd64/conf: RAMDISK_CD Log message: add wireless drivers which need firmware; if someone upgrades the firmware may in fact be there already, so it is OK, same as i386 from espie CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 13:25:33 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-raddb_radiusd_conf_in patch-src_lib_Makefile net/freeradius/pkg: PLIST-main Log message: - update freeradius to 2.0.3. Check the Changelog for more information. "if it works for you, I'd say commit it" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 13:28:13 Modified files: net/tcpreplay : Makefile distinfo net/tcpreplay/pkg: PLIST Log message: - maintenance update to tcpreplay-3.2.5. "looks fine" steven@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/21 13:57:44 Modified files: sys/scsi : sd.c Log message: USB Floppies are umass devices so we always use the default 63/255 geometry. But 63 * 255 > 2880 and the cylinder count becomes 0. So if we end up with a valid disksize but 0 cylinders, set heads = cylinders = 1 and sectors-per-track = disksize. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/21 14:11:36 Modified files: sys/dev/pci : eap.c Log message: outputs.master.mute, inputs.dac.mute, record.volume.mute and record.source are already initialized in ac97.c, we dont need to set them here too. ok jakemsr CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/21 14:30:02 Modified files: sys/dev/isa : fd.c Log message: Fix typo/pasto in commented out debug printf(). sc_dv -> sc_dev. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:33:12 Modified files: sys/dev/ic : Tag: OPENBSD_4_1 re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:34:16 Modified files: sys/dev/ic : Tag: OPENBSD_4_2 re.c Log message: Set the RX FIFO threshold to no RX threshold for re(4) adapters. This resolves a number of various bad symptoms experienced by numerous users especially with the adapters at Gig speed. From FreeBSD/NetBSD ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:38:33 Modified files: sys/netinet6 : Tag: OPENBSD_4_1 nd6_nbr.c Log message: fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 14:39:45 Modified files: sys/netinet6 : Tag: OPENBSD_4_2 nd6_nbr.c Log message: fix use-after-free: pfxlist_onlink_check() might free rt_llinfo for the current route, so make sure RTF_LLINFO is still set; fixes pr 5711; ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/03/21 14:46:08 Modified files: net/dnsmasq : Makefile distinfo Log message: - maintenance update to dnsmasq 2.41 ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/21 15:07:49 Modified files: lib : Makefile Log message: Install libdrm before libGL. That way if we're building X on a clean system with dri, libGL doesn't fail due to drm.h being missing. ok matthieu@. Patch from Peter Hessler, thanks! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 15:11:04 Modified files: sys/dev/pci : if_bge.c Log message: Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiber adapters. Tested by brad@ and johan@ to ensure flow control is still working for copper adapters. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/21 15:29:21 Modified files: sys/dev/mii : brgphyreg.h Log message: Add defines for 1Gbps/2.5Gbps fiber interfaces. From FreeBSD CVSROOT: /cvs Module name: www Changes by: jsg@cvs.openbsd.org 2008/03/21 19:04:03 Modified files: . : donations.html want.html Log message: Synchrotech sent me some et/ahci expresscards to play with. CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/03/21 20:08:45 Modified files: usr.bin/calendar/calendars: calendar.birthday Log message: R.I.P. Arthur C. Clarke ok oga. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:47:45 Modified files: sys/dev/usb : usbdevs Log message: Add a bunch of uslcom devices found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:48:35 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/03/21 20:50:02 Modified files: share/man/man4 : uslcom.4 sys/dev/usb : uslcom.c Log message: Add a bunch of uslcom devices found in the Linux driver. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 01:48:58 Modified files: sys/dev : audio.c Log message: when setting the block size, use the scale factor only once in audiosetinfo(), so the block size don't get scaled twice. Also fix the formula used in audiosetinfo(). ok jakemsr CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/03/22 02:38:38 Modified files: usr.sbin/bgpd : bgpd.conf.5 Log message: Mention that softreconfig is on by default. From Matthew Dempsky CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/03/22 04:36:11 Modified files: include : Makefile Log message: Get rid of 3 extra leading spaces. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 04:53:15 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Switch to our initial stack after switching over to our own trap table. This removes the need to lock the stack (and cpuinfo) into the TLB on sun4v. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 05:05:31 Modified files: sys/dev : audio.c audiovar.h sys/sys : audioio.h usr.bin/audioctl: audioctl.c share/man/man4 : audio.4 Log message: add audio(4) driver the ability to use different block sizes for play and record modes. This makes possible to have blocks of the same duration if the play and record formats are different. The API change is backward compatible, so it shouldn't be noticed by current audio ports. ok jakemsr CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/03/22 05:23:11 Modified files: sys/dev/pci : envyvar.h Log message: remove unused fields from envy_softc structure, no functional change CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/22 05:44:42 Modified files: editors/scintilla: Makefile distinfo editors/scintilla/patches: patch-gtk_makefile patch-src_KeyWords_cxx editors/scite : Makefile distinfo editors/scite/patches: patch-gtk_makefile patch-src_Embedded_properties patch-src_SciTEGlobal_properties editors/scite/pkg: PLIST Log message: update to 1.76 from Jeremy Evans (maintainer) CVSROOT: /cvs Module name: xenocara Changes by: merdely@cvs.openbsd.org 2008/03/22 06:40:02 Modified files: app/xterm : Makefile app/xterm/resize: Makefile Log message: Make xterm(1) and resize(1) correctly refer to X(7) instead of X(1). ok matthieu@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 06:49:54 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point registers. UltraSPARC T1 doesn't support ASI_BLK_COMMIT_P, and I can't see why this code needs commit force. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/22 08:09:02 Modified files: app/cwm : calmwm.c calmwm.h kbfunc.c search.c xevents.c Log message: Remove a bunch of unused variables and incorrect comments. "ok with me" okan@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/22 09:09:45 Modified files: app/cwm : calmwm.c calmwm.h client.c conf.c cwm.1 group.c kbfunc.c xevents.c Log message: Rip out, burn, and dance around the grave of group-edit mode. I've yet to speak to anyone who uses it, so just kill it. You can still add/remove from groups using the mouse binding. Groups may get a re-work sometime soon if i have a stroke of genius. knocks about 4k off the i386 binary for me. ok okan@, todd@. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/22 09:29:15 Added files: faq : upgrade43.html Log message: 4.3 is coming, start getting ready... Don't even think of trying to use this yet. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 10:01:32 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: Split out the code that sets the TSB registers and call it from pmap_bootstrap_cpu(). CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/03/22 10:25:09 Modified files: sys/arch/i386/i386: locore.s Log message: Quick comment fixups. ok deraadt@, kettenis@, brad@, marco@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 10:41:49 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove TRAPS_USE_IG code. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 11:15:42 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Simplify cpu_switchto() such that it doesn't need to know the number of register windows provided by the hardware; this number is not readily available on sun4v. This removes the optimization that skips flushing register windows if a process exits. We can add that back later if it turns out to make a significant impact. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/22 11:34:49 Modified files: games/mnemosyne: Makefile distinfo games/mnemosyne/pkg: PLIST Log message: - bugfix update to version 1.0.1.1 CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:17:51 Added files: lib/libc/gen : statvfs.3 Log message: overdue statvfs man page CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:18:42 Modified files: lib/libc/sys : Makefile.inc lib/libc/gen : Makefile.inc Added files: lib/libc/gen : statvfs.c Removed files: lib/libc/sys : statvfs.c Log message: move statvfs.c to gen, since it is not a syscall; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/22 13:37:05 Modified files: lib/libc/gen : statvfs.3 sys/sys : statvfs.h Log message: flag constant values should be UL, spotted by deraadt@ CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/03/22 13:43:09 Modified files: sys/arch/i386/conf: files.i386 Removed files: sys/arch/i386/i386: db_magic.s Log message: Nuke some unused magic. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/22 14:52:32 Modified files: sys/arch/sparc/include: pmap.h Log message: - remove pre-uvm prototype of pmap_page_index() ok miod@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/22 15:10:29 Modified files: sys/arch/sparc64/include: param.h sys/arch/sparc64/sparc64: autoconf.c genassym.cf locore.s machdep.c Log message: Reintroduce the cputyp variable, and use it to distinguish between sun4u and sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/22 15:15:54 Modified files: usr.bin/rcs : ci.c Log message: Fix the freeing of two uninitialized strings. OK niallo@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/03/22 15:34:07 Modified files: app/cwm : group.c Log message: allow autogrouping and sticky mode to work together ok oga@ CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/03/22 16:05:32 Modified files: . : plus.html Log message: fix statvfs man page link CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 16:19:43 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/22 16:30:36 Modified files: usr.sbin/config: mkmakefile.c Log message: put in explicit suffix rules, they're needed anyways since $< is only used for suffix rules. Use them to avoid writing loads of explicit lines. Shaves 2/3 of each Makefile off. okay miod@, deraadt@, henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 16:35:15 Modified files: usr.sbin/config: files.c gram.y mkmakefile.c Log message: spaces found reading that diff CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 16:38:00 Modified files: devel/silc-toolkit: Makefile distinfo Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. From Brad. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/22 16:46:12 Modified files: graphics/gimp/stable: Makefile Log message: Remove un-needed stuff from the Makefile. The gimp build process takes care of these things (--enable-altivec, --enable-mmx, --enable-sse). From brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 16:50:23 Modified files: net/silc-client: Makefile distinfo Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. From Brad. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/22 16:54:43 Modified files: sys/dev/isa : fd.c sys/arch/sparc/dev: fd.c sys/arch/sparc64/dev: fd.c Log message: Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd driver(s). Adapted from sd driver. ok marco@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/22 17:06:50 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c patch-Makefile_defines_int_in patch-apps_silcd_Makefile_in patch-configure_ac patch-doc_example_silcd_conf_in patch-lib_silcmath_tma_h patch-lib_silcutil_silcconfig_c net/silc-server/pkg: PLIST Removed files: net/silc-server/patches: patch-lib_Makefile_in patch-lib_silcsim_Makefile_in Log message: SECURITY update: fixes possible buffer overflow in PKCS#1 message decoding. Version update 1.0 -> 1.1 as tested by several people. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/22 17:28:10 Modified files: distrib/alpha/common: install.md distrib/hppa : install.md distrib/luna88k/ramdisk: install.md distrib/mvme68k/ramdisk: install.md distrib/mvme88k/ramdisk: install.md distrib/sgi/ramdisk: install.md distrib/sparc : install.md distrib/sparc64/common: install.md distrib/vax : install.md Log message: No point in checking disklabel output for 'disk label corrupted' message since it isn't emitted anymore. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 18:51:57 Modified files: lib/libpthread/uthread: uthread_file.c Log message: Use fileno() instead of peeking into FILE *; Paul Stoeber CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/22 20:41:06 Modified files: security/pidgin-otr: Makefile Removed files: security/pidgin-otr/patches: patch-gtk-dialog_c Log message: remove patch not needed anymore. ok okan@ some time ago. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 22:17:07 Modified files: distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/22 23:38:31 Modified files: share/man/man4 : fins.4 Log message: update sensor list; from Geoff Steckel CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/22 23:46:29 Modified files: devel/py-silc : Makefile devel/py-silc/patches: patch-examples_demo_py patch-src_pysilc_callbacks_c Log message: fix crash when obtaining the number of users. ok from martynas@ some time ago. while i'm here remove some unneeded printf's and fix the reply users callback. bump package. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 01:04:48 Modified files: sys/dev/i2c : files.i2c Added files: sys/dev/i2c : asc7611.c Log message: New andl(4) driver for Andigilog aSC7611 Hardware Monitor. Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 02:00:38 Modified files: share/man/man4 : Makefile iic.4 Added files: share/man/man4 : andl.4 Log message: andl(4) manual page for Andigilog aSC7611 CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 02:36:15 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable andl; ok deraadt CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/03/23 02:36:41 Modified files: sys/arch/i386/pci: pchb.c sys/arch/amd64/pci: pchb.c sys/dev/pci : agp.c agp_i810.c agpreg.h Log message: Add AGP support for the Intel G33 chipset. Tested on i386 with a Gigabyte G33M-DS2R motherboard (Intel GMA 3100). Based on NetBSD code. ok oga@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/03/23 02:57:02 Log message: json-c-0.7.0, a JSON implementation in C and licensed under the MIT license. Status: Vendor Tag: mbalmer Release Tags: json-c_20080323 N ports/devel/json-c/Makefile N ports/devel/json-c/distinfo N ports/devel/json-c/pkg/DESCR N ports/devel/json-c/pkg/PLIST N ports/devel/json-c/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/03/23 03:00:15 Modified files: devel : Makefile Log message: Add json-c CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/23 04:53:55 Modified files: x11/dbus : Makefile x11/dbus/patches: patch-tools_dbus-uuidgen_1 x11/dbus/pkg : MESSAGE PLIST Added files: x11/dbus/patches: patch-bus_Makefile_in Removed files: x11/dbus/pkg : UNMESSAGE Log message: - s/etc/$SYSCONFDIR - simpler rc.local example; remove UNMESSAGE - remove /var/run @sample from PLIST as this gets removed at reboot - don't try to install dir outside of $PREFIX ok jasper@ landry@ bernd@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:03:50 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Fix ovbcopy() operation when copying shorts backwards, similar to sparc locore.s r1.76 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:05:43 Modified files: usr.sbin/eeprom: optree.c Log message: Do not abort walking the tree if a node's contents is too large; allows eeprom -p to be used on more macppc models. ok fgsch@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:06:45 Modified files: sys/arch/sparc/sparc: locore.s Log message: Make ovbcopy() the default bcopy() flavour; requested by deraadt@ some time ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:00 Modified files: sys/dev/pci : pcidevs Log message: More 3DLabs devices. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:10:53 Modified files: sys/arch/sparc64/dev: vgafb.c Log message: Use new defines from pcidevs to match Expert3D. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:31:58 Modified files: share/man/man4 : ddb.4 sys/ddb : db_command.c db_command.h Log message: show all mounts command for ddb. From mickey a long time ago. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 06:32:44 Modified files: sys/kern : vfs_subr.c Log message: Wrong printf construct. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/23 06:50:54 Modified files: x11/dbus : Makefile Log message: - use pre-install instead of pre-fake; from bernd@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/23 06:54:02 Modified files: usr.bin/ssh : sftp-client.c Log message: prefer POSIX-style file renaming over filexfer rename behaviour if the server supports the posix-rename@openssh.com extension. Note that the old (filexfer) behaviour would refuse to clobber an existing file. Users who depended on this should adjust their sftp(1) usage. ok deraadt@ markus@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 08:03:55 Modified files: distrib/amd64/common: install.md distrib/armish/ramdisk: install.md distrib/hp300/ramdisk: install.md distrib/i386/common: install.md distrib/landisk/ramdisk: install.md distrib/zaurus/ramdisk: install.md Log message: No point in warning users during install that the disklabel has a weird number of partitions, doesn't checksum, doesn't exist or was found at a particular sector. Brings all archs together in omerta by eliminating use of '-r' and examination of disklabel messages. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/03/23 09:00:29 Modified files: usr.sbin/config: ukcutil.c Log message: Done mark a disable of a disabled device as an change (and same with enable). Reported by jj@ a long time ago. -moj CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/03/23 09:09:21 Modified files: app/cwm : Makefile calmwm.c calmwm.h conf.c cwm.1 group.c kbfunc.c xevents.c Added files: app/cwm : cwmrc cwmrc.5 parse.y Log message: Replace the symlink configuration scheme with a simple yacc parser as found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 09:51:35 Modified files: distrib/mac68k/ramdisk: install.md Log message: Bring mac68k into the md_checkfordisklabel()-free world. Quick test by martin@ shows it seems to still work. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/23 10:35:22 Modified files: . : donations.html Log message: dona CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/23 10:43:25 Modified files: lib/libGL/libmesa: Makefile Log message: Fix libmesa build on amd64 with XENOCARA_BUILD_DRI enabled. Initial fix from phessler, help from matthieu. Thanks to both! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 11:05:42 Modified files: sys/kern : subr_disk.c sys/arch/armish/armish: armish_machdep.c sys/arch/arm/arm: arm32_machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/stand/libsa: parse_args.c sys/arch/mvme88k/stand/libsa: parse_args.c sys/arch/mvmeppc/stand/libsa: parse_args.c sys/arch/sgi/sgi: machdep.c sys/arch/solbourne/solbourne: autoconf.c sys/arch/sparc/sparc: autoconf.c sys/arch/zaurus/zaurus: zaurus_machdep.c Log message: setroot() is supposed to be safe in all cases, so kill the special cases for RB_DFLTROOT; ok miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 13:42:17 Modified files: sbin/disklabel : disklabel.8 disklabel.c Log message: Nuke disklabel -r. All labels come from the kernel via ioctl. "make sense" miod@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/03/23 13:54:47 Modified files: sys/dev/pci : agp.c agp_i810.c agpvar.h Log message: Sometimes the registers claiming the aperture size on 9XX chipsets lie. So instead, use the size of the aperture BAR to determine the aperture size for agp_i810, and don't let the 855 and above have the aperture set. Next to nothing uses it anyway so no harm. introduce generic_{get,set} aperture which has this behaviour so other drivers may use it if useful. Change inspired by what freebsd did after i noticed my aperture size was wrong. Tested by many, ok kettenis@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/23 14:03:14 Modified files: share/man/man4 : fins.4 Log message: .Pp is not needed before or after .Sh; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:07:21 Modified files: share/man/man4/man4.sparc64: Makefile agten.4 bwtwo.4 cgsix.4 cgthree.4 cgtwelve.4 creator.4 mgx.4 rfx.4 tvtwo.4 vigra.4 zx.4 sys/arch/sparc64/conf: files.sparc64 Added files: share/man/man4/man4.sparc64: ifb.4 sys/arch/sparc64/dev: ifb.c Log message: Not-functional-enough driver for the Sun Expert3D cards, put in tree as an incentive for further tinkering only; not for the faint of heart. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/23 14:07:48 Modified files: share/man/man4 : andl.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 14:15:19 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:20:11 Modified files: sys/arch/sparc64/dev: ifb.c Log message: typo; deraadt CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/23 14:22:33 Modified files: share/man/man4 : ddb.4 Log message: Missing .El; spotted by jmc@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/23 14:54:31 Modified files: share/man/man4 : fins.4 Log message: 4.3 is fin; ok deraadt CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/23 15:26:40 ports/www/xcache/patches Update of /cvs/ports/www/xcache/patches In directory cvs.openbsd.org:/tmp/cvs-serv1137/patches Log Message: Directory /cvs/ports/www/xcache/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/23 15:36:20 Modified files: www/xcache : Makefile distinfo www/xcache/pkg : MESSAGE PLIST UNMESSAGE Added files: www/xcache/patches: patch-xcache_ini Log message: from Brad: - Maintenance update of XCache, also tested by myself. from me: - adjust for /var/www/conf/php5 symlinks - add re2c as BUILD_DEPENDS, configure picks it up if installed ok brad@ (maintainer) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/23 15:49:48 Modified files: sys/arch/sparc64/include: pte.h sys/arch/sparc64/sparc64: genassym.cf locore.s Log message: Sigh! The sun4v TTEs have a different layout than sun4u TTEs. Rename the existing sun4u defines and add sun4v. For now, decide which set to use at compile time. Change the sun4u-specific code in locore.s to use the sun4u defines. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 17:28:46 Modified files: sbin/raidctl : raidctl.8 sbin/scan_ffs : scan_ffs.8 Log message: Remove two stray references to the departed -r argument to disklabel. Pointed out by jmc@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/23 17:46:21 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: cpu.c pmap.c Log message: Add code to initialize CPUs on sun4v. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/23 19:16:58 Modified files: sys/dev/raidframe: rf_openbsdkintf.c sys/dev : vnd.c Log message: Change XXgetdisklabel() to the 'normal' four parameter model to prepare for adding missing DIOC* ioctl's. No functional change. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/23 20:41:15 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:01:29 Log message: import jack (jack-audio-connection-kit) JACK is a low-latency audio server, written for POSIX conformant operating systems. It can connect a number of different applications to an audio device, as well as allowing them to share audio between themselves. Its clients can run in their own processes (ie. as normal applications), or can they can run within the JACK server (ie. as a "plugin"). JACK was designed from the ground up for professional audio work, and its design focuses on two key areas: synchronous execution of all clients, and low latency operation. ok kili@ Status: Vendor Tag: jakemsr-20080322 Release Tags: jakemsr N ports/audio/jack/Makefile N ports/audio/jack/distinfo N ports/audio/jack/patches/patch-jackd_engine_c N ports/audio/jack/patches/patch-configure_ac N ports/audio/jack/patches/patch-drivers_netjack_net_source_c N ports/audio/jack/patches/patch-jack_pc_in N ports/audio/jack/patches/patch-config_sysdeps_atomicity_h N ports/audio/jack/patches/patch-libjack_intclient_c N ports/audio/jack/patches/patch-drivers_sun_sun_driver_c N ports/audio/jack/patches/patch-drivers_sun_sun_driver_h N ports/audio/jack/pkg/PLIST N ports/audio/jack/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:07:25 Modified files: audio : Makefile Log message: add jack CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:09:42 Modified files: audio/hydrogen : Makefile audio/hydrogen/patches: patch-configure patch-src_lib_drivers_OssDriver_cpp patch-src_lib_fx_LadspaFX_cpp Added files: audio/hydrogen/patches: patch-data_hydrogen_default_conf patch-src_lib_Hydrogen_cpp patch-src_lib_Hydrogen_h patch-src_lib_Preferences_cpp patch-src_lib_drivers_JackDriver_cpp patch-src_lib_drivers_JackDriver_h Log message: - default to /dev/audio for the audio device, but allow other devices to be used as well - add jack output. these patches are back ported from hydrogen subversion. discussed with MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:15:27 Modified files: audio/aqualung : Makefile Log message: add jack support discussed with MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 21:26:34 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-src_audio_out_Makefile_in patch-src_input_Makefile_in patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_xine-engine_Makefile_in patch-src_xine-engine_xine_c multimedia/xine-lib/pkg: PFRAG.i386-main PLIST-arts PLIST-esd PLIST-main Added files: multimedia/xine-lib/pkg: DESCR-jack PLIST-jack Removed files: multimedia/xine-lib/patches: patch-src_demuxers_demux_flac_c Log message: -update to xine-lib-1.1.11 SECURITY: CVE-2008-0073: libreal (RTSP) boundary error -add jack subpackage update is from Brad, thanks CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 22:46:26 Modified files: x11/vlc : Makefile Added files: x11/vlc/pkg : DESCR-jack PLIST-jack Log message: add jack subpackage CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 22:48:08 Modified files: x11/kde/arts3 : Makefile Added files: x11/kde/arts3/patches: patch-flow_audioioesd_cc Log message: - fix esound output - disable jack for the time being CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:26:46 Modified files: audio/portaudio-svn: Makefile distinfo audio/portaudio-svn/patches: patch-Makefile_in patch-configure patch-src_hostapi_oss_pa_unix_oss_c Log message: - maintainence update to revision 1360 - add jack support CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:31:48 Modified files: audio/audacity : Makefile audio/audacity/patches: patch-src_AudioIO_cpp Log message: - use the capture parameters argument instead of the playback parameters argument with Pa_IsFormatSupported() when checking if certain capture parameters are supported. - take maintainership per former MAINTAINER's suggestion CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/23 23:50:05 Modified files: audio/akode : Makefile Log message: explicitly disable jack and polyp (pulse) audio for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:39:55 Modified files: audio/audacious-plugins: Makefile Log message: disable jack output for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:51:04 Modified files: audio/mpd : Makefile Log message: disable jack for now CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 00:52:02 Modified files: devel/gstreamer-plugins: Makefile Log message: disable jack for now CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/24 01:03:16 Modified files: sys/dev/pci : auich.c Log message: 8-bit has been emulated for some time now. quit lying. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/24 01:05:22 Modified files: sys/dev/pci : auvia.c Log message: auvia(4) doesn't record properly, so don't claim full-duplex capabilities. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/24 02:23:22 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-config_h_in patch-configure_ac patch-finch_libgnt_Makefile_in patch-finch_libgnt_gntwm_c patch-finch_plugins_Makefile_am patch-finch_plugins_Makefile_in patch-libpurple_plugins_ssl_Makefile_in patch-libpurple_protocols_gg_Makefile_in patch-libpurple_protocols_oscar_Makefile_in patch-libpurple_purple-remote patch-libpurple_purple-url-handler patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c patch-pidgin_gtknotify_c net/pidgin/pkg : PLIST Log message: update to 2.4.0. feedback/ok brad@ (maintainer), tested/ok merdely@ on similar diff CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/03/24 04:14:50 Modified files: de : 41.html 42.html donations.html ftp.html index.html sparc.html sparc64.html want.html faq/fr : faq1.html faq/nl : faq8.html index.html faq/pf/it : authpf.html fr : donations.html events.html sparc64.html want.html lt : anoncvs.html docum.html errata39.html index.html landisk.html mail.html pkg-stable.html pkg-stable40.html plat.html stable.html vax.html nl : cvsync.html docum.html donations.html ftp.html index.html items.html tshirts.html openbgpd/de : ftp.html openntpd/de : ftp.html portable.html openssh/nl : index.html pl : index.html zh : 40.html 41.html 42.html docum.html ftp.html getting.html index.html Added files: de : 43.html errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/24 05:49:25 Modified files: sys/arch/sparc64/sparc64: cpu.c Log message: Use correct cpuid on sun4v. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/24 06:01:54 Modified files: games/boggle/boggle: bog.c Log message: remove dependency on recalloc() CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/24 07:24:27 Modified files: www/liferea : Makefile Added files: www/liferea/patches: patch-src_node_c Log message: - fix segfault when marking all items read, when no items are selected from liferea cvs CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/24 07:31:59 Modified files: multimedia/devede: Makefile Removed files: multimedia/devede/patches: patch-devede_convert_py Log message: - we have some kind of os.statvfs now CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/24 07:43:14 Modified files: graphics/py-cairo: Makefile distinfo graphics/py-cairo/patches: patch-configure Log message: - update to 1.4.12 - remove SHARED_ONLY - change my email ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/24 08:34:27 Modified files: share/man/man4/man4.sgi: power.4 Log message: Correct the synopsis. ok jasper@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/03/24 08:41:35 Modified files: share/man/man5 : bsd.port.mk.5 Log message: - since we are in control of shared library versions, advise people to use "0.0" for SHARED_LIBS version when importing a new port ok espie@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/24 10:07:37 Modified files: sys/kern : uipc_usrreq.c Log message: We were led astray (like many others before us) to believe that msg_controllen should be CMSG_LEN() instead of CMSG_SPACE() because the kernel fd passing code was erroring out when "cm->cmsg_len != control->m_len" instead of "CMSG_ALIGN(cm->cmsg_len) != control->m_len". On machines with 16-byte alignment, when one thinks about how the ALIGN padding happens, it is clear that msg_controllen has to be CMSG_SPACE() or the kernel cannot hope to bounds check the messages correctly. For now, change the check to cm->cmsg_len > control->m_len to permit the old ABI to continue working. Later perhaps when all the old binaries are gone we can stop permitting their use. lots of discussion with kettenis CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/24 10:11:08 Modified files: gnu/usr.bin/perl: perl.c lib/libc/gen : auth_subr.c kerberosV/src/kcm: connect.c libexec/ftpd : monitor_fdpass.c libexec/login_skey: login_skey.c libexec/login_tis: login_tis.c libexec/tftp-proxy: tftp-proxy.c libexec/tftpd : tftpd.c usr.sbin/bgpd : buffer.c imsg.c usr.sbin/bind/lib/isc/unix: privsep_fdpass.c socket.c usr.sbin/ospf6d: packet.c usr.sbin/ospfd : packet.c usr.sbin/ppp/ppp: bundle.c usr.sbin/relayd: buffer.c imsg.c usr.sbin/ripd : packet.c usr.sbin/route6d: route6d.c usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: probe.c rtsol.c usr.sbin/snmpd : buffer.c imsg.c usr.sbin/syslogd: privsep_fdpass.c usr.sbin/tcpdump: privsep_fdpass.c usr.sbin/traceroute6: traceroute6.c usr.bin/ssh : monitor_fdpass.c share/man/man3 : CMSG_DATA.3 sbin/isakmpd : monitor_fdpass.c sbin/mount_portal: activate.c sbin/pflogd : privsep_fdpass.c sbin/ping6 : ping6.c regress/sys/kern/unfdpass: unfdpass.c Log message: msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/24 10:39:13 Modified files: share/mk : bsd.dep.mk Log message: check for emptiness of SRCS, since make warns otherwise. okay deraadt@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 11:25:49 Modified files: devel/uuid : Makefile Removed files: devel/uuid/files: Makefile devel/uuid/pkg : DESCR-pgsql PLIST-pgsql Log message: Remove -pgsql subpackage to avoid an endless loop as the next version of postgresql will provide native uuid support, which depends on uuid. Except a few function names your databases will need no changes. For the list of new functions look at the postgresql-docs package or http://www.postgresql.org/docs/8.3/static/uuid-ossp.html. tests & ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 11:26:12 Modified files: databases/postgresql: Makefile distinfo databases/postgresql/patches: patch-configure patch-src_interfaces_ecpg_compatlib_Makefile patch-src_interfaces_ecpg_ecpglib_Makefile patch-src_interfaces_ecpg_pgtypeslib_Makefile patch-src_interfaces_libpq_Makefile databases/postgresql/pkg: PLIST-contrib PLIST-docs PLIST-main PLIST-server Log message: Major update to version 8.3.1 - be sure to dump your databases before you apply this and restore afterwards! Additionally, implicit typecasts are history and not supported anymore. Versions prior to 8.3 had the feature (some say bug) that functions, expecting an argument to be of a certain type, have casted a variable of any other type to the expected type, if possible. This has changed now. Tests surfaced rare occurrences of regressions, which were then fixed in about ten minutes - and that code was not even in the ports tree; no issues found there. A few more things have changed, namely tsearch2 went from contrib to the core and native uuid type support was added; for details read the release announcement at http://www.postgresql.org/docs/8.3/static/release-8-3.html. tests & ok mbalmer@ (maintainer) CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/24 11:29:31 Modified files: . : events.html Log message: add UKUUG event clean up old events CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/03/24 12:03:53 Modified files: usr.bin/make : job.c memory.c memory.h Log message: bye, bye recalloc. Bad interface for various reasons. discussed with deraadt@ and otto@ and millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/24 12:05:54 Modified files: infrastructure/fetch: fetch-all Log message: zap keep-alive scaffolds, it's on all the time now. CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/03/24 12:44:45 Modified files: share/man/man4 : it.4 sys/arch/i386/conf: GENERIC sys/arch/amd64/conf: GENERIC Log message: add it(4) at port 0x228, found on some motherboards. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/24 13:59:13 Modified files: x11/xfce4/xfce4-mpc: Makefile distinfo x11/xfce4/xfce4-mpc/pkg: PLIST Log message: Update to the just-released xfce4-mpc 0.3.3. Bugfix and translation update. ok mbalmer@ CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/24 14:32:04 Modified files: bin/ps : fmt.c Log message: - extern.h is already included by ps.h, so zap it. from Jacek Masiulaniec, via ray@ ok ray@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/24 15:24:31 Modified files: sys/arch/sparc64/dev: pci_machdep.c Log message: Remove KASSERT that's causing grieve on sun4v, and I've never seen triggered. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/24 15:24:52 Modified files: app/xconsole : privsep.c xserver/os : privsep.c Log message: msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis. From deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/24 15:26:16 Modified files: share/man/man4/man4.sparc64: ifb.4 Log message: add "sparc64" to .Dt; CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/03/24 15:35:03 Modified files: sys/kern : subr_userconf.c usr.sbin/config: gram.y mkioconf.c sem.c sem.h ukcutil.c Log message: Make it possible to disable/enable pseudo devices in UKC, config file and at config -e. -moj ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/24 15:45:14 Modified files: audio/jack : Makefile audio/jack/patches: patch-drivers_sun_sun_driver_c Log message: sun_driver tweaks: - in each call to sun_driver_write(), bzero the buffer that will be written to the audio device. stops jackd from "buzzing" or "humming" when the last samples from a client weren't true silence. - consistently use bzero instead of memset to zero out buffers. - add missing returns in error conditions. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/24 15:46:54 Modified files: regress/usr.bin/ssh: sftp-badcmds.sh Log message: disable no-replace rename test now that we prefer a POSIX rename; spotted by dkrause@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 16:29:32 Log message: import p5-Email-Date-Format This module provides a simple means for generating an RFC 2822 compliant datetime string. Status: Vendor Tag: simon Release Tags: simon_20080324 N ports/mail/p5-Email-Date-Format/Makefile N ports/mail/p5-Email-Date-Format/distinfo N ports/mail/p5-Email-Date-Format/pkg/PLIST N ports/mail/p5-Email-Date-Format/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/24 16:29:36 Modified files: mail : Makefile Log message: add p5-Email-Date-Format CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2008/03/24 18:01:47 Log message: import activemerchant-1.3.2 a ruby library for talking to credit card merchants Status: Vendor Tag: jcs Release Tags: jcs20080324 N ports/www/ruby-activemerchant/Makefile N ports/www/ruby-activemerchant/distinfo N ports/www/ruby-activemerchant/pkg/DESCR N ports/www/ruby-activemerchant/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jcs@cvs.openbsd.org 2008/03/24 18:05:35 Modified files: www : Makefile Log message: += ruby-activemerchant CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/25 00:01:26 Modified files: lib/libc/gen : statvfs.3 Log message: section 3, Darrin Chandler CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 02:23:54 Modified files: audio/amarok : Makefile Log message: - disable musicbrainz so it won't be picked up later. 'of course!' ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 03:19:23 Log message: import libmusicbrainz 3.0.1 The libmusicbrainz (also known as mb_client or MusicBrainz Client Library) is a development library geared towards developers who wish to add MusicBrainz lookup capabilities to their applications. from OUSADOU Azwaw, with tweaks by me ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080325 N ports/audio/libmusicbrainz/Makefile N ports/audio/libmusicbrainz/distinfo N ports/audio/libmusicbrainz/pkg/PLIST N ports/audio/libmusicbrainz/pkg/PFRAG.shared N ports/audio/libmusicbrainz/pkg/DESCR N ports/audio/libmusicbrainz/patches/patch-libmusicbrainz3_pc_cmake No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 03:22:16 Modified files: audio : Makefile Log message: - add libmusicbrainz CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 05:45:08 Modified files: x11/kde/arts3 : Makefile distinfo x11/kde/arts3/patches: patch-flow_audioiooss_cc x11/kde/libs3 : Makefile distinfo x11/kde/libs3/patches: patch-configure_in patch-kdecore_tests_kurltest_cpp x11/kde/libs3/pkg: PLIST-main Removed files: x11/kde/libs3/patches: patch-kinit_start_kdeinit_wrapper_c Log message: start updating to 3.5.9, small piece by small piece CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/25 05:58:02 Modified files: usr.bin/ssh : session.c sshd_config.5 Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; from dtucker@ ok deraadt@ djm@ CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/25 06:04:47 Modified files: lib/libc/gen : statvfs.3 Log message: be more explicit about the unit used for the f_b* fields; prompted by and ok djm@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 06:26:03 Modified files: x11/kde/edu3 : Makefile distinfo x11/kde/edu3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/25 06:31:18 Modified files: . : events.html Log message: add Croatian Open.hr event CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 07:41:35 Modified files: x11/kde/games3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/25 07:51:16 Modified files: distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/25 07:54:30 Modified files: audio/libsamplerate: Makefile distinfo audio/libsamplerate/pkg: PLIST Log message: - update libsamplerate to version 0.1.3 More info here: http://www.mega-nerd.com/erikd/Blog/CodeHacking/SecretRabbitCode/progress.html ok landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/25 09:07:10 Modified files: share/misc : airport Log message: Add PVG and change wording of SHA. CVSROOT: /cvs Module name: www Changes by: oga@cvs.openbsd.org 2008/03/25 11:16:36 Modified files: . : want.html Log message: I could do with an extended-life battery for my laptop, so i can hack while travelling. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:27:27 Modified files: audio/lame : Makefile Added files: audio/lame/pkg : DESCR-main DESCR-mp3x PFRAG.shared-main PLIST-main PLIST-mp3x Removed files: audio/lame/pkg : DESCR PFRAG.no-no_x11 PFRAG.shared PLIST Log message: switch lame to multi packages, avoiding some long standing headaches with the normal vs. no_x11 flavors. with input from espie@ and ajacoutot@ ok ajacoutot@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:29:57 Modified files: net/ices : Makefile x11/mplayer : Makefile devel/gstreamer-plugins: Makefile Log message: no need for lame's no_x11 flavor anymore. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 11:31:27 Modified files: audio : Makefile Log message: remove unneeded lame,no_x11. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 11:34:14 Modified files: x11/kde/base3 : Makefile distinfo x11/kde/base3/patches: patch-kdm_kfrontend_Makefile_in patch-ksysguard_ksysguardd_OpenBSD_Makefile_in patch-nsplugins_viewer_viewer_cpp patch-startkde Removed files: x11/kde/base3/patches: patch-kdesu_kdesu_kdesu_cpp Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/25 12:01:43 Modified files: www/links+ : Makefile distinfo Log message: update to 2.1pre33. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/25 12:09:14 Modified files: audio/aqualung : Makefile Log message: - reorder dependencies ok maintainer Jeremy Evans CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/25 13:39:30 Modified files: archivers/unzip: Makefile Added files: archivers/unzip/patches: patch-inflate_c Log message: Security fix for unzip; fix CVE-2008-0888, patch from debian. http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-0888 ok grunk@ (who came up with the same diff) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/25 15:22:52 Modified files: x11/kde/graphics3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/03/25 15:24:24 Modified files: audio/libsndfile: Makefile distinfo audio/libsndfile/patches: patch-examples_sndfile-play_c audio/libsndfile/pkg: PLIST Log message: update to 1.0.17; mostly from brad@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/25 16:20:09 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/pkg: PLIST Log message: - update to 0.6 (by Simon Kuhnle) - take maintainership as former maintainer timed out tested by Will Maier ok martynas@, espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/25 16:38:28 Modified files: sys/arch/macppc/pci: mpcpcibus.c Log message: Make pci_intr_map(9) fail if the interrupt line register is set to 0xff. Prevents crashes later on when we try to estabish the interrupt. ok miod@, deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/25 17:01:41 Modified files: usr.bin/ssh : session.c Log message: last patch had backwards test; spotted by termim AT gmail.com CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/25 17:23:15 Modified files: www/mod_auth_mysql: Makefile www/mod_auth_mysql/patches: patch-Makefile patch-USAGE Added files: www/mod_auth_mysql/patches: patch-README patch-mod_auth_mysql_c Log message: Let it work with mysql >= 4.x, add support for socket connections, plain MD5 encryption and an option to specify additional conditions. Problem reported by Simon Hamilton, request by Markus Liljergren, tested by both. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:28:20 Modified files: share/mk : bsd.xorg.mk proto : Makefile Added files: share/mk : package_version.m4 proto/bigreqsproto: Makefile proto/compositeproto: Makefile proto/damageproto: Makefile proto/dmxproto : Makefile proto/evieproto: Makefile proto/fixesproto: Makefile proto/fontcacheproto: Makefile proto/fontsproto: Makefile proto/glproto : Makefile proto/inputproto: Makefile proto/kbproto : Makefile proto/pmproto : Makefile proto/printproto: Makefile proto/randrproto: Makefile proto/recordproto: Makefile proto/renderproto: Makefile proto/resourceproto: Makefile proto/scrnsaverproto: Makefile proto/trapproto: Makefile proto/videoproto: Makefile proto/x11proto : Makefile proto/xcmiscproto: Makefile proto/xextproto: Makefile proto/xf86bigfontproto: Makefile proto/xf86dgaproto: Makefile proto/xf86driproto: Makefile proto/xf86miscproto: Makefile proto/xf86rushproto: Makefile proto/xf86vidmodeproto: Makefile proto/xineramaproto: Makefile Removed files: proto/bigreqsproto: Makefile.bsd-wrapper proto/compositeproto: Makefile.bsd-wrapper proto/damageproto: Makefile.bsd-wrapper proto/dmxproto : Makefile.bsd-wrapper proto/evieproto: Makefile.bsd-wrapper proto/fixesproto: Makefile.bsd-wrapper proto/fontcacheproto: Makefile.bsd-wrapper proto/fontsproto: Makefile.bsd-wrapper proto/glproto : Makefile.bsd-wrapper proto/inputproto: Makefile.bsd-wrapper proto/kbproto : Makefile.bsd-wrapper proto/pmproto : Makefile.bsd-wrapper proto/printproto: Makefile.bsd-wrapper proto/randrproto: Makefile.bsd-wrapper proto/recordproto: Makefile.bsd-wrapper proto/renderproto: Makefile.bsd-wrapper proto/resourceproto: Makefile.bsd-wrapper proto/scrnsaverproto: Makefile.bsd-wrapper proto/trapproto: Makefile.bsd-wrapper proto/videoproto: Makefile.bsd-wrapper proto/x11proto : Makefile.bsd-wrapper proto/xcmiscproto: Makefile.bsd-wrapper proto/xextproto: Makefile.bsd-wrapper proto/xf86bigfontproto: Makefile.bsd-wrapper proto/xf86dgaproto: Makefile.bsd-wrapper proto/xf86driproto: Makefile.bsd-wrapper proto/xf86miscproto: Makefile.bsd-wrapper proto/xf86rushproto: Makefile.bsd-wrapper proto/xf86vidmodeproto: Makefile.bsd-wrapper proto/xineramaproto: Makefile.bsd-wrapper Log message: Replace autotools based build by native BSD Makefiles in proto/. tested by naddy@ and oga@. ok oga@. CVSROOT: /cvs Module name: src Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:35:56 Modified files: share/mk : Makefile Added files: share/mk : bsd.xconf.mk Log message: Add a bsd.xconf.mk glue file, to be included at the start of Xenocara makefiles. ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:41:50 Modified files: app : Makefile app/cwm : Makefile app/fvwm : Makefile.inc app/glxgears : Makefile app/glxinfo : Makefile app/ssh-askpass: Makefile app/xidle : Makefile app/xsystrace : Makefile app/xterm : Makefile app/xtsscale : Makefile app/xvctl : Makefile driver/xf86-video-ati: Makefile.bsd-wrapper driver/xf86-video-glint: Makefile.bsd-wrapper driver/xf86-video-i810: Makefile.bsd-wrapper driver/xf86-video-intel: Makefile.bsd-wrapper driver/xf86-video-mga: Makefile.bsd-wrapper driver/xf86-video-savage: Makefile.bsd-wrapper driver/xf86-video-sis: Makefile.bsd-wrapper driver/xf86-video-tdfx: Makefile.bsd-wrapper driver/xf86-video-via: Makefile.bsd-wrapper lib : Makefile lib/libGL : Makefile lib/libGL/dri : Makefile.inc share/mk : Makefile xserver : Makefile.bsd-wrapper Added files: share/mk : bsd.xconf.mk Log message: Introduce bsd.xconf.mk to set default config variables used at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/25 17:43:25 Modified files: share/mk : bsd.xconf.mk Log message: Previous commit accidentaly enabled DRI builds on i386 and amd64. Don't do that yet. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/25 18:48:54 Modified files: sys/dev/raidframe: rf_openbsdkintf.c Log message: Add DIOCRLDINFO support. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/25 20:04:54 Modified files: build : mirrors.dat Log message: add obsd.cec.mtu.edu. Thanks to Michigan Technological University for the hosting, Chris Linn for making it happen, and "someone" for a donation of a pair really nice machines. Admin'd by Chris Linn and me. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/25 20:19:43 Modified files: . : anoncvs.html cvsync.html ftp.html openbgpd : ftp.html openntpd : ftp.html portable.html Log message: sync CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/03/26 00:55:06 Modified files: sbin/umount : umount.c Log message: zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:11:08 Modified files: share/man/man4/man4.hp300: apci.4 dca.4 dcm.4 dio.4 dvbox.4 gbox.4 hyper.4 rbox.4 topcat.4 tvrx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:35:40 Modified files: share/man/man4/man4.hppa: phantomas.4 Log message: some readability fixes for DESCRIPTION; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 02:52:38 Modified files: share/man/man4/man4.hp300: intro.4 Log message: add a couple missing devices; ok miod CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 03:15:47 Modified files: x11/kde/pim3 : Makefile distinfo x11/kde/pim3/patches: patch-configure_in x11/kde/pim3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/26 03:37:59 Modified files: lib/libc/gen : statvfs.3 Log message: HISTORY tweak; ok otto CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:04:21 Modified files: x11/kde/admin3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:11:28 Modified files: databases/jxplorer: Makefile Log message: RUN_DEPENDS change -> pkgname bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 04:14:29 Modified files: databases/architect: Makefile Log message: RUN_DEPENDS change -> pkgname bump CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 05:11:42 Modified files: x11/kde/utils3 : Makefile distinfo x11/kde/utils3/patches: patch-kcalc_knumber_knumber_priv_h patch-klaptopdaemon_Makefile_in patch-klaptopdaemon_portable_cpp patch-ksim_monitors_filesystem_filesystemstats_cpp Log message: 3.5.9 tweak for statvfs CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 05:48:34 Modified files: x11/kde/accessibility3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 07:07:04 Modified files: java/junit : Makefile devel/eclipse/sdk: Makefile www/tomcat/v4 : Makefile www/tomcat/v5 : Makefile devel/jakarta-servletapi: Makefile editors/openoffice: Makefile textproc/xerces: Makefile devel/apache-ant: Makefile devel/ivy : Makefile devel/maven : Makefile geo/jeoip : Makefile devel/netbeans : Makefile databases/postgresql-jdbc: Makefile Log message: missing PKGNAME bumps after java.port.mk changes noticed by espie@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 07:22:22 Modified files: x11/kde/sdk3 : Makefile distinfo x11/kde/sdk3/patches: patch-kompare_libdiff2_kompareprocess_cpp patch-kuiviewer_Makefile_in Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/26 08:00:28 Modified files: sys/dev/ata : atascsi.c Log message: plug a mem leak. the array of ports wasnt freed on detach. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/26 08:29:25 Modified files: sysutils/logpp : Makefile distinfo Log message: update to 0.15 ok msf@ merdely@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/26 08:56:29 Modified files: distrib/sets/lists/base: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/26 08:58:55 Modified files: devel/gstreamer-plugins: Makefile Log message: do not pickup xvid or libshout2. naddy@ ok. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/03/26 09:45:42 Modified files: app/cwm : calmwm.h client.c Log message: Fix a couple of issues with the maximization code. If a window is vertically maximized, then resized, before the MAXIMIZED flag wasn't removed, now it is. so doing a resize then does the right thing. Also, separate flags are needed for vertical and normal maximziation, else when you do vertical-maximize, followed by maximize, the window returns to it's original size. ok simon@, okan@ CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/03/26 09:50:51 Modified files: . : 43.html Log message: Add alpha package count. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/26 10:11:39 Modified files: . : 43.html Log message: incorrect; noone is sure yet. i do this, leave it alone CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 10:45:43 Modified files: shells/zsh : Makefile shells/zsh/pkg : PLIST Added files: shells/zsh/patches: patch-Completion_Unix_Type__canonical_paths Log message: Add patch to fix umount / complaining about missing -q readlink opt. From pea at raveland dot org (MAINTAINER), noticed by FreeBSD maintainer. ok okan@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/26 10:50:23 Modified files: x11/kde/network3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 12:38:31 Modified files: www/py-webpy : Makefile distinfo www/py-webpy/pkg: PLIST Log message: update to 0.23 (from maintainer) tested by Will Maier ok pyr@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 13:57:24 Modified files: devel/py-twisted: Makefile.inc devel/py-twisted/conch: Makefile distinfo devel/py-twisted/conch/pkg: PLIST devel/py-twisted/core: Makefile distinfo devel/py-twisted/core/pkg: PLIST devel/py-twisted/lore: Makefile distinfo devel/py-twisted/lore/pkg: PLIST devel/py-twisted/mail: Makefile distinfo devel/py-twisted/mail/pkg: PLIST devel/py-twisted/names: Makefile distinfo devel/py-twisted/names/pkg: PLIST devel/py-twisted/news: Makefile distinfo devel/py-twisted/news/pkg: PLIST devel/py-twisted/runner: Makefile devel/py-twisted/runner/pkg: PLIST devel/py-twisted/web: Makefile distinfo devel/py-twisted/web/pkg: PLIST devel/py-twisted/web2: Makefile devel/py-twisted/words: Makefile distinfo devel/py-twisted/words/pkg: PLIST Removed files: devel/py-twisted/core/pkg: PFRAG.shared devel/py-twisted/runner/pkg: PFRAG.shared Log message: - update to TwistedCore 2.5.0 and related subpackages - add documentation and examples for twisted.doc - disable twisted.web2 (still experimental and not working with 2.5.0 yet) - take maintainership (requested by alek@) with help from and tested by Will Maier and martynas@ ok martynas@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/26 14:12:59 Modified files: games/boggle/boggle: mach.c timer.c Log message: Bomb out if we cannot read the input. This happens when select says there has been a status change to indicate that the tty has gone away. Prevents spinning on terminal detach. OK pvalchev@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 14:18:35 Log message: initial import of thinkingrock 2.0.epsilon Thinking Rock is a free software application for collecting and processing your thoughts following the GTD methodology. Status: Vendor Tag: sturm Release Tags: sturm_20080326 N ports/productivity/thinkingrock/Makefile N ports/productivity/thinkingrock/distinfo N ports/productivity/thinkingrock/pkg/PLIST N ports/productivity/thinkingrock/pkg/DESCR N ports/productivity/thinkingrock/patches/patch-bin_thinkingrock N ports/productivity/thinkingrock/patches/patch-bin_xdg-open N ports/productivity/thinkingrock/patches/patch-bin_xdg-email N ports/productivity/thinkingrock/patches/patch-platform6_lib_nbexec N ports/productivity/thinkingrock/files/xmutt.sh N ports/productivity/thinkingrock/files/xdg-open-hook.sh N ports/productivity/thinkingrock/files/xdg-email-hook.pl N ports/productivity/thinkingrock/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/03/26 14:19:22 Modified files: productivity : Makefile Log message: thinkingrock CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/26 14:21:45 Added files: net/nagios/plugins/patches: patch-plugins_check_pgsql_c Log message: I made you a patch but cvs eated it. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/03/26 14:35:52 Modified files: devel/py-zopeinterface: Makefile distinfo devel/py-zopeinterface/pkg: PLIST Removed files: devel/py-zopeinterface/pkg: PFRAG.shared Log message: - update to ZopeInterface 3.3.0 - take maintainership tested by Will Maier ok alek@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 14:41:26 ports/devel/mercurial/patches Update of /cvs/ports/devel/mercurial/patches In directory cvs.openbsd.org:/tmp/cvs-serv28264/patches Log Message: Directory /cvs/ports/devel/mercurial/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/03/26 14:43:44 Modified files: devel/mercurial: Makefile distinfo devel/mercurial/pkg: PLIST Added files: devel/mercurial/patches: patch-tests_run-tests_py Log message: Update to mercurial 1.0, enable regress tests. From Will Maier (MAINTAINER), tested by myself. ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 15:28:14 Modified files: usr.bin/ssh : auth-options.c auth-options.h session.c sshd.8 Log message: add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/26 16:07:24 Modified files: sys/arch/sparc64/sparc64: trap.c Log message: Disable some code that reads some sun4u-specific registers for diagnostic reasons, but isn't otherwise used. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 17:44:41 Modified files: usr.bin/ssh : sftp-server-main.c Log message: Fix RCS ident CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/03/26 18:16:49 Modified files: usr.bin/ssh : version.h Log message: openssh-4.9 CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/26 18:36:46 Modified files: geo/qlandkarte : Makefile distinfo geo/qlandkarte/patches: patch-src_CToolViewLog_cpp patch-src_IProjection_cpp geo/qlandkarte/pkg: PFRAG.shared PLIST Added files: geo/qlandkarte/patches: patch-src_src_pro Removed files: geo/qlandkarte/patches: patch-common Log message: update to qlandkarte-0.7.1 (note binary changed to lowercase now) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/26 19:35:02 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/pkg: PFRAG.i386-main PLIST-main Added files: multimedia/xine-lib/patches: patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in Log message: the tvtime postprocessing plugin doesn't link on amd64. appears to be an assembly problem in the tomsmocomp filter, but strangely this was building before, and the code did not change. so, only build/install the tvtime plugin on i386, until the problem is resolved. CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 19:44:23 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : kate.c Log message: welcome kate(4), a new driver supporting AMD K8 temperature sensors discussed with deraadt and others tested by jasper, deraadt, todd and others CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 19:54:44 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : kate.4 Log message: kate(4) manual page CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 22:52:03 Modified files: sys/dev/pci : kate.c Log message: update the revision cpuid table, removing three duplicate ids from "JH-F" and adding two missing ids for Mobile AMD Sempron rev DH-G2; tested todd CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/26 23:46:09 Modified files: sys/dev/i2c : i2c_scan.c Log message: test the Vdd registers of Andigilog chips against the minimum voltage readings; 'good plan' deraadt; ok kettenis, mikeb CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/03/27 03:21:59 Modified files: sys/dev/pci : jmb.c Log message: add detach support. this has to be the easiest diff for hotplug ever, go read it :) ok kettenis@ jsg@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/27 03:35:01 Modified files: x11/kde/artwork3: Makefile distinfo x11/kde/artwork3/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/27 05:39:23 Modified files: x11/kde/webdev : Makefile distinfo x11/kde/webdev/pkg: PLIST Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/27 05:46:40 Modified files: . : i386.html Log message: iwn(4) is available in GENERIC, so tell people that. "Commit it!" damien CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/27 07:02:50 Modified files: audio/libcdio : Makefile audio/libcdio/pkg: PLIST Log message: - disable cdda-player for now as it is not quite working yet "fine with me" jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 07:47:08 Modified files: share/man/man4/man4.sgi: gbe.4 macebus.4 mavb.4 mec.4 mkbc.4 Log message: Bring the synopsis sections of various sgi man pages into line with direct configuration. ok miod@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/27 08:31:31 Modified files: lang/python/2.5: Makefile lang/python/2.5/pkg: PLIST-main PLIST-tools Log message: Move two files from PLIST-main to PLIST-tools. Fixes pkg_delete python. From alek@ ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 08:36:11 Modified files: sys/arch/sgi/sgi: clock_md.c Log message: Data mode can only be changed when updating the clock, so don't bother trying to change to BCD mode before reading. Also, don't assume that the clock is in 24 hour mode when updating. tested jasper@, ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 08:38:17 Modified files: sys/arch/sgi/localbus: com_lbus.c Log message: Majorly cleanup/overhaul com @ macebus code. ok miod@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/03/27 09:09:17 Modified files: . : amd64.html Log message: iwn(4) and wpi(4) are in GENERIC, so tell people that. "Commit it!" damien CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 09:11:37 Modified files: sys/arch/sgi/stand/boot: arcbios.c Log message: Remove unwanted code and sync with mips64/arcbios.c. ok miod@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/27 14:19:33 Modified files: share/man/man4/man4.mvme68k: ie.4 le.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/27 15:51:35 Modified files: www/mozilla-firefox: Makefile distinfo Log message: SECURITY UPDATE to mozilla-firefox 2.0.0.13 fixes multiple vulnerabilities: http://secunia.com/advisories/29526/ ok landry@ martynas@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/27 16:37:57 Modified files: usr.bin/ssh : sshd.8 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/27 20:50:02 Modified files: sys/arch/sgi/stand/boot: boot.c Log message: If we fail to load the kernel, drop the user into interactive mode of ARCS, rather than just rebooting. ok deraadt@, miod@, jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/28 05:31:49 Modified files: x11/isomaster : Makefile distinfo x11/isomaster/patches: patch-Makefile patch-icons_Makefile patch-po_Makefile x11/isomaster/pkg: PLIST Log message: - buxfix update to version 1.3.1 + some patch cleanings based on a diff from maintainer Giovanni Bechis ok maintainer CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/28 07:13:11 Modified files: editors/tea : Makefile distinfo editors/tea/patches: patch-src_tea_config_c editors/tea/pkg: PLIST Removed files: editors/tea/patches: patch-src_rox_strings_c patch-src_tea_defs_h Log message: update to 17.6.0 from Giovanni Bechis (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/03/28 09:08:34 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for mozilla-firefox-2.0.0.13 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/28 09:47:58 Modified files: x11/e17 : Makefile Makefile.inc Log message: - move CFLAGS where it makes more sense ok laurent@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/03/28 11:10:57 Modified files: distrib/sets/lists/base: md.landisk distrib/sets/lists/comp: md.landisk gnu/lib/libstdc++: ltcf-cxx.sh gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm gnu/usr.bin/perl/hints: openbsd.sh share/mk : bsd.own.mk Log message: Enable shared libraries on landisk. The sh architecture required some different linkage than most platforms, This fixes those other requirements. CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2008/03/28 11:47:09 Modified files: faq : current.html Log message: Some hints on how to update landisk from static to shared build. CVSROOT: /cvs Module name: src Changes by: jasper@cvs.openbsd.org 2008/03/28 11:58:20 Modified files: usr.bin/vi/cl : cl_main.c usr.bin/vi/catalog: dump.c Log message: - minor ansification from Gleydson Soares ok otto@ CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/03/28 12:00:29 Modified files: . : donations.html Log message: Thanks to AGES in Austria for donating some RAM for a Sun 280R CVSROOT: /cvs Module name: src Changes by: grunk@cvs.openbsd.org 2008/03/28 12:21:55 Modified files: libexec/spamd : spamd.8 Log message: typo, ok beck@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/28 12:35:21 Modified files: gnu/egcs/gcc/config: openbsd.h Log message: Remove unnecessary whitespace on .type foo,@object lines, which confuse gas on some (not in-tree) configurations. ok espie@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/28 13:06:20 Modified files: devel/git : Makefile devel/git/patches: patch-Makefile Log message: Fix manpath so git-help(1) works correctly. From fulvio ciriaco. Thanks! CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/28 19:07:17 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable kate(4); ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/03/28 19:58:34 Modified files: infrastructure/mk: bsd.port.mk Log message: 'sh' now has shared libs; from brad CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 05:35:45 Modified files: databases/ruby-mysql: Makefile distinfo Log message: Update to ruby-mysql-2.7.5. CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2008/03/29 05:42:40 Log message: The poor man's daily snapshot script. With feedback from Giovanni Bechis and ajacoutot@. ok ajacoutot@. Status: Vendor Tag: glastree Release Tags: v1_04 N ports/sysutils/glastree/distinfo N ports/sysutils/glastree/Makefile N ports/sysutils/glastree/pkg/PLIST N ports/sysutils/glastree/pkg/DESCR N ports/sysutils/glastree/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: matthieu@cvs.openbsd.org 2008/03/29 05:43:36 Modified files: sysutils : Makefile Log message: +glastree CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 05:47:43 Modified files: sysutils/ruby-capistrano: Makefile distinfo sysutils/ruby-capistrano/pkg: PLIST Log message: Update to ruby-capistrano-2.2.0. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/03/29 06:01:58 Modified files: mail/dkim-milter: Makefile distinfo mail/dkim-milter/patches: patch-dkim-filter_dkim-filter_8 patch-dkim-filter_dkim-filter_c patch-libdkim_dkim_h Log message: upgrade to DKIM-milter v2.5.2. from the release notes: "This is mostly a minor bugfix release. One of the fixes, however, repairs a variable scope problem that could cause false negatives during SSP checks. Thus, an upgrade is advised if you're running 2.5.0 or 2.5.1." CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 06:05:27 Modified files: lang/ruby : Makefile distinfo lang/ruby/pkg : PLIST-main Log message: Security update to ruby-1.8.6.114. (CVE-2008-1145) More information: http://secunia.com/advisories/29232/ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 07:50:39 Modified files: www/nginx : Makefile www/nginx/pkg : PLIST Log message: Give nginx a chance to write stuff into /var/nginx/tmp. ok Darrin Chandler (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/29 09:26:47 Modified files: sys/arch/amd64/amd64: machdep.c sys/arch/i386/i386: bios.c sys/arch/i386/isa: pccom.c Log message: Fix amd64 and i386 serial console handling for non-default speeds. Bring i386 pccom into line with com. Problem reported and first diff by Markus Hennecke, who also tested and corrected subsequent diffs. Boot messages and console now work with his 57K serial connections. Suggestions and ok miod@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/03/29 10:35:13 Modified files: editors/kile : Makefile distinfo editors/kile/patches: patch-src_kile_kile_kcfg patch-src_kile_syntax_Makefile_in patch-src_kile_syntax_latex_xml editors/kile/pkg: PLIST Log message: update to 2.0 also tested by maintainer CVSROOT: /cvs Module name: www Changes by: bernd@cvs.openbsd.org 2008/03/29 10:54:34 Modified files: . : want.html Log message: The Department of Computer and Information Science Uni Konstanz gave me access to a fast i386 smp machine in their data centre for ports development. (via Alexander Holupirek) Thank you! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/03/29 12:31:17 Modified files: www/yui : Makefile Log message: oops CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/03/29 12:56:43 Modified files: sbin/ifconfig : ifconfig.c Log message: fix a free(NULL) in setcarp_nodes(). ok mpf@, chl@ "i agree with the diagnosis" oga@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/29 13:24:40 Modified files: devel/metaauto : Makefile devel/metaauto/files: meta.in Log message: Let the wrapper exit unsuccessfully if it doesn't get what it needs. From Ralf Wildenhues. Thanks! ok espie@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/29 14:04:10 Modified files: faq : upgrade43.html Log message: populate file lists CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/29 14:07:36 Modified files: sys/arch/sparc64/sparc64: clock.c Log message: Don't double count clock and prof interrupts. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 02:46:15 Modified files: audio/jack : Makefile audio/jack/patches: patch-jackd_engine_c Added files: audio/jack/patches: patch-libjack_client_c Log message: - restore the 10 second sleep in the watchdog thread by using nanosleep(2) instead of usleep(3), which is limited to 1 second. - stop clients from getting "zombified" after connection graph changes by ignoring errors from read(2)ing data that isn't used. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/03/30 02:48:53 Modified files: sys/dev/pci : auvia.c Log message: todd@ has 82c686 based auvia(4) devices that do full-duplex properly. restore full-duplex capabilities for 82c686 based devices. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/03/30 05:59:56 Modified files: www/php5/extensions: Makefile Added files: www/php5/extensions/pkg: DESCR-pspell PLIST-pspell Log message: add the pspell extension to the list of built extensions from James Turner CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 06:30:02 Modified files: sys/arch/sparc64/sparc64: autoconf.c cache.h genassym.cf locore.s pmap.c sys/arch/sparc64/include: pte.h sys/arch/sparc64/conf: GENERIC RAMDISK Log message: More sun4v support. GENERIC and RAMDISK kernels will now boot on both sun4u and sun4v. GENERIC.MP won't work yet though. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 07:39:53 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Remove for #if 0'ed out code I left behind with the previous commit. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/30 07:51:30 Modified files: driver/xf86-video-intel: configure configure.ac driver/xf86-video-intel/src: common.h i810_reg.h i830.h i830_debug.c i830_display.c i830_dri.c i830_driver.c i830_dvo.c i830_memory.c i830_quirks.c i830_video.c Log message: Update to Intel driver 2.2.1. But change default accelmethod to XAA. Tested by landry@, oga@, steven@, jakemsr@. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 07:52:10 Log message: import neverball Tilt the floor to roll a ball through an obstacle course before time runs out. Neverball is part puzzle game, part action game, and entirely a test of skill. Also found here is Neverputt, a hot-seat multiplayer miniature golf game using the physics and graphics of Neverball. feedback & ok ajacoutot@ Status: Vendor Tag: simon Release Tags: simon_20080330 N ports/games/neverball/distinfo N ports/games/neverball/Makefile N ports/games/neverball/pkg/DESCR N ports/games/neverball/pkg/PLIST N ports/games/neverball/patches/patch-share_sync_c N ports/games/neverball/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 07:52:14 Modified files: games : Makefile Log message: add neverball CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:08:46 Modified files: sys/dev/pci : if_lii.c Log message: Pad the RXD buffer so that packets are aligned on a 128-byte boundary. This prevents the chip from hard locking the machine when receiving packets. Diff committed from an ASUS EeePC using lii(4). From NetBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/03/30 08:09:20 Modified files: sys/arch/i386/i386: machdep.c Log message: Fix #ifdef NCOM collateral damage introduced in r1.210. ok miod@ kettenis@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:09:56 Modified files: sys/dev/pci : if_lii.c Log message: Enable setting of interrupt timers. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/30 08:17:48 Modified files: sys/dev/pci : if_lii.c Log message: Add code to configure the vendor specific opcodes of the SPI Flash. From NetBSD. ok dlg@ CVSROOT: /cvs Module name: www Changes by: drahn@cvs.openbsd.org 2008/03/30 08:22:57 Modified files: faq : current.html Log message: As maja points out ld.so must be installed before the full build. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/30 08:49:45 Modified files: lib/libkvm : kvm_sparc64.c Log message: Unbreak build. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/30 09:01:56 Modified files: share/man/man9 : mbuf.9 Log message: correct arg name; from Matthew Dempsky ok claudio CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/03/30 09:05:04 Modified files: games/barrage : Makefile games/barrage/pkg: PLIST Log message: Add helpful README, adjust LIB_DEPENDS/WANTLIB and bump. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/03/30 09:15:57 Modified files: x11/roxterm : Makefile distinfo x11/roxterm/patches: patch-Makefile_in patch-configure Log message: - update to version 1.11.1 - regen patches while here from maintainer Jona Joachim CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/03/30 09:45:12 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Add myself. ok mbalmer@ simon@ merdely@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/30 09:54:33 Modified files: lib/libX11/src : UIThrStubs.c Log message: - get rid of recalloc() that got introduced here. - while there fix the computation of the new allocated size. Issue reported by naddy@, ok naddy@. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/30 10:50:25 Modified files: faq : upgrade43.html Log message: /etc/ttys is "special". Save old, copy new, manually re-do local changes to new one. Also, a paste-o. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/03/30 10:52:34 Added files: faq : upgrade43.patch Log message: Lightly tested 4.2->4.3 patch file. Feel free to carefully test, assuming you know how to dig yourself out of any holes it helps you create. CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/03/30 11:56:27 Modified files: usr.sbin/snmpd : snmpd.8 snmpd.conf.5 Log message: .Xr snmpctl ok jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:24:04 Modified files: sys/arch/vax/include: db_machdep.h sys/arch/vax/vax: db_machdep.c Log message: Nuke common. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:24:31 Modified files: sys/arch/vax/include: exec.h Log message: Let the kernel load forthcoming ELF binaries. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 12:25:13 Modified files: sys/arch/vax/vax: locore.c pmap.c Log message: Use vaddr_t instead of void * for some initial virtual memory layout arithmetic. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 13:31:44 Modified files: sys/lib/libsa : loadfile.c Log message: Let this compile with BOOT_AOUT defined. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 13:54:07 Modified files: sys/arch/vax/boot/boot: Makefile boot.c version Added files: sys/arch/vax/include: loadfile_machdep.h Log message: Switch bootloader code to loadfile, and enable a.out and ELF loaders within. Crank the second stage boot blocks version. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:12:25 Modified files: sys/arch/mips64/mips64: mem.c Log message: Remove APERTURE remains. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:13:14 Modified files: sys/arch/mips64/include: memconf.h vmparam.h Log message: Allow the machine-specific headers to overwrite the number of memory segments and the number of freelists. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:14:14 Modified files: sys/arch/sgi/sgi: locore.S Log message: Remove former idle_stack. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:14:40 Modified files: sys/arch/sgi/include: bus.h sys/arch/sgi/localbus: macebus.c macebus.h Log message: Implement bus_space_*8 and bus_space_vaddr. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 14:24:32 Modified files: sys/kern : subr_disk.c Log message: Do not do the ``swap generic'' behaviour if rootdev != NODEV when entering setroot(), as this neuters RAIDframe autoconfiguration; found the hard way by naddy@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/03/30 14:39:41 Modified files: x11/mplayer : Makefile Added files: x11/mplayer/patches: patch-tremor_block_c patch-tremor_block_h patch-tremor_floor0_c patch-tremor_floor1_c patch-tremor_res012_c patch-tremor_synthesis_c Log message: fix tremor on archs where sizeof(int) != sizeof(int *) by adding the missing prototypes. fix from mplayer svn via biorn@ (maintainer). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/30 16:08:31 Modified files: misc/WordGenerator: Makefile distinfo misc/WordGenerator/patches: patch-WordGenerator_tcl Log message: - update WordGenerator to 1.8 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 16:19:33 Modified files: sys/arch/macppc/macppc: autoconf.c sys/arch/sgi/sgi: autoconf.c Log message: nam2blk[] clearly must contain "rd" ... found by krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 16:29:09 Modified files: sys/arch/mvmeppc/mvmeppc: autoconf.c Log message: nam2blk[] clearly must contain "rd" ... found by krw CVSROOT: /cvs Module name: www Changes by: maja@cvs.openbsd.org 2008/03/30 16:34:46 Modified files: faq : current.html Log message: This will work. -moj CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/30 17:51:52 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:05:54 Modified files: audio/esound : Makefile distinfo audio/esound/files: audio_sun.c audio/esound/patches: patch-audio_c patch-test-script patch-util_c audio/esound/pkg: DESCR PLIST Added files: audio/esound/patches: patch-audio_arts_c patch-clients_c patch-configure_ac patch-esd_c patch-esdlib_c Removed files: audio/esound/patches: patch-Makefile.in patch-acconfig_h patch-config_h_in patch-configure_in patch-esd.c Log message: bring back esound-0.2.38. fix the issues with audio(4) handling that caused this to get reverted previously. add an arts flavor. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:07:59 Modified files: usr.bin/ssh : Tag: OPENBSD_4_1 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:08:46 Modified files: devel/commoncpp: Makefile distinfo devel/commoncpp/patches: patch-src_Makefile_in Log message: maintainence update to commoncpp-1.6.1. from brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/30 19:10:27 Modified files: devel/ccrtp : Makefile distinfo Log message: maintainence update to ccrtp-1.6.0 from brad@, with small change by me to disable libgcrypt CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:12:07 Modified files: usr.bin/ssh : Tag: OPENBSD_4_2 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 19:14:45 Modified files: usr.bin/ssh : Tag: OPENBSD_4_3 session.c Log message: ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; ok djm@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 19:36:29 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-4.8 release-4.9 Log message: announce openssh-4.9 CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/03/30 19:40:48 Modified files: . : errata41.html errata42.html errata43.html security.html Log message: add openssh issue. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 20:07:30 Modified files: openssh : ftp.html index.html Log message: correct dates CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 20:29:14 Modified files: openssh : openbsd.html Log message: date fix here too (March 27 => 30) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/03/30 21:32:33 Modified files: net/irssi-silc : Makefile distinfo Log message: Update to 1.4. Fixes a possible buffer overflow: http://silcnet.org/docs/release/SILC%20Client%201.1.4 From brad@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/30 22:03:32 Modified files: sys/arch/mips64/mips64: mem.c Log message: Oops, a chunk was commited too early. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/30 22:17:22 Modified files: sys/arch/amd64/conf: GENERIC RAMDISK_CD sys/arch/i386/conf: GENERIC RAMDISK_CD Log message: Re-enable lii(4). ok deraadt@ CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/03/30 22:29:39 Modified files: openssh : report.html Log message: update portable OpenSSH tracking bug link CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 00:49:27 Modified files: emulators/qemu : Makefile Added files: emulators/qemu/patches: patch-hw_rtl8139_c Log message: fix timers, from brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/31 00:54:13 Modified files: www/sarg : Makefile distinfo Log message: SECURITY UPDATE to sarg 2.2.5 which includes fixes for http://secunia.com/advisories/28668/ ok MAINTAINER CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/03/31 01:14:00 Modified files: sys/dev/ic : ds1687reg.h Log message: Add define for 24 hour time. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 01:44:30 Modified files: share/man/man4/man4.sparc: agten.4 be.4 bwtwo.4 cgeight.4 cgfour.4 cgfourteen.4 cgsix.4 cgthree.4 cgtwelve.4 cgtwo.4 ie.4 le.4 mgx.4 pninek.4 pnozz.4 qe.4 rfx.4 tcx.4 tvtwo.4 vigra.4 zx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 02:03:31 Modified files: share/man/man4/man4.sparc64: ifb.4 Log message: .Pp not needed before lists and displays; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 02:12:22 Modified files: share/man/man4/man4.sparc64: agten.4 audioce.4 audiocs.4 be.4 bwtwo.4 cgsix.4 cgthree.4 cgtwelve.4 creator.4 le.4 mgx.4 psycho.4 pyro.4 qe.4 rfx.4 schizo.4 tvtwo.4 vigra.4 vpci.4 zx.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/31 02:21:51 Modified files: . : events.html Log message: Two entries haven't listed their event year. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/03/31 02:47:25 Modified files: devel/metaauto : Makefile devel/metaauto/files: meta.in Log message: Revert last change because it will cause some breakage which I have to fix first. CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 03:21:31 Modified files: . : events.html Log message: add Jornadas Tecnológicas de Isla Cristina CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 03:48:49 Modified files: . : events.html Log message: add Brussels event CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:07:45 Modified files: net/silc-server: Makefile Log message: add --enable-debug to permit debug logging with -d/-D/-x command line options; bump package version. discussed with Brad (maintainer). CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/03/31 05:28:59 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c Log message: update to xine-lib-1.1.11.1 * Security fixes: - Integer overflows in FLV, Qt, Real, WC3Movie, Matroska and FILM demuxers, allowing remote attackers to trigger heap overflows and possibly execute arbitrary code. (CVE-2008-1482) * Added a few more memory allocation checks to the above demuxers. * WAV file playback fix: don't assume that the first chunk is "fmt ". * Don't try to play partial 24-bit AIFF frames (decoder would lose data). * Fixed AIFF comment chunk handling and sample rate reading. * LPCM fixes: input over-reading, conversion of 24-bit samples. from brad@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:39:48 Modified files: net/libnids : Makefile net/libnids/patches: patch-src_libnids_c Log message: Add pflog/pfsync support to libnids. From Brad, tested by me. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:40:22 Modified files: security/dsniff: Makefile Log message: Bump for libnids update. From Brad. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/03/31 05:40:53 Modified files: security/scanlogd: Makefile Log message: Bump for libnids update. From Brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 06:43:41 Modified files: share/man/man4/man4.vax: gpx.4 ibus.4 intro.4 lcg.4 lcspx.4 mscpbus.4 smg.4 uba.4 vsbus.4 vxtbus.4 Log message: no sense for devices to reference other (same type) devices; requested by deraadt/miod help/ok miod CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/03/31 06:49:58 Modified files: print/ghostscript/gnu-fonts: Makefile Log message: Make distfile fetchable via MASTER_SITE_SOURCEFORGE. Noticed by Tobias Ulmer; ok merdely@ jasper@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/03/31 07:15:53 Modified files: share/man/man3 : Makefile queue.3 Log message: some missing bits; from Girish Venkatachalam ok henning while here, clean up the queue MLINKS CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/31 07:35:55 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/03/31 07:40:10 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.i386 md.macppc md.sparc64 mi Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/03/31 08:10:32 Modified files: distrib/sets/lists/xbase: md.landisk share/mk : bsd.xconf.mk Log message: Enable shared libraries. Sets are 'close' but probably not 100% CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/31 08:14:46 Modified files: share/zoneinfo/datfiles: asia backward leapseconds northamerica southamerica zone.tab Log message: Update to tzdata2008b from elsie.nci.nih.gov CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/03/31 08:16:53 Modified files: lib/libc/time : README localtime.c Log message: Update to tzcode 2008a from elsie.nci.nih.gov CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 08:26:00 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-qemu-doc_texi patch-vl_c Log message: fix -smb option, from viq at viq dot ath dot cx CVSROOT: /cvs Module name: www Changes by: wvdputte@cvs.openbsd.org 2008/03/31 11:06:58 Modified files: . : events.html Log message: add LinuxDays 2008 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 11:56:41 Modified files: sys/dev/isa : wbsio.c Log message: if iobase is 0, lm child is not configured by the bios; ok kettenis CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/03/31 12:21:50 Modified files: . : MODULES Log message: some more to do. CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/03/31 13:20:29 Modified files: share/mk : bsd.xconf.mk Log message: GL enable on landisk was not tested yet. That half of the previous change was not meant to go in. At least yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 13:58:10 Modified files: sys/lib/libsa : loadfile.c Log message: Fix format strings in a.out loader. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/03/31 14:01:47 Modified files: de : 43.html anoncvs.html cvsync.html donations.html errata41.html errata42.html errata43.html events.html ftp.html i386.html security.html faq/de : current.html faq/fr : current.html faq1.html faq11.html faq2.html faq4.html faq6.html faq8.html faq9.html upgrade42.html fr : 42.html amd64.html anoncvs.html cvsync.html donations.html errata41.html errata42.html events.html ftp.html i386.html security.html want.html ja : index.html lt : anoncvs.html armish.html donations.html errata.html errata40.html errata41.html ftp.html index.html landisk.html mail.html pkg-stable.html pkg-stable40.html pmax.html romp.html solbourne.html vax.html openbgpd/de : ftp.html opencvs/zh : index.html openntpd/de : ftp.html portable.html openntpd/fr : portable.html openssh/de : ftp.html index.html openbsd.html report.html openssh/fr : ftp.html index.html openbsd.html report.html openssh/ja : ftp.html index.html openbsd.html report.html pt : index.html zh : anoncvs.html cvsync.html errata41.html errata42.html ftp.html Removed files: ja : 29.html 30.html 31.html 32.html 33.html 34.html 35.html 36.html 37.html 38.html 39.html amd64.html anoncvs.html art1.html art2.html art3.html art4.html audio-port.html books.html checklist.html crypto.html ctm.html cvsup.html cvsync.html disabled.html docum.html donations.html events.html ftp.html goals.html groups.html hppa64.html i386-laptop.html i386.html items.html mail.html orders.html pkg-stable.html pkg-stable28.html pkg-stable29.html pkg-stable30.html pkg-stable31.html pkg-stable32.html pkg-stable33.html pkg-stable34.html pkg-stable35.html pkg-stable36.html pkg-stable37.html pkg-stable38.html plat.html policy.html porting.html ports.html porttest.html powerpc.html press.html products.html query-pr.html report.html romp.html security.html sgi.html smp.html stable.html support.html testimonials.html translation.html tshirts.html users.html want.html why-cvs.html porting/ja : diffs.html libraries.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 14:16:53 Modified files: emulators/qemu : Makefile emulators/qemu/patches: patch-vl_c Added files: emulators/qemu/patches: patch-monitor_c Log message: give encrypted image support a chance to work, from viq at viq dot ath dot cx CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/03/31 14:36:35 Modified files: emulators/qemu : Makefile Log message: cleanup stray comment CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/31 14:59:21 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: PLIST Log message: build with kqemu by default ok todd@ merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/03/31 15:00:48 Modified files: emulators : Makefile Log message: remove qemu's kqemu FLAVOR, for it's built by default now CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 15:15:21 Modified files: sys/netinet6 : ip6_output.c Log message: strictly interpret msg_controllen to be the exact total length of the cmsg's, including alignments, ie. the sum of CMSG_SPACE()'s. any other interpretation would be in violation of various unix specifications. RFC3542 section 20.2 is totally and completely wrong -- it is not allowed to over-ride the specification of msg_controllen, since the intent is that one could mix-and-match various types of cmsg's and an exact match is therefore required. ok kettenis, tested by many CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/03/31 15:19:17 Modified files: devel/sdl-image: Makefile Added files: devel/sdl-image/patches: patch-IMG_gif_c patch-IMG_lbm_c Log message: SECURITY FIX for http://secunia.com/advisories/28640/ Patches were taken from libsdl's svn. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/03/31 15:26:15 Modified files: mail/postgrey : Makefile distinfo mail/postgrey/patches: patch-postgrey mail/postgrey/pkg: PLIST Added files: mail/postgrey/patches: patch-contrib_postgreyreport Log message: upadate to postgrey v1.31; based on patch from Giovanni Bechis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:11:37 Modified files: sys/arch/mvme88k/stand/libsa: Makefile clock.c Log message: Compile libsa with -D_STANDALONE. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:12:37 Modified files: sys/lib/libsa : loadfile.c Log message: Correctly load ZMAGIC a.out binaries. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/03/31 16:14:01 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: autoconf.c ipifuncs.c locore.s mutex.S pmap.c Log message: Make MULTIPROCESSOR kernels work on sun4v. Won't gracefully halt, powerdown or reboot yet, but that will (hopefully) be fixed in the near future. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/03/31 16:14:43 Modified files: sys/arch/mvme88k/stand/bootsd: version.c sys/arch/mvme88k/stand/bootst: version.c sys/arch/mvme88k/stand/libsa: Makefile exec_mvme.c sys/arch/mvme88k/stand/netboot: version.c sys/arch/mvme88k/stand/tftpboot: version.c Added files: sys/arch/mvme88k/include: loadfile_machdep.h Log message: Switch bootloaders to mi loadfile(). CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 16:27:43 Modified files: sys/kern : subr_disk.c sys/nfs : nfs_boot.c Log message: Refine "netboot" interface group semantics to indicate the interface we booted from to the most precision; preferring the boot device, or if that is not known, the root device discussed with miod and reyk tested by beck CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 16:40:34 Modified files: sys/kern : tty_subr.c Log message: purge memory in the tty clist rings as we advance; tested by a few CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/03/31 16:46:03 Modified files: . : 43.html Log message: obselete -> obsolete, noticed by ray CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 17:56:29 Modified files: sys/kern : subr_disk.c Log message: nope, sorry, the miod/naddy raidframe change breaks almost all ramdisks. the basic idea is that ramdisks boot the same way as swap generic -- this commit also improves the comment in that area. in this case the one outlier is raidframe, and those who use it will no longer be able to put off repairing it -- raidframe must follow the same setroot() / bootdv API that everything else in the system uses. debugged with krw CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 19:10:49 Modified files: sys/dev/i2c : i2c_scan.c Log message: only need 8 words to learn about i2c spd jc-42.4 sensors CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/03/31 19:21:20 Modified files: sys/dev/mii : etphy.c Log message: Add some defines and remove some of the magic numbers from the code. From DragonFly ok jsg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/03/31 19:46:22 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/31 21:28:32 Modified files: sys/dev/i2c : i2c_scan.c Log message: match more versions of w83793g; whilst here, also ensure that the bank 0 registers are only tested if bank 0 is selected; 'looks ok' deraadt CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/03/31 22:18:01 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/03/31 22:18:17 Modified files: sys/dev/i2c : i2c_scan.c Log message: toast unused args from a printf call; ok deraadt CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 01:47:39 Log message: Import xdesktopwaves-1.3 xdesktopwaves is a cellular automata setting the background of your X Window desktop under water. Windows and mouse are like ships on the sea. Each movement of these ends up in moving water waves. You can even have rain and/or storm stirring up the water. from Giovanni Bechis Status: Vendor Tag: giovanni Release Tags: ajacoutot_20080401 N ports/x11/xdesktopwaves/Makefile N ports/x11/xdesktopwaves/distinfo N ports/x11/xdesktopwaves/pkg/DESCR N ports/x11/xdesktopwaves/pkg/PLIST N ports/x11/xdesktopwaves/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 01:49:43 Modified files: x11 : Makefile Log message: +xdesktopwaves CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 02:51:18 Modified files: emulators/qemu : Makefile Log message: - add license markers no pkg change "go for it" todd@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 03:14:31 Modified files: games/crossfire-client: Makefile distinfo games/crossfire-client/patches: patch-configure games/crossfire-client/pkg: PLIST Added files: games/crossfire-client/patches: patch-common_metaserver_h patch-gtk-v2_src_gtk2proto_h patch-gtk-v2_src_metaserver_c Removed files: games/crossfire-client/patches: patch-gnome_Makefile_in patch-gtk_Makefile_in patch-sound-src_Makefile_in patch-x11_Makefile_in Log message: - update to latest release: 1.11.0 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 03:59:33 Modified files: security/ccrypt: Makefile security/ccrypt/pkg: DESCR Log message: - describe the flavor in DESCR - re-format DESCR while here CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/01 04:14:58 Modified files: www/seamonkey : Makefile distinfo Log message: security update to seamonkey-1.1.9 http://www.mozilla.org/projects/security/known-vulnerabilities.html#seamonkey1.1.9 ok naddy@ CVSROOT: /cvs Module name: www Changes by: robert@cvs.openbsd.org 2008/04/01 04:51:05 Modified files: . : want.html Log message: i could use a replacement FC disk drive CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 05:34:16 Modified files: textproc/libxml: Makefile Added files: textproc/libxml/patches: patch-parserInternals_c Log message: SECURITY FIX for http://secunia.com/advisories/28444/ Libxml2 UTF-8 Parsing Denial of Service Vulnerability Patch taken from upstream author. testing and ok simon@ sthen@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 05:36:24 Modified files: textproc/libxml: Makefile Log message: - add missing BUILD_DEPENDS on wget (specifically in a seperate commit of the security fix) spotted by sthen@, thanks! CVSROOT: /cvs Module name: www Changes by: kurt@cvs.openbsd.org 2008/04/01 06:50:51 Modified files: . : want.html Log message: I need a faster sparc64 system. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 06:52:00 Log message: Import axel-1.0b Axel does the same thing any other accelerator does: it opens more than one HTTP/FTP connection per download and each connection transfers its own, separate, part of the file. [...] from Girish Venkatachalam with some tweaks Status: Vendor Tag: girish1729 Release Tags: ajacoutot_20080401 N ports/net/axel/Makefile N ports/net/axel/distinfo N ports/net/axel/pkg/DESCR N ports/net/axel/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/01 06:52:42 Modified files: net : Makefile Log message: +axel CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:41:09 Modified files: sys/dev/usb : usbdevs Log message: Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:42:05 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/01 07:43:53 Modified files: sys/dev/usb : if_rum.c share/man/man4 : rum.4 Log message: Add Corega CG-WLUSB2GPX. From FreeBSD. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 07:50:36 Log message: import py-adns 1.2.1 py-adns is a Python interface to the GNU adns asynchronous DNS resolver library. Status: Vendor Tag: jasper Release Tags: jasper_20080401 N ports/net/py-adns/Makefile N ports/net/py-adns/distinfo N ports/net/py-adns/pkg/DESCR N ports/net/py-adns/pkg/PLIST N ports/net/py-adns/patches/patch-setup_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/01 07:53:13 Modified files: net : Makefile Log message: - add py-adns CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 08:22:28 Modified files: share/man/man4/man4.hp300: Makefile intro.4 nhpib.4 Added files: share/man/man4/man4.hp300: hpibbus.4 Log message: add a page for hpibbus, and the bits that go with it; mostly taken from source code, with some tweaks from miod ok miod CVSROOT: /cvs Module name: www Changes by: jmc@cvs.openbsd.org 2008/04/01 08:37:56 Modified files: . : alpha.html amd64.html hppa.html i386.html macppc.html sparc64.html zaurus.html Log message: +Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 08:40:58 Modified files: distrib/notes/alpha: hardware distrib/notes/amd64: hardware distrib/notes/hppa: hardware distrib/notes/i386: hardware distrib/notes/macppc: hardware distrib/notes/sparc64: hardware distrib/notes/zaurus: hardware Log message: +Corega CG-WLUSB2GPX CVSROOT: /cvs Module name: xenocara Changes by: drahn@cvs.openbsd.org 2008/04/01 09:25:18 Modified files: share/mk : bsd.xconf.mk Log message: Turns out GL does build on landisk now, ok todd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:41:13 Modified files: devel/boehm-gc : Makefile devel/boehm-gc/patches: patch-doc_gc_man patch-dyn_load_c patch-include_private_gcconfig_h patch-misc_c patch-os_dep_c patch-pthread_support_c Added files: devel/boehm-gc/patches: patch-Makefile_in patch-configure_ac patch-include_private_openbsd_stop_world_h patch-libatomic_ops-1_2_src_atomic_ops_h patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_Makefile_am patch-libatomic_ops-1_2_src_atomic_ops_sysdeps_gcc_mips_h patch-openbsd_stop_world_c patch-pthread_stop_world_c Removed files: devel/boehm-gc/patches: patch-configure Log message: - use __data_start symbol to find the beginning of the data sections and adjust boehm-gc to deal with any number of holes that may appear between __data_start and _end. (requires -current binutils) - work-around libpthread bugs that prevent sigsuspend() from working in a signal handler by using pthread_suspend_np() + an arch/libpthread specific offset to obtain the suspended thread's stack pointer. thanks to sthen@ and jasper@ for access to other arches. discussed with todd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:42:12 Modified files: devel/opencm : Makefile Log message: - adjust to depend on threaded boehm-gc CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 11:43:04 Modified files: www/w3m : Makefile www/w3m/patches: patch-configure Log message: - adjust to depend on threaded boehm-gc CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/01 12:32:40 Modified files: . : plus.html Log message: upto 04/01 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/01 13:53:05 Modified files: . : sparc64.html Log message: Add UltraSPARC T1 to the list of supported machines. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:23:07 Log message: "Jpegpixi" is short for "JPEG pixel interpolator". The intent of the program is to interpolate pixels in JFIF images (commonly referred to as "JPEG images"). This is useful to correct images from a digital camera with CCD defects. For example, if one pixel is always bright green, this pixel can be interpolated away with jpegpixi. From Giovanni Bechis . ok okan@ Status: Vendor Tag: kili Release Tags: kili_20080401 N ports/graphics/jpegpixi/Makefile N ports/graphics/jpegpixi/distinfo N ports/graphics/jpegpixi/pkg/DESCR N ports/graphics/jpegpixi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:24:20 Modified files: graphics : Makefile Log message: +jpegpixi CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:37:01 Modified files: print/ghostscript/gnu: Makefile distinfo print/ghostscript/gnu/patches: patch-src_devs_mak patch-src_jasper_mak patch-src_unix-dll_mak patch-src_unix-gcc_mak print/ghostscript/gnu/pkg: PFRAG.gtk PLIST Log message: Update to 8.62. NOTE: the cups flavor will probably vanish very soon. See http://marc.info/?l=openbsd-ports&m=120624299930920&w=2 for explanation. "looks ok", and some testing, jakemsr@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/01 14:47:30 Modified files: graphics/p5-PerlMagick: Makefile Log message: Necessary change after ghostscript update. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/01 15:05:51 Modified files: games/hangman : Makefile extern.c getguess.c hangman.6 hangman.h main.c playgame.c setup.c Added files: games/hangman : ksyms.c Log message: Add a -k option to use the kernel symbols as the words file. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/01 15:08:01 Modified files: xserver/hw/xfree86/os-support/bsd: bsd_agp.c Log message: If privsep support isn't compiled in, use open() to open the agp device. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/01 15:10:18 Modified files: sys/arch/m88k/m88k: trap.c Log message: typo CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/01 15:22:10 Modified files: net/ktorrent : Makefile Added files: net/ktorrent/patches: patch-libktorrent_util_functions_cpp Log message: avoid overflowing a time_t when converting timeval to a timestamp in milliseconds. problem found and fix sent upstream by Mark Peloquin, who notified the port maintainer. thanks Mark! this patch is from brad@ (MAINTAINER) via ktorrent svn CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 15:37:01 Modified files: www/ruby-mongrel: Makefile distinfo Log message: Update to ruby-mongrel-1.1.4. ok MAINTAINER CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/04/01 15:50:14 Modified files: net/openvpn : Makefile distinfo net/openvpn/pkg: PLIST Log message: update to OpenVPN 2.1rc7 tested by many ok bernd@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/04/01 15:57:20 Modified files: devel/netbeans : Makefile Log message: - add run deps on javaPathHelper, okay ian@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:06:11 Modified files: devel/ruby-tzinfo: Makefile distinfo devel/ruby-tzinfo/pkg: PLIST Log message: Update to ruby-tzinfo-0.3.8. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/01 16:09:53 Modified files: . : sparc64.html Log message: update for a few more models/submodels CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:12:16 Modified files: devel/ruby-rubyforge: Makefile distinfo devel/ruby-rubyforge/pkg: PLIST Log message: Update to ruby-rubyforge-0.4.5. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:16:05 Modified files: devel/ruby-hoe : Makefile distinfo devel/ruby-hoe/pkg: PLIST Log message: Update to ruby-hoe-1.5.1. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/01 16:20:45 Modified files: . : sparc64.html Log message: mention when SMP / T1 happened CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/01 16:36:30 Modified files: devel/git : Makefile distinfo devel/git/pkg : PLIST-main Added files: devel/git/patches: patch-t_t9200-git-cvsexportcommit_sh devel/git/pkg : DESCR-x11 PLIST-x11 Log message: Update to git-1.5.4.5 and introduce a git-x11 package which contains all graphical git stuff. Initial git-x11 diff from Josh Elsasser. Thanks! CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 16:37:59 Modified files: . : events.html Log message: add a BSDCan2008 entry CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 17:56:43 Modified files: . : i386.html Log message: update the list of sensors, found in a closet from the 4.1 times CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:25:59 Modified files: faq : upgrade43.html Log message: flesh out "before upgrading" part with info from current.html add new and changed users & groups. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/01 18:39:19 Modified files: audio/audacious: Makefile distinfo audio/audacious/pkg: PLIST audio/audacious-plugins: Makefile distinfo audio/audacious-plugins/patches: patch-src_aac_Makefile audio/audacious-plugins/pkg: PLIST-arts PLIST-main Added files: audio/audacious/patches: patch-buildsys_mk_in patch-m4_buildsys_m4 patch-src_audacious_playlist_c patch-src_libaudclient_Makefile audio/audacious-plugins/patches: patch-aclocal_m4 patch-buildsys_mk_in patch-configure_ac patch-m4_arts_m4 patch-m4_libFLAC_m4 patch-src_aac_libmp4_c patch-src_sun_audio_c Removed files: audio/audacious/patches: patch-mk_init_mk patch-src_libaudacious_Makefile audio/audacious-plugins/patches: patch-configure patch-mk_init_mk patch-src_aac_src_Makefile patch-src_aac_src_libmp4_c patch-src_cdaudio_Makefile Log message: update audacious and audacious-plugins to 1.5.0; with and ok jakemsr@ some changes were submitted for inclusion. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:45:39 Modified files: faq : upgrade43.html Log message: fix up TOC, and a bunch of version errors. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/01 18:49:43 Modified files: faq : upgrade43.html Log message: promote from "don't use" to "use with care" remove "ports that need special attention" section, since no one has reported any to me. (that will change in a day or so, probably :) CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 19:06:01 Modified files: . : i386.html Log message: sensor drivers that were added since 4.1; clean-up some older entries, too CVSROOT: /cvs Module name: www Changes by: cnst@cvs.openbsd.org 2008/04/01 19:49:30 Modified files: . : amd64.html Log message: major update of the sensors section, relevant entries come from the i386 update CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/01 20:27:36 Modified files: libexec/ld.so : library.c Log message: Use the proper define for this address, not a incorrect (on 64bit) define. ok kurt@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/01 21:01:38 Modified files: distrib/notes/i386: hardware distrib/notes/amd64: hardware Log message: sync the hw sensors sections with the html pages, enlisting many new sensors CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 23:05:25 Modified files: etc : pf.conf share/man/man7 : hier.7 Log message: no more /usr/share/pf; pointed out by Rod Whitworth CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/01 23:12:47 Modified files: games/hangman : hangman.6 Log message: order the options correctly; CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/02 00:46:03 Modified files: audio/portaudio-svn: Makefile Log message: allow this to build on arches other than i386, amd64 and macppc. no pkg bump because it has no effect on archs that were building. problem noticed by sturm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 00:49:59 Modified files: sys/dev/pci : if_bce.c Log message: Correct error message printing and add a missing error message for bus_dmamap_load() failure in bce_attach(). ok dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/02 01:53:23 Modified files: www/xcache/pkg : PLIST Log message: Unbreak packaging, sorry. Found by sturm. From Brad CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/04/02 02:36:22 Modified files: de : 43.html errata43.html orders.html fr : sun3.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: saad@cvs.openbsd.org 2008/04/02 02:38:24 Modified files: . : translation.html Log message: Emilien Gaspar joins the [fr] xlation team. welcome on board CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:51:08 Modified files: sys/dev/usb : usbdevs Log message: add another vendor id for Qualcomm as well as one of their modems. from freebsd. ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:51:36 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:54:08 Modified files: sys/dev/usb : ubsa.c Log message: attach the ZTE CMDMA MSM modem from qualcomm. from freebsd, ok jsg@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/02 02:58:30 Modified files: share/man/man4 : ubsa.4 Log message: list Qualcomm Inc. ZTE CMDMA MSM modem CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/02 05:02:46 ports/devel/py-zopeinterface/patches Update of /cvs/ports/devel/py-zopeinterface/patches In directory cvs.openbsd.org:/tmp/cvs-serv17635/patches Log Message: Directory /cvs/ports/devel/py-zopeinterface/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/02 05:04:49 Added files: devel/py-zopeinterface/patches: patch-setup_py Log message: - add missing patch to fix packaging noted by and ok sturm@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/02 09:03:01 Modified files: gnu/usr.sbin/sendmail/cf/cf: openbsd-bulk.mc openbsd-lists.mc Log message: Update to queue group-based config in use on the list server. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/02 09:30:52 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: update to 1.6.2 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:13:06 Modified files: sys/dev/pci : pcidevs Log message: intel host bridge CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:13:14 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 10:41:24 Modified files: usr.bin/top : top.local.h username.c Log message: using getpwent() in a loop is so 1980; ok millert CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/02 13:08:14 Modified files: x11/xdesktopwaves: Makefile Log message: Missing HOMEPAGE, bump PKGNAME From Mikolaj Kucharski, thanks ! ok MAINTAINER and merdely@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 13:09:13 Modified files: sys/kern : uipc_usrreq.c Log message: repair code which blocks passing fd's for block devices or dir-outside-chroot-directory into a chroot jail ok markus CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/02 13:54:05 Modified files: lib/libc/crypt : bcrypt.c Log message: Zero state buffers on return. OK deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/02 14:05:36 Modified files: lib : Makefile Log message: Unconditionnaly build libdrm on i386 since the via driver needs some bits of it. Noticed by naddy@. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/02 14:08:52 Modified files: app/xdm/greeter: verify.c Log message: Clear the password as early as possible in the BSD auth case. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:12:58 Modified files: sys/dev/mii : etphy.c Log message: Return right away for unknown media types instead of falling through and setting the half duplex flag. ok jsg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 14:23:22 Modified files: sys/arch/sparc64/sparc64: locore.s pmap.c Log message: For some reason using the ASI_SCRATCHPAD register at offset 0x08 makes the t1k freak out upon reboot/halt/powerdown. Use the register at offset 0x10 instead. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:40:03 Modified files: sys/dev/mii : miidevs Log message: Add the Cicada CS8204 quad port PHY. From FreeBSD ok sthen@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 14:40:29 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/04/02 15:32:03 Modified files: sys/dev : softraid.c Log message: fix bad printf if metadata clearing failed from Rainer Giedat ok marco@ CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/02 15:34:59 Modified files: . : want.html Log message: My sparc64 needs more memory. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/04/02 15:36:51 Modified files: usr.bin/ssh : channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/02 15:53:18 Modified files: distrib/notes/mvme88k: install sys/arch/mvme88k/stand/bootsd: Makefile version.c sys/arch/mvme88k/stand/bootst: Makefile version.c sys/arch/mvme88k/stand/bootxx: Makefile bootxx.c version.c sys/arch/mvme88k/stand/bugcrt: Makefile Makefile.inc sys/arch/mvme88k/stand/libbug: libbug.h sys/arch/mvme88k/stand/libsa: Makefile sys/arch/mvme88k/stand/netboot: Makefile boot.c version.c sys/arch/mvme88k/stand/tftpboot: Makefile boot.c version.c Added files: sys/arch/mvme88k/stand/bugcrt: crt0.S Removed files: sys/arch/mvme88k/stand/bugcrt: crt.c Log message: Rewrite the startup code for the mvme88k bootblocks, once again. Some of them (especially the netboot ones) will now self-relocate, which makes BUG configuration much simpler. WARNING: for disk-based systems, you need to update bootxx and bootsd at the same time. New bootsd will not run when loaded from an older bootxx. This doesn't matter much since you need both with installboot. CVSROOT: /cvs Module name: www Changes by: miod@cvs.openbsd.org 2008/04/02 15:54:40 Modified files: . : landisk.html Log message: Shared libraries are available now. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:06:12 Modified files: sys/dev/mii : miidevs Log message: Add the National Semiconductor DP83865 Gigabit PHY. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:09:52 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:14:29 Modified files: sys/dev/mii : nsgphy.c Log message: Add support for the DP83865. ok brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:26:16 Modified files: sys/dev/pci : if_cas.c Log message: Add support for the National Semiconductor Saturn (which really is a Sun Cassini MAC integrated with a National Semiconductor DP83865 PHY). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:32:43 Modified files: sys/arch/sparc64/conf: GENERIC RAMDISK Log message: Add nsgphy(4). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:50:36 Modified files: share/man/man4 : cas.4 Log message: Update now that we support Saturn. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/02 16:54:11 Modified files: share/man/man4 : nsgphy.4 Log message: Mention DP83865. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/02 17:18:11 Modified files: telephony/asterisk: Makefile distinfo telephony/asterisk/patches: patch-Makefile patch-build_tools_cflags_xml patch-channels_h323_ast_h323_cxx patch-configure patch-contrib_scripts_safe_asterisk patch-main_asterisk_c telephony/asterisk/pkg: PLIST-main Log message: update to 1.4.19 ok ian@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 17:43:12 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/02 18:13:33 Modified files: libexec/ld.so/sh: Makefile.inc Removed files: libexec/ld.so/sh: sdivsi3.S udivsi3.S Log message: Use the libgcc version of these functions, no point in having extra copies. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/04/02 18:23:33 Modified files: share/man/man9 : bio_register.9 Log message: Fix function prototype. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/02 18:26:13 Modified files: faq : upgrade43.html Log message: time to admit the patch file exists... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/02 19:06:02 Modified files: share/man/man8 : yp.8 Log message: portmap must be running for any of this CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 20:41:26 Modified files: share/man/man4 : bge.4 bnx.4 em.4 Log message: Add newer HP and Sun Gigabit Ethernet adapters. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 20:54:08 Modified files: share/man/man4 : vge.4 Log message: Update the vge page a bit. - Remove the HARDWARE section and merge the list of adapters into the DESCRIPTIN section. - Update the DESCRIPTION section. - Remove mentioning the link0 flag. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:06:24 Modified files: share/man/man4 : nge.4 Log message: Remove mentioning of the link0 flag. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 21:34:21 Modified files: . : landisk.html Log message: clean up supported hardware section (take a peek please jmc and nick) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/02 21:35:38 Modified files: . : landisk.html Log message: be more exact CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:41:25 Modified files: usr.bin/ssh : Tag: OPENBSD_4_1 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:41:40 Modified files: usr.bin/ssh : Tag: OPENBSD_4_2 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/02 21:42:02 Modified files: usr.bin/ssh : Tag: OPENBSD_4_3 channels.c Log message: avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/04/02 21:49:40 Modified files: . : security.html Log message: Slight tweaking of the wording of the openssh entry. From Tobias Stoeckmann ok djm@ CVSROOT: /cvs Module name: www Changes by: brad@cvs.openbsd.org 2008/04/03 00:00:14 Modified files: . : errata41.html errata42.html errata43.html security.html Log message: add openssh2 issue. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/03 01:01:28 Modified files: share/man/man8 : yp.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/03 01:07:22 Modified files: share/man/man4 : nge.4 Log message: stray .El; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 01:18:08 Modified files: net/gnugk : Makefile distinfo net/gnugk/patches: patch-Makefile_in patch-configure net/gnugk/pkg : PLIST Removed files: net/gnugk/patches: patch-RasSrv_cxx patch-gk_cxx Log message: - update to gnugk-2.2.7 * extends virtual queues to work on unregistered calls, * adds per prefix capacity limits and Q.931 cause code translation per gateway * adds H.460.9 realtime, QoS monitoring, H.460.interop support and H.350 authentication CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/03 01:44:40 Modified files: devel/boost : Makefile distinfo devel/boost/patches: patch-boost_config_suffix_hpp patch-configure devel/boost/pkg: PFRAG.shared PLIST Added files: devel/boost/patches: patch-Jamfile_v2 patch-boost_function_function_base_hpp patch-boost_function_function_template_hpp patch-boost_regex_config_hpp patch-libs_serialization_build_Jamfile_v2 patch-libs_serialization_test_Jamfile_v2 patch-tools_build_v2_tools_gcc_jam patch-tools_build_v2_tools_python_jam Removed files: devel/boost/patches: patch-Jamfile patch-boost_detail_endian_hpp patch-libs_python_src_object_protocol_cpp patch-libs_serialization_build_Jamfile patch-tools_build_v1_gcc-tools_jam Log message: Update to boost-1.34.1. Initial diff from Mikko Tolmunen. Thank you! Some corrections from brad@. Tested by deanna@, naddy@, brad@ and myself. ok deanna@, brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/03 01:47:45 Modified files: devel/monotone : Makefile distinfo devel/monotone/patches: patch-configure Log message: Update to monotone-0.39 to let it build with the new boost. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 01:57:01 Removed files: x11/vlc/patches: patch-modules_codec_ffmpeg_mux_c Log message: - zap empty file; brad CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 02:30:08 Modified files: . : sparc64.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/03 03:23:40 Modified files: converters/libiconv: Makefile Log message: fix CONFIGURE_ENV and use it in pre-configure to permit building w/o /usr/local/bin in user's path (as reported by krw@ on ports@) no PKGNAME bump needed ok brad@ (maintainer) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/03 03:50:14 Modified files: usr.bin/ssh : version.h Log message: openssh-5.0 CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/03 04:11:32 Modified files: . : 43.html Log message: - re-order ports section to alphabetical order - add kde CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:13:00 Modified files: security/gnupg : Makefile distinfo Log message: SECURITY UPDATE to gnupg 1.4.9 http://secunia.com/advisories/29568/ tested by many, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:18:15 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_connections_c patch-src_network_openssl_c Log message: SECURITY FIX for http://secunia.com/advisories/29544/ lighttpd OpenSSL Error Queue Denial of Service Vulnerability patches from upstream svn, via brad@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 04:21:26 Modified files: multimedia/avidemux: Makefile Log message: - use default CFLAGS so that it builds correctly under i386 (i.e. don't force -O0 as this seems to trigger an issue in the asm code) noticed by Stephan Andre and bernd@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 04:23:01 Modified files: games/wesnoth : Makefile distinfo games/wesnoth/patches: patch-configure patch-src_help_cpp patch-src_language_cpp patch-src_server_server_cpp games/wesnoth/pkg: PFRAG.no-lite PLIST Log message: - update wesnoth to 1.4 see release notes for a list of changes: http://www.wesnoth.org/start/1.4/ testing by paul de weerd, thanks! ok maintainer CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/03 04:47:19 Modified files: faq : upgrade43.html Log message: chio.conf has changed group and permissions, and produces insecurity output, so "fix" here. CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/04/03 04:55:44 Modified files: openssh : ftp.html index.html openbsd.html Added files: openssh/txt : release-5.0 Log message: openssh-5.0 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 05:31:59 Log message: Import py-lxml-2.0.3 lxml is a Pythonic, mature binding for the libxml2 and libxslt libraries. It provides safe and convenient access to these libraries using the ElementTree API. It extends the ElementTree API significantly to offer support for XPath, RelaxNG, XML Schema, XSLT, C14N and much more. from Benoit Chesneau Status: Vendor Tag: benoitc Release Tags: ajacoutot_20080403 N ports/textproc/py-lxml/Makefile N ports/textproc/py-lxml/distinfo N ports/textproc/py-lxml/pkg/PLIST N ports/textproc/py-lxml/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 05:32:42 Modified files: textproc : Makefile Log message: +py-lxml CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 06:03:09 Added files: audio/libmusicbrainz/patches: patch-CMakeLists_txt Log message: - don't pickup cppunit if it's installed; the current version causes syntax error's in libmusicbrainz' tests. these tests can be build again when cppunit is more up to date. noticed by bernd@ and steven@, thanks! no pkgname bump needed. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/03 06:13:48 Modified files: sysutils/clusterit: Makefile distinfo sysutils/clusterit/patches: patch-dsh_dsh_1 patch-dsh_rseq_1 patch-dsh_run_1 patch-jsd_jsd_1 patch-jsd_jsh_1 patch-pcp_pcp_1 patch-tools_pdf_1 patch-tools_prm_1 sysutils/clusterit/pkg: PLIST Added files: sysutils/clusterit/patches: patch-dtop_dtop_1 Removed files: sysutils/clusterit/patches: patch-Makefile_in patch-configure patch-dsh_dsh_c patch-dsh_rseq_c patch-dsh_run_c patch-jsd_jsd_c patch-jsd_jsh_c patch-pcp_pcp_c patch-rvt_rvt_c Log message: - Update clusterit to 2.5, which includes most of our s/rsh/ssh/ patches. Diff originally from bsd at openbsd dot rutgers dot edu; thanks! ok merdely@, landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 06:40:27 Log message: Import imapsync-1.249 imapsync is a tool for facilitating incremental recursive IMAP transfers from one mailbox to another. It is useful for mailbox migration, and reduces the amount of data transferred by only copying messages that are not present on both servers. Read, unread, and deleted flags are preserved, and the process can be stopped and resumed. The original messages can optionally be deleted after a successful transfer. from Pierre-Emmanuel Andre with some tweaks Status: Vendor Tag: pea Release Tags: ajacoutot_20080403 N ports/mail/imapsync/Makefile N ports/mail/imapsync/distinfo N ports/mail/imapsync/pkg/PLIST N ports/mail/imapsync/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/03 06:41:17 Modified files: mail : Makefile Log message: +imapsync CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/03 06:42:46 Modified files: graphics/aalib : Makefile distinfo graphics/aalib/pkg: PLIST Added files: graphics/aalib/patches: patch-src_aaedit_c patch-src_aafire_c patch-src_aakbdreg_c patch-src_aalib_c patch-src_aalinux_c patch-src_aamoureg_c patch-src_aaprintf_c patch-src_aarec_c patch-src_aaregist_c patch-src_aarender_c patch-src_aax_c patch-src_aaxkbd_c patch-src_aaxmouse_c Removed files: graphics/aalib/files: config.cache graphics/aalib/patches: patch-aaedit_c patch-aafire_c patch-aakbdreg_c patch-aalib_c patch-aalinux_c patch-aamoureg_c patch-aarec_c patch-aaregist_c patch-aax_c patch-aaxkbd_c patch-aaxmouse_c Log message: - update aalib to 1.4. (the last release was 1.4rc5, but after 7 years of no major release, it's safe to ship this as 1.4) tested by brad@ and me@, from brad@ CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/03 07:58:57 Modified files: app/cwm : calmwm.c Log message: Sync usage() with reality and manpage. "ok, but no cookie" oga@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/03 08:47:37 Modified files: www/opera : Makefile distinfo Log message: security update to opera 9.27 CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/03 10:39:54 Modified files: sys/dev/pci : if_lii.c Log message: Ensure that we wrap around to the start of the TXD buffer when incrementing the TXD pointer beyond the end. Fixes PR5786. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 12:08:04 Modified files: sys/arch/sparc64/dev: ebus_mainbus.c Log message: Some cosmetic changes. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:16:36 Modified files: . : orders.html Log message: Be more clear that CDs sell for $50 CDN from the worldwide shop, but are 50 EUR from the European shop. I don't set the European pricing. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:32:16 Modified files: . : hppa.html landisk.html zaurus.html Added files: images : hppa.jpg Log message: First steps towards newer simpler per-arch web pages, which largely relies on pointing towards people the manual page subsystem. Want to know about pci or usb cards? Instead of aging rotting unaccurate lists of devices, the web page now points you to the pci(4) and usb(4) pages. It will be easier to maintain the information in a high quality form in one location. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 12:55:49 Modified files: . : orders.html Log message: correct numbers CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 13:41:21 Modified files: sys/arch/sparc64/dev: ebus_mainbus.c Log message: Make ebus(4) work on sun4v. CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/03 14:28:05 Modified files: share/man/man4 : it.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/dev/isa : it.c itvar.h Log message: Switch it(4) back to PnP config mode. Avoid possible conflicts with SMSC or similar chips. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 15:17:42 Modified files: . : bank-donation.html Log message: Change european bank transfers for donations to an account held by me. Thanks to a few people for helping me decipher BIC and IBAN and SWIFT. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/03 15:22:28 Modified files: . : sgi.html Log message: - bring sgi.html into it's new shape (picture will follow) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 15:43:21 Modified files: sys/dev/pci : if_txp.c Log message: Add missing half duplex flags for the media status. ok kettenis@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:01:19 Modified files: . : index.html Log message: Actually, tshirts do not fund the project -- they never have. Only CDs and donations do. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:08:48 Modified files: . : index.html Log message: and posters do no fund openbsd either CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:12:28 Modified files: . : donations.html Log message: nope, tshirts/posters do not fund openbsd CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:31:07 Modified files: . : donations.html goals.html index.html orders.html Log message: Few more misunderstandings out of the way CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:36:17 Modified files: . : bank-donation.html Log message: be more exact CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:41:14 Modified files: . : bank-donation.html Log message: some people care about spaces CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:42:51 Modified files: . : orders.html Log message: remove excess words CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 16:50:24 Modified files: sys/dev/pci : if_bge.c if_bgereg.h Log message: Clean up the DMA read/write control register setup code and add some comments. Tested by a number of users with a variety of chipsets. From FreeBSD ok kettenis@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:53:08 Modified files: . : sgi.html Log message: , CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:53:52 Modified files: . : sgi.html Log message: no clear=all needed at end, since no 2nd picture CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/03 16:55:00 Modified files: . : sgi.html Log message: pretty up cpu line CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/03 17:10:25 Modified files: sys/arch/sparc64/sparc64: pmap.c Log message: Use atomic operations to invalidate TSB entries. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/03 18:53:01 Modified files: x11/vlc : Makefile distinfo x11/vlc/patches: patch-include_vlc_threads_funcs_h patch-modules_codec_faad_c Log message: security/bugfix update from the release notes: VLC media player 0.8.6e and earlier versions suffer from security vulnerabilities in the Subtitle demuxer, Real RTSP demuxer, MP4 demuxer and Cinepak codec. from brad@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/03 20:21:29 Modified files: www/privoxy : Makefile distinfo www/privoxy/patches: patch-GNUmakefile_in patch-config patch-configure_in www/privoxy/pkg: PLIST Removed files: www/privoxy/patches: patch-actions_c patch-cgi_c patch-cgisimple_c patch-errlog_c patch-filters_c patch-gateway_c patch-jbsockets.c patch-jcc_c patch-jcc_h patch-loadcfg_c patch-miscutil_c patch-urlmatch_c Log message: Update to 3.0.8. Take over MAINTAINER-ship (discussed with ckuethe, old MAINTAINER) Remove patches that were included upstream. ok wcmaier@, ckuethe@, sturm@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/03 20:22:00 Removed files: www/privoxy/pkg: SECURITY Log message: pkg/SECURITY is no longer needed. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 21:41:20 Modified files: share/man/man4 : eso.4 Log message: remove whitespace in the autoconf bits. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/03 21:42:47 Modified files: share/man/man4 : cmpci.4 Log message: add opl(4). CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/03 22:57:16 Modified files: sys/dev : audio.c Log message: if full-duplex is being turned on, also set the oprtational mode to for both recording and playback. ok ratchov CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/03 23:03:19 Modified files: lib/libossaudio: ossaudio.c Log message: simplify SNDCTL_DSP_SETTRIGGER - don't mess with the operational mode. that was primarily to be able to set record|play mode for full-duplex, which isn't needed any more. - don't set pause=1. this ioctl isn't supposed to be used for stopping streams. suggestions, ok ratchov CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/03 23:14:38 Modified files: usr.bin/ssh : sshd_config.5 Log message: ChrootDirectory is supported in Match blocks (in fact, it is most useful there). Spotted by Minstrel AT minstrel.org.uk CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/04 00:21:27 Modified files: usr.sbin/sasyncd: sasyncd.8 Log message: document the bug that sasyncd peers should share the same platform. it would be really nice if somebody would fix this. ok mpf@ todd@ jmc@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/04 00:38:22 Modified files: share/man/man4 : cmpci.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/04 00:44:26 Modified files: usr.bin/ssh : sshd_config.5 Log message: oops, some unrelated stuff crept into that commit - backout. spotted by jmc@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/04 01:28:16 Modified files: . : landisk.html Log message: , CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 01:46:03 Modified files: shells/zsh : Makefile distinfo shells/zsh/pkg : PLIST Removed files: shells/zsh/patches: patch-Completion_Unix_Type__canonical_paths Log message: Update to zsh-4.3.6, from MAINTAINER pea at raveland dot org tested by okan@ merdely@ wcmaier@, ok okan@ merdely@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/04 03:33:10 Modified files: audio/openal : Makefile audio/openal/patches: patch-src_al_mixfunc_c patch-src_arch_i386_x86_cpu_caps_prk_c patch-src_arch_i386_x86_floatmul_c Added files: audio/openal/patches: patch-admin_pkgconfig_openal_pc_in Log message: - @requirements@ wasn't properly set in openal.pc, causing openal to never get picked up. - regen patches while here from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 05:05:04 Modified files: sys/dev/pci : if_tht.c Log message: tht is cool cos it generates interrupts when the link state change. however, tht is uncool cos it generates these interrupts spuriously (up to 8000 times a second). this rate limits the reading of the link state off the hardware to 100 times a second. less bus_space reads is a good thing. tested by and ok thib@ CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/04 07:28:52 Modified files: . : sgi.html Added files: images : sgi_o2.jpg Log message: - add image of an o2 CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 08:37:26 Log message: Import inkscape-0.46, the open-source vector graphics editor. From MAINTAINER Benoit Chesneau (benoitc at metavers dot net), Thanks !! With tweaks and testing from ian@, simon@ and myself. ok ian@ sthen@ Status: Vendor Tag: benoitc Release Tags: landry_20080404 N ports/graphics/inkscape/distinfo N ports/graphics/inkscape/Makefile N ports/graphics/inkscape/pkg/DESCR N ports/graphics/inkscape/pkg/PLIST N ports/graphics/inkscape/patches/patch-src_isnormal_h N ports/graphics/inkscape/patches/patch-Makefile_in N ports/graphics/inkscape/patches/patch-configure_ac N ports/graphics/inkscape/patches/patch-src_isnan_h N ports/graphics/inkscape/patches/patch-po_Makefile_in_in N ports/graphics/inkscape/patches/patch-src_ui_dialog_print_cpp N ports/graphics/inkscape/patches/patch-src_helper_Makefile_insert N ports/graphics/inkscape/patches/patch-src_persp3d_cpp N ports/graphics/inkscape/patches/patch-src_Makefile_in N ports/graphics/inkscape/patches/patch-src_persp3d_h N ports/graphics/inkscape/patches/patch-src_dom_util_thread_cpp N ports/graphics/inkscape/patches/patch-src_2geom_isnan_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/04 08:38:34 Modified files: graphics : Makefile Log message: link inkscape to the build CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/04 08:43:12 Modified files: mail/razor-agents: Makefile Log message: Take MAINTAINER-ship "free ok for you" landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/04 08:54:23 Modified files: net/lftp : Makefile distinfo net/lftp/pkg : PLIST Log message: - update to version 3.7.0 from Pierre-Emmanuel Andre with tweaks ok kevlo@ (via pea) CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/04 11:42:39 Modified files: lib/libc/gen : auth_subr.3 authenticate.3 authenticate.c Log message: Zero out the password/response argument in the simplified BSD auth interafces. Otherwise, we end up with an extra copy in memory when auth_call() forks that is not possible to clear. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 11:50:14 Modified files: . : bank-donation.html Log message: correct german transfer information CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/04 12:58:17 Modified files: x11/awesome : Makefile distinfo x11/awesome/pkg: PLIST Removed files: x11/awesome/patches: patch-awesome-client-common_c Log message: - Update to version 2.2. ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 13:29:26 Modified files: devel/p5-Time-Format: Makefile distinfo Log message: - update to 1.07 - PKG_ARCH is pulled in by the cpan module, so remove here ok bluhm@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/04 13:30:41 Modified files: lib/libc/gen : popen.3 lib/libc/stdlib: system.3 lib/libc/sys : vfork.2 lib/libpthread/uthread: uthread_fork.c uthread_vfork.c Log message: - do not call pthread_atfork(3) handlers when a multithreaded program calls vfork(2). "untested, but looks OK" marc@ - document vfork(2), popen(3) and system(3) don't call atfork handlers in multithreaded programs. okay jmc@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 14:41:58 Modified files: devel/p5-Parallel-Forker: Makefile distinfo Log message: - update to 1.222 - PKG_ARCH is pulled in by the cpan module, so remove here ok sturm@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 14:50:47 Modified files: . : bank-donation.html Log message: cleaner CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2008/04/04 15:26:07 Modified files: lib/libc/gen : readdir.c telldir.c Log message: alter internal _readdir_unlocked() api to be less confusing, so that callers may respond accordingly and correctly. this fixes an issue where readdir_r() could not decipher the difference between an error or no more entires. feedback and ok kurt@, ok millert@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 15:41:27 Modified files: security/vpnc : Makefile distinfo security/vpnc/patches: patch-Makefile patch-vpnc-script patch-vpnc_c security/vpnc/pkg: PLIST Added files: security/vpnc/files: split.sh security/vpnc/patches: patch-vpnc_conf Removed files: security/vpnc/patches: patch-tunip_c Log message: - update to 0.5.1 - adds a sample split vpn script from Thomas Schoeller, tested by many - thanks! ok sthen@ landry@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/04 16:12:46 Log message: import iftop: iftop does for network usage what top(1) does for CPU usage. It listens to network traffic on a named interface and displays a table of current bandwidth usage by pairs of hosts. Handy for answering the question "why is our ADSL link so slow?" from maintainer Girish Venkatachalam with small tweaks ok landry, merdely, kili Status: Vendor Tag: girish Release Tags: sthen_20080404 N ports/net/iftop/Makefile N ports/net/iftop/distinfo N ports/net/iftop/patches/patch-iptop.c N ports/net/iftop/pkg/DESCR N ports/net/iftop/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/04 16:14:59 Modified files: net : Makefile Log message: +iftop CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/04 16:39:09 Modified files: net/pidgin : Makefile distinfo net/pidgin/patches: patch-config_h_in patch-configure_ac patch-pidgin_gtkdialogs_c patch-pidgin_gtkmain_c Log message: update to pidgin 2.4.1 from brad CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 16:44:21 Modified files: usr.sbin/dhcpd : tables.c Log message: option 144 is commonly used for tftp-config-file. ok henning@ krw@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/04 16:48:02 Modified files: sys/kern : kern_time.c Log message: ratecheck(9) only seems to be used to limit things to very coarse intervals like .25 seconds or 5 seconds. the accuracy of microuptime is not really needed then, so switch it to getmicrouptime. ok henning@ art@ CVSROOT: /cvs Module name: www Changes by: austin@cvs.openbsd.org 2008/04/04 18:33:58 Modified files: . : tshirts.html Log message: Added in tshirt #29 -- the 4.3 release CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/04 19:03:27 Modified files: . : orders.html Log message: Show the price of the tshirts from both stores. The North American shop pays for the art to be drawn, and then gets all the proceeds from their tshirt sales, while the European shop has not had to pay for the art. The OpenBSD project does not receive any proceeds from tshirt, posters, doll or book sales. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/04 20:46:02 Modified files: usr.bin/ssh : sshd_config.5 Log message: HostbasedAuthentication is supported under Match too CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:06:37 Log message: import Geo::METAR METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather. This module tries to parse the METAR reports so the data can be used to create readable weather reports and/or process the data in applications. feedback and ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080405 N ports/geo/p5-geo-metar/Makefile N ports/geo/p5-geo-metar/distinfo N ports/geo/p5-geo-metar/pkg/DESCR N ports/geo/p5-geo-metar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:12:05 Removed files: geo/p5-geo-metar: Makefile distinfo geo/p5-geo-metar/pkg: DESCR PLIST Log message: sorry, wrong directory. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:13:44 Log message: import Geo::METAR METAR reports are available on-line, thanks to the National Weather Service. Since reading the METAR format isn't easy for non-pilots, these reports are relatively useles to the common man who just wants a quick glace at the weather. This module tries to parse the METAR reports so the data can be used to create readable weather reports and/or process the data in applications. feedback and ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080405 N ports/geo/p5-Geo-METAR/Makefile N ports/geo/p5-Geo-METAR/distinfo N ports/geo/p5-Geo-METAR/pkg/DESCR N ports/geo/p5-Geo-METAR/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/04 22:14:30 Modified files: geo : Makefile Log message: +p5-Geo-METAR CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/04 23:45:19 Modified files: www/php5/patches: patch-configure_in Added files: www/php5/patches: patch-ext_standard_config_m4 Log message: unbreak build if libbind happens to be installed by not pulling it in from brad@, w/o objections from robert@ (maintainer) CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/05 00:20:47 Modified files: sys/dev/isa : files.isa Log message: fix comment for it(4) CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:13:10 Modified files: . : orders.html Log message: significant and overdue rototolling CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:24:41 Modified files: . : orders.html Log message: even better CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:27:14 Modified files: . : orders.html Log message: clarify CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 01:29:23 Modified files: . : orders.html Log message: mark newish things CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/05 01:46:06 Modified files: games/hangman : hangman.6 Log message: a little tidy up; CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/05 04:23:01 Modified files: graphics/inkscape: Makefile Log message: Add missing RUN_DEPENDS on textproc/py-lxml, needed by various plugins. Spotted by ian@, ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/05 05:43:22 Modified files: mail/claws-mail: Makefile distinfo Removed files: mail/claws-mail/patches: patch-src_common_utils_c Log message: Update to claws-mail 3.3.1, from brad@ ok MAINTAINER & pyr@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/05 07:17:54 Modified files: faq : upgrade43.html Log message: Instruct users to move old libexpat from /usr/X11R6/lib to /usr/lib so they don't break previously-installed packages before they upgrade them, and to clean up any other libexpat-related files in /usr/X11R6 to avoid build problems. ok nick@ (after some consideration :-) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/05 08:56:39 Modified files: lib/libc/sys : shmget.2 Log message: document EINVAL; from Dasn ok millert CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/05 10:42:26 Modified files: mail/roundcubemail: Makefile distinfo mail/roundcubemail/pkg: PLIST Log message: maintenance update to 0.1.1, ok ajacoutot CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/05 12:10:12 Modified files: gnu/usr.bin/gcc/gcc: mklibgcc.in Log message: don't force recreating directories in mklibgcc, this causes rebuilds during install. Prompted and tested by drahn@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/05 12:11:08 Modified files: databases/p5-Rose-DB: Makefile distinfo databases/p5-Rose-DB-Object: Makefile distinfo Log message: minor updates CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/05 14:55:03 Modified files: games/boggle/boggle: helpfile Log message: No need to say BSD only, this is OpenBSD. Also, remove part about versions that don't display the timer, we always do. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/05 15:09:19 Modified files: app/cwm : kbfunc.c Log message: - use $PATH before _PATH_DEFPATH, from Tim van der Molen - plug leak, noticed by oga feedback and ok oga@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/05 15:24:34 Modified files: . : bank-donation.html Log message: repair english CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/05 18:43:44 Modified files: sys/dev/pci : pcidevs Log message: - Add the Intel ICH8/9 Thermal sensors. - Add the Intel 3210 secondary PCIe bridge. - Add the ITExpress IT8213F IDE controller. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/05 18:44:15 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/06 04:08:17 Modified files: devel/eclipse/sdk: Makefile Log message: The swt package needs a bump as well. (java.port.mk changes) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 04:12:23 Modified files: multimedia/xine-lib: Makefile multimedia/xine-lib/patches: patch-src_demuxers_demux_qt_c Added files: multimedia/xine-lib/patches: patch-src_combined_demux_wavpack_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_ebml_c Log message: fixes for quicktime, matroska and wavpack pulled from xine-lib repo by brad@ fixes problem reported by viq on ports@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 07:10:43 Modified files: sbin/disklabel : disklabel.c Log message: Fix logic botch I introduced with r1.123 which effectively disabled the '-c' and '-d` commands. With the removal of 'rflag' (logically making it always false), (a || (rflag && cflag + dflag) || b) should be (a || b), not (a || (cflag + dflag) || b). This fixes 'disklabel -w -d ' as used in the install scripts. Reported by Peter Kun on misc@. Thanks! CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/06 09:17:47 Modified files: . : donations.html Log message: add paypal donors, may06 - oct07 CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 09:48:13 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-src_unix-gcc_mak print/ghostscript/gnu/pkg: PLIST Log message: Re-add some important files dropped with the last update. Noticed by Onat I. , fix double-checked also by Onat I. and Giovanni Bechis . CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/04/06 11:05:09 Modified files: . : want.html Log message: Not sure how long I'll have one on "evaluation" for... CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/06 11:57:43 Modified files: devel/boost : Makefile devel/boost/patches: patch-tools_build_v2_tools_gcc_jam Added files: devel/boost/patches: patch-libs_random_random_device_cpp Log message: - unbreak on amd64 by adding -fPIC to the link cmd tested by sthen@, brad@, eric@ and others, ok brad@ sthen@ - use /dev/urandom (from Brad) CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/06 12:21:44 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure net/nmap/pkg : PFRAG.shared-main Log message: update to 4.60 from Giovanni Bechis (MAINTAINER) ok merdely@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/06 13:42:16 Modified files: sys/kern : uipc_syscalls.c Log message: In sendit(), len should be size_t, not int. Could cause it to return wrong values on 64-bit machines otherwise. ok millert@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 14:18:54 Modified files: sbin/disklabel : disklabel.8 Log message: Remove stray '-r' reference that survived the nuke of -r. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/06 15:19:35 Modified files: sys/arch/sh/include: disklabel.h Log message: SH is not ARM. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/04/06 15:29:18 Modified files: . : landisk.html sgi.html zaurus.html hppa.html Log message: - don't mangle the toc and picture from johan@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 15:29:32 Log message: Tk::Splash implements a splash screen widget for Perl/Tk. From Giovanni Bechis tweaks and ok, jasper@ Status: Vendor Tag: kili Release Tags: kili_20080406 N ports/x11/p5-Tk-Splash/Makefile N ports/x11/p5-Tk-Splash/distinfo N ports/x11/p5-Tk-Splash/pkg/DESCR N ports/x11/p5-Tk-Splash/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/06 15:31:05 Modified files: x11 : Makefile Log message: + p5-Tk-Splash CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/06 15:36:24 Modified files: sbin/disklabel : disklabel.c Log message: nwflag is never set now that '-r' is no more, so remove it and the warning that was contingent on it being set. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/06 15:38:20 Modified files: . : sgi.html landisk.html hppa.html Log message: back out breakage CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/06 16:03:15 Modified files: . : hppa.html sgi.html landisk.html zaurus.html Log message: repair small window overwrite issues CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 16:42:11 Log message: import fluidsynth-1.0.8 FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. Features: * Cross platform support (Linux, Mac OSX and Windows to name a few) * SoundFont 2 support * Realtime effect modulation using SoundFont 2.01 modulators * Shared library which can be used in other programs * Built in command line shell * Playback of MIDI files ok kili@ Status: Vendor Tag: jakemsr Release Tags: jakemsr20080406 N ports/audio/fluidsynth/Makefile N ports/audio/fluidsynth/distinfo N ports/audio/fluidsynth/patches/patch-configure N ports/audio/fluidsynth/patches/patch-src_fluid_sys_c N ports/audio/fluidsynth/patches/patch-src_fluidsynth_c N ports/audio/fluidsynth/patches/patch-src_fluid_oss_c N ports/audio/fluidsynth/patches/patch-src_config_h_in N ports/audio/fluidsynth/patches/patch-fluidsynth_pc_in N ports/audio/fluidsynth/patches/patch-src_Makefile_in N ports/audio/fluidsynth/patches/patch-src_fluid_synth_c N ports/audio/fluidsynth/patches/patch-src_fluid_jack_c N ports/audio/fluidsynth/pkg/PLIST N ports/audio/fluidsynth/pkg/PFRAG.shared N ports/audio/fluidsynth/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/06 16:44:46 Modified files: audio : Makefile Log message: add fluidsynth CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 18:31:07 Modified files: sys/dev/i2c : i2c_scan.c Log message: Identify two chips which follow the JDEC JC-42.4 standard dimm temperature probe -- NPX SE98 and ADT 7408 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 19:31:46 Modified files: sys/dev/i2c : files.i2c share/man/man4 : Makefile iic.4 Added files: sys/dev/i2c : sdtemp.c share/man/man4 : sdtemp.4 Log message: New sensor driver for JDEC JC-42.4 standard dimm temperature sensors (still extremely rare devices.. so rare I had to wire up a chip myself) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 19:35:20 Modified files: sys/arch/alpha/conf: GENERIC sys/arch/amd64/conf: GENERIC sys/arch/armish/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: sdtemp* devices could occur on these machines CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/06 21:54:39 Modified files: audio/flac : Makefile Added files: audio/flac/patches: patch-src_libFLAC++_flac++_pc_in patch-src_libFLAC_flac_pc_in Log message: add -logg to the .pc file if we are compiled with ogg, so other software depending on pkg-config's --libs output don't need to be patched. naddy@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/06 22:08:35 Modified files: audio/tremor : Makefile distinfo Log message: update to a recent version. this fixes at least the problem where sizeof(int) != sizeof(int *) as seen on mplayer. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/06 22:38:28 Modified files: share/man/man4 : iic.4 Log message: sort CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 01:28:08 Modified files: sys/dev/usb : usbdevs Log message: add D-Link KVM-221 ok deraadt CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 01:28:35 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 03:15:34 Modified files: build : mirrors.dat Log message: mirror changes from www@ and checked: add ftp.sunet.se, mirror.rit.edu, artfiles.org remove ftp.physics.auth.gr CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 03:23:57 Modified files: . : ftp.html Log message: sync CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 03:31:30 Modified files: sys/dev/isa : it.c Log message: some cosmetic changes CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 03:43:55 Modified files: sys/dev/isa : it.c itvar.h Log message: more cosmetic changes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 04:13:19 Modified files: sys/dev/pci : pcidevs Log message: neptune CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 04:14:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:02:25 Modified files: usr.sbin/pkg_add: Makefile pkg_create Added files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: put Subst stuff into its own library file, to reuse elsewhere. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/07 05:10:16 Added files: infrastructure/build: pkg_subst Log message: scaffold for CMD_SUBST CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/07 05:12:42 Modified files: infrastructure/mk: bsd.port.mk Log message: add support for SUBST_CMD CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:19:40 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document SUBST_CMD CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:21:16 Modified files: usr.sbin/pkg_add/pod: OpenBSD::Intro.pod Log message: document OpenBSD::Subst CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 05:55:22 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: I should know better... reuse methods internally as much as I can, to facilitate further changes. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:02:59 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: likewise for the hash itself CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/07 06:12:48 Modified files: usr.sbin/pcidump: pcidump.c Log message: pretty print the BARs CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:15:59 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: tweak a bit, allow ^ to occur at beginning of variable name CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 06:30:04 Modified files: usr.sbin/pkg_add: pkg_create.1 Log message: deprecate -c, we've been using -DCOMMENT=value more or less forever by now. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 07:28:47 Modified files: . : bank-donation.html Log message: even more complete CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/07 09:10:11 Log message: Import pgloader-2.3.0 pgloader imports data from a flat file and insert it into a database table. It uses a flat file per database table, and you can configure as many Sections as you want, each one associating a table name and a data file. [...] from Pierre-Emmanuel Andre Status: Vendor Tag: pea Release Tags: ajacoutot_20080407 N ports/databases/pgloader/Makefile N ports/databases/pgloader/distinfo N ports/databases/pgloader/pkg/PLIST N ports/databases/pgloader/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/07 09:11:05 Modified files: databases : Makefile Log message: +pgloader CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/07 09:35:56 Log message: import HTML::Template::JIT This module provides a just-in-time compiler for HTML::Template. ok jasper@ Status: Vendor Tag: okan Release Tags: okan_20080407 N ports/www/p5-HTML-Template-JIT/Makefile N ports/www/p5-HTML-Template-JIT/distinfo N ports/www/p5-HTML-Template-JIT/pkg/DESCR N ports/www/p5-HTML-Template-JIT/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/07 09:37:11 Modified files: www : Makefile Log message: +p5-HTML-Template-JIT CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/07 10:14:37 Modified files: . : i386-laptop.html Log message: Add the Lenovo X300, from robert blacquiere () gmail com , thanks! While there, correct sentence about ahci in the T61 entry. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/07 10:21:26 Modified files: sys/arch/amd64/amd64: syscall.c sys/arch/sparc64/sparc64: trap.c Log message: Don't grab the kernel biglock for syscalls marked SY_NOLOCK; make the amd64 code a bit nicer and make the sparc64 match that. tested by a few; OK toby@, dlg@, kettenis@ (for the sparc64 part). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 10:48:44 Modified files: . : donations.html Log message: re-column CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 10:52:49 Modified files: . : donations.html Log message: repair who handles these pages CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:00:51 Modified files: . : donations.html Log message: link repairs CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:03:06 Modified files: . : donations.html Log message: more CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:15:10 Modified files: . : 43.html Log message: pkg count CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 11:25:20 Modified files: sys/arch/sgi/sgi: bus_dma.c Log message: In _dmamem_map(), be sure to convert the address from the device view to a real physical address in the single-segment short-circuit code. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:28:48 Modified files: . : 43.html Log message: mips64 pkgs will make this release CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 11:37:58 Modified files: sys/dev/isa : it.c Log message: fix snprintf usage CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/07 11:41:14 Modified files: . : 43.html Log message: include the really huge m88k pkg list CVSROOT: /cvs Module name: src Changes by: form@cvs.openbsd.org 2008/04/07 11:50:37 Modified files: sys/dev/isa : it.c Log message: snprintf "%s" -> strlcpy CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/04/07 11:56:43 Modified files: usr.sbin/pkg_add/OpenBSD: Subst.pm Log message: typo, fix fragments CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/04/07 11:56:53 Modified files: . : 43.html Log message: msts(4) is a line discipline, not a driver. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/04/07 12:06:31 Modified files: . : 43.html Log message: Fix umbg(4) entry. CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/07 12:14:55 Modified files: . : 43.html Log message: capitalise PCI CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/07 12:45:26 Modified files: sys/dev/isa : wbsio.c Log message: Hardware monitor address should be 8-byte aligned. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 13:10:24 Modified files: distrib/sets/lists/xbase: md.i386 distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/07 14:31:23 Modified files: games/gtetrinet: Makefile Removed files: games/gtetrinet/patches: patch-configure Log message: Remove now unrequired patch and bump for esound version change. Noticed by martynas@, thanks! CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2008/04/07 14:40:56 Modified files: . : 43.html Log message: GHC 6.6 isn't a real highlight any longer (6.8. would have been, but it isn't ready yet). CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 14:59:41 Modified files: distrib/sets/lists: Makefile Log message: make better, add sanity CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/07 14:59:47 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus Log message: sync CVSROOT: /cvs Module name: www Changes by: kili@cvs.openbsd.org 2008/04/07 15:37:15 Modified files: faq : upgrade43.html Log message: fix the 4.1 -> 4.2 link ok nick@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:29:16 Modified files: sys/arch/mips64/include: cpu.h Log message: Define more cache coherency attributes, as well as R10k space identifiers. Define a symbolic ``cached'' attribute, to be used for cached mappings regardless of the system's cache coherency. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:30:05 Modified files: sys/arch/mips64/include: pte.h Log message: Define the pte cacheability bits from the cpu.h cache coherency constants. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:30:49 Modified files: sys/arch/mips64/mips64: cache_r10k.S cache_r5k.S pmap.c sys/arch/sgi/sgi: bus_dma.c genassym.cf Log message: Use CCA_CACHED as the default CCA for all cached mappings and addresses. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:32:46 Modified files: sys/arch/sgi/conf: files.sgi sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: machdep.c Added files: sys/arch/sgi/sgi: ip32_machdep.c Log message: Unclutter machdep.c by moving the IP32-specific initialization code to its own file. While there, more dead beef removal in struct sys_rec. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:34:24 Modified files: sys/arch/sgi/dev: gbe.c sys/arch/sgi/localbus: macebus.c Log message: Since uncached virtual addresses will depend upon space identifiers on R1xk systems, switch to the PHYS_TO_UNCACHED macro to compute proper addresses. Not really necessary for the O2 which does not implement spaces, but can't hurt either. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:36:26 Modified files: sys/arch/mips64/dev: clockvar.h sys/arch/mips64/mips64: clock.c mainbus.c sys/arch/sgi/conf: GENERIC RAMDISK files.sgi Added files: sys/arch/sgi/dev: dsrtc.c Removed files: sys/arch/sgi/sgi: clock_md.c Log message: Split clock attachment in two parts: a timecounter attachment (at mainbus), and a time-of-day chip (wherever it gets found). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:37:18 Modified files: sys/arch/mips64/include: cpu.h trap.h sys/arch/mips64/mips64: lcore_access.S Log message: Add ``guarded'' word read and write routines, to be used by machine-dependent code soon. Similar to what ddb does, but does not need ddb to be compiled in. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:40:58 Modified files: sys/arch/mips64/include: memconf.h sys/arch/mips64/mips64: arcbios.c Log message: Add a freelist member to the ARCBios memory information. For now, all ARCBios available memory regions will be reported to be in VM_FREELIST_DEFAULT. Add a few quirks to cope with (some) IP27 and IP30 weirdness. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:41:52 Modified files: sys/arch/sgi/include: memconf.h vmparam.h Log message: Allow for up to 32 memory segments. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:43:45 Added files: sys/arch/sgi/sgi: ip30.h ip30_machdep.c Log message: Platform-specific bits for IP30 (Octane). Based on knowledge extracted from Linux source code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:47:40 Added files: sys/arch/sgi/xbow: Makefile devlist2h.awk files.xbow xbow.c xbow.h xbowdevs xbridge.c xbridgereg.h xheart.c xheartreg.h xhub.c Log message: A first cut at XBow bus support, very minimal, limited to a local bus only; HUB driver (for IP27) is a stub, and interrupt support is a shoot in the dark and will need some serious debugging until it is sane, but I want to reduce the weight of these diffs first. Based on a lot of tinkering and experiments, as well as knowledge extracted from the Linux source code. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:48:08 Added files: sys/arch/sgi/xbow: xbowdevs.h xbowdevs_data.h Log message: Regen CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:50:41 Modified files: sys/dev/onewire: onewire.c onewirevar.h Log message: Allow a 1-Wire controller to request an immediate scan, and also to prevent periodic scans. ok grange@ (until this gets replaced with a proper notification mechanism to avoid unnecessary bus polling). CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:53:00 Added files: sys/arch/sgi/pci: ioc.c iocreg.h iocvar.h Log message: Preliminary IOC3 multi-function chip driver, from jsing@ and I. Currently missing a driver for the ethernet part, and interrupt handling is not written yet. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:53:56 Added files: sys/arch/sgi/dev: com_ioc.c Log message: Simple com@ioc (with interrupt handling disabled until ioc interrupt code is written). Joint work with jsing@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/07 16:55:57 Added files: sys/arch/sgi/dev: owmac.c owmacvar.h owmem_subr.c owmem_subr.h owserial.c owserialvar.h Log message: SGI 1-Wire Number-In-a-Can drivers. These are regular Dallas/Maxim append-only EEPROM, with knowledge of how SGI formats their contents. They are needed by IOC to figure out the Ethernet address of its Ethernet subdevice (yes, verily). CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:10:24 Modified files: sys/kern : subr_disk.c Log message: Compare device names consistantly in parsedisk(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:27:21 Modified files: sbin/disklabel : disklabel.c Log message: Restore boot block (-B) support that was incorrectly deleted during the -r removal. Found by drahn@ when attempting a landisk install. ok deraadt@ drahn@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/07 17:37:14 Modified files: sbin/disklabel : disklabel.c Log message: Since Alpha is NUMBOOT=0, no need for #ifdef __alpha__ code inside a #if NUMBOOT > 0 section. CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/07 17:47:09 Modified files: app/cwm : calmwm.h conf.c cwm.1 kbfunc.c xevents.c Log message: Add quit function, bind it per default to CM-q and change exec_wm binding to CM-w. Inital diff from Gleydson Soares Feedback from oga@ and okan@ ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/07 18:09:50 Modified files: app/cwm : xevents.c Log message: Make _xev_quit "volatile sig_atomic_t" for proper correctness. Noticed by oga@, thanks! CVSROOT: /cvs Module name: ports Changes by: mcbride@cvs.openbsd.org 2008/04/07 19:58:39 Modified files: sysutils/ruby-puppet: Makefile distinfo sysutils/ruby-puppet/pkg: PLIST Added files: sysutils/ruby-puppet/patches: patch-lib_puppet_defaults_rb Removed files: sysutils/ruby-puppet/patches: patch-lib_puppet_configuration_rb Log message: Update to puppet 0.24.4. ok msf CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/07 20:03:44 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 03:47:47 Modified files: . : events.html Log message: Move asiabsdcon to the past. Slides of my presentation will follow later. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 03:51:15 Log message: Import pokerth-0.6.1 PokerTH is a free implementation of "Texas hold'em" card game. You can play the popular "Texas Hold'em" poker variant against up to six computer-opponents or play network games with people all over the world. from Mikko Tolmunen with some tweaks Thanks! Status: Vendor Tag: oskari Release Tags: ajacoutot_20080408 N ports/games/pokerth/Makefile N ports/games/pokerth/distinfo N ports/games/pokerth/pkg/DESCR N ports/games/pokerth/pkg/PLIST N ports/games/pokerth/patches/patch-pokerth_server_pro N ports/games/pokerth/patches/patch-src_core_linux_convhelper_cpp N ports/games/pokerth/patches/patch-src_core_libircclient_include_config_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 03:51:50 Modified files: games : Makefile Log message: +pokerth CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:33:56 www/papers/asiabsdcon08-network Update of /cvs/www/papers/asiabsdcon08-network In directory cvs.openbsd.org:/tmp/cvs-serv11610/asiabsdcon08-network Log Message: Directory /cvs/www/papers/asiabsdcon08-network added to the repository CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:40:14 Added files: papers : asiabsdcon08-network.pdf papers/asiabsdcon08-network: 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 mgp00039.html mgp00039.idx.png mgp00039.png mgp00039.txt mgp00040.html mgp00040.idx.png mgp00040.png mgp00040.txt mgp00041.html mgp00041.idx.png mgp00041.png mgp00041.txt mgp00042.html mgp00042.idx.png mgp00042.png mgp00042.txt mgp00043.html mgp00043.idx.png mgp00043.png mgp00043.txt mgp00044.html mgp00044.idx.png mgp00044.png mgp00044.txt mgp00045.html mgp00045.idx.png mgp00045.png mgp00045.txt mgp00046.html mgp00046.idx.png mgp00046.png mgp00046.txt mgp00047.html mgp00047.idx.png mgp00047.png mgp00047.txt mgp00048.html mgp00048.idx.png mgp00048.png mgp00048.txt mgp00049.html mgp00049.idx.png mgp00049.png mgp00049.txt mgp00050.html mgp00050.idx.png mgp00050.png mgp00050.txt mgp00051.html mgp00051.idx.png mgp00051.png mgp00051.txt mgp00052.html mgp00052.idx.png mgp00052.png mgp00052.txt mgp00053.html mgp00053.idx.png mgp00053.png mgp00053.txt mgp00054.html mgp00054.idx.png mgp00054.png mgp00054.txt mgp00055.html mgp00055.idx.png mgp00055.png mgp00055.txt Log message: AsiaBSDCon paper and presentation. CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:43:41 Modified files: papers : index.html Log message: Link my asiabsdcon paper and presentation CVSROOT: /cvs Module name: www Changes by: claudio@cvs.openbsd.org 2008/04/08 05:51:12 Modified files: . : events.html Log message: Link from here as well. CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/08 06:20:31 Modified files: sys/dev/pci : ahci.c Log message: Make ahci detachable. Not tested as the ppb on my shitty nvidia board doesn't seem to properly propagate expresscard interrupts. Incoporating suggestions from dlg and kettenis, ok dlg. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/08 07:37:19 Modified files: devel/mysql-gui-common: Makefile Added files: devel/mysql-gui-common/patches: patch-library_base-library_source_myx_network_c patch-source_linux_MGConnectDialog_cc Log message: - use the correct path to ping(1), (/bin vs. /sbin) "good catch!" wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 07:54:59 Modified files: build : mirrors.dat Log message: mirrors.rit.edu now has a separate rsync module for OpenBSD CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 08:06:45 Modified files: build/mirrors : ftp.html.mid2 Log message: Add AFS mirror at rit.edu, from Lee Burton (lburton at mrow dot org) CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/08 08:07:34 Modified files: . : ftp.html Log message: regenerate CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/08 08:12:29 Modified files: app/cwm : conf.c cwm.1 Log message: better 'quit' keybinding default (CMS-q) feedback from oga@ and simon@ ok oga@ simon@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/04/08 08:31:54 Modified files: sys/arch/alpha/alpha: conf.c sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/mvmeppc/mvmeppc: conf.c sys/arch/sgi/sgi: conf.c sys/arch/sparc/sparc: conf.c sys/arch/sparc64/sparc64: conf.c sys/arch/vax/vax: conf.c sys/sys : conf.h Log message: Split the cdev makro for bpftun into two seperate definitions. tun(4) and bpf(4) are different enough so that the split makes sense -- this is necessary to make bpf(4) cloneable. requested deraadt@, OK thib@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/08 08:46:45 Modified files: sys/kern : vfs_vnops.c sys/miscfs/specfs: spec_subr.c spec_vnops.c specdev.h sys/sys : vnode.h usr.bin/fstat : fstat.c Log message: bring cloning up too date; Munge it so it will work with atleast oga@'s upcoming DRM changes and too some degree ratchov@'s audio work. It still works for bpf's though. Parts from ratchov@; fstat(1) parts from Pedro Martelletto; tested by many, ok'ed by a few; "get going with cloning" deraadt@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/08 08:59:07 Modified files: share/man/man8 : release.8 Log message: document "make install" for the kernel; requested by Girish Venkatachalam arm twisting from henning (and an ok) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/08 10:04:27 Modified files: astro/celestia : Makefile distinfo astro/celestia/patches: patch-Makefile_in patch-configure patch-src_celestia_celestiacore_cpp patch-src_celutil_util_h astro/celestia/pkg: PLIST Added files: astro/celestia/patches: patch-src_celengine_astro_cpp Removed files: astro/celestia/patches: patch-src_celengine_command_h patch-src_celengine_star_h patch-src_celestia_celx_cpp Log message: - update to celestia-1.5.0 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/08 11:38:27 Modified files: app/cwm : kbfunc.c Log message: No cookie for okan. fix use-after-free that broke exec's path getting stuff. ``paths'' isn't used anymore, but pointers to within that array are still used in the next loop. delay freeing it until after then. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/08 12:04:10 Modified files: x11/dmenu : Makefile distinfo x11/dmenu/patches: patch-config_mk x11/dmenu/pkg : PLIST Log message: Update to version 3.6. This version is case sensitive. For old functionality, use '-i' (from Tobias) From Tobias (MAINTAINER) ok jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 12:48:43 Modified files: sys/dev/isa : wbsio.c Log message: Fix dmesg printing in the case that no device attaches. ok miod@, deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:00:26 Modified files: lib/pixman : ChangeLog Makefile.am Makefile.bsd-wrapper Makefile.in TODO aclocal.m4 config.h.in configure configure.ac lib/pixman/pixman: Makefile.am Makefile.in pixman-compose.c pixman-edge-imp.h pixman-edge.c pixman-image.c pixman-mmx.c pixman-mmx.h pixman-pict.c pixman-private.h pixman-region.c pixman-trap.c pixman-utils.c pixman.h lib/pixman/test: Makefile.am Makefile.in Log message: Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:06:14 Added files: lib/pixman/pixman: Makefile.win32 pixman-access-accessors.c pixman-access.c pixman-combine.c pixman-source.c pixman-sse.c pixman-sse.h pixman-transformed-accessors.c pixman-transformed.c pixman-version.h pixman-version.h.in lib/pixman/test: fetch-test.c Log message: Update to pixman 0.10, with one small fix to the sse2 test in configure.ac. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/08 13:11:40 Modified files: www/lighttpd : Makefile www/lighttpd/patches: patch-src_connections_c Log message: - fix typos in the previous ssl fix; from lighttpd svn (changeset 2144); via brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/08 13:16:05 Modified files: libexec/rshd : rshd.c Log message: should not call setpwent(); millert agrees CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 13:30:09 Modified files: sys/dev/pci : ahci.c Log message: pci_chipset_tag_t already_t is_t a_t pointer_t CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/08 13:48:16 Modified files: sysutils/smartmontools: Makefile distinfo sysutils/smartmontools/patches: patch-Makefile_in Log message: update to 5.38 from Giovanni Bechis (new MAINTAINER), ok old MAINTAINER ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 13:49:13 Removed files: lib/pixman : ChangeLog Log message: remove empty file CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/08 14:13:03 Modified files: . : MODULES Log message: xf86-video-amd got renamed to xf86-video-geode to avoid confusion. CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/08 14:47:55 Modified files: sys/kern : uipc_usrreq.c Log message: unp_internalize() repaired wrong file structs on error. ok deraadt@, kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 15:53:47 Modified files: distrib/sets/lists: Makefile Log message: be more exact CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 15:54:16 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xetc: md.landisk distrib/sets/lists/xserv: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/08 16:05:19 Modified files: sys/arch/sparc64/dev: vpci.c Log message: For some reason access to io space using ASI_PHYS_NON_CACHED_LITTLE doesn't work, so go through the MMU just like we do for mem space. Makes puc(4) work on the t1k, and hopefully fixes the problems on the t2k. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/08 17:41:56 Modified files: sys/dev/pci : if_cas.c Log message: - Count excess and late collisions as output errors. - Count receive errors as input errors. ok kettenis@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 18:15:22 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/08 18:17:55 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.macppc md.mvme68k md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/09 00:12:30 Modified files: driver/xf86-video-wsfb: aclocal.m4 configure ltmain.sh Log message: regen with autoconf 2.59p2. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/09 02:52:52 Modified files: www/tikiwiki : Makefile distinfo www/tikiwiki/pkg: PLIST Log message: - bugfix update to version 1.9.11 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/09 04:15:36 Modified files: x11/icewm : Makefile distinfo x11/icewm/patches: patch-Makefile_in patch-configure patch-src_Makefile_in Added files: x11/icewm/patches: patch-src_ylocale_cc Log message: - update to icewm-1.2.35 - clean-up Makefile while here - enable i18n (patch from FreeBSD) - fix and enable REGRESS CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/09 06:50:11 Modified files: sys/dev/pci : if_em.c Log message: dma sync the tx ring and post new packets to the chip once per call to the start routine instead of once per packet. tested on various archs including amd64, i386, and sparc64. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:10:18 Modified files: devel/glib2 : Makefile distinfo devel/glib2/patches: PPC-patch-glib_Makefile_in patch-glib_gmacros_h patch-glib_gstrfuncs_c patch-tests_Makefile_in patch-tests_refcount_Makefile_in devel/glib2/pkg: PFRAG.shared-main PLIST-docs PLIST-main Added files: devel/glib2/patches: patch-configure patch-configure_in patch-gio_glocalfile_c patch-glib_Makefile_in Log message: - update glib2 to 2.16.1 lots of changes, most importantly, the addition of GIO (VFS API to replace GnomeVFS). testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ (diffs to unbreak some ports will follow) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:11:02 Removed files: devel/glib2/patches: patch-configure_in Log message: - this isn't needed anymore.. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:12:21 Modified files: devel/atk : Makefile distinfo Log message: - update atk to 1.22.0 Mostly bug were fixed in this relese. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:13:40 Modified files: devel/pango : Makefile distinfo devel/pango/patches: patch-configure patch-modules_Makefile_in patch-pango_pc_in devel/pango/pkg: PLIST Log message: - update pango to 1.20.0 Loads and loads of fixes and changes. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:15:44 Modified files: x11/gtk+2 : Makefile distinfo x11/gtk+2/patches: patch-configure x11/gtk+2/pkg : PLIST-main Log message: - update gtk+2 to 2.12.9 Lots of bugs were fixed in this release. testing and feedback by many, thanks! ok landry@ merdely@ simon@ "go ahead" bernd@ steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:20:44 Modified files: devel/glib2mm : Makefile distinfo devel/glib2mm/patches: patch-glib_glibmm_date_h devel/glib2mm/pkg: PLIST-docs Added files: devel/glib2mm/patches: patch-glib_glibmm_convert_cc patch-glib_glibmm_date_cc patch-glib_glibmm_error_cc patch-glib_glibmm_exception_cc Log message: - update glib2mm to 2.14.2 Some bugs were fixed in this release. g_assert() fixes by jakemsr@. testing and ok simon@ wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:23:11 Modified files: x11/gtk2mm : Makefile distinfo x11/gtk2mm/pkg : PLIST-docs Log message: - update gtk2mm to 2.12.7 Mostly bugfixes. testing and ok simon@ wilfried@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:24:46 Modified files: x11/gnome/eel : Makefile Added files: x11/gnome/eel/patches: patch-test_test-eel-image-table_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:26:15 Modified files: x11/gnome/vfs2 : Makefile Added files: x11/gnome/vfs2/patches: patch-libgnomevfs_gnome-vfs-mime-handlers_c patch-modules_sftp-method_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:27:50 Modified files: x11/gnome/libbonobo: Makefile Added files: x11/gnome/libbonobo/patches: patch-bonobo_bonobo-exception_h patch-bonobo_bonobo-object_h patch-bonobo_bonobo-running-context_h Log message: - unbreak after recent glib2 update from simon@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:28:50 Modified files: x11/gnome/terminal: Makefile Added files: x11/gnome/terminal/patches: patch-src_terminal_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:29:43 Modified files: www/gtkhtml3 : Makefile Added files: www/gtkhtml3/patches: patch-src_htmlengine-edit-clueflowstyle_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:30:32 Modified files: news/pan : Makefile Added files: news/pan/patches: patch-pan_data-impl_my-tree_cc Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:31:02 Modified files: devel/goffice : Makefile Added files: devel/goffice/patches: patch-goffice_app_error-info_h patch-goffice_app_go-plugin-service_c patch-goffice_app_go-plugin_c patch-goffice_cut-n-paste_foocanvas_foo-canvas-rect-ellipse_c patch-goffice_cut-n-paste_foocanvas_foo-canvas_c patch-goffice_gtk_go-dock-item_c patch-goffice_gtk_go-locale-sel_c patch-goffice_utils_go-math_c patch-goffice_utils_go-regression_c patch-goffice_utils_regutf8_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/09 07:31:37 Modified files: math/gnumeric : Makefile Added files: math/gnumeric/patches: patch-src_collect_c patch-src_file-autoft_c patch-src_format-template_c patch-src_parse-util_c patch-src_parser_c patch-src_print-info_c patch-src_ranges_c patch-src_regression_c patch-src_workbook-edit_c Log message: - unbreak after recent glib2 update testing and ok simon@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 08:29:44 Modified files: net/nagios/cnagios: Makefile distinfo net/nagios/cnagios/patches: patch-configure Log message: Update to 0.23. Make work with Nagios 3.x ok sthen@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 08:32:20 Modified files: emulators/gxemul: Makefile distinfo Log message: Update to 0.4.6.3. From brad@ ok grange@ (MAINTAINER), okan@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/09 08:32:22 Modified files: www/drupal5/core: Makefile Log message: missing PREFIX, ok espie@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/09 09:36:25 Modified files: . : art1.html Log message: No, the project does not see a dime from tshirt sales CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/09 10:49:17 Modified files: sys/arch/i386/i386: trap.c Log message: Don't grab the kernel biglock for syscalls marked SY_NOLOCK; matches what amd64 and sparc64 do. tested by johan@ and laurent@ ok toby@,dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 10:58:11 Modified files: sys/arch/alpha/alpha: machdep.c sys/arch/amd64/amd64: machdep.c sys/arch/aviion/aviion: machdep.c sys/arch/hp300/hp300: machdep.c sys/arch/hppa/hppa: machdep.c sys/arch/hppa64/hppa64: machdep.c sys/arch/i386/i386: machdep.c sys/arch/landisk/landisk: machdep.c sys/arch/luna88k/luna88k: machdep.c sys/arch/mac68k/mac68k: machdep.c sys/arch/macppc/macppc: machdep.c sys/arch/mvme68k/mvme68k: machdep.c sys/arch/mvme88k/mvme88k: machdep.c sys/arch/mvmeppc/mvmeppc: machdep.c sys/arch/sgi/sgi: machdep.c sys/arch/solbourne/solbourne: machdep.c sys/arch/sparc/sparc: machdep.c sys/arch/sparc64/sparc64: machdep.c sys/arch/vax/vax: machdep.c sys/uvm : uvm_extern.h uvm_page.c Log message: Add new stub uvm_shutdown() and call it from the right place in MD boot() CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/09 12:10:47 Modified files: app/cwm : calmwm.h client.c Log message: remove alt-tab menu discussed with a few ok oga@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/09 12:59:58 Modified files: sys/dev/pci : agp.c Log message: device_lookup() increments the reference count for the device, and we never decrement it. Since kernel mappings aren't touched if the device is closed, just grab the softc manually instead on these functions, this means close will be called after the kernel api has been used. ok kettenis@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 13:03:54 Modified files: sys/dev/pci : ehci_pci.c Log message: from freebsd; tested in snaps for weeks date: 2008/03/12 20:57:17; author: jhb; state: Exp; lines: +4 -1 Relax the BIOS/OS sempahore handoff code to workaround different hard hangs (one at boot, one at shutdown) in recent machines. First, only try to take ownership of the EHCI controller if the BIOS currently owns the controller. On a HP DL160 G5, the machine hangs when we try to take ownership. Second, don't bother trying to give up ownership of the controller during shutdown. It's not strictly required and a Dell DCS S29 hangs on shutdown after the config write. Both of these changes match the behavior of the Linux EHCI driver. I also think both of these hangs are caused by bugs in the BIOS' SMM handler causing it to get stuck in an infinite loop in SMM. CVSROOT: /cvs Module name: src Changes by: robert@cvs.openbsd.org 2008/04/09 13:49:55 Modified files: sys/dev/usb : files.usb sys/sys : conf.h sys/conf : files Added files: sys/dev/usb : uvideo.c uvideo.h sys/dev : video.c video_if.h videovar.h sys/sys : videoio.h Log message: Initial import for uvideo(4) and video(4): uvideo(4) is a driver for USB video device class devices including webcams, camcorders and other cameras. video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two) API. These drivers are *really* work in progress so don't even try to use them just yet, because the driver still has some issues, even if it can be used to capture simple MJPEG videos. ok mglocker@, deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 13:50:39 Modified files: sys/dev/ic : com.c Log message: Increase buffer size sent to the fifo, and clamp the size correctly. Scrub the buffer afterwards, too CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/09 14:31:21 Log message: util-macros 1.1.6 Status: Vendor Tag: xorg Release Tags: v1_1_6 U xenocara/util/macros/install-sh C xenocara/util/macros/configure C xenocara/util/macros/Makefile.in U xenocara/util/macros/COPYING U xenocara/util/macros/Makefile.am U xenocara/util/macros/README C xenocara/util/macros/xorgversion.m4 U xenocara/util/macros/missing C xenocara/util/macros/aclocal.m4 U xenocara/util/macros/ChangeLog U xenocara/util/macros/xorg-macros.m4.in U xenocara/util/macros/configure.ac C xenocara/util/macros/xorg-macros.m4 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/util/macros CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/09 14:35:16 Modified files: util/macros : configure install-sh missing xorgversion.m4 Log message: merge util-macros 1.1.6 CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/09 14:38:55 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add OpenBSD cvs id. CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/09 15:45:26 Modified files: libexec/ld.so : dl_prebind.c dlfcn.c library.c resolve.c resolve.h libexec/ld.so/alpha: rtld_machine.c libexec/ld.so/amd64: rtld_machine.c libexec/ld.so/arm: rtld_machine.c libexec/ld.so/hppa: archdep.h rtld_machine.c libexec/ld.so/i386: rtld_machine.c libexec/ld.so/ldconfig: dl_prebind.c prebind.c libexec/ld.so/mips64: rtld_machine.c libexec/ld.so/powerpc: rtld_machine.c libexec/ld.so/sh: rtld_machine.c libexec/ld.so/sparc: rtld_machine.c libexec/ld.so/sparc64: rtld_machine.c Log message: Improve support for shared libs linked at non-zero addreses: - rename private values in struct elf_object to better describe their meaning: s/load_offs/obj_base/ "object's address '0' base" s/load_addr/load_base/ "The base address of the loadable segments" - gdb needs the obj_base value so swap positions with load_base in struct elf_object - fix a few occurrences of where load_base was used instead of obj_base. With help and okay drahn@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/09 15:45:54 Modified files: lang/python : python.port.mk Log message: Add MODPY_EGG_VERSION to SUBST_VARS to make PLIST updates nicer. This'll prevent setuptools from creating egg-info filenames encoded with the package version (even when MODPY_SETUPTOOLS isn't enabled). ok mbalmer@, eric@, merdely@; input from many py porters CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/09 15:47:36 Modified files: sys/dev/pci : pci_map.c Log message: On sparc64, a zero base address doesn't mean the BAR is invalid. We probably need a MD base address validation function, but skipping the check on sparc64 will do for now. ok deraadt@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/09 15:53:13 Modified files: . : sparc64.html Log message: Sun gave me a bit more work by launching its UltraSPARC T2+ servers today. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 15:56:40 Modified files: share/man/man4 : sdtemp.4 sys/dev/i2c : i2c_scan.c sdtemp.c Log message: support the NPX SE97 too CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 16:04:11 Modified files: sys/dev/i2c : sdtemp.c i2c_scan.c share/man/man4 : sdtemp.4 Log message: Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am simply going through datasheets found on the net...) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/09 16:13:12 Modified files: net/bitlbee : Makefile distinfo Removed files: net/bitlbee/patches: patch-account_c patch-bitlbee_c patch-bitlbee_h patch-commands_c patch-conf_c patch-configure patch-crypting_c patch-doc_user-guide_help_txt patch-doc_user-guide_user-guide_html patch-help_c patch-ini_c patch-irc_c patch-nick_c patch-protocols_jabber_jabber_c patch-protocols_jabber_lib_h patch-protocols_jabber_pool_c patch-protocols_msn_msn_util_c patch-protocols_msn_ns_c patch-protocols_msn_passport_c patch-protocols_msn_sb_c patch-protocols_nogaim_c patch-protocols_oscar_admin_c patch-protocols_oscar_auth_c patch-protocols_oscar_bos_c patch-protocols_oscar_buddylist_c patch-protocols_oscar_chat_c patch-protocols_oscar_chatnav_c patch-protocols_oscar_conn_c patch-protocols_oscar_icq_c patch-protocols_oscar_im_c patch-protocols_oscar_info_c patch-protocols_oscar_misc_c patch-protocols_oscar_oscar_c patch-protocols_oscar_oscar_util_c patch-protocols_oscar_search_c patch-protocols_oscar_service_c patch-protocols_oscar_ssi_c patch-protocols_oscar_stats_c patch-protocols_proxy_c patch-protocols_yahoo_crypt_c patch-protocols_yahoo_libyahoo2_c patch-protocols_yahoo_yahoo_c patch-protocols_yahoo_yahoo_httplib_c patch-protocols_yahoo_yahoo_util_c patch-set_c patch-url_c patch-user_c patch-util_c patch-util_h patch-utils_bitlbeed_c Log message: Update to 1.2. V1.2 adds nice "account set #" feature to manage accounts. Remove a lot of string handling patches. Remove patches to rename bitlbee "root" user to "bitlbee". tested by Andrew Dalgleish (MAINTAINER), James Turner and Wiktor Izdebski ok martynas@, simon@, okan@, wcmaier@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/09 16:33:03 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/09 16:34:40 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.5, ok okan CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/09 18:00:57 Modified files: books/AsteriskTFOT: Makefile distinfo books/AsteriskTFOT/pkg: PLIST Log message: Update to 2.0, now a simple download, ok sthen@ pval@ some weeks ago CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/09 19:34:24 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/09 21:39:54 Modified files: emulators/bochs: Makefile distinfo emulators/bochs/patches: patch-_bochsrc emulators/bochs/pkg: DESCR PLIST Added files: emulators/bochs/patches: patch-bx_debug_dbg_main_cc Removed files: emulators/bochs/patches: patch-gui_siminterface_h patch-gui_term_cc patch-iodev_eth_tap_cc patch-main_cc Log message: upgrade to bochs 2.3.6. remove maintainer. from brad. tested and agreed between brad, okan and myself. CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/09 23:05:07 Modified files: . : plus.html Log message: Upto 04/09 CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 00:39:00 Modified files: sys/dev/ic : ami.c amivar.h Log message: the success of a command is reported in the mbox, but not passed on to the completion routines to do anything useful with. this stashes the commands status in the ccb for the ccb_done handlers to use. the completion path for passthru commands now checks the mbox status to see if the command actually works. this prevents phantom devices from appearing on the passthru busses. CVSROOT: /cvs Module name: ports Changes by: form@cvs.openbsd.org 2008/04/10 02:03:55 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: o add mikeb o uncomment myself and correct my coordinates o bump version CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/10 03:22:15 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Fix MJPEG Video Frame Descriptor struct. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/04/10 04:09:57 Log message: Port the Offis DICOM toolkit, version 3.5.4: DCMTK is a collection of libraries and applications implementing large parts of the DICOM standard for medical imaging. It includes software for examining, constructing and converting DICOM image files, handling offline media, sending and receiving images over a network connection, as well as demonstrative image storage and worklist servers. great feedback naddy@ (a little while ago) Status: Vendor Tag: djm Release Tags: djm20080410 N ports/graphics/dcmtk/Makefile N ports/graphics/dcmtk/distinfo N ports/graphics/dcmtk/pkg/DESCR N ports/graphics/dcmtk/pkg/PLIST N ports/graphics/dcmtk/patches/patch-dcmdata_libsrc_Makefile_in N ports/graphics/dcmtk/patches/patch-dcmsr_apps_Makefile_in N ports/graphics/dcmtk/patches/patch-config_Makefile_def_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/04/10 04:10:31 Modified files: graphics : Makefile Log message: +dcmtk CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:21:42 Log message: import py-cups 1.9.38 Python bindings for the CUPS API. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080410 N ports/print/py-cups/distinfo N ports/print/py-cups/Makefile N ports/print/py-cups/pkg/DESCR N ports/print/py-cups/pkg/PLIST N ports/print/py-cups/patches/patch-Makefile N ports/print/py-cups/patches/patch-setup_py N ports/print/py-cups/patches/patch-cupsppd_c N ports/print/py-cups/patches/patch-cupsconnection_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:23:04 Log message: import system-config-printer 0.9.90 CUPS configuration GUI. Configures a CUPS server. It uses the CUPS API to do this. The communication with the server is performed using IPP. As a result, it is equally able to configure a remote CUPS server as a local one. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080410 N ports/print/system-config-printer/distinfo N ports/print/system-config-printer/Makefile N ports/print/system-config-printer/pkg/DESCR N ports/print/system-config-printer/pkg/PLIST N ports/print/system-config-printer/patches/patch-applet_py N ports/print/system-config-printer/patches/patch-cupshelpers_py N ports/print/system-config-printer/patches/patch-pysmb_py N ports/print/system-config-printer/patches/patch-system-config-printer_py N ports/print/system-config-printer/patches/patch-system-config-printer_desktop_in N ports/print/system-config-printer/patches/patch-print-applet_desktop_in N ports/print/system-config-printer/patches/patch-my-default-printer_desktop_in N ports/print/system-config-printer/patches/patch-manage-print-jobs_desktop_in N ports/print/system-config-printer/patches/patch-my-default-printer N ports/print/system-config-printer/patches/patch-system-config-printer N ports/print/system-config-printer/patches/patch-system-config-printer-applet N ports/print/system-config-printer/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 04:24:19 Modified files: print : Makefile Log message: - add py-cups and system-config-printer CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 07:18:07 Modified files: sys/scsi : scsi_all.h Log message: fix the macros that are used to read the devid vpd page. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:11:43 Log message: Import babl-0.0.20 Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn't only help with existing pixel formats, but also facilitates creation of new and uncommon ones. Features: * Tiny API in normal use * Planar and linear buffers * Thread safe processing * Extendable formats, color models, components and datatypes * Reference 64bit floating point conversions for data types and color models ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080410 N ports/graphics/babl/Makefile N ports/graphics/babl/distinfo N ports/graphics/babl/pkg/DESCR N ports/graphics/babl/pkg/PLIST N ports/graphics/babl/patches/patch-extensions_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:12:35 Log message: Import gegl-0.0.16 GEGL (GEneric Graphics Library) is a graph based image processing framework. GEGL's original design was made to scratch GIMP's itches for a new compositing and processing core. This core is being designed to have minimal dependencies and a simple well defined API. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080410 N ports/graphics/gegl/Makefile N ports/graphics/gegl/distinfo N ports/graphics/gegl/pkg/PLIST-main N ports/graphics/gegl/pkg/PLIST-plugins N ports/graphics/gegl/pkg/DESCR-main N ports/graphics/gegl/pkg/DESCR-plugins No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/10 08:14:45 Modified files: graphics : Makefile Log message: +babl +gegl CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/10 09:06:45 Modified files: net/rsync : Makefile distinfo Log message: update to 3.0.2, with a few new useful functionalities. to be fully functional, you need rsync >= 3.0.2 on both sides, otherwise, rsync will degrade to pre-3.0 mode. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/10 09:07:04 Modified files: usr.bin/cal : cal.1 cal.c Log message: Introduce the -m flag which shows weeks as starting on mondays. input from tom@ through markus@ ok henning@, mbalmer@ and jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/10 09:22:17 Modified files: emulators/dynamips: Makefile emulators/dynamips/patches: patch-utils_h Log message: dynamips uses its own endianness definitions which don't include all our arch, so it doesn't build on at least hppa/arm. Fix build by using the definitions from our system headers instead. No effect on existing arch - package bump is probably unnecessary but done anyway to be sure. Thanks to Jonathan Armani for testing that dynamips/gns3 on i386 are still happy. ok ajacoutot CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 10:40:11 Modified files: . : lyrics.html Added files: images : 43song.gif Log message: 4.3 lyrics and commentary CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/10 10:43:47 Modified files: sys/uvm : uvm_anon.c Log message: Correctly amount swap usage for anons, from NetBSD via PR 5772. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/10 11:14:09 Modified files: sys/dev/i2c : i2c_scan.c sdtemp.c share/man/man4 : sdtemp.4 Log message: MCP98242 temp sensor docs found.. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 11:29:26 Modified files: . : lyrics.html Log message: typo CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:43:42 Log message: import p5-Term-ProgressBar Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains. A typical use sets up the progress bar with a number of items to do, and then calls update to update the bar whenever an item is processed. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080410 N ports/devel/p5-Term-ProgressBar/distinfo N ports/devel/p5-Term-ProgressBar/Makefile N ports/devel/p5-Term-ProgressBar/pkg/DESCR N ports/devel/p5-Term-ProgressBar/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:44:08 Modified files: devel : Makefile Log message: +p5-Term-ProgressBar CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:45:33 Log message: import p5-DNS-ZoneParse This module will parse a Zone File and put all the Resource Records (RRs) into an anonymous hash structure. At the moment, the following types of RRs are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for maintaining DNS zones, or for transferring DNS zones to other servers. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080410 N ports/net/p5-DNS-ZoneParse/distinfo N ports/net/p5-DNS-ZoneParse/Makefile N ports/net/p5-DNS-ZoneParse/pkg/DESCR N ports/net/p5-DNS-ZoneParse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/10 11:45:54 Modified files: net : Makefile Log message: +p5-DNS-ZoneParse CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/10 11:50:46 Modified files: sys/kern : uipc_usrreq.c Log message: Make sure the fd passing code only accepts control messages without padding and with exactly the right amount of padding. diff actually typed in by deraadt@ CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/04/10 11:55:17 Modified files: sys/dev/pci : azalia_codec.c Log message: Add support for recording through the mic jack on AD1984. Tested by Alexander Hall, thanks ok jakemsr CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 12:28:35 ports/graphics/openexr/patches Update of /cvs/ports/graphics/openexr/patches In directory cvs.openbsd.org:/tmp/cvs-serv10015/patches Log Message: Directory /cvs/ports/graphics/openexr/patches added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/10 13:25:42 Modified files: sys/arch/sparc64/sparc64: ipifuncs.c Log message: Make sun4v_broadcast_ipi() do its job by making a single hypervisor call instead of repeatedly calling sun4v_send_ipi(). Makes compiling a kernel almost 20% faster. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/10 13:39:37 Modified files: sys/ufs/ffs : ffs_alloc.c Log message: the ffs code is a bit noisy when it runs out of inodes/space etc; so ratelimit the messages to about once every 2secs. ok dlg@ (who also pointed out me missing 'static' in the timeval decls.) "sounds good to me" deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/10 13:55:41 Modified files: sys/kern : tty.c tty_pty.c Log message: scrub local stack-based buffers in the tty subsystem. tested by a lot of developers. if you notice tty weirdnesses in the next few months, talk to me CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/10 14:06:52 Modified files: devel/boost : Makefile Log message: Don't pick up textproc/icu4c. Problem reported by brad and RD Thrush, thanks. no pkg change CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/04/10 14:25:56 Modified files: . : lyrics.html Log message: seperately -> separately noticed by ray@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 14:53:00 Modified files: . : 43.html Log message: song title CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/10 15:04:35 Added files: lib/pixman : ChangeLog Log message: Add back a real ChangeLog. automake requires it. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/10 16:33:14 Modified files: sys/net : if_ethersubr.c Log message: Also count multicast packets and input bytes for interfaces enslaved by trunk(4). PR 5248 ok reyk@ CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:33:19 Modified files: databases/pgloader/pkg: DESCR Log message: Mention that it works for PostgreSQL in the first line of DESCR (for those who overlook the COMMENT in Makefile :-)). A few minor wording tweaks. OK Pierre-Emmanuel André (maintainer), and ajacoutot@. CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:41:41 Log message: Play OpenBSD songs for Asterisk Music-On-Hold; idea indirectly from mbalmer, DESCR wording vetted & improved by deraadt@, OK sthen@ Status: Vendor Tag: ian Release Tags: ian_2008-Apr-10 N ports/telephony/asterisk-openbsd-moh/Makefile N ports/telephony/asterisk-openbsd-moh/distinfo N ports/telephony/asterisk-openbsd-moh/pkg/PLIST N ports/telephony/asterisk-openbsd-moh/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/10 16:42:54 Modified files: databases/pgloader: Makefile Log message: - bump PKGNAME if DESCR is changed CVSROOT: /cvs Module name: ports Changes by: ian@cvs.openbsd.org 2008/04/10 16:44:49 Modified files: telephony : Makefile Log message: Add asterisk-openbsd-moh CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/10 17:15:45 Modified files: sys/net : if.c if.h if_ethersubr.c netisr.h netisr_dispatch.h Log message: introduce mitigation for the calling of an interfaces start routine. decent drivers prefer to have a lot of packets on the send queue so they can queue a lot of them up on the tx ring and then post them all in one big chunk. unfortunately our stack queues one packet onto the send queue and then calls the start handler immediately. this mitigates against that queue, send, queue, send behaviour by trying to call the start routine only once per softnet. now its queue, queue, queue, send. this is the result of a lot of discussion with claudio@ tested by many. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/04/10 18:05:51 Modified files: sbin/ipsecctl : ipsec.conf.5 parse.y Log message: add support for the "include" directive using code from pfctl/parse.y. pointed out by Prabhu Gurumurthy ok deraadt@ CVSROOT: /cvs Module name: www Changes by: okan@cvs.openbsd.org 2008/04/10 20:16:49 Modified files: . : lyrics.html Log message: spelling (first noticed by johan) ok deraadt@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 20:20:06 Modified files: . : lyrics.html Log message: move quote CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/10 23:18:07 Modified files: . : lyrics.html Log message: put a fat header of text on the lyrics page CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/10 23:37:36 Modified files: sys/dev/usb : uvideo.c Log message: Correctly initialize the probe sequence buffer. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 03:15:49 Modified files: biology/nutdb : Makefile distinfo biology/nutdb/patches: patch-nut_1 biology/nutdb/pkg: PLIST Log message: - update nutdb to 13.5 maintainer time-out. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:06:26 Log message: import ilmbase 1.0.1 ILM Base libraries providing: - Half is a class that encapsulates our 16-bit floating-point format. - IlmThread is a thread abstraction library for use with OpenEXR and other software packages. It currently supports pthreads and Windows threads. - Imath implements 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions and other useful 2D and 3D math functions. - Iex is an exception-handling library. Status: Vendor Tag: jasper Release Tags: jasper_20080411 N ports/graphics/ilmbase/Makefile N ports/graphics/ilmbase/distinfo N ports/graphics/ilmbase/pkg/PLIST N ports/graphics/ilmbase/pkg/PFRAG.shared N ports/graphics/ilmbase/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:07:29 Modified files: graphics : Makefile Log message: - add ilmbase CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:15:48 Modified files: graphics/ilmbase: Makefile graphics/ilmbase/pkg: DESCR PLIST Log message: - minor tweaks - conflict with openexr OpenEXR-<=1.2.2p3 from ajacoutot@, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:16:20 Modified files: graphics/openexr: Makefile distinfo graphics/openexr/pkg: PFRAG.shared-main PLIST-doc PLIST-main PLIST-tools Added files: graphics/openexr/patches: patch-IlmImfExamples_Makefile_in patch-doc_Makefile_in Log message: - update openexr to 1.6.1 - tweak path to docs and examples please note that some libs have been moved to graphics/ilmbase CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:16:47 Modified files: graphics/aqsis : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:17:39 Modified files: graphics/fyre : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:18:01 Modified files: graphics/gegl : Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/11 05:23:50 Modified files: sys/dev/usb : uchcom.c Log message: ditch c99 style struct initialisers that should have been removed. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:24:03 Modified files: x11/kde/libs3 : Makefile x11/kde/graphics3: Makefile Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/11 05:27:24 Modified files: graphics/dcmtk : Makefile Log message: fix master site CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/11 05:34:01 Modified files: sys/dev/pci : if_tht.c Log message: introduce THT_{RXF/TXT}_PKT_NUM macros and use them instead of the hard coded value of 128 for the pkt allocations. OK dlg@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 05:47:00 Modified files: graphics/ilmbase: Makefile Log message: - moving libs around is no fun...no cookie CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2008/04/11 06:22:19 Modified files: . : want.html Log message: would be nice to have azalia(4) to test various diffs and to work on the mixer CVSROOT: /cvs Module name: www Changes by: ratchov@cvs.openbsd.org 2008/04/11 06:33:58 Modified files: . : want.html Log message: it would be nice to support the envy24 "HT" base cards too; they are more common than envy24 based ones CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/11 08:24:29 Modified files: usr.bin/vgrind : vgrind.1 vgrind.sh Log message: Pass output to groff instead of troff so we end up with postscript output by default, not the ditroff intermediate format. Remove the -t option as modern troff does not send the output directly to a device and add -T so the user can specify the typesetting device to use. OK deraadt@ jmc@ CVSROOT: /cvs Module name: www Changes by: naddy@cvs.openbsd.org 2008/04/11 09:10:35 Modified files: . : lyrics.html Log message: spelling CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/11 09:30:16 Modified files: libexec/ld.so : library_subr.c Log message: Correct a bug where _dl_error was set to DL_NOT_FOUND when a shared lib was found but failed to load. Adjust _dl_load_shlib() to only attempt to load the first matching shared lib which allows the correct _dl_error to propagate out upon load failure. okay drahn@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/11 10:16:55 Modified files: x11/kde/libs3 : Makefile Log message: - bumping distnames makes no sense :) spotted by naddy@, thanks! CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 11:54:39 Modified files: graphics/babl : Makefile Added files: graphics/babl/patches: patch-Makefile_in Log message: - don't bother looking for binaries that won't be used - don't bother building useless docs no pkg change, just a small build speed-up CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/11 12:55:43 Modified files: devel/libtool : Makefile distinfo devel/libtool/patches: patch-configure patch-ltmain_in Removed files: devel/libtool/patches: patch-libltdl_ltdl_c patch-libtool_m4 Log message: update to libtool 1.5.26 from brad@ (maintainer) ports build testing by naddy, ajacoutot, and me CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/11 13:08:55 Modified files: . : index.html Log message: remove www.ie.openbsd.org, which was not up to date. noticed by Dave McMullin (desertpalace at gmail) CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/11 13:19:18 Modified files: . : index.html Log message: remove two more www mirrors which are not up to date CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:37:55 Modified files: graphics/ilmbase: Makefile Log message: - libtool missed some needed dependency_libs which caused unresolved symbols - cleanup indent while here CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:38:13 Modified files: graphics/openexr: Makefile Log message: - fix WANTLIB after ilmbase dependency_libs change CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 14:38:29 Modified files: graphics/gegl : Makefile Log message: - fix WANTLIB after ilmbase dependency_libs change CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 14:45:52 Modified files: usr.bin/pcc : ccconfig.h config.h usr.bin/pcc/arm: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/cc : cc.1 cc.c usr.bin/pcc/ccom: ccom.1 cgram.y gcc_compat.c init.c main.c optim.c pass1.h pftn.c scan.l stabs.c trees.c usr.bin/pcc/cpp: cpp.1 cpp.c scanner.l usr.bin/pcc/hppa: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/i386: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/mip: common.c manifest.h match.c mkext.c node.h pass2.h reader.c regs.c usr.bin/pcc/mips: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/powerpc: code.c local.c local2.c macdefs.h order.c table.c usr.bin/pcc/sparc64: code.c local.c local2.c macdefs.h order.c table.c Log message: Sync with master repo. Reminded by otto@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/11 14:51:57 Modified files: usr.bin/sudo : sudoers Log message: add a commented out entry that disables the lecture blurb the first time you run sudo(8); ok millert@ CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 14:55:22 Modified files: usr.bin/pcc/cpp: cpp.1 Log message: OpenBSD tag is enough. CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 15:10:56 src/usr.bin/pcc/ccom/sparc64 Update of /cvs/src/usr.bin/pcc/ccom/sparc64 In directory cvs.openbsd.org:/tmp/cvs-serv3749/sparc64 Log Message: Directory /cvs/src/usr.bin/pcc/ccom/sparc64 added to the repository CVSROOT: /cvs Module name: src Changes by: stefan@cvs.openbsd.org 2008/04/11 15:12:05 Added files: usr.bin/pcc/ccom/sparc64: Makefile Log message: Add directory for sparc64 build. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 15:33:29 Modified files: graphics/babl : Makefile Log message: - I got the jasper syndrom... i.e. bumping DISTNAME instead of PKGNAME CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/11 15:58:10 Modified files: graphics/babl : Makefile graphics/babl/patches: patch-extensions_Makefile_in Log message: - unbreak dlopen()ing of modules CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:04:59 Log message: import p5-Net-FTP-AutoReconnect Net::FTP::AutoReconnect is a wrapper module around Net::FTP. For many commands, if anything goes wrong on the first try, it tries to disconnect and reconnect to the server, restore the state to the same as it was when the command was executed, then execute it again. The state includes login credentials, authorize credentials, trans- fer mode (ASCII or binary), current working directory, and any restart, passive, or port commands sent. from Girish Venkatachalam ok merdely@ Status: Vendor Tag: okan Release Tags: okan_20080411 N ports/net/p5-Net-FTP-AutoReconnect/distinfo N ports/net/p5-Net-FTP-AutoReconnect/Makefile N ports/net/p5-Net-FTP-AutoReconnect/pkg/PLIST N ports/net/p5-Net-FTP-AutoReconnect/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:05:32 Modified files: net : Makefile Log message: +p5-Net-FTP-AutoReconnect CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:19:36 Log message: import supercat Supercat is a program that colorizes text based on matching regular expressions/strings/characters. Supercat supports html output as well as standard ASCII text. Unlike some text-colorizing programs that exist, Supercat does not require you to have to be a programmer to make colorization rules. from Girish Venkatachalam tweaks from Giovanni Bechis ok merdely@ kili@ Status: Vendor Tag: okan Release Tags: okan_20080411 N ports/misc/supercat/distinfo N ports/misc/supercat/Makefile N ports/misc/supercat/pkg/DESCR N ports/misc/supercat/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/11 16:20:12 Modified files: misc : Makefile Log message: +supercat CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:34 Log message: import p5-CSS-Minifier This module removes unnecessary whitespace from CSS. The primary requirement developing this module is to not break working stylesheets: if working CSS is in input then working CSS is output. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-CSS-Minifier/Makefile N ports/www/p5-CSS-Minifier/distinfo N ports/www/p5-CSS-Minifier/pkg/DESCR N ports/www/p5-CSS-Minifier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:37 Log message: import p5-JavaScript-Minifier This module removes unnecessary whitespace from JavaScript code. The primary requirement developing this module is to not break working code: if working JavaScript is in input then working JavaScript is output. It is ok if the input has missing semi-colons, snips like '++ +' or '12 .toString()', for example. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-JavaScript-Minifier/distinfo N ports/www/p5-JavaScript-Minifier/Makefile N ports/www/p5-JavaScript-Minifier/pkg/DESCR N ports/www/p5-JavaScript-Minifier/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:41 Log message: import p5-HTML-Copy HTML::Copy copy a HTML file without breaking links in the file. HTML::Copy will be useful to maintain web sites and to handle HTML templates. from Girish Venkatachalam feedback & ok okan@, mederly@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-HTML-Copy/distinfo N ports/www/p5-HTML-Copy/Makefile N ports/www/p5-HTML-Copy/pkg/DESCR N ports/www/p5-HTML-Copy/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:45 Log message: import p5-pQuery pQuery is a pragmatic attempt to port the jQuery JavaScript framework to Perl. It is pragmatic in the sense that it switches certain JavaScript idioms for Perl ones, in order to make the use of it concise. A primary goal of jQuery is to "Find things and do things, concisely". pQuery has the same goal. from Girish Venkatachalam ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-pQuery/Makefile N ports/www/p5-pQuery/distinfo N ports/www/p5-pQuery/pkg/DESCR N ports/www/p5-pQuery/pkg/PLIST N ports/www/p5-pQuery/patches/patch-lib_pQuery_pm No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:48 Log message: import p5-HTML-SiteTear HTML::SiteTear make a separated copy of a part of web site in local file system. All linked files (HTML file, image file, javascript, cascading style shieet) from a source HTML file will be copied under a new file. from Girish Venkatachalam feedback merdely@ ok merdely@, okan@ Status: Vendor Tag: simon Release Tags: simon_20080412 N ports/www/p5-HTML-SiteTear/Makefile N ports/www/p5-HTML-SiteTear/distinfo N ports/www/p5-HTML-SiteTear/pkg/DESCR N ports/www/p5-HTML-SiteTear/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/11 16:48:53 Modified files: www : Makefile Log message: add p5-CSS-Minifier, p5-HTML-Copy, p5-HTML-SiteTear, p5-JavaScript-Minifier and p5-pQuery CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/12 02:19:28 Modified files: net/pidgin : Makefile net/pidgin/files: ssl-openssl.c Log message: tweak debug messages from openssl support from brad CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 03:46:06 Modified files: sys/arch/i386/i386: ipifuncs.c Log message: There are so many reasons why a printf in an ipi is a very bad idea. Especially since it doesn't add anything but spam during reboot. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/12 04:09:12 Modified files: sys/dev/usb : uvideo.c Log message: Fix some debug output. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/12 04:18:01 Modified files: share/man/man9 : vnode.9 Log message: getnewvnode() is not a system call; fix from Iruata Souza, though i chose to refer to it as a "call", rather than function, in keeping with the rest of the section; ok dlg CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 04:47:22 Modified files: sys/arch/i386/isa: pccom.c Log message: Initialize comconsiot in comcninit(). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 06:49:28 Modified files: sys/arch/i386/i386: machdep.c sys/arch/amd64/amd64: machdep.c sys/dev/acpi : acpi.c acpibtn.c acpitz.c Log message: Get rid of acpi_s5 global variables; simply send SIGUSR2 instead of SUGUSR1 to tell init(8) to power down the machine. ok krw@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 07:04:21 Modified files: infrastructure/mk: bsd.port.mk infrastructure/install: make-plist Log message: extend VAR_SUBST syntax slightly: a supplementary ^ at the beginning of the variable subst means the subst shouldn't occur anywhere, but only at beginning of name... useful for backsubst of SYSCONFDIR, since etc is so frequent. Extended to other variables such as PREFIX. tweak make-plist to use OpenBSD::Subst. *this means this only works with current, but you've had a week to update...* CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 07:09:58 Modified files: infrastructure/package: register-plist Log message: ignore details of new @comment VARS:, to be used for better make-plist. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/12 07:32:04 Modified files: sys/miscfs/specfs: specdev.h spec_vnops.c Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@,blambert@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 07:55:59 Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_bufs.c drm_drv.c Log message: Convert the list of agp memory over to a TAILQ instead of using a hand- rolled list. Tested by many CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 07:57:56 Modified files: sys/dev/pci/drm: drm_drv.c Log message: check the softc for null before we use it. Fixes a crash when drm is enabled but no device attached when the X server tries to use it. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:10:21 Modified files: sys/dev/pci/drm: drmP.h drm_auth.c drm_drv.c Log message: Switch part of the magic hashtable over to using a TAILQ instead of a hand-rolled list. Ideally this code needs more changes, but for now that'll do. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:14:02 Modified files: sys/dev/pci/drm: drmP.h drm_drawable.c drm_drv.c Log message: Make sure that the drawables are properly freed when removed, and upon last close of the device nuke them all. Inspired by similar code in the linux drm driver. Tested by many. CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/12 08:23:13 Modified files: sys/dev/pci/drm: drmP.h drm_drawable.c Log message: just use an incremented int to calculate drawable ids. This is simpler and causes no pointer size issues on amd64. Tested by many. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 08:43:19 Removed files: driver/xf86-video-v4l: COPYING ChangeLog Makefile.am Makefile.in README aclocal.m4 config.guess config.h.in config.sub configure configure.ac depcomp install-sh ltmain.sh missing driver/xf86-video-v4l/man: Makefile.am Makefile.in v4l.man driver/xf86-video-v4l/src: Makefile.am Makefile.in v4l.c videodev.h Log message: The v4l driver is a linux-only driver. Bye. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 08:57:16 Modified files: sys/dev/ic : com_subr.c Log message: Tighten check for consoleness by comparing comconsiot as well as comconsaddr. ok deraadt@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 08:59:04 Modified files: . : MODULES Log message: updates CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/12 08:59:30 Modified files: sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Introduce macros to get and set the MMU context ID in asm code and switch to use the .section based mechanism to patch them up for sun4v. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/12 10:01:42 Modified files: sys/miscfs/deadfs: dead_vnops.c Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/12 10:44:12 Modified files: . : lyrics.html Log message: er, it was IAD, cmetz corrects me CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/12 11:41:18 Modified files: libexec/spamlogd: spamlogd.8 Log message: yes, all; girishvenkatachalam CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:50:04 Log message: mkfontdir 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 U xenocara/app/mkfontdir/NEWS U xenocara/app/mkfontdir/install-sh C xenocara/app/mkfontdir/configure C xenocara/app/mkfontdir/Makefile.in C xenocara/app/mkfontdir/config.sub U xenocara/app/mkfontdir/mkfontdir.man U xenocara/app/mkfontdir/COPYING U xenocara/app/mkfontdir/Makefile.am U xenocara/app/mkfontdir/README U xenocara/app/mkfontdir/missing C xenocara/app/mkfontdir/aclocal.m4 U xenocara/app/mkfontdir/AUTHORS U xenocara/app/mkfontdir/mkfontdir.cpp C xenocara/app/mkfontdir/config.guess U xenocara/app/mkfontdir/ChangeLog U xenocara/app/mkfontdir/INSTALL U xenocara/app/mkfontdir/configure.ac 5 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/mkfontdir CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:51:44 Modified files: app/mkfontdir : Makefile.in aclocal.m4 configure install-sh missing Log message: regen CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:52:51 Log message: mkfontscale 1.0.4 Status: Vendor Tag: xorg Release Tags: v1_0_4 C xenocara/app/mkfontscale/config.h.in U xenocara/app/mkfontscale/data.h U xenocara/app/mkfontscale/list.h U xenocara/app/mkfontscale/NEWS U xenocara/app/mkfontscale/install-sh C xenocara/app/mkfontscale/configure C xenocara/app/mkfontscale/Makefile.in C xenocara/app/mkfontscale/config.sub U xenocara/app/mkfontscale/COPYING U xenocara/app/mkfontscale/list.c U xenocara/app/mkfontscale/Makefile.am U xenocara/app/mkfontscale/hash.c U xenocara/app/mkfontscale/mkfontscale.man U xenocara/app/mkfontscale/README U xenocara/app/mkfontscale/missing C xenocara/app/mkfontscale/aclocal.m4 U xenocara/app/mkfontscale/AUTHORS C xenocara/app/mkfontscale/config.guess U xenocara/app/mkfontscale/ChangeLog U xenocara/app/mkfontscale/INSTALL C xenocara/app/mkfontscale/configure.ac U xenocara/app/mkfontscale/depcomp U xenocara/app/mkfontscale/hash.h U xenocara/app/mkfontscale/mkfontscale.c U xenocara/app/mkfontscale/ident.h U xenocara/app/mkfontscale/ident.c 7 conflicts created by this import. Use the following command to help the merge: cvs checkout -jxorg:yesterday -jxorg xenocara/app/mkfontscale CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/12 11:57:53 Modified files: app/mkfontscale: Makefile.in aclocal.m4 configure configure.ac depcomp install-sh missing Log message: regen CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/04/12 12:24:36 Added files: share/man/man4 : uvideo.4 Log message: Initial man page for uvideo(4), not connected to build until driver is. Changes from and OK jmc@, mglocker@, "go for it" robert@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/12 12:31:46 Modified files: . : orders.html Log message: no special finland place at this time CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 13:24:49 Modified files: sys/arch/landisk/conf: GENERIC RAMDISK Log message: typos CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 14:36:39 Modified files: sys/uvm : uvm_swap.c Log message: When enabling swap encryption, pass the correct number of swap pages to uvm_swap_initcrypt. The number of available pages may not match, if we are using a miniroot in the swap partition. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 14:37:36 Modified files: sys/uvm : uvm_page.c uvm_swap.c uvm_swap.h Log message: Prune the in-use swap encryption keys in uvm_shutdown(), per deraadt@'s idea. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 14:39:33 Modified files: x11/kde/toys3 : Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/12 15:04:17 Modified files: sys/arch/alpha/conf: Makefile.alpha sys/arch/armish/conf: Makefile.armish sys/arch/aviion/conf: Makefile.aviion sys/arch/hp300/conf: Makefile.hp300 sys/arch/hppa/conf: Makefile.hppa sys/arch/hppa64/conf: Makefile.hppa64 sys/arch/landisk/conf: Makefile.landisk sys/arch/luna88k/conf: Makefile.luna88k sys/arch/mac68k/conf: Makefile.mac68k sys/arch/macppc/conf: Makefile.macppc sys/arch/mvme68k/conf: Makefile.mvme68k sys/arch/mvme88k/conf: Makefile.mvme88k sys/arch/mvmeppc/conf: Makefile.mvmeppc sys/arch/sgi/conf: Makefile.sgi sys/arch/solbourne/conf: Makefile.solbourne sys/arch/sparc/conf: Makefile.sparc sys/arch/sparc64/conf: Makefile.sparc64 sys/arch/vax/conf: Makefile.vax sys/arch/zaurus/conf: Makefile.zaurus Log message: Compile kernels with -Wvariable-decl (except on arches with ipmi, for now). CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/12 15:20:58 Modified files: usr.bin/ftp : ftp.c Log message: Protect errno from being trashed by other functions. okay okan. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/12 15:46:39 Modified files: sysutils/p5-Filesys-Df: Makefile Log message: Force dependency on libc; this doesn't actually use libc, but doing this ensures that changes to syscalls alter the package signature. Bump package and note with XXX. Without this, packages using it (e.g. MailScanner) will abort trap. ok/suggestion to add WANTLIB from espie. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/12 16:52:46 Modified files: net/silc-server: Makefile distinfo net/silc-server/pkg: PLIST Log message: bugfix update to 1.1.3, from Brad. tested on several servers. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/12 16:53:20 Modified files: sys/compat/ossaudio: ossaudio.c ossaudiovar.h Log message: bring in changes as found in libossaudio ok ratchov@, brad@ a while ago (except SETTRIGGER parts, which changed recently in libossaudio) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/12 18:04:11 Log message: import multimux-0.2.5.2 multimux allows you to multiplex up to 8 mono WAV files into a single PCM audio data stream. Additionally, multimux can add a WAV header to this stream or pipe the stream to ffmpeg to create a multichannel AC3 file as commonly found in DVDs. submitted by Girish Venkatachalam, thanks. I used this to test multichannel support in cmpci. Status: Vendor Tag: girish Release Tags: girish-20080412 N ports/audio/multimux/Makefile N ports/audio/multimux/distinfo N ports/audio/multimux/pkg/DESCR N ports/audio/multimux/pkg/PLIST N ports/audio/multimux/files/multimux.1 N ports/audio/multimux/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/12 18:22:04 Modified files: audio : Makefile Log message: add multimux CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/12 18:22:17 Modified files: games/fortune/fortune: fortune.c games/random : random.c lib/libc/stdlib: malloc.c libexec/ftpd : ftpd.c libexec/identd : parse.c libexec/tftp-proxy: tftp-proxy.c regress/lib/libc/malloc/malloc0test: malloc0test.c regress/sys/kern/signal-stress: signal-stress.c regress/sys/sys/tree/rb: rb-test.c regress/sys/sys/tree/splay: splay-test.c sbin/routed : main.c usr.bin/awk : run.c usr.bin/calendar: day.c usr.bin/mg : theo.c usr.bin/ssh : dh.c sshd.c usr.sbin/ftp-proxy: ftp-proxy.c usr.sbin/httpd/src/modules/standard: mod_rewrite.c usr.sbin/ntpd : ntp.c usr.sbin/ripd : message.c usr.sbin/rtadvd: rtadvd.c usr.sbin/rtsold: rtsold.c Log message: Use arc4random_buf() when requesting more than a single word of output Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/12 18:28:35 Modified files: lib/libc/net : res_random.c Log message: Improve the libc DNS resolver ID generation algorithm to be more resistant to prediction atacks by wrapping the existing LCG in a random permutation generator based on a Luby-Rackoff block cipher. lots of discussion and final ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/12 18:34:08 Modified files: sys/dev/pci/drm: drm_drv.c Log message: bring back a free call which was left out when moving from handrolled lists to tailqs. this plugs a tiny memleak. ``nice catch'' and ok oga@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/12 22:27:47 Modified files: x11/kde/bindings3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/13 01:13:59 Modified files: net/livemedia : Makefile distinfo Log message: maintenence update to live.2008.04.09 from brad@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/13 01:31:16 Modified files: lang/erlang : Makefile distinfo lang/erlang/pkg: PLIST Removed files: lang/erlang/patches: patch-lib_stdlib_src_dets_v9_erl Log message: update to Erlang R12B-2 from maintainer Jon Olsson CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 03:46:20 Modified files: infrastructure/install: make-plist Log message: if I want to make the path part of the regexp, I need to use ? to make sure it matches correctly... CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 03:48:57 Modified files: x11/kde/multimedia3: Makefile distinfo x11/kde/multimedia3/patches: patch-configure_in patch-kscd_libwm_Makefile_in Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/13 04:12:41 Modified files: . : events.html Log message: Missing year added. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 04:27:53 Modified files: x11/kde/addons3: Makefile distinfo Log message: 3.5.9 CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/13 05:27:06 Modified files: . : want.html Log message: I could use an ISP10160 or ISP12160 to make isp(4) work on them. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/13 05:35:55 Modified files: sys/arch/i386/include: cpu.h sys/arch/amd64/amd64: cpu.c sys/arch/amd64/include: cpuvar.h Log message: garbage collect the cpus_running global variable; pointed out by and ok drahn@, toby@; CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/13 06:14:11 Modified files: x11/kde/i18n3 : Makefile distinfo x11/kde/i18n3/pkg: PLIST-ca PLIST-cs PLIST-da PLIST-de PLIST-el PLIST-en_GB PLIST-es PLIST-et PLIST-eu PLIST-fi PLIST-fr PLIST-he PLIST-hr PLIST-hu PLIST-it PLIST-ja PLIST-ko PLIST-nds PLIST-nl PLIST-pl PLIST-pt PLIST-pt_BR PLIST-ro PLIST-sk PLIST-sl PLIST-sr PLIST-sv PLIST-tr PLIST-uk PLIST-zh_CN PLIST-zh_TW Log message: 3.5.9 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/13 08:10:07 Modified files: share/man/man4 : uvideo.4 Log message: some small fixes; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/13 08:13:14 Modified files: share/man/man9 : mbuf.9 Log message: MSIZE is defined in sys/param.h, not machine/param.h; from Jonathan Thornburg, documentation/5792 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 09:31:33 Modified files: sys/dev/pci : isp_pci.c Log message: Disable ISP10160 and ISP12160. They don't quite work yet, and people with another (working) isp(4) get hurt by this. ok krw@, deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/13 09:54:59 Modified files: sbin/disklabel : editor.c Log message: Redo the '?' output in (E)ditor mode so it uses two columns and once again fits on one page. Suggested by, tweaked and ok deraadt@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 10:11:28 Modified files: sys/arch/i386/i386: ipifuncs.c sys/arch/amd64/amd64: ipifuncs.c Log message: lear CPUF_RUNNING when halting a CPU. Fixes problems with powering dowm MP amd64 systems for quite a few people. ok deraadt@, krw@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/13 10:32:55 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: locore.s mutex.S Log message: Use %g7 to store a pointer `struct cpu_info', and use it whereever possible. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/13 11:45:43 Log message: import lss 0.1.6 LSS is a symbol browser to help creating LaTeX documents with many math symbols. All symbols are grouped into categories and user can copy symbol name to system-wide clipboard (or insert it directly to first running copy of gVIM) by selecting symbol icon from list. Status: Vendor Tag: jasper Release Tags: jasper_20080413 N ports/print/lss/distinfo N ports/print/lss/Makefile N ports/print/lss/pkg/DESCR N ports/print/lss/pkg/PLIST N ports/print/lss/patches/patch-src_send_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/13 11:46:36 Modified files: print : Makefile Log message: - add lss CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/04/13 13:41:29 Modified files: sys/dev/usb : usbdevs Log message: add my logitech camera "add the product id to usbdevs" robert@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/04/13 13:41:51 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/13 15:24:07 Modified files: misc/gpsd : Makefile Log message: Remove PATCH_LIST. ok ckuethe@ (maintainer) CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/13 16:39:29 Modified files: usr.bin/aucat : aucat.c Log message: - remove code that was rendered pointless by the last commit - minor knf from Pierre Riteau CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/13 22:17:45 Modified files: sys/arch/sgi/conf: RAMDISK Log message: typo in attachment CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/14 01:17:41 Modified files: devel/eclipse/sdk: Makefile Log message: I missed to bump swt-gnome and swt-browser after the swt bump. Loose the swt-gnome and swt-browser RUN_DEPENDS a bit. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 02:12:19 Modified files: textproc/enchant: Makefile distinfo textproc/enchant/pkg: PFRAG.shared PLIST Log message: - update to enchant-1.4.0 * improved languages support * better support for Unicode * follows XDG * many bugfixes CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/14 04:15:51 Modified files: sys/miscfs/specfs: spec_vnops.c specdev.h Log message: garbage collect the now unused spec_ebadf(); ok dlg@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/14 04:39:19 Modified files: sys/nfs : nfs_srvcache.c Log message: move the cache lookup code into a function, instead repeating it twice, makes this nicer as a bonus; From NetBSD. tested by johan@, ok blambert@. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/14 06:29:40 Log message: Import sbcl 1.0.15 Steel Bank Common Lisp (SBCL) is an open source (free software) compiler and runtime system for ANSI Common Lisp. It provides an interactive environment including an integrated native compiler, a debugger, and many extensions. From Josh Elsasser (MAINTAINER) ok kili@, jasper@ Status: Vendor Tag: deanna Release Tags: deanna_20080414 N ports/lang/sbcl/Makefile N ports/lang/sbcl/distinfo N ports/lang/sbcl/patches/patch-contrib_asdf-module.mk N ports/lang/sbcl/patches/patch-src_runtime_GNUmakefile N ports/lang/sbcl/patches/patch-contrib_vanilla-module.mk N ports/lang/sbcl/patches/patch-make-target-contrib.sh N ports/lang/sbcl/patches/patch-src_runtime_Config.x86-openbsd N ports/lang/sbcl/patches/patch-src_runtime_gc-common.c N ports/lang/sbcl/patches/patch-src_runtime_runtime.c N ports/lang/sbcl/patches/patch-tests_subr.sh N ports/lang/sbcl/pkg/DESCR N ports/lang/sbcl/pkg/MESSAGE N ports/lang/sbcl/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/14 06:30:22 Modified files: lang : Makefile Log message: +sbcl CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 06:38:02 Log message: Import gnome-scan-0.6 The GNOME Scan project aims to provide scanning features integrated throughout the GNOME desktop, similar to printing. The GNOME Scan project consists of a C/GObject library upon which are built standalone applications and plugins for various programs. The application and plugins are called flegita. Note: gnome-scan is still in its early stage. It is not a drop-in replacement for xsane or alikes (yet); it more suited for for mass acquisition and ADF scanners. There's an issue with image enhancement which is being worked on upstream and the gsane backend may not give good results on all scanners. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080414 N ports/x11/gnome/scan/distinfo N ports/x11/gnome/scan/Makefile N ports/x11/gnome/scan/pkg/DESCR-gimp N ports/x11/gnome/scan/pkg/PLIST-gimp N ports/x11/gnome/scan/pkg/PLIST-main N ports/x11/gnome/scan/pkg/DESCR-main N ports/x11/gnome/scan/patches/patch-configure N ports/x11/gnome/scan/patches/patch-doc_ref_Makefile_in N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-preview-plugin-area_c N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-dialog_c N ports/x11/gnome/scan/patches/patch-lib_gnome-scan-processor-common_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 06:39:09 Modified files: x11/gnome : Makefile Log message: +scan (i.e. gnome-scan) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/14 07:26:06 Modified files: devel/eclipse/sdk: Makefile Log message: Bump -main PKGNAME and loose depends too. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 07:37:42 Modified files: x11/icewm : Makefile Log message: - amd64 can use the apm patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 07:39:51 Log message: import flyback 0.4.0 Apple's Time Machine is a great feature in their OS, and UNIX has almost all of the required technology already built in to recreate it. This is a simple GUI to make it easy to use. help and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080414 N ports/sysutils/flyback/distinfo N ports/sysutils/flyback/Makefile N ports/sysutils/flyback/pkg/PLIST N ports/sysutils/flyback/pkg/DESCR N ports/sysutils/flyback/patches/patch-flyback_py N ports/sysutils/flyback/patches/patch-backup_backend_py N ports/sysutils/flyback/files/flyback.sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 07:41:41 Modified files: sysutils : Makefile Log message: - add flyback CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/14 07:46:13 Modified files: sys/nfs : nfs_subs.c nfs_var.h nfs_vfsops.c nfs_vnops.c nfsm_subs.h Log message: Rework NFS mbuf write routines: nfsm_uiotombuf(): - no meaningful return, function becomes void - replace frankensteined uiomove/MGET with actual call to uiomove nfsm_strtmbuf(): - no meaningful return, becomes void - rename and reorder parameters to be consistent with other functions - becomes wrapper to nfsm_uiotombuf nfsm_buftombuf(): - new function; unused but slated for future use - wrapper to nfsm_uiotombuf As a bonus, making these functions void removes much unneeded code and garbage collects `magic' variable t2 which was only used (invisibly) by the macros from nfsm_subs.h Preps the way for removing much more NFS goo... testing by myself, thib@ and merdely@ ok thib@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:02:40 Modified files: x11/gnome/applets2: Makefile Log message: - build this on all arches that have apm(4) support. spotted by Michiel van Baak ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:05:56 Modified files: sysutils/wmapm : Makefile sysutils/xbatt : Makefile x11/asapm : Makefile Log message: - fix ONLY_FOR_ARCHS list to include all archs that have apm(4) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 08:18:06 Modified files: x11/icewm : Makefile Log message: - s/powerpc/macppc for apm support; this will give it a chance to build on all powerpc platforms no pkg change spotted by jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 08:28:35 Modified files: editors/openoffice: Makefile editors/openoffice/files: soffice.sh Log message: - fix typo that prevents arguments being passed to setofficelang ok kurt@ robert@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 09:32:46 Log message: PostgreSQL management tools from Skype: WAL shipping, queueing, replication. The tools are named walmgr, PgQ and Londiste. from Pierre-Emmanuel Andre (MAINTAINER), thanks! Status: Vendor Tag: pea Release Tags: ajacoutot_20080414 N ports/databases/skytools/Makefile N ports/databases/skytools/distinfo N ports/databases/skytools/pkg/PLIST N ports/databases/skytools/pkg/DESCR N ports/databases/skytools/patches/patch-Makefile No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/14 09:33:29 Modified files: databases : Makefile Log message: +skytools CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 12:55:38 ports/x11/gnome/doc-utils/patches Update of /cvs/ports/x11/gnome/doc-utils/patches In directory cvs.openbsd.org:/tmp/cvs-serv8367/patches Log Message: Directory /cvs/ports/x11/gnome/doc-utils/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 13:06:25 Modified files: x11/gnome/doc-utils: Makefile Added files: x11/gnome/doc-utils/patches: patch-tools_gnome-doc-utils_pc_in patch-xml2po_xml2po_pc_in Log message: - datarootdir wasn't set in the pkgconfig files; set it to a sane default. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/14 15:04:56 Modified files: sys/arch/sparc64/sparc64: autoconf.c locore.s Log message: Introduce macros to switch to normal and alternate globals and switch to use the .section based mechanism to patch them up for sun4v. CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/14 15:13:42 Modified files: build : support.dat Log message: New address for BSD Group Consulting, from james at bsdgroup.org. CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/14 15:14:24 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:29:40 Modified files: www/p5-Catalyst-Plugin-Session: Makefile distinfo Log message: maintenance update to version 0.19 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:34:53 Modified files: www/p5-Catalyst-Engine-Apache: Makefile distinfo Log message: maintenance update to version 1.12 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/14 15:38:37 Modified files: devel/m4 : Makefile distinfo devel/m4/patches: patch-doc_m4_texinfo devel/m4/pkg : PLIST Added files: devel/m4/patches: patch-doc_m4_1 Log message: - update m4 to 1.4.11, most notable changes: * GNU M4 Format String Vulnerability and Security Issue http://secunia.com/advisories/29671/ * Tighten conformance to various POSIX rules. * Improve handling of standard input. * Fix exploitable memory allocation overflow bug. * Add 'mkstemp' macro. * Switch to GPLv3. okay naddy@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/14 15:42:55 Modified files: www/p5-Catalyst-Runtime: Makefile distinfo www/p5-Catalyst-Runtime/pkg: PLIST Log message: update to version 5.7012 CVSROOT: /cvs Module name: www Changes by: martynas@cvs.openbsd.org 2008/04/14 15:46:12 Modified files: . : hppa.html landisk.html Log message: for pciide, sektion4 -> sektion=4; ok johan@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/14 21:06:39 Modified files: sysutils/p5-Unix-PID: Makefile distinfo Log message: Update to 0.0.15. ok okan@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/14 21:45:11 Modified files: graphics/gwenview: Makefile Added files: graphics/gwenview/patches: patch-src_app_configdialog_cpp patch-src_gvcore_documentimpl_cpp patch-src_imageutils_jpegcontent_cpp Log message: Incorporate 3 fixes from subversion: - Slideshow icon in settings - crash when displaying 1BPP BMP images - crash with Jpeg images containing incorrect Exif information due to Exiv2 API misuse From brad@ (tested/confirmed by me) CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/15 01:54:48 Modified files: etc : hosts.lpd usr.sbin/lpr/lpd: lpd.8 Log message: - make it clear that hosts.lpd follows the same syntax that hosts.equiv(5) inputs from jmc@ "looks ok" beck@ (similar older diff), "fine by me" jmc@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:28:13 Modified files: devel/xulrunner: Makefile distinfo Log message: security update to xulrunner-1.8.1.13 MFSA 2008-19, MFSA 2008-18, MFSA 2008-17, MFSA 2008-16, MFSA 2008-15, MFSA 2008-14. ok kurt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:31:47 Modified files: devel/py-setuptools: Makefile distinfo devel/py-setuptools/pkg: PLIST Removed files: devel/py-setuptools/patches: patch-setuptools_command_build_ext_py Log message: update to py-setuptools-0.6c8; which is required for py-sqlobject-0.10.0 ok djm@, wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:33:15 Modified files: devel/py-configobj: Makefile distinfo devel/py-configobj/pkg: PLIST Log message: update to py-configobj-4.5.2; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:33:49 Modified files: databases/py-sqlobject: Makefile distinfo databases/py-sqlobject/pkg: PLIST Log message: update to py-sqlobject-0.10.0; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:34:31 Modified files: databases/py-sqlalchemy: Makefile distinfo databases/py-sqlalchemy/pkg: PLIST Log message: update to py-sqlalchemy-0.4.5; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:34:57 Modified files: www/py-paste-script: Makefile distinfo www/py-paste-script/pkg: PLIST Log message: update to py-paste-script-1.6.2; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:35:19 Modified files: www/py-formencode: Makefile distinfo www/py-formencode/pkg: PLIST Log message: update to py-formencode-1.0.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:35:43 Modified files: devel/py-py : Makefile distinfo devel/py-py/pkg: PLIST Log message: update to py-py-0.9.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:36:06 Modified files: devel/py-simplejson: Makefile distinfo devel/py-simplejson/pkg: PLIST Log message: update to py-simplejson-1.8.1; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:36:37 Modified files: www/py-turbogears: Makefile distinfo www/py-turbogears/patches: patch-setup_py www/py-turbogears/pkg: PLIST Log message: update to py-turbogears-1.0.4.4; ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/15 03:56:29 Modified files: www/minimo : Makefile distinfo Log message: security update to minimo-20080410 MFSA 2008-19, MFSA 2008-18, MFSA 2008-17, MFSA 2008-16, MFSA 2008-15, MFSA 2008-14. ok sthen@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/15 04:18:17 Modified files: . : INDEX Log message: sync, 5052 unzels CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/15 04:54:53 Modified files: mail/dkim-milter: Makefile distinfo Log message: update to v2.5.3; bugfix release, upgrade recommended CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/15 05:00:52 Modified files: security/py-openssl: Makefile distinfo security/py-openssl/pkg: PLIST Log message: - update to pyOpenSSL-0.7 - add regression test tested by Simon Kuhnle and martynas@ ok martynas@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/15 05:01:18 Modified files: . : security.html Log message: sshd(4) -> sshd(8) ok brad CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/15 05:04:27 Modified files: devel/py-twisted: Makefile.inc devel/py-twisted/conch: Makefile distinfo devel/py-twisted/conch/pkg: PLIST devel/py-twisted/core: Makefile distinfo devel/py-twisted/core/pkg: PLIST devel/py-twisted/lore: Makefile distinfo devel/py-twisted/lore/pkg: PLIST devel/py-twisted/mail: Makefile distinfo devel/py-twisted/mail/pkg: PLIST devel/py-twisted/names: Makefile distinfo devel/py-twisted/names/pkg: PLIST devel/py-twisted/news: Makefile distinfo devel/py-twisted/news/pkg: PLIST devel/py-twisted/runner: Makefile distinfo devel/py-twisted/runner/pkg: PLIST devel/py-twisted/web: Makefile distinfo devel/py-twisted/web/pkg: PLIST devel/py-twisted/web2: Makefile distinfo devel/py-twisted/web2/pkg: PLIST devel/py-twisted/words: Makefile distinfo devel/py-twisted/words/pkg: PLIST Log message: - update to the latest 8.0.1 release - unbreak twisted.web2 - remove dropin.cache when deleting py-twisted-core help and ok martynas@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/15 05:07:14 Modified files: de : 43.html alpha.html art1.html bank-donation.html donations.html errata41.html errata42.html errata43.html events.html ftp.html goals.html hppa.html i386.html index.html macppc.html security.html sgi.html sparc64.html translation.html tshirts.html faq/pf/it : carp.html faq/pf/pt : queueing.html fr : alpha.html amd64.html anoncvs.html ftp.html goals.html translation.html ja : index.html lt : art1.html donations.html errata41.html ftp.html goals.html index.html landisk.html report.html nl : art1.html bank-donation.html donations.html goals.html index.html translation.html tshirts.html openssh/de : ftp.html index.html openbsd.html openssh/fr : ftp.html index.html openbsd.html openssh/ja : ftp.html index.html manual.html openbsd.html portable.html report.html users.html openssh/nl : ftp.html index.html openbsd.html report.html papers/de : index.html zh : art1.html art2.html art3.html art4.html errata40.html errata41.html errata42.html ftp.html goals.html index.html orders.html translation.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 05:24:14 Modified files: multimedia/xine-lib: Makefile distinfo multimedia/xine-lib/patches: patch-configure patch-misc_libxine_pc_in patch-src_audio_out_Makefile_in patch-src_demuxers_demux_qt_c patch-src_input_Makefile_in patch-src_libfaad_Makefile_in patch-src_libw32dll_wine_Makefile_in patch-src_post_deinterlace_Makefile_in patch-src_post_deinterlace_plugins_Makefile_in patch-src_xine-engine_Makefile_in multimedia/xine-lib/pkg: PLIST-main Removed files: multimedia/xine-lib/patches: patch-src_combined_demux_wavpack_c patch-src_demuxers_demux_matroska_c patch-src_demuxers_ebml_c Log message: update to xine-lib-1.1.12 This release contains a security fix (unchecked array index, CVE-2008-1686). There are also a few bug fixes, and open-source support for RealAudio "cook". For front-end package maintainers, there's a tool to help maintain MIME type lists, and for developers who need raw frame data, you can now get that with the "raw" video output plugin. from brad@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 05:27:54 Modified files: multimedia/kaffeine: Makefile Added files: multimedia/kaffeine/patches: patch-kaffeine_src_kaffeine_desktop Log message: make kaffeine.desktop more compliant with freedesktop.org "standards" from kaffeine source repo via brad@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 05:51:23 Modified files: x11/gnome : gnome.port.mk Log message: - add MODGNOME_HELP_FILES for run-time dependency on x11/gnome/yelp - add MODGNOME_DEVHELP_FILES for run-time dependency on x11/gnome/devhelp ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/15 06:07:31 Modified files: lang/sbcl : Makefile Log message: Hide arch-dependant distfile from those that don't need it. Unbreaks mirror-maker. From Josh Elsasser (MAINTAINER) noticed by and ok naddy@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/15 08:14:08 Log message: import sysbench: SysBench is a modular, cross-platform and multi-threaded benchmark tool for evaluating OS parameters that are important for a system running a database under intensive load. The idea of this benchmark suite is to quickly get an impression about system performance without setting up complex database benchmarks or even without installing a database at all. Current features allow to test the following system parameters: * file I/O performance * scheduler performance * memory allocation and transfer speed * POSIX threads implementation performance * database server performance (OLTP benchmark) Primarily written for MySQL server benchmarking, SysBench will be further extended to support multiple database backends, distributed benchmarks and third-party plug-in modules. from Jung (maintainer) with some tweaks. thanks to landry@ for testing and feedback. ok landry Status: Vendor Tag: jung Release Tags: sthen_20080415 N ports/benchmarks/sysbench/Makefile N ports/benchmarks/sysbench/distinfo N ports/benchmarks/sysbench/pkg/DESCR N ports/benchmarks/sysbench/pkg/PLIST N ports/benchmarks/sysbench/patches/patch-doc_Makefile_in N ports/benchmarks/sysbench/patches/patch-configure N ports/benchmarks/sysbench/patches/patch-sysbench_sb_logger_c N ports/benchmarks/sysbench/patches/patch-sysbench_sysbench_c N ports/benchmarks/sysbench/patches/patch-scripts_sb_run_sh N ports/benchmarks/sysbench/patches/patch-scripts_sb_test_ps_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/15 08:16:56 Modified files: benchmarks : Makefile Log message: +sysbench CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 09:07:03 Modified files: x11/gnome/controlcenter2: Makefile x11/gnome/controlcenter2/pkg: PLIST Added files: x11/gnome/controlcenter2/patches: patch-capplets_keybindings_Makefile_in Log message: - fix location of gnome-keybindings.pc spotted by espie@ some time ago, thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 09:14:21 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention gnome-scan CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 10:01:34 Modified files: sys/arch/sparc/conf: Makefile.sparc Log message: Oops, it's a bit too early for -Wvariable-decl on sparc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 10:03:12 Modified files: sys/arch/sparc/dev: mgx.c sys/dev/sbus : mgx.c Log message: Fix braino in mgx_loadcmap() invocation. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:19:56 src/sbin/wpa-psk Update of /cvs/src/sbin/wpa-psk In directory cvs.openbsd.org:/tmp/cvs-serv27250/wpa-psk Log Message: Directory /cvs/src/sbin/wpa-psk added to the repository CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:29:05 Added files: sbin/wpa-psk : Makefile wpa-psk.8 wpa-psk.c Log message: welcome wpa-psk(8). ok deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:29:41 Modified files: sbin : Makefile Log message: link wpa-psk(8) to the build CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/15 10:33:55 Modified files: sys/dev/microcode/ral: microcode.h Log message: fix a comment. no binary change. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/15 12:22:08 Modified files: app/cwm : calmwm.c parse.y Log message: malloc -> calloc suggested by and ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/15 12:33:13 Modified files: app/cwm : cwm.1 input.c Log message: - add vi keybindings to search - allow for ctrl-h as well discussion with and ok oga@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 12:46:58 Modified files: app/cwm : calmwm.h client.c cwmrc.5 parse.y Log message: Add "gap" support to .cwmrc. The options put in here make gaps on the edge of the screen where an application won't be {,vert}maximized over. used for placing a statusbar or something like xclock. Patch from Edd Barrett, with input from myself and okan. Thanks! ok okan@. CVSROOT: /cvs Module name: www Changes by: simon@cvs.openbsd.org 2008/04/15 12:55:40 Modified files: faq : current.html Log message: add the cwm config and command line changes notice, wording help and ok mpf@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 12:56:59 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 13:01:45 Modified files: sys/kern : uipc_usrreq.c Log message: describe why fd passing is now so fucked up, and who's fault it is CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/15 13:34:53 Modified files: x11/gtk+2 : Makefile Added files: x11/gtk+2/pkg : DESCR-cups PLIST-cups Removed files: x11/gtk+2/patches: patch-configure Log message: - add support for CUPS ("-cups" subpackage) this makes printing using gtkprint and CUPS much more pleasant ;-) - fix a small typo in COMMENT-docs while here "no objections" jasper@, looks good "landry@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/15 13:44:10 Modified files: x11/dwm : Makefile distinfo x11/dwm/patches: patch-Makefile Added files: x11/dwm/patches: patch-config_def_h patch-config_mk Removed files: x11/dwm/patches: patch-config_h Log message: Update to 4.9. ok MAINTAINER (Jim Razmus) input from Tobias Ulmer and kili@ ok sthen@, jasper@, kili@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/15 14:23:54 Modified files: distrib/notes/sparc: hardware distrib/notes/sparc64: hardware share/man/man4/man4.sparc: mgx.4 share/man/man4/man4.sparc64: mgx.4 sys/arch/sparc/dev: mgx.c sys/dev/sbus : mgx.c Added files: sys/dev/ic : atxxreg.h Log message: It turns out the mysterious chip with the heatsink glued on, found on mgx video boards, is a known entity, so add support for 2d acceleration with the help of the X code (which makes baby Jesus cry). The blitter is fast enough to make a cgsix feel as slow as a cgthree in comparison. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 14:24:41 Modified files: app/cwm : README TODO calmwm.c calmwm.h client.c conf.c cwmrc cwmrc.5 font.c grab.c group.c hash.h headers.h kbfunc.c parse.y screen.c search.c util.c xevents.c xutil.c Log message: hit it with the knf stick. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 14:26:50 Modified files: app/cwm : calmwm.h util.c Log message: Kill dirent_isdir() and dirent_islink() nothing used them since the new parser went in. ok okan. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 14:43:20 Modified files: audio/tagtool : Makefile Added files: audio/tagtool/patches: patch-src_tagtool_glade Log message: - add teeny-tiny accelerator to quit. "of course!" maintainer CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:47:52 Modified files: sys/dev/i2c : lm75.c Log message: Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for when we finally find one of these devices. looked at by kettenis.. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:52:58 Modified files: share/man/man4 : lmtemp.4 Log message: mention LM76; stop being exact about increments CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/15 14:53:29 Modified files: share/man/man4 : iic.4 Log message: fix Xr CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/15 14:57:32 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Add support for the Texas Instruments bq4802 real-time clock found on the Ultra 25 and Ultra 45. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:01:33 Modified files: audio/p5-Audio-MPD-Common: Makefile distinfo Log message: - update Audio::MPD::Common to 0.1.2 - add RCS id - fix RUN_DEPENDS CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:01:59 Modified files: audio/p5-Audio-MPD: Makefile distinfo Log message: - update Audio::MPD to 0.19.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:05:19 Modified files: devel/p5-List-MoreUtils: Makefile Log message: - add CPAN_AUTHOR, makes this fetchable again CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:06:00 Modified files: audio/p5-POE-Component-Client-MPD: Makefile distinfo Log message: - update PoCo::Client::MPD to 0.8.1 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/15 15:20:56 Modified files: app/cwm : calmwm.h kbfunc.c util.c Log message: make the argument parser for commands accept quoted strings, while i'm there make u_spawn use exec_wm (renamed to u_exec) for it's execution to remove duplicated code. This means constructs like this work in .cwmrc: bind CM-t "ssh -Y 192.168.1.2 \"xterm -e top\"" or alternatively: bind CM-t "ssh -Y 192.168.1.2 'xterm -e top'" "in it goes" okan@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:39:57 Log message: import Module::Loaded 0.01 When testing applications, often you find yourself needing to provide functionality in your test environment that would usually be provided by external modules. Rather than munging the %INC by hand to mark these external modules as loaded, so they are not attempted to be loaded by perl, this module offers you a very simple way to mark modules as loaded and/or unloaded. Status: Vendor Tag: jasper Release Tags: jasper_20080415 N ports/devel/p5-Module-Loaded/Makefile N ports/devel/p5-Module-Loaded/distinfo N ports/devel/p5-Module-Loaded/pkg/DESCR N ports/devel/p5-Module-Loaded/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:40:57 Modified files: devel : Makefile Log message: - add p5-Module-Loaded CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:42:07 Modified files: graphics/p5-Graphics-ColorNames: Makefile distinfo graphics/p5-Graphics-ColorNames/pkg: PLIST Log message: - update Grapichs::ColorNames to 2.11 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:44:46 Modified files: devel/p5-Module-CoreList: Makefile distinfo Log message: - update Module::CoreList to 2.15 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:47:31 Modified files: devel/p5-Want : Makefile distinfo Log message: - update Want to 0.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:52:28 Modified files: devel/p5-Class-Data-Inheritable: Makefile distinfo Log message: - update Class::Data::Inheritable to 0.08 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:54:26 Modified files: graphics/p5-SVG: Makefile distinfo Log message: - update SVG to 2.40 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 15:58:13 Modified files: mail/p5-Mail-POP3Client: Makefile distinfo Log message: - update Mail::POP3Client to 2.18 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:09:06 Modified files: devel/p5-Test-Manifest: Makefile distinfo Log message: - update Test::Manifest to 1.22 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:17:07 Modified files: devel/p5-Event : Makefile distinfo Log message: - update Event to 1.10 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/15 16:20:28 Modified files: net/p5-Event-RPC: Makefile Log message: - enable SSL support CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/15 16:39:26 Modified files: sys/arch/sparc64/include: ctlreg.h sys/arch/sparc64/sparc64: clock.c locore.s Log message: Add workaround for UltraSPARC-II errata, where writes to %tick_cmpr would sometimes fail, which would result in the periodic clock interrupts on a CPU stop. Spotted in a NetBSD commit message, loosely based on code in OpenSolaris. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/15 18:29:29 Modified files: faq : faq6.html Log message: add another "Don't twist knobs you don't understand and don't need to twist" warning. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/15 18:36:49 Modified files: usr.sbin/dhcpd : options.c Log message: Redo/clarify the logic for storing options in the various buffers. While there, bail out quickly if no options can be stored, and avoid overflow buffers if building a bootp reply. Henning looked and didn't get upset. millert@ tested it for a few days and liked the look of it. canacar@ glanced at it. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 19:43:12 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: add jack support as a FLAVOR "no objections" MAINTAINER CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/15 20:10:21 Modified files: audio/akode : Makefile audio/akode/patches: patch-akode_plugins_ffmpeg_decoder_ffmpeg_decoder_cpp audio/akode/pkg: PFRAG.shared PLIST Added files: audio/akode/patches: patch-akode_lib_player_cpp patch-akode_plugins_jack_sink_jack_sink_cpp Log message: - fix automatic resampling - disable the libsamplerate resampler, it clips and is horribly inefficient - fix WANTLIB - stop ffmpeg decoder from spamming stdout - enable jack output CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/04/16 00:53:35 Modified files: misc/gpsd : Makefile misc/gpsd/pkg : PLIST-main PLIST-python Log message: stevesk@ pointed out that gpsctl was in the wrong package (-python). fix. while i'm here, also actually ship the libgpsd pkgconfig file. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 01:41:35 Modified files: x11/openbox : Makefile distinfo x11/openbox/patches: patch-Makefile_in x11/openbox/pkg: PLIST Added files: x11/openbox/patches: patch-data_autostart_sh_in Removed files: x11/openbox/patches: patch-configure Log message: - update openbox to version 3.4.7 CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/04/16 01:48:44 src/sys/netmpls Update of /cvs/src/sys/netmpls In directory cvs.openbsd.org:/tmp/cvs-serv7288/netmpls Log Message: Directory /cvs/src/sys/netmpls added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 02:26:48 Modified files: x11/openbox : Makefile Log message: - empty man pages are not really usefull... reminded by jasper@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 05:35:10 Modified files: share/man/man4/man4.sparc64: clock.4 Log message: Mention m5819, m5823 and bq4802. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 06:05:28 Log message: import py-xdg 0.15 PyXDG is a python library to access freedesktop.org standards. Currently supported are: * Base Directory Specification * Menu Specification * Desktop Entry Specification * Icon Theme Specification * Recent File Spec * Shared-MIME-Database Specification ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080416 N ports/devel/py-xdg/distinfo N ports/devel/py-xdg/Makefile N ports/devel/py-xdg/pkg/DESCR N ports/devel/py-xdg/pkg/PLIST N ports/devel/py-xdg/patches/patch-xdg_BaseDirectory_py N ports/devel/py-xdg/patches/patch-xdg_IconTheme_py N ports/devel/py-xdg/patches/patch-xdg_Menu_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 06:07:37 Modified files: devel : Makefile Log message: - add py-xdg CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 06:19:11 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Start to make device initialization automatic instead all the static games. Tested by robert@ and myself CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 06:56:04 Modified files: sys/arch/sparc64/sparc64: locore.s Log message: Make sure tickcmpr_set() always writes a time in the future. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/16 07:17:58 Modified files: sys/dev/pci/drm: drmP.h drm_auth.c drm_drv.c Log message: Replace handrolled hashes with a splay tree, while there plug a memleak inherited from the original drm driver. input and ok oga@. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:33:26 Modified files: app/cwm : calmwm.h Log message: kill an unused struct member. ok okan CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 07:35:23 Modified files: multimedia/devede: Makefile distinfo multimedia/devede/patches: patch-devede_executor_py patch-devede_py multimedia/devede/pkg: PLIST Removed files: multimedia/devede/patches: patch-devede_other_py Log message: - bugfix update to devede-3.7 CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:35:37 Modified files: app/cwm : calmwm.h client.c group.c screen.c xevents.c Log message: Remove screen_infomsg(), nothing uses it. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:38:09 Modified files: app/cwm : calmwm.h conf.c group.c parse.y xmalloc.c Log message: Replace a few leftover calls to strdup and calloc with xstrdup and xcalloc respectively. ok okan. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:40:34 Modified files: app/cwm : calmwm.h Log message: remove infowin. It slipped out of the last commit, for some reason. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/16 07:47:29 Modified files: app/cwm : calmwm.h conf.c kbfunc.c Log message: merge kbfunc_{ptrmove,client_{move,resize}} into one function that takes a flag, this code was almost identical... ok okan. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 10:05:37 Log message: import gnomebaker 0.6.2 GnomeBaker is a free CD/DVD authoring application Unix-like operating systems. It features: * Create data CDs. * Blank RW disks. * Burn DVDs. * Copy data CDs. * Copy audio CDs. * Support multisession burning. * Record to and burn from existing CD ISO images. * Drag and drop to create data CDs (including drag and drop to/from the Nautilus file manager). * Create audio CDs from existing WAV, MP3, FLAC, and Ogg files. * Integrate with GConf for storage of application settings. lots of help and ok ajacoutot@, thanks! Status: Vendor Tag: jasper Release Tags: jasper_20080416 N ports/x11/gnome/baker/Makefile N ports/x11/gnome/baker/distinfo N ports/x11/gnome/baker/pkg/DESCR N ports/x11/gnome/baker/pkg/PLIST N ports/x11/gnome/baker/pkg/MESSAGE N ports/x11/gnome/baker/patches/patch-src-exec_c N ports/x11/gnome/baker/patches/patch-src-devices_c N ports/x11/gnome/baker/patches/patch-src_prefsdlg_c N ports/x11/gnome/baker/patches/patch-gnomebaker_glade N ports/x11/gnome/baker/patches/patch-src_execfunctions_c N ports/x11/gnome/baker/patches/patch-src_preferences_c No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: mk@cvs.openbsd.org 2008/04/16 10:08:39 Modified files: sys/dev/usb : ehci.c ukbd.c Log message: Use the timeout(9) API the right way: Don't initialize the timeout cookie all the time, and only call timeout_del if we're not going to timeout_add right away. Testing by johan@, oga@, sthen@, and possibly some more people (thanks). Ok krw@, oga@, sthen@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 10:09:11 Modified files: x11/gnome : Makefile Log message: - add gnome-baker CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/16 11:07:18 Modified files: sys/dev/pci/drm: drm_auth.c Log message: Some formatting nits. No functional change. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 11:18:42 Modified files: sys/dev/usb : uvideo.c Log message: Oops, decrease debug log level back to 1. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 11:27:54 Modified files: sbin/wpa-psk : wpa-psk.8 Log message: pass-phrase -> passphrase, in keeping with the rest of the docs; CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:33:17 Modified files: infrastructure/db: user.list Log message: Add _ntlmaps user/group for www/ntlmaps. ok merdely CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:34:47 Log message: import ntlmaps 0.9.9.0.1 NTLM Authorization Proxy Server is an http proxy server that allows you to authenticate via the proprietary NTLM protocol, so you can use web sites and web proxies that require NTLM authorization. ok and help from sthen, merdely; 'schaweet' marco Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080416 N ports/www/ntlmaps/Makefile N ports/www/ntlmaps/distinfo N ports/www/ntlmaps/files/setup.py N ports/www/ntlmaps/patches/patch-ntlmaps N ports/www/ntlmaps/pkg/DESCR N ports/www/ntlmaps/pkg/MESSAGE N ports/www/ntlmaps/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/16 11:36:54 Modified files: www : Makefile Log message: Add ntlmaps. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 11:57:20 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: - update MIME::tools to 5.246 "get it in, please.." simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 12:07:35 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention gnomebaker CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/16 12:32:15 Modified files: sys/conf : files sbin/ifconfig : ifconfig.8 ifconfig.c sys/net80211 : ieee80211.c ieee80211.h ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c ieee80211_ioctl.c ieee80211_ioctl.h ieee80211_node.c ieee80211_node.h ieee80211_output.c ieee80211_proto.c ieee80211_proto.h ieee80211_var.h sys/dev/ic : acx.c atw.c bwi.c malo.c pgt.c rt2560.c rt2661.c rt2860.c rt2860reg.h rtw.c sys/dev/pci : if_ipw.c if_ipwvar.h if_iwn.c if_wpi.c sys/dev/usb : if_ral.c if_rum.c if_upgt.c if_zyd.c Added files: sys/net80211 : ieee80211_crypto_ccmp.c ieee80211_crypto_tkip.c ieee80211_crypto_wep.c Log message: Kernel implementation of the 4-way handshake and group-key handshake protocols (both supplicant and authenticator state machines) as defined in the IEEE 802.11i standard. Software implementation of the TKIP (Temporal Key Integrity Protocol) and CCMP (CTR with CBC-MAC Protocol) protocols. This diff doesn't implement any of the 802.1X authentication protocols and thus only PSK authentication (using pre-shared keys) is currently supported. In concrete terms, this adds support for WPA-PSK and WPA2-PSK protocols, both in station and hostap modes. The following drivers are marked as WPA-capable and should work: bwi(4), malo(4), ral(4), iwn(4), wpi(4), ural(4), rum(4), upgt(4), and zyd(4) The following options have been added to ifconfig(8): wpa, wpapsk, wpaprotos, wpaakms, wpaciphers, wpagroupcipher wpa-psk(8) can be used to generate keys from passphrases. tested by many@ ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 12:33:42 Modified files: sys/arch/sparc64/dev: rtc.c Log message: Turns out getpropstring() returns an empty string if a property is missing instead of NULL. Makes rtc(4) really work on the u25. tested by mikeb@ CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/16 12:50:38 Modified files: . : sparc64.html Log message: Add u25/u45 to supported models. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/16 13:00:07 Modified files: sys/arch/sparc64/dev: pcfiic_ebus.c Log message: Support the pcf8584 variant found on the u25/45. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 13:28:42 Modified files: sbin/ifconfig : ifconfig.8 Log message: - wpa-psk is section 8, not 1 - one more passphrase tweak CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/16 13:45:22 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c kbd.c Log message: When running without an xorg.conf file, use the current wscons keymap to setup XkbLayout and XkbOptions. Idea and original code from reyk@, some tweaks by me. ok oga@. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/16 13:46:02 Modified files: security/clamav: Makefile distinfo security/clamav/patches: patch-clamav_milter-clamav_milter_c patch-clamd_Makefile_in patch-clamd_session_c patch-clamd_session_h patch-clamdscan_client_c patch-configure patch-database_Makefile_in patch-etc-freshclam_conf patch-etc_Makefile_in patch-libclamav_mbox_c patch-libclamav_ole2_extract_c patch-libclamav_scanner_c patch-libclamav_vba_extract_c security/clamav/pkg: MESSAGE PFRAG.shared PLIST Added files: security/clamav/patches: patch-clamd_clamd_c patch-clamd_scanner_c patch-clamd_scanner_h patch-libclamav_Makefile_am patch-libclamav_Makefile_in Log message: Update ClamAV to version 0.93, which fixes mostly security problems, at least one highly critical (remote). See http://secunia.com/advisories/29000 for details. Thanks to kurt@ for helping analyzing the threaded code issues. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 13:53:37 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: revert for now, it turns out we need some newer perl base modules CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/16 13:54:34 Modified files: x11/openbox : Makefile distinfo x11/openbox/patches: patch-data_autostart_sh_in Log message: - update to 3.4.7.1 (a bug was introduced in 3.4.7 that disabled feedback while resizing windows) - disable automatic dbus-launch start (there seems to be an issue with it, which will be worked on later) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/16 14:02:47 Modified files: sys/nfs : nfs_subs.c Log message: more efficient use of mbufs in nfsm_uiotombuf(). allocate a mbuf cluster only if length is greater than MLEN instead of MINCLSIZE. ok blambert@, thib@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/16 14:29:38 Modified files: devel/mysql-gui-common: Makefile devel/mysql-gui-common/patches: patch-library_utilities_source_myx_util_functions_c Log message: sysctl HW_PHYSMEM -> HW_PHYSMEM64; ok wilfried@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 14:31:24 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/pkg: PLIST x11/gnome/media: Makefile x11/gnome/media/pkg: PLIST x11/gnome/utils: Makefile x11/gnome/utils/pkg: PLIST x11/gnome/yelp : Makefile x11/gnome/yelp/pkg: PLIST Log message: - Add missing goo, preventing some icons to not show up after a clean install CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/16 14:42:35 Modified files: www/lighttpd : Makefile www/lighttpd/patches: patch-doc_lighttpd_conf www/lighttpd/pkg: PLIST Added files: www/lighttpd/patches: patch-src_response_c Log message: - tweak sample config file to chroot(), use kqueue and bind to ipv4 and ipv6 - install documentation from brad@ (with the docs part from me) CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/16 14:45:24 Modified files: sys/dev/usb : uvideo.h Log message: Tune isoc maximal transfer size to a better value. Makes all available resolutions on my cam work. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/16 14:53:12 Modified files: bin/mkdir : mkdir.1 sbin/mknod : mkfifo.1 mknod.8 Log message: mkfifo makes fifos, not directories; from Ben Calvert while here, make the description of -m more consistent for mkdir, mkfifo, and mknod. add a touch of .Ex for mkdir too. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/16 15:00:56 Modified files: x11/xmonad : Makefile distinfo x11/xmonad/patches: patch-XMonad_Operations_hs patch-xmonad_cabal Log message: Update to 0.7. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:35:23 Modified files: lib/libc/net : res_comp.c Log message: permit _ in the middle of a DNS name component CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:44:37 Modified files: sys/dev/i2c : lm75.c Log message: Use ntohs() to swap the raw i2c data to native format; tested by sthen CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 16:58:46 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/04/16 18:11:02 Modified files: share/man/man9 : tsleep.9 Log message: Correct a typo: tsleep -> msleep from Paul de Weerd, Thanks! CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/16 19:15:35 Modified files: net/nagios/cnagios: Makefile distinfo Removed files: net/nagios/cnagios/patches: patch-configure Log message: Update to cnagios 0.25. - Work properly with nagios-3.x status.dat - Removes need for patch-configure with --with-status-file configure argument. Fixes from Steve Rader, cnagios author ok sthen@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/16 19:51:44 Modified files: distrib/miniroot: install.sub Log message: force mode for hostname.* files to 600; ok krw CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/04/17 00:38:47 Modified files: . : i386-laptop.html Log message: Asus eeePC entry. ok deraadt@. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:15:40 Modified files: graphics : Makefile Log message: - unlink sodipodi CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:18:17 Removed files: graphics/sodipodi: Makefile distinfo graphics/sodipodi/patches: patch-configure patch-src_libnr_nr-svp_c graphics/sodipodi/pkg: DESCR PFRAG.shared PLIST Log message: "Sodipodi is no more. It has ceased to be. It's expired and gone to meet it's maker." sodipodi has been superseded by inkscape, so please use that. agreed by ajacoutot@ landry@ mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:30:27 Modified files: mail/mailscanner: Makefile mail/mailscanner/patches: patch-bin_MailScanner Log message: - loosen check on IO:: ok brad@ simon@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/17 01:33:01 Modified files: mail/p5-MIME-tools: Makefile distinfo Log message: - re-update MIME::tools to 5.426 now that mailscanner is being nice ok simon@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:10:11 Modified files: audio/tagtool : Makefile devel/gconf-editor: Makefile devel/geany : Makefile devel/giggle : Makefile editors/leafpad: Makefile games/freeciv : Makefile graphics/comix : Makefile graphics/evince: Makefile graphics/fyre : Makefile graphics/gthumb: Makefile mail/claws-mail: Makefile mail/evolution : Makefile mail/mail-notification: Makefile misc/gramps : Makefile multimedia/kaffeine: Makefile net/pidgin : Makefile net/transmission: Makefile audio/tagtool/pkg: PLIST devel/gconf-editor/pkg: PLIST devel/geany/pkg: PLIST devel/giggle/pkg: PLIST editors/leafpad/pkg: PLIST games/freeciv/pkg: PLIST-client graphics/comix/pkg: PLIST graphics/evince/pkg: PLIST graphics/fyre/pkg: PLIST graphics/gthumb/pkg: PLIST mail/claws-mail/pkg: PLIST-main mail/evolution/pkg: PLIST mail/mail-notification/pkg: PLIST misc/gramps/pkg: PLIST multimedia/kaffeine/pkg: PLIST net/pidgin/pkg : PLIST net/transmission/pkg: PLIST-gui x11/roxterm/pkg: PLIST Log message: - tweak the way the gtk-update-icon-cache goo is run gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just to update the icon cache (which only gtk apps can use) is overkill to say the least! As from now, each time icons are installed under %D/share/icons, we try to execute gtk-update-icon-cache and if it is not there, we just ignore the error. What it means is that if you have gtk+2 installed, then it'll run fine and your apps will be able to use the cache. Otherwise, it will silently fails which is fine since it means none of your apps would have been able to take advantage of the cache anyway. discussed with jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:35:17 Modified files: x11/yakuake/pkg: PLIST x11/yakuake : Makefile sysutils/krename: Makefile sysutils/krename/pkg: PLIST games/kbilliards: Makefile games/kbilliards/pkg: PLIST x11/gnome/icon-theme: Makefile x11/gnome/icon-theme/pkg: PLIST Log message: - don't depend on gtk+2 just for running gtk-update-icon-cache CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:46:49 Modified files: x11/gnome/alacarte: Makefile x11/gnome/controlcenter2: Makefile x11/gnome/devhelp: Makefile x11/gnome/empathy: Makefile x11/gnome/eog : Makefile x11/gnome/file-roller: Makefile x11/gnome/orca : Makefile x11/gnome/ghex : Makefile x11/gnome/gossip: Makefile x11/gnome/gucharmap: Makefile x11/gnome/nautilus: Makefile x11/gnome/panel: Makefile x11/gnome/planner: Makefile x11/gnome/gok : Makefile x11/gnome/seahorse: Makefile x11/gnome/gnopernicus: Makefile x11/gnome/alacarte/pkg: PLIST x11/gnome/controlcenter2/pkg: PLIST x11/gnome/devhelp/pkg: PLIST x11/gnome/empathy/pkg: PLIST x11/gnome/eog/pkg: PLIST x11/gnome/file-roller/pkg: PLIST x11/gnome/orca/pkg: PLIST x11/gnome/ghex/pkg: PLIST x11/gnome/gossip/pkg: PLIST x11/gnome/gucharmap/pkg: PLIST x11/gnome/nautilus/pkg: PLIST x11/gnome/panel/pkg: PLIST x11/gnome/planner/pkg: PLIST x11/gnome/gok/pkg: PLIST x11/gnome/seahorse/pkg: PLIST x11/gnome/gnopernicus/pkg: PLIST Log message: - make gtk-update-icon-cache call consistent with the rest of the tree CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 02:49:54 Modified files: x11/gnome/themes/pkg: PLIST x11/gnome/themes-extras/pkg: PLIST x11/gnome/themes-extras: Makefile x11/gnome/themes: Makefile Log message: - make gtk-update-icon-cache call consistent with the rest of the tree CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 03:00:25 Modified files: x11/xfce4/exo : Makefile x11/xfce4/exo/pkg: PLIST x11/xfce4/libxfcegui4: Makefile x11/xfce4/libxfcegui4/pkg: PLIST x11/xfce4/notification-daemon-xfce: Makefile x11/xfce4/notification-daemon-xfce/pkg: PLIST x11/xfce4/orage: Makefile x11/xfce4/orage/pkg: PLIST x11/xfce4/ristretto: Makefile x11/xfce4/ristretto/pkg: PLIST x11/xfce4/terminal: Makefile x11/xfce4/terminal/pkg: PLIST x11/xfce4/thunar: Makefile x11/xfce4/thunar/pkg: PLIST x11/xfce4/xfce-mcs-manager: Makefile x11/xfce4/xfce-mcs-manager/pkg: PLIST x11/xfce4/xfce-mcs-plugins: Makefile x11/xfce4/xfce-mcs-plugins/pkg: PLIST x11/xfce4/xfce-utils: Makefile x11/xfce4/xfce-utils/pkg: PLIST x11/xfce4/xfce4-appfinder: Makefile x11/xfce4/xfce4-appfinder/pkg: PLIST x11/xfce4/xfce4-battery: Makefile x11/xfce4/xfce4-battery/pkg: PLIST x11/xfce4/xfce4-fsguard: Makefile x11/xfce4/xfce4-fsguard/pkg: PLIST x11/xfce4/xfce4-icon-theme: Makefile x11/xfce4/xfce4-icon-theme/pkg: PLIST x11/xfce4/xfce4-mixer: Makefile x11/xfce4/xfce4-mixer/pkg: PLIST x11/xfce4/xfce4-notes: Makefile x11/xfce4/xfce4-notes/pkg: PLIST x11/xfce4/xfce4-panel: Makefile x11/xfce4/xfce4-panel/pkg: PLIST x11/xfce4/xfce4-session: Makefile x11/xfce4/xfce4-session/pkg: PLIST x11/xfce4/xfce4-weather: Makefile x11/xfce4/xfce4-weather/pkg: PLIST x11/xfce4/xfce4-wmdock: Makefile x11/xfce4/xfce4-wmdock/pkg: PLIST x11/xfce4/xfdesktop: Makefile x11/xfce4/xfdesktop/pkg: PLIST x11/xfce4/xfprint: Makefile x11/xfce4/xfprint/pkg: PLIST Log message: Fix gtk-update-icon-cache call, prodded by ajacoutot@ Bump PKGNAMEs, and while here reorded @exec/@unexec calls for consistency. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 03:01:11 Modified files: x11/roxterm : Makefile Log message: - forgot to bump after last commit spotted by 'eagle eyes' sturm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/17 03:19:50 Modified files: x11/netwmpager : Makefile Added files: x11/netwmpager/patches: patch-pager_c Log message: Fix bug with the new 3.4.7.x openbox. From gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=216012 ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/17 03:38:44 Modified files: devel/p5-Curses-UI: Makefile distinfo Log message: update to version 0.9603 and rectify RUN/BUILD_DEPENDS feedback & ok landry@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 04:25:31 Modified files: www/liferea/pkg: PLIST www/liferea : Makefile x11/gdesklets/pkg: PLIST x11/gdesklets : Makefile x11/xpad/pkg : PLIST x11/xpad : Makefile Log message: - gtk-update-icon-cache consistency; I missed those in previous commit CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/17 04:26:15 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c Log message: update to 1.1.4 from Brad - fixes portability bugs including a remote user-triggerable DoS on strict alignment arch. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 04:57:17 Modified files: x11/openbox : Makefile x11/openbox/pkg: PLIST Log message: - give xdg-autostart a chance to run from openbox-session *if* required dependency (py-xdg) is installed CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 05:27:40 Log message: Import pkg_mgr, an user-friendly package browser and manager for OpenBSD. feedback and ok ajacoutot@ simon@ Status: Vendor Tag: landry Release Tags: landry_20080417 N ports/sysutils/pkg_mgr/Makefile N ports/sysutils/pkg_mgr/distinfo N ports/sysutils/pkg_mgr/pkg/PLIST N ports/sysutils/pkg_mgr/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 05:28:39 Modified files: sysutils : Makefile Log message: add pkg_mgr CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/17 07:14:28 Modified files: x11/xfce4/xfce4-diskperf: Makefile distinfo x11/xfce4/xfce4-diskperf/pkg: PLIST Removed files: x11/xfce4/xfce4-diskperf/patches: patch-panel-plugin_devperf_c patch-panel-plugin_main_c Log message: Update to diskperf-plugin 2.2.0, not BROKEN anymore. I took over upstream maintenance and integrated our patches. ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/17 07:44:27 Modified files: sbin/mknod : mkfifo.1 mknod.8 Log message: remove a word i misinterpreted; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/17 08:01:22 Modified files: share/man/man4 : acx.4 an.4 ath.4 atu.4 atw.4 awi.4 bwi.4 ipw.4 iwi.4 iwn.4 malo.4 pgt.4 ral.4 ray.4 rtw.4 rum.4 uath.4 upgt.4 ural.4 wi.4tbl wpi.4 zyd.4 Log message: remove the CONFIGURATION section from the wireless pages: the addition of the wpa options have shown just how unwieldy it had become, it's already in ifconfig(8) anyway, and "ifconfig -m" will get the relevant ones. ok dlg jsg CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 10:48:40 Modified files: sys/dev/i2c : i2c_exec.c Log message: use sizeof(thing) instead of hard-coding it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 10:50:17 Modified files: sys/dev/i2c : pca9532.c rs5c372.c Log message: use sizeof(thing) instead of hard-coding it CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/17 10:54:52 Modified files: devel/py-xdg : Makefile devel/py-xdg/patches: patch-xdg_BaseDirectory_py Log message: - don't hardcode /usr/local CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 12:05:33 Modified files: sys/net80211 : ieee80211_crypto.c Log message: call ieee80211_crc_init() only once, when the first 802.11 device attaches instead of at every attach. discussed with deraadt@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 12:16:05 Modified files: sys/dev/ic : rt2860.c Log message: do not blindly call ieee80211_get_hdrlen() in rt2860_rx_intr(). we may end up passing control frames (ps-poll or others) which is not supported by ieee80211_get_hdrlen(). first found by pedro la peu, reminded by jsg@ closes kernel/5750 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 13:01:48 Modified files: sys/dev/i2c : ad741x.c asb100.c ds1631.c i2c_scan.c lm75.c sdtemp.c spdmem.c Log message: make it more apparent that when we are dealing with 16 bit registers (not a series of 8 bit registers), the bytes come off the wire in big-endian order CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 13:03:25 Modified files: etc : netstart Log message: before using them, force hostname.* files to be unreadable by world first version from todd, ok millert CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/17 13:26:51 Modified files: sys/dev/ic : if_wi.c Log message: save some space by making use of the WEP CRC table from net80211 and use the ieee80211_crc_update() function too. not tested as I do not have a wi(4) but I see no reason why it would not work. "Just be brave" deraadt@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/17 13:45:24 Modified files: www/syweb : Makefile Log message: Take maintainership, ok former mainteiner (winiger@) CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/04/17 13:49:16 Modified files: etc : security share/man/man8 : security.8 Log message: Teach security(8) to check for world-readable hostname.if files. An increasing number of types of these files (e.g. ppp, carp and wlan adapters) may contain secrets. ok deraadt oga johan CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/17 13:52:28 Modified files: sys/arch/sparc64/include: cpu.h sys/arch/sparc64/sparc64: clock.c Log message: Really try to schedule clock ticks at fixed intervals. Make sure hardclock() gets called for every clock tick, even if we miss one. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/17 13:57:27 Modified files: www/syweb : Makefile www/syweb/pkg : PLIST Log message: setup.inc is user-configurable; use @sample to avoid conflicts at update time. ok mbalmer (maintainer). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/17 14:25:05 Modified files: lib/libX11/src : UIThrStubs.c Log message: pthread_key_create(3) explicitely says that the value associated with a new key is NULL. So set the allocated memory to zero. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/17 15:09:36 Modified files: sys/dev/usb : if_uath.c Log message: Add missing monitor mode capabilities flag. ok damien@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/17 15:21:27 Modified files: dist/Mesa/src/mesa/drivers/dri/i965: brw_vs_tnl.c Log message: Fix from Eric Anholt in Mesa-current: [965] Fix potential segfaults from bad realloc. C has no order of evaluation restrictions on function arguments, so we attempted to realloc from new-size to new-size. CVSROOT: /cvs Module name: ports Changes by: fkr@cvs.openbsd.org 2008/04/17 15:30:53 Modified files: sysutils/ruby-mongrel_cluster: Makefile Log message: remove HOMEPAGE, not valid anymore. ok bernd@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/04/17 16:12:43 Modified files: sys/dev/usb : uftdi.c Log message: attach FTDI 2232L CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/17 16:38:35 Modified files: papers : index.html Log message: fix openbsd-support.com link, breakage noticed by Juan Cubillo on www@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 19:17:51 Modified files: sys/dev/i2c : tsl2560.c Log message: correct sizeof; palmeida CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/17 20:24:57 Modified files: build : support.dat Log message: Update Nullcube Pty Ltd entry. From Dave Harrison CVSROOT: /cvs Module name: www Changes by: merdely@cvs.openbsd.org 2008/04/17 20:26:01 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/17 22:50:23 Modified files: share/man/man4 : uvideo.4 Log message: Add two cams. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 23:27:59 Modified files: share/man/man4 : Makefile Log message: install it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/17 23:43:34 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 00:42:21 Modified files: sys/nfs : nfs_subs.c sys/netinet6 : nd6_nbr.c mld6_var.h ip6_id.c in6_pcb.c sys/netinet : ip_ipsp.c in_pcb.c igmp_var.h sys/netatalk : at_control.c sys/ddb : db_hangman.c sys/arch/zaurus/dev: zaurus_flash.c sys/arch/sparc64/sparc64: machdep.c sys/arch/hppa/hppa: pmap.c Log message: use arc4random_uniform() for random number requests that are not a power of two. use arc4random_bytes() when requesting more than a word of PRNG output. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 03:07:33 Modified files: devel/gconf2 : Makefile devel/gconf2/pkg: PLIST Log message: - add missing /var/db/gconf/2/ directory ok jasper@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 03:16:14 Modified files: sys/dev/ic : if_wi.c sys/net : if_ethersubr.c sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h ieee80211_crypto_tkip.c ieee80211_crypto_wep.c sys/netinet : if_ether.h Log message: extend the if_ethersubr.c crc functions to support updating a running crc in addition to the existing "oneshot" mode and use them to replace ieee80211_crc_update() with the new ether_crc32_le_update(). Saves 1k kernel bss + some code. Mark the new ether_crc32_[lb]e_update functions as __pure for a ~25x speedup (on my i386 at least). feedback and ok damien@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/18 03:19:21 Modified files: devel/gconf2 : Makefile devel/gconf2/patches: patch-gconf_Makefile_in Log message: - small tweak CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 03:20:20 Modified files: x11/gtk+2 : Makefile x11/gtk+2/pkg : PLIST-main Log message: - run gtk-update-icon-cache on install in case previous apps already put icons under %D/share/icons/hicolor; this will allow us to use the cache "conceptual okay" from kurt@ (who came up with the same idea) ok jasper@ CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/18 05:08:47 Modified files: net/nagios/nagios: Makefile distinfo net/nagios/nagios/patches: patch-cgi_cgiutils_c patch-configure Log message: update to nagios 3.0.1 fix build of shared object ok ian, merdely CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 06:32:11 Modified files: usr.bin/ssh : sftp-client.c sftp-client.h sftp-server.c sftp.1 sftp.c sftp.h usr.bin/ssh/sftp: Makefile Log message: introduce sftp extension methods statvfs@openssh.com and fstatvfs@openssh.com that implement statvfs(2)-like operations, based on a patch from miklos AT szeredi.hu (bz#1399) also add a "df" command to the sftp client that uses the statvfs@openssh.com to produce a df(1)-like display of filesystem space and inode utilisation ok markus@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/18 07:49:55 Modified files: sys/dev/usb : uvideo.c Log message: Add a function which can identify an USB descriptor explicitly by it's size, since the UVC spec uses different USB descriptors with the same bDescriptorSubtype ID. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 08:02:24 Modified files: sysutils/fam : Makefile sysutils/fam/patches: patch-man_famd_8 Log message: - fix typos in man page (one of which was in SYNOPSIS!) CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/18 08:41:04 Modified files: usr.bin/cal : cal.1 cal.c Log message: Allow cal to show week numbers. Switch between sunday based week numbering and ISO 8601 monday based week numbering with overlapping weeks if the -m flag is present. many positive feedback received. ok mbalmer@, jasper@, simon@ input from todd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/18 08:52:25 Modified files: archivers/gtar : Makefile distinfo archivers/gtar/patches: patch-configure archivers/gtar/pkg: PLIST Log message: Update to 1.20. Notable changes: This release adds support for lzma compression and the -a option to select the compression algorithm basing on the suffix of the archive file name. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/18 09:17:17 Modified files: www/mozilla-firefox: Makefile distinfo Log message: security update to mozilla-firefox-2.0.0.14; MFSA 2008-20 ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/04/18 09:21:49 Modified files: www/firefox-i18n: Makefile distinfo Log message: update for 2.0.0.14 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/18 10:31:59 Modified files: www/liferea : Makefile distinfo Removed files: www/liferea/patches: patch-src_net_net-support_c patch-src_node_c Log message: - update liferea to 1.4.15 * bugfix release ok maintainer CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/18 11:01:50 Modified files: sbin/ifconfig : ifconfig.8 Log message: remove wparekey from the list of 802.11 ifconfig options. pointed out by drahn@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:12:16 Modified files: share/man/man4 : uvideo.4 Log message: fix the list width; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:15:47 Modified files: usr.bin/ssh : sftp.1 Log message: macro fixage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/18 11:19:04 Modified files: usr.bin/cal : cal.1 Log message: tweaks; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 11:59:37 Modified files: sys/arch/macppc/dev: kiic.c Log message: if an iic operation fails to move all the data, return error ok kettenis CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/18 12:17:38 Modified files: games/singularity: Makefile distinfo games/singularity/patches: patch-code_g_py patch-setup_py games/singularity/pkg: PLIST Log message: - update to singularity-0.27 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 12:51:01 Modified files: sys/dev/i2c : i2c_scan.c Log message: adm1033 has a rev register to check as well CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/18 12:54:39 Modified files: sys/arch/i386/i386: machdep.c Log message: Halt CPUs upon reboot/halt. ok krw@ CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/18 13:14:53 Modified files: . : 43.html Log message: counts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 13:28:44 Modified files: sys/dev/i2c : i2c_scan.c Log message: detect adm1034 CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/18 14:18:21 Modified files: usr.bin/pr : pr.c Log message: If memory allocation fails during error message buffering, print all hold back messages and exit. ok millert CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/18 14:20:36 Modified files: sys/arch/i386/i386: apicvec.s ipifuncs.c lapic.c machdep.c sys/arch/i386/include: cpu.h i82489var.h intrdefs.h Log message: Now that i386 has a per-process astpending, we can garbage collect ipi_ast and do an ipi_nop cross-call from signotify() instead. ok miod@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/18 14:26:07 Modified files: usr.bin/cvs : client.c server.c Log message: Properly check memory allocation in client code. While at it, unified vasprintf() check across OpenCVS code base. Based on a diff by Jacek Masiulaniec. ok (and unification requested by) xsa CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/18 14:52:34 Modified files: gnu/usr.sbin/mkhybrid/src: match.c match.h Log message: Fix return value of i_add_match() and remove some bogus APPLE_HYB #ifdefs. Found by ragge@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/18 15:19:15 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Add VS_INPUT_HEADER descriptor. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 15:35:11 Modified files: usr.sbin/tcpdump: privsep.c privsep.h privsep_pcap.c tcpdump.8 tcpdump.c Log message: add filtering on direction; ok mpf@ deraadt@ feedback jmc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 15:36:32 Modified files: lib/libc/net : res_send.c Log message: convert select() => poll(), saves a runtime malloc+free per retry feedback deraadt@ drahn@; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 16:01:33 Modified files: usr.bin/ssh : session.c Log message: remove unneccessary parentheses CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/18 16:12:15 Modified files: mail/dkim-milter: Makefile distinfo Log message: upgrade to v2.5.4 CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 17:59:07 Modified files: sys/dev/pci : pcidevs Log message: shorten name CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/18 17:59:10 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/18 19:18:39 Modified files: share/man/man4 : ahci.4 sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC sys/arch/sparc64/conf: GENERIC sys/dev/pci : ahci.c Log message: add a driver flag to force the negotiation of SATA 1 transfers (1.5Gb/s). Useful where faster speeds are unstable; ok dlg@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 01:15:17 Modified files: lib/libGL/dri : Makefile.inc Log message: dri libs depend on libmesa_pic.a CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 01:38:24 Modified files: textproc/xpdf : Makefile Added files: textproc/xpdf/patches: patch-xpdf_Object_h Log message: Security fix for CVE-2008-1693. From Debian. ok naddy@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 01:52:15 Modified files: print/poppler : Makefile Added files: print/poppler/patches: patch-poppler_Object_h Log message: Security fix for CVE-2008-1693. From Debian. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/19 03:22:31 Modified files: usr.bin/sendbug: sendbug.c Log message: Decrement len variable after removing newline, prevents copying the NUL at the end of a string into the mail. Discovered by dasn. Move newline printing into outer loop, prevents multiple newlines from appearing if there are multiple comments in a line. Discovered by okan. OK okan. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 03:24:50 Modified files: textproc/py-xml: Makefile textproc/py-xml/pkg: PLIST Log message: - add missing pyexpat FLAVOR fragment in PLIST - install egg-info file so that we don't end up with errors like "pkg_resources.DistributionNotFound: PyXML..." when using some apps that need this module CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 03:59:26 Log message: Initial import of ruby-gruff-0.3.1. Gruff is a beautiful graphing library for Ruby using RMagick. Plot multiple datasets in color or implement your own colorful theme. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/graphics/ruby-gruff/Makefile N ports/graphics/ruby-gruff/distinfo N ports/graphics/ruby-gruff/pkg/PLIST N ports/graphics/ruby-gruff/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 04:01:11 Modified files: graphics : Makefile Log message: Add ruby-gruff. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 04:57:00 Modified files: sysutils/fam : Makefile sysutils/fam/files: imon-compat.h sysutils/fam/patches: patch-man_famd_8 patch-man_famd_conf_5 sysutils/fam/pkg: DESCR Removed files: sysutils/fam/patches: patch-configure_ac Log message: - use polling by defaut and make use of kqueue a FLAVOR this allows famd to run much more reliably, especially under KDE and GNOME; if someone wants to fix the imon emulation through kqueue, be my guest... meanwhile, I'd rather use stable software - more typos fixes in man pages while here "go ahead" fgsch@, "looks correct" jasper@ CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/19 05:24:23 Modified files: sys/dev/usb : uvideo.c Log message: Sort functions and remove obsolete bits. CVSROOT: /cvs Module name: www Changes by: kettenis@cvs.openbsd.org 2008/04/19 06:03:44 Modified files: . : want.html Log message: Turns out I have an ISP12160 myself; still interested in an ISP10160 though. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/19 07:11:24 Modified files: dist/Mesa/src/mesa/main: execmem.c Log message: When mesa uses sse the current allocator was just using malloc, meaning that the memory was not set to executable. This caused some horrible segfaults that due to lack of hardware i've been unable to track down for months. Conveniently, there was already a memory allocator that uses mmap to create executable memory, #ifdef linux. Make it usable for us too. Problem solved! Thanks for todd@ for helping me debug, and deraadt@ for noticing the allocator. Makes SiS work with dri, probaby solves a bunch of other people too. ok matthieu@ (who has sent this upstream). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 07:41:46 Modified files: driver/xf86-video-radeonhd: ChangeLog Makefile.am Makefile.in README RadeonHD.am RadeonHD.tmpl aclocal.m4 config.h.in configure configure.ac git_version.sh driver/xf86-video-radeonhd/man: Makefile.am Makefile.in radeonhd.man driver/xf86-video-radeonhd/src: Imakefile Makefile.am Makefile.in git_version.h rhd.h rhd_atombios.c rhd_atombios.h rhd_card.h rhd_connector.c rhd_connector.h rhd_crtc.c rhd_crtc.h rhd_dac.c rhd_driver.c rhd_edid.c rhd_i2c.c rhd_id.c rhd_lvtma.c rhd_mc.c rhd_mc.h rhd_modes.c rhd_monitor.c rhd_output.c rhd_output.h rhd_pll.c rhd_pll.h rhd_randr.c rhd_regs.h rhd_shadow.c rhd_tmds.c rhd_vga.c driver/xf86-video-radeonhd/src/AtomBios/includes: CD_Common_Types.h ObjectID.h atombios.h driver/xf86-video-radeonhd/utils/conntest: Makefile.am Makefile.in README git_version.h rhd_conntest.c Added files: driver/xf86-video-radeonhd/src: r5xx_2dregs.h r5xx_accel.c r5xx_accel.h r5xx_exa.c r5xx_xaa.c rhd_ddia.c rhd_dig.c driver/xf86-video-radeonhd/utils/conntest: rhd_dump.c Log message: Update to xf86-video-radeonhd 1.2.0. Tested by jdixon@ and jasper@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 08:02:04 Modified files: driver/xf86-video-radeonhd: ChangeLog README configure configure.ac driver/xf86-video-radeonhd/man: Makefile.in driver/xf86-video-radeonhd/src: rhd_connector.c rhd_id.c driver/xf86-video-radeonhd/utils/conntest: Imakefile Log message: update to xf86-video-radeonhd-1.2.1. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/19 08:03:13 Modified files: driver/xf86-video-sis: Makefile.in aclocal.m4 configure configure.ac driver/xf86-video-sis/man: Makefile.in driver/xf86-video-sis/src: 300vtbl.h 310vtbl.h Makefile.am Makefile.in init.c init.h init301.c init301.h initdef.h initextx.c initextx.h oem300.h oem310.h osdef.h sis.h sis300_accel.c sis300_accel.h sis310_accel.c sis310_accel.h sis6326_video.c sis_accel.c sis_accel.h sis_common.h sis_cursor.c sis_cursor.h sis_dac.c sis_dac.h sis_dga.c sis_dri.c sis_dri.h sis_driver.c sis_driver.h sis_opt.c sis_regs.h sis_setup.c sis_shadow.c sis_utility.c sis_vb.c sis_vga.c sis_video.c sis_video.h sis_videostr.h vgatypes.h vstruct.h Added files: driver/xf86-video-sis/src: sispcirename.h Log message: Update SiS driver to 0.10 Tested by todd. ok Matthieu. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/04/19 08:22:04 Modified files: usr.sbin/config: mkmakefile.c Log message: remove build warnings: - unused variables - missing return ok espie@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 08:40:52 Modified files: app/xrandr : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xrandr.c xrandr.man Added files: app/xrandr : xrandr_test.pl Log message: Update to xrandr 1.2.3. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:08:31 Log message: Import py-mpd-0.2.0 Python client library for the Music Player Daemon. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080419 N ports/audio/py-mpd/distinfo N ports/audio/py-mpd/Makefile N ports/audio/py-mpd/pkg/DESCR N ports/audio/py-mpd/pkg/PLIST N ports/audio/py-mpd/patches/patch-mpd_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:10:26 Modified files: audio : Makefile Log message: +py-mpd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:13:28 Log message: Import py-zsi-2.0 ZSI, the Zolera SOAP Infrastructure, is a pure-Python module that provides an implementation of SOAP messaging, as described in SOAP 1.1 Specification (see http://www.w3.org/TR/soap). It can also be used to build applications using SOAP Messages with Attachments (see http://www.w3.org/TR/SOAP-attachments). ZSI is intended to make it easier to write web services in Python. [...] Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080419 N ports/net/py-zsi/distinfo N ports/net/py-zsi/Makefile N ports/net/py-zsi/pkg/DESCR N ports/net/py-zsi/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/19 09:16:11 Modified files: net : Makefile Log message: +py-zsi CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 09:43:39 Modified files: app/twm : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac app/twm/src : Makefile.am Makefile.in twm.h Log message: update to twm 1.0.4 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 09:52:11 Log message: Initial import of ruby-abstract-1.0.0. abstract is a library which allows to define abstract methods in Ruby. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-abstract/Makefile N ports/devel/ruby-abstract/distinfo N ports/devel/ruby-abstract/pkg/PLIST N ports/devel/ruby-abstract/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 09:53:30 Modified files: devel : Makefile Log message: Add ruby-abstract. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:23:01 Modified files: app/x11perf : ChangeLog Makefile.am Makefile.in Xmark.man aclocal.m4 configure configure.ac do_blt.c do_tests.c x11perf.c x11perf.h x11perf.man Log message: update to x11perf 1.5 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:54:56 Modified files: app/xdm : ChangeLog aclocal.m4 configure configure.ac Log message: update to xdm-1.1.7 (No changes on OpenBSD). CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/19 10:59:34 Modified files: app/xev : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xev.c Log message: update to xev 1.0.3 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:01:46 Log message: Initial import of ruby-erubis-2.5.0. Erubis is an implementation of eRuby written in pure Ruby. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-erubis/Makefile N ports/textproc/ruby-erubis/distinfo N ports/textproc/ruby-erubis/pkg/PLIST N ports/textproc/ruby-erubis/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:02:57 Modified files: textproc : Makefile Log message: Add ruby-erubis. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:21:28 Log message: Initial import of ruby-hpricot-0.6. Hpricot is a fast, flexible HTML parser written in C. It's designed to be very accommodating (like Tanaka Akira's HTree) and to have a very helpful library (like some JavaScript libs -- JQuery, Prototype -- give you.) The XPath and CSS parser, in fact, is based on John Resig's JQuery. Also, Hpricot can be handy for reading broken XML files, since many of the same techniques can be used. If a quote is missing, Hpricot tries to figure it out. If tags overlap, Hpricot works on sorting them out. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-hpricot/Makefile N ports/textproc/ruby-hpricot/distinfo N ports/textproc/ruby-hpricot/patches/patch-Rakefile N ports/textproc/ruby-hpricot/pkg/DESCR N ports/textproc/ruby-hpricot/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:27:47 Modified files: textproc : Makefile Log message: Add ruby-hpricot. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:49:30 Log message: Initial import of ruby-rack-0.3.0. Rack provides a minimal, modular and adaptable interface for developing web applications in Ruby. By wrapping HTTP requests and responses in the simplest way possible, it unifies and distills the API for web servers, web frameworks, and software in between (the so-called middleware) into a single method call. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/www/ruby-rack/Makefile N ports/www/ruby-rack/distinfo N ports/www/ruby-rack/pkg/PLIST N ports/www/ruby-rack/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 11:53:22 Modified files: www : Makefile Log message: Add ruby-rack. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/19 11:59:32 Modified files: lang/lua : Makefile distinfo lang/lua/patches: patch-Makefile patch-etc_lua_pc patch-src_Makefile patch-src_luaconf_h Removed files: lang/lua/patches: patch-src_lparser_c Log message: update to 5.1.3 from Christian Rueger - thanks! ok merdely@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:00:45 Log message: Initial import of ruby-mime-types-1.15. This library allows for the identification of a file's likely MIME content type. The identification of MIME content type is based on a file's filename extensions. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/mail/ruby-mime-types/Makefile N ports/mail/ruby-mime-types/distinfo N ports/mail/ruby-mime-types/pkg/DESCR N ports/mail/ruby-mime-types/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:02:47 Modified files: mail : Makefile Log message: Add ruby-mime-types. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:12:13 Log message: Initial import of ruby-mailfactory-1.3.0. A Ruby module that allows the simple creation of MIME email messages with multiple body parts and attachments. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/mail/ruby-mailfactory/Makefile N ports/mail/ruby-mailfactory/distinfo N ports/mail/ruby-mailfactory/pkg/DESCR N ports/mail/ruby-mailfactory/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:13:32 Modified files: mail : Makefile Log message: Add ruby-mailfactory. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:24:22 Log message: Initial import of ruby-json-1.1.2. This library can parse JSON texts and generate them from Ruby data structures. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/converters/ruby-json/Makefile N ports/converters/ruby-json/distinfo N ports/converters/ruby-json/pkg/PLIST N ports/converters/ruby-json/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:26:46 Modified files: converters : Makefile Log message: Add ruby-json. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:34:08 Log message: Initial import of ruby-rubyinline-3.6.7. Ruby Inline is an analog to Perl's Inline::C. Out of the box, it allows you to embed C/++ external module code in your ruby script directly. By writing simple builder classes, you can teach how to cope with new languages (fortran, perl, whatever). The code is compiled and run on the fly when needed. Using the package_inline tool Inline allows you to package up your inlined object code for distribution to systems without a compiler. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-rubyinline/Makefile N ports/devel/ruby-rubyinline/distinfo N ports/devel/ruby-rubyinline/pkg/PLIST N ports/devel/ruby-rubyinline/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:43:14 Log message: Initial import of ruby-parsetree-2.1.1. ParseTree is a C extension (using RubyInline) that extracts the parse tree for an entire class or a specific method and returns it as a s-expression (aka sexp) using ruby's arrays, strings, symbols, and integers. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-parsetree/Makefile N ports/devel/ruby-parsetree/distinfo N ports/devel/ruby-parsetree/pkg/PLIST N ports/devel/ruby-parsetree/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:50:29 Log message: Initial import of ruby-ruby2ruby-1.1.8. ruby2ruby provides a means of generating pure ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in ruby than ever before. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/devel/ruby-ruby2ruby/Makefile N ports/devel/ruby-ruby2ruby/distinfo N ports/devel/ruby-ruby2ruby/pkg/PLIST N ports/devel/ruby-ruby2ruby/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 12:53:20 Modified files: devel : Makefile Log message: Add ruby-rubyinline, ruby-parsetree and ruby-ruby2ruby. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:02:17 Log message: Initial import of ruby-rubigen-1.2.4. A framework to allow Ruby applications to generate file/folder stubs (like the `rails` command does for Ruby on Rails, and the 'script/generate' command within a Rails application during development). Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-rubigen/Makefile N ports/textproc/ruby-rubigen/distinfo N ports/textproc/ruby-rubigen/pkg/PLIST N ports/textproc/ruby-rubigen/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:11:21 Log message: Initial import of ruby-haml-1.8.2. Haml and Sass are templating engines for the two most common types of documents on the web: HTML and CSS, respectively. They are designed to make it both easier and more pleasant to code HTML and CSS documents, by eliminating redundancy, reflecting the underlying structure that the document represents, and providing elegant, easily understandable, and powerful syntax. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/textproc/ruby-haml/Makefile N ports/textproc/ruby-haml/distinfo N ports/textproc/ruby-haml/pkg/PLIST N ports/textproc/ruby-haml/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 13:13:06 Modified files: textproc : Makefile Log message: Add ruby-rubigen and ruby-haml. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/19 13:38:00 Modified files: sys/nfs : nfs_subs.c Log message: in nfsm_reqh(), only allocate an mbuf cluster if the len exceeds MLEN, not MINCLSIZE; inspired by a similar commit from damien. ok damien@, blambert@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 15:57:37 Log message: Initial import of ruby-merb-0.9.2. Like Ruby on Rails, Merb is an MVC framework. Unlike Rails, Merb is ORM-agnostic, JavaScript library agnostic, and template language agnostic, preferring plugins that add in support for a particular feature rather than trying to produce a monolithic library with everything in the core. In fact, this is a guiding principle of the project, which has led to third-party support for the ActiveRecord, DataMapper, and Sequel ORMs. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-19 N ports/www/ruby-merb/Makefile N ports/www/ruby-merb/Makefile.inc N ports/www/ruby-merb/action-args/Makefile N ports/www/ruby-merb/action-args/distinfo N ports/www/ruby-merb/action-args/pkg/DESCR N ports/www/ruby-merb/action-args/pkg/PLIST N ports/www/ruby-merb/haml/Makefile N ports/www/ruby-merb/haml/distinfo N ports/www/ruby-merb/haml/pkg/PLIST N ports/www/ruby-merb/haml/pkg/DESCR N ports/www/ruby-merb/merb/Makefile N ports/www/ruby-merb/merb/distinfo N ports/www/ruby-merb/merb/pkg/DESCR N ports/www/ruby-merb/merb/pkg/PLIST N ports/www/ruby-merb/core/Makefile N ports/www/ruby-merb/core/distinfo N ports/www/ruby-merb/core/pkg/PLIST N ports/www/ruby-merb/core/pkg/DESCR N ports/www/ruby-merb/core/patches/patch-Rakefile N ports/www/ruby-merb/more/Makefile N ports/www/ruby-merb/more/distinfo N ports/www/ruby-merb/more/pkg/PLIST N ports/www/ruby-merb/more/pkg/DESCR N ports/www/ruby-merb/assets/Makefile N ports/www/ruby-merb/assets/distinfo N ports/www/ruby-merb/assets/pkg/DESCR N ports/www/ruby-merb/assets/pkg/PLIST N ports/www/ruby-merb/builder/Makefile N ports/www/ruby-merb/builder/distinfo N ports/www/ruby-merb/builder/pkg/PLIST N ports/www/ruby-merb/builder/pkg/DESCR N ports/www/ruby-merb/cache/Makefile N ports/www/ruby-merb/cache/distinfo N ports/www/ruby-merb/cache/pkg/DESCR N ports/www/ruby-merb/cache/pkg/PLIST N ports/www/ruby-merb/gen/Makefile N ports/www/ruby-merb/gen/distinfo N ports/www/ruby-merb/gen/pkg/PLIST N ports/www/ruby-merb/gen/pkg/DESCR N ports/www/ruby-merb/mailer/Makefile N ports/www/ruby-merb/mailer/distinfo N ports/www/ruby-merb/mailer/pkg/DESCR N ports/www/ruby-merb/mailer/pkg/PLIST N ports/www/ruby-merb/parts/Makefile N ports/www/ruby-merb/parts/distinfo N ports/www/ruby-merb/parts/pkg/DESCR N ports/www/ruby-merb/parts/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/19 16:19:33 Modified files: www : Makefile Log message: Add ruby-merb. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/04/19 17:20:22 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/armish/stand/boot: conf.c sys/arch/hppa/stand/boot: conf.c sys/arch/hppa64/stand/boot: conf.c sys/arch/i386/stand/boot: conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/pxeboot: conf.c sys/arch/landisk/stand/boot: conf.c sys/arch/macppc/stand: conf.c sys/lib/libsa : loadfile_elf.c Log message: Change ELF loader to use the LMA as the load address for the various segments. Hopefully this will help remove various hacks in the boot loader in the future. This should have no effect on most architectures (as we tend to have LMA == VMA). ok drahn@, soft ok's various others. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/19 18:22:40 Modified files: sys/dev/i2c : i2c_scan.c Log message: two more i2c probe checks. adt has split off or been sold to ON semi, so now even more data sheets are available at http://www.onsemi.com/PowerSolutions/parametrics.do?id=2127 so if people want to help write drivers... CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:23:28 Modified files: sys/dev/ic : rtl81x9.c Log message: Don't bother to call rl_rxeof() twice if both the RX Ok and Err bits are set. Based on the same change to re(4) quite some time ago. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:34:39 Modified files: sys/dev/cardbus: if_re_cardbus.c sys/dev/ic : rtl81x9reg.h sys/dev/pci : if_re_pci.c Log message: Remove unused flags. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:42:27 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Add some more defines. - Use one of the new defines in the re(4) code to remove a magic number. - Correct a comment. - Fix a typo. Most of this is from NetBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 18:59:44 Modified files: sys/dev/ic : re.c Log message: Remove redundant checks for the 8139C+ chipset, this code can only be reached if using the 8139C+ chipset. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:15:40 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: - Recognize the 8168C chipset. - Add some more defines for the 8168C chipset. From NetBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:18:02 Modified files: sys/dev/ic : re.c rtl81x9reg.h Log message: Move the threshold fix from the re(4) code back into the header as it was going to be before the release. No functional change. prodded by kettenis@ ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:32:43 Modified files: sys/dev/pci : if_bge.c if_bgereg.h sys/dev/mii : brgphy.c Log message: Add a workaround for a CRC bug errata with BCM5701 A0 and B0 chipset revisions. From Linux via FreeBSD. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 19:37:35 Modified files: sys/dev/pci : if_bge.c Log message: rev 1.35 added special register settings for BCM5704 chipsets when in TBI mode for fiber adapters which causes problems for some systems. Add code to detect when the special settings are necessary which helps with some blade systems. From FreeBSD ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/19 19:46:35 Modified files: sys/arch/amd64/stand/libsa: bioscons.c sys/arch/i386/stand/libsa: bioscons.c Log message: rewrite the serial port handling to manipulate the hardware directly rather than relying on calls into the bios to work. this is a result of me getting pissed off with solaris and linux being able to cope the serial bios redirection on dracs, iloms, and ilos. trying to do the same thing with openbsds boot loader caused weird behaviour like machine hangs or no visible output. talking to the serial chips directly is more reliable. tested by many ok sthen@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 23:47:05 Modified files: share/man/man4 : txp.4 Log message: overhaul the page. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/19 23:51:16 Modified files: share/man/man4 : lge.4 Log message: slight tweaking of the wording to make this consistent with other pages that mention checksum offload. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 01:05:52 Modified files: sys/altq : altq_cdnr.c altq_classq.h altq_red.c altq_rmclass.c altq_var.h Log message: Do not use random(), which is supposed to be a scheduler-only API (we should rename it one day). Furthermore, do not do random() % value, but instead solve both problems using arc4random_uniform() Problem spotted by drahn, fix ok'd by djm CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/20 01:37:00 Modified files: audio/sonata : Makefile distinfo audio/sonata/patches: patch-setup_py audio/sonata/pkg: PLIST Log message: - update to sonata-1.5 - take maintainership CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/04/20 03:14:05 Modified files: sys/dev/usb : uvideo.c uvideo.h Log message: Parse VS_INPUT_HEADER descriptor. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 03:18:52 Modified files: sys/arch/sparc64/sparc64: locore.s genassym.cf sys/arch/sparc64/include: pte.h Log message: Implement locking of sun4u TSB entries for MULTIPROCESSOR kernels. Make sun4v code use the new TSB_TAG_LOCKED define. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/20 03:49:33 Modified files: print/py-cups : Makefile Log message: - fix CATEGORIES CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/20 04:06:26 Modified files: net/nagios/cnagios: Makefile Log message: fix CATEGORIES, pointed out by ajacoutot - thank you. This doesn't make it into the package (checked with PLIST_DB), so no version bump. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/20 04:33:55 Modified files: share/man/man4 : txp.4 Log message: remove trailing whitespace; CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 04:35:57 Modified files: sys/arch/sparc64/sparc64: locore.s machdep.c Removed files: sys/lib/libkern/arch/sparc64: random.S Log message: Remove the random() function from locore.s (which used sparcv7 instructions, including mulscc to do multiplications) and switch to the generic random.c code. CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/20 05:19:20 Modified files: audio/fluidsynth: Makefile audio/fluidsynth/patches: patch-src_fluid_oss_c Log message: internal data is converted from float to native endian integer data. configure 16-bit output for cpu native endian encoding. CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/04/20 05:36:48 Modified files: usr.sbin/rtadvd: advcap.c config.c Log message: Take failed system calls more serious than LOG_INFO. This is mainly in preparation for more changes to logging. Ok bluhm@, pyr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 05:53:11 Modified files: sys/arch/hppa64/conf: files.hppa64 sys/arch/hppa64/dev: pdc.c sys/arch/hppa64/hppa64: machdep.c sys/arch/hppa64/include: param.h Log message: Sync console handling with hppa port: Delay switching to the real serial console until we attach the serial device. The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. Last bit isn't true yet; the code to support com @ ssio isn't there yet on hppa64. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 07:25:46 Modified files: app/xinit : xinit.c Log message: Get rid of the Xwrapper hack. OpenBSD doesn't support XFree86 3.3.x anymore. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 07:46:02 Modified files: app/xinit : ChangeLog Makefile.am Makefile.in aclocal.m4 config.h.in configure configure.ac startx.cpp xinit.c xinitrc.cpp Added files: app/xinit : cpprules.in org.x.X11.plist.cpp Log message: Update to xinit-1.0.8, while preserving local changes. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/20 09:11:24 Modified files: faq : faq14.html Log message: "g b" is no longer an option, and the other details here are probably more confusing than they are worth, so remove. Spotted by Frank Bax, (fbax at sympatico.ca). While in the neighborhood, the excitement over a 96G disk isn't really that big a deal anymore, even for me, so simplify. This section (14.3) really needs a major clean-up. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/20 09:40:08 Modified files: faq : faq14.html Log message: Some style improvements and a broken link, spotted by Frank Bax, thanks! CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:11:13 Modified files: sys/arch/i386/i386: machdep.c Log message: Call cnpollc() before cngetc() upon halt. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:32:06 Modified files: app/xkbcomp : COPYING ChangeLog Makefile.am Makefile.in aclocal.m4 action.c compat.c configure configure.ac expr.h geometry.c keycodes.c keytypes.c misc.c misc.h parseutils.h symbols.c utils.c utils.h vmod.c xkbcomp.c xkbparse.y xkbpath.c xkbpath.h xkbscan.c Log message: Update to xkbcomp 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:36:07 Modified files: app/xprop : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac dsimple.c dsimple.h xprop.c Log message: Update to xprop 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:42:58 Modified files: app/xrdb : ChangeLog Makefile.am Makefile.in aclocal.m4 configure configure.ac xrdb.c Log message: update to xrdb 1.0.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:47:17 Modified files: sys/arch/hppa64/hppa64: conf.c Log message: Sync console handling with hppa port: Delay switching to the real serial console until we attach the serial device. The variety of different serial devices is just too big to make a decision up front. This should make the second serial port on four-digit B/C/J-class workstation work as a serial console too. Last bit isn't true yet; the code to support com @ ssio isn't there yet on hppa64. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:47:33 Modified files: app/xset : ChangeLog aclocal.m4 configure configure.ac xset.c xset.man Log message: Update to xset 1.0.4 CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 10:48:10 Modified files: . : MODULES Log message: This weekend updates CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:51:52 Added files: sys/lib/libkern/arch/hppa64: Makefile bcopy.S memcpy.S memmove.S ovbcopy.S spcopy.S Log message: Catch up with dismantled libkern. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:56:20 Modified files: sys/arch/hppa64/conf: GENERIC files.hppa64 Log message: crank maxusers CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 10:58:44 Modified files: sys/arch/hppa64/conf: files.hppa64 Log message: Catch up with dismantled libkern. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:11:24 Modified files: sys/arch/hppa64/hppa64: genassym.cf locore.S vm_machdep.c Log message: Catch up with cpu_switchto. Completely untested. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:13:47 Modified files: sys/arch/hppa64/hppa64: mainbus.c sys/arch/hppa64/include: bus.h Log message: Add proper bus_space_vaddr(9) impementation. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 11:17:32 Modified files: sys/arch/hppa64/conf: GENERIC files.hppa64 Added files: sys/arch/hppa64/dev: astro.c Removed files: sys/arch/hppa64/dev: pluto.c Log message: Bring over astro(4) from hppa, to replace pluto(4). CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:40:39 Modified files: converters/p5-Convert-UU: Makefile distinfo Log message: update to version 0.5201 and set PERMIT_* to yes as it now has a license CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:46:50 Modified files: devel/p5-Module-ScanDeps: Makefile distinfo Log message: maintenance update to version 0.83 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:49:32 Modified files: devel/p5-PAR-Dist: Makefile distinfo Log message: maintenance update to version 0.29 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:52:25 Modified files: devel/p5-POE-Component-IKC: Makefile distinfo Log message: maintenance update to version 0.2001 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 11:56:23 Modified files: devel/p5-Test-Deep: Makefile distinfo devel/p5-Test-Deep/pkg: PLIST Log message: update to version 0.100 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 12:01:31 Modified files: devel/p5-Time-Piece: Makefile distinfo Log message: update to version 1.13 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:01:33 Modified files: sys/arch/hppa/hppa: autoconf.c Log message: Print bootpath in the canonical place. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/20 12:04:08 Modified files: graphics/p5-GD-SecurityImage: Makefile distinfo Log message: maintenace update to version 1.65 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:05:25 Modified files: sys/arch/hppa64/hppa64: autoconf.c Log message: Add missing function declaration. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 12:41:45 Modified files: sys/arch/hppa64/dev: elroy.c elroyreg.h elroyvar.h Log message: Sync with hppa code. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/20 13:28:14 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: If the wskbd map is 'user' don't try to set the xkb layout. Tested by okan@ ok oga@. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 14:51:58 Modified files: sys/dev/pci : ichiic.c Log message: be quiet even when errors happen; ok kettenis CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/20 15:00:19 Modified files: x11/dbus : Makefile Added files: x11/dbus/patches: patch-bus_dbus-daemon_1 Log message: - better COMMENT - fix locations in dbus-daemon.1 (spotted by ajacoutot) CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/20 15:26:36 Log message: Import rpl 1.4.0 rpl is a UN*X text replacement utility. It will replace strings with new strings in multiple text files. It can work recursively over directories and supports limiting the search to specific file suffixes. From James Turner (james - bsdgroup dot org) ok mbalmer@ Status: Vendor Tag: merdely Release Tags: jturner_20080420 N ports/sysutils/rpl/distinfo N ports/sysutils/rpl/Makefile N ports/sysutils/rpl/pkg/PLIST N ports/sysutils/rpl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/20 15:27:40 Modified files: sysutils : Makefile Log message: Add rpl CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/20 15:42:00 Modified files: sys/arch/hppa64/hppa64: machdep.c Log message: Try to reset the machine through the firmware to reboot. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/20 18:32:43 Modified files: share/man/man4 : audio.4 share/man/man9 : audio.9 sys/dev : audio_if.h audio.c sys/arch/hppa/gsc: harmony.c sys/arch/macppc/dev: aoa.c awacs.c daca.c onyx.c snapper.c tumbler.c sys/arch/sgi/dev: mavb.c sys/arch/sparc/dev: amd7930.c cs4231.c sys/arch/sparc64/dev: ce4231.c sys/arch/zaurus/dev: zaurus_audio.c sys/dev/isa : ess.c gus.c pas.c pss.c sb.c wss.c ym.c sys/dev/pci : auixp.c autri.c auvia.c azalia.c cs4281.c eap.c esa.c fms.c cs4280.c cmpci.c neo.c envy.c maestro.c sv.c yds.c emuxki.c eso.c auich.c sys/dev/sbus : cs4231.c sys/dev/usb : uaudio.c Log message: allow low level audio drivers to specify a default sample format, instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/20 18:38:19 Modified files: math/fftw3 : Makefile Log message: g77 throws ICEs on sgi, so disable fortran support there. lets this build on sgi. discussed with steven@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 19:42:19 Modified files: sbin/pfctl : parse.y Log message: optnl is a crutch for those who do not understand yacc. it leads to a variety of errors; ok mcbride CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/04/20 19:51:10 Modified files: regress/sbin/pfctl: pf92.in Log message: Test for blank lines and comments between and inline anchor and its rules. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/20 21:49:23 Log message: iaxmodem 1.1.0 IAXmodem is a software modem written in C that uses an IAX channel (commonly provided by an Asterisk PBX system) instead of a traditional phone line and uses a DSP library instead of DSP hardware chipsets. IAXmodem was originally conceived to function as a fax modem usable with HylaFAX, and it does that well. However IAXmodem also has been known to function with mgetty+sendfax and efax. .. much cleanup from my earlier verisions, thanks brad@ Status: Vendor Tag: todd Release Tags: todd_20080420 N ports/telephony/iaxmodem/Makefile N ports/telephony/iaxmodem/distinfo N ports/telephony/iaxmodem/patches/patch-Makefile_in N ports/telephony/iaxmodem/patches/patch-configure N ports/telephony/iaxmodem/patches/patch-lib_spandsp_src_Makefile_in N ports/telephony/iaxmodem/patches/patch-iaxmodem_c N ports/telephony/iaxmodem/patches/patch-iaxmodem-cfg_ttyIAX N ports/telephony/iaxmodem/pkg/PLIST N ports/telephony/iaxmodem/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/20 21:50:30 Modified files: telephony : Makefile Log message: +iaxmodem CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 22:48:25 Modified files: sys/dev/i2c : files.i2c Added files: sys/dev/i2c : adt7462.c Log message: A very very rough start at an adt7462 driver CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 22:50:23 Modified files: sys/arch/sparc64/conf: files.sparc64 Added files: sys/arch/sparc64/dev: mgiic.c Log message: Work in progress at supporting the Mentor Graphics i2c core found in the Fire pcie hostbridge. Fairly horrid device to deal with. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/20 23:38:30 Modified files: sys/dev/i2c : spdmem.c Log message: when iic_exec fails, return 0xff for the read value; ok jsg CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/21 00:04:31 Added files: app/xprop : clientwin.c clientwin.h Log message: Add 2 files added with 1.0.4. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 00:13:35 Modified files: sys/dev/i2c : adt7462.c Log message: improve register to temperature conversion code CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/21 02:13:57 Modified files: . : plus.html Log message: Upto 04/20 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/21 02:17:23 Modified files: usr.sbin/tcpdump: tcpdump.8 Log message: add a short section on checksum offloading, based on a diff from Alf Schlichting; help/ok henning CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/21 02:30:26 Modified files: share/man/man4 : nfe.4 Log message: mention VLAN tag insertion and checksum offload. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:30:21 Log message: import farsiweb 0.4 The first standard set of Unicode Persian fonts ever published, including Titr, Nazli, Nazli Bold, and Homa. Status: Vendor Tag: jasper Release Tags: jasper-20080421 N ports/x11/farsiweb-ttf/Makefile N ports/x11/farsiweb-ttf/distinfo N ports/x11/farsiweb-ttf/pkg/DESCR N ports/x11/farsiweb-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:31:42 Log message: import arabeyes-ttf 2.0 This project aims at increasing the number of available Arabic free and open source fonts. The goals of this project are: * Create and/or salvage free and open TTF Arabic fonts. * Create a central repository of all free and open source Arabic fonts (TTF and otherwise) in order to get them included into the various distributions. * To better couple and artistically match Arabic fonts to their latin counterparts. Status: Vendor Tag: jasper Release Tags: jasper-20080421 N ports/x11/arabeyes-ttf/Makefile N ports/x11/arabeyes-ttf/distinfo N ports/x11/arabeyes-ttf/pkg/DESCR N ports/x11/arabeyes-ttf/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/21 03:33:58 Modified files: net/ejabberd : Makefile Log message: - fix CATEGORIES CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 03:34:28 Modified files: x11 : Makefile Log message: - add arabeyes-ttf and farsiweb-ttf CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/21 03:43:36 Modified files: www/ruby-activemerchant: Makefile Log message: missing dependency on ruby-activesupport bump PKGNAME CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 04:35:27 Modified files: net/irssi-icb : Makefile Added files: net/irssi-icb/patches: patch-README patch-src_core_icb-commands_c patch-src_fe-common_fe-icb_c patch-src_fe-common_module-formats_c patch-src_fe-common_module-formats_h Log message: display changed topic and your /nick changes in the status bar, convert times in /who to readable format, display the correct user name when someone /beeps you, and add a note to the README. ok jasper CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/21 05:22:14 Modified files: bin/ed : main.c Log message: Initialize the correct variable in HUP handler if ed.hup in current directory cannot be written and ~/ed.hup path has to be built up. Also pay special care that HOME is an absolute path name. With input by millert. ok deraadt, millert CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/21 06:28:35 Modified files: lib/libc/stdio : fdopen.c fopen.c freopen.c Log message: _file is only a short, so prevent truncation if we happen to hit upon a fd > SHRT_MAX. From freebsd via Jan Schaumann; ok deraadt@ millert@ espie@ CVSROOT: /cvs Module name: www Changes by: jsing@cvs.openbsd.org 2008/04/21 08:40:55 Modified files: . : 43.html Log message: More details regarding OpenBSD/sgi. CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/21 09:03:12 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-src_ptclib_pssl_cxx Log message: Fix build on alpha. Help and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/21 09:23:22 Modified files: devel/libmtp : Makefile distinfo Log message: - update libmtp to 0.2.6.1 from bsd@openbsd.rutgers.edu, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 09:32:48 Modified files: sys/dev/i2c : adt7462.c Log message: correct negative temperatures (if they ever happen); spotted by cnst CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 10:14:25 Modified files: sys/net80211 : ieee80211_input.c Log message: Some WPA1+WPA2 APs include both a WPA and an RSN IE in message 3 of the 4-way handshake, regardless of what protocol the supplicant is using. Ignore the IEs we don't care about instead of deauthenticating with a reason code of 'RSN_DIFFERENT_IE'. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 11:59:36 Modified files: www/dansguardian: Makefile Log message: Add Makefile comments noting the restrictions about commercial users downloading this from official distribution sources. (We are in compliance, but without an explanation, someone might not notice this if they update it later). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 12:32:06 Modified files: www/dansguardian: Makefile Added files: www/dansguardian/patches: patch-configs_contentscanners_clamav_conf_in patch-src_contentscanners_clamav_cpp Log message: Fix package build after ClamAV update. Option ArchiveMaxCompressionRatio is gone. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/21 13:00:56 Modified files: devel/bzr : Makefile distinfo devel/bzr/patches: patch-bzr patch-bzrlib_diff_py devel/bzr/pkg : DESCR PLIST Added files: devel/bzr/patches: patch-bzrlib_patch_py patch-bzrlib_tests_test_diff_py Log message: update to 1.3 testing from a few -thanks! ok merdely@ CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:01:01 Modified files: sys/net80211 : ieee80211_crypto.c ieee80211_crypto.h ieee80211_input.c Log message: - do not process ethernet PAE frames if RSN is not enabled - add a ieee80211_recv_action() function (will be used later) - some cleanup, remove unused prototypes, get rid of the IEEE80211_VERIFY_* macros CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:06:02 Log message: Epsilon is a set of utility modules, commonly used by all Divmod projects. This is intended mainly as a support package for code used by Divmod projects, and not as an external library. However, it contains many useful modules and you can feel free to use them! Currently included: * A powerful date/time formatting and import/export class (ExtimeDotTime), for exchanging date and time information between all Python's various ways to interpret objects as times or time deltas. * Tools for managing concurrent asynchronous processes within Twisted. * A metaclass which helps you define classes with explicit states. * A featureful Version class. * A formal system for application of monkey-patches. ok pyr@ Status: Vendor Tag: eric Release Tags: eric_2008_Apr_21 N ports/devel/py-epsilon/Makefile N ports/devel/py-epsilon/distinfo N ports/devel/py-epsilon/pkg/PLIST N ports/devel/py-epsilon/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:07:25 Modified files: devel : Makefile Log message: +py-epsilon CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:15:50 Log message: Divmod Nevow is a web application construction kit written in Python. It is designed to allow the programmer to express as much of the view logic as desired in Python, and includes a pure Python XML expression syntax named stan to facilitate this. However it also provides rich support for designer-edited templates, using a very small XML attribute language to provide bi-directional template manipulation capability. Nevow also includes Divmod Athena, a "two way web" implementation, providing a two-way bridge between Python code on the server and JavaScript code on the client. Modular portions of a page, known as "athena fragments" in the server python and "athena widgets" in the client javascript, can be individually developed and placed on any Nevow-rendered page with a small template renderer. Athena abstracts the intricacies of HTTP communication, session security, and browser-specific bugs behind a simple remote-method-call interface, where individual widgets or fragments can call remote methods on their client or server peer with one method: "callRemote". ok pyr@ Status: Vendor Tag: eric Release Tags: eric_2008_Apr_21 N ports/www/py-nevow/Makefile N ports/www/py-nevow/distinfo N ports/www/py-nevow/pkg/PLIST N ports/www/py-nevow/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/21 13:17:33 Modified files: www : Makefile Log message: +py-nevow CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/21 13:17:59 Modified files: net/openh323 : Makefile Log message: Fix build on alpha. "of course" ajacoutot@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/04/21 13:23:49 Modified files: . : 3RDPARTY Log message: Mesa3d and xterm got new releases. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:27:13 Modified files: sys/net80211 : ieee80211_input.c Log message: refuse association requests containing a wildcard SSID. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 13:37:18 Modified files: sys/net80211 : ieee80211_crypto.h ieee80211_input.c ieee80211_node.c ieee80211_node.h ieee80211_proto.c ieee80211_proto.h Log message: move ieee80211_auth_open() to ieee80211_proto.c move ieee80211_setup_rates() to ieee80211_node.c move some prototypes from ieee80211_proto.h to ieee80211_crypto.h CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 14:10:00 ports/mail/claws-mail-clamav/patches Update of /cvs/ports/mail/claws-mail-clamav/patches In directory cvs.openbsd.org:/tmp/cvs-serv11528/patches Log Message: Directory /cvs/ports/mail/claws-mail-clamav/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/04/21 14:11:48 Modified files: mail/claws-mail-clamav: Makefile Added files: mail/claws-mail-clamav/patches: patch-src_clamav_plugin_c Log message: Fix compilation after data structures have changed (without any notice in any documentation...) ok landry (the maintainer) CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/21 14:16:34 Modified files: sys/net80211 : ieee80211_input.c ieee80211_node.c Log message: move ieee80211_ibss_merge() from ieee80211_input.c to ieee80211_node.c CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/21 14:21:19 Modified files: x11/kde/i18n3 : Makefile x11/kde/i18n3/pkg: PLIST-ru Added files: x11/kde/i18n3/patches: ru-patch-data_kdeedu_kturtle_Makefile_in Removed files: x11/kde/i18n3/patches: fa-patch-messages_kdepim_kdepimwizards_po Log message: unbreak Persian and Russian CVSROOT: /cvs Module name: src Changes by: rainer@cvs.openbsd.org 2008/04/21 14:40:55 Modified files: usr.sbin/rtadvd: Makefile advcap.c config.c dump.c if.c rrenum.c rtadvd.8 rtadvd.c timer.c Added files: usr.sbin/rtadvd: log.c log.h Log message: Clean up logging by introducing the logging API used in other daemons and clean up the command line options. For details, see rtadvd(8). ok bluhm@, pyr@ CVSROOT: /cvs Module name: www Changes by: rainer@cvs.openbsd.org 2008/04/21 14:49:36 Modified files: faq : current.html Log message: mention the changes of command line options of rtadvd(8) ok fkr@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/04/21 16:09:51 Modified files: usr.sbin/syslogd: syslogd.c Log message: If a |program is too slow to process the input, drop messages rather than to kill and restart it. Also log this error, but limited at a 2 minute rate. Discussed with henning. OK henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 18:25:32 Modified files: sys/dev/i2c : adt7462.c Log message: handle all four temperature sensors CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/21 18:34:30 Modified files: net/silc-server: Makefile distinfo net/silc-server/patches: operops-patch-apps_silcd_command_c Added files: net/silc-server/patches: patch-apps_silcd_server_c Log message: update to 1.1.5 + a crash fix from GIT. ok brad (maintainer). CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/21 19:18:46 Modified files: faq : faq4.html Log message: Some elaborations on the fdisk elaborations. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/21 19:24:47 Modified files: faq : upgrade43.html Log message: time to remove the disclaimer. CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/21 19:34:49 Modified files: . : 43.html Log message: counts CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 19:44:19 Modified files: sys/arch/sparc64/dev: mgiic.c Log message: Works better, but still needs debug on to work.. CVSROOT: /cvs Module name: src Changes by: joel@cvs.openbsd.org 2008/04/21 20:22:23 Modified files: usr.sbin/ftp-proxy: ftp-proxy.c Log message: Flush output buffers before closing TCP session. Fixes the case where the proxy would eat the 221 response coming from the server towards the client. Patch from camield@. Tested by Camiel and myself. ok camield@ CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 20:22:54 Modified files: sys/dev/i2c : i2c_scan.c Log message: unbreak the ignore_addrs logic (the 'continue' was obviously meant to affect another preceding 'for' loop); reported by krw and kettenis; better diff from millert; 'get it in' deraadt CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/21 20:50:55 Modified files: . : donations.html Log message: new CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 21:05:03 Modified files: sys/dev/i2c : adt7462.c Log message: * correct the names of the register defines * describe the temperature sensors as 'Internal' / 'External' * no need for sensor description enumeration 'sure' deraadt CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/21 21:28:13 Modified files: share/man/man4 : sdtemp.4 Log message: s/NPX/NXP/g -- a separate legal entity of Philips is equally misspelled. ;) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/21 23:04:07 Modified files: usr.sbin/rtadvd: rtadvd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/21 23:17:20 Modified files: share/man/man4 : Makefile iic.4 Added files: share/man/man4 : adtfsm.4 Log message: man page comes a bit later... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/22 02:57:24 Modified files: productivity/osmo: Makefile productivity/osmo/pkg: PLIST Added files: productivity/osmo/patches: patch-po_Makefile_in patch-src_calendar_c patch-src_calendar_widget_c patch-src_main_c patch-src_options_gui_calendar_c Removed files: productivity/osmo/patches: patch-Makefile_in Log message: - enable locales - correct display of mark symbols fix from joint work between pea@raveland.org (maintainer) and upstream author. "go ahead" antoine@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/04/22 03:15:08 Modified files: security/pwgen : Makefile security/pwgen/patches: patch-configure_in patch-randnum_c Log message: use arc4random_uniform(); from Tim van der Molen CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/04/22 03:34:58 Modified files: audio/jack : Makefile distinfo audio/jack/patches: patch-configure_ac patch-jackd_engine_c audio/jack/pkg : PLIST Added files: audio/jack/patches: patch-tools_netsource_c Removed files: audio/jack/patches: patch-drivers_netjack_net_source_c patch-drivers_sun_sun_driver_c patch-drivers_sun_sun_driver_h Log message: update to 0.111.2.1169 - don't bother trying to fix compiler optimization flag tests. they're badly broken/linux spcific, and we don't use them anyway. - the net source client became a "real" client (executable), instead of an "in process" client (plugin) - previous sun_driver patches accepted upstream, plus: * fix cycle timing in duplex mode by moving calculations and function calls out of the poll() synchronization loop * shorten xrun and silence writing/reading messages * remove unused variables * attempt to stop continuous playback underruns in duplex mode that are caused by the capture buffer overrunning * try harder to make sure we have pristine buffers after sun_driver_start() * use native endian audio encodings * report a delay when poll() times out, instead of effectively running a null cycle now jack works on my r10k sgi :) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 04:12:47 Modified files: print : Makefile Log message: add epdfview,cups. ok espie and ajacoutot CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:16:30 Modified files: www/py-beautifulsoup: Makefile www/py-beautifulsoup/pkg: PLIST Log message: switch to MODPY_EGG_VERSION and install in any arch. martynas@ ok CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:19:58 Log message: introduce libcares (c-ares), an asynchronous resolver library. input and ok sthen. Status: Vendor Tag: fgsch Release Tags: fgsch_20080422 N ports/net/libcares/Makefile N ports/net/libcares/distinfo N ports/net/libcares/pkg/PLIST N ports/net/libcares/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 06:23:36 Modified files: net : Makefile Log message: enter libcares. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 08:50:54 Modified files: x11/py-gtk2 : Makefile distinfo x11/py-gtk2/patches: patch-codegen_Makefile_in patch-examples_Makefile_in patch-tests_test_actiongroup_py x11/py-gtk2/pkg: PLIST Log message: - update to 2.12.1 - remove idle MAINTAINER - use gnome MODULE ok jasper@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 08:51:40 Modified files: x11/gnome/py-gnome: Makefile distinfo x11/gnome/py-gnome/pkg: PLIST Log message: - update to version 2.22.0 ok jasper@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/22 10:50:43 Modified files: net/transmission: Makefile distinfo net/transmission/patches: patch-configure net/transmission/pkg: PLIST-gui PLIST-main Added files: net/transmission/patches: patch-gtk_details_c patch-gtk_makemeta-ui_c patch-gtk_stats_c patch-gtk_torrent-cell-renderer_c patch-gtk_tr-icon_c patch-gtk_tr-torrent_c patch-gtk_tr-window_c patch-gtk_util_c Log message: Update to 1.11. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/22 12:22:16 ports/www/nostromo/patches Update of /cvs/ports/www/nostromo/patches In directory cvs.openbsd.org:/tmp/cvs-serv29424/patches Log Message: Directory /cvs/ports/www/nostromo/patches added to the repository CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/22 12:31:12 Modified files: sys/nfs : nfs.h Log message: Add comments detailing what the SLP_* flag #define's mean ok thib@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/22 12:53:34 Modified files: sys/nfs : nfs_serv.c nfs_subs.c nfs_var.h Log message: remove the "kerbflag" argument from nfsrv_fhtovp() and nfs_namei() (the latter only had it to pass it to nfsrv_fhtovp()). appropriate cleanup also; ok blambert@ CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/22 13:18:24 Modified files: sys/nfs : nfs_syscalls.c Log message: Close potential mbuf leak by iterating over the mbuf packet chain and m_freem()'ing vice doing so only on the first packet. From a similar change in NetBSD. "yes please" thib@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/22 13:20:59 Modified files: graphics/netpbm: Makefile distinfo graphics/netpbm/patches: patch-lib_Makefile Log message: update to 10.26.53: miscellaneous bug fixes CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/22 14:11:14 Modified files: gnu/usr.bin/gcc/gcc/f: target.h Log message: I am so glad I'm a BSD developer. GNU developers wear grey. GNU developers use autoconf and friends to configure their software in the best possible way for the platform it is intended to run on. This frees us from the tedious job of, say, editing files hidden deep inside the sources to, say, tell the code that 64-bit platforms (you know, those which always define __LPA64__ and _LP64 among other things) have 64-bit integer types (one such platform even defines the completely unexpected symbol __mips64__.) GNU developers work much harder than we do, because they're so frightfully clever. I'm really awfully glad I'm a BSD developer. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/22 14:24:10 Modified files: net/silc-server: Makefile distinfo Removed files: net/silc-server/patches: patch-apps_silcd_server_c Log message: update to 1.1.6 from Brad, and remove some dead mirrors CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 14:51:56 src/usr.sbin/sysmerge Update of /cvs/src/usr.sbin/sysmerge In directory cvs.openbsd.org:/tmp/cvs-serv21096/sysmerge Log Message: Directory /cvs/src/usr.sbin/sysmerge added to the repository CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/04/22 14:52:49 Modified files: misc/dtach : Makefile distinfo Log message: - Maintenance update to 0.8 - James Turner takes maintainership ok merdely@, niallo@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/22 14:53:16 Added files: usr.sbin/sysmerge: Makefile sysmerge.8 sysmerge.sh Log message: Welcome sysmerge(8), a mergemaster-based utility to help you update configuration files after upgrading to a new release or snapshot. The "sysmerge" name was chosen by weingart@ Lots of inputs from deraadt@ jmc@ millert@ krw@ and several, thank you! Man page enhancements by jmc@ Testings from at least okan@ landry@ gilles@ pyr@ merdely@ Still a _work-in-progress_, not connected to the build. "fine with me" krw@, "get it in" deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/22 14:59:37 Modified files: sys/nfs : nfs_vnops.c Log message: Remove kludges that map EEXIST errors too a 0 return (success) for certain operations (non-idempotent ones) under the assumption that the reply from the server is for a duplicate of the original request. However, most (all) NFS server today have a duplicate reply cache that address this problem and these kludges have been shown to cause problems with some applications (most notably dovecot as pointed out by brad@). For more information: http://lists.freebsd.org/pipermail/freebsd-current/2007-November/079961.html And revision 1.277 of sys/nfsclient/nfs_vnops.c in FreeBSD. Diff from rwatson@freebsd.org OK blambert@, "no objections" krw@ tested by many; CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/22 15:19:59 Modified files: math/fftw3 : Makefile Log message: drop --disable-fortran workaround for sgi. miod@ fixed g77 and confirmed fftw3 now builds. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/04/22 15:36:06 Modified files: infrastructure/package: check-lib-depends Log message: handle fedora + redhat. based on Mikolaj Kucharski patch. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 17:33:01 Modified files: x11/xfce4/thunar: Makefile x11/xfce4/thunar/patches: patch-plugins_thunar-uca_Makefile_in Added files: x11/xfce4/thunar/patches: patch-acinclude_m4 Log message: add fam support, regenerate patches and bump package. ok by landry (maintainer). CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/04/22 17:33:49 Modified files: x11/xfce4/thunar-thumbnailers: Makefile Log message: remove repeated line. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/04/22 17:55:09 Modified files: print/texlive/base: Makefile Added files: print/texlive/base/patches: patch-libs_xpdf_xpdf_Object_h Log message: CVE-2008-1693 (adapted from the xpdf patch from debian). ok naddy, bernd CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/22 19:02:19 Modified files: usr.bin/strings: strings.c Log message: Move code around to remove a warning. Clarifies the code for both humans and compilers! Issue pointed out by Lawrence Teo. OK millert. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 01:04:09 Modified files: telephony/asterisk: Makefile distinfo Log message: SECURITY update, fixes remote amplification attack in IAX. http://downloads.digium.com/pub/security/AST-2008-006.html ok ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 03:57:04 Modified files: net/libcares : Makefile net/libcares/pkg: PLIST Added files: net/libcares/pkg: PFRAG.shared Log message: - build shared lib too "sure" fgsch@, "fine with me" sthen@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/04/23 04:17:50 Modified files: usr.sbin/rtadvd: config.c dump.c rrenum.c rtadvd.c rtadvd.h Log message: Replace handrolled lists with SLISTs or TAILQs. Timers remain and will be handled later. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 04:47:06 Modified files: mail/gmime : Makefile distinfo Log message: - update gmime to 2.2.18 from steffen schuetz, thanks! CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 04:51:58 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/23 04:52:35 Modified files: www/nostromo : Makefile Added files: www/nostromo/patches: patch-src_nhttpd_Makefile Log message: Make nostromo compile on alpha arch again. Spotted, tested, and OK merdely@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 04:55:14 Modified files: sys/conf : files sys/kern : Makefile uipc_domain.c sys/net : if_ethersubr.c netisr.h netisr_dispatch.h route.h rtsock.c sys/sys : socket.h Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 04:58:34 Modified files: include : Makefile Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:00:35 Added files: sys/netmpls : mpls.c mpls.h mpls_input.c mpls_lse.c mpls_proto.c mpls_raw.c mpls_shim.c mpls_var.h Log message: Import MPLS (Multi Protocol Label Switching) MPLS support partly based on the (abandoned?) AYAME project. Basic LSR (Label Switch Router) functionality is present, but not fully functional yet. It is currently possible to insert entries in the LIB (Label Information Base) with route(8), but setting the operation type is not supported yet. Imported to allow more people to work on this in the coming weeks. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 05:06:03 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus distrib/sets/lists/comp: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 05:09:03 Modified files: distrib/sets/lists/base: md.hppa64 Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 05:11:14 Modified files: sys/dev/i2c : adt7462.c Log message: learn about the fans CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:22:23 Modified files: sys/netmpls : mpls.h mpls_input.c mpls_proto.c mpls_raw.c mpls_shim.c Log message: I hate working outside the tree. Fix my faulty import.... CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:27:11 Removed files: sys/netmpls : mpls_lse.c mpls_var.h Log message: not needed any more... CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 05:30:59 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-configure Log message: - fix two typos that may've broken suspend and shotdown CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 05:32:33 Removed files: sys/netmpls : mpls.c Log message: not needed any more... CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/23 06:28:49 Modified files: sys/netmpls : mpls.h Log message: add missing prototypes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/23 06:59:35 Modified files: sys/netmpls : mpls_input.c Log message: unbreak compilationg with option MPLS but without option MPLS_DEBUG CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/23 07:28:59 Modified files: share/man/man4 : Makefile pcmcia.4 sys/conf : files sys/dev/isa : files.isa sys/dev/pcmcia : files.pcmcia Removed files: share/man/man4 : rln.4 sys/dev/ic : rln.c rln.h rlncmd.h rlnreg.h rlnsubr.c rlnvar.h sys/dev/isa : if_rln_isa.c sys/dev/pcmcia : if_rln_pcmcia.c Log message: Remove driver for pre 802.11 RangeLAN2 wireless devices. It doesn't compile, was never finished, is now irrelevant, and miod has taken it apon himself to scare good boys and girls by suggesting they read the code. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 07:33:22 Modified files: mail/cyrus-imapd: Makefile distinfo mail/cyrus-imapd/patches: patch-configure patch-master_conf_normal_conf Added files: mail/cyrus-imapd/patches: patch-lib_libconfig_c Log message: - update to version 2.3.12 - fix depends for the drac FLAVOR in the process - add a patch from cyrus bugzilla to allow imapd.conf to contain blank lines (!) * Added statuscache.db to cache IMAP STATUS data * Added option to unexpunge to restore messages by time interval * Implemented incremental squat updates (see squatter.8) * Fixed major bugs in reconstruct -k implementation * Added code to promote transaction safety and to track the lock status of skiplist databases * Allow long lines in imapd.conf to be split across multiple lines by using backslash as a continuation character. * Fixed miscellaneous bugs and build issues ... and more CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/23 09:34:18 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Call sched_init_cpu() for all but boot processor. ok kettenis. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/04/23 10:39:40 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: Re-indent code Print usage to stderr not stdout Remove an unneeded check for TEMPROOT OK and last piece courtesy of ajacoutot@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 10:50:33 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: usage is only used once; ok millert CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/04/23 10:53:47 Modified files: devel/py-tz : Makefile distinfo devel/py-tz/pkg: PLIST Log message: - update to 2008b - use MODPY_EGG_VERSION - change MASTER_SITES ok djm@ (maintainer) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:22:31 Modified files: usr.sbin : Makefile Log message: build sysmerge in CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:33:15 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:37:05 Modified files: sys/dev/pci : pcidevs Log message: netmos 6 port version; avf@eldamar.org.uk CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/23 12:40:01 Modified files: share/man/man4 : puc.4 sys/dev/pci : pcidevs.h pcidevs_data.h pucdata.c Log message: support netmos 6 port version; avf@eldamar.org.uk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/23 12:50:24 Modified files: share/man/man8 : release.8 Log message: document sysmerge(8); CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/23 14:39:00 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - clarify copyright / license discussed with deraadt@ millert@ wording from millert@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/23 14:48:33 Modified files: devel/nasm : Makefile distinfo devel/nasm/patches: patch-doc_Makefile.in devel/nasm/pkg : PLIST Added files: devel/nasm/patches: patch-rdf2bin.c Removed files: devel/nasm/patches: patch-Makefile.in patch-output_outieee_c patch-preproc_c Log message: update to 2.02 based on a patch (and testing) from syl - thanks. comments from sthen@, brad@ and ajacoutot@ suggestions and ok brad@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/23 14:49:46 Modified files: net/ettercap : Makefile distinfo net/ettercap/pkg: PLIST Added files: net/ettercap/patches: patch-configure_in patch-include_ec_stdint_h patch-share_etter_conf patch-src_ec_capture_c patch-src_interfaces_gtk_ec_gtk_conf_c Removed files: net/ettercap/patches: patch-Makefile_in patch-configure patch-plugins_Makefile_in patch-src_ec_dissector_ssh_c patch-src_ec_main_c patch-src_ec_plugins_c patch-src_interface_console_ec_simple_c patch-src_interface_gtk_ec_gtk_factory_c patch-src_interface_ncurses_ec_interface_factory_c net/ettercap/pkg: PFRAG.shared Log message: update to 0.7.3 from brad@ testing and ok brad@ and merdely@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:01:04 Modified files: mail/libetpan : Makefile distinfo mail/libetpan/pkg: PLIST Added files: mail/libetpan/patches: patch-configure patch-src_low-level_feed_parser_c Removed files: mail/libetpan/patches: patch-src_low-level_imap_mailimap_c Log message: Update to libetpan 0.54, from maintainer Ulrich Kahl With tweaks by myself and feedback from ajacoutot@ ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:11:29 Modified files: mail/claws-mail: Makefile distinfo Added files: mail/claws-mail/patches: patch-src_common_socket_c Log message: Update to claws-mail 3.4.0 from maintainer Ulrich Kahl Add a temporary patch from brad@ to fix upstream bug #1566, see http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=1566 (it's already fixed in upstream cvs, but slightly differently) ok ajacoutot@, 'ok ok ok ok' pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:15:37 Modified files: mail/claws-mail-cachesaver: Makefile distinfo Log message: Update to claws-mail-cachesaver 0.10.7 add DIST_SUBDIR while here, reminder by Ulrich Kahl (Thanks!) ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:17:24 Modified files: mail/claws-mail-notification: Makefile distinfo mail/claws-mail-notification/pkg: PLIST Log message: Update to notification plugin 0.16, add DIST_SUBDIR while here. ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:19:01 Modified files: mail/claws-mail-pdfviewer: Makefile distinfo Log message: Update to pdfviewer plugin 0.9.1, add DIST_SUBDIR while here. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:20:29 Modified files: mail/claws-mail-rssyl: Makefile distinfo Log message: Update to rssyl plugin 0.19, add DIST_SUBDIR while here. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/23 15:31:39 Modified files: . : 43.html Log message: mention ipsec.conf improvements from Mitja Muzenic, mitja at muzenic net CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:40:18 Modified files: mail/claws-mail-vcalendar: Makefile distinfo mail/claws-mail-vcalendar/pkg: PLIST Log message: Update to vcalendar plugin 1.102, add DIST_SUBDIR while here. Adds a new lovely weekly/monthly view, rightclick on a calendar to try it. ok ajacoutot@ 'i *love* it' pyr@ CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/23 15:43:37 Modified files: mail/claws-mail-htmlviewer: Makefile distinfo Log message: Update to htmlviewer plugin 0.18, add DIST_SUBDIR while here. Now it builds against a static libgtkhtml shipped in distfile, fix dependencies accordingly. ok ajacoutot@ pyr@ CVSROOT: /cvs Module name: www Changes by: johan@cvs.openbsd.org 2008/04/23 15:46:59 Modified files: . : events.html Log message: move to past from Mitja Muzenic, mitja at muzenic net - thanks! CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 16:18:27 Modified files: x11/matchbox/libfakekey: Makefile x11/matchbox/libfakekey/pkg: DESCR x11/matchbox/libmatchbox: Makefile x11/matchbox/matchbox-common: Makefile x11/matchbox/matchbox-desktop: Makefile x11/matchbox/matchbox-desktop/patches: patch-modules_dotdesktop_c x11/matchbox/matchbox-keyboard: Makefile x11/matchbox/matchbox-keyboard/patches: patch-Makefile_in x11/matchbox/matchbox-panel: Makefile x11/matchbox/matchbox-panel/patches: patch-applets_Makefile_in patch-configure patch-install-sh x11/matchbox/matchbox-window-manager: Makefile x11/matchbox/matchbox-window-manager/patches: patch-data_Makefile_in Added files: x11/matchbox : Makefile.inc Log message: - add Makefile.inc and use it - reformat some DESCR's - regen patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/23 16:20:56 Modified files: x11/matchbox/matchbox-panel: Makefile Log message: - use a better and complete list for apm arches. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 18:19:40 Modified files: net/ktorrent : Makefile distinfo Removed files: net/ktorrent/patches: patch-libktorrent_net_address_cpp patch-libktorrent_net_socket_cpp patch-libktorrent_util_fileops_cpp patch-libktorrent_util_functions_cpp patch-plugins_infowidget_peerview_cpp Log message: maintenance update from Brad - most patches are now upstream. CVSROOT: /cvs Module name: www Changes by: krw@cvs.openbsd.org 2008/04/23 18:35:31 Modified files: . : donations.html Log message: A donator wishes to be anonymous. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/23 19:06:03 Modified files: www/phpmyadmin : Makefile distinfo www/phpmyadmin/pkg: PLIST Log message: SECURITY update to 2.11.5.2; fixes since the previous version in-tree include: various XSS, SQL injection, saves sensitive data in PHP session, crafted POST allows users to read files accessible by the web server. thanks bsd at openbsd.rutgers.edu for feedback, ok ckuethe CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/23 21:31:33 Modified files: lib/libpthread/uthread: uthread_sigmask.c uthread_sigprocmask.c regress/lib/libpthread/sigmask: sigmask.c Log message: Return the proper values upon failure per POSIX for pthread_sigmask(3) and sigprocmask(2) in threaded programs. From Philip Guenther via PR library/5795. okay marc@ CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 00:39:39 Modified files: build : support.dat Log message: Unfortunately consulting.santolaria.net is no more. CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 00:40:16 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 02:27:24 Modified files: mail/archivemail: Makefile distinfo mail/archivemail/pkg: PLIST Log message: update to 0.7.2; previous version didn't work with Python 2.5 ok msf (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 02:51:54 Modified files: www/webalizer : Makefile Log message: Enable GeoIP support for fast geolocation of requests (done from a local database, so no extra network traffic). Enabled by default, disable with "GeoIP no" in .conf if you don't want it. discussed with/ok mbalmer (maintainer) CVSROOT: /cvs Module name: src Changes by: jakob@cvs.openbsd.org 2008/04/24 03:04:14 Modified files: sys/dev/ic : ciss.c Log message: some ciss(4) firmwares use different physical drive addressing, resulting in bioctl(8) functions not available; pr#5682. code from mickey. tested by several people. ok dlg@ krw@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/24 03:16:02 Log message: import matchbox-themes-extra 0.3 Additional themes for Matchbox. Status: Vendor Tag: jasper Release Tags: jasper_20080424 N ports/x11/matchbox/matchbox-themes-extra/distinfo N ports/x11/matchbox/matchbox-themes-extra/Makefile N ports/x11/matchbox/matchbox-themes-extra/pkg/PLIST N ports/x11/matchbox/matchbox-themes-extra/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/24 03:17:21 Modified files: x11/matchbox : Makefile Log message: - add matchbox-themes-extra CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 04:11:43 Modified files: mail/alpine : Makefile Log message: - make sure we do not use the plaintext FLAVOR from c-client CRAM-MD5 authentication and alikes can be disabled using the "disable-these-authenticators=..." option if needed; plaintext will still work over TLS/SSL CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/24 05:36:39 Modified files: sys/net : if_bridge.c if_pppoe.c sys/netinet : if_ether.c ip_input.c sys/netinet6 : ip6_input.c sys/netmpls : mpls_input.c Log message: the softnet intr handlers check if the input queue has packets on it by reading the queues head pointer. if that pointer is not null then it takes splnet and dequeues a packet for handling. this is bad because the ifqueue head is modified at splnet and the sofnet handlers read it without holding splnet. this removes that check of the head pointer and simply checks if the dequeue gave us a packet or not before proceeding. found while reading mpls code. discussed with norby@ and henning@ ok mcbride@ henning@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/24 05:44:26 Modified files: lib/librthread : rthread_sig.c Log message: Return the proper values upon failure per POSIX for pthread_sigmask(3) and sigprocmask(2) in threaded programs. From Philip Guenther via PR library/5795. okay marc@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:29:34 Modified files: sys/dev/ic : com.c sys/arch/sgi/include: autoconf.h sys/arch/sgi/sgi: ip32_machdep.c Log message: Cleanup serial console handling and remove some of the MD code from com.c. Specify the serial configuration from within the MD code, rather than passing things via macros. This will allow other platforms to more readily change the serial console configuration. Committing this so it actually gets tested. ok dlg@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/24 06:33:14 Modified files: sys/arch/amd64/amd64: machdep.c Log message: allow amd64 to use serial ports other than com0 as the console. previously it was stuck to com0 no matter what the boot loader told the kernel. this relies on the com diff jsing just committed. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:49:40 Modified files: sys/dev/ic : com.c Log message: Clean up comments. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:52:26 Modified files: sys/arch/sgi/sgi: ip30_machdep.c Log message: Unbreak IP30 serial console. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:53:50 Modified files: sys/dev/ic : com.c Log message: Keep order of "#if defined..." consistent. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 06:54:44 Modified files: sys/dev/ic : com.c Log message: MD_ISA_IOT is not defined anywhere so get rid of it. Spotted by drahn@, ok dlg@ CVSROOT: /cvs Module name: www Changes by: xsa@cvs.openbsd.org 2008/04/24 07:03:34 Modified files: . : 43.html Log message: typo in man page link. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 07:12:59 Modified files: sys/arch/sgi/include: autoconf.h Log message: Remove variables that are no longer used to specify the serial console. ok dlg@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/24 07:57:49 Modified files: sys/dev/acpi : acpireg.h acpi.c files.acpi sys/arch/i386/conf: GENERIC share/man/man4 : Makefile acpi.4 Added files: sys/dev/acpi : acpiasus.c share/man/man4 : acpiasus.4 Log message: Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's asus(4) driver. On the ASUS EeePC this allows us to enable/disable wireless, change screen brightness and use the volume keys. ok jsg@, weingart@ CVSROOT: /cvs Module name: src Changes by: todd@cvs.openbsd.org 2008/04/24 08:04:19 Modified files: libexec/login_krb5: login_krb5.c Log message: compare strings with reality for expected behavior; ok millert@ CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/24 08:14:21 Modified files: . : plus.html Log message: upto 04/23 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 08:24:06 Modified files: x11/openbox : Makefile distinfo Log message: - update to openbox-3.4.7.2; the only change with previous version is that it comes with non-empty man pages... CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/04/24 08:51:12 Modified files: sys/scsi : scsiconf.c Log message: Say 'ATAPI' rather than 'SCSIn' for ATAPI devices found on (pseudo) SCSI buses like atapiscsi. This more accurately describes the commands that will be used on the device. ok dlg@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/24 09:42:42 Modified files: devel/smarty : Makefile distinfo Log message: - update to smarty-2.6.19 from alek@, ok sturm@ (via alek@) CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 11:39:45 Modified files: sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/portal: portal_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/ufs/mfs : mfs_vnops.c mfsnode.h Log message: remove useless defines for the vnode operations, and instead init the op array functions with whatever the define was set too. ok dlg@,blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 11:44:54 Modified files: sys/arch/amd64/pci: aapic.c Removed files: sys/arch/amd64/pci: amd8131reg.h Log message: move the register defines from amd8131reg.h into aapi.c, seems silly to have a seperate .h file for 4 defines. nuke the NetBSD __KERNEL_RCSID macro while there, we have that rcsid at the top of the file... ok toby@, brad@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 11:51:42 Modified files: usr.sbin/sysmerge: sysmerge.8 Log message: kill first person CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/24 13:13:56 Modified files: usr.bin/cvs : client.c diff_internals.c log.c server.c Log message: Use a fixed string in case of vasprintf() error instead of relying on strerror(). Although our vasprintf() sets errno, we cannot rely on it on other systems. ok ray (who spotted this issue), xsa CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/04/24 13:16:49 Modified files: usr.bin/rcs : rcsprog.c Log message: Prevent overflow of cmd_argv if RCS_INIT and command line arguments exceed buffer size (diff based on OpenCVS code). ok ray, xsa CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/24 13:36:14 Modified files: graphics/jhead : Makefile distinfo graphics/jhead/patches: patch-gpsinfo_c patch-jhead_c Log message: - update to 2.82 - remove no longer needed sparc64 workaround - add graphics/jpeg RUN_DEPENDS (for jpegtran) - simplify build - remove MAINTAINER, as requested ok xsa@ merdely@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/24 14:43:20 Modified files: lib/libc/sys : Lint_brk.c brk.2 vfork.2 include : unistd.h Log message: - correct brk(2) prototype and man page to match implementation and POSIX. brk(2) returns an int value not a void *. brk(2) returns 0 upon success not a pointer to the new end of memory. okay millert@, kettenis@, deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/04/24 14:47:05 Modified files: sys/arch/amd64/pci: aapic.c Log message: oops. unbreak build by removing the #include for amd8131reg.h CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 15:15:11 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:29:02 Modified files: sys/dev/pci : pcidevs Log message: Rename NetMos entries to include chip name and remove duplicate entry. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:29:51 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/24 15:31:00 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-bin_MailScanner patch-etc_MailScanner_conf patch-etc_virus_scanners_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_CustomConfig_pm patch-lib_MailScanner_Message_pm patch-lib_symscanengine-autoupdate mail/mailscanner/pkg: PLIST Added files: mail/mailscanner/patches: patch-bin_cron_update_bad_phishing_sites_cron patch-bin_update_bad_phishing_sites Log message: update to 4.68.8, from brad@ tested by todd@ and brad@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/24 15:31:28 Modified files: sys/dev/pci : pucdata.c Log message: Adjust for renamed NetMos pcidevs entries. Add support for more Nm9845 variants and correctly match the 4S variant. ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/24 17:57:24 Modified files: net/ktorrent : Makefile Log message: update license marker in comment (GPL->GPLv2), req by Brad CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/04/24 18:50:55 Modified files: . : sparc.html sparc64.html landisk.html mvme68k.html Log message: spelling fixes: neccessary -> necessary (from Pierre Riteau), bizzare -> bizarre. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/24 21:36:25 Modified files: faq : faq3.html Log message: ttyyppoo.. Spotted by Vit Skibinski (bucker at skibinski dot pp dot ru) CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/24 22:04:15 Modified files: etc/etc.macppc : Makefile.inc Log message: express hope CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/04/24 22:15:34 Modified files: net/pidgin : Makefile Added files: net/pidgin/patches: patch-libpurple_protocols_silc_silc_c Log message: quit spamming channels with "Download Pidgin!" when silc exits. ok brad@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:19:01 Modified files: sys/dev/usb : usbdevs Log message: Another HSDPA MSM. From giovanni CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:19:48 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/24 22:21:15 Modified files: sys/dev/usb : umsm.c Log message: Another HSDPA MSM. From/tested by giovanni . No man page addition as it is unclear who makes it. CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/25 00:40:37 Modified files: usr.bin/audioctl: audioctl.1 Log message: -a flag is deprecated, remove it from an example. ok ratchov CVSROOT: /cvs Module name: src Changes by: jakemsr@cvs.openbsd.org 2008/04/25 00:43:49 Modified files: usr.bin/audioctl: audioctl.c Log message: display count of playback frame errors (underruns) in play.errors like we do with record.errors for recording (overruns). ok ratchov CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/04/25 00:48:59 Modified files: usr.bin/audioctl: audioctl.1 Log message: update the example: using "play.block_size" instead of "blocksize" is now the recommended way to set the play block size ok jakemsr CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/04/25 01:34:54 Modified files: www/nostromo : Makefile distinfo Log message: Update to latest release 1.8.6. "aber sicher doch!" mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/25 04:23:07 Modified files: www/lighttpd : Makefile Added files: www/lighttpd/patches: patch-src_mod_cgi_c patch-src_mod_magnet_c Log message: - Handle EINTR in mod_cgi during write() - Fix mod_magnet to set con->mode = p->id if it generates content, so returning 4xx/5xx doesn't append an error page from brad@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/25 05:30:22 Modified files: sys/arch/amd64/amd64: machdep.c sys/dev/ic : com.c Log message: the code that parses arguments from the boot loader on amd64 wasnt checking what type of console was specified, so when a glass console was used it was still configuring serial bits. this makes it so serial config only occurs for serial console devices. found by jolan@, thib@, and maybe sthen@ sorry guys CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/04/25 06:06:45 Modified files: usr.sbin/httpd/conf: httpd.conf Log message: spelling: pathes->paths, ok henning CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/04/25 06:33:41 Modified files: sys/nfs : nfs_vfsops.c Log message: Plug potential mbuf leak by changing m_free to m_freem. From NetBSD. ok thib@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 07:51:37 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PFRAG.no-lite PLIST Log message: Update PLISTs for 1.4. Unbreaks lite FLAVOR ok jasper@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 07:54:27 Modified files: games/xonix : Makefile games/xonix/pkg: PLIST Added files: games/xonix/patches: patch-x11_c Log message: keep score ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:10:47 Log message: import tcl 8.5 Highlights of Tcl 8.5 * Speed: 8.5 now runs 10% faster than 8.4 with bytecode improvements, object caching and reduced memory usage. * Bignums: Tcl now supports arbitrary-precision integers, which improves math operations on large integers. * Safer interps: Tcl's powerful safe interpreter mechanism now has improved control of time and command limits in slave interpreters. * clock command: More robust implementation of command for specifying time, with significant l10n and i18n improvements. * dict command: New data structure that allows access to data by value rather than a variable name, which is substantially faster. * Additional improvements: Faster list search, new and improved mathematics procedures, anonymous procedures, new ways to package Tcl extensions, Tcl-level custom channel types, file and line location information for each command, and more. from Stuart Cassoff (MAINTAINER) ok steven@ Status: Vendor Tag: deanna Release Tags: deanna_20080425 N ports/lang/tcl/8.5/Makefile N ports/lang/tcl/8.5/distinfo N ports/lang/tcl/8.5/pkg/PLIST N ports/lang/tcl/8.5/pkg/PFRAG.shared N ports/lang/tcl/8.5/pkg/DESCR N ports/lang/tcl/8.5/patches/patch-tools_installData_tcl N ports/lang/tcl/8.5/patches/patch-unix_Makefile_in N ports/lang/tcl/8.5/patches/patch-unix_tcl_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:12:41 Modified files: lang/tcl : Makefile Log message: += 8.5 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:17:26 Log message: import tk 8.5 Highlights of Tk 8.5 * New modern theming engine: New and complementary widgets that make use of platform-specific theming on Mac OS X and Windows to better fit in with those environments, and feature an improved look and feel under X11. * New widgets: Part of the themed widget set, Tk now has core notebook, combobox, treeview and progressbar widgets. * text widget: Smooth scrolling, widget peering, and improved procedures for counting and replacing text. * Font rendering: Now uses anti-aliased text under X11, and a more modern text engine (ATSUI) on Mac OS X. * Additional improvements: Window transparency, new fullscreen option for windows, enhancements to specific widgets and window layout, and more. from Stuart Cassoff (MAINTAINER) ok steven@ Status: Vendor Tag: deanna Release Tags: deanna_20080425 N ports/x11/tk/8.5/Makefile N ports/x11/tk/8.5/distinfo N ports/x11/tk/8.5/pkg/DESCR N ports/x11/tk/8.5/pkg/PLIST N ports/x11/tk/8.5/pkg/PFRAG.shared N ports/x11/tk/8.5/patches/patch-unix_Makefile_in N ports/x11/tk/8.5/patches/patch-unix_configure_in N ports/x11/tk/8.5/patches/patch-unix_tcl_m4 No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 08:18:39 Modified files: x11/tk : Makefile Log message: += 8.5 CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/25 08:41:35 Modified files: share/man/man5 : bsd.port.mk.5 Log message: missing full stop; from Jim Razmus CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/25 08:51:35 Modified files: sys/arch/arm/conf: files.arm sys/arch/hppa/conf: files.hppa sys/arch/i386/conf: files.i386 sys/arch/m68k/conf: files.m68k sys/arch/m88k/conf: files.m88k sys/arch/macppc/pci: kauaiata.c sys/arch/powerpc/conf: files.powerpc sys/arch/sh/conf: files.sh sys/arch/sparc/conf: files.sparc sys/arch/vax/conf: files.vax usr.sbin/httpd/htdocs/manual/misc: rewriteguide.html usr.sbin/httpd/htdocs/manual/mod/mod_ssl: ssl_reference.html usr.sbin/httpd/src/modules/experimental: mod_auth_digest.c usr.sbin/httpd/src/modules/standard: mod_rewrite.c Log message: neccessary -> necessary; from Pierre Riteau CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/25 10:37:17 Modified files: x11/gnome/mag : Makefile x11/gnome/mag/pkg: PLIST Log message: - we need to use DOXYGEN_ENCODE_PATH_STRIP, or the build will fail in some cases. from mikolaj kurcharski CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/04/25 10:37:44 Modified files: sys/arch/macppc/dev: asms.c Log message: Pretty dmesg output on attach and error handling. Prodded by deraadt; ok dlg derradt CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/04/25 12:19:09 Modified files: sysutils/rpl : Makefile distinfo Log message: Update to 1.4.1. From James Turner (MAINTAINER) ok okan@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/25 12:26:29 Modified files: math/octave : Makefile distinfo math/octave/patches: patch-scripts_pkg_pkg_m Removed files: math/octave/patches: patch-scripts_miscellaneous_unpack_m Log message: maintenance update to octave 3.0.1 CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:19:05 Modified files: textproc/xpdf : Makefile Added files: textproc/xpdf/patches: patch-xpdf_XRef_cc Removed files: textproc/xpdf/patches: patch-xpdf_XPDFCore_cc patch-xpdf_XPDFViewer_cc patch-xpdf_pdfimages_cc patch-xpdf_pdftops_cc patch-xpdf_pdftotext_cc Log message: Simplify anti-DRM patches. Catches a new DRM check that slipped in from upstream. Diff from brad@, inspired by Floor on ports@ ok brad@, bernd@, pvalchev@, and a special "Kill the DRM! DIE DIE DIE!!!!!!!!" from todd@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/25 13:27:36 Modified files: sys/arch/amd64/amd64: intr.c Log message: When allocating an interrupt 'slot', always check all slots to see if we already allocated a slot for a particular apic pin. ok weingart@ CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:33:05 Modified files: lang/tcl/8.5 : Makefile Log message: Fix Stuart's email address. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/25 13:34:21 Modified files: x11/tk/8.5 : Makefile Log message: Fix Stuart's email address. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/25 13:50:08 Modified files: sys/arch/i386/i386: apicvec.s machdep.c vector.s sys/arch/i386/include: intr.h sys/arch/i386/isa: icu.s Log message: Make ipending per-cpu. Should fix PR 5788. ok weingart@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/25 14:01:54 Modified files: x11 : Makefile Log message: -gatos-bin CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/25 14:02:07 Removed files: x11/gatos-bin : Makefile distinfo x11/gatos-bin/pkg: DESCR PLIST Log message: basically merged into xorg; bye. from brad@; no objection naddy@ espie@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/25 15:16:39 Modified files: faq : faq8.html Log message: JDK code was released under GPL, so remove this comment. suggestion from kurt@ a while ago CVSROOT: /cvs Module name: ports Changes by: miod@cvs.openbsd.org 2008/04/25 16:39:36 Modified files: games/xonix : Makefile Added files: games/xonix/patches: patch-xonix_c patch-xonix_h patch-xonix_man Log message: A potpourri of changes: - do not mention a mail being sent when hiscore is broken, this feature is disabled. - when a player dies, reset eater position. Also pick startup position closer to the MSDOS version of the game. - use {s,}random instead of {s,}rand. ok deanna@ for my yearly ports commit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:41:03 Modified files: gnu/egcs/gcc : protector.c gnu/usr.bin/gcc/gcc: protector.c Log message: reg_renumber[] values are valid if >= 0, not > 0. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:44:13 Modified files: gnu/usr.bin/gcc/gcc/config/sh: t-openbsd Log message: typo CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:45:26 Modified files: gnu/usr.bin/gcc/gcc/config/sh: lib1funcs.asm Log message: * PR target/11901 ``[3.3 only] set_fpscr isn't PIC even when __PIC__ defined; bad for prelinking, causes glibc-3.2.3 check-textrel test to fail'' Correctly address fpscr_values[] in set_fpscr() when compiled PIC. This is a partial backport of this commit: 2003-08-11 Kaz Kojima * config/sh/lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too. (__divdi3, __umoddi3, __moddi3, __init_trampoline, __ic_invalidate): Likewise. (__set_fpscr): Use an access via GOT for PIC case. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:46:49 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh-protos.h sh.c sh.h sh.md Log message: * PR rtl-optimization/13260 ``[3.4 Regression] Incorrect optimisation of loop termination condition'' This is a complete backport of this commit: 2003-12-04 J"orn Rennecke PR optimization/13260 * sh-protos.h (sh_expand_t_scc): Declare. * sh.h (PREDICATE_CODES): Add cmpsi_operand. * sh.c (cmpsi_operand, sh_expand_t_scc): New functions. * sh.md (cmpsi): Use cmpsi_operand. If T_REG is compared to something that is not a CONST_INT, copy it into a pseudo register. (subc): Fix description of new T value. (slt, sgt, sge, sgtu): Don't clobber T after rtl generation is over. (sltu, sleu, sgeu): Likewise. (seq, sne): Likewise. Use sh_expand_t_scc. * PR target/15886 ``[3.3/3.4/4.0 Regression] SH: Miscompilation with -O2 -fPIC'' This is a complete backport of this commit: 2004-06-11 J"orn Rennecke * sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_pointer_rtx. * PR target/21255 ``%R and %S are not safe to use from asms'' This is a complete backport of this commit: 2005-08-31 J"orn Rennecke PR target/21255 * sh.c (print_operand, %R and %S): Add handling of floating point registers, memory, constants and invalid operands. * Non PR - CAN_ELIMINATE() is modified to prevent fp -> sp elimination when a frame pointer needs to be preserved. I have serious reasons to think this will help propolice operation. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/25 16:49:42 Modified files: gnu/usr.bin/gcc/gcc/config/mips: mips.md Log message: Prevent user asm statements from being put in delay slots, this avoids warnings and/or unexpected operation when such statements are multi-insn macros, such as li/dli. Backported from gcc 3.3.6. CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/04/25 17:13:47 Modified files: net/mcabber : Makefile distinfo Log message: mcabber-0.9.7; from maintainer markus-hennecke@markus-hennecke.de CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/25 19:24:01 Modified files: sys/net : if_gif.c Log message: Typo, paket -> packet. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/26 00:44:13 Modified files: faq : faq8.html Log message: use ssh instead of telnet in s/key example. suggested by D.H.Davis@bath.ac.uk months ago ok nick@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/26 00:51:29 Modified files: math/octave/pkg: PLIST Log message: oops, missing plist update for 3.0.1 spotted by Stephan Andre' (andres at msu.edu) CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:24:04 Modified files: devel/git : Makefile distinfo devel/git/patches: patch-Makefile patch-gitweb_gitweb_perl patch-t_t4019-diff-wserror_sh devel/git/pkg : PLIST-main PLIST-x11 Added files: devel/git/patches: patch-t_t3200-branch_sh patch-t_t7201-co_sh Log message: Update to git-1.5.5.1. Add post-receive-email hook from contrib/ as suggested by Laurence Tratt. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:27:17 Log message: Initial import of ruby-merb_activerecord-0.9.2. A plugin for the Merb framework that provides activerecord access. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-26 N ports/www/ruby-merb/activerecord/Makefile N ports/www/ruby-merb/activerecord/distinfo N ports/www/ruby-merb/activerecord/pkg/PLIST N ports/www/ruby-merb/activerecord/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:29:52 Log message: Initial import of ruby-merb_helpers-0.9.2. A plugin for the Merb Web framework that provides different view helpers. Status: Vendor Tag: bernd Release Tags: bernd_2008-apr-26 N ports/www/ruby-merb/helpers/Makefile N ports/www/ruby-merb/helpers/distinfo N ports/www/ruby-merb/helpers/pkg/PLIST N ports/www/ruby-merb/helpers/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 03:31:57 Modified files: www/ruby-merb : Makefile Log message: Add activerecord and helpers. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:04:16 Modified files: textproc/ruby-builder: Makefile distinfo textproc/ruby-builder/pkg: PLIST Log message: Update to ruby-builder-2.1.2 and add regress target. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:05:23 Modified files: textproc/ruby-markaby: Makefile Log message: Don't hardcode ruby-builder version number in RUN_DEPENDS and add a regress target. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/26 04:18:06 Modified files: textproc/ruby-rubigen: Makefile distinfo textproc/ruby-rubigen/pkg: PLIST Log message: Update to ruby-rubigen-1.3.1. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/26 05:14:59 Modified files: x11/gnome/gnopernicus: Makefile Log message: - this needs libgail-gnome to build and run noticed by Stephan Andre' , thanks! - make use of MODGNOME_HELP_FILES while here ok jasper@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/04/26 05:50:09 Modified files: infrastructure/templates: network.conf.template Log message: update packetstorm mirror list from Jim Razmus (jim at bonetruck.org) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/26 08:33:27 Modified files: sys/arch/i386/i386: apicvec.s lapic.c vector.s sys/arch/i386/include: i82489var.h intrdefs.h sys/arch/i386/isa: icu.s isa_machdep.c Log message: Remove softast; it's no longer used. ok krw@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/26 10:33:40 Log message: import p5-parent This module allows you to both load one or more modules, while setting up inheritance from those modules at the same time. By default, every base class needs to live in a file of its own. If you want to have a subclass and its parent class in the same file, you can tell parent not to load any modules by using the -norequire switch. ok merdely@ Status: Vendor Tag: simon Release Tags: simon_20080426 N ports/devel/p5-parent/Makefile N ports/devel/p5-parent/distinfo N ports/devel/p5-parent/pkg/PLIST N ports/devel/p5-parent/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/26 10:33:44 Modified files: devel : Makefile Log message: add p5-parent CVSROOT: /cvs Module name: ports Changes by: bluhm@cvs.openbsd.org 2008/04/26 10:37:34 Modified files: security/p5-Net_SSLeay: Makefile distinfo security/p5-Net_SSLeay/patches: patch-Makefile_PL security/p5-Net_SSLeay/pkg: DESCR PLIST Added files: security/p5-Net_SSLeay/patches: patch-t_handle_external_10_destroy_t patch-t_handle_external_50_external_t Removed files: security/p5-Net_SSLeay/patches: patch-SSLeay_pm Log message: update to p5-Net-SSLeay 1.32, ok sturm@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/26 11:35:03 Modified files: sys/dev/ic : com_subr.c Log message: Keep order of "#if defined..." consistent. CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 13:57:49 Modified files: sys/net80211 : ieee80211_input.c Log message: unbreak hostap mode. do not parse RSN IE from beacons/probe responses if not scanning. CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/04/26 13:58:03 Modified files: usr.bin/rcs : rcsprog.c Log message: Duplicate envstr and free it on error instead of allocating for each argument and freeing each argument on error. OK joris, tobias CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 13:59:24 Modified files: sys/net80211 : ieee80211_crypto_tkip.c Log message: small optimization of TKIP mixing phase 2 (for little-endian architectures). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 14:03:34 Modified files: sys/net80211 : ieee80211.c ieee80211_crypto.c Log message: move things from ieee80211_ifattach() to ieee80211_crypto_attach(). CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/26 14:08:01 Modified files: sys/dev/ic : rt2860.c Log message: hardware TKIP (including MIC) + CCMP CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/26 14:13:22 Modified files: usr.bin/dc : bcode.c Log message: use correct printf format for size_t (debug only code) CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/26 15:26:42 Modified files: sys/dev/mii : brgphy.c brgphyreg.h Log message: Adjust the output voltage for BCM5906 PHY otherwise it might not be possible to obtain a link under some circumstances which are unknown at the moment. From the Linux tg3 driver. Issue reported by Kamil Andrusz ok kettenis@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/26 16:37:41 Modified files: sys/arch/macppc/dev: openpic.c sys/arch/macppc/macppc: clock.c cpu.c locore.S machdep.c sys/arch/powerpc/include: cpu.h sys/arch/powerpc/powerpc: pmap.c Log message: Changes to get closer to SMP. add biglock before interrupt calls into the kernel. switch the clock to using cpuinfo variables instead of globals move cpu_switchto into C code so that on multiprocessor the FPU and Altivec can be saved before switching CPUs. add a lock into pmap when modifying the hash table. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/26 19:36:49 Modified files: sys/dev/isa : com_commulti.c Log message: missing argument names in a function means it wont compile. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/26 19:49:28 Modified files: sys/dev/isa : com_isapnp.c Log message: our attach functions dont return anything. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 03:25:26 Modified files: sys/dev/isa : com_commulti.c Log message: Don't mix up parent and child. ok dlg@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 03:29:40 Modified files: sys/dev/isa : com_isapnp.c Log message: Make sure we actually use thesa pnp probe functions. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/27 03:40:30 Modified files: sys/dev/pci : pcidevs Log message: correct the drac 3 virtual uart entry CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/27 03:42:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/27 04:01:53 Modified files: usr.bin/passwd : local_passwd.c Log message: Correct English. ok jmc@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 07:47:15 Modified files: lang/tcl/8.5 : Makefile Added files: lang/tcl/8.5/patches: patch-unix_tclConfig_sh_in Log message: Patch tclConfig.sh to set TCL_SRC_DIR as the directory holding the installed headers, rather than the port build directory. From Stuart Cassoff (maintainer), ok deanna CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 07:50:44 Modified files: x11/tk/8.5 : Makefile Added files: x11/tk/8.5/patches: patch-unix_tkConfig_sh_in Removed files: x11/tk/8.5/patches: patch-unix_configure_in Log message: Change tclConfig.sh to set TCL_SRC_DIR as the directory holding the installed headers, rather than the port build directory. Remove configure.in patch ; obsoleted by a similar change to tclConfig.sh in lang/tcl/8.5 From Stuart Cassoff (maintainer), ok deanna CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:36:38 Modified files: sys/arch/hppa/hppa: intr.c sys/arch/hppa/include: _types.h intr.h Log message: Move hppa to __HAVE_GENERIC_SOFT_INTERRUPTS CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:39:51 Modified files: sys/arch/hppa/conf: files.hppa Added files: sys/arch/hppa/dev: gecko.c Log message: Add gecko(4), a driver for the GeckoBOA BC GSC+ port. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:54:36 Modified files: share/man/man4/man4.hppa: Makefile Added files: share/man/man4/man4.hppa: gecko.4 Log message: gecko(4) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/27 08:59:11 Modified files: share/man/man4/man4.hppa: uturn.4 Log message: Update to add a few more devices that connect to uturn(4). CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/04/27 09:10:58 Modified files: etc : man.conf usr.bin/man : man.1 Log message: Add section n for Tcl/Tk related pages. ok jmc@, no objections espie@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/27 09:59:49 Modified files: sys/arch/macppc/macppc: genassym.cf locore.S sys/arch/powerpc/include: cpu.h proc.h sys/arch/powerpc/powerpc: trap.c Log message: Switch to proc based ast pending for SMP. ok kettenis. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/27 10:01:47 Modified files: sys/arch/powerpc/include: pcb.h sys/arch/powerpc/powerpc: fpu.c trap.c Log message: FPU/Altivec cleanup and prep for SMP. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/04/27 10:23:16 Modified files: share/man/man4 : acpi.4 Makefile sys/arch/i386/conf: GENERIC sys/dev/acpi : acpi.c acpireg.h files.acpi sys/arch/amd64/conf: GENERIC Added files: share/man/man4 : acpithinkpad.4 sys/dev/acpi : acpithinkpad.c Log message: add acpithinkpad(4), an acpi support driver for ibm/lenovo thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/04/27 11:48:10 Modified files: sys/arch/hppa64/dev: mem.c sys/arch/hppa64/hppa64: machdep.c pmap.c sys/arch/hppa64/include: param.h Log message: replace ctob/btoc by ptoa/atop CVSROOT: /cvs Module name: src Changes by: damien@cvs.openbsd.org 2008/04/27 13:01:59 Modified files: sys/dev/pci : if_iwn.c if_iwnreg.h Log message: fix rate control. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:33:39 Modified files: share/man/man4/man4.hppa: uturn.4 Log message: fix SEE ALSO; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:34:00 Modified files: share/man/man4/man4.hppa: gecko.4 Log message: busses -> buses; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/27 13:38:56 Modified files: share/man/man4 : acpi.4 Log message: match the description for acpithinkpad(4) correctly, and adjust the list width to accomodate it; CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/04/27 13:50:11 Modified files: games/wesnoth : Makefile games/wesnoth/pkg: PLIST Log message: Add desktop support. ok jasper@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/04/27 17:06:40 Modified files: usr.bin/cdio : cddb.c Log message: o if no argument is passed to cddbinfo, treat it as 0 in order to print the list in case of multiple/inexact matches o if the argument to cddb is invalid, do not exit, just print and error and ignore the command espie@ ok. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/27 18:17:49 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/27 18:39:10 Modified files: audio/amarok : Makefile distinfo audio/amarok/patches: patch-amarok_src_contextbrowser_cpp patch-configure_in Log message: Maintenance update, including update to fix album art retrieval due to changed Amazon API. From Brad. CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/04/27 19:27:46 Modified files: app/cwm : cwmrc.5 Log message: nits from Pierre Riteau - thanks! ok oga@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/27 20:57:25 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/27 23:39:19 Modified files: usr.sbin/dvmrpd: dvmrpd.8 Log message: Improve the dvmrpd(8) manpage. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:14:40 Modified files: sys/dev/pci : pcidevs Log message: - Add PCI ids for the AMD64 Phenom/Opteron 8300 series (10h) and Griffin (11h) - Rename existing AMD64 entries to mention the family number CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:15:07 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:17:48 Modified files: sys/arch/i386/pci: pchb.c sys/arch/amd64/pci: pchb.c iommu.c Log message: Sync PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:26:04 Modified files: sys/dev/pci : pcidevs Log message: Add ATI SB700 and RS780 PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 00:26:42 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/28 00:35:09 Modified files: usr.bin/dc : bcode.c stack.c Log message: plug three leaks, one reported and fixed by Andreas Gunnarsson in PR 5802, the others by myself CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:10:56 Modified files: sys/dev/pci : pcidevs Log message: Add Intel I/OAT PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:11:21 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:16:38 Modified files: sys/dev/pci : pcidevs Log message: Add SiS 662 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:17:05 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:37:34 Modified files: sys/dev/pci : pcidevs Log message: - Add another Transmeta Northbridge PCI id - Add the Fujitsu vendor id CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:37:59 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/28 01:46:41 Modified files: usr.sbin/dvmrpd: dvmrpd.8 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:50:17 Modified files: sys/dev/pci : pcidevs Log message: Add the VIA PT894 Northbridge PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 01:51:27 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 02:25:41 Modified files: de : 43.html cvsup.html donations.html events.html hppa.html i386-laptop.html i386.html index.html mvme68k.html orders.html sgi.html sparc.html sparc64.html support.html want.html zaurus.html faq/de : current.html faq14.html faq3.html faq4.html faq6.html faq8.html faq/fr : faq10.html faq11.html faq12.html faq13.html faq14.html faq/pf/it : example1.html fr : translation.html lt : donations.html landisk.html report.html papers/de : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 02:57:08 Modified files: sys/dev/pci : kate.c azalia.c Log message: Sync PCI ids. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/28 03:08:23 Modified files: share/man/man4 : azalia.4 Log message: Add the ATI SB700 and NVIDIA MCP7B chipsets. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/28 03:17:07 Modified files: games/pioneers : Makefile distinfo games/pioneers/patches: patch-Makefile_in patch-configure games/pioneers/pkg: PLIST Removed files: games/pioneers/patches: patch-common_network_c patch-common_state_c Log message: - update to pioneers-0.12.1 - use gnome module CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:46 www/faq/pf/zh Update of /cvs/www/faq/pf/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/faq/pf/zh Log Message: Directory /cvs/www/faq/pf/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:47 www/faq/zh Update of /cvs/www/faq/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/faq/zh Log Message: Directory /cvs/www/faq/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:25:48 www/spamd/zh Update of /cvs/www/spamd/zh In directory cvs.openbsd.org:/tmp/cvs-serv10472/spamd/zh Log Message: Directory /cvs/www/spamd/zh added to the repository CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:26:04 Added files: zh : errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:26:42 Modified files: zh : errata43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:28:07 Added files: faq/pf/zh : config.html index.html macros.html tables.html faq/zh : faq15.html faq6.html index.html spamd/zh : index.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/04/28 03:35:19 Added files: faq/zh : current.html faq4.html zh : 43.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/28 03:51:10 Added files: mail/dovecot/patches: patch-configure_in Log message: cvs ate this patch. CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/04/28 05:18:46 Modified files: editors/openoffice: Makefile distinfo editors/openoffice/patches: patch-autodoc_source_mkinc_fullcpp_mk patch-automation_source_testtool_objtest_cxx patch-binfilter_bf_sc_source_core_data_sc_cell_cxx patch-bridges_prj_build_lst patch-config_office_configure_in patch-config_office_set_soenv_in patch-cppu_source_uno_data_cxx patch-desktop_scripts_soffice_sh patch-desktop_source_migration_wizard_cxx patch-desktop_util_makefile_mk patch-icu_icu-3_6_patch patch-instsetoo_native_util_makefile_mk patch-jvmaccess_util_makefile_mk patch-odk_setsdkenv_unix_csh_in patch-odk_setsdkenv_unix_sh_in patch-odk_settings_settings_mk patch-postprocess_prj_build_lst patch-psprint_source_printer_printerinfomanager_cxx patch-psprint_source_printergfx_printerjob_cxx patch-pyuno_source_module_makefile_mk patch-sal_inc_osl_endian_h patch-sal_inc_sal_config_h patch-sal_inc_sal_types_h patch-sal_osl_unx_makefile_mk patch-sal_osl_unx_system_h patch-sal_rtl_source_macro_hxx patch-scp2_source_ooo_file_library_ooo_scp patch-scp2_source_ure_ure_scp patch-shell_source_backends_localebe_localebackend_cxx patch-shell_source_unix_sysshell_makefile_mk patch-solenv_bin_modules_installer_globals_pm patch-solenv_config_ssolar_cmn patch-solenv_inc_libs_mk patch-solenv_inc_settings_mk patch-solenv_inc_tg_ext_mk patch-store_util_makefile_mk patch-tools_bootstrp_command_cxx patch-tools_inc_tools_inetdef_hxx patch-tools_inc_tools_solar_h patch-vcl_unx_source_app_saldisp_cxx patch-vcl_util_makefile_mk editors/openoffice/pkg: PFRAG.shared-main PLIST-i18n-bg PLIST-i18n-ca PLIST-i18n-de PLIST-i18n-es PLIST-i18n-fa PLIST-i18n-fi PLIST-i18n-fr PLIST-i18n-hu PLIST-i18n-it PLIST-i18n-ja PLIST-i18n-ko PLIST-i18n-lt PLIST-i18n-lv PLIST-i18n-nl PLIST-i18n-pl PLIST-i18n-ru PLIST-i18n-sl PLIST-i18n-sv PLIST-main Added files: editors/openoffice/patches: patch-dbaccess_source_ui_uno_copytablewizard_cxx patch-icc_SampleICC-1_3_2-bendian_patch patch-icc_SampleICC-1_3_2_patch patch-setup_native_source_packinfo_packinfo_office_lang_txt patch-setup_native_source_packinfo_packinfo_office_txt patch-vcl_source_window_window_cxx editors/openoffice/pkg: DESCR-i18n-pt-br PLIST-i18n-pt-br Removed files: editors/openoffice/patches: patch-autodoc_source_display_idl_hi_ary_cxx patch-binfilter_inc_bf_starmath_rect_hxx patch-desktop_source_app_main_cxx patch-instsetoo_native_inc_openoffice_unix_packagelist_language_txt patch-instsetoo_native_inc_openoffice_unix_packagelist_txt patch-instsetoo_native_inc_sdkoo_unix_packagelist_txt patch-instsetoo_native_inc_ure_unix_packagelist_txt patch-lingucomponent_source_spellcheck_hunspell_affixmgr_cxx patch-sw_source_core_unocore_unochart_cxx patch-sw_source_core_view_viewsh_cxx patch-sw_source_filter_ww8_wrtw8nds_cxx patch-vcl_source_control_combobox_cxx patch-vcl_source_control_tabctrl_cxx patch-vcl_source_window_brdwin_cxx patch-vcl_source_window_status_cxx patch-vcl_unx_source_plugadapt_salmain_cxx editors/openoffice/pkg: DESCR-i18n-br-pt PLIST-i18n-br-pt Log message: update to OpenOffice.org 2.4.0; - rename the br-pt subpackage to pt-br because of an i18n change in openoffice - regen some patches - fix WANTLIB and LIB_DEPENDS CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/28 05:36:14 Modified files: sbin/route : keywords.h keywords.sh route.c show.c Log message: It is now possible to enter static MPLS routes into the kernel. It is still not possible to set the desired opration for an entry. ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/28 05:52:53 Modified files: sbin/sysctl : sysctl.c Log message: Teach sysctl about mpls. Claudio did all the code, I'm just comitting it... ok claudio@ laurent@ dlg@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/28 06:20:47 Modified files: net/smokeping : Makefile distinfo Log message: maintenance update to 2.3.6, small improvements to cgi/display output CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/28 08:50:20 Modified files: x11/tilda : Makefile distinfo x11/tilda/patches: patch-Makefile_in x11/tilda/pkg : PLIST Log message: - update tilda to 0.9.6 CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/28 09:24:25 Modified files: devel/git : Makefile Removed files: devel/git/patches: patch-gitk-git_gitk Log message: Switch X11 tools to tk 8.5 and remove useless patch. Please let me know if there are problems. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 12:09:00 Modified files: sys/arch/amd64/amd64: intr.c softintr.c vector.S sys/arch/amd64/include: intr.h intrdefs.h Log message: Rename IPL_SOFTSERIAL to IPL_SOFTTY and rename the associated symbols. Remove IPL_SERIAL since it is unused. ok krw@, weingart@, deraadt@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 12:55:39 Modified files: sys/arch/sparc64/include: intr.h Log message: Rename IPL_SOFTSERIAL to IPL_SOFTTTY. Sprinkle some KNF while I'm there. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/28 13:15:43 Modified files: net/libbind : Makefile distinfo Log message: upgrade to libbind v9.4.2 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/04/28 13:28:37 Modified files: sys/dev/vesa : vesafb.c Log message: Do not alter mode parameter in vesafb_set_mode(), since we might ask for a non-linear-graphics mode; found the hard way by Yusuke Baba (babayaga1 , y8 dot dion dot ne dot jp), thanks for the report. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/28 13:37:59 Log message: import steghide Steghide is a steganography program that is able to hide data in various kinds of image- and audio-files. The color- respectively sample-frequencies are not changed thus making the embedding resistant against first-order statistical tests. from Giovanni Bechi ok steven@ Status: Vendor Tag: okan Release Tags: okan_20080428 N ports/security/steghide/Makefile N ports/security/steghide/distinfo N ports/security/steghide/pkg/DESCR N ports/security/steghide/pkg/PLIST N ports/security/steghide/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/04/28 13:38:37 Modified files: security : Makefile Log message: +steghide CVSROOT: /cvs Module name: ports Changes by: landry@cvs.openbsd.org 2008/04/28 14:11:14 Modified files: mail : Makefile Removed files: mail/claws-mail-clamav: Makefile distinfo mail/claws-mail-clamav/patches: patch-src_clamav_plugin_c mail/claws-mail-clamav/pkg: DESCR PLIST Log message: Remove claws-mail-clamav plugin, for numerous reasons : - it is broken with latest claws-mail release, and no fix is available. - it is not officially maintained anymore upstream. - due to licence issues with libclamav (now GPLv2 only, claws-mail is GPLv3+), upstream devs of claws-mail stated that this plugin was 'illegal'. See claws-mail website for more information. - i don't want to handle licence issues like this. Discussed with and 'be a man. make a decision and stand to it.' mbalmer@ CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/04/28 14:17:42 Modified files: mail/dkim-milter: Makefile distinfo mail/dkim-milter/patches: patch-dkim-filter_dkim-filter_c patch-libdkim_dkim_h Log message: DKIM Milter v2.5.5 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/28 14:55:10 Modified files: sys/arch/sparc64/sparc64: intr.c Log message: Convert IPL_TTY into IPL_SOFTTTY when establishing soft interruptsi, like we do on other platforms. CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 16:27:41 Modified files: emulators/kqemu: Makefile emulators/kqemu/files: Makefile.openbsd kqemu-openbsd.c emulators/kqemu/pkg: DESCR Log message: various cleanups/knf/etc from brad@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 16:52:38 Modified files: emulators/qemu : Makefile distinfo emulators/qemu/patches: misc-target-i386_helper_c misc-target-i386_op_c patch-Makefile patch-Makefile_target patch-configure patch-cpu-all_h patch-cutils_c patch-dyngen-exec_h patch-fpu_softfloat-native_h patch-hw_rtl8139_c patch-osdep_c patch-osdep_h patch-qemu-doc_texi patch-target-i386_helper2_c patch-target-ppc_op_helper_c patch-vl_c emulators/qemu/pkg: MESSAGE PLIST Added files: emulators/qemu/files: README.OpenBSD qemu-ifdown emulators/qemu/patches: patch-block-raw-posix_c patch-hw_pckbd_c patch-qemu-common_h Removed files: emulators/qemu/patches: patch-audio_ossaudio_c patch-block-qcow2_c patch-block-raw_c patch-exec_c patch-hw_ne2000_c patch-hw_pc_c patch-monitor_c patch-vl_h Log message: o update to 0.9.1, lots from brad@ o see http://qemu.org/changelog.html for details o see README.OpenBSD for an intro to qemu on OpenBSD o disable broken arm host support for now CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/28 17:16:03 Modified files: . : 43.html Log message: vax pkg count CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/28 17:22:09 Modified files: . : 43.html Log message: fix 'sh' count CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 18:26:11 Modified files: sys/arch/macppc/macppc: cpu.c locore.S Log message: spillstk and ddbstk need to be per cpu. Found by kettenis@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/28 19:51:25 Modified files: emulators/kqemu/files: Makefile.openbsd Log message: add rcs tag properly CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 21:49:03 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Spin up secondary CPUs on more systems. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 22:08:26 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/macppc: cpu.c Log message: PIR is not defined to be a writable register, do not use it. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/04/28 22:12:19 Modified files: sys/arch/macppc/macppc: cpu.c Log message: remove noise, (debug print). CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:29:59 Modified files: sys/dev/pci : files.pci Added files: sys/dev/pci : km.c Log message: New km(4) driver for AMD Family 10h Processors (Phenom, Opteron Barcelona etc); ok deraadt CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:33:24 Modified files: share/man/man4 : Makefile pci.4 Added files: share/man/man4 : km.4 Log message: km(4) manual page CVSROOT: /cvs Module name: src Changes by: cnst@cvs.openbsd.org 2008/04/28 23:39:24 Modified files: sys/arch/amd64/conf: GENERIC sys/arch/i386/conf: GENERIC Log message: enable km(4); ok deraadt CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/04/29 00:50:04 Modified files: share/man/man4 : km.4 Log message: simplify a sentence; CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 01:01:18 Log message: Import opal-2.2.11 OPAL is an open-source class library for the development of applications that wish to use the SIP and H.323 protocols for multi-media communications over packet based networks. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080429 N ports/net/opal/distinfo N ports/net/opal/Makefile N ports/net/opal/pkg/DESCR N ports/net/opal/pkg/PLIST N ports/net/opal/patches/patch-opal_inc_mak_in N ports/net/opal/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 01:02:45 Modified files: net : Makefile Log message: +opal CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 02:47:43 Modified files: www/hiawatha : Makefile distinfo www/hiawatha/patches: patch-Makefile_in patch-serverconfig_c Added files: www/hiawatha/patches: patch-doc_hiawatha_1_in Removed files: www/hiawatha/patches: patch-doc_cgi-wrapper_1 patch-doc_hiawatha_1 Log message: - bugfix update update to hiawatha-6.6 - add XSLT support CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 04:01:24 Modified files: devel : Makefile Log message: - add the pwlib ldap FLAVOR to the build "no objection" landry@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/04/29 04:35:46 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/29 05:11:19 Modified files: . : cvsup.html Log message: typo CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/04/29 05:20:31 Modified files: usr.bin/ssh : monitor_mm.h Log message: garbage collect two unused fields in struct mm_master; ok markus@ CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/29 05:20:54 Modified files: faq : upgrade43.html Log message: change description field for relayd users. Suggested by Pedro Almeida (palmeida at securenetworks dot pt), thanks! CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/04/29 05:40:59 Modified files: sys/dev/pci : pciide.c Log message: Change sis_chip_map() to use pci_find_device() as the original NetBSD code it was based on did/does, now we have it. This makes detecting sis 96x work properly without having to do silly things like adding host bridges in the list. Of course we wouldn't be in this mess in the first place if sis designed their chips properly instead of reusing the same pci id. Add 964/965 devices while here. Tested by todd@ on a machine with 965. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 05:42:45 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-plugins_configure devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-include_ptlib_unix_ptlib_videoio_h patch-plugins_vidinput_v4l2_vidinput_v4l2_h Log message: - add esound support - start working on v4l2 support (not there yet) CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 05:55:18 Log message: Import SpanDSP: SpanDSP is a library of DSP functions for telephony, in the 8000 sample per second world of E1s, T1s, and higher order PCM channels. It contains low level functions, such as basic filters. It also contains higher level functions, such as cadenced supervisory tone detection, and a complete software FAX machine. The software has been designed to avoid intellectual property issues, using mature techniques where all relevant patents have expired. See the file DueDiligence for important information about these intellectual property issues. from Brad; tested with his work-in-progress CallWeaver. Status: Vendor Tag: brad Release Tags: sthen_20080429 N ports/telephony/spandsp/Makefile N ports/telephony/spandsp/distinfo N ports/telephony/spandsp/pkg/DESCR N ports/telephony/spandsp/pkg/PLIST N ports/telephony/spandsp/pkg/PFRAG.shared N ports/telephony/spandsp/patches/patch-src_Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 05:56:20 Modified files: telephony : Makefile Log message: +spandsp CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/29 06:10:15 Modified files: print/cups-pdf : Makefile distinfo print/cups-pdf/patches: patch-src_cups-pdf_c patch-src_cups-pdf_h print/cups-pdf/pkg: PLIST Added files: print/cups-pdf/patches: patch-contrib_cups-pdf-dispatch-0_1_cups-pdf-dispatch patch-contrib_cups-pdf-dispatch-0_1_cups-pdf-dispatch_conf patch-extra_cups-pdf_conf Log message: Update to cups-pdf-2.4.7 and include the cups-pdf email dispatch script. With help from ajacoutot@. ok jasper@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/04/29 06:47:19 Modified files: sys/arch/sgi/sgi: machdep.c Log message: Attempt to locate an ELF header and symbol table directly after the kernel. If it exists assume that the boot loader has provided a pointer to the end of the symbol table. If it does not exist fall back to the previous behaviour and expect that pointers to the symbol table have been provided directly after the kernel. ok miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 07:37:57 Log message: Import pgfouine-1.0 pgFouine is a PostgreSQL log analyzer used to generate detailed reports from a PostgreSQL log file. pgFouine can help you to determine which queries you should optimize to speed up your PostgreSQL based application. from Pierre-Emmanuel Andre Status: Vendor Tag: pea Release Tags: ajacoutot_20080429 N ports/databases/pgfouine/Makefile N ports/databases/pgfouine/distinfo N ports/databases/pgfouine/pkg/PLIST N ports/databases/pgfouine/pkg/DESCR N ports/databases/pgfouine/patches/patch-pgfouine_php N ports/databases/pgfouine/patches/patch-pgfouine_vacuum_php No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 07:39:00 Modified files: databases : Makefile Log message: +pgfouine CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/04/29 07:49:08 Modified files: x11/dwm : Makefile x11/dwm/patches: patch-config_def_h Log message: Use a floating window for xonix, otherwise dwm forces the window size and xonix segfaults. (Apologies to anyone who was using this dwm behaviour as a way to keep them from getting addicted...) ok Jim Razmus (maintainer) with a suggestion to use xprop to find the Class rather than the window title (as my original diff had). Also thanks to deanna@ for suggestions with the segfault. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/29 08:44:04 Modified files: include : signal.h Log message: Make sure sys_signame and sys_siglist are wrapped in __BEGIN_DECLS. Needed to tell pedantic C++ compilers these symbols have 'C' linkage. ok kurt@ CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/04/29 08:52:54 Modified files: include : unistd.h Log message: Remove duplicate psignal(3) and sys_siglist definitions. signal.h is the correct place for them and nothing gets them from here in base/xenocara/ports. no objection millert@ okay kettenis@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/29 09:28:44 Modified files: devel/pwlib : Makefile devel/pwlib/patches: patch-plugins_vidinput_v4l2_vidinput_v4l2_h devel/pwlib/pkg: PLIST Added files: devel/pwlib/patches: patch-plugins_sound_oss_sound_oss_cxx Log message: - fix OSS device path - make the v4l2 plugin compile (not very useful yet) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:30:33 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Log message: - update libsoup to 2.4.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:32:00 Modified files: databases/evolution-data-server: Makefile Log message: - update LIB_DEPENDS after libsoup update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:32:10 Modified files: x11/gnome/seahorse: Makefile Log message: - update LIB_DEPENDS after libsoup update CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:39:01 Modified files: x11/gtk-engines2: Makefile distinfo x11/gtk-engines2/pkg: PLIST Log message: - update gtk-engines2 to 2.14.1 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 11:49:34 Modified files: devel/py-gobject: Makefile distinfo Log message: - update py-gobject to 2.14.1 ok ajacoutot@ CVSROOT: /cvs Module name: www Changes by: pvalchev@cvs.openbsd.org 2008/04/29 12:19:07 Modified files: . : 43.html Log message: more CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:23:56 Modified files: devel/gconf2 : Makefile distinfo devel/gconf2/patches: patch-configure patch-gconf_Makefile_in devel/gconf2/pkg: PLIST Log message: - update gconf2 to 2.22.0 (mostly bug/build/doc fixes) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:24:55 Modified files: devel/gconf-editor: Makefile distinfo devel/gconf-editor/pkg: PLIST Log message: - update gconf-editor to 2.22.0 (bug fixes) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 12:53:18 Modified files: www/gtkhtml3 : Makefile distinfo www/gtkhtml3/pkg: PFRAG.shared Removed files: www/gtkhtml3/patches: patch-src_gtkhtml_c patch-src_htmlengine-edit-clueflowstyle_c Log message: - update gtkhtml3 to 3.18.1 (lots, and lots of bug fixes) - remove NO_REGRESS CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/04/29 12:59:05 Modified files: share/mk : bsd.xconf.mk etc/mtree : BSD.x11.dist Log message: Enable building the dri modules and mesa drivers by default on i386 and amd64. ok matthieu@ and todd@ This has been in snaps for over a week, no complaints. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:13:33 Modified files: devel/libwnck : Makefile distinfo devel/libwnck/pkg: PLIST Log message: - update libwnck to 2.22.1 (another bulk load of bug fixes and small improvements) CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:47:09 Modified files: x11/gtksourceview: Makefile distinfo x11/gtksourceview/patches: patch-configure x11/gtksourceview/pkg: PLIST Log message: - update gtksourceview to 2.2.1 "looks fine" ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/04/29 13:48:46 Modified files: x11/py-gtksourceview: Makefile distinfo x11/py-gtksourceview/pkg: PLIST Log message: - update py-gtksourceview to 2.2.0 CVSROOT: /cvs Module name: xenocara Changes by: simon@cvs.openbsd.org 2008/04/29 14:17:28 Modified files: app/cwm : parse.y Log message: Allow slashes in unquoted strings. From Pierre Riteau Makes sense to oga@ CVSROOT: /cvs Module name: ports Changes by: todd@cvs.openbsd.org 2008/04/29 14:38:03 Modified files: emulators/kqemu: Makefile emulators/kqemu/files: Makefile.openbsd kqemu-openbsd.c emulators/kqemu/pkg: MESSAGE PLIST Log message: o compile and install a MP lkm as well o initial work by brad@, polishing by me o idea for MP detection shellcode from drahn@ for those with MP systems, pay attention to the MESSAGE shellcode example, and make sure to modify any existing shellcode you may have in /etc/rc.securelevel lest you try to load a UP lkm on a MP kernel and have unpleasant consequences. CVSROOT: /cvs Module name: ports Changes by: sturm@cvs.openbsd.org 2008/04/29 22:22:55 Modified files: x11/matchbox/matchbox-panel: Makefile Log message: bad logic for APM archs check prevented this port to build on non-APM archs no PKGNAME bump needed CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/29 22:45:21 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 distrib/sets/lists/xserv: md.amd64 md.i386 Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/30 01:39:48 Modified files: sys/netmpls : mpls.h mpls_input.c Log message: Drop all MPLS packets when MPLS is not enabled. Discussed with claudio@ dlg@ laurent@ Remember to enable MPLS vith sysctl(8). sysctl -w net.mpls.enable=1 ok claudio@ dlg@ laurent@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/04/30 04:14:03 Modified files: usr.bin/ssh : ssh-keyscan.c ssh-keyscan.1 Log message: default to rsa (protocol 2) keys, instead of rsa1 keys; spotted by larsnooden AT openoffice.org CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/04/30 05:05:22 Modified files: devel/libsoup/pkg: PFRAG.shared Log message: Unbreak. You shall test package creation! (And don't blindly trust update-plist.) CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/04/30 05:21:52 Modified files: . : plus.html Log message: Upto 04/29 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/04/30 05:22:11 Modified files: devel/libsoup : Makefile Log message: - add an XXX to warn people no to break packaging in the future - add missing lib_depends - bump CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/04/30 06:43:23 Modified files: sbin/route : show.c Log message: Correct MPLS output of route -n show. ok claudio@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/04/30 07:59:33 Modified files: sys/dev/ic : comvar.h sys/arch/amd64/amd64: conf.c consinit.c machdep.c Log message: fix serial console handling on amd64. currently only glass console ever works, even if the boot loader is configured to use serial console. after the changes jsing and i made, the initial probe of the serial port was failing since the default base addres for the port is invalid. cos of that the kernel would only ever consider the glass console for use. this fixes it by reprobing the serial port if we get any config for it from the boot loader. advice on aesthetics from miod@ advice and ok from kettenis@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/04/30 11:10:55 Modified files: usr.bin/cdio : extern.h Log message: add two missing prototypes. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:19:36 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Initialize randseed to 1. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:21:31 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Fix typo in last commit. CVSROOT: /cvs Module name: src Changes by: ratchov@cvs.openbsd.org 2008/04/30 11:31:26 Modified files: sys/dev/pci : envy.c Log message: don't stop both play and record in envy_halt_input() ad envy_halt_output() ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/04/30 11:59:33 Modified files: sys/arch/macppc/macppc: clock.c Log message: Spacing. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/04/30 13:25:23 Modified files: www/p5-Apache-Test: Makefile distinfo www/p5-Apache-Test/pkg: PLIST Added files: www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm patch-lib_Apache_TestRun_pm patch-lib_Apache_TestServer_pm Log message: Update to version 1.30 and while here make it actually work with our httpd(8) by adding chroot(2) support, disabled by default as expected with this module. Otherwise no user would be able to run his tests without the effort of setting up a chroot(2) environment with Perl and everything else, and obviously also running them as root. To enable chroot set the APACHE_TEST_CHROOT environment variable or start the tests with `./t/TEST -chroot 1'. I'm also taking over maintainership. Tested by and looks good to landry@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/04/30 13:42:07 Modified files: math/pari/patches: patch-Configure Log message: Fix build on alpha by killing some configure checks that assume all alphas run the same operating system. ok merdely@ CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/04/30 14:15:55 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: * add xetcXX.tgz support to sysmerge and handle binary files * update man page accordingly * several cleanups in the process: - smaller sendmail configuration files diff check - remove a condition that would always evaluate to true - define AUTOMODE to a value we can reuse later - tell user when installing a file automatically - better check for src directory validity - remove full PATH to some commands to be consistent testing from several man pages bits ok jmc@ "go ahead" jasper@, ok sthen@ pyr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:07:26 Modified files: sys/dev/pci : pcidevs Log message: Add E1000 PCI ids for another ICH9 variant, ICH10's and 82574L. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:08:20 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:24:58 Modified files: faq : faq1.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html faq14.html Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:27:58 Modified files: faq : upgrade42.html Log message: link in upgrade43.html CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:31:45 Modified files: faq : index.html Log message: update for 4.3 CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:47:30 Modified files: sys/dev/mii : miidevs Log message: Add the id for the Marvell 88E3016 10/100 PHY CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/04/30 15:47:57 Modified files: sys/dev/mii : miidevs.h Log message: regen CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 15:51:36 Modified files: faq : current.html upgrade-old.html Log message: move 4.2->4.3 stuff to upgrade-old.html CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/30 15:59:08 Modified files: . : index.html Added files: images : puffy43.gif Log message: 4.3... CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/04/30 16:34:21 Modified files: . : 43.html Log message: released CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/30 16:36:24 Modified files: faq : faq13.html faq15.html Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/04/30 16:37:36 Modified files: . : ports.html Log message: 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:23:37 Modified files: build/mirrors : anoncvs.html.end anoncvs.html.head build : Makefile Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:24:43 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:33:13 Modified files: build/mirrors : ftp.html.end Log message: update for 4.3 CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/04/30 18:33:54 Modified files: . : ftp.html Log message: sync CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/04/30 18:52:43 Modified files: distrib/sets/lists/xbase: md.amd64 md.i386 mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: pvalchev@cvs.openbsd.org 2008/04/30 18:54:54 Modified files: infrastructure/package: gen-package-pages Log message: 4.3 updates CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 00:13:23 Modified files: faq : faq15.html . : ports.html Log message: 4.3 packages available CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 00:59:19 Modified files: . : stable.html Log message: 4.3 CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/01 02:18:35 Modified files: telephony/asterisk-openbsd-moh: Makefile distinfo telephony/asterisk-openbsd-moh/pkg: PLIST Log message: update for 4.3; ok ian a while ago. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/01 02:25:32 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/dev: openpic.c sys/arch/macppc/include: intr.h sys/arch/macppc/macppc: cpu.c machdep.c Log message: Implement a nop IPI to signal other CPUs. ok drahn@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 02:52:31 Modified files: x11/gnome/applets2: Makefile Log message: Fix broken MACHINE_ARCH conditional so the -battstat subpackage will be build again. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/01 03:00:04 ports/audio/libcdio/patches Update of /cvs/ports/audio/libcdio/patches In directory cvs.openbsd.org:/tmp/cvs-serv31931/patches Log Message: Directory /cvs/ports/audio/libcdio/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/01 03:05:13 Modified files: audio/libcdio : Makefile audio/libcdio/files: openbsd.c audio/libcdio/pkg: PLIST Added files: audio/libcdio/patches: patch-config_h_in patch-configure_ac patch-include_cdio_device_h patch-lib_driver_Makefile_in patch-lib_driver_cdio_private_h patch-lib_driver_device_c Log message: o move to an OpenBSD driver, reorganized, cleaner and with more support o re-add cdda-player o install libcdio_cdda.pc ajacoutot@ ok. CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 03:07:17 Modified files: faq : upgrade-old.html Log message: Line wrap at 80 chars broke "flag" in "flag day". CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:25:39 Modified files: build : support.dat Log message: update entry for Papamike IT services; from Peter Matulis CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:28:32 Modified files: build : support.dat Log message: update Philip Bawn's entry, from himself CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:30:24 Modified files: build : support.dat Log message: update Zelfi AG entry, from valerie.bochmann at zelfi.com CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 03:31:36 Modified files: . : support.html Log message: sync CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 04:01:52 Modified files: de : 43.html anoncvs.html cvsup.html ftp.html index.html ports.html stable.html faq/de : current.html faq1.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 upgrade42.html faq/pf/it : queueing.html faq/zh : current.html faq15.html faq4.html faq6.html index.html nl : index.html ports.html zh : 43.html plus.html Added files: faq/de : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/01 04:12:22 Modified files: www/p5-Apache-Test: Makefile www/p5-Apache-Test/patches: patch-lib_Apache_TestConfig_pm www/p5-Apache-Test/pkg: PLIST Added files: www/p5-Apache-Test/patches: patch-lib_Apache_TestConfigPerl_pm Log message: Make it work with our mod_perl which has slightely different filenames and locations. All ports i've checked depending on this can now run their regression tests. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 04:15:04 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/pkg: PLIST Log message: Unbreak one half of evolution by not installing the evolution-data-server binary suid root. This caused lots of problems with the calendar and other stuff because the evolution-data-server didn't run correctly. Well, evolution-data-server is currently broken because of the libsoup major update. It needs an update to a more recent version. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/01 04:21:58 Modified files: www/p5-libapreq: Makefile Log message: Enable tests now p5-Apache-Test works - no regressions. No bump as package content hasn't changed. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/01 04:25:50 Modified files: mail/evolution : Makefile Log message: Unbreak the second half of evolution by linking the plugins with an additional -rpath. (With help from kurt@, thanks!) This fixes the plugin loading and some weird issues with disabled buttons and other stuff. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 05:53:26 Modified files: sys/compat/freebsd: freebsd_signal.c sys/compat/hpux: hpux_sig.c sys/compat/ibcs2: ibcs2_signal.c sys/compat/linux: linux_signal.c sys/compat/osf1: osf1_signal.c sys/compat/svr4: svr4_signal.c Log message: spl0() is not your friend, use splx() instead. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 07:36:09 Modified files: sys/arch/sgi/dev: com_ioc.c sys/arch/sgi/localbus: com_lbus.c Log message: Don't forget to bus_space_unmap() after probing for a com chip. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/01 07:52:19 Modified files: x11/mplayer : Makefile x11/mplayer/patches: patch-configure Log message: fix the test for jack in configure, so that --disable-jack is correctly honoured. unbreaks bulk build packages. ok jakemsr CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 08:29:01 Modified files: sys/arch/hp300/dev: diodevs Log message: The built-in frame buffer in models 362 and 382 actually comes in different flavours. Add another frame buffer ID to recognize it, so that it gets skipped correctly. I am quite sure it has an SGC PROM in addition to the DIO PROM, but I don't have the hardware to check... CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 08:29:20 Modified files: sys/arch/hp300/dev: diodevs.h diodevs_data.h Log message: regen CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/05/01 08:57:09 Modified files: . : art1.html Log message: typo, from ropers-qmail.com CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 09:30:31 Modified files: sys/arch/hp300/hp300: hpux_machdep.c sys/arch/mvme68k/mvme68k: hpux_machdep.c Log message: Sync hpux_sendsig() behaviour with native sendsig(): let malloc fail and sigexit the process in this case. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 10:12:13 Modified files: faq : faq13.html Log message: forgot to update toc CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 10:58:15 Modified files: faq : faq13.html Log message: java also works in konqueror - explain how. thanks to kraktus at googlemail.com and christian.guyard at tele2.fr who mentioned this ages ago via www@. some more rewording while here. CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/01 12:01:13 Modified files: app/cwm : calmwm.h client.c screen.c Log message: Rework the alt-tabbing code to be a lot simpler. Diff mostly from Edd Barrett, with some minor changes from me. Unfortunately the issue where apps like gvim and xpdf are stealing keyrelease events causing the ordering to be messed up, but this is a lot better. A fix for the aforementioned issue shall be forthcoming, once a good one's been found. ok okan@, also tested by todd@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/01 13:15:01 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: memc.4 Log message: memc(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/01 13:17:16 Modified files: share/man/man4/man4.macppc: kiic.4 macobio.4 Log message: .Xr memc(4) CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 13:32:50 Modified files: faq : faq8.html Log message: gprolog port has been broken for a while, remove it from this list. CVSROOT: /cvs Module name: src Changes by: otto@cvs.openbsd.org 2008/05/01 13:49:18 Modified files: lib/libc/gen : readdir.c telldir.c Log message: Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/01 14:09:55 Modified files: faq/pl : current.html faq1.html faq13.html faq14.html faq15.html faq2.html faq3.html faq4.html faq5.html faq6.html faq8.html faq9.html index.html upgrade42.html ja : index.html nl : art1.html donations.html stable.html pl : anoncvs.html cvsup.html goals.html index.html ports.html stable.html Added files: faq/pl : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:12:20 Modified files: faq : upgrade43.html Log message: update toc with xenocara tree move CVSROOT: /cvs Module name: www Changes by: ian@cvs.openbsd.org 2008/05/01 14:36:45 Modified files: . : press.html Log message: First two articles on the 4.3 release: onLamp and OSNews. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:41:24 Modified files: faq : faq6.html Log message: slight rewording... CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/01 14:54:49 Modified files: faq : faq15.html Log message: improve libexpat piece a bit, but keep it here since it was definitely a FAQ in the past. CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/01 15:05:04 Modified files: mail/fdm : Makefile distinfo Log message: update to 1.5 from maintainer Nicholas Marriott CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/01 15:18:14 Modified files: usr.bin/pmdb : pmdb.c Log message: In the main loop, do not call wait() if there is no child process yet; misinterpreting the ``returned'' status could lead to segfauts, as reported by ``Filth'' (hygdrasil, gmail dot com) ok deraadt@ CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/01 16:02:32 Modified files: infrastructure/build: libtool Log message: say it's experimental. avoid it for regular ports building for now... CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/01 17:02:05 Modified files: sys/dev/i2c : adm1030.c Log message: correct attach messages CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/01 18:22:52 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/01 22:28:51 Modified files: usr.sbin/rtadvd: rtadvd.c Log message: do not always delay log initialization, when no configuration file is present, which is the most common use of rtadvd, it would otherwise always print messages to the console though the situation is valid. this fixes a regression introduced with the new logging code. ok rainer@, todd@, fgsch@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 00:09:11 Modified files: lib/libevent : buffer.c evdns.c evdns.h event-internal.h event.3 event.c event.h event_tagging.c evsignal.h kqueue.c log.h poll.c select.c shlib_version signal.c regress/lib/libevent: eventtest.c Log message: Update to libevent 1.3e while retaining our local changes. "No objection" millert@ "the diff looks and works fine" reyk@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/02 00:26:41 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 00:43:46 Log message: import TclTutor 3.0b1 This is a package designed to teach the Tcl programming language in a quick and easy manner. The goal is to teach the minimal amount of Tcl syntax, commands and options that are necessary to write useful programs. from Stuart Cassoff (aa72aa60 at sympatico.ca) Status: Vendor Tag: steven Release Tags: steven-20080502 N ports/lang/tcltutor/Makefile N ports/lang/tcltutor/distinfo N ports/lang/tcltutor/pkg/DESCR N ports/lang/tcltutor/pkg/PLIST N ports/lang/tcltutor/patches/patch-TclTutor_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 00:44:25 Modified files: lang : Makefile Log message: +tcltutor CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 00:46:07 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Remove debug prints. CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/02 00:49:32 Modified files: lib/libc/sys : getsockopt.2 sys/sys : socket.h sys/kern : uipc_socket.c sys/netinet : raw_ip.c udp_usrreq.c Log message: Make the SO_TIMESTAMP sockopt work. When set, this allows the user to get a timestamp of when the datagram was accepted (by udp(4), for example) rather than having to take a timestamp with gettimeofday(2) when recv(2) returns - possibly several hundreds of microseconds later. May be of use to those interested in precision network timing schemes or QoS for media applications. Tested on alpha, amd64, i386 and sparc64. manpage suggestions from jmc, ok deraadt CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/02 01:47:40 Modified files: faq/fr : faq4.html upgrade42.html faq/nl : faq1.html faq15.html faq2.html faq3.html faq5.html faq6.html faq9.html index.html faq/pl : faq1.html faq13.html faq15.html faq6.html faq8.html upgrade43.html pl : index.html Added files: faq/fr : upgrade43.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 02:14:53 Modified files: net/neon : Makefile net/neon/patches: patch-configure Log message: use libexpat, remove libxml2 dependency. from brad@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/02 02:55:07 Modified files: . : plus.html Log message: typos CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/02 03:18:26 Modified files: lib/libevent : Makefile event.3 Log message: Makefile: sort MLINKS and add event_base_once.3 event.3: fix NAME and remove spurious blank line CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/02 04:17:32 Modified files: devel/libtool : Makefile Log message: fix autoconf version. from brad@ (maintainer) CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/02 04:28:12 Modified files: games/pioneers : Makefile distinfo Log message: - bugfix update to pioneers-0.12.2 CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/02 04:58:59 Modified files: faq : faq8.html Log message: python 2.5 is used by default CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/02 05:18:59 Modified files: editors/tea : Makefile Added files: editors/tea/patches: patch-configure Log message: - remove a hidden dependency on curl from giovanni bechis (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/02 05:54:39 ports/print/epdfview/patches Update of /cvs/ports/print/epdfview/patches In directory cvs.openbsd.org:/tmp/cvs-serv718/patches Log Message: Directory /cvs/ports/print/epdfview/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/02 05:55:42 Modified files: print/epdfview : Makefile print/epdfview/pkg: PLIST Added files: print/epdfview/patches: patch-data_epdfview_desktop Log message: install some icons and use them for the desktop. bump package. maintainer and ajacoutot@ ok. CVSROOT: /cvs Module name: www Changes by: wcmaier@cvs.openbsd.org 2008/05/02 06:03:23 Modified files: faq : upgrade43.html Log message: Fix root.hint typo in 'Upgrading /etc'. Noticed by fualo on IRC; "please commit it" nick@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 06:37:08 Modified files: sys/netmpls : mpls_shim.c Log message: There is no need to endian convert the label after swapping it, all label ops are done with network byte ordering now. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 06:40:29 Modified files: sys/netmpls : mpls_input.c Log message: Fix the label swithing and forwarding logic a bit. OK norby@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/02 07:17:16 Modified files: x11/tk/8.4 : Makefile x11/tk/8.5 : Makefile Log message: fix LIB_DEPENDS; this caused a problem installing Tk 8.4 when Tcl 8.5 was already installed. ok steven@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/02 07:26:27 Modified files: sys/nfs : nfs_syscalls.c Log message: plug potential mbuf leaks; Parts from NetBSD; OK blambert@; tested by johan@, sthen@ and a few others. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 07:49:34 Modified files: usr.sbin/bgpd : rde.c Log message: Fix logic when setting the F_RIB_ELIGIBLE flag. A path with a NULL nexthop is localy originated and so is eligible by definition. Noticed and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/02 07:53:19 Modified files: usr.sbin/bgpd : rde_decide.c Log message: Compare flags against the right flag field or else unexpected things may happen. The decision process failed to correctly mask looping pathes and in some szenarios even elected them as best route. *gulp* Found the hard way and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: blambert@cvs.openbsd.org 2008/05/02 08:07:15 Modified files: sys/kern : kern_kthread.c Log message: Pass FORK_SHAREFILES flag in kthread_create; avoids allocating a filedesc struct and associated fdcopy operation on kernel thread creation. Instead, kernel threads share and bump reference count on proc0's filedesc. ok thib@, "definitely makes sense" art@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 08:07:46 Log message: Initial import of gnome-ssh-askpass-5.0. A simple GNOME SSH passphrase grabber. ok jasper@ Status: Vendor Tag: bernd Release Tags: bernd_2008-may-02 N ports/x11/gnome/ssh-askpass/Makefile N ports/x11/gnome/ssh-askpass/distinfo N ports/x11/gnome/ssh-askpass/patches/patch-Makefile N ports/x11/gnome/ssh-askpass/pkg/PLIST N ports/x11/gnome/ssh-askpass/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 08:09:34 Modified files: x11/gnome : Makefile Log message: Add ssh-askpass. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/02 08:44:54 Modified files: mail/evolution : Makefile Log message: - fix WANTLIB CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 09:55:58 Modified files: lib/libevent : evdns.c evdns.h Log message: - Increment MAX_ADDRS in evdns so as to be quite large. - Accept as well-formed DNS replies with questions but no answers. - Fix for crash in evdns_resolve_reverse_ipv6(). - Move end of "extern C {" block to the end of evdns.h. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 11:32:53 Modified files: devel/subversion: Makefile Log message: Adjust WANTLIB after net/neon switched from libxml2 to system expat. Noticed by Markus Lude. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/02 12:26:42 Modified files: lib/libevent : evbuffer.c event.3 event.c event.h Log message: - Use a const pointer for bufferevent_write. - Make event_init return struct event_base *. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 13:10:01 Modified files: sys/arch/macppc/macppc: cpu.c Log message: Invalidate and initialize the l2 on secondary processors, ok kettenis@ CVSROOT: /cvs Module name: www Changes by: ckuethe@cvs.openbsd.org 2008/05/02 13:38:55 Modified files: . : report.html Log message: Talk about how to use that lovely crash dump you got from savecore by mentioning the crash(8) manpage. Inspired by a report on misc@ ok miod CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/02 13:52:19 Modified files: graphics/ImageMagick: Makefile Log message: adding libwmf pulls in X libs; move it out of no_x11 flavor. pointed out by Olivier Mehani - thanks! ok okan@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 13:52:27 Modified files: sys/arch/sparc64/include: lock.h Log message: Implement rw_cas correctly, unlike previous revision where I was obviously on drugs; ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 15:44:46 Modified files: sys/arch/m88k/m88k: trap.c Log message: Grab the biglock unconditionnaly when system calls go through systrace; spotted by drahn CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/02 15:45:14 Modified files: sys/arch/m88k/m88k: m88110_fp.c Log message: Check for a disabled FPU before attempting to emulate the instruction. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/02 16:00:07 Modified files: sys/arch/powerpc/include: lock.h Log message: implement rw_cas, "go for it" miod@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/02 17:21:06 Modified files: devel/git : Makefile Added files: devel/git/patches: patch-git-gui_git-gui_sh Log message: Disable the spell check option in git-gui. It doesn't work with aspell-0.50.x. (git-gui hangs at startup) Noticed and tested by deanna@. Thanks for the report! CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:35:27 Modified files: devel/py-twisted/core: Makefile devel/py-twisted/core/files: twisted-regen-dropin.cache Log message: The twisted-regen-dropin.cache script (which is now pure python) interprets its arguments as python module names for which plugin cache should be updated. This is useful for third-party packages (such as axiom) which makes use of the twisted plugin infrastructure. ok martynas@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:40:50 Log message: Axiom is an object database, or alternatively, an object-relational mapper. Its primary goal is to provide an object-oriented layer with what we consider to be the key aspects of OO, i.e. polymorphism and message dispatch, without hindering the power of an RDBMS. It is designed to "feel pythonic", without encouraging the typical ORM behavior such as potato programming. Axiom provides a full interface to the database, which strongly suggests that you do not write any SQL of your own. Metaprogramming is difficult and dangerous (as many, many SQL injection attacks amply demonstrate). Writing your own SQL is still possible, however, and Axiom does have several methods which return fragments of generated schema if you wish to use them in your own queries. ok martynas@ Status: Vendor Tag: eric Release Tags: eric_2008-May-03 N ports/databases/py-axiom/Makefile N ports/databases/py-axiom/distinfo N ports/databases/py-axiom/pkg/PLIST N ports/databases/py-axiom/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 06:41:49 Modified files: databases : Makefile Log message: +py-axiom CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/03 07:18:08 Modified files: sbin/mount_vnd : pkcs5_pbkdf2.c pkcs5_pbkdf2.h Log message: remove unused functions from tobias@ ok ray@ tobias@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/03 08:41:29 Modified files: sys/kern : vfs_default.c sys/miscfs/fifofs: fifo.h fifo_vnops.c sys/miscfs/specfs: spec_vnops.c specdev.h sys/sys : vnode.h sys/ufs/mfs : mfs_extern.h mfs_vnops.c Log message: Introduce vop_generic_bmap(); use it where applicable. one thing of note, fifofs changes in that its bmap now sets the runp too 0, but that was an oversight in the old code. ok art@ CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/03 10:39:03 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: mpcpcibr.4 Log message: mpcpcibr(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/03 11:27:04 Modified files: sys/arch/powerpc/powerpc: trap.c Log message: Do not acquire the kernel lock for SY_NOLOCK system calls; ok drahn@ kettenis@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/03 12:16:25 Modified files: www/drupal5/core: Makefile www/drupal5/core/pkg: MESSAGE Log message: tweak MESSAGE a little CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/03 12:46:41 Modified files: lib/libc/stdio : fopen.c Log message: add missing header for close ok otto@ espie@ millert@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/03 13:03:29 Modified files: www/drupal5 : TODO www/drupal5/IMCE: Makefile distinfo www/drupal5/cck: Makefile distinfo www/drupal5/cck/pkg: PLIST www/drupal5/daterange: Makefile distinfo www/drupal5/devel: Makefile distinfo www/drupal5/devel/pkg: PLIST www/drupal5/image: Makefile distinfo www/drupal5/journal: Makefile distinfo www/drupal5/journal/pkg: PLIST www/drupal5/jstools: Makefile distinfo www/drupal5/jstools/pkg: PLIST www/drupal5/locale-de: Makefile distinfo www/drupal5/locale-it: Makefile distinfo www/drupal5/pathauto: Makefile distinfo www/drupal5/printer-friendly: Makefile distinfo www/drupal5/printer-friendly/pkg: PLIST www/drupal5/themesettingsapi: Makefile distinfo www/drupal5/token: Makefile distinfo www/drupal5/token/pkg: PLIST www/drupal5/webform: Makefile distinfo Log message: a few minor updates CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/03 14:18:24 Modified files: sys/arch/solbourne/include: param.h sys/arch/solbourne/solbourne: machdep.c trap.c Log message: catch up with curpriority changes and convert to ptoa/atop ok miod@ CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/03 14:44:54 Modified files: devel/py-twisted/core: Makefile Log message: missing quote. noticed by Stephan Andre. CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/03 14:52:31 Modified files: gnu/usr.bin/gcc/gcc: mklibgcc.in Log message: add stmp-dirs to dependancy list, fixes a make -j issue seen on macppc "looks okay" espie@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/03 15:20:59 Modified files: . : plus43.html Log message: typos, from Richard Toohey on www@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/03 16:44:56 Modified files: sys/arch/macppc/dev: openpic.c Log message: Rework the interrupt calculation masks, a bit easier to follow (not so wrong). CVSROOT: /cvs Module name: www Changes by: deraadt@cvs.openbsd.org 2008/05/03 20:25:17 Modified files: . : hackathons.html Added files: images/hackathons: n2k8-s.gif n2k8.gif Log message: introduce the n2k8 hackathon tshirt image.. CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/03 23:42:38 Modified files: faq : faq4.html Log message: fix minimum sizes for /usr ok nick@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 02:20:28 Modified files: audio/sonata : Makefile distinfo audio/sonata/pkg: PLIST Log message: - bugfix update to sonata-1.5.1 CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/04 03:57:47 Modified files: sys/arch/arm/arm: arm32_machdep.c mem.c sys/arch/arm/include: param.h sys/arch/mips64/include: param.h sys/arch/mips64/mips64: mem.c sendsig.c sys/arch/sgi/sgi: machdep.c Log message: convert arm and mips64 platforms to ptoa/atop tested by maja@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/04 06:01:42 Modified files: textproc/icu4c : Makefile Added files: textproc/icu4c/patches: patch-source_common_unicode_rbbi_h Log message: make the setBreakType function public. the diff has been extracted from openoffice's diff, so we can switch to our icu4c; tested by simon@, jasper@; ok jasper@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/04 06:27:46 Modified files: sys/arch/sgi/sgi: ip32_machdep.c Log message: Unpopulated CRIME memory banks (or logically empty due to CRIME merging contiguous 64MB DIMMs in a single 128MB one) are not reported as memory at offset zero, but actually as duplicates of the first entry (which always matches real memory). If the DIMMs are set up in decreasing sizes, as recommanded by SGI, the first entry will be configured at offset zero, so the existing code would run fine. If, however, you order your DIMMs in a different order, the first entry might not be at offset zero, so the kernel will mess up its memory information, which will cause random effects from simply misreported memory sizes, to the inability to boot. Fix this by strengthening the check for an empty bank. Problem reported by Jason Bergstrom (bergie, bergie dot net), analysis and fix by me. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/04 06:53:15 Modified files: infrastructure/mk: bsd.port.mk Log message: make the lock on distfile more useful. In case we got stuck in the SIMPLE_LOCK for a while, this means something else is fetching the same distfile, so first check whether our target actually exists before we try to fetch it all over again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/04 06:58:03 Modified files: infrastructure/mk: bsd.port.mk Log message: use a trap to remove the tmp file, thus helping making sure it does not stay around CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 08:33:53 ports/x11/gnome/vfs2/files Update of /cvs/ports/x11/gnome/vfs2/files In directory cvs.openbsd.org:/tmp/cvs-serv18127/files Log Message: Directory /cvs/ports/x11/gnome/vfs2/files added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/04 08:36:44 Modified files: x11/gnome/vfs2 : Makefile x11/gnome/vfs2/patches: patch-modules_sftp-method_c Added files: x11/gnome/vfs2/files: krb5-config x11/gnome/vfs2/patches: patch-imported_neon_ne_compress_c patch-imported_neon_ne_defs_h patch-imported_neon_ne_request_c patch-libgnomevfs_xdgmime_c patch-libgnomevfs_xdgmimecache_h patch-modules_http-neon-method_c Log message: * gnome-vfs2 cleanups and fixes: - fix webdav(s) browsing - don't hardcode /usr/local - fix some XDG conflicting symbols (from FreeBSD) - enable gssapi ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/04 09:11:48 Modified files: mail/gmime : Makefile distinfo Log message: - update gmime to 2.2.19 - better license marker - tweak WANTLIB CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/04 09:16:43 Modified files: audio/speex : Makefile distinfo audio/speex/pkg: PFRAG.shared PLIST Removed files: audio/speex/patches: patch-configure_ac patch-libspeex_stack_alloc_h patch-libspeex_testecho_c Log message: - update speex to 1.2beta3 - switch CONFIGURE_STYLE back to gnu, suggested by naddy. tested in bulk build and ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/04 12:22:28 Modified files: share/man/man4/man4.macppc: Makefile Added files: share/man/man4/man4.macppc: openpic.4 Log message: openpic(4) bits. OK drahn@. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/04 12:34:05 Modified files: gnu/usr.sbin/sendmail: CACerts KNOWNBUGS README RELEASE_NOTES gnu/usr.sbin/sendmail/cf: README gnu/usr.sbin/sendmail/cf/feature: ldap_routing.m4 gnu/usr.sbin/sendmail/cf/m4: proto.m4 version.m4 gnu/usr.sbin/sendmail/contrib: buildvirtuser gnu/usr.sbin/sendmail/doc/op: op.me gnu/usr.sbin/sendmail/editmap: editmap.c gnu/usr.sbin/sendmail/include/libmilter: mfapi.h gnu/usr.sbin/sendmail/include/sm: conf.h ldap.h tailq.h gnu/usr.sbin/sendmail/libmilter: engine.c listener.c main.c monitor.c shlib_version smfi.c worker.c gnu/usr.sbin/sendmail/libmilter/docs: smfi_opensocket.html smfi_version.html xxfi_unknown.html gnu/usr.sbin/sendmail/libsm: ldap.c mpeix.c gnu/usr.sbin/sendmail/mail.local: mail.local.c gnu/usr.sbin/sendmail/makemap: makemap.8 makemap.c gnu/usr.sbin/sendmail/praliases: praliases.c gnu/usr.sbin/sendmail/sendmail: README collect.c conf.c daemon.c deliver.c envelope.c headers.c macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c ratectrl.c readcf.c recipient.c sendmail.8 sendmail.h sfsasl.c sm_resolve.c srvrsmtp.c usersmtp.c util.c version.c gnu/usr.sbin/sendmail/smrsh: README gnu/usr.sbin/sendmail/vacation: vacation.c Log message: Update to sendmail-8.14.3 CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/04 13:56:25 Modified files: shells/bash : Makefile distinfo Log message: update through patch #39 CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/04 14:43:55 Modified files: editors/ht : Makefile distinfo editors/ht/patches: patch-configure editors/ht/pkg : DESCR PLIST Added files: editors/ht/pkg : MESSAGE Removed files: editors/ht/patches: patch-io_htio_h patch-io_posix_htsys_cc Log message: - update to 2.0.13 - install ht as hte to remove conflict with print/texlive/base (note in pkg/MESSAGE) - respect CFLAGS and X11BASE - add OpenBSD target based on patches from Paul Irofti and Genadijus Paleckis feedback and ok merdely@ CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/04 14:45:30 Modified files: print/texlive/base: Makefile print/texlive/base/pkg: PLIST Log message: ht conflict now only exists for older ht ports. feedback and ok merdely@ CVSROOT: /cvs Module name: src Changes by: drahn@cvs.openbsd.org 2008/05/04 14:54:22 Modified files: sys/arch/powerpc/include: cpu.h sys/arch/macppc/dev: openpic.c Log message: Manage interrupts based on priority better, still working on this... CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/04 15:06:13 Modified files: share/man/man4/man4.macppc: macobio.4 openpic.4 Log message: macobio(4): add openpic(4) openpic(4): tweak previous CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/04 15:14:32 Modified files: regress/lib/libevent: Makefile eventtest.c Log message: Some additional tests. From the libevent SVN repo. ok millert@ CVSROOT: /cvs Module name: src Changes by: martin@cvs.openbsd.org 2008/05/04 15:18:00 Modified files: sys/arch/sh/include: param.h sys/arch/sh/sh : sh_machdep.c Log message: convert to ptoa/atop tested by maja@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/04 15:23:29 Modified files: distrib/sgi/ramdisk: list Log message: Add ping6 and rtsol. ok miod@ CVSROOT: /cvs Module name: xenocara Changes by: maja@cvs.openbsd.org 2008/05/04 16:45:35 Modified files: driver/xf86-input-keyboard/src: bsd_kbd.c Log message: Convert some wscons keyboard layouts to correct X names. -moj ok @johan @oga and @matthieu CVSROOT: /cvs Module name: src Changes by: kurt@cvs.openbsd.org 2008/05/04 20:29:02 Modified files: libexec/ld.so : dlfcn.c library.c library_mquery.c loader.c resolve.c resolve.h Log message: Constantly fill in the program header pointer and count in elf_object_t for all objects which simplifies phdr usage in a few places. "go for it" drahn@ CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/05/04 20:51:20 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.7/patches: patch-hotspot_build_bsd_makefiles_gcc_make Log message: - Remove -Werror from CFLAGS in hotspot so the build works with user specified CFLAGS - noticed by steven@ - Fix comment typo in Makefile - reported by Joachim Schipper No change in packages so no package bump CVSROOT: /cvs Module name: ports Changes by: kurt@cvs.openbsd.org 2008/05/04 20:53:15 Modified files: devel/jdk : java.port.mk Log message: Add support for 1.6 and 1.7 level ports. okay nikolay@ ian@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 02:47:04 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/pkg: PLIST Log message: - don't install the dbus service file this should fix authentication to network shares under Nautilus; it's a temporary workaround until the Nautilus issue is found and fixed "go for it!" jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:27:40 Log message: import vala 0.3.1 Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C. valac, the Vala compiler, is a self-hosting compiler that translates Vala source code into C source and header files. It uses the GObject type system to create classes and interfaces declared in the Vala source code. It's also planned to generate GIDL files when gobject- introspection is ready. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080505 N ports/lang/vala/distinfo N ports/lang/vala/Makefile N ports/lang/vala/pkg/DESCR N ports/lang/vala/pkg/PLIST N ports/lang/vala/pkg/PFRAG.shared N ports/lang/vala/patches/patch-tests_testrunner_sh No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:28:50 Modified files: lang : Makefile Log message: - add vala CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:31:17 Log message: import gtkaml 0.2.0.2 gtkaml is an XML parser that extends the Vala.Parser (literally) and transforms all your tags into a valid Gtk+ UI class described in the Vala language. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080505 N ports/textproc/gtkaml/Makefile N ports/textproc/gtkaml/distinfo N ports/textproc/gtkaml/pkg/DESCR N ports/textproc/gtkaml/pkg/PLIST N ports/textproc/gtkaml/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:31:30 Modified files: x11/gnustep/make: Makefile distinfo x11/gnustep/make/patches: patch-GNUmakefile_in patch-Instance_bundle_make patch-Instance_framework_make patch-Instance_library_make Log message: - update to version 2.0.5 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:32:02 Modified files: x11/gnustep/base: Makefile distinfo Log message: - update to version 1.14.3 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/05 03:32:59 Modified files: x11/gnustep : Makefile.inc Log message: - GNUstep core is now (L)GPLv3 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/05 03:34:03 Modified files: textproc : Makefile Log message: - add gtkaml CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 05:38:10 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvmeppc md.sgi md.sparc md.sparc64 md.zaurus distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:15:21 Modified files: sys/dev/usb : usbdevs Log message: Another msm. Reported on misc@ by Denis Doroshenko CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:16:00 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/05 06:19:22 Modified files: sys/dev/usb : umsm.c Log message: Make umsm only claim a single interface so it doesn't match on umass interfaces, and add Huawei E220. From rivo nurges . And add another device while here. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/05 06:19:38 Modified files: sys/dev/ata : atascsi.c Log message: Don't set the adaptor template link's flags and quirks when trying to set the flags and quirks for a device. Should fix weird issues where the device after an ATAPI device gets marked as ATAPI. First reported on misc@ by Daniel Wade, who also provided some useful testing. ok dlg@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/05 06:33:55 Modified files: usr.sbin/relayd: relay.c Log message: Put relay sockets in non blocking mode too. This got forgotten along the way and didn't show since our read buffers are small. ``put it in'' reyk@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 06:55:37 Modified files: usr.sbin/ospfd : kroute.c Log message: Use rtm_hdrlen instead of the static header length. OK norby@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 07:00:43 Modified files: sys/net : pf.c pfvar.h Log message: remove a useless refcnt in pf_state_key. when it is in fact only used to delete the state key when the number of attached states (in a tailq) drops to zero, we can as well test for the queue beeing empty. this is a leftover from some early version that did things differently. ok ryan CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 07:06:37 Modified files: sys/net : route.c Log message: in rt_gettable, we unfortunately have to check for rt_tables[id] != NULL before returning rt_tables[id][af2rtafidx[af]. when you created tables and left a hole (0 and 2 exist, 1 does not) it is possible to hit that case. issue found & ok claudio CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/05 07:40:17 Modified files: sys/net : ethertypes.h Log message: add lldp type CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/05 07:53:48 Modified files: usr.sbin/ndp : ndp.c Log message: don't install a /128 bit net route for 'proxy' ndp entries and show them with ndp -a, too. from KAME rev 1.121; ok henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/05 09:07:12 Modified files: usr.sbin/relayd: snmp.c Log message: clean up after reyk (tab at EOL) CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/05 09:18:29 Modified files: editors/openoffice: Makefile editors/openoffice/patches: patch-config_office_configure_in patch-solenv_inc_settings_mk editors/openoffice/pkg: PFRAG.shared-main PLIST-main Removed files: editors/openoffice/patches: patch-icu_icu-3_6_patch patch-icu_makefile_mk Log message: use textproc/icu4c instead of the bundled one; bump PKGNAMEs CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/05 09:37:41 Modified files: sys/sys : proc.h sys/uvm : uvm.h Log message: retire ltsleep(); The only refrence left too it is in an ifdef netbsd block in drm code, but oga@ says he'll remove it soon... OK art@, oga@; CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/05 09:50:10 Modified files: gnu/usr.bin/perl/ext/util: make_ext Log message: enforce make -j1 in SDBM_File, there is a nasty race that's hard to fix. okay millert@ CVSROOT: /cvs Module name: xenocara Changes by: todd@cvs.openbsd.org 2008/05/05 11:54:25 Modified files: distrib/sets/lists/xbase: md.alpha md.amd64 md.armish md.hp300 md.hppa md.i386 md.landisk md.mac68k md.macppc md.mvme68k md.mvme88k md.sgi md.sparc md.sparc64 md.vax md.zaurus mi distrib/sets/lists/xshare: mi Log message: sync CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/05 13:19:16 Modified files: mail/roundcubemail: Makefile distinfo Log message: upstream rerolled the distfile to fix the setup script for mysql; bump package and recalculate checksums. CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:32:02 Modified files: net/freeradius : Makefile distinfo net/freeradius/patches: patch-configure patch-raddb_radiusd_conf_in net/freeradius/pkg: PLIST-main Log message: - maintenance update to freeradius 2.04. Check the Changelog for more information. ok mbalmer@, jolan@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:38:01 Modified files: games/freeciv : Makefile distinfo Log message: - maintenance update to freeciv 2.1.4. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:41:16 Modified files: devel/libmagic : Makefile distinfo devel/libmagic/pkg: PLIST Log message: - maintenance update to libmagic 4.24. CVSROOT: /cvs Module name: ports Changes by: rui@cvs.openbsd.org 2008/05/05 13:50:17 Modified files: sysutils/sleuthkit: Makefile distinfo Removed files: sysutils/sleuthkit/patches: patch-tools_timeline_mactime_base Log message: - maintenance update to sleuthkit 2.52. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/05 13:57:01 Modified files: sys/kern : tty_nmea.c Log message: Make nmea(4) behave like the other timedelta sensors and provide a signal sensor that reflects the status of the receiver. tested by and ok ckuethe CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/05 14:04:11 Modified files: share/man/man4 : nmea.4 Log message: Document signal sensor. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/05 15:21:43 Modified files: www/ap2-mod_perl: Makefile distinfo Added files: www/ap2-mod_perl/patches: patch-src_modules_perl_modperl_apache_compat_h Log message: update to version 2.0.4 and enable tests help by Sergey Skvortsov confirmed by maintainer CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/05 15:50:45 Modified files: lib/libc/stdio : vfprintf.c Log message: add missing header for getpagesize ok espie@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/05 16:25:04 Modified files: sys/dev/pci : pucdata.c Log message: dell drac 3 and 4 virtual uarts are pucs running very fast. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 16:58:58 Modified files: sys/arch/arm/include: bus.h Log message: We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code behind it. OK miod@, drahn@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 17:56:21 Modified files: sys/dev/pci : if_nxe.c Log message: Correct defines for NXE_DB_PEGID_RX|TX. OK dlg@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 18:09:53 Modified files: sys/dev/microcode/zydas: Makefile Added files: sys/dev/microcode/zydas: zd1211-license Removed files: sys/dev/microcode/zydas: zd1211-licence Log message: rename file; Paul de Weerd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 19:03:54 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.hppa md.hppa64 md.i386 md.landisk md.macppc md.mvmeppc md.sgi md.sparc64 md.zaurus Log message: sync CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/05 20:16:26 Modified files: sys/kern : uipc_mbuf.c Log message: Rather than clearing particularly dangerous flags when found, just zero all flags when we pool_put mbufs. ok claudio@ henning@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/05 20:47:20 Modified files: sys/netmpls : mpls_input.c Log message: fix debug output. ok claudio@ CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/05/05 21:24:25 Modified files: sys/net : pf_ioctl.c Log message: Prevent possible overflow of int variable on large memory machines. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:39:09 Modified files: sbin/route : show.c Log message: Minor cleanup. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:40:31 Modified files: sbin/route : keywords.sh Log message: Add pop, push and swap options used by MPLS. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:40:51 Modified files: sbin/route : keywords.h Log message: regen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:44:14 Modified files: sbin/route : route.c show.c Log message: Labels in the sockaddr are stored like on the wire so shift and byte swap them. This makes route lookups work again. OK norby@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/05 21:45:22 Modified files: sbin/pfctl : pfctl.c pfctl_optimize.c sys/net : if_pfsync.c pf.c pf_ioctl.c pfvar.h Log message: Add a counter to record how many states have been created by a rule. It shows up in pfctl verbose mode and in the 7th field of the labels output. Also remove the label printing for scrub rules, as they do not support labels. OK dhartmei@ (on an earlier version), henning@, mcbride@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/05 21:45:33 Modified files: sbin/route : route.c Log message: Add code to specify the mpls label switching operation. OK norby@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/05 21:50:03 Modified files: sbin/pfctl : pfctl.8 Log message: Document new state creation counter for pfctl -s labels CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/05 23:47:39 Modified files: usr.bin/nc : nc.1 netcat.c Log message: allow setting of TCP send/receive buffer sizes; ok markus@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 23:59:49 Modified files: sys/dev/usb : usb_quirks.c usbdevs Log message: another omron usb that must be ugen; vladas.urbonas@gmail CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/05 23:59:52 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 00:09:48 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relayd.h Log message: Do not unconditionnaly load pf. If pf isn't required by the configuration the initialisation isn't done properly. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 00:34:10 Modified files: usr.sbin/ppp/ppp: arp.c Log message: More missing RTM_VERSION checks. OK henning@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/06 00:54:28 Modified files: bin/pax : ar_subs.c extern.h ftree.c ftree.h Log message: when pax is running in -u mode, and no files are beeing updated because not one changed, we should not exit with an error but zero to indicate success (matches solaris behaviour). need to track wether files were skipped because of the -u checks for that and take that into account later when taking the exit code decision. ok theo, comments from otto and miod CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 01:18:09 Modified files: sys/net : if_tun.c Log message: M_PREPEND can set its first parameter to NULL, and all other code using M_PREPEND checks for NULL after the invocation. So check here too and return ENOBUFS if NULL is detected. ok henning@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 01:25:14 Modified files: sys/dev/usb : usbdevs Log message: someone making usb keyboards.. for oems.. owned by vladas.urbonas CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 01:25:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/06 02:01:24 Modified files: sys/netmpls : mpls_input.c Log message: get rid of rtalloc, use rtalloc1 instead. ok claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/06 02:04:04 Modified files: sys/netmpls : mpls_input.c Log message: Drop all broadcast and multicast packets. ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 02:47:36 Modified files: sys/netinet : in_proto.c tcp_input.c tcp_subr.c tcp_var.h sys/netinet6 : in6_proto.c Log message: remove tcp_drain code since it's not longer used; ok henning, feedback thib CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 02:51:44 Modified files: sys/kern : tty_msts.c Log message: Report the clock status in a signal sensor, like all other timedeltas. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 03:00:51 Modified files: share/man/man4 : msts.4 Log message: Document signal/clock status. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/06 03:01:08 Modified files: share/man/man4 : nmea.4 Log message: Better formatting. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 03:31:26 Log message: embedded common lisp, appears to work on at least i386 and macppc, which is a good reason to import it (since every other lisp we have works only on i386, and flakily to boot) Status: Vendor Tag: espie Release Tags: ecl N ports/lang/ecl/distinfo N ports/lang/ecl/Makefile N ports/lang/ecl/pkg/PLIST N ports/lang/ecl/pkg/PFRAG.shared N ports/lang/ecl/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 03:33:19 Modified files: lang : Makefile Log message: +ecl CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 03:44:25 Modified files: sys/net : pf.c Log message: Kill state if we get SYN for a state that has been closed from both sides. ok henning@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 03:52:47 Modified files: usr.sbin/relayd: relayd.c Log message: do not attempt to reload a configuration if we come from a non pf requiring configuration to a pf requiring one. ok reyk@ CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/06 04:37:30 Modified files: usr.bin/cvs : server.c Log message: We have to check if server_argc is 1 instead of lesser than 0 to see if an Argumentx directive has been sent to server without prior Argument. ok joris, xsa CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 05:52:49 Modified files: usr.sbin/relayd: pfe_filter.c Log message: fix the table stats clr ioctl CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 06:13:57 Modified files: sbin/ifconfig : ifconfig.c Log message: print IN6_IFF_AUTOCONF flag, too; ok henning some time ago CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:20:45 Modified files: sys/dev/pci : aac_pci.c Log message: Remove bogus entries for PCI_PRODUCT_DELL_PERC_3DI_2, which apparently is an UART. Makes aac(4) compile again. OK dlg@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 06:24:12 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: the message digest http check does not work on binary content, add manpage clarification. From bsd at openbsd dot rutgers dot edu, closes pr5801 ok pyr@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/06 06:26:01 Modified files: x11/gnustep/base: Makefile Log message: - WANTLIB CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:33:15 Modified files: sys/dev/usb : usbdevs Log message: Add Apple USB Ethernet. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:37:53 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/06 06:39:03 Modified files: sys/dev/pci : amdpm.c Log message: AMD_8111_PMC has timecounter, too; ok grange@ some time ago CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:51:17 Modified files: sys/dev/usb : if_axe.c Log message: Add support for the Apple USB Ethernet adapter. Work around the "latch in at the first working PHY address hack", that fails for this adapter because it returns 0xffff when reading from lower PHY addresses. Also add more debugging printfs. Testing and OK jsg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 06:53:32 Modified files: sbin/route : route.c Log message: Yet another missing RTM_VERSION check. Found by norby@. OK henning@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 06:53:52 Modified files: share/man/man4 : axe.4 Log message: Apple USB Ethernet Adapter A1277. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 06:58:00 Modified files: usr.sbin/relayd: parse.y relayd.conf.5 Log message: the manpage mentioned "timeout" in relay sections, while the grammar expected the keywords "forward timeout". rename it to "session timeout" and sync the documentation with reality. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 07:33:50 Modified files: sys/conf : files sys/net : bpf.h sys/sys : sockio.h sys/netmpls : mpls.h mpls_input.c sbin/ifconfig : ifconfig.c Added files: sys/net : if_mpe.c Log message: bring in the mpe interface - for ``MPLS Provider Edge'' - this is a work in progress and some bits need to be cleaned up but will be in-tree for convenience. ok claudio@, norby@ CVSROOT: /cvs Module name: src Changes by: mcbride@cvs.openbsd.org 2008/05/06 09:12:00 Modified files: share/man/man4 : carp.4 lib/libc/gen : sysctl.3 sys/netinet : ip_carp.c Log message: Use the standard syslog levels on CARP logging messages instead of simple on/off, allowing more control over how verbose the logging is. This also allows you to do a further level of filtering in syslog.conf if you need to. Also add logging of state changes, inspired by diff provided by Brian A. Seklecki in PR 5513. These messages are logged by default. ok henning mpf deraadt CVSROOT: /cvs Module name: xenocara Changes by: tobias@cvs.openbsd.org 2008/05/06 09:12:04 Modified files: app/cwm : calmwm.c Log message: Signal handler of SIGCHLD calls waitpid() which sets errno on error. To avoid clubbering of errno in normal context, save_errno got introduced. ok oga CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 10:13:15 Modified files: infrastructure/build: pkg_subst Log message: copy rights and owner, based on jasper's remarks CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/06 10:14:33 Modified files: devel/py-twisted/core: Makefile devel/py-twisted/core/files: twisted-regen-dropin.cache Log message: SUBST_CMD now preserves right, and so it can be used. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:21:03 Modified files: usr.bin/nc : nc.1 Log message: - put the description of -O in the right place - shorten the argument names to -IO CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:23:52 Modified files: usr.sbin/relayd: relayd.conf.5 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/06 10:26:07 Modified files: share/man/man9 : uvm.9 Log message: typo fix; from tanner ok art CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 11:07:27 Modified files: www/p5-HTTP-Body: Makefile distinfo www/p5-HTTP-Body/pkg: PLIST Log message: maintenance update to version 1.03 CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/06 11:19:40 Modified files: sys/kern : init_main.c vfs_subr.c sys/sys : mount.h Log message: retire vfs_mountroot(); setroot() is now (and has been) responsible for setting the mountroot function pointer "to the right thing", or failing todo that, to ffs_mountroot; based on a discussion/diff from deraadt@. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 11:36:47 Modified files: devel/py-psyco : Makefile distinfo devel/py-psyco/pkg: PLIST Log message: update to py-psyco-1.6 from fgsch@ with tweaks from me, wcmaier@. ok wcmaier@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 11:45:46 Modified files: www/p5-FCGI-ProcManager: Makefile distinfo Log message: maintenance update to version 0.18 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/06 12:53:01 Modified files: textproc/libxml: Makefile distinfo textproc/libxml/patches: patch-Makefile.in patch-configure patch-doc_Makefile_in patch-python_Makefile_in patch-python_tests_Makefile_in patch-xstc_Makefile_in textproc/libxml/pkg: PFRAG.shared-python Removed files: textproc/libxml/patches: patch-parserInternals_c Log message: update to 2.6.32 CVSROOT: /cvs Module name: ports Changes by: steven@cvs.openbsd.org 2008/05/06 12:53:46 Modified files: textproc/libxslt: Makefile distinfo textproc/libxslt/patches: patch-doc_Makefile_in patch-libxslt_Makefile_in patch-tests_docs_Makefile_in Log message: update to 1.1.23 CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/06 13:19:02 Modified files: sys/dev/pci : agp_i810.c vga_pci.c vga_pcivar.h agp.c agpvar.h sys/dev/pci/drm: drmP.h drm_bufs.c drm_memory.c drm_drv.c i915_drv.c mach64_drv.c mga_drv.c r128_drv.c radeon_drv.c savage_drv.c sis_drv.c tdfx_drv.c via_drv.c Log message: currently agp_i810 needs to map the same BAR as inteldrm, this obviously fails. In order to allow this, implement an API so that drm and agp can share mappings for the BARs. Now it works as it should. tested by many. ok kettenis, miod said he'd look at it when it's in tree. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/06 13:20:16 Modified files: infrastructure/mk: bsd.port.mk Log message: - add ^LOCALBASE to SUBST_VARS; now that SUBST_CMD is here, this will become handy ok espie@ CVSROOT: /cvs Module name: src Changes by: oga@cvs.openbsd.org 2008/05/06 13:24:56 Modified files: sys/dev/pci/drm: drmP.h drm_bufs.c drm_scatter.c drm_vm.c Log message: Kill vtophys in drm. The code we inherited from FreeBSD used vtophys is a fair few places, nuke that and replace with bus_dma. technically _DRM_SHM should be managed with uao_create(), but until we move away from mmap and into an ioctl to map, this will do. This also paves the way for amd64 support (it lacks vtophys). ok kettenis, miod looked at it a while back too. CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:35:48 Modified files: mail/mozilla-thunderbird: Makefile distinfo Log message: security update to mozilla-thunderbird-2.0.0.14. MFSA 2008-15; MFSA 2008-14. http://www.mozilla.org/projects/security/known-vulnerabilities.html#thunderbird2.0.0.14 ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:36:32 Modified files: mail/thunderbird-i18n: Makefile distinfo Log message: update for mozilla-thunderbird-2.0.0.14; ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:37:59 Modified files: mail/enigmail : Makefile distinfo Log message: - bugfix update to enigmail-0.95.6: http://enigmail.mozdev.org/download/changelog.php#enig0.95.6 - update for mozilla-thunderbird-2.0.0.14 - fix MASTER_SITES ok kurt@, naddy@ CVSROOT: /cvs Module name: ports Changes by: martynas@cvs.openbsd.org 2008/05/06 14:49:51 Modified files: net/yt : Makefile net/yt/files : yt.lua Log message: googlevideo returns 403 for some urls, so switch base_url back to youtube. this makes some videos fetch again. (e.g., video id uPTcnzgseaQ recently posted on mailing-lists) ok jolan@, pedro@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/06 14:57:19 Modified files: share/man/man9 : pool.9 sys/kern : kern_descrip.c kern_event.c subr_pool.c vfs_cache.c sys/sys : pool.h Log message: Add a PR_ZERO flag for pools, to compliment the M_ZERO malloc flag, does the same thing. use it in a few places. OK tedu@, "then go ahead. and don't forget the manpage (-:" miod@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:02:50 Modified files: textproc/p5-XML-LibXML: Makefile distinfo Log message: update to version 1.66 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:03:08 Modified files: textproc/p5-XML-LibXSLT: Makefile distinfo Log message: update to version 1.66 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:32:19 Log message: import xoris xoris is a simple util that dumps a rgb-color value of any part of the screen to stdout. The program can do this in three variants: 1. hex (#b0958e) 2. string of rgb numbers (229 229 229) 3. abstract name (gray90) To get such enumerated color specifications, click: Button1, Ctrl+Button1, Shift+Button1 correspondingly. thanks to responsive upstream, no patches required ok eric@ Status: Vendor Tag: simon Release Tags: simon_20080507 N ports/graphics/xoris/Makefile N ports/graphics/xoris/distinfo N ports/graphics/xoris/pkg/PLIST N ports/graphics/xoris/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/06 16:32:22 Modified files: graphics : Makefile Log message: add xoris CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/06 16:34:48 Modified files: www/wordpress : Makefile distinfo www/wordpress/pkg: PLIST Log message: Update to 2.5.1 ok kevlo (MAINTAINER), "if it works for you" sthen@ CVSROOT: /cvs Module name: src Changes by: sthen@cvs.openbsd.org 2008/05/06 16:52:03 Modified files: etc : services Log message: - move some services from unofficial to the Assigned Numbers section, including some "cleverly" positioned in the dynamic range :( - add a couple of services relating to some ports/packages which otherwise need a manual change to this file looks good to ajacoutot, steven. suggestions/ok deraadt CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/06 19:49:29 Modified files: usr.sbin/relayd: parse.y pfe_filter.c relayd.8 relayd.conf.5 relayd.h Log message: add an alternative "route to" mode to relayd redirections which maps to pf route-to instead of the default rdr. it is a first steps towards support for "direct server return" (dsr), an asynchronous mode where the load balanced servers send the replies to a different gateway like a l3 switch/router to handle higher amounts of return traffic. because the state handling in pf isn't optimal for this case yet, it just sees half of the TCP connection, the sessions are forced to time out after fixed number of seconds. discussed with many, thought about in the onsen CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 20:11:34 Modified files: sys/net : if_faith.c Log message: There is no reason to have a faithrtrequest() function that sets the MTU to route MTU to the interface MTU. By default if no route MTU is set it will fall back to the interface MTU anyway. OK henning@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:31:01 Modified files: sys/dev/pci : files.pci share/man/man4 : Makefile sys/arch/i386/conf: GENERIC Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 20:43:45 Modified files: sbin/ifconfig : ifconfig.8 Added files: share/man/man4 : mpe.4 Log message: Document the new mpe interface and explain the appropriate commands in ifconfig(8). The man pages reference mpls(8) which doesn't exist, but claudio promises it will follow shortly. a thumb up and ok from claudio@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:45:04 Removed files: sys/dev/pci : ises.c isesreg.h Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 20:45:24 Modified files: sys/net : radix_mpath.c route.c Log message: Redo rev 1.8 but this time with an additional fix to solve the dhclient crashes seen by krw. This is a prerequisite for upcomming routing priorities: Always compare the nexthop if one is specified even if it is a non-multipath route. This mostly affects "route delete" and it will not remove the last route if previous delete is redone. OK henning@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:46:39 Removed files: sys/dev/pci : isesvar.h Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/06 20:47:49 Removed files: share/man/man4 : ises.4 Log message: Rather than fixing ises(4), nuke it. ok deraadt@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 20:54:40 Modified files: share/man/man4 : crypto.4 pci.4 Log message: no Xr ises CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/06 20:57:27 Modified files: distrib/sets/lists/base: md.alpha md.amd64 md.armish md.aviion md.hp300 md.hppa md.hppa64 md.i386 md.landisk md.luna88k md.mac68k md.macppc md.mvme68k md.mvme88k md.mvmeppc md.sgi md.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: steven@cvs.openbsd.org 2008/05/06 23:10:30 Modified files: print/auctex : Makefile print/auctex/patches: patch-Makefile Log message: substitute the right directory into tex-site.el found by fulvio ciriaco (oivulf at gmail) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/06 23:14:21 Modified files: sys/kern : vfs_subr.c sys/net : pf_table.c radix.c radix.h radix_mpath.c radix_mpath.h route.c route.h rtsock.c sys/netinet : in_pcb.c ip_carp.c sys/netinet6 : in6.c Log message: Implement routing priorities. Every route inserted has a priority assigned and the one route with the lowest number wins. This will be used by the routing daemons to resolve the synchronisations issue in case of conflicts. The nasty bits of this are in the multipath code. If no priority is specified the kernel will choose an appropriate priority. Looked at by a few people at n2k8 code is much older CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/06 23:49:37 Modified files: usr.bin/ssh : servconf.c servconf.h session.c sshd_config.5 Log message: Enable the AllowAgentForwarding option in sshd_config (global and match context), to specify if agents should be permitted on the server. As the man page states: ``Note that disabling Agent forwarding does not improve security unless users are also denied shell access, as they can always install their own forwarders.'' ok djm@, ok and a mild frown markus@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/06 23:51:12 Modified files: sys/net : if.c if_ethersubr.c if_tun.c netisr.h netisr_dispatch.h Log message: Prevent virtual interfaces from adding to the random pool. Also move the sampling into ether_input() where it can happen at the interrupt and not within splnet() processing, which might be less random. Discussed with mickey. OK markus@, mcbride@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/06 23:51:35 Modified files: www/wordpress : Makefile Log message: Update license marker (GPLv2). Suggested by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 00:06:25 Modified files: sbin/route : keywords.h keywords.sh route.c show.c Log message: Add support to show and modify rtm_priority. CVSROOT: /cvs Module name: xenocara Changes by: ajacoutot@cvs.openbsd.org 2008/05/07 00:07:09 Modified files: xserver/include: xkbsrv.h Log message: - fix an infinite loop by ensuring that realInputProc is never overwritten with the enqueueInputProc (from upstream git) cf. https://bugs.freedesktop.org/show_bug.cgi?id=13511 This should fix hangs people were seeing with icewm, cwm and most probably other WM under some circumstances. ok matthieu@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 00:15:26 Modified files: sys/net : pf.c Log message: backout last change, it's already there.... CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 00:23:30 Modified files: share/man/man5 : pf.conf.5 sbin/pfctl : parse.y pfctl_optimize.c pfctl_parser.c sys/net : pf_norm.c pfvar.h regress/sbin/pfctl: pf15.in pf15.ok Log message: allow setting TOS with scrub; ok mcbride, claudio CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 00:29:48 Modified files: sbin/route : route.8 Log message: Document -priority. looks good norby@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 00:43:35 Modified files: usr.bin/ssh : sshd_config Log message: push the sshd_config bits in, spotted by ajacoutot@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 00:53:42 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h Log message: Correctly initialize labels by byte-swapping and inserting BoS and TTL. While there bump MTU to 1500 and set the receiving interface before calling mpls_input. mpestart will eventually call mpls_output when it exists. ``yaaaaayyy'' and ok claudio@ and norby@ CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/07 00:56:47 Modified files: build : mirrors.dat Log message: Add openbsd.mirror.frontiernet.net, from maintainer jared r r spiegel CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/07 00:57:16 Modified files: . : ftp.html Log message: rebuild CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 01:07:29 Modified files: sbin/pfctl : parse.y sys/net : pf.c pf_norm.c pfvar.h regress/sbin/pfctl: pf15.in pf15.ok Log message: scrub packets based on tags; ok henning CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 01:11:52 Modified files: sbin/ifconfig : ifconfig.8 Log message: put the mpe bits in the right place; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 01:16:01 Modified files: share/man/man4 : mpe.4 Log message: tweak previous; CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 01:16:49 Modified files: sys/netmpls : mpls.h sys/net : if_mpe.c Log message: Make mpe a point-to-point interface. Make the mtu user definable. ok claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 01:32:38 Modified files: share/man/man5 : pf.conf.5 Log message: scrub allows tagged, too CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/07 02:00:14 Modified files: usr.bin/ssh : sshd_config.5 Log message: sort; CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 02:00:50 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h Log message: add mpe_input() to be able to be fed packets that will reenter ip. no consumers yet, they should come soon. ok norby@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 02:08:39 Modified files: sbin/pfctl : parse.y Log message: do not assume PF_INOUT is 0 in the enum; ok mcbride CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 02:37:25 Modified files: sys/net : if_mpe.c Log message: Missing return and correctly indent a debug printf. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 02:50:15 Modified files: libexec/spamd : sync.c Log message: check if the received buffer of a sync element is even big enough to hold the header with length field. ok deraadt@ beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/07 03:22:33 Modified files: lib/libssl/man : Makefile Log message: remove duplicates; remove des_random_key; remove unused; sort MLINKS; ok jmc@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 03:35:52 Modified files: sys/kern : tty_pty.c Log message: check TIOCSIG for 0 and do not send that to psignal() and pgsignal() ok fgsch CVSROOT: /cvs Module name: www Changes by: reyk@cvs.openbsd.org 2008/05/07 03:56:12 Modified files: . : hackathons.html Log message: add anchors to link directly to a specific hackathon, for example http://www.openbsd.org/hackathons.html#n2k8 CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/05/07 05:20:10 Modified files: build : support.dat Log message: Update bsdly.net. CVSROOT: /cvs Module name: www Changes by: mbalmer@cvs.openbsd.org 2008/05/07 05:20:33 Modified files: . : support.html Log message: sync. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/07 05:43:20 Modified files: sbin : Makefile Log message: unlink routed. unbreaks the tree (it is obvious claudio has it removed in his tree already) CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:55:21 Removed files: sbin/routed : Makefile defs.h if.c input.c main.c output.c parms.c pathnames.h radix.c rdisc.c routed.8 table.c trace.c sbin/routed/rtquery: Makefile rtquery.8 rtquery.c Log message: RIP routed. You were a nice thing in the 4.2BSD times but now it is time for you to go. Superseded by the shiny privseped ripd that does not have the evil habit to use kernel internals in userland. OK everybody in the onsen 'cause it unbreaks the tree CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:57:20 Modified files: sbin/ifconfig : ifconfig.8 sbin/ping : ping.8 Log message: Remove references to routed. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 05:58:14 Modified files: etc : rc rc.conf Log message: routed is no longer, use ripd instead. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:04:26 Modified files: share/man/man4 : netintro.4 route.4 Log message: More .Xr routed removes. Add the other routing daemons to netintro instead. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:05:35 Modified files: lib/libc/gen : syslog.3 share/man/man8 : rc.conf.8 Log message: routed is no more so use dhcpd in these examples instead. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:16:32 Modified files: usr.sbin/pppd : pppd.8 Log message: Remove .Xr to routed and reword the sentence a bit to make more sense. pppd can filter on network protocols not network daemons. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 06:17:19 Modified files: usr.sbin/route6d: route6d.8 Log message: Ref to ripd instead of routed. CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/07 06:19:20 Modified files: etc : services usr.sbin/dhcpd : Makefile dhcp.c dhcpd.8 dhcpd.c dhcpd.h dispatch.c errwarn.c memory.c Added files: usr.sbin/dhcpd : sync.c sync.h Log message: Add synchronisation support for dhcpd - this allows for two dhcpd's with the same configuration to be run on the same net and they will keep their lease files/state in synch, and therefore allowing you to run redundant dhcpd's. Synchronization code stolen from spamd, uses an hmac key in /var/db/dhcpd.key if it exists. ok krw@ deraadt@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/07 06:58:37 Modified files: usr.sbin/ospfd : ospfd.conf.5 Log message: OSPF uses the highest IP address, not the lowest. hai norby@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 06:58:54 Modified files: sys/net : if_loop.c Log message: Add MPLS support to loopback. Makes it possible to do evil tricks locally. ok claudio@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 07:01:29 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 07:05:30 Modified files: distrib/sets/lists/base: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/07 07:45:35 Modified files: sys/net : bridgestp.c if_atmsubr.c if_bridge.c if_fddisubr.c if_gif.c if_trunk.c if_vlan.c Log message: enable tx mitigation when putting packets on the wire by switching from calls to ifp->if_start to if_start(). these are the obviously right cases where we can do that, the less obvious ones may follow as theyre figured out. deraadt@ said to go for it CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 08:00:14 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/07 08:08:37 Modified files: sys/kern : vfs_conf.c vfs_subr.c sys/xfs : xfs_vfsops-openbsd.c Log message: remove the vfc_mountroot member from vfsconf and do appropriate cleanup; OK deraadt@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/07 08:09:36 Modified files: sys/sys : mount.h Log message: oops, forgot to remove vfc_mountroot from vfsconf for real. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/07 08:29:39 Modified files: graphics/png : Makefile distinfo graphics/png/patches: patch-scripts_libpng_pc_in patch-scripts_makefile_openbsd Log message: Update to 1.2.28 which fixes a number of "security and crash bugs". Bump library version since struct png_struct has changed--this shouldn't be used externally, but you never know. ok bernd@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/07 09:28:00 Modified files: editors/zile : Makefile distinfo editors/zile/patches: patch-src_Makefile_in editors/zile/pkg: DESCR Log message: Maintenance update to 2.2.58. Zile is now part of the GNU project. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/07 11:34:33 Modified files: games/quake : Makefile Log message: make the flavor conditions easier to read from a diff by Antti Harri ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: robert@cvs.openbsd.org 2008/05/07 11:40:21 Modified files: www/p5-CSS-Squish: Makefile distinfo Log message: update to version 0.07 CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/07 14:02:47 Modified files: mail/maildrop : Makefile distinfo mail/maildrop/patches: patch-maildir_Makefile_in patch-maildrop_Makefile_in patch-maildrop_configure patch-maildrop_maildrop_1_in patch-maildrop_maildropfilter_7_in mail/maildrop/pkg: PLIST-main Log message: Maintenance update to maildrop 2.0.4. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/07 14:12:10 Modified files: devel/horde : Makefile distinfo Log message: Security update to horde 3.1.7. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/07 14:42:02 Modified files: sys/arch/i386/conf: files.i386 sys/arch/i386/i386: apicvec.s machdep.c sys/arch/i386/include: _types.h intr.h sys/arch/i386/isa: icu.s Added files: sys/arch/i386/i386: softintr.c Log message: Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS ok dlg@, tested by dlg@, oga@, jsg@, deraadt@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/07 17:08:24 Modified files: www/nginx : Makefile distinfo www/nginx/patches: patch-conf_nginx_conf Log message: Update nginx to 0.6.30 From Darrin Chandler (MAINTAINER) ok simon@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/07 17:27:50 Modified files: usr.bin/cdio : cdio.c Log message: correct duration by taking the pre-gap into account; ok by many. CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/07 18:10:46 Modified files: usr.bin/sendbug: sendbug.c Log message: replace "/usr/sbin/sendmail" with _PATH_SENDMAIL no binary change found by Daniel Dickman ok ray@ CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/07 18:17:26 Modified files: sbin/pfctl : parse.y Log message: Bring back (in a more yacc friendly way) support for setting variables to a sequence of strings and numbers, which get folded together into one string (and later, when used, is re-lexed) ok mpf CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/07 18:44:57 Modified files: regress/sbin/pfctl: Makefile pfail53.in pfail53.ok Added files: regress/sbin/pfctl: pf96.in pf96.ok Log message: Add/Fix regression tests for sequences of numbers and stacked assignments of variables. OK deraadt@ CVSROOT: /cvs Module name: src Changes by: fgsch@cvs.openbsd.org 2008/05/07 19:17:54 Modified files: sys/sys : ttycom.h Log message: fix TIOCSIG definition; from Hannah Schroeter via tech. deraadt@ ok. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/07 19:35:43 Modified files: math/R : Makefile Log message: Use Tcl/Tk 8.4 even if 8.5 is available. Fixes packaging errors spotted by naddy@. Ok naddy@, mbalmer@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/07 19:40:57 Modified files: usr.bin/file : LEGAL.NOTICE MAINT README apprentice.c ascmagic.c compress.c config.h file.c file.h fsmagic.c funcs.c is_tar.c magic.c magic.h names.h patchlevel.h print.c readelf.c readelf.h softmagic.c tar.h usr.bin/file/magdir: Header Localstuff alpha amigaos animation apple archive audio bout c-lang c64 cad commands compress console ctags database diff digital dump editors elf filesystems flash fonts fsav gnu hp iff images java jpeg linux lisp mach macintosh magic mail.news maple mathematica mime misctools msdos ncr olf os2 os9 plan9 printer python revision sgi sgml sharc sinclair sniffer sql sun sysex tex troff tuxedo varied.out vmware vorbis xwindows Added files: usr.bin/file/magdir: adventure basis bflt btsnoop cafebabe claris communications cracklib esri geos matroska mips mup netbsd os400 palm perl riff scientific spec tgif unicode varied.script vicar virtutech wordprocessors xo65 Removed files: usr.bin/file/magdir: bFLT chi hdf modules sidfiles wordperfect Log message: Update file to 4.21. tested by ian@ sthen@ OK ian@, "move ahead with it" deraadt@ CVSROOT: /cvs Module name: src Changes by: ian@cvs.openbsd.org 2008/05/07 19:54:38 Modified files: regress/usr.bin/file: t15.out t18.out t22.out Log message: Sync with source changes CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 19:55:49 Modified files: sys/net : if_mpe.c Log message: UP mpe interfaces. ok claudio@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 20:15:34 Modified files: usr.sbin/relayd: parse.y Log message: missed to set the default for tables to round-robin, so it was loadbalance after the grammar change. make it round-robin again. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/07 20:27:58 Modified files: usr.sbin/relayd: relay.c relay_udp.c relayd.h Log message: move the session keys used by dns in a protocol-specific private ptr. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/07 21:13:55 Modified files: usr.bin/netstat: inet.c Log message: Receiving carp packets for unknown vhid's is not really an error. Change the wording accordingly. OK markus@, dlg@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/07 21:18:39 Modified files: sys/net : if_mpe.c sys/netmpls : mpls.h mpls_input.c Log message: Hook mpe(4) correctly into mpls so that it is possible to tunnel packets over MPLS. Still a bit hackish but getting closer. hai norby@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/07 21:30:18 Modified files: share/man/man4 : wb.4 Log message: Mention amphy(4). CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/07 21:41:29 Modified files: sys/net : if_mpe.c Log message: Start at making mpe tap to bpf. While there move if_start() call inside splnet. The DLT_MPLS will not go away and will be used for display in tcpdump -y mpls when the code is there, as suggested by reyk. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/07 22:05:37 Modified files: usr.sbin/bgpd : control.c Log message: make sure we always send back something on IMSG_CTL_SHOW_NEIGHBOR namely, the "no such neighbor" case was missing. problem spotted by martin,ok claudio CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/07 23:38:26 Modified files: usr.sbin/dhcpd : sync.c sync.h Log message: don't break dhcpd when not using synch mechanisms.. CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/07 23:41:59 Modified files: sbin/route : show.c Log message: Don't display the outlabel and interface for POP operations. ok claudio@ CVSROOT: /cvs Module name: src Changes by: norby@cvs.openbsd.org 2008/05/08 00:13:09 Modified files: sbin/route : show.c Log message: Fix fallout from the route priority thing. Don't display out label interface in the second column. ok claudio@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/08 00:48:37 Modified files: games/glsfcave : Makefile Log message: Author pointed out that HOMEPAGE changed - thanks! CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 00:52:13 Modified files: usr.sbin/bgpd : session.c session.h timer.c Log message: change timer internals so that we use a timewheel (tailq, sorted by expiry so that the timer that will expire first is always the first element, and so on). will make the checking a bit faster and moreelegant and more conveniant. ok claudio CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 00:59:01 Modified files: usr.bin/ssh : bufaux.c buffer.h channels.c packet.c packet.h Log message: avoid extra malloc/copy/free when receiving data over the net; ~10% speedup for localhost-scp; ok djm@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:10:51 Modified files: sbin/route : show.c Log message: space CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:18:47 Modified files: usr.bin/netstat: main.c Log message: make -f mpls work. OK norby@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 01:19:42 Modified files: usr.bin/netstat: show.c Log message: Sync netstat show.c with route show.c to gain mpls support and to show the routing priority. hai norby@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/08 01:28:08 Modified files: usr.sbin/dhcpd : dhcpd.c sync.c Log message: this should really only be in one file. CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 01:29:31 Modified files: sbin/pfctl : parse.y Log message: Loosen grammer to permit any number of newlines within most kinds of { } blocks, as requested by reyk; ok reyk mpf henning CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:40:03 Modified files: usr.sbin/bgpd : kroute.c timer.c Log message: in timer_set, when figuring out the right position for the timer, wemust stop walking the list once werun into a stopped timer, or eventually all stopped timers will queue up at the very front (instead of at the tail) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:43:03 Modified files: usr.sbin/bgpd : session.c session.h timer.c Log message: take advantage of the timewheel: instead of checking each an every timer, just get the first off the queue and check wether it is due CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:45:21 Modified files: usr.sbin/bgpd : timer.c Log message: we can stopin timer_set if new timeout equals the oldone. matters for stuff like the HoldTimer that gets reset often CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 01:59:56 Modified files: usr.sbin/bgpd : timer.c Log message: take advanatge of the timewheelin timer_nextduein - we just need to look at the first one CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 02:05:17 Modified files: sys/net : pfvar.h Log message: reorder elements in pf_state_peer to avoid wasting memory. cvs blame shows that 3 developers screwed this up. look carefully at this diff and learn how to avoid wasting memory. on a 64 bit architecture, each of these was using 40 bytes instead of 32. ok henning CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 02:08:36 Modified files: sbin/pfctl : parse.y Log message: make "to any" optional in binat, or well, the implied default. requested by reyk, ok reyk mpf CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 03:51:46 Modified files: usr.sbin/bgpd : rde_attr.c rde_decide.c timer.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/08 03:52:36 Modified files: sys/net : if_mpe.c Log message: Add license and OpenBSD RCS Tag to the file, spotted by Dries Schellekens. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 03:53:12 Modified files: usr.sbin/bgpd : session.h timer.c Log message: timer_due is not needed any more CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/08 03:55:09 ports/www/kronolith/patches Update of /cvs/ports/www/kronolith/patches In directory cvs.openbsd.org:/tmp/cvs-serv19932/patches Log Message: Directory /cvs/ports/www/kronolith/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/08 03:57:56 Modified files: www/kronolith : Makefile distinfo www/kronolith/pkg: PLIST Added files: www/kronolith/patches: patch-lib_Driver_sql_php Log message: Minor security update to Kronolith 2.1.8. Change the way the package is built by first unpacking the distfile so it can be patched. Sprinkle a few SQL typecasts where needed to make Kronolith happy again with PostgreSQL 8.3.x. Discussed with simon. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/08 04:56:24 Modified files: x11/gnome/keyring: Makefile x11/gnome/keyring/pkg: PLIST Added files: x11/gnome/keyring/patches: patch-daemon_gkr-daemon-io_c Log message: - fix socket credentials support; at last gnome-keyring-daemon works under OpenBSD - bring dbus service file back CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 06:02:23 Modified files: usr.bin/ssh : auth-options.c auth1.c channels.c channels.h clientloop.c gss-serv.c monitor.c monitor_wrap.c nchan.c servconf.c serverloop.c session.c ssh.c sshd.c Log message: Implement a channel success/failure status confirmation callback mechanism. Each channel maintains a queue of callbacks, which will be drained in order (RFC4253 guarantees confirm messages are not reordered within an channel). Also includes a abandonment callback to clean up if a channel is closed without sending confirmation messages. This probably shouldn't happen in compliant implementations, but it could be abused to leak memory. ok markus@ (as part of a larger diff) CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 06:21:16 Modified files: usr.bin/ssh : Makefile.inc monitor.c monitor_wrap.c servconf.c servconf.h session.c session.h sshd_config sshd_config.5 Log message: Make the maximum number of sessions run-time controllable via a sshd_config MaxSessions knob. This is useful for disabling login/shell/subsystem access while leaving port-forwarding working (MaxSessions 0), disabling connection multiplexing (MaxSessions 1) or simply increasing the number of allows multiplexed sessions. Because some bozos are sure to configure MaxSessions in excess of the number of available file descriptors in sshd (which, at peak, might be as many as 9*MaxSessions), audit sshd to ensure that it doesn't leak fds on error paths, and make it fail gracefully on out-of-fd conditions - sending channel errors instead of than exiting with fatal(). bz#1090; MaxSessions config bits and manpage from junyer AT gmail.com ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 07:06:11 Modified files: usr.bin/ssh : clientloop.c clientloop.h ssh.c Log message: Use new channel status confirmation callback system to properly deal with "important" channel requests that fail, in particular command exec, shell and subsystem requests. Previously we would optimistically assume that the requests would always succeed, which could cause hangs if they did not (e.g. when the server runs out of fds) or were unimplemented by the server (bz #1384) Also, properly report failing multiplex channel requests via the mux client stderr (subject to LogLevel in the mux master) - better than silently failing. most bits ok markus@ (as part of a larger diff) CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/08 07:07:22 Modified files: usr.sbin/bgpd : kroute.c Log message: backout shit committed on accident CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/08 07:45:43 Modified files: share/man/man4 : netintro.4 Log message: sort SEE ALSO; CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 07:57:43 Modified files: sys/dev/usb : ums.c usb_quirks.c usb_quirks.h usbhid.h Log message: Add support for Microsoft Wireless Intellimouse, from FreeBSD. Not only does this device bends the uhid specs backwards, it is also completely unusable for left-handed people due to its shape. Tested on actual hardware thanks to a donation from Maxim Belooussov. CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/08 08:03:09 Modified files: sys/lib/libsa : loadfile_elf.c Log message: Fix alignment - sizeof(long) does not always match the address size of the ELF image being loaded. ok miod@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/08 08:09:18 Modified files: sys/lib/libsa : loadfile_elf.c Log message: KNF CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 08:15:40 Modified files: usr.sbin/dhcpd : sync.c sync.h Log message: Insert pad blocks after sub-messages to keep the structures aligned to 16 byte boundaries for maximum portability (somewhat similar to CMSG's) ok beck CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/08 08:17:58 Modified files: share/man/man4/man4.macppc: onyx.4 tumbler.4 Log message: Sync supported machines list. CVSROOT: /cvs Module name: src Changes by: xsa@cvs.openbsd.org 2008/05/08 08:20:16 Modified files: share/man/man4/man4.macppc: onyx.4 Log message: This one was not supposed to go in. Revert. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/08 08:59:49 Modified files: sysutils : Makefile sysutils/mergemaster: Makefile Log message: mergemaster has been superseded by sysmerge(8) CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 09:02:01 Modified files: sys/dev/usb : ums.c usbdevs Log message: Add support for yet another exotic Microsoft Mouse, this time the ``Microsoft Notebook Optical Mouse 3000 Model 1049''. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 09:02:08 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/08 09:10:07 Modified files: devel/liboil : Makefile Log message: - for now, GCC4 is needed for liboil to compile under macppc CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/08 09:22:02 Modified files: sys/altq : altq_cbq.c altq_cdnr.c altq_hfsc.c altq_priq.c altq_red.c altq_rio.c altq_rmclass.c altq_subr.c Log message: do not check malloc return value against NULL, as M_WAITOK is used ok kjc@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 09:45:26 Log message: Import pycha. Pycha is a very simple Python package for drawing charts using the great Cairo library. Its goals are to be lightweight, simple to use, nice looking with default values, allow customization. It won't try to draw any possible chart on earth but draw the most common ones nicely. from niallo@; ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080508 N ports/graphics/pycha/Makefile N ports/graphics/pycha/distinfo N ports/graphics/pycha/pkg/DESCR N ports/graphics/pycha/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 09:46:05 Modified files: graphics : Makefile Log message: Add pycha. CVSROOT: /cvs Module name: src Changes by: sobrado@cvs.openbsd.org 2008/05/08 10:51:30 Modified files: bin/ksh : BUG-REPORTS ChangeLog usr.sbin/faithd: README Log message: documentation tweaks. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/08 10:51:41 Modified files: share/man/man5 : Makefile Removed files: share/man/man5 : types.5 Log message: Retire types(5) man page. It was hopelessly out of date and never provided any information not present in the actual man pager. Now that types are also present in inttypes.h and stdint.h this file is even less relevant. OK deraadt@ miod@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 10:53:22 Log message: Import py-pygresql. PyGreSQL is a BSD licensed open-source Python module that interfaces to a PostgreSQL database. It embeds the PostgreSQL query library to allow easy use of the powerful PostgreSQL features from a Python script. From MAINTAINER Laurence Tratt . ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080508 N ports/databases/py-pygresql/Makefile N ports/databases/py-pygresql/distinfo N ports/databases/py-pygresql/pkg/DESCR N ports/databases/py-pygresql/pkg/PLIST N ports/databases/py-pygresql/patches/patch-tutorial_advanced_py N ports/databases/py-pygresql/patches/patch-tutorial_basics_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/08 10:53:50 Modified files: databases : Makefile Log message: Add py-pygresql. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/08 10:54:29 Modified files: gnu/usr.bin/gcc/gcc/config/sh: sh.c Log message: Due to the recent changes, it is no longer necessary to disable -fregmove anymore. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/08 11:09:50 Modified files: comms/hylafax : Makefile comms/hylafax/pkg: PLIST Log message: replace @unexec with a more sane @extraunexec so that pkg_delete notifies the user, instead of just removing the symlink. ok merdely@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/08 11:45:45 Modified files: sys/isofs/cd9660: cd9660_vnops.c sys/isofs/udf : udf_vnops.c sys/kern : vfs_init.c vfs_sync.c sys/miscfs/deadfs: dead_vnops.c sys/miscfs/fifofs: fifo_vnops.c sys/miscfs/portal: portal_vnops.c sys/miscfs/procfs: procfs_vnops.c sys/miscfs/specfs: spec_vnops.c sys/msdosfs : msdosfs_vnops.c sys/nfs : nfs_vnops.c sys/sys : vnode.h sys/ufs/ext2fs : ext2fs_vnops.c sys/ufs/ffs : ffs_vnops.c sys/ufs/mfs : mfs_vnops.c Log message: retire vn_default_error() and replace all instances with eopnotsupp() instead; ok blambert@ CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/08 12:04:34 Modified files: sbin/wpa-psk : wpa-psk.c Log message: add missing header for exit ok damien@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/08 13:32:39 Modified files: faq : faq8.html Log message: fix href to emacs faq; harald.dunkel at aixigo.de CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/08 14:10:00 Modified files: . : alpha.html amd64.html armish.html hp300.html hppa.html i386.html landisk.html luna88k.html mac68k.html macppc.html mvme68k.html mvme88k.html sgi.html sparc.html sparc64.html vax.html zaurus.html Log message: 4.3 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/08 14:22:32 Modified files: sys/dev/pci : pcidevs Log message: Add the Freescale vendor ID and some devices from the MPC8349E family. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/08 14:23:22 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/08 16:35:51 Modified files: infrastructure/mk: bsd.port.mk Log message: sanity check: one CATEGORY should match the PKGPATH. Surprisingly, this catches about 20 ports with their pants down. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/08 16:44:14 Modified files: databases/p5-Catalyst-Model-DBI: Makefile databases/pear-DB: Makefile devel/beediff : Makefile devel/libicq2000: Makefile devel/libmagic : Makefile devel/p5-File-Find-Rule-Filesys-Virtual: Makefile devel/p5-Graph : Makefile devel/p5-Heap : Makefile devel/p5-Locale-Maketext-Fuzzy: Makefile devel/p5-Locale-Maketext-Gettext: Makefile devel/p5-Locale-gettext: Makefile devel/p5-Object-Declare: Makefile devel/p5-Test-WWW-Mechanize: Makefile devel/p5-capitalization: Makefile graphics/libdvbpsi: Makefile mail/mailgraph : Makefile net/meanwhile : Makefile net/p5-SNMP-BridgeQuery: Makefile net/py-adns : Makefile net/telepathy/telepathy-spec: Makefile security/p5-Crypt-GpgME: Makefile textproc/p5-Text-Aspell: Makefile www/wbox : Makefile Log message: CATEGORIES repairs CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/08 18:25:41 Modified files: sys/scsi : st.c Log message: Oops. When detaching tape drives look for devices using 'stopen' not devices using 'sdopen'. PR#5810 from Jozef Hatala. ok beck@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/08 18:37:43 Modified files: sys/net : if_ethersubr.c Log message: A little bit of magic to make arp lookups work in MPLS as they should. No need to preload the arp table anymore. hai norby@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 18:54:07 Log message: import tcpbench, a small TCP benchmarking tool that can also sample relevant kernel variables via kvm(3) ok dlg@ deraadt@ Status: Vendor Tag: djm Release Tags: djm_20080509 N src/usr.bin/tcpbench/tcpbench.c N src/usr.bin/tcpbench/Makefile N src/usr.bin/tcpbench/tcpbench.1 No conflicts created by this import CVSROOT: /cvs Module name: www Changes by: sthen@cvs.openbsd.org 2008/05/08 19:03:15 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/08 19:37:36 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:44:55 Modified files: sys/net : pf.c pfvar.h sys/netinet : in_pcb.c in_pcb.h ip_input.c raw_ip.c tcp_input.c tcp_usrreq.c udp_usrreq.c sys/sys : mbuf.h sbin/pfctl : parse.y pfctl_parser.c regress/sbin/pfctl: Makefile Added files: regress/sbin/pfctl: pf97.in pf97.ok Log message: divert packets to local socket without modifying the ip header; makes transparent proxies much easier; ok beck@, feedback claudio@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:52:15 Modified files: sys/netinet : in_pcb.c raw_ip.c sys/sys : socket.h sys/kern : uipc_socket.c Log message: Add SO_BINDANY socket option from BSD/OS. The option allows a socket to be bound to addresses which are not local to the machine. In order to receive packets for these addresses SO_BINDANY needs to be combined with matching outgoing pf(4) divert rules, see pf.conf(5). ok beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 20:56:37 Modified files: sys/netinet : in.h in_pcb.h ip_output.c udp_usrreq.c Log message: IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams for pf(4) diverted packets; based on patch by Scot Loach; ok beck@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 21:14:08 Modified files: sys/netinet : in_pcb.c Log message: should check for null pointers; from henning@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/08 22:55:57 Modified files: usr.bin/ssh : channels.c channels.h clientloop.c serverloop.c Log message: Try additional addresses when connecting to a port forward destination whose DNS name resolves to more than one address. The previous behaviour was to try the first address and give up. Reported by stig AT venaas.com in bz#343 great feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/08 23:19:14 Modified files: sbin/dhclient : dhclient.c dhcpd.h dispatch.c Log message: - don't give up when the link is not available on startup: dhclient goes to background and listens on the routing socket for link to come up before it retries. - renew the lease whenever the link was lost and becomes active again. - listen for link state changes on non-ethernet devices like wireless, the link state becomes active when the wireless has been associated to the AP and becomes active. this helps to automatically renew the lease when the user is roaming. ok beck@, deraadt@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/08 23:41:02 Modified files: sbin/pfctl : parse.y pfctl_parser.c regress/sbin/pfctl: pf97.in pf97.ok Log message: convert port byte order in the production; add port keyword; ok deraadt@ CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/09 00:04:08 Modified files: etc : pf.conf Log message: now we also need the anchor "relayd/*" in addition to the rdr-anchor. ok pyr@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/09 00:19:33 Modified files: sys/scsi : sd.c Log message: Lock in removable media while trying to determine the disk parameters. This should fix a number of 'drive offline' situations where the device claims it has no media loaded until the lock in occurs. Like a Blackberry Pearl Todd Fries found and probably other USB devices. Move the lock in during device open to before the test unit ready to eliminate similar spurious rejections of the device. Feedback from marco@, tests by todd@ and miod@. ok deraadt@ beck@ dlg@ miod@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/09 00:30:41 Modified files: sys/dev/pci : if_bge.c Log message: Attempt to fix link status change handling so that the proper RTM_IFINFO messages are generated when links go down or come up. Works on available devices, put in tree to encourage wide testing. Enables latest dhclient changes to work their magic on bge. Feedback from brad@ ok deraadt@ beck@ reyk@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 00:45:49 Modified files: usr.bin/tcpbench: tcpbench.c Log message: s/bench/tcpbench/ in usage(); spotted by schellekens.dries AT gmail.com CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 00:52:10 Modified files: usr.bin : Makefile Log message: add tcpbench to build CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 00:52:47 Modified files: sbin/route : route.c Log message: on route get, display the priority and a cleartext name (like, "bgp" for 48) claudio ok CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 01:09:17 Modified files: libexec/spamd : sync.c sync.h Log message: As was done in dhcpd, insert pad blocks after sub-messages to keep the structures aligned to 16 byte boundaries for maximum portability (somewhat similar to CMSG's). Old spamd's and new spamd's can still communicate with this change. It would be nice if someone tested spamd on 64-bit unaligned architectures (with and without this change) ok beck CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:14:56 Modified files: sbin/route : route.c Log message: using the rtm_priority to translate priority number into nice name is working much better than using rtm_version for that CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:32:39 Modified files: sys/netinet : if_ether.c Log message: arp entries in the routing table should have priority RTF_CONNECTED ok claudio theo CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 01:33:13 Modified files: sys/net : route.c Log message: when cloning, copy the priority from the parent to the cloned route, claudio ok CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 01:39:31 Modified files: sys/net : radix.c Log message: Fix a logic botch around prioinv that resulted in wrong ordering of more specific routes. OK henning@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:06:28 Modified files: usr.sbin/httpd : Makefile.bsd-wrapper httpd.8 usr.sbin/httpd/conf: httpd.conf-dist usr.sbin/httpd/htdocs/manual: index.html usr.sbin/httpd/htdocs/manual/misc: rewriteguide.html usr.sbin/httpd/htdocs/manual/mod: core.html usr.sbin/httpd/src: Configuration.tmpl Configure usr.sbin/httpd/src/include: ap.h ap_config.h ap_config_auto.h http_conf_globals.h http_vhost.h httpd.h usr.sbin/httpd/src/main: http_config.c http_core.c http_main.c http_vhost.c rfc1413.c util.c util_script.c util_uri.c usr.sbin/httpd/src/modules/proxy: mod_proxy.c mod_proxy.h proxy_connect.c proxy_ftp.c proxy_http.c proxy_util.c usr.sbin/httpd/src/modules/ssl: Makefile.tmpl ssl_engine_ext.c usr.sbin/httpd/src/modules/standard: mod_access.c mod_unique_id.c mod_usertrack.c usr.sbin/httpd/src/support: logresolve.c Added files: usr.sbin/httpd : README.v6 usr.sbin/httpd/htdocs/manual: ipv6.html Log message: Add support for IPv6 while keeping the default at IPv4 to not break existing installations. See the documentation for the IPv6 related configuration. This changes the module ABI since addresses are now struct addrinfo. This has been tested by many people and run on production machines for several months. feedback many, ok todd CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 02:16:07 Modified files: sbin/pfctl : parse.y Log message: Replace a crockpot of semi-cloned productions for handling port numbers with one, and fix a few other bugs along the way ok mpf henning CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 02:16:35 Modified files: share/man/man4 : ip.4 Log message: add IP_RECVDSTPORT; ok jmc, beck CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 02:22:10 Modified files: usr.sbin/bgpd : Tag: OPENBSD_4_3 rde_decide.c Log message: MFC (claudio) Compare flags against the right flag field or else unexpected things may happen. The decision process failed to correctly mask looping pathes and in some szenarios even elected them as best route. *gulp* Found the hard way and fix tested by Christian, bsd (at) cleondra (dot) ch CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 02:24:06 Modified files: lib/libc/sys : getsockopt.2 Log message: add SO_BINDANY with pf example; help from jmc, ok beck@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:24:31 Modified files: www/mod_perl : Makefile Added files: www/mod_perl/patches: patch-src_modules_perl_Connection_xs Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:26:15 ports/www/mod_scgi/patches Update of /cvs/ports/www/mod_scgi/patches In directory cvs.openbsd.org:/tmp/cvs-serv29601/patches Log Message: Directory /cvs/ports/www/mod_scgi/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:26:53 Modified files: www/mod_scgi : Makefile Added files: www/mod_scgi/patches: patch-apache1_mod_scgi_c Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:27:43 ports/www/mod_security/patches Update of /cvs/ports/www/mod_security/patches In directory cvs.openbsd.org:/tmp/cvs-serv23929/patches Log Message: Directory /cvs/ports/www/mod_security/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/09 02:28:34 Modified files: www/mod_security: Makefile Added files: www/mod_security/patches: patch-apache1_mod_security_c Log message: Fix for new httpd module ABI. CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 03:00:11 Modified files: usr.bin/nc : netcat.c Log message: try SO_BINDANY for -s, but do not insist; ok bob, reyk CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 03:01:23 Modified files: usr.bin/tcpbench: tcpbench.1 Log message: tweak previous; ok djm CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 03:08:47 Modified files: usr.bin/netstat: netstat.1 usr.sbin/pstat : pstat.8 share/man/man4 : tcp.4 Log message: some Xr for tcpbench(1) and tcpdrop(8); CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/09 04:22:50 Modified files: sys/miscfs/procfs: procfs_vnops.c Log message: procfs can use vop_generic_bmap too; CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 04:51:45 Modified files: x11/gnome/gdm : Makefile x11/gnome/gdm/patches: patch-configure Log message: Better configure patch to avoid problems if the xserver set isn't installed on the build machine. ok jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/09 05:31:10 Modified files: x11/bwidget : Makefile Log message: fix category. CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/09 05:57:52 Modified files: usr.sbin/tcpdump: pf_print_state.c Log message: Don't just ntohl() the hours, but everything of the state creation time. OK mcbride@, henning@. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 05:58:16 Modified files: lib/libc/sys : getsockopt.2 Log message: kill trailing whitespace; CVSROOT: /cvs Module name: src Changes by: deraadt@cvs.openbsd.org 2008/05/09 06:04:10 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 2008/05/09 06:45:25 Modified files: usr.sbin/bgpd : kroute.c Log message: insert/delete routes with priority RTP_BGP this is mostly cosmetical for the moment, there are bigger changes required to make full use of the route priorities, but this is the first step to do. discussed with claudio CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 06:46:46 Modified files: usr.sbin/ospfd : kroute.c Log message: insert/delete routes w/ prio RTP_OSPF CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 06:47:42 Modified files: usr.sbin/ripd : kroute.c Log message: prio RTP_RIP for inserted routes CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/09 06:54:52 Modified files: sys/net : netisr.h Log message: there was a race between the addition of mpls and tx mitigation. this gives mpls its own bit in netisr instead of accidentally sharing one with tx mit. "do it" claudio@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 06:55:48 Modified files: usr.sbin/ospf6d: kroute.c Log message: Henning forgot ospf6d. Add priority to ospf6d as well. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 06:59:59 Modified files: usr.sbin/httpd : httpd.8 Log message: tweak previous; ok mbalmer CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/09 07:01:01 Modified files: share/man/man7 : hier.7 Log message: document netmpls; ok norby CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 07:02:48 Modified files: lib/libc/gen : Tag: OPENBSD_4_3 readdir.c telldir.c Log message: MFC (otto) Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/09 07:03:20 Modified files: lib/libc/gen : Tag: OPENBSD_4_2 readdir.c telldir.c Log message: MFC (otto) Be carefull not to read away the target entry when encountering deleted files after a seekdir(); testcase produced by mbalmer@; fix with and ok mbalmer; ok millert@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:09:34 Modified files: sys/dev/usb : umsm.c Log message: Increase buffer size to 4k and make use of interrupt endpoint to increase responsiveness. From Yojiro UO CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:23:22 Modified files: sys/dev/usb : usbdevs Log message: NTT DoCoMo A2502. From Yojiro UO CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:24:04 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/09 07:31:47 Modified files: sys/dev/usb : umsm.c share/man/man4 : umsm.4 Log message: Add support for NTT DoCoMo A2502. From/tested by Yojiro UO CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/09 07:59:31 Modified files: sbin/pfctl : pf_print_state.c pfctl.8 pfctl.c sys/net : pf_ioctl.c pfvar.h Log message: Add support to kill states by rule label or state id. Fix printing of the state id in pfctl -ss -vv. Remove the psnk_af hack to return the number of killed states. OK markus, beck. "I like it" henning, deraadt. Manpage help from jmc. CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/09 08:10:05 Modified files: sys/altq : altq_cbq.c altq_subr.c Log message: switch altq from ifp->if_start to if_start() to take advantage of tx mit. ok kjc@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 08:18:45 Modified files: usr.bin/ssh : clientloop.c clientloop.h ssh.c usr.bin/ssh/ssh: Makefile Added files: usr.bin/ssh : mux.c Log message: tidy up session multiplexing code, moving it into its own file and making the function names more consistent - making ssh.c and clientloop.c a fair bit more readable. ok markus@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/09 08:26:08 Modified files: usr.bin/ssh : ssh.c Log message: dingo stole my diff hunk CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:08:36 Modified files: sys/netmpls : mpls.h Log message: Kill some useless makros. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:48:15 Modified files: sys/net : pfkeyv2.c route.c Log message: replace rtrequest() with corresponding rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:49:00 Modified files: sys/netinet : if_atm.c if_ether.c ip_icmp.c ip_spd.c Log message: more rtrequest() to rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 09:50:51 Modified files: sys/nfs : nfs_boot.c Log message: Another rtrequest() rtrequest1() replacement. OK henning@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:16:06 Modified files: usr.bin/ssh : session.c Log message: re-add the USE_PIPES code and enable it. without pipes shutdown-read from the sshd does not trigger a SIGPIPE when the forked program does a write. ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:17:51 Modified files: usr.bin/ssh : channels.c Log message: error-fd race: don't enable the error fd in the select bitmask for channels with both in- and output closed, since the channel will go away before we call select(); report, lots of debugging help and ok djm@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/09 10:21:13 Modified files: usr.bin/ssh : channels.h clientloop.c nchan.c serverloop.c Log message: unbreak ssh -2 localhost od /bin/ls | true ignoring SIGPIPE by adding a new channel message (EOW) that signals the peer that we're not interested in any data it might send. fixes bz #85; discussion, debugging and ok djm@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:20:46 Modified files: devel/ruby-daemons: Makefile distinfo devel/ruby-daemons/pkg: PLIST Log message: Update to ruby-daemons-1.0.10. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:22:44 Modified files: devel/ruby-uuidtools: Makefile distinfo devel/ruby-uuidtools/pkg: PLIST Log message: Update to ruby-uuidtools-1.0.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:23:26 Modified files: mail/ruby-mailfactory: Makefile distinfo mail/ruby-mailfactory/pkg: PLIST Log message: Update to ruby-mailfactory-1.3.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:24:39 Modified files: mail/ruby-rmail: Makefile distinfo mail/ruby-rmail/pkg: PLIST Log message: Update to ruby-rmail-1.0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:25:39 ports/devel/ruby-gettext/patches Update of /cvs/ports/devel/ruby-gettext/patches In directory cvs.openbsd.org:/tmp/cvs-serv9926/patches Log Message: Directory /cvs/ports/devel/ruby-gettext/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:26:59 Modified files: devel/ruby-gettext: Makefile distinfo devel/ruby-gettext/pkg: PLIST Added files: devel/ruby-gettext/patches: patch-test_test_locale_rb Log message: Update to ruby-gettext-1.90.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:29:45 Log message: Initial import of ruby-merb-freezer-0.9.3. A Merb plugin that let's you freeze Merb. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/www/ruby-merb/freezer/Makefile N ports/www/ruby-merb/freezer/distinfo N ports/www/ruby-merb/freezer/pkg/PLIST N ports/www/ruby-merb/freezer/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:30:19 Modified files: www/ruby-merb : Makefile Log message: Add freezer. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:33:17 Modified files: www/ruby-merb : Makefile.inc www/ruby-merb/action-args: distinfo www/ruby-merb/action-args/pkg: PLIST www/ruby-merb/activerecord: distinfo www/ruby-merb/assets: distinfo www/ruby-merb/assets/pkg: PLIST www/ruby-merb/builder: distinfo www/ruby-merb/builder/pkg: PLIST www/ruby-merb/cache: distinfo www/ruby-merb/cache/pkg: PLIST www/ruby-merb/core: distinfo www/ruby-merb/core/pkg: PLIST www/ruby-merb/gen: distinfo www/ruby-merb/gen/pkg: PLIST www/ruby-merb/haml: distinfo www/ruby-merb/haml/pkg: PLIST www/ruby-merb/helpers: distinfo www/ruby-merb/helpers/pkg: PLIST www/ruby-merb/mailer: distinfo www/ruby-merb/mailer/pkg: PLIST www/ruby-merb/merb: Makefile distinfo www/ruby-merb/more: Makefile distinfo www/ruby-merb/parts: distinfo www/ruby-merb/parts/pkg: PLIST Log message: Update to ruby-merb-0.9.3. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:36:32 Modified files: textproc/ruby-icalendar: Makefile distinfo textproc/ruby-icalendar/pkg: PLIST Log message: Update to ruby-icalendar-1.0.2. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:46:51 Modified files: mail/mutt : Makefile.inc mail/mutt/snapshot: Makefile mail/mutt/stable: Makefile Log message: Some cleanup of the mutt Makefile's. Moving the common WANTLIB stuff to Makefile.inc. Sorting the CONFIGURE_ARGS options. Having the stable release of mutt use the appropriate version of autoconf. from brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:51:12 Modified files: textproc/ruby-fastercsv: Makefile distinfo Log message: Update to ruby-fastercsv-1.2.3 and enable regress tests. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 11:59:46 Modified files: textproc/ruby-erubis: Makefile distinfo textproc/ruby-erubis/pkg: PLIST Log message: Update to ruby-erubis-2.6.0 and enable regress tests. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/09 12:43:28 Modified files: regress/lib/libevent: Makefile Log message: Fix the include path passed via CFLAGS so that this will compile.. one too many ../ in the path. Somehow managed to get a symlink in the right spot that made this work as it was. Pointed out by david@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:52:19 Log message: Initial import of ruby-net-scp-1.0.0. Net::SCP is a pure-Ruby implementation of the SCP protocol. This operates over SSH (and requires the Net::SSH library), and allows files and directory trees to copied to and from a remote server. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/net/ruby-net-scp/Makefile N ports/net/ruby-net-scp/distinfo N ports/net/ruby-net-scp/pkg/PLIST N ports/net/ruby-net-scp/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:54:33 Log message: Initial import of ruby-net-ssh-gateway-1.0.0. Net::SSH::Gateway is a library for programmatically tunneling connections to servers via a single "gateway" host. It is useful for establishing Net::SSH connections to servers behind firewalls, but can also be used to forward ports and establish connections of other types, like HTTP, to servers with restricted access. Status: Vendor Tag: bernd Release Tags: bernd_2008-may-09 N ports/net/ruby-net-ssh-gateway/Makefile N ports/net/ruby-net-ssh-gateway/distinfo N ports/net/ruby-net-ssh-gateway/pkg/PLIST N ports/net/ruby-net-ssh-gateway/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:57:12 Modified files: net : Makefile Log message: Add ruby-net-scp and ruby-net-ssh-gateway. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:58:02 Modified files: net/ruby-net-ssh: Makefile distinfo net/ruby-net-ssh/pkg: PLIST Log message: Update to ruby-net-ssh-2.0.1. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 12:59:08 Modified files: net/ruby-net-sftp: Makefile distinfo net/ruby-net-sftp/pkg: PLIST Log message: Update to ruby-net-sftp-2.0.0. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/09 13:04:07 Modified files: sysutils/ruby-capistrano: Makefile distinfo sysutils/ruby-capistrano/pkg: PLIST Log message: Update to ruby-capistrano-2.3.0. CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/09 13:29:44 Modified files: print/ghostscript/gnu: Makefile print/ghostscript/gnu/patches: patch-src_jasper_mak Log message: Fix the build of the gtk flavor on amd64. Tested by steven@, who also found the problem. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/09 13:45:18 Modified files: devel/tcllib : Makefile distinfo devel/tcllib/pkg: DESCR PLIST Added files: devel/tcllib/patches: patch-support_devel_all_tcl patch-support_devel_sak_test_run_tcl Removed files: devel/tcllib/patches: patch-modules_doctools_mpexpand patch-modules_mime_performance_tcl Log message: update tcllib and move to Tcl 8.5, from new maintainer Stuart Cassoff "It is pleasing to the eye" deanna@ CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/05/09 14:24:28 Modified files: . : i386-laptop.html Log message: EeePC update. With BIOS rev 910 only acpibat panics the kernel when running on batteries. Noticed by Pete Vickers. While there, note that the webcam should be supported by uvideo(4) some day in the future... CVSROOT: /cvs Module name: www Changes by: matthieu@cvs.openbsd.org 2008/05/09 14:33:41 Modified files: . : i386-laptop.html Log message: msi 270 updates. Fix the dmesg url. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/09 15:22:44 Modified files: sys/dev/ic : gem.c Log message: - Count excess and late collisions as output errors. - Count receive errors as input errors. Based on similar change to the gem(4) driver from NetBSD. ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/09 16:15:31 Modified files: www/moinmoin : Makefile distinfo www/moinmoin/pkg: PLIST Log message: SECURITY: update to 1.6.3. see http://hg.moinmo.in/moin/1.6/raw-file/1.6.3/docs/CHANGES for details. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/09 16:29:51 Log message: Import py-pgsql. pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in Python. From Pierre-Emmanuel Andre (MAINTAINER). ok merdely@ Status: Vendor Tag: wcmaier Release Tags: wcmaier_20080509 N ports/databases/py-pgsql/Makefile N ports/databases/py-pgsql/distinfo N ports/databases/py-pgsql/pkg/DESCR N ports/databases/py-pgsql/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/09 16:30:27 Modified files: databases : Makefile Log message: Add py-pgsql. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 19:52:34 Modified files: sys/net : if_ethersubr.c Log message: convert sdltosa to a real cast because I removed the silly makro last night. CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/09 19:56:32 Modified files: sys/netmpls : mpls_input.c Log message: Make MPLS code compile without pseudo device mpe. OK norby CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:22:50 Log message: import gnome-keyring-manager 2.20.0 The GNOME Keyring Manager is an application for managing keyrings, in which any kind of sensitive information can be kept, mainly passwords. The default window shows 'default' keyrings with their stored items, and allows addition, removal and edition. Secrets can be copied using drag and drop, and can also be moved between different keyrings. The manager also has creation, opening and lock/unlock features. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/keyring-manager/distinfo N ports/x11/gnome/keyring-manager/Makefile N ports/x11/gnome/keyring-manager/pkg/DESCR N ports/x11/gnome/keyring-manager/pkg/PLIST N ports/x11/gnome/keyring-manager/patches/patch-src_gnome-keyring-manager-main-ui_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:23:52 Modified files: x11/gnome : Makefile Log message: - add keyring-manager CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:35:32 Log message: import gtk-vnc 0.3.6 gtk-vnc provides a core library written in C, using coroutines to allow it to be completely asynchronous while remaining single threaded. A wrapper library using PyGTK provides access to the widget functionality from Python. Two example programs illustrate use of the widget by re-implementing the traditional 'vncviewer' in a few 10's of lines of code. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gtk-vnc/Makefile N ports/x11/gtk-vnc/distinfo N ports/x11/gtk-vnc/pkg/DESCR N ports/x11/gtk-vnc/pkg/PLIST N ports/x11/gtk-vnc/pkg/PFRAG.shared N ports/x11/gtk-vnc/patches/patch-src_gvnc_c N ports/x11/gtk-vnc/patches/patch-src_coroutine_ucontext_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:36:18 Modified files: x11 : Makefile Log message: - add gtk-vnc CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:37:40 Log message: import vinagre 0.5.1 Vinagre is a VNC Client for the GNOME Desktop. Its features include: * You can connect to several machines at the same time, we like tabs * You can keep track of your most used connections, we like favorites * You can keep track of your recently used connections, we like GtkRecent ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/vinagre/Makefile N ports/x11/gnome/vinagre/distinfo N ports/x11/gnome/vinagre/pkg/PLIST N ports/x11/gnome/vinagre/pkg/DESCR N ports/x11/gnome/vinagre/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:38:40 Log message: import vino 2.20.1 VNC server for the GNOME desktop that allows one to control their desktop from remote using the RFB protocol. (ipv6 is disabled for the moment) feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080510 N ports/x11/gnome/vino/distinfo N ports/x11/gnome/vino/Makefile N ports/x11/gnome/vino/pkg/DESCR N ports/x11/gnome/vino/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/10 02:39:41 Modified files: x11/gnome : Makefile Log message: - add vinagre and vino CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:21:29 src/sys/arch/socppc Update of /cvs/src/sys/arch/socppc In directory cvs.openbsd.org:/tmp/cvs-serv20618/socppc Log Message: Directory /cvs/src/sys/arch/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:06 src/sys/arch/socppc/include Update of /cvs/src/sys/arch/socppc/include In directory cvs.openbsd.org:/tmp/cvs-serv15973/include Log Message: Directory /cvs/src/sys/arch/socppc/include added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:07 src/sys/arch/socppc/dev Update of /cvs/src/sys/arch/socppc/dev In directory cvs.openbsd.org:/tmp/cvs-serv15973/dev Log Message: Directory /cvs/src/sys/arch/socppc/dev added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:08 src/sys/arch/socppc/socppc Update of /cvs/src/sys/arch/socppc/socppc In directory cvs.openbsd.org:/tmp/cvs-serv15973/socppc Log Message: Directory /cvs/src/sys/arch/socppc/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:09 src/sys/arch/socppc/compile Update of /cvs/src/sys/arch/socppc/compile In directory cvs.openbsd.org:/tmp/cvs-serv15973/compile Log Message: Directory /cvs/src/sys/arch/socppc/compile added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 04:23:10 src/sys/arch/socppc/conf Update of /cvs/src/sys/arch/socppc/conf In directory cvs.openbsd.org:/tmp/cvs-serv15973/conf Log Message: Directory /cvs/src/sys/arch/socppc/conf added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:02:21 Added files: sys/arch/socppc/conf: GENERIC Makefile.socppc files.socppc sys/arch/socppc/dev: com_obio.c ehci_obio.c ipic.c obio.c pciide_machdep.c sociic.c socpcic.c sys/arch/socppc/include: _types.h asm.h atomic.h autoconf.h bat.h bus.h cdefs.h conf.h cpu.h db_machdep.h disklabel.h endian.h exec.h fpu.h frame.h internal_types.h intr.h limits.h lock.h mutex.h param.h pcb.h pio.h pmap.h powerpc.h proc.h psl.h pte.h ptrace.h reg.h signal.h spinlock.h trap.h vmparam.h sys/arch/socppc/socppc: autoconf.c clock.c conf.c cpu.c db_interface.c disksubr.c dma.c machdep.c mainbus.c mem.c Log message: OpenBSD/socppc, a port to the Thecus N1200, and potentially other Freescale PowerPC SoC platforms that use u-boot as a bootloader. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:11:34 Added files: sys/arch/socppc/compile: .cvsignore Log message: Add .cvsignore, such that we don't lose the compile directory with cvs update -dP. CVSROOT: /cvs Module name: www Changes by: jasper@cvs.openbsd.org 2008/05/10 06:16:27 Modified files: . : smp.html Log message: - mention mvme88k, sparc64 and macppc as supported. - express hope for sgi :) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 06:18:30 Added files: sys/arch/socppc/socppc: genassym.cf locore.S Log message: Add two missing files. CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/05/10 06:50:48 Modified files: sys/dev/pci : pcidevs Log message: Add some ATI entries. -moj CVSROOT: /cvs Module name: src Changes by: maja@cvs.openbsd.org 2008/05/10 06:52:17 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 07:39:01 Modified files: sys/dev/pci : pci_map.c Log message: On socppc, we need to be able to map a zero base address too. CVSROOT: /cvs Module name: src Changes by: okan@cvs.openbsd.org 2008/05/10 09:11:08 Modified files: usr.sbin/cron : crontab.c Log message: from ray@ - move the ignoring of the top few (3) comments into a function of its own. - ignore these comments for crontab listings. based on a patch from Slava Semushin ok ray@ millert@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 09:31:31 Modified files: sys/arch/socppc/conf: GENERIC Log message: Fix typo. Spotted by Pierre Riteau. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/10 11:10:24 Modified files: lang/python : Makefile.inc lang/python/2.5: Makefile lang/python/2.5/pkg: MESSAGE-main PLIST-main Log message: Let 2.5 install python-mode for emacs. ok mbalmer@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/10 11:25:52 Modified files: astro/celestia : Makefile distinfo astro/celestia/patches: patch-configure patch-src_celengine_astro_cpp patch-src_celestia_celestiacore_cpp astro/celestia/pkg: PLIST Added files: astro/celestia/patches: patch-src_celengine_render_cpp Removed files: astro/celestia/patches: patch-Makefile_in Log message: - update to 1.5.1 - fix a stack corruption on startup (bits taken from celestia SVN) - use SUBST_CMD (gotta love that stuff!) CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/10 13:54:58 Modified files: usr.bin/rcs : rcsprog.c rcsprog.h Log message: OpenRCS only handled a max of 128 arguments on command line + RCSINIT, which was a bogus limit. Spotted by naddy. horribly prodded by and ok joris CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:02:31 src/sys/arch/socppc/stand Update of /cvs/src/sys/arch/socppc/stand In directory cvs.openbsd.org:/tmp/cvs-serv21078/stand Log Message: Directory /cvs/src/sys/arch/socppc/stand added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:02:59 src/sys/arch/socppc/stand/boot Update of /cvs/src/sys/arch/socppc/stand/boot In directory cvs.openbsd.org:/tmp/cvs-serv26290/boot Log Message: Directory /cvs/src/sys/arch/socppc/stand/boot added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:06:27 Added files: sys/arch/socppc/stand: Makefile sys/arch/socppc/stand/boot: Makefile clock.c conf.c dev_socppc.c devopen.c exec.c libsa.h machdep.c ns16550.c pciide.c start.S time.c wd.c wdc.c wdvar.h Log message: First stab at a bootloader for the Thecus N1200. CVSROOT: /cvs Module name: src Changes by: joris@cvs.openbsd.org 2008/05/10 14:23:24 Modified files: usr.bin/rcs : rcsutil.c Log message: properly free suffixes. OK tobias@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 14:35:39 Added files: sys/arch/socppc/include: loadfile_machdep.h Log message: Missing bootloader file. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 15:04:19 Added files: sys/arch/socppc: Makefile Log message: More OpenBSD/socppc parts. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 15:25:53 Added files: sys/arch/socppc/include: setjmp.h Log message: Needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/10 16:07:00 Added files: sys/arch/socppc/include: float.h ieee.h ieeefp.h profile.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/10 17:09:18 Modified files: share/man/man4 : bnx.4 Log message: comment fix; from Pierre Riteau CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/10 17:49:56 Modified files: devel/commoncpp: Makefile distinfo Log message: minor update ("the only change was adding multiple inclusion guard to one of the headers and that's it") from Brad, and fix website URL. CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/10 17:50:20 Modified files: devel/ccrtp : Makefile Log message: Update website URLs and bump. From Brad. CVSROOT: /cvs Module name: src Changes by: henning@cvs.openbsd.org 2008/05/10 19:08:05 Modified files: usr.sbin/bgpd : control.c Log message: allow IMSG_CONTROL_SHOW_TIMER on restricted sockets CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/10 20:28:16 Modified files: sys/net : if_spppsubr.c Log message: When passing opt[] array as an argument, use opt instead of &opt. While they point to the same address, this is more readable. ok claudio@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 20:55:45 Modified files: sys/net : if_spppsubr.c Log message: Check to make sure pp_tlf is not NULL in sppp_keepalive() before calling it. From NetBSD ok canacar@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 21:01:29 Modified files: sys/dev/ic : xl.c Log message: Fix a typo with the media duplex flag being used for AUI connections so that the status routine will properly display half duplex instead of full. ok henning@ krw@ CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/10 21:50:23 Modified files: sys/netinet : if_ether.c sys/netinet6 : nd6.c nd6_nbr.c Log message: Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain in ln_hold or la_hold into temporary storage and null ln_hold or la_hold before manually processing the mbuf chain. Discard the mbuf chain if it is put back in the hold area. ok claudio@ markus@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 23:03:03 Modified files: lib/libc/net : res_send.c Log message: garbage collect the portability bits for the removed select() support. ok djm@ deraadt@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/10 23:12:56 Modified files: sys/dev/pci : if_bge.c Log message: Revert the last commit as this is not the proper way of fixing the issue. ok krw@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:07:59 Modified files: sys/dev/pci : pcidevs Log message: More E1000 PCI ids for ICH9 and ICH10. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:08:50 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 01:09:03 Log message: import milkytracker-0.90.80 MilkyTracker is an open source, multi-platform music application for creating .MOD and .XM module files. It attempts to recreate the module replay and user experience of the popular DOS program Fasttracker II, with special playback modes available for improved Amiga ProTracker 2/3 compatibility. ok simon@ Status: Vendor Tag: jakemsr Release Tags: jakemsr-20080511 N ports/audio/milkytracker/Makefile N ports/audio/milkytracker/distinfo N ports/audio/milkytracker/pkg/PLIST N ports/audio/milkytracker/pkg/DESCR N ports/audio/milkytracker/patches/patch-src_milkyplay_drivers_jack_AudioDriver_JACK_cpp No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 01:11:18 Modified files: audio : Makefile Log message: add milkytracker CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:21:09 Modified files: sys/dev/usb : usbdevs Log message: Add the USB id for the Melco (Buffalo) LUA-U2-GT Ethernet adapter. From the Linux ASIX driver CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 01:21:38 Modified files: sys/dev/usb : usbdevs.h Log message: regen CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/11 02:02:09 Modified files: faq : faq5.html Log message: FAQ5.3.3 still recommended to checkout xenocara source tree into /usr/src/xenocara instead of /usr/xenocara. Spotted by Frank Ebert. ok nick CVSROOT: /cvs Module name: src Changes by: claudio@cvs.openbsd.org 2008/05/11 02:13:02 Modified files: sys/netinet6 : icmp6.c in6.c in6_ifattach.c nd6.c nd6_rtr.c Log message: rtrequest to rtrequest1 conversion in inet6. With that no rtrequest should be left over. OK henning@ CVSROOT: /cvs Module name: src Changes by: beck@cvs.openbsd.org 2008/05/11 02:50:54 Modified files: usr.sbin/dhcpd : sync.c Log message: fix sync.c to not puke if sync_lease called without sync_init. from henric. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 03:20:31 Modified files: share/man/man4 : axe.4 sys/dev/usb : if_axe.c Log message: Add the Buffalo (MELCO) LUA-U2-GT id. ok jsg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 03:56:11 Modified files: sys/dev/pci : if_bge.c Log message: Remove special casing of the BCM5700 B2 chipset so that this revision also uses MII interrupts to detect link state transitions as is done for all of the other BCM5700 revisions, without this change link state transitions are not being detected at all. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 04:28:44 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document port-lib-depends-check and print-plist-with-depends, goes into some details of the tradeoffs involved. Also update my copyright. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 05:12:09 Modified files: infrastructure/mk: bsd.port.mk Log message: conform to other hook naming. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 05:19:19 Modified files: infrastructure/mk: bsd.port.mk Log message: put back a default definition of FAKE_FLAGS, for style, since this did not break anything. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/11 05:55:34 Log message: import ColorExplorer ColorExplorer is a tool for exploring the color space and finding out how colors, color names, and numerical color specifications are related. Status: Vendor Tag: simon Release Tags: simon_20080511 N ports/graphics/colorexplorer/distinfo N ports/graphics/colorexplorer/Makefile N ports/graphics/colorexplorer/pkg/DESCR N ports/graphics/colorexplorer/pkg/PLIST N ports/graphics/colorexplorer/patches/patch-Makefile N ports/graphics/colorexplorer/patches/patch-ColorExplorer_tcl No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/11 05:55:38 Modified files: graphics : Makefile Log message: add colorexplorer CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 06:05:51 Modified files: infrastructure/mk: imake.port.mk Log message: clean-up pre-install hook. CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/11 06:13:41 Modified files: usr.bin/cvs : rcs.c usr.bin/rcs : rcs.c Log message: Memory leak in rcs_delta_stats plugged. ok joris CVSROOT: /cvs Module name: src Changes by: tobias@cvs.openbsd.org 2008/05/11 06:16:00 Modified files: gnu/usr.bin/cvs/src: admin.c usr.bin/cvs : admin.c Log message: If "cvs admin" encountered an entry in CVS/Entries for a file which has no (longer an) RCS file in CVSROOT, both -- GNU cvs and OpenCVS -- segfaulted. ok joris CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 06:26:14 Modified files: devel/libsoup : Makefile distinfo devel/libsoup/patches: patch-tests_Makefile_in devel/libsoup/pkg: PFRAG.shared PLIST Log message: - revert previous update for now, caused some fallout CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 06:29:54 Modified files: databases/evolution-data-server: Makefile mail/evolution : Makefile x11/gnome/seahorse: Makefile Log message: - fix WANTLIB after libsoup downgrade CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 12:12:41 Modified files: x11/vlc : Makefile Added files: x11/vlc/patches: patch-modules_audio_output_jack_c patch-modules_gui_wxwidgets_interface_cpp patch-modules_gui_wxwidgets_interface_hpp Log message: - use wxSlider instead of hacking wxGuage for the volume controller. from vlc subversion via Alexey Suslikov. - use jack_client_connect() instead of jack_client_new() so multiple instances of vlc can connect to jackd concurrently. problem reported by Alexey Suslikov. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 12:48:21 Modified files: share/man/man5 : bsd.port.mk.5 Log message: remove final ' ' to please jmc@ CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 12:50:58 Modified files: share/man/man5 : Makefile Added files: share/man/man5 : port-modules.5 Log message: Document port modules, nroff input by jmc. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 13:24:00 Modified files: share/man/man5 : port-modules.5 Log message: fix module name, as noticed by steven@ CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/11 13:32:45 Modified files: build/mirrors : anoncvs.html.head Log message: better xenocara.tar.gz location CVSROOT: /cvs Module name: www Changes by: steven@cvs.openbsd.org 2008/05/11 13:34:20 Modified files: . : anoncvs.html Log message: sync CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:36:12 Modified files: infrastructure/mk: bsd.port.mk Log message: slightly simpler hook loops: use :U just once, since it applies to every word. Also use :T to select the final word of the PKGPATH, so that hooks work seamlessly for `non-core' modules, thus removing the need for most modules to be core. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:41:20 Modified files: editors/texmaker: Makefile print/lyx : Makefile misc/pymissile : Makefile Log message: fix ports that reference qt3 and python directly CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:44:12 Removed files: infrastructure/mk: ghc.port.mk kde.port.mk iconv.port.mk ocaml.port.mk pear.port.mk python.port.mk qt.port.mk qt2.port.mk qt3.port.mk ruby.port.mk zope.port.mk Log message: zap indirectors that are no longer needed CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/11 13:45:41 Modified files: share/man/man5 : port-modules.5 Log message: fix list of modules to be documented soon CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:50:42 Removed files: infrastructure/mk: gettext.port.mk Log message: forgot one CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/11 13:50:55 Modified files: infrastructure/mk: cpan.port.mk gcc3.port.mk gcc4.port.mk imake.port.mk perl.port.mk Log message: stylistic changes CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 13:58:24 Modified files: sys/arch/socppc/stand/boot: Makefile exec.c Log message: Pass arguments and symbol table more or less the same way as OpenBSD/macppc. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 13:59:38 Modified files: sys/arch/socppc/socppc: locore.S Log message: Re-enable code to initialize esym. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 14:35:10 Modified files: sys/arch/socppc/conf: GENERIC Log message: Remove the "option USB_DEBUG" that crept in by accident. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:36:28 Modified files: app/xlockmore : Makefile.bsd-wrapper Log message: Explicitly disable rplay. Found by mbalmer@ CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:39:36 Modified files: . : MODULES Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 14:57:56 Added files: sys/arch/socppc/conf: RAMDISK Log message: We'll need a RAMDISK kernel too. CVSROOT: /cvs Module name: xenocara Changes by: matthieu@cvs.openbsd.org 2008/05/11 14:58:10 Modified files: share/mk : bsd.xorg.mk Added files: etc : config.site Log message: provide a minimal config.site pre-built configure cache, to protect xenocara builds from picking stuff installed by ports. For now only paths to different programs are provided, avoiding the use of bison instead of yacc. feedback from espie@. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:03:29 Modified files: sys/arch/socppc/socppc: locore.S Log message: Make sure we can still boot kernels directly from u-boot. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:52:28 src/distrib/socppc Update of /cvs/src/distrib/socppc In directory cvs.openbsd.org:/tmp/cvs-serv29272/socppc Log Message: Directory /cvs/src/distrib/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 15:53:08 src/distrib/socppc/ramdisk Update of /cvs/src/distrib/socppc/ramdisk In directory cvs.openbsd.org:/tmp/cvs-serv18012/ramdisk Log Message: Directory /cvs/src/distrib/socppc/ramdisk added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/11 16:17:28 Modified files: audio/vorbis-tools: Makefile Added files: audio/vorbis-tools/patches: patch-ogg123_speex_format_c Log message: SECURITY FIX for SA29727 "Speex Header Processing Vulnerability" patch from upstream ok naddy@ (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 16:18:35 Log message: import k3b-1.0.4 K3b was created to be a feature-rich and easy to handle CD burning application. It can do many things, such as creating or copying audio, data, video or mixed-mode CDs, CD ripping, and DVD ripping, burning and blanking. ok ian@ Status: Vendor Tag: jakemsr Release Tags: jakemsr-20080511 N ports/multimedia/k3b/Makefile N ports/multimedia/k3b/distinfo N ports/multimedia/k3b/pkg/PLIST N ports/multimedia/k3b/pkg/DESCR N ports/multimedia/k3b/patches/patch-configure N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevice_cpp N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevice_h N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bscsicommand_cpp N ports/multimedia/k3b/patches/patch-libk3bdevice_k3bdevicemanager_cpp N ports/multimedia/k3b/patches/patch-libk3b_tools_k3bfilesysteminfo_cpp N ports/multimedia/k3b/patches/patch-libk3b_core_k3bglobals_cpp N ports/multimedia/k3b/patches/patch-src_projects_k3bencodingconverter_cpp N ports/multimedia/k3b/patches/patch-src_option_base_k3bcddboptiontab_ui N ports/multimedia/k3b/patches/patch-src_rip_base_k3baudiorippingoptionwidget_ui N ports/multimedia/k3b/patches/patch-src_rip_base_k3bcddbpatternwidget_ui N ports/multimedia/k3b/patches/patch-plugins_encoder_lame_base_k3bmanualbitratesettingswidget_ui N ports/multimedia/k3b/patches/patch-plugins_decoder_flac_Makefile_in N ports/multimedia/k3b/patches/patch-src_k3bappdevicemanager_cpp No conflicts created by this import CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/11 16:19:09 Modified files: sys/sys : tree.h share/man/man3 : Makefile tree.3 Log message: Add RB_PROTOTYPE_STATIC, RB_GENERATE_STATIC, RB_PREV, RB_NFIND, and RB_FOREACH_REVERSE from FreeBSD. OK deraadt@ CVSROOT: /cvs Module name: ports Changes by: jakemsr@cvs.openbsd.org 2008/05/11 16:20:08 Modified files: multimedia : Makefile Log message: add k3b CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/11 16:21:25 Modified files: lib/libc/db/hash: hash.c hash_page.c Log message: Fix a crash when iterating over a hash and removing its elements. From Patrick Keshishian. OK pvalchev@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/11 16:29:14 Added files: distrib/socppc : Makefile distrib/socppc/ramdisk: Makefile Makefile.inc install.md list Log message: Infrastructure to build ramdisks. CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2008/05/11 17:50:32 Modified files: sys/kern : kern_fork.c Log message: share signal handlers for rthreads. from philip guenther CVSROOT: /cvs Module name: src Changes by: tedu@cvs.openbsd.org 2008/05/11 17:54:40 Modified files: sys/kern : kern_exit.c kern_fork.c Log message: set p_flag to 0 sooner, so we don't overwrite the thread flag. and correctly free things when exiting a threaded proc. from philip guenther CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/11 21:50:55 Modified files: sys/dev/pci : if_bge.c Log message: Call mii_pollstat() instead of bge_tick() in bge_link_upd() so that link state transitions are noticed and the appropriate routing socket messages are generated. ok kettenis@ krw@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/12 00:59:19 Modified files: sys/dev/pci : if_tht.c Log message: Pass correct argument to timeout_set so that the timeout can break the loop as intended. ok dlg@ CVSROOT: /cvs Module name: www Changes by: tobias@cvs.openbsd.org 2008/05/12 01:23:54 Modified files: de : alpha.html anoncvs.html armish.html art1.html donations.html ftp.html hackathons.html hp300.html hppa.html i386-laptop.html i386.html mac68k.html macppc.html mvme68k.html mvme88k.html press.html report.html sgi.html smp.html sparc.html sparc64.html support.html vax.html zaurus.html faq/de : faq13.html faq15.html faq4.html faq5.html faq6.html faq8.html upgrade43.html faq/fr : faq1.html faq15.html faq2.html faq3.html faq4.html faq5.html faq8.html faq9.html index.html upgrade43.html faq/nl : faq13.html faq14.html faq15.html faq4.html faq6.html faq8.html faq/pl : faq4.html faq8.html upgrade40.html upgrade41.html upgrade42.html upgrade43.html faq/zh : current.html faq15.html faq4.html faq6.html index.html fr : alpha.html amd64.html armish.html cvsup.html ftp.html hackathons.html hp300.html index.html macppc.html mvme68k.html mvme88k.html ports.html smp.html sparc.html stable.html vax.html lt : anoncvs.html art1.html ftp.html index.html stable.html nl : report.html papers/fr : index.html pl : i386-laptop.html i386.html report.html zh : 43.html anoncvs.html art1.html cvsup.html ftp.html index.html plus.html Log message: Sync with Steelix CVS CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 01:47:22 Modified files: emulators/qemu : Makefile emulators/qemu/pkg: MESSAGE Log message: - s/LOCALBASE/PREFIX maintainer timeout ok landry@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 03:06:20 Added files: sys/arch/socppc/include: stdarg.h va-ppc.h varargs.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 03:23:04 Added files: sys/arch/socppc/include: reloc.h Log message: More headers needed by userland. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 04:02:42 Modified files: sys/dev/pci : if_tht.c Log message: Make this compile again. CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/12 04:27:30 Modified files: share/man/man5 : port-modules.5 Log message: much more exhaustive list of variables usually affected CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/12 04:48:09 Modified files: share/man/man5 : port-modules.5 Log message: document some modules CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/12 06:24:43 Modified files: sys/dev/usb : umsm.c Log message: If we find an E220 device in umass mode send the magic command to enable the serial portions of the device. From Yojiro UO , tested by bernd@ CVSROOT: /cvs Module name: src Changes by: fkr@cvs.openbsd.org 2008/05/12 06:54:19 Modified files: share/man/man4 : umsm.4 Log message: list huawei E172 and E220 as supported CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/12 07:08:33 Modified files: share/man/man5 : port-modules.5 Log message: tweak previous; CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 07:48:55 Modified files: databases/evolution-data-server: Makefile databases/evolution-data-server/patches: patch-calendar_libical_src_libical_icaltz-util_c Log message: - fix a core dump at evolution startup with a new profile from bernd@ CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/05/12 07:56:21 Modified files: share/man/man5 : port-modules.5 Log message: typos CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 08:07:35 Log message: Import py-gdata-1.0.13 The Google data Python client library makes it easy to access data through the Google data APIs. This library provides data model and service modules for the the following Google data services: - Google Calendar data API - Google Contacts data API - Google Spreadsheets data API - Google Document List data APIs - Google Base data API - Google Apps Provisioning API - Picasa Web Albums Data API - Google Code Search Data API - core Google data API functionality The core Google data code provides sufficient functionality to use this library with any Google data API (even if a module hasn't been written for it yet). For example, this client can be used with the Blogger API, and the YouTube API. This library may also be used with any Atom Publishing Protocol service. Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070512 N ports/devel/py-gdata/distinfo N ports/devel/py-gdata/Makefile N ports/devel/py-gdata/pkg/DESCR N ports/devel/py-gdata/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 08:08:31 Modified files: devel : Makefile Log message: +py-gdata CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 08:45:07 Log message: import galago-daemon 0.5.1 The Galago presence daemon, which is the center of all presence transactions for Galago. This service is automatically launched by D-BUS when needed. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/net/galago-daemon/Makefile N ports/net/galago-daemon/distinfo N ports/net/galago-daemon/pkg/DESCR N ports/net/galago-daemon/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/12 08:45:48 Modified files: infrastructure/mk: bsd.port.mk Log message: Add X11BASE to SUBST_VARS ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 08:47:43 Modified files: net : Makefile Log message: - add galago-daemon CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:08:19 Log message: Import totem-pl-parser-2.22.3 Totem-pl-parser is a simple GObject-based library for parsing the various playlist formats used for online audio and video streams. ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20070512 N ports/x11/gnome/totem-pl-parser/distinfo N ports/x11/gnome/totem-pl-parser/Makefile N ports/x11/gnome/totem-pl-parser/pkg/DESCR N ports/x11/gnome/totem-pl-parser/pkg/PLIST N ports/x11/gnome/totem-pl-parser/patches/patch-lib_memmem_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:09:33 Modified files: x11/gnome : Makefile Log message: +totem-pl-parser CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/12 09:11:40 Modified files: x11/gnome/baker: Makefile Log message: - no need for CONFIGURE_STYLE, it's inherited from Makefile.inc CVSROOT: /cvs Module name: www Changes by: otto@cvs.openbsd.org 2008/05/12 09:53:45 Modified files: faq : faq14.html Log message: fsck_ffs is almost twice as memory hungry as my memory told me. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/12 09:57:17 Modified files: sys/arch/socppc/stand/boot: time.c Log message: Provide a real getsecs() implementation. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/12 10:14:42 Modified files: converters/wv : Makefile distinfo converters/wv/patches: patch-wvMime patch-wvText_in converters/wv/pkg: PLIST Added files: converters/wv/patches: patch-wvWare_c converters/wv/pkg: PFRAG.shared Removed files: converters/wv/patches: patch-Makefile_in patch-wvHtml_in converters/wv/pkg: SECURITY Log message: update to 1.2.4; jasper@ ok a similar update. CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/12 10:43:57 Modified files: devel/libgsf : Makefile distinfo devel/libgsf/pkg: PLIST-main Added files: devel/libgsf/patches: patch-configure_in Log message: update to 1.14.4; jasper@ ok. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/12 11:54:02 Modified files: share/man/man3 : tree.3 Log message: Remove clauses 3 and 4 from the license to match the license on tree.h. OK'd by Niels. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/12 13:15:02 Modified files: sbin/isakmpd : isakmpd.c usr.sbin/bgpd : bgpd.c usr.sbin/dvmrpd: dvmrpd.c usr.sbin/hostapd: hostapd.c usr.sbin/hotplugd: hotplugd.c usr.sbin/ifstated: ifstated.c usr.sbin/ospf6d: ospf6d.c usr.sbin/ospfd : ospfd.c usr.sbin/relayd: relayd.c usr.sbin/ripd : ripd.c usr.sbin/sensorsd: sensorsd.c usr.sbin/snmpd : snmpd.c usr.sbin/watchdogd: watchdogd.c Log message: Error out with usage line if additional arguments are given after the option parsing. Found out the hard way by jdixon on ifstated. ok sobrado@, jdixon@, millert@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 13:40:17 Modified files: x11/gnome/controlcenter2: Makefile x11/gnome/controlcenter2/pkg: PLIST Added files: x11/gnome/controlcenter2/patches: patch-capplets_about-me_gnome-about-me_glade Log message: - enable gnome-about-me, but disable changing passwords via this dialog ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: pvalchev@cvs.openbsd.org 2008/05/12 14:52:20 Modified files: usr.bin/ssh : umac.c Log message: Ensure nh_result lies on a 64-bit boundary (fixes warnings observed on Itanium on Linux); from Dale Talcott (bug #1462); ok djm@ CVSROOT: /cvs Module name: ports Changes by: kili@cvs.openbsd.org 2008/05/12 15:49:54 Modified files: www/gtkhtml3/pkg: PFRAG.shared Log message: Unbreak -- pkg_tools don't support nested substitutions, and espie had some good arguments against changing this. "i trust you, so go ahead" jasper@ Note: this doesn't fix the questionable API_VERSION approach, it just fixes the build. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 15:56:32 Log message: import gnome-keyring-query gnome-keyring-query has the capability to store and retrieve simple name/passphrase pairs in the default keyring. Unlike applications like Nautilus and Evolution, no additional fields are stored, with the exception of a 'magic' field to distinguish keys created by gnome-keyring-query from those created by other applications. 'yeah!' ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/x11/gnome/keyring-query/Makefile N ports/x11/gnome/keyring-query/pkg/DESCR N ports/x11/gnome/keyring-query/pkg/PLIST N ports/x11/gnome/keyring-query/files/gnome-keyring-query.c N ports/x11/gnome/keyring-query/files/README.OpenBSD No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/12 15:58:15 Modified files: x11/gnome : Makefile Log message: - add keyring-query CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/12 16:01:39 Modified files: distrib/notes : m4.common Log message: List socppc as a MACHINE_ARCH=powerpc platform. CVSROOT: /cvs Module name: src Changes by: krw@cvs.openbsd.org 2008/05/12 16:14:46 Modified files: sys/scsi : st.c Log message: Fix device reference counting. Now that we try to support detachable tape drives it is nice not to crash if one is detached. Basically use a consistant mechanism modelled on sd to lookup devices and do the device reference increments and decrements. Problem reported (PR#5811) and fix tested by Jozef Hatala. Still some corner cases Jozef is looking for but we'll fix those as discovered. CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/12 17:49:28 Modified files: usr.sbin/hostapd: hostapd.c Log message: Fix cut and pasto; Steven Roberts CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 18:52:12 Modified files: sys/dev/pci : if_tht.c Log message: Also report the duplex state of the connection when calling if_link_state_change() which is always full duplex for tht(4). ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 19:37:26 Modified files: sys/dev/pci : if_art.c Log message: Use the LINK_STATE_IS_UP macro when checking for the link being UP. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 19:40:39 Modified files: sys/dev/mii : mii_physubr.c sys/dev/pci : if_em.c if_vge.c Log message: Since Ethernet links can only be full duplex or half duplex the link state reporting code in the MII layer / em(4) and vge(4) will never fall back to the point of only reporting the link as being UP without the duplex setting being reported, so simplify the code a bit here. ok dlg@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/05/12 20:09:38 Modified files: usr.bin/ftp : cmds.c util.c Log message: Remove #if 0 code that has been unused for nearly a decade (and probably doesn't compile, since the types for some variables have changed from long to char *). OK millert@ CVSROOT: /cvs Module name: src Changes by: ray@cvs.openbsd.org 2008/05/12 20:13:46 Modified files: usr.bin/rdistd : server.c Log message: Change a mktemp(3) to mkstemp(3), preventing a race condition. Improve error checking. OK okan@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/12 20:24:08 Modified files: sys/dev/eisa : dpt_eisa.c sys/dev/ic : aic7xxx_openbsd.c aic7xxx_seeprom.c atw.c dpt.c osiop.c smc83c170.c sys/dev/mii : gentbi.c sys/dev/pci : ahc_pci.c azalia.c azalia_codec.c cmpci.c dpt_pci.c if_epic_pci.c if_pcn.c sys/dev/sbus : if_gem_sbus.c sys/net : if_pppoe.c sys/ntfs : ntfs_compr.c ntfs_conv.c ntfs_ihash.c ntfs_subr.c ntfs_vfsops.c ntfs_vnops.c Log message: Remove commented out NetBSD __KERNEL_RCSID macro usage. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 02:09:58 Modified files: sys/dev/pci : pcidevs Log message: Remove some duplicate entries for Intel 10Gb and ICH10 E1000 adapters that were not in numerial order. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 02:10:39 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/13 03:05:07 Modified files: sys/dev/acpi : amltypes.h dsdt.h Log message: Adding changes for new parser ok marco@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 03:19:12 Modified files: sys/dev/pci : pcidevs Log message: Add the Altima AC1003 PCI id. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 03:20:34 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 03:48:56 Modified files: x11/gtk-vnc : Makefile Added files: x11/gtk-vnc/patches: patch-plugin_Makefile_in x11/gtk-vnc/pkg: DESCR-main DESCR-plugin PLIST-main PLIST-plugin Removed files: x11/gtk-vnc/pkg: DESCR PFRAG.shared PLIST Log message: - new subpackage: add a very nice web browser plug-in for gtk-vnc ok jasper@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 04:06:51 Modified files: lang/vala : Makefile distinfo lang/vala/patches: patch-tests_testrunner_sh lang/vala/pkg : PLIST Log message: - update to 0.3.2 (many bugfixes and improvents to bindings/docs) CVSROOT: /cvs Module name: x11 Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 04:56:38 Log message: Import totem-2.22.2 Totem is the official movie player of the GNOME desktop environment based on xine-lib or GStreamer. It features a playlist, a full-screen mode, seek and volume controls, as well as keyboard navigation. Available flavor: xine - Use xine backend instead of GStreamer loosely based on an older port from jasper@ ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080513 N x11/gnome/totem/distinfo cvs: ERROR: cannot write file /cvs/x11/gnome/totem/distinfo,v: No such file or directory N x11/gnome/totem/Makefile cvs: ERROR: cannot write file /cvs/x11/gnome/totem/Makefile,v: No such file or directory cvs: ERROR: cannot mkdir /cvs/x11/gnome/totem/pkg -- not added: No such file or directory cvs: ERROR: cannot mkdir /cvs/x11/gnome/totem/patches -- not added: No such file or directory No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:00:28 Log message: Import totem-2.22.2... under the correct dir this time Totem is the official movie player of the GNOME desktop environment based on xine-lib or GStreamer. It features a playlist, a full-screen mode, seek and volume controls, as well as keyboard navigation. Available flavor: xine - Use xine backend instead of GStreamer loosely based on an older port from jasper@ ok jasper@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080513 N ports/x11/gnome/totem/distinfo N ports/x11/gnome/totem/Makefile N ports/x11/gnome/totem/pkg/DESCR N ports/x11/gnome/totem/pkg/PLIST N ports/x11/gnome/totem/pkg/MESSAGE N ports/x11/gnome/totem/patches/patch-src_backend_bacon-video-widget-gst-0_10_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:02:08 Modified files: x11/gnome : Makefile Log message: +totem CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/13 05:05:27 Modified files: x11/gnome/session: Makefile x11/gnome/session/files: README.OpenBSD Log message: - mention totem "okies" jasper@ CVSROOT: /cvs Module name: src Changes by: jsg@cvs.openbsd.org 2008/05/13 05:11:40 Modified files: share/man/man4 : umsm.4 Log message: Add Emobile rebadged E220 devices. From Yojiro UO CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 05:19:58 Modified files: textproc/gtkaml: Makefile distinfo Removed files: textproc/gtkaml/patches: patch-Makefile_in Log message: - update gtkaml to 0.2.1.0 CVSROOT: /cvs Module name: ports Changes by: dlg@cvs.openbsd.org 2008/05/13 05:34:12 Modified files: net/samba : Makefile Added files: net/samba/patches: patch-libads_kerberos_keytab_c Log message: disable a workaround for the MIT kerberos implementation that we dont need because we use heimdal instead. this lets the ads flavor of samba manage the kerberos keytab on openbsd. no objections from mbalmer@ CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/13 05:46:57 Modified files: usr.sbin/ospf6d: ospf6d.c Log message: Unmangle previous commit. spotted by markus@ (wow !) CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/13 06:02:54 Modified files: devel/mercurial: Makefile devel/mercurial/pkg: PLIST Log message: install hgweb.cgi and hgwebdir.cgi; wcmaier@ ok. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/13 06:07:14 Added files: lang/tcl : tcl.port.mk x11/tk : tk.port.mk Log message: Add lang/tcl and x11/tk modules feedback and ok steven@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 07:06:55 Modified files: x11/gnome/empathy: Makefile Added files: x11/gnome/empathy/patches: patch-libempathy-gtk_empathy-main-window_glade Log message: - don't display the "edit personal information button", it's not implemented. CVSROOT: /cvs Module name: www Changes by: landry@cvs.openbsd.org 2008/05/13 07:17:20 Modified files: . : ports.html Log message: - Simplify pkg_add examples, no need to give the full name of a pkg - Mention the fact that now pkg_add supports updates, and give an example - 'make install clean' is... cleaner for an example ok espie@ CVSROOT: /cvs Module name: src Changes by: jsing@cvs.openbsd.org 2008/05/13 07:20:44 Modified files: sys/dev/pci : if_lii.c Log message: The driver is called lii, not atl2. Change function and variable names to match. go go go dlg@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/13 07:28:15 Modified files: sbin/fdisk : fdisk.8 Log message: fix an error in the example partition table; from Adam Patterson ok nick CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 08:17:15 Log message: import evolution-rss 0.0.8 This plugin adds RSS Feeds support for evolution mail. Evolution RSS can display articles using summary view or HTML view. tweaks and ok bernd@ Status: Vendor Tag: jasper Release Tags: jasper_20080512 N ports/mail/evolution-plugin-rss/distinfo N ports/mail/evolution-plugin-rss/Makefile N ports/mail/evolution-plugin-rss/pkg/DESCR N ports/mail/evolution-plugin-rss/pkg/PLIST N ports/mail/evolution-plugin-rss/patches/patch-src_evolution-import-rss_c N ports/mail/evolution-plugin-rss/patches/patch-src_Makefile_in N ports/mail/evolution-plugin-rss/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 08:20:25 Modified files: audio/grip : Makefile audio/grip/patches: patch-configure patch-src_Makefile_in patch-src_discdb_c patch-src_grip_c patch-src_rip_c Added files: audio/grip/patches: patch-src_launch_c Log message: * LP64 fix from Markus Lude * regen some patches CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 08:22:33 Modified files: mail : Makefile Log message: - add evolution-plugin-rss CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 08:48:33 Modified files: news/tin : Makefile news/tin/patches: patch-src_Makefile_in Added files: news/tin/patches: patch-configure_in Log message: - add icu4c as a dependency - change e-mail address - change COMMENT - change spool to /var/spool/news - this matches leafnode - disable checking for libuu - do not try to write to /usr From maintainer Joachim Schipper CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 08:52:44 Modified files: infrastructure/mk: pkgpath.mk Log message: no reason not to allow install-all as a subdir target, so... allow it! CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 09:11:51 Modified files: multimedia/gstreamer-0.10: Makefile.inc multimedia/gstreamer-0.10/core: Makefile distinfo multimedia/gstreamer-0.10/core/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-bad: Makefile distinfo multimedia/gstreamer-0.10/plugins-bad/pkg: PLIST-main PLIST-sdl multimedia/gstreamer-0.10/plugins-base: Makefile distinfo multimedia/gstreamer-0.10/plugins-base/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-good: Makefile distinfo multimedia/gstreamer-0.10/plugins-good/patches: patch-common_m4_gst-default_m4 patch-configure_ac patch-sys_oss_Makefile_in patch-sys_oss_gstosshelper_c patch-sys_oss_gstosssink_c patch-sys_oss_gstosssrc_c patch-sys_sunaudio_gstsunaudiomixerctrl_c patch-sys_sunaudio_gstsunaudiomixerctrl_h patch-sys_sunaudio_gstsunaudiosink_c patch-sys_sunaudio_gstsunaudiosink_h patch-sys_sunaudio_gstsunaudiosrc_c multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main multimedia/gstreamer-0.10/plugins-ugly: Makefile distinfo multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_dvdread_dvdreadsrc_c patch-ext_sidplay_Makefile_in multimedia/gstreamer-0.10/plugins-ugly/pkg: PLIST-main multimedia/gstreamer-0.10/py-gstreamer: Makefile distinfo multimedia/gstreamer-0.10/py-gstreamer/pkg: PLIST Added files: multimedia/gstreamer-0.10/plugins-bad/pkg: DESCR-meta DESCR-sndfile PLIST-meta PLIST-neon PLIST-sndfile multimedia/gstreamer-0.10/plugins-ugly/patches: patch-ext_lame_gstlame_c Removed files: multimedia/gstreamer-0.10/plugins-bad/patches: patch-configure_ac multimedia/gstreamer-0.10/plugins-good/patches: patch-ext_flac_gstflacdec_c patch-ext_flac_gstflacdec_h patch-ext_flac_gstflacenc_c patch-ext_flac_gstflacenc_h Log message: update to recent gstreamer + plugins. Some breakage might occur, it will be dealt with afterwards. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2008/05/13 09:25:43 Modified files: . : want.html Log message: i need fc gear much less now that i have stuff to play with at work. i need more time instead. CVSROOT: /cvs Module name: www Changes by: dlg@cvs.openbsd.org 2008/05/13 09:33:56 Modified files: . : want.html Log message: apparently the intel iop348 based boards are compatible with the emulex fc controllers, so id like one to work on when i get time to hax on sli(4) again. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/13 09:34:02 Log message: yeah, the gstreamer people finally made it possible to use the system ffmpeg. Note that their fuzzy warnings don't apply to us. This is so stupid. Between the ffmpeg people, who only care for performance to the exclusion of any sense (like, good luck making it work elsewhere), and the gstreamer people, who don't care that stuff won't work elsewhere. Status: Vendor Tag: espie Release Tags: yeah N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/Makefile N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/distinfo N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/pkg/PLIST N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/pkg/DESCR N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/patches/patch-ext_ffmpeg_gstffmpegcodecmap_c N ports/multimedia/gstreamer-0.10/plugins-ffmpeg/patches/patch-ext_ffmpeg_gstffmpegdemux_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 10:46:23 Modified files: multimedia/gstreamer-0.10: Makefile Log message: - add plugins-ffmpeg ok espie@ CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 11:31:02 Modified files: graphics/pngcrush: Makefile distinfo Log message: SECURITY UPDATE to pngcrush 1.6.5 (SA30157) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 11:44:46 Modified files: usr.sbin/httpd/src/main: alloc.c buff.c gen_test_char.c gen_uri_delims.c rfc1413.c util.c util_date.c util_md5.c Log message: A first chunk of readability/knf changes. Since there is nothing more to merge from upstream, we can safely sanitize the code and hopefully the build system. Discussed with and feedback from sthen, todd, dlg and henning. no binary changes. CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/13 11:47:42 Modified files: sys/nfs : nfs_socket.c Log message: don't grab the receive lock in nfs_rcvlock if the reply has already been received while we slept. prevents processes from monopolising the lock. From FreeBSD; ok blambert@ tested by johan@ and a few others CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/13 11:56:29 Modified files: net/curl : Makefile distinfo net/curl/pkg : PLIST Added files: net/curl/patches: patch-Makefile_in patch-docs_examples_anyauthput_c Log message: * Update to 7.18.1. * A CA cert bundle is no longer included, so point to /etc/ssl/cert.pem. * Compile examples during build rather than fake stage. ok sthen@, additional testing by merdely@ CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/13 12:46:07 Modified files: www/nginx : Makefile distinfo Log message: Bugfix update to 0.6.31. Fixes include: *) Bugfix: nginx did not process FastCGI response if header was at the end of FastCGI record; bug appeared in 0.6.2. Thanks to Sergey Serov. *) bugfix: a segmentation fault might occur in worker process if a file was deleted and the "open_file_cache_errors" directive was off. From Darrin Chandler (MAINTAINER) ok bernd@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/13 12:52:25 Modified files: lib/libc/stdio : vfprintf.c Log message: Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:15:01 src/etc/etc.socppc Update of /cvs/src/etc/etc.socppc In directory cvs.openbsd.org:/tmp/cvs-serv24858/etc.socppc Log Message: Directory /cvs/src/etc/etc.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:39:58 Added files: etc/etc.socppc : MAKEDEV.md Makefile.inc disktab fbtab sysctl.conf ttys Log message: Add missing files. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 13:41:01 Added files: etc/etc.socppc : MAKEDEV Log message: sync CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 14:06:45 Modified files: usr.sbin/httpd/src/main: util_uri.c Log message: knf. no binary changes. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/13 14:09:19 Added files: usr.sbin/httpd : README.IPv6 Removed files: usr.sbin/httpd : README.v6 Log message: Rename to README.IPv6, to be clear this is not version 6 of the README file. Suggested by henning. CVSROOT: /cvs Module name: src Changes by: steven@cvs.openbsd.org 2008/05/13 14:10:50 Modified files: share/man/man5 : port-modules.5 Log message: attempt at documenting the python module CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 14:44:56 Modified files: etc : Makefile regress/etc/MAKEDEV: Makefile Log message: Plumb socppc in MAKEDEV machinery. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 14:46:41 src/distrib/notes/socppc Update of /cvs/src/distrib/notes/socppc In directory cvs.openbsd.org:/tmp/cvs-serv29529/socppc Log Message: Directory /cvs/src/distrib/notes/socppc added to the repository CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/13 14:47:32 Added files: distrib/notes/socppc: contents hardware install prep upgrade whatis xfer Log message: Initial stab at installation notes. CVSROOT: /cvs Module name: ports Changes by: mglocker@cvs.openbsd.org 2008/05/13 14:57:40 Modified files: sysutils/wmwlmon: Makefile distinfo Log message: Update to latest release 1.0. OK mbalmer@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:09:28 Modified files: etc/mtree : 4.4BSD.dist Log message: Add catman directories for socppc manual pages CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:12:44 Modified files: usr.sbin/hotplugd: Makefile usr.sbin/pcidump: Makefile Log message: Build on socppc too. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:14:15 Modified files: sbin/disklabel : Makefile Log message: Make socppc on par with macppc for now. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:15:26 Modified files: distrib : Makefile Log message: Recurse in socppc for make obj CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:15:58 Modified files: . : Makefile.cross Log message: socppc is powerpc CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:29:37 Modified files: distrib/special/kbd: Makefile etc : Makefile sbin/kbd : Makefile Log message: Disable more wscons bits on socppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:30:41 Modified files: distrib/sets/lists/man: mi Added files: distrib/sets/lists/base: md.socppc distrib/sets/lists/comp: md.socppc distrib/sets/lists/etc: md.socppc distrib/sets/lists/game: md.socppc distrib/sets/lists/man: md.socppc distrib/sets/lists/misc: md.socppc Log message: Sync CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:31:56 src/share/man/man4/man4.socppc Update of /cvs/src/share/man/man4/man4.socppc In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man4/man4.socppc Log Message: Directory /cvs/src/share/man/man4/man4.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:31:57 src/share/man/man8/man8.socppc Update of /cvs/src/share/man/man8/man8.socppc In directory cvs.openbsd.org:/cvs.d/hack/miod/traba/src/share/man/man8/man8.socppc Log Message: Directory /cvs/src/share/man/man8/man8.socppc added to the repository CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:53:32 Modified files: sys/arch/socppc/dev: ipic.c Log message: Meaningful panic messages; ok kettenis CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:54:15 Modified files: sys/arch/socppc/include: vmparam.h Log message: Memory is contiguous and non-expandable, so lower VM_PHYSSEG_MAX down to 1. ok kettenis@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/13 15:55:17 Modified files: sys/arch/macppc/macppc: conf.c sys/arch/socppc/socppc: conf.c Log message: Fix chrtoblktbl[] entries. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:15:05 Log message: import gnome-python-desktop 2.20.0 py-gnome-desktop (also known as gnome-python-desktop) provides python interfacing modules for some GNOME libraries part of the GNOME Desktop. - gnomeapplet - gnomeprint - gnomeprint.ui - wnck - totem.plparser ..etc feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080514 N ports/x11/gnome/py-gnome-desktop/distinfo N ports/x11/gnome/py-gnome-desktop/Makefile N ports/x11/gnome/py-gnome-desktop/pkg/DESCR N ports/x11/gnome/py-gnome-desktop/pkg/PLIST N ports/x11/gnome/py-gnome-desktop/patches/patch-gtop_gtop_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:18:15 Log message: import gnome-python-extras 2.19.1 py-gnome-extras (also known as gnome-python-extras) is a set of bindings for the GNOME platform libraries. It extends py-gnome with bindings for several libraries. Currently covered parts are: - gtkhtml2 - gtkmozembed - gtkspell - gdl ..etc based on an older port by landry@ feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080514 N ports/x11/gnome/py-gnome-extras/Makefile N ports/x11/gnome/py-gnome-extras/distinfo N ports/x11/gnome/py-gnome-extras/pkg/PLIST N ports/x11/gnome/py-gnome-extras/pkg/DESCR No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/13 16:19:52 Modified files: x11/gnome : Makefile Log message: - add py-gnome-desktop and py-gnome-extras CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/13 17:49:57 Modified files: telephony/asterisk: Makefile distinfo Log message: Update to 1.4.19.2, fixing an IAX performance problem introduced by the security fix in the previous update. No change to other code. Non-IAX users are unaffected. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:26:04 Modified files: sys/dev/usb : usbdevs Log message: Add the CONWISE Technology vendor id and the CW6622 product id. From Jason George CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:26:46 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:39:48 Modified files: sys/dev/usb : usbdevs Log message: Remove the duplicate Billionton product id named SnapPort which is the same as the USB2AR product id and was placed separately further down. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:40:22 Modified files: sys/dev/usb : usbdevs.h usbdevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 19:41:10 Modified files: sys/dev/usb : if_axe.c Log message: Remove the duplicate Billionton id. CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/13 20:02:05 Modified files: sys/dev/acpi : acpithinkpad.c Log message: recognize some more events hook up the volume keys to actually do stuff; from Stefan Kempf use aml_freevalue to properly free memory in all cases; prodded by deanna CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:45:18 Modified files: sys/dev/pci : pcidevs Log message: Add the vendor id for Solarflare Communications and some product ids for 10Gb chipsets. CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:46:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 21:52:34 Modified files: sys/dev/pci : if_bge.c Log message: Add the Altima AC1003 PCI id. ok dlg@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/13 22:12:57 Modified files: sys/dev/pci : if_bce.c Log message: Add missing splnet around mii_tick(). ok dlg@ CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/13 23:24:36 Modified files: sys/dev/acpi : acpi.c acpiac.c acpiasus.c acpibat.c acpibtn.c acpidebug.c acpidock.c acpiec.c acpiprt.c acpithinkpad.c acpitz.c dsdt.c amltypes.h dsdt.h Log message: Adding new ACPI Parser code Old guts of code still exists, needs to be torn out next ok marco@ ok brad@ CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/14 00:27:29 Removed files: sysutils/perfd : Makefile distinfo sysutils/perfd/patches: patch-Makefile sysutils/perfd/pkg: DESCR PLIST Log message: Bye-bye perfd. The apmd in base has done a pretty good job for quite a while. CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/14 00:28:06 Modified files: sysutils : Makefile Log message: no more perfd CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 01:38:42 Modified files: security/cyrus-sasl2: Makefile security/cyrus-sasl2/patches: patch-saslauthd_configure security/cyrus-sasl2/pkg: PFRAG.ldap Added files: security/cyrus-sasl2/pkg: PFRAG.shared-ldap Log message: - add sasldb and ldapdb auxprop plugins from Pedro Almeida CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 01:48:36 Modified files: usr.sbin/sysmerge: sysmerge.8 sysmerge.sh Log message: - add a non-interactive mode to sysmerge ('-b') - yesno is only used once man page consulting jmc@ ;) ok laurent@ pyr@ CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 01:52:52 Modified files: sys/dev/acpi : acpiprt.c Log message: Clean up a bit. ok jordan@ CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/05/14 01:52:53 Modified files: mail/isync : Makefile distinfo mail/isync/pkg : PLIST Removed files: mail/isync/patches: patch-src_imap_c patch-src_maildir_c patch-src_main_c patch-src_sync_c Log message: Update to isync 1.0.4. Advice and ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: pyr@cvs.openbsd.org 2008/05/14 02:24:14 Modified files: mail/isync : Makefile Log message: typo. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 02:27:42 Modified files: x11/mrxvt : Makefile Added files: x11/mrxvt/patches: patch-src_init_c Log message: SECURITY FIX for SA30227 patch from upstream svn. ok ajacoutot@ (MAINTAINER) CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 02:42:20 Modified files: usr.sbin/httpd/src/main: alloc.c http_log.c http_vhost.c Log message: Next chunk of KNF/readability changes. no binary change. CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 03:25:38 Modified files: usr.sbin/httpd/src/main: http_log.c http_request.c Log message: More KNF/readability changes. no binary changes. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/14 03:32:18 Modified files: usr.sbin/ntpd : ntpd.c Log message: ntpd missed the argument check sweep. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 03:39:46 Modified files: www/p5-Catalyst-Plugin-Session-Store-File: Makefile distinfo Log message: update to version 0.13 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 03:41:56 Modified files: audio/rhythmbox: Makefile distinfo audio/rhythmbox/pkg: DESCR PLIST Added files: audio/rhythmbox/patches: patch-bindings_python_Makefile_in patch-configure_ac patch-metadata_rb-metadata-dbus-client_c patch-metadata_test-metadata_c patch-plugins_audioscrobbler_rb-audioscrobbler_c patch-plugins_audioscrobbler_rb-lastfm-gst-src_c patch-plugins_daap_rb-daap-src_c patch-plugins_daap_rb-daap-src_h patch-podcast_rb-podcast-parse_h patch-shell_main_c patch-shell_rb-shell-player_c Removed files: audio/rhythmbox/patches: patch-configure audio/rhythmbox/pkg: PFRAG.shared Log message: - update rhythmbox to 0.10.1 (makes it work again) - use the updated gstreamer framework - re-word DESCR - misc. tweaks to Makefile ok ajacoutot@ CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 03:55:03 Modified files: devel/p5-Test-WWW-Mechanize-Catalyst: Makefile distinfo devel/p5-Test-WWW-Mechanize-Catalyst/pkg: PLIST Log message: update to version 0.42 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 04:31:53 Modified files: www/p5-Catalyst-Plugin-Session-State-Cookie: Makefile distinfo Log message: update to version 0.09 CVSROOT: /cvs Module name: src Changes by: deanna@cvs.openbsd.org 2008/05/14 07:28:57 Modified files: share/man/man5 : port-modules.5 Log message: Add tcl and tk to the list CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 07:47:05 Modified files: usr.sbin/httpd/src/main: fdcache.c http_config.c Log message: Next chunk of KNF/readability. no binary changes. CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 09:12:09 ports/x11/gnome/media/patches Update of /cvs/ports/x11/gnome/media/patches In directory cvs.openbsd.org:/tmp/cvs-serv8241/patches Log Message: Directory /cvs/ports/x11/gnome/media/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/14 09:26:14 Modified files: x11/gnome/media: Makefile Added files: x11/gnome/media/patches: patch-grecord_src_gsr-window_c Log message: - don't mention an non-existent menu CVSROOT: /cvs Module name: src Changes by: ajacoutot@cvs.openbsd.org 2008/05/14 09:31:41 Modified files: usr.sbin/sysmerge: sysmerge.sh Log message: - fix new directory creation by using the correct variable; spotted by merdely@ while trying to populate /var/www from scratch ok merdely@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/14 10:11:22 Modified files: usr.sbin/httpd/src/main: http_config.c Log message: fix comment. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/14 10:24:57 Modified files: www/p5-CGI-Simple: Makefile distinfo Log message: maintenance update to version 1.104 CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/14 10:26:44 Modified files: sys/dev/acpi : acpiprt.c Log message: Removed debugging printfs CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 11:51:05 Removed files: sys/lib/libkern/arch/i386: setjmp.S sys/lib/libkern/arch/sparc: setjmp.S sys/lib/libkern/arch/sparc64: setjmp.S Log message: These files are not used (and some of them would not compile anyway). CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 12:47:10 Modified files: sys/arch/sparc64/conf: GENERIC Log message: Add cmpci(4) and uncomment the eap(4) MIDI attachment. ok jakemsr@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 13:29:46 Modified files: sys/arch/socppc/socppc: machdep.c Log message: Make all 128MB of memory available (except for the first three pages used for the exception vectors). CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/14 14:03:47 Modified files: misc/remind : Makefile Log message: Add devel/tcllib as RUN_DEPENDS. ok kevlo (the maintainer) CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/14 14:12:12 Modified files: share/man/man4 : termios.4 Log message: ttydefaults.h -> sys/ttydefaults.h; from Ed Schouten; freebsd -r1.32 CVSROOT: /cvs Module name: www Changes by: jj@cvs.openbsd.org 2008/05/14 14:13:39 Modified files: . : plus.html Log message: Upto 05/13 CVSROOT: /cvs Module name: src Changes by: chl@cvs.openbsd.org 2008/05/14 14:45:35 Modified files: usr.bin/file/magdir: alpha basis bflt btsnoop cafebabe claris communications cracklib esri geos matroska mips mup netbsd os400 palm perl riff scientific spec tgif unicode varied.script vicar virtutech wordprocessors xo65 xwindows Log message: add missing $OpenBSD$ tags ok ian@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:49:48 Modified files: sys/arch/amd64/amd64: conf.c sys/arch/arm/arm: conf.c sys/arch/aviion/aviion: conf.c sys/arch/hp300/hp300: conf.c sys/arch/hppa/hppa: conf.c sys/arch/hppa64/hppa64: conf.c sys/arch/i386/i386: conf.c sys/arch/landisk/landisk: conf.c sys/arch/luna88k/luna88k: conf.c sys/arch/mac68k/mac68k: conf.c sys/arch/macppc/macppc: conf.c sys/arch/mvme68k/mvme68k: conf.c sys/arch/mvme88k/mvme88k: conf.c sys/arch/mvmeppc/mvmeppc: conf.c sys/arch/sgi/sgi: conf.c sys/arch/socppc/socppc: conf.c sys/arch/vax/vax: conf.c Log message: Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc and sgi. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 14:54:36 Modified files: sys/arch/socppc/socppc: locore.S machdep.c mainbus.c Log message: Get memory size and base address of internal memory mapped registers from firmware instead of hardcoding them. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:55:11 Modified files: share/tmac/mdoc: doc-common Log message: Add socppc, reminded by jmc@ CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 14:55:50 Modified files: share/man/man8 : Makefile Added files: share/man/man8/man8.socppc: MAKEDEV.8 Makefile Log message: Add the generated MAKEDEV.8 for socppc. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/14 15:06:15 Modified files: security/stunnel: Makefile distinfo security/stunnel/patches: patch-Makefile_in patch-src_client_c patch-src_stunnel_c patch-tools_Makefile_in Log message: upgrade to stunnel v4.23 CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:08:09 Modified files: share/man/man4 : Makefile Added files: share/man/man4/man4.socppc: Makefile autoconf.4 intro.4 mem.4 Log message: A few basic man4 pages for socppc, heavily based on macppc. Also, plug man4.armish into the build, since it had been long forgotten. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:13:40 Modified files: sys/dev/acpi : dsdt.c Log message: Let this build and link if SMALL_KERNEL. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:47:00 Modified files: sys/dev/acpi : dsdt.c Log message: only compile aml_dump() if option ACPI_DEBUG. CVSROOT: /cvs Module name: src Changes by: weingart@cvs.openbsd.org 2008/05/14 15:53:08 Modified files: sys/arch/amd64/amd64: vector.S Log message: Add a '.text' to make sure we understand IDTVEC()'s are in the text segment. kettenis@ ok. miod@ pointed out that the define already does a '.text', this makes it explicit. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 15:57:40 Modified files: distrib/sets/lists/comp: mi distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 16:23:48 Modified files: sys/arch/socppc/socppc: locore.S machdep.c Log message: Parse arguments passed by the bootloader and take appropriate action. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/14 16:28:13 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: Comment out option PCIVERBOSE on the floppies for now, to let them fit after the code increase caused by the recent acpi changes, until a better compromise is found. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/14 16:34:14 Modified files: sys/arch/socppc/socppc: autoconf.c Log message: Determine boot device from arguments passed by the bootloader. CVSROOT: /cvs Module name: www Changes by: nick@cvs.openbsd.org 2008/05/14 18:07:15 Modified files: faq : current.html Log message: 4.1 -> 4.2. From Darrin Chandler (dwchandler at stilyagin dot com) Thanks! CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/14 22:37:59 Modified files: sys/dev/pci : if_lii.c Log message: - Use pci_matchbyid(). - Simplify the use of pci_mapreg_map(). ok jsing@ CVSROOT: /cvs Module name: src Changes by: mbalmer@cvs.openbsd.org 2008/05/15 00:05:44 Modified files: usr.sbin/httpd/src/main: buff.c gen_test_char.c gen_uri_delims.c http_core.c http_protocol.c rfc1413.c util.c util_date.c util_md5.c util_script.c util_uri.c Log message: Add OpenBSD markers. no binary change. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/15 00:37:08 Modified files: share/man/man7 : mdoc.samples.7 Log message: socppc added to .Dt list; CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/15 01:50:41 Modified files: sys/dev/usb : uvideo.c Log message: #ifdef UVIDEO_DEBUG wrap all debug routines. Shrinks the kernel. Noted by miod@. Fix some spacing while there. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 02:10:04 Modified files: sys/dev/usb : ehci.c Log message: Avoid clearing the port enable bit when bringing the port out of reset. Makes the on-board ehci(4) on the Freescale MPC8349E work. ok jsg@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 02:57:24 Modified files: devel/git : Makefile Log message: Add missing RUN_DEPENDS for the svn subpackage. From Brad Walker. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 03:20:47 Modified files: security/ruby-openid: Makefile distinfo Log message: Update to ruby-openid-2.0.4. ok Paul Irofti (MAINTAINER) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 03:51:17 Modified files: infrastructure/mk: bsd.port.mk Log message: clean-up fetch/fetch-all framework CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 03:57:03 Modified files: infrastructure/mk: bsd.port.mk Log message: hide ALLFILES and REALLY_ALLFILES, they have confusing names anyways CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/15 04:03:32 Modified files: share/man/man5 : bsd.port.mk.5 Log message: document CHECKSUMFILES/MAKESUMFILES CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 04:09:29 Modified files: infrastructure/mk: bsd.port.mk Log message: simplify computation of MAKESUMFILES: start with what's already been done, and just append to it. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/15 04:12:28 Modified files: infrastructure/fetch: clean-old Log message: improve on clean-old: basically use make show=MAKESUMFILES to figure out which files are needed. Also, do some tricky find in mystuff to try to figure out which files are actually needed for local work. CVSROOT: /cvs Module name: ports Changes by: deanna@cvs.openbsd.org 2008/05/15 06:01:41 Modified files: devel/horde : Makefile Log message: Add missing pear-Mail-Mime run depend. ok mbalmer CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 08:16:41 Modified files: mail/courier-authlib: Makefile Log message: bump subpackages because the description changed CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 09:20:17 Modified files: math/R : Makefile Log message: bump package because the description changed CVSROOT: /cvs Module name: www Changes by: sobrado@cvs.openbsd.org 2008/05/15 10:42:52 Modified files: . : plus.html Log message: routed(8) has been removed, better including a reference to the last OpenBSD release that supports it on href; ok jj@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 11:45:22 Added files: net/xmlrpc-c/patches: patch-lib_curl_transport_xmlrpc_curl_transport_c Log message: Fix build after curl 7.18 update by adding a dummy argument. CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/15 12:30:14 Modified files: net/nmap : Makefile distinfo net/nmap/patches: patch-configure net/nmap/pkg : PFRAG.shared-main PLIST-zenmap Log message: - update to 4.62 from MAINTAINER (Giovanni Bechis) - add @comment markers to keep make plist happy - remove the need for us to install the manpage. - alpha fix from merdely@ - workaround for Paths.pyc needing to be re-generated - from wcmaier@ (a discussion has been started with upstream to remedy this bit) feedback and ok merdely@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/15 12:45:32 Modified files: www/kronolith : Makefile Log message: Make sure installed files have a sane ownership. Noticed by naddy and sturm. CVSROOT: /cvs Module name: ports Changes by: djm@cvs.openbsd.org 2008/05/15 12:47:48 Modified files: misc/tpwireless: Makefile misc/tpwireless/src: tpwireless.c Log message: tpwireless-0.2: several improvements from Tamas TEVESZ (ice AT extreme.hu), most notably the ability to clear the magic bit and check without modification. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/15 13:00:02 Modified files: usr.bin/tcpbench: Makefile tcpbench.c Log message: fix uninitialised variable; from ray@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 13:34:20 Modified files: x11/gaia : Makefile Added files: x11/gaia/patches: patch-lib_wwfetch_wwfetch_http_c Log message: curl_easy_setopt() takes exactly three arguments; ok ajacoutot@ CVSROOT: /cvs Module name: src Changes by: markus@cvs.openbsd.org 2008/05/15 13:40:38 Modified files: sys/net : pf.c sys/netinet : in_pcb.c in_pcb.h tcp_input.c tcp_usrreq.c udp_usrreq.c sys/netinet6 : ip6_input.c Log message: divert for ipv6; ok henning, pyr CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/15 13:44:52 Modified files: www/kronolith : Makefile www/kronolith/pkg: PLIST Log message: Correctly handle @groups (vodoo...) CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:17:20 Modified files: sys/arch/socppc: Makefile Log message: Fix typo. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:18:00 Added files: sys/arch/socppc/stand: Makefile.inc Log message: Install bootloader in /usr/mdec. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 14:19:11 Modified files: sys : Makefile Log message: Add socppc. CVSROOT: /cvs Module name: src Changes by: miod@cvs.openbsd.org 2008/05/15 15:01:14 Modified files: distrib/notes : Makefile Log message: Add socppc to allarchs target. CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/15 15:16:30 Modified files: x11/kde : kde.port.mk Log message: fix name for post-patch hook; ok espie@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:17:21 src/sys/arch/socppc/stand/mkboot Update of /cvs/src/sys/arch/socppc/stand/mkboot In directory cvs.openbsd.org:/tmp/cvs-serv4110/mkboot Log Message: Directory /cvs/src/sys/arch/socppc/stand/mkboot added to the repository CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/15 15:20:00 Log message: import libssh2 libssh2 is a library implementing the SSH2 protocol as defined by Internet Drafts: SECSH-TRANS(22), SECSH-USERAUTH(25), SECSH-CONNECTION(23), SECSH-ARCH(20), SECSH-FILEXFER(06)*, SECSH-DHGEX(04), and SECSH-NUMBERS(10). From Eric Sproul (MAINTAINER) Help and ok okan@ and jasper@ Status: Vendor Tag: merdely Release Tags: merdely_20080515 N ports/security/libssh2/Makefile N ports/security/libssh2/distinfo N ports/security/libssh2/pkg/DESCR N ports/security/libssh2/pkg/PLIST N ports/security/libssh2/pkg/PFRAG.shared No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: merdely@cvs.openbsd.org 2008/05/15 15:21:03 Modified files: security : Makefile Log message: +libssh2 CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:32:20 Added files: sys/arch/socppc/stand/mkboot: Makefile mkboot.8 mkboot.c Log message: Add mkboot(8), a utility to make U-Boot images. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 15:34:15 Modified files: sys/arch/socppc/stand: Makefile Log message: Hook up mkboot(8). CVSROOT: /cvs Module name: ports Changes by: okan@cvs.openbsd.org 2008/05/15 15:48:26 Modified files: devel/p5-Event-Lib: Makefile devel/p5-Rcs : Makefile devel/p5-Slay-Makefile-Gress: Makefile devel/p5-Slay-Maker: Makefile net/p5-Net-Wake: Makefile textproc/p5-XML-Smart: Makefile textproc/p5-Object-MultiType: Makefile Log message: update email address ok merdely@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/15 15:56:21 Modified files: app/cwm : client.c Log message: tiny bit of knf ok oga@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/15 16:10:46 Modified files: distrib/socppc/ramdisk: Makefile Log message: We don't create cd.iso on socppc. CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/15 16:15:54 Modified files: sys/dev/acpi : dsdt.c Log message: Handle Alias named objects, return original object Clear out result before evaluating CVSROOT: /cvs Module name: src Changes by: brad@cvs.openbsd.org 2008/05/15 16:17:08 Modified files: sys/arch/arm/sa11x0: sa11x0_ost.c sys/arch/arm/xscale: pxa2x0.c pxa2x0_a4x_space.c pxa2x0_com.c pxa2x0_dma.c pxa2x0_gpio.c pxa2x0_intr.c pxa2x0_space.c sys/arch/powerpc/powerpc: in_cksum.c sys/arch/sparc64/sparc64: in4_cksum.c sys/arch/vax/bi: bi.c sys/arch/vax/vax: in4_cksum.c Log message: Remove commented out NetBSD __KERNEL_RCSID macro usage. ok dlg@ miod@ CVSROOT: /cvs Module name: xenocara Changes by: oga@cvs.openbsd.org 2008/05/15 16:18:00 Modified files: app/cwm : client.c conf.c font.c grab.c group.c search.c util.c xevents.c xutil.c Log message: KNF, no binary change. From Pierre Riteau. Thanks! CVSROOT: /cvs Module name: src Changes by: jordan@cvs.openbsd.org 2008/05/15 17:23:09 Modified files: sys/dev/acpi : dsdt.c Log message: Ripped out old parser guts ok loki@ CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/15 17:52:24 Modified files: usr.bin/ssh : nchan2.ms Log message: document eow message in ssh protocol 2 channel state machine; feedback and ok markus@ CVSROOT: /cvs Module name: src Changes by: mpf@cvs.openbsd.org 2008/05/15 19:22:00 Modified files: sbin/pfctl : pfctl.8 Log message: There is not really a network address translation device. Remove it from the name section. OK mcbride, henning CVSROOT: /cvs Module name: www Changes by: djm@cvs.openbsd.org 2008/05/15 23:08:12 Added files: openssh/txt : draft-miller-secsh-compression-delayed-00.txt draft-miller-secsh-umac-01.txt Log message: add drafts that document some OpenSSH protocol extensions CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 23:45:26 Modified files: mail/dovecot : Makefile Added files: mail/dovecot/patches: patch-src_auth_auth-request_c Log message: "allow_nets didn't work correctly with big endian machines." From upstream: http://hg.dovecot.org/dovecot-1.0/rev/71c02fdf1b59 via brad@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/15 23:54:09 Modified files: x11/vlc : Makefile x11/vlc/pkg : PLIST-main Log message: Fix nonexistent vlc menu icon. ok brad@, martynas@ CVSROOT: /cvs Module name: src Changes by: ckuethe@cvs.openbsd.org 2008/05/16 00:13:25 Modified files: usr.sbin/ntpd : ntpd.8 ntpd.c ntpd.h Log message: Allow ntpd to step the time at startup, now matter how large or small the offset. The 180s limit doesn't help very much these days. ok otto@ mbalmer@ CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 00:39:27 Modified files: sys/arch/socppc/stand/mkboot: mkboot.8 Log message: some macro fixage; CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 00:41:43 Modified files: sbin/pfctl : pfctl.8 Log message: no need to quote the argument to .Nd, now that it's nice and short; CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/16 00:50:55 Modified files: sys/dev/acpi : acpi.c acpiac.c acpiasus.c acpibat.c acpibtn.c acpidebug.c acpidock.c acpiec.c acpiprt.c acpithinkpad.c acpitz.c amltypes.h dsdt.c dsdt.h Log message: back out jordans new parser. it didnt have enough oks from the right people, it did break machines that were previously working, and it bloated the RAMDISKS and install media beyond the constraints of the media. requested by deraadt@ CVSROOT: /cvs Module name: src Changes by: dlg@cvs.openbsd.org 2008/05/16 00:55:46 Modified files: sys/arch/i386/conf: RAMDISK RAMDISKB RAMDISKC Log message: reenable PCIVERBOSE now that acpi isnt pushing the media over. CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/16 01:55:42 Modified files: mail/postfix/stable: Makefile distinfo Log message: update to postfix stable v2.5.2 CVSROOT: /cvs Module name: ports Changes by: jakob@cvs.openbsd.org 2008/05/16 01:56:09 Modified files: mail/postfix/snapshot: Makefile distinfo Log message: update to latest postfix snapshot CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/16 01:57:53 Modified files: www/py-beautifulsoup: Makefile distinfo Log message: update to 3.0.6. CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/16 02:01:40 Modified files: sys/dev/usb : uvideo.c Log message: Fix kernel crash when device gets detached. CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/16 02:21:59 ports/x11/xchm/files Update of /cvs/ports/x11/xchm/files In directory cvs.openbsd.org:/tmp/cvs-serv22497/files Log Message: Directory /cvs/ports/x11/xchm/files added to the repository CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/16 02:30:42 Added files: usr.bin/ssh : PROTOCOL Log message: document our protocol extensions and deviations; ok markus@ CVSROOT: /cvs Module name: ports Changes by: bernd@cvs.openbsd.org 2008/05/16 02:32:03 Modified files: x11/xchm : Makefile distinfo x11/xchm/pkg : PLIST Added files: x11/xchm/files : xchm.desktop Log message: Update to xchm-1.14 and add a xchm.desktop file so it will show up in GNOME and KDE menus. Some tweaks by martynas@; ok jasper@ CVSROOT: /cvs Module name: ports Changes by: fgsch@cvs.openbsd.org 2008/05/16 05:40:47 ports/x11/xfce4/xfce4-dict/patches Update of /cvs/ports/x11/xfce4/xfce4-dict/patches In directory cvs.openbsd.org:/tmp/cvs-serv6359/patches Log Message: Directory /cvs/ports/x11/xfce4/xfce4-dict/patches added to the repository CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 05:55:29 Modified files: graphics/dia : Makefile graphics/dia/patches: patch-app_commands_c graphics/dia/pkg: DESCR PLIST Added files: graphics/dia/patches: patch-plug-ins_pixbuf_pixbuf_c graphics/dia/pkg: PFRAG.gnome PFRAG.shared-gnome Log message: - some cleanings: * precise license marker * indent * tweak DESCR - use SUBST_VAR - add gnomeprint support to the gnome FLAVOR - use textproc/intltool MODULE - fix a memleak that would lead to a crash when trying to export using pixbux(png, jpg...); from GNOME svn CVSROOT: /cvs Module name: src Changes by: mglocker@cvs.openbsd.org 2008/05/16 06:01:52 Modified files: sys/dev/usb : uvideo.c Log message: Free sample buffer on detach. Noted by miod@ CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 07:51:41 Log message: Import gpicview-0.1.9 GPicView is a simple and fast GTK based image viewer. The minimalistic design makes it extremly lightweight and fast with low memory usage. from Robin Eklind with some tweaks Status: Vendor Tag: robin Release Tags: ajacoutot_20080516 N ports/graphics/gpicview/Makefile N ports/graphics/gpicview/distinfo N ports/graphics/gpicview/pkg/PLIST N ports/graphics/gpicview/pkg/DESCR N ports/graphics/gpicview/patches/patch-src_main-win_c No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 07:52:30 Modified files: graphics : Makefile Log message: +gpicview CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/16 08:24:01 Modified files: multimedia/gstreamer-0.10/plugins-good: Makefile multimedia/gstreamer-0.10/plugins-good/patches: patch-configure_ac multimedia/gstreamer-0.10/plugins-good/pkg: PLIST-main Added files: multimedia/gstreamer-0.10/plugins-good/patches: patch-sys_v4l2_gstv4l2object_h Removed files: multimedia/gstreamer-0.10/plugins-good/patches: patch-common_m4_gst-default_m4 Log message: - add v4l2 plug-in - remove a patch; defaults sink and src can now be set using configure options CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/16 08:28:53 Modified files: lib/libc/stdio : vfprintf.c Log message: C99 says that for each va_copy() there must be a matching va_end(). Replace the non-portable hackery in __find_arguments() with a union. From FreeBSD. CVSROOT: /cvs Module name: src Changes by: pyr@cvs.openbsd.org 2008/05/16 08:47:58 Modified files: usr.sbin/relayd: pfe_filter.c Log message: Clear source nodes on table changes in sticky mode. This has the disadvantage of removing valid src nodes, but the advantage of not sending out traffic to hosts that are not up anymore. From a diff by , ok reyk@ CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 09:21:23 Log message: mimetex is a CGI program to convert LaTeX math formulae into gif images without the need to install LaTeX in httpds chroot. From Mischa Diehm , maintainer (a new porter, so give him the drill he needs...) Thanks to merdely to host the distfile and rerolling it as a gzipped tarball. Status: Vendor Tag: mbalmer Release Tags: mimetex_20080516 N ports/www/mimetex/Makefile N ports/www/mimetex/distinfo N ports/www/mimetex/pkg/DESCR N ports/www/mimetex/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 09:23:52 Modified files: www : Makefile Log message: Add mimetex. CVSROOT: /cvs Module name: ports Changes by: mbalmer@cvs.openbsd.org 2008/05/16 10:32:14 Modified files: www/mimetex : Makefile Log message: Respect ${CC} and ${CFLAGS}, do the compiling in a do-build target and clarify the license (GPLv2 or later) After feedback from ajacoutot CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/16 10:38:36 Modified files: mail/mailscanner: Makefile distinfo mail/mailscanner/patches: patch-bin_MailScanner patch-etc_MailScanner_conf patch-etc_virus_scanners_conf patch-lib_MailScanner_ConfigDefs_pl patch-lib_MailScanner_CustomConfig_pm patch-lib_MailScanner_Message_pm mail/mailscanner/pkg: PLIST Log message: update to 4.69.9-1 and fix typo in @sample line (spam.assasin.prefs.conf -> spam.assassin.prefs.conf) from brad, ok todd (maintainer) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 11:06:54 Modified files: infrastructure/fetch: clean-old Log message: typo: -i -> -q CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:21:36 Modified files: sys/sys : pool.h sys/kern : subr_pool.c Log message: unsigned -> u_int and warnmess -> warnmsg for pool_sethardlimit. prodded by and ok tedu@ CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/16 11:35:39 Modified files: x11/gnustep/addresses: Makefile x11/gnustep/examples: Makefile x11/gnustep/gnumail: Makefile x11/gnustep/pantomime: Makefile Log message: bump packages after relative symlink changes from gnustep-make 2.0.5 update CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:37:52 Modified files: sys/kern : vfs_init.c Log message: remove some old debug cruft, make some comments nicer and shuffle declerations around. OK blambert@ CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/16 11:45:37 Modified files: sys/kern : vfs_init.c sys/sys : systm.h Log message: merge vfs_opv_init into vfs_op_init and remove the former, as they where called consecutively in vfs_init. CVSROOT: /cvs Module name: ports Changes by: eric@cvs.openbsd.org 2008/05/16 11:52:18 Modified files: graphics/cairo : Makefile distinfo graphics/cairo/pkg: PLIST Removed files: graphics/cairo/patches: patch-configure patch-src_cairo-xlib-surface-private_h patch-src_cairo-xlib-surface_c Log message: update to cairo 1.6.4 and zap all our patches. ok matthieu@, steven@. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 12:03:00 Modified files: sys/dev/pci : pcidevs Log message: add Intel GME965 device IDs CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 12:04:30 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:12:45 Added files: sys/arch/socppc/include: kcore.h Log message: Another missing header file; pointed out by checkflist (and miod@). CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:19:00 Modified files: distrib/sets/lists/base: md.socppc Log message: sync CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:24:13 Modified files: distrib/sets/lists/man: mi Log message: sync CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/16 12:29:18 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: add a -d repository option in order not to have to specify all pkgnames. as noticed by naddy and ajacoutot, we now have enough packages that this stresses shell limits if we specify everything on the command line. ;-) CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 12:31:11 Modified files: . : Makefile Log message: use new pkg_locatedb -d to get all packages CVSROOT: /cvs Module name: src Changes by: espie@cvs.openbsd.org 2008/05/16 12:31:47 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: tweak ftp call, remove extraneous -o option. okay sthen@ CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 12:57:01 Modified files: sys/arch/socppc/stand: Makefile Makefile.inc sys/arch/socppc/stand/boot: Makefile Log message: There's no point in having an ELF bootloader; turn it into a U-Boot image. CVSROOT: /cvs Module name: src Changes by: reyk@cvs.openbsd.org 2008/05/16 13:47:54 Modified files: sys/dev/pci : agp_i810.c Log message: add Intel GME965 ok kettenis@ CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/16 14:06:12 Modified files: x11/awesome : Makefile distinfo x11/awesome/pkg: PLIST Added files: x11/awesome/patches: patch-Makefile_in Log message: Update to 2.3. Tweaks from D. Adam Karim , who also takes maintainership. Thanks! ok merdely@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/16 14:19:12 Modified files: editors/vim : Makefile Added files: editors/vim/patches: patch-runtime_syntax_make_vim Log message: improve syntax for our make. okay ckuethe@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/16 14:42:52 Modified files: lib/libc/stdio : vfprintf.c Log message: Fix ssize_t vs. size_t mismatch CVSROOT: /cvs Module name: ports Changes by: ckuethe@cvs.openbsd.org 2008/05/16 14:49:18 Modified files: geo/openbsd-developers: Makefile geo/openbsd-developers/files: OpenBSD Log message: Update my ICBM coords, fix some spacing, bump version. CVSROOT: /cvs Module name: ports Changes by: wcmaier@cvs.openbsd.org 2008/05/16 14:50:56 Modified files: net/nmap : Makefile net/nmap/patches: patch-zenmap_setup_py net/nmap/pkg : PLIST-zenmap Log message: Force rewrite of Paths.pyc before running distutils' install command. Fixes checksum complaints on pkg_delete after zenmap has been run by root (as recommended). Use MODPY_EGG_VERSION while here and bump PKGNAME. ok okan@, "looks ok" merdely@ CVSROOT: /cvs Module name: ports Changes by: sthen@cvs.openbsd.org 2008/05/16 15:06:02 Modified files: net/epic4 : Makefile distinfo net/epic4/pkg : PLIST Log message: maintenance update to 0.3.8, from brad. CVSROOT: /cvs Module name: src Changes by: jmc@cvs.openbsd.org 2008/05/16 16:01:27 Modified files: usr.sbin/pkg_add: pkg_mklocatedb pkg_mklocatedb.1 Log message: - sort usage() - use .Bk/.Ek to avoid ugly SYNOPSIS split CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 16:55:49 Modified files: distrib/socppc/ramdisk: Makefile Log message: Create bsd.bin, which can be loaded directly using the U-Boot firmware. CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/16 16:56:42 Modified files: distrib/notes/socppc: contents prep Log message: Fix installation instructions. CVSROOT: /cvs Module name: src Changes by: djm@cvs.openbsd.org 2008/05/16 19:31:56 Modified files: usr.bin/ssh : PROTOCOL Log message: grammar and correctness fixes from stevesk@ CVSROOT: /cvs Module name: xenocara Changes by: okan@cvs.openbsd.org 2008/05/16 21:59:55 Modified files: app/cwm : calmwm.h client.c grab.c Log message: fix cwm's current XShape support from Edd Barrett -thanks. XShape events should be handled at some point. ok oga@ CVSROOT: /cvs Module name: src Changes by: canacar@cvs.openbsd.org 2008/05/16 22:50:54 Modified files: sys/net : if_spppsubr.c Log message: Initialize the timeouts only once instead of everytime they are started Prevents hangs as reported and tested by James Stark, PR:5795, ok henning@ CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/17 03:32:16 Modified files: graphics/jasper: Makefile graphics/jasper/patches: patch-src_libjasper_jp2_jp2_cod_c patch-src_libjasper_jp2_jp2_dec_c patch-src_libjasper_jpc_jpc_dec_c Added files: graphics/jasper/patches: patch-src_appl_jasper_c patch-src_libjasper_base_jas_cm_c patch-src_libjasper_base_jas_icc_c patch-src_libjasper_base_jas_image_c patch-src_libjasper_base_jas_malloc_c patch-src_libjasper_base_jas_seq_c patch-src_libjasper_base_jas_stream_c patch-src_libjasper_base_jas_string_c patch-src_libjasper_bmp_bmp_dec_c patch-src_libjasper_include_jasper_jas_malloc_h patch-src_libjasper_jp2_jp2_enc_c patch-src_libjasper_jpc_jpc_cs_c patch-src_libjasper_jpc_jpc_enc_c patch-src_libjasper_jpc_jpc_mqdec_c patch-src_libjasper_jpc_jpc_mqenc_c patch-src_libjasper_jpc_jpc_qmfb_c patch-src_libjasper_jpc_jpc_t1enc_c patch-src_libjasper_jpc_jpc_t2cod_c patch-src_libjasper_jpc_jpc_t2dec_c patch-src_libjasper_jpc_jpc_t2enc_c patch-src_libjasper_jpc_jpc_tagtree_c patch-src_libjasper_jpc_jpc_util_c patch-src_libjasper_mif_mif_cod_c patch-src_libjasper_pnm_pnm_enc_c Log message: tidy up a few warnings. with help from naddy@ CVSROOT: /cvs Module name: src Changes by: wcmaier@cvs.openbsd.org 2008/05/17 04:35:34 Modified files: share/man/man5 : port-modules.5 Log message: Describe MODPY_EGG_VERSION. ok/requested by steven@, "fine" espie@ CVSROOT: /cvs Module name: src Changes by: millert@cvs.openbsd.org 2008/05/17 04:48:07 Modified files: usr.sbin/spamdb: spamdb.c Log message: If the -T or -t flag is given, the key must be an email address so check that it contains an @ sign. Prompted by jmc@, OK beck@. CVSROOT: /cvs Module name: ports Changes by: espie@cvs.openbsd.org 2008/05/17 05:02:22 Modified files: infrastructure/mk: pkgpath.mk Log message: no reason for fetch-all not to be a recursive target CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:18:32 Modified files: www/p5-Catalyst-Devel: Makefile distinfo Log message: update to version 1.06 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:22:11 Modified files: www/p5-Catalyst-Plugin-ConfigLoader: Makefile distinfo Log message: maintenance update to version 0.19 CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 07:29:29 Log message: Import gtklp-1.2.6 GtkLP is a graphical frontend for CUPS, the Common UNIX Printing System. It is used to have an easy (and graphical) access to all of the many options of cups-managed printers. "this can go in" bernd@ Status: Vendor Tag: ajacoutot Release Tags: ajacoutot_20080517 N ports/print/gtklp/distinfo N ports/print/gtklp/Makefile N ports/print/gtklp/pkg/DESCR N ports/print/gtklp/pkg/PLIST N ports/print/gtklp/patches/patch-Makefile_fallback N ports/print/gtklp/patches/patch-include_defaults_h No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 07:32:32 Modified files: print : Makefile Log message: +gtklp CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 07:44:45 Modified files: www/p5-Weather-Com: Makefile distinfo www/p5-Weather-Com/pkg: PLIST Log message: maintenance update to version 0.5.3 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 08:00:58 Modified files: www/p5-HTTP-Body: Makefile Log message: Add p5-libwww to RUN_DEPENDS and p5-YAML to REGRESS_DEPENDS. This hasn't been noticed by anyone since the only port that depends on p5-HTTP-Body covers the missing links. CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 09:08:52 Modified files: productivity/calcurse: Makefile distinfo productivity/calcurse/pkg: PLIST Removed files: productivity/calcurse/patches: patch-configure Log message: - update to calcurse-2.1 from MAINTAINER and developer Frederic Culot CVSROOT: /cvs Module name: ports Changes by: ajacoutot@cvs.openbsd.org 2008/05/17 09:16:59 Modified files: productivity/calcurse: Makefile Added files: productivity/calcurse/patches: patch-configure Log message: - I never intended to remove patch-configure in previous commit but to modify it CVSROOT: /cvs Module name: src Changes by: kettenis@cvs.openbsd.org 2008/05/17 09:49:06 Modified files: sys/arch/socppc/dev: obio.c socpcic.c sys/arch/socppc/include: autoconf.h sys/arch/socppc/socppc: mainbus.c Log message: Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use this tag instead of having it create its own. CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:05:17 Modified files: textproc/p5-Catalyst-View-XSLT: Makefile distinfo Log message: maintenance update to version 0.04 CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:08:17 Log message: import mpgtx 1.3.1 mpgtx was designed with the good old Unix philosophy in mind: do few but do it well and provide end user an austary yet powerfull command line interface. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/multimedia/mpgtx/distinfo N ports/multimedia/mpgtx/Makefile N ports/multimedia/mpgtx/pkg/PLIST N ports/multimedia/mpgtx/pkg/DESCR N ports/multimedia/mpgtx/patches/patch-configure No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:10:40 Log message: import wxSVG 1.0b10 wxSVG is C++ library to create, manipulate and render SVG files. ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/x11/wxSVG/distinfo N ports/x11/wxSVG/Makefile N ports/x11/wxSVG/pkg/DESCR N ports/x11/wxSVG/pkg/PLIST N ports/x11/wxSVG/pkg/PFRAG.shared N ports/x11/wxSVG/patches/patch-configure_in N ports/x11/wxSVG/patches/patch-Makefile_am No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:12:51 Modified files: x11 : Makefile Log message: - add wxSVG CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:17:00 Modified files: multimedia/mpgtx/pkg: DESCR Log message: better DESCR, this one actually says what the application does :) (not bumping PKGNAME as it's not hooked to the builds yet, and it's only in for a couple of minutes). CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:18:48 Log message: import dvdstyler 1.6.2 DVDStyler is a cross-platform DVD authoring application that makes possible for video enthusiasts to create professional-looking DVDs. The main DVDStyler features are: * you can drag and drop MPEG files directly * you can create NTSC/PAL menus * you can import image file for background * you can place text and images anywhere on the menu screen * you can change font/color * you can put buttons, change font and colors * you can copy and paste any menu object * you can set chapters for each movie * you can change post command for each movie ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/multimedia/dvdstyler/distinfo N ports/multimedia/dvdstyler/Makefile N ports/multimedia/dvdstyler/pkg/PLIST N ports/multimedia/dvdstyler/pkg/DESCR N ports/multimedia/dvdstyler/patches/patch-src_Utils_cpp N ports/multimedia/dvdstyler/patches/patch-Makefile_in No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 11:19:58 Modified files: multimedia : Makefile Log message: - add dvdstyler and mpgtx CVSROOT: /cvs Module name: src Changes by: thib@cvs.openbsd.org 2008/05/17 11:27:24 Modified files: sys/nfs : krpc.h Log message: KNF. No names for arguments in function prototypes, regroup functions and make some comments nicer... CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:43:50 Log message: import p5-Time-Duration-Parse Time::Duration::Parse is a module to parse human readable duration strings like "2 minutes and 3 seconds" to seconds. Status: Vendor Tag: simon Release Tags: simon_20080517 N ports/devel/p5-Time-Duration-Parse/distinfo N ports/devel/p5-Time-Duration-Parse/Makefile N ports/devel/p5-Time-Duration-Parse/pkg/DESCR N ports/devel/p5-Time-Duration-Parse/pkg/PLIST No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:45:16 Modified files: devel : Makefile Log message: add p5-Time-Duration-Parse CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 11:49:05 Modified files: textproc/p5-XML-RSS-LibXML: Makefile distinfo Removed files: textproc/p5-XML-RSS-LibXML/patches: patch-lib_XML_RSS_LibXML_pm Log message: update to version 0.3002 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 12:21:53 Modified files: www/p5-Catalyst-Plugin-I18N: Makefile distinfo www/p5-Catalyst-Plugin-I18N/pkg: PLIST Log message: update to version 0.07 and set BUILD_DEPENDS=${RUN_DEPENDS} since upstream switched to Module::Install CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:31:38 Modified files: sys/dev/pci : pcidevs Log message: via chrome9 hc igp video, found on the hp 2133 mini-note CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:33:38 Modified files: sys/dev/pci : pcidevs.h pcidevs_data.h Log message: regen CVSROOT: /cvs Module name: src Changes by: jcs@cvs.openbsd.org 2008/05/17 12:35:12 Modified files: sys/arch/i386/pci: pci_intr_fixup.c Log message: attach to the via vt8237s found on the hp 2133 mini-note CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 12:43:12 Log message: import deskbar-applet 2.20.3 The goal of DeskbarApplet is to provide an omnipresent versatile search interface. By typing search terms into the deskbar entry in your panel you are presented with the search results as you type. Seaches are handled by a series of plugins. DeskbarApplet provides a simple interface to manage these plugins to provide you with the search results that fit your needs. feedback and ok ajacoutot@ Status: Vendor Tag: jasper Release Tags: jasper_20080517 N ports/x11/gnome/deskbar-applet/distinfo N ports/x11/gnome/deskbar-applet/Makefile N ports/x11/gnome/deskbar-applet/pkg/DESCR N ports/x11/gnome/deskbar-applet/pkg/PLIST N ports/x11/gnome/deskbar-applet/patches/patch-deskbar_handlers_Makefile_in N ports/x11/gnome/deskbar-applet/patches/patch-deskbar_deskbar-applet_py No conflicts created by this import CVSROOT: /cvs Module name: ports Changes by: jasper@cvs.openbsd.org 2008/05/17 12:44:16 Modified files: x11/gnome : Makefile Log message: - add deskbar-applet CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 12:56:28 Modified files: www/p5-HTML-TreeBuilder-XPath: Makefile distinfo Log message: maintenance update to version 0.09 CVSROOT: /cvs Module name: ports Changes by: simon@cvs.openbsd.org 2008/05/17 13:07:19 Modified files: databases/p5-Catalyst-Model-DBIDM: Makefile distinfo Log message: update to version 0.03 and enable pod tests CVSROOT: /cvs Module name: ports Changes by: naddy@cvs.openbsd.org 2008/05/17 13:58:25 Modified files: audio/libvorbis: Makefile Added files: audio/libvorbis/patches: patch-lib_codebook_c patch-lib_res0_